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

.grecaptcha-badge{
    display: none !important;
}

/* forms */
.wpcf7-spinner{
	display: none !important;
}

input[type=checkbox] {
    accent-color: red;
}


.nectar-fancy-box[data-style=image_above_text_underline] .text p, .nectar-fancy-box[data-style=image_above_text_underline] .text>:nth-child(2){
	padding-top: 0 !important;
}

.widget h4{
	padding: 15px 22px;
	background: #009cde;
	color: #fff!important ;
	font-weight: 200 !important;
	opacity: 1 !important;
}

.d-block{
    display: block;
}

/* menu */
.button_solid_color .menu-title-text,
.menu-item:hover,
.current-menu-item .menu-title-text{ 
    font-weight: 600 !important;
}

.button_solid_color .sub-menu .menu-title-text{
    font-weight: 300 !important;
}

/* truncate */
.truncate-5{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* color */
.text-primary{
    color: #009cde;
}

.text-uppercase{
    text-transform: uppercase;
}

.border-top-primary{
    border-top: 2px solid #009cde;
}

/* btn */
.btn_blocks .nectar-cta{
    width: 100%;
    margin-bottom: 8px !important;
}

.btn_blocks .nectar-cta .link_wrap{
    width: 100%;
    display: block;
    padding: 15px 20px !important;
    text-align: center;
}

.btn{
    display: block;
    padding-top: 15px;
    padding-right: 35px;
    padding-bottom: 15px;
    padding-left: 35px;

    font-family: Montserrat;
    font-weight: bold;
    color: #202a35;
}

.btn_small{
    font-size: 12px;
    font-weight: normal;
}

.btn_white{
    background: #fff;
}

.btn_white:hover{
    color: #fff;
    background: #009cde;
}

.btn_maxmo{
    width: 100%;
}

.btn_maxmo .link_wrap{
    width: 100%;
    text-align: center;
    display: block;
}

/* fold left */
.fold_left{
    position: relative;
    background-color: #009cde;
    padding: 2rem 1rem 2rem 2rem;
    color: #fff;
}

.fold_left h3{
    color: #fff;
}

.fold_left:after{
    position: absolute;
    content: '' !important;
    display: block !important;
    top: 0;
    left: -24px;
    height: 100%;
    width: 48px;
    background-color: #009cde;
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-14deg, 0deg);
    z-index: 5;
    visibility: visible !important;
}


.fold_left_big{
    position: relative;
    background-color: #009cde;
    padding: 2rem 1rem 2rem 2rem;
    color: #fff;
}

.fold_left_big .vc_column-inner{
    z-index: 2;
}

.fold_left_big:after{
    position: absolute;
    content: '' !important;
    display: block !important;
    top: 0;
    left: -100px;
    height: 100%;
    width: 200px;
    background-color: #009cde;
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    z-index: 1;
    visibility: visible !important;
}

/* fold */
@media only screen and (max-width: 600px) {
    .fold_left_big:after{
        left: -58px;
    }

    .header_fold{
        width: 70% !important;
    }
}

.header_fold{
	position: relative;
	margin-top: -80px;
}

.header_fold h1,
.header_fold h2{
    font-family: Montserrat;
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    color: #fff;
}

.header_fold .wpb_text_column{
	padding: 30px;
}

.header_fold .wpb_text_column p{
    font-size: 1rem;
}

.header_fold .vc_column-inner:after{
    content: '';
	height: 100%;
	position: absolute;
    left: calc(100% - 1px);
    width: 120px;
    z-index: 10;
    visibility: visible;
    background: #009cde;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    top: 0;
}

.header_fold .vc_column-inner:before{
    content: "";
   	z-index: -1;
    position: absolute;
	  left: calc(100% + 73px);
    display: block;
    width: 0;
    height: 0;
    z-index: 10;
    border-left: 45px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 30px solid #00aae6;
    visibility: visible;
}

.post-featured-img{
    height: 150px;
    overflow: hidden;
    display: block;
}

