/**
Theme Name: CINS V2
Author: XoDev
Author URI:
Description:
Version: 1.0.0
License:
License URI:
Text Domain: cins

*/
/* template*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:100,200,300,400i,500,600,700,700i,800&display=swap&subset=latin-ext');



.home .wpb_wrapper{
    /*overflow-x: hidden;*/
}

/**{
    background: red;
}
html, body {
    background: #fff;
}*/

html{
    font-size: 100%;
}

body {
    font-family: 'Noto Serif', serif;
}
b, strong {
    font-weight: 800;
}

a {
    color: #E4A80C;
    text-decoration: none;
    background-color: transparent;
}
a:hover{
    text-decoration: none;
}

.red{
    color:#d84062;
}
.pink{
    color:#b66ba2;
}
.yellow{
    color:#d3b454;
}
.clear{
    clear:both;
}
img{
    width: 100%;
    height:auto;
}
.screen-reader-text{
    display: none; 
}
.scroll {
/*    white-space: nowrap; 
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
    -ms-overflow-style: -ms-autohiding-scrollbar;*/ 
}
  
.scroll::-webkit-scrollbar {
    display: none; 
}
.mobile{
    display:block !important;
}
.desktop{
    display:none !important;
}


#header-main{
    background: #fff;
    z-index: 999999;
    transition: all 0.1s !important;
    position: relative;
    position: sticky;
    top: 0;
}
#header-main.transparent{
    background: #cf2a2a00;
    /* transition: all 5s !important; */
}
#header-main.transparent  {
    position: absolute;
    background: rgb(77 77 81 / 70%);
    width: 100%;
    z-index: 999999;
    position: sticky;
    top: 0;
}
#header-main.transparent .container, #header-main.transparent .navbar {
    /* background: rgb(77 77 81 / 70%); */
}
#header-main.transparent .navbar #nav-main {
    background-color: transparent;
} 
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%
}
/*.sticky-offset {
  margin-top: 83px;
}*/

    body.template-3 #main-content, body.template-4 #main-content{
        margin-top: -74px;
    }


.container{
    max-width: 1440px;
    width:100%;
}
#primary {
    max-width: 936px;
    width:100%;
    margin:auto;
    float:none;
}
.entry-content{
    width: 100%;
    max-width: 750px;
    margin:auto;
    color: #000000;
    font-family: Montserrat;
    font-size: 14px;
    /* letter-spacing: 0.25px; */
    /* line-height: 22.4px; */
    position: relative;
    font-weight: 500;
    /* opacity: 1 !important; */
    /* -webkit-font-smoothing: none; */
    /* -webkit-font-smoothing: subpixel-antialiased; */
    /* -webkit-font-smoothing: antialiased; */
}
.entry-content h2{
    font-family: Montserrat;
    font-size: 18px;
    position: relative;
    font-weight: 800;
    line-height: 29px;
    margin-top:20px;
    margin-bottom: 20px;
}
.entry-content h3{
    font-family: Montserrat;
    font-size: 14px;
    position: relative;
    font-weight: 800;   
    margin-top: 20px;    
    margin-top:20px;
    margin-bottom: 20px;
}
.entry-content h4{
    font-family: Montserrat;
    font-size: 14px;
    position: relative;
    font-weight: 800;    
    margin-bottom: 20px;     
    margin-top:20px;
    margin-bottom: 20px;
}
.navbar{
}
.blogname{
    height: 13px;
    color: #000000;
    font-family: Montserrat;
    font-size: 10.42px;
    font-weight: 700;
    letter-spacing: 0.31px;
    line-height: 13px;
    display: block;
    text-transform: uppercase;
}
body.template-3 .blogname,
body.template-4 .blogname{
    color: #FFF;
}
.blogdesc{
    height: 13px;
    color: #000000;
    font-family: Montserrat;
    font-size: 10.42px;
    letter-spacing: 0.31px;
    line-height: 13px;
    display: block;
}
body.template-3 .blogdesc,
body.template-4 .blogdesc{
    color: #FFF;
}




/* header */
.navbar{
    padding: 12px 0 15px 0;
    justify-content: space-between;    
}
.navbar-line{
    background: #CACACB;
    height: 1px;
    width: 100%;
}
#header-main.transparent .navbar-line{
    display: none;
}

#nav-mob-container{
    /* position: fixed !important; */
    width: 100%;
    z-index: 9999;
    top: inherit;
}

#nav-mob-container.sticky{
    position: fixed !important;
    width: 100%;
    z-index: 9999;
    top: 75px;
}

