/*
 Theme Name:   TheFlash Child Theme
 Theme URI:    https://theflash.ancorathemes.com
 Description:  TheFlash Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     theflash
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  theflash
*/


/* =Theme customization starts here
------------------------------------------------------------ */

#style-10.mc4wp-form .mc4wp-form-fields button:hover{
	background-color:#042c72!important; 
}
.home .homecontact .wpcf7-response-output.trx_addons_message_box.trx_addons_message_box_success{
	color: #fff!important;
}

/* Mobile Menu */
@media only screen and (max-width: 479px){
	.menu_mobile .sc_layouts_logo img{
		max-height: 50px!important;
	}
	.menu_mobile.opened .menu_mobile_nav_area > ul > li {
    border-bottom: 1px solid rgb(255, 255, 255, 0.3);
    padding: 8px 0px;
}
	.menu_mobile.opened .menu_mobile_nav_area > ul > li:last-child {
    border-bottom: 0px!important;
}
	#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner{
		height: 60vh;
	}
}