/*
Theme Name: Blog Child
Template: blog
*/

/* Add your custom CSS rules that overwrite the ones in the main Lens theme here */
header{
	margin-bottom:38px;
}
header .header{
	padding-top:15px;
	padding-bottom:15px;
}
header .nav--main > .menu-item > a,footer .nav--main > .menu-item > a{
	margin:0;
	padding:15px 24px;
	font-weight:bold;
}
header .nav--main a:hover,footer .nav--main a:hover{
	background:#f7f7f7;
}	
footer .nav--main li.current-menu-item a,footer .nav--main li.current_page_item a,.single-post header .nav--main #menu-item-357 a,
.single-post footer .nav--main #menu-item-363 a{
	color:#E95024;
}
.nav--social a[href*="facebook"]:before, .widget_nav_menu > div[class*="social"] a[href*="facebook"]:before{
	content: "";
}
.nav--social a[href*="pinterest"]::before, .widget_nav_menu > div[class*="social"] a[href*="pinterest"]::before{
	content: "";
}
header .site-header__menu .nav--social a{
	width:61px;
	margin-top:7px;
}
.site-title-image-small{
	display:none;
}
.header--small .site-title-image-small{
	display:block;
}
.header--small .site-title-image-small.site-title--image img{
	max-height:50px;
}
a{
	color:#d9471d;
}
a:hover,header .nav--main > .menu-item > a:hover,header .nav--main > .menu-item.current-menu-item > a,
header .nav--main > .menu-item.current_page_item > a,header.site-header__menu a:hover,
.article-archive .article__categories a:hover,.breadcrumbs a:hover,.widget a:hover,
.article__author-name a,a.article__comments-number:hover,.author__title a:hover{
	color:#E95024;	
}
.article-archive--quote blockquote:before{
	color:#E95024;
}
.load-more__button:hover,.comments_add-comment,.form-submit #comment-submit{
	background-color:#E95024;
}
.comments_add-comment:hover,.form-submit #comment-submit:hover{
	background-color:#d9471d;
}
footer.site-footer{
	margin:18px 0;
}
footer .navigation--footer{
	margin:0;
}
.blog-archive--masonry-full{
	padding:20px 0 0;
}
.infinite_scroll{
	padding-bottom:30px;
}
.grid__item .addthis_toolbox a{
	margin-bottom:0;
	height:40px;
}
.single-post .page-content{
	padding-top:0;
}
.article__featured-image img{
	margin-bottom:20px;
}
textarea{
	resize:none;
}
.widget_categories ul > li{
	width:100%;
}
.article-archive--masonry h3.article__title{
	font-size:18px;
	font-weight:600;
}
.article-archive--masonry header.article__header{
	margin-bottom:10px;
}
.article-archive .article__content p{
	color:#1a1919;
}
.article-archive .article__meta{
	margin:0;
}
.article-archive .article__categories{
	font-size:10px;
}
.article-single h1.article__title{
	font-size:24px;
	font-weight:600;
	margin-bottom:14px;
}
.article-single .separator{
	border-color:#eee;
}
.article-single .article__header{
	margin-bottom:20px;
}
.article-single .entry__meta--header{
	margin:20px 0 0;
}
.article-single .article__author-name .author,.article-single .author-box h4 a{
	text-transform:capitalize;
}
.article-single .add_this_list a{
	padding:2px !important;
}
.article-single div.addthis_toolbox a .at-icon-wrapper, .article-single div.addthis_toolbox a .at-icon-wrapper svg{
	height: 24px !important;
    width: 20px !important;
}
.article-single .article__comments-number{
	padding:0 7px;
}
.article-single .article__comments-number:before{
	border-width:8px 8px 0 0;
}
.article-single .article__comments-number:after{
	border-width:7px 7px 0 0;
}
.article-single .article__content p{
	color:#1a1919;
	margin-bottom:20px;
	font-size:15px;
}
.article-single .article__content h3{
	font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.article-single .meta-list .list-head{
	background:none;
	border:1px solid #d8d8d8;
	border-radius: 0;
	color: #b3b3b3;
}
.article-single .meta-list .list-head:hover{
	border:1px solid #e95024;
	background:#e95024;
	color:#fff;
}
.article-single .pixlikes-box{
	height:32px;
	padding:3px 6px;
}
.comments-area-title .comment-number.total{
	line-height:28px;
}
.comments-area .comments-area-title .comment-number{
	height:28px;
	width:28px;
}
a.comments_add-comment{
	border-radius:0;
}
.sidebar .widget__title{
	margin-bottom:12px;
}
.sidebar .widget_categories ul > li a{
	padding:5px 0;
}
#recent-comments-2 .widget__title{
	display:none;
}
.single-post .article__featured-image img{
	width:auto;
}
.sidebar span.readmore-text{
	color: #e95024;
    font-weight: bold;
	cursor:pointer;
	margin-right:10px;
}
.sidebar span.readmore-text:hover{
	color:#1a1919;
}
.sidebar span#showLess.readmore-text{
	color:#1a1919;
}
span#showLess.readmore-text:hover{
	color:#e95024;
}
.sidebar .widget_categories ul li, #showLess{
	display:none;
}
@media screen and (min-width:100px) and (max-width:736px){
	.header--small .site-header__branding .site-title--image img{
		max-height:0px !important;
		padding:0;
	}
}
#comments, #respond
{
    display: none;
}