/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* INDEX
1.- GENERAL
2.- HOME
3.- ABOUT
4.- APPLICATIONS
5.- APPLICATIONS-SINGLE
6.- PRODUCTS
7.- PRODUCTS-SINGLE
8.- CASE STUDIES
9.- CASE STUDIES-SINGLE
10.- CONTACT
*/

/*************/
/*1.- GENERAL*/
/*************/

/*resets*/
.flickity-viewport {
    margin-top: 0 !important;
}

/*spacers*/
.spacer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0!important;
    padding-top: 72px !important;
    padding-bottom: 72px!important;
}

@media screen and (max-width:999px) {
    .spacer {
        padding-top: 40px !important;
        padding-bottom: 40px!important;
    }
}

@media screen and (max-width:690px) {
    .spacer {
        padding-top: 30px !important;
        padding-bottom: 30px!important;
    }
}

.spacer-bottom {
    padding-top: 0 !important;
    padding-bottom: 0!important;
    padding-bottom: 72px!important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (max-width:999px) {
    .spacer-bottom {
        padding-bottom: 40px!important;
    }
}

@media screen and (max-width:690px) {
    .spacer-bottom {
        padding-bottom: 30px!important;
    }
}

.spacer-top {
    padding-top: 0 !important;
    padding-bottom: 0!important;
    padding-top: 72px!important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (max-width:999px) {
    .spacer-top {
        padding-top: 40px!important;
    }
}

@media screen and (max-width:690px) {
    .spacer-top {
        padding-top: 30px!important;
    }
}

.spacer-end {
    padding-top: 0 !important;
    padding-bottom: 0!important;
    padding-top: 72px !important;
    padding-bottom: 144px!important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (max-width:999px) {
    .spacer-end {
        padding-top: 40px !important;
        padding-bottom: 80px!important;
    }
}

@media screen and (max-width:690px) {
    .spacer-end {
        padding-top: 30px !important;
        padding-bottom: 60px!important;
    }
}

.spacer-start {
    padding-top: 0 !important;
    padding-bottom: 0!important;
    padding-top: 144px !important;
    padding-bottom: 72px!important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (max-width:999px) {
    .spacer-start {
        padding-top: 80px !important;
        padding-bottom: 40px!important;
    }
}

@media screen and (max-width:690px) {
    .spacer-start {
        padding-top: 60px !important;
        padding-bottom: 30px!important;
    }
}

/*logos block - (home & about)*/
.clients.no-carousel {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(auto-fill,minmax(205px,1fr));
    grid-gap: 20px;
}

.clients.no-carousel.four-cols {
    grid-template-columns: repeat(4, 1fr);
}

.clients.no-carousel > div {
    width: 100% !important;
}

/*.clients[data-he="greyscale_to_color"] > div img {
    opacity: 0.6;
}*/

.clients[data-he="greyscale_to_color"] > div a:hover img,
.clients.fade-in-animation.completed >div:hover {
    opacity: 1 !important;
}

@media screen and (max-width:999px) {
    .clients.no-carousel {
        grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
    }

    .clients.no-carousel.four-cols {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:690px) {
    .clients.no-carousel {
        grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    }
}

/*ctas*/
.nectar-cta .link_wrap {
    display: inline-block;
}

.nectar-cta .link_wrap .text{
    line-height: 1.2;
}

/*Block Img + Text or Text + Img*/

/*img background min-height*/
.background-column {
    min-height: 450px;
}

/*text right position*/
.text-right-position .vc_column-inner {
    padding-right: 0 !important;
}

/*text left position*/
.text-left-position .vc_column-inner {
    padding-left: 0 !important;
}

@media screen and (max-width:1440px) {
    .text-left-position .vc_column-inner {
        padding-right: calc((100vw - 180px) * 0.025) !important;
    }

    .text-right-position .vc_column-inner {
        padding-left: calc((100vw - 180px) * 0.025) !important;
    }
}

@media screen and (max-width:1365px) {
    .text-left-position .vc_column-inner {
        padding-right: calc((100vw - 180px) * 0.02) !important;
    }

    .text-right-position .vc_column-inner {
        padding-left: calc((100vw - 180px) * 0.02) !important;
    }
}

@media screen and (max-width:999px) {
    /*text left position*/
    .text-left-position .vc_column-inner {
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }

    /*text right position*/
    .text-right-position .vc_column-inner {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* prefooter-cta header */
#pre-footer h2 {
    margin-bottom: 0px;
}

@media screen and (max-width:999px) {
    #pre-footer h2 {
        margin-bottom: 40px !important;
    }

    #pre-footer .cta-button {
        text-align: center !important;
    }
}

/*header page*/
#header-page {
    padding-top:40px !important;
}

@media screen and (max-width:999px) {
    #header-page {
        padding-top:20px !important;
    }
}

@media screen and (max-width:690px) {
    #header-page {
        padding-top:0 !important;
    }
}

/*header-section*/
.header-section {
    padding-bottom: 0 !important;
    margin-bottom: 73px !important;
}

@media screen and (max-width:999px) {
    .header-section {
        margin-bottom: 50px !important;
    }
}

/*porfolio-items (applications, products, case studies)*/
.portfolio-items .col.elastic-portfolio-item .work-item {
    border-radius: 10px;
}

/*block products (home & related products)*/
.nectar-fancy-box.using-img {
    border-radius: 10px;
    cursor: pointer !important;
}

.nectar-fancy-box[data-style="hover_desc"] .hover-content {
    margin-top: 20px;
    max-width: 100% !important;
    font-size: 16px;
}

/*fancy-lists*/
.nectar-fancy-ul ul li {
    margin-bottom: 20px!important;
    line-height: 1.5;
    padding-left: 28px;
}

.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
    line-height: 27px !important;
    font-size: 10px !important;
}

