/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
th, td.th {
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    vertical-align: bottom;
    padding: 5px;
    background-color: #F8FAFA;
    border: 1px solid #D8EBF6;
}
td {
    font-size: 0.9em;
    padding: 5px;
    text-align: center;
    margin: 0;
    border: 1px solid #D8EBF6;
}
.grid-img img {
    height: 130px;
    width: auto ! Important;
    margin: auto ! Important;
    display: block;
}
.owl-prev, .owl-next {
    background: #21212199 ! Important;
}
h5.heavy.remove-bottom {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
}
ul.w-nav-list.level_2 {
    box-shadow: none ! Important;
}
.home-slider.l-section {
    min-height: 45vh ! Important;
}
.home-slider h1 {
    font-weight: 600;
    color: #FFF;
    text-align: center;
    text-shadow: 2px 2px 4px #000;
    font-size: 75.459px;
    line-height: 90px;
}
.splash {
    font-weight: 300;
        font-size: 40px;
    line-height: 50px;
    color: #FFF;
    padding: 20px;
    text-align: center;
    width: 90%;
    max-width: 1000px;
    margin: 3vw auto;
    background-color: rgba(44, 135, 190, 0.7);
}
.catnav li a {
    display: block;
    color: #023E84;
    font-weight: 600;
    text-align: left;
    height: 50px;
    padding-left: 40px;
    padding-top: 12px;
    text-decoration: none;
    background-image: url(/wp-content/uploads/2025/05/bullet-blue.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.catnav ul {
	list-style-type: none;
}
.catnav li a:hover {
    color: #F40087;
    text-decoration: none;
    background-image: url(/wp-content/uploads/2025/05/bullet-pink.png);
}
@media only screen and (max-width: 1024px) {
.home-slider h1 {
    font-size: 40px;
    line-height: 50px;
}
	.splash {
    font-size: 21px;
    line-height: 33px;
}
	.l-main {
    text-align: Center ! Important;
}
	.l-main img {
    text-align: center ! Important;
    margin: auto;
}
	.l-footer p {
    text-align: center ! Important;
}
	.l-main ul {
    margin: 0 0 20px 0 !important;
}
.l-main ul li {
    list-style-position: inside;
}