/* =Ace Digital Theme Overrides
-------------------------------------------------------------- */


* {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  color: #000;
}

img,
video {
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif;
}

h1 {
  font-size: 96px;
  font-weight: bold;
}

h2 {
  font-size: 60px;
  font-weight: bold;
}

h3 {
  font-size: 50px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

.button {
  display: inline-block;
  padding: 18px 40px;
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  border: 2px solid;
  border-radius: 50px;
  min-width: 220px;
  transition: all 0.3s ease-in-out;
}

.button-dark-blue {
  background-color: #1157A4;
  border-color: #1157A4;
  color: white;
}

.button-dark-blue:hover {
  color: #1157A4;
  background-color: transparent;
}

.button-db-white-hover:hover {
  background-color: white;
  border-color: white;
}

.button-light-blue {
  background-color: #2F92FC;
  border-color: #2F92FC;
  color: white;
}

.button-light-blue:hover {
  color: #2F92FC;
  background-color: transparent;
}

.button-white {
  background-color: white;
  border-color: white;
  color: #1157A4;
}

.button-white:hover {
  background-color: #2F92FC;
  border-color: #2F92FC;
  color: white;
}

.sub-title {
  font-size: 25px;
  color: #1157A4;
}

.fs-24,
.fs-24 p {
  font-size: 24px;
}

.text-blue {
  color: #1157A4;
}

.c-1700 {
  max-width: 1700px;
}

.c-1600 {
  max-width: 1600px;
}

.c-1500 {
  max-width: 1500px;
}

.c-1400 {
  max-width: 1400px;
}

.c-1300 {
  max-width: 1300px;
}

.c-1200 {
  max-width: 1200px;
}

.c-1100 {
  max-width: 1100px;
}

.c-1000 {
  max-width: 1000px;
}

.background-cover {
  background-size: cover;
  background-position: center;
}

.child-bg-gray {
  background-color: #F1F6FA;
}

header {
  padding: 0 100px 0 70px;
  border-bottom: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

header nav {
  margin-right: 60px;
}

header .phone-number {
  padding-left: 60px;
  border-left: 1px solid #D0D0D0;
}

header .phone-number a {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

header .phone-number a:hover {
  color: #000;
}

logo {
  margin-top: 0;
}

logo img {
  max-width: 440px;
}

nav ul li ul {
  z-index: 2;
}

nav ul.menu > li.menu-icon a {
  font-size: 24px;
  color: #1157A4;
  padding-left: 10px;
  padding-right: 10px;
}

/*
nav ul.menu > li.menu-icon a:hover {
  color: #1157A4;
}
*/

nav ul li.icon-phone {
  display: none;
}

nav ul li a {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

nav ul li.last-menu-text {
  margin-right: 20px;
}

nav ul.menu > li a:hover {
  color: #000;
}

nav ul.menu > li:not(.menu-icon) > a::before {
  content: "";
  width: 55px;
  height: 6px;
  top: 0;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  transition: all 0.3s ease-in-out;
}

nav ul.menu > li > a:hover::before,
nav ul.menu > li.current-menu-item > a::before,
nav ul.menu > li.current_page_parent > a::before {
  background-color: #2F92FC;
}

nav ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}

nav ul li.menu-item-has-children a {
  margin-right: 10px;
}

nav ul.menu > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/acestrap_wp/images/angle-down-solid.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% + 2px);
  right: -5px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}

nav ul li ul li a {
  background: white;
  color: #000;
}

nav ul li ul li.current-menu-item a,
nav ul li ul li a:hover {
  background: #F1F6FA;
  color: #000;
}

#nav-icon3 span {
  height: 2px;
}

.ace-spmenu {
  border-left: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

#side-exit {
  background-color: transparent;
}

.ace-spmenu-header {
  border-bottom: 0;
}

.ace-spmenu-vertical a {
  border-bottom: 0;
}

#menu-mobile-menu li.current_page_item a {
  background-color: #1157A4;
  color: white;
}

#home_hero {
  position: relative;
  height: 800px;
}

