/* ------------------------------ 
	2000px CUSTOM SIZE
------------------------------ */
@media screen and (max-width: 1999px) {

}




/* ------------------------------ 
	1400px CUSTOM SIZE
------------------------------ */
@media screen and (max-width: 1399px) {

}




/* ------------------------------ 
	1300px CUSTOM SIZE
------------------------------ */
@media screen and (max-width: 1300px) {

}
 
 
 

/* ------------------------------ 
	1199px LARGE
------------------------------ */
@media screen and (max-width: 1199px) {

}




/* ------------------------------ 
	991px MEDIUM
------------------------------ */
@media screen and (max-width: 991px) {
	/* Mobile Nav */
	#takeover-nav .nav-bg #nav-close, .modal-close {
		top: 15px;
		right: 20px;
	}
	/* Hero */
	#home-hero:before {
		height: 40%;
	}
	#home-hero:after {
		height: 60%;
	}
	/* Interior Hero */
	#interior-hero .py-150 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.quote-box {
		max-width: 100%;
		margin-top: 20px;
	}
	.form-box {
		margin-top: 0;
	}
	/* Content: Overlay */
	.full-width-overlay .content-box {
		transform: translate(0, 100%);
	}
	.full-width-overlay .content-box.in-view {
		transform: translate(0, 20%);
	  }
	.half-width-overlay .content-box {
		transform: translate(0, 0%);
	}
	.half-width-overlay .content-box.in-view {
		transform: translate(0, -20%);
	  }
	.full-width-overlay.mb-200 {
		margin-bottom: 250px !important;
	}
	/* Footer */
	.footer-form {
		flex-basis: unset;
		width: 100%;
	}
}




/* ------------------------------ 
	768px - SMALL
------------------------------ */
@media screen and (max-width: 767px) {
	/* Navigation */
	#takeover-nav .nav-bg {
		background: #0A0A0A;
		min-height: auto;
		height: 70px;
	}
	#takeover-nav .nav-menu {
		min-height: calc(100vh - 70px);
	}
	#takeover-nav .main-nav .has-sub-nav {
		position: relative;
	}
	#takeover-nav .main-nav .has-sub-nav:after {
		/* padding-top: 4px; */
		top: 0;
	}
	#takeover-nav .main-nav .dropdown-toggle::after {
		border: none;
	}
	#takeover-nav .main-nav .sub-nav-container {
		position: unset;
		left: unset;
		top: unset;
		width: unset;
		height: unset;
		visibility: unset;
		opacity: unset;
	}
	/* WPSL */
	#wpsl-search-wrap .wpsl-input {
		width: 100%;
	}
	.search-bar {
		width: 100% !important;
	}
	/* General */
	.w-60 {
		width: 100% !important;
	}
	.wpsl-store-location {
		margin: -80px 15px 0px;
	}
}




/* ------------------------------ 
	640px - CUSTOM SIZE
------------------------------ */
@media screen and (max-width: 639px) {
	/* Hero */
	#home-hero:before {
		height: 30%;
	}
	#home-hero:after {
		height: 70%;
	}
}




/* ------------------------------ 
	576px - EXTRA SMALL
------------------------------ */
@media screen and (max-width: 575px) {
	/* Hero */
	#home-hero:before {
		height: 20%;
	}
	#home-hero:after {
		height: 80%;
	}
	/* Eval Form */
	#eval-form .hs_marketing_buckets li.hs-form-checkbox {
		width: 100%;
	}
	/* Sliders */
	.slider-title {
		margin-bottom: 70px !important;
		text-align: center;
	}
	.flickity-prev-next-button.previous {
		right: calc(50% + 10px) !important;
	}
	.flickity-prev-next-button.next {
		right: calc(50% - 50px) !important;
	}
	/* Buttons */
	.btn {
		padding: .65em 1.25em;
		font-size: .875em;
	}
}




/* ------------------------------ 
	480px - CUSTOM SIZE
------------------------------ */
@media screen and (max-width: 479px) {
	/* Footer */
	.copyright {
		width: 100%;
	}
	.copyright-spacer {
		display: none;
	}
	.privacy-policy {
		width: 100%;
		display: block;
		margin-top: 10px;
	}
}




/* ------------------------------ 
	380px - CUSTOM SIZE
------------------------------ */
@media screen and (max-width: 379px) {

}