#nav-mob{
    display:none;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 9999;
    width: 100%;
    /* transition: all 3s; */
    /*    overflow: scroll;
    max-height: 100vh;   */
    /* height: 80vh; */
}

#nav-mob ul{
    list-style-type: none;
}
#nav-mob li.line {
    /*border-bottom: 1px solid #000;*/
}
#nav-mob li.social {
    float:left;
}
#nav-mob li.social a {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 20px;
    line-height: 16px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #333333;
    padding: 6px;
    display: inline-block;
    border-radius: 50%;
}

#nav-mob-close{
    /*font-size: 50px;*/
    text-align: right;
    position: absolute;
    right:20px;
    top:0px;
}
#nav-mob-close .fa-times-thin{
    cursor: pointer;
}
#nav-mob-close .fa-times-thin:before {
    content: '\00d7';
}

#nav-mob-toggle{
    /*margin: 20px 20px;
    background: transparent;
    border: none;
    font-size: 28px;*/
}
#nav-main{
    display:none;
}

#nav-mob-inner{
    max-width: 1414px;
    margin: 22px auto 15px;
    position: relative;
    padding: 0 15px;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
}

.nav-toggler{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.82px;
    line-height: 18px;
    opacity: 1;
    padding: 4px 10px 4px 10px;
    border-radius: 3px;
    background: #4D4D51;
    color: #FFF !important;

    text-decoration: none;
    text-transform: uppercase;

    border:0;
    outline: none !important;
}
#header-main.transparent .navbar .nav-toggler{
    background: #FFF !important;
    color: #4D4D51 !important;
}

.nav-toggler:before{
    font-family: FontAwesome;
    content:"\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    width: 13px;  
}
.nav-toggler.closed:before{
    font-family: FontAwesome;
    content:"\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 13px;
}

.doniraj-nav-main-mobile{
    color: #4D4D51;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.82px;
    line-height: 18px;
    opacity: 1;
    border: 0;
    padding: 4px 10px 4px 10px;
    border-radius: 3px;
    background: #E6AE17;
    border:0;
    text-decoration: none;
    text-transform: uppercase;        
}

#nav-mob .search-form .search-field {
    background: #EDEDEE;
    padding: 0 20px;
    border: 0;
    border-radius: 5px;
    font-size: 17px;
    line-height: 27px;
    width: 100%;
    outline: none !important;
}
#nav-mob .search-form label:after {
    font-family: FontAwesome;
    content: "\f002";
    background: #E6AE17;
    border-radius: 20px;
    width: 26px;
    height: 26px;
    color: #4D4D51;
    position: absolute;
    top: 0;
    right: 12px;
    display: flex;
    justify-content: center;
}
#nav-mob .search-form .search-submit {
    display:none;
}
#nav-mob .search-form label {
    width:100%;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


#nav-mob-middle{
    margin-top:32px;
    margin-bottom:54px;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-shrink: 1;
}

#nav-mob-middle::-webkit-scrollbar {
  display: none;
}

#nav-mob-middle{
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}
#nav-mob-middle div:nth-child(3), #nav-mob-middle div:nth-child(4){
    border-left: 1px solid #B8B8B9
}
#nav-mob-middle ul ul{
    border-left: 0;
    padding-left: 0;
}
#nav-mob-middle ul{
    margin-bottom: 0;
    display:grid;
    padding-left:0px;
}
#nav-mob-middle li{
    margin: 5px 0;
}
#nav-mob li a{
    color: #000000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    /*letter-spacing: 1.82px;*/
    line-height: 16px;
    padding: 1px 0;
    display: block;
}
#nav-mob li.bold > a{
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#nav-mob li.bold.menu-item-has-children > a{
    font-weight: 800;
    margin-bottom:5px;
}
#nav-mob ul>li:first-child > a{
    /*margin-top:0;*/
}
#nav-mob #nav-mob-middle .wpml-ls-menu-item a img {
    display: inline;
    vertical-align: baseline;
    width: 18px;
    height: 12px;
    margin-left: 10px;
}
#nav-mob #nav-mob-bottom .lang-menu-popup-desktop  a  {   
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-weight: 800;
    font-size: 14px;
    line-height: 21px;
}

#nav-mob #nav-mob-bottom .lang-menu-popup-desktop  a img {
    display: inline;
    vertical-align: baseline;
    width: 18px;
    height: 12px;
    margin-left: 10px;
}

