@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

.blockUI.blockOverlay {
	position: relative;
	width: 100%;
}

.blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	content: "";
	animation: spin 1s ease-in-out infinite;
	background: url("../img/loader.svg") center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 767px) {
	
	.blockUI.blockOverlay::before {
		top: 35%!important;
	}
	
	.blockUI.blockOverlay::after {
		top: 40%!important;
	}
	
}

.column-media_featured {
	width: 100px;
	text-align: center;
}

span.media-featured {
	font-size: 1.6em;
	display: block;
    text-indent: -9999px;
    position: relative;
    height: 1em;
    width: 1em;
    margin: 0 auto;
	cursor: pointer;
	color: #2271b1;
	transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
}

span.media-featured::before {
	font-family: Dashicons;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

span.media-featured::before {
	content: "\f155";
}

span.media-featured.not-featured::before {
	content: "\f154";
}

.media-cat-links-wrap {
	text-transform: none;
	font-size: 16px;
	margin-bottom: 30px;
}

.media-cat-link {
	display: inline-block;
    padding: 10px 20px;
    background: #f1f1f1;
    font-size: 12px;
    font-weight: bold!important;
    text-transform: uppercase;
    margin: 0px 4px;
    letter-spacing: 1px;
	color: #838383!important;
}

.media-cat-link.active, .media-cat-link:hover {
	color: #ffae00!important;
	background-color: #000;
}

.mce-load-more-wrap {
	text-align: center;
	margin-top: 15px;
}

.mce-load-more {
	text-transform: none;
    color: #000!important;
    border: 1px solid #000!important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 10px 15px;
}

.mce-load-more:hover {
	color: #838383!important;
	border-color: #838383!important;
}

[data-layout="masonry"] .gdlr-core-item-list {
	opacity: 1!important;
}

img#media-preview {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	margin-bottom: 13px;
}

#events_video_remove_btn {
	color: red!important;
}

.gdlr-core-media-category, .gdlr-core-media-caption {
	color: #fff;
	position: absolute;
	text-align: center;
	width: 100%;
}

.gdlr-core-media-category {
	top: 60%;
	padding: 0px 10px;
}

.gdlr-core-media-caption {
	font-size: 20px;
    line-height: 1.3;
    top: 65%;
	padding: 0px 10px;
}