/*
*
* Posts
*/
.post-classic {
	position: relative;
	text-align: left;
	color: #151515;
	background: #ffffff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
	z-index: 1;
}

.post-classic .post-classic-time {
	position: absolute;
	top: 6%;
	left: 5%;
}

.post-classic-2::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(54, 102, 138, 0.15) 0%, rgba(49, 89, 120, 0.33) 28%, rgba(41, 66, 88, 0.7) 76%, rgba(37, 54, 72, 0.85) 100%);
	pointer-events: none;
	z-index: 0;
}

.post-classic-2 .post-classic-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.post-classic-2 .post-classic-title {
	color: #ffffff;
}

.post-classic-figure {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: -1;
}

.post-classic-figure img {
	width: 100%;
	transform: none;
	will-change: transform;
	transition: all .25s ease;
}

.post-classic-time {
	padding: 1px 10px;
	font-size: 12px;
	line-height: 2;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	border-radius: 30px;
	color: #151515;
	background: #eeaf5e;
	z-index: 1;
}

.post-classic-content {
	padding: 6% 5%;
}

.post-classic-title {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .075em;
}

.post-classic-title a, .post-classic-title a:focus, .post-classic-title a:active {
	color: inherit;
}

.post-classic-title a:hover {
	color: inherit;
}

.post-classic-title a:hover {
	text-decoration: underline;
}

.post-classic-info {
	font-size: 16px;
	line-height: 1;
	letter-spacing: .05em;
	color: #777777;
}

.post-classic-info li + li {
	border-left: 1px solid #cccccc;
}

.post-classic-info a, .post-classic-info a:focus, .post-classic-info a:active {
	color: inherit;
}

.post-classic-info a:hover {
	color: #57a4e0;
}

.post-classic-comments > *,
.post-classic-author > *,
.post-classic-views > * {
	display: inline-block;
	vertical-align: middle;
}

.post-classic-comments .icon,
.post-classic-author .icon,
.post-classic-views .icon {
	font-size: 16px;
	margin-right: 8px;
}

.post-classic-author .icon {
	font-size: 18px;
}

@media (max-width: 575.98px) {
	.slick-news .post-classic {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.slick-news .post-classic-title {
		max-height: 68px;
		overflow: hidden;
	}
}

@media (min-width: 768px) {
	.post-classic-title {
		font-size: 18px;
	}
	.post-classic-content {
		padding: 8% 9%;
	}
	.post-classic .post-classic-time {
		top: 8%;
		left: 9%;
	}
}

@media (min-width: 992px) {
	.post-classic-content {
		padding: 7%;
	}
	.post-classic .post-classic-time {
		top: 7%;
		left: 7%;
	}
}

@media (min-width: 1200px) {
	.post-classic .post-classic-time {
		top: 10%;
		left: 13%;
	}
	.post-classic-content {
		padding: 10% 13%;
	}
}

@media (min-width: 992px) {
	.desktop .post-classic:hover .post-classic-figure img {
		transform: scale(1.1);
	}
}

.post-modern {
	position: relative;
	display: flex;
	text-align: left;
	background: #ffffff;
}

.post-modern-2 {
	color: rgba(255, 255, 255, 0.5);
}

.post-modern-2 .post-modern-badge {
	color: #eeaf5e;
}

.post-modern-2 .post-modern-title {
	color: #ffffff;
}

.post-modern-2 .post-modern-views .icon {
	color: inherit;
}

.post-modern-2 .post-modern-play-2 a, .post-modern-2 .post-modern-play-2 a:focus, .post-modern-2 .post-modern-play-2 a:active {
	color: #ffffff;
}

.post-modern-2 .post-modern-play-2 a:hover {
	color: #eeaf5e;
}

.post-modern-3 {
	color: #ffffff;
}

.post-modern-3 .post-modern-dummy::before {
	padding-bottom: 93.5%;
}

.post-modern-3 .post-modern-header,
.post-modern-3 .post-modern-footer {
	pointer-events: none;
}

.post-modern-3 .post-modern-header > *,
.post-modern-3 .post-modern-footer > * {
	pointer-events: auto;
}

.post-modern-3 .post-modern-footer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.post-modern-3 .post-modern-badge {
	color: #eeaf5e;
}

.post-modern-3 .post-modern-title {
	color: inherit;
}

.post-modern-3 .post-modern-title a:hover {
	text-decoration: underline;
}

.post-modern-3 .post-modern-views .icon {
	color: rgba(255, 255, 255, 0.5);
}

.post-modern-height {
	min-height: 100%;
}

.post-modern-height .post-modern-content {
	height: inherit;
}

.post-modern-quote .post-modern-content::before {
	position: absolute;
	content: '\201C';
	top: 3%;
	right: 6%;
	font-size: 100px;
	line-height: .88;
	font-weight: 500;
	color: #e1e1e1;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.post-modern-figure {
	display: block;
	overflow: hidden;
}

.post-modern-figure img {
	width: 100%;
	transition: all .3s ease;
	transform: none;
	will-change: transform;
}

.post-modern-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
}

