/*
Theme Name: Elerning Blog Maya
Theme URI: https://www.maya.lk
Description: The Theme for Elerning Blog Maya
Author: TharinduH
Author URI: https://www.maya.lk
Version: 1.0
Tags:
*/


/* ADDED BY DANULA */
/* Hide Featured Image from the Article*/
.featuredImage{
	display:none !important;   
}
/* Paragraphs */
.single .contWrap p {
	font-size: 1.05em;
    line-height: 1.7;
    margin-bottom: 35px;
    color: #333;
}
/* Social Media Icons (Header & Footer) */
footer .socialWrap li a:hover {
	color:white
}
header .socialWrap li a:hover {
	color:black
} 
/* Increase the Space Between Sidebar & Container */
.mainContainerWrap { 
    padding-right: 5% !important;
}
/* Sidebar - Categories - Background Images (Change Opacity) */
.categoryItem a::before { 
    background: rgba(0, 0, 0, 0.4) !important;
} 
.categoryItem a span:first-child{
    /* background-color: #00000082; */
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3%;
    padding-right: 3%;
}
/* Author Box */
#author-bio-box{    
	margin-top: 40px !important;
    margin-bottom: 40px !important;
    background:white !important; 
}
#author-bio-box h3 { 
    color:black;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 1.05em;
}
#author-bio-box .bio-icon {
    margin-right:6px !important;
}
#author-bio-box h3 a {
	color:black !important;
}
#author-bio-box h3 a:hover {
	color:#f48120 !important;
} 
#author-bio-box .bio-gravatar img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.bio-description {
	font-size:1em !important;
}
/* Yllix Ads */
.wp-pagenavi {
	margin-bottom:40px !important
}
.socialShare {
	margin-bottom:40px !important;
}

#menu-main-menu {
	max-width: 100% !important;
}
