/*Mixins*/
.mixin-btn-home-primary {
  display: inline-block;
  color: #ffffff;
  border: none;
  font-size: 15px;
  min-width: 250px;
  font-weight: 700;
  padding: 20px 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
  box-shadow: 0px 4px 7.44px 0.56px rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#84e07a+0,28d083+100 */
  background: #84e07a;
  /* Old browsers */
  background: -moz-linear-gradient(135deg, #84e07a 0%, #28d083 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(135deg, #84e07a 0%, #28d083 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #84e07a 0%, #28d083 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84e07a', endColorstr='#28d083', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.mixin-btn-home-primary:hover {
  border-color: #000000;
  color: #000000;
}
.mixin-btn-home-secondary {
  display: inline-block;
  color: #1b1b1b;
  min-width: 250px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 20px 30px;
  text-transform: uppercase;
  line-height: 100%;
  box-shadow: 0px 4px 7.44px 0.56px rgba(0, 0, 0, 0.65);
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mixin-btn-home-secondary:hover {
  border-color: #000000;
  color: #000000;
}
.mixin-btn-rounded {
  border-radius: 50px;
}
.mixin-gradient {
  background: #03b9a3;
  background: -moz-linear-gradient(330deg, #03b9a3 0%, #e7f48b 100%);
  background: -webkit-linear-gradient(330deg, #03b9a3 0%, #e7f48b 100%);
  background: linear-gradient(330deg, #03b9a3 0%, #e7f48b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(3,185,163)', endColorstr='rgb(231,244,139)', GradientType=1);
}
/*End Mixins*/
.addthis-smartlayers-mobile {
  display: none;
}
.elementor-field-group-field_8 label {
  color: #ffffff !important;
  display: inline !important;
}
.elementor-field-group-field_8 label a {
  font-size: 15px !important;
  color: #ffffff;
  font-weight: 400;
}
.white-color-box {
  color: #ffffff !important;
}
.tbf-header-background {
  background-size: cover !important;
  background-position: top right !important;
}
@media only screen and (min-width: 1024px) {
  .tbf-header-background {
    background-size: auto !important;
    background-position: top left !important;
  }
}
.home-header-action-container {
  margin: 50px 0;
}
.home-header-action-primary {
  display: inline-block;
  color: #ffffff;
  border: none;
  font-size: 15px;
  min-width: 250px;
  font-weight: 700;
  padding: 20px 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
  box-shadow: 0px 4px 7.44px 0.56px rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#84e07a+0,28d083+100 */
  background: #84e07a;
  /* Old browsers */
  background: -moz-linear-gradient(135deg, #84e07a 0%, #28d083 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(135deg, #84e07a 0%, #28d083 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #84e07a 0%, #28d083 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84e07a', endColorstr='#28d083', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.home-header-action-primary:hover {
  border-color: #000000;
  color: #000000;
}
.home-header-action-secondary {
  display: inline-block;
  color: #1b1b1b;
  min-width: 250px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 20px 30px;
  text-transform: uppercase;
  line-height: 100%;
  box-shadow: 0px 4px 7.44px 0.56px rgba(0, 0, 0, 0.65);
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 50px;
}
.home-header-action-secondary:hover {
  border-color: #000000;
  color: #000000;
}
/*Grid*/
.tbf-grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 20px;
  margin-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .tbf-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 85px;
  }
  .tbf-grid-4 .home-white-container-1.last .triangle-box-2 {
    display: block;
  }
}
/*End Grid*/
.home-white-container-1 {
  color: #3d3d3d;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  padding: 20px 20px;
  box-shadow: 0px 0px 19.17px 7.83px rgba(0, 0, 0, 0.06);
  min-height: auto;
}
.home-white-container-1 .home-white-image-box {
  padding: 0;
}
.home-white-container-1 .home-white-image-box img {
  height: 60px;
}
.home-white-container-1 .home-white-title-box {
  padding-bottom: 0;
  margin-top: 10px;
}
.home-white-container-1 .home-white-text-box {
  line-height: 23px;
  font-weight: 600;
}
.home-white-container-1 .home-white-angle-link {
  background-color: #6abaa8;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  bottom: 15px;
  right: 10px;
  z-index: 2;
}
.home-white-container-1 .home-white-angle-link i {
  line-height: 1px;
}
.home-white-container-1.last {
  position: relative;
}
.home-white-container-1.last .triangle-box-2 {
  display: none;
  position: absolute;
  left: 67px;
  top: -146px;
  z-index: 2;
}
.home-white-container-1.last .triangle-box-2 img {
  height: 218px;
  width: 218px;
  max-width: 218px;
}
@media only screen and (min-width: 768px) {
  .home-white-container-1 {
    padding: 30px 30px;
    min-height: 330px;
  }
  .home-white-container-1 .home-white-image-box {
    padding: 20px 0;
  }
  .home-white-container-1 .home-white-image-box img {
    height: auto;
  }
  .home-white-container-1 .home-white-title-box {
    margin-top: 20px;
  }
  .home-white-container-1 .home-white-angle-link {
    background-color: #6abaa8;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    bottom: 20px;
    right: 20px;
    z-index: 2;
  }
  .home-white-container-1 .home-white-angle-link i {
    line-height: 1px;
  }
}
.green-button {
  font-family: 'pmbold';
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #29d067;
  color: #ffffff;
  display: inline-block;
  border-radius: 50px;
  padding: 20px 25px;
  letter-spacing: 1.1px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.green-button:hover {
  color: #ffffff;
  background-color: #26bf5f;
}
.section-title-container {
  text-align: center;
  color: #121212;
}
.section-subtitle-container {
  color: #bcbcbc;
  font-size: 0.6875rem;
  text-align: center;
  text-transform: uppercase;
}
.homepage-tabs-container .background-image-container {
  height: 240px;
  width: 100%;
  background-color: #f5f5f5;
  display: flex;
  align-items: flex-end;
  padding: 0 10px;
  background-image: url(/wp-content/uploads/2018/07/tab-image-1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 150px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.homepage-tabs-container .background-image-container .data-left-part {
  background-color: #4db678;
  background: #03b9a3;
  background: -moz-linear-gradient(330deg, #03b9a3 0%, #e7f48b 100%);
  background: -webkit-linear-gradient(330deg, #03b9a3 0%, #e7f48b 100%);
  background: linear-gradient(330deg, #03b9a3 0%, #e7f48b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(3,185,163)', endColorstr='rgb(231,244,139)', GradientType=1);
  height: 330px;
  flex-basis: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 200px;
}
.homepage-tabs-container .background-image-container .data-left-part .left-part-title {
  font-family: 'cooper_hewittmedium';
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}
.homepage-tabs-container .background-image-container .data-left-part .left-part-link {
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 15px 30px;
  color: #ffffff;
}
.homepage-tabs-container .background-image-container .data-left-part .triangle-box-1 {
  position: absolute;
  bottom: -72px;
  right: -144px;
  z-index: 2;
  display: none;
}
.homepage-tabs-container .background-image-container .data-right-part {
  width: 100%;
  flex-basis: 78%;
  height: 235px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: none;
}
.homepage-tabs-container .background-image-container .data-right-part .right-part-text-box {
  font-family: 'cooper_hewittmedium';
  font-size: 1.1875rem;
  font-weight: 700;
  color: #666666;
  line-height: 33px;
  margin-left: 180px;
  margin-top: 60px;
}
.homepage-tabs-container .background-image-container .data-right-part .right-part-logo-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.homepage-tabs-container .background-image-container .data-right-part .right-part-logo-box img {
  height: 40px;
}
.homepage-tabs-container .tabs-container {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  flex-direction: column;
}
.homepage-tabs-container .tabs-container .tab-element-box {
  background-color: #ffffff;
  box-shadow: 0px 0px 11.18px 1.82px rgba(0, 0, 0, 0.06);
  height: 60px;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 5px 0;
}
.homepage-tabs-container .tabs-container .tab-element-box .icon-image-box {
  padding: 35px 0 15px 0;
  display: none;
}
.homepage-tabs-container .tabs-container .tab-element-box .title-box {
  font-family: 'cooper_hewittmedium';
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 60px;
  color: #3d3d3d;
  letter-spacing: -0.5px;
}
.homepage-tabs-container .tabs-container .tab-element-box .title-box.text-center {
  text-align: left;
  padding-left: 20px;
}
.homepage-tabs-container .tabs-container .tab-element-box .title-box br {
  display: none;
}
.homepage-tabs-container .tabs-container .tab-element-box .link-box {
  background-color: #6abaa8;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.homepage-tabs-container .tabs-container .tab-element-box .link-box i {
  line-height: 1px;
}
@media only screen and (min-width: 1024px) {
  .homepage-tabs-container .background-image-container {
    height: 480px;
    padding: 0 200px;
    margin-bottom: 0;
  }
  .homepage-tabs-container .background-image-container .data-left-part {
    flex-basis: 22%;
    top: 0;
  }
  .homepage-tabs-container .background-image-container .data-left-part .triangle-box-1 {
    display: block;
  }
  .homepage-tabs-container .background-image-container .data-right-part {
    display: block;
  }
  .homepage-tabs-container .tabs-container {
    padding: 0 200px;
    flex-direction: row;
  }
  .homepage-tabs-container .tabs-container .tab-element-box {
    width: 16.6666%;
    height: 215px;
    box-shadow: 0px 0px 19.17px 7.83px rgba(0, 0, 0, 0.06);
    margin: 0;
  }
  .homepage-tabs-container .tabs-container .tab-element-box .title-box {
    line-height: 32px;
  }
  .homepage-tabs-container .tabs-container .tab-element-box .title-box br {
    display: block;
  }
  .homepage-tabs-container .tabs-container .tab-element-box .title-box.text-center {
    text-align: center;
    padding-left: 0;
  }
  .homepage-tabs-container .tabs-container .tab-element-box .icon-image-box {
    display: block;
  }
}
.green-span-box {
  color: #06bba4;
}
.homepage-testimonials-container .triangle-box-2 {
  position: absolute;
  left: 0;
  top: -209px;
  z-index: 2;
  display: none;
}
.homepage-testimonials-container .testimonials-info-container {
  display: flex;
  align-items: flex-end;
  padding: 0 10px;
}
.homepage-testimonials-container .testimonials-info-container .testimonials-info-left-box {
  flex-basis: 80%;
  padding: 150px 0;
  display: none;
}
.homepage-testimonials-container .testimonials-info-container .testimonials-info-left-box .testimonials-info-left-subtitle-part {
  font-family: 'pmbold';
  font-size: 0.9375rem;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.homepage-testimonials-container .testimonials-info-container .testimonials-info-left-box .testimonials-info-left-text-part {
  font-family: 'pmbold';
  font-size: 3rem;
  color: #ffffff;
  line-height: 58px;
}
.homepage-testimonials-container .testimonials-info-container .testimonials-info-right-box {
  background-color: transparent;
  height: 200px;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.homepage-testimonials-container .testimonials-info-container .testimonials-info-right-box .testimonials-info-right-title-box {
  font-family: 'pmbold';
  font-size: 2rem;
  color: #ffffff;
  line-height: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.homepage-testimonials-container .testimonials-info-container .testimonials-info-right-box .testimonials-info-right-subtitle-box {
  font-family: 'pmbold';
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .homepage-testimonials-container .testimonials-info-right-box {
    background-color: transparent;
    height: 400px;
  }
  .homepage-testimonials-container .testimonials-info-right-box .testimonials-info-right-title-box {
    font-family: 'pmbold';
    font-size: 3.0625rem;
    color: #ffffff;
    line-height: 56px;
    text-align: center;
    margin-bottom: 20px;
  }
  .homepage-testimonials-container .testimonials-info-right-box .testimonials-info-right-subtitle-box {
    font-family: 'pmbold';
    color: #ffffff;
    font-size: 2.3125rem;
    text-align: center;
  }
}
.homepage-testimonials-container .testimonials-container {
  display: flex;
  justify-content: flex-start;
  padding: 0 10px;
  flex-wrap: wrap;
}
.homepage-testimonials-container .testimonials-container .textimonial-box {
  background-color: #ffffff;
  box-shadow: 0px 0px 19.17px 7.83px rgba(0, 0, 0, 0.06);
  flex-basis: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.homepage-testimonials-container .testimonials-container .textimonial-box .textimonial-box-icon {
  margin-bottom: 25px;
}
.homepage-testimonials-container .testimonials-container .textimonial-box .textimonial-box-date {
  font-family: 'cooper_hewittmedium';
  color: #3d3d3d;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}
.homepage-testimonials-container .testimonials-container .textimonial-box .textimonial-box-name {
  font-family: 'cooper_hewittmedium';
  color: #3d3d3d;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.homepage-testimonials-container .testimonials-container .textimonial-box .textimonial-box-job {
  font-family: 'cooper_hewittmedium';
  color: #3d3d3d;
  font-size: 1rem;
  margin-bottom: 10px;
}
.homepage-testimonials-container .testimonials-container .textimonial-box .textimonial-box-stars {
  margin-bottom: 10px;
}
.homepage-testimonials-container .testimonials-container .textimonial-box .textimonial-box-text {
  font-style: italic;
  line-height: 25px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .homepage-testimonials-container .testimonials-container {
    padding: 0 100px 0 200px;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .homepage-testimonials-container .testimonials-container .textimonial-box {
    flex-basis: 20%;
    margin: 0;
    border-radius: 0;
  }
  .homepage-testimonials-container .triangle-box-2 {
    display: block;
  }
  .homepage-testimonials-container .testimonials-info-container {
    padding: 0 100px;
  }
  .homepage-testimonials-container .testimonials-info-container .testimonials-info-left-box {
    display: block;
  }
  .homepage-testimonials-container .testimonials-info-container .testimonials-info-right-box {
    background-color: #7ec196;
    flex-basis: 20%;
  }
}
.header-testimonials-loop {
  display: flex;
}
.header-testimonials-loop .header-testimonials-loop-image img {
  height: 50px;
  padding-right: 30px;
  border-radius: 50px;
}
.header-testimonials-loop .header-testimonials-loop-text {
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  font-style: italic;
}
.header-testimonials-loop .header-testimonials-loop-text .author {
  font-style: normal;
}
.wpgdprc .wpcf7-list-item {
  display: inline;
  margin: 0;
  font-size: 12px;
}
.pr-pol-link {
  font-size: 12px !important;
}
.landing-bank-p {
  /*    *{
            font-size: 18px;
    font-weight: 400;
    line-height: 32px;
        }*/
}
.taxonomy-description,
.category-description {
  margin-bottom: 40px;
}
.taxonomy-description p,
.category-description p {
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .taxonomy-description,
  .category-description {
    margin-bottom: 80px;
  }
}
a[data-readmore-toggle] {
  background-color: #e3e3e3;
  display: inline;
  padding: 10px;
  border-radius: 3px;
  color: #000000;
  display: inline !important;
  transition: all .3s ease;
  font-size: 12px;
  top: 10px;
  position: relative;
}
a[data-readmore-toggle]:hover {
  background-color: #bdbdbd;
}
a:focus {
  color: inherit;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
  margin: 0 10% !important;
}
.pea_cook_wrapper.pea_cook_bottomcenter p {
  /*        bottom: 30px;
                font-family: "Roboto", helvetica, arial, sans-serif; 
                font-size: 14px;
                margin: 0;
                font-weight: 400;
                line-height: 24px;
                margin: 5px;*/
}
.pea_cook_wrapper.pea_cook_bottomcenter button.pea_cook_btn {
  background: #29dbbb;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #ffffff;
  font: inherit;
  line-height: normal;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
  text-shadow: none;
  width: 100px;
  margin-left: 20px;
}
.vc_grid-item-mini {
  /*    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
        transition: all .3s cubic-bezier(.25, .8, .25, 1) !important;
        border-radius: 5px;*/
}
.vc_grid-item-mini .vc_gitem-animated-block {
  height: 150px;
  overflow-y: hidden;
}
.vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone {
  height: 150px;
  overflow-y: hidden;
  background-position: center center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.vc_grid-item-mini .vc_gitem-zone {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini {
  /*padding: 0 10px;*/
}
.vc_btn3-container .vc_btn3 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #1768b5 !important;
  font-size: 13px !important;
  border-radius: 25px !important;
}
#desktop-header {
  background-color: transparent;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0 10px;
  padding-top: 40px;
}
#desktop-header .menu-icons {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  position: relative;
  top: -10px;
}
#desktop-header .menu-icon-lines {
  background-image: url("../images/menu-icon.png");
}
#desktop-header .menu-icon-close {
  background-image: url("../images/menu-icon-close.png");
}
#desktop-header .searchform-container input[type="text"] {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 50px;
  color: #fff;
  text-transform: none;
  padding-left: 20px;
}
#desktop-header .searchform-container .searchsubmit {
  color: #ffffff;
}
#desktop-header .searchform-container .searchsubmit {
  right: 12px;
}
#desktop-header .searchform-container ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #ffffff !important;
}
#desktop-header .searchform-container :-moz-placeholder {
  opacity: 1 !important;
  color: #ffffff !important;
}
#desktop-header .searchform-container ::-moz-placeholder {
  opacity: 1 !important;
  color: #ffffff !important;
}
#desktop-header .searchform-container :-ms-input-placeholder {
  opacity: 1 !important;
  color: #ffffff !important;
}
#desktop-header .menu-offcanvas-button {
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
@media only screen and (min-width: 1524px) {
  #desktop-header {
    padding: 50px 100px;
  }
}
body ul.main-menu {
  top: 0;
}
body ul.main-menu > li a {
  font-family: 'pmbold';
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 35px;
}
body ul.main-menu > li a:hover {
  color: #9ced93;
}
body ul.main-menu > li:last-child a {
  color: #ffffff;
  padding: 0 30px;
  border-radius: 50px;
  position: relative;
  border: 2px solid #ffffff;
}
body ul.main-menu > li:last-child a:hover {
  /*box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3);*/
  background-color: #0e3e22;
}
body ul.main-menu > li:last-child a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 7px;
  height: 7px;
  background-color: #fcff00;
  border-radius: 100px;
  animation: blinker 0.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
body ul.main-menu ul.sub-menu {
  background-color: #0e3e22;
}
body ul.main-menu ul.sub-menu:before {
  border-bottom: 6px solid #20623b;
}
body ul.main-menu ul.sub-menu li {
  padding: 10px 15px;
  margin: 0;
  transition: all .3s ease;
  cursor: pointer;
  min-width: 200px;
}
body ul.main-menu ul.sub-menu li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
body ul.main-menu ul.sub-menu li a:hover {
  color: #ffffff !important;
}
body ul.main-menu ul.sub-menu li:hover {
  background-color: #20623b;
}
#sticky-header ul.main-menu ul.sub-menu,
body.home ul.main-menu ul.sub-menu {
  background-color: #20623b;
}
#sticky-header ul.main-menu ul.sub-menu li:hover,
body.home ul.main-menu ul.sub-menu li:hover {
  background-color: #0e3e22;
}
.fixed-header {
  z-index: 11 !important;
  background-color: transparent !important;
}
.fixed-header .top-offcanvas-container {
  z-index: -1;
}
.fixed-header .top-offcanvas-container.open {
  top: 0;
}
.top-offcanvas-container {
  position: fixed;
  top: -1500px;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 1000px;
  min-height: 100vh;
  transition: all 1s cubic-bezier(0, 0.5, 0, 1);
  /*background-color: #4772d9;*/
  background-color: #20623b;
  padding: 150px 180px;
}
.top-offcanvas-container.open {
  /*top: 82px;*/
  top: 118px;
}
.top-offcanvas-container .top-offcanvas-title-list {
  color: #ffffff;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}
.top-offcanvas-container ul.top-offcanvas-ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-offcanvas-container ul.top-offcanvas-ul li {
  margin-bottom: 30px;
}
.top-offcanvas-container ul.top-offcanvas-ul li a {
  display: block;
  background-color: #ffffff;
  color: #474747;
  border-radius: 5px;
  padding: 16px 20px;
  line-height: 100%;
  font-weight: 500px;
  font-size: 18px;
  position: relative;
  transition: all 0.3s ease;
}
.top-offcanvas-container ul.top-offcanvas-ul li a .top-offcanvas-ul-li-a-arrow {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #52b32c;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 5px;
  font-size: 30px;
}
.top-offcanvas-container ul.top-offcanvas-ul li a .top-offcanvas-ul-li-a-arrow i {
  position: relative;
  left: 2px;
}
.top-offcanvas-container ul.top-offcanvas-ul li a:hover {
  background-color: #52b32c;
  color: #ffffff;
}
.top-offcanvas-container .top-offcanvas-video-box {
  background-color: #000000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 380px;
  margin-top: 42px;
  background-image: url("../images/prestito-cessione-del-quinto.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-offcanvas-container .top-offcanvas-video-bottom-box {
  /*background-color: #325097;*/
  background-color: #134e2b;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 150px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding-top: 30px;
}
.link-orange {
  position: relative;
  color: #ffffff;
  background-color: #f26522;
  font-size: 16px;
  border-radius: 50px;
  display: inline-block;
  padding: 15px 50px;
  transition: all .3s ease;
  margin-top: 20px;
}
.link-orange:hover {
  color: #ffffff;
  background-color: #d65e09;
}
.static-page-container {
  margin-bottom: 0;
}
footer {
  margin-top: 0;
}
footer .widget_text.widget.widget_custom_html {
  margin-bottom: 0;
}
footer .footer-social-links-container {
  margin-bottom: 30px;
}
footer .footer-blue {
  color: #1ec0d3;
}
footer .widget-title {
  margin-bottom: 10px;
  text-transform: none;
}
footer div.tagcloud a {
  border: 0;
  text-transform: none;
  padding: 0;
  margin: 5px 5px 5px 0;
}
footer .footer-top-container {
  background-image: url("../images/footer-bkg-1.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 515px;
}
footer .footer-top-container .footer-top-box {
  width: 100%;
  margin: 0 auto;
  padding: 185px 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-top-container .footer-top-box .footer-top-box-left-part {
  flex-basis: 100%;
}
footer .footer-top-container .footer-top-box .footer-top-box-left-part .footer-top-box-left-part-title {
  font-family: 'pmbold';
  font-size: 2rem;
  color: #ffffff;
  line-height: 100%;
  margin-bottom: 25px;
  text-align: center;
}
footer .footer-top-container .footer-top-box .footer-top-box-left-part .footer-top-box-left-part-text {
  font-family: 'cooper_hewittmedium';
  font-size: 0.875rem;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
footer .footer-top-container .footer-top-box .footer-top-box-right-part {
  flex-basis: 100%;
  text-align: center;
}
footer .footer-top-container .footer-top-box .footer-top-box-right-part a {
  text-align: center;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  footer .footer-top-container .footer-top-box {
    width: 60%;
    flex-wrap: nowrap;
  }
  footer .footer-top-container .footer-top-box .footer-top-box-left-part {
    flex-basis: 70%;
  }
  footer .footer-top-container .footer-top-box .footer-top-box-left-part .footer-top-box-left-part-title {
    text-align: left;
  }
  footer .footer-top-container .footer-top-box .footer-top-box-left-part .footer-top-box-left-part-text {
    text-align: left;
  }
  footer .footer-top-container .footer-top-box .footer-top-box-right-part {
    flex-basis: 30%;
    text-align: right;
  }
}
footer .footer-main-container {
  margin: 0 10px;
}
footer .footer-main-container .footer-main-box {
  border: none;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-main-container .footer-main-box .footer-logo {
  flex-basis: 100%;
  margin-bottom: 20px;
}
footer .footer-main-container .footer-main-box .footer-logo img {
  display: inline-block;
}
footer .footer-main-container .footer-main-box .footer-info-box {
  flex-basis: 50%;
  padding: 10px;
}
footer .footer-main-container .footer-main-box .footer-info-box .footer-main-box-title {
  font-family: 'cooper_hewittsemibold';
  font-size: 0.875rem;
  color: #333333;
  line-height: 24px;
  margin-bottom: 5px;
}
footer .footer-main-container .footer-main-box .footer-info-box .footer-main-box-link {
  font-family: 'cooper_hewittmedium';
  font-size: 0.8125rem;
  display: block;
  color: #7e808a;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
footer .footer-main-container .footer-main-box .footer-info-box .footer-main-box-contact {
  font-family: 'cooper_hewittmedium';
  font-size: 0.8125rem;
  color: #7e808a;
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  footer .footer-main-container {
    margin: 0 150px;
    flex-wrap: nowrap;
  }
  footer .footer-main-container .footer-main-box .footer-logo {
    flex-basis: 30%;
  }
  footer .footer-main-container .footer-main-box .footer-info-box {
    flex-basis: 17.5%;
  }
}
footer .footer-copyright-container {
  padding-top: 0;
  margin: 0 10px;
  margin-top: 20px;
}
footer .footer-copyright-container .social-profiles-container li a {
  background-color: #4b4b4b;
  border-radius: 100px;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  text-align: center;
  padding: 0;
}
footer .footer-copyright-container .social-profiles-container li a:hover {
  background-color: #1EC0D3;
}
footer .footer-copyright-container .social-profiles-container li a i {
  color: #ffffff;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 1024px) {
  footer .footer-copyright-container {
    margin: 0 150px;
    margin-top: 35px;
  }
}
footer .footer-copyright-text-container p {
  font-family: 'pmbook';
  text-align: left;
  color: #7e808a;
  font-size: 12px;
}
footer .footer-copyright-text-container p:first-of-type {
  font-family: 'cooper_hewittsemibold';
  color: #333333;
  font-size: 12px;
}
footer .footer-copyright-box {
  padding-top: 30px;
}
footer .footer-copyright-sidebar-box {
  display: flex;
  font-family: 'cooper_hewittsemibold';
  font-size: 13px;
  color: #333333;
  flex-wrap: wrap;
}
footer .footer-copyright-sidebar-box .footer-copyright-sidebar-left-part {
  padding: 10px 0;
  text-align: left;
  flex-basis: 100%;
}
footer .footer-copyright-sidebar-box .footer-copyright-sidebar-right-part {
  padding: 0;
  text-align: left;
  flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  footer .footer-copyright-sidebar-box {
    flex-wrap: nowrap;
  }
  footer .footer-copyright-sidebar-box .footer-copyright-sidebar-left-part {
    text-align: left;
    flex-basis: 50%;
  }
  footer .footer-copyright-sidebar-box .footer-copyright-sidebar-right-part {
    text-align: right;
    flex-basis: 50%;
    padding: 10px 0;
  }
}
footer #mc4wp_form_widget-2 {
  text-align: center;
}
footer #mc4wp_form_widget-2 label {
  padding-bottom: 20px;
}
footer #mc4wp_form_widget-2 input[type="email"] {
  background-color: #464646;
  border-radius: 50px;
  width: 70%;
  color: #ffffff;
  text-align: center;
  border-color: transparent;
  margin-bottom: 20px;
}
footer #mc4wp_form_widget-2 input[type="submit"] {
  background-color: #018d9e;
  color: #ffffff;
  text-align: center;
  width: auto;
  border-radius: 50px;
  text-transform: none;
  transition: all 0.3s ease;
}
footer #mc4wp_form_widget-2 input[type="submit"]:hover {
  background-color: rgba(1, 141, 158, 0.6);
}
footer #text-4 .widget-title {
  text-align: right;
}
/*Landing Page*/
html.landing-page .header-logo-left-navigation-right ul.main-menu > li > a {
  color: #ffffff;
}
img.header-logo {
  height: 30px !important;
}
@media only screen and (min-width: 768px) {
  img.header-logo {
    height: 42px !important;
  }
}
@media only screen and (min-width: 1200px) {
  img.header-logo {
    height: 62px !important;
  }
}
html,
body {
  font-size: 16px;
}
html p,
body p,
html ul,
body ul,
html ol,
body ol,
html em,
body em {
  line-height: 1.6;
}
h1,
.h1 {
  font-size: 2.0rem;
}
h3,
.h3 {
  font-size: 0.9375rem;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #333333;
  line-height: 130% !important;
  margin-top: 40px;
}
h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span {
  color: #333333;
  line-height: 130% !important;
}
h1.heading-first,
.h1.heading-first,
h2.heading-first,
.h2.heading-first,
h3.heading-first,
.h3.heading-first,
h4.heading-first,
.h4.heading-first,
h5.heading-first,
.h5.heading-first,
h6.heading-first,
.h6.heading-first {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-top: 76px;
  }
}
.h2.text-left {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.8125rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.875rem;
  }
  h4,
  .h4 {
    font-size: 1.75rem;
  }
  h5,
  .h5 {
    font-size: 1.625rem;
  }
  h6,
  .h6 {
    font-size: 1.5rem;
  }
}
.hide-on-mobile {
  display: none !important;
}
.mobile-text-center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hide-on-mobile {
    display: block !important;
  }
  .textimonial-box.hide-on-mobile {
    display: flex !important;
  }
  .header-testimonials-loop.hide-on-mobile {
    display: flex !important;
  }
  .mobile-text-center {
    text-align: left;
  }
}
.landing-page-btn-1,
.landing-page-btn-2 {
  transition: all .3s ease;
}
.landing-page-btn-1:hover,
.landing-page-btn-2:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #666666;
}
.landing-page-btn-1 {
  position: relative;
  color: #666666;
  background-color: #ffffff;
  font-size: 16px;
  border-radius: 50px;
  display: inline-block;
  padding: 15px 80px 15px 20px;
}
.landing-page-btn-1 .arrow-icon {
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 30px;
}
.landing-page-btn-2 {
  position: relative;
  color: #666666;
  background-color: #ffffff;
  font-size: 16px;
  border-radius: 50px;
  display: inline-block;
  padding: 15px 50px;
}
.landing-page-content-space {
  margin-top: 82px;
}
/*End Landing Page*/
.contact-details-box {
  text-align: center;
}
.contact-details-box .icon {
  padding-bottom: 30px;
}
.contact-details-box .icon i {
  font-size: 60px;
  color: #7a7a7a;
  opacity: 0.6;
}
.contact-details-box .name {
  font-size: 33px !important;
  font-weight: 200 !important;
  text-transform: uppercase !important;
  margin-bottom: 20px;
}
.contact-details-box .info {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}
textarea[name='your-message'] {
  height: 166px;
}
div.wpcf7 .ajax-loader {
  margin-right: -20px;
}
#preventivo-form select,
#preventivo-form textarea,
#preventivo-form input[type="text"],
#preventivo-form input[type="email"] {
  margin-bottom: 15px;
}
#preventivo-form select.js-change-css-with-value,
#preventivo-form textarea.js-change-css-with-value,
#preventivo-form input[type="text"].js-change-css-with-value,
#preventivo-form input[type="email"].js-change-css-with-value {
  border-color: #71b62c;
  background-color: #ffffff;
}
#preventivo-form textarea {
  height: 213px;
}
#preventivo-form .privacy-container {
  font-size: 14px;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 0;
}
#preventivo-form .privacy-container a {
  font-size: 14px;
  font-weight: 500;
  color: #20623b;
}
#preventivo-form .privacy-container input {
  position: relative;
  top: 2px;
}
#preventivo-form .submit-container {
  margin-top: 10px;
  padding-top: 30px;
  border-top: 2px solid #f2f2f2;
}
.privacy-container {
  font-size: 14px;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 20px;
}
.privacy-container a {
  font-size: 14px;
  font-weight: 500;
  color: #20623b;
}
.privacy-container input {
  position: relative;
  top: 2px;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
  font-size: 12px;
}
.wpgdprc .wpcf7-list-item [type="checkbox"] {
  margin: 0;
}
.wpgdprc .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 12px;
}
body.home #toc_container {
  display: none;
}
body {
  padding-bottom: 64px;
  margin-top: 63px;
}
@media only screen and (min-width: 1025px) {
  body {
    margin-top: 0;
  }
}
#toc_container {
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 95%;
  margin-top: 35px;
}
#toc_container .toc_title {
  display: none;
}
#toc_container .toc_list a {
  color: #003366 !important;
}
#toc_container .toc_list li:before {
  display: none !important;
}
.aio-info * {
  font-size: 12px !important;
  line-height: 18px !important;
}
.widget-area .widget-title {
  font-family: 'pmbold';
  font-size: 1.4375rem !important;
  text-transform: capitalize;
  letter-spacing: 0px !important;
  color: #333333 !important;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 10px !important;
}
.widget-area .mobile-sidebar-navigation {
  border: none;
}
.widget-area .mobile-sidebar-navigation .menu-header-primary-menu-container ul.mobile-sidebar-main-menu li {
  border: none;
}
.widget-area .mobile-sidebar-navigation .menu-header-primary-menu-container ul.mobile-sidebar-main-menu li a {
  font-size: 15px;
  color: #ffffff;
  text-transform: none;
}
.widget-area .mobile-sidebar-navigation .menu-header-primary-menu-container ul.mobile-sidebar-main-menu li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.widget-area .mobile-sidebar-navigation .menu-header-primary-menu-container ul.mobile-sidebar-main-menu > li.menu-item-has-children:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 20px;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 10px;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
}
.widget-area .mobile-sidebar-navigation .menu-header-primary-menu-container ul.mobile-sidebar-main-menu > li.menu-item-has-children.open:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.widget-area .mobile-sidebar-navigation .menu-header-primary-menu-container ul.mobile-sidebar-main-menu > li > a {
  font-size: 18px;
  text-transform: uppercase;
}
#credem-form input[type="text"],
#credem-form input[type="email"],
#credem-form select {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #fcfcfc;
  height: 46px;
  outline: none;
  font-family: 'pmbook';
  font-size: 17px;
  font-weight: 500;
  color: #000000;
}
#credem-form input[type="text"]:focus,
#credem-form input[type="email"]:focus,
#credem-form select:focus {
  border-width: 1px;
  border-color: #00461C;
}
#credem-form input[type="submit"] {
  padding: 5px 20%;
  line-height: 30px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  transition: all 0.4s ease-in-out 0s;
  background: #f7f7eb;
  border-color: #00461C;
  color: #00461C;
}
#credem-form input[type="submit"]:hover {
  background: #1f623b;
  border-color: #1f623b;
  color: #fff047;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
}
div.wpcf7-validation-errors {
  border-color: #12542d;
}
/*Header*/
#sticky-header {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
}
#sticky-header .phone-container {
  color: #20623b;
  background-color: #fcff00;
  margin-bottom: -10px;
}
#sticky-header .phone-container span.part1 {
  color: #20623b;
}
#sticky-header .header-top-container {
  background-color: #20623b;
  color: #ffffff;
  font-size: 12px;
  padding-left: 35px;
  padding-right: 15px;
  height: 35px;
}
#sticky-header .header-top-container .desktop-search-open {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  top: -10px;
}
#sticky-header .header-top-container .vertical-line {
  opacity: 0.5;
  padding: 0 10px;
}
#sticky-header .header-top-container .header-top-icon {
  display: inline-block;
  padding-right: 5px;
}
#sticky-header .header-top-container .header-top-links {
  padding: 0;
  margin: 0;
  margin-right: 20px;
  list-style: none;
  position: relative;
  top: 3px;
}
#sticky-header .header-top-container .header-top-links li {
  float: left;
  margin-left: 10px;
}
#sticky-header .header-top-container .header-top-links li a {
  display: block;
  line-height: 32px;
  color: #ffffff;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}
