/*!
Theme Name: Wearnes
Theme URI: wearnes
Author: Appiloque
Author URI: https://appiloque.com/
Description: Customized theme for wearnesauto.com
Version: 1.0.0
License: Proprietary
Text Domain: app-wpstarter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

starter is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("assets/css/normalize.css");
@import url("assets/css/webflow.css");
@import url("assets/css/wearnes-revamp-v3.webflow.css");
/*@import url("assets2/css/wearnes-revamp-v3.webflow.css");*/

/*CUSTOMISE CODE*/
.utilities-container p {
	line-height: 1.6;
}
.sort-filter-dropdown .dropdown-list.w--open {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sort-filter-dropdown .checkbox-field {
	width: 100%;
}
.accordion-bottom ul li {
	margin-bottom: 0;
}
.accordion-bottom p:not(:first-child) {
	margin-top: 25px;
}
.accordion-bottom .button-solid---black.list-button {
	margin-top: 25px;
}
.promo-block .promo-image {
	background-size: contain;
}
.leasing-grid-car-block .leasing-grid-text-container {
	width: 100%;
}
.nav-bar-wearnes-container.black {
	background-color: #000;
}
.nav-bar-wrapper-2.nav-bar {
	margin-bottom: 22px;
}

@media screen and (max-width: 991px){
	.usp-image-wrapper {
		top: 26vh;
	}
}




/* May need to implement this depending on UAT reply by client
.home-logo-background {
	height: 100px !important;
} */
