/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.pt-80 { padding-top: 80px; } 
.pb-30 { padding-bottom: 30px !important;  }
.pb-100 { padding-bottom: 100px; }
.mb-15 { margin-bottom: 15px !important; }
.mb-80 { margin-bottom: 80px !important; }

img {
	max-width: 100%;
	height: auto;
}


@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 7%, 0);
		transform: translate3d(0, 7%, 0);
	}

}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 7%, 0);
		transform: translate3d(0, 7%, 0);
	}
}

#block-1.section {
	margin-top: 0px;
}

.entry-categories {
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-transform: capitalize;
}

.bg-overlay .entry-categories {
	position: relative;
	left: auto;
	bottom: auto;
	margin-bottom: 12px;
	z-index: 2;
}

.entry-categories a {
	color: #FFF !important;
	padding: 3px 5px;
	font-size: 10px;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: 'roboto', sans-serif;
	background-color: #7fb069;
	text-decoration: none !important;
}

.single-item #block-1 .section {
	padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important;
}
.single-item .container {
	padding-right: 0px;
	padding-left: 0px;
}

/* Social sharing */
.heateor_sss_sharing_container { width: 100%; }
.heateor_sss_sharing_title { float: left; line-height: 35px; }
.heateor_sss_sharing_ul { float: right; }
i.heateorSssSharing:hover { opacity: 0.8; }

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
	max-width: 10% !important;
}

.promo + footer { margin-top: -48px; }
@media screen and (max-width: 767px){
	.hide-mobile {
		display: none;
	}
}
@media screen and (max-width: 991px){
	footer .subscribe-widget h3 {
		text-align: left;
	}
	#logo img {
		display: block;
		max-width: 100px;
		max-height: 100%;
		max-height: 60px;
		height: auto;
		margin-right: 10px;
	}
}
.single-event #block-1 > .content-wrap > .section { padding-top: 1.5rem; }.home-event { margin-bottom: 20px !important; }
.gfield_checkbox label { font-weight: normal; text-transform: none; }
.gfield_checkbox li input[type=checkbox] { margin-top: 0px !important; }
