.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */
/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Top list item **/
.top_label li {
	margin-bottom: 10px !important;
}

/** General >> h2, h3, h4 **/
h2, 
h3, 
h4 {
	font-weight: 100 !important;
}


/*= Content =================== */

/** Content >> Rich text 46 2 strong **/
#_rich_text-46-2 strong {
	font-weight: 100 !important;
}

/** Content >> .setblue **/
.setblue {
	color: rgb(2, 152, 222) !important;
}

/** Content >> #span-5-608 **/
#span-5-608 {
	color: rgb(0, 116, 219) !important;
}

/** Content >> #wpsr-reviews-grid-1749 .wpsr-review-template **/
#wpsr-reviews-grid-1749 .wpsr-review-template {
	min-height: 247px !important;
}


/*= Form ====================== */

/** Form >> .gf-form-style **/
.gf-form-style {
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.29) !important;
	background-color: rgb(255, 255, 255) !important;
	padding: 25px !important;
}

/** Form >> Gfield label **/
.gfield_contains_required label {
	color: rgb(2, 152, 222) !important;
}

/** Form >> Labels Booking Forms **/
gfield_contains_required label {
	color: rgb(255, 153, 15) !important;
}

/** Form >> Gfield **/
.gfield_label {
	color: rgb(2, 152, 222) !important;
}

/** Form >> Gsection Booking Form **/
#gf_1 .gsection_title {
	/* MT [ google_font: 1 ] */
	font-family: 'anton' !important;
	color: rgb(255, 153, 15) !important;
	font-weight: normal !important;
}

/** Form >> Gfield Booking Form **/
#gform_fields_1 .gfield_label {
	color: rgb(2, 152, 222) !important;
	font-weight: 600 !important;
}

/** Form >> Gf gfield **/
.gf_left_half .gfield_label {
	color: rgb(2, 152, 222) !important;
}

/** Form >> GF Wrapper Div **/
#div_block-51-2 {
	text-shadow: 0 0 rgb(0, 0, 0) !important;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.31) !important;
}

/** Form >> GF section Booking Form **/
#gform_fields_1 .gsection_title {
	color: rgb(2, 152, 222) !important;
	font-size: 22px !important;
	font-weight: 100 !important;
}

/** Form >> Gform Submit Button (Enquiry New) **/
#gform_submit_button_1 {
	/* MT [ google_font: 1 ] */
	font-family: 'anton' !important;
	color: rgb(255, 255, 255) !important;
	font-size: 24px !important;
	font-weight: 100 !important;
	text-transform: uppercase !important;
	background-color: rgb(2, 152, 222) !important;
	width: 50% !important;
	padding: 15px 20px 15px 20px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	border-color: rgb(101, 97, 191) !important;
	border-style: none !important;
	border-radius: 50px !important;
}

/** Form >> Gform **/
.gform_footer {
	text-align: center !important;
}

/** Form >> Gfield label _2 Booking Form **/
.gfield_radio label {
	font-size: 16px !important;
	font-weight: 900 !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {
	/** Form >> Gform Submit Button (Enquiry New) **/
	#gform_submit_button_1 {
	width: 50% !important;
	cursor: pointer !important;
}

}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** Form >> Gform Submit Button (Enquiry New) **/
	#gform_submit_button_1 {
	width: 50% !important;
}

}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** Form >> Gform Submit Button (Enquiry New) **/
	#gform_submit_button_1 {
	width: 100% !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** Form >> Gform Submit Button (Enquiry New) **/
	#gform_submit_button_1 {
	width: 100% !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

}

