/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Brand Archive Defaults */
.brand-archive h1 {
  font-family: 'Playfair Display', serif;
  color: #3c3c3c;
}

.brand-archive .brand-logo img {
  max-width: 220px;
  height: auto;
}

.section-debs-brand-description,
.section-debs-second-description {
  font-family: 'Lato', sans-serif;
  color: #3c3c3c;
  line-height: 1.7;
}

.section-debs-brand-header {
  background-color: #faf9f6;
}

.section-debs-second-description {
  background-color: #f9f9f9;
}

.brand-archive .row {
  display: flex;
  flex-wrap: wrap;
}

.brand-archive .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}

@media only screen and (max-width: 768px) {
  .brand-archive .brand-logo img {
    max-width: 160px;
    margin-bottom: 20px;
  }

  .section-debs-brand-description,
  .section-debs-second-description {
    padding: 0 15px;
    text-align: center;
  }

  .section-debs-brand-header h1,
  .section-debs-brand-description h2,
  .section-debs-second-description h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .section-debs-brand-description p,
  .section-debs-second-description p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 480px) {
  .brand-archive .row {
    flex-direction: column;
    align-items: center;
  }

  .brand-archive h1 {
    font-size: 1.75rem;
  }

  .section-debs-brand-description,
  .section-debs-second-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}


.section-turtlingtons-brand-description,
.section-turtlingtons-second-description {
  font-family: 'Crimson Text', serif;
  color: #2b2b2b;
  line-height: 1.7;
}

.section-turtlingtons-brand-header {
  background-color: #fffdf8;
}

.section-turtlingtons-second-description {
  background-color: #f4f0ec;
}

@media only screen and (max-width: 768px) {
  .section-turtlingtons-brand-description,
  .section-turtlingtons-second-description {
    padding: 0 15px;
    text-align: center;
  }

  .section-turtlingtons-brand-header h1,
  .section-turtlingtons-brand-description h2,
  .section-turtlingtons-second-description h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .section-turtlingtons-brand-description p,
  .section-turtlingtons-second-description p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 480px) {
  .section-turtlingtons-brand-description,
  .section-turtlingtons-second-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
