/*
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
*/

/*
body{
    display: none;
}
*/

.iw-box-hover-effect:hover img{
    opacity: 0.5 !important;
}

.iw-box-hover-effect:hover .wpb_text_column{
    opacity: 1 !important;
}



.iw-box-hover-effect .wpb_text_column{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: opacity .5s ease;
}

.iw-box-hover-effect .hover-wrap, .iw-box-hover-effect .hover-wrap-inner, .iw-box-hover-effect img{
    height: 100% !important;
}

.iw-box-hover-effect img{
    object-fit: cover;
}

.right-aligned-menu-items .buttons li .svg-icon{
    display: none !important;
}


.right-aligned-menu-items .buttons li a:before,
.mobile-header #menu-salient-resort-side-buttons li a:before{
    background: #bb9e22 !important;
    border: 1px solid #bb9e22 !important;
}




@media only screen and (max-width:500px){
    body .nectar-mobile-only.mobile-header a{
        font-size: 11px;
    }

}


#breadcrumbs{
    display: none;
}

.full-width-section>.col.span_12.dark .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .content *, .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .content *{
    color: white !important;
}


.full-width-section>.col.span_12.dark .nectar-post-grid[data-text-hover-color=dark] .nectar-post-grid-item:hover .content *, .nectar-post-grid[data-text-hover-color=dark] .nectar-post-grid-item:hover .content *{
    color: white !important;
}


.nectar-scrolling-tabs .nectar-cta .link_wrap, .iw-btn{
    padding-right: 60px !important;
    padding-left: 60px !important;
}


.row-bg.viewport-desktop.using-bg-color{
    background: none !important;
}


#footer-widgets .col.span_4:nth-child(2), #footer-widgets .col.span_4:nth-child(3){
    text-align: center;
}

.iw-footer-img-area{
    display: flex;
    justify-content: center;
}


.iw-footer-img-area img{
    height: 39px !important;
    width: auto !important;
}

.iw-footer-img-area img:first-of-type{
    margin-right: 40px;
}

.iw-footer-small-txt-area{
    font-size: 13px;
}



#menu-footer-menu{
    display: flex;
    justify-content: center;
}

#menu-footer-menu .menu-item{
    margin-right: 30px;
}


#footer-outer .widget {
    margin-bottom: 20px !important;
}

#footer-outer #footer-widgets .col ul li:first-child{
    padding-top: 4px !important;
}

.material #footer-outer .widget li a {
    font-size: 13px !important;
    font-family: 'Urbanist' !important;
    font-weight: 100 !important;
}

#footer-widgets .wp-social-link svg{
    width: 40px;
    height: 40px;
}

#footer-widgets .wp-social-link svg path{
    fill: white;
}

.iw-footer-copyright-area{
    font-size: 18px;
}

.iw-footer-text-area{
    font-size: 16px;
}


#footer-widgets .widget h4{
    line-height: 1.2;
}

@media only screen and (min-width: 1000px){
    #footer-outer .container{
        max-width: 1920px !important;
    }
}

#footer-outer #footer-widgets .col ul li:last-child{
    margin-right: 0 !important;
}

.widget_mc4wp_form_widget {
    text-align: center;
}

.iw-newsletter-form{
    position: relative;
}

.iw-newsletter-form button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}



.iw-newsletter-form input{
    border: 1px solid white;
    border-radius: 999999px !important;
    padding: 10px 80px 10px 20px !important;
}

.iw-newsletter-form input{
    padding: 10px 20px;
}

.iw-newsletter-form input::placeholder{
    color: white !important;
    opacity: 1 !important;
}


.iw-newsletter-form-responses div{
    font-size: 14px;
    margin-top: 10px;
    display: none;
}

.iw-newsletter-form input:focus{
    background: none !important;
}

/* #footer-outer{
     border-top: 1px solid rgba(0,0,0,0.1);
 }*/

 .widget_mc4wp_form_widget{
     max-width: 460px;
     margin: 0 auto;
 }


