/*!
Theme Name: SWMHH
Author: Charlie @ Aztec Media
Author URI: https://aztec.media/
Description: SWMHH
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 8.2

BlankSlate WordPress Theme © 2024 Aztec Media
*/


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Satisfy&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	outline: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
a,
::selection,
:focus,
:active {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-tap-highlight-color: transparent;
	}
*/

/* ------------ Toolbox ------------ */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}
.align-right {
  text-align: right;
}
.cleared {
  clear: both;
}
.hide {
  display: none;
}
.smaller {
  font-size: 90%;
}
.larger {
  font-size: 110%;
}
.normal {
  font-weight: normal;
}

hr {
  display: none;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
/* End hide from IE-mac */

.error_message {
  color: #970000;
  font-weight: bold;
}

#copy .error_message ul {
  margin-bottom: 30px;
}

#copy .error_message ul li {
  color: #970000;
  float: none;
  font-weight: 900;
  width: 100%;
}

/* ------------ Defaults ------------ */

html,
body {
  height: 100%;
}

body {
  background-color: #fff;
  color: #787f88;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 26px;
}

/* ------------ Branding ------------ */

#branding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

#navigation {
  background-color: #0c3261;
  padding: 0 80px;
  text-align: right;
  width: 100%;
}

#navigation ul {
  float: right;
  padding: 40px 0;
}

#navigation li {
  float: left;
  margin-left: 30px;
}

#navigation li:first-child {
  margin-left: 0;
}

#navigation li a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  opacity: 0.6;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

#navigation li a:hover,
#navigation li a.currentpage,
#navigation li a.activeparent {
  /*
	border-bottom: 2px solid #fff;
	*/
  opacity: 1;
}

#navigation-line {
  background: rgba(255, 255, 255, 0.2);
  height: 10px;
  width: 100%;
}

#navigation p {
  display: none;
}

#branding .logo {
  background-color: #0c3261;
  padding: 20px 30px;
  position: absolute;
  top: 0;
  left: 80px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

/* ------------ Slideshow ------------ */

#slideshow {
  position: relative;
  width: 100%;
  margin-top: 105px;
}

#home #slideshow {
  margin-top: 0;
}

#slides {
  width: 100%;
}

#slides img {
  float: left;
  height: auto;
  width: 100%;
}

#slideshow .slide {
  display: block !important;
}

#slideshow .overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
}

#slideshow .caption {
  color: #fff;
  font-family: 'Satisfy', cursive;
  font-size: 90px;
  letter-spacing: 0;
  line-height: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  text-transform: lowercase;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#slideshow .caption span {
  display: block;
}

#slideshow .caption strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 130px;
  letter-spacing: 0;
  line-height: 130px;
  padding-top: 10px;
  text-transform: uppercase;
  width: 100%;
}

.slick-slide img {
  display: block;
}

#slides-nav {
  display: none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 100%;
  text-align: center;
}

#home #slides-nav {
  display: block;
}

#slides-nav ul {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

#slides-nav li {
  display: inline-block;
  float: left;
  font-size: 0;
  line-height: 0;
  margin: 0 10px;
}

#slides-nav a {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  height: 50px;
  text-indent: -999999px;
  width: 50px;
}

#slides-nav li:first-child a {
  background: url('../img/arrow-left-white.svg') no-repeat left center;
}

#slides-nav li:last-child a {
  background: url('../img/arrow-right-white.svg') no-repeat left center;
}

/* ------------ Slideshow - Animation ------------ */

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

#slideshow .slick-active strong {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
}

@-webkit-keyframes fadeInDownSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownSD {
  -webkit-animation-name: fadeInDownSD;
  animation-name: fadeInDownSD;
}

#slideshow .slick-active span {
  animation-name: fadeInDownSD;
  animation-duration: 1s;
  opacity: 1;
}

/* ------------ Features ------------ */

#features {
  margin-top: -120px;
  padding: 0 80px;
  position: relative;
  width: 100%;
	margin-bottom: 3rem;
}

#features .feature {
  color: #787f88;
  float: left;
  text-align: center;
  width: 33.33%;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  display: inline-block;
}

#features .feature:hover {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

#features .feature img {
  float: left;
  height: 400px;
  width: 100%;
  object-fit: cover;
}

#features .feature-copy {
  clear: both;
  padding: 30px 20px 0 20px;
  width: 100%;
}

#features .feature-copy img {
  float: none;
  height: 80px;
  width: auto;
}

#features .feature h2 {
  color: #062041;
  font-family: 'Satisfy', cursive;
  font-size: 45px;
  letter-spacing: 0;
  line-height: 45px;
  margin-top: 15px;
  text-transform: lowercase;
}

#features .feature h2 span {
  display: block;
  width: 100%;
}

#features .feature strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
  text-transform: uppercase;
  width: 100%;
}

#features .feature p {
  margin-top: 25px;
}

#features .feature .button {
  background-image: url('assets/arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #0c3261;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding: 23px 80px 23px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#features .feature .button:hover {
  background-color: #062041;
}

/* ------------ Content ------------ */

#content {
  background-color: #f4f5f5;
  
  position: relative;
  width: 100%;
}

/* body.page #content {
  padding: 6rem 0rem 6rem 0rem;
} */

/* ------------ Breadcrumb ------------ */

#breadcrumb {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}

/* ------------ Copy ------------ */

#copy {
  float: left;
  padding: 80px;
  position: relative;
   width: 60%; 
}

#copy-inner {
  position: relative;
  z-index: 3;
}


body.page #copy .button {
	border: none;
  background-image: url('../img/arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #0c3261;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 10px;
  padding: 23px 80px 23px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

 #copy .button:hover {
  background-color: #062041 !important;
}

#copy h1::before {
  color: #787f88;
  content: 'Welcome';
  font-family: 'Oswald', sans-serif;
  font-size: 130px;
  letter-spacing: 0;
  line-height: 130px;
  opacity: 0.05;
  position: absolute;
  top: 70px;
  left: 0;
  text-transform: uppercase;
  word-break: break-word;
  font-weight: 500;
}

#copy h1 {
  color: #062041;
  font-family: 'Oswald', cursive;
  font-size: 45px;
  letter-spacing: 0;
  line-height: 45px;
  margin-top: 15px;
  padding-bottom: 35px;
  font-weight: 700;
}

#copy h1 span {
  display: block;
  width: 100%;
}

#copy h1 strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 50px;
  text-transform: uppercase;
  width: 100%;

}

#copy h2 {
  color: #062041;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
  margin-top: 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

