/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.site-header {
    background: #231f20;
}

.profile-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0px !important;
}

.profile-icon a:before {
    content: "\f2bd";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 24px !important;
    color: #fff;
}

.bc-head .bc-row.top br{
    display: none;
  }

@media (max-width: 720px) {
    body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    body .booked-calendar .booked-appt-list .timeslot:not(:last-of-type) {
        margin-bottom: 16px !important;
    }
}

footer .copyright  {
    margin-top: 32px;
}

.site-navigation-toggle-holder .site-navigation-toggle {
    color: #fff !important;
}

.booked-cal-buttons a {
    background: #e11616 !important;
    color: #fff !important;
    font-weight: bold !important;
    border-color: transparent !important;
}

.booked-cal-buttons a.cancel {
    padding: 5px !important;
    display: inline-block !important;
    margin-bottom: 10px;
}

#site-footer {
    margin-top: 32px;
    border-top: 2px solid #231f20;
    padding-top: 64px;
    padding-bottom: 64px;
}

.page-header {
    padding: 20px 0;
}

.page-header h1 {
    border-bottom: 3px solid #231f20;
    padding-bottom: 8px;
}


.wpcf7 label {
    width: 100% !important;

}

.wpcf7 textarea,
.wpcf7 input {
    border-radius: 0px;
    margin-top: 8px;
}

.wpcf7 [type=submit] {
    color: #231f20 !important;
    border-color: #231f20 !important;
}

.wpcf7 [type=submit]:hover {
    color: #fff !important;
    background: #231f20 !important;
}

@media (max-width: 991px) {
    .profile-icon a:before {
        color: #55595c !important;
    }

    .current-menu-item.profile-icon a:before {
        color: #fff !important;
    }
}

#cn-accept-cookie {
    padding: 5px;
    color: #000 !important;
    background-color: #fff !important;
}

.elementor-slideshow__title {
    display: none;
}




.sub-menu a{
    color: #231f20 !important;
}

@media (max-width: 991px) {
    html .site-navigation-dropdown ul.menu li a {
        padding-top:  8px !important;
        padding-bottom:  8px !important;
    }

    html .site-navigation-dropdown   ul.sub-menu li{
        padding-left: 10px;
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
  
    .sub-menu .current-menu-item {
        background-color: #231f20 !important;;
    }
   
    
    .sub-menu .current-menu-item a { color: #fff !important;}
}

@media screen and (max-width: 720px) {
    body .booked-calendar .booked-appt-list .timeslot .timeslot-time {
      display: block !important;
    }
  }

@media (max-width: 675px) {
    .site-header {
        padding-left: 0;
        padding-right: 0;
    }
}

