@import url("https://fonts.googleapis.com/css2?family=Alice&display=swap");

ul {
  padding-left: 25px;
}

.single-wedding a {
  color: #c29d47;
  word-wrap: break-word;
  outline: none !important;
}

.single-wedding a:hover {
  color: #a27b22;
}

.wedding-container {
  width: 1250px;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

a.back-to-makula {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  background-color: #444;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.82rem;
  padding: 7px 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif;
  position: fixed;
  top: 0;
  z-index: 9999;
}

h1.entry-title {
  font-family: "Alice", serif;
  font-weight: 500;
  font-size: 2.05rem;
  text-transform: capitalize;
  color: #444;
  letter-spacing: -0.35px;
  margin-top: 15px;
  background-color: #ffffffa1;
  padding: 5px 25px 5px;
  border-radius: 5px;
  border: none;
}

.weddings #masthead nav {
  justify-content: center;
  flex-direction: column;
}

.weddings header#masthead {
  position: fixed;
  width: 100%;
  top: 35px;
  padding: 10px 0;
  background: -moz-linear-gradient(
    top,
    #feffff 0%,
    white 94%,
    #9c802d 98%,
    #9c802d 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #feffff),
    color-stop(94%, white),
    color-stop(95%, #9c802d),
    color-stop(100%, #9c802d)
  );
  background: -webkit-linear-gradient(
    top,
    #feffff 0%,
    white 94%,
    #9c802d 98%,
    #9c802d 100%
  );
  background: -o-linear-gradient(
    top,
    #feffff 0%,
    white 94%,
    #9c802d 98%,
    #9c802d 100%
  );
  background: -ms-linear-gradient(
    top,
    #feffff 0%,
    white 94%,
    #9c802d 98%,
    #9c802d 100%
  );
  background: linear-gradient(
    top,
    #feffff 0%,
    white 94%,
    #9c802d 98%,
    #9c802d 100%
  );

  z-index: 9999;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  font-family: "Alice", serif;
  font-size: 0.82rem;
  padding: 0.3rem 1rem;
}

.single-wedding {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-wedding:not(.mobile) {
  background-image: url("../../images/wedding-gold.jpg");
}

.single-wedding.mobile {
  background-image: url("../../images/wedding-gold-mobile.jpg");
}

#content.site-content {
  margin-top: 85px;
}

.entry-meta.wedding-date {
  text-align: center;
  font-family: "Alice", serif;
  font-weight: 500;
  font-size: 1.35rem;
  text-transform: capitalize;
  color: #444;
}

.wedding-container {
  max-width: 100%;
  margin: 0 auto;
}

.wedding-container.main-mini {
  width: 650px;
}

.wedding-container.main-mid {
  width: 880px;
  padding: 0 20px;
}

.wedding-container.main-max {
  width: 100%;
}

.couples-photo {
  width: 500px;
  height: 500px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.couples-photo .frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.couples-photo .photo {
  width: 260px;
  height: 260px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 10;
}

.couples-stories,
.wedding-entourage {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wedding-entourage {
  width: 100%;
}

.couples-stories .stories-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.couples-stories .story-item {
  width: 20%;
  padding: 0 10px;
  min-width: 240px;
  margin-bottom: 40px;
}

.couples-stories .story-item .story-item-wrapper {
  display: block;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.9);
}

.story-item .story-title {
  padding: 12px 0 5px;
}

.story-item .story-title h4 {
  font-family: "Alice", serif;
  margin: 0;
  font-weight: 500;
  font-size: 1.12rem;
  color: #444;
}

.wedding-box-title {
  display: inline-block;
  min-width: 215px;
  text-align: center;
  background-color: #333;
  padding: 8px 15px;
  border-radius: 30px;
  margin: 70px 80px 50px;
}

.wedding-box-title h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "Alice", serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 1.25px;
}

.entourage-item {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.entourage-item-wrapper {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.entourage-item-wrapper .photo {
  width: 90px;
}

.entourage-item-wrapper .entourage-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 5px 12px;
}

.entourage-details h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "Alice", serif;
  font-weight: 500;
  color: #333;
}

.entourage-details h5 {
  margin: 0;
  font-size: 0.96rem;
  color: #777;
}

.entourage-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.entourage-wrapper > div {
  width: 48%;
}

.entourage-wrapper .wedding-box-title {
  margin-bottom: 30px;
  margin-top: 30px;
}

.event-top .event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 115px;
  background-color: #333;
  padding: 13px 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
  line-height: 1.45;
}

