/* global */
.blog-layout .category-name {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.blog-layout .post-item .post-detail {
	overflow: hidden;
}
.blog ul.pagination {
	border-style: hidden;
}
.blog-layout .blog-tags a, .blog-layout .blog-tags b {
	border-radius: 15px;
}
.more a.link_more1 {
	font-size: 14px;
	line-height: 22px;
	z-index: 1;
	text-decoration: underline;
}

.more a.link_more2 {
	line-height: 2.6em;
	border-radius: 6px;
	color: #272727;
	background: #f7f3f3;
	font-size: 98.5%;
	text-align: right;
	padding-left: 15px;
	font-weight: 400;
}
.more a.link_more2:after {
	content: '\f04b';
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: top;
	width: 1em;
	height: 2.6em;
	margin: 0 10px 0 .4em;
}

.more a.link_more2.red {
	line-height: 2.6em;
	border-radius: 10px;
	color: #ffffff;
	background: #b70000;
	font-size: 88.5%;
	text-align: right;
	padding-left: 14px;
	font-weight: 700;
}

.more a.link_more2.red:hover {
	background: #e40000;
}

.more a.link_more3 {
	font-size: 95%;
	font-weight: 600;
	letter-spacing: 0.2px;
	padding: 6px 10px 6px 10px;
	color: #f9f9f9;
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	border-radius: 5px;
	transition: all 0.2s;
	background-color: #444444;
	box-shadow: 5px 5px 6px #cecece;
}

.more a.link_more3:after {
	content: '\f061';
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: top;
	width: 1em;
	height: 1.3em;
	margin: 0 0px 0 0.4em;
}

.more a.link_more3:hover {
	background-color:#de2424;
	text-decoration: none;
	color: #FFF;
	transition: all 0.2s;
}
.more a.link_more3.blue:hover {
	background-color:#002fb5;
}

.more a.link_more3.green:hover {
	background-color:#00b56a;
}

.more a.link_more3.orange:hover {
	background-color:#e0a600;
}
.more {
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	flex: 1 1 0;
}

.more.more1 {
	padding-right: 40px;
	margin-bottom: 10px;
}

.more.more2 {
	padding-right: 40px;
	margin-bottom: 10px;
}

.more.more3 {
	padding-right: 40px;
	margin-bottom: 10px;
}

.blog-layout .blog-tags a {
	margin-left: 0;
	padding: 1px 6px 1px 6px;
	background-color: #f4f4f4;
	color: #333745;
	display: inline-block;
	margin-bottom: 5px;
	transition: all 0.2s;
}
.blog-layout .category-name span {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 11px;
	padding: 0px 3px;
	text-transform: uppercase;
}
.blog-layout .post-commercial span {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 11px;
	padding: 0px 3px;
	text-transform: uppercase;
}
.blog-layout .post-commercial {
	background-color: #dac900;
}
.blog-layout .post-wrapper {
	padding: 0;
}
.blog-layout .post-wrapper .icon-play-sign {
	font-size: 100px;
	margin-left: -46px;
	margin-top: -49px;
	color: #fff;
	top: 50%;
	left: 50%;
	position: absolute;
	line-height: 1;
	opacity: 0.7;
}

.blog-layout .post-item .social-panel {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 36px;
	opacity:0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: ease-in-out .2s all;
	-moz-transition: ease-in-out .2s all;
	transition: ease-in-out .2s all;

}


.blog-layout .post-item .social-panel.open-share {
	position: absolute;
	top: 50%;
	left: 40px;
	width: 36px;
	visibility: visible;
	opacity:1;
	-webkit-transition: ease-in-out .5s all;
	-moz-transition: ease-in-out .5s all;
	transition: ease-in-out .5s all;

}
.blog-layout .post-item .social-panel a.button {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	color: #434343;
	font-size: 17px;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	border: 0;
	padding: 10px 0;
	margin-bottom: 2px;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: ease-in-out .4s all;
	-moz-transition: ease-in-out .4s all;
	transition: ease-in-out .4s all;
}
.blog-layout .post-item .social-panel a.button:hover {
	color: #fff;
	background: #434343;
}
.blog-layout .post-item .post-detail .view-section .b-share {
	margin-left:10px;
}

.blog-content-module .loader,  .blog-content-module .no-posts {
	margin-bottom: 	20px;
	text-align: center;
}

.blog-container .blog-description {
	position: relative;
	overflow:hidden;
}
.blog-layout .post-item {
	position: relative;
}
.blog-layout .post-item .post-image {
	position: relative;
	display: block;
}
/* category menu*/
.blog-content-module .show-category-menu {
	position: relative;
	overflow: hidden;
	margin: 0;
	text-align: left;
	padding-inline-start: 0;
}
.blog-content-module li:first-child {
	position: relative;
	z-index: 2;
	margin: 0 18px 0 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 133.5%;
}

.blog-content-module li {
	float: left;
	display: block;
	margin: .4em 0 0 .8em;
	padding: 0 0 4px;
	font-size: 100%;
}
.blog-content-module li a {
	padding: 10px 0;
	position: relative;
}

.blog-content-module li:first-child a {
	border-bottom: 4px solid;
}

.blog-content-module .show-category-menu:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #eceff1;
}

