/* IMPORT THE FRAMEWORK */
.sw {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1319px) {
  .sw {
    width: 85%;
    margin-left: 8%;
    margin-right: 8%;
  }
}

.footer-credits, footer, .footer-cta, .pagination, .gallery-row, .quote, .quote-row, .testimonial, .testimonial-row, .row .img-wrapper, .row .info, .row, .intro, .hero, .primary-nav a, .primary-nav, .img-cover {
  position: relative;
}

.menu-burger span, .menu-burger, .img-cover img, .footer-cta:before, .quote:after, .quote:before {
  position: absolute;
}

header {
  position: fixed;
}

.footer-nav a, .footer-logo img, .logo img, .logo, .img-cover img, .intro h2:after, .footer-cta:before, .quote:after, .quote:before {
  display: block;
}

.footer-nav, .footer-logo, .footer-cta:before, .quote, .testimonial, .row .info, .intro, .logo, header {
  box-sizing: border-box;
}

.pagination {
  clear: both;
}
.pagination:after {
  display: table;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.intro h2:after, .footer-cta:before, .quote:after, .quote:before {
  content: "";
}

.footer-nav nav {
  text-align: left;
}

.footer-logo, .footer-cta div, .footer-cta, .pagination, .quote, .testimonial {
  text-align: center;
}

.footer-cta div, .quote, .testimonial {
  margin-left: auto;
  margin-right: auto;
}

.footer-nav a, .primary-nav a, .footer-nav h2, .quote h2, .testimonial h2, .row .info h2 {
  text-transform: uppercase;
}

footer, .footer-cta, .quote-row, .testimonial-row, .row .info, .row, .intro, .footer-credits, header, .footer-nav, .primary-nav {
  display: flex;
  flex-wrap: wrap;
}

.footer-nav, .primary-nav {
  justify-content: flex-end;
}

.footer-credits, header {
  justify-content: space-between;
}

.footer-credits, .footer-cta, .primary-nav, header {
  align-items: center;
}

.footer-cta, .gallery-row > div, .quote:after, .quote:before, .row .img-wrapper, .row .info, .hero {
  background-repeat: no-repeat;
}

.footer-cta, .gallery-row > div, .row .img-wrapper, .hero {
  background-size: cover;
}

.quote:after, .quote:before {
  background-size: contain;
}

.footer-cta, .gallery-row > div, .row .img-wrapper, .hero {
  background-position: center center;
}

.row .info {
  background-position: right bottom;
}

.testimonial .author, .quote p, .footer-cta h2, .intro h2, .row .info h3 {
  font-family: "charter", sans-serif;
}

.row .info a, .intro a {
  font-weight: 100;
  text-transform: lowercase;
  color: #ed1c24;
  text-decoration: underline;
}
.row .info a:hover, .intro a:hover {
  color: #f14b52;
}

.footer-cta div {
  border-radius: 5px;
}

footer, .footer-cta, .pagination, .intro, header {
  padding-left: 8%;
  padding-right: 8%;
}
@media screen and (min-width: 761px) and (max-width: 1440px) {
  footer, .footer-cta, .pagination, .intro, header {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 760px) {
  footer, .footer-cta, .pagination, .intro, header {
    padding-left: 8.8%;
    padding-right: 8.8%;
  }
}

.footer-cta, .quote-row, .testimonial-row, .intro {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .footer-cta, .quote-row, .testimonial-row, .intro {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 450px) {
  .footer-cta, .quote-row, .testimonial-row, .intro {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.intro h2:after {
  height: 2px;
  width: 100px;
  margin: 0.8em 0;
}

.intro h2:after {
  background-color: #333132;
}

.row .info h3 {
  font-size: 4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .row .info h3 {
    font-size: 3.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .row .info h3 {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 450px) {
  .row .info h3 {
    font-size: 2.5em;
  }
}

.footer-cta h2, .intro h2 {
  font-size: 3.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .footer-cta h2, .intro h2 {
    font-size: 3.2em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .footer-cta h2, .intro h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 450px) {
  .footer-cta h2, .intro h2 {
    font-size: 2em;
  }
}

.quote p {
  font-size: 2em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .quote p {
    font-size: 2em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .quote p {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 450px) {
  .quote p {
    font-size: 1.4em;
  }
}

.quote p.medium, .quote p.short, .testimonial p.medium, .testimonial p.short {
  font-size: 1.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .quote p.medium, .quote p.short, .testimonial p.medium, .testimonial p.short {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .quote p.medium, .quote p.short, .testimonial p.medium, .testimonial p.short {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 450px) {
  .quote p.medium, .quote p.short, .testimonial p.medium, .testimonial p.short {
    font-size: 1.2em;
  }
}

.footer-nav p, .footer-cta p, .quote p.long, .testimonial p.long, .row .info p, .intro p, .testimonial .author, .row .info a, .intro a {
  font-size: 1.15em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .footer-nav p, .footer-cta p, .quote p.long, .testimonial p.long, .row .info p, .intro p, .testimonial .author, .row .info a, .intro a {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .footer-nav p, .footer-cta p, .quote p.long, .testimonial p.long, .row .info p, .intro p, .testimonial .author, .row .info a, .intro a {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .footer-nav p, .footer-cta p, .quote p.long, .testimonial p.long, .row .info p, .intro p, .testimonial .author, .row .info a, .intro a {
    font-size: 1em;
  }
}

.footer-nav h2, .quote h2, .testimonial h2, .row .info h2 {
  font-size: 1.1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .footer-nav h2, .quote h2, .testimonial h2, .row .info h2 {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .footer-nav h2, .quote h2, .testimonial h2, .row .info h2 {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .footer-nav h2, .quote h2, .testimonial h2, .row .info h2 {
    font-size: 0.9em;
  }
}

.testimonial .author, .quote p, .footer-cta h2, .intro h2, .row .info h3 {
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 0.8em;
}

.footer-nav h2, .quote h2, .testimonial h2, .row .info h2 {
  width: 100%;
  font-weight: 100;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

.footer-nav p, .footer-cta p, .quote p.long, .testimonial p.long, .row .info p, .intro p, .quote p.medium, .quote p.short, .testimonial p.medium, .testimonial p.short {
  font-weight: 100;
  line-height: 1.8em;
  margin-bottom: 1.2em;
}

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

a [href^=tel], p [href^=tel] {
  color: inherit;
  text-decoration: none;
}

@font-face {
  font-family: "MuseoSansRounded";
  src: url("../fonts/MuseoSansRounded-100-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MuseoSansRounded";
  src: url("../fonts/MuseoSansRounded-500-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "charter";
  src: url("../fonts/charter_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  background-color: #000000;
  color: #000000;
  font-family: "MuseoSansRounded", sans-serif;
  transition: padding-top 200ms;
}
body.announced {
  padding-top: 60px;
}

.img-cover {
  overflow: hidden;
}
.img-cover img {
  min-width: 1000%;
  min-height: 1000%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
}

header {
  z-index: 999999;
  width: 100%;
  height: 130px;
  background-color: #000000;
  border-bottom: 2px solid #111111;
}

.logo {
  width: 140px;
}
.logo img {
  width: 100%;
}

@media screen and (min-width: 515px) and (max-width: 760px) {
  .logo {
    width: 120px;
  }
}
@media screen and (max-width: 514px) {
  .logo {
    width: 100px;
  }
}
.primary-nav a {
  font-size: 0.9em;
  margin-left: 2.5em;
  color: #FFFFFF;
  font-weight: 500;
  padding-bottom: 0.8em;
}
.primary-nav a:hover {
  border-bottom: 3px solid #ed1c24;
}

@media screen and (min-width: 1024px) and (max-width: 1115px) {
  .primary-nav a {
    font-size: 0.9em;
    margin-left: 0.9em;
  }
}
@media screen and (max-width: 1023px) {
  .primary-nav {
    position: absolute;
    display: none;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: #000000;
    z-index: 9999;
    transform-origin: center top;
    padding: 3em;
  }
  .primary-nav.open {
    display: block;
    animation: dropdown 0.3s ease-in-out;
    -webkit-animation: dropdown 0.3s ease-in-out;
  }
  .primary-nav.open a {
    display: block;
    width: 80%;
    color: #FFFFFF;
    box-sizing: border-box;
    margin-left: 0;
    padding: 1em 0;
    line-height: 2em;
    border-bottom: none;
  }
  .primary-nav.open a:hover {
    color: #ed1c24;
  }
}
/* ACTIVE HIGHLIGHTS */
.home-page .home-link,
.about-page .about-link,
.weddings-page .weddings-link,
.arrangements-page .arrangements-link,
.gallery-page .gallery-link,
.testimonials-page .testimonials-link,
.contact-page .contact-link {
  border-bottom: 3px solid #ed1c24;
}

.home-page .fhome-link,
.about-page .fabout-link,
.weddings-page .fweddings-link,
.arrangements-page .farrangements-link,
.gallery-page .fgallery-link,
.testimonials-page .ftestimonials-link,
.contact-page .fcontact-link {
  color: #ed1c24;
}

body.annnounced .menu-burger {
  top: 100px;
}

body:not(.announced) .menu-burger {
  top: 60px;
}

.menu-burger {
  right: 10%;
  width: 40px;
  height: 30px;
  cursor: pointer;
  z-index: 10001;
}
.menu-burger:hover span {
  background-color: #ed1c24;
}
.menu-burger:active span:nth-of-type(1) {
  top: -3px;
}
.menu-burger:active span:nth-of-type(4) {
  top: 27px;
  opacity: 0.7;
}
.menu-burger span {
  transition: 0.1s ease-in-out;
  display: block;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  height: 3px;
  opacity: 1;
  background-color: #FFFFFF;
  transform: rotate(0deg);
  border-radius: 3px;
}
.menu-burger span:nth-of-type(1) {
  top: 0px;
}
.menu-burger span:nth-of-type(2), .menu-burger span:nth-of-type(3) {
  top: 12px;
}
.menu-burger span:nth-of-type(4) {
  top: 25px;
}
.menu-burger.open span {
  background-color: #FFFFFF;
}
.menu-burger.open span:nth-of-type(1), .menu-burger.open span:nth-of-type(4) {
  top: 21px;
  margin-left: 0;
  width: 0;
  opacity: 0;
}
.menu-burger.open span:nth-of-type(2) {
  transform: rotate(45deg);
}
.menu-burger.open span:nth-of-type(3) {
  transform: rotate(-45deg);
}
.menu-burger.open:active span:nth-of-type(1), .menu-burger.open:active span:nth-of-type(4) {
  top: 21px;
  margin-left: 0;
  width: 0;
  opacity: 0;
}
.menu-burger.open:active span:nth-of-type(2) {
  transform: rotate(55deg);
}
.menu-burger.open:active span:nth-of-type(3) {
  transform: rotate(-55deg);
}

@media screen and (min-width: 1024px) {
  .menu-burger {
    display: none;
  }
}
.hero {
  height: 380px;
}

.intro {
  background-color: #000000;
  color: #FFFFFF;
  border-right: 50px solid #3b070a;
}
.intro div {
  width: 85%;
}
.intro h2 {
  color: #FFFFFF;
}
.intro a {
  margin-top: 3em;
}

@media screen and (max-width: 760px) {
  .intro {
    border-right: 20px solid #3b070a;
  }
  .intro div {
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.row {
  margin-bottom: 4.5em;
}
.row .info {
  width: 50%;
  padding: 10% 8%;
  background-size: 60%;
}
.row .info h3 {
  margin-bottom: 0.5em;
}
.row .info a {
  margin-top: 1.5em;
}
.row .img-wrapper {
  width: 50%;
}
.row:nth-of-type(2n-1) {
  margin-left: 50px;
}
.row:nth-of-type(2n-1) .info {
  color: #FFFFFF;
  background-color: #333132;
  background-image: url("/app/images/global/floral-bg.png");
}
.row:nth-of-type(2n) {
  flex-direction: row-reverse;
  background-color: #deddde;
  margin-right: 50px;
}
.row:nth-of-type(2n) .info {
  color: #000000;
  background-image: url("/app/images/global/floral-bg-white.png");
}
.row:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .row .info {
    width: 100%;
    padding: 15% 8%;
  }
  .row .img-wrapper {
    width: 100%;
    height: 400px;
  }
  .row:nth-of-type(2n-1) {
    margin-left: 20px;
  }
  .row:nth-of-type(2n) {
    margin-right: 20px;
  }
}
.testimonial-row {
  background-color: #000000;
  border-left: 50px solid #3b070a;
}

.testimonial {
  width: 80%;
  color: #FFFFFF;
  padding: 1.5em 5% 1.5em;
}
.testimonial h2 {
  margin-bottom: 3em;
}
.testimonial p {
  line-height: 1.6em;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 760px) {
  .testimonial-row {
    padding: 2em 0;
    border-left: 20px solid #3b070a;
  }
  .testimonial {
    width: 90%;
    margin-top: 2em;
  }
}
.quote-row {
  background-color: #000000;
  border-right: 50px solid #3b070a;
}

.quote {
  width: 80%;
  color: #FFFFFF;
  padding: 1.5em 5% 1.5em;
}
.quote:before {
  top: -40px;
  left: -40px;
  width: 100px;
  height: 100px;
  background-image: url("/app/images/global/quote-left.png");
}
.quote:after {
  bottom: -40px;
  right: -40px;
  width: 100px;
  height: 100px;
  background-image: url("/app/images/global/quote-right.png");
}
.quote h2 {
  margin-top: 1.5em;
}
.quote p {
  line-height: 1.6em;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 760px) {
  .testimonial-row {
    padding: 2em 0;
    border-left: 20px solid #3b070a;
  }
  .testimonial {
    width: 90%;
    margin-top: 2em;
  }
}
.gallery-row {
  display: grid;
  grid-auto-rows: 20vw 20vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 3em;
}
@media screen and (max-width: 760px) {
  .gallery-row {
    display: none;
  }
}
.pagination {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  color: #FFFFFF;
}
.pagination a {
  color: #ed1c24;
}
.pagination a:hover {
  color: #f14b52;
}
.pagination a:active {
  color: #c61017;
}
.pagination .prev {
  float: left;
}
.pagination .next {
  float: right;
}

.footer-cta {
  background-image: url("/app/images/global/cta-bg.jpg");
  color: #FFFFFF;
}
.footer-cta:before {
  border: 50px solid rgba(255, 255, 255, 0.4);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.footer-cta div {
  width: 80%;
  background-color: rgba(0, 0, 0, 0);
  padding: 2.5% 5%;
}
.footer-cta h2, .footer-cta p {
  text-shadow: 0px 1px #000000;
}
.footer-cta h2 {
  margin-bottom: 0.5em;
}
.footer-cta p {
  color: #FFFFFF;
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .footer-cta div {
    width: 100%;
  }
  .footer-cta:before {
    border: 20px solid rgba(255, 255, 255, 0.4);
  }
}
footer {
  padding-top: 4.5em;
  padding-bottom: 1.5em;
  background-color: #000000;
  border-left: 50px solid #3b070a;
}

.footer-logo {
  width: 15%;
}
.footer-logo img {
  width: 100%;
  margin-bottom: 3em;
}

@media screen and (max-width: 760px) {
  .footer-logo {
    width: 50%;
    margin: 0 auto;
  }
  .footer-logo img {
    margin-bottom: 0 auto 3em auto;
  }
}
.socials {
  margin-top: 1.5em;
}

.footer-nav {
  width: 80%;
}
.footer-nav nav, .footer-nav div {
  width: 28%;
  color: #FFFFFF;
}
.footer-nav h2 {
  margin-bottom: 0.8em;
}
.footer-nav p {
  line-height: 2.5em;
}
.footer-nav a {
  color: #FFFFFF;
  font-size: 0.95em;
  line-height: 2.5em;
}
.footer-nav a:hover {
  color: #ed1c24;
}
.footer-nav .socials {
  padding-top: 1.5em;
}

@media screen and (max-width: 760px) {
  footer {
    border-left: 20px solid #3b070a;
  }
  .footer-nav {
    width: 100%;
    text-align: center;
  }
  .footer-nav nav, .footer-nav div {
    width: 100%;
    text-align: center;
  }
  .footer-nav div {
    text-align: center;
    margin-top: 3em;
  }
}
.footer-credits {
  width: 100%;
  color: #FFFFFF;
  padding-top: 3em;
  padding-bottom: 0;
  background-color: #000000;
  border-top: 1px inset #ed1c24;
  margin-top: 1.5em;
}
.footer-credits p {
  font-size: 0.7em;
  margin-bottom: 0;
}
.footer-credits a {
  color: #FFFFFF;
}
.footer-credits a:hover {
  color: #ed1c24;
}

@media screen and (max-width: 780px) {
  .footer-credits p {
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 1em;
  }
}
.show-on-scroll.slide-in {
  transition: transform 2s 0.2s cubic-bezier(0, 1, 0.3, 1), opacity 0.2s 0.2s ease-out;
  opacity: 0;
  transform: translateX(5em);
}
.show-on-scroll.slide-in.is-visible {
  opacity: 1;
  transform: translateX(0);
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes dropdown {
  from {
    transform: rotateX(-25deg) scaleY(0.8);
    opacity: 0.2;
  }
  to {
    transform: rotateX(0) scaleY(1);
    opacity: 1;
  }
}
@keyframes dropdown {
  from {
    transform: rotateX(-25deg) scaleY(0.8);
    opacity: 0.2;
  }
  to {
    transform: rotateX(0) scaleY(1);
    opacity: 1;
  }
}
