/*
 Theme Name:   MH Child Theme
 Theme URI:    https://morthub.com/
 Description:  MH Child Theme
 Author:       MortHub
 Author URI:   https://morthub.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astrachild
*/

.fl-module-modal-popup{
	display: none;
}
#gform_1 input, textarea{
	border-color: #c4c9e2;
	border-radius: 5px;
}
.single_add_to_cart_button, .product_type_external{
	display: none !important;
}
.related.products {
  display: none !important;
}
#getdirections-7-map{
	z-index: 1;
}
#homeleft-hoveff {
-webkit-filter: brightness(90%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
#homeleft-hoveff:hover {
	-webkit-filter: brightness(100%);
-webkit-transform: rotateZ(-2deg);
-ms-transform: rotateZ(-2deg);
transform: rotateZ(-2deg);	
	transition: all .2s ease;
}

#homeright-hoveff {
-webkit-filter: brightness(90%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
#homeright-hoveff:hover {
	-webkit-filter: brightness(100%);
-webkit-transform: rotateZ(2deg);
-ms-transform: rotateZ(2deg);
transform: rotateZ(2deg);	
	transition: all .2s ease;
}

body::-webkit-scrollbar {
  width: 1em;
	background-color: #28464b;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-button{
	outline-color: white;
	background-color: #3d585d !important;
	outline: 0px solid slategrey;
}

body::-webkit-scrollbar-thumb {
  background-color: #bc4749;
  outline: 0px solid slategrey;
	border-radius: 3px;
	box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);
}

@media (max-width: 768px) {
  .fl-animation {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    transition-property: none !important;
    opacity: 1 !important;
  }
}

/* function your_prefix_change_header_breakpoint() {
	return 920;
   };
add_filter( 'astra_header_break_point', 'your_prefix_change_header_breakpoint' ); */