/* category*/
.blog .blog-category-wrapper {
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #dcdcdc;
}

.blog .blog-category-wrapper h2 {
	position: relative;
	padding: 0 !important;
	font-size: 133.5%;;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
	float: left;
}

.blog .blog-category-wrapper h2 a {
	padding: 10px 0;
	position: relative;
	border-bottom: 4px solid;
}

.blog .blog-category-wrapper .heading:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #E4E4E4;
}
.blog .blog-category-wrapper .heading {
	display: table;
	clear: both;
	content: " ";
	width: 100%;
	position: relative;
	margin: 0 0 20px;
}

.blog .blog-category-wrapper span:after {
	content: '';
	display: block;
	clear: both;
}

.blog .blog-category-wrapper .blog-category-thumb {
	float: left;
	max-width: 10%;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	height: auto;
}
.blog .blog-category-wrapper .blog-category-description {
	font-weight: 300;
	margin-bottom: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 19px !important;
}
.blog .blog-category-wrapper .blog-category-description  p {
	margin: 1px;
	padding: 0;
}

/* author*/
.blog .blog-author-wrapper {
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #dcdcdc;
}

.blog .blog-author-wrapper h2 {
	position: relative;
	padding: 0 !important;
	font-size: 133.5%;;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
	float: left;
}

.blog .blog-author-wrapper h2 a {
	padding: 10px 0;
	position: relative;
	border-bottom: 4px solid;
}

.blog .blog-author-wrapper .heading:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #E4E4E4;
}
.blog .blog-author-wrapper .heading {
	display: table;
	clear: both;
	content: " ";
	width: 100%;
	position: relative;
	margin: 0 0 20px;
}

.blog .blog-author-wrapper span:after {
	content: '';
	display: block;
	clear: both;
}

.blog .blog-author-wrapper .blog-author-thumb {
	float: left;
	max-width: 10%;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	height: auto;
}
.blog .blog-author-wrapper .blog-author-description {
	font-weight: 300;
	margin-bottom: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 19px !important;
}
.blog .blog-author-wrapper .blog-author-description  p {
	margin: 1px;
	padding: 0;
}





/* post*/
span.p-like:before {
	content: '\f004';
	font-size: 13px;
}
span.p-view:before {
	content: '\f06e';
	font-size: 13px;
}

.post-media .video-container {
	position: relative !important;
	padding-bottom: 56.25% !important;
	padding-top: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.post-details .post-short-description,.post-details .post-description   {
	margin: 20px 0;
}
.post-page .social-panel  {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 50px;
	overflow: hidden;
}



.post-media  .post-photo-description  {
	background-color: rgba(0, 0, 0);
	color: rgb(250, 250, 250);
	padding: 10px;
	width: 100%;
}

.post-details .post-commercial  {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #dac900;
	padding: 5px;
	margin-bottom: 15px;
}

.post-details #post-gallery  {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
}

.post-details #post-gallery .item {
	position: relative;
	display: inline-block;
	transition: opacity .2s;
}

.author-info {
	padding: 15px;
	background-color: rgb(250, 250, 250);
}

.author-info .author-name {
	width: 100%;
	display: inline-block;
}

.author-info .author-avatar .avatar-rounded {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 1px solid #eeeeee;
	padding: 5px;
	box-shadow: 0 0 4px 2px #eeeeee;
	-webkit-box-shadow: 0 0 4px 2px #eeeeee;
	-moz-box-shadow: 0 0 4px 2px #eeeeee;
	-ms-box-shadow: 0 0 4px 2px #eeeeee;
}

.post-details #post-gallery .item .overlay-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	position: absolute;
	top: 0;
	left: 0;
	width: 100.1%;
	height: 100.1%;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.post-details #post-gallery .item .overlay-icon i {
	font-size: 24px !important;
	color: #fff;
	text-shadow: 2px 2px 5px #000000;
}
.post-details #post-gallery .item img {
	display: block;
}
.post-details #post-gallery .item .overlay-icon.overly-background {
	font-size: 16px !important;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
}
#post-gallery .ext-link .gallery-link {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 5px;
	background-color: rgba(0, 0, 0, 0.5);
}

.lg-sub-html {
	display: block !important;
}
/* default */
.post-page .blog-post .related-posts h3 {
	line-height: 1.388;
	margin: 0 0 .6em;
	padding-left: 1.4em;
	font-weight: 600;
}

.post-page .blog-post .related-products h3 {
	line-height: 1.388;
	margin: 0 0 .6em;
	padding-left: 1.4em;
	font-weight: 600;
	font-size: 95%;
}

