/*  MICROTHEMER STYLES  */


/*= Food & Drink Menus ======== */

/** Food & Drink Menus >> Order Now Button **/
.ordernowbtn {
	display: -webkit-inline-flexbox !important;
	display: -moz-inline-flexbox !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

/** Food & Drink Menus >> Food Item Container **/
.fooditemcontainer {
	
}


/*= Footer ==================== */

/** Footer >> Copyright **/
.copyright {
	text-align: center !important;
}


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

/** General >> No Margin **/
.no-margin p {
	margin-bottom: 0 !important;
}

/** General >> Hide on Mobile **/
.hide-mobile {
	
}


/*= Forms ===================== */

/** Forms >> Label Position **/
.with_frm_style .frm_inside_container label.frm_visible {
	font-size: 11px !important;
	font-weight: normal !important;
	background-color: rgb(255, 255, 255) !important;
	padding: 2px 5px 2px 5px !important;
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
	position: relative !important;
	bottom: -10px !important;
	left: 5px !important;
	display: inline-block !important;
}

/** Forms >> Date Picker Month **/
.ui-datepicker-month {
	float: left !important;
}

/** Forms >> Bottom Margin Fix **/
.frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 10px !important;
}

/** Forms >> Sign Up Bottom Margin Fix **/
.frm_style_formidable-style.with_frm_style .signup-form .form-field {
	margin-bottom: 0 !important;
}

/** Forms >> Form emailsignup frm button submit **/
#form_emailsignup .frm_button_submit {
	padding-top: 5px !important;
	padding-bottom: 3px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= Header & Navigation ======= */

	/** Header & Navigation >> Off Canvas Nav Link Centering **/
	.elementor-nav-menu--dropdown a {
	-webkit-justify-content: center !important;
	justify-content: center !important;
}


}


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

	/*= Forms ===================== */

	/** Forms >> Signup Form Columns **/
	.frm_style_formidable-style.with_frm_style .signup-form .form-field {
	grid-column: span 6 / span 6 !important;
}


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

	/** General >> Hide on Mobile **/
	.hide-mobile {
	display: none !important;
}


}

