@keyframes move-vertical-hover {
	0% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(-35px)
	}
	50.1% {
		transform: translateY(35px)
	}
	100% {
		transform: translateY(0)
	}
}

@keyframes move-vertical-out {
	0% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(35px)
	}
	50.1% {
		transform: translateY(-35px)
	}
	100% {
		transform: translateY(0)
	}
}
@keyframes move-horizontal-hover {
	0% {
		transform: translateX(0)
	}
	50% {
		transform: translateX(-25px)
	}
	50.1% {
		transform: translateX(25px)
	}
	100% {
		transform: translateX(0)
	}
}
@keyframes move-horizontal-out {
	0% {
		transform: translateX(0)
	}
	50% {
		transform: translateX(25px)
	}
	50.1% {
		transform: translateX(-25px)
	}
	100% {
		transform: translateX(0)
	}
}


/* Admin Panel Code ***********************************************/
.blog-post-view .post-view .breadcrumbs,
.blog-post-view .post-view .post-meta,
.blog-post-view .post-view .post-categories,
.blog-post-view .post-view .blog-post-sticky-info {
	display: none;
}

.blog-post-view .post-holder {margin-top: 30px;}
/* END Admin Panel Code *******************************************/



/*Common*/
.page-layout-1column.blog-page .sidebar-additional,
.page-layout-1column-fullwidth.blog-page .sidebar-additional {
	display: none;
}
/*.blog-page .breadcrumbs,*/
.blog-page .page-title {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.page-layout-1column-fullwidth.blog-page .page-main {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-top: 30px;
}
.page-layout-1column-fullwidth.blog-post-view .page-main {
	padding: 40px 0 80px 0;
}
.page-layout-1column-fullwidth.blog-post-view .post-header,
.page-layout-1column-fullwidth.blog-post-view .post-bottom,
.page-layout-1column-fullwidth.blog-post-view .post-description .post-tags,
.page-layout-1column-fullwidth.blog-post-view .breadcrumbs {
	padding-left: 20px;
	padding-right: 20px;
}
.blog-page .column.main .post-view.narrow-post .breadcrumbs {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.mfblog-autoloader {
	text-align: center;
}
.mfblog-autoloader .action.primary {
	padding: 16px 30px;
	min-width: 200px;
	z-index: 1;
}
.mfblog-autoloader .posts-loader {
	display: none;
}
.post-view .post-gallery {
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.post-view .post-gallery .gallery-image-hld {
	margin: 0 14px 14px 0;
}
.post-view .related .post-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.post-view .related .post-list article {
	margin-bottom: 40px;
}
.post-view .related .post-list article .post-image-wrapper {
	margin-bottom: 22px;
}
.post-view .related .post-list article .post-title {
	font-size: 24px;
}
.post-view .post-bottom {
	padding: 0;
}
.post-view .post-bottom .related .products {
	margin-bottom: 60px;
}
.post-view .blog-post-sticky-info {
	background: #fff;
	display: none;
	position: absolute;
	z-index: 5;
	width: 50px;
	top: 0;
}
.post-view .blog-post-sticky-info._static {
	position: absolute;
	bottom: 0px;
	top: auto;
}
.post-view .blog-post-sticky-info._fixed {
	position: fixed;
}
.post-view .blog-post-sticky-info .social-share__content {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.post-view .blog-post-sticky-info .social-share__content a {
	margin: 0 auto;
}
.post-view .blog-post-sticky-info .progress-container {
	width: 3px;
	height: 70px;
	display: block;
	background: #edebeb;
	margin: 20px auto;
}
.post-view .blog-post-sticky-info .progress-counter {
	letter-spacing: 0;
	text-align: center;
	margin: 0;
	margin-bottom: 14px;
}
.post-view .blog-post-sticky-info .progress-bar {
	font-size: 14px;
	background-color: #000;
	width: 100%;
	display: block;
	height: 0;
}
.post-view .post-meta .social-share__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	margin-left: -7px;
}
.post-view .social-share__content a {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 36px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 34px;
	font-size: 16px;
	background: transparent;
	color: #000;
	overflow: hidden;
}
.post-view .social-share__content a i {
	-webkit-animation: move-vertical-out 0.25s;
	animation: move-vertical-out 0.25s;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	color: #000;
	font-size: 16px;
	line-height: 1;
}
.post-view .social-share__content a:hover i {
	-webkit-animation: move-vertical-hover 0.25s;
	animation: move-vertical-hover 0.25s;
	color: #ba977c;
}
.post-view .social-share__content a .athlete2-icon-twitter {
	font-size: 18px;
}
.post-view .social-share__content a span {
	display: none;
}
.post-view .image-caption {
	max-width: 65%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 1.4;
	opacity: 0.7;
	margin-top: 20px;
}
.post-view .breadcrumbs {
	padding: 0;
}
.post-view.narrow-post .post-tags,
.post-view.narrow-post .post-bottom .block.comments,
.post-view.narrow-post .post-bottom .post-nextprev-hld,
.post-view.narrow-post .post-header {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.post-view.narrow-post .narrow-content {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.post-view.narrow-post.narrow-post--p .post-text-hld > p {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.post-view.narrow-post.narrow-post--content .post-text-hld {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.post-view .breadcrumbs {
	margin-bottom: 60px;
}
.post-view .post-categories {
	display: block;
	margin-bottom: 15px;
}
.post-view .post-categories a {
	padding: 7px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
	text-transform: uppercase;
	background: #ba977c;
	color: #000;
}
.post-view .post-categories a:hover {
	background: #000;
	color: #fff;
}
.post-view h1.page-title {
	margin-left: -2px;
	margin-bottom: 35px;
	line-height: 1;
}
.post-view .post-ftimg-hld {
	text-align: center;
	margin-bottom: 35px;
}
.post-view .post-content {
	position: relative;
}
.post-view .post-text-hld p,
.post-view .post-text-hld {
	font-size: 16px;
	line-height: 1.8;
}
.post-view .post-meta {
	font-family: Arial, sans-serif;
	margin-bottom: 35px;
	margin-top: -10px;
}
.post-view .post-meta .addthis_toolbox {
	display: inline-block;
	vertical-align: middle;
}
.post-view .post-meta .addthis_toolbox a {
	margin-bottom: 0!important;
}
.post-view .post-meta a.item {
	line-height: 16px;
	padding: 2px 4px;
}
.post-view .post-meta a.item:hover {
	background-color: #000000;
	color: #ffffff;
}
.post-view .post-meta .item {
	margin-right: 8px;
	display: inline-block;
}
.post-view .post-meta .item a {
	line-height: 14px;
	padding: 2px 4px;
}
.post-view .post-meta .item a:hover {
	background-color: #000000;
	color: #ffffff;
}
.post-view .post-description {
	margin-bottom: 80px;
}
.post-view .post-nextprev-hld {
	margin-bottom: 80px;
}
.post-view .post-nextprev-hld .prev-link + .next-link {
	margin-top: 20px;
}
.post-view .post-nextprev-hld .nextprev-link {
	display: block;
}
.post-view .post-nextprev-hld .nextprev-link .h6 {
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
}
.post-view .post-nextprev-hld .nextprev-link .h3 {
	display: inline;
	font-size: 28px;
	line-height: 1;
	padding: 1px 8px;
	margin-left: -8px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.post-view .post-nextprev-hld .nextprev-link .h3 span {
	position: relative;
}
.post-view .post-nextprev-hld .nextprev-link:hover .h3 {
	color: #fff;
	background-color: #ba977c;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.post-view .post-tags {
	text-align: center;
	font-family: Arial, sans-serif;
	margin-top: 36px;
	display: block;
}
.post-view .post-tags a {
	line-height: 14px;
	padding: 7px 9px;
	font-size: 14px;
	display: inline-block;
	margin: 1px 5px 2px 0;
	background: #000;
	color: #fff;
	text-transform: capitalize;
}
.post-view .post-tags a:hover {
	background-color: #ba977c;
	color: #000;
}
.post-view .post-tags .label {
	display: none;
}
.post-view .block.comments {
	margin-bottom: 0;
}
.post-view .block.comments .fb-comments,
.post-view .block.comments .c-replyform form {
	padding: 40px;
	background: #f8f8f8;
}
.post-view .block.comments .fb-comments .c-btn-hld .input-box,
.post-view .block.comments .c-replyform form .c-btn-hld .input-box {
	margin-top: 24px;
}
.post-view .block.comments .fb-comments textarea + div.mage-error,
.post-view .block.comments .c-replyform form textarea + div.mage-error,
.post-view .block.comments .fb-comments input + div.mage-error,
.post-view .block.comments .c-replyform form input + div.mage-error {
	position: relative;
	top: -15px;
}
.post-view .block.comments .c-comment {
	border-top: 1px solid #e3e3e3;
	padding: 40px 0;
}
.post-view .block.comments .c-comment:last-child {
	padding-bottom: 0;
}
.post-view .block.comments .c-comment:first-child {
	border-top: none;
}
.post-view .block.comments .c-comment .c-replyform {
	margin-top: 30px;
}
.post-view .block.comments .c-comment .c-replyform button[type="submit"] {
	float: right;
}
.post-view .block.comments .c-comment .c-post {
	padding: 0 0 0 30px;
	border-left: 4px solid #ba977c;
}
.post-view .block.comments .c-comment .p-name {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}
.post-view .block.comments .c-comment .p-text {
	margin-bottom: 20px;
}
.post-view .block.comments .c-comment .p-actions {
	font-size: 13px;
	color: #a2a2a2;
}
.post-view .block.comments .c-comment .p-actions a {
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px 4px;
	margin-left: -4px;
	margin-right: 4px;
}
.post-view .block.comments .c-comment .p-actions a:hover {
	background: #000;
	color: #fff;
}
.post-view .block.comments .c-count {
	margin-bottom: 20px;
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}
.post-view .block.comments input,
.post-view .block.comments textarea {
	margin-bottom: 20px;
}
.post-view .block.comments textarea {
	height: 120px;
}
.post-view .block.comments button {
	margin-top: 10px;
}
.post-view .block.comments button[type="submit"] {
	padding: 18px 27px;
	min-width: 200px;
}
.post-view .block.comments .lr-hld {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.post-view .block.comments .lr-hld .right-hld,
.post-view .block.comments .lr-hld .left-hld {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}
.blog-page {
	/*
		  .column.main {
			  > .breadcrumbs{
				  padding: 0;
				  padding-bottom: 4px;
				  margin-bottom: 40px;
			  }
			  > .breadcrumbs + .page-title-wrapper{
				  margin-top: -40px;
			  }
		  }*/
}
.blog-page .sidebar .widget.block {
	border: none;
	padding: 0 20px;
	margin-bottom: 15px;
	background-color: #f8f8f8;
	position: relative;
}
.sidebar-additional .block:before {
	content: '';
	height: 6px;
	width: 100%;
	background: #ba977c;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.blog-page .sidebar .widget.block:not(:last-child),
.blog-page .sidebar-additional .widget.block:not(:last-child) {
	margin-bottom: 15px;
}
.sidebar-additional .block .block-title {
	margin: 0;
	padding: 26px 0 17px;
	text-align: left;
}
.sidebar-additional .block .block-title > strong {
	font-size: 2rem;
	font-weight: 800;
	text-align: left;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
.sidebar-additional .block.block-categories {
	/*color: #adadad;*/
}
.sidebar-additional .block.block-categories ul {
	margin: 0;
	padding: 0;
	list-style: none none;
	padding-bottom: 20px;
}
.sidebar-additional .block.block-categories ul li {
	margin-bottom: 0;
}
.sidebar-additional .block.block-categories ul ul {
	padding: 0;
	padding-left: 10px;
}
.sidebar-additional .block.block-categories li a {
	margin-left: -5px;
	margin-right: -5px;
	padding: 5px 8px 5px;
	display: inline-block;
	line-height: 16px;
	margin-right: 1px;
	text-transform: capitalize;
}
.sidebar-additional .block.blog-custom {
	padding: 22px 20px;
}
.sidebar-additional .block.block-rss .block-title {
	padding: 26px 0 23px;
}
.sidebar-additional .block.block-tagclaud a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding: 6px 9px 5px;
	margin: 1px 0 2px;
	display: inline-block;
	background-color: #000000;
	color: #fff;
}
.sidebar-additional .block.block-tagclaud a:hover {
	background-color: #ba977c;
	color: #000;
}
.sidebar-additional .block.block-tagclaud .tagclaud-hld {
	padding-bottom: 20px;
}
.sidebar-additional .block.block-recent-posts .item > a {
	margin-left: -5px;
	margin-right: -5px;
	padding: 5px 8px 5px;
	display: inline-block;
	line-height: 16px;
	margin-right: 1px;
	text-transform: capitalize;
	margin-bottom: 4px;
}
.sidebar-additional .block.block-recent-posts .item > a.with-image {
	margin-top: 10px;
}
.sidebar-additional .block.block-recent-posts .item.with-image {
	margin-bottom: 20px;
}
.sidebar-additional .block.block-recent-posts .item.with-image:last-child {
	margin-bottom: 0;
}
.sidebar-additional .block.block-recent-posts .post-image a {
	line-height: 0;
	display: block;
	margin-bottom: 5px;
}
.sidebar-additional .block.block-recent-posts .post-item-date {
	font-size: 13px;
	opacity: 0.7;
	margin-left: 4px;
}
.sidebar-additional .block.block-archive .item a {
	margin-left: -5px;
	margin-right: -5px;
	padding: 5px 8px 5px;
	display: inline-block;
	line-height: 16px;
	margin-right: 1px;
	text-transform: capitalize;
}
.sidebar-additional .block.blog-search .block-content {
	padding-top: 20px;
	padding-bottom: 24px;
}
.sidebar-additional .block.blog-search .block-content form {
	position: relative;
}
.sidebar-additional .block.blog-search .block-content .actions {
	position: absolute;
	top: 0;
	right: 0;
}
.sidebar-additional .block.blog-search .input-text {
	height: 38px;
	border: none;
	border-bottom: 2px solid #c6c6c6;
	background-color: transparent;
	transition: all .4s;
}
.sidebar-additional .block.blog-search .input-text:hover {
	border-color: #000000;
	transition: all .4s;
}
.sidebar-additional .block.blog-search .block-content .actions button {
	width: 38px;
	height: 38px;
	background: none;
	padding: 0;
	border: none;
}
.sidebar-additional .block.blog-search .block-content .actions button:after {
	background: none;
	border: none;
}
.sidebar-additional .block.blog-search .block-content .actions button:before {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../../images/search-black.svg) no-repeat center center;
	content: '';
	background-size: 28px;
	border: none;
}
.sidebar-additional .block.blog-search .block-content .actions button span {
	display: none;
}
.sidebar-additional .block.blog-search .field.search .label {
	display: none;
}
.post-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 30px;
}
.post-list article {
	margin-bottom: 40px;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.post-list .social-share__content {
	display: inline-block;
	vertical-align: middle;
}
.post-list .social-share__content a {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	display: inline-block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.post-list .social-share__content a i {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	color: #c7c7c7;
	font-size: 16px;
	line-height: 1;
}
.post-list .social-share__content a:hover i {
	color: #000;
}
.post-list .social-share__content a .athlete2-icon-twitter,
.post-list .social-share__content a .athlete2-icon-facebook {
	height: 24px;
	opacity: 0.4;
	transition: all 0.4s ease-in-out;
}
.post-list .social-share__content a .athlete2-icon-twitter:hover,
.post-list .social-share__content a .athlete2-icon-facebook:hover {
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
 .athlete2-icon-twitter:before {
	display: inline-block;
	content: '';
	width: 24px;
	height: 24px;
	background: url(../../images/icn-tw.svg) no-repeat center center;
	background-size: 21px;
}
.athlete2-icon-facebook:before {
	display: inline-block;
	content: '';
	width: 24px;
	height: 24px;
	background: url(../../images/icn-fb.svg) no-repeat center center;
	background-size: 10px;
}


.post-list .social-share__content a span {
	display: none;
}
.post-list.blog-style-classic .post-title {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1;
	margin-left: -10px;
	margin-bottom: 0;
}
.post-list.blog-style-classic .post-title a {
	display: inline-block;
	padding: 7px 9px 7px;
	text-decoration: none;
}
.post-list.blog-style-classic .post-image-wrapper {
	position: relative;
	margin-bottom: 20px;
}
.post-list.blog-style-classic .post-image-wrapper .post-date {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}
.post-list.blog-style-classic .post-content {
	margin-left: 97px;
}
.post-list.blog-style-classic .post-description {
	margin-top: 14px;
	padding-left: 1px;
}
.post-list.blog-style-classic .post-meta {
	margin-left: -3px;
	margin-top: 7px;
}
.post-list.blog-style-classic .post-meta a {
	line-height: 16px;
	text-transform: capitalize;
}
.post-list.blog-style-classic .post-meta .item {
	display: inline-block;
}
.post-list.blog-style-classic .post-date {
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 13px;
	width: 74px;
	height: 74px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}
.post-list.blog-style-classic .post-date .day {
	padding-top: 12px;
	margin-bottom: 1px;
	display: block;
	font-size: 34px;
	letter-spacing: -1px;
	font-weight: 800;
}
.post-list.blog-style-classic .post-date .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	color: #fff;
}
.post-list.blog-style-classic .post-date .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 2;
	top: -100%;
	background-color: #ba977c;
	color: #000;
}
.post-list.blog-style-classic article:hover .post-date .inner {
	top: 100%;
}
.post-list.blog-style-classic article:hover .post-date .hover {
	top: 0;
}
.post-list.blog-style-classic article:hover .post-title a {
	color: #fff;
	background: #000;
}
.post-list.blog-style-modern article .post-title {
	font-size: 28px;
	margin-bottom: 16px;
	margin-top: 0;
}
.post-list.blog-style-modern article.date-above-image .post-meta .post-posed-date {
	display: none;
}
.post-list.blog-style-modern article .post-image-wrapper {
	position: relative;
	overflow: hidden;
}
.post-list.blog-style-modern article .post-image-wrapper .post-posed-date {
	font-size: 14px;
	background: #000;
	color: #fff;
	font-weight: 600;
	height: 36px;
	padding: 0 12px;
	position: absolute;
	bottom: 0;
	line-height: 36px;
	left: 0;
	letter-spacing: 0;
	text-transform: uppercase;
	z-index: 3;
}
.post-list.blog-style-modern article .post-categories {
	display: block;
	margin-bottom: 13px;
}
.post-list.blog-style-modern article .post-categories a {
	display: inline-block;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #fff;
	background: #ba977c;
	text-decoration: underline;
	text-transform: uppercase;
}
.post-list.blog-style-modern article .post-categories a:hover {
	background: #000;
	color: #fff;
}
.post-list.blog-style-modern article .post-links > .item {
	margin-right: 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	/*text-transform: uppercase;*/
	/*border-bottom: 2px solid transparent;*/
	padding-bottom: 4px;
	padding-top: 4px;
}
.post-list.blog-style-modern article .post-links > .item:hover {
	/*border-color: #ba977c;*/
}
.post-list.blog-style-modern article .post-meta {
	margin-bottom: 15px;
}
.post-list.blog-style-modern article .post-meta .item {
	margin-right: 8px;
	font-weight: 600;
}
.post-list.blog-style-modern article .post-meta .post-author {
	text-decoration: underline;
}
.post-list.blog-style-modern article .post-description {
	line-height: 24px;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .social-share__content a i,
.post-list.blog-style-modern.blog-list--overlay.white-style article .social-share__content a i,
.post-list.blog-style-modern.white-style article.post-style--above-image .social-share__content a i,
.post-list.blog-style-modern.blog-list--above-image.white-style article .social-share__content a i {
	color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .social-share__content a:hover i,
.post-list.blog-style-modern.blog-list--overlay.white-style article .social-share__content a:hover i,
.post-list.blog-style-modern.white-style article.post-style--above-image .social-share__content a:hover i,
.post-list.blog-style-modern.blog-list--above-image.white-style article .social-share__content a:hover i {
	color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-title,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-title,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-title,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-title {
	color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-title a,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-title a,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-title a,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-title a {
	color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-description,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-description,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-description,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-description {
	color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-description a,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-description a,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-description a,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-description a {
	color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-links,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-links,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-links,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-links,
.post-list.blog-style-modern.white-style article.post-style--overlay .post-meta,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-meta,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-meta,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-meta {
	color: #fff;
}
.post-list.blog-style-modern.white-style article.post-style--overlay .post-links a,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-links a,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-links a,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-links a,
.post-list.blog-style-modern.white-style article.post-style--overlay .post-meta a,
.post-list.blog-style-modern.blog-list--overlay.white-style article .post-meta a,
.post-list.blog-style-modern.white-style article.post-style--above-image .post-meta a,
.post-list.blog-style-modern.blog-list--above-image.white-style article .post-meta a {
	color: #fff;
}
.post-list.blog-style-modern.blog-list--image-top article .ox-expand__inner:before,
.post-list.blog-style-modern.blog-list--overlay article .ox-expand__inner:before,
.post-list.blog-style-modern article.post-style--above-image .ox-expand__inner:before,
.post-list.blog-style-modern article.post-style--overlay .ox-expand__inner:before {
	background: none;
}
.post-list.blog-style-modern article.post-style--above-image,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image,
.post-list.blog-style-modern.blog-list--overlay article.post-style--above-image,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child,
.post-list.blog-style-modern[class*="columns-"] article.post-style--above-image,
.post-list.blog-style-modern.blog-list--image-top[class*="columns-"] article.post-style--above-image,
.post-list.blog-style-modern.blog-list--overlay[class*="columns-"] article.post-style--above-image,
.post-list.blog-style-modern.blog-list--first-above-image[class*="columns-"] article:first-child {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
	-ms-flex: 0 0 calc(100% - 30px);
	flex: 0 0 calc(100% - 30px);
	max-width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	min-height: 630px;
}
.post-list.blog-style-modern article.post-style--overlay,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay,
.post-list.blog-style-modern.blog-list--overlay article {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
	-ms-flex: 0 0 calc(100% - 30px);
	flex: 0 0 calc(100% - 30px);
	max-width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	min-height: 400px;
}
.post-list.blog-style-modern article.post-style--overlay,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay,
.post-list.blog-style-modern.blog-list--overlay article,
.post-list.blog-style-modern article.post-style--above-image,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child,
.post-list.blog-style-modern.blog-list--above-image article {
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
	padding: 0;
}
.post-list.blog-style-modern article.post-style--overlay .post-content,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-content,
.post-list.blog-style-modern.blog-list--overlay article .post-content,
.post-list.blog-style-modern article.post-style--above-image .post-content,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
.post-list.blog-style-modern.blog-list--above-image article .post-content {
	position: relative;
	padding: 30px;
	max-width: 100%;
	z-index: 3;
}
.post-list.blog-style-modern article.post-style--overlay.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--overlay article.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern article.post-style--above-image.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child.date-above-image .post-meta .post-posed-date,
.post-list.blog-style-modern.blog-list--above-image article.date-above-image .post-meta .post-posed-date {
	display: inline;
}
.post-list.blog-style-modern article.post-style--overlay .post-title,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-title,
.post-list.blog-style-modern.blog-list--overlay article .post-title,
.post-list.blog-style-modern article.post-style--above-image .post-title,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-title,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-title,
.post-list.blog-style-modern.blog-list--above-image article .post-title {
	margin-bottom: 21px;
}
.post-list.blog-style-modern article.post-style--overlay .post-description,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-description,
.post-list.blog-style-modern.blog-list--overlay article .post-description,
.post-list.blog-style-modern article.post-style--above-image .post-description,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-description,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-description,
.post-list.blog-style-modern.blog-list--above-image article .post-description {
	margin-bottom: 22px;
}
.post-list.blog-style-modern article.post-style--overlay .post-image-wrapper,
.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-image-wrapper,
.post-list.blog-style-modern.blog-list--overlay article .post-image-wrapper,
.post-list.blog-style-modern article.post-style--above-image .post-image-wrapper,
.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-image-wrapper,
.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-image-wrapper,
.post-list.blog-style-modern.blog-list--above-image article .post-image-wrapper {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	margin: 0;
}
.post-list .post-image-cover img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
.post-list article {
	margin-bottom: 60px;
}
.post-list article .gradient-overlay {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0,0,0,0)), color-stop(60%, rgba(0,0,0,0.2)), to(rgba(0,0,0,0.8)));
	background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.8) 100%);
	z-index: 2;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0.7;
}
.post-list article:hover .gradient-overlay {
	opacity: 1;
}
.post-list article .post-image-wrapper {
	line-height: 0;
	display: block;
	margin-bottom: 34px;
}
.post-list article .post-description {
	margin-bottom: 19px;
}
.post-list article .post-description p:last-child {
	margin-bottom: 0;
}
.post-list article .post-title a {
	color: inherit;
}
.post-list article .post-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-list article .post-links > .item {
	margin-right: 20px;
}
.post-list article .post-links .addthis_toolbox {
	display: inline-block;
	vertical-align: middle;
}
.post-list.blog-style-modern.blog-list--above-image article {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
	-ms-flex: 0 0 calc(100% - 30px);
	flex: 0 0 calc(100% - 30px);
	max-width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}
.post-list.blog-style-modern.blog-list--overlay article {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
	-ms-flex: 0 0 calc(100% - 30px);
	flex: 0 0 calc(100% - 30px);
	max-width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.blog-widget-recent .post-list {
	margin-top: 0;
}
.blog-widget-recent .post-list article {
	margin-bottom: 40px;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article {
	margin-bottom: 25px;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article .post-categories {
	margin-bottom: 5px;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article .post-title {
	display: inline;
	font-size: 28px;
	line-height: 1;
	padding: 4px 8px;
	margin-left: -8px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article .post-title a,
.blog-widget-recent.ox-blog-widget__titles-only .post-list article .post-title span {
	position: relative;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article:hover .post-title {
	color: #fff;
	background-color: #000;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.blog-widget-recent.ox-blog-widget__titles-only .post-list article:hover .post-title a {
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.blog-widget-recent .blog-list--overlay.post-list article {
	min-height: 400px;
	margin-bottom: 30px;
}
.blog-widget-recent .blog-list--above-image.post-list article {
	min-height: 540px;
	margin-bottom: 30px;
}
.blog-widget-recent .post-list.blog-style-classic article:not(.no-image) .post-content {
	margin-left: 10px;
}
.blog-widget-recent .post-list.blog-style-classic .post-image-wrapper {
	position: relative;
}
.blog-widget-recent .post-list.blog-style-classic .post-image-wrapper .post-date {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-right: 0;
	display: block;
}

/*Mobile*/
@media (min-width: 320px) {
	.page-layout-1column-fullwidth.blog-page .page-main {
		padding-left: 30px;
		padding-right: 30px;
	}
	.page-layout-1column-fullwidth.blog-post-view .page-main {
		padding: 40px 0 80px 0;
	}
	.post-view .post-nextprev-hld .nextprev-link {
		max-width: 50%;
	}
	.post-view .post-nextprev-hld .prev-link {
		padding-right: 15px;
	}
	.post-view .post-nextprev-hld .prev-link + .next-link {
		padding-left: 15px;
	}
	.post-view .post-nextprev-hld {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.post-view .post-nextprev-hld .next-link {
		text-align: left;
	}
	.post-view .post-nextprev-hld .prev-link + .next-link {
		text-align: right;
		margin-right: 0;
		margin-top: 0;
	}
	.post-view .post-nextprev-hld .nextprev-link {
		max-width: 80%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
	}
	.data.item.content .related > .post-list {
		margin-top: 10px;
	}
	.post-list.columns-4 article.post-style--image-top,
	.post-list.columns-3 article.post-style--image-top,
	.post-list.columns-2 article.post-style--image-top {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.post-list.blog-list--image-top.columns-4 article,
	.post-list.blog-list--image-top.columns-3 article,
	.post-list.blog-list--image-top.columns-2 article {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.post-list.-list-view article {
		margin-bottom: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.post-list.-list-view article .post-image-wrapper,
	.post-list.-list-view article .post-content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		position: relative;
		width: 100%;
	}
	.post-list.-list-view article .post-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
		padding-left: 30px;
	}
	.post-list.-list-view article .post-title {
		margin-bottom: 0;
	}
	.post-list.-list-view article .post-image-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
		margin-bottom: 0;
	}
	.post-list.-list-view article .post-image-wrapper .post-posed-date {
		right: 0;
		left: auto;
	}
	.post-list.-list-view article .post-image-wrapper img {
		display: block;
		margin-left: auto;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.post-list.blog-style-modern article.post-style--image-left,
	.post-list.blog-style-modern.blog-list--image-left article {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.post-list.blog-style-modern article.post-style--image-left .post-image-wrapper,
	.post-list.blog-style-modern.blog-list--image-left article .post-image-wrapper,
	.post-list.blog-style-modern article.post-style--image-left .post-content,
	.post-list.blog-style-modern.blog-list--image-left article .post-content {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-ms-flex-direction: column;
		/*-ms-flex: 0 0 50%;*/
		/*-webkit-box-flex: 0;*/
		/*flex: 0 0 50%;*/
		/*max-width: 50%;*/
		position: relative;
		width: 100%;
	}
	/*.post-list.blog-style-modern article.post-style--image-left .post-content,*/
	/*.post-list.blog-style-modern.blog-list--image-left article .post-content {*/
	/*	padding-left: 60px;*/
	/*}*/
	.post-list.blog-style-modern article.post-style--image-left .post-image-wrapper,
	.post-list.blog-style-modern.blog-list--image-left article .post-image-wrapper {
		/*margin-bottom: 0;*/
		margin-bottom: 34px;
	}
	.post-list.blog-style-modern article.post-style--image-left .post-image-wrapper .post-posed-date,
	.post-list.blog-style-modern.blog-list--image-left article .post-image-wrapper .post-posed-date {
		right: 0;
		left: auto;
	}
	.post-list.blog-style-modern article.post-style--image-left .post-image-wrapper img,
	.post-list.blog-style-modern.blog-list--image-left article .post-image-wrapper img {
		display: block;
		margin-left: auto;
	}
	.post-list.blog-style-modern.blog-list--image-left article.post-style--image-top {
		display: block;
	}
	.post-list.blog-style-modern.blog-list--image-left article.post-style--image-top .post-content {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.post-list.blog-style-modern.blog-list--image-left article.post-style--image-top .post-image-wrapper {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 34px;
	}
	.post-list.blog-style-modern.blog-list--image-left article.post-style--image-top .post-image-wrapper img {
		margin-left: 0;
	}
	.post-list.blog-style-modern.blog-list--image-left article.post-style--overlay .post-image-wrapper,
	.post-list.blog-style-modern.blog-list--image-left article.post-style--above-image .post-image-wrapper {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		position: absolute;
	}
	.post-list.blog-style-modern article.post-style--overlay .post-content,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-content,
	.post-list.blog-style-modern.blog-list--overlay article .post-content,
	.post-list.blog-style-modern article.post-style--above-image .post-content,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
	.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
	.post-list.blog-style-modern.blog-list--above-image article .post-content {
		padding: 50px;
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 640px) {
	.post-view .block.comments .fb-comments,
	.post-view .block.comments .c-replyform form {
		padding: 30px;
	}
	.post-view .block.comments button,
	.post-view .block.comments button[type="submit"] {
		min-width: unset;
		width: 100%;
	}
	.post-view .block.comments .c-comment {
		padding: 35px 0;
	}
	.post-view .block.comments .c-comment .c-post {
		padding: 0 0 0 14px;
	}
	.post-list.blog-style-classic .post-content {
		margin-left: 10px;
	}
	.post-list.blog-style-classic .post-date {
		display: none;
	}
	.post-list.blog-style-classic .post-image-wrapper .post-date {
		display: block;
	}
	.post-list .post-image-wrapper img {
		width: 100%;
	}
}

/* */
@media (max-width: 1024px) {
	.blog-page .sidebar-additional {
		margin-top: 80px;
	}
	.post-list.columns-2.blog-style-classic .post-date,
	.post-list.columns-3.blog-style-classic .post-date {
		display: none;
	}
	.post-list.columns-2.blog-style-classic .post-content,
	.post-list.columns-3.blog-style-classic .post-content {
		margin-left: 10px;
	}
	.post-list.columns-2.blog-style-classic .post-image-wrapper .post-date,
	.post-list.columns-3.blog-style-classic .post-image-wrapper .post-date {
		display: block;
	}
}
@media (max-width: 768px) {
	.post-list.blog-style-modern.columns-3.blog-list--overlay article,
	.post-list.blog-style-modern.columns-2.blog-list--overlay article {
		-ms-flex: 0 0 calc(50% - 30px);
		-webkit-box-flex: 0;
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
	.post-list.blog-style-modern.columns-3 article.post-style--overlay,
	.post-list.blog-style-modern.columns-2 article.post-style--overlay {
		-ms-flex: 0 0 calc(50% - 30px);
		-webkit-box-flex: 0;
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
	.post-view.sticky-share-only .post-meta .social-share__content {
		display: none;
	}
	.blog-short-post .post-view.sticky-share-only .post-meta .social-share__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.page-layout-1column-fullwidth.blog-page .page-main {
		padding-left: 40px;
		padding-right: 40px;
	}
	.page-layout-1column-fullwidth.blog-post-view .page-main {
		padding: 40px 0 80px 0;
	}
}


/*Desktop*/
@media (min-width: 1025px) {
	.page-layout-1column-fullwidth.blog-page .page-main {
		padding-bottom: 80px;
		padding-top: 40px;
	}
	.post-list.blog-style-modern.blog-list--overlay.columns-3 article {
		-ms-flex: 0 0 calc(33.333333% - 30px);
		-webkit-box-flex: 0;
		flex: 0 0 calc(33.333333% - 30px);
		max-width: calc(33.333333% - 30px);
	}
	.post-list {
		margin-top: 30px;
	}
	.post-list.columns-3 article.post-style--overlay {
		-ms-flex: 0 0 calc(33.333333% - 30px);
		-webkit-box-flex: 0;
		flex: 0 0 calc(33.333333% - 30px);
		max-width: calc(33.333333% - 30px);
	}
	.post-list.columns-3 article.post-style--image-top {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.post-list.blog-list--overlay.columns-3 article,
	.post-list.blog-list--overlay.columns-3 article.post-style--overlay {
		-ms-flex: 0 0 calc(33.333333% - 30px);
		-webkit-box-flex: 0;
		flex: 0 0 calc(33.333333% - 30px);
		max-width: calc(33.333333% - 30px);
	}
	.post-list.blog-list--image-top.columns-3 article.post-style--image-top,
	.post-list.blog-list--image-top.columns-3 article {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.post-list article {
		margin-bottom: 60px;
	}
	.post-list.blog-style-modern article .post-image-wrapper .post-posed-date {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		font-size: 16px;
		height: 52px;
		padding: 0 19px;
		line-height: 52px;
		will-change: transform;
	}
	.post-list.blog-style-modern article:hover .post-image-wrapper .post-posed-date {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.post-list.blog-style-modern article.post-style--above-image .post-content,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
	.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
	.post-list.blog-style-modern.blog-list--above-image article .post-content {
		padding: 70px;
	}
	.post-list.blog-style-modern article.post-style--above-image .post-title,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-title,
	.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-title,
	.post-list.blog-style-modern.blog-list--above-image article .post-title {
		font-size: 48px;
	}
	.post-list.blog-style-modern article.post-style--overlay .post-content,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-content,
	.post-list.blog-style-modern.blog-list--overlay article .post-content {
		padding: 60px;
	}
	.post-list.blog-style-modern.columns-3 article.post-style--overlay .post-content,
	.post-list.blog-style-modern.columns-3.blog-list--image-top article.post-style--overlay .post-content,
	.post-list.blog-style-modern.columns-3.blog-list--overlay article .post-content {
		padding: 35px;
	}
	.post-view.narrow-post .wide-content,
	.post-view.narrow-post.narrow-post--content .wide-content,
	.post-view.narrow-post.narrow-post--p .wide-content,
	.post-view.narrow-post .narrow-content .wide-content,
	.post-view.narrow-post .wide,
	.post-view.narrow-post.narrow-post--content .wide,
	.post-view.narrow-post.narrow-post--p .wide,
	.post-view.narrow-post .narrow-content .wide {
		margin-left: -80px;
		margin-right: -80px;
	}
	.post-list {
		margin-top: 40px;
	}
	.post-list.columns-4 article.post-style--image-top {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.post-list.blog-list--image-top.columns-4 article {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.post-list article {
		margin-bottom: 80px;
	}
	.post-list.blog-style-modern article.post-style--overlay .post-content,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-content,
	.post-list.blog-style-modern.blog-list--overlay article .post-content,
	.post-list.blog-style-modern article.post-style--above-image .post-content,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
	.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
	.post-list.blog-style-modern.blog-list--above-image article .post-content {
		-webkit-transform: translateY(52px);
		transform: translateY(52px);
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
		will-change: transform;
	}
	.post-list.blog-style-modern article.post-style--overlay .social-share__content a,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .social-share__content a,
	.post-list.blog-style-modern.blog-list--overlay article .social-share__content a,
	.post-list.blog-style-modern article.post-style--above-image .social-share__content a,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .social-share__content a,
	.post-list.blog-style-modern.blog-list--first-above-image article:first-child .social-share__content a,
	.post-list.blog-style-modern.blog-list--above-image article .social-share__content a {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		will-change: transform;
	}
	.post-list.blog-style-modern article.post-style--overlay .post-links,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-links,
	.post-list.blog-style-modern.blog-list--overlay article .post-links,
	.post-list.blog-style-modern article.post-style--above-image .post-links,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-links,
	.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-links,
	.post-list.blog-style-modern.blog-list--above-image article .post-links {
		height: 30px;
		opacity: 0;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.post-list.blog-style-modern article.post-style--overlay:hover .social-share__content a,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay:hover .social-share__content a,
	.post-list.blog-style-modern.blog-list--overlay article:hover .social-share__content a,
	.post-list.blog-style-modern article.post-style--above-image:hover .social-share__content a,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image:hover .social-share__content a,
	.post-list.blog-style-modern.blog-list--first-above-image article:first-child:hover .social-share__content a,
	.post-list.blog-style-modern.blog-list--above-image article:hover .social-share__content a {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.post-list.blog-style-modern article.post-style--overlay:hover .social-share__content a:nth-child(1),
	.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay:hover .social-share__content a:nth-child(1),
	.post-list.blog-style-modern.blog-list--overlay article:hover .social-share__content a:nth-child(1),
	.post-list.blog-style-modern article.post-style--above-image:hover .social-share__content a:nth-child(1),
	.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image:hover .social-share__content a:nth-child(1),
	.post-list.blog-style-modern.blog-list--first-above-image article:first-child:hover .social-share__content a:nth-child(1),
	.post-list.blog-style-modern.blog-list--above-image article:hover .social-share__content a:nth-child(1) {
		-webkit-transition-delay: 50ms;
		transition-delay: 50ms;
	}
	.post-list.blog-style-modern article.post-style--overlay:hover .social-share__content a:nth-child(2),
	.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay:hover .social-share__content a:nth-child(2),
	.post-list.blog-style-modern.blog-list--overlay article:hover .social-share__content a:nth-child(2),
	.post-list.blog-style-modern article.post-style--above-image:hover .social-share__content a:nth-child(2),
	.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image:hover .social-share__content a:nth-child(2),
	.post-list.blog-style-modern.blog-list--first-above-image article:first-child:hover .social-share__content a:nth-child(2),
	.post-list.blog-style-modern.blog-list--above-image article:hover .social-share__content a:nth-child(2) {
		-webkit-transition-delay: 100ms;
		transition-delay: 100ms;
	}
	.post-list.blog-style-modern article.post-style--overlay:hover .post-content,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay:hover .post-content,
	.post-list.blog-style-modern.blog-list--overlay article:hover .post-content,
	.post-list.blog-style-modern article.post-style--above-image:hover .post-content,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image:hover .post-content,
	.post-list.blog-style-modern.blog-list--first-above-image article:first-child:hover .post-content,
	.post-list.blog-style-modern.blog-list--above-image article:hover .post-content {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.post-list.blog-style-modern article.post-style--overlay:hover .post-links,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay:hover .post-links,
	.post-list.blog-style-modern.blog-list--overlay article:hover .post-links,
	.post-list.blog-style-modern article.post-style--above-image:hover .post-links,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image:hover .post-links,
	.post-list.blog-style-modern.blog-list--first-above-image article:first-child:hover .post-links,
	.post-list.blog-style-modern.blog-list--above-image article:hover .post-links {
		opacity: 1;
	}
	.post-list.blog-style-modern article.post-style--overlay .post-content,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-content,
	.post-list.blog-style-modern.blog-list--overlay article .post-content {
		max-width: 100%;
	}
	.post-list.blog-style-modern article.post-style--above-image .post-content,
	.post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
	.post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
	.post-list.blog-style-modern.blog-list--above-image article .post-content {
		max-width: 60%;
	}
	.blog-widget-recent .post-list.blog-style-modern.blog-list--above-image article .post-content {
		max-width: 80%;
	}
	.blog-widget-recent .post-list.blog-style-modern.blog-list--overlay article .post-content {
		max-width: 100%;
	}
	.page-layout-2columns-left .post-list.blog-style-modern article.post-style--above-image .post-content,
	.page-layout-2columns-right .post-list.blog-style-modern article.post-style--above-image .post-content,
	.page-layout-2columns-left .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
	.page-layout-2columns-right .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
	.page-layout-2columns-left .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
	.page-layout-2columns-right .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
	.page-layout-2columns-left .post-list.blog-style-modern.blog-list--above-image article .post-content,
	.page-layout-2columns-right .post-list.blog-style-modern.blog-list--above-image article .post-content {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 1160px) {
	.post-list.blog-style-modern.columns-3 article.post-style--overlay .post-content,
	.post-list.blog-style-modern.columns-3.blog-list--image-top article.post-style--overlay .post-content,
	.post-list.blog-style-modern.columns-3.blog-list--overlay article .post-content {
		padding: 60px;
	}
	.post-view.narrow-post .wide-content,
	.post-view.narrow-post.narrow-post--content .wide-content,
	.post-view.narrow-post.narrow-post--p .wide-content,
	.post-view.narrow-post .narrow-content .wide-content,
	.post-view.narrow-post .wide,
	.post-view.narrow-post.narrow-post--content .wide,
	.post-view.narrow-post.narrow-post--p .wide,
	.post-view.narrow-post .narrow-content .wide {
		margin-left: -200px;
		margin-right: -200px;
	}
	.page-layout-2columns-left .post-list.blog-style-modern article.post-style--above-image .post-content,
	.page-layout-2columns-right .post-list.blog-style-modern article.post-style--above-image .post-content,
	.page-layout-2columns-left .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
	.page-layout-2columns-right .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
	.page-layout-2columns-left .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
	.page-layout-2columns-right .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
	.page-layout-2columns-left .post-list.blog-style-modern.blog-list--above-image article .post-content,
	.page-layout-2columns-right .post-list.blog-style-modern.blog-list--above-image article .post-content {
		max-width: 70%;
	}
	.page-layout-2columns-left .post-list.blog-style-modern.blog-list--image-left article.post-style--above-image .post-content,
	.page-layout-2columns-right .post-list.blog-style-modern.blog-list--image-left article.post-style--above-image .post-content {
		-ms-flex: 0 0 70%;
		-webkit-box-flex: 0;
		flex: 0 0 70%;
		max-width: 70%;
	}
}



@media only screen and (min-width: 640px) {
	.post-list.blog-style-modern article.post-style--image-left,
	.post-list.blog-style-modern.blog-list--image-left article {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.post-list.blog-style-modern article.post-style--image-left .post-image-wrapper,
	.post-list.blog-style-modern.blog-list--image-left article .post-image-wrapper,
	.post-list.blog-style-modern article.post-style--image-left .post-content,
	.post-list.blog-style-modern.blog-list--image-left article .post-content {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-ms-flex-direction: column;
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
		position: relative;
		width: 100%;
	}
	.post-list.blog-style-modern article.post-style--image-left .post-content,
	.post-list.blog-style-modern.blog-list--image-left article .post-content {
		padding-left: 60px;
	}
}
@media only screen and (min-width: 1025px){
	.blog-page .page-main {
		max-width: 1440px;
	}
	.blog-page.page-layout-2columns-right .column.main,
	.blog-page.page-layout-2columns-left .column.main {
		width: calc(100% - 320px);
	}
	.blog-page.page-layout-2columns-right .sidebar-additional,
	.blog-page.page-layout-2columns-left .sidebar-additional,
	.blog-page.page-layout-2columns-right .sidebar-main,
	.blog-page.page-layout-2columns-left .sidebar-main {
		width: 320px;
	}
	.blog-page.page-layout-2columns-right .sidebar-additional {
		padding-right: 0;
		padding-left: 50px;
		padding-top: 20px;
	}
}


.blog-page .widget-product-carousel .product-item-actions {display: none;}