@charset "utf-8";
/* CSS Document */
/*
#slider-footer {
    padding: 35px 0;
    background-color: #045f34
}

#slider-footer .button {
    width: 300px;

}
*/

#hero {
    height: 560px;
    background: url(/wp-content/uploads/hero-slider-background.jpg) no-repeat center;
    background-size: cover;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.5px;
}

#hero .slide-wrap {
    max-width: 1200px;
    margin: 190px auto 0;
    padding: 0 50px;
}

#hero .slide-title {
    font-size: 55px;
    font-family: 'Open Sans Bold';
    color: #fff;
    letter-spacing: 0.5px;
}

#hero .slide-text {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 15px 0 30px;
}

#hero .slide-link {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 30px;
    border: 2px solid #fff;
}

#cta {
    background-color: #005e2e;
    text-align: center;
    padding: 30px 20px 20px 20px;
}

#cta h2 {
    color: #fff;
    font-family: 'Open Sans Bold';
    font-size: 32px;
    margin-right: 20px;
}

#cta a {
    display: block;
    width: 210px;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    bottom: 5px;
}

#cta a:hover {
    color: #005e2e;
    background: #fff;
}

#cta h2, #cta a {
    display: inline-block;
}


#banner {
    width: 100%;
    color: #005e2e;
    background-color: #e8e8e8;
    text-align: center;
    font-size: 30px;
    padding: 45px;
    margin: 0 auto;
}


#banner h2 {
	width: 100%;
	color: #005e2e;
	background-color: #e8e8e8;
	text-align: center;
	font-size: 30px;
	padding: 10px;
	margin: 0 auto;
	text-transform: uppercase
}

#banner p {
    width: 100%;
    color: #005e2e;
    background-color: #e8e8e8;
    text-align: center;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 35px;
    margin: 0 auto;
}


#banner a {
    border: 2px solid #005e2e;
    padding: 10px 30px;
}

#banner a:hover {
    border: 2px solid #005e2e;
    background-color: #005e2e;
    color: white;
}


#buckets {
    text-align: center;
    padding: 45px 10px;
}

.buckets-list li {
    display: inline-block;
    vertical-align: top;
    max-width: 225px;
}

.buckets-list li:nth-of-type(2) {
    margin: 0 185px;
}

.buckets-title {
    font-size: 30px;
    font-family: 'Open Sans Light';
    text-transform: uppercase;
    margin: 0;
    padding-top: 15px;
}

#reviews {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

#reviews h2 {
    font-size: 35px;
    font-family: 'Open Sans Bold';
    text-transform: uppercase;
}

#reviews iframe {
    max-width: 51%;
}

div#reviewstream-footer {
    display: none !important;
}

div#reviewstream {
    text-align: center !important;
}

.wasp-image {
    margin-left: 15%;
    margin-top: -70px;
    position: relative;
    z-index: 100;
}

#schedule {
    background: url(/wp-content/uploads/greenline-pest-ant-background.png) repeat center;
    text-align: center;
    padding: 65px 10px 115px;
    margin-top: -115px;
    position: relative;
    z-index: 10;
}

#schedule .section-title {
    font-size: 30px;
    font-family: 'Open Sans Light';
    text-transform: uppercase;
    margin-bottom: 30px;
}

#schedule .section-subtitle {
    font-size: 16px;
/*    font-family: 'Open Sans Light';*/
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto 50px;
}

.house-image {
    background: url(/wp-content/uploads/greenline-pest-4-point-schedule-service.png) no-repeat center;
    background-size: contain;
    height: 768px;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
}

#popup-other {
    position: absolute;
    top: 0%;
    left: 340px;
}

#popup-windows {
    position: absolute;
    top: 49%;
    left: 30px;
}

#popup-interior {
    position: absolute;
    top: 49%;
    left: 585px;
}

#popup-foundation {
    position: absolute;
    bottom: 0%;
    left: 385px;
}
/*

.blur{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
*/

a.popup{
    width:150px;
    display:block;
    margin:-25px 0 0 -75px;
    padding:1em 0;
    position:absolute;
    top:50%; left:50%;
    font:1.125em 'Arial', sans-serif;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    color:#fff;
    border-radius:5px;
    background:rgba(0,0,0,1);
}