#copy ul {
  list-style: disc outside;
  margin: 0 0 0 40px;
  padding-top: 15px;
}

#copy ul li {
  margin: 10px 30px 0 0;
}

#copy a {
  border-bottom: 1px solid #0c3261;
  color: #0c3261;
  text-decoration: none;
}

#copy a:hover {
  border-bottom: 1px solid #062041;
  color: #062041;
  text-decoration: none;
}

#copy h1.page-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 50px;
  text-transform: none;
}

body.page #copy h1::before {
  max-width: 80%;
}

#copy p {
  margin-top: 25px;
}

#copy-image {
  background-image: url('../img/copy-image.jpg');
  background-position: center;
  background-repeat: no-repeat;
 
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -999999px;
  width: 40%;
	margin-bottom: 3rem;

}

/* ------------ Sidebar ------------ */

#sidebar {
  float: right;
  padding: 80px 80px 80px 0;
  width: 600px;
}

/* ------------ Slider Motorhomes ------------ */

.slider-motorhomes {
  padding: 40px 0 60px 80px;
  position: relative;
  width: 100%;
}

.slider-copy::before {
  color: #787f88;
  font-family: 'Oswald', sans-serif;
  font-size: 130px;
  letter-spacing: 0;
  line-height: 130px;
  opacity: 0.1;
  position: absolute;
  top: 35px;
  left: 0;
  text-transform: uppercase;
}

#slider-used .slider-copy::before {
  content: 'Used';
}

#slider-new .slider-copy::before {
  content: 'New';
}

.slider-copy {
  float: left;
  padding-right: 60px;
  width: 30%;
}

.slider-copy h2 {
  color: #062041;
  font-family: 'Satisfy', cursive;
  font-size: 45px;
  letter-spacing: 0;
  line-height: 45px;
  margin-top: 15px;
  padding-bottom: 15px;
  text-transform: lowercase;
}

.slider-copy h2 span {
  display: block;
  width: 100%;
}

.slider-copy h2 strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
  text-transform: uppercase;
  width: 100%;
}

.slider-copy p {
  margin-top: 25px;
}

.slider-copy .button {
  background-image: url('../img/arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #0c3261;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 15px;
  padding: 23px 80px 23px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.slider-copy .button:hover {
  background-color: #062041;
}

.slider-slides {
  float: right;
  padding-right: 100px;
  position: relative;
  width: 70%;
}

.slider-slides-content {
  padding-bottom: 60px;
  width: 100%;
}

.slider-slides-content img {
  float: left;
  height: auto;
  width: 100%;
}

.slider-slides-content .slide {
  display: block !important;
  padding-right: 20px;
  position: relative;
}

.slider-slides-content .slide img {
  float: left;
  height: auto;
  width: 100%;
}

.slider-slides-content .slide .title {
  background-color: #062041;
  clear: both;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 25px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: 100%;
}

.slider-slides-content .slide .title .price {
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
}

.slider-slides-content .slide .desc {
  background-color: #f4f5f5;
  padding: 20px 30px;
}

.slider-slides-content .slide .button a {
  background-color: #e5e8eb;
  color: #062041;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.slider-slides-content .slide .button a:hover {
  background-color: #062041;
  color: #fff;
}

.slider-nav {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-nav a {
  background-color: #0c3261;
  background-image: url('../img/arrow-right-white-large.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  display: inline-block;
  height: 80px;
  text-indent: -999999px;
  width: 80px;
  -webkit-border-top-left-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-bottomleft: 100px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.slider-nav a:hover {
  background-color: #062041;
}

.slider-nav ul li:first-child {
  display: none;
}

.slider-slides .slick-dots {
  display: inline-block;
  bottom: 0px;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider-slides .slick-dots li {
  background-color: #e5e8eb;
  display: inline-block;
  float: left;
  height: 10px;
  margin: 0;
  padding: 0;
  width: 60px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

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

.slider-slides .slick-dots li.slick-active,
.slider-slides .slick-dots li:hover {
  background-color: #0c3261;
}

.slider-slides .slick-dots li button::before {
  display: none;
}

.slider-slides .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ------------ Hero ------------ */

#hero {
  background-attachment: fixed;
  background-image: url('../img/hero-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 80px;
  height: 60vh;
  position: relative;
  width: 100%;
}

#hero .overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#hero-caption {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 90px;
  letter-spacing: 0;
  line-height: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
 
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#hero-caption span {
  display: block;
}

#hero-caption strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 130px;
  letter-spacing: 0;
  line-height: 130px;
  padding-top: 10px;
  text-transform: uppercase;
  width: 100%;
}

#hero-caption h2 {
line-height: 1;
}
/* ------------ Brand Logos ------------ */

#brand-logos {
  background-color: #f4f5f5;
  padding: 40px 80px;
  position: relative;
  width: 100%;
}

#brand-logos h4 {
  color: #787f88;
  content: 'Welcome';
  font-family: 'Oswald', sans-serif;
  font-size: 130px;
  letter-spacing: 0;
  line-height: 130px;
  opacity: 0.05;
  position: absolute;
  top: 40px;
  left: 0;
  text-transform: uppercase;
}

#brand-logos li {
  float: left;
  margin: 0 40px 0 0;
  width: calc(12% - 36px);
}

#brand-logos li:nth-child(10n + 10) {
  margin: 0;
}

#brand-logos li img {
  float: left;
  height: auto;
  width: 100%;
}

/* ------------ Why Choose Us ------------ */

.why-choose-us-container,
.service-item-container {
  background-color: #dae4f1;
  padding: 6rem;
}

.why-choose-us-container .why-choose-us,
.service-item-container .service-item {
  width: 100%;
  max-width: 1600px;
  text-align: center;
  font-size: 0;
  margin: auto;
}

.why-choose-us-container .why-choose-us h2,
.service-item-container .service-item .item .desc h3 {
  color: #062041;
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  letter-spacing: 0;
  line-height: 45px;
  margin-top: 15px;
  padding-bottom: 35px;
  text-transform: lowercase;
  margin-bottom: 40px;
}

.service-item-container .service-item .item .desc h3 {
  padding: 0px;
}

.why-choose-us-container .why-choose-us h2 strong,
.service-item-container .service-item .item .desc h3 strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 50px;
  text-transform: uppercase;
  
}

.why-choose-us-container .why-choose-us .item,
.service-item-container .service-item .item {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  margin-bottom: 50px;
  text-align: left;
  padding: 0 25px;
}

.service-item-container .service-item .item {
  position: relative;
}