@supports (object-fit: cover) {
	.post-modern-image {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.post-modern-header,
.post-modern-footer {
	padding: 5%;
}
.post-modern-content,
.post-modern-content-2,
.post-modern-horizontal,
.post-modern-body,
.post-modern-dummy {
	flex-shrink: 0;
	width: 100%;
}
.post-modern-content {
	position: relative;
	display: flex;
	padding: 5%;
	flex-direction: column;
	justify-content: space-between;
	pointer-events: none;
}

.post-modern-content > *:not(.post-modern-center) {
	pointer-events: auto;
}

.post-modern-center > * {
	pointer-events: auto;
}

.post-modern-content-2 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	pointer-events: none;
}
.post-modern-content-2 > * {
	pointer-events: auto;
}
.post-modern-dummy {
	pointer-events: none;
}
.post-modern-dummy::before {
	content: '';
	display: block;
	width: 0;
}
.post-modern-badge {
	display: inline-block;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #57a4e0;
}
.post-modern-title {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: .075em;
	color: #151515;
}
.post-modern-title a {
	color: inherit;
}
.post-modern-title a:hover {
	text-decoration: underline;
}
.post-modern-views {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
}
.post-modern-views > * {
	display: inline-block;
	vertical-align: middle;
}
.post-modern-views .icon {
	margin-right: 8px;
	font-size: 18px;
	color: rgba(21, 21, 21, 0.5);
}
.post-modern-time {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
}
.post-modern-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.post-modern-play-2 .icon {
	font-size: 30px;
	margin-left: -8px;
}
.post-modern-play-2 a, .post-modern-play-2 a:focus, .post-modern-play-2 a:active {
	color: #57a4e0;
}
.post-modern-play-2 a:hover {
	color: #eeaf5e;
}
.post-modern-center + .group-xmd,
.post-modern-title + .group-md,
.post-modern-center + .group-md {
	margin-top: 20px;
}

.post-modern-title + .group-xmd {
	margin-top: 16px;
}

.post-modern + .post-modern {
	margin-top: 30px;
}

.post-modern-horizontal + .post-modern-horizontal {
	margin-top: 30px;
}

@media (max-width: 575.98px) {
	.post-modern-3 .post-modern-title {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.post-modern-3 .post-modern-title + .group-md {
		margin-top: 10px;
	}
}

@media (min-width: 576px) {
	.post-modern-dummy::before {
		padding-bottom: 92.4%;
	}
	.post-modern-4 .post-modern-dummy::before {
		padding-bottom: 43.75%;
	}
	.post-modern-5 .post-modern-dummy::before {
		padding-bottom: 197%;
	}
}

@media (min-width: 1200px) {
	.post-modern-3 .post-modern-title {
		font-size: 24px;
		max-width: 400px;
		line-height: 1.25;
	}
	.post-modern-3 .post-modern-footer {
		min-height: 185px;
	}
	.post-modern-6 .post-modern-content {
		padding-top: 26px;
	}
	.post-modern-quote .post-modern-content::before {
		top: 14px;
		right: 18px;
		font-size: 150px;
	}
	.post-modern-header {
		padding: 42px 32px 12px;
	}
	.post-modern-footer {
		padding: 28px 32px 34px;
	}
	.post-modern-content {
		padding: 42px 32px 34px;
	}
	.post-modern-play-2 .icon {
		font-size: 48px;
		margin-left: -10px;
	}
	.post-modern-title {
		font-size: 18px;
	}
	.post-modern-views,
	.post-modern-time {
		font-size: 14px;
	}
}

@media (max-width: 575.98px) {
	.section-fluid .post-modern-3 .post-modern-dummy::before {
		padding-bottom: 125%;
	}
	.section-fluid .post-modern-5 .post-modern-figure {
		max-height: 215px;
	}
	.section-fluid .post-modern-horizontal {
		z-index: 1;
	}
	.section-fluid .post-modern-horizontal::before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(63, 73, 89, 0.5);
		z-index: 1;
	}
	.section-fluid .post-modern-horizontal .post-modern-figure {
		pointer-events: none;
	}
	.section-fluid .post-modern-horizontal .post-modern-figure img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-height: 100%;
		min-width: 100%;
		width: auto;
		height: auto;
		max-width: none;
		pointer-events: auto;
	}
	@supports (object-fit: cover) {
		.section-fluid .post-modern-horizontal .post-modern-figure img {
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			transform: none;
			object-fit: cover;
			object-position: center center;
		}
	}
	.section-fluid .post-modern-horizontal .post-modern-content {
		position: relative;
		z-index: 1;
	}
	.section-fluid .post-modern-horizontal .post-modern-badge {
		color: #eeaf5e;
	}
	.section-fluid .post-modern-horizontal .post-modern-title,
	.section-fluid .post-modern-horizontal .post-modern-views,
	.section-fluid .post-modern-horizontal .post-modern-time {
		color: #ffffff;
	}
	.section-fluid .post-modern-horizontal .post-modern-views .icon {
		color: inherit;
	}
	.section-fluid .post-modern-horizontal .unit-left {
		margin: 0;
	}
}