#home_hero::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#home_hero .content {
  position: relative;
  z-index: 2;
}

#home_hero .content h1 {
  line-height: 80px;
  margin-bottom: 50px;
}

#home_about {
  padding: 20px;
}

#home_about > div {
  padding: 180px;
}

#home_about .description {
  margin-bottom: 45px;
}

#home_about .description p {
  color: #222;
}

#home_caravans .column-image {
  position: relative;
}

#home_caravans .column-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#home_caravans .column-image img {
  position: relative;
  z-index: 2;
}

#home_caravans .column-text > div {
  padding: 150px;
}

#home_caravans .column-text h3 {
  margin-bottom: 20px;
}

#home_caravans .column-text .description {
  max-width: 590px;
  width: 100%;
  margin-bottom: 50px;
}

#home_caravans .column-text .description p {
  color: #222;
}

#home_products {
  background-color: #002B5A;
  padding: 150px 0;
}

.product-item .label-sold {
  position: absolute;
  background-color: #2F92FF;
  color: white;
  padding: 10px 30px;
  border-radius: 30px;
  top: -25px;
  left: 30px;
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
  font-weight: 500;
  z-index: 1;
}

#home_products .product-image {
  height: 375px;
}

#home_products .product-title {
  background-color: white;
  height: 150px;
  padding: 35px 50px;
}

#home_finance .column-text > div {
  padding: 120px 150px;
}

#home_finance .column-text h3 {
  margin-bottom: 20px;
}

#home_finance .column-text .description {
  max-width: 590px;
  width: 100%;
  margin-bottom: 50px;
}

#home_finance .column-text .description p {
  font-size: 24px;
  color: #222;
}

#home_finance .column-text .button-container a:first-child {
  margin-right: 15px;
}

#home_finance .column-image {
  position: relative;
  height: 530px;
}

#home_finance .column-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

#home_testimonial {
  position: relative;
  background-color: #F1F6FA;
  height: 480px;
}

#home_testimonial > div {
  position: relative;
}

#home_testimonial .testimonial-message,
#single_product .feature-item .feature-description {
  width: calc(100% - 50px);
  max-width: 100%;
}

#home_testimonial .testimonial-message p {
  color: #222;
}

#home_testimonial svg {
  position: absolute;
  left: -100px;
  top: 0;
  color: #1157A4;
  font-size: 50px;
}

#home_parts {
  padding: 190px 0;
}

#home_parts h3 {
  margin-bottom: 25px;
}

#home_parts .description {
  margin-bottom: 40px;
}

#home_parts .description p {
  font-size: 24px;
  color: #222;
}

#home_parts .partners-logo {
  margin-bottom: 60px;
}

#page_banner {
  background-color: #1157A4;
  height: 400px;
}

#page_banner h5 {
  font-size: 20px;
}

#quantum_list {
  padding: 150px 0;
}

#quantum_list .product--item {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
}

#quantum_list .product--item > div {
  height: 460px;
}

#quantum_list .product--item .product-title {
  background-color: rgb(17 87 164 / .8);
  padding: 50px;
}

#built_caravans {
  padding: 20px;
}

#built_caravans > div {
  background-color: #F1F6FA;
  padding: 175px 0;
}

#built_caravans h3,
#built_caravans h5 {
  margin-bottom: 30px;
}

#built_caravans .description .description-column {
  width: calc(100% - 30px);
}

#built_caravans .description p {
  margin-bottom: 40px;
}

#built_caravans .button-container a:first-child {
  margin-right: 10px;
}

#caravans_columns .column-text {
  padding: 130px 180px;
}

#caravans_columns .column-text h3,
#caravans_columns .column-text h5 {
  margin-bottom: 20px;
}

#caravans_columns .column-image {
  min-height: 400px;
  position: relative;
}

#caravans_columns .column-image.overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

#caravans_columns .column-image img {
  position: relative;
  z-index: 1;
}

#layout_designs {
  background-color: #F1F6FA;
  padding: 200px 0 100px 0;
}