.service-item-container .service-item .item .img {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  float: left;
}

.service-item-container .service-item .item .img img {
  margin-top: 10px;
}

.why-choose-us-container .why-choose-us .item img {
  float: left;
}

.why-choose-us-container .why-choose-us .item .desc,
.service-item-container .service-item .item .desc {
  font-size: 14px;
  width: calc(100% - 100px);
  float: right;
}

.service-item-container .service-item .price {
  color: #dae4f1;
  background-color: #062041;
  font-weight: 700;
  border-radius: 50%;
  padding: 10px;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 100px;
  left: 0;
  font-size: 13px;
  text-align: center;
  padding-top: 20px;
}

.service-item-container .service-item .price span {
  font-family: 'Satisfy', cursive;
  font-size: 45px;
  letter-spacing: 0;
  line-height: 55px;
  text-transform: lowercase;
  color: #fff;
}

.service-item-container .service-item .item .desc {
  width: calc(100% - 150px);
}

.why-choose-us-container .why-choose-us .item .desc h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.why-choose-us-container .why-choose-us .item .desc p {
  line-height: 18px;
}
/* ------------ Footer ------------ */

#footer {
  background-color: #062041;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 40px 80px;
}

#footer .footer {
  float: left;
  margin: 0 40px 0 0;
  width: calc(20% - 32px);
}

#footer .footer:last-child {
  margin: 0;
}

#footer .footer h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
}

#footer .footer p {
  margin-top: 25px;
  opacity: 0.5;
}

#footer .footer ul {
  margin-top: 15px;
  opacity: 0.5;
}

#footer .footer li {
  padding-top: 10px;
}

#footer .footer a {
  color: #fff;
  text-decoration: none;
}

#footer .footer a:hover {
  border-bottom: 1px solid #fff;
}

#footer .logo a:hover {
  border: none;
}

#footer .footer .social {
  opacity: 1;
}

#footer .footer .social li {
  float: left;
}

#footer .footer .social li:first-child {
  margin-right: 20px;
}

#footer .footer .social li a {
  display: inline-block;
  height: 40px;
  opacity: 0.7;
  text-indent: -999999px;
  width: 40px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

#footer .footer .social li a:hover {
  border: 0;
  opacity: 1;
}

#footer .footer .social li:first-child a {
  background-image: url('../img/icon-facebook.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer .social li:last-child a {
  background-image: url('../img/icon-instagram.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ------------ Furniture ------------ */

#furniture {
  background-color: #0c3261;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 80px;
}

#furniture a {
  color: #fff;
  text-decoration: none;
}

#furniture a:hover {
  color: #fff;
  text-decoration: none;
}

#copyright {
  float: left;
  opacity: 0.5;
  width: auto;
}

#copyright p {
  display: inline-block;
  float: left;
  width: auto;
}

#copyright ul {
  display: inline-block;
  float: left;
}

#copyright li {
  float: left;
  margin-left: 30px;
}

#credit {
  float: right;
  opacity: 0.5;
}

/* ------------ Accordions ------------ */

body.page #copy .expand-blocks {
  width: 100%;
}

body.page #copy .expand-blocks .expand-block {
  border: 1px solid #c1c7cf;
  margin-top: 30px;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

body.page #copy .expand-blocks .expand-block:first-child {
  margin-top: 20px;
}

body.page #copy .expand-blocks .expand-block:hover {
  border: 1px solid #062041;
}

body.page #copy .expand-blocks .expand-block h3 {
  background: url('../img/icon-expand-open.svg') no-repeat top 18px right 20px;
  color: #062041;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
  padding: 20px 30px;
  position: relative;
  text-transform: none;
  width: 100%;
}

body.page #copy .expand-blocks .expand-block h3 img {
  position: absolute;
  top: 15px;
  right: 20px;
}

body.page #copy .expand-blocks .expand-block p:first-child {
  margin-top: 0;
}

body.page #copy .expand-blocks .expand-block-copy {
  padding: 0 30px 20px 30px;
}

body.page #copy .expand-blocks .expand-block-copy h4:first-child {
  padding: 20px 0 10px 0;
}

/* ------------ Sidebar Features ------------ */

body.about #sidebar,
body.finance #sidebar,
body.storage #sidebar,
body.faq #sidebar,
body.gallery #sidebar,
body.accessories #sidebar {
  padding-right: 0;
}

#sidebar #page-images {
  width: 100%;
}

#sidebar #page-images img {
  float: left;
  height: auto;
  width: 50%;
}

@media screen and (max-width: 1700px) {
    #branding .logo {
		padding: 20px;
		left: 30px;
		}
}

@media screen and (max-width: 1640px) {
    #navigation li a {
		font-size: 12px;
		line-height: 22px;
		}
}

@media screen and (max-width: 1550px) {

	#navigation {
		padding: 0 30px;
		}

	#branding .logo {
		padding: 20px;
		left: 30px;
		}

	#navigation li {
		margin-left: 20px;
		}
	
	#features {
		padding: 0 30px;
		}
	
	#copy {
		padding: 60px;
		}
	
	#furniture {
		padding: 20px 30px;
		}
	
	#footer {
		padding: 40px 30px;
		}
	
	#footer .footer a {
		word-break: break-word;
		}
	
	#brand-logos {
		overflow: hidden;
		padding: 40px 30px;
		}

	.slider-motorhomes {
		padding: 40px 0 40px 30px;
		}
	
	.slider-slides {
		padding-right: 90px;
		}
		
}


@media screen and (max-width: 1450px) {

	#slideshow .caption {
		font-size: 70px;
		line-height: 70px;
		}
	
	#slideshow .caption strong {
		font-size: 110px;
		line-height: 110px;
		}
	
	#hero-caption {
		font-size: 70px;
		line-height: 70px;
		}
	
	#hero-caption strong {
		font-size: 110px;
		line-height: 110px;
		}
	
	#footer .footer .logo img {
		float: left;
		height: auto;
		width: 100%;
		}
		#motorhome-hire #copy .vehicles a .vehicle {
			width: calc(50% - 30px);
		}	
		#contact #enquiry-form form .col {
			float:  none;
			margin: 0;
			width: 100%;
			margin-top: 10px;
		}
}


