/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}


/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

*:focus {
	outline: none !important;
}

section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Make Gutenberg Editor Fill Width */
.wp-block {
	max-width: 100%;
}

/* Dropdown toggle activate on hover */
.nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    display: block;
}


/* ==========================================================================
   Custom CSS
   ========================================================================== */
.spacer{
	float:left;
	width:100%;
}


/* General Styles */


body {
  font-family: 'Lato', sans-serif;
  color: #5c5a70;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}

h1 {
  font-size: 44px;
  line-height: 68px;
}

h2 {
  font-size: 32px;
  line-height: 56px;
  letter-spacing: 0.12em;
}

h4 {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.12em;
}

p {
  font-size: 16px;
  line-height: 32px;
}

.btn,
.cta-form .gform_wrapper.gravity-theme .gform_footer input,
.forms-header .gform_wrapper.gravity-theme .gform_footer input,
.approval-form .gform_wrapper.gravity-theme .gform_footer input,
.ribbon-form .form-container .gform_footer input {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  padding: 14px 24px;
  box-shadow: none !important;
  
  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.btn-primary,
.cta-form .gform_wrapper.gravity-theme .gform_footer input,
.forms-header .gform_wrapper.gravity-theme .gform_footer input,
.approval-form .gform_wrapper.gravity-theme .gform_footer input,
.ribbon-form .form-container .gform_footer input {
  background: #69962f !important;
  color: #ffffff !important;
}

.btn-primary:hover,
.cta-form .gform_wrapper.gravity-theme .gform_footer input:hover,
.forms-header .gform_wrapper.gravity-theme .gform_footer input:hover,
.approval-form .gform_wrapper.gravity-theme .gform_footer input:hover,
.ribbon-form .form-container .gform_footer input:hover {
  background: #587d27 !important;
}

.btn-secondary {
  background: none !important;
  border: 1px solid #69962f !important;
  color: #69962f !important;
}

.btn-secondary:hover {
  background: #587d27 !important;
  color: #ffffff !important;
}

.btn-info {
  background: none !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.btn-info:hover {
  background: #ffffff !important;
  color: #000000 !important;
}

.btn-danger {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}

.btn-danger:hover {
  background: #ededed !important;
}


/* Navbar */


.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  color: #000;
  z-index: 5000;
  padding: 20px;
  box-shadow: 0 3px 15px -1px rgb(0 0 0 / 30%), 0 2px 1px -1px rgb(0 0 0 / 5%);
}

body.admin-bar .navbar {
  top: 32px;
}

.navbar-brand {
  min-width: 195px;
}

/* add media query for mobile */
@media (max-width: 768px) {
  .navbar-brand {
    width: 60%;
  }
  .navbar-collapse{
    border-top: 1px solid #e6e6e6;
    margin-top: 10px;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  padding: 0;
  margin: 0 12.5px;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  
  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #69962f !important;
}

.navbar-nav .dropdown-menu {
  border-radius: 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 3px 15px -1px rgb(0 0 0 / 30%), 0 2px 1px -1px rgb(0 0 0 / 5%);
  background: #F2F4F7;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
  box-shadow: none !important;
  border: none !important;
}

.navbar-collapse {
  text-align: center; 
}

.navbar .dropdown .nav-toggle {
  display: none !important;
}


/* Home Hero */


.home-hero {
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}

.home-hero .container {
  position: relative;
  z-index: 15;
}

.home-hero .hero-bg {
  position: absolute;
  height: 100%;
  top: 0;
  right: -155px;
  z-index: 2;
}

.home-hero .hero-car {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 60%;
}

.home-hero h1 {
  margin: 0 0 15px;
  color: #030122;
}

.home-hero p {
  margin: 0 0 35px;
}


/* CTA Form */


.cta-form {
  padding: 75px 0;
  background-image: linear-gradient(0deg, #8cc63e 0%, #69962f 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.cta-form .image-mobile {
  display: none;
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 10;
  max-width: unset;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cta-form .container {
  position: relative;
  z-index: 15;
}

.cta-form h2 {
  margin: 0 0 15px;
}

.cta-form p {
  margin: 0 0 50px;
}

.cta-form .gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #ffffff !important;
}

.cta-form .gform_wrapper.gravity-theme .gfield_label .gfield_required {
  display: none;
}

.cta-form .gform_wrapper.gravity-theme .gfield input {
  font-family: 'Lato';
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 15px;
}

.cta-form .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 15px;
}

.cta-form .gform_wrapper.gravity-theme .gform_validation_errors h2 {
  text-transform: unset;
  text-align: center;
  letter-spacing: 1px;
}

.cta-form .gform_wrapper.gravity-theme .gfield_description {
  padding: 5px 10px;
  font-size: 12px;
}

.cta-form .gform_wrapper.gravity-theme .gfield_description.instruction {
  display: none;
}

.cta-form .gform_confirmation_message {
  font-size: 18px;
  font-weight: 700;
}


/* Dual CTA */


.dual-cta {
  padding: 75px 0;
}

.cta-card {
  padding: 45px;
  background: #F2F4F7;
  text-align: center;
  height: 100%;
}

.cta-card h4 {
  margin: 25px 0 0;
  color: #030122;
}

.cta-card p {
  margin: 0 0 40px;
}


/* Car Callout */


.car-callout {
  padding: 25px 0;
}

.car-callout h2 {
  margin: 0 0 55px;
  color: #030122;
}

.car-card {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  text-decoration: none !important;
  position: relative;
  height: 375px;
  margin-bottom: 30px;
  
  overflow: hidden;
}

.car-card .overlay,
.car-card .car-type-image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(105, 150, 47, .5);
  z-index: 5;
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  
  -webkit-transition: all 0.4s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.4s ease;/* Firefox 4-15 */
  -o-transition: all 0.4s ease;/* Opera 10.5-12.00 */
  transition: all 0.4s ease;/* Firefox 16+, Opera 12.50+ */
}

.car-card .overlay {
  opacity: 0;
  z-index: 6;
}

.car-card:hover .overlay {
  opacity: 1;
}

.car-card:hover .car-type-image {
  transform: scale(1.2);
}

.car-card h4 {
  position: relative;
  z-index: 8;
  opacity: 0;
  
  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.car-card:hover h4 {
  opacity: 1;
}

.car-callout .btn {
  margin-top: 25px;
}


/* Badges */


.badges {
  padding: 75px 0;
}

.badges h2,
.badges h4 {
  color: #030122;
}

.badges h2 {
  margin: 0 0 15px;
}

.badges .subtitle {
  margin: 0 0 55px;
}

.badge-card {
  background: #F2F4F7;
  padding: 35px;
  text-align: center;
  height: 100%;
}

.badge-card h2 {
  margin: 0 0 15px;
}

.badge-card h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.12em;
  color: #030122
}

.badge-card p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #030122;
  opacity: 0.8;
}

.badges .btn {
  margin: 30px 0;
}

.badges-disclaimer {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #030122;
  opacity: 0.8;
}

.badges-red {
  background: #69962f;
  color: #ffffff;
}

.badges-red h2,
.badges-red p {
  color: #ffffff;
}

.badges-red p {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  margin: 25px 0 0;
}

.badges-red .badge-card {
  background: rgba(255, 255, 255, 0.16);
}


/* Ribbons */


.ribbon {
  position: relative;
  color: #ffffff;
  margin-bottom: 200px;
}

.ribbon .container {
  position: relative;
  z-index: 5;
}

.ribbon::before {
  content: '';
  position: absolute;
  height: 125%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.ribbon.red::before {
  background: #8cc63e;
  transform: skewY(10deg);
}

.ribbon.blue::before {
  background: #69962f;
  transform: skewY(-10deg);
}

.ribbon-generic {
  padding: 75px 0;
}

.ribbon-generic h3 {
  margin: 0;
}

.ribbon-generic p {
  margin: 25px 0;
}

.ribbon-generic .hour-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ribbon-generic .hour-row p {
  margin: 0;
}


/* About Header */


.about-header-top {
  background-image: linear-gradient(0deg, #8cc63e 0%, #69962f 100%);
  color: #ffffff;
  padding: 100px 0 50px;
}

.about-header-top h2 {
  opacity: 0.5;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.08em;
  text-transform: none;
}

.about-header-top h1 {
  margin: 0;
}

.about-header-bottom {
  padding: 50px 0;
}

.about-header-bottom .col-lg-6 {
  position: relative;
}

.about-header-bottom img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.image-carousel .image-slide {
  display: block;
  height: 500px;
  width: 500px;
  margin: 10px 5px;
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


/* Mission Statament */

.mission-statement {
  background: #69962f;
  color: #ffffff;
  padding: 75px 0;
}

.mission-statement .col-lg-7 {
  position: relative;
}

.mission-statement .col-lg-7::before {
  content: url('../images/quote.svg');
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
}

.mission-statement .col-lg-7::after {
  content: url('../images/quote-1.svg');
  position: absolute;
  right: -110px;
  top: 50%;
  transform: translateY(-50%);
}


/* General Content */


.general-content {
  padding: 75px 0;
}


/* CTA */


.cta {
  padding: 75px 0;
}

.cta-wrapper {
  padding: 50px 0;
  background: #F2F4F7;
}

.cta-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #101828;
}

.cta-wrapper p a {
  color: #69962f;
}


/* Auxiliary Page */


.auxiliary-header {
  background: #08034F;
  color: #ffffff;
  padding: 75px 0 60px;
}
.auxiliary-body {
  padding: 75px 0;
}


/* Team Header */


.team-header {
  background-image: linear-gradient(0deg, #8cc63e 0%, #69962f 100%);
  color: #ffffff;
  padding: 65px 0;
}

.team-header p.small-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px;
  color: #ffffff;
}

.team-header h1 {
  margin: 0 0 20px;
}

.team-header p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 40px;
  color: #D8D7DF;
}

/* Team */


.team {
  padding: 75px 0;
}

.member-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}

.member-img {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.member-meta {
  padding: 25px;
}

.member-meta p {
  margin: 0;
}

.member-meta .member-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #030122;
  margin-bottom: 5px;
}

.member-meta .member-title {
  font-size: 18px;
  line-height: 28px;
  color: #69962f;
}


/* CTA - Red */


.cta-red {
  background: #69962f;
  color: #ffffff;
  padding: 75px 0;
}

.cta-red .btn {
  margin: 15px;
}

.cta-red p {
  font-size: 20px;
  line-height: 24px;
}


/* FAQ */


.faq {
  background: #1a1a1a;
  color: #ffffff;
  padding: 75px 0;
}

.faq h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.12em;
  margin-bottom: 35px;
}