.popup-wrapper-one, .popup-wrapper-two, .popup-wrapper-three, .popup-wrapper-four {
    width:100%;
    height:100%;
    position:fixed;
    top:0; left:0;
    background:rgba(0,0,0,0.15);
    visibility:hidden;
    opacity:0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.popup-wrapper-one.open, .popup-wrapper-two.open, .popup-wrapper-three.open,.popup-wrapper-four.open {
    opacity:1;
    visibility:visible;
    z-index: 10000;
}

.popup-box{
    width:600px;
    max-width: 90%;
/*    height:400px;*/
    height: auto;
    display:block;
    margin:50% 0 0 -300px;
    position:relative;
    top:50%; left:50%;
    background:#fff;
    opacity:0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popup-wrapper-one.open .popup-box, .popup-wrapper-two.open .popup-box, .popup-wrapper-three.open .popup-box, .popup-wrapper-four.open .popup-box {
    margin-top:-200px;
    opacity:1;
    box-shadow: 0 0 20px #666;
}

.popup-head {
    width:100%;
    height:32px;
    /*  padding:1.5em 5%;*/
    overflow:hidden;
    background:#fff;
}

.btn-close{
    width:32px;
    height:32px;
    display:block;
    float:right;
}

.btn-close::before, .btn-close::after{
    content:'';
    width:32px;
    height:6px;
    display:block;
    background:#005e2e;
}

.btn-close::before{
    margin-top:12px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

.btn-close::after{
    margin-top:-6px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.popup-title {
    font-size: 31px;
    font-family: 'Open Sans Bold';
    color: #005e2e;
    text-transform: uppercase;
}

.popup-content {
    padding:5%;
}

#welcome {
    background: url(/wp-content/uploads/greenline-pest-brick-home-background.jpg) no-repeat center;
    background-size: cover;
    padding: 110px 10px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.welcome-wrap {
    max-width: 985px;
    margin: 0 auto;
}

#welcome .section-title {
    font-size: 55px;
    font-family: 'Open Sans Bold';
    color: #fff;
}

.welcome-link {
    display: block;
    width: 210px;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
}

.welcome-link:hover {
/*    font-weight: bold;*/
    color: #005e2e;
    background: #fff;
}

#commercial {
    padding: 80px 10px;
    font-size: 15px;
}

.commercial-content {
    max-width: 52%;
    display: inline-block;
    vertical-align: top;
}

#commercial .section-title {
    font-size: 22px;
    font-family: 'Open Sans Bold';
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.commercial-form {
    width: 41%;
    max-width: 41%;
    margin-left: 4%;
    display: inline-block;
    background: #2a4e9c;
    padding: 30px 55px;
}

.commercial-form .commercial-form-title {
    font-size: 22px;
    font-family: 'Open Sans Bold';
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.commercial-form .gfield_description,
.commercial-form .gfield_description a,
.commercial-form .gform-field-label {
	color: #fff;
}

#gform_2 .gform_body {
    font-size: 12px;
}

#gform_wrapper_2 {
    margin: 0;
}

#gform_2 label {
   /* display: none;*/
}

#gform_2 .gfield {
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 5px;
}

#field_2_1, #field_2_2, #field_2_4, #field_2_5 {
    width: 48.5%;
    max-width: 48.5%;
    display: inline-block;
}

#field_2_2, #field_2_5 {
    margin-left: 3% !important;
}

#gform_2 textarea.medium {
    height: 65px;
    padding: 5px 4px;
}

#gform_2 .gform_footer {
    margin: 0;
    padding: 0;
}

#gform_submit_button_2 {
    background: #acbad9;
    padding: 8px 30px;
    color: #2a4e9c;
    font-size: 18px;
    font-family: 'Open Sans Bold';
}

#residential {
    background: url(/wp-content/uploads/greenline-pest-ant-background.png) repeat center;
    padding: 70px 10px;
    border-top: 2px solid #d5d5d5;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.residential-wrap {
    max-width: 890px;
    margin: 0 auto;
}

#residential .section-title {
    font-size: 22px;
    font-family: 'Open Sans Bold';
    text-transform: uppercase;
    margin-bottom: 25px;
}

#testimonials {
    background: url(/wp-content/uploads/greenline-pest-testimonials-background-bee-honeycomb.jpg) no-repeat center left;
    background-size: cover;
    padding: 60px 10px 10px;
    text-align: center;
    font-size: 15px;
}

