/*
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.   ***************/
.service-footer i {
    color: #25d366;
}
.wpcf7-form-control{
	font-weight:normal;
}

.vr-center .col-inner{
	display: flex;
}

.vr-center .col-inner .text{
	display: flex;
	align-items:center;
}
.full-width .ubermenu-nav, .container, .row {
    max-width: 99% !important;
}
.attributes-brd .row-solid .col:after,
.attributes-brd .row-solid .col:before{
	border-color:#389b1f;
}

.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption{
	padding:10px !important;
}
.metaslider .slides img {
    border-radius: 20px 20px 0 0;
}

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


}