/*.owl-wrapper .owl-item {
	width: 1920px !important;
}

@media (max-width: 1200px) {
	.owl-wrapper .owl-item {
		width: 1200px !important;
	}
}

@media (max-width: 992px) {
	.owl-wrapper .owl-item {
		width: 992px !important;
	}
}

@media (max-width: 768px) {
	.owl-wrapper .owl-item {
		width: 768px !important;
	}
}

@media (max-width: 576px) {
	.owl-wrapper .owl-item {
		width: 576px !important;
	}
}

@media (max-width: 400px) {
	.owl-wrapper .owl-item {
		width: 100% !important;
	}
}*/

body {
	font-size: 16px;
}

.leaf-post-slider .post-slider-overlay-buttons .btn-default {
	display: none;
}

.page-heading {
	padding-top: 150px;
	padding-bottom: 110px;
	position: relative;
	overflow: hidden;
}

.leaf-post-slider .slider-thumbnail {
	position: relative;
}

.leaf-post-slider .slider-thumbnail:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.45);
	pointer-events: none;
	z-index: 1;
}

.page-heading:before {
	background: rgba(0, 0, 0, 0.65);
}

.tribe-events-back {
	display: none;
}

.current_page_item a {
	color: #fff !important;
	font-weight: bold !important;
	text-decoration: underline;
}

.article-single p,
.article-single ul,
.article-single ol,
.article-single div {
	color: #000 !important;
}