/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@media (max-width: 767px) {
img.custom-logo {
    height: 70px !important;
}

#site-logo #site-logo-inner a img {
    height: 70px !important;
}
    
i.fa.fa-bars {
    font-size: 26px !important;
    vertical-align: middle !important;
}
	
i.icon.before.fas.fa-user-circle {
    color: #f25a7e !important;
}
	
i.icon.before.fas.fa-envelope-open {
	color: #f25a7e !important;
}
    
span#cn-notice-text {
    text-align: center !important;
    margin-right: 0px !important;
    line-height: 1.5em !important;
    width: 100% !important;
    margin-top: 0px !important;
}

#mobile-fullscreen ul ul.sub-menu li a {
    font-size: 16px !important;
}
}

@media only screen and (min-width: 959px) { 
div#qlwapp {
    display: block;
}

.navigation li.megamenu-li.auto-mega .megamenu.col-2 {
    width: 580px;
}
    
span#cn-notice-text {
    text-align: center !important;
    margin-right: 0px !important;
    line-height: 1.5em !important;
    width: 100% !important;
    margin-top: 0px !important;
}
}

img.custom-logo {
    height: 85px;
}

#site-logo #site-logo-inner a img {
    height: 85px;
}

.is-sticky #site-header.fixed-scroll {
    z-index: 9999;
}

#site-header.center-header #site-navigation-wrap .middle-site-logo:hover img {
    -moz-opacity: 1 !important;
    -webkit-opacity:1 !important;
    opacity: 1 !important;
}

.navigation .megamenu>li>a.menu-link {
    font-size: 16px !important;
    font-weight: 400 !important;
}

a {
	outline: none !important;
}

a:focus {
	outline: none !important;
}

.elementor-slideshow__title {
    display: none !important;
}

a.posted-by__author {
    pointer-events: none;
}

a.post__date-link {
    pointer-events: none;
}

.elementor-post-navigation__separator {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

span#cn-notice-text {
    text-align: left;
    margin-right: 40px;
    line-height: 1.5em;
    width: 50%;
    margin-top: 15px;
}

span#cn-notice-text {
    display: contents;
}