/**
Theme Name: NAF
Author: C+C&Co
Author URI: https://www.cc-co.co/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: child-theme-astra
Template: astra
*/

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0,30px,0);
	}

	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(15px,0px,0);
	}

	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translate3d(10px,0px,0);
	}

	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

.fa, .fas {
	font-family: "Font Awesome 5 Pro" !important;
}

a:focus {
	outline: none;
}

a {
	text-decoration: none;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0px;
}

.elementor-heading-title b,
.elementor-heading-title strong {
	font-weight: 700;
}

.ecs-posts article > .elementor,
.ecs-posts article > .elementor > .elementor-top-section,
.ecs-posts article > .elementor > .elementor-top-section > .elementor-container {
	height: 100%;
}

.neue-haas {
	font-family: "neue-haas-grotesk-display", Sans-serif;
}

.acumin-pro {
/*	font-family: "acumin-pro", Sans-serif;*/
}

.acumin-pro-wide {
/*	font-family: "acumin-pro-wide", Sans-serif;	*/
}

.masking-vertical {
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.masking-vertical:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35%;
	z-index: 2;
	background: #ffffff;
}

.masking-vertical:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35%;
	z-index: 2;
	background: #ffffff;
}

.masking-horizontal {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.masking-horizontal:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 35%;
	z-index: 2;
	background: #ffffff;
}

.masking-horizontal:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 35%;
	z-index: 2;
	background: #ffffff;
}

body:not(.elementor-editor-active) .eprogramme-floating-nav {
	display: none;
}

