/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
#fbuilder div.cpefb_error {color: #000; font-weight: 500;}
.ahb_m5 #fbuilder .usedSlots .ahb_list {color: #000 !important; font-weight: 700 !important;}
.ahb_list {color: #000 !important; font-weight: 700 !important;}

.ahb_m5 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default:hover {
    background: #000000 !important;
}


.ahb_m5 #fbuilder .slots div:not(.htmlUsed) a:hover {
    background: #000000 !important;
}

.ahb_m5 #fbuilder .pbSubmit:hover {
    background-color: #000000 !important;
}


.ahb_m5 #fbuilder label {
font-weight: bold !important;
    font-size: 1.6rem !important;
}

.ahb_m5 #fbuilder .slots {color: #000; font-weight: 700;}

@media (max-width: 767px) {
  .sidebar,
  aside,
  #secondary {
    display: none !important;
  }

  .content-area,
  .site-main,
  main {
    width: 100% !important;
    max-width: 100% !important;
  }
}

#fbuilder .ui-datepicker .ui-datepicker-prev, #fbuilder .ui-datepicker .ui-datepicker-next {
    width: 20px !important;
    height: 20px !important;

}