@media only screen and (max-width: 690px) {
    .nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
        line-height: 24px !important;
    }
}

@media only screen and (min-width:999px) and (max-width: 1280px) {
    body #products-home .one-fourths,
    body #products-home .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
        width: 50% !important;
        margin-bottom: 20px!important;
    }
}

/*Forms*/
.gform_fields {
    margin: 0;
}

.gform_fields li {
    list-style: none;
    margin-bottom: 30px;
}

.gform_fields li.field-full {
    width: 100%;
    margin-bottom: 30px
}

.gform_fields li.field-half {
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
}

.gform_fields li.field-half-end {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-left: 10px;
    float: left;
}

.validation_error {
    line-height: 1.4;
    margin-bottom: 30px;
    color: red;
}

.validation_message {
    color: red;
}

.gform_body input[type=text],
.gform_body input[type=email],
.gform_body input[type=password],
.gform_body input[type=tel],
.gform_body input[type=url],
.gform_body input[type=search],
.gform_body input[type=date],
.gform_body textarea,
.gform_body .woocommerce input#coupon_code {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    border-bottom: 2px solid #DFDFDF !important;
}

.gform_body textarea {
    padding-top: 1em !important;
}

.gform_body input[type=text]:focus,
.gform_body input[type=email]:focus,
.gform_body input[type=password]:focus,
.gform_body input[type=tel]:focus,
.gform_body input[type=url]:focus,
.gform_body input[type=search]:focus,
.gform_body input[type=date]:focus,
.gform_body textarea:focus,
.gform_body .woocommerce input#coupon_code:focus {
    border-color: #03CBE8 !important;
}

.ginput_container_consent input {
    height: 18px;
    width: 18px;
    position: relative;
    top: 3px;
}

.ginput_container_consent .gfield_consent_label {
    font-size: 16px;
    font-weight: normal !important;
}

.consent-check {
    margin-bottom: 15px !important;
}

.consent-check + .consent-check {
    margin-bottom: 30px !important;
}


.consent-check .gfield_label .gfield_required {
    display: none !important;
}

.gfield_consent_description {
    display: none !important;
}

.gform_validation_container, 
.gform_wrapper .gform_validation_container, 
body .gform_wrapper li.gform_validation_container, 
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, 
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none !important;
	position: absolute !important;
	left: -9000px;
}

body[data-button-style="rounded"] .container-wrap .gform_footer input[type="submit"],
body[data-button-style="rounded"] .container-wrap .gform_footer button[type="submit"] {
    width: 150px;
}

body[data-form-submit="regular"] .gform_footer input[type=submit]:hover,
body[data-form-submit="regular"] .gform_footer button[type=submit]:hover {
    opacity: 0.7;
}

/* Spinner */
.gform_footer {
    position: relative;
}

.gform_ajax_spinner {
    position: absolute;
    left: 165px;
    top: 16px;
    width: 25px!important;
    height: 25px!important;
    animation: spinner 1.1s infinite linear;
    transform-origin: center;
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width:690px) {
    .gform_fields li.field-half,
    .gform_fields li.field-half-end {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}

/*text-block for legal pages*/
#legal-text {
    padding-top: 20px !important;
}