#sticky-header .header-top-container .header-top-links li a:hover {
  color: #f0f0f0;
}
#sticky-header .header-top-container .header-top-links li a:after {
  content: "|";
  opacity: 0.5;
  padding: 0 10px;
  padding: 0 2px 0 10px;
  font-size: 12px;
}
#sticky-header .header-top-container .header-top-links li.last a:after {
  display: none;
}
#sticky-header .header-main-container,
#sticky-header .main-menu-container {
  background-color: #ffffff;
  padding-left: 35px;
  height: 80px;
}
#sticky-header .header-main-container .header-logo-container,
#sticky-header .main-menu-container .header-logo-container {
  position: relative;
  top: -3px;
}
#sticky-header .header-main-container .header-logo-container a img,
#sticky-header .main-menu-container .header-logo-container a img {
  padding: 10px 0;
  top: 0;
}
#sticky-header .header-main-container ul.main-menu,
#sticky-header .main-menu-container ul.main-menu {
  top: 10px;
}
#sticky-header .header-main-container ul.main-menu li a,
#sticky-header .main-menu-container ul.main-menu li a {
  font-size: 17px;
  color: #20623b;
  line-height: 35px;
}
#sticky-header .header-main-container ul.main-menu li a:hover,
#sticky-header .main-menu-container ul.main-menu li a:hover {
  color: #000000;
}
#sticky-header .header-main-container ul.main-menu li.last a,
#sticky-header .main-menu-container ul.main-menu li.last a {
  background-color: #20623b;
  color: #ffffff;
  padding: 0 30px;
  border-radius: 50px;
  position: relative;
  border: none;
}
#sticky-header .header-main-container ul.main-menu li.last a:hover,
#sticky-header .main-menu-container ul.main-menu li.last a:hover {
  background-color: #0e3e22;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