#testimonials .section-title {
    font-size: 22px;
    font-family: 'Open Sans Bold';
    text-transform: uppercase;
    color: #fff;
}

#testimonials blockquote {
    color: #fff;
    font-style: normal;
    padding: 0 25px;
    margin: 20px 40px;
}

#testimonials h5 {
    color: #fff;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #fff;
}

#library {
    background: url(/wp-content/uploads/greenline-pest-ant-background.png) repeat center;
    padding: 60px 10px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.library-content {
    max-width: 915px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.library-image {
    display: inline-block;
}

#library .section-title {
    font-size: 22px;
    font-family: 'Open Sans Bold';
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #000;
}

.library-link {
    display: block;
    width: 190px;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    color: #000;
}

.library-link:hover {
    color: #fff;
    background: #000;
/*    font-weight: bold;*/
/*    font-family: 'Open Sans Bold';*/
}

/*
@media (max-width: 1600px) {
    #popup-other {
        position: absolute;
        top: 0%;
        left: 38%;
    }

    #popup-windows {
        position: absolute;
        top: 49%;
        left: 20%;
    }

    #popup-interior {
        position: absolute;
        top: 49%;
        left: 53%;
    }

    #popup-foundation {
        position: absolute;
        bottom: 0%;
        left: 42%;
    }
}
*/

@media (max-width: 1521px) {

    .wasp-image {
        margin-left: 10%;
/*         margin-top: -180px; */
    }
}

@media (max-width: 1440px) {
    #reviews iframe {
        max-width: 67%;
    }

    .wasp-image {
        margin-left: 10%;
/*         margin-top: -145px; */
    }
}

@media (max-width: 1200px) {
    .wasp-image {
        margin-left: 5%;
    }

    .commercial-content {
        max-width: 59%;
    }

    .commercial-form {
        margin-left: 2%;
        max-width: 38%;
    }

    #testimonials {
        background-position: center left 25%;
    }

    .library-content {
        max-width: 75%;
        margin-right: 1%;
    }

    .library-image {
        max-width: 23%;
    }
}

@media (max-width: 1150px) {

    #cta {
        padding: 40px;
    }

    #cta h2 {
        font-size: 36px;
        margin-right: 0px;
        padding-bottom: 20px;
    }

    #cta a {
        bottom: 0px;
    }

    #cta h2, #cta a {
        display: block;
    }
}

@media (max-width: 1050px) {
    #schedule .section-title {
        margin-bottom: 65px;
    }

    .house-image {
        height: 600px;
    }

    #popup-interior {
        position: absolute;
        top: 45%;
    }

    #popup-windows {
        position: absolute;
        top: 45%;
    }

    #popup-foundation {
        position: absolute;
        left: 340px;
    }

    .commercial-content {
        max-width: 62%;
    }

    .commercial-form {
        padding: 30px;
        margin-left: 1%;
        max-width: 36%;
    }
}

@media (max-width: 980px) {
    .buckets-list li:nth-of-type(2) {
        margin: 0 150px;
    }

    #commercial {
        padding: 70px 0 0;
    }

    .commercial-content {
        display: block;
        max-width: 880px;
        padding: 0 10px 45px;
        margin: 0 auto;
        text-align: center;
    }

    .commercial-form {
        display: block;
/*        max-width: 535px;*/
        width: 100%;
        max-width: 100%;
        padding: 30px 10px;
        margin: 0 auto;
    }

    .commercial-form .commercial-form-title {
        max-width: 435px;
        margin: 0 auto 5px;
    }

    .gform_wrapper {
        display: block;
        max-width: 435px !important;
        margin: 0 auto !important;
    }

    #reviews iframe {
        max-width: 95%;
    }

    .wasp-image {
        margin-left: 5%;
        margin-top: -70px;
    }
}

@media (max-width: 860px) {
    #hero, .soliloquy-viewport, .soliloquy-item {
        height: 450px !important;
    }

    #hero .slide-wrap {
        margin-top: 100px;
        padding-right: 28%;
    }

    #hero .slide-title {
        font-size: 45px;
    }

    .buckets-list li:nth-of-type(2) {
        margin: 0 50px;
    }

    .wasp-image {
        margin-left: 1%;
    }

    #schedule .section-title {
        margin-bottom: 40px;
    }

    .house-image {
        height: 470px;
    }

    #popup-other {
        left: 300px;
        max-height: 60px;
    }

    #popup-windows {
        max-height: 60px;
        left: 20px;
    }

    #popup-interior {
        max-height: 60px;
        left: 460px;
    }

    #popup-foundation {
        max-height: 60px;
        left: 220px;
    }

    #testimonials {
        background-position: center left 30%;
    }

    .library-content {
        max-width: 65%;
    }

    .library-image {
        max-width: 33%;
    }
}

