/*
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:*/
.header-logo {
	font-weight: bold;
    /*transform: scale(1.5, 1);*/
    display: inline-block;
}

.usg_hwrapper_1 {
	display: inline-flex;
	margin-right: 2%;
}
.usg_hwrapper_1.valign_top {
	align-items: center;
}
/*.product_cat-misc .w-grid-item-h {
	display: flex;
    justify-content: space-between;
    align-items: center;
}*/
.banner .wpb_wrapper {
	position: relative;
}
.banner .w-btn-wrapper {
	position: absolute;
	top: 43%;
	width: 150%;
}
.slogan, .slogan2 {
	position: absolute;
	top: 70%;
}
.slogan {
	left: 0;
	font-size: 44px;
	font-weight: 700;
	line-height: 48px;
}
.slogan2 {
	left: 70%;
	font-size: 22px;
	line-height: 24px;
}
.w-grid-item.product .w-grid-item-h {
	padding: 31px 12px 14px 12px;
	border: 2px solid #00A0E3;
}
li::marker {
	color:#00A0E3;
}
/*Tables*/
th, td:first-child {
    background: #00A0E3;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
}
td h4 {
	color: white;
	text-align: center;
}
th, td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}


@media (max-width:900px) {
	.banner .w-btn-wrapper {
		top: 36%;
		width: 100%;
	}
	.slogan {
    	font-size: 28px;
    	line-height: 36px;
    }
	.slogan2 {
    	font-size: 16px;
    	line-height: 18px;
    }
}
@media (max-width:600px) {
	.banner .w-btn-wrapper {
		top: 25%;
	}
	.slogan {
	    top:60%;
    	font-size: 16px;
    	line-height: 22px;
    }
	.slogan2 {
	    top:60%;
	    left:60%;
    	font-size: 9px;
    	line-height: 11px;
    }
	.product_cat-misc .w-grid-item-h	{
		display: block;
	}
	.usg_hwrapper_1 {
		display: block;
	}
	td h4 {
		font-size: 16px;
	}
	th, td {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
    	font-size: 14px;
	}
}