body {
  overflow-x: hidden;
}

a.butt {
  margin-left: 0;
  margin-right: 0;
 position: relative;
 z-index: 998;
}

.red {
 color: #e70d0d;
}

/* ====================================
=================================== PPC
==================================== */


/* Presets */
#responsive-menu-button {
    display: none!important;
}


#main-nav {
    display: none!important;
}
 
.container-ppc {
    max-width: 1200px;
    width: calc(100% - 120px);
    margin: 0 auto;
    position: relative;
}

.section header,
.section-inner header{
 height: auto;
 min-height: auto;
 background: unset;
 overflow: unset;
}

.section-header h2 {
  font-size: 36px;
 font-weight: 500;
}

.section-header h3 {
  font-size: 28px;
 font-weight: 500;
}


.section {
    margin: 100px 0;
}

.section-inner {
    padding: 120px 0;
}

.section-header {
    position: relative;
    margin-bottom: 35px;
}

.section-header.section-header-left {
    text-align: left;
}

.section-header.section-header-center {
    text-align: center;
}

.badge {
    display: block;
    width: 210px;
    height: auto;
    margin-top: 37px;
}


/* Nav */
.ppc-nav {
 height: auto!important;
 padding: 15px 0!important;
 border-top: 5px solid #1db69c;
}

.ppc-nav .container-ppc {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
}

.ppc-nav .container-ppc  .ppc-nav-email {
 font-size: 18px;
}

.ppc-nav .container-ppc img {
 display: block;
 width: 200px;
 height: auto;
 margin-right: 150px
}

.butt.telbut.ppc-nav-tel {
 margin: 0!important;
 padding: 10px 0!important;
 display: inline-block!important;
 float: none!important;
}

.section-faq ul li {
    margin: 15px 0;
    line-height: 26px;
    font-size: 17px;
    font-weight: 300;
}

/* Header */

.ppc-header {
    display: flex;
    flex-wrap: wrap;
  padding-top: 150px;
}

.ppc-header .overlay {
    z-index: 1;
    background: hsl(0deg 0% 14.39% / 64%);
}

.ppc-header .container-ppc {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 z-index: 2;
 order: 1;
}

.ppc-header .overlay {
 order: 2;
}

.ppc-header .container-ppc hgroup {
 width: 50%;
 position: relative;
}

.ppc-header .container-ppc hgroup h1 {
 font-size: 50px;
 margin-top: 17px;
 line-height: 50px;
 margin-top: 37px;
}

.ppc-header .container-ppc hgroup h2 {
 background-color: #e70d0d;
 color: #fff;
 padding: 10px 20px;
 font-size: 26px;
 line-height: 34px;
 display: block;
 margin: 0;
}

.ppc-header .container-ppc hgroup h2 span {
 font-weight: 500;
}

.ppc-header .container-ppc hgroup p {
 display: block;
 font-size: 30px;
 line-height: 36px;
 font-weight: 300;
 color: #fff;
}

.ppc-header .container-ppc hgroup .affiliates{
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 max-width: 350px;
 justify-content: space-between;
 align-items: center;
 margin-top: 43px;
}

.ppc-header .container-ppc hgroup .affiliates li{
 width: calc(50% - 10px);
 list-style: none;
}

.ppc-header .container-ppc hgroup .affiliates li *{
 display: block;
 width: 100%;
 height: auto;
}

.ppc-header .container-ppc .ppcheader-form {
 width: calc(50% - 100px);
 background-color: #00d2afe6;
 padding: 21px 30px;
 position: relative;
}

.ppc-header .container-ppc .ppcheader-form .badge {
 top: -50px;
 left: -160px;
}

.ppc-header .container-ppc .ppcheader-form h2 {
 font-size: 36px;
 font-weight: 600;
 text-align: center;
 color: #fff;
}

.ppc-form-header {
 margin-top: 30px;
}


/* HEADER IMAGE */
.header-ppc-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    order: 3;
}