@media (max-width: 824px) {
    .wasp-image {
/*         margin-top: -140px; */
    }
}

@media (max-width: 680px) {
    #hero, .soliloquy-viewport, .soliloquy-item {
        height: 350px !important;
    }

    #hero .slide-wrap {
        margin-top: 75px;
        padding-right: 20%;
    }

    #hero .slide-title {
        font-size: 32px;
        line-height: 1.1em;
    }

    #hero .slide-text {
        font-size: 20px;
        line-height: 1.1em;
    }

    .buckets-list li {
        max-width: 180px;
    }

    .buckets-list li:nth-of-type(2) {
        margin: 0 15px;
    }

    .buckets-title {
        font-size: 24px;
    }

    .wasp-image {
        max-width: 140px;
        padding-bottom: 30px;
/*        margin-left: 5%;*/
    }

    #schedule {
        padding-top: 80px;
    }

    .house-image {
        height: 400px;
    }

    #popup-other {
        max-height: 40px;
        left: 255px;
    }

    #popup-windows {
        max-height: 40px;
        left: 10px;
    }

    #popup-interior {
        max-height: 40px;
        left: 435px;
    }

    #popup-foundation {
        max-height: 40px;
        left: 200px;
    }

    #welcome .section-title {
        font-size: 48px;
    }

    #testimonials {
        background: #005e2e;
    }

    #testimonials .section-title {
        text-align: center;
    }

    #library {
        text-align: center;
    }

    .library-link {
        margin: 0 auto;
    }

    .popup-box {
        width:300px;
        margin: 50% 0 0 -150px;
    }

    .library-content, .library-image {
        max-width: 100%;
    }

    .library-image {
        margin-top: 30px;
    }
}

@media (max-width: 590px) {
    .house-image {
        height: 340px;
    }

    #popup-other {
        left: 185px;
    }

    #popup-windows {
        left: 10px;
    }

    #popup-interior {
        left: 340px;
    }

    #popup-foundation {
        left: 185px;
    }

    #welcome .section-title {
        font-size: 41px;
    }
}

@media (max-width: 500px) {
    #hero {
        background-position: center right 45%;
    }

    #hero, .soliloquy-viewport, .soliloquy-item {
        height: 300px !important;
    }

    #hero .slide-wrap {
        margin-top: 45px;
    }

    #hero .slide-title {
        font-size: 28px;
    }

    #hero .slide-link {
        padding: 6px 10px;
    }

    #banner h2 a{ 
       font-size: 20px;
    }


    .buckets-list li {
        width: 95%;
        max-width: 95%;
    }

    .buckets-list li:nth-of-type(2) {
        margin: 40px auto;
    }

    .buckets-title {
        padding-top: 5px;
    }

    .wasp-image {
        margin-left: 0;
    }

    .house-image {
        height: 265px;
    }

    #popup-other, #popup-foundation {
        left: 130px;
    }

    #popup-interior {
        left: 245px;
    }
}

@media (max-width: 400px) {
    #hero {
        background-position: center right 40%;
    }

    #hero .slide-wrap {
        margin-top: 35px;
    }

    #hero .slide-title {
        font-size: 24px;
        line-height: 1.2em;
    }

    #hero .slide-text {
        font-size: 17px;
        line-height: 1.2em;
        margin: 10px 0 20px;
    }

    #hero .slide-link {
        display: block;
        width: 130px;
        text-align: center;
        line-height: 1.2em;
    }

    #popup-other, #popup-foundation {
        left: 75px;
    }

    #popup-interior {
        left: 140px;
        top: 32%;
    }

    #popup-windows {
        top: 55%;
        left: 20px;
    }

    .popup-box {
        width: 280px;
        margin: 50% 0 0 -140px;
    }

    
    #banner h2 a{ 
       font-size: 16px;
       padding: 10px 10px;
    }

}