#nav-mob-bottom{
    margin-bottom:18px;
    margin-top: auto;
}
#nav-mob-bottom-text{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0px;
    color:#000;
    margin-right: 18px;
}
#nav-mob-bottom-icons a{
    margin-right: 20px;
}
#nav-mob-bottom-icons .essb_links .essb-s-bg-network, #nav-mob-bottom-icons .essb_links .essb-s-bgh-network:hover {
    background-color: #000 !important;
}

#nav-mob .doniraj-nav-main{
    color: #4D4D51;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    opacity: 1;
    border: 0;
    text-transform: uppercase;   
    height: fit-content; 
}

#nav-mob .popup-menu-open-desktop {
    height: fit-content;
    margin-left: 22px;
}



/* footer */
.footer{
    background: #DBDBDC;
    margin-top:40px;
    color:#fff;
    font-family: Montserrat;
}
.footer .textwidget{
     color: #000000;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    /* letter-spacing: 1px; */
    line-height: 20px;   
}
.footer .textwidget p{
    margin-bottom: 3px;   
}

    
#footerts{
    background-color: #37363B;
    position: relative;
    z-index: 1;
}

#footerlb{
    background-color: #37363B;
    padding: 60px;
    /*box-shadow: -2px 1px 7px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);  */
}
#footerlb h2, #footerrb h2 {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 34.56px;
    font-weight: bold;
    letter-spacing: 0.24px;
    line-height: 35px;
    text-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
    margin-bottom:20px;
}
#footerrb{
    /*background-color: rgba(228,168,12,0.52);*/
    background-color: #dfc46d;
    padding: 60px;
}
#footerts .container:after{
    content:'';
    /*background-color: rgba(228,168,12,0.52);*/
    background-color: #dfc46d;
    position: absolute;
    top:0;
    bottom:0;
    left:50%;
    right:0;
    z-index: -1;
}
#footerbs{
    padding: 38px 0 61px 0;
    color: rgba(255,255,255,0.8);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    position: relative;
}
.footer-logo{
    max-width: 130px;
    margin: 45px 0 0px 0;
}
#footerb1, #footerb2, #footerb3, #footerb4 {          /*   */
    margin-bottom: 20px;
}
#copyright{
    background-color: #E4A80C;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 11.57px;
    font-weight: 600;
    letter-spacing: 1.82px;
    line-height: 16px;
    padding: 6px 0;
}
.footer img{
    
}
.footer .cblock{
    margin-top:20px;
}
.footer .cblogname{
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 11.57px;
    font-weight: bold;
    letter-spacing: 1.82px;
    line-height: 16px;
}
.footer .fsocial a{
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.82px;
    line-height: 16px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #333333;
    padding: 6px;
    display: inline-block;
    border-radius: 50%;
}
.footer .follow {
    color: #000;
    font-family: Montserrat;
    font-size: 11.57px;
    font-weight: bold;
    letter-spacing: 1.82px;
    line-height: 16px;
}
.footer .ftitle {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.footer ul, footer ol{
    list-style-type: none;
    padding-left: 0;
}
.footer li{
    margin: 0 0 15px 0;
    color: #000000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 16px;
}
.footer a{
    color: #000;
    opacity: 1;
}
.footer .essb-fc-block .essb-fc-block-icon i.essb-fc-icon-light svg {
    fill: #DBDBDC;
}
.footer-follow-us{
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    /* letter-spacing: 1.82px; */
    line-height: 16px;
    margin-bottom: 24px;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.footer .essb-fc-grid .essb-fc-block {
    margin-right: 5px !important;
}
#footerb6{
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    /* letter-spacing: 1.82px; */
    line-height: 22px;   
}

#footerb1:after ,#footerb2:after ,#footerb3:after {
    content:"";
    width:100%;
    height:1px;
    background: #B8B8B9;
    display: block;
}

