/*
Theme Name: TDQ-Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.hotline span,
.hotline a {
    display: block;
}
.hotline span {
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
}
.hotline i {
    color: #D71015;
    margin: 0px 3px 0 0;
    font-size: 19px;
    display: inline-block;
}
.hotline a {
    color: #D71015;
    font-size: 19px;
    font-weight: 700;
    display: block;
    letter-spacing: 2px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}