.header-ppc-img * {
    display: block;
    height: 101%;
    width: 101%;
    position: absolute;
    object-fit: cover;
    left: 50%;
    top: 50%;
    object-position: center center;
    transform: translateX(-50%) translateY(-50%);
}


/* Form */
.form-fields {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

.form-fields li {
 display: block;
 margin-bottom: 6px;
}

.form-fields li.form-50 {
 width: calc(50% - 10px);
}

.form-fields li.form-100 {
 width: 100%;
}

.form-fields li input,
.form-fields li textarea {
 display: block;
 width: 100%;
 border: 0;
 outline: 0;
 padding: 8px 10px;
 font-size: 16px;
}

.form-fields li textarea {
 height: 120px;
}

.form-fields p {
 margin: 0;
}

.form-fields .gdpr-check * {
 font-size: 16px;
}

.form-fields .gdpr-check {float: none!important;margin: 0;text-align: left;color: #fff;padding-top: 2px;}

.form-fields .gdpr-check a {
 color: #fff;
}

.form-fields .gdpr-check input {
width: unset;
 display: unset;
}

.form-submit input {
 float: none!important;
 margin: 0!important;
 background-color: #fff!important;
 color: #00d2af!important;
}


/* About */


.section-about .section-header h2 {
  font-size: 46px;
}

.section-about .container-ppc {
  display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: flex-start;
}

.section-about .about-content {
  width: calc(100% - 300px - 100px);
}

.section-about .about-media {
  width: 300px;
}

.section-about .about-media * {
  width: 100%;
 height: auto;
  display: block;
}




/* Alternate */
.section-alternate .section .container-ppc {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: flex-start;
}

.section-alternate .alternate-media {
 width: 50%;
}

.section-alternate .alternate-media * {
 display: block;
 width: 100%;
 height: auto;
 border-left: 10px solid #1db69c;
}

.section-alternate .alternate-content {
 width: calc(50% - 100px);
}
 
  /* odd */
  .section-alternate .section:nth-child(odd) .alternate-media {
   order: 1;
  }
  
  .section-alternate .section:nth-child(odd) .alternate-content {
   order: 2;
  }
  
  
  /* even */
  .section-alternate .section:nth-child(even) .alternate-media {
   order: 2;
  
  }
  .section-alternate .section:nth-child(even) .alternate-content {
   order: 1;
 
  }


/* benefits */
.section-cta {
 background-size: cover;
 background-position: center center;
 padding: 200px 0;
 text-align: center;
 position: relative;
}

.section-cta.cta-garden-offices {
 background-image: url(images/ppc/garden-offices/cta.jpg);
}

.section-cta.cta-garden-rooms {
 background-image: url(images/ppc/garden-rooms/cta.jpg);
}

.section-cta .overlay {
 z-index: 1;
 background: hsl(0deg 0% 0% / 55%);
}

.section-cta .container-ppc {
 z-index: 2;
 color: #fff;
 max-width: 706px;
}

.section-cta .container-ppc .badge {
 position: absolute;
 right: -215px;
 top: -137px;
}

.section-cta .section-header h2 {
 color: #fff;
 font-size: 54px;
}

.section-cta p {
 font-size: 24px;
 line-height: 33px;
}

.section-cta a.butt {
 margin-left: auto;
 margin-right: auto;
}


/* Our Process */
.section-process {
 background-color: #eaeaea;
}
.section-process a.butt {
 margin-top: 50px;
 margin-left: auto;
 margin-right: auto;
}
.section-process .process-list {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

.process-item {
 list-style: none;
 width: calc(100% / 3 - 20px);
 -webkit-box-shadow: -1px 5px 15px -1px rgba(0,0,0,0.52);
 box-shadow: -1px 5px 15px -1px rgb(0 0 0 / 19%);
 background-color: #fff;
 text-align: center;
 margin-top: 30px;
}

.process-item article {
 padding: 30px;
}

.process-item .section-header h2 {
  font-size: 32px;
}

.process-item .section-header i {
  font-size: 32px;
 color: #1db69c;
 font-size: 60px;
 margin-bottom: 10px;
}



/* Main Features */

#why-choose-us a.butt {
 margin-left: auto;
 margin-right: auto;
}


/* Work */
.work-list {
 display: grid;
 grid-template-columns: 1fr 1fr;
   gap: 30px 100px;
}

.work-item {
 overflow: hidden;
 list-style: none;
  -webkit-transition: all .2s ease;
 -moz-transition: all .2s ease;
 -ms-transition: all .2s ease;
 transition: all .2s ease;
}

.work-item:nth-child(even) {
 padding-top: 120px;
}

.work-item a {
 display: block;
 width: 100%;
 height: 100%;
}

.work-item article {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 height: 100%;
 background-color: #fff;
}

.work-item .section-header-work {
 order: 2;
 width: 100%;
 display: block;
 margin-top: 10px;
}

.work-item .section-header-work h2 {
 font-weight: 500;
 font-size: 22px;
}

.work-item img {
 order: 1;
 width: 100%;
 height: auto;
 display: block;
 
 border-left: 10px solid #1db69c;
  }
  
  
  /* Hover */
  .work-item:hover {
  transform: scale(1.04);
  } 


/* FAQ */
.section-faq {
  background-color: #494949;
  color: #fff;
 text-align: center;
}

.section-faq .section-header h2 {
  color: #fff;
}

.faq-list {
 display: flex;
 justify-content: space-between;
 margin-top: 60px;
 text-align: left;
 flex-wrap: wrap;
}

.faq-section {
 width: calc(50% - 25px);
}

.faq-toggle {
 text-align: left;
 margin: 17px 0 0 0;
 padding: 16px;
 color: #1db69c;
 font-size: 21px;
 font-weight: 500;
 margin-bottom: 0;
 cursor: pointer;
 position: relative;
 padding-right: 45px;
 background: #00000036;
 border-radius: 4px;
}

.faq-toggle:before {
 font-family: 'Font Awesome 5 Free';
 content: "\f053";
 font-weight: 700;
 position: absolute;
 right: 16px;
 font-size: 22px;
 color: #1db69c;
 line-height: 1.5;
 top: 13px;
}

.faq-toggle.accordion-active:before {
  content: "\f078";
}

.faq-content {
  display: none;
  width: 100%;
  padding-right: 0;
  background: #00000069;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

.faq-content.default {
  display: block;
}


.faq-content ul {
 margin: 20px 0;
 padding-left: 15px;
}

.faq-content ul li {
 margin-bottom: 10px;
}

.faq-content ul li:last-child {
 margin-bottom: 0;
}





/* Contact */
.section-contact {
 background-color: #1ca78f;
 margin-bottom: 0;
 text-align: center;
 color: #fff;
 overflow: hidden;
}

.section-contact h2 {
 color: #fff;
 font-size: 40px;
}

.section-contact p a {
 text-decoration: underline;
 color: #fff;
}

.footer-tel {
 color: #fff;
 font-size: 30px;
}

.footer-tel i {
 margin-right: 10px;
}




.ppcfooter-form {
 margin-top: 40px;
 border: 1px solid #39c1aa;
 padding: 50px;
 position: relative;
}

.ppcfooter-form  .badge {
 position: absolute;
 right: -50px;
 top: -100px;
}

.ppcfooter-form h2 {
 margin-bottom: 50px;
 font-weight: 500;
 display: block;
 width: 100%;
 max-width: 700px;
 margin: 0 auto 40px auto;
 font-size: 42px;
}

.ppcfooter-form a {
 color: #fff;
}

.ppcfooter-form .form-submit input {
 background-color: #1db69c;
}





/* Footer */
.ppc-footer {
 padding: 10px 0;
  background-color: #494949;
 color: #fff;
}

.ppc-footer p {
 margin: 0;
}

.fillWidth {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

#about.sa-first {
    position: relative;
    z-index: 2;
    background: #FFF;
    padding-top: 80px;
    margin-top: 0;
}

#introduction {
    background: whitesmoke;
    padding: 113px 0 105px 0;
}

p {
    margin: 15px 0;
    line-height: 26px;
    font-size: 19px;
    font-weight: 300;
}

#introduction ul li,
#benefits ul li {
    margin: 11px 0;
    line-height: 26px;
    font-size: 21px;
    font-weight: 300;
    list-style: none;
    background: url(images/tick.png) 0 0 no-repeat;
    background-size: 36px;
    padding-left: 40px;
    font-weight: 400;
    min-height: 35px;
}

.about-content p strong {
    font-size: 22px;
    padding-top: 20px;
    display: block;
}

body.page-template-page-ppc-garden-rooms footer img {
    display: none;
}

body.page-template-page-ppc-garden-rooms footer {
    padding: 69px 0 74px;
}

body.page-template-page-ppc-garden-rooms .testimonial-entry {
    float: left;
    width: 31.3%;
    margin: 1%;
}

body.page-template-page-ppc-garden-rooms #testimonials {
    background: #ffffff;
    background-image: none;
}