.event-top {
  display: flex;
  flex-direction: row;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.event-top-details {
  display: flex;
  background-color: #fff;
  flex-grow: 1;
}

.single-page-event.event-item {
  margin-bottom: 40px;
}

.top-details-inner {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  flex: 1;
  position: relative;
}

.top-details-inner h3 {
  font-family: "Alice", serif;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #444;
  width: 100%;
  cursor: pointer;
  padding: 6px 0;
}

.wedding-events {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.events-wrapper {
  display: block;
  width: 100%;
}

.event-top-button {
  position: absolute;
  right: 18px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c1c1c1;
  border-radius: 50px;
  cursor: pointer;
}

.event-top-button .event-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-top-button .event-icon::before {
  font-size: 0.45rem;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #fff;
}

.event-section-bottom {
  display: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.event-item.expand .event-section-bottom {
  display: block;
}

.expand .event-top-button .event-icon {
  transform: rotateX(180deg);
}

.event-date .short-date {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.65px;
}

.event-section-bottom .event-section-inner {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-left: 115px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 0 20px 15px 20px;
  color: #444;
  font-size: 1rem;
  line-height: 1.5;
}

.event-google {
  display: flex;
  flex-direction: row;
}

.event-google i {
  margin-right: 5px;
}

.event-google a {
  color: #444;
}

.section-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Alice", serif;
}

.section-title span.icon {
  margin-right: 6px;
}

.section-title h4 {
  margin: 0;
  font-weight: 500;
  color: #444;
  font-size: 1rem;
}

.event-section-inner .event-section,
.place-section {
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
  padding-top: 25px;
}

.section-content img {
  max-width: 100%;
}

.place-item-wrapper,
.gallery-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.places-wrapper {
  display: block;
  position: relative;
  width: 100%;
}

.places-section-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 25px 30px;
  color: #444;
  font-size: 1rem;
  line-height: 1.5;
}

.places-section-wrapper .place-section:first-child {
  border-top: none;
  padding-top: 5px;
  margin-top: 0;
}

.section-content h3 {
  font-size: 0.94rem;
  margin-bottom: 2px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.35px;
}

.gallery-frame {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-frame .g-link {
  display: flex;
  width: 100%;
  position: relative;
}

.g-link .g-photo {
  display: flex;
  width: 100%;
  height: 500px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.g-details {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.g-details h3,
.g-details h4 {
  font-family: "Alice", serif;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.g-details h3 {
  font-size: 2rem;
}

.g-details h4 {
  font-size: 1.55rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 12px;
}

.wedding-container.gallery {
  width: 780px;
}

.g-link-link {
  width: 235px;
  height: 235px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 6px white;
  -moz-box-shadow: inset 0 0 6px white;
  box-shadow: inset 0 0 6px white;
  cursor: pointer;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  position: absolute;
  left: 560px;
  margin: 0;
  top: 315px;
  padding: 45px;
}

.g-link-link a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 15px #cccccc, inset 0 0 2px #cccccc;
  -moz-box-shadow: 0 0 15px #cccccc, inset 0 0 2px #cccccc;
  box-shadow: 0 0 15px #cccccc, inset 0 0 2px #cccccc;
  padding: 20px;
  text-align: center;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
  color: #5e5e5e;
}

.wedding-container.full-gallery {
  width: 1380px;
}

.place-read-more {
  display: flex;
  justify-content: center;
}

.place-read-more a {
  margin: 5px 0;
  color: #c29d47;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.05px;
  border: 2px solid #c29d47;
  padding: 5px 18px;
  border-radius: 25px;
  font-family: "Alice", serif;
}

.place-read-more a:hover {
  color: #fff;
  background-color: #c29d47;
}

.wedding-container p {
  margin-bottom: 1em;
}

.full-place .wedding-container.places {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 800px;
}

.full-place .wedding-box-title {
  margin: 60px 80px 30px;
}

.full-place .sections-wrapper {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 25px 30px;
}

.full-place .sections-wrapper .place-section:first-child {
  border-top: none;
  padding-top: 5px;
  margin-top: 0;
}

.modal-backdrop {
  background-color: rgba(223, 222, 221, 0.85);
}

.modal-backdrop.show {
  opacity: 0.95;
}

.rsvp-modal .modal-dialog {
  width: 600px;
  max-width: 100%;
  margin-top: 85px;
}

div.rsvp {
  display: flex;
  justify-content: center;
}

div.rsvp a {
  background-color: #c29d47;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.05px;
  border: 2px solid #c29d47;
  padding: 8px 18px 4px;
  font-family: "Alice", serif;
  min-width: 160px;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  line-height: 1.25;
}
.rsvp-modal .modal-content {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 0;
}

.modal-body {
  padding: 35px;
}

.rsvp-modal ::placeholder {
  color: #7b6130;
}

.rsvp-modal .makula-contact-form input {
  width: 100%;
  padding: 10px 20px;
  background-color: #fbfbfbf2;
  border: 1px solid #ddd;
  color: #8a8179;
  outline: none;
  font-size: 1rem;
}

.rsvp-modal .form-row {
  margin-bottom: 15px;
}

.rsvp-modal .form-check-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 15px;
  margin: 0;
}

.rsvp-modal .form-check-wrapper .form-check {
  width: 48%;
  margin: 0;
  display: flex;
  flex-direction: row;
}

.rsvp-modal .makula-contact-form input.form-check-input {
  width: auto;
}

.rsvp-modal label {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.93rem;
  font-weight: 500;
  color: #9f9f9f;
}

.rsvp-modal .makula-form-fields {
  border: none;
}

.rsvp-modal .makula-contact-form .makula-contact-form-inner {
  padding: 20px 40px;
  z-index: 10;
}

.rsvp-modal .makula-contact-form .form-row select {
  font-size: 0.92rem;
  color: #807257;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fbfbfbf2;
}

.rsvp-modal .modal-header {
  border-bottom: none;
}

.rsvp-modal .modal-body {
  padding-top: 0;
  padding-bottom: 50px;
}

.rsvp-modal .makula-contact-form .form-row textarea {
  border: 1px solid #ddd;
  padding: 12px 15px;
}

.rsvp-modal .makula-submit input {
  padding: 8px 22px;
  width: 220px;
  background-color: #c29d47;
  border: 2px solid #c29d47;
  color: #fff;
  font-family: "Alice", serif;
}

.rsvp-modal .makula-contact-form h3 {
  font-family: "Alice", serif;
  letter-spacing: 0;
  font-size: 1.65rem;
  text-transform: capitalize;
  margin: 10px 0 15px;
  color: #444;
}

body.modal-open {
  overflow-x: hidden;
  padding: 0;
}

.rsvp-modal .makula-contact-form .makula-contact-form-inner::after {
  display: block;
  position: absolute;
  content: "";
  border: 1px solid #e3e3e3;
  left: 10px;
  right: 10px;
  bottom: -15px;
  top: -15px;
  z-index: -10;
}

.rsvp-meta {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 0 25px;
}

.rsvp-meta h4 {
  margin: 0;
  font-family: "Alice", serif;
  font-weight: 500;
  font-size: 1.45rem;
  text-transform: capitalize;
  color: #444;
  letter-spacing: 0;
  margin-bottom: 10px;
  border-radius: 5px;
}
.rsvp-meta h5 {
  margin: 0;
  font-family: "Alice", serif;
  font-weight: 500;
  font-size: 1.2rem;
}

.rsvp-modal .makula-contact-form .form-row textarea {
  color: #8a8179;
}

.rsvp-modal.story-modal .modal-dialog {
  width: 1150px;
  max-width: 100%;
}

.story-modal .modal-body .story-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.story-modal .story-item-wrapper {
  width: 280px;
}

.story-modal .story-item-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 30px;
}

.story-modal .modal-content {
  min-height: 550px;
}

.story-item-details h4 {
  font-family: "Alice", serif;
  font-size: 1.4rem;
  margin-top: 5px;
}

.story-modal .story-item .story-item-wrapper {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.story-modal.entourage .story-item-wrapper {
  padding: 10px;
}

.story-modal.entourage .story-item-details h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.story-modal.entourage .story-item .story-title {
  padding: 15px 0 10px;
}

.story-modal .story-content {
  font-size: 1rem;
  color: #777;
  line-height: 1.55;
}

.story-modal .story-item .story-title h4 {
  font-family: "Alice", serif;
  margin: 0;
  font-weight: 500;
  font-size: 1.12rem;
  color: #444;
}

.couples-photo a {
  display: flex;
  position: absolute;
  background-color: #fff;
  padding: 5px 15px;
  top: 55px;
  min-width: 140px;
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  justify-content: center;
  font-family: "Alice", serif;
  text-transform: uppercase;
  color: #9c802d;
  background-color: #fffcf4;
}

.couples-photo a i {
  margin-left: 5px;
}

.couples-photo a:hover {
  background-color: #e8e3d6;
}

.story-modal.welcome .couples-photo {
  width: 300px;
  height: 300px;
  margin-top: 0;
}

.story-modal.welcome .couples-photo .photo {
  width: 180px;
  height: 180px;
  z-index: 100;
}

.story-modal.welcome .modal-body .story-item {
  flex-direction: column;
  align-items: center;
}

.story-modal.welcome .story-item-wrapper {
  width: 100%;
  box-shadow: none;
}

.story-modal.welcome .modal-dialog {
  width: 680px;
}

.story-modal.welcome .story-item-details {
  padding: 0 15px;
}

.rsvp-modal.welcome .modal-header {
  padding-bottom: 5px;
}
.modal-open .modal {
  padding: 40px 30px 20px !important;
}

.entourage-details .event-top-button {
  right: 18px;
  width: 26px;
  height: 26px;
  top: 36%;
  transform: rotate(270deg);
  background-color: #cacaca;
}

@media (max-width: 1280px) {
  .places-section-wrapper {
    font-size: 1.12rem;
  }

  .section-content h3 {
    font-size: 1.08rem;
    margin-bottom: 8px;
  }

  .place-read-more a {
    font-size: 1rem;
  }

  .place-read-more a {
    margin: 10px 0 5px;
  }

  .entourage-details h4 {
    font-size: 1.15rem;
  }

  .story-modal .story-content {
    font-size: 1.12rem;
  }

  .rsvp-modal.story-modal .modal-dialog {
    width: 980px;
  }
}

@media (max-width: 1199px) {
  .weddings header#masthead {
    padding: 10px 30px 10px;

    background: -moz-linear-gradient(
      top,
      #feffff 0%,
      white 99%,
      #9c802d 98%,
      #9c802d 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #feffff),
      color-stop(99%, white),
      color-stop(95%, #9c802d),
      color-stop(100%, #9c802d)
    );
    background: -webkit-linear-gradient(
      top,
      #feffff 0%,
      white 99%,
      #9c802d 98%,
      #9c802d 100%
    );
    background: -o-linear-gradient(
      top,
      #feffff 0%,
      white 99%,
      #9c802d 98%,
      #9c802d 100%
    );
    background: -ms-linear-gradient(
      top,
      #feffff 0%,
      white 99%,
      #9c802d 98%,
      #9c802d 100%
    );
    background: linear-gradient(
      top,
      #feffff 0%,
      white 99%,
      #9c802d 98%,
      #9c802d 100%
    );
  }

  .weddings #mobile-nav-button {
    margin-left: auto;
  }

  .weddings .navbar #main-nav {
    width: 100%;
  }

  .weddings .navbar #main-nav ul li {
    border-bottom: 1px solid #ddd;
  }
  .weddings .navbar #main-nav ul li:last-child {
    border-bottom: none;
  }

  body:not(.theme-preset-active) .weddings #masthead .navbar-nav > li > a {
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }

  .weddings .navbar #main-nav {
    display: none;
  }

  .weddings .navbar #main-nav.expand {
    display: block;
  }
}

