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

/*************** ADD CUSTOM CSS HERE.   ***************/


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


}
.mobile-hotline{display:none}
 
.hotline {position: fixed;    
    bottom: 0px;
    z-index: 9000;
    display: block;
    padding-bottom:0px;}
.hotline .hotline-number{font-size:20px; color: #b20000; font-weight: bold}
 
@media  (max-width: 767px) {
 
    .hotline{display :none;}

 
    
.mobile-hotline{display: block; bottom: 0; width: 100%; background:rgba(0,0,0,0.3); height: 52px; position: fixed; z-index:9999999}
.mobile-hotline .mobile-hotline-left{width: 46%; float: left; text-align: center; background: #0066BF; margin-left: 10px; margin-right:5px; margin-top: 7px; height: 38px; border-radius: 4px}
.mobile-hotline .mobile-hotline-left a{color: white; line-height: 36px; font-size:16px; font-weight: bold}
 
.mobile-hotline .mobile-hotline-right{width: 46%; float: right; text-align: center; background: #ed1c24; margin-left: 5px; margin-right: 10px; margin-top: 7px; height: 38px; border-radius: 4px}
.mobile-hotline .mobile-hotline-right a{color: white; line-height: 36px; font-size: 16px; font-weight: bold}
}
.nav-small.nav>li.html {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    font-weight: bold;
}
.social-icons {
    color: #fff !important;
}
.nav.nav-small>li>a {
    color: #fff !important;
}
.footer {
    background: #0066BF !important;
}
.badge.post-date {
    top: 7%;
    display: none;
}