body.page-template-page-ppc-garden-rooms .flat-overlay {
    display: none;
}

body.page-template-page-ppc-garden-rooms #testimonials h3 {
    color:#515151
}

body.page-template-page-ppc-garden-rooms footer {
    display:none;
}

body.page-template-page-ppc-garden-rooms #why-choose-us a.butt {
    margin-top: 0;
}

body.page-template-page-ppc-garden-rooms #why-choose-us {
    padding: 77px 0 116px;
}


/* ====================================
=================================== Media Queries
==================================== */
@media (max-width: 1300px) {
 .ppc-header .container-ppc .ppcheader-form h2 {
     font-size: 30px;
 }
}

@media (max-width: 1180px) {
  .ppc-nav-email {
     display: none;
    }

.ppc-nav .container-ppc img {
    width: 160px;
    margin-right: 0;
}
 
 .ppc-header .container-ppc .ppcheader-form {
  width: calc(50% - 50px);
 }

 .section-alternate .alternate-content {
 width: calc(50% - 50px);
}

/* Our Process */
.process-item {
 width: 100%;
 margin-bottom: 30px;
}
.process-item:last-child {
 margin-bottom: 0;
}


 .work-list {
    gap: 30px 50px;
}

.fillWidth {
    display: none;
}

.section-cta .container-ppc {
    max-width: 600px;
}

.section-cta .section-header h2 {
    font-size: 46px;
}

.ppcfooter-form h2 {
    max-width: 600px;
    font-size: 37px;
}

.ppc-header .container-ppc hgroup h1 {
    font-size: 44px;
    line-height: 52px;
}

.ppc-header .container-ppc hgroup h2 {
    padding: 8px 15px;
    font-size: 22px;
    line-height: 30px;
}

}

