
h1.site-title {
	color: #609930;
	font: normal 28px/28px texgyreadventorregular, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

h2.site-description {
	color: #000;
	font: normal 14px/14px Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

.blog-area {
	display: flex;
	flex-wrap: nowrap;
	float: left !important;
	width: 100%;
}

.blog-area .blog-col {
	flex-basis: 80%;
	padding-right: 30px;
	display: flex;
}

.blog-area .blog-side {
	flex-basis: 20%;
}

/* left column */

.blog-post {
	display: block;
	float: left;
	padding-bottom: 30px;
	width: 100%;
}


.blog-img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	
}

.blog-foot {
	float: left;
}

.readmore {
	background: #609930;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    margin: 10px 0 0 0;
    clear: both;
    display: block;
    text-align: center;
    transition: 0.4s all ease-in-out;
	white-space: nowrap;
	width: auto;
	margin: 0 auto;
	display: inline-block;
	float: right;
}
.readmore:hover {
	color: #000;
	transition: 0.4s all ease-in-out;
}
.blog-post .blog-title {
	color: #609930;
	margin: 20px 0 10px;
}

/* right column */


.blog-side .section-title {
	float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
}

ul.blog-list {
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
}

ul.blog-list li {
	position: relative;
	float: left;
	width: 100%;
	background: #609930;
	border-radius: 5px;
	margin-bottom: 3px;
}

.recent li {
	overflow: hidden;
}
.recent li a {
	width: auto !important;
}

ul.blog-list li a {
	color: /*#000*/#fff;
	float: left;
	width: 100%;
	padding: 7px;
    box-sizing: border-box;
    transition: 0.3s all ease-in-out;
}

ul.blog-list li a:hover {
	color: #000;
	transition: 0.3s all ease-in-out;
}

.tags li {
	width: auto !important;
    margin: 0 3px 0 0;
}
.share-link {
	border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin: 10px 10px 10px 0;
    padding: 8px 15px;
    width: auto;
    float: left;
    text-align: center;
    
}
.social-wrap a {
	transition: 0.3s all ease-in-out;
}
.social-wrap a:hover {
	color: #fff;
	opacity: 0.7;
	transition: 0.3s all ease-in-out;
}
.share-link i {
	float: left;
	margin-right: 10px;
	font-size: 16px;
}
.share-link.tw {
    background-color: rgb(29, 161, 242) !important;
}
.share-link.fb {
    background-color: rgb(59, 89, 152) !important;
}
.social-wrap {
	float: left;
	width: 100%;

}



@media (max-width: 768px){
	.blog-area {
		display: block;
	}
	.blog-col, .blog-side {
		float: left;
    	width: 100%;
	}
	.blog-area .blog-col {
		padding-right: 0;
		width: 100%;
	}
	.blog-post .readmore {
		width: auto;
	}
	.blog-side {
		width: 100%;
	}
}