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

/* Parent stylesheet should be loaded from functions.php not using @import */
.home .page-header{
	display: none;
}
.widget-oceanwp-contact-info .oceanwp-contact-text{
	color: #fff;
}
#main{
	min-height:100vh;
}
#randomposts p{
    margin-bottom:0;
	line-height: 1.2;
}
.top-bar-left{
    float:none;
    text-align: center;
}
.quotes-container{
	    max-width: 400px;
    float: left;
    display: none;
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%;
    height: 75px;
	text-align:center;
}
.left-sidebarad .e-con-inner{
	position: fixed;
    left: 0;
    width: 180px;
    top: 110px;
    z-index: 1;
}
.right-sidebarad .e-con-inner{
	position: fixed;
    right: 0;
    width: 180px;
    top: 110px;
    z-index: 1;
}
.category-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.category-item {
    padding: 20px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: rgba(149, 157, 165, .3) 0 8px 24px;
    position: relative;
    box-sizing: border-box;
    width: 30%;
    min-height: 250px;
}
.category-item .category-body{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.category-item .category-body h2{
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align:center;
}
.recent-kb-article{
    list-style-type:none;
}
.recent-kb-article li{
    margin-bottom:10px;
}
.recent-kb-article li a {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 5px;
}
#epkb-ml__row-2{
    display:none;
}
@media (min-width:640px){
	.quotes-container{
		display:flex;
	}
	#top-bar-wrap{
		display:none;
	}
}
@media (max-width:980px){
    
    .category-item{
       width: 47%; 
    }
}
@media (max-width:575px){
    .category-item{
       width: 95%; 
    }
    #epkb-ml__module-search #epkb-ml-search-classic-layout #epkb-ml-search-form{
        max-width:90% !important;
    }
}