.iw-box-hover-effect-type-2 .wpb_wrapper{
 position: relative;
}


.iw-box-hover-effect-type-2 .wpb_text_column{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: opacity .5s ease;
}

.iw-box-hover-effect-type-2 .wpb_text_column:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: -5px;
    left: 0;
}


.iw-box-hover-effect-type-2:hover img{
    opacity: 0.5 !important;
}

.iw-box-hover-effect-type-2:hover .wpb_text_column{
    opacity: 1 !important;
}

.mc4wp-response{
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.2;
}



#cookies-preferences-popup .cookie-categories-tabs-cont p, #cookies-preferences-popup .cookie-categories-tabs-cont .p{
    font-weight: 400;
}


body:not(.woocommerce-cart) .main-content th, body:not(.woocommerce-cart) .main-content td{
    background-color: #003566;
}


.wp-block-social-link{
    background: none !important;
}

#menu-salient-resort-side-buttons .nectar-menu-icon.svg-icon{
    display: none !important;
}

.iw-mobile-shown{
    display: none !important;
}

@media only screen and (max-width:500px){
    .iw-desktop-shown{
        display: none !important;
    }
    .iw-mobile-shown{
        display: block !important;
    }
}

.wpcf7-not-valid-tip{
    background: none;
}





.right-aligned-menu-items .buttons li a .menu-title-text .char, .mobile-header #menu-salient-resort-side-buttons li a .menu-title-text, #header-outer:not(.transparent) li.menu-item-439[class*=current]>a>.menu-title-text{
    color: white !important;
}

/*
@media only screen and (max-width:999px) {
    body.material #header-outer[data-header-resize="0"]:not([data-format=left-header]):not(.scrolled-down):not(.fixed-menu){
        background-color: #003566 !important;
    }
}*/


#top .span_9>.slide-out-widget-area-toggle a.using-label .label, #top ul .slide-out-widget-area-toggle a i.label{
    font-size: 18px !important;
}

#top .slide-out-widget-area-toggle a span{
    width: 28px;
}

.slide-out-widget-area-toggle .lines-button:after{
    width: 2rem !important;
}
#header-outer .left-aligned-ocm .lines:before{
    width: 1.1rem !important;
}

.lines:after{
    width: 2rem !important;
}

/*#hs-eu-cookie-confirmation{
    display: none !important;
}*/


.wpcf7-checkbox .wpcf7-list-item{
    margin: 0 !important;
}



























#header-outer .menu-item-439>a:before,#header-outer .menu-item-439>a:after {
    position: absolute;
    top: 50%!important;
    left: -12px;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    content: "";
    display: block;
    z-index: -1;
    transform-origin: top;
    transform: translateY(-50%)!important;
    transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1)
}

#header-outer #header-secondary-outer .menu-item-439>a:after,#header-outer #header-secondary-outer .menu-item-439>a:before {
    height: calc(100% + 12px)
}

#header-outer .menu-item-439>a:after {
    opacity: 1 !important;
    transition: opacity .3s ease,transform .3s ease
}

#header-outer .menu-item-439>a .menu-title-text:after {
    display: none!important
}

#header-outer .menu-item-439>a:before{
	display: none !important;
}

#header-outer .menu-item-439>a {
    color: #fff
}

#header-outer .menu-item-439>a:before {
    background: linear-gradient(90deg,#98c8e8,#ffac66,#98c8e8)
		
}

#header-outer .menu-item-439>a:hover:after,#header-outer .menu-item-439[class*=current]>a:after {
    opacity: 1
}


#header-outer .menu-item-439>a{
	font-weight: bold;
}
body #header-outer .menu-item-439>a:after {
    background-size: 1300%;
    animation: nectarBtnGradientScroll 70s linear infinite !important;
}


#header-outer .menu-item-439>a:after{
    background-image: linear-gradient(63deg,rgba(255,255,255,0.1),#bb9e22,#003566);
}


@keyframes nectarBtnGradientScroll {
    0% {
        background-position: 0 50%
    }

    100% {
        background-position: 1300% 50%
    }
}