/* Articles */
.post-header{
    border-bottom: 3px solid #009cde;
}

.post-header .meta-category{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
}
.post.masonry-blog-item .more-link{
	display: block;
}

.post.masonry-blog-item .more-link:hover span,
.post.masonry-blog-item .more-link span{
    background: transparent;
    color: #000;
    font-weight: bold;
    padding: 0;
}

.masonry-blog-item .article-content-wrap{
	padding: 16px 0 18px 0;
}

/* single article */
.post-featured-img{
    margin-bottom: 1rem;
}

.article_header{
    padding-bottom: 4px;
    margin-bottom: 1rem;
    border-bottom: 4px solid #009cde;
}

.article_header .cat a{
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
}

.article_header h1{
    font-size: 22px; 
    line-height: 33px;
    font-weight: 200;
}

/* product table specs */
.spec_col a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.no-margin{
    margin: 0;
}
.product_table{
    padding: 0 !important;
    margin-bottom: 30px;
}

.product_attribute_table-list.specs .span_3{
    width: 22.5%;
}

@media (max-width: 1000px) {
    .product_attribute_table-list {
        overflow-x: auto;
    }

    .product_attribute_table-list .row{
        display: flex;
    }

    .product_attribute_table-list.specs .span_3{
        width: 49%;
    }

    .product_attribute_table-list.specs .row{
        display: block !important;
    }

    .product_attribute_table-title,
    .product_attribute_table-list li a{
        width: min-content !important;
    }

    .product_attribute_table-list .col-1{
        width: 84px;
        max-width: 84px;
        display: inline-block !important;
    }

    .product_attribute_table-list .col-2{
        width: 128px;
        max-width: 128px;
        display: inline-block !important;
    }

    .spec_table .row{
        display: block !important;
    }

    .spec_table .span_3{
        width: 49%;
        margin-bottom: 25px;
    }
}


.product_attribute_table{
   margin-bottom: 30px;
}

.product_attribute_table .description{
    padding: 0;
    margin-bottom: 5px;
    border-bottom: 4px solid #009cde;
}

.product_attribute_table .description h3{
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 14px;
    overflow: hidden;
    color: #000;
}

.product_attribute_table-list{
    padding: 10px 0;
    list-style: none;
    background: #fff;
    margin: 0;
}

.product_attribute_table-title{
    border-bottom: 1px solid #000 !important;
    width: 100%;
    padding: 4px 0;
}

.product_attribute_table-title div{
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    vertical-align: top;
}

.product_attribute_table-list li{
    display: block;
    min-width: 100% !important;
}

.product_attribute_table-list a{
    color: #000;
}

.product_attribute_table-list a:hover{
    color: #009cde;
}

.product_attribute_table-list li a{
    border-bottom: 1px solid #000;
    padding: 2px 0;
    min-width: 100% !important;
}

.product_attribute_table-list li a:hover{
    background-color: #f8f8f8;
}

.product_attribute_table-list li a div{
    font-size: 13px;
}

.col-1{
    width: 8.333333333%;
    max-width: 8.333333333%;
}

.col-2{
    width: 16.666666666%;
    max-width: 16.666666666%;
}

.col-3{
    width: 32.33333333% !important;
    max-width: 32.33333333% !important;
}

.col-8{
    width: 66.66666% !important;
    max-width: 66.6666% !important;
}

.span_fifth{
    width: 18%;
}

@media only screen and (max-width: 767px) {
    .span_fifth{
        width: 100%;
    }
}

/* product_list */
#product_results{
    margin-top: 30px;
    margin-bottom: 60px;
}

.product_list{
    
}

.product_list a{
    display: block;
    border-bottom: 2px solid #009cde;
    margin-bottom: 1rem;
    background: #fff;
    color: #000;
}

.product_list .span_8{
    padding: 15px 10px;
}

.product_list img{
    margin: 0 !important;
}