.view-full-calendar {
	margin-top: 68px;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.event-terms-wrapper {
	display: flex;
}

.event-terms-wrapper .event-terms-group-label {
	flex-basis: 10%;
	font-weight: 700;
}

.event-terms-wrapper .event-terms-group {
	flex-basis: 90%;
}

.event-terms-wrapper .event-terms-item {
	font-size: 14px;
	line-height: 1em;
	font-weight: 700;
	border-radius: 12px;
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 12px;
	padding: 18px 16px;
	color: #653586;
	background: #8e8ba1;
	cursor: pointer;
	transition: all 0.3s ease;
}

.event-terms-wrapper .hex-default:hover,
.event-terms-wrapper .hex-default.active {
	background: #7BC9F1;
}

.event-wrapper {
	margin-left: -24px;
	margin-right: -24px;
}

.event-wrapper .event-item {
	width: 33.33333%;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 48px;
}

.event-wrapper .event-item > .elementor,
.event-wrapper .event-item > .elementor > .elementor-top-section,
.event-wrapper .event-item > .elementor > .elementor-top-section > .elementor-container {
	height: 100%;
}

.event-price-wrapper {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
}

.event-price-wrapper .event-price-item {
	text-align: center;
	flex: 1 1 0;
	gap: 8px;
    display: flex;
    flex-direction: column;
}

.event-price-wrapper .event-price-item:last-child {
	margin-bottom: 0px;
}

.event-price-wrapper .price-name {
	color: #F0609A;
	font-weight: 900;
	font-size: 18px;
	line-height: 1em;
}

.event-price-wrapper .price { 
	font-size: 18px;
	font-weight: 600;
	color: #653586;
}

.naf-button-wrapper .naf-button {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;	
}

.naf-button-wrapper .naf-button-link {
	display: inline-block;
}

.naf-button-wrapper .naf-button-icon {
	flex-grow: 0;
	line-height: 0;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	background: rgba(101, 53, 134, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.888em;
	position: relative;
	overflow: hidden;
	font-size: 22px;
	transition: all 0.3s ease;
}


.naf-button-wrapper .naf-button-icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #41B4AF;
	transform: scale(0);
	transition: all 0.3s ease;
	z-index: 1;
	border-radius: 50%;
}

.naf-button-wrapper .naf-button-text {
	font-weight: 500;    
    flex-grow: 0;
    font-size: 16px;
}

.naf-button-wrapper .naf-button-icon i {
	opacity: 1;
	transition: all 0.3s ease;
	z-index: 2;
	color: #ffffff;
}

.naf-button-wrapper .naf-button:hover .naf-button-icon i {
	opacity: 1;
}

.naf-button-wrapper .naf-button:hover .naf-button-icon:before {
	transform: scale(1);
}

.naf-carousel-wrapper .hidden-item-overlay-left, 
.naf-carousel-wrapper .hidden-item-overlay-right {
	opacity: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}

.naf-carousel-wrapper .naf-carousel-item {
	padding-left: 24px;
	padding-right: 24px;
}

.naf-carousel-wrapper .slick-track {
	display: flex !important;
	padding-bottom: 12px;
}

.naf-carousel-wrapper .slick-slide {
    height: inherit !important;
}

.naf-carousel-wrapper .slick-slide > div,
.naf-carousel-wrapper .slick-slide > div > .naf-carousel-item,
.naf-carousel-wrapper .slick-slide > div > .naf-carousel-item > .ast-article-single,
.naf-carousel-wrapper .slick-slide > div > .profile-item-wrapper,
.naf-carousel-wrapper .slick-slide > div > .profile-item-wrapper > .profile-item,
.naf-carousel-wrapper .slick-slide > .elementor,
.naf-carousel-wrapper .slick-slide > .elementor .elementor-top-section,
.naf-carousel-wrapper .slick-slide > .elementor .elementor-top-section > .elementor-container {
	height: 100%;
}

.naf-carousel-wrapper .hidden-item-overlay-left {
	left: 0;
	transform: translateX(-100%);
	background-image: linear-gradient(90deg, #ffffff 15%, #ffffff00 100%);
}

.naf-carousel-wrapper .hidden-item-overlay-right {
	right: 0;
	transform: translateX(100%);
	background-image: linear-gradient(-90deg, #ffffff 15%, #ffffff00 100%);
}

.naf-carousel > .slick-list {
	overflow: visible;
}

.naf-carousel-wrapper.hide_hidden_item .naf-carousel > .slick-list {
	overflow-x: clip;
}

.naf-carousel-content {
	height: 100%;
}

.naf-carousel .slick-dots {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 28px;
	line-height: 0;
	text-align: center;
}

.naf-carousel .slick-dots > li {
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}

.naf-carousel .slick-dots > li > button {
	text-indent: -9999999999px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #FDE4E1;
	padding: 0;
}

.naf-carousel .slick-dots > li > button:hover,
.naf-carousel .slick-dots > li.slick-active > button {
	background: #653586;	
}

.event-profiles .profile-item-wrapper {
	padding-left: 12px;
	padding-right: 12px;
}

.event-profiles .profile-item {
	display: flex;	
	border-radius: 30px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	height: 100%;
	min-height: 303px;
	background: #ffffff;
}

.event-profiles .profile-item .profile-thumbnail,
.event-profiles .profile-item .profile-info {
	flex-basis: 50%;
	position: relative;
}

.event-profiles .profile-item .profile-thumbnail .thumbnail {	
}

.event-profiles .profile-item .profile-thumbnail .thumbnail .masking-horizontal {
	display: none;
}

.event-profiles .profile-item .profile-thumbnail .thumbnail > img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 30px;
}

.event-profiles .profile-item .profile-info {
	display: flex;
	flex-direction: column;
}

.event-profiles .profile-item .profile-info .profile-info-top {
	height: 50%;
	flex-grow: 0;
	padding: 32px 24px 4px 24px;
	display: flex;
	align-items: flex-end;
}
.event-profiles .profile-item .profile-info .profile-info-bottom {
	height: 50%;
	flex-grow: 0;
	padding: 4px 24px 32px 24px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.event-profiles .profile-item .profile-info .profile-name {
	font-weight: 900;
	cursor: pointer;
	color: #653586;

}

.event-profiles .profile-item .profile-info .profile-role {
	font-weight: 600;
	margin-bottom: 24px;
}

.mfp-bg.profile-popup {
	opacity: 0.9;
}

.mfp-wrap.profile-popup {
	overflow-x: hidden;
	overflow-y: auto;
}

.mfp-wrap.profile-popup .mfp-container {
	padding: 0;
	display: flex;
	position: relative;
	height: auto;
}

.mfp-wrap.profile-popup .mfp-container:before {
	display: none;
}

.mfp-wrap.profile-popup .popup-content {	
	padding-left: 24px;
	padding-right: 24px;	
	padding-bottom: 80px;
	background: #FDE4E1;
	position: relative;
	min-height: 90vh;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100vh;
	transition: all 500ms ease;
}

.mfp-wrap.profile-popup.mfp-ready .popup-content {
	margin-top: 11vh;
}

.mfp-wrap.profile-popup.mfp-removing .popup-content {
	margin-top: 100vh !important;
}

.mfp-wrap.profile-popup .popup-divider-top > img {
	max-height: 64px;
    width: auto;
}

.mfp-wrap.profile-popup .popup-divider-top:before {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	height: 100%;
	width: 100%;
	z-index: 2;
	background: #DDDE3A;
	transform: translateX(-180px);
}

.mfp-wrap.profile-popup .popup-divider-top:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 100%;
	z-index: 2;
	background: #DDDE3A;
	transform: translateX(180px);
}

.mfp-wrap.profile-popup .popup-container {
	max-width: 888px;
	margin-left: auto;
	margin-right: auto;	
}

.mfp-wrap.profile-popup .profile-scroll-wrapper {
	overflow-y: hidden;
}

.mfp-wrap.profile-popup .popup-close {
	padding: 80px 0px 20px 0;
}

.mfp-wrap.profile-popup .popup-close .naf-button-wrapper {
	display: inline-block;
}

.mfp-wrap.profile-popup .profile-info-wrapper {
	display: flex;
	gap: 40px;
}

.mfp-wrap.profile-popup .profile-thumbnail {
	position: relative;
	flex-basis: 40%;
}

.mfp-wrap.profile-popup .profile-thumbnail img {
	border-radius: 16px;
	
}

.mfp-wrap.profile-popup .profile-info {
	flex-grow: 0;	
	flex-basis: 60%;
}

.mfp-wrap.profile-popup .profile-info p:last-child,
.mfp-wrap.profile-popup .profile-desc p:last-child {
	margin-bottom: 0;
}

.mfp-wrap.profile-popup .profile-name,
.mfp-wrap.profile-popup .profile-role {
	color: #653586;
}

.mfp-wrap.profile-popup .profile-name {
	margin-bottom: 20px;
}

.mfp-wrap.profile-popup .profile-role {
	margin-bottom: 32px;
}

.mfp-wrap.profile-popup .profile-role {
	font-size: 18px;
	font-weight: 600;
}

.mfp-wrap.profile-popup .post-button a {
	padding: 18px;
	max-width: 364px;
	width: 100%;
	font-size: 18px;
	font-weight: 900;
	color: #ffffff;
	background: #f0609a;
	text-transform: uppercase;
	transition: all .3s;
	border-radius: 12px;
	display: inline-block;
	text-align: center;
}

.mfp-wrap.profile-popup .post-button a:hover {
	background: #41B4AF;
}

.mfp-wrap.profile-popup .mCSB_scrollTools .mCSB_draggerContainer:before {
	content: '';
	width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-left: 7px;
    margin-right: 7px;
    background-color: rgba(0,0,0,.15);
    z-index: 1;
}

.mfp-wrap.profile-popup .mCSB_scrollTools .mCSB_dragger {
	z-index: 2;
}

.mfp-wrap.profile-popup .mCSB_scrollTools .mCSB_dragger_bar {
	background-color: #1D1743;
}

.mfp-wrap.profile-popup .mCSB_scrollTools .mCSB_draggerRail {
	display: none;
}

.naf-featured-post {
	background: #ffffff;
	display: flex;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
	min-height: 303px;
}

.naf-featured-post .naf-featured-post-thumbnail {
	flex-basis: 62.5%;
	position: relative;
}

.naf-featured-post .naf-featured-post-thumbnail .thumbnail .masking-horizontal {
	display: none;
}

.naf-featured-post .naf-featured-post-thumbnail .thumbnail > img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 30px;
}

.naf-featured-post .naf-featured-post-info-wrapper {
	flex-basis: 37.5%;
	display: flex;
	align-items: center;
	background: #ffffff;
}

.naf-featured-post .naf-featured-post-info {
	padding: 32px 40px;
}

.naf-featured-post .post-title {
	font-weight: 700;
	color: #653586;
	cursor: pointer;
	transition: all 300ms;
}

.naf-featured-post .post-title:hover {
	color: #41B4AF;
}

.naf-featured-post .post-content {
	font-weight: 400;
}

.naf-featured-post .post-content b,
.naf-featured-post .post-content strong {
	font-weight: 600;
}

.naf-featured-post .post-button {
	margin-top: 20px;
}

.naf-featured-post .post-button a {
	display: inline-block;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	color: #ED6942 !important;
	border-radius: 8px;
	padding: 16px;
	transition: all 300ms ease;
	border: 1px solid #ED6942;	
}

.naf-featured-post .post-button a:hover {
	background: #ED6942;
	color: #ffffff !important;
}

.event_loop_terms {
	margin-left: -4px;
	margin-right: -4px;
}

.event_loop_terms .event-terms-item {
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	border-radius: 12px;
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding: 12px;
	color: #ffffff;
}

.event-video-item {
	margin-bottom: 40px;
}

.event-video-item h4 {
	margin-bottom: 40px;
}

.event-video-item .event-video-wrapper.Portrait {
	max-width: 496px;
	margin-left: auto;
	margin-right: auto;
}

.event-video-item .event-video {
	position: relative;
	height: 0;
	margin-left: auto;
	margin-right: auto;
}

.event-video-item .event-video.Landscape {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.event-video-item .event-video.Portrait {
	width: 100%;
	padding-top: 177.8%;
	max-width: 496px;
}

.event-video-item .event-video .event-video-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.event-video-item .video-play-icon {
	position: absolute;
	width: 72px;
	height: 72px;
	top: 50%;
	left: 50%;
	cursor: pointer;
	transform: translate(-50%,-50%);
}

.event-video-item .video-play-icon i {
	font-size: 72px;
	line-height: 72px;
    width: 72px;
    height: 72px;
    color: #41B4AF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.event-video-item .event-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.naf-button-wrapper.switch-layout {
	display: none;
}

.naf-button-wrapper.switch-layout.card-minimalist i:before {
	content: "\e196";
}

@media (max-width: 1024px) {
	.event-wrapper .event-item {
		width: 50%;
	}

	.event-terms-wrapper .event-terms-group-label {
		flex-basis: 15%;
	}

	.event-terms-wrapper .event-terms-group {
		flex-basis: 85%;
	}

	

	.event-profiles .profile-item {
		display: flex;
		flex-direction: column;
	}

	.event-profiles .profile-item .profile-thumbnail,
	.event-profiles .profile-item .profile-info {
		flex-basis: 100%;
	}

	.event-profiles .profile-item .profile-thumbnail .thumbnail {
		padding-top: 100%;
	}

	.event-profiles .profile-item .profile-thumbnail .thumbnail .masking-vertical {
		display: none;
	}

	.event-profiles .profile-item .profile-thumbnail .thumbnail .masking-horizontal {
		display: flex;
	}

	.event-profiles .profile-item .profile-info .profile-info-top {
		padding: 16px 32px 4px 32px;
		align-items: flex-start;
		height: auto;
	}

	.event-profiles .profile-item .profile-info .profile-info-bottom {
		flex-grow: 1;
		height: auto;
		padding: 4px 32px 32px 32px;
		justify-content: flex-end;
	}

	.mfp-wrap.profile-popup .popup-divider-top > img {
		max-height: 48px;
	}

	.mfp-wrap.profile-popup .popup-divider-top:before {
		transform: translateX(-120px); 
	}

	.mfp-wrap.profile-popup .popup-divider-top:after {
		transform: translateX(120px); 
	}

	.naf-featured-post .naf-featured-post-thumbnail .thumbnail .masking-vertical {
		display: none;
	}

	.naf-featured-post .naf-featured-post-thumbnail .thumbnail .masking-horizontal {
		display: flex;
	}

	.naf-featured-post {
		display: flex;
    	flex-direction: column;
    	border-radius: 25px;
	}

	.naf-featured-post .naf-featured-post-thumbnail .thumbnail > img {
		border-radius: 25px;
	}

	.naf-featured-post .naf-featured-post-thumbnail,
	.naf-featured-post .naf-featured-post-info-wrapper {
		flex-basis: 100%;
	}

	.naf-featured-post .naf-featured-post-info-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}

	.naf-featured-post .naf-featured-post-info {
		padding: 32px;
		width: 100%;
	}

	.naf-featured-post .naf-featured-post-thumbnail .thumbnail {
		padding-top: 100%;
	}

	.naf-carousel .slick-dots {
		margin-top: 20px;
	}

	body .elementor-button {
		font-size: 16px;
	}

	.mfp-wrap.profile-popup .popup-content {
		border-top-left-radius: 30px;
    	border-top-right-radius: 30px;
    	padding-bottom: 64px;
	}

	.mfp-wrap.profile-popup .popup-close {
		padding-top: 64px;
	}

	.mfp-wrap.profile-popup .profile-info-wrapper {
		gap: 32px;
	}

	.mfp-wrap.profile-popup .post-button a {
		font-size: 16px;
	}

	.mfp-wrap.profile-popup .popup-container {
		max-width: 640px;
	}

	.mfp-wrap.profile-popup .profile-name {
		margin-bottom: 16px;
	}

	.view-full-calendar {
		margin-top: 52px;
		margin-bottom: 64px;
	}

	.naf-button-wrapper .naf-button-icon {
		font-size: 20px;
		width: 42px;
		height: 42px;
	}

	.event-video-item .video-play-icon {
		width: 48px;
		height: 48px;
	}

	.event-video-item .video-play-icon i {
		font-size: 48px;
		line-height: 48px;
	    width: 48px;
	    height: 48px;
	}
}

@media (max-width: 767px) {
	.event-terms-wrapper .event-terms-item {
		font-size: 12px;
		padding: 14px 12px;
		margin-left: 6px;
		margin-right: 6px;
		margin-bottom: 12px;
		border-radius: 8px;
	}
	
	.naf-button-wrapper .naf-button-text,
	.naf-button-wrapper .naf-button-icon {
		font-size: 14px;
	}

	.event-wrapper .event-item {
		width: 100%;
	}

	.event-terms-wrapper {
		flex-direction: column;
	}

	.event-terms-wrapper .event-terms-group,
	.event-filter-wrapper {
		flex-basis: 100%;
	}	

	.event-terms-group-label {
		margin-bottom: 12px;
		line-height: 1;
	}

	.event-terms-wrapper .event-terms-group {
		margin-left: -6px;
		margin-right: -6px;
	}

	.event-price-wrapper .price-name,
	.event-price-wrapper .price {
		font-size: 14px;
	}

	.event-profiles .profile-item .profile-info .profile-info-top {
		padding: 16px 24px 4px 24px;
	}

	.event-profiles .profile-item .profile-info .profile-info-bottom {
		padding: 4px 24px 24px 24px;
	}

	.mfp-wrap.profile-popup .popup-divider-top > img {
		max-height: 25px;
	}

	.mfp-wrap.profile-popup .popup-divider-top:before {
		transform: translateX(-75px); 
	}

	.mfp-wrap.profile-popup .popup-divider-top:after {
		transform: translateX(75px); 
	}
	.naf-carousel .slick-dots {
		margin-top: 12px;
	}
	.naf-carousel .slick-dots > li {
		margin-left: 4px;
		margin-right: 4px;
	}
	.naf-carousel .slick-dots > li > button {
		width: 8px;
		height: 8px;
	}

	body .elementor-button {
		font-size: 14px;
	}

	.naf-featured-post,
	.naf-featured-post .naf-featured-post-thumbnail .thumbnail > img {
		border-radius: 20px;
	}

	.naf-featured-post .naf-featured-post-info {
		padding: 24px;
	}

	.mfp-wrap.profile-popup .popup-content {
		border-top-left-radius: 20px;
    	border-top-right-radius: 20px;
    	padding-bottom: 48px;
	}

	.mfp-wrap.profile-popup .popup-close {
		padding-top: 48px;
	}

	.mfp-wrap.profile-popup .profile-info-wrapper {
		gap: 24px;
		flex-direction: column;
	}

	.mfp-wrap.profile-popup .profile-thumbnail,
	.mfp-wrap.profile-popup .profile-info {
		flex-basis: 100%;
	}

	.mfp-wrap.profile-popup .post-button a {
		font-size: 14px;
	}

	.mfp-wrap.profile-popup .profile-name {
		margin-bottom: 12px;
	}

	.view-full-calendar {
		margin-top: 36px;
		margin-bottom: 48px;
	}

	.naf-button-wrapper .naf-button-icon {
		font-size: 16px;
		width: 36px;
		height: 36px;
	}

	.naf-button-wrapper.switch-layout {
		display: block;
	}

	.event-video-item .video-play-icon {
		width: 32px;
		height: 32px;
	}

	.event-video-item .video-play-icon i {
		font-size: 32px;
		line-height: 32px;
	    width: 32px;
	    height: 32px;
	}
}