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

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

body { font-size:18px; }
.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; }
h2 {
    font-size: 1.55rem;
}
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;
	}
}

.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; }
.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400 !important;
    margin-bottom: 2px !important;
    text-transform: none !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 148px !important;
}
.section.text-white h1, .section.text-white h2, .section.text-white h3, .section.text-white h4, .section.text-white h5 { color: white; }
.section.text-white .entry a.btn-default:hover {
    background: #05AEB7;
}
.entry a.button { text-decoration: none !important }

.read_more_section { display: none; padding: 10px; margin-bottom: 20px;
    border: 1px solid #CCC;
    background: white; 
    font-size: 85%;
}
.read_more_section h3 { font-size: 1.2rem; margin-bottom: 15px; }
p.mt--10 {margin-top: -25px;
    margin-bottom: 45px; }
.card-title.font-weight-bold { font-weight: 500 !important; }
.card-title.font-weight-bold a { text-decoration: none !important; color: #333; }
.card-title.font-weight-bold a:hover { color: #FABB01 !important;}

.imp-tooltip {
    -webkit-box-shadow: 3px 3px 15px 0px rgb(0 0 0 / 38%);
    box-shadow: 3px 3px 15px 0px rgb(0 0 0 / 38%);
    transition: background-color 2s linear;
    max-width: 400px;
}
.imp-tooltip .squares-container h3 {
	font-size: 18px !important;
    margin-bottom: 10px;
}
.content-wrap > .section:first-child { margin-top: 0px !important; }
footer .copyright .author { text-decoration: none; border-bottom: none !important }
footer .copyright .author img {
	filter: grayscale(100%);
    border-radius: 50%;
    opacity: 0.8;
}
footer .copyright .author:hover img {
	filter: grayscale(0%);
}
.postcontent.entry.col-lg-8 i+a { text-decoration: none !important; color: #333; margin-bottom: 8px;
    display: inline-block; }
.postcontent.entry.col-lg-8 i+a:hover { text-decoration: none; color: #FABB01; }
.tlang { margin-right: 20px; font-size: 14px; }
.tlang i { font-size: 16px;}
.tlang a { color: #252525 !important; }
.tlang a:hover { color: #FABB01 !important; }
.tlang .dropdown-menu li { padding: 10px; }
@media screen and (max-width: 767px){
	.tlang { margin-right: 0px; }
	#logo{ max-width: 50%; }
	#logo img { height: auto }
	.header-wrap-clone { height: 85px; }
}
.promo * { color: white;}
@media (min-width: 992px){
.menu-link {
    padding: 12px 12px;
}
}
#menu-menu-1 > li:last-child a {
	background-color: #f1bc19;
	    color: white;
       margin-left: 10px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
#menu-menu-1 > li:last-child a:hover {
	color: black;
}
@media (max-width: 767.98px){
	#logo img { max-height: 90px; }
	.col-padding {
	    padding: 15px;
	}
	.imgfull { min-height: 300px; }
}

.contactdetails {
	list-style: none;
}
.contactdetails li { position:relative; padding-left: 25px; font-size: 1.2rem;
    margin-bottom: 0.4rem; }
.contactdetails li i { position:absolute; top: 0px; left: 0px; }
.contactdetails li div { font-size: 16px; margin-top: 10px;
    line-height: 175%;}

.header-extras i {
	width: 25px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #363636;
    text-shadow: 1px 1px 1px #fff;
    margin-left: 50px;
}
.header-extras li .he-text {
    font-weight: 400;
    font-size: .75rem;
    line-height: 148%;
    text-transform: uppercase;
}
.header-extras li .he-text span {
    font-weight: 700;
    font-size: 1.2rem;
}
.slider-caption .button.button-light { font-weight:bold; }
.entry ul.list-bigger li::before {
    font-size: 20px; top: 4px;
}
.entry ul.list-bigger li { padding-left:27px; }
#menu-menu-1 .current-menu-parent > a, #menu-menu-1 .current-menu-item > a { color: #fabb01; }
body.primary-menu-open #menu-menu-1 > li:last-child a { margin: 10px 0 120px; }