.packaging_possibilities_list{
    padding: 5px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.packaging_possibilities_list--item{
    display: inline-block;
    color: #848383;
    width: calc( 64px + 2rem );
    text-align: center;
}

.packaging_possibilities_list--item-image{
    height: 48px;
    width: 100%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.packaging_possibilities_list label{
    margin-top: 0;
    font-size: 12px;
    line-height: 1;
}

.icons.mobile{
    display: none;
}

.col.img{
    margin: 0 !important;
}

.product_list .description .desc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .icons.mobile{
        display: block !important;
        width: 100%;
    }

    .icons.desktop{
        display: none;
    }

    .product_list .description{
        width: 66% !important;
        margin: 0;
    }

    .product_list .img{
        width: 33% !important;
    }

    .packaging_possibilities_list{
        flex-direction: row;
        justify-content: space-evenly;
    }

}

/* product_item */
.product_item{
    color: #000;
    margin-bottom: 3rem;
    display: block;
}

.product_item .desc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow: hidden;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
   .product_item .span_6.img{
        width: 49% !important;
    }

    .product_item .span_6{
        width: 49% !important;
    }
}
/* article filters */
.textwidget .searchandfilter ul li{
    margin-bottom: 1rem;
}

.textwidget .searchandfilter ul li li{
    margin: 0;
}


/* product_filter */
.sf-field-tag label{
    width: 100%;
}

.sf-field-search label{
    width: 100%;
}

.sf-field-search input{
    bordeR: 1px solid #e6e6e6;
}

#product_filter{
    margin-bottom: 2rem;
    background: #fff;
}

#product_filter form{
    padding: 10px;
}

#product_filter .searchandfilter label{
    width: 90%;
}

#product_filter h4{
    font-weight: 600;
}

#product_filter ul{
    margin: 0;
}

#product_filter ul li{
    width: 24%;
    display: inline-block;
    padding: 10px;
}

#product_filter ul li ul{
    height: 125px;
    overflow-y: scroll;
}

#product_filter ul li ul li{
    width: 100%;
    display: block;
    padding: 0;
}

#product_filter ul li ul li .sf-label-checkbox{
    font-size: 12px;
    font-weight: normal !important;
}

.toggle_filters{
    display: none;
}

@media only screen and (max-width: 767px) {
    .toggle_filters{
        display: block;
    }

    #product_filter .searchandfilter{
        display: none;
    }

    #product_filter ul li{
        width: 100%;
    }
}

.chosen-container{

}

.woocommerce .chosen-container-single .chosen-single, .woocommerce .chzn-container-single .chzn-single{
    /*009cde*/
}

.span_12.light .chosen-single{
    padding: 10px 35px 10px 15px;
    background: rgba(255,255,255,.1);
    background-image: none !important;
    border: none !important;
    color: #fff !important;
    border-radius: 4px;
    box-shadow: none !important;
}

.span_12.light .chosen-single span{
    color: #fff !important;
    font-weight: bold;
}

    #product_results .chosen-single{
        border-radius: 4px !important;
        box-shadow: none !important;
        padding: 10px 35px 10px 15px;
        background: rgba(255,255,255,.1);
        border: 1px solid #e6e6e6 !important;
    } 
    #product_results .chosen-single span{
        color: #000 !important;
    }

    #product_results .chosen-single:hover span,
    .chosen-single:hover span{
        color: #fff !important;
    }
html .chosen-single:hover{
    background-color: #009cde!important;
}

.chosen-container-single .chosen-single div{
    top: 10px;
}

.searchandfilter .chosen-results li{
    width: 100% !important;
    display: block !important; 
    padding: 6px !important;
    line-height: 1.5 !important;
    font-weight: normal!important;
}

html .searchandfilter .chosen-container .chosen-results li.highlighted,
html .searchandfilter .chosen-container .chosen-results li:hover{
    background-color: rgb(240, 240, 240) !important;
    background-image: none !important;
    color: #000 !important;
}