@media screen and (max-width:999px) {
    #legal-text {
        padding-top: 0 !important;
    }
}

@media screen and (max-width:690px) {
    #legal-text {
        padding-top: 0 !important;
    }
}

/* menu legal footer*/
ul#menu-legal-footer li {
    display: inline !important;
    margin-right: 15px !important;
}

ul#menu-legal-footer li:last-child {
    margin-right: 0 !important;
}

ul#menu-legal-footer li a {
    font-size: 17px;
    font-weight: normal !important;
}

/*widgets & widgets footer*/
body #footer-outer #footer-widgets .widget h4, body #footer-outer #footer-widgets .widget h4 {
    font-family: 'Heebo' !important;
    font-weight: normal !important;
}

body #footer-outer #footer-widgets .widget ul li a, body #footer-outer #footer-widgets .widget ul li a {
    font-family: 'Heebo' !important;
    font-weight: normal !important;
}

/*RRSS footer*/
#footer-outer #footer-widgets .widget ul.social li {
    display: inline-block !important;
    margin-right: 15px;
    border: 1px solid white !important;
    border-radius: 50%;
    padding: 100px !important;
    width: 53px;
    height: 53px;
    text-align: center;
    transition: border-color .2s linear;
}

#footer-outer #footer-widgets .widget ul.social li a {
    background-image: none !important;
}

#footer-outer #footer-widgets .widget ul.social li a i {
    position: relative;
    top: 4px;
    transition: color .2s linear;
}

#footer-outer #footer-widgets .widget ul.social li:hover {
    border-color: #03cbe8!important;
}

#footer-outer #footer-widgets .widget ul.social li:hover i {
    color: #03cbe8!important;
}

/*nav menu*/

/*transparent menu home*/
.home #header-outer.transparent #top nav > ul > li > a,
.home #header-outer.transparent #top nav > .sf-menu > li > a {
    color: black !important;
    opacity: 0.5;
}

/*normal menu*/
#header-outer #top nav > ul > li > a {
    color: black !important;
    opacity: 0.5;
    transition: opacity 0.3s ease !important;
}

#header-outer #top nav > ul > li > a:hover {
    opacity: 1;
}

/*Contact-button-menu*/

/*medidas*/
#top nav > ul > li[class*="button_bordered"] > a:before,
#header-outer.transparent #top nav > ul > li[class*="button_bordered"] > a:before {
    height: 50px !important;
    width: 130px !important;
    transition: height .2s ease-in;
}

/*posicion*/
#header-outer:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top nav >ul >li[class*="button_"] >a:before {
    webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    top: 47% !important;
    left: 50% !important;
}

/*menu normal*/
body #header-outer:not(.transparent) nav > ul >.button_bordered >a:before {
    border-color: black !important;
    opacity: 0.5 !important;
    transition: opacity 0.3s ease !important;
}

body #header-outer:not(.transparent) #top nav > ul > .button_bordered > a:hover {
    color: black !important;
    opacity: 1 !important;
}

body #header-outer:not(.transparent) #top nav > ul > .button_bordered > a:hover:before {
    border-color: black !important;
    opacity: 1 !important;
}

/*item active*/
.current_page_item a {
    color: black !important;
    opacity: 1 !important;
}

#top nav > ul > li[class*="button_bordered"].current_page_item >a:before {
    border-color: black !important;
    opacity: 1 !important;
}

/*shadow on small header*/
#header-outer.small-nav,
#header-outer.dark-slide:not(.transparent) {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%) !important;
}

@media only screen and (max-width: 999px) {
    body #header-outer {
        padding: 20px 0 !important;
    }

    #header-outer:not(.transparent) {
        box-shadow: 0 0 10px rgb(0 0 0 / 15%) !important;
    }
}

/*cambia tamaño boton contact al reducirse el header de tamaño*/
#header-outer:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) .small-nav + #top nav >ul >li[class*="button_"] >a:before {
    height: 42px !important;
    top: 9px !important;
}

/*header en mobile*/
@media only screen and (max-width: 690px) {
    body #header-outer {
        padding: 20px 0 !important;
    }
}

/*Responsive*/
@media only screen and (max-width: 690px) {
    .container, .orbit-wrapper .slider-nav,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 350px;
    }
}

@media only screen and (max-width: 375px) {
    .container, .orbit-wrapper .slider-nav,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 325px;
    }
}

@media only screen and (max-width: 360px) {
    .container, .orbit-wrapper .slider-nav,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 300px;
    }
}

@media only screen and (max-width: 321px) {
    .container, .orbit-wrapper .slider-nav,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 270px;
    }
}