.post-page .blog-post .related-products h3 a:hover, .post-page .blog-post .related-posts h3 a:hover {
	text-decoration: underline;
}

.blog-layout.blog-default .post-item.main {
	width: 100%;
	margin-bottom: 30px;
}
.blog-layout.blog-default .post-item.main .blogs_post .b-title  {
	text-align: left !important;
}
.blog-layout.blog-default .post-item.main .post-wrapper {
	display: inline-table;
	padding-bottom: 25px;
	border-bottom: 1px solid #efefef;
}
.blog-layout.blog-default .post-item.main .blogs_post .b-title h2 {
	padding: 0 !important;
	font-size: 230.5%;
	margin-bottom: 10px;
	text-align: left;
}
.blog-layout.blog-default .post-item.main .blogs_post .left-section {
	float: left;
	margin-right: 15px;
	position: relative;
}

.blog-layout.blog-default .post-item.main .post-detail {
	text-align: left;
	overflow: hidden;
}

.blog-layout.blog-default .post-item.main .post-detail .view-section {
	width: 100%;
	padding: 5px 0 5px 0;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	display: inline-block;
	font-size: 15px;
}

.blog-layout.blog-default .post-item.main .post-detail .inner_content .post-button {
	text-align: left;
	margin: 5px 0;
}
.blog-layout.blog-default .post-item.main .post-detail .inner_content .post-text {
	font-size: 130.5%;
}
.blog-layout.blog-default .post-item.main .post-detail .blog-categories, .blog-layout.blog-default .post-item.main .post-detail .bottom_content {
	font-size: 110.5%;
}
@media only screen and (max-width: 1024px)  {
	.blog-layout.blog-default .post-item.main {
		width: inherit;
		float: inherit;
	}

	.blog-layout.blog-default .post-item.main .post-detail {
		text-align: inherit;
		overflow: hidden;
	}
	.blog-layout.blog-default .post-item.main .blogs_post .left-section {
		float: unset;
	}
}
/******************************
Simple_list
*******************************/

.blog-layout.blog-simple-list .post-wrapper {
	display: inline-table;
}
.blog-layout.blog-simple-list .blogs_post .view-section   {
	width: 100%;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
.blog-layout.blog-simple-list .post-image img {
	width: auto;
	height: auto;
	float: left;
}

.blog-layout.blog-simple-list .post-item .post-detail {
	height: auto;
	text-align: left;
	padding: 0 !important;
}

.blog-layout.blog-simple-list .post-item.second .blogs_post .post-detail {
	background-color: transparent;
	padding-bottom: 0;
	min-width: 50%;
}

.blog-layout.blog-simple-list .post-item.second .blogs_post .b-title h2 {
	padding: 0 !important;
}

.blog-layout.blog-simple-list .post-item.main  {
	width: 100%;
}

.blog-layout.blog-simple-list .post-item.main .blogs_post .b-title  {
	text-align: left !important;
}
.blog-layout.blog-simple-list .post-item.main .blogs_post .social-panel.open-share {
	top: 50%;
	left: 70px;
}
.blog-layout.blog-simple-list .post-item.main .blogs_post .b-title h2 {
	font-size: 230.5%;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: left;
}
.blog-layout.blog-simple-list .post-item.main .blogs_post .post-text {
	font-size: 125.5%;
	line-height: 26px;
}

.blog-layout.blog-simple-list .post-item .social-panel {
	width: 230px;
	top: 100%;
	left: 40px;
}
.blog-layout.blog-simple-list .post-item .social-panel.open-share {
	top: 25%;
}
.blog-layout.blog-simple-list .post-item .social-panel a.button {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 10px;
}

.blog-layout.blog-simple-list .post-item.second .left-section {

	float: left;
	margin-right: 15px;
	position: relative;
}

.blog-layout.blog-simple-list .post-item .post-button {
	text-align: left;
}
.blog-layout.blog-simple-list .post-commercial {
	width: 75px;
	bottom: 8px;
	left: 8px;
	z-index: 31;
	position: absolute;
	border-radius: 8px;
	padding: 5px;
	box-shadow: 2px 2px 3px #0000007a;
}
.blog-layout.blog-simple-list .post-item .post_date_blog {
	padding: 0;
	margin: 0;
}
.blog-layout.blog-simple-list .post-item  .blogs_post.second .post_date_blog {
	font-size: 80%;
}
.blog-layout.blog-simple-list .post-item.second .post-wrapper {
	border-bottom: 1px solid #ECEFF1;
	padding-bottom: 20px;
}

@media only screen and (max-width: 760px)  {
	.blog-layout.blog-simple-list .post-item .blogs_post.second .left-section {
		width: 100%;
		float: inherit;
		margin-right: 0;
	}
	.blog-layout.blog-simple-list .post-item .blogs_post.second .post-detail {
		margin-left: 0;
	}
}




