/*
Theme Name: 
Theme URI: 
Description: Bespoke Theme developed by Adrian @ AlphaWebServices.net
Author: Adrian Jones
Version: 1.0
License: 
License URI: 
Tags: 
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

*		{margin: 0; border: 0; padding: 0; outline: 0; box-sizing: border-box;}
p, a, small, li, textarea, input, label, td, tr, .gform_confirmation_message, div, .uabb-adv-accordion-content p {font-family: "Poppins", sans-serif; font-weight: normal; font-style: normal;}
h1, h2, h3, h4, h5		{font-family: "Poppins", sans-serif; font-weight: 700; font-style: normal;}
.clear		{clear: both;}
a		{text-decoration: none;}
html		{overflow-y: scroll; background-color: #fff; scroll-behavior: smooth;}
ul		{list-style-type: none;}
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}
img         {max-width: 100%; max-height: 100%;}

.wrapper        {width: 1300px; margin: 0 auto; position: relative;}
.wrapper:after  {content: ""; display: block; clear: both;}

.yPadding        {padding-top: 80px; padding-bottom: 80px;}
.centered       {text-align: center;}

.flex			{display: flex;}
.align-center	{align-items: center;}
.align-bottom	{align-items: flex-end;}
.justify-between	{justify-content: space-between;}
.justify-center		{justify-content: center;}

#header         {padding: 20px 0; border-bottom: 5px solid #b4babe;}
#header .logo   {width: 33%;}
#header .menu	{width: 66%; padding-top: 30px;}
#header .menu > li  {position: relative; display: inline-block; vertical-align: top;}
#header .menu > li + li     {margin-left: 30px;}
#header .menu > li > a      {font-size: 18px; color: #05060a; letter-spacing: .03em;}
#header .menu > li > a:after	{content: ""; width: 100%; height: 0; border: 0 solid #b4babe; border-top-width: 2px; display: block; transition: transform .2s ease-out,opacity .2s ease-out; opacity: 0; transform: scaleX(0); margin-top: .2em; transform-origin: left;}
#header .menu > li > ul     {position: absolute; display: none; top: 100%; left: -15px; z-index: 999;}
#header .menu > li > ul > li    {padding: 8px 0;}
#header .menu > li > ul > li > a    {display: block; padding: 0 15px; white-space: nowrap;}
#header .menu > li.active > a,
#header .menu li:hover > a		{color: #b4babe;}
#header .menu > li.active > a:after,
#header .menu li:hover > a:after	{transform: scaleX(1); opacity: 1;}
#header .menu > li:hover > ul       {display: block;}
#header .menu > li.menu-item-has-children > a:after	{content: "\f0d7"; font-family: 'Font Awesome 5 Free'; font-weight: 900; padding-left: 7px;}

.content h1         {color: #282324; margin-bottom: 30px; text-align: center; text-transform: uppercase; letter-spacing: 1px;}
.content h2         {color: #282324; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 1px;}
.content h3         {color: #282324; margin-bottom: 20px;}
.content h4         {color: #282324; margin-bottom: 15px;}
.content h5         {color: #282324; margin-bottom: 15px;}
.content p          {line-height: 150%; color: #282324;}
.content p + *		{margin-top: 15px;}
.content a          {font-weight: bold; color: #587e5d;}
.content ul         {margin-left: 30px; margin-bottom: 20px;}
.content ul li      {color: #282324; padding: 8px 0; list-style-type: disc;}
.content ol         {margin: 0 0 20px 30px;}
.content ol li      {color: #282324; padding: 8px 0; list-style-type: decimal;}
.content .fl-pricing-table li   {list-style-type: none;}
#more_posts			{display: block; max-width: 250px; background: #000; color: #fff; border-radius: 2px; text-align: center; font-size: 17px; font-weight: 600; cursor: pointer; text-transform: uppercase; padding: 12px 0; margin: 60px auto 0; border-radius: 5px; -webkit-border-radius: 5px;}

#footer			{background: #05060a; padding: 40px 0; color: #fff;}
#footer .flex > div		{width: 33%; text-align: center;}
#footer img		{max-height: 140px;}
#footer p		{font-size: 13px; font-weight: 300;}
#footer a.footBtn		{display: inline-block; background: #b4babe; color: #463939; padding: 14px 22px; font-size: 14px;}
#footer a.footBtn:hover		{color: #fff;}
#footer ul		{margin-top: 30px;}
#footer ul li	{display: inline-block; margin: 0 10px;}
#footer ul li i		{font-size: 24px;}
#footer ul li a		{color: #b4babe;}
.copy			{background: #b4babe; color: #fff; padding: 12px 0;}
.copy p			{font-size: 12px;float: left;}
.copy p + p		{float: right;}
.copy p a		{color: #fff;}

.carGrid		{margin-top: 40px;}
.carGrid .flex			{flex-wrap: wrap; justify-content: flex-start;}
.carGrid .flex > div	{width: calc((100% / 3) - 20px); border: 1px solid #000; margin-bottom: 30px; margin-left: 30px;}
.carGrid .flex > div:nth-of-type(3n+1)	{margin-left: 0;}
.carGrid .flex .imgInner	{position: relative;}
.carGrid .flex .imgInner:before		{content: ""; display: block; padding-top: 50%;}
.carGrid .imgInner .overlay	{position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0);}
.carGrid .flex > div:hover .imgInner .overlay		{background: rgba(0,0,0,0.5);}
.carGrid .flex > div .text	{padding: 20px;}

.singleCarBanner		{height: 500px;}
.singleCar .carDesc		{border: 1px solid #000; padding: 25px; margin: 40px 0;}
.singleCar .carGallery			{margin: 40px 0;}
.singleCar .carGallery .flex	{flex-wrap: wrap; justify-content: flex-start;}
.singleCar .carGallery .flex > div		{width: calc(25% - 15px); border: 1px solid #000; padding: 5px; margin-bottom: 20px; margin-left: 20px;}
.singleCar .carGallery .flex > div:nth-of-type(4n+1)	{margin-left: 0;}
.singleCar .carGallery .imgInner		{position: relative;}
.singleCar .carGallery .imgInner:before		{content: ""; display: block; padding-top: 100%;}
.singleCar .carGallery .imgInner .overlay	{position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0);}
.singleCar .carGallery .flex > div:hover .imgInner .overlay		{background: rgba(0,0,0,0.5);}


.gform_wrapper label, .gfield_required, .gform_confirmation_message		{color: #1572b8;}
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select	{border: 1px solid #1572b8;}
.gform_footer .button				{background: #1572b8; color: #fff; padding: 8px 14px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;}
.gform_wrapper div.validation_error, .gform_wrapper .ginput_container + .gfield_description.validation_message {display: none;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required, .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {margin: 0!important; padding: 0!important;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border: 0!important; background-color: transparent!important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {padding-left: 0!important;}

@media all and (max-width : 600px) {

}