/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.order-form .wpcf7-form-control {
	margin-top: 25px;
}

@media only screen and (max-width: 767px) {
	.order-form h1 {
		font-size: 1rem;
	}
}

.order-form .wpcf7-response-output{
	display: none !important;
}

@font-face {
    font-family: high-tide;
    src: url("fonts/HighTide.woff") format("woff");
}

@font-face {
    font-family: high-tide-sans;
    src: url("fonts/HighTideSans.otf") format("opentype");
}

@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: url("path/GraublauWebBold.otf") format("opentype");
}

#main {
	min-height: 550px;
}

h1,h2,h3,h4,h5 {
	font-family: high-tide-sans !important;
	letter-spacing: 2px;
}

.form-flat input:not([type="submit"]), input[type='submit']:not(.is-form) {
	border-radius: 1px !important;
}

.homebanner {
	min-height: 800px !important;
}

.ced_hpul_login_link {
	margin-left: 3px;
}

.fixedheight {
	min-height: 400px;
}
.order-form {
    width: 600px;
	margin: auto;
}
.order-form .wpcf7-number,
.order-form .wpcf7-text {
    background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (width: 768px) {
    .order-form {
        margin: auto;
    	width: 480px;
     }
}

@media only screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .order-form {
        width: unset;
        margin-left: unset;
    }
}
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30 );

}