#layout_designs h3,
#layout_designs h5 {
  margin-bottom: 20px;
}

#layout_designs .description {
  margin-bottom: 100px;
}

#layout_designs .layout-item {
  margin-bottom: 15px;
}

#layout_designs .layout-item .layout-image {
  height: 350px;
  background-color: white;
}

#layout_designs .layout-item .layout-title {
  height: 150px;
  background-color: #1157A4;
  padding: 0 20px;
}

#layout_designs .layout-item .layout-title h5 {
  font-size: 25px;
  margin-bottom: 0;
}

#page_breadcrumbs {
  padding: 30px 0;
}

#page_breadcrumbs * {
  font-size: 15px;
}

#page_breadcrumbs a:hover,
#page_breadcrumbs span {
  color: #2F92FC;
}

#single_product .product-image {
  margin-bottom: 60px;
}

#single_product .product-image img {
  max-height: 780px;
}

#single_product .type-name h6 {
  font-size: 17px;
  margin-bottom: 10px;
}

#single_product h3 {
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 25px;
}

#single_product .description {
  margin-bottom: 40px;
}

#single_product .description,
#single_product .description p {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #1157A4;
}

#single_product.cat-used .description,
#single_product.cat-used .description p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

#single_product .button-container {
  margin-bottom: 60px;
}

#single_product .features {
  margin-bottom: 85px;
}

#single_product .features > div {
  columns: 250px;
  column-gap: 20px;
  column-count: 2;
}

#single_product .features .feature-item {
  break-inside: avoid-column;
  margin-bottom: 35px;
}

#single_product .features h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

#single_product:not(.cat-used) .features p {
  font-size: 17px;
}

#single_product .gallery .image-item {
  max-width: 100%;
  width: calc(25% - 10px);
  margin-bottom: 15px;
}

#single_product {
  margin-bottom: 125px;
}

#single_product .gallery img {
  height: 260px;
}

#single_additional_features {
  padding: 150px 0;
  background-color: #F1F6FA;
}

#single_additional_features .feature-item {
  background-color: white;
  margin-bottom: 10px;
}

#single_additional_features .feature-item .item-head {
  padding: 35px 60px;
}

#single_additional_features .feature-item .item-head:hover,
#single_additional_features .feature-item .item-head svg {
  color: #1157A4;
}

#single_additional_features .feature-item .item-head h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

#single_additional_features .feature-item .item-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 60px 0;
  transition: all 0.3s ease-in-out;
}

#single_additional_features .feature-item.active .item-body {
  padding: 0 60px 50px;
  max-height: 2000px;
}

#single_additional_features .feature-item .item-body .optional-content {
  margin-top: 70px;
}

#single_additional_features > div:first-child {
  margin-bottom: 110px;
}

#single_additional_features > div:last-child h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

#single_additional_features > div:last-child p {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 300;
}

#similar_products {
  padding: 20px;
}

#similar_products > div {
  padding: 105px 0;
  background-color: #F1F6FA;
}

#similar_products .section-title h4 {
  font-size: 24px;
  margin-bottom: 40px;
}

.product-item {
  position: relative;
  height: 500px;
}

#similar_products .product-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.product-name {
  position: relative;
  background-color: rgb(17 87 164 / 80%);
  height: 150px;
  padding: 20px 30px;
  z-index: 1;
  text-align: center;
}

.product-name h4 {
  font-size: 25px;
  margin-bottom: 0;
}

#video_block {
  padding: 20px;
}

#video_block.bg-gray .video-block-box {
  background-color: #F1F6FA;
}

#video_block .video-block-box {
  padding: 175px 0;
}

#video_block .video-block-box h4 {
  font-size: 25px;
  margin-bottom: 30px;
}

#video_block .video-block-box .description {
  margin-bottom: 70px;
}

#video_block .video-container > * {
  max-width: 100%;
}

#product_filter {
  padding: 75px 0 100px;
}

#product_filter .filter-title {
  margin-right: 40px;
}