@media (min-width: 1200px) and (max-width: 1879px) {
	.section-fluid .post-modern-header,
	.section-fluid .post-modern-footer,
	.section-fluid .post-modern-content {
		padding: 5%;
	}
	.section-fluid .post-modern-horizontal {
		padding: 2% 4% 2% 2%;
	}
	.section-fluid .post-modern-quote .post-modern-content::before {
		top: 3%;
		right: 6%;
		font-size: 100px;
	}
}

@media (min-width: 1200px) and (max-width: 1799px) {
	.section-fluid .post-modern-3 .post-modern-footer {
		min-height: auto;
	}
	.section-fluid .post-modern-3 .link-play-classic {
		width: 90px;
		height: 90px;
	}
	.section-fluid .post-modern-3 .link-play-classic .icon {
		font-size: 30px;
		line-height: 90px;
	}
	.section-fluid .post-modern-horizontal .post-modern-figure img {
		width: 180px;
	}
	.section-fluid .post-modern-title {
		font-size: 16px;
	}
	.section-fluid .post-modern-views,
	.section-fluid .post-modern-time {
		font-size: 12px;
	}
}

.post-modern-horizontal {
	display: flex;
	align-items: center;
	padding: 0;
	text-align: left;
	background: #ffffff;
}
.post-modern-horizontal .unit {
	flex-grow: 1;
}
.post-modern-horizontal .unit > .unit-left {
	flex-basis: 37%;
}
.post-modern-horizontal .post-modern-content {
	padding: 12px 0 7px;
}
@media (min-width: 576px) {
	.post-modern-horizontal .post-modern-content {
		min-height: 100%;
	}
}
@media (min-width: 768px) {
	.post-modern-horizontal .post-modern-figure img {
		max-width: 170px;
	}
}
@media (min-width: 1200px) {
	.post-modern-horizontal .unit {
		margin-bottom: -20px;
		margin-left: -40px;
	}
	.post-modern-horizontal .unit > * {
		margin-bottom: 20px;
		margin-left: 40px;
	}
	.post-modern-horizontal .post-modern-content {
		padding: 17px 0 10px;
	}
	.post-modern-horizontal .post-modern-figure img {
		max-width: none;
	}
}
.bg-default .post-modern-horizontal,
.bg-default .post-modern {
	background: #f5f5f5;
}
.ie-10 .post-modern-horizontal .unit-body,
.ie-11 .post-modern-horizontal .unit-body,
.ie-edge .post-modern-horizontal .unit-body {
	width: 100%;
}

.post-creative {
	position: relative;
	text-align: center;
	padding: 10px 10px 0;
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.post-creative::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 10px;
	left: 0;
	background: #ffffff;
	z-index: -1;
}

.post-creative-figure {
	display: block;
	overflow: hidden;
}

.post-creative-figure img {
	width: 100%;
	transition: all .3s ease;
	transform: none;
	will-change: transform;
}

