/*!
Theme Name: East Coast Sports Cars
Theme URI: http://www.thecoveyagency.com/
Author: The Covey Agency
Author URI: http://thecoveyagency.com/
Description: Custom theme: East Coast Sports Cars, developed by The Covey Agency
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eastcoastsportscars
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.

East Coast Sports Cars 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## general
--------------------------------------------------------------*/
body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2; }

h1, h2, h3, h4 {
  color: inherit; }

h1, h2, h3 {
  font-family: "korolev-condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-top: 0.8em;
  position: relative; }
  h1:before, h2:before, h3:before {
    position: absolute;
    z-index: 20;
    font-weight: 900;
    top: 0;
    margin-left: 0.17em;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    display: inline-block;
    color: #EF8600;
    content: "E"; }
  h1.center:before, h2.center:before, h3.center:before {
    left: 50%;
    margin-left: -0.2em; }
  h1.more-padding, h2.more-padding, h3.more-padding {
    padding-top: 1.4em; }

h4 {
  font-size: 22px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif; }

@media screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 1.6em; }
  h3 {
    font-size: 1.2em; }
  h4 {
    font-size: 1em; } }

a:hover {
  text-decoration: none; }

label {
  width: 100%; }

button {
  outline: none; }

.button {
  position: relative;
  border: 0;
  padding: 12px 37px 10px 19px;
  background: #1D3640;
  border: 3px solid #1D3640;
  color: #EF8600;
  border-radius: 20px;
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
  -webkit-transition: background-color 0.2s, color 0.2s, border 0.2s;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
  outline: none; }
  .button.reverse {
    color: #16303A;
    background: #EF8600;
    border-color: #EF8600; }
  .button.email:hover, .button.reverse:hover, .button:hover {
    border-color: #EF8600;
    color: #EF8600;
    background: transparent; }
    .button.email:hover:after, .button.reverse:hover:after, .button:hover:after {
      right: 13px; }
  .button:after {
    position: absolute;
    right: 16px;
    margin-top: 1px;
    font-size: 12px;
    font-weight: normal;
    font-family: FontAwesome;
    content: "\f054";
    -webkit-transition: right 0.2s;
    transition: right 0.2s; }
  .button.square {
    border-radius: 0; }
  .button.email, .button.phone {
    text-align: center;
    padding-left: 30px; }
    .button.email:after, .button.phone:after {
      content: ""; }
    .button.email:before, .button.phone:before {
      position: absolute;
      left: 16px;
      margin-top: 1px;
      font-weight: normal;
      font-family: FontAwesome;
      content: "\f0e0";
      -webkit-transition: right 0.2s;
      transition: right 0.2s; }
    .button.email span, .button.phone span {
      position: relative;
      left: 16px; }
  .button.email {
    color: #FFFFFF;
    background-color: #EF8600;
    border-color: #EF8600; }
    .button.email:before {
      margin-top: -2px; }
  .button.phone:before {
    content: "\f095"; }
  .button.large-text {
    font-size: 1.2em; }

.fullwidth {
  width: 100%; }

.letter-spacing {
  letter-spacing: 0.1em; }

.section-block {
  position: relative;
  margin: 0 3px 30px 3px;
  background: #2E454E;
  height: 340px;
  max-height: 340px;
  color: #FFFFFF; }
  .section-block.section-block-light {
    background: #EEF1EF;
    color: #16303A; }
    .section-block.section-block-light h2 {
      margin-top: 0; }
  .section-block.section-block-auto {
    height: auto;
    max-height: none;
    padding-bottom: 40px; }
  .section-block .reserved-tag {
    position: absolute;
    width: 90px;
    height: 99px;
    z-index: 10;
    top: 0;
    right: 0;
    margin-top: -3px;
    margin-right: -4px;
    background-image: url("img/car-sales/reserved-overlay.png"); }
  .section-block.last-block {
    text-align: center;
    margin-right: -20px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.5); }
    .section-block.last-block p {
      padding: 0 10px; }
    @media screen and (max-width: 991px) {
      .section-block.last-block {
        margin: 0 3px 30px 3px;
        -webkit-box-shadow: none;
                box-shadow: none; } }
    @media screen and (max-width: 767px) {
      .section-block.last-block {
        margin: 0;
        background: #223B44;
        height: auto;
        padding-bottom: 20px; } }
  .section-block .section-image {
    height: 124px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
  .section-block .section-block-content {
    padding: 20px 30px; }
    .section-block .section-block-content .section-header {
      position: relative;
      padding: 5px 0;
      border-bottom: 2px solid #A1A29C; }
      .section-block .section-block-content .section-header .section-header-price {
        color: #EF8600;
        float: right;
        font-weight: bold; }
    .section-block .section-block-content .section-title {
      font-size: 24px;
      font-weight: bold;
      font-family: "korolev-condensed", Helvetica, Arial, sans-serif;
      padding: 20px 0; }
      .section-block .section-block-content .section-title a {
        color: #FFFFFF; }
        .section-block .section-block-content .section-title a:hover {
          color: #EF8600; }
    .section-block .section-block-content p {
      font-size: 14px;
      color: #A1A29C; }
  .section-block .section-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 30px; }
  .section-block .section-block-footer {
    border-top: 5px solid #FFFFFF;
    height: 10px; }

.pagination {
  width: 100%;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  font-family: "korolev-condensed", Helvetica, Arial, sans-serif; }
  .pagination .page-numbers {
    margin-left: 20px; }
    .pagination .page-numbers.current {
      color: #EF8600; }
  .pagination a {
    color: #16303A; }
    .pagination a:hover {
      color: #EF8600; }

.entry-title {
  font-size: 24px;
  font-weight: 900;
  font-family: "korolev-condensed", Helvetica, Arial, sans-serif; }
  .entry-title:before {
    content: ""; }

.entry-meta {
  font-size: 11px;
  padding-bottom: 1.4em; }

.entry-content {
  padding-top: 20px;
  font-weight: 600; }
  .entry-content .social-icons .fa {
    font-size: 24px;
    color: #FFFFFF;
    margin-right: 20px;
    margin-bottom: 5px;
    padding: 14px 16px;
    background: #1a69b4;
    border: 2px solid #1a69b4; }
    .entry-content .social-icons .fa:hover {
      color: #1a69b4;
      background: transparent; }
    .entry-content .social-icons .fa.fa-twitter-square {
      background: #00b8ff;
      border-color: #00b8ff; }
      .entry-content .social-icons .fa.fa-twitter-square:hover {
        color: #00b8ff;
        background: transparent; }
    .entry-content .social-icons .fa.fa-linkedin-square {
      background: #002572;
      border-color: #002572; }
      .entry-content .social-icons .fa.fa-linkedin-square:hover {
        color: #002572;
        background: transparent; }
    .entry-content .social-icons .fa.fa-google-plus-square {
      background: #ef4800;
      border-color: #ef4800; }
      .entry-content .social-icons .fa.fa-google-plus-square:hover {
        color: #ef4800;
        background: transparent; }
    .entry-content .social-icons .fa.fa-envelope-square {
      background: #EF8600;
      border-color: #EF8600; }
      .entry-content .social-icons .fa.fa-envelope-square:hover {
        color: #EF8600;
        background: transparent; }
    @media screen and (max-width: 767px) {
      .entry-content .social-icons .fa {
        margin-right: 5px; } }

.main-content {
  font-weight: 600; }

.no-padding {
  padding: 0; }

@media screen and (max-width: 767px) {
  .no-padding-xs {
    padding: 0; } }

.slick-arrow:before,
.slick-lightbox-close:before {
  background: #EF8600;
  padding: 10px 14px;
  font-family: FontAwesome;
  font-size: 24px; }

.slick-lightbox-close {
  right: 45px; }

.slick-lightbox .slick-next {
  right: 35px; }

.slick-lightbox-close:before {
  content: '\f00d'; }

.slick-arrow {
  font-weight: bold; }
  .slick-arrow:before {
    padding: 10px 17px; }

.slick-prev:before {
  content: '\f104'; }

.slick-next:before {
  content: '\f105'; }

/*
*  Gravity Form
 */
.gform_wrapper.gform-theme .gform_validation_errors {
  margin-bottom: 20px; }
  .gform_wrapper.gform-theme .gform_validation_errors:focus {
    outline: 0; }
  .gform_wrapper.gform-theme .gform_validation_errors h2::before {
    content: none; }

.gform_wrapper.gform-theme .gform_fields {
  row-gap: 20px; }
  .gform_wrapper.gform-theme .gform_fields .gfield .gfield_label {
    font-weight: 700;
    margin-bottom: 0; }
  .gform_wrapper.gform-theme .gform_fields .gfield .ginput_container input[type=text]:focus,
  .gform_wrapper.gform-theme .gform_fields .gfield .ginput_container input[type=email]:focus,
  .gform_wrapper.gform-theme .gform_fields .gfield .ginput_container textarea:focus {
    outline: 0; }
  .gform_wrapper.gform-theme .gform_fields .gfield .gfield_validation_message {
    margin-top: 0;
    text-align: right; }

.gform_wrapper.gform-theme .gform-footer input[type=submit] {
  position: relative;
  border: 0;
  padding: 12px 20px 10px 19px !important;
  background: #1D3640 !important;
  border: 3px solid #1D3640 !important;
  color: #EF8600 !important;
  border-radius: 20px !important;
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
  -webkit-transition: background-color 0.2s, color 0.2s, border 0.2s;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
  outline: none; }
  .gform_wrapper.gform-theme .gform-footer input[type=submit]:hover {
    border: 3px solid #EF8600 !important;
    background: white !important; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header #top-bar {
  color: #FFFFFF;
  font-size: 11px;
  text-align: right;
  text-transform: uppercase;
  background: #EF8600;
  padding: 5px 0; }
  @media screen and (max-width: 400px) {
    header #top-bar {
      text-align: center; }
      header #top-bar .find-us-at {
        display: none; } }
  header #top-bar .fa {
    color: #1D3640;
    font-weight: 1.2em;
    padding-right: 5px; }

header #site-branding {
  padding: 20px 0;
  background: #EEF1EF; }
  header #site-branding #main-menu {
    padding-top: 25px;
    font-family: "korolev-condensed", Helvetica, Arial, sans-serif; }
    header #site-branding #main-menu .menu-close,
    header #site-branding #main-menu .menu-toggle {
      font-size: 40px;
      color: #07212B;
      background: transparent;
      border: none;
      padding: 15px; }
    header #site-branding #main-menu .menu-close,
    header #site-branding #main-menu .social-icons {
      display: none; }
    header #site-branding #main-menu .menu-close {
      padding: 0 0 20px 0; }
    header #site-branding #main-menu .social-icons a {
      font-size: 34px;
      color: #FFFFFF; }
      header #site-branding #main-menu .social-icons a:hover {
        color: #455961; }
    header #site-branding #main-menu .main-navigation {
      width: auto;
      float: right;
      clear: right; }
      header #site-branding #main-menu .main-navigation .menu-item {
        padding-right: 20px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase; }
        header #site-branding #main-menu .main-navigation .menu-item:last-child {
          padding-right: 0; }
        header #site-branding #main-menu .main-navigation .menu-item a {
          color: #1D3640; }
          header #site-branding #main-menu .main-navigation .menu-item a:hover {
            color: #EF8600; }
        @media screen and (max-width: 1000px) {
          header #site-branding #main-menu .main-navigation .menu-item {
            padding-right: 14px;
            font-size: 14px; } }
        @media screen and (max-width: 767px) {
          header #site-branding #main-menu .main-navigation .menu-item {
            display: block;
            float: none;
            padding: 20px 0 20px 20px;
            font-size: 24px; }
            header #site-branding #main-menu .main-navigation .menu-item a:hover {
              color: #FFFFFF; } }
      @media screen and (min-width: 768px) {
        header #site-branding #main-menu .main-navigation .current-menu-item:after {
          display: inline-block;
          width: 100%;
          color: #EF8600;
          text-align: center;
          font-family: FontAwesome;
          font-weight: normal;
          clear: left;
          content: "\f078"; } }
      @media screen and (max-width: 767px) {
        header #site-branding #main-menu .main-navigation .site-mask {
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.6);
          position: fixed;
          z-index: 100;
          right: -100%;
          top: 0;
          -webkit-transition: right 0.5s;
          transition: right 0.5s; }
        header #site-branding #main-menu .main-navigation .menu-wrapper {
          width: 80%;
          height: 100%;
          color: #FFFFFF;
          background-color: rgba(239, 134, 0, 0.9);
          text-align: right;
          position: absolute;
          z-index: 100;
          right: 0;
          top: 0;
          padding: 56px 30px 50px 50px;
          -webkit-transition: right 0.5s;
          transition: right 0.5s;
          overflow-y: scroll; }
        header #site-branding #main-menu .main-navigation .social-icons,
        header #site-branding #main-menu .main-navigation .menu-close {
          display: inline-block; }
        header #site-branding #main-menu .main-navigation.toggled .site-mask {
          right: 0; }
        header #site-branding #main-menu .main-navigation .nav-menu {
          display: block !important; } }
    @media screen and (max-width: 767px) {
      header #site-branding #main-menu {
        padding-top: 0; } }