#product_filter .filter-list ul li {
  display: inline-block;
}

#product_filter .filter-list ul li a {
  padding: 18px 40px;
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  border: 2px solid;
  border-radius: 50px;
  min-width: 220px;
  background-color: #1157A4;
  border-color: #1157A4;
  color: white;
}

#product_filter .filter-list ul li a.active {
  background-color: #2F92FC;
  border-color: #2F92FC;
}

#used_product_list {
  padding-bottom: 100px;
}

#used_product_list .product-item {
  margin-bottom: 35px;
}

#about_columns .column-text {
  padding: 150px;
}

#about_columns .column-text h3,
#about_columns .column-text h4 {
  padding-bottom: 20px;
}

#about_columns .column-text h4 {
  font-size: 25px;
}

#about_columns .column-text .description {
  margin-bottom: 50px;
}

#spare_parts_accessories {
  padding: 20px;
}

#spare_parts_accessories .spa-box {
  padding: 140px 0;
}

#spare_parts_accessories h3 {
  margin-bottom: 25px;
}

#spare_parts_accessories h4 {
  margin-bottom: 40px;
}

#spare_parts_accessories .description {
  margin-bottom: 60px;
}

#spare_parts_accessories .description > * {
  margin-bottom: 35px;
}

#spare_parts_accessories .gallery img {
  object-fit: contain;
}

#spare_parts_accessories .button-container {
  margin-top: 60px;
}

#page_services {
  padding: 20px;
}

#page_services .services-box {
  padding: 150px 0;
  background-color: #F1F6FA;
}

.service-item {
  padding: 50px 20px;
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
}

.service-item:hover {
  background-color: white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

.service-image {
  min-height: 90px;
  margin-bottom: 18px;
}

.service-title {
  margin-bottom: 15px;
}

.service-title h5 {
  color: #000;
  font-size: 21px;
}

.service-description p {
  color: #444444;
  font-size: 16px;
}

#service_product .column-text {
  padding: 180px 160px;
}

#service_product .column-text h4 {
  font-size: 25px;
  margin-bottom: 25px;
}

#service_product .column-image {
  min-height: 400px;
}

#similar_services {
  padding: 20px;
}

#similar_services .similar-services-box {
  padding: 130px 0;
  background-color: #F1F6FA;
}

#similar_services .section-title {
  margin-bottom: 60px;
}

#similar_services .service-list .slick-arrow::before {
  display: none;
}

#similar_services .service-list .slick-arrow svg {
  width: 50px;
  height: 50px;
  color: rgb(38 36 36 / .4);
}

#similar_services .service-list .slick-arrow svg:hover {
  color: #262424;
}

#similar_services .slick-prev {
  left: -50px;
}

#similar_services .slick-prev,
#similar_services .slick-next {
  top: 40%;
}

#checklist {
  padding: 100px 0;
}

#checklist .section-title {
  margin-bottom: 80px;
}

#checklist .checklist-item {
  max-width: 425px;
  width: 100%;
  margin-bottom: 55px;
}

#checklist .checklist-item h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

#checklist .checklist-item ul li {
  position: relative;
  list-style-type: none;
  font-size: 17px;
  color: #000;
}

#checklist .checklist-item ul li svg {
  color: #37C45D;
  position: absolute;
  left: -35px;
  top: 4px;
}

#checklist .checklist-item .description,
#checklist .checklist-item .description p {
  font-size: 17px;
  color: #000;
}

#page_contact .column-text {
  padding: 200px 150px;
}

#page_contact .column-text h3 {
  line-height: 40px;
  margin-bottom: 0;
}

#page_contact .column-text h4 {
  margin-bottom: 40px;
}

#page_contact .column-text .opening-hours {
  margin-bottom: 60px;
}

#page_contact .column-text .opening-hours p {
  color: #1157A4;
  font-family: 'Quicksand', sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

#page_contact .column-text .contact-address {
  margin-bottom: 30px;
}

#page_contact .column-text .contact-address p,
#page_contact .column-text .contact-details a {
  color: #000;
  font-size: 20px;
}

