/** Start New Design **/

.news_top .container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.news_top h1 {
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.05em;
	color: #000000;
}
.news_top p {
	max-width: 864px;
	margin: auto;
	font-size: 24px;
}

.featured_img_section {
	padding-top: 160px;
}
.featured_img{
	overflow: hidden;
}
.featured_img img {
	max-width: 100%;
	height: auto;
}

.sm_content img {
	max-width: 100%;
	height: auto;
}
.sm_content p {
	margin-bottom: 15px;
	font-size: 16px;
}
.sm_content {
	max-width: 1000px;
}

.sm_content.top{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
}

.sm_content .info-roup{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}


.blog-image{
	margin-top: 50px;
	display: block;
}


.blog-image img{
	border-radius: 10px;
}

.blog-image-label{
	text-align: center;
}

.sm_cta {
	max-width: 1000px;
	margin: 80px auto;
}

.sm-middle img {
	max-width: 200px;
	height: auto;
}


.table-container{
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #ECF0EC;
	flex-wrap: wrap;
	border-radius: 10px;
	padding: 20px;
	font-size: 16px;
	line-height: 150%;
}

.table-name{
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.05rem;
	border-bottom: 1px solid #BFCEBE;
	padding-bottom: 20px;
}

.table-row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 10px 0;
	border-bottom: 1px solid #BFCEBE;
}

.table-date{
	min-width: 180px;
	text-transform: uppercase;
}


.properties_section.media .container {
	background-color: #F6F3EA;
	padding: 30px;
	border-radius: 10px;
	min-height: 300px;
	margin: 100px auto;
}
.properties_section .wrap {
	display: flex;
	flex-direction: row;
}
.media .left {
	width: 70%;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
}
.media .right {
	width: 30%;
	min-height: 240px;
	border-left: 1.5px dotted #000000;
}
.wrap .left h3 {
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	font-style: normal;
	font-weight: 400;
}
.media .name {
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #000;
	margin-top: 30px;
}
.media .job {
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #000;
	margin-bottom: 30px;
	margin-top: 5px;
}

.media .email, .media .mobile {
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #000;
}

/*ARCHIVE*/

.events_archvie.section {
	padding-top: 40px;
}

.events_archvie.section .container{
	border-bottom: 1.5px solid #BFCEBE;
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-top: 1.5px solid #BFCEBE;
    padding-top: 80px;
}

.events_top {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 0px;
	justify-content: space-between;
	align-items: center;
}

.events_top h2 {
	font-size: 40px;
}

.events_filter form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

.events_archvie .events_top h2{
	font-size: 14px;
	text-transform: uppercase;
}

.upcoming .events_filter select, .events_filter.events_ajax_filter select{
	background: #FFFFFF;
	border: 1px solid #BFCEBE;
	border-radius: 3px;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0;
	text-transform: none;
	color: #1E2323;
	padding: 5px 15px;
	height: 42px;
}

.upcoming .events_filter select.active,  .events_filter.events_ajax_filter select.active, .events_search input:focus, .events_search input:not(:placeholder-shown) {
	border: 1px solid #93C13E;
	background-color: #ECF0D5;
	transition: all 0.3s ease-in-out;
}

.events_search input {
	background: #FFFFFF;
	border: 1px solid #BFCEBE;
	border-radius: 3px;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0;
	text-transform: none;
	color: #1E2323;
	padding: 5px 15px;
	height: 42px;
	width: 350px;
}
.events_item {
	border-bottom: 1px solid #D5DBD3;
	padding: 20px 0px;
	display: flex;
	flex-wrap: wrap;
}
.events_item_date {
	flex: 0 0 125px;
	max-width: 125px;
	margin-left: 50px;
}
.events__item_content {
	flex: 0 0 calc(100% - 175px);
	max-width: calc(100% - 175px);
	align-items: flex-start;
}
.events__item_content h3 {
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #3B4848;
	margin-bottom: 4px;
}
.events_item_date span {
	font-size: 14px;
	line-height: 160%;
	letter-spacing: -0.05em;
	color: #898D8E;
}

.events_exc {
	padding: 0px 16px;
}

.events_exc p {
	font-size: 12px;
	line-height: 160%;
	text-align: center;
	letter-spacing: -0.05em;
	color: #fff;
}
.events_cta {
	margin-top: 40px;
}
.events_item:before {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}
.events_content {
	z-index: 1;
}
.news_items.news_loading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}

.news_items.news_loading .ctp_loader {
	display: flex;
	min-height: 200px;
	background: transparent;
}