@media (max-width: 1160px) {
  .story-modal .story-content {
    font-size: 1.08rem;
  }

  .story-modal.welcome .couples-photo {
    width: 350px;
    height: 350px;
    margin: 0 auto;
  }

  .story-modal.welcome .couples-photo .photo {
    width: 200px;
    height: 200px;
  }

  .couples-stories .story-item {
    width: 23%;
  }

  .entourage-details h4 {
    font-size: 1.25rem;
  }

  .entourage-details h5 {
    font-size: 1.05rem;
  }
  .entourage-item-wrapper .photo {
    width: 100px;
  }

  .places-section-wrapper {
    font-size: 1.12rem;
    line-height: 1.6;
  }

  .place-read-more a {
    font-size: 1.05rem;
  }

  .event-section-bottom .event-section-inner {
    font-size: 1.15rem;
  }

  .section-title h4 {
    font-size: 1.15rem;
  }

  .story-modal.entourage .story-item-details h4 {
    font-size: 1.32rem;
  }
}

@media (max-width: 1000px) {
  .story-modal .story-content {
    font-size: 1.15rem;
    line-height: 1.4;
  }

  .story-item-details h4 {
    font-size: 1.45rem;
  }

  .story-modal .story-item-details {
    padding-left: 25px;
  }
}

