/*
Theme Name: Flex Bloq CVP
Author: Webelephant 
Description: Child Overulling
Version: 1.0.0
Template: flexbloq
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: cvp
*/

body {
    color: #595959;
    line-height: 2.1;
    font-size: 1.6rem;
}

.border-radius,
.banner-items .grid .item.border-radius:after,
.has-gradient-overlay.border-radius:after,
.template-flex.image-slider:not(.template-flex-media-stretched) .image .item,
.template-flex-accordion .image-wrapper figure,
.template-flex-accordion .container {
    border-radius: unset;
}

.bg-grey {
    background-color: #F3F6F7;
}

.seo h1, .seo h2, .seo h3, .seo h4,
.row-title h2,
.template-flex-team .persons .item .label-name {
    text-transform: none;
}

.banner-items .row-title,
.bg-white .row-title,
.bg-grey .row-title,
.template-flex-text-block .row-title,
.template-flex-text-block h2,
.template-flex-text-block h3 {
    color: #6a8f6b !important;
}

.bg-grey blockquote {
    color: #595959;
}

.btn {
    border-radius: 0.5rem;
    font-weight: 400;
}

.header-wrapper {
    box-shadow: none;
}

@media screen and (min-width: 1025px) {
    .header-wrapper .custom-logo {
        max-height: 8.5rem;
    }
}

.banner-items {
    margin-top: 5rem;
}

@media screen and (max-width: 767px) { 
    .banner-items {
        margin-top: 2rem;
    }
}

#nav .main-nav #menu-header-nav li a {
    padding: 1rem;  
}

#nav .main-nav .container {
    padding: 0 1rem;
}

.header-wrapper .contact-info li.contact-btn-3 {
    margin-left: 0;
}


.header-wrapper .contact-info li.contact-btn-3 .btn {
    background-color: var(--button-color);
    border: 1px solid var(--button-color);
    color: #fff;
}

.header-wrapper .contact-info li.contact-btn-4 {
    margin-left: 1rem;
}
.header-wrapper .contact-info li.contact-btn-4 .btn {
    background-color: var(--primary-color);
}

.header-wrapper .contact-info li.contact-btn-1,
.header-wrapper .contact-info li.contact-btn-2 {
    display: none;
}

.template-flex-team .persons .item .label svg path {
    fill: var(--secondary-color);
}

.header-wrapper > .container #nav {
    width: 100%;
}

#nav .main-nav #menu-header-nav {
    justify-content: center;
}

#nav .main-nav.show #menu-header-nav li a {
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    .header-wrapper .contact-info li a.btn {
        display: flex;
        padding: 0 0.5rem;
        font-size: 1rem;
    }

    .header-wrapper .contact-info li.contact-btn-4 {
        display: none;
    }

    .header-wrapper .contact-info {
        right: 7rem;
    }
}

@media screen and (min-width: 1025px) {
    #nav .main-nav #menu-header-nav li > a:hover {
        color: var(--primary-color) !important;
        opacity: 1.0;
    }
}

@media screen and (max-width: 1300px) {
    .breadcrumbs .container {
        padding:0;
    }
}

.header-wrapper .contact-info li.phone-number{
    display:none;
}

.page-footer .footer-top {
    grid-gap: 1rem;
}

.social li a {
    border-radius: 50%;
    background-color: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.social li a svg path {
    color: var(--secondary-color);
    fill: var(--secondary-color);
}

.page-footer,#nav .main-nav.show #menu-header-nav li a {
color: #595959;
}

.header-wrapper .custom-logo {
    width: 18rem;
}

@media screen and (max-width: 1024px) {
    .header-wrapper .custom-logo {
        max-width: none;
        width: 156px;
        max-height: none;
        margin-left: -1rem;
    }

    #nav .main-nav.show #menu-header-nav li a {
        color: #fff;
    }
    
    .bar-items .line:nth-child(2),
    .bar-items .line:nth-child(3) {
        max-width: none;
    }

    .show-nav .label-text {
        display: none;
    }

    .header-wrapper .custom-logo-link {
        order: 10;
    }

    .header-wrapper > .container #nav {
        width: auto;
        margin-left: auto;
    }

    .header-wrapper .show-nav {
        margin-right: 0;
        width: auto;
    }

    #nav.js-nav-isactive .nav-overlay,
    #nav .main-nav.show {
        top: 6.5rem;
    }

    #nav .main-nav.js-active {
        background-color:#bb5315;
    }

    #nav .main-nav li .sub-menu.active {
        background-color: #bb5315 ;
    }
}