.events_load_more{
	display: inline-block;
	padding: 10px 32px;
	font-size: 14px;
	text-decoration: none;
	min-width: 100px;
	cursor: pointer;
	position: relative;
	margin-top: 40px;
}

.events_load_more.news_loadmore_loading {
	min-height: 100px;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}
.events_load_more.news_loadmore_loading .ctp_loader {
	background: transparent;
	display: flex;
}

.events_load_more .lds-ripple{
	width: 72px;
	height: 72px;
}

.filter{
	color:#1E2323;
	font-size:16px;
}

.news_item {
	border-bottom: 1px solid #D5DBD3;
	padding: 20px 0px;
	display: flex;
	flex-wrap: wrap;
}

.news__item_content {
	flex: 0 0 calc(100% - 185px);
	max-width: calc(100% - 185px);
	align-items: flex-start;
}

.news__item_content h3 {
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #3B4848;
	margin-bottom: 4px;
}
.news_item_date {
	flex: 0 0 135px;
	max-width: 135px;
	margin-left: 50px;
}

.news_item_date span {
	font-size: 14px;
	line-height: 160%;
	letter-spacing: -0.05em;
	color: #898D8E;
}

.events_item:hover, .news_item:hover{
	opacity: 1;
}
.events_img {
	height: 700px;
	position: relative;
	width: 100%;
}
.events_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media only screen and (max-width:992px){
	.events_items {
		gap: 20px;
	}
	.events_item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.events__item_content {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 16px;
	}
	.events_item_date {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0px;
	}
}


@media (max-width: 768px) {
	.events_items{
		flex-direction: column;
	}

	.item{
		width: 100%;
		max-width: 100%;
	}
}

/** End of New Design **/

.header {
	position: relative;
	width: 100%;
	height: 545px;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	z-index: 1;
	-webkit-transition: height .2s linear;
	transition: height .2s linear;
	margin-top: 68px;
}
.header.header-padded {
	padding: 70px 0;
}
.header.auto-h-header, .header.auto-h-header > .container {
	min-height: 545px;
	height: 100%;

}
.header.header-padded.auto-h-header > .container {
	min-height: 405px;
	height: 100%;
	z-index: 2;
	position: relative;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
	text-align: center;
}
.header > .container .single-back {
	position: absolute;
	left: 0;
	top: 0rem;
	z-index: 1;
}
.header > .container .single-back > a {
	color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}

.floor-heading a::after, a.with-chevron-left::after {
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlZyc3R2YV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIuNyAxOC41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMi43IDE4LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojQkEwODE3O3N0cm9rZS13aWR0aDozO30KPC9zdHlsZT4KPGc+Cgk8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxLjEsMS4xIDE2LjMsMTYuMyAzMS42LDEuMSAJIi8+CjwvZz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0;
	display: inline-block;
	width: 16px;
	height: 12px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 12px;

}
.header .h1, .header .h2, .header h1, .header h2 {
	font-size: 60px;
	line-height: 70px;
	color: #fff;
}
.header > .container > p.header-hashtags{
	text-align: left;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
	margin: 0 auto;
	margin-top: 31px;
	color: #fff;
}
.header-hashtags a {
	color: #e94e1b;
}
.content_sec {
	padding: 80px 0;
}
.content_sec {
	padding-bottom: 120px;
	background-color: #f1e9d9;
}
.row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.entry-date {
	margin-bottom: 15px;
}
.with-perex-text.block-margin {
	margin: 0 10%;
}
.with-perex-text {
	font-size: 2.25rem;
	line-height: 2;
}
.with-perex-text p {
	margin-bottom: unset;
	line-height: 28px;
}
.event .contact-card {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 20px;
}
.contact-card {
	padding: 0px;
	height: auto;
	display: flex;
	align-items: center;
	gap: 40px; 
	max-width: 1000px;
	margin: auto;
}

.with-perex-text img {
	margin: 3rem 0;
	margin-right: 0px;
}

img.circular {
	border-radius: 50%;
}
.event .contact-card img {
	max-width: 15rem;
	margin-right: 25px;
}
.contact-card ul:first-of-type {
	font-size: 14px;
	line-height: 22px;
	height: auto;
	list-style: none;
}
.img-fluid, .img-thumbnail, .news-content img, .with-perex-text img {
	max-width: 100%;
	height: auto;
}
.btn.btn-orange {
	display: inline-flex;
}

