<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul , ol {
	list-style: none;
	padding: 0;
}

.blog-list .blog-post,.mgs-blog-lastest-posts  .block-content .default .item {
	float: left;

}
.blog-list{margin-left: -15px;margin-right: -15px;}
.mgs-blog-lastest-posts  .block-content .default {
	display: table;
	margin-left: -15px;
	margin-right: -15px;
}

.blog-list .blog-post .post-title {
	margin-top: 0;
	margin-bottom: 15px;
}
.blog-list .blog-post .post-info .published-by,
.blog-list .blog-post .post-info .posted-in,
.blog-list .blog-post .post-info .comment-link {
	display: table-cell;
	font-size: 12px;
	color: #c2c2c2;
}
.blog-list .blog-post .post-info .published-by {
	padding-right: 20px;
}
.blog-list .blog-post .post-info .comment-link {
	padding-left: 20px;
}
.blog-list .blog-post .post-content,
.blog-list .blog-post .post-tags,
.blog-post-view .blog-post .post-tags {
	margin-top: 20px;
}
.post-sharethis{margin-top: 10px;}
.blog-post-list-toolbar .limiter{display:none !important;}
.blog-post-view .post-info  {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 14px;
}
.blog-post-view .post-info  .published-by ,
.blog-post-view .post-info  .posted-in {
	display: table-cell;
}
.blog-post-view .post-info  .posted-in {
	text-align: right;
}
.post-sharethis .title {
	color: #222;
	font-weight: 700;
}
.comment-list .comment-list-container .name {
	margin-top: 0;
	margin-bottom: 8px;
}
.comment-list .comment-list-container .item {
	margin-bottom: 15px;
}
.sidebar .block-title {
	margin-bottom: 20px;
}
.sidebar .block-title strong {
	font-size: 18px;
    font-weight: 300;
}
.sidebar .block-blog-posts .post-list .item {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
	
}
.sidebar .block-blog-posts .post-list .item .post-img img{
	width: 100px;
	height: auto !important;	
}
.sidebar .block-blog-posts .post-list .item:hover .post-img a{
		transform: rotateY(0);
	-moz-transform:rotateY(0);
	-webkit-transform:rotateY(0);
	-ms-transform: rotateY(0);
	
}
.sidebar .block-blog-posts .post-list .item .post-img a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #fff;
	color: #222;
	font-size: 14px;
	z-index: 2;
	position: absolute;
	transform: rotateY(90deg);
	-moz-transform:rotateY(90deg);
	-webkit-transform:rotateY(90deg);
	-ms-transform: rotateY(90deg);
	transition: all 0.4 ease;
	-moz-transition: all 0.4 ease;
	-webkit-transition: all 0.4 ease;
	-ms-transition: all 0.4 ease;
	bottom: 10px;
	right: 10px;
	text-align: center;
}
.sidebar .block-blog-posts .post-list .item .post-name  a{
	color: #222;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.sidebar .block-blog-posts .post-list .item .post-name  a:hover{color: #bddcda;}
.sidebar .block-blog-posts .post-list .item .post-name  p{
	font-size: 12px;
	
}
.sidebar .block-blog-posts .post-list .item  .post-img {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	position: relative;
	overflow: hidden;
	float: left;
}
.sidebar .block-blog-posts .post-list .item .post-name{
	display:inline-block;
	width: calc(100% - 100px);
	vertical-align: top;
}
.sidebar .block-blog-posts .post-list .item .post-name {
	padding-left: 15px;
}
.sidebar .block-blog-tags .tagcloud &gt; span{
	display: inline-block;
	background-color: #eee;
	border-radius: 4px;
	color: #888;
	font-size: 1em;
	margin-bottom: 8px;
	margin-right: 5px;
	padding: 5px 10px;
	
}
.sidebar .block-blog-tags .tagcloud &gt; span a{
	color: #888;
}
.sidebar .category-list .item {
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
	margin: 0;
}
.mgs-blog-lastest-posts  .block-content .item {
	text-align: center;
	padding: 0 15px;
}
.mgs-blog-lastest-posts  .block-content .item  .image {
	margin-bottom: 15px;
}
.mgs-blog-lastest-posts  .block-content .item .title {
	font-weight: 700;
}</pre></body></html>