#pagearea{
	margin-top: 50px;
}

#pagearea .container {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
@media screen and (max-width: 767px){
	#pagearea .container {
	display:block;
	}
}

.threebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.logo {
padding:20px 0;
}
.logo img{
height:99%;
width: 100%;
}

.logo h1, .logo p{
display:none;
}

.header {
-webkit-background-size:cover;
background-size:cover;
}
#sidebar aside.widget{
padding:10px;
}

#sidebar aside ul{
list-style: none;
}

#sidebar aside ul li{
    border-bottom: 1px dashed #dd9933;
}

#sidebar .search-form{
margin-bottom:25px;
}

.footerthumb{
    width: 100% !important;
    height: 100% !important;
}
.recent-post .footerthumb img {
border:none;
}

.post-thumb{
	float: none;
    height: 100%;
    width: 100%;
	display: flex;
	justify-content:center;
}

.post-thumb img{
	width: initial;	
}

.post-comment{
display:none;
}
.entry-content {
border-top: 2px dashed #dd9933;
padding-top:10px;
}

.ReadMore{
 float:right;
}