.contact-card  .sm-middle p {
	font-size: 16px;
	color: #000;
}
.contact-card .sm-middle p:nth-child(2) {
	font-size: 20px;
}
.contact-card ul:first-of-type li a {
	color: #e94e1b;
}

@media only screen and (max-width: 992px){


	.header h1 {
		font-size: 40px;
		line-height: 1.2;
	}
	.header > .container > p.header-hashtags {
		text-align: center;
		font-size: 18px;
	}
	.content_sec {
		padding: 50px 0px;
	}
	.entry-date {
		line-height: 1;
		padding-left: 20px;
		font-size: 18px;
	}
	.with-perex-text.block-margin {
		margin: 0px;
	}
	.icon-like .holder {
		top: -61px;
	}
	.icon-like .holder img {
		max-width: 60px;
	}
	.icon-like .holder {
		width: 60px;
		height: 60px;
		top: -54px;
	}
	#like-hearth-number {
		top: 18px;
		font-size: 20px;
		left: 0px;
		width: 60px;
		margin: 0px;
	}
	.contact-card {
	}
	.event .contact-card {
		flex-direction: column;
		padding: 0px;
	}
	.event .contact-card img {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.contact-card .sm-middle {
		text-align: left;
	}

	.news_top.section {
		padding-top: 150px;
	}
	.news_top h1 {
		font-size: 32px;
	}
	.featured_img_section {
		padding-top: 50px;
	}
	.sm_cta {
		margin: 50px 0px;
	}
	.sm-middle img {
		max-width: 100px;
	}
	.contact-card {
		gap: 20px;
	}
	.contact-card .sm-middle p:nth-child(2) {
		font-size: 16px;
	}

}

/*  V20  */

.section.gal{
	padding-bottom: 80px;
	padding-top: 60px;
	background-color: #f6f6f6;
	margin-bottom: 60px;
}

.section.gal .container h2 {
	margin-bottom: 25px;
	color: #e94e1b;
	font-family: 'Space Mono', 'Styrene B';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 0.05em;
}

.gallery > div > div {
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
	height: 168px;
}
.sm-row.gallery > div > div {
	margin-top: 16px;
}

.gallery a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.sm-row.gallery {
	margin-top: -16px;
}
.sm-row {
	margin-left: -8px;
	margin-right: -8px;
	display: flex;
	flex-wrap: wrap;
}
.col-md-2 {
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
	padding-left: 8px;
	padding-right: 8px;
}

.page_gallery h2 {
	font-size: 32px;
	margin-bottom: 32px;
}
.gallery a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.event a{
	color: #e94e1b;
}

.content.section.video.previous {
	position: static !important;
}

.footer-description{
	width: 100%;
}

.content.section.footer {
	background-color: #F6F3EA;
}

.previous .grid .left-part, .previous .grid .right-part{
	flex: 0 0 50%;
	max-width: 50%;
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	margin-top: 50px;
}

.video-container .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featured_img img{
	transform: translateY(-15%);
}

.about_right_info {
	right: 40px;
	bottom: 40px;
	position: fixed;
	z-index: 1;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0,0,0,5%);
	border-radius: 4px;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 11;
}

#to-form{
	margin-top: 50px;
	margin-bottom: 100px;
}