.faq-card {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 25px;
  height: 100%;
}

.faq-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}

.faq-card .question {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.03em;
}

.faq-card a {
  color: #69962f;
}


/* Content - Wrapper */


.content-wrapper {
  padding: 75px 0;
}

.content-wrapper .wrapper-grey {
  background: #F2F4F7;
  padding: 80px 120px;
}

.content-wrapper h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 56px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #030122;
}

.content-wrapper a {
  color: #69962f;
}


/* Guarantee */


.guarantee {
  padding: 100px 0 75px;
  background: #69962f;
  color: #ffffff;
}

.guarantee-step {
  background: rgba(255, 255, 255, 0.16);
  text-align: center;
  padding: 30px 25px;
  height: 100%;
}

.guarantee-step h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.12em;
}

.guarantee-step p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}


/* Forms Header */


.forms-header {
  background: linear-gradient(0deg, #8cc63e 0%, #69962f 100%);
  color: #ffffff;
  padding: 100px 0 50px;
}

.forms-header hr {
  margin: 65px 0;
  opacity: 0.2;
  border-top: 1px solid #FFFFFF;
}

.forms-header .gform_required_legend {
  display: none;
}

.forms-header .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.forms-header .gfield input {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px !important;
  border: none !important;
}

.forms-header .gform_footer {
  padding: 0;
  margin: 0;
}

.forms-header .gform_footer .gform_button {
  width: 100%;
  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}


/* Form Red */


.form-red {
  padding: 75px 0;
  background: #69962f;
  color: #ffffff;
}

.form-red h2 {
  margin-top: 0;
}

.form-red p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
}

