<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';
/*
 Theme Name:   Fire Department Child
 Theme URI:    http://firedepartment.ancorathemes.com/
 Description:  Fire Department - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     fire-department
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  fire_department
*/


@import url("../fire-department/style.css?v=1");


/* =Theme customization starts here
-------------------------------------------------------------- */
.top_panel_wrap .logo_main {
    max-height: 115px;
    width: auto;
}

.scheme_original input[type="text"],
.scheme_original input[type="number"],
.scheme_original input[type="email"],
.scheme_original input[type="search"],
.scheme_original input[type="password"],
.scheme_original select,
.scheme_original textarea {
	color: #000 !important;
}

/* The parent theme left out input[type="tel"] so we are adding it here so the border appears */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
	-webkit-appearance: none;
	outline: none;
	resize: none;
	padding: 0.45em 0.5em;
	border: 1px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}


/* HOME SLIDER MOBILE EDITS */
@media screen and (max-width: 480px) {

h2.home-slide-three-title {
font-size:23px !important;
padding-bottom: 25px !important;
}


h2.home-slide-three-title {
font-size:48px !important;
font-family:raleway !important;
font-weight:700 !important;
}


}
/* END HOME SLIDER MOBILE EDITS */


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 45%;
    margin-left: 0;
	min-width: 475px;
}</pre></body></html>