/*
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.   ***************/
.support-product {
  
    background: #F7F7F7;
    padding: 10px;
    border-radius: 5px;
}
.support-product .title {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0;
    font-weight: 700;
}
.support-product .title2 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    font-weight: normal;
	padding-top:15px
}
.support-product .title3 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0;
    font-weight: 700;
}
.support-product .phone {
    width: 100%;
    margin-top: 10px;
    display: block;
    text-align: center;
    line-height: 1.1;
}
.support-product .phone a:hover {
    color: #f60;
}
.support-product .phone a {
    font-size: 29px;
    font-weight: 600;
    color: #140626;
    text-decoration: none;
}
.support-product .chat{
	background-color:#f00
}

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


}