.form-red form {
  display: flex;
  align-items: center;
}

.form-red form .form-group {
  flex: 1;
  margin-right: 15px;
}

.form-red form .form-group input {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.16);
  font-size: 16px;
  padding: 12px 14px;
  color: #ffffff;
  border: none !important;
  box-shadow: none !important;
}

.form-red form .form-group input::placeholder {
  color: #ffffff;
}


/* Approval Header */


.approval-header {
  background-image: linear-gradient(0deg, #8cc63e 0%, #69962f 100%);
  color: #ffffff;
  padding: 135px 0 385px;
}

.approval-header h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 3.84px;
}

.approval-header p {
  font-size: 20px;
  line-height: 32px;
  margin: 10px 0 35px;
}

.approval-form-wrapper {
  background: #FFF;
  padding-top:50px;
  margin-top: -300px;
}
#if_widget{
  width: 100%;
  height: 1900px;
}
.locations-red{
  overflow: hidden;
}
.navbar-light .navbar-nav .btn-primary{
  padding: 10px 5px;
}
.navbar-light .navbar-nav .btn-primary .nav-link ,
.navbar-light .navbar-nav .btn-primary .nav-link:hover,
.navbar-light .navbar-nav .btn-primary.nav-item.active .nav-link{
  color:#FFF !important;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  #if_widget {
    height: 2800px;
  }
}