.chosen-container-single .chosen-search input[type=text]{
    border-color: #e6e6e6 !important;
    padding: 10px !important;
    line-height: 24px;
    color: #555 !important;
    border-radius: 4px !important;
    background: #fff !important;
    margin-bottom: 5px !important;
    box-shadow: none !important;
}

/* home_filter */
.searchandfilter input, 
.searchandfilter select{
    background: #fff;
}

#home_filter ul {
    margin: 0;
}

#home_filter ul li{
    width: 25%;
    display: inline-block;
}

#home_filter h4{
    margin: 0;
}

#home_filter .searchandfilter label{
    width: 90%;
}

#home_filter .sf-field-taxonomy-product_cat .sf-level-1{
    display: none !important;
}

@media only screen and (max-width: 767px) {
    #home_filter ul li{
        width: 100%;
    }
}

/* footer */
.nectar-global-section.before-footer{
    padding-top: 0!important;
}

/* section rood_blok_container*/
.rood_blok_container{
    margin-top: 48px;
    position: relative;
}

.rood_blok_container .rood_blok{
    -webkit-transform: translateY(-24px) !important;
    transform: translateY(-24px) !important;
    top: 0 !important;
}

.text_spacing h2,
.text_spacing h3{
    letter-spacing: 4px;
}

#footer h4{
    letter-spacing: 4px;
}

/* section */
.section{
    padding: 3% 0 !important;
}

.section-bg{
    position: relative;
    min-height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.section-bg .row-bg-overlay{
    background: rgba(255,255,255,0.001); background: radial-gradient(50% 50% at 50% 50%,rgba(255,255,255,0.001) 0%,#000000 100%);  opacity: 0.5; 
}

.bg-light{
    background-color: #f8f8f8;
}

.post-content .img-with-aniamtion-wrap ,
.post-featured-img{
    position: relative;
}

.post-content .img-with-aniamtion-wrap::after,
.post-featured-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255,255,255,0.001); background: radial-gradient(50% 50% at 50% 50%,rgba(255,255,255,0.001) 0%,#000000 100%);  opacity: 0.5; 
}

.uppertext{
    font-size: 12px;
    padding-bottom: 0.25rem;
}

/* header */
.row-bg-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 3;
    backface-visibility: hidden;
}

/*single product*/
.single_product_icons .packaging_possibilities_list {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 10px 0;
}

.single_product_icons .packaging_possibilities_list .packaging_possibilities_list--item:not(:last-child){
    border-right: 1px solid #848383;
}

.single-product .header_fold{
    margin-top: -30px;
}

.single-product .header_fold .vc_column-inner{
    background: #009cde;   
}

.single-product .header_fold h2{
    font-size: 18px;
}

.single-product h1{
    color: #009cde;
    font-size: 22px;
    margin: 0;
    line-height: 1.2;
}

/* single post */
.post-content h2{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {

    body:not(.woocommerce-cart) .main-content table{
        display: flex;
        overflow-x: auto;
    }
}

/* search */
body.material #search-outer.material-open, body.material #header-outer #search-outer.material-open{
    height: 100vh;
}

#search-outer #search #close{
    top: 50px !important;
}

#search{
    display: block;
    height: 100%;
    position: relative;
    padding-top: 50px !important;
    align-items: flex-start !important;
}

@media only screen and (max-width: 767px) {
    #search{
        overflow-x: auto;
    }

    #search-outer #search #close{
        top: 0!important;
    }
}


.search-results{
    display: block;
    width: 100%;
    margin: 48px 0;
    float: left;
    overflow: hidden;
}

.search-holder{
    width: 32%;
    float: left;
    margin-right: 1%;
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .search-results{
        overflow-x: auto;
    }
    .search-holder{
        width: 100%;
        margin-right: 0;
    }
}

.search-holder h3{
    color: #fff;
    font-weight: bold;
}



.product_search_list a{
    color: #fff;
}

/* home slider */
.nectar-post-grid .nectar-post-grid-item-bg img{
    object-fit: contain !important;
}