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

.ul-ls-none ul {
	list-style-type: none !important;
}
/*
body.home .l-canvas {
	background: var(--color-alt-content-bg-alt);
}

body:not(.logged-in) .hide-not-loggedin {
	display: none !important;
}

.justify-content-for-flex .w-grid-list {
    justify-content: center;
}

.w-grid.type_grid.layout_shop_modern .w-grid-item-h:hover .usg_vwrapper_1 {
    transform: none;
}


.w-grid.type_grid.layout_blog_side_image .w-post-elm.post_date {
	display: none;
}



.w-socials.color_brand .w-socials-item-link {
    color: var(--color-footer-link) !important;
}

@media (min-width: 1281px) {
	.l-header {
		background: red;
	}
	.home .l-header:not(.sticky) .l-subheader.at_middle .l-subheader-cell.at_center .w-image {
		display: none!important;
	}
}

@media (min-width: 1025px) and (max-width: 1110px) {
	.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn) {
		padding-left: 13px !important;
  		padding-right: 13px !important;
	}
}

@media (max-width: 768px) {
	.w768_left.vc_column_container {
		text-align: left!important;
		line-height: 32px!important;
	}
}*/