@media (max-width: 850px) {
  .story-modal .modal-body .story-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .story-modal .story-item-details {
    padding: 0;
    margin-top: 20px;
  }

  .story-item-details h4 {
    font-size: 1.65rem;
    text-align: center;
  }

  .rsvp-modal .modal-body {
    padding: 0 25px 40px;
  }

  .story-modal .story-item .story-title h4 {
    font-size: 1.45rem;
    text-align: center;
  }

  .story-item .story-title h4 {
    font-size: 1.25rem;
  }

  .places-section-wrapper {
    font-size: 1.22rem;
  }

  .rsvp-modal .makula-contact-form input,
  .rsvp-modal .makula-contact-form .form-row textarea {
    font-size: 1.15rem;
  }

  .rsvp-modal .makula-contact-form .form-row select {
    font-size: 1.12rem;
  }

  .rsvp-meta h5 {
    font-size: 1.45rem;
  }

  .rsvp-meta h4 {
    font-size: 1.65rem;
  }

  .rsvp-modal label {
    font-size: 1.1rem;
  }

  .couples-photo a {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .site-main {
    padding: 0 20px;
  }
  .couples-photo {
    width: 400px;
    height: 400px;
    max-width: 100%;
  }

  .couples-photo .photo {
    width: 220px;
    height: 220px;
  }

  .couples-photo a {
    padding: 5px 15px;
    top: 45px;
    min-width: 120px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }

  .rsvp-modal .modal-dialog {
    margin: 60px 0;
  }
  .story-modal .story-content {
    font-size: 1.3rem;
  }

  .entourage-details h4 {
    font-size: 1.42rem;
  }
  .entourage-details h5 {
    font-size: 1.25rem;
  }

  .wedding-container.main-mid {
    width: 540px;
  }

  .wedding-box-title {
    margin: 70px 15px 50px;
  }

  .entourage-wrapper {
    flex-direction: column;
  }

  .entourage-wrapper > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .entourage-inner {
    width: 100%;
  }

  .wedding-entourage .wedding-box-title {
    margin: 50px 15px 30px;
  }

  .event-section-bottom .event-section-inner {
    font-size: 1.25rem;
    margin-left: 0;
    padding-top: 25px;
  }

  .section-title h4 {
    font-size: 1.25rem;
  }

  .places-section-wrapper {
    font-size: 1.28rem;
  }

  .place-read-more a {
    font-size: 1.2rem;
  }

  .expand .event-top-details {
    background-color: #eeede8;
  }

  .wedding-container.main-mini.events {
    width: 520px;
  }

  .story-item .story-title h4 {
    font-size: 1.35rem;
  }

  .story-modal .story-content {
    font-size: 1.25rem;
  }

  .story-item-details h4 {
    font-size: 1.65rem;
  }

  .modal-body {
    padding: 25px;
  }

  .rsvp-modal .modal-header {
    padding-bottom: 5px;
  }

  .close {
    font-size: 1.75rem;
  }

  .story-modal .modal-body .story-item {
    padding: 0;
  }

  .story-modal .story-item-wrapper {
    width: 250px;
    padding: 8px;
  }

  .g-link-link {
    width: 215px;
    height: 215px;
    left: auto;
    padding: 35px;
    right: -10px;
  }

  body:not(.theme-preset-active) .weddings #masthead .navbar-nav > li > a {
    font-size: 1.12rem;
    padding: 0.95rem 1rem;
  }

  a.back-to-makula {
    font-size: 1rem;
  }
}