#page_contact .acf-map {
  min-height: 400px;
}

#contact_form {
  padding: 20px;
}

#contact_form .contact-form-box {
  background-color: #F1F6FA;
  padding: 150px 0;
}

#contact_form .contact-form {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

#contact_form .section-title {
  margin-bottom: 60px;
}

#contact_form .section-title p {
  font-size: 20px;
}

#contact_form .gform_fields label {
  font-weight: 400;
}

#contact_form .gform_fields input {
  width: 100%;
  height: 50px;
}

#contact_form .gform_fields input,
#contact_form .gform_fields textarea {
  border: none;
  border-radius: 0;
  background-color: white;
  font-size: 16px;
  padding: 7px 12px;
}

#contact_form .gform_footer {
  text-align: right;
}

#contact_form .gform_footer input {
  background-color: #1157A4;
  border-color: #1157A4;
}

#contact_form .gform_footer input:hover {
  background-color: transparent;
  color: #1157A4;
}

#footer_cta {
  background-color: #1157A4;
  padding: 100px 0;
}

#footer_cta h4 {
  margin-bottom: 0;
}

footer * {
  color: white;
}

#footer {
  background-color: #002B5A;
}

#footer .footer-main {
  padding: 80px 0;
}

#footer .footer-main * {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
}

#footer .footer-main .footer-list li {
  list-style-type: none;
  margin-bottom: 15px;
}

#footer .footer-main .footer-list li a {
  font-size: 14px;
}

#footer .footer-main .footer-about p {
  color: #9CACBF;
  font-size: 12px;
  max-width: 240px;
}

#footer .footer-main .footer-about .footer-about-logo img {
  width: 130px;
}

#footer .footer-main .footer-about .footer-about-logo img:first-child {
  margin-right: 35px;
}

#footer .footer-copyright * {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
}

#footer .footer-copyright {
  border-top: 1px solid #8095AD;
  padding: 40px 0;
}

#footer .footer-copyright p {
  margin-bottom: 0;
}

#footer .footer-copyright img {
  width: 150px;
  margin-left: 20px;
}

@media(max-width: 1800px) {
  header {
    padding: 0 50px 0 50px;
  }

  logo img {
    max-width: 360px;
  }
}

@media(max-width: 1700px) {
  header nav {
    margin-right: 20px;
  }

  header .phone-number {
    padding-left: 20px;
  }

  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media(max-width: 1600px) {
  header {
    padding: 0 20px 0 50px;
  }

  header nav {
    margin-right: 0;
  }

  nav ul li.icon-phone {
    display: block;
  }

  header .phone-number {
    display: none;
  }

  #home_caravans .column-text > div,
  #about_columns .column-text {
    padding: 150px 50px;
  }

  #home_finance .column-text > div {
    padding: 120px 50px;
  }
}

@media(max-width: 1500px) {
  nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }

  nav ul li.last-menu-text {
    margin-right: 0;
  }

  nav ul li.text-blue a {
    font-size: 18px;
  }

  #home_testimonial svg {
    top: -50px;
    left: 50px;
  }

}

@media(max-width: 1400px) {

  nav ul.menu > li.menu-icon a svg {
    font-size: 18px;
  }

  #footer .footer-main .footer-list {
    padding: 0;
  }

  #footer .footer-main .footer-about .footer-about-logo img:first-child {
    margin-right: 20px;
  }

}

@media(min-width: 1300px) {
  footer .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media(max-width: 1300px) {
  logo img {
    max-width: 300px;
  }

  #page_contact .column-text {
    padding: 150px 50px;
  }
}

@media(max-width: 1250px) {
  nav ul.menu > li.text-blue {
    display: none;
  }
}

