/******************** CUSTOM GGP ********************/

/* GREEN #43B75F */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wpcf7-form br { display: none }
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em !important;
}

@media (max-width:576px) {
.wpcf7-form .wpcf7-submit {
  float: left !important;
}
}


/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.mfp-iframe-scaler {
  padding-top: 90%;
}
pre {
  color: #FFF;
  background-color: #222;
}
body {
  color: #111;
}
.navbar {
  padding: 1rem 2rem;
}
.navbar-brand img {
  height: 65px;
  -webkit-transition: height 0.4s ease-in;
  -moz-transition: height 0.4s ease-in;
  -ms-transition: height 0.4s ease-in;
  -o-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in;
}
.navbar-brand h1 strong {
  color: #008EC6;
  font-style: italic;
}

.fixed-top {
  /* z-index: 5000; */
}

#side-cta {
  position: fixed;
  right: 0;
  top: calc(71vh - 0px);
  width: 50px;
  height: 100px;
  text-align: center;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#side-cta a {
  display: block;
  width: 100%;
  height: 50%;
  float: left;
  position: relative;
  color: #FFF;
  font-size: 25px;
  padding-top: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#side-cta a i {
  vertical-align: sub;
}
#side-cta a#cus {
  background-color: var(--tea);
}
#side-cta a#call {
  background-color: var(--tur);
  font-size: 30px;
  margin-top: 5px;
}

#hero .hero__background .btn.btn-primary {
  position: absolute;
  bottom: 15%;
  left: 30px;
  background-color: var(--tea);
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  opacity: 1;
  display: none;
}
#hero .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
#hero .navbar-expand-lg .navbar-nav .nav-link.social {
  color: green;
  flex: 50%;
}
#hero .navbar-expand-lg .navbar-nav .nav-link.social i {
  opacity: 1;
}
#hero .navbar-nav .nav-item i:before {
  /* top: 5px; */
  position: relative;
}
#hero span.title {
  font-style: italic;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
  font-weight: 600;
  display: block;
}
#hero span.title:before {
  content: "/";
  font-style: normal;
  color: #43B75F;
  display: inline-block;
  margin-right: 5px;
  font-size: 3rem;
}
#hero span.title:after {
  content: "/";
  font-style: normal;
  color: #43B75F;
  display: inline-block;
  margin-left: 8px;
  font-size: 3rem;
}
#hero h3 {
  font-size: 2rem;
  font-weight: 300;
}

#text-image-block {
  /* border-bottom: 2px dashed #f1f1f1; */
}
#text-image-block h2 {
  font-size: 4rem;
}
#text-image-block h2 strong {
  padding-right: 3px;
}

#developing-process {
  border-bottom: 5px dotted #f1f1f1;
}
#developing-process h4 {
  text-transform: uppercase;
  font-size: 2rem;
}
#developing-process h4 span,
#developing-process h4 strong
{
  background-color: #43B75F !important;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #FFF;
  text-transform: uppercase !important;
  font-size: 2rem;
  font-weight: 600;
  padding: .6rem .6rem 0.4rem .6rem;
  vertical-align: bottom;
  margin-left: .3rem;
  margin-right: .3rem;
}
#developing-process h4 span.residentials {
  background-color: var(--tur);
}
#developing-process h4 span.activities {
  background-color: var(--tea);
}
#developing-process h4 strong {
  background-color: var(--tea);
}
#developing-process p {
  line-height: 1.9;
}
#developing-process img {
  margin-bottom: 40px;
}

#location {
  /* border-bottom: 2px dashed #f1f1f1; */
  background-color: #fbfdf8;
}
#location .block__wrapper {
  padding-bottom: 0;
}

#pricing .popup-image {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}