@media (max-width: 680px) {
  .g-link .g-photo {
    height: 450px;
  }

  .g-link-link {
    width: 185px;
    height: 185px;
    left: auto;
    padding: 30px;
    right: -10px;
    top: auto;
    bottom: -20px;
  }

  .g-link-link a {
    font-size: 1.15rem;
  }

  .g-details {
    top: 40%;
  }

  .g-details h3 {
    font-size: 2.25rem;
  }

  h1.entry-title {
    font-size: 2.25rem;
  }

  .couples-photo a {
    font-size: 1.3rem;
  }
}

@media (max-width: 560px) {
  .modal-body {
    padding: 20px;
  }

  .story-modal.welcome .couples-photo {
    width: 320px;
    height: 320px;
  }

  .story-modal.welcome .couples-photo .photo {
    width: 180px;
    height: 180px;
  }

  .couples-stories .story-item {
    width: 350px;
    padding: 0 6px;
    min-width: 100px;
    margin-bottom: 40px;
    max-width: 50%;
  }

  .couples-stories .story-item .story-item-wrapper {
    padding: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  }

  .story-item .story-title h4 {
    font-size: 1.35rem;
  }

  .couples-stories {
    padding: 0 10px;
  }

  .wedding-container.main-mid {
    padding: 0 5px;
  }

  .entourage-item-wrapper .photo {
    width: 110px;
  }

  .wedding-box-title h2 {
    font-size: 1.5rem;
  }

  .entourage-item-wrapper {
    padding: 8px;
  }

  .event-top .event-date {
    font-size: 1.05rem;
  }

  .places-section-wrapper {
    padding: 20px 20px;
  }

  .places-section-wrapper {
    font-size: 1.35rem;
  }

  .rsvp-modal .modal-body {
    padding: 0 20px 40px;
  }

  .story-modal .story-content {
    font-size: 1.35rem;
    line-height: 1.5;
  }

  .g-link .g-photo {
    height: 400px;
  }

  .g-link-link {
    width: 155px;
    height: 155px;
    left: auto;
    padding: 20px;
    right: -10px;
    top: auto;
    bottom: 0;
  }

  .couples-photo .photo {
    width: 200px;
    height: 200px;
  }

  .couples-photo a {
    min-width: 140px;
    font-size: 1.32rem;
  }

  .rsvp-modal .form-check-wrapper {
    flex-direction: column;
  }

  .rsvp-modal .form-check-wrapper .form-check {
    width: 100%;
  }

  .rsvp-modal label {
    font-size: 1.18rem;
  }

  .rsvp-modal .makula-contact-form input.form-check-input {
    margin-right: 10px;
  }

  .full-place .sections-wrapper {
    padding: 20px;
  }

  .full-place .section-content {
    font-size: 1.38rem;
  }

  .story-modal.entourage .story-item-details h4 {
    font-size: 1.6rem;
  }

  .single-wedding .entry-header h1.entry-title {
    font-size: 2.35rem;
    margin-bottom: 8px;
  }

  .single-wedding .entry-meta.wedding-date {
    font-size: 1.85rem;
  }

  .single-page-event.event-item {
    margin-bottom: 25px;
  }

  .wedding-box-title {
    margin: 60px 15px 40px;
  }
}

