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

/*************** ADD CUSTOM CSS HERE.   ***************/
body .banner {background-color:#000000}
.video-bg {opacity:0.8}
#content ul {margin-left:20px}
.col.small-12.large-12 {margin: 30px 0}

@media only screen and (min-width:911px) and (max-width: 1149px)  {
	body .nav-spacing-medium&gt;li {font-size:12px; margin-left:0}
}

@media only screen and (min-width:850px) and (max-width: 911px)  {
	body .nav-spacing-medium&gt;li {font-size:9px; margin-left:0}
}

@media only screen and (min-width: 49em) {
	.menu-quick-links-2-container {padding-top:45px}
}

.noimage .box-image {display:none}

.noimage .box-text-inner {display:table; width:100%}

.noimage p
{
	padding: 20px;
    border: 2px solid #08A8D7;
    border-radius: 20px;
	font-weight:bold;
	display:table-cell;
	height:100px;
	vertical-align:middle;
}

.noimage p:hover
{
    background-color:#08A8D7;
	color:#fff;
}

body .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {width:325px}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.featured-title .page-title-inner {min-height: calc( 100vh - 107px ) !important;}
.button {margin-top:15px}

.has-video .banner-link {

	background-size: cover; }
}

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