#features-v .blue-layer {
  background-color: rgba(26, 200, 219, 0.80);
}
#features-v .dark-layer {
  background-color: rgba(0, 0, 0, 0.60);
}
#features-v .green-layer {
  background-color: rgba(67, 183, 95, 0.60);
}
#features-v .lilac-layer {
  background-color: rgba(2, 146, 183, 0.80);
}
#features-v .texture-icons-wrapper {
  padding: 0 30px;
  position: relative;
}
#features-v .background-wrapper {
  height: calc(100% + 80px);
  bottom: -40px;
}
#features-v .block__wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#features-v .block__wrapper .icon {
  color: #FFF;
  font-size: 10rem;
}
#features-v p {
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 0;
}
#features-v p strong {
  color: #008EC6;
}
#features-v h4 {
  color: #FFF;
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 15px;
  /* padding: 0 25px; */
}
#features-v h4 small {
  text-transform: uppercase;
  display: block;
  /* margin-top: 10px; */
  width: 110px;
  margin: 0 auto;
  margin-top: 20px;
  border: 2px solid #FFF;
  padding: 5px 10px;
  font-weight: bold;
  background-color: transparent;
  transition: all .2s;
}
#features-v h4 small i {
  margin: 0;
  margin-right: 5px;
}
#features-v a {
  transition: transform .2s;
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
#features-v .row a.last {
  margin-bottom: 0px;
}
#features-v a:hover {
  transform: scale(1.1);
}
#features-v a:hover small {
  background-color: #FFF;
  color: #555;
}
#features-v .clearfix {
  margin-bottom: 25px;
}
#features-v-2 .blue-layer {
  background-color: rgba(26, 200, 219, 0.80);
}
#features-v-2 .dark-layer {
  background-color: rgba(0, 0, 0, 0.60);
}
#features-v-2 .green-layer {
  background-color: rgba(67, 183, 95, 0.90);
}
#features-v-2 .lilac-layer {
  background-color: rgba(2, 146, 183, 0.80);
}
#features-v-2 .texture-icons-wrapper {
  padding: 0 30px;
  position: relative;
}
#features-v-2 .background-wrapper {
  height: calc(100% + 80px);
  bottom: -40px;
}
#features-v-2 .block__wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#features-v-2 .block__wrapper .icon {
  color: #FFF;
  font-size: 10rem;
}
#features-v-2 p {
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 0;
}
#features-v-2 p strong {
  color: #008EC6;
}
#features-v-2 h4 {
  color: #FFF;
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 15px;
  /* padding: 0 25px; */
}
#features-v-2 h4 small {
  text-transform: uppercase;
  display: block;
  /* margin-top: 10px; */
  width: 110px;
  margin: 0 auto;
  margin-top: 20px;
  border: 2px solid #FFF;
  padding: 5px 10px;
  font-weight: bold;
  background-color: transparent;
  transition: all .2s;
}
#features-v-2 h4 small i {
  margin: 0;
  margin-right: 5px;
}
#features-v-2 a {
  transition: transform .2s;
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
#features-v-2 .row a.last {
  margin-bottom: 0px;
}
#features-v-2 a:hover {
  transform: scale(1.1);
}
#features-v-2 a:hover small {
  background-color: #FFF;
  color: #555;
}
#features-v-2 .clearfix {
  margin-bottom: 25px;
}
#ecologic {
  display: none;
  background-color: #222;
}
#ecologic h2 {
  color: #008EC6;
  margin-bottom: 15px;
}
#ecologic h3 {
  color: #FFF;
  margin-bottom: 0;
  font-size: 2.8rem;
}
#contact .partners-wrapper {
  margin-bottom: 5rem;
}
#contact .partners-wrapper img {
  border: 4px solid #EEE;
  margin-right: 20px;
  max-width: 240px !important;
}
#footer a {
  color: #FFF;
  font-weight: bold;
}
.modal {
  z-index: 5000;
}
.modal-dialog p {
  margin-bottom: 0px;
}
.modal-dialog ul {
  margin-top: 15px;
  padding-left: 20px;
}
.modal-dialog ul > li {
  opacity: .65;
}

.cblock {
  display: block !important;
  margin: 0 auto !important;
}

@media only screen and (max-width:767px) {
  #hero .hero__background .btn.btn-primary {
    display: block;
  }
  .align-bottom {
    vertical-align: initial !important;
    top: -40px;
  }
  .hidden-u-767 {
    display: none !important;
  }
  #hero .hero__caption {
    padding: 5rem 2rem;
  }
  #text-image-block .btn.btn-primary.btn-framed {
    margin-bottom: 30px;
  }
  #hero > .container,
  #hero > .container > .row {
    height: auto;
  }
}

@media only screen and (min-width:768px) {
  .hidden-a-767 {
    display: none !important;
  }
}

@media only screen and (max-width:576px) {
  .block .block__title {
    margin-bottom: 5rem;
  }
  #contact .partners-wrapper img {
    margin-right: 15px;
    width: 43%;
  }
  #location br {
    display: none;
  }
  #developing-process {
    padding-bottom: 0;
  }
  #form-contact-submit {
    float: left;
  }
  #developing-process h4 span {
    /* display: none; */
  }
  #features-v {
    padding-top: 0;
  }
  #features-v .background-wrapper {
    height: 100%;
    bottom: 0;
  }
}
