/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Global
-----------------------------------------------------------------*/

body {
  font-family: "Aston Martin Flare Light" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aston Martin Flare Regular" !important;
}

#page-title h1 {
  font-weight: 500 !important;
}

#google_translate_element a,
.top-links li > a {
  font-family: "Aston Martin Flare Light" !important;
}

#primary-menu ul li > a {
  font-family: "Aston Martin Flare Light" !important;
  font-size: 12px;
}

#primary-menu ul ul li > a {
  font-weight: 500;
}

label {
  font-family: "Aston Martin Flare Light" !important;
}

/* ----------------------------------------------------------------
	Home
-----------------------------------------------------------------*/
.home-slider-image-1 {
  background-image: url("/images/home/slider/1.jpg");
}

.home-slider-image-2 {
  background-image: url("/images/home/slider/2.jpg");
}

.home-slider-image-4 {
  background-image: url("/images/home/slider/4.jpg");
}

.home-slider-image-5 {
  background-image: url("/images/home/slider/5.jpg");
  background-position: center 80% !important;
}

.home-slider-image-6 {
  background-image: url("/images/home/slider/6.jpg");
  background-position: center 55% !important;
}

.home-slider-image-upgrades {
  background-image: url("/images/upgrades.jpg");
  background-position: center bottom !important;
}

.home-slider-margin {
  margin-top: 25px;
}

.article-grid .entry-title h2 {
  text-transform: none;
}

.model-container-home,
.model-container-nav {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.model-container {
  margin-bottom: 20px;
}

.model-container a p {
  color: #999;
}

.model-container a:hover p {
  color: #ccc;
}

.model-container img {
  max-width: 70%;
}

.model-container-home p {
  color: #444;
  font-weight: 500;
  line-height: 1.5;
  font-size: 19px;
}

/* ----------------------------------------------------------------
	Social Feed
-----------------------------------------------------------------*/
.dcsns-toolbar {
  display: none !important;
}

.modern.light .stream li {
  background-color: #f5f5f5 !important;
}

.modern .stream li {
  width: 320px !important;
}

/* ----------------------------------------------------------------
	Contact Button
-----------------------------------------------------------------*/

.button-leftmargin {
  margin-left: 5px !important;
}

.remove-item-button {
  border: 0;
  background-color: transparent;
}

.home-page-banner {
  display: flex;
  flex-wrap: wrap;
  background-color: #00665e;
  position: relative;
}

.home-page-banner > div {
  width: 100%;
}

@media screen and (min-width: 500px) {
  .home-page-banner > div {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .home-page-banner > div {
    flex: 1;
  }
}

.home-page-banner > div {
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.home-page-banner > div > div {
  width: 58%;
  text-align: center;
}

.home-page-banner .image-container {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-page-banner > div:first-of-type {
  background-color: #0e5350;
}

.home-page-banner p {
  color: white;
}

.home-page-banner img.aston-martin-logo {
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.home-page-banner img {
  width: 33%;
  height: auto;
}
