/*
Theme Name:		 Vault Child
Theme URI:		 https://vault.uicore.co/
Description:	 Child theme for Vault - Multi-Purpose Elementor WordPress Theme
Author:			 UiCore
Author URI:		 https://uicore.co
Template:		 vault
Version:		 1.0.0
Text Domain:	 vault
*/


/*
    Add your custom styles here
*/
#wrapper-navbar .uicore-header-wrapper:before {
    box-shadow: -2px 3px 90px -20px rgb(204 204 204 / 53%) !important;
}
.uicore-navbar nav .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    right: 100%;
}
.uicore-navbar nav .menu-item-has-children .menu-item-has-children a:after {
    transform: rotate(90deg) !important;
    left: 20px !important;
    top: calc(50% - 121px) !important;
}
select{
    background-position-x: unset !important;
}
@media screen and (max-width: 480px){
.ahb_m2 #fbuilder .fieldCalendarService, .ahb_m2 #fbuilder .usedSlots, .ahb_m2 #fbuilder .usedSlots, .ahb_m2 #fbuilder .totalCost {
    width: 70% !important;
}
}
@media screen and (min-width: 2000px){
.ahb_m2 #fbuilder .fieldCalendarService, .ahb_m2 #fbuilder .usedSlots, .ahb_m2 #fbuilder .usedSlots, .ahb_m2 #fbuilder .totalCost {
    width: 70% !important;
}
}
@media screen and (min-width: 1200px){
form input, form select, form textarea{
        width: 97% !important;
}
}

@media screen and (max-width: 700px){
img.uicore.uicore-logo.uicore-mobile-second {
   display: block;
    position: relative;
    top: -26px !important;
    bottom: 0;
    left: 0;
   right: 137px !important;
   height: 120px !important;
}
}