/*!
Theme Name: SVINE
Theme URI: http://underscores.me/
Author: Kay Belardinelli
Author URI: http://kangabell.co
Description: WordPress theme custom-built for Specialty Vehicles, Inc.
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: svine
Tags: custom-background, custom-menu, featured-images, threaded-comments, translation-ready

SVINE 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.

*/
/*--------------------------------------------------------------
>>> 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 {
  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 */
  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 {
  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] {
  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
--------------------------------------------------------------*/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 100%;
  font-weight: 400;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #222222;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 1.5;
}

h1, .h1 {
  font-size: 2rem;
  color: #b5161c;
  font-family: Teko, "Arial Narrow";
  line-height: 1.25;
  text-transform: uppercase;
}
@media (min-width: 30rem) {
  h1, .h1 {
    font-size: calc(2rem + (3.625 - 2) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  h1, .h1 {
    font-size: 3.625rem;
  }
}

h2, .h2, .single-post h1 {
  font-size: 1.875rem;
  color: #2e3740;
  line-height: 1.25;
  font-family: Teko, "Arial Narrow";
  font-weight: 500;
  margin-bottom: 0.5em;
  text-transform: none;
}
@media (min-width: 30rem) {
  h2, .h2, .single-post h1 {
    font-size: calc(1.875rem + (3 - 1.875) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  h2, .h2, .single-post h1 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  color: #4e5f73;
  line-height: 1.25;
}
@media (min-width: 30rem) {
  h3, .h3 {
    font-size: calc(1.5rem + (2.2 - 1.5) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  h3, .h3 {
    font-size: 2.2rem;
  }
}

h4, .h4, .recent-posts-extended h3 {
  font-size: 1.375rem;
  color: #4e5f73;
  font-family: Teko, "Arial Narrow";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.03125em;
  margin-top: 0.5em;
}
@media (min-width: 30rem) {
  h4, .h4, .recent-posts-extended h3 {
    font-size: calc(1.375rem + (2 - 1.375) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  h4, .h4, .recent-posts-extended h3 {
    font-size: 2rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
  color: #2e3740;
  font-family: Teko, "Arial Narrow";
  font-weight: 800;
  letter-spacing: 0.03125em;
  line-height: 1.33;
}
@media (min-width: 30rem) {
  h5, .h5 {
    font-size: calc(1.25rem + (1.62 - 1.25) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  h5, .h5 {
    font-size: 1.62rem;
  }
}

h6, .h6, .post-navigation h3 {
  font-size: 1.125rem;
  color: #6180a6;
  font-family: Teko, "Arial Narrow";
  font-weight: 800;
  letter-spacing: 0.0625em;
  line-height: 1.33;
  text-transform: uppercase;
}
@media (min-width: 30rem) {
  h6, .h6, .post-navigation h3 {
    font-size: calc(1.125rem + (1.37 - 1.125) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  h6, .h6, .post-navigation h3 {
    font-size: 1.37rem;
  }
}

p {
  font-size: 1rem;
  margin-bottom: 1.5em;
}
@media (min-width: 30rem) {
  p {
    font-size: calc(1rem + (1.125 - 1) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  p {
    font-size: 1.125rem;
  }
}

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

b,
strong {
  font-weight: bold;
}

blockquote {
  color: #4e5f73;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
}

@media screen and (max-width: 39.9rem) {
  .wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.25rem;
  }
}
.wp-block-pullquote {
  border-left: 5px solid #b5161c;
  padding-left: 2.25rem;
}

cite {
  font-family: Teko, "Arial Narrow";
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.03125em;
  position: relative;
  text-transform: uppercase;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #fdfefe;
  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 #e5e6e7;
  cursor: help;
}

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

big {
  font-size: 125%;
}

.has-large-font-size {
  font-size: 1.75rem;
  font-family: Teko, "Arial Narrow";
  font-weight: 800;
}
@media (min-width: 30rem) {
  .has-large-font-size {
    font-size: calc(1.75rem + (3 - 1.75) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  .has-large-font-size {
    font-size: 3rem;
  }
}

small {
  font-size: 0.85rem;
}
@media (min-width: 30rem) {
  small {
    font-size: calc(0.85rem + (1 - 0.85) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  small {
    font-size: 1rem;
  }
}

.cat-links strong {
  font-size: 1rem;
  color: #2e3740;
  font-family: Teko, "Arial Narrow";
  font-weight: 400;
  letter-spacing: 0.0625em;
}
@media (min-width: 30rem) {
  .cat-links strong {
    font-size: calc(1rem + (1.375 - 1) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  .cat-links strong {
    font-size: 1.375rem;
  }
}

.wp-block-separator {
  background: #b5161c;
  height: 3px;
  width: 50vw;
  max-width: 50%;
  margin: 2.25rem auto 3rem;
}
@media screen and (min-width: 40rem) {
  .wp-block-separator {
    margin: 4rem auto 5rem;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  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/ */
  box-sizing: inherit;
}

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

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

ul, ol {
  margin: 0 0 1.5em 1.5em;
  padding-left: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  font-size: 1rem;
}
@media (min-width: 30rem) {
  li {
    font-size: calc(1rem + (1.125 - 1) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  li {
    font-size: 1.125rem;
  }
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  border: 2px solid #2e3740;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
.no-border img {
  border: 0;
}

figure {
  margin: 0;
}

.wp-block-cover {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: auto;
}
@media screen and (min-width: 86rem) {
  .wp-block-cover {
    margin-left: calc(-100vw / 2 + 84rem / 2 - 1rem);
    margin-right: calc(-100vw / 2 + 84rem / 2 - 1rem);
  }
}

.callout {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: auto;
  background: #2e3740;
  border-bottom: 5px solid #b5161c;
  color: #fdfefe;
}
@media screen and (min-width: 86rem) {
  .callout {
    margin-left: calc(-100vw / 2 + 84rem / 2 - 1rem);
    margin-right: calc(-100vw / 2 + 84rem / 2 - 1rem);
  }
}
.callout a {
  color: #fdfefe;
  text-decoration: none;
}
.callout .widget {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 84rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 86rem) {
  .callout .widget {
    padding-left: 0;
    padding-right: 0;
  }
}
.callout .widget-title {
  color: #efeadc;
  margin: 0;
}
.callout .textwidget {
  font-size: 1.125rem;
  font-family: Teko, "Arial Narrow";
  font-size: 1.62rem;
  text-align: center;
}
@media (min-width: 30rem) {
  .callout .textwidget {
    font-size: calc(1.125rem + (1.62 - 1.125) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  .callout .textwidget {
    font-size: 1.62rem;
  }
}
@media screen and (max-width: 39.9rem) {
  .callout {
    text-align: center;
  }
  .callout .textwidget div {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 30rem) {
  .callout .widget {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .callout .widget-title,
.callout .textwidget {
    flex: 50%;
  }
  .callout .textwidget {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.pullquote {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: auto;
  background-color: #e5e6e7;
  background-image: linear-gradient(#d8d9db 5%, #fdfefe 50%, #d8d9db 95%);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 86rem) {
  .pullquote {
    margin-left: calc(-100vw / 2 + 84rem / 2 - 1rem);
    margin-right: calc(-100vw / 2 + 84rem / 2 - 1rem);
  }
}
.pullquote h2 {
  border-bottom: 2px solid #b5161c;
  color: #4e5f73;
  display: table;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
  margin-top: 0;
}
.pullquote h2.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
.pullquote .wp-block-pullquote {
  margin-left: auto;
  margin-right: auto;
  border-left: 0;
  max-width: 57rem;
  padding: 0;
}
.pullquote p {
  font-size: 1.25rem;
  color: #2e3740;
}
@media (min-width: 30rem) {
  .pullquote p {
    font-size: calc(1.25rem + (1.62 - 1.25) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  .pullquote p {
    font-size: 1.62rem;
  }
}
.pullquote cite {
  font-size: 1.25rem;
}
@media (min-width: 30rem) {
  .pullquote cite {
    font-size: calc(1.25rem + (1.625 - 1.25) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  .pullquote cite {
    font-size: 1.625rem;
  }
}

table {
  margin: 0 0 1.5em;
}

.wp-block-table {
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
}

td {
  padding: 0.5rem;
}

tr {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
tr:nth-child(even) {
  background: #f0f0f1;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 3px solid #6180a6;
  color: #6180a6;
  cursor: pointer;
  font-family: Teko, "Arial Narrow";
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.03125em;
  padding: 1.1rem 1.5rem 1rem;
}
a.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #4e5f73;
  color: #4e5f73;
}
a.button:active, a.button:focus,
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 {
  color: #4e5f73;
  border-color: #4e5f73;
}
@media (min-width: 30rem) {
  a.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: calc(1.25rem + (1.625 - 1.25) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  a.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 1.625rem;
  }
}

a.icon-button,
button.icon-button {
  background-color: transparent;
  border: 0;
}

.button.cta {
  background: #fdfefe;
  display: table;
  margin: 3rem auto 1rem;
  position: relative;
  transition: none;
}
.button.cta:after {
  background: #6180a6;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4px;
  right: -4px;
  z-index: -1;
}
.button.cta:hover, .button.cta:focus {
  transform: translate(4px, 4px);
}
.button.cta:hover:after, .button.cta:focus:after {
  bottom: 0;
  right: 0;
  opacity: 0;
}

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 {
  background: #efeadc;
  color: #222222;
  border: 1px solid #6180a6;
  max-width: 100%;
  width: 100%;
  padding: 3px;
  transition: all 0.125s;
}
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 {
  background: #fdfefe;
  color: #222222;
}

select {
  border: 1px solid #6180a6;
  width: 100%;
}

textarea {
  width: 100%;
}

.search-form {
  position: relative;
}
.search-form .search-field {
  border-color: transparent;
  line-height: 1;
  padding: 0.225em 1.5em 0.225em 0.225em;
  width: 100%;
}
.search-form .icon-button {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.search-glass {
  fill: #2e3740;
  height: 1.75rem;
  width: 1.75rem;
}

@media screen and (min-width: 30rem) {
  .field-group {
    display: flex;
  }
  .field-group > * {
    flex: 1;
  }
  .field-group > *:last-child {
    margin-left: 1rem;
  }
  .field-group p {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #b5161c;
  transition: all 0.15s;
}
a:hover, a:focus, a:active {
  color: #881015;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  font-family: Teko, "Arial Narrow";
  line-height: 1;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  margin-left: 0;
  position: relative;
}
.main-navigation a {
  color: #efeadc;
  display: block;
  font-size: 1.375rem;
  padding: 0.75rem;
  text-decoration: none;
}
.main-navigation a:hover, .main-navigation a:focus {
  color: #fdfefe;
}

@media screen and (max-width: 39.9rem) {
  .main-menu {
    width: 100%;
  }

  .main-navigation {
    position: relative;
  }
}
@media screen and (min-width: 60rem) {
  .menu-toggle {
    display: none;
  }
}
/*--------------------------------------------------------------
## Mobile Header Nav
--------------------------------------------------------------*/
.site-header #mobile-nav {
  background-color: #2e3740;
  background-image: linear-gradient(#222222, #2e3740 15%);
  bottom: 0;
  height: calc(100vh - 4rem - 5px);
  left: 0;
  overflow-y: auto;
  padding: 2rem 3rem;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(calc( 100% + 5px ));
  z-index: 9;
}
.site-header #mobile-nav a {
  width: 100%;
}
.site-header #mobile-nav .search-form {
  margin-top: 1rem;
  margin-bottom: 3rem;
  width: 100%;
}
.site-header #mobile-nav .menu > li {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.site-header #mobile-nav .menu > li > a {
  border-bottom: 1px solid #6180a6;
  margin-bottom: 0.5rem;
}
.site-header #mobile-nav .current-menu-item a {
  color: #6180a6;
}
.site-header #mobile-nav .current-menu-item a,
.site-header #mobile-nav .menu-item-has-children > a {
  cursor: default;
}
.site-header #mobile-nav .sub-menu a {
  font-size: 1.375rem;
}

.site-header #mobile-nav {
  display: none;
}
.site-header .main-navigation.toggled #mobile-nav {
  display: block;
}

.mobile-utility {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mobile-utility .text {
  display: inline-block;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.175em;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-utility .icon {
  background-position-y: -1px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.mobile-utility .icon-facebook {
  background-image: url("../img/icon-facebook.svg");
}
.mobile-utility .icon-linkedin {
  background-image: url("../img/icon-linkedin.svg");
}
.mobile-utility .icon-instagram {
  background-image: url("../img/icon-instagram.svg");
}
.mobile-utility .icon {
  width: 1.65rem;
}
.mobile-utility .icon-facebook,
.mobile-utility .icon-linkedin {
  height: 1.5rem;
}
.mobile-utility .icon-instagram {
  height: 1.65rem;
}

/*--------------------------------------------------------------
## Desktop Nav
## note: '.focus' is used on li elements, ':focus' on a elements
--------------------------------------------------------------*/
.desktop-nav .search-form {
  align-self: center;
  margin-left: 1rem;
  width: 11rem;
}
.no-js .desktop-nav .menu-item .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: none;
}
.no-js .desktop-nav .menu-item:hover .sub-menu, .no-js .desktop-nav .menu-item:focus-within .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.desktop-nav .menu > li {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.desktop-nav .menu > li > a {
  padding: 2.3125em 0.75rem 2.25em;
  position: relative;
  transition: background 250ms ease;
}
.desktop-nav .menu > li > a::before {
  background: transparent;
  content: "";
  position: absolute;
  top: 3.3125em;
  left: 0.75rem;
  right: 0.75rem;
  height: 2px;
  transition: background 250ms ease;
}
.desktop-nav .menu > li.current-menu-parent > a {
  background-color: #252d34;
}
.desktop-nav .menu > li.current-menu-parent > a::before {
  background: rgba(253, 254, 254, 0.4);
}
.desktop-nav .menu > li > a:hover,
.desktop-nav .menu > li > a:focus,
.desktop-nav .menu > li > a[aria-expanded=true], .desktop-nav .menu > li:focus-within > a, .no-js .desktop-nav .menu > li:hover > a, .no-js .desktop-nav .menu > li:focus-within > a {
  background-color: #b5161c;
  color: #fdfefe;
}
.desktop-nav .menu > li > a:hover::before,
.desktop-nav .menu > li > a:focus::before,
.desktop-nav .menu > li > a[aria-expanded=true]::before, .desktop-nav .menu > li:focus-within > a::before, .no-js .desktop-nav .menu > li:hover > a::before, .no-js .desktop-nav .menu > li:focus-within > a::before {
  background: rgba(253, 254, 254, 0.4);
}
.js .desktop-nav .menu-item-has-children > a + .sub-menu {
  visibility: hidden;
  opacity: 0;
}
.js .desktop-nav .menu-item-has-children > a[aria-expanded=false] + .sub-menu {
  transition: 500ms opacity ease 0s, 0s visibility linear 500ms;
}
.js .desktop-nav .menu-item-has-children > a[aria-expanded=true] + .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: 500ms opacity ease 0s, 0s visibility linear 0s;
}
.desktop-nav .menu-item-has-children > a::after {
  border-left: 0.225em solid transparent;
  border-right: 0.225em solid transparent;
  border-top: 0.375em solid rgba(229, 230, 231, 0.5);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.25em;
  overflow: hidden;
  vertical-align: 0.125em;
  transition: transform 250ms ease;
}
.desktop-nav .menu-item-has-children > a[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.desktop-nav .sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  min-width: 12rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
}
.desktop-nav .sub-menu li {
  background: #b5161c;
}
.desktop-nav .sub-menu li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  transition: background 250ms ease;
}
.desktop-nav .sub-menu li a:hover, .desktop-nav .sub-menu li a:focus {
  background: #951217;
}
.desktop-nav .sub-menu .current-menu-item a,
.desktop-nav .sub-menu .current-menu-item a:hover,
.desktop-nav .sub-menu .current-menu-item a:focus {
  background: #951217;
  color: #efeadc;
  cursor: default;
}
.desktop-nav .sub-menu li + li {
  border-top: 1px solid rgba(253, 254, 254, 0.4);
}

.desktop-utility {
  background: #252d34;
  text-align: right;
}
.desktop-utility .text {
  display: inline-block;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.175em;
  text-decoration: none;
  text-transform: uppercase;
}
.desktop-utility .icon {
  background-position-y: -1px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.desktop-utility .icon-facebook {
  background-image: url("../img/icon-facebook.svg");
}
.desktop-utility .icon-linkedin {
  background-image: url("../img/icon-linkedin.svg");
}
.desktop-utility .icon-instagram {
  background-image: url("../img/icon-instagram.svg");
}
.desktop-utility .icon {
  width: 1.65rem;
}
.desktop-utility .icon-facebook,
.desktop-utility .icon-linkedin {
  height: 1.5rem;
}
.desktop-utility .icon-instagram {
  height: 1.65rem;
}
.desktop-utility .widget_text {
  display: inline-block;
}
.desktop-utility a {
  display: inline-block;
  margin-left: 1rem;
}
.desktop-utility a {
  border-bottom: 1px solid transparent;
  color: #fdfefe;
  display: inline-block;
  margin-left: 1.5rem;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.desktop-utility a:hover, .desktop-utility a:focus {
  border-color: rgba(253, 254, 254, 0.4);
}

/*--------------------------------------------------------------
## Footer Nav
--------------------------------------------------------------*/
.site-footer .social-links {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.site-footer .social-links .text {
  display: inline-block;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.175em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer .social-links .icon {
  background-position-y: -1px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.site-footer .social-links .icon-facebook {
  background-image: url("../img/icon-facebook.svg");
}
.site-footer .social-links .icon-linkedin {
  background-image: url("../img/icon-linkedin.svg");
}
.site-footer .social-links .icon-instagram {
  background-image: url("../img/icon-instagram.svg");
}
.site-footer .social-links .textwidget {
  align-items: center;
  display: flex;
}
.site-footer .social-links .icon {
  width: 2rem;
}
.site-footer .social-links .icon-facebook,
.site-footer .social-links .icon-linkedin {
  height: 1.75rem;
}
.site-footer .social-links .icon-instagram {
  height: 2rem;
}
.site-footer .social-links .widget_text {
  display: inline-block;
}
.site-footer .social-links a {
  display: inline-block;
  margin-left: 1rem;
}
.site-footer .social-links .label {
  font-family: Teko, "Arial Narrow";
  font-size: 1.25rem;
  margin-right: 1rem;
  padding-top: 0.125em;
}
@media screen and (max-width: 85.9rem) {
  .site-footer .social-links .label {
    display: none;
  }
}
@media screen and (min-width: 40rem) {
  .site-footer .social-links {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/*--------------------------------------------------------------
## Posts Nav
--------------------------------------------------------------*/
.post-navigation {
  content: "";
  display: table;
  table-layout: fixed;
  border-top: 2px solid #e5e6e7;
  border-bottom: 2px solid #e5e6e7;
  max-width: 50rem;
  margin: 4rem auto;
  width: 100%;
}
.post-navigation h3 {
  color: #b5161c;
  margin-bottom: 0;
}
.post-navigation p {
  margin-top: 0;
}
.post-navigation a {
  color: #4e5f73;
  text-decoration: none;
}
.post-navigation a:hover, .post-navigation a:focus {
  color: #222222;
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-previous + .nav-next {
  border-left: 2px solid #e5e6e7;
}

/*--------------------------------------------------------------
## Page Nav
--------------------------------------------------------------*/
.pagination {
  width: 100%;
}

.nav-links {
  margin-bottom: 4rem;
  margin-top: 4rem;
  text-align: center;
}

.page-numbers {
  border: 1px solid;
  color: #6180a6;
  cursor: pointer;
  font-family: Teko, "Arial Narrow";
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.375rem;
  align-items: center;
  color: #2e3740;
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  margin-bottom: 1rem;
  padding-top: 0.15em;
  width: 3rem;
}
.page-numbers:hover {
  border-color: #4e5f73;
  color: #4e5f73;
}
.page-numbers:active, .page-numbers:focus {
  color: #4e5f73;
  border-color: #4e5f73;
}
@media (min-width: 30rem) {
  .page-numbers {
    font-size: calc(1.375rem + (2 - 1.375) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  .page-numbers {
    font-size: 2rem;
  }
}
.page-numbers.next, .page-numbers.prev {
  border-color: transparent;
}
.page-numbers:hover, .page-numbers:focus, .page-numbers.current {
  background: #b5161c;
  border-color: #b5161c;
  color: #fdfefe;
}
.page-numbers + .page-numbers {
  margin-left: 0.75rem;
}

/*--------------------------------------------------------------
## Header & Footer
--------------------------------------------------------------*/
.main-navigation {
  display: flex;
  flex-wrap: wrap;
}

.site-branding {
  flex: 1;
  margin: 0;
  /*a*/
}
.site-branding .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 14rem;
}
.site-branding .logo:focus {
  outline: 2px solid #efeadc;
  outline-offset: -2px;
}
@media screen and (min-width: 60rem) {
  .site-branding .logo {
    width: 24rem;
  }
}
.site-branding svg {
  max-height: 100%;
  max-width: 100%;
  height: 39px;
  width: 224px;
}
@media screen and (min-width: 60rem) {
  .site-branding svg {
    height: 66px;
    width: 384px;
  }
}
@media screen and (min-width: 60rem) {
  .site-branding {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.site-header {
  background: #2e3740;
  border-bottom: 5px solid #b5161c;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}
@media screen and (min-width: 40rem) {
  .site-header {
    padding: 0;
  }
}

.desktop-nav,
.desktop-utility {
  display: none;
}

@media screen and (min-width: 60rem) {
  #mobile-nav,
.main-navigation.toggled #mobile-nav,
.mobile-utility {
    display: none;
  }

  .desktop-nav,
.desktop-utility {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 60rem) {
  .site-branding img {
    max-width: 20rem;
  }
}
button.menu-toggle {
  background-color: #222222;
  background-image: url("../img/navicon.svg");
  background-repeat: no-repeat;
  height: 4rem;
  margin-right: -1rem;
  width: 4rem;
}
.toggled button.menu-toggle {
  background-image: url("../img/close-x.svg");
}

.site-footer {
  background-image: linear-gradient(#222222, #2e3740, #2e3740);
  border-top: 5px solid #b5161c;
  color: #efeadc;
  padding: 1rem 1rem 2rem;
}
.site-footer a {
  color: #efeadc;
}
.site-footer h2, .site-footer h3, .site-footer h4 {
  color: #fdfefe;
}
.site-footer .widget {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.site-footer .widget-title {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 39.9rem) {
  .site-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .site-footer .site-branding .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .widget {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 40rem) {
  .site-footer .site-branding,
.site-footer .site-info {
    width: 100%;
  }
  .site-footer .site-branding,
.site-footer .footer-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site-footer .widget {
    flex: 1;
  }
  .site-footer .widget:nth-of-type(odd) {
    text-align: left;
  }
  .site-footer .widget:nth-of-type(even) {
    text-align: right;
  }
  .site-footer .site-info {
    text-align: right;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .site-footer .social-links .text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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, .site-footer .social-links .text:focus {
  background-color: #2e3740;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #222222;
  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;
  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 {
  /* Make sure select elements fit in widgets. */
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget select {
  max-width: 100%;
}
aside .widget {
  margin-bottom: 3rem;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.wrap {
  margin: 0 auto;
  max-width: 84rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

body {
  overflow-x: hidden;
}

.site {
  position: relative;
}

@media screen and (min-width: 40rem) {
  .site-main {
    padding-bottom: 4rem;
  }

  .blog .page-header,
.single-post .page-header {
    width: 100%;
  }
  .blog .content-area,
.single-post .content-area {
    display: flex;
    flex-wrap: wrap;
  }
  .blog .site-main,
.single-post .site-main {
    flex: 1;
    padding-bottom: 8rem;
  }
  .blog .widget-area,
.single-post .widget-area {
    width: 25%;
    margin-left: 4rem;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

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

.page-title {
  text-align: center;
}
.page-title span {
  color: #4e5f73;
}
@media screen and (min-width: 40rem) {
  .page-title {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.widget-area .h6, .widget-area .post-navigation h3, .post-navigation .widget-area h3 {
  margin-top: 0;
}
.widget-area a {
  text-decoration: none;
}
.widget-area li > a {
  color: #4e5f73;
  display: block;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.widget-area li > a:hover, .widget-area li > a:focus {
  color: #222222;
}
@media screen and (max-width: 39.9rem) {
  .widget-area {
    text-align: center;
  }
}

.recent-posts-extended h3 {
  margin-top: 0;
  text-align: center;
}
.recent-posts-extended h3 a {
  color: #4e5f73;
}

.entry-meta {
  border-bottom: 1px solid #6180a6;
  padding-bottom: 2rem;
}

.cat-links {
  margin-left: 0.5rem;
}

.posted-on {
  display: inline;
}
.posted-on + p {
  display: inline;
}

.card,
.rpwe-li {
  margin-bottom: 1rem;
}
.card h3,
.rpwe-li h3 {
  color: #4e5f73;
  line-height: 1em;
  margin-top: 0.5rem;
  margin-bottom: 0.25em;
  transition: all 0.15s;
}
.card a,
.rpwe-li a {
  color: #2e3740;
  text-decoration: none;
}
.card img,
.rpwe-li img {
  display: block;
}
.card:hover h3,
.card:hover a, .card:focus h3,
.card:focus a,
.rpwe-li:hover h3,
.rpwe-li:hover a,
.rpwe-li:focus h3,
.rpwe-li:focus a {
  color: #222222;
}

.archive:not(.category) .site-main {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.archive:not(.category) .card {
  text-align: center;
}
@media screen and (max-width: 39.9rem) {
  .archive:not(.category) .card:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 30rem) {
  .archive:not(.category) .card {
    margin-right: 1rem;
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 40rem) {
  .archive:not(.category) .card {
    margin-right: 2rem;
    width: calc(33.334% - 2rem);
  }
  .archive:not(.category) .card:nth-of-type(3n) {
    margin-right: 0;
  }
}

.card.type-vehicle.tag-sold a,
.tag-sold .entry-content .ngg-gallery-thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
}
.card.type-vehicle.tag-sold a::after,
.tag-sold .entry-content .ngg-gallery-thumbnail a::after {
  background-color: #f6d26f;
  font-size: 1.125rem;
  font-weight: bold;
  content: "SOLD";
  letter-spacing: 0.0625em;
  line-height: 1;
  padding: 0.375rem 6rem;
  position: absolute;
  top: 1.5rem;
  right: -5rem;
  transform: rotate(45deg);
}

.tag-sold .entry-content .ngg-gallery-thumbnail a::after {
  font-size: 0.9375rem;
  top: 0.75rem;
  right: -5.5rem;
}

.search-results .site-content {
  max-width: 50rem;
}
.search-results .card {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
  margin-bottom: 2rem;
  width: 100%;
  display: block;
}
.search-results .card .h4, .search-results .card .recent-posts-extended h3, .recent-posts-extended .search-results .card h3 {
  margin: 0;
}
.search-results .card p {
  margin: 0;
}
.search-results .type-vehicle a {
  align-items: flex-start;
  display: flex;
}
.search-results .type-vehicle img {
  margin-right: 2rem;
  width: 10rem;
}
.search-results .type-vehicle p {
  font-size: 0.85rem;
}
@media (min-width: 30rem) {
  .search-results .type-vehicle p {
    font-size: calc(0.85rem + (1 - 0.85) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  .search-results .type-vehicle p {
    font-size: 1rem;
  }
}

.single-vehicle .entry-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}
.single-vehicle .entry-content > div,
.single-vehicle .entry-content > img,
.single-vehicle .entry-content > figure {
  width: 100%;
}
.single-vehicle .entry-content figure {
  margin-left: auto;
  margin-right: auto;
}
.single-vehicle .entry-content .ngg-galleryoverview {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.single-vehicle .entry-content .term-links span::after {
  color: #d8d9db;
  content: "|";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.single-vehicle .entry-content .term-links span:last-of-type::after {
  display: none;
}
.single-vehicle .entry-content p,
.single-vehicle .entry-content a {
  color: #4e5f73;
}
.single-vehicle .entry-content a:hover,
.single-vehicle .entry-content a:focus {
  color: #222222;
}

div.ngg-galleryoverview {
  margin-top: 0;
}

.ngg-gallery-thumbnail-box {
  margin: 0.5rem;
}
@media screen and (max-width: 29.9rem) {
  .ngg-gallery-thumbnail-box {
    margin: 0.25rem;
    width: 46%;
  }
}

.ngg-gallery-thumbnail img {
  transition: all 0.15s;
}

.single-post h1 {
  color: #b5161c;
  margin-bottom: 3rem;
}

.page-template-default .site-content {
  max-width: 50rem;
}

.home .wp-block-cover {
  border-bottom: 5px solid #b5161c;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.home .wp-block-cover .wp-block-cover__inner-container {
  background: rgba(181, 22, 28, 0.8);
  box-shadow: 0 0.5rem 0.5rem rgba(34, 34, 34, 0.75);
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 57rem;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 40rem) {
  .home .wp-block-cover .wp-block-cover__inner-container {
    padding: 2rem;
  }
}
.home .wp-block-cover p {
  margin: 0;
}
.home .wp-block-cover .has-large-font-size {
  border-bottom: 2px solid #e5e6e7;
  color: #e5e6e7;
  letter-spacing: 0.03125em;
  line-height: 1;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-shadow: 0em 0.075em 0.15em rgba(34, 34, 34, 0.75);
  text-transform: uppercase;
}
.home .wp-block-cover .has-large-font-size + p {
  font-size: 1.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-shadow: 0em 0.2em 0.275em rgba(34, 34, 34, 0.75);
}
@media (min-width: 30rem) {
  .home .wp-block-cover .has-large-font-size + p {
    font-size: calc(1.125rem + (1.37 - 1.125) * ((100vw - 30rem) / 45));
  }
}
@media (min-width: 75rem) {
  .home .wp-block-cover .has-large-font-size + p {
    font-size: 1.37rem;
  }
}
@media screen and (min-width: 40rem) {
  .home .wp-block-cover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.wp-block-group.brands {
  padding-top: 1rem;
}
.wp-block-group.brands h2 {
  margin-bottom: 4rem;
}
.wp-block-group.brands .wp-block-image {
  margin-bottom: 6rem;
}
.wp-block-group.brands .wp-block-columns {
  margin-bottom: 0;
}

.recent-deliveries,
.related-vehicles {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.recent-deliveries h2,
.related-vehicles h2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 30rem) {
  .recent-deliveries > div,
.related-vehicles > div {
    display: flex;
    flex-wrap: wrap;
  }
  .recent-deliveries .card,
.related-vehicles .card {
    margin-right: 2rem;
    width: calc(50% - 1.5rem);
  }
  .recent-deliveries .card:nth-of-type(2n),
.related-vehicles .card:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 40rem) {
  .recent-deliveries .card,
.related-vehicles .card {
    width: calc(25% - 1.5rem);
  }
  .recent-deliveries .card:nth-of-type(2n),
.related-vehicles .card:nth-of-type(2n) {
    margin-right: 2rem;
  }
  .recent-deliveries .card:nth-of-type(4n),
.related-vehicles .card:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 40rem) {
  .error404 .site-content {
    min-height: 24rem;
    text-align: center;
  }
}
/*--------------------------------------------------------------
## 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%;
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
.has-post-thumbnail > .post-thumbnail {
  margin: 0 -1rem;
}
@media (min-width: 60rem) {
  .has-post-thumbnail > .post-thumbnail {
    margin: 0 -2.5rem;
  }
}

.wp-block-image figcaption {
  text-align: center;
}

@media screen and (max-width: 29.9rem) {
  .wp-block-image .alignright,
.wp-block-image .aligncenter,
.wp-block-image .alignleft {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .wp-block-image .alignright img,
.wp-block-image .aligncenter img,
.wp-block-image .alignleft img {
    width: 100%;
  }
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  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;
}

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