/*
Theme Name: WP Yellow Hats Child
Theme URI: http://7oroof.com/tfdemos/wp-yellow-hats/
Author: 7oroof
Author URI: https://themeforest.net/user/7oroof/portfolio
Description: Yellow Hats is a stunning, professional and flexible Construction, Building & Renovation Theme based on Strong researches into the field of business, Construction and Handyman Business.
Version: 2.0.3
License: ThemeForest
License URI: https://themeforest.net/licenses
Tags:  	architecture, building company, construction business, construction company, constructor, contractor, corporate, electrician, engineering, factory, handyman, industry, plumber, remodeling, renovation
Template: wp-yellow-hats
Text Domain: wp-yellow-hats-child
*/
div#cookie-notice {
    z-index: 111111;
}

.on-mobile-phone-call {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 111111;
    background: #fc8400;
    display: none;
    transition: 0.6s;
}
.on-mobile-phone-call-wrap {
    padding: 20px;
    color: #fff;
}
.on-mobile-phone-call-wrap a:hover, .on-mobile-phone-call-wrap a {
    float: right;
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0 10px;
    line-height: 36px;
    margin-top: -6px;
}
.on-mobile-phone-call-wrap {
    padding: 20px;
    color: #fff;
}
@media only screen and (max-width: 992px) {
  .on-mobile-phone-call {
      display: block;
  }
}
