<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0

VWA MEDIA STYLESHEET
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 1024px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.header-top {
	    min-height: 5px!important;
	}


	.home .banner-layers.container .text-box.banner-layer.res-text {
	    margin: 36px 0px 0px 0px!important;
	}

	.home .vwa_testimonials .banner-layers.container .text-box.banner-layer.res-text {
	    margin: 0px 0px 0px 0px!important;
	}

	.home .banner-layers.container	.text-box.banner-layer.res-text ul {
		font-size: 150%!important;
	    padding: 5px 0px 0px 20px!important;
	    line-height: 14px!important;
	}

	.home .banner-layers.container	.text-box.banner-layer.res-text .button{
    padding: 4px 2em!important;
	}

}


@media screen and (min-width: 850px) {
	.home .vwa_usps .large-4:nth-child(1) {
	    max-width: 45%;
	    -webkit-flex-basis: 45%;
	    -ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
	}
	.home .vwa_usps .large-4:nth-child(2) {
	    max-width: 30%;
	    -webkit-flex-basis: 30%;
	    -ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
	}

	.home .vwa_usps .large-4:nth-child(3) {
	    max-width: 20%;
	    -webkit-flex-basis: 20%;
	    -ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
	}

}

@media only screen and (max-width: 768px) {

	/* OVERLAY HEADER BANNER HOME */
	.home .banner-inner.fill .overlay {
		/*display: block;*/
	}


	/* USP's */

	.vwa_usps .col {
	    padding: 13px 0px 0px 22px;
	    height: 44px;
	    min-height: 30px;
	    /* line-height: 56px; */
	}

	/* /USP's */

	/* Buttons */

	.vwa_btn_trio {
	    font-size: .74em;
	    left: 22px;
	}

	.vwa_btn_trio:before {
    font-size: 1.6em;
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px -22px;	

} 

	/* /Buttons */

}</pre></body></html>