@media screen and (max-width: 820px) {
    .page-footer .footer-top .menu.is-active .head {
        color: inherit;
    }

    .page-footer .footer-top .menu.is-active .wrap {
        background-color: #fff;
    }
}

@media screen and (min-width: 820px) {
    .page-footer .footer-top {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.page-footer .footer-top .menu .head,
.template-flex-team .persons .item .label-name {
    color: var(--secondary-color);
}

.address li svg path {
    fill: var(--secondary-color);
}

.page-footer .footer-top .menu .head {
    text-transform: none;
}

@media screen and (max-width: 767px) {
    .page-footer {
        background-color: #F3F6F7;
    }

    .page-footer .footer-top .menu.is-active .wrap {
        background-color: #fff;
        color: #000;
    }

    .page-footer .footer-top .menu.is-active .head {
        background-color: #fff;
        color: #000;
    }
}

.large-banner-items {
    margin-top: 5rem;
}

.large-banner-items .item .btn {
    background-color: #fff;
    border: 1px solid var(--button-color);
    color: var(--button-color);
}

.template-flex-team .persons .item .label-function {
    font-style: italic;
}

.large-banner-items .item .desc p {
    font-style: italic;
    font-size: 1.6rem;
    font-weight: 300;
}

.large-banner-items .has-gradient-overlay.border-radius:after {
    opacity: 60%;
    height: 100%;
}

.usp-items:not(.usp-items-template-flex-media) {
    background-color:#EFF4F6;
}

.usp-items .container-small {
    max-width: 116.7rem;
}

.usp-items ul .item {
    font-weight: 400;
    grid-gap: 0.5rem;
    
}

.usp-items ul .item img, .usp-items ul .item svg {
    margin-right: 0;
}

.banner-items {
    margin-top: 4rem;
}

.banner-items .grid-3 .item,
.banner-items .grid-3 .item .img-responsive {
    min-height: 21rem;
}

.home .banner-items .seo  {
    text-align: center;
}

.banner-items .grid .item h3 {
    font-size: 1.4rem;
    font-weight: 400;
}

.banner-items .grid .item.gradient-primary .title, .banner-items .grid .item.bg-primary .title {
    text-transform: none;
    font-size: 2.5rem;
    font-weight: 400;
}

.banner-items .grid .item.gradient-primary .title, .banner-items .grid .item.bg-primary .btn {
    background-color: #fff;
    color: var(--secondary-color);
}

.banner-items .grid .item.gradient-primary.item, .banner-items .grid .item.bg-primary.item {
    background-color: var(--secondary-color);
}

.banner-items .grid .item.has-title-below-img:not(.gradient-primary) .read-more {
    display: none;
}

.banner-items .grid .item.gradient-primary.item.has-image .title, .banner-items .grid .item.bg-primary.item.has-image .title {
    padding: 0;
    margin-left: 0;
    margin-right: auto;
    width: auto;
}

.banner-items .grid .item.has-title-below-img:not(.gradient-primary) .wrap {
    position: unset;
}

.banner-items .grid .item.has-title-below-img:not(.gradient-primary) {
    min-height: auto;
}

.banner-items .grid .item.gradient-primary.item.has-image, .banner-items .grid .item.bg-primary.item.has-image {
    height: 100%;
}

.banner-items .grid .item.has-title-below-img:not(.bg-primary) .wrap {
    background-color: #EFF4F6;
}

.banner-items .grid .item.has-title-below-img:not(.bg-primary) .wrap h3 {
    margin: 0;
    padding:1rem;
}
.banner-items-overview-page .row-title {
    margin-bottom: 2rem;
}

.banner-items .grid .item.has-title-below-img:not(.bg-primary) .wrap h3::after {
    content: '';
    background-image: url(./images/chevron-right-solid-dark.svg);
    width: 14px;
    height: 24px;
    position: absolute;
    right: 1rem;
    top: 1.2rem;
    background-size: 50%;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .banner-items .container {
        position: relative;
    }

    .banner-items .container .btn-wrap {
        position: absolute;
        top: -15px;
        right: 20px;
    }
}

@media screen and (min-width: 1025px) {
    .banner-items.has-title-below-img .grid {
        grid-gap: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .banner-items .grid .item.has-title-below-img:not(.gradient-primary) .wrap {
        padding: 1rem;
    }

    .banner-items .btn-wrap {
        justify-content: center;
    }

    .template-flex-reviews .item {
        display: block;
    }
}

.main-banner-items > .item.has-gradient-overlay:after {
    height: 100%;
    opacity: 0.7;
}

.video-play {
    background-color: rgba(187, 83, 21, 0.8);
}

.flex-divider {
    max-width: none;
}

.flex-divider:after {
    height: 0;
    border-bottom: 1px solid #C8D0D2;
    background-color: transparent;
}

.template-flex-team {
background-color: #fff;
}

.template-flex-team .persons .item .img-responsive {
    border-radius: 50%;
}
.template-flex-team .persons .item .desc-wrap {
    background-color: #fff;
    border-radius: 0 0 2rem 2rem;
}

.template-flex-team .persons .item .label-name,
.template-flex-team .persons .item .label-function {
    margin-bottom: 1rem;
}

.template-flex-team .persons .item {
    align-items: center;
}

@media screen and (min-width: 1025px) {
    .template-flex-team {
        padding: 7rem 0;
    }

    .template-flex-team .persons .item .img-responsive {
        min-height: 20rem;
        width: 20rem;
    }
}

.template-flex-reviews {
    background-color: #fff;
}

.template-flex-reviews .item figure {
    border-radius: unset;
}

.template-flex-form .container {
    position: relative;
}

.template-flex-reviews .review-slider.has-columns .item .img-responsive {
    display: none;
}

.template-flex-reviews.bg-white .review-slider .item {
    background-color: #F3F6F7;
}

.template-flex-reviews .review-slider.has-columns .item .desc {
    padding: 1.5rem;
}

.template-flex-reviews .review-slider.has-columns .item .desc p:last-of-type{
    margin-bottom: 0;
}

.template-flex-reviews.has-btn-top-right .desc-wrapper {
    padding: 0 0 2rem 0;
    align-items: end;
}

.template-flex-reviews .desc-wrapper .row-title,
.template-flex-reviews  .btn-wrap .btn {
    margin-bottom: 0;
}

.template-flex-reviews .review-slider.has-columns .item h3 {
    font-size: 1.6rem;
    color: var(--secondary-color);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.template-flex-reviews .review-slider.has-columns .item h3:before {
    content:'';
    display: none;
    /* background-image: url(./images/review-icon.svg); */
    width: 4.2rem;
    height: 4.3rem;
    margin-right: 1.5rem;
    background-size: 100%;
    background-repeat: no-repeat;
}

.template-flex-reviews .review-slider.has-columns .item .desc p {
    font-style: italic;
}

.template-flex-reviews .review-slider.has-columns .item .desc strong {
    font-style: normal;
}

.splide__arrow--prev:after, .splide__arrow--next:after {
    background-size: 40%;
}

.splide__arrow--next:after,
.splide__arrow--prev:after{
    background-position: 50%;
}

@media screen and (max-width: 767px) {
    .template-flex-reviews .desc-wrapper {
        text-align: center;
    }

    .template-flex-reviews .btn-wrap {
        width: 100%;
        justify-content: center;
        padding-bottom: 1rem;
    }

    .template-flex-reviews .review-slider.has-columns .item h3 {
        justify-content: center;
    }
}

.template-flex-form .form-wrapper {
    background-color: var(--secondary-color);
    padding: 3rem 4rem;
    width: 100%;
}

.template-flex-form .form-wrapper p,
.template-flex-form .form-wrapper h2,
.template-flex-form .form-wrapper a,
.template-flex-form .form-wrapper div.wpforms-container-full .wpforms-field-label-inline {
    color: #fff !important;
}

.template-flex-form .wpforms-submit {
    border: none !important;
    background-color: var(--button-color) !important;
    color: #fff !important;
    font-size: 1.4rem !important;
    padding: 0 2rem !important;
    color: #fff;
    font-size: 1.4rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    min-height: 4rem;
    font-weight: 700;
    display: flex;
    width: auto !important;
    justify-content: flex-start;
    align-items: center;
}

.template-flex-form {
    padding-bottom: 0;
}

.template-flex.col-2-left .container .content-right #veelgestelde-vragen  {
border-bottom: none;
}

.template-flex.col-2-left .container .content-right #inschrijven,
.template-flex.col-2-left .container .content-right #inschrijven .template-flex-form  {
    padding-top: 0;
}

.template-flex-form .wpforms-submit:hover {
    background-color: #A1420A !important;
}

.wpforms-field.wpforms-field-content.person-image-form {
    display: none;
}

@media screen and (min-width: 768px) {
    .template-flex-form .form-wrapper .wpforms-container {
        width: calc(100% - 25rem);
        margin: 0;
    }

    .wpforms-field.wpforms-field-content.person-image-form {
        position: absolute;
        right: 0;
        bottom: -21px;
        padding: 0 !important;
        display: block;
    }
}   

.wpforms-field.wpforms-field-content.person-image-form p,
.wpforms-field.wpforms-field-content.person-image-form img,
.wpforms-field.wpforms-field-content .wpforms-field-row p {
    margin:0 !important;
}

.wpforms-field.wpforms-field-content.person-image-form img  {
    max-width: 290px;
}

@media screen and (max-width: 767px) {
    .template-flex-form .container {
        padding: 0;
    }
    .template-flex-form .form-wrapper {
        border-radius: unset;
        padding: 2rem;
    }
}

@media screen and (max-width: 1280px) {
    .form-wrapper-detail-page .wpforms-field.wpforms-field-content.person-image-form img {
        max-width: 200px !important;
    }

    .template-flex-form  .form-wrapper-detail-page .wpforms-container {
        width: calc(100% - 15rem);
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .template-flex-form  .form-wrapper-detail-page .wpforms-container {
        width: 100%;
    }
}

.template-flex-form div.wpforms-container .wpforms-form .wpforms-field {
    padding: 0.5rem 0;   
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 0.5rem !important;
}

.template-flex-form div.wpforms-container .wpforms-form .wpforms-field.content-desc {
    color: #fff;
}
   
.template-flex-form div.wpforms-container .wpforms-form .wpforms-field.content-desc .wpforms-field-row {
    flex-direction: column;
}

.wpforms-field.wpforms-field-content.content-desc .wpforms-field-row  {
    display: flex;
    flex-direction: column;
}


body:not(.home) .main-banner-items > .item article h1, body:not(.home)  .main-banner-items > .item article h2 {
    font-size: 3rem;
}

.page-template-default .template-flex-form {
    padding: 0;
    background-color: var(--secondary-color);
}

.main-banner-slider-default .main-banner-items > .item:not(.image-detached),
.main-banner-items{
    height: 19.5rem; 
    min-height:19.5rem;
}

.main-banner-items > .item article {
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .main-banner-slider-default .main-banner-items .item:not(.image-detached) article {
        padding: 0;
    }

    body:not(.home) .main-banner-items > .item article h1, body:not(.home) .main-banner-items > .item article h2 {
        font-size: 2rem;
    }
}

.breadcrumbs {
    border-bottom: none;
    border-top: none;
    background-color: transparent;
    margin-bottom: 0;
    padding: 2rem;
}

.template-flex-form div.wpforms-container .wpforms-form input, .template-flex-form div.wpforms-container .wpforms-form select, .template-flex-form div.wpforms-container .wpforms-form textarea, .template-flex-form div.wpforms-container .wpforms-form input[type=date], .template-flex-form div.wpforms-container .wpforms-form input[type=datetime], .template-flex-form div.wpforms-container .wpforms-form input[type=datetime-local], .template-flex-form div.wpforms-container .wpforms-form input[type=email], .template-flex-form div.wpforms-container .wpforms-form input[type=text],
.template-flex-form .container .wpforms-submit {
    border-radius: 0.5rem;
}


.template-flex.cta-block .container {
    background-color: var(--secondary-color);
    max-width: 100%;
}

.template-flex.cta-block .seo {
    padding: 0;
    max-width: 78rem;
    background-color: var(--secondary-color);
    height: 14rem;
}

.template-flex.cta-block .seo .btn {
    background-color: #fff;
    color:#000;
    margin: 0;
}

.template-flex.cta-block .seo h2 {
    font-weight: 400;
    color: #fff;
    max-width: 30rem;
    margin: 0;;
}

.template-flex.cta-block .seo h2 strong {
    font-weight: 700;
}

.template-flex.cta-block .seo .btn {
    margin-bottom: 0;
}

.template-flex.cta-block .seo.has-image .wrap {
    flex-direction: row;
    align-items: center;
}

.template-flex.cta-block .seo.has-image .image-wrap {
    margin-top: -2rem;
}

.template-flex.cta-block .seo.has-image .image-wrap img{
    max-width: 12rem;
}


@media screen and (max-width: 767px) {
    .template-flex.cta-block .seo.has-image .wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .template-flex.cta-block .seo h2 {
        margin-bottom: 1rem;
    }
}


.bg-primary .row-title {
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .template-flex-collage {
        padding: 0 0 4rem 0;
    }
}

.template-flex-collage .container {
    max-width: 130rem;
}

.template-flex-collage .grid {
    display: flex;
    grid-template-columns: repeat(1, 2fr);
    grid-template-rows: none;
    grid-column-gap:unset;
    grid-row-gap:unset;
    grid-gap: 2rem;
}

.template-flex-collage .grid li.splide__slide {
    flex-shrink: unset;
}

.template-flex-collage .grid .xlarge,
.template-flex-collage .grid .medium {
    height: 45.4rem;
}

.template-flex-collage .grid .medium {
    width: 52.8rem !important;
}

.template-flex-collage .grid .xlarge {
    width: calc(100% - 52.8rem) !important;
}

.template-flex-collage .grid li .desc h3 {
    font-size: 3.5rem;
    line-height: 1.2;
}

.template-flex-collage .grid li.medium .desc h3 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.template-flex-collage .grid li .desc p {
    font-size: 2rem;
    font-style: italic;
    font-weight: 100;
}

.template-flex-collage .grid li .desc .btn {
    background-color: #fff;
    border: 1px solid var(--button-color);
    color: var(--button-color);
}

@media screen and (max-width: 680px) {
    .template-flex.cta-block .seo.has-image .wrap {
        text-align: center;
        align-items: center;
    }


    .template-flex.cta-block {
        padding: 2rem 0;
    }

    .template-flex-reviews {
        padding: 2rem 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .page-main {
        margin-top: 6.5rem;
    }

    .template-flex-collage {
        padding: 2rem 0;
    }

    .template-flex-collage .grid {
        grid-gap: 2rem;
    }

    .template-flex-collage .grid .xlarge,
    .template-flex-collage .grid .medium {
        height: 35.4rem;
    }
    

    .template-flex-collage .grid .medium {
        width: 31rem !important;
    }
    .template-flex-collage .grid .xlarge {
        width: calc(100% - 31rem) !important;
    }

    .template-flex-collage .grid li .desc h3 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .template-flex-collage .grid li .desc p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .template-flex-collage {
        padding-bottom: 2rem;
    }
    
    .template-flex-collage .grid{
        flex-direction: column;
    }
    .template-flex-collage .grid .xlarge,
    .template-flex-collage .grid .medium {
        width: 100% !important;
    }   
}

.template-flex-text-block .seo-cta-block .image-wrap {
    margin-bottom: -3.8rem;
}

body:not(.home) .main-banner {
    margin: 2rem auto 0 auto;
}

@media screen and (max-width: 767px) {
    .banner-items .grid .item.gradient-primary.item.has-image .title, .banner-items .grid .item.bg-primary.item.has-image .title {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;
    }

    .banner-items .grid .item.bg-primary.item.has-image .wrap {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .template-flex-team .persons {
        display: grid;
        grid-template-columns: repeat(2, 2fr);
        grid-gap: 2rem;
    }
    .template-flex-team .persons .item {
        padding: 0;
    }

    .template-flex-team .persons .item .img-responsive {
        min-height: 10rem;
        width: 10rem;
    }
    .template-flex-team .persons .item .desc-wrap {
        padding: 0.5rem;
    }
    .template-flex-team .persons .item .label-name,
    .template-flex-team .persons .item .label {
        font-size: 1.2rem;
    }

}

 /* 
Product Detail if scroll to section is active
*/
body.page-template-product-detail .header-wrapper {
    position: relative;
}

body.page-template-product-detail .main-banner,
body.page-template-product-detail .page-main {
    margin-top: 0;
}

body.page-template-product-detail .template-flex.col-2-left .template-flex-text-block,
body.page-template-product-detail .template-flex.col-2-left .template-flex-text-block,
body.page-template-product-detail .template-flex.col-2-left .template-flex-accordion { 
    border-bottom: 1px solid #ddd;
}

body.page-template-product-detail .template-flex.col-2-left .template-flex-text-block .container {
    max-width: 100%;
    padding-bottom: 0;
}

body.page-template-product-detail .template-flex.col-2-left .template-flex-text-block .container .description p:last-of-type,
body.page-template-product-detail .template-flex.col-2-left .template-flex-text-block .container .description ul:last-of-type,
body.page-template-product-detail .template-flex.col-2-left .template-flex-text-block .container .description ol:last-of-type {
    margin-bottom: 0;
}

body.page-template-product-detail .template-flex.col-2-left .template-flex-text-block .container .description h3 {
    font-size: 2rem;
    color: #2E2E2E;
}

body.page-template-product-detail .template-flex.col-2-left .scroll-to-section {
    display: none;
}

body.page-template-product-detail .template-flex.col-2-left .template-flex-accordion {
    padding: 0;
}

body.page-template-product-detail .template-flex.col-2-left .template-flex-accordion .seo,
body.page-template-product-detail .template-flex.col-2-left .template-flex-accordion .seo .btn-wrap .btn {
    margin-bottom: 0;
    padding-bottom: 0;
}

.template-flex-accordion .accordion .head {
    padding: 0 2rem;
    background-color: #f5f5f5;
}

.template-flex-accordion .accordion .item {
    margin-bottom: 1rem;
}

.template-flex-accordion .accordion .wrap {
    border-bottom: none;
}

@media screen and (min-width: 768px) {
    body.page-template-product-detail .template-flex.col-2-left {
        padding-top: 2rem;
    }

    body.page-template-product-detail .template-flex.col-2-left .template-flex-text-block,
    body.page-template-product-detail .template-flex.col-2-left .template-flex-accordion,
    body.page-template-product-detail .template-flex.col-2-left .template-flex-form { 
        padding: 4rem 0;
    }

    body.page-template-product-detail .template-flex.col-2-left .template-flex-text-block:first-of-type {
        padding-top: 2rem;
    }
    .template-flex-accordion .accordion .head h3 {
        font-size: 1.6rem;
    }
}

body.page-template-product-detail .template-flex.col-2-left .template-flex-accordion .container {
    min-height: unset;
    display: inline-block;
}

body.page-template-product-detail .template-flex.col-2-left .template-flex-form .container {
    max-width: 100%;
    padding: 0;
}

@media screen and (max-width: 767px) {
    body.page-template-product-detail .template-flex.col-2-left{
        padding-top: 0;
    }
}

.wpforms-container .wpforms-field .wpforms-field-row {
    justify-content: flex-start !important;
}

.template-flex-form div.wpforms-container-full .wpforms-field-label-inline, .template-flex-form .wp-core-ui div.wpforms-container-full .wpforms-field-label-inline,
.template-flex-form  .wpforms-container .wpforms-form .wpforms-field-description a:not(.btn) {
    color:#fff;
}

.template-flex-accordion .accordion .head h3 {
    color: #2E2E2E;
}

@media screen and (min-width: 680px) {
    .template-flex.cta-block .seo.has-image .image-wrap {
        margin-bottom: -5rem;
    }
}

/* Menu Dropdown */
@media screen and (min-width: 1025px) {
    #nav .main-nav #menu-header-nav li {
        position: initial;
    }

    #nav .main-nav #menu-header-nav li .sub-menu li .sub-menu{
        display:none
    }

    #nav .main-nav #menu-header-nav li .sub-menu li:hover .sub-menu{
        display:flex;
        left: 205px;
        top: 0;
    }
}

div.wpforms-container-full .wpforms-form .wpforms-field-divider h3,
div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {

    color: #fff !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-divider {
    border-top-color: #fff !important;
}

.template-flex-form .container .wpforms-submit {
    background-color: #bb5315 !important;
}

.template-flex.col-2-left .container .content-right-scroll-to-section article h2 {
    color: #6a8f6b;
}
.page-footer .footer-top .menu .head {
    font-size: 1.6rem;
    color: #6a8f6b;
}

@media screen and (min-width: 1380px) { 
    .template-flex-reviews {
        padding: 0rem 5rem;
    }

}