@font-face {
  font-family: 'Poppins';
  src: url('/fonts/Poppins-Light.ttf');
}

#menu-image {
  background: url('../images/custom/menu.jpg') !important;
}

.i18n-logo {
  box-sizing: border-box;
  float: right;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .i18n-logo {
    margin-right: 1rem;
  }
}

.i18n-logo img {
  height: 1rem;
}

.map-info-container {
  grid-template-columns: unset !important;
}

.map-info-container::before {
  width: 0 !important;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: transparent;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible:hover {
  /* background-color: #cccccc44;*/
  text-decoration: underline;
}

.collapsible:after {
  content: '»';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #fff;
  font-family: "Playfair Display", serif;
  color: white;
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}

.faq-active:after {
  content: "-";
  /* Unicode character for "minus" sign (-) */
}

/* Style the collapsible content. Note: hidden by default */
.faq-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq-content p {
  text-align: justify;
}

.faq-wrapper h4 {
  font-family: "Playfair Display", serif;
  color: #fff;
}

input.error {
  background-color: ivory;
  border: none;
  outline: 1px solid red;
}

input.error:valid {
  border: 1px solid #e1e1e1;
  background-color: #fbfbfb;
  outline: 0;
}

fieldset a {
  text-decoration: underline;
  text-decoration-style: dotted;
}

/* Overriding the timeline settings to build our own schedule view */
#eventline .timeline .template-1 .description-wrapper,
#eventline .timeline .template-2 .description-wrapper {
  margin-top: 0;
}

#eventline .timeline .description {
  padding: 20px;
}

#eventline .timeline .template-1,
#eventline .timeline .template-2 {
  margin-bottom: 20px;
}

#eventline .timeline .year {
  margin-bottom: 30px;
}

#eventline .timeline .description .neela-style {
  padding: 10px 5px;
}

/* Overriding the background flower image to work with new time line */
#eventline .timeline .template-1::after {
  background-image: none;
}

#eventline .timeline .template-1::before {
  content: "";
  width: 424px;
  height: 398px;
  position: absolute;
  bottom: -60px;
  left: -150px;
  z-index: -1;
  background-position: center center;
  background-image: url(../images/flower-medium.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

#eventline .timeline .template-2::after {
  background-image: none;
}

#eventline .timeline .template-2::before {
  content: "";
  width: 424px;
  height: 398px;
  position: absolute;
  top: -60px;
  right: -150px;
  z-index: -1;
  background-position: center center;
  background-image: url(../images/flower-medium.svg);
  background-repeat: no-repeat
}

.timeline_footer .shield {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.shield .banner {
  position: absolute;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  top: 41%;
  left: 35%;
  width: 30%;
  height: 35%;
  font-family: "Playfair Display", serif;
  line-height: 1.5rem;
  color: #84a391;
}

@media only screen and (max-width: 768px) {
  .timeline_footer .shield {
    width: 100%;
  }

  .shield .banner {
    top: 45%;
    left: 35%;
    width: 30%;
    height: 25%;
  }
}

.wedding-gifts li {
  cursor: pointer;
  transition: top ease 0.5s;
  position: relative;
  top: 0;
}

.wedding-gifts li:hover {
  top: -10px;
}

#giftregistry {
  /* background-image: url(../images/custom/registry.jpg) !important; */
}

#map_canvas .poi {
  max-width: 100% !important;
}

.dresscode-primer {
  width: 100%;
  color: #fff;
  padding: 40px 30px;
  background-color: rgba(132,163,145,0.7);
}

.dresscode-primer h2 {
    margin-bottom: 8px;
    color: #fff;
    font-family: "Playfair Display", serif;
}

#accommodation a {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.videoEmbed img {
  aspect-ratio: 1128 / 752 auto;
}

.testimonials h3 {
  font-size: 1.2rem;
}

.testimonials blockquote {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