@media (max-width: 500px) {
  .modal-body {
    padding: 10px;
  }

  .modal-open .modal {
    padding: 45px 20px 20px !important;
  }

  .entourage-details h4 {
    font-size: 1.5rem;
  }

  .couples-stories {
    padding: 0;
  }

  .story-item .story-title h4 {
    font-size: 1.45rem;
  }

  div.rsvp a {
    font-size: 1.45rem;
    padding: 6px 18px 4px;
    line-height: 1.25;
  }

  .place-read-more a {
    font-size: 1.28rem;
    margin-bottom: 15px;
  }

  .couples-photo a {
    padding: 4px 15px;
    top: 38px;
    min-width: 132px;
    font-size: 1.35rem;
    z-index: 999;
  }

  .rsvp-modal .makula-contact-form .makula-contact-form-inner {
    padding: 20px 30px;
  }

  .rsvp-modal .makula-contact-form input,
  .rsvp-modal .makula-contact-form .form-row textarea {
    font-size: 1.32rem;
    padding: 8px 20px;
  }

  .rsvp-modal .makula-contact-form .form-row select {
    font-size: 1.32rem;
  }

  .rsvp-meta h5 {
    font-size: 1.6rem;
  }

  .section-content h3 {
    font-size: 1.25rem;
    margin-top: 10px;
  }
  .section-title h4 {
    font-size: 1.45rem;
  }

  body:not(.theme-preset-active) .weddings #masthead .navbar-nav > li > a {
    font-size: 1.2rem;
    padding: 0.95rem 1rem;
    font-weight: 400;
  }
}

