/*
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.   ***************/
.sw-popup-title {
    background: #36b0ff;
    background: -moz-linear-gradient(top,#c69a39 0,#c19a4b 100%);
    background: -webkit-linear-gradient(top, #c69a39 0, #c19a4b 100%);
    background: linear-gradient(to bottom, #1faee2 0, #108f8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69a39', endColorstr='#c19a4b', GradientType=0);
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}