.pld-like-dislike-wrap {
	margin-bottom: 0;
}
.pld-like-dislike-wrap.pld-custom img {
	max-width: initial;
	margin-right: 5px;
}
.pld-like-dislike-wrap .pld-common-wrap {
	min-width: initial;
	margin-right: 0;
	display: flex;
	align-items: center;
}
.post_footer .post_footer_bottom .post_activity span,
.pld-common-wrap > a.pld-like-dislike-trigger {
	display: flex;
	align-items: center;
	margin: 0;
}
.post_footer .post_footer_bottom .post_activity span.pld-count-wrap {
	margin-right: 0px !important;
}
/*.post_footer .post_footer_bottom .post_activity span img{
	margin-right: 5px;
}*/
.post_footer .post_footer_bottom .post_activity span {
	color: #8495a3;
	font-size: 12px;
	margin: 0;
}
.just_to_check {
	margin-bottom: 0;
}
.sidebar_wrapper .sidebar,
.megamenu,
.megamenu.active {
	transition: none;
}
.megamenu .container .megamenu_left:hover,
.megamenu .container .megamenu_left:hover::before {
	background-color: #e6f0fd;
}
.megamenu .container .megamenu_left,
.megamenu .container .megamenu_left::before,
.home_top_section .top_section_promo {
	transition: none !important;
}
.megamenu .container .megamenu_center li {
	font-weight: 700;
}
.megamenu .container .megamenu_center li span {
	background: #f6f9ff;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
}
.megamenu .container .megamenu_center li img {
	width: initial;
	height: initial;
	margin: auto;
}
.megamenu .container .megamenu_right .megamenu_right_wrapper:hover {
	background-color: #f5f7f8;
}
footer .footer_bottom .copyright p {
	color: #e6e9ec;
}

.sidebar_wrapper .sidebar .sidebar_item .current-archive h5 {
	color: #0e6aed !important;
}

.megamenu .container .megamenu_center li:hover span {
	background-color: #e6f0fd;
}
.posts-nav-vr {
	display: flex;
	align-items: center;
	position: relative;
}
.posts-nav-vr .pagination {
	margin-left: auto;
	max-width: 370px;
}
.show-more {
	cursor: pointer;
	position: absolute;
	left: 41%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	width: fit-content;
	color: #0e6aed;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0px;
	padding: 4px 8px;
	height: 32px;
	border: 1px solid #c3dafb;
}
.show-more svg {
	margin-right: 5px;
}
.sidebar_wrapper .sidebar ul {
	max-height: 600px;
	transition: 0.3s all;
}
.sidebar_item-tooltip {
	position: fixed;
	z-index: 100;
	background: rgba(45, 52, 59, 0.8);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	padding: 5px 8px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.sidebar_item-tooltip::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid rgba(45, 52, 59, 0.8);
	border-bottom: 6px solid transparent;
}
@media (min-width: 768px) {
	.sidebar_wrapper .sidebar.active ul {
		max-height: 0;
		margin-top: -15px;
	}
}

.sidebar_wrapper .sidebar.active h5 {
	white-space: nowrap;
}

.btn:hover {
	background: #1a5ade;
}
.post-type-archive-materials .article_content_section {
	overflow: hidden;
}
.article_content_section .events_list .events_item .events_item_content {
	transition: 0.3s all;
}
.article_content_section .events_list .events_item:hover .events_item_content {
	background: #e6f0fd;
}
.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post
	.small_post_img_wrapper {
	position: relative;
}
.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post
	.small_post_img_wrapper
	img {
	position: relative;
	z-index: 3;
	border-radius: 4px;
}

.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post:hover
	.small_post_img_wrapper::after {
	background: rgba(14, 162, 237, 0.35);
}
.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post
	.small_post_img_wrapper::after {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 4;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px;
	transition: 0.3s all;
}

.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post:hover
	.small_posts_title {
	color: #0e6aed;
}
.posts_section .posts_wrapper .big_post_wrapper .big_post_content,
.posts_section .posts_wrapper .big_post_wrapper .post_tags li,
.home_card_row .home_card .home_card_content,
.home_card_row .home_card .post_tags li {
	transition: all 0.3s;
}
.posts_section .posts_wrapper .big_post_wrapper:hover .big_post_content {
	background: #e6f0fd;
}
.posts_section .posts_wrapper .big_post_wrapper:hover .post_tags li {
	background: #86b5f8;
	color: #fff;
}
.posts_section .posts_wrapper .big_post_wrapper:hover .big_post_title {
	color: #0e6aed;
}
.home_card_row .home_card:hover .home_card_content {
	background: #e6f0fd;
}
.home_card_row .home_card:hover .home_card_title {
	color: #0e6aed;
}
.home_card_row .home_card:hover .post_tags li {
	background: #86b5f8;
	color: #fff;
}
@media (max-width: 767.98px) {
	.show-more {
		position: relative;
		left: initial;
		transform: none;
	}
	.posts-nav-vr {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: 36px;
		margin-bottom: 0;
	}
	.posts-nav-vr .pagination {
		margin-right: auto;
		margin-top: 48px;
		max-width: 100%;
	}
}
.sidebar_wrapper .sidebar .sidebar_item ul li.current-sub-archive a,
.sidebar_wrapper .sidebar .sidebar_item ul li.current-sub-archive span {
	color: #0e6aed;
}
.card-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.home_card,
.big_post_wrapper,
.small_post {
	position: relative;
}
.post_activity {
	position: relative;
	z-index: 6;
}
@media (min-width: 1360px) {
	.single .main section.article-header .article-title-wrapper,
	.single .main section.article-header .article-info-wrapper {
		max-width: 71% !important;
	}
}

.single:not(.single-forum) main .content {
	max-width: calc(1256px + 48px);
}
.single main .container {
	max-width: unset;
}
.mejs-overlay.mejs-layer.mejs-overlay-play {
	background: rgba(0, 0, 0, 0.59);
}
.mejs-overlay-button {
	background-image: url('./assets/images/ic_slow_motion_video_48px.svg') !important;
	background-repeat: no-repeat;
	width: 70px !important;
	height: 70px !important;
	background-position: center center !important;
}
