/*
 * BLOG
*/

#subheader .h2 {
	font-size: 3.57em;
	line-height: 1.25;
	font-weight: 800;
	font-family: "Mulish";
}

article.post.type-post header,
article.events.type-events header {
	padding: 2.79em 0 2.43em;
	margin-bottom: 2.86em;
	max-height: unset;
	background: #F2F2F2;
}

article.post.type-post .entry-header,
article.events.type-events .entry-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.entry-header-left {
	max-width: calc(100% - 25.57em);
	width: 100%;
}

.entry-header-top {
	display: flex;
	align-items: center;
	margin-bottom: 0.4em;
}

article.events.type-events .entry-header-top {
	flex-wrap: wrap;
}

.entry-header-top-item {
	margin-right: 2em;
	margin-bottom: 1em;
	font-family: Mulish;
	font-weight: bold;
	font-size: 0.786em;
	line-height: 1.36;
	color: #BAA375;
}

article.type-events .entry-header-top-item {
	width: 100%;
	margin-right: 0;
	font-size: 1.21em;
}

article.type-events .entry-header-top-item.event-half {
	width: 42%;
}

.events-wrapper {
	max-width: 53em;
	margin: auto;
}

.entry-header-top-item svg {
	margin-bottom: 0.3em;
}

.entry-header-bottom h1 {
	margin-bottom: 0.5em;
	font-size: 2.57em;
	text-transform: capitalize;
	color: #121212;
}

article.events.type-events .entry-header-bottom h1 {
	margin-bottom: 1em;
}

.entry-header-right {
	max-width: 23.57em;
}

.entry-content {
	padding-bottom: 1.2em;
	border-bottom: 1px solid #EAEAEA;
}

.entry-content > div:first-child img {
	display: none;
}

.entry-content h2 {
	margin: 1.5em 0 0.5em;
	font-size: 1.286em;
	text-transform: capitalize;
}

.entry-content a:not(.button) {
	font-weight: 700;
}

.entry-content img {
	height: auto;
}

.registration {
	margin-bottom: 2.5em;
}

.registration h2 {
	font-size: 2.57em;
}

.registration .desc {
	margin-bottom: 2em;
}

.shares {
	margin: 1.5em 0;
	display: flex;
	align-items: center;
}

.shares .title {
	align-items: center;
	font-family: Mulish;
	font-weight: 800;
	color: #121212;
	margin-right: 0.6em;
}

.shares .addtoany_list {
	display: flex;
	align-items: flex-end;
}

.addtoany_list a, 
.widget .addtoany_list a {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    vertical-align: middle;
}

.related-posts {
	padding: 4em 0 3em;
}

.related-posts h2 {
	margin-bottom: 0.4em;
}

.related-posts-slider.slick-initialized.slick-slider .slick-track {
	display: flex;
}

.related-posts-slider.slick-initialized.slick-slider .slick-track article {
	height: auto;
	flex: unset;
}

.related-posts .slick-prev, 
.related-posts .slick-next {
	display: block;
	width: auto;
	height: auto;
	z-index: 1;
}

.related-posts .slick-prev {
	left: -45px;
}

.related-posts .slick-next {
	right: -45px;
}

.related-posts .slick-prev::before,
.related-posts .slick-next::before {
	content: none;
}

.related-posts-slider.slick-initialized.slick-slider .slick-track article {
	padding-top: 1em;
	padding-bottom: 1em;
}


/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1310px) { 
	
}

@media (max-width: 1199px){

	article.type-events .entry-header-top-item.event-half {
		width: 100%;
	}

}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
	.related-posts .slick-prev {
		left: -5px;
	}

	.related-posts .slick-next {
		right: -5px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	article.post.type-post .entry-header,
	article.events.type-events .entry-header {
		flex-direction: column;
	}

	.entry-header-left {
		max-width: 100%;
	}

	.entry-header-right {
		max-width: 100%;
	}

	article.type-events .entry-header-top-item.event-half {
		width: 42%;
	}

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#subheader .h2 {
		font-size: 32px;
	}

	.entry-header-bottom h1 {
		font-size: 26px;
	}

	article.type-events .entry-header-top-item.event-half {
		width: 100%;
	}

	article.type-events .entry-header-top-item.event-half:first-child {
		margin-bottom: 0;
	}

	.related-posts {
		padding: 3em 0 1em;
	}
}

@media (max-width: 359px){
	.related-posts .slick-prev {
		left: 0;
	}

	.related-posts .slick-next {
		right: 0;
	}
}