.approval-form-wrapper p {
  color: #4E4D60;
  font-size: 20px;
  line-height: 32px;
}

.approval-form-wrapper label {
  color: #030122;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.approval-form-wrapper .gfield input {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  font-family: Lato;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  padding: 12px !important;
}

.approval-form-wrapper .gchoice label {
  color: #030122;
  font-size: 16px !important;
  font-family: Lato;
  line-height: 24px;
  margin-left: 12px;
}


/* What's Next */


.whats-next p {
  color: #030122;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.24px;
}

.next-card {
  background: #69962f;
}

.next-card p {
  color: #ffffff;
  margin: 25px 0 0;
  font-size: 16px;
  opacity: 1;
  line-height: 24px;
  letter-spacing: 0.24px;
}

.next-card a {
  color: #f7ff00 !important;
}


/* Locations Header */


.locations-header {
  background-image: linear-gradient(0deg, #8cc63e 0%, #69962f 100%);
  color: #ffffff;
  padding: 100px 0;
}

.locations-header h1 {
  margin: 0;
}

.locations-header .subtitle {
  margin-top: 10px;
  color: #D8D7DF;
  font-size: 20px;
  line-height: 32px;
}

.location-card {
  text-align: center;
  background: rgba(255, 255, 255, 0.16);
  padding: 25px;
  margin-bottom: 15px;
  height: 100%;
}

.location-card .btn {
  width: 100%;
  margin-top: 15px;
}

.locations-screenshot {
  margin-top: -320px;
  padding-bottom: 50px;
}


/* Ribbon Form */


.ribbon-form {
  padding: 100px 0;
  position: relative;
}

.ribbon-form .ribbon {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
  height: 400px;
}

.ribbon-form .ribbon.red {
  top: 0;
}

.ribbon-form .ribbon.blue {
  bottom: 0;
}

.ribbon-form .form-container {
  padding: 56px 32px;
  background: #ffffff;
  box-shadow: 0 3px 15px -1px rgb(0 0 0 / 30%), 0 2px 1px -1px rgb(0 0 0 / 5%);
}

.ribbon-form .form-container h2 {
  margin: 0;
  color: #030122;
}

.ribbon-form .form-container .gform_required_legend {
  display: none;
}

.ribbon-form .form-container .gfield {
  text-align: left;
}

.ribbon-form .form-container .gfield label {
  color: var(--neutral-06, #030122);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ribbon-form .form-container .gfield input,
.ribbon-form .form-container .gfield textarea {
  border-radius: 8px;
  border: 1px solid var(--gray-300, #D0D5DD);
  background: var(--base-white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  resize: none;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px !important;
  font-family: Lato;
}

.ribbon-form .form-container .gfield .gchoice label, 
.ribbon-form .form-container .gfield .gchoice input {
  cursor: pointer;
}

.ribbon-form .form-container .gfield .gchoice label {
  color: var(--neutral-06, #030122);
  font-size: 16px;
  line-height: 24px;
  margin-left: 5px;
}

.ribbon-form .form-container .gform_footer input {
  width: 100%;
}

.ribbon-form .form-container .gform_wrapper.gravity-theme .gform_validation_errors {
  margin-bottom: 20px;
}

.ribbon-form .form-container .gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
  text-transform: none;
  letter-spacing: 1px;
}

.ribbon-form .form-container .gform_wrapper.gravity-theme .gfield_description {
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
}

.ribbon-form .form-container .gform_confirmation_message {
  font-weight: bold;
  font-size: 18px;
  margin: 60px 0 0;
}


/* FAQ Toggler */


.faq-toggler {
  padding: 75px 0;
}

.faq-toggler h2 {
  margin: 0;
  color: var(--gray-900, #101828);
}

.faq-toggler .subtitle {
  margin: 10px 0 0;
  color: var(--gray-500, #667085);
  font-size: 16px;
  line-height: 32px;
}

.faq-toggler .q-a {
  cursor: pointer;
}

.faq-toggler .q-a:not(:last-of-type) {
  border-bottom: 1px solid #EAECF0;
}

.faq-toggler .question {
  position: relative;
  color: var(--gray-900, #101828);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.6px;
  padding: 25px 50px 25px 0px;
}

.faq-toggler .question::after {
  position: absolute;
  content: url('../images/faq-plus.svg');
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.faq-toggler .q-a.opened .question::after {
  content: url('../images/faq-minus.svg');
}

.faq-toggler .question p {
  margin: 0;
}

.faq-toggler .answer {
  padding-bottom: 25px;
  display: none;
}

.faq-toggler .answer a {
  color: #69962f !important;
  text-decoration: none !important;
}


/* Locations Red */


.locations-red {
  background: #69962f;
  color: #ffffff;
  padding: 75px 0;
}

.locations-red h1 {
  margin: 0;
}

.locations-red .subtitle {
  color: var(--neutral-03, #D8D7DF);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.locations-red .location-card h4 {
  margin: 25px 0 0;
}

.locations-red .location-card .address {
  font-weight: bold;
}


/* Location Single Header */


.location-single-header {
  position: relative;
  z-index: 50;
  background: #dbd01e;
  color: #1a1a1a;
  padding: 135px 0 65px;
}

.location-single-header h1 {
  margin: 0;
}

.location-single-header p {
  font-size: 20px;
  line-height: 32px;
  margin: 10px 0;
}


/* Testimonials */


.testimonials {
  padding: 75px 0;
}

.testimonials h2 {
  color: var(--neutral-06, #030122);
  margin: 0;
}

.testimonials p {
  margin: 0;
}

.test-wrapper {
  position: relative;
}

.test-slide {
  display: flex !important;
}

.test-content {
  width: 60%;
  padding: 65px 65px 100px;
  background: #69962f;
  color: #ffffff;
}

.test-img {
  width: 40%;
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonials .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 65px;
  bottom: 65px;
  z-index: 100;
}

.testimonials .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  cursor: pointer;
  background: rgba(255,255,255,0.4);
  display: inline-block;
  margin-right: 15px;
  
  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.testimonials .slick-dots li:hover,
.testimonials .slick-dots li.slick-active {
  background: rgba(255,255,255,1);
}

.testimonials .slick-dots li button{
  display: none;
}

.testimonials .testimonial {
  font-size: 36px;
  margin: 25px 0 30px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0.18px;
}

.testimonials .test-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

.testimonials .test-title {
  color: var(--neutral-03, #D8D7DF);
  margin: 5px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* Blog */


.blog-header {
  background: #69962f;
  color: #ffffff;
  padding: 65px 0;
}

.blog-single-header {
  padding-bottom: 0;
}

.blog-single-header h1 {
  color: var(--neutral-01, #FFF);
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  margin: 15px 0 30px;
}

.blog-header .blog-date {
  color: #DA6D77;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.blog-header label {
  width: 100%;
}

.blog-header input[type='search'] {
  width: 94%;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  padding: 12px 16px;
  background: none;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.15px;
  color: var(--neutral-01, #FFF);
  margin-bottom: 25px;
}

.blog-header input[type='search']::placeholder {
  color: #FFF !important;
  opacity: 1;
  font-weight: 600;
}

.blog-header .blog-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-header .blog-categories li {
  display: inline-block;
  margin: 4px;
}

.blog-header .blog-categories li a {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.20);
  padding: 4px 12px;
  text-decoration: none !important;
  color: var(--neutral-01, #FFF);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  
  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.blog-header .blog-categories li a:hover,
.blog-header .blog-categories li.active a {
  background: #FFF;
  color: var(--primary-purple, #08034F);
}

.blog-single-header {
  position: relative;
  padding-bottom: 30vh;
}

.blog-single-image {
  position: relative;
}

.blog-single-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 50vh;
  width: auto;
  max-width: 100%;
}

.blog-single-content {
  padding-top: 30vh;
  padding-bottom: 115px;
}

.blog-listings {
  padding: 50px 0;
}

.blog-card {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 100%;
}

.blog-single-content .blog-card {
  height: unset;
}

.blog-card-img {
  height: 300px;
  display: block;
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog-card-content {
  padding: 25px;
}

.blog-card-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-card-categories li {
  display: inline-block;
  margin-right: 8px;
}

.blog-card-categories li a {
  border-radius: 4px;
  background: rgba(8, 3, 79, 0.08);
  padding: 4px 12px;
  color: var(--primary-purple, #08034F);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 24px;
}

.blog-card h3 {
  margin: 15px 0 0;
}


.blog-card h3 a {
  color: var(--neutral-06, #030122);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none !important;
  text-transform: none;
  letter-spacing: 0;
}

.blog-single-content h2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
}

.blog-single-content p a {
  color: #69962f;
  text-decoration: underline;
}

.blog-single-content .wp-block-quote {
  border-left: 20px solid var(--primary-red, #69962f);
  background: var(--primary-purple, #08034F);
  color: #ffffff;
  margin: 50px 0;
  padding: 25px 32px 25px 48px
}

.wp-block-quote p {
  color: var(--neutral-01, #FFF);
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  font-style: italic;
  margin-bottom: 32px;
}

.wp-block-quote cite {
  color: var(--neutral-01, #FFF);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.6;
}


/* Family Slider */


.family-slider {
  padding: 50px 0;
}

.family-slider h2 {
  color: var(--neutral-06, #030122);
}

.family-slider .slick-track {
  align-items: center;
  display: flex;
}

.family-slider .image-slide {
  display: block;
  transition: all 0.3s ease;
  margin: 0 5px;
  z-index: 10;
}

.family-slider .image-slide img {
  width: auto;
  max-height: 400px;
  margin: 0 auto;
}

.family-slider .image-slide.slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.family-slider .image-slide  {
  transform: scale(0.8);
  opacity: 0.4;
  z-index: 1;
  text-align: center;
  
  -webkit-transition: all 0.4s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.4s ease;/* Firefox 4-15 */
  -o-transition: all 0.4s ease;/* Opera 10.5-12.00 */
  transition: all 0.4s ease;/* Firefox 16+, Opera 12.50+ */
}

.family-slider .slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: rgba(73, 73, 73, 0.70);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  cursor: pointer;
}

.family-slider .slick-prev {
  left: -30px;
}

.family-slider .slick-next {
  right: -30px;
}


/* Footer */


footer {
  color: #ffffff;
}

.footer-top {
  background: #1a1a1a;
  padding: 65px 0;
}

.footer-top .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-top li:first-of-type {
  margin-bottom: 15px;
}

.footer-top li:first-of-type a {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8dc63b !important;
}

.footer-top li {
  margin-bottom: 10px;
}

.footer-top li a {
  text-decoration: none !important;
  color: #ffffff !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F4F4F6;
}

.footer-bottom {
  background: #000000;
  padding: 50px 0;
}

.footer-bottom a {
  text-decoration: none !important;
  color: #ffffff !important;
}

.footer-bottom .social a {
  margin-left: 15px;
  font-size: 20px;
}

.wpml-ls-statics-footer {
  display: none;
}


/**** INVENTORY ***/
#inventory_achive_header{
	padding:70px 0;
	background-image: linear-gradient(0deg, #8cc63e 0%, #69962f 100%);
    color: #FFF;
}
#inventory_achive_header h1{
	margin:0;
	line-height:100%;
	font-size: 40px;
}
.header_filters_wrapper{
	gap:25px;
}
.header_filters_wrapper input,
.header_filters_wrapper select{
	float:left;
	width:100%;
	background:none;
	color:#FFF;
	border:1px solid rgba(255,255,255,0.3);
	border-radius:5px;
	height:50px;
	padding:0 10px;
}
.header_filters_wrapper select{
	cursor:pointer;
}
.header_filters_wrapper select option{
	color:#000;
}
.inventory_search{
	width:calc(100% - 370px);
	max-width:490px;
}
.inventory_search .search_input{
	padding: 0 10px 0 40px;
  background-image: url(../images/search_icon.svg);
  background-position: 10px center;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #ffffff;
}
.inventory_search .search_input::placeholder{
	color:#ffffff;
}

.inventory_header_filter{
	max-width:170px;
}
.header_inventory_filters{
	gap:10px;
}

#invetory_archive_main{
	padding:60px 0;
}
.sidebar_filters_header{
	color:#030122;
	font-size:16px;
}

/*** FILTERS SIDEBAR ***/
img{
	max-width:100%;
}
.button{
	display: inline-block;
    background: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    color: #030122;
    padding: 12px 20px;
    font-size: 13px;
    letter-spacing: 1px;
}
.button.ghost_button{
	background:none;
	border:1px solid #FFF;
	color:#FFF;
}
#inventory_sidebar{
	width:100%;
	max-width:290px;
	color:#030122;
}
.filters_header{
	gap:10px;
}
.filters_header i{
	font-size:20px;
}
.filters_reset{
	color:#69962f;
	cursor:pointer;
}
.sidebar_widget{
	display:inline-block;
	width:100%;
	padding:30px 0 15px;
	border-top:1px solid #D8D7DF;
}
.sidebar_widget:first-child{
	border-top:none;
}
.sidebar_filter_header{
	font-size:18px;
	font-weight:bold;
	height:30px;
	cursor:pointer;
}
.sidebar_filter_header i{
	width:20px;
	height:20px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	transition:all 0.5s;
}
.sidebar_filter_header.open i{
	transform:rotate(180deg);
}
.sidebar_filter_body{
	float:left;
	width:100%;
	padding:15px 0;
	display:none;
}
.body_type_filter_item_wrapper input{
	display:none;
}
.body_type_filter_item{
	padding:10px;
	border-radius:5px;
	border:2px solid transparent;
	background:#F4F4F6;
	cursor:pointer;
}
.body_type_filter_item_wrapper input:checked + .body_type_filter_item{
	border-color:#030122;
}
.checkbox_list{
	margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
}
.checkbox_list label{
	gap:10px;
	font-size:16px;
	cursor:pointer;
}
.checkbox_list label input{
	display:none;
}
.checkbox_list label > i{
	display:inline-block;
	position:relative;
	width:18px;
	height:18px;
	border:2px solid #08034F;
	border-radius:3px;
	transition:all 0.3s;
}
.checkbox_list label input:checked + i{
	background: #08034F;
}
.checkbox_list label > i::after{
	content:'\f00c';
	font-family:'fontawesome';
	position:absolute;
	top:50%;
	left:50%;
	color:#FFF;
	font-size: 7px;
	transform:translate(-50%,-50%) scale(0);
	transition:all 0.3s;
}
.checkbox_list label input:checked + i::after{
	transform:translate(-50%,-50%) scale(1);
}
.range_field{
	gap:20px;
}
.range_field > div{
	position:relative;
	width:calc(50% - 10px);
}
.range_field > div:first-child::after{
	content: ' - ';
	position:absolute;
	top:0;
	right:-20px;
	width:20px;
	font-size:20px;
	text-align:center;
	line-height:40px;
}
.range_field input,
.range_field select{
	float:left;
	width:100%;
	height:40px;
	border:1px solid #D8D7DF;
	border-radius:5px;
	padding:0 10px;
}
i.color{
	display:inline-block;
	width:18px;
	height:18px;
	border-radius:50%;
	background:var(--color, #f7f7f7);
	border:1px solid #e6e6e6;
}
.color_wrapper{
	gap:5px;
}
.car_price{
	color: #4E4D60;
    font-size: 18px;
    line-height: 170%;
}
.car_price strong{
	color:#69962f;
	font-size:200%;
}
.car_item,
.car_item:hover{
	color:currentcolor;
}

.car_item_image {
	background-size:cover;
	background-position:center;
}
.car_item_image .spacer{
	padding-top:90%;
}
.car_item h3{
	color:#030122;
	font-size:18px;
	letter-spacing:0;
	margin:5px 0;
}
.car_meta {
	gap:20px;
}
.car_meta > *{
	position:relative;
}
.car_meta > *:not(:last-child)::after{
	content:'';
	position:absolute;
	top: 11px;
    right: -13px;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#9291A6;
}

.no_post{
	font-style:italic;
}

/*** PAGINATION ***/
.pagination{
	gap:10px;
	margin-top:100px;
}
.pagination > *{
	display:inline-flex;
	width:30px;
	height:30px;
	align-items:center;
	justify-content:center;
	font-size:12px;
	color:#1a1a1a;
	text-decoration:none;
	border:1px solid #1a1a1a;
}
.pagination > span{
	background:#1a1a1a;
	color:#FFF;
}

/*** CAR SINGLE PAGE ***/
.car_single_header{
	background-image: linear-gradient(0deg, #8cc63e 0%, #69962f 100%);
	color:#FFF;
	padding:50px 0;
}
.car_single_header h1{
	margin: 0 0 10px 0;
    line-height: 130%;
    font-size: 30px;
}
.car_meta {
	font-weight:lighter;
}
.car_share > a{
	display:inline-block;
	width:30px;
	height:30px;
}
.facebook_border_icon{
	display:inline-block;
	width:30px;
	height:30px;
	background-image:url(../images/inventory_template/facebook_line_icon.svg);
	background-position:center;
	background-size:12px 21px;
	background-repeat:no-repeat;
}
.envelope_border_icon{
	display:inline-block;
	width:30px;
	height:30px;
	background-image:url(../images/inventory_template/envelope_line_icon.svg);
	background-position:center;
	background-size:21px 17px;
	background-repeat:no-repeat;
	
}
.car_meta_single{
	font-size:16px;
}
.car_gallery_thumbnails{
	display: inline-grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	justify-items: stretch;
	justify-content: space-between;
	grid-gap:10px;
	margin-top:20px;
}
.mobile_thumbnails{
	display:none;
}
.car_gallery_thumbnails .car_gallery_item img{
	float:left;
	width:100%;
}
.mfp-wrap{
	z-index:9999999
}
.gallery_plus{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(8,3,79,0.8);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#FFF;
}

.car_key_features_section{
	padding:50px 0;
}
.car_key_features{
	background:#000000;
	color:#FFF;
	padding:30px;
}
.car_key_features h2{
	margin: 0 0 10px;
    line-height: 100%;
    font-size: 24px;
}
.car_key_features h5{
	margin:0 0 20px 0;
	font-size:16px;
	font-weight:normal;
	text-transform: none;
	letter-spacing: 0;
}
.car_key_features_item{
	padding:30px;
	background:rgba(255,255,255,0.16);
	border-radius:5px;
  height: 100%;
}
.car_key_features_item .s1{
	font-weight:600;
	font-size:20px;
	margin-bottom:10px;
	line-height:100%;
}
.car_key_features_item .s1{
	font-size:16px;
	line-height:100%;
}
.car_details_section{
	padding:0 0 50px 0;
}
.car_details{
	padding:40px 30px;
	background:#F2F4F7;
}
.car_details h2{
	margin: 0 0 30px;
    line-height: 100%;
    font-size: 24px;
}
.car_details_item{
	padding:20px;
	background:#FFF;
	border-radius:5px;
	margin-bottom:10px;
}
.car_details_item:last-child{
	margin-bottom:0;
}
.limited_waranty_section{
	background-image: url(../images/inventory_template/green_line.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 100px 0 300px;
    color: #FFF;
	z-index:2
}
.limited_waranty_section h2{
	margin: 0 0 10px;
    line-height: 100%;
    font-size: 24px;
}
.limited_waranty_section h3{
	margin: 10px 0 10px;
    line-height: 100%;
    font-size: 20px;
	text-transform:none;
}
.limited_waranty_section p{
	margin:0 0 20px 0;
	line-height:150%;
	opacity:0.7;
}

.inspection_section{
	background-image: url(../images/inventory_template/dark_line.svg);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 250px 0 215px;
    color: #FFF;
    margin-top: -130px;
}
.inspection_section h2{
	margin: 0 0 10px;
    line-height: 100%;
    font-size: 24px;
}
.inspection_section h3{
	margin: 10px 0 10px;
    line-height: 100%;
    font-size: 20px;
	text-transform:none;
}
.inspection_section p{
	margin:0 0 20px 0;
	line-height:150%;
	opacity:0.7;
}
.inspection_section ul{
	margin:20px 0 0 0;
	padding:0;
	line-height:150%;
	list-style:none;
	display:inline-flex;
	flex-wrap:wrap;
}
.inspection_section ul li{
	position:relative;
	width:50%;
	padding-left:35px;
	margin-bottom:15px;
	height:30px;
}
.inspection_section ul li::before{
	content:'';
	position:absolute;
	top:-2px;
	left:0;
	width:28px;
	height:28px;
	background-image:url(../images/inventory_template/Checkicon.svg);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50%;
}

.cta_section{
	background:#69962f;
	color:#FFF;
	padding:100px 0;
}
.cta_section h2{
	margin: 0 0 10px;
    line-height: 100%;
    font-size: 24px;
}
.cta_section h3{
	margin: 10px 0 10px;
    line-height: 100%;
    font-size: 20px;
	text-transform:none;
}
.cta_section p{
	margin:0 0 20px 0;
	line-height:150%;
	opacity:0.7;
}
.yearpicker-container {
    top: 37px;
}

.gform_heading{
  display:none;
}
.friend_form_wrapper{
  padding:50px 0;
}
.friend_form_wrapper .gform_button{
  background:#69962f;
  color:#FFF;
  border:none;
  padding:10px 20px;
  border-radius:5px;
  font-size:16px;
  font-weight:600;
}
@media(max-width:992px) {
	.inventory_search{
		width:100%;
	}
	.inventory_header_filter{
		width:50%;
		max-width:none;
	}
	#inventory_sidebar{
		margin:0 auto;
	}
	.car_gallery_thumbnails{
		display:none;
	}
	.mobile_thumbnails{
		display: inline-grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		justify-items: stretch;
		justify-content: space-between;
		grid-gap:10px;
		margin-top:20px;
	}
	.limited_waranty_section{
		background-size: auto 140%;
		padding: 130px 0;
	}
	.inspection_section {
		background-size: auto 130%;
		padding: 130px 0;
		background-position: center;
	}
}