/* items portfolio grid*/
.elastic-portfolio-item {
    cursor: pointer !important;
}

/*background-images*/
.wpb_column[data-bg-cover="true"] .column-image-bg,
.wpb_column .column-inner[data-bg-cover="true"] .column-image-bg {
    background-repeat: no-repeat;
}

/*************/
/*2.- HOME*/
/*************/
.home-header-title {
    min-width: 100vh;
}

@media only screen and (min-height: 1366px) and (max-height:1366px) and (max-width:1024px) {
    .home-header-title {
        min-width: 50vh;
    }

    body .home-header-title .nectar-highlighted-text.font_size_11vh h1,
    body .home-header-title .nectar-highlighted-text.font_size_11vh h2,
    body .home-header-title .nectar-highlighted-text.font_size_11vh h3,
    body .home-header-title .nectar-highlighted-text.font_size_11vh h4 {
        font-size: 8vh !important;
    }
}

@media only screen and (max-width: 360px) {
    body .row .col.section-title h1,
    body h1,
    html body .row .col.section-title.span_12 h1,
    body.single.single-post .row .col.section-title.span_12 h1,
    #page-header-bg .span_6 h1,
    #page-header-bg.fullscreen-header .span_6 h1,
    .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
        font-size: 43px !important;
        line-height: 48px !important;
    }

    body .row .col.section-title h2,
    body h2,
    html body .row .col.section-title.span_12 h2,
    body.single.single-post .row .col.section-title.span_12 h2,
    #page-header-bg .span_6 h2,
    #page-header-bg.fullscreen-header .span_6 h2,
    .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
        font-size: 36px !important;
        line-height: 40px !important;
    }
}

body #slide-out-widget-area .inner .off-canvas-menu-container li a,
body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a,
body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a,
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,
body #nectar-ocm-ht-line-check {
    font-size: 32px !important;
    line-height: 1.3 !important;
}


/*************/
/*3.- ABOUT*/
/*************/

#team-about {
    padding-bottom: 0 !important;
}

#logos-about{
    padding-top: 30px !important;
}

@media screen and (max-width:999px) {
    #logos-about{
        padding-top: 0 !important;
    }

    .wpb_content_element.values-title {
        padding-top: 0 !important;
    }
}


/******************/
/*4.- APPLICATIONS*/
/******************/

/*pplications grid*/
#application-grid {
    padding-top: 0 !important;
}

.nectar-post-grid-filters {
    padding-top: 0 !important;
}

body .portfolio-filters-inline {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
}

@media screen and (max-width:999px) {
    body .portfolio-filters-inline {
        padding-bottom: 35px !important;
    }
}

@media screen and (max-width:690px) {
    #application-grid {
        padding-top: 4px !important;
    }
}

body .portfolio-filters-inline ul li a {
    color: #000000 !important;
}

body .portfolio-filters-inline .container ul li#sort-label, body .portfolio-filters-inline #current-category {
    color: #000000!important;
 }

/*************************/
/*5.- APPLICATIONS-SINGLE*/
/*************************/
/*full screen image header*/
#page-header-bg h1 {
    padding-bottom: 20px !important;
}

@media screen and (max-width:999px) {
    #page-header-bg h1 {
        font-size: 56px !important;
    }
}

@media screen and (max-width:690px) {
    #page-header-wrap #page-header-bg h1 {
        font-size: 42px !important;
        line-height: 1.3 !important;
        padding-bottom: 10px !important;
    }
}

.single #page-header-bg .subheader {
    line-height: 1.4 !important;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

@media screen and (max-width:690px) {
    body .single #page-header-bg .span_6 span.subheader {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }
}

#how-it-works.wpb_row .column-image-bg-wrap {
    z-index: 1 !important;
}

#how-it-works.wpb_row .column-image-bg-wrap .column-image-bg {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

#details {
    padding-top: 80px !important;
}

#related-products {
    padding-top: 133px !important;
    padding-bottom: 40px !important;
}

#application-contact-form {
    padding-bottom: 120px !important;
}

#certifications {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

#downloads {
    padding-top: 120px !important;
}

@media screen and (max-width:999px) {
    #details {
        padding-top: 48px !important;
    }

    #related-products {
        padding-top: 68px !important;
        padding-bottom: 0 !important;
    }

    #application-contact-form {
        padding-bottom: 56px !important;
    }

    #certifications {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    #downloads {
        padding-top: 90px !important;
    }
}