@media (max-width: 1080px) {

 .section-cta .container-ppc .badge {
 right: -143px;
 top: -180px;
}


 .ppcfooter-form .badge {
    right: -20px;
    top: -120px;
  width: 150px;
}

.ppc-header .container-ppc .ppcheader-form {
    width: calc(50% - 34px);
}

.ppc-header .container-ppc .ppcheader-form {
    background-color: #00d2af;
    bottom: 35px;
}

.ppc-header .container-ppc hgroup .affiliates {
    /* margin: -21px auto 20px auto; */
    /* text-align: left; */
}

body.page-template-page-ppc-garden-rooms .testimonial-entry:last-child {
    display:none;
}

body.page-template-page-ppc-garden-rooms .testimonial-entry {
    width: 48%;
}

}


@media (max-width: 1050px) {
.ppc-header {
 padding: 180px 0 0;
 height: 1250px;
 margin-bottom: 150px;
}

 .ppc-header .container-ppc hgroup {
    width: 100%;
  margin-bottom: 40px;
}
 
 .ppc-header .container-ppc .ppcheader-form {
  width: 100%;
 }

.container-ppc .badge {
    margin: 0 auto;
}

.container-ppc hgroup h1 {
    font-size: 54px;
    margin-top: 20px;
    text-align: center;
}

.container-ppc hgroup h2 {
    text-align: center;
}

.container-ppc hgroup p {
    font-size: 18px;
    margin-top: 0;
    text-align: center;
}

 .ppc-header .container-ppc hgroup .affiliates {
  margin: 20px auto 20px auto;
 }

#about.sa-first {
    padding-top: 60px;
    margin-top: -100px;
}


