:root {
  --fr-off-white: #f3f1e3;
  --fr-warm-white: #fafff2;
  --fr-cream: #eee8e3;
  --fr-purple-bg: #423b4b;
  --fr-yellow: #f4d43d;
  --fr-light-blue: #7ea7d7;
  --fr-teal: #72c0be;
  --fr-lime: #c1cc57;
  --fr-skyblue: #a6cdec;
  --fr-violet: #9f85b8;
  --fr-pink: #e9b0b4;
  --fr-orange: #fcbc7e;
  --fr-red: #d96a57;
  --fr-purple-text: #3c3548;
  --fr-dark-purple: #4a3a50;
  --fr-darkest-purple: #221316;
  --fr-full-box-width: 1600px;
  --fr-narrow-box-width: 1400px;
  --fr-side-padding: 25px;
}

/* Fonts */
@font-face {
  font-family: "proxima_novabold";
  src: url("fonts/proximanova-bold-webfont.woff2") format("woff2"), url("fonts/proximanova-bold-webfont.woff") format("woff"), url("fonts/proximanova-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novasemibold";
  src: url("fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("fonts/proximanova-semibold-webfont.woff") format("woff"), url("fonts/proximanova-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novaregular";
  src: url("fonts/proximanova-regular-webfont.woff2") format("woff2"), url("fonts/proximanova-regular-webfont.woff") format("woff"), url("fonts/proximanova-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fr-locations {
  background-color: var(--fr-cream);
  padding-bottom: 100px;
}
.fr-locations h1,
.fr-locations h2,
.fr-locations h3,
.fr-locations h4,
.fr-locations h5,
.fr-locations h6 {
  margin: 0;
  font-family: "proxima_novabold", sans-serif;
  color: var(--fr-purple-text);
  letter-spacing: 2.5px;
  line-height: 1.1;
}
.fr-locations p {
  font-family: "proxima_novaregular", sans-serif;
  color: var(--fr-purple-text);
}
.fr-locations .fr-locations-header {
  display: flex;
  padding: 100px 0 80px;
  gap: 55px;
}
@media (max-width: 1150px) {
  .fr-locations .fr-locations-header {
    padding: 60px 0;
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .fr-locations .fr-locations-header {
    flex-direction: column;
    align-items: center;
    padding: 35px 0;
  }
}
.fr-locations .fr-locations-header h1 {
  font-size: 44px;
  margin-bottom: 15px;
}
@media (max-width: 1150px) {
  .fr-locations .fr-locations-header h1 {
    font-size: 35px;
    padding-top: 8px;
  }
}
.fr-locations .fr-locations-header p {
  font-size: 22px;
  max-width: 845px;
}
@media (max-width: 1150px) {
  .fr-locations .fr-locations-header p {
    font-size: 18px;
  }
}
.fr-locations .fr-locations-header p:last-child {
  margin-bottom: 0;
}
.fr-locations .fr-locations-header__left {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .fr-locations .fr-locations-header__left {
    width: 100%;
    justify-content: center;
  }
}
.fr-locations .fr-locations-header__left img {
  height: 180px;
  width: auto;
}
@media (max-width: 767px) {
  .fr-locations .fr-locations-header__left img {
    height: 120px;
  }
}
.fr-locations .fr-locations-header__right {
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .fr-locations .fr-locations-header__right {
    width: 100%;
  }
}
.fr-locations .fr-locations-inner {
  width: 100%;
  max-width: var(--fr-narrow-box-width);
  margin: 0 auto;
  padding: 0 20px;
  flex-direction: column;
  gap: 20px;
}
.fr-locations .fr-locations-header {
  display: flex;
}
.fr-locations .fr-locations-listings {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
@media (max-width: 767px) {
  .fr-locations .fr-locations-listings {
    row-gap: 35px;
    -moz-column-count: 1;
         column-count: 1;
  }
}
.fr-locations .fr-locations-column {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
@media (max-width: 767px) {
  .fr-locations .fr-locations-column {
    width: 100%;
  }
}
.fr-locations .fr-locations-column:nth-child(1) .fr-locations-column-inner {
  background: var(--fr-red);
  background: linear-gradient(145deg, var(--fr-red) 15%, var(--fr-yellow) 85%);
}
.fr-locations .fr-locations-column:nth-child(4n+1):not(:first-child) .fr-locations-column-inner {
  background: var(--fr-red);
  background: linear-gradient(145deg, var(--fr-red) 15%, var(--fr-yellow) 85%);
}
.fr-locations .fr-locations-column:nth-child(4n+2) .fr-locations-column-inner {
  background: var(--fr-teal);
  background: linear-gradient(145deg, var(--fr-teal) 15%, var(--fr-lime) 85%);
}
.fr-locations .fr-locations-column:nth-child(4n+3) .fr-locations-column-inner {
  background: var(--fr-light-blue);
  background: linear-gradient(145deg, var(--fr-light-blue) 15%, var(--fr-violet) 85%);
}
.fr-locations .fr-locations-column:nth-child(4n+4) .fr-locations-column-inner {
  background: var(--fr-orange);
  background: linear-gradient(145deg, var(--fr-red) 15%, var(--fr-orange) 85%);
}
.fr-locations .fr-locations-logo-wrapper {
  height: 135px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1150px) {
  .fr-locations .fr-locations-logo-wrapper {
    height: 110px;
  }
}
.fr-locations .fr-locations-logo-wrapper img {
  height: 100%;
  max-width: 280px;
  -o-object-fit: contain;
     object-fit: contain;
}
.fr-locations .fr-locations-column-inner {
  width: 100%;
  -moz-column-count: 2;
       column-count: 2;
  margin-top: 25px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-radius: 40px;
  padding: 65px 60px 45px;
}
@media (max-width: 1150px) {
  .fr-locations .fr-locations-column-inner {
    padding: 40px;
    -moz-column-count: 1;
         column-count: 1;
  }
}
.fr-locations .fr-locations-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: inline-flex;
  font-family: "proxima_novasemibold";
  color: var(--fr-purple-text);
}
@media (max-width: 1150px) {
  .fr-locations .fr-locations-item {
    width: 100%;
  }
}
.fr-locations .fr-locations-item h3 {
  font-size: 18px;
  letter-spacing: 1.5px;
}
.fr-locations .fr-locations-item div {
  font-size: 16px;
  width: 100%;
}
.fr-locations .fr-locations-item a {
  font-family: "proxima_novasemibold";
  color: var(--fr-purple-text);
  text-decoration: underline;
}
.fr-locations .fr-locations-item a:hover {
  text-decoration: none;
}
.fr-locations .fr-locations-item:after {
  content: "";
  display: flex;
  height: 15px;
  width: 60px;
  background: url("https://www.davidjfranz.com/for-real/three-stars.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 16px 0 20px;
}
.fr-locations .fr-locations-location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}/*# sourceMappingURL=for-real-locations.css.map */