#slider {
  color: #FFFFFF;
  background: #07212B;
  height: 500px;
  margin-bottom: 0; }
  #slider .slide {
    height: 500px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    #slider .slide .slider-content {
      position: absolute;
      bottom: 50px; }
      #slider .slide .slider-content h1 {
        font-weight: 900;
        font-size: 63px; }
        @media screen and (max-width: 767px) {
          #slider .slide .slider-content h1 {
            font-size: 33px; } }
      #slider .slide .slider-content p {
        font-family: "korolev-condensed", Helvetica, Arial, sans-serif;
        font-size: 30px;
        line-height: 1.2em; }
        @media screen and (max-width: 767px) {
          #slider .slide .slider-content p {
            font-size: 18px; } }
  #slider .slick-dots {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 30px 30px 0 30px;
    float: right;
    width: auto;
    bottom: auto; }
    #slider .slick-dots li {
      float: right;
      clear: right;
      margin-top: 5px; }
      #slider .slick-dots li button:before {
        opacity: 1;
        font-size: 20px;
        font-family: FontAwesome;
        content: "\f10c";
        color: #EF8600; }
      #slider .slick-dots li.slick-active button:before {
        content: "\f111"; }

#page-header {
  text-transform: uppercase;
  padding: 40px 0;
  background: #16303A;
  background: -webkit-gradient(linear, left top, right top, from(#16303A), color-stop(60%, #16303A), to(#1d2629));
  background: linear-gradient(to right, #16303A, #16303A 60%, #1d2629 100%);
  color: #FFFFFF;
  border-bottom: 23px solid #EF8600; }
  #page-header h1 {
    padding-top: inherit; }
    #page-header h1:before {
      display: none; }

#breadcrumbs {
  font-size: 11px;
  font-weight: bold;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 20px 0; }
  #breadcrumbs span a,
  #breadcrumbs span span {
    padding: 0 0.4em; }
    #breadcrumbs span a:first-child,
    #breadcrumbs span span:first-child {
      padding-left: 0; }
  #breadcrumbs a {
    color: #16303A; }
    #breadcrumbs a:hover {
      color: #EF8600; }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