@media screen and (max-width: 1350px) {

	#navigation li a {
		font-size: 12px;
		line-height: 22px;
		}
	
	#branding .logo img {
		float: left;
		height: auto;
		width: 180px;
		}
	
	#slideshow .caption {
		font-size: 50px;
		line-height: 50px;
		}
	
	#slideshow .caption strong {
		font-size: 90px;
		line-height: 90px;
		}
	
	#hero-caption {
		font-size: 50px;
		line-height: 50px;
		}
	
	#hero-caption strong {
		font-size: 90px;
		line-height: 90px;
		}

	#slides-nav {
		bottom: 150px;
		}
	
	.slider-copy {
		padding-right: 40px;
		width: 25%;
		}
	
	.slider-slides {
		width: 75%;
		}
		
}





@media screen and (max-width: 1280px) {

    
    #navigation ul {
		background-color: #0C3261;
		display: none;
		height: 100%;
		padding: 45px 20px;
		position: fixed;
		top: 0;
		left: 0;
		text-align: center;
		width: 100%;
		z-index: 20;
		}
	
	#navigation ul li {
		display: block;
		float: none;
		margin: 15px 0;
		width: 100%;
		}
	
	#navigation ul li a {
        font-size: 18px;
        line-height: 28px;
		}
	
	#navigation #nav-show {
		background: url("assets/icon-menu.svg") no-repeat 0 0;
		cursor: pointer;
		display: inline-block;
		height: 21px;
		margin: 30px 0;
		text-align: left;
		text-indent: -999999px;
		width: 23px;
		}
	
	#navigation #nav-hide {
		background: url("assets/icon-close.svg") no-repeat center center;
		cursor: pointer;
		display: none;
		height: 21px;
		position: fixed;
		top: 30px;
		right: 20px;
		text-align: left;
		text-indent: -999999px;
		width: 21px;
		z-index: 21;
		}

	#features .feature h2 {
		font-size: 35px;
		line-height: 35px;
		}

	#features .feature strong {
		font-size: 30px;
		line-height: 30px;
		}
	
	#features {
		margin-top: -90px;
		}

	#hero {
		height: 500px;
		}
	#sidebar,
	#contact #enquiry-form,
	#contact #copy {
		float: none;
		width: 100%;
		padding: 40px;
	}
	#new-motorhomes #sidebar form .form-row,
	#used-motorhomes #sidebar form .form-row {
		width: 50%;
		float: left;
	}
	#new-motorhomes #sidebar form input.search-button,
	#new-motorhomes #sidebar form .button,
	#used-motorhomes #sidebar form input.search-button,
	#used-motorhomes #sidebar form .button {
		float: right;
		margin-right: 0;
		margin-left: 20px;
	}
	
	
}


@media screen and (max-width: 1150px) {

	#navigation {
		padding: 0px 20px;
		}
	
	#branding .logo {
		left: 20px;
		}
	
	#branding .logo img {
		width: 150px;
		}
	
	#navigation ul {
		padding: 30px 0;
		}
	
	#slideshow .caption {
		font-size: 40px;
		line-height: 40px;
		}
	
	#slideshow .caption strong {
		font-size: 70px;
		line-height: 70px;
		}
	
	#hero-caption {
		font-size: 40px;
		line-height: 40px;
		}
	
	#hero-caption strong {
		font-size: 70px;
		line-height: 70px;
		}
	
	#features {
		margin-top: -60px;
		}
	
	#slides-nav {
		bottom: 120px;
		}

	#features {
		padding: 0 20px;
		}
	
	#copy {
		padding: 40px;
		}
	
	#copy h1 {
		padding-bottom: 15px;
		}
	
	#furniture {
		padding: 20px;
		}
	
	#footer {
		padding: 40px 20px;
		}
	
	#copyright li {
		margin-left: 20px;
		}
	
	#footer .footer {
		margin: 0 20px 0 0;
		width: calc(25% - 15px);
		}
	
	#footer .footer:first-child {
		margin: 0 0 40px 0;
		text-align: center;
		width: 100%;
		}
	
	#footer .footer:first-child .logo {
		margin: 0 auto;
		width: 25%;
		}
	
	#footer .footer .social {
		clear: both;
		display: block;
		font-size: 0;
		line-height: 0;
		text-align: center;
		width: 100%;
		}
	
	#footer .footer .social li {
		float: none;
		display: inline-block;
		}
	
	#brand-logos {
		padding: 0 20px 40px 20px;
		}
	
	#brand-logos li {
		float: left;
		margin: 40px 40px 0 0;
		width: calc(20% - 32px);
		}
	
	
	#brand-logos li:nth-child(10n+10) {
		margin-right: 40px;
		}
	
	#brand-logos li:nth-child(5n+5) {
		margin-right: 0;
		}
	
	.slider-motorhomes {
		padding: 40px 0 40px 20px;
		}
	
	.slider-slides {
		padding-right: 80px;
		width: 65%;
		}
	
	.slider-copy {
		width: 35%;
		}
	#slideshow {
		margin-top: 85px;
		}
		 #media .gallery .img,
		 #media .gallery .img:nth-child(4n+4) {
			width: calc(33.33% - 15px);
			margin-right: 22px;
		}
		body.page #content.motorhome #media .gallery .img:nth-child(3n+3) {
			margin-right: 0;
		}
		body.page #content.motorhome #copy ul li {
			width: 50%;
			margin-right: 0;
		}
	.why-choose-us-container .why-choose-us .item,
	.service-item-container .service-item .item {
		width: 48%;
	}
}


@media screen and (max-width: 1080px) {
	
	#features .feature {
		width: 100%;
		}
	
	#features a:nth-child(1) .feature,
	#features a:nth-child(2) .feature {
		margin-bottom: 40px;
		}
	
	#features .feature:hover {
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
		}

	#copy h1 {
		font-size: 40px;
		line-height: 40px;
		}

	#copy h1 strong {
		font-size: 45px;
		line-height: 45px;
		}
	
	#hero {
		height: 400px;
		}
	
	#copyright {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
		}
	
	#copyright p {
		display: block;
		float: none;
		width: 100%;
		}
	
	#copyright ul {
		display: inline-block;
		float: none;
		padding-top: 10px;
		width: auto;
		}

	#copyright ul li:first-child {
		margin-left: 0;
		}
	
	#credit {
		display: block;
		float: none;
		margin-top: 7px;
		text-align: center;
		width: 100%;
		}
		#slideshow {
			margin-top: 75px;
			}
}


@media screen and (max-width: 980px) {

	#footer {
		text-align: center;
		}
	
	#footer .footer {
		margin: 0 0 40px 0;
		width: 100%;
		}
	
	.slider-copy {
		margin: 0 0 40px 0;
		padding: 0;
		width: 100%;
		}
	
	.slider-slides {
		width: 100%;
		}
	
}





