/*
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.   ***************/


h2.woocommerce-loop-product__title {text-align: center; padding-left: 5px !important; padding-right: 5px !important;}
h2.woocommerce-loop-category__title {text-align: center}
footer.footer {background-color: #008dc6 !important;}
div.woocommerce-variation div.woocommerce-variation-price span.woocommerce-Price-amount::after {
	content: " (excl. VAT)"
}
ul.social {visibility: hidden;}
span.lminclprice
span.amount::before {
  content: " ("
}
span.lminclprice
span.amount::after {
  content: " including VAT)"
}
span.lminclprice {
font-size:12px;
color:#000000;
}
span.lminclprice .woocommerce-Price-currencySymbol {
vertical-align: middle !important;
}
img.wp-post-image {
	    display: block!important;
}
body:not(.page-id-14) .grecaptcha-badge {
	display: none;
}
@media screen and (min-width: 850px) {
	.lmwidepage {
	    width:1160px;
	}
}


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


}