.flex-inline {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

.sign-up .sm_content .form-group p{
	margin-bottom: 0;
}

.sm_content .gallery img{
	border-radius: 8px;
}


.sign-up svg{
	max-width: 350px;
	display: block;
	width: 350px;
	margin-right: 15px;
}

.sign-up .left-part{
	flex: 0 0 60%;
	max-width: 60%;
	padding-left: 25px;
}

.sign-up .right-part{
	flex: 0 0 40%;
	max-width: 40%;
	padding-right: 10px;
}

.sign-up .icon{
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 100%;
}


.single-events .sign-up .mod-title{
	margin-bottom: 15px;
}


.sm-middle {
	max-width: 100%;
}


.events .content h4{
	font-size: 20px;
	color: #000;
	line-height: 160%;
	letter-spacing: -0.05rem;
	margin-bottom: 60px;
}

.content p, .content li{
	font-size: 14px;
	color: #000;
	line-height: 150%;
}

.content li{
	list-style-type: none;	
	margin-bottom: 15px;
}

.news_top.webinar .container, .news_top.conference .container{
	text-align: left;
	display: block;
}

.news_top.webinar h1,.news_top.conference h1{
	text-align: left;
}

.news_top.webinar p,.news_top.conference p{
	max-width: unset;
}

.single-events .type{ 
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 50px;
	margin-bottom: 50px;
	margin-bottom: 20px;
	display: block;
	width: fit-content;
}

.single-events .section{
	padding-top: 80px;
	overflow: hidden;
}

.single-events .section.no-image{
	margin-top: 80px;
}

.single-events .section.content{
	padding-top: 60px;
}

.section.events_top{
	padding-top: 0;
}

.single-events .content.section.conference{
	padding-top: 50px;
}

.conference .content p, .conference .content ul li{
	font-size:18px;
}



.single-events .subtitle{
	font-size: 40px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -2px;
	display: block;
}

.single-events .date {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}

.single-events .date .icon svg{
	max-width: 30px;
	display: block;
	width: 30px;
	margin-right: 15px;
}

.single-events .date svg{
	width: 30px;
	margin-right: 5px;
}

.single-events .date-time,.single-events .date-time-2{
	font-family: Styrene B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.1rem;
	display: inline-block;
	text-transform: uppercase;
}

.single-events .conference .date-time {
	/* font-size: 22px; */
}

.single-events .date-time-2{
	margin-left:25px;
}

.single-events .featured_img{
	width: 100%;
	height: 550px;
	object-fit: cover;
	background-size: cover;
	background-position: center;
}


.single-events .mod-title{
	padding: 0;
	height: auto;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -2px;
	margin-bottom: 35px;
	width: 100%;
}

.single-events p.name, .single-events p.position{
	font-size: 16px;
	line-height: 150%; /* 28.8px */
	letter-spacing: 0; 
	margin-bottom: 0;
}



/*conference*/

.single-events .conference p.name{
	
}
.single-events .conference p.position{
	
}

.single-events .conference a.topic{
	font-size: 18px;
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 20px;
}




.single-events .conference p.time{
	color: #E94E1B;
	text-transform: uppercase;
	line-height: 16px;
	font-size: 16px;
	letter-spacing: 1px;
}

.single-events .conference p.location{
	font-size: 16px;

}

.single-events .conference.delegation p.name{
	font-size: 16px;
}

.single-events .conference.delegation p.position{
	font-size: 14px;
}

.delegation .speaker .linkedin{
	margin-top: 0px;
}
/**/



.single-events p.position{
	margin-top: 5px;
	margin-bottom: 15px;
}

.single-events p.bio{
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0;
}

.contact-card .linkedin, .speaker .linkedin{
	color: #1E2323 !important;
	text-decoration: underline;
	margin-top: 15px;
	display: block;
}

.contact-card .title{

}

.speakers{
	display: flex;
    gap: 17px;
    margin-left: -25px;
    margin-right: -25px;
	flex-direction: row;
	flex-wrap: nowrap;
}

.speakers.conference{
	flex-wrap: wrap;
}
.speakers .speaker{
	flex: 0 0 calc(50% - 12.75px);
    max-width: calc(50% - 12.75px);
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	padding: 40px;
}

.speakers.conference .speaker{
	flex: 0 0 calc(33% - 12.75px);
	max-width: calc(33% - 12.75px);
}

.speakers.conference.delegation .speaker{
	flex: 0 0 calc(24% - 12.75px);
	max-width: calc(24% - 12.75px);
}

.learn{
	flex: 0 0 35%;
	max-width: 35%;
}

.learn .box{margin-bottom: 25px;}

.learn .title{
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -1.2px;
}

.learn .description{
	font-size: 12px;
	line-height: 160%;
	letter-spacing: -0.6px;
}


.fitbox{
	display: flex;
	justify-content: space-between;
}

.ctp_port_left {
	overflow: visible;
}

.ctp_port_left.two_assets img {
	max-width: calc(100% - 180px);
	margin-left: 55px;
	border-radius: 8px;
}


.ctp_port_left {

	overflow: visible;
	border-radius: 8px;
}

.ctp_port_left.two_assets {
	position: relative;
	margin-left: 50px;
	width: 100%;
}

.ctp_port_left img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
}



.ctp_port_left.two_assets .port_sec_img {
	width: 281px;
	height: 160px;
	right: 0;
	position: absolute;
	bottom: -50%;
	z-index: 1;
	transform: translate(0,-50%);
}


.video .sm_content{
	display: flex;
}

.video.filler .sm_content{
	padding-left: 15px;
	padding-right: 15px;
}

.video .left-part {
	flex: 0 0 65%;
	max-width: 65%;
	padding-right: 10px;
}

.video .right-part{
	flex: 0 0 35%;
	max-width: 35%;
	padding-left: 25px;;
}