body.home {
  overflow-x: hidden; }
  body.home #content {
    margin-top: 5px;
    background: #07212B;
    color: #FFFFFF; }
    body.home #content .service-boxes {
      display: table;
      width: 100%;
      position: relative;
      bottom: 30px; }
      body.home #content .service-boxes .service-box {
        display: table-cell;
        text-align: center;
        vertical-align: bottom;
        width: 33%;
        font-size: 30px;
        font-family: "korolev-condensed", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        background: #1D3640;
        background-image: url("img/home/service-box-1.png");
        background-repeat: no-repeat;
        background-position: center 30%;
        -webkit-transition: background-color 0.2s, background-image 0.2s;
        transition: background-color 0.2s, background-image 0.2s; }
        @media screen and (max-width: 767px) {
          body.home #content .service-boxes .service-box {
            font-size: 20px;
            background-size: 50px; } }
        body.home #content .service-boxes .service-box:hover {
          background-color: #EF8600;
          background-image: url("img/home/service-box-1-hover.png"); }
        body.home #content .service-boxes .service-box a {
          display: inline-block;
          height: 100%;
          width: 100%;
          padding: 50px 20px 60px;
          color: #FFFFFF; }
          body.home #content .service-boxes .service-box a:hover {
            color: #FFFFFF; }
          body.home #content .service-boxes .service-box a span {
            display: inline-block;
            margin-top: 130px; }
            @media screen and (max-width: 767px) {
              body.home #content .service-boxes .service-box a span {
                margin-top: 90px; } }
          @media screen and (max-width: 767px) {
            body.home #content .service-boxes .service-box a {
              padding: 30px 20px; } }
      body.home #content .service-boxes .service-box-2 {
        background-color: #223B44;
        background-image: url("img/home/service-box-2.png"); }
        body.home #content .service-boxes .service-box-2:hover {
          background-image: url("img/home/service-box-2-hover.png"); }
      body.home #content .service-boxes .service-box-3 {
        background-color: #2E454E;
        background-image: url("img/home/service-box-3.png"); }
        body.home #content .service-boxes .service-box-3:hover {
          background-image: url("img/home/service-box-3-hover.png"); }
    body.home #content #main-content {
      background: -webkit-gradient(linear, left top, right top, color-stop(50%, #263F48), color-stop(50%, transparent));
      background: linear-gradient(to right, #263F48 50%, transparent 50%);
      margin-bottom: 60px; }
      body.home #content #main-content .container {
        background: #263F48; }
      body.home #content #main-content h1 {
        margin-bottom: 30px; }
      body.home #content #main-content p {
        font-size: 19px;
        color: #96A2A6;
        line-height: 1.4; }
        @media screen and (max-width: 767px) {
          body.home #content #main-content p {
            font-size: 16px;
            line-height: 1.2; } }
      body.home #content #main-content #car-image {
        width: 110%;
        position: relative;
        right: 10%; }
        body.home #content #main-content #car-image img {
          position: relative;
          left: 30px;
          top: 50px;
          width: 100%; }
        @media screen and (max-width: 767px) {
          body.home #content #main-content #car-image {
            display: none; } }
    body.home #content #servicing-and-repairs {
      background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #16303A));
      background: linear-gradient(to right, transparent 50%, #16303A 50%);
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        body.home #content #servicing-and-repairs {
          background: none; }
          body.home #content #servicing-and-repairs .servicing-bullets {
            background-color: #16303A; } }
      body.home #content #servicing-and-repairs h2 {
        margin-top: -12px;
        margin-bottom: 30px; }
      body.home #content #servicing-and-repairs p {
        font-size: 16px;
        color: #A1A29C; }
      body.home #content #servicing-and-repairs ul {
        list-style-type: none;
        margin: 0;
        padding: 40px 50px; }
        @media screen and (max-width: 767px) {
          body.home #content #servicing-and-repairs ul {
            padding: 20px; } }
        body.home #content #servicing-and-repairs ul li {
          font-size: 18px;
          font-family: "korolev-condensed", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          height: 100%;
          margin: 0 0 10px 0;
          padding: 10px 0 10px 60px;
          background-image: url("img/home/service-and-repair-icon-1.png");
          background-repeat: no-repeat;
          background-position: 0 center; }
          body.home #content #servicing-and-repairs ul li:last-child {
            margin-bottom: 0; }
          body.home #content #servicing-and-repairs ul li.service-bullet-2 {
            background-image: url("img/home/service-and-repair-icon-2.png");
            background-position: 3px center; }
          body.home #content #servicing-and-repairs ul li.service-bullet-3 {
            background-image: url("img/home/service-and-repair-icon-3.png");
            background-position: 3px center; }
          body.home #content #servicing-and-repairs ul li.service-bullet-4 {
            background-image: url("img/home/service-and-repair-icon-4.png");
            background-position: 3px center; }
          body.home #content #servicing-and-repairs ul li.service-bullet-5 {
            background-image: url("img/home/service-and-repair-icon-5.png"); }
    body.home #content .section-1 {
      background: -webkit-gradient(linear, left top, right top, color-stop(50%, #223B44), color-stop(50%, transparent));
      background: linear-gradient(to right, #223B44 50%, transparent 50%);
      margin-bottom: 40px; }
      @media screen and (max-width: 1199px) {
        body.home #content .section-1 {
          background: #223B44; } }
      body.home #content .section-1 .container {
        padding-top: 50px;
        padding-bottom: 20px;
        background: #223B44; }
        @media screen and (max-width: 767px) {
          body.home #content .section-1 .container {
            padding-top: 0;
            padding-bottom: 0; } }
    body.home #content #vehicle-sales-section .section-title {
      text-align: center; }
    body.home #content #other-services-section {
      margin-bottom: 40px;
      padding: 30px 0; }
      body.home #content #other-services-section a {
        color: #EF8600; }
        body.home #content #other-services-section a:hover {
          color: #FFFFFF; }
    body.home #content #news-section .section-block.last-block {
      padding-top: 55px; }
      @media screen and (max-width: 767px) {
        body.home #content #news-section .section-block.last-block {
          padding-top: 0; } }

