/*
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.   ***************/
.archive h1.page-title {
	font-size: 25px;
	text-align: left;
}
.woocommerce-order-received .woocommerce > .row > .large-7.col,
.woocommerce-order-received .woocommerce > .row> .large-5.col {
	flex-basis: 100%;
	max-width: 100%;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.woocommerce-additional-fields {
	display: none;
}
p.form-row-first {
	width: 100% !important;
	margin-right: 0 !important;
}
label, legend {
	font-size: 15px;
}
.address-field {
	display: none !important;
}
.checkout-sidebar .button.alt:not(.is-outline) {
	width: 100%;
	margin-right: 0;
}
p {
	margin-bottom: 5px;
}
p:last-child {
	margin-bottom: 0;
}
form {
	margin-bottom: 0;
}
.wpcf7-submit {
	margin-bottom: 0;
	width: 100%;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}