/* form elements */
input{
    color: #000000;
    font-family: Montserrat;
    font-size: 13.89px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 16px;
}
input[type=text], input[type=email] {
    padding: 10px;
    width: 100%;
    border: 0;
    border-bottom: 4px solid #E4A80C;
}
.btn-sendidea{
    color: #000000;
    font-family: Montserrat;
    font-size: 11.57px;
    font-weight: bold;
    letter-spacing: 1.82px;
    line-height: 16px;
    text-align: center;
    border-radius: 26.5px;
    background-color: #FFFFFF;
    box-shadow: -2px 1px 7px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
}
.btn-form {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 13.89px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 16px;
    text-align: center;
    border-radius: 26.5px;
    background-color: #E4A80C;
    box-shadow: -2px 2px 2px 0 rgba(0,0,0,0.15);
    padding: 14px 24px;
    border:0;
}
.btn-readall{
    color: #37363B;
    font-family: Montserrat;
    font-size: 12.68px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: center;
    background-image: url(assets/images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding: 0;
    padding-right: 35px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(228,168,12,.25);
}
html[lang='en-US'] .serbian {
    display: none;
}
html[lang='sr-RS'] .english {
    display: none;
}
#searchmodal{
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100% !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 9999999;
    display: table;
    opacity: 0;
    visibility: hidden;
}
#searchmodal.show{
    visibility: visible;
    opacity: 1;
}
#searchmodalin{
    display: table-cell;
    vertical-align: middle;
}
#searchform{
    margin: auto;
    padding:30px;
    max-width: 800px;
}
#searchform .search-field{
    padding: 20px;
    font-size: 20px;
    width: 100%;
    border: 0;
    border-bottom: 4px solid #E4A80C;
}
#searchform label{
    display: block;
    margin-bottom: 20px;
}
#searchform .search-submit  {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 13.89px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 16px;
    text-align: center;
    border-radius: 26.5px;
    background-color: #E4A80C;
    box-shadow: -2px 2px 2px 0 rgba(0,0,0,0.15);
    padding: 14px 24px;
    border: 0;
    margin: auto;
    display: block;
}
#searchclose{
    text-align: right;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
#searchclose .fa-times-thin:before {
    content: '\00d7';
}



.container {
    max-width: 100%;
}
.branding{
    width:auto;
    height:auto;
}
.brand{
    display: flex;
    align-items: center;
}
.brand img{
    max-height:48px;
    width:auto;
    margin-right:10px;
}
.sitedesc{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    display: none;
}
#header-main.transparent .navbar .logo-transparent{
    display:block;
}
.navbar .logo-transparent{
    display: none;
}
#header-main.transparent .navbar .logo-color{
    display:none;
}

/*#nav-main{
    display: block;
    width: 100%;
    background-color: #EFEFEF;
    order: 1;
}
#nav-main ul {
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: left;
}
#nav-main li {
    display: block;
    margin: 0;
    padding: 10px;
    position: relative;
    width: auto;
}
#nav-main li a {
    color: #000000;
    opacity:0.5;
    font-family: Montserrat;
    font-size: 11.57px;
    font-weight: bold;
    letter-spacing: 1.82px;
    line-height: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}
    #nav-main .current-menu-item a, #nav-main .current-menu-parent a{
        opacity:1;
    }*/
    .navsearch{
        flex-grow: 1;
        text-align: right;
        /*padding:10px 20px;*/
        cursor: pointer;
    }
    .wpml-ls-menu-item .wpml-ls-flag {
        /* display: inline; */
        vertical-align: baseline;
        /* width: 18px; */
        /* height: 12px; */
    }





