* {
  box-sizing: border-box;
}

body {
  width: 100%;
}

/* -- Header ------------------- */

div.header {
  max-width: 1310px;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: 25%;
  margin-left: auto;
  margin-right: auto;
}
div.header-content {
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 30px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
img.logo {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  max-width: 459px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
p.header-phone {
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-family: "Cardo", "Times New Roman", Times, serif;
  font-size: 150%;
  line-height: 120%;
}
p.header-phone a {
  color: #181411;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  div.header-content {
    padding-top: 60px;
  }
  img.logo {
    max-width: 360px;
    /* filter: drop-shadow(0 0 5px #d9c774) drop-shadow(0 0 10px #d9c774); */
  }
  p.header-phone {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  p.header-phone a {
    border-top: 1px solid #181411;
    border-bottom: 1px solid #181411;
    text-shadow: #d9c774 0 0 10px, #d9c774 0 0 5px;
  }
}
@media screen and (min-width: 767px) {
  p.header-phone {
    display: none;
  }
}
p.tag {
  position: relative;
  bottom: auto;
  right: auto;
  text-align: center;
  color: #6d3c1d;
  text-wrap: pretty;
  margin-top: 15px;
}
p.tag span.type,
p.tag span.cover {
  font-weight: normal;
}
p.tag span.cover {
  padding-top: 10px;
  display: block;
  font-size: 85%;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  p.tag {
    margin-bottom: 0;
  }
  p.tag span.type {
    /* font-size: 25px; */
  }
  p.tag span.type,
  p.tag span.cover {
    color: #181411;
    /* font-size: 80%; */
    text-shadow: #d9c774 0 0 10px, #d9c774 0 0 5px;
    font-weight: bold;
  }
}
@media screen and (min-width: 767px) {
  p.tag span.type,
  p.tag span.cover {
    text-shadow: #181411 0 0 5px, #181411 0 0 5px, #181411 0 0 5px;
  }
  div.header-content {
    flex-direction: row;
  }
  p.tag {
    text-align: right;
    margin-left: auto;
    margin-top: auto;
    font-weight: normal;
    margin-bottom: 40px;
  }
  p.tag span.cover {
    padding-top: 5px;
  }
}
.dont-break {
  white-space: nowrap;
}

/* -- Structure ------------------- */

.responsive {
  max-width: 100%;
  margin-inline: 20px;
  width: auto;
}

.mobile-only {
  display: block;
}
@media screen and (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}
.large-only {
  display: none;
}
@media screen and (min-width: 767px) {
  .large-only {
    display: block;
  }
}

div.content {
  width: 100%;
  max-width: 960px;
  padding-left: 0;
  padding-right: 0;
}
div.main {
  width: auto;
  float: none;
}
div.sidebar {
  width: auto;
  float: none;
}
.main-top {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  div.content {
    width: 100%;
    max-width: 960px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  div.main {
    width: 100%;
    max-width: 570px;
    flex-grow: 1;
    margin-right: 40px;
  }
  div.sidebar {
    width: 100%;
    max-width: 320px;
    flex-shrink: 0;
    margin-left: auto;
  }
}

/* -- Services section ------------------- */

.top-content {
  display: flex;
  flex-direction: column;
}
.services {
  display: flex;
  flex-direction: column;
}
.main-top h1 {
  margin-top: 0;
}
.services ul {
  width: auto;
}
.list1 {
  margin-bottom: 0;
}
.list2 {
  margin-left: 20px;
}
.col1 {
  width: 100%;
}
.col2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.cta {
  margin-inline: auto;
  margin-top: 20px;
  width: 100%;
  max-width: 250px;
}
div.social {
  width: auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-content {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 767px) {
  .main-top h2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 950px) {
  div.cta {
    margin-top: 0;
  }
  .services {
    flex-direction: row;
    gap: 30px;
  }
  .col1 {
    flex-basis: 50%;
    width: 50%;
  }
  .col2 {
    flex-basis: 50%;
    width: 50%;
    margin-left: auto;
  }
  div.social {
    width: 100%;
    max-width: 250px;
    justify-content: flex-end;
  }
}

/* -- Video section ------------------- */

#gallery h2 {
  margin-top: 0;
}
.video-box video {
  width: 100%;
}
.video h2 {
  margin-bottom: 10px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .video {
    margin-top: 40px;
  }
  .video h2 {
    /* border-top: 1px solid #4f4f42; */
    margin: 1em 0 1em 0;
    margin-bottom: 0;
    /* padding-top: 40px; */
  }
}

/* -- About section ------------------- */

.gallery-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 767px) {
  #gallery {
    margin-top: 40px;
  }
  .gallery-wrapper {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .gallery {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .gallery-wrapper {
    padding-left: 0;
    padding-right: 10px;
  }
}
.gallery {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.slide {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.gallery a {
  margin: 0;
}
.gallery img {
  width: 100%;
  height: auto;
}
.rsMinW .rsArrowRight {
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 35px;
}
.rsMinW .rsArrowLeft {
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 35px;
}
.rsMinW .rsArrowIcn {
  margin: 0;
}

/* -- About section ------------------- */

.about {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 10px;
  }
  .main-bottom h2 {
    margin-top: 40px;
  }
  img.celia {
    margin: 0 0 10px 10px;
    float: right;
  }
}
div.location {
  width: auto;
  float: none;
  margin-top: 20px;
  flex: 1;
}
div.products {
  width: auto;
  float: none;
  margin-top: 20px;
  flex: 1;
}
@media screen and (min-width: 767px) {
  div.products {
    margin-left: auto;
  }
}
#testimonials {
  margin-top: 40px;
}
#testimonials h2 {
  margin-top: 0;
}
div.test-nav {
  background: #a78850;
  border-radius: 5px;
}
.about-cols {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 550px) {
  .about-cols {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
  div.location {
    max-width: auto;
  }
  div.products {
    max-width: auto;
  }
}
@media screen and (min-width: 767px) {
  .about-cols {
    flex-direction: column;
    gap: 0;
  }
  div.location {
    max-width: auto;
  }
  div.products {
    max-width: auto;
  }
}
@media screen and (min-width: 950px) {
  .about-cols {
    flex-direction: row;
    gap: 40px;
  }
  div.location {
    max-width: 250px;
  }
  div.products {
    max-width: 250px;
  }
}

/* -- Footer ------------------- */

div.footer {
  width: 100%;
  max-width: 960px;
  margin-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 950px) {
  div.footer {
    max-width: 100vw;
    margin-top: 160px;
  }
}
div.footer-content {
  width: 100%;
  max-width: 960px;
  padding-left: 0;
  padding-right: 0;
}
div.footer-content > * {
}
div.footer-content p {
  width: auto;
}
img.van {
  bottom: 92%;
  right: 20px;
  height: auto;
  width: calc(100% - 40px);
  max-width: 372px;
}
div.legals {
  padding-left: 20px;
  padding-right: 20px;
}
div.legals > * {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
div.legals p {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
