/*
Theme Name: MF_Blog
Theme URI: https://www.manfridayit.co.uk
Author: ManFridayIT
Author URI: http://www.manfridayit.co.uk
Description: ManFriday Bootstrap theme for WP.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags:  two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats
Text Domain: manfridayit

*/


.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
 margin: 0 -15px 15px; 
 color:white;
 
}
.sidebar-module {
    font-size: 1.25em;
}
.sidebar-module ul li a {
	/*color:#69696b !important;*/
	}
	
@media screen and (max-width: 576px){
	.sidebar-module {	  
	  margin: 0 0 0 !important;
	}
}	
	
li .cat-item a{
	color:#69696b !important;
	}
.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 2.5rem;
  color:#fff !important;
}

 span .blog-post-title a {
	color:#69696b !important;
	}
	
.blog-post-meta {
  margin-bottom: 20px;
  color: #fff;
}



.blog-footer {
 /* padding: 40px 0;*/
  color: #999;
  /*text-align: center;*/
  background-color: #000;
 /* border-top: 1px solid #e5e5e5;*/
}
.blog-footer p:last-child {
  margin-bottom: 0;
}


.post_thumb img{
	width:100%;
	height:auto;
	margin-bottom: 8px;
} 
	
#clientMsgBox2{
	min-height:0px;
	max-height:450px; 
}
.comment-form input, .comment-form textarea{
	width:100%;
	padding:4px;
	border:#ccc solid 1px;
	margin-bottom:15px;
} 

.comments{
	border: #ccc solid 1px;
	padding:10px;
	margin-bottom:20px;
	margin-top:10px;
}
.comments h3,.comments h2{
	background:#79797a;
	color:#fff;
	padding:5px;
}

.comment-body{
	border:#ccc solid 1px;
	margin-bottom:10px;
	padding:20px 10px;
}

.comment-meta{
	background:#79797a;
	color:#fff;
	padding:10px;
	overflow:auto;
}

.comment-meta img{
	float:left;
	margin-right:10px;
}

.comment-meta a{
	color:#fff;
}

.comment-reply-link{
	background:#79797a;
	color:#fff;
	display:inline-block;
	padding:10px 15px;
}

.comment-form input, .comment-form textarea{
	width:100%;
	padding:4px;
	border:#ccc solid 1px;
	margin-bottom:15px;
} 