@media screen and (max-width: 900px) {
	
	.motorhome-gallery {
    padding: 20px !important;
}

	#breadcrumb {
	padding: 0rem 1rem !important;
		}
	
	
	#features {
		margin-top: -40px;
		}
	
	#slides-nav {
		bottom: 80px;
		}
	
	#copy {
		padding: 40px 20px;
		width: 100%;
		}
	
	#copy h1 {
		margin-top: 0;
		}

	#copy-image {
		height: 450px;
		position: static;
		top: auto;
		right: auto;
		clear: both;
		width: auto;
		}
	#new-motorhomes #sidebar form .form-row, #used-motorhomes #sidebar form .form-row {
		width: 100%;
		float: none;
		margin-top: 5px;
	}
	#new-motorhomes #sidebar form label, #used-motorhomes #sidebar form label {
		font-weight: 300;
		padding-top: 2px;
	}
	#new-motorhomes #sidebar form select, #used-motorhomes #sidebar form select {
		line-height: 20px;
		padding: 5px;
	}
	body.page #content.motorhome #media,
	body.page #content.motorhome #copy {
		float: none;
		width: 100%;
	}
	 #media .gallery .img,
	#media .gallery .img:nth-child(3n+3),
	#media .gallery .img:nth-child(4n+4) {
			width: calc(20% - 15px);
			margin-right: 18px;
		}
		 #media .gallery .img:nth-child(5n+5) {
			margin-right: 0;
		}

	
		#copy {
			padding: 2rem 1rem;
		}
		#contact #contact-details .col {
			float: none;
			margin: 40px 0 0 0;
			width: 100%;
		}
}


@media screen and (max-width: 780px) {
	
	
	.hire__table {
	padding: 3rem 1rem !important;
   }

	#home #slides-nav {
		display: none;
		}
	
	#slideshow .caption {
		padding-top: 40px;
		}
	
	#hero {
		height: 300px;
		}
	
	#footer .footer:first-child .logo {
		width: 35%;
		}
	
	#brand-logos li {
		width: calc(25% - 30px);
		}
	
	#brand-logos li:nth-child(5n+5) {
		margin-right: 40px;
		}
	
	#brand-logos li:nth-child(4n+4) {
		margin-right: 0;
		}

		.why-choose-us-container .why-choose-us .item,
		.service-item-container .service-item .item {
			width: 100%;
		}
	
}


@media screen and (max-width: 650px) {

	#slideshow .caption {
		font-size: 30px;
		line-height: 30px;
		}
	
	#slideshow .caption strong {
		font-size: 60px;
		line-height: 60px;
		}	
	
	#hero-caption {
		font-size: 30px;
		line-height: 30px;
		}
	
	#hero-caption strong {
		font-size: 60px;
		line-height: 60px;
		}	
	
	#copy h1 {
		font-size: 35px;
		line-height: 35px;
		padding-bottom: 5px;
		}

	#copy h1 strong {
		font-size: 40px;
		line-height: 40px;
		}
	
	#copy-image {
		height: 350px;
		}
	
	#copy h1::before {
		font-size: 100px;
		line-height: 100px;
		}
	
	.slider-slides-content .slide .title {
		padding: 20px;
		}
	
	.slider-slides-content .slide .desc {
		padding: 20px;
		}
	
	.slider-slides-content .slide .button a {
		padding: 15px 20px;
		}
	
	.slider-slides .slick-dots li {
		width: 30px;
		}
		#motorhomes-overviews .item .item-img {
			width: 100%;
		}
		#motorhomes-overviews .item .item-img .slide {
			padding-right: 0;
		}
		#motorhomes-overviews .item .item-copy {
			padding: 20px;
			width: 100%;
		}
		#motorhomes-overviews .item .item-copy li {
			float: none;
			width: 100%;
		}
		#motorhomes-overviews .item .item-img .count, #motorhomes-overviews .item .item-img .tag-line, .slider-slides-content .slide .tag-line {
			right: 20px;
		}
		body.page #content.motorhome #motorhome-cta form .col {
			float: none;
			margin: 0 0 10px 0;
			width: 100%;
		}
}

@media screen and (max-width: 1300px) {
#hero {
		height: 450px;
		}
#hero-caption {
line-height: 1.4;
}
}




@media screen and (max-width: 550px) {

	#slideshow .caption strong {
		font-size: 40px;
		line-height: 40px;
		}
	
	#hero-caption strong {
		font-size: 40px;
		line-height: 40px;
		}
	
	
	
	#slideshow .caption {
		padding-top: 90px;
		}

	#slideshow .caption.caption-page {
		padding-top: 30px;
		}

	#features {
		margin-top: -20px;
		}
	
	#features .feature {
		margin-bottom: 40px;
		width: 100%;
		}
	
	#features a:nth-child(4) .feature {
		margin-bottom: 0;
		}
	
	#features .feature-copy {
		padding: 30px 0 0 0;
		}
	
	
	
	#footer .footer:first-child .logo {
		width: 45%;
		}
	
	#brand-logos li {
		width: calc(33.33333333333333% - 26.66666666666667px);
		}
	
	#brand-logos li:nth-child(4n+4) {
		margin-right: 40px;
		}
	
	#brand-logos li:nth-child(3n+3) {
		margin-right: 0;
		}
	
	.slider-nav a {
		background-size: 30px 30px;
		height: 50px;
		width: 50px;
		}
	
	.slider-slides {
		padding-right: 50px;
		}
	
	.slider-slides .slick-dots li {
		width: 10px;
		}
		 #media .gallery .img,
		 #media .gallery .img:nth-child(3n+3),
		 #media .gallery .img:nth-child(4n+4),
		 #media .gallery .img:nth-child(5n+5) {
			
			
		}
		body.page #content.motorhome #media .gallery .img:nth-child(3n+3) {
			margin-right: 0;
		}
		body.page #content.motorhome #copy ul.features li {
			float: none;
			margin: 10px 0 8px 0;
			width: 100%;
		}
		body.page #content.motorhome #copy ul {
			margin: 15px 0 0 0;
		}
		body.page #content.motorhome #copy ul li {
			width: 100%;
		}
		body.page #content.motorhome #breadcrumb {
			padding:0 40px;
		}
		#motorhome-hire #copy .vehicles a .vehicle {
			width: 100%;
			margin-right: 0;
		}	
	
	.count {
top: unset !important;
		left: unset !important;
}
}


@media screen and (max-width: 450px) {

	#slideshow .caption {
		font-size: 25px;
		line-height: 25px;
		}
	
	#slideshow .caption strong {
		font-size: 30px;
		line-height: 30px;
		}
	
	#hero-caption {
		font-size: 25px;
		line-height: 1.5;
		}

	#hero-caption p {