@media (min-width: 769px){
    .navbar {
        justify-content: space-between;
    }
    .container {
        max-width: 100%;
        padding-right: 85px;
        padding-left: 85px;        
    }
    #navbarleft{
        display:block;
        margin-top: 20px;
    }

    .navsearch{
        /* background: #E6AE17; */
        border-radius: 20px;
        width: 26px;
        height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #4D4D51;
    }
    #header-main.transparent .navbar .navsearch{
        background: transparent;
        color: #FFF;
    }
    .navsearch:hover{
        background: #F0CE74;
        color: #949497;        
    }
    .navsearch i{
        /* -webkit-text-stroke: 1px #E6AE17; */
    }
    #header-main.transparent .navbar .navsearch i{
        -webkit-text-stroke: 1px transparent;
    }    
    .navsearch:hover i{
        -webkit-text-stroke: 1px #F0CE74;       
    }    
    #nav-main{
        font-weight: 400;
        font-family: 'DinPro', sans-serif;
        margin: 0px 0px 0px 0px;
        /*display:flex !important;*/
        text-transform: uppercase;
        width:auto;
        background-color: #FFF;
        order:inherit;
        flex-grow: 1;
        /*overflow: inherit;*/
    }
    #nav-main ul    {
        margin: 0; padding: 0;
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    #nav-main li    {
        display: block;
        margin: 0 0px 0 22px;
        padding: 1px 0px 1px 0px;
        position: relative;
        width:auto;
    }
    #nav-main li:last-child  {
        margin-right:0px;
    }
    #nav-main .current-menu-item, #nav-main .current-menu-parent a{
        /*background-color: rgba(228,168,12,0.6);*/
    }

    #nav-main li a  {
        color: #4D4D51;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        opacity:1;
        border:0;
    }
   
    #header-main.transparent .navbar #nav-main li a{
        color: #FFF;
    }

    #nav-main .current-menu-item a, #nav-main .current_page_item a, #nav-main a:hover {
        color: #E6AE17 !important;
    }
    #nav-main ul ul {
        display: none;
        position: absolute;
        padding-top: 10px;
        padding-left: 0;
    }
    #nav-main ul ul li {
        float: none;
        min-width: 250px;
    }
    #nav-main ul ul li a {
        padding: 5px 15px;
    }
    #nav-main ul li:hover > ul {
        display: block;
    }
    #nav-main ul ul li ul {
        left: 150px;
        top: 0;
    }


    .doniraj-nav-main{
        /*padding: 3px 0px 3px 0px;*/
        padding-left: 14px;
        padding-right: 14px;
        border-radius: 3px;
        background: #E6AE17;
        border:0;
        color: #4D4D51 !important;
    }
    #nav-main li a.doniraj-nav-main:hover{
        color: #949497 !important;
        background: #F0CE74;
    }
    #nav-main li button.popup-menu-open-desktop:hover{
        background: #949497;
    }



    .popup-menu-open-desktop{
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.82px;
        line-height: 18px;
        opacity: 1;

        padding: 6px 12px 6px 12px;
        border-radius: 3px;
        background: #4D4D51;
        color: #FFF !important;

        text-decoration: none;
        text-transform: uppercase;

        border:0;
        outline: none !important;
    }

    #header-main.transparent .navbar .popup-menu-open-desktop{
        background: #FFF !important;
        color: #4D4D51 !important;
    }    






}
@media (min-width: 768px){
    #header-main {
        background: #fff;
        z-index: 999999;
        transition: all 0.1s !important;
        position: relative;
        top: 0;
    }
    #header-main.transparent {
        position: relative;
    }      
    .mobile{
        display:none !important;
    }
    .desktop{
        display:block !important;
    }
    .entry-content h2{
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 800;
        line-height: 29px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .entry-content h3{
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 800;
        line-height: 29px;
        margin-top: 20px;
        margin-bottom: 20px; 
    }
    .entry-content h4{
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 800;
        line-height: 29px;
        margin-top: 20px;
        margin-bottom: 20px;   
    }    
    #nav-mob-middle div{
        border:0 !important;
    }
    #nav-mob-middle ul{
        /*border-left: 1px solid #B8B8B9;*/
        padding-left: 21px;
    }
    #nav-mob-middle .row div::before{
        content: '';
        position: absolute;
        top:0;
        left:15px;
        width:1px;
        height:100%;
        background: #B8B8B9;
    }    
    #nav-mob li a{
        font-size: 16px;
        line-height: 20px;
    }    

    #footerb1::after, #footerb2::after, #footerb3::after, #footerb5::after {
        content: '';
        width:1px;
        height:100%;
        position: absolute;
        top:0;
        left:15;
        display: block;
        background: #B8B8B9;
    }
    #footerb1>div, #footerb2>div, #footerb3>div, #footerb5>div {
        margin-left: 15px;
    }
    #footerbs-line {
        height: 1px;
        background: #B8B8B9;
        margin-top: 15px;
    }
    #footerb4 {
        margin-bottom: 0;
    }    
    
}
@media (min-width: 1070px){
    #nav-mob-bottom{
        margin-top: initial;
    }    
    .navbar{
        padding: 40px 0px 20px;
    }
    #nav-mob-toggle, .doniraj-nav-main-mobile{
        display:none;
    }    
    .container {
        max-width: 100%;
    }
    #nav-main {
        display:block;
    }
    #nav-mob {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        background: #F4F4F4;
        height: 100vh !important;
    }  
    #nav-mob-inner {
        margin: 46px auto 89px;
        padding: 0 85px;
    } 

    /*custom breakpoint for popup menu items*/
    .d-custom-block {
        display: block !important;
    }
    .d-custom-flex {
        display: flex !important;
    }    
    .d-custom-none {
        display: none !important;
    }


    body.template-3 #main-content, body.template-4 #main-content{
        margin-top:-107px;
    }



}
@media (min-width: 1350px){
    .container {
        max-width: 1414px;
    }
    .sitedesc{
        display: block;
    }    
}



.sitewide-notice{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    padding: 10px;
    text-decoration: none !important;
    color: #4D4D51;

}
.sitewide-notice a{
    text-decoration: none !important;
    color: #4D4D51;    
}