
/*--------------------------theme check----------------------------------*/
.logged-in.admin-bar .fixed-header .sticky-header{
    margin-top: 32px;
}
	
/*----------------------Default widget styling--------------------------*/
.widget ul li a{
	width:90%;
	display:inline-block;
	text-transform: capitalize;
}
.widget ul.children,.widget ul.sub-menu{
	padding:0px !important;
	
}
.widget ul.children > li,.widget ul.sub-menu > li{
	border-bottom:0px;
	margin-bottom:12px;
	margin-left:10px;
}
.widget select {
    max-width: 100%;
    width: 100%;
	border:1px solid #7d7d7c;
	padding:10px 15px;
}
.textwidget,.widget .tagcloud{
	padding:20px 0px;
}
.widget label{
	padding:15px 25px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.th-comment-list .children{
	margin-left:50px;
}
.widget_recent_comments ul li{
	padding:12px 0 12px 20px;
}

.footer-widget ul li a {
    color: #676767;
    width: 87%;
    text-align: left;
    display: inline-block;
	text-transform: capitalize;
}
.footer-widget ul li a:hover {
    color: #0fda6a;
}

nav.navigation.comment-navigation {
	overflow:hidden;
	margin-bottom:30px;
}
select option {
    color: #7b7b7b;
}
select {
    font-family: 'PT Sans', sans-serif;
    background: #ffffff;
    width: 100%!important;
    padding: 8px;
    color: #676767;
}

/*Comment Navigator */	
.nav-previous  a{    
    margin-right: 15px;
    border: 1px solid #cecece;
    padding: 8px;
	float:left;
	display:inline-block;
	max-width: 300px;

	}
.nav-next  a{
    border: 1px solid #cecece;
    padding: 8px;
    margin-right: 18px;
	display:inline-block;
    padding: 8px;
    float: right;
    max-width: 300px;
    }
.sidebar-page-container .comments-area {
	margin-bottom:90px;
}
.comment-navigation{margin-bottom:60px}
/*Comment Navigator */
/* Image Hover */
.blog-post .image-box {
	display:inline-block;
}
/* Image Hover */

.extra-class .extra-class .extra-class .comment-box{margin-left:50px}

@media only screen and (max-width: 767px){
	
.extra-class .extra-class .extra-class .comment-box{
    margin-left: 0px;
    }
}	
textarea{width:100%}
.lower-box .date a{margin:0px 2px}
#recentcomments .recentcomments{
    padding: 7px 0px;
    font-size: 16px;
}
#recentcomments .recentcomments a{
    width: 100%;
    text-align: left;
    display: block;
	padding-left: 0px;
}
#recentcomments .recentcomments a:before {
    position: absolute;
    content:none!important;
    left: 0px;
    background-color: none!important;
}
.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.alignwide {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}
.alignfull{
	width:100%;
}
.alignwide iframe{
	width:100%;
}
.wp-block-cover-image{
	width:auto;
}
.wp-block-gallery{
	padding-left:0px !important;
}
.wp-block-gallery li{
	list-style:none !important;
}
.no-comments {
    color: #525252;
    font-size: 16px;
    font-weight: 600;
}
 .post-date a{
    text-transform: capitalize;
}
.rss-date {
    display: inherit;
    color: #0fda6a;
    font-size: 17px;    
	padding-bottom: 5px;
}
 .rssSummary {
    font-size: 16px;
    margin-bottom: 10px;
}
.widget_rss cite{
	
	 font-size: 16px;
}
footer #recentcomments .recentcomments {
    padding: 0px 0px!important;
}