@media screen and (max-width:690px) {
    #details {
        padding-top: 38px !important;
    }

    #related-products {
        padding-top: 48px !important;
    }

    #application-contact-form {
        padding-bottom: 36px !important;
    }

    #certifications {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    #downloads {
        padding-top: 75px !important;
    }
}


/*************************/
/*6.- PRODUCTS*/
/*************************/

#product-grid {
    padding-top: 0 !important;
}

#product-grid .elastic-portfolio-item {
    width: 50% !important;
    height: auto !important;
}

#product-grid .portfolio-items .elastic-portfolio-item h3 {
    margin: 0 0 20px 20px !important;
}

#product-grid .portfolio-items .elastic-portfolio-item.arycol h3 {
    content: url(http://primlab.nectarestudio.com/wp-content/uploads/2021/04/logo-arycol-single.png) !important;
    width: 150px !important;
}

#product-grid .portfolio-items .elastic-portfolio-item.co2pure h3 {
    content: url(http://primlab.nectarestudio.com/wp-content/uploads/2021/04/logo-co2pure-single.png) !important;
    width: 200px !important;
}

#product-grid .portfolio-items .elastic-portfolio-item.drynest h3 {
    content: url(http://primlab.nectarestudio.com/wp-content/uploads/2021/04/logo-drynest-single.png) !important;
    width: 235px !important;
}

#product-grid .portfolio-items .elastic-portfolio-item.wearpuretech h3 {
    content: url(http://primlab.nectarestudio.com/wp-content/uploads/2021/04/logo-wearpuretech-single.png) !important;
    width: 112px !important;
}

@media screen and (max-width:999px) {
    #product-grid .elastic-portfolio-item {
        width: 100% !important;
    }
}

/*************************/
/*7.- PRODUCTS-SINGLE*/
/*************************/
.single-portfolio h1 {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px !important;
}

.postid-418 h1 {
    content: url(http://primlab.nectarestudio.com/wp-content/uploads/2021/04/logo-arycol-single.png) !important;
    width: 241px !important;
}

.postid-599 h1 {
    content: url(http://primlab.nectarestudio.com/wp-content/uploads/2021/04/logo-co2pure-single.png) !important;
    width: 260px !important;
}

.postid-610 h1 {
    content: url(http://primlab.nectarestudio.com/wp-content/uploads/2021/04/logo-drynest-single.png) !important;
    width: 300px !important;
}

.postid-609 h1 {
    content: url(http://primlab.nectarestudio.com/wp-content/uploads/2021/04/logo-wearpuretech-single.png) !important;
    width: 150px !important;
}



#technical-specifications .technical-icon {
    margin-bottom: 0 !important;
}

#technical-specifications .technical-icon h5{
    line-height: 30px !important;
}

#explanation {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

#explanation .explanation-title {
    margin-bottom: 80px !important;
}

@media screen and (max-width:999px) {
    #technical-specifications .technical-icon {
        margin-bottom: 55px !important;
    }

    #technical-specifications .technical-icon:nth-child(3),
    #technical-specifications .technical-icon:nth-child(4) {
        margin-bottom: 0 !important;
    }

    #explanation {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }    

    #explanation .explanation-title {
        margin-bottom: 60px !important;
    }
}

@media screen and (max-width:690px) {
    #technical-specifications .technical-icon,
    #technical-specifications .technical-icon:nth-child(3) {
        margin-bottom: 50px !important;
    }

    #technical-specifications .technical-icon:last-child {
        margin-bottom: 0 !important;
    }

    #explanation {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }    

    #explanation .explanation-title {
        margin-bottom: 40px !important;
    }
}

/*************************/
/*7.- CASE STUDIES*/
/*************************/


/*************************/
/*8.- CASE STUDIES-SINGLE*/
/*************************/
#mood-board {
    padding-bottom: 0 !important;
}

@media screen and (max-width:999px) {
    #mood-board .mood-board-big-image,
    #mood-board .mood-board-big-image .vc_column-inner {
        max-height: 500px !important;
        min-height: 500px !important;
    }
}

@media screen and (max-width:690px) {
    #mood-board .mood-board-big-image,
    #mood-board .mood-board-big-image .vc_column-inner {
        max-height: 450px !important;
        min-height: 450px !important;
    }
}

#outcomes .divider-wrap .divider-small-border[data-color="accent-color"] {
    background-color: white !important;
}

#outcomes .nectar-milestone .subject {
    color: white !important;
}


/****************
10.- CONTACT
*****************/
.contact-data h4 + h4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

#page-contact-form {
    padding-top: 0 !important;
}