.section-about .about-content {
  width: calc(100% - 200px - 50px);
}

.section-about .about-media {
  width: 200px;
}

.ppcfooter-form .badge {
    right: -31px;
}

}

@media (max-width: 950px) {
 /* Fonts */
.ppc-header .container-ppc hgroup h1 {
 font-size: 42px;
 line-height: 50px;
 padding-right: 160px;
 text-align: left;
 margin-top: 20px;
 margin-bottom: 40px;
 color: #515151;
}

.ppc-header .container-ppc hgroup h2 {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 28px;
  display: inline-block;
  margin-bottom: 50px;
 text-align: left;
}
 
.ppc-header .container-ppc hgroup p {
 padding-right: 160px;
 text-align: left;
}

  .ppc-header .container-ppc hgroup .affiliates {
  margin: 0;
  margin-top: -19px;
  margin-bottom: 19px;
 }


.section-about .section-header h2 {
    font-size: 36px;
}
 
.section-header h2 {
    font-size: 32px;
}

.section-contact h2 {
    font-size: 37px;
}

.section-cta .section-header h2 {
    font-size: 40px;
}

.section-cta p {
    font-size: 20px;
}

 .process-item .section-header h2 {
    font-size: 28px;
}
 .process-item .section-header i {
 font-size: 50px;
}

.section-header h3 {
    font-size: 24px;
}

 .ppcfooter-form h2 {
    font-size: 36px;
}
 
 .section {
    margin: 80px 0;
}

.section-inner {
    padding: 80px 0;
}



.ppc-header {
 padding: 0;
 height: auto;
 margin-bottom: 0;
 background-color: #fff;
 margin-top: 80px;
}


.ppc-header .container-ppc hgroup .badge {
 position: absolute;
 bottom: -50px;
 right: 0;
 z-index: 999;
}



/* HEADER IMAGE */
.header-ppc-img {
    position: relative;
    top: 0;
    left: unset;
    width: 100%;
    height: 50vw;
    order: 1;
}

.ppc-header .overlay {
    order: 2;
    height: 50vw;
 display: none;
}

.ppc-header .container-ppc {
    order: 3;
}





.ppc-header .container-ppc .ppcheader-form {
    bottom: unset;
 margin-top: -40px;
}

#about.sa-first {
    background: unset;
 margin-top: unset
}
 
.badge {
    width: 160px;
}

 .container-ppc {
     max-width: 1200px;
     width: calc(100% - 60px);
     margin: 0 auto;
     position: relative;
 }

  .work-list {
    grid-template-columns: 1fr;
    gap: 60px 0;
}

 .work-item:nth-child(even) {
    padding-top: 0;
}

 .section-cta .container-ppc .badge {
 right: 0;
 top: -160px;
}
.section-cta {
 margin-top: 100px;
}


 .ppcfooter-form {
    margin-top: 100px;
}

.faq-section {
 width: 100%;
 margin: 0;
}

.ppc-header .container-ppc hgroup .badge {
    bottom: -31px;
}

