/*  MICROTHEMER STYLES  */


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

/** General >> Fluentform 3 Image Buttons **/
#fluentform_3 .ff-el-image-holder, 
#fluentform_4 .ff-el-image-holder, 
#fluentform_5 .ff-el-image-holder {
	width: 16% !important;
	margin-right: 2% !important;
	margin-left: 2% !important;
	border-style: none !important;
}

/** General >> Fluentform 3 Image Input SRC **/
#fluentform_3 .ff-el-image-input-src, 
#fluentform_4 .ff-el-image-input-src, 
#fluentform_5 .ff-el-image-input-src {
	background-size: contain !important;
	width: 100% !important;
	min-width: 100% !important;
	max-height: 100px !important;
}

/** General >> Form3 Check Label Span **/
#fluentform_3 .ff_el_checkable_photo_holders .ff-el-form-check-label > span, 
#fluentform_4 .ff_el_checkable_photo_holders .ff-el-form-check-label > span, 
#fluentform_5 .ff_el_checkable_photo_holders .ff-el-form-check-label > span {
	padding: 10px 2% 10px 2% !important;
}

/** General >> Form 3  BTN Next **/
#fluentform_3 .ff-btn-next, 
#fluentform_4 .ff-btn-next, 
#fluentform_5 .ff-btn-next {
	background-color: rgb(217, 45, 106) !important;
	border-color: rgb(217, 45, 106) !important;
}

/** General >> Fluentform 3 Arrow Image **/
#fluentform_3 .wp-image-66 {
	margin-right: 40px !important;
	float: right !important;
	clear: both !important;
}

/** General >> Fluentform 3 checkable photo holders **/
#fluentform_3 .ff_el_checkable_photo_holders, 
#fluentform_4 .ff_el_checkable_photo_holders, 
#fluentform_5 .ff_el_checkable_photo_holders {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-wrap: wrap !important;
	-moz-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

/** General >> Oxy post image date overlay **/
.oxy-post-image-date-overlay {
	z-index: 10 !important;
}

/** General >> Hidden **/
.hidden {
	display: none !important;
}

/** General >> image caption **/
.default-page-content .wp-block-image figcaption {
	font-size: 80% !important;
	font-weight: bold !important;
	text-align: center !important;
	margin-top: 0 !important;
}


/*= Header ==================== */

/** Header >> Header Inner Wrap **/
#section-19-20 > .ct-section-inner-wrap, 
#section-1-49514  > .ct-section-inner-wrap {
	height: 145px !important;
	position: relative !important;
}


/*( Phone )*/
@media (max-width: 480px) {

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

	/** General >> Fluentform 3 Image Buttons **/
	#fluentform_3 .ff-el-image-holder, 
#fluentform_4 .ff-el-image-holder, 
#fluentform_5 .ff-el-image-holder {
	width: 28% !important;
}


}