font-size: 2rem;
}
	
	#hero-caption h1 {
font-size: 3rem;
	}
	
	#hero-caption strong {
		font-size: 30px;
		line-height: 30px;
		}
	
	#slideshow .caption {
		padding-top: 65px;
		}
	
	#branding .logo img {
		width: 120px;
		}
	
	#hero {
		height: 400px;
		}
	
	#copyright li {
		float: none;
		margin-left: 0;
		}
	
	#copyright ul li:first-child {
		margin-bottom: 10px;
		}
	
	#footer .footer:first-child .logo {
		width: 55%;
		}
	#new-motorhomes #sidebar form label,
	#used-motorhomes #sidebar form label {
		width: 50%;
	}
	#new-motorhomes #sidebar form input.search-button,
	#new-motorhomes #sidebar form .button,
	#used-motorhomes #sidebar form input.search-button,
	#used-motorhomes #sidebar form .button,
	#sidebar-brands p a,
	#motorhomes-overviews .item .item-copy .button,
	body.page #content.motorhome #motorhome-cta form button,
	body.page #content.motorhome #copy .button {
		background-position: right 5px center;
		cursor: pointer;
		padding: 10px 60px 10px 20px;
		font-size: 13px;
		background-size: 30px 30px;
	}
	body.page #content.motorhome #copy .button {
		background-position: left 5px center;
		padding: 10px 20px 10px 60px;
	}
	#motorhomes-overviews .item .item-copy .button {
		position: relative;
		bottom: 0;
		right: 0;
	}
	#motorhomes-overviews .item .item-img .slick-dots li {
		width: 40px;
	}
}


@media screen and (max-width: 400px) {

	#slideshow .caption {
		font-size: 20px;
		line-height: 20px;
		padding-top: 75px;
		}
	
	#slideshow .caption strong {
		font-size: 25px;
		line-height: 25px;
		padding-top: 5px;
		}
	
	/*
	#hero-caption {
		font-size: 20px;
		line-height: 20px;
		}
	
	#hero-caption strong {
		font-size: 25px;
		line-height: 25px;
		padding-top: 5px;
		}
	*/
	
	#brand-logos li {
		width: calc(50% - 20px);
		}
	
	#brand-logos li:nth-child(3n+3) {
		margin-right: 40px;
		}
	
	#brand-logos li:nth-child(2n+2) {
		margin-right: 0;
		}
	
	
}


@media screen and (max-width: 345px) {

	#slideshow .caption {
		display: none;
		}
	
	#footer .footer:first-child .logo {
		width: 65%;
		}
	
}

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Hero Section</title>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

       
        .hero {
            position: relative;
            width: 100%;
            height: 80vh;
            background: url('https://swmhh.aztecmedia.dev/wp-content/uploads/2025/01/img-b0f657f1b68d5f441c76c84efa14c9fc.jpg');
            display: flex;
            justify-content: center;
            align-items: center;
			background-size: cover !important;
			background-repeat: no-repeat;
        }



        .hero::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5); 
            z-index: 0;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
        }

        .hero-content h1 {
            font-family: 'Oswald', sans-serif;
            font-size: 6rem;
            font-weight: 700;
			margin-bottom: 5rem;
      
        }

        .hero-content p {
			margin-bottom: 3rem;
            font-size: 3rem;
            font-weight: 300;
        }

        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 4rem !important;
            }

            .hero-content p {
                font-size: 2rem;
            }
			
			#hero-caption h2 {
		font-size: 4rem;
				line-height: 1;
}
			
			.hero {
padding: 2rem;
}
        }





a.button {
    background-image: url(assets/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #0c3261;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 15px;
    padding: 23px 80px 23px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

a.button:hover { 
 background-color: #062041;
}

.vehicles {
    width: 100%;
}

.vehicles a {
    border-bottom: 1px solid #0c3261;
    color: #0c3261;
    text-decoration: none;
	transition: 0.5s ease-in-out;
}

.vehicles a .vehicle {
    background-color: #fff;
    float: left;
    margin: 20px 20px 0 0;
    position: relative;
    text-align: center;
	width: 100%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
}

.vehicles a:nth-child(4n+4) .vehicle {
    margin-right: 0;
}

.vehicles .vehicle .title {
    clear: both;
    color: #787f88;
    padding: 15px 20px;
}

.vehicles .vehicle .button {
    background-color: #e5e8eb;
    color: #062041;
    display: block;
    font-size: 15px;
	
    font-weight: 700;
    line-height: 20px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
}

.vehicles .vehicle img {
    float: left;
    max-height: 100%;
    width: 100%;
	object-fit: cover;
}

.vehicles.clearfix {
    padding: 6rem 6rem 3rem 6rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
}

@media screen and (max-width: 550px) {
    .vehicles a .vehicle {
        width: 100% !important;
        margin-right: 0;
		padding: 2rem;
    }
}

@media screen and (max-width: 1450px) {
.vehicles.clearfix {
		grid-template-columns: 1fr 1fr;
		padding: 2rem;    
}
}

body.page #copy .button {
    background-image: url(assets/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #0c3261;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 10px;
    padding: 23px 80px 23px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}



#view-motorhomes-button {
    color: white;
   
    width: 20rem;
  
}

.centered-button {
    display: flex;
    justify-content: center;
	margin-bottom: 6rem;
}

p.count {
/*     background: #0c3261; */
	color: white;
}
.vehicles a .vehicle:hover {

	transform: transformX(10px);
}

.hire__table {
    display: flex
;
    justify-content: space-between;
    text-align: center;
    color: #0c3261;
    font-weight: bold;
    overflow: auto;
    padding: 6rem 6rem;
}

.hire__table .hire__table__col {
    flex: 1;
}

.hire__table .hire__table__col .hire__table__item.hire__table__item__title {
    text-transform: uppercase;
    font-weight: bold;
    background: #fdcf09;
    border-bottom: 3px solid #0c3261;
}
.hire__table .hire__table__col .hire__table__item {
    padding: 1rem;
    border-right: 1px solid #0c326178;
    border-bottom: 1px solid #0c326178;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.title {
    float: left;
    height: auto;
    
    width: 100%;
	 padding: 50px 40px 20px 80px;
}

 .thumb {
    float: left;
    height: auto;
    width: 100%;
	
}

#content #media {
    float: left;
    width: 40%;
    position: relative;
}

@media screen and (max-width: 1280px) {
       #content #copy {
        float: none;
/*         width: 100%; */
    }
}