#sticky-header .header-main-container ul.main-menu li.last a:after,
#sticky-header .main-menu-container ul.main-menu li.last a:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 10px;
  height: 10px;
  background-color: #fcff00;
  border-radius: 100px;
  animation: blinker 0.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
#sticky-header .header-main-container ul.main-menu ul.sub-menu,
#sticky-header .main-menu-container ul.main-menu ul.sub-menu {
  background-color: #20623b;
}
#sticky-header .header-main-container ul.main-menu ul.sub-menu:before,
#sticky-header .main-menu-container ul.main-menu ul.sub-menu:before {
  border-bottom: 6px solid #20623b;
}
#sticky-header .header-main-container ul.main-menu ul.sub-menu li,
#sticky-header .main-menu-container ul.main-menu ul.sub-menu li {
  padding: 10px 15px;
  margin: 0;
  transition: all .3s ease;
  cursor: pointer;
}
#sticky-header .header-main-container ul.main-menu ul.sub-menu li a,
#sticky-header .main-menu-container ul.main-menu ul.sub-menu li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
#sticky-header .header-main-container ul.main-menu ul.sub-menu li:hover,
#sticky-header .main-menu-container ul.main-menu ul.sub-menu li:hover {
  background-color: #0e3e22;
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.phone-container {
  padding: 0 15px;
  color: #ffffff;
  position: relative;
  top: -10px;
}
.phone-container .phone-icon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border: 3px solid;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.phone-container .phone-icon i {
  line-height: 35px;
  font-size: 25px;
}
.phone-container .phone-text {
  text-align: left;
  position: relative;
  top: 5px;
  padding-left: 5px;
}
.phone-container .phone-text span {
  display: block;
  font-weight: bold;
}
.phone-container .phone-text span.part1 {
  text-transform: uppercase;
  font-family: 'cooper_hewittsemibold';
  font-size: 10px;
  color: #fcfb86;
  letter-spacing: 2px;
  position: relative;
  top: 6px;
}
.phone-container .phone-text span.part2 {
  font-family: 'cooper_hewittsemibold';
  font-size: 26px;
  position: relative;
  top: 3px;
}
.header-sticky-container {
  padding: 0;
  border-bottom: none;
}
.header-sticky-container .container-fluid .main-menu-container {
  padding: 0;
  height: auto !important;
}
.header-sticky-container .container-fluid .main-menu-container ul.main-menu {
  top: -3px !important;
}
.header-sticky-container a.logo-link-to-home img {
  padding: 0;
  top: 50% !important;
}
.header-sticky-container .phone-container {
  padding: 10px 15px;
  margin-right: -15px;
}
#desktop-search-form h2,
#mobile-search-form h2,
#desktop-search-form h3,
#mobile-search-form h3 {
  color: #20623b;
}
#desktop-search-form .desktop-search-tag-cloud .tag-links a:hover,
#mobile-search-form .desktop-search-tag-cloud .tag-links a:hover {
  background-color: #20623b;
}
.row-over-div {
  overflow: inherit !important;
}
.hover-color-box {
  border: 7px solid transparent;
  transition: all .3s ease;
  text-align: center;
  margin-top: -100px;
  background-color: #ffffff;
}
.hover-color-box:hover {
  border-color: #fce34c;
}
.hover-color-box2 {
  position: relative;
  background-color: #ffffff;
}
.hover-color-box2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 7px solid #fce34c;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s ease;
  text-align: center;
}
.hover-color-box2:hover:after {
  opacity: 1;
}
/*landing Page new*/
.button-box {
  border-radius: 5px;
  background-color: #116522;
  color: #ffffff !important;
  padding: 10px 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 17px !important;
}
.button-box:hover {
  background-color: #71b62c;
  color: #ffffff !important;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
}
.button-box.uppercase {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.custom-taxonomy-list-box {
  padding: 20px;
  background-color: #f8f8f8;
}
.custom-taxonomy-list-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-taxonomy-list-box ul li a {
  font-size: 15px;
  line-height: 30px;
  color: #16710a;
  font-weight: 700;
}
.custom-taxonomy-list-box ul li a i {
  padding-right: 5px;
}
.custom-taxonomy-list-box ul li:before {
  display: none;
}
.post-content-container ul li:before {
  display: none;
}
.bypostauthor {
  padding: 15px;
  text-align: left;
  margin-bottom: 15px;
}
.screen-reader-text {
  overflow: visible;
  position: inherit !important;
  width: auto;
  height: auto;
  word-wrap: normal !important;
}
@media only screen and (min-width: 768px) {
  .hover-color-box {
    margin-top: auto;
  }
}
.static-page-container .vc_single_image-wrapper img {
  margin-bottom: 0;
}
.taxonomies-post-list-container .vc_grid-item {
  padding-bottom: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.taxonomies-post-list-container .vc_grid-item .vc_gitem-animated-block {
  width: 25% !important;
  padding-right: 15px;
}
.taxonomies-post-list-container .vc_grid-item .vc_gitem-animated-block > .vc_gitem-zone {
  width: 100% !important;
}
.taxonomies-post-list-container .vc_grid-item .vc_gitem-zone {
  width: 75% !important;
}
.taxonomies-post-list-container .vc_grid-item .post-title {
  margin-bottom: 0 !important;
}
.taxonomies-post-list-container .vc_grid-item .post-title a {
  /*font-family: 'Roboto', sans-serif;*/
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  margin-top: 0;
  color: #12542D;
}
.taxonomies-post-list-container .vc_grid-btn-load_more a {
  color: #ffffff !important;
}
@media only screen and (max-width: 480px) {
  .taxonomies-post-list-container .vc_grid-item .vc_gitem-animated-block {
    width: 100% !important;
    padding-right: 0;
  }
  .taxonomies-post-list-container .vc_grid-item .vc_gitem-zone {
    width: 100% !important;
  }
  .taxonomies-post-list-container .vc_grid-item .post-title {
    margin-top: 15px;
  }
}
/*Common styles*/
.themebench-p-1 {
  font-size: 23px;
  color: #000000;
  padding-bottom: 30px;
  line-height: 28px !important;
  letter-spacing: -0.5px;
}
.themebench-p-1 strong {
  font-size: 23px;
}
.themebench-p-2 {
  font-size: 15px;
  line-height: 20px !important;
  color: #000000;
  padding-bottom: 15px;
}
.themebench-p-3 {
  font-size: 15px;
  line-height: 20px !important;
  color: #000000;
  padding-bottom: 15px;
  padding-top: 30px;
}
.themebench-offer-1 {
  font-size: 21px;
  color: #000;
  line-height: 40px;
  background-color: #f2f2f2;
  border-radius: 5px;
  font-weight: 500;
  padding: 15px;
}
.themebench-offer-1 div.button-container {
  float: right;
  margin-left: 10px;
}
.themebench-offer-1 p.offer-container {
  line-height: 41px;
}
.themebench-offer-1 p {
  margin: 0;
}
.themebench-p-small-1 {
  font-size: 12px;
  color: #999999;
  padding-top: 40px;
  line-height: 20px !important;
}
.themebench-h2-1 {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  padding-bottom: 25px;
  padding-top: 30px;
}
.themebench-ul-1 {
  list-style: none;
  padding: 20px 0 20px 20px;
  margin: 0;
  font-size: 15px;
  color: #000000;
}
.themebench-ul-1 li {
  line-height: 20px !important;
  padding-bottom: 10px;
}
.themebench-ul-1 li i {
  color: green;
}
.themebench-vc-a-1 {
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  display: block;
}
.themebench-vc-a-2 {
  margin: 20px 0 30px 0;
}
.themebench-vc-span-1 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 20px;
  display: block;
}
.themebench-vc-span-2 {
  font-size: 14px;
  line-height: 16px;
  color: #777777;
  display: block;
}
.themebench-vc-span-3 {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 40px;
  display: block;
}
.themebench-vc-span-4 {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  display: block;
  padding: 0 15px;
}
.themebench-vc-div-1 {
  display: block;
  margin-top: auto;
  background-color: transparent;
}
.themebench-vc-div-2 {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.themebench-vc-p-1 {
  text-align: center;
  font-size: 19px;
  line-height: 32px;
}
/*End Common styles*/
/*WooCommerce*/
.woo-item-container {
  margin-bottom: 30px;
  border: 1px solid #d4d4d5;
  border-radius: 5px;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.woo-item-container img {
  width: 100%;
  height: auto;
}
.woo-media.woo-gallery-images-popup img {
  width: 100%;
  height: auto;
}
.woo-category-product-grid-container .woo-product-image-container,
.woo-category-product-masonry-container .woo-product-image-container,
.woo-products-in-carousel-js .woo-product-image-container {
  border-bottom: 1px solid #d4d4d5;
  padding: 10px;
  margin-bottom: 0;
}
.woo-product-data-container {
  background-color: #fff;
}
.woo-product-price-label {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.woo-product-price {
  font-size: 20px;
  font-weight: 600;
  color: #20623b;
}
.woo-category-product-grid-container .woo-product-price {
  height: 25px;
  margin-top: 5px;
}
.woocommerce-tabs .tabs {
  display: none;
}
.woo-product-data {
  padding-bottom: 50px;
}
body.error404 .product_title,
body.archive .product_title,
body.single-product .product_title,
body.single .product_title,
body.page .product_title {
  line-height: 109%;
  margin-bottom: 20px;
  color: #ffffff;
}
body.error404 .product-excerpt,
body.archive .product-excerpt,
body.single-product .product-excerpt,
body.single .product-excerpt,
body.page .product-excerpt {
  color: #ffffff;
  font-family: 'pmbook';
  font-size: 1.27rem;
  margin-bottom: 29px;
}
body.error404 .woo-product-price-label-single-product,
body.archive .woo-product-price-label-single-product,
body.single-product .woo-product-price-label-single-product,
body.single .woo-product-price-label-single-product,
body.page .woo-product-price-label-single-product {
  color: #20623b;
  font-size: 18px;
  font-weight: 600;
}
body.error404 .woocommerce-Price-amount,
body.archive .woocommerce-Price-amount,
body.single-product .woocommerce-Price-amount,
body.single .woocommerce-Price-amount,
body.page .woocommerce-Price-amount {
  font-size: 35px;
  color: #20623b;
  font-weight: 500;
  line-height: 50px;
}
body.error404 .product-sidebar,
body.archive .product-sidebar,
body.single-product .product-sidebar,
body.single .product-sidebar,
body.page .product-sidebar {
  margin-top: 0px;
  padding: 40px;
  padding-bottom: 0;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  body.error404 .product-sidebar,
  body.archive .product-sidebar,
  body.single-product .product-sidebar,
  body.single .product-sidebar,
  body.page .product-sidebar {
    margin-top: -260px;
    box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.06);
  }
}
.product_meta > span {
  border: none;
  font-size: 14px;
}
.woocommerce a.primary {
  display: block;
  border-radius: 5px;
  border-color: transparent;
  background-color: #71b62c;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  height: auto;
}
.woocommerce a.primary:hover {
  background-color: #12542d;
}
.woo-product-share-links {
  text-align: left;
  margin-top: 20px;
}
.woo-product-share-links .woo-product-share-icons-container li a {
  margin: 0 10px;
  display: inline-block;
  font-size: 15px;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background {
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  margin: 0 3px;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background.colored.facebook {
  background-color: #22378a;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background.colored.twitter {
  background-color: #55acee;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background.colored.google-plus {
  font-size: 15px;
  background-color: #e33e2b;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background.colored.pinterest {
  font-size: 15px;
  background-color: #bb1d23;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background.custom {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background.rounded {
  border-radius: 50%;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background:hover {
  opacity: 0.7;
}
body.woo-grid .woocommerce-Price-amount {
  font-size: 25px;
  color: #20623b;
  font-weight: 500;
  line-height: 100%;
}
/*Shortcode product list*/
.themebench-woo-product-list-container {
  background-color: #ffffff;
  margin-bottom: 25px;
  padding: 15px;
  box-shadow: 0px 0px 14.17px 7.83px rgba(0, 0, 0, 0.02);
}
.themebench-woo-product-list-container.display-table {
  display: block;
}
.themebench-woo-product-list-container.display-table .display-table-cell {
  display: block;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-5 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-10 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-15 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-20 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-25 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-30 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-35 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-40 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-45 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-50 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-55 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-60 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-65 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-70 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-75 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-80 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-85 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-90 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-95 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.part-100 {
  width: 100%;
}
.themebench-woo-product-list-container.display-table .display-table-cell.left {
  text-align: left;
}
.themebench-woo-product-list-container.display-table .display-table-cell.right {
  text-align: left;
}
.themebench-woo-product-list-container.display-table .display-table-cell.center {
  text-align: left;
}
.themebench-woo-product-list-container .product-image-box img {
  display: none;
  margin-bottom: 0 !important;
}
.themebench-woo-product-list-container .product-title-box {
  padding-left: 0;
}
.themebench-woo-product-list-container .product-title-box .name {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  font-family: 'pmbold';
}
.themebench-woo-product-list-container .product-price-box {
  margin: 10px 0;
}
.themebench-woo-product-list-container .product-price-box .label-price {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}
.themebench-woo-product-list-container .product-price-box .the-price {
  /*            color: #20623b; 
                        font-size: 22px; 
                        font-weight: bold;
                        line-height: 25px;*/
}
.themebench-woo-product-list-container .product-price-box .the-price .woocommerce-Price-amount {
  font-size: 19px;
  color: #333333;
  font-weight: 700;
  line-height: 36px;
}
/*End Shortcode product list*/
@media only screen and (min-width: 600px) {
  .themebench-woo-product-list-container.display-table {
    display: table;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell {
    display: table-cell;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-5 {
    width: 5%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-10 {
    width: 10%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-15 {
    width: 15%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-20 {
    width: 20%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-25 {
    width: 25%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-30 {
    width: 30%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-35 {
    width: 35%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-40 {
    width: 40%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-45 {
    width: 45%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-50 {
    width: 50%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-55 {
    width: 55%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-60 {
    width: 60%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-65 {
    width: 65%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-70 {
    width: 70%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-75 {
    width: 75%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-80 {
    width: 80%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-85 {
    width: 85%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-90 {
    width: 90%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-95 {
    width: 95%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.part-100 {
    width: 100%;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.left {
    text-align: left;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.right {
    text-align: right;
  }
  .themebench-woo-product-list-container.display-table .display-table-cell.center {
    text-align: center;
  }
  .themebench-woo-product-list-container .product-image-box img {
    display: block;
    margin-bottom: 0 !important;
  }
  .themebench-woo-product-list-container .product-title-box {
    padding-left: 20px;
  }
  .themebench-woo-product-list-container .product-price-box {
    margin: 0;
  }
}
/*End WooCommerce*/
.post-under-title-box {
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin: 15px 0 30px 0;
}
.post-under-title-box .author-name {
  color: #9ced93;
}
/*Mobile Redirect*/
.prestiti-mobile-redirect-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(rgba(1, 96, 0, 0.9), rgba(1, 96, 0, 0.9)), url('../images/mobile-img-bkg.jpg');
  z-index: 1000300;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.prestiti-mobile-redirect-container .header-part {
  background-color: #ececde;
  padding: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  text-align: center;
}
.prestiti-mobile-redirect-container .header-part img {
  height: 60px;
}
.prestiti-mobile-redirect-container .link-part {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.prestiti-mobile-redirect-container .link-part .link-part-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}
.prestiti-mobile-redirect-container .link-part .link-part-button a {
  display: block;
  background-color: #409437;
  border-radius: 35px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 15px 30px;
  position: relative;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}
.prestiti-mobile-redirect-container .link-part .link-part-button a .link-part-button-icon-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  font-size: 28px;
}
.prestiti-mobile-redirect-container .link-part .link-part-button a:hover {
  background-color: #4fae45;
}
.prestiti-mobile-redirect-container .bottom-part {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000301;
  background-color: #ececde;
  text-align: center;
  width: 100vw;
  padding: 10px 0;
}
.prestiti-mobile-redirect-container .bottom-part img {
  height: 50px;
}
/*End Mobile Redirect*/
.homepage-header-part-mobile {
  display: none;
}
@media only screen and (max-width: 800px) {
  .prestiti-mobile-redirect-container {
    /*display: block;*/
  }
  body .homepage-header-part-desktop {
    display: none;
  }
  body .homepage-header-part-mobile {
    background-position: top middle !important;
    display: block;
    min-height: 400px;
  }
}
/*Flex Grid*/
.flex-row {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.flex-col {
  max-height: 100%;
}
.flex-grow {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}
.flex-center {
  margin: 0 auto;
}
.flex-left {
  margin-right: auto;
}
.flex-right {
  margin-left: auto;
}
.sidebar-toggle-container {
  display: inline-block;
  cursor: pointer;
  float: left;
  margin-left: 10px;
}
.sidebar-toggle-container .sidebar-toggle-box.open .sidebar-toggle {
  background-color: transparent;
}
.sidebar-toggle-container .sidebar-toggle-box.open .sidebar-toggle:before,
.sidebar-toggle-container .sidebar-toggle-box.open .sidebar-toggle:after {
  top: 0;
}
.sidebar-toggle-container .sidebar-toggle-box.open .sidebar-toggle:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sidebar-toggle-container .sidebar-toggle-box.open .sidebar-toggle:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.sidebar-toggle-container .sidebar-toggle {
  width: 35px;
  height: 4px;
  border-radius: 2px;
  top: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
}
.sidebar-toggle-container .sidebar-toggle:before,
.sidebar-toggle-container .sidebar-toggle:after {
  content: '';
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sidebar-toggle-container .sidebar-toggle:before {
  top: -10px;
}
.sidebar-toggle-container .sidebar-toggle:after {
  top: 10px;
}
.sidebar-toggle-container:hover .sidebar-toggle {
  background-color: #ffffff;
}
.sidebar-toggle-container:hover .sidebar-toggle:before,
.sidebar-toggle-container:hover .sidebar-toggle:after {
  background-color: #ffffff;
}
.mobile-header-flex-box {
  display: block;
  background-color: #EBEBDF;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 12000;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mobile-header-flex-box .mobile-part {
  height: 63px;
  display: flex;
  align-items: center;
}
.mobile-header-flex-box .mobile-part-1 {
  background-color: #ececdf;
  padding-left: 10px;
}
.mobile-header-flex-box .mobile-part-2 {
  background-color: #325e18;
  padding: 0 10px;
}
.mobile-header-flex-box .mobile-part-3 {
  background-color: #0c1f01;
  padding-right: 10px;
}
@media only screen and (min-width: 1025px) {
  .mobile-header-flex-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .bkg-form-left-side > .vc_column-inner {
    background-image: none !important;
  }
}
@media only screen and (max-width: 768px) {
  body .bkg-form-main {
    background-image: none !important;
    /*background-color: #016000 !important;*/
  }
}
/*Footer Popup Form*/
.open-popup-form-with-steps-container {
  /*height: 60px;*/
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #28a481;
  z-index: 10;
  text-align: center;
  padding: 12px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.open-popup-form-with-steps-container .button-open-popup-form-with-steps {
  display: inline-block;
  background-color: #fcff00;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 19px;
  font-weight: 700;
  color: #333;
  text-align: center;
  /*max-width: 320px;*/
  line-height: 1.5;
  position: relative;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  /*        &:after{
                    content: "";
                    position: absolute;
                    top: 10px;
                    right: 15px;
                    width: 10px;
                    height: 10px;
                    background-color: #fcff00;
                    border-radius: 100px;
                    animation: blinker 0.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
                }*/
}
.open-popup-form-with-steps-container .button-open-popup-form-with-steps:hover {
  text-decoration: none;
  color: #fcff00;
  background-color: #20623b;
}
.height-100 {
  height: 100vh;
}
.popup-form-with-steps-overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  z-index: 13000;
  padding: 15px;
  padding-top: 0;
}
.popup-form-with-steps-overlay-container .popup-form-with-steps-container {
  background-color: #ffffff;
  border-radius: 10px;
  /*padding: 15px;*/
  /*height: calc(~"100vh - 30px");*/
  max-height: 630px;
  max-height: 100%;
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
.popup-form-with-steps-overlay-container .popup-form-with-steps-container .form-with-steps-container {
  /*height: calc(~"100vh - 60px");*/
  /*height: auto;*/
  overflow-y: auto;
  max-height: 100%;
}
.popup-form-with-steps-overlay-container .popup-form-with-steps-container .popup-form-with-steps-close-button {
  position: absolute;
  top: -15px;
  right: -10px;
  display: inline-block;
  border: 4px solid #515151;
  background-color: #AEAEAE;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 2;
}
.popup-form-with-steps-overlay-container .popup-form-with-steps-container .popup-form-with-steps-close-button .popup-form-with-steps-close-icon {
  font-size: 22px;
}
.popup-form-with-steps-overlay-container.open {
  display: block;
}
/*End Footer Popup Form*/
@media only screen and (max-width: 768px) {
  .back-to-top {
    display: none;
  }
  .popup-form-with-steps-overlay-container .popup-form-with-steps-container {
    height: auto;
  }
  .popup-form-with-steps-overlay-container .popup-form-with-steps-container .form-with-steps-container {
    height: calc(100vh - 60px);
  }
}
.page-header-container {
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #126522;
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-header-container .post-title-excerpt-container {
  margin: 0 -15px;
}
.page-header-container .alfa-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(18, 101, 34, 0.9);
}
.page-header-container.added-lead-form {
  padding-bottom: 200px;
}
@media only screen and (min-width: 992px) {
  .page-header-container {
    padding-top: 156px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .page-header-container .post-title-excerpt-container {
    margin: 0;
  }
}
.form-two-columns-container {
  width: 90%;
  margin: 0 auto;
  margin-top: -200px;
}
body.page .form-two-columns-container .tbcfs-progress-bar-container ul.tbcfs-progress-bar {
  width: 50%;
}
@media only screen and (min-width: 992px) {
  body.page .form-two-columns-container .tbcfs-progress-bar-container ul.tbcfs-progress-bar {
    width: 30%;
  }
}
.heading-home {
  font-size: 2rem;
  line-height: 120%;
  margin: 0 auto;
  margin-top: -14px !important;
  width: 80%;
}
.subheading-home {
  font-family: 'pmbook';
  font-size: 1.6rem;
}
@media only screen and (min-width: 1025px) {
  .heading-home {
    font-size: 3.4375rem;
    width: 100%;
  }
}
body #cookie-law-info-again {
  right: 0 !important;
  bottom: 72px !important;
  box-shadow: none  !important;
  z-index: 12999 !important;
}
body #cookie-law-info-bar {
  z-index: 12999 !important;
}
.back-to-top {
  bottom: 15px;
}
#body-overlay {
  z-index: 99995;
}
#offcanvas-sidebar,
.open-popup-form-with-steps-container {
  z-index: 11999;
}
.elementor-2732 .elementor-element.elementor-element-36271502 > .elementor-element-populated {
  padding: 300px 200px 100px 200px !important;
}
@media (max-width: 1500px) {
  .elementor-2732 .elementor-element.elementor-element-36271502 > .elementor-element-populated {
    padding: 240px 50px 0 150px  !important;
  }
}
@media (max-width: 1024px) {
  .elementor-2732 .elementor-element.elementor-element-36271502 > .elementor-element-populated {
    padding: 63px 0px 100px 0px !important;
  }
}
@media (max-width: 768px) {
  .elementor-2732 .elementor-element.elementor-element-36271502 > .elementor-element-populated {
    padding: 63px 0px 50px 0px !important;
  }
}
@media (max-width: 1500px) {
  .homepage-tabs-container .tabs-container,
  .homepage-testimonials-container .testimonials-container {
    padding: 0 50px !important;
  }
}
@media (max-width: 768px) {
  .homepage-tabs-container .tabs-container,
  .homepage-testimonials-container .testimonials-container {
    padding: 0 10px !important;
  }
}
/*Reviews*/
.glsr-shortcode.shortcode-site-reviews .glsr-review {
  margin-bottom: 1.5em;
}
.glsr-shortcode.shortcode-site-reviews .glsr-review .glsr-review-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333333;
}
.glsr-shortcode.shortcode-reviews-form {
  background-color: #f8f8f8;
  padding: 15px;
}
.glsr-shortcode.shortcode-reviews-form .button-primary {
  padding: 5px 30px;
  line-height: 30px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  transition: all 0.4s ease-in-out 0s;
  background: #f7f7eb;
  border-color: #00461C;
  color: #00461C;
}
.glsr-shortcode.shortcode-reviews-form .button-primary:hover {
  background: #1f623b;
  border-color: #1f623b;
  color: #fff047;
}
.glsr-shortcode.shortcode-reviews-form label {
  font-weight: 600;
  color: #333333;
}
@media only screen and (min-width: 480px) {
  .glsr-shortcode.shortcode-reviews-form {
    padding: 60px;
  }
}
.glsr-shortcode .glsr-star-empty,
.glsr-shortcode .glsr-star-full,
.glsr-shortcode .glsr-star-half {
  width: 14px;
  height: 14px;
  background-size: 14px;
}
.glsr-shortcode .glsr-review-date {
  font-size: 13px;
}
.glsr-shortcode .glsr-review-rating {
  display: flex;
}
.glsr-shortcode .glsr-review p {
  display: flex;
  align-items: center;
  font-size: 13px;
}
/*End Reviews*/
body.postid-6917 .addthis-smartlayers,
body.postid-6917 .post-share-links {
  display: none;
}
label {
  font-weight: 400;
}
.avvera-fixheader {
  position: relative !important;
  top: 0 !important;
  position: fixed !important;
  z-index: 10 !important;
  transition: all 0.3s ease !important;
  box-shadow: none;
}
.avvera-fixheader.set-sticky {
  top: 0 !important;
  position: fixed !important;
  z-index: 10 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06) !important;
  background-color: #fff !important;
}
body.page-id-7376 {
  padding-top: 110px;
}
/*# sourceMappingURL=custom-style.css.map */