.used-car-content .section-block {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0; }
  .used-car-content .section-block.section-block-auto {
    padding-bottom: 0; }
  .used-car-content .section-block .section-block-content {
    font-size: 14px; }
    .used-car-content .section-block .section-block-content h3 {
      font-weight: 900;
      margin-top: 0;
      margin-bottom: 1em;
      padding-top: 1.2em; }
      .used-car-content .section-block .section-block-content h3:before {
        font-size: 1.2em; }
    .used-car-content .section-block .section-block-content .car-detail-title {
      font-weight: 900;
      text-transform: uppercase;
      padding-bottom: 10px; }
    .used-car-content .section-block .section-block-content .car-detail-price {
      margin-top: 10px; }
      .used-car-content .section-block .section-block-content .car-detail-price .car-detail-title {
        padding-top: 0.7em; }
      .used-car-content .section-block .section-block-content .car-detail-price .car-detail-value {
        font-size: 26px;
        font-weight: 900;
        font-family: "korolev-condensed", Helvetica, Arial, sans-serif;
        color: #EF8600; }

.used-car-content button {
  margin-bottom: 5px; }

.used-car-content #gallery-slider img {
  width: 100%; }

.used-car-content .slide-wrapper {
  position: relative;
  margin: 5px 0; }
  .used-car-content .slide-wrapper #gallery-slider-nav {
    margin-right: 100px; }
    .used-car-content .slide-wrapper #gallery-slider-nav .nav-item {
      padding: 0 5px; }
  .used-car-content .slide-wrapper .arrows {
    position: absolute;
    right: 0;
    height: 100%; }
    .used-car-content .slide-wrapper .arrows button {
      color: #FFFFFF;
      text-align: center;
      background-color: #1D3640;
      border-color: #1D3640;
      font-size: 30px;
      font-weight: bold;
      float: left;
      margin-left: 5px;
      height: 100%;
      padding: 0% 12px 0; }
      .used-car-content .slide-wrapper .arrows button:hover {
        background-color: #EF8600;
        border-color: #EF8600; }
      .used-car-content .slide-wrapper .arrows button:after {
        content: "";
        margin: 0; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer-contact {
  background: #16303A; }
  #footer-contact #footer-contact-info {
    color: #FFFFFF;
    text-align: center;
    padding-top: 60px; }
    @media screen and (max-width: 767px) {
      #footer-contact #footer-contact-info {
        padding-top: 10px;
        padding-bottom: 50px; } }
    #footer-contact #footer-contact-info h4 {
      margin-top: 1.4em; }
    #footer-contact #footer-contact-info p {
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase; }
      #footer-contact #footer-contact-info p a {
        color: inherit; }
      #footer-contact #footer-contact-info p a strong:hover {
        color: #FFFFFF; }
      #footer-contact #footer-contact-info p strong {
        color: #EF8600;
        font-weight: 900; }
      #footer-contact #footer-contact-info p .phone {
        font-size: 20px; }
    #footer-contact #footer-contact-info .social-icons a {
      font-size: 34px;
      color: #455961; }
      #footer-contact #footer-contact-info .social-icons a:hover {
        color: #EF8600; }
  #footer-contact #footer-map {
    height: 500px;
    padding-left: 0px;
    padding-right: 0px;
    /* fixes potential theme css conflict */ }
    @media screen and (max-width: 767px) {
      #footer-contact #footer-map {
        height: 400px; } }
    #footer-contact #footer-map .map {
      width: 100%;
      height: 100%; }
    #footer-contact #footer-map .map img {
      max-width: inherit !important; }

footer {
  padding: 16px 0 12px;
  color: #FFFFFF;
  background: #07212B;
  font-size: 11px;
  font-weight: 600; }
  footer #copyright {
    padding-top: 3px; }
  footer #footer-menu {
    padding-top: 3px; }
    footer #footer-menu #footer-menu-items {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0; }
      footer #footer-menu #footer-menu-items li {
        float: left;
        margin: 0;
        padding: 0 10px; }
        footer #footer-menu #footer-menu-items li a {
          color: #89877f;
          text-transform: uppercase;
          font-weight: 600; }
          footer #footer-menu #footer-menu-items li a:hover {
            color: #EF8600; }
  footer #covey {
    text-align: right;
    text-transform: uppercase; }
    footer #covey a {
      color: inherit;
      text-transform: uppercase; }
      footer #covey a:hover {
        color: #EF8600; }
    footer #covey img {
      margin-right: 6px; }
  @media screen and (max-width: 992px) {
    footer #covey {
      text-align: center;
      margin-top: 10px; } }
  @media screen and (max-width: 768px) {
    footer #copyright,
    footer #footer-menu {
      text-align: center;
      margin-top: 10px; } }

/*# sourceMappingURL=sourcemaps/style.css.map */
