/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.0
*/

@import url("../oshin/style.css");

#header-top-bar {
    background: #fff !important;
    color: #000 !important;
    border:0 !important;
}
.langIcons a {
    font-size: 12px !important;
    margin-left: 12px;
      
}
.langIcons img {
    vertical-align: middle;
    width: 15px;
        margin-right: 5px !important;
}



@media only screen and (max-width: 767px) {
.be-wrap {
    max-width: 400px !important; 
    margin: 0 auto;
}
	
	}


#navigation .current_page_item a, #navigation .current-menu-item>a {
	color: #000 !important;
}#navigation .current_page_item a:hover, #navigation .current-menu-item>a:hover {
	color: #175cb3 !important;
}

#pnlCookieNotice {
    background-color: #181818;
    position: fixed;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 50px;
    z-index: 9999;
}

#pnlCookieNotice > div {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

#pnlCookieNotice #lbtnCookiePolicy {
    color: #4384bf;
}

#pnlCookieNotice #lbtnAcceptCookies {
    color: #fff;
    background-color: #4384bf;
    border-radius: 5px;
    padding: 7px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}


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

    #pnlCookieNotice {
        height: 70px;
    }

    #globalPreloader {
        visibility: hidden;
    }
}

@media only screen and (max-width: 590px) {
    #pnlCookieNotice {
        height: 100px;
    }

    #pnlCookieNotice > div, #pnlCookieNotice #lbtnAcceptCookies {
        font-size: 12px;
    }
}




li.post-comments, .post-bottom-details, .be-themes-comments {
	display: none !important;
}

.like-button-wrap {
	display:none;
}



#header-controls-right {
    line-height: 100px !important;
}
#navigation {
    line-height: 110px !important;
}

.mobile-nav-controller-wrap {
    line-height: 20px;
}
.normal-logo,
.sticky-logo,
.dark-scheme-logo,
.light-scheme-logo {
    width: 130px;
    
}
.mobile-nav-controller-wrap {
    line-height: 105px !important;
}

.post-thumb {
    position: relative;
}

.post-thumb > div a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    bottom: 0;
    
    
background: rgb(55,98,174);
background: linear-gradient(0deg, rgba(55,98,174,1) 0%, rgba(0,212,255,0) 38%);
    
}

.blog-separator .separator {
    height: 1px !important;
}




.blog #content .be-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px !important;
    margin-top: 10px;
}

@media only screen and (max-width: 1279px) and (min-width: 960px) {
.blog #content .be-wrap {
    max-width: 100%;
    margin: 0 auto;
}
}

@media only screen and (max-width: 767px) {
.blog #content .be-wrap {
    max-width: 100% !important;
    margin: 0 auto;
}
}

#page-content {
    min-height: 680px;
}