.post-creative-caption {
	padding: 20px 10px 30px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

.post-creative-title {
	line-height: 1.44;
	letter-spacing: .05em;
	text-transform: none;
}

.post-creative-panel {
	font-size: 14px;
	letter-spacing: .05em;
	color: #57a4e0;
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px;
}

.post-creative-panel > * {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.post-creative-panel > li {
	position: relative;
}

.post-creative-panel > li:not(:last-child)::after {
	position: absolute;
	content: '\\';
	top: 0;
	right: -6px;
}

.post-creative-panel a, .post-creative-panel a:focus, .post-creative-panel a:active {
	color: inherit;
}

.post-creative-panel a:hover {
	color: #151515;
}

* + .post-creative-panel {
	margin-top: 11px;
}

@media (min-width: 576px) {
	.post-creative {
		padding: 0;
	}
	.post-creative::before {
		bottom: 23px;
	}
	.post-creative-caption {
		padding: 26px 15px 34px;
		max-width: 95%;
	}
}

@media (min-width: 992px) {
	.post-creative-caption {
		max-width: 90%;
	}
}

@media (min-width: 992px) {
	.desktop .post-creative:hover .post-creative-figure img {
		transform: scale(1.1);
	}
}

.post-minimal {
	position: relative;
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	color: #151515;
}
.post-minimal-2 .post-minimal-title,
.post-minimal-2 .post-minimal-time {
	letter-spacing: .075em;
}
.post-minimal-figure {
	display: block;
}
.post-minimal-figure img {
	width: 100%;
}
.post-minimal-aside-link .post-minimal-figure img {
	max-width: 90px;
}
.post-minimal-title {
	letter-spacing: 0;
}
.post-minimal-title a, .post-minimal-title a:focus, .post-minimal-title a:active {
	color: inherit;
}
.post-minimal-title a {
	color: #151515;
}
.post-minimal-title a:hover {
	color: #57a4e0;
}
.post-minimal-time {
	letter-spacing: .025em;
	color: #777777;
}
* + .post-minimal-time {
	margin-top: 6px;
}
@media (min-width: 992px) {
	.desktop .post-modern:hover .post-modern-figure img {
		transform: scale(1.1);
	}
}
.context-dark .post-minimal-title, .bg-gray-dark .post-minimal-title, .bg-primary .post-minimal-title {
	color: #ffffff;
}
.context-dark .post-minimal-time, .bg-gray-dark .post-minimal-time, .bg-primary .post-minimal-time {
	color: #eeaf5e;
}
.footer-creative-2.context-dark .post-minimal-time, .footer-creative-2.bg-gray-dark .post-minimal-time, .footer-creative-2.bg-primary .post-minimal-time {
	color: #57a4e0;
}

* + .list-popular-post {
	margin-top: 30px;
}
.list-popular-post + p {
	margin-top: 32px;
}
.list-popular-post-item + .list-popular-post-item {
	margin-top: 20px;
}

.single-post h2 + .group-md {
	margin-top: 24px;
}
.single-post .group-md + p {
	margin-top: 30px;
}
.single-post p + p {
	margin-top: 24px;
}
.single-post-block-info {
	padding: 25px 35px;
	background: #f3f3f3;
	border-left: 1px solid #57a4e0;
}
.single-post-footer {
	padding: 25px 35px;
	background: #f3f3f3;
	border-bottom: 2px solid #57a4e0;
}
.single-post-social-list {
	color: #151515;
}
.single-post-social-list .icon {
	font-size: 22px;
}
.single-post-social-list a, .single-post-social-list a:focus, .single-post-social-list a:active {
	color: inherit;
}
.single-post-social-list a:hover {
	color: #57a4e0;
}
.single-post-title {
	font-size: 18px;
	line-height: 1.33;
	font-weight: 400;
	letter-spacing: .1em;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	color: #151515;
}
.single-post-title span {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin-right: 6px;
	border-radius: 50%;
	color: #ffffff;
	background: #57a4e0;
}
.single-post + * {
	margin-top: 60px;
}
.single-post-block-info + * {
	margin-top: 30px;
}
* + .single-post-block-info {
	margin-top: 30px;
}
* + .single-post-footer {
	margin-top: 50px;
}
* + .single-post-title {
	margin-top: 100px;
}
* + .single-post-img {
	margin-top: 30px;
}
.single-post-img + * {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.single-post {
		text-align: left;
	}
}

.aside-news .button {
	min-width: auto;
	padding: 10px;
}

.aside-news * + .button {
	margin-top: 0;
}

.aside-news-button {
	margin-bottom: -10px;
	margin-left: -10px;
}

.aside-news-button:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.aside-news-button > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

@media (max-width: 575.98px) {
	.aside-news .button {
		font-size: 12px;
		font-weight: 500;
	}
}

@media (min-width: 768px) {
	.aside-news {
		padding-left: 40px;
	}
	.aside-news .button {
		min-width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.aside-news-button {
		margin-bottom: -20px;
		margin-left: -10px;
	}
	.aside-news-button:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.aside-news-button > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 10px;
	}
}

@media (min-width: 992px) {
	.aside-news {
		padding: 0 25px;
	}
}

@media (min-width: 1200px) {
	.aside-news {
		padding: 0 75px;
	}
	.aside-news-button {
		margin-bottom: -26px;
		margin-left: -10px;
	}
	.aside-news-button:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.aside-news-button > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 26px;
		margin-left: 10px;
	}
}

@media (min-width: 1600px) {
	.aside-news .button {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.post-amy {
	color: #151515;
}

.post-amy-figure {
	display: block;
	text-align: center;
}

.post-amy-figure img {
	width: 100%;
}

.post-amy-title {
	font-size: 16px;
	line-height: 1;
	letter-spacing: .025em;
	font-weight: 400;
	text-transform: none;
}

.post-amy-title a:hover {
	color: inherit;
	text-decoration-line: underline;
	text-decoration-color: #6d6d6d;
}

.post-amy-info {
	transform: translate3d(0, -6px, 0);
	margin-bottom: -6px;
	margin-left: -15px;
	margin-right: -15px;
}

.post-amy-info > * {
	margin-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
}

.post-amy-info > li {
	position: relative;
}

.post-amy-info > li > * {
	display: inline-block;
	vertical-align: middle;
}

.post-amy-info > li .icon {
	font-size: 18px;
	color: #eeaf5e;
}

.post-amy-info > li > * + * {
	margin-left: 6px;
}

.post-amy-info > li + li::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -1px;
	width: 1px;
	height: 18px;
	background: #cccccc;
	transform: translate3d(0, -50%, 0);
}

.post-amy-info a, .post-amy-info a:focus, .post-amy-info a:active {
	color: inherit;
}

.post-amy-info a:hover {
	color: #57a4e0;
}

* + .post-amy-info {
	margin-top: 10px;
}

@media (max-width: 767.98px) {
	.post-amy {
		color: #ffffff;
	}
}

@media (min-width: 768px) {
	.post-amy-title {
		font-size: 18px;
	}
	.post-amy-figure {
		position: relative;
		overflow: hidden;
	}
	.post-amy-figure a {
		display: inline-flex;
		align-items: flex-end;
		justify-content: center;
		position: absolute;
		padding: 60px 20px 20px;
		top: -110px;
		right: -110px;
		height: 200px;
		width: 200px;
		color: #151515;
		background: #eeaf5e;
		transform: rotate(45deg);
		transition-duration: .3s;
	}
	.post-amy-figure a:hover {
		color: #ffffff;
		background: #57a4e0;
	}
	.post-amy-figure .icon {
		font-size: 30px;
		transform: rotate(-45deg);
	}
}

@media (min-width: 992px) {
	.post-amy-title {
		font-size: 24px;
	}
	* + .post-amy-info {
		margin-top: 20px;
	}
}

.tabs-post .post-amy-title {
	position: relative;
}

.tabs-post .post-amy-title::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #ffffff;
	transform: translate3d(150%, -50%, 0);
	transition: all .25s ease;
	visibility: hidden;
	opacity: 0;
}

@media (min-width: 768px) {
	.tabs-post .post-amy-title::before {
		border-width: 8px 10px 8px 0;
		border-color: transparent #eeaf5e transparent transparent;
	}
}

@media (min-width: 1200px) {
	.tabs-post .post-amy-title::before {
		left: -50px;
		border-width: 11px 14px 11px 0;
	}
}

.tabs-post .nav-link:hover + .post-amy .post-amy-title::before,
.tabs-post .nav-link.active + .post-amy .post-amy-title::before {
	transform: translate3d(0, -50%, 0);
	visibility: visible;
	opacity: 1;
}

@media (max-width: 767.98px) {
	.tabs-post .post-amy {
		opacity: .5;
	}
	.tabs-post .post-amy-title {
		color: #ffffff;
	}
	.tabs-post .post-amy-title:hover {
		text-decoration-color: #ffffff;
	}
}