@media (max-width: 460px) {
  .g-details {
    top: 25%;
  }

  .g-link-link {
    width: 135px;
    height: 135px;
    left: auto;
    padding: 15px;
    right: 5px;
    top: auto;
    bottom: -25px;
  }

  .g-link .g-photo {
    height: 300px;
  }

  .couples-photo {
    width: 350px;
    height: 350px;
    margin-top: 50px;
  }

  a.back-to-makula {
    font-size: 1.05rem;
    padding: 10px 12px;
  }

  .weddings header#masthead {
    top: 40px;
  }
}

@media (max-width: 430px) {
  .wedding-container.main-max {
    width: 300px;
    max-width: 100%;
  }

  .couples-stories .story-item {
    width: 300px;
    max-width: 100%;
  }

  .couples-photo a {
    padding: 4px 15px;
    top: 35px;
    min-width: 120px;
    font-size: 1.35rem;
  }
}

@media (max-width: 410px) {
  .couples-photo {
    width: 350px;
    height: 350px;
    max-width: 100%;
  }

  .wedding-entourage > div.wedding-box-title {
    margin-bottom: 0;
  }
}

@media (max-width: 400px) {
  .couples-photo {
    width: 320px;
    height: 320px;
    max-width: 100%;
  }

  .couples-photo .photo {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 360px) {
  .couples-photo {
    width: 300px;
    height: 300px;
    max-width: 100%;
  }

  .couples-photo a {
    top: 20px;
    min-width: 125px;
  }
}
