/*
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 .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12, body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container, body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner {
    justify-content: flex-start;
}


#cn-notice-text a{
    color: #fff !important
}

a#cn-accept-cookie{
    color: #000 !important
}


.cn-close-icon{
   display: none; 
}

.cookie-notice-container {
    border-top: 1px solid #151515;
}



#cookie-notice .cn-button:not(.cn-button-custom) {
    border-radius: 200px !important;
    padding: 14px 30px !important;
 }




.ds-margin-top-home-title {
    margin-top: -24px !important;
}


.margin0{
    margin: 0 auto !important;
}


body .container-wrap .vc_row-fluid[data-column-margin="90px"] .wpb_column.ds-okusi-mob:not(.child_column),
body .container-wrap .inner_row[data-column-margin="90px"] .child_column.ds-okusi-mob,
html body .vc_row-fluid[data-column-margin="90px"] .wpb_column.ds-okusi-mob:not(.child_column),
html body .inner_row[data-column-margin="90px"] .child_column.ds-okusi-mob {
    padding-left: 0 !important;
    padding-right: 0 !important;
}




.ds-posjetitenas-lineh span.text.nectar-text-reveal-button__text {
    line-height: 1.5 !important;
}





/* Desktop stilovi */
.wpb_content_element .tabbed {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    background: #000 !important;
}

.wpb_tabs_nav {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    background: #000 !important;
    padding: 15px 0 !important;
    width: 100% !important;
}

/* Font stilovi */
.wpb_tabs_nav li.tab-item a span {
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* Mobilni stilovi */
@media only screen and (max-width: 690px) {
    .wpb_content_element .tabbed,
    .wpb_tabs_nav {
        position: sticky !important;
        top: 0 !important;
        width: 100% !important;
        background: #000 !important;
        padding: 10px 0 !important;
    }

    .wpb_tabs_nav li.tab-item a span {
        font-size: 16px !important;
    }
    
    /* Dodajemo mali padding za sadržaj */
    .wpb_tab {
        padding-top: 20px !important;
    }

    #cookie-notice .cn-button:not(.cn-button-custom) {
        margin-top: 15px;
        margin-bottom: 15px !important;
    }
    .cookie-notice-container {
        padding-top: 30px;
    }


}