/*
	Theme Name: QT Blog Theme
	Theme URI: https://qtoffice.com
	Author: Unlocklive Team
	Author URI: http://unlocklive.com
	Description: QT Blog Simple Wordpress Theme.
	Version: 1.0
*/
.site-header{
	margin-bottom:50px;
}
.post-article{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #ccc;
}
.post-article a h2.post-title{
	text-decoration:none;
	color:#212121;
	margin:5px 0 15px;
}
.post-article a h2.post-title:hover{
	color:#555;
}
h2.post-title{
	font-size:24px;
	font-weight:bold;
}
.read-more a{
    background-color: #ea008c;
    border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 5px 15px;
}
.read-more a:hover{
	background-color:#F24BAC;
	text-decoration:none;
	color:#fff;
}
#sidebar h2{
	font-size:22px;
	font-weight:bold;
	margin: 5px 0 10px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.popular-post{
	margin-top:15px;
}
.widget.widget_recent_entries ul{
	padding:0px;
	margin:0px;
}
.widget.widget_recent_entries ul li{
	list-style:none;
	padding-bottom:10px;
}
.webber img {
    margin: 0px auto;
    width: 360px;
    margin-top: 30px;
}
#sidebar aside.widget {
    margin-bottom: 50px;
}

@media all and (min-width:280px) and (max-width:768px){
	.site-header {
		margin-bottom: 20px;
	}
	.top-banner img{
		margin-top:15px;
	}
}