@media screen and (max-width: 1280px) {
     #content #media,  #content #copy {
        float: none;
/*         width: 100%; */
    }
	body.page #content.motorhome {

	}
}

@media screen and (max-width: 1280px) {
     #contact-details .col {
        float: none;
        margin: 40px 0 0 0;
        width: 100% !important;
    }
}

@media screen and (max-width: 900px) {
     .title {
        padding: 20px;
    }
	
	.vehicles.clearfix {
		grid-template-columns: 1fr;
	}
}


.vehicles.clearfix {
max-width: 1600px;
	margin: auto;
}

#content #copy ul {
    list-style: none;
    margin: 0;
    padding-top: 15px;
}

 #content #copy ul li {
    border-bottom: 1px solid #e5e8eb;
    float: left;
    margin: 10px 30px 0 0;
    padding-bottom: 8px;
    width: calc(50% - 15px);
}
 #content #copy ul li {
    float: left;
    margin: 10px 30px 0 0;
    width: calc(33.33333333333333% - 20px);
}
#copy ul li {
    margin: 10px 30px 0 0;
}

#content #copy h2 {
    clear: both;
    color: #062041;
    display: block;
    font-family: 'Oswald', sans-serif;
    
    letter-spacing: 0;
    line-height: 3rem;
    margin: 0;
    padding: 40px 0 10px 0;
    text-transform: uppercase;
    width: 100%;
}


.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
background-color: #0c3261 !important;
}

#motorhome-cta {

    color: #787f88;
    letter-spacing: 1px;
    margin: 0;
    outline: 0;
    padding: 30px 20px;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    background-color: #fff;
    clear: both;
    margin-top: 40px;
    position: relative;
    width: 100%;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

#motorhome-cta h3 {
    margin: 0;
    outline: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e8eb;
    color: #062041;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 25px;
    padding: 20px 20px;
    text-transform: uppercase;
    width: 100%;
	font-weight: 450;
	}

#motorhome-cta input,
#motorhome-cta textarea  {

    background-color: #fff;
    border: 1px solid #e5e8eb;
    color: #787f88;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
	
	}

.row {
    color: #787f88;
    letter-spacing: 1px;
    margin: 0;
    outline: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
	}



 #motorhome-cta .wpcf7-submit {
    background-image: url("assets/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #0c3261;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 15px;
    padding: 23px 80px 23px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
	width: 14rem;
	}

 .count {
    background: #062041 url("assets/icon-bed.png") no-repeat left 10px center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin: 0;
    padding: 10px 10px 10px 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.vehicles .vehicle .button:hover {
background-color: #062041;
	color: white;
}

.gallery {    
  clear: both;
  width: 100%;
    padding: 0 40px 20px 80px;
}



.gallery .img {
    float: left; 
    margin: 0 20px 20px 0;
    width: calc(33% - 15px);
 	padding: 0; 
	max-width: 15rem; 
}

        .gallery .img,
		.gallery .img:nth-child(4n+4) {
			width: calc(33.33% - 15px);
			margin-right: 22px;
		}
		 .gallery .img:nth-child(3n+3) {
			margin-right: 0;
		}

#breadcrumb {
    margin: 0;
    padding: 80px 80px 0 80px;
    width: 100%;
}
#breadcrumb a {
    font-size: 0.9rem;
    line-height: 19px;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
	text-decoration: none;
	color: black;
	font-weight: 500;
}

.fancy {
font-family: "Satisfy";
}

  .splide__slide {
      text-align: center;
      position: relative;
     
      box-sizing: border-box;
    }

#motorhome-carousel {
background-color: #f4f5f5;
}

    .motorhome-card {
      position: relative;
      overflow: hidden;
      border-radius: 2rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .motorhome-card img {
      width: 100%;
      height: 50rem;
      object-fit: cover;
    }

    .motorhome-card .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: linear-gradient(to right, rgb(0 0 0 / 80%), rgb(0 0 0 / 50%), transparent); 
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: left;
      text-align: left;
      padding-top: 25rem;
		padding-left: 6rem;
    }

    .motorhome-card .overlay h3 {
		font-family: "Oswald";
      margin-bottom: 4rem;
      font-size: 5rem;
      font-weight: bold;
    }

    .motorhome-card .overlay p {
	  font-family: "Montserrat";
      margin-bottom: 2rem;
      font-size: 1.5rem;
    }

.splide__arrow {
background: transparent;
}

.splide__arrow svg {
fill: white;
	height: 2rem;
	width: 2rem;
}


@media screen and (max-width: 1000px) {
	.motorhome-card .overlay h3 {
	line-height: 1.2;
		font-size: 3rem;
}

	.motorhome-card .overlay {
	padding: 18rem 2rem 2rem 2rem;
}
}

@media screen and (max-width: 780px) {
    .why-choose-us-container {
        width: 100%;
		    vertical-align: top;
   
    text-align: left;
    padding: 2rem 0.5rem;
		
    }
	
	.vehicles.clearfix {
	padding: 3rem 1rem;
}
}


.motorhome-gallery {
    display: grid;
    grid-gap: 16px; 
    margin: 0 auto;
        padding: 50px 40px 20px 80px;
	
    max-width: 1200px;
}


@media (min-width: 1024px) {
    .motorhome-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .motorhome-gallery {
        grid-template-columns: repeat(4, 1fr);
    }
}


@media (max-width: 767px) {
    .motorhome-gallery {
        grid-template-columns: repeat(6, 1fr);
    }
}


.motorhome-gallery .img {
    overflow: hidden;
   
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.motorhome-gallery .img img.thumb {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.3s ease-in-out;
	object-fit: cover;
}

.motorhome-gallery .img:hover img.thumb {
    transform: scale(1.05); 
}

#hero-caption {
font-weight: 700;
	font-size: 6rem;
}

@media screen and (max-width: 810px) {
    .hero-content h1 {
		line-height: 1;
		}
}

 #breadcrumb a {
    border-bottom: 1px solid #0C3261;
    color: #0C3261;
    text-decoration: none;
}

#copy h1 {
    color: #062041;
    font-family: 'Satisfy', cursive;
    font-size: 45px;
    letter-spacing: 0;
    line-height: 45px;
    margin-top: 15px;
    padding-bottom: 35px;
    text-transform: lowercase;
	font-weight: 300;
}


#contact-details .col:nth-child(1) {
    background: url(assets/icon-location.svg) no-repeat top center;
}

#contact-details .col:nth-child(2) {
    background: url(assets/icon-phone.svg) no-repeat top center;
}

