/*
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.   ***************/
.box-text p.date,
.box-text p.atHouse {
	text-align: left;
}
#wrap_phone {
    float: right;
    background: url(images/icon_phone.png) no-repeat left top;
    padding-left: 65px;
}
#wrap_phone p {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
#wrap_phone p span, #wrap_phone p a {
    font-size: 20px;
    font-weight: bold;
    color: #db040a;
}
.section-title b {
    opacity: 0;
}
.dark .pricing-table.featured-table,
.dark .pricing-table.featured-table .title {
    background: rgb(221, 70, 4) !important;
}
.pricing-table .price {
    color: #fff !important;
}
.testimonial-meta {
    color: #fff;
}
.testimonial-meta .testimonial-name {
    color: rgb(221, 70, 4);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}