body.page-template-page-ppc-garden-rooms .testimonial-entry {
    float: left;
    width: 100%;
    min-height: 0 !important;
    margin: 1% 0;
    padding: 7% 5%;
}
}


@media (max-width: 750px) {
 .section-about .about-content {
   width: 100%;
  order: 2;
 }
 
 .section-about .about-media {
   width: 200px;
  order: 1;
  margin-bottom: 20px;
 }

}

@media (max-width: 880px) {
  #top-strip .butt.telbut.ppc-nav-tel {
   margin: 0!important;
   padding: 10px 0!important;
   display: inline-block!important;
   float: none!important;
  }

 #top-strip.ppc-nav {
    height: auto!important;
    padding: 10px 0!important;
}




/* About */
.section-alternate .alternate-media,
.section-alternate .alternate-content {
 width: 100%;
}
.section-alternate .alternate-media {
 margin-bottom: 30px;
}

  /* even */
  .section-alternate .section:nth-child(even) .alternate-media {
   order: 1;
  
  }
  .section-alternate .section:nth-child(even) .alternate-content {
   order: 2;
 
  }

.container-ppc hgroup h1 {
    text-align: left;
}

.ppc-header .container-ppc .ppcheader-form {
    padding: 23px 30px 2px 30px;
}

}

@media (max-width: 650px) {
 /* Fonts */
.ppc-header .container-ppc hgroup h1 {
 font-size: 38px;
 line-height: 40px;
 padding-right: 0;
}
.ppc-header .container-ppc hgroup p {
 font-size: 16px;
 line-height: 20px;
 padding-right: 0;
}

  .ppc-header .container-ppc hgroup .affiliates {
  max-width: 139px;
 }

  .ppc-header .container-ppc hgroup .affiliates li { 
  width: 100%;
   margin-bottom: 20px;
 }

  .ppc-header .container-ppc hgroup .affiliates li:last-child { 

   margin-bottom: 0;
 }

.section-about .section-header h2 {
    font-size: 28px;
}
 
.section-header h2 {
    font-size: 24px;
}

.section-contact h2 {
    font-size: 28px;
}

.section-cta .section-header h2 {
    font-size: 30px;
}

.section-cta p {
    font-size: 18px;
}

 .work-item .section-header-work h2 {
    font-size: 20px;
}

 .process-item .section-header h2 {
    font-size: 24px;
}
 .process-item .section-header i {
 font-size: 40px;
}
.section-header h3 {
    font-size: 20px;
 line-height: 30px;
}

 .ppcfooter-form h2 {
    font-size: 24px;
   margin-top: 20px;
}
 
 .section {
    margin: 50px 0;
}

.section-inner {
    padding: 50px 0;
}

 .container-ppc {
     width: calc(100% - 30px);
 }
 
.section-header {
    margin-bottom: 20px;
}
.badge {
    width: 140px;
}
 
 .ppc-header .container-ppc hgroup .badge {
    bottom: -51px;
}
 
 .ppc-header .container-ppc hgroup {
    margin-bottom: 60px;
}

 .section-about .container-ppc {
    padding-right: 0;
}

.section-cta .container-ppc .badge {
    top: -140px;
}

 .ppcfooter-form {
    margin-top: 140px;
  padding: 20px;
}



.ppcfooter-form .badge {
    right: 50%;
    margin-right: -77px;
}
 
 .faq-toggle {
 font-size: 20px;
  line-height: 24px;
}
 
}




@media (max-width: 550px) {

.header-ppc-img {
    height: 65vw;
}

}


@media (max-width: 400px) {
.ppc-header {
 margin-top: 65px;
}
.ppc-nav .container-ppc img {
    width: 120px;
}
 
#top-strip .butt.telbut.ppc-nav-tel {
    padding: 10px 0!important;
 font-size: 16px!important;
 width: 160px!important;
}
 
 .section-about .about-media {
   width: 160px;
  order: 1;
  margin-bottom: 20px;
 }

 
}