#contact-details .col:nth-child(3) {
    background: url(assets/icon-sign.svg) no-repeat top center;
	margin-right: 0;
}

 #contact-details .col {
    float: left;
    margin: 40px 30px 0 0;
    padding-top: 70px;
    text-align: center;
    width: calc(33.33333333333333% - 20px);
    word-break: break-word;
}

#contact #copy {
    padding: 80px 40px 80px 80px;
    width: 60%;
}

#contact-details .col h3 {
    color: #062041;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: uppercase;
    width: 100%;
	font-weight: 500;
}

#copy p {
    margin-top: 25px;
}

#contact-details .col table {
    margin-top: 25px;
}

 #map {
    width: 100%;
}

#map-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#map-inner {
    position: relative;
    padding-bottom: 500px;
    height: 0;
    overflow: hidden;
}

 #enquiry-form form h3 {
    border-bottom: 1px solid #e5e8eb;
    color: #062041;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 25px;
    padding: 20px 20px;
    text-transform: uppercase;
    width: 100%;
}

 #enquiry-form fieldset {
    padding: 30px 20px;
}

 #enquiry-form {
    float: right;
    padding: 80px 80px 80px 40px;
    width: 40%;
}

 #enquiry-form form input,  #enquiry-form form textarea {
    background-color: #fff;
    border: 1px solid #e5e8eb;
    color: #787f88;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 #enquiry-form form {
    background-color: #fff;
    clear: both;
    margin-top: 40px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#enquiry-form label {
display: none;
}

/* @media screen and (max-width: 1450px) { */
     #enquiry-form form .col {
        float: none;
        margin: 0;
        width: 100%;
        margin-top: 10px;
    }


 #enquiry-form form textarea {
    height: 150px;
    margin: 10px 0 0 0;
}

 #enquiry-form form button {
    background-image: url(assets/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #0c3261;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 15px;
    padding: 23px 80px 23px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}


@media screen and (max-width: 1280px) {
    #sidebar, #enquiry-form, #contact #copy {
        float: none;
        width: 100% !important;
        padding: 40px;
    }
}

.vehicles a .vehicle:hover {
transform: scale(1.01);
}

.vehicle:hover .button {
background-color: #0c3261;
	color: white;
}



@media screen and (max-width: 1280px) {

	#content #copy ul li {
	width: calc(100% - 20px) !important;
	}
}

#motorhome__search {
	padding: 4rem 2rem 0 2rem;
	font-family: 'Montserrat', sans-serif !important;
}

#motorhome__search select,
#motorhome__search input {
	padding: 0.75rem;
    letter-spacing: 0.5px;
    color: #383838;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    width: 100%;
    margin: 0;
	min-width: unset;
    box-shadow: none;
	font-family: 'Montserrat', sans-serif !important;
	display: block;
	box-sizing: border-box;
	height: 3rem;
}


#motorhome__search #search_container br {
	display:none;
}

#motorhome__search #search_container .row {
	display: grid;
    gap: 1rem;
}

#motorhome__search #search_container .row > div {
	width: 100%;
	display: grid;
}

#motorhome__search #search_container label {
	display: block;
    margin-bottom: 2px;
    font-weight: 500;
    color: #274460;
    font-size: 0.9rem;
}

#motorhome__search #search_container .row #search_button {
	background: none;
	appearance: none;
	    background-color: #0c3261;
    color: #e5e8eb;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
	border:none;
	cursor: pointer;
	letter-spacing: 1px;
	height: 3rem;
}

#motorhome__search #search_container .row #search_button:hover {
	background-color: #062041;
}

@media only screen and (min-width: 768px) {
	#motorhome__search #search_container .row {
	    grid-template-columns: repeat(5, auto);
	    align-items: end;
	}
}

@media only screen and (min-width: 1440px) {
	#motorhome__search {
		padding: 6rem 6rem 0 6rem;
		max-width: 1600px;
    	margin: auto;
	}
}


.pika-single {
	font-family: 'Montserrat', sans-serif !important;
}

.pika-single .is-selected .pika-button {
	background: #0d3161;
    box-shadow: inset 0 1px 3px #0d3161;
}


.pika-single .pika-button:hover {
	background: #e5e8eb !important;
	color: #0d3161 !important;
}

@media (max-width: 768px) {
    .hero {
       height: 40rem;
    }
}



.single_blog {
    max-width: 1200px;
    margin: auto;
    padding: 2rem 1rem;
	margin-top: 10rem;
	margin-bottom: 6rem;
}

article.blog_post {
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}


img.blog_image {
width: 100%;
border-radius: 2rem;
max-height: 30rem;
object-fit: cover;
margin-bottom: 4rem;
}

h1.blog_title {
	font-size: 2rem;
	color:  #0d3161;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 3rem;
}

.blog_content {
margin-bottom: 2rem;
}

.blog_content h1,
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5 {
    font-size: 2rem;
    color: #0d3161;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
}

.blog_content p {
    margin-bottom: 1em;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

.blog_grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
margin: auto;
padding: 6rem;
gap: 25px;
max-width: 1600px;
}


img.blog_card_image {
	width: 100%;
}

.blog_card_inner {
    text-align: center;
	}

.grid__text {
padding: 1rem;
}



.blog_card_title a {
font-size: 1.8rem;
	text-decoration: none;
	
}

.blog_card {
    text-decoration: none !important;
}

.blog_card_title {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 125;
    line-height: 40px;
    text-transform: uppercase;
    width: 100%;
	color: #0c3261;
	font-weight: 600;
	margin-bottom: 1rem;
}

.blog_card_snippet {
color: grey;
margin-bottom: 1rem;
}


.blog_read_more {

background-image: url(assets/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #0c3261;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 15px;
    padding: 23px 80px 23px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.reversed {
    background: #0c3261;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 15px;
    padding: 23px 20px 23px 80px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    position: relative;
	margin-right: auto;
}

.reversed .arrow {
    background-image: url(assets/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* Rotate the arrow for back button */
.reversed .arrow {
    transform: translateY(-50%) rotate(180deg);
}


@media only screen and (max-width: 1000px) {
	.blog_grid {
padding: 2rem;
}
	
	@media only screen and (max-width: 850px) {
	.blog_grid {
	grid-template-columns: 1fr;
}
		
		.blog_card {
	margin-bottom: 2rem;
}
}
	
	.no-posts-message {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
}

@media (max-width: 768px) {
    .blog_grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .blog_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
	
	.text__container {
padding: 10rem 8rem;
		margin: auto;
}