/*
Theme Name: Allure Motorsports by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, grey, black, white.
*/

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #111;
	background-color: #fff;
	font-family: acumin-pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .06em;
}
.clear {
    clear: both;
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}

/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #999;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #333;
}

/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 20px 0;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 800;
	line-height: 1em;
}
h1 {
	margin-top: 0;
    font-size: 4.0em;
}
h2 {
    font-size: 3.0em;
}
h3 {
    font-size: 2.5em;
}
h4 {
    font-size: 2.0em;
}
h5 {
    font-size: 1.5em;
}
h6 {
    font-size: 1em;
}
p {
    font-size: 1em;
    line-height: 2em;
    margin: 20px 0;
}
a {
	color: #ed3d41;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #111;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
    margin: 20px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
    margin: 20px 0;
}
li {
    font-size: 1em;
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}

/* 	
== HEADER ==*/

header {
	padding: 40px 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 99;
	transform: translateZ(0);
	background-color: transparent;
}
.logo {
    width: 312px;
    height: 91px;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
    transition: all .4s ease-in-out;
}
.logo:hover {
	opacity: .8;
}

/* 	
== HOME PAGE ==*/

.hero {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 1155px;
	padding: 70px;
	background-image: url("images/home/bg-hero.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.heroText {
	color: #fff;
	max-width: 1100px;
}
.heroText h1 {
	line-height: .9em;
}
.heroText .small {
	font-size: 1.5em;
}
.heroText .large {
	font-size: 8vw;
	margin-left: -10px;
}
.heroText p {
	margin: 0;
	max-width: 640px;
}
/* Two Wrap */
.twoWrap, .fourWrap {
	width: 100%;
	display: flex;
}
.twBox {
	width: 50%;
	height: 560px;
	padding: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	color: #fff;
}
.twb1 {background-image: url("images/home/bg-01.jpg");}
.twb2 {background-image: url("images/home/bg-02.jpg");}
.shade {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.3);
	opacity: 0;
    transition: all .4s ease-in-out;
}
.twBox:hover .shade,
.fourBox:hover .shade,
.sixBox:hover .shade,
.carBox:hover .shade {
	opacity: 1;
}
.twBox h2 {
	font-size: 1.75em;
	margin: 0;
	position: absolute;
	z-index: 10;
}
.twb1 h2 {
	bottom: 20px;
	right: 20px;
}
a.topIt {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/* Four Box */
.fourBox {
	width: 25%;
	padding: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.fourBox h2, .fourBox h3 {
	margin: 0;
}
.fourBox h3 {
	font-size: 1.75em;
	position: absolute;
	z-index: 10;
	bottom: 20px;
}
.fourBox span, .sixBox span, .threeCol span, .cbText span {
	font-weight: 400;
}
a.bigLink {
	font-size: 2em;
	font-weight: 700;
	color: #111;
}
.fb1 {padding: 20px 30px;}
.fb2 {background-image: url("images/home/bg-03.jpg");}
.fb3 {background-image: url("images/home/bg-04.jpg");}
.fb4 {background-image: url("images/home/bg-05.jpg");}
.fb1 p {
	font-size: 1.15em;
}
.fb2, .fb3, .fb4 {
	color: #fff;
}
/* How It Works */
.hiwWrap {
	width: 100%;
	padding: 120px 0;
	color: #fff;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("images/home/bg-06.jpg");
}
.hiwWrap h2 {
	margin: 0 0 120px 0;
}
.hiwWrap h3 {
    font-size: 1.75em;
    margin-bottom: 0;
}
.hiwWrap p {
    margin: 0;
}
.hiwFlex {
	padding: 0 30px;
	display: flex;
	justify-content: space-evenly;
}
.hiwColumn {
	width: 100%;
	max-width: 250px;
}
/* Six Box */
.sixWrap {
	width: 100%;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
}
.sixBox {
	width: 33.33%;
	height: 400px;
	position: relative;
}
.sb1 {background-image: url("images/home/bg-07.jpg");}
.sb2 {background-image: url("images/home/bg-08.jpg");}
.sb3 {background-image: url("images/home/bg-09.jpg");}
.sb4 {background-image: url("images/home/bg-10.jpg");}
.sb5 {background-image: url("images/home/bg-11.jpg");}
.sb6 {background-image: url("images/home/bg-12.jpg");}
.sixBox img {
	width: 100%;
	max-width: 417px;
}
.sbShade {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
    transition: all .4s ease-in-out;
}
.sixBox:hover .sbShade, .brandBox:hover .sbShade {
	background-color: rgba(0,0,0,.3);
}
.sixBox h3 {
	margin: 0;
	font-size: 1.75em;
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 20px;
}
/* Why Us */
.whyWrap {
	padding: 100px 100px 150px 100px;
	text-align: center;
}
.colBox {
	display: flex;
}
.threeCol {
	width: calc(33.33% - 50px);
	margin: 25px;
	padding: 50px;
	border-radius: 30px;
	box-shadow: 8px -8px 6px 0px rgba(0,0,0,.10);
	text-align: left;
}
.whyWrap h2 {
	margin: 0;
}
.whyWrap p {
	margin: 10px 0;
}
.threeCol img {
	display:block;
	width: 100%;
	max-width: 175px;
	margin: auto;
}
.threeCol h3 {
    font-size: 1.75em;
    margin: 30px 0 0 0;
}
.threeCol a {
	color: #111;
}
/* Testimonials */
.testWrap {
	padding: 0px 100px 150px 100px;
	text-align: center;
}
.testWrap h2 {
	margin: 0 0 30px 0;
}
.testWrap .threeCol h3 {
	text-transform: none;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.pageBox {
	width: 100%;
	padding: 150px 20px 120px 20px;
}
.pageText {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.pageFlex {
	display: flex;
	max-width: 1350px;
    margin: auto;
}
.sidebar {
	width: 200px;
    margin-right: 50px;
	padding-top: 15px;
}
.sidebar .button {
	width: 100%;
	margin: 5px 0px 5px 0px;
}
/* OUR FLEET */
.bannerFleet {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 1265px;
	padding: 50px 50px 300px 50px;
	background-image: url("images/page/hero-fleet.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.bannerFleet h1, .bannerAbout h1 {
	font-size: 8vw;
	color: #fff;
}
.erWrap {
	width: 100%;
	margin-top: -190px;
	padding: 0 20px;
	position: relative;
	z-index: 10;
	color: #fff;
	text-align: center;
}
.erWrap h2 {
    margin: 0 0 40px 0;
}
.brandWrap {
	width: 100%;
	max-width: 1420px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.brandBox {
	height: 530px;
	width: calc(25% - 40px);
	margin: 0 20px 40px 20px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bb1 {background-image: url("images/page/bg-acura.jpg");}
.bb2 {background-image: url("images/page/bg-corvette.jpg");}
.bb3 {background-image: url("images/page/bg-tesla.jpg");}
.bb4 {background-image: url("images/page/bg-mercedes.jpg");}
.brandBox .sbShade {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.brandBox img {
	width: 100%;
	max-width: 230px;
}
.rentalWrap {
	width: 100%;
	padding: 70px;
	color: #fff;
	background-image: url("images/page/bg-page01.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.rentalWrap h2 {
	margin-top: 0;
}
.rentalBox {
	display: flex;
}
.rentalBox img {
	width: 125px;
	height: 125px;
	margin: 20px 40px 20px 0;
}
.rbText {
	max-width: 480px;
}
.rbText h3 {
	font-size: 1.75em;
    margin: 30px 0 0 0;
}
.rbText h2 {
    margin: 0 0 40px 0;
}
.rbText p {
	margin: 10px 0 30px 0;
}
.carWrap {
	width: 100%;
	padding: 50px 50px 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.carBox {
	width: calc(50% - 50px);
	max-width: 830px;
	margin: 0 25px 25px;
	border-radius: 30px;
	box-shadow: 8px -8px 6px 0px rgba(0,0,0,.10);
	position: relative;
}
.carBox .fas {
	color: #fff;
	font-size: 2em;
	text-shadow: 0 0 4px rgba(0,0,0,.1);
	position: absolute;
	z-index: 10;
	top: 250px;
	right: 20px;
}
.cbBG {
	height: 500px;
	padding: 20px;
	border-radius: 30px 30px 0 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.cbBG .shade {
	border-radius: 30px 30px 0 0;
}
.cbText {
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
a .cbText {
	color: #111;
}
.cbText h5 {
	margin: 0;
}
.alignRight {
	text-align: right;
}
/* ABOUT US */
.bannerAbout {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 850px;
	padding: 50px;
	background-image: url("images/page/hero-about.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.missionWrap {
	width: 100%;
	padding: 100px 50px;
	background-image: url("images/page/bg-page02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.missionWrap p {
	max-width: 660px;
}
.valuesWrap {
	width: 100%;
	padding: 50px;
}
.valuesBox {
	width: 100%;
	padding: 50px;
	border-radius: 30px;
	box-shadow: 8px -8px 6px 0px rgba(0,0,0,.10);
	display: flex;
	justify-content: space-between;
}
.vbText {
	width: 100%;
	max-width: 600px;
	margin-right: 50px;
}
.vbSide {
	display: flex;
	flex-wrap: wrap;
	max-width: 700px;
}
.value {
	text-align: center;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.value h5 {
    margin: 30px 0 10px 0;
}
.value p {
	width: 100%;
	max-width: 200px;
	margin: auto;
    font-size: .8em;
}
.iconCircle {
	width: 124px;
	height: 124px;
	margin: 0 auto 0 auto;
	border-radius: 62px;
	box-shadow: 8px -8px 6px 0px rgba(0,0,0,.10);
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 	
== FOOTER ==*/

footer {
    width: 100%;
	color: #fff;
	line-height: 1em;
}
footer a {
	text-decoration: none;
	color: #fff;
}
footer a:hover {
	color: #aaa;
}
.footTop {
	width: 100%;
	padding: 50px;
	background-image: url("images/global/bg-foot-top.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.footBot {
	width: 100%;
	padding: 50px;
	background-image: url("images/global/bg-foot-bot.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
    justify-content: space-between;
	align-items: end;
	position: relative;
}

.footLogo {
	width: 265px;
	height: 172px;
	margin: 0 auto 0 auto;
	background-image: url("images/global/logo-foot.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footNav {}
.footNav2 {}
.footNav ul {
    text-align: left;
}
.footNav2 ul {
    text-align: right;
}
.footNav ul, .footNav2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    font-size: 1.2em;
}
.footBot p {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}
.footBot .fab {
	font-size: 2em;
	margin: 0 10px 10px;
}
.footBot img {
	width: 100%;
	max-width: 312px;
	margin: auto;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
}

/* 	
== ENEWS ==*/

.enews {
	width: 100%;
	max-width: 710px;
	margin: 0;
	line-height: 1em;
	text-align: left;
}
.enews h5 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 2.2em;
}
.enews p {
    margin: 10px 0 20px 0;
    font-weight: 400;
}
.enews input {
	color: #FFF;
    font-size: 1em;
}
.enews input.email {
	width: 100%;
	min-width: 100px;
	margin: 0px;
	display: block;
    font-size: 26px;
	font-weight: 400;
	padding: 5px 0px;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
}
.enews .enewsButton {
    font-size: 26px;
	font-weight: 700;
	padding: 5px 10px;
	color: #fff;
	letter-spacing: .08em;
	text-transform: uppercase;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	position: relative;
	display: inline-block;
    transition: all .4s ease-in-out;
}
.enews .enewsButton:hover {
	background-color: #fff;
	color: #111;
}
input.email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ececec;
}
input.email::-moz-placeholder { /* Firefox 19+ */
  color: #ececec;
}
input.email:-ms-input-placeholder { /* IE 10+ */
  color: #ececec;
}
input.email:-moz-placeholder { /* Firefox 18- */
  color: #ececec;
}


/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #00529f;
}
#texty p a {
	color: #00529f;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #999;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}


/* 	
== Gravity Forms ==*/

.gform_wrapper {
	text-align: left;
}
.gform_wrapper input, .gform_wrapper select {
    border: 2px solid #333;
    background-color: transparent;
    color: #333;
}
.gform_wrapper textarea {
    border: 2px solid #333;
    background-color: transparent;
    color: #333;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper li {
    line-height: 0 !important;
}
.gform_footer {
    padding: 0 0 10px;
	text-align: left;
}
.gform_footer input {
    padding: 15px 30px;
    color: #FFF;
	background: #333;
	border: 1px solid #333;
    font-weight: 400;
    text-transform: uppercase;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: #FFF;
	color: #333;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 10px !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    margin-top: 15px;
}
.gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
}
.gform_wrapper textarea.medium {
    margin-top: 8px;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #333;
}
.gform_wrapper .button {
	margin: 0;
}


/* 	
== WORDPRESS FIXES ==*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper100 {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed,
.mapWrapper100 iframe, .mapWrapper100 object, .mapWrapper100 embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 	
== RESPONSIVE STYLES ==*/

/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
	.whyWrap, .testWrap {padding-right: 30px; padding-left: 30px;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.colBox {flex-direction: column;}
	.threeCol {width: 100%; margin: 20px 0; padding: 30px;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.twoWrap, .fourWrap {flex-direction: column;}
	.twBox, .fourBox {width: 100%;}
	.fb1 {padding: 50px 30px;}
	.fb2, .fb3, .fb4 {min-height: 300px;}
	.fb4 {background-position: top;}
	.hiwColumn {width: 50%; margin: 0 40px 40px 40px;}
	.footBot, .footTop {padding: 50px 30px;}
	.footBot {padding: 160px 30px 140px 30px;}
	.carWrap {padding: 50px 30px 0 30px;}
	.carBox {width: 100%; margin: 0 0 30px;}
	
	.valuesBox {justify-content: unset; flex-direction: column;}
	.vbText {max-width: 100%; margin: 0 0 50px 0;}
	.vbSide {max-width: 100%;}
	.value {min-width: 240px;}
}

/* Custom */
@media only screen and (max-width: 900px) {
	.brandBox {width: calc(50% - 40px);}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 3em;}
	h2, .fullWrap h2 {font-size: 2.5em;}
	h3 {font-size: 2em;}
	h4 {font-size: 1.75em;}
	h5 {font-size: 1.5em;}
	h6 {font-size: 1.25em;}
	
	.hero {padding: 50px;}
	.heroText .large, .bannerFleet h1, .bannerAbout h1 {font-size: 12vw;}
	.sixBox {width: 50%;}
	.rentalWrap {padding: 70px 30px;}
	.rentalBox img {margin: 20px 20px 20px 0;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	
	.vbSide {align-items: center; flex-direction: column; flex-wrap: nowrap;}
	.value {width: 100%;}
	.value p {max-width: 100%;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.footBot {padding: 30px; display: block; justify-content: unset; align-items: unset;}
	.footBot img {position: relative; top: unset; left: unset; right: unset; display: block; margin-bottom: 30px;}
	.footNav ul, .footNav2 ul {text-align: center;}
	.footBot p {position: relative; bottom: unset; left: unset; right: unset; display: block; margin-top: 30px;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.brandBox {width: 100%;}
	.missionWrap {padding: 100px 30px}
	.valuesWrap {padding: 30px;}
	.valuesBox {padding: 50px 30px}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	
}

/* Smaller Devices */
@media only screen and (max-width: 500px) {
	header {padding: 20px;}
	.logo {width: 250px; height: 72px;}
	.heroText .large, .bannerFleet h1, .bannerAbout h1 {font-size: 10vw;}
	.hiwColumn {width: 100%; margin: 0 0 40px 0;}
	.sixBox {width: 100%;}
	.rentalWrap {padding: 70px 20px;}
	.rentalWrap h2 {font-size: 8vw;}
	.rentalBox {padding: 15px 0;}
	.rentalBox img {width: 100px; height: 100px; margin: 0px 20px 0px 0;}
	.rbText h3 {margin: 0; font-size: 5vw;}
	.rbText p {margin: 10px 0 0px 0;}
	.carWrap {padding: 50px 20px 0 20px;}
}