.video .sub{
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}
.video .description{
	font-size: 14px;
	line-height: 160%; 
}

.video.filler .right-part{
	padding-left: 0px;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 30px;
}

.video.filler .left-part{
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 0px;
}


.single-events .video .mod-title{
	margin-bottom: 10px;
}

.single-events .video.filler .mod-title{
	margin-bottom: 40px;
}

.single-events .content.section.video {
	margin-bottom: 80px;
}


.speakers .speaker img{
	max-width: 200px;
    margin-bottom: 25px;
}

.speakers.conference .speaker img{
	max-width: 60%;
	width:auto;
}

.speakers .speaker .position{
	margin-top: 0;
}

.speakers .speaker .topic-title{
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.05rem;
    margin-bottom: 20px;
    margin-top: 10px;
}

#sticker-sticky-wrapper{
	width:100%;    
	z-index: 2;
}

.icon-like{
	position: relative;
}

.icon-like .holder{
	position: absolute;
	right: 0px;
	top: -160px;
	cursor: pointer;
	width: 80px;
	height: 80px;
	z-index: 1;
}

.heart-like{
}

.hearth-number{
	position: absolute;
	right: 0px;
	top: 27px;
	font-weight: 600;
	color: white;
	text-align: center;
	width: 100%;
	margin: auto;
	font-size: 24px;
}

.event{
	font-size: 2.25rem;
}

.event .contact-card {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 20px;
}

.event .contact-card img{
	max-width: 15rem;
	margin-right: 25px;
}

.btn.btn-primary.event{
	margin-top: 50px;
	background: #e94e1b;
	border: 1px solid #e94e1b;
}

.btn.btn-primary.event:hover{
	border-color: #f39200;
}


.share{
	width: 100%;
	z-index: 2;
	/*margin: 0 10%;*/
	/*margin-bottom: 60px;*/
	/* margin-bottom: 60px;
	margin-top: 60px;*/
}


.share .ss-inline-share-wrapper{
	float: none;
	margin: 0;

}

.share .ss-twitter-color {
	background-color: #1da1f2;
}

.share .ss-linkedin-color {
	background-color: #2867b2;
}

.share .ss-envelope-color, .share .ss-subscribers-color {
	background-color: #323b43;
}


.with-perex-text p{margin-bottom: unset;}

#ss-sticky-bar.ss-as-inline-sticky-bar .ss-social-icons-container>li>a, .ss-inline-share-wrapper .ss-social-icons-container>li>a {
	border: unset!important; 
}

section {
	padding-bottom: 120px;
}

.entry-date{
	margin-bottom: 15px;
}

.single-back a {
	color: #fff;
}

.content h2{
	font-size: 28px;
	margin-bottom: 10px;
}


@media only screen and (max-width: 992px) {

	.container.mobile{
		width: calc(100% - 80px);
	}


	.speakers .speaker, .speakers.conference.delegation .speaker{
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}

	.speakers.conference .speaker{
		flex: 0 0 calc(100% - 10px);
		max-width: calc(100% - 10px);
	}


	.single-events .featured_img{
		height: 300px;
	}



	.fitbox .ctp_port_wrap{
		display:none;
	}
	.learn{
		flex: 0 0 100%;
		max-width: 100%;
		display: flex;
		flex-direction: column;
	}

	.speakers{
		margin-left: 0px;
		margin-right: 0px;
	}

	.contact-card {
		display: flex;
		flex-direction: column;
	}

	.row{
		margin-right: 0px;
		margin-left: 0px;
	}

	.video .left-part, .video.filler .left-part {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0px;
		margin-bottom: 40px;

	}

	.video.filler .right-part{
		margin-bottom: 40px;
	}

	.video .right-part, .video.filler .right-part{
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
	}

	.sign-up .left-part{
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
	}

	.previous .grid .left-part, .previous .grid .right-part{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.sign-up .right-part{
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0px;
	}

	.sign-up .icon{
		display:none;
	}

}

@media only screen and (max-width: 777px) {
	.single-events .date{
		flex-direction: column;
		flex-wrap: wrap;
	}

	.single-events .date .icon svg{
		margin-left: 0 !important;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
		padding-left: 8px;
		padding-right: 8px;
	}

	.speakers{
		flex-wrap: wrap;
		transform: translateX(0px)!important;
	}
	
	.speakers .speaker{
		flex: 0 0 calc(100% - 10px);
   		max-width: calc(100% - 10px);	
	}

}