@media(max-width: 1200px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  p,
  .fs-24,
  .fs-24 p,
  #home_parts .description p,
  #home_finance .column-text .description p,
  #checklist .checklist-item ul li,
  #checklist .checklist-item .description,
  #checklist .checklist-item .description p,
  #page_contact .column-text .opening-hours p,
  #page_contact .column-text .contact-address p,
  #page_contact .column-text .contact-details a {
    font-size: 18px;
  }

  .button {
    font-size: 15px;
    min-width: 150px;
  }

  #single_product .description,
  #single_product .description p {
    font-size: 20px;
  }

  header {
    padding: 0 50px 0 50px;
  }

  header > div {
    height: 100%;
  }

  .desktop-menu {
    display: none !important;
  }

  trigger.menu-bttn {
    display: block;
  }

  #home_testimonial {
    height: auto;
    padding: 100px 0;
  }

  #spare_parts_accessories .gallery img,
  #home_parts .partners-logo img {
    margin-right: 20px;
  }

  #caravans_columns .column-text,
  #service_product .column-text {
    padding: 150px 50px;
  }

  #single_product .gallery .image-item {
    width: calc(33% - 10px);
    margin-right: 10px;
  }

  #home_testimonial .testimonial-message,
  #single_product .feature-item .feature-description {
    width: 100%;
  }
}

@media(max-width: 991px) {
  .column-image {
    min-height: 400px;
  }

  #home_about > div {
    padding: 180px 0;
  }

  #home_products .product-title {
    height: auto;
  }

  #single_product .features > div {
    column-count: 1;
  }

  #page_contact .column-text .opening-hours {
    margin-bottom: 30px;
  }

  #footer .footer-main .footer-about .footer-about-logo img {
    width: 90px;
  }
}

@media (max-width: 810px) {
  #product_filter .d-flex {
    flex-direction: column;
  }

  #product_filter .filter-title {
    margin-bottom: 50px;
    margin-right: 0;
  }
}

@media(max-width: 767px) {
  * {
    font-size: 15px;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 35px !important;
  }

  h3 {
    font-size: 25px !important;
  }

  h4 {
    font-size: 20px !important;
  }

  h5 {
    font-size: 18px !important;
  }

  p,
  .fs-24,
  .fs-24 p,
  #home_parts .description p,
  #home_finance .column-text .description p,
  #checklist .checklist-item ul li,
  #checklist .checklist-item .description,
  #checklist .checklist-item .description p,
  #page_contact .column-text .opening-hours p,
  #page_contact .column-text .contact-address p,
  #page_contact .column-text .contact-details a,
  .gform_wrapper .top_label .gfield_label,
  .gform_wrapper legend.gfield_label {
    font-size: 15px !important;
  }

  .button {
    padding: 14px 30px;
  }

  .sub-title {
    font-size: 20px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  header {
    padding: 0 30px 0 30px;
  }

  #home_hero .content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  #spare_parts_accessories .gallery img,
  #home_parts .partners-logo img {
    width: 150px;
  }

  #spare_parts_accessories .gallery img,
  #home_parts .partners-logo img {
    margin-bottom: 30px;
  }

  #home_products .product-title {
    padding: 30px;
  }

  #home_testimonial svg {
    left: 30px;
  }

  #single_product .type-name h6 {
    font-size: 16px;
    margin-bottom: 0;
  }

  #single_product h3 {
    line-height: 1;
  }

  #single_product .gallery .image-item {
    width: calc(50% - 10px);
  }

  #similar_products {
    padding: 0;
  }

  #similar_products > div {
    background-color: white;
  }

  #similar_services .service-item {
    margin-right: 15px;
  }

  #product_filter .filter-title {
    margin-bottom: 20px;
  }

  #product_filter .filter-list ul li {
    display: flex;
    margin-bottom: 10px;
  }

  .service-item {
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
  }

  #page_contact .column-text h3 {
    line-height: 30px;
  }

}

@media(max-width: 480px) {

  #home_finance .button-container .button,
  #built_caravans .button-container .button {
    margin-bottom: 20px;
  }

  #single_product .gallery .image-item {
    width: 100%;
    margin-right: 0;
  }
}

@media(max-width: 400px) {
  logo img {
    max-width: 200px;
  }
}
