@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300&display=swap');
html, body {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
}
body.no-scroll {
  overflow: hidden;
}
h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: 200;
  margin: 0;
  margin-bottom: 5%;
  color: #c78665;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: 200;
  margin: 0;
  margin-bottom: 2%;
  text-transform: uppercase;
}
h3.sentence-case {
  text-transform: none;
}
a {
  color: #6A0000;
  opacity: 0.75;
  text-decoration: none;
  border-bottom: 1px solid #6A0000;
}
a:hover {
  color: #6A0000;
  opacity: 1;
}
.hidden {
  display: none !important;
}
.block {
  padding: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.block.no-padding {
  padding: 0;
}
.block.no-padding-mobile {
  padding: 10% 0;
}
.block.grey {
  background-color: #F7F7F7;
}
.block.white {
  background-color: #FFFFFF;
}
.hero-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-image-wrapper {
  background-image: url(/media/agne-algirdas-vestuves-hero.jpg);
  width: 100%;
  height: 100%;
  background-position: 77% 0%;
  background-origin: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-dark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.25);
}
.hero-info-wrapper {
  color: #FFF;
  width: 100%;
  box-sizing: border-box;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.hero-title {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 10vw;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  font-weight: 200;
  text-transform: uppercase;
}
.hero-date {
  font-size: 6vw;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.more-button-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 24px 5%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  height: auto;
  cursor: pointer;
}
.more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}
.more-button-arrow {
  display: block;
  width: 24px;
  height: auto;
  margin-top: 3px;
}
.date-location-wrapper {
  padding: 10% 5%;
}
.date-time-wrapper {
  display: flex;
  margin-bottom: 3%;
}
.date-time-wrapper h2 {
  margin-bottom: 0;
  width: auto;
}
.date-wrapper {
  margin-right: 16px;
}
.location-wrapper {
  text-transform: uppercase;
  font-size: 16px;
}
.location-wrapper,
.address-wrapper,
.dress-code-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.location-wrapper h3,
.address-wrapper h3,
.dress-code-wrapper h3 {
  text-align: center;
}
.dress-code-links-wrapper {
  display: none;
}
.location-wrapper {
  margin-bottom: 3%;
}
.countdown-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 5%;
  margin-top: 5%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
}
.time-left-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
  padding: 8px;
  box-sizing: border-box;
  width: 100% !important;
  background-color: #FFF;
}
.time-left-wrapper:before {
  content: "";
  float: left;
  padding-top: 100%;
}
.time-left-number-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.time-left-number {
  color: #c78665;
  font-size: 8vw;
  line-height: 1;
  font-weight: 200;
}
.time-left-label {
  font-size: 10px;
}
.agne-algirdas-items-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.agne-algirdas-items-wrapper .agne-algirdas-item-wrapper:first-child {
  margin-bottom: 10%;
}
.agne-algirdas-items-wrapper .agne-algirdas-item-wrapper .story-photo {
  display: block;
  width: 100%;
  height: auto;
}
.agne-algirdas-items-wrapper .story-photo-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 50%);
}
.agne-algirdas-items-wrapper .agne-algirdas-item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
.agne-algirdas-items-wrapper .info-wrapper {
  position: absolute;
  bottom: 0;
  padding: 5%;
  color: #FFF;
}
.agne-algirdas-items-wrapper .agne-algirdas-item-wrapper h3 {
  width: 100%;
}
.agne-algirdas-items-wrapper .agne-algirdas-item-wrapper.left .description,
.agne-algirdas-items-wrapper .agne-algirdas-item-wrapper.right .description {
  text-align: left;
}
.agenda-items-wrapper .agenda-icon {
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.agenda-items-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.agenda-items-wrapper h3,
.agenda-items-wrapper .duration {
  display: block;
  margin-bottom: 8px;
}
.agenda-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 10%;
}
.agenda-item-wrapper:last-child {
  padding-bottom: 0;
}
.agenda-icon-wrapper {
  order: 1;
  margin-left: 15%;
}
.agenda-split {
  order: 0;
  width: 15%;
  border-left: 1px solid #CCC;
  height: 100%;
  display: block;
  position: absolute;
}
.agenda-item-wrapper:last-child .agenda-split {
  height: 24px;
}
.agenda-info-wrapper {
  order: 2;
  margin-left: 15%;
}
.activity-time {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c78665;
  width: 48px;
  position: absolute;
  top: 0;
  left: -24px;
  color: #FFF;
  border-radius: 5px;
}
.gallery-items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  grid-gap: 8px;
}
.gallery-items-wrapper .gallery-item-wrapper {
  overflow: hidden;
  height: auto;
  cursor: pointer;
}
.gallery-items-wrapper .gallery-item-image {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.gallery-items-wrapper .gallery-item-wrapper.first {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gallery-items-wrapper .gallery-item-wrapper.first .gallery-item-image{
  width: calc(100% + 4px);
}
.gallery-items-wrapper .gallery-item-wrapper.second {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}
.gallery-items-wrapper .gallery-item-wrapper.third {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.gallery-items-wrapper .gallery-item-wrapper.fifth {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.gallery-items-wrapper .gallery-item-wrapper.seventh {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 7;
}
.gallery-lightbox-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.gallery-lightbox-wrapper .gallery-lightbox-image-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-lightbox-wrapper .gallery-lightbox-image {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.gallery-lightbox-wrapper .close-gallery-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  color: #FFF;
  cursor: pointer;
}
.gallery-lightbox-wrapper .close-gallery-button .close-icon {
  pointer-events: none;
  width: 16px;
  height: 16px;
}
.gallery-lightbox-wrapper .gallery-navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 28px);
  left: 0;
  z-index: 2;
}
.gallery-lightbox-wrapper .arrow-button-wrapper {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  color: #FFF;
  cursor: pointer;
}
.gallery-lightbox-wrapper .arrow-button-image {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.hero-video {
  display: block;
  width: 100%;
  box-sizing: border-box;
  outline:none;
}
@media screen and (min-width: 481px) {
  .block.no-padding-mobile {
    padding: 10%;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
  .location-wrapper,
  .address-wrapper,
  .dress-code-wrapper {
    font-size: 18px;
  }
  .gallery-items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gallery-items-wrapper .gallery-item-wrapper.first {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .gallery-items-wrapper .gallery-item-wrapper.first .gallery-item-image{
    width: calc(100% + 8px);
  }
  .gallery-items-wrapper .gallery-item-wrapper.second {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .gallery-items-wrapper .gallery-item-wrapper.third {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .gallery-items-wrapper .gallery-item-wrapper.fifth {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .gallery-items-wrapper .gallery-item-wrapper.seventh {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .gallery-items-wrapper .gallery-item-wrapper.third .gallery-item-image,
  .gallery-items-wrapper .gallery-item-wrapper.fourth .gallery-item-image {
    width: calc(100% + 4px);
  }
}
@media screen and (min-width: 620px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 32px;
  }
  .location-wrapper,
  .address-wrapper,
  .dress-code-wrapper {
    font-size: 20px;
  }
  html, body {
    font-size: 18px;
  }
  .time-left-number {
    font-size: 72px;
  }
  .time-left-label {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 28px;
  }
  .location-wrapper,
  .address-wrapper,
  .dress-code-wrapper {
    font-size: 22px;
  }
  .agne-algirdas-items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5%;
  }
  .agne-algirdas-items-wrapper .agne-algirdas-item-wrapper:first-child {
    margin-bottom: 0;
  }
  .agenda-items-wrapper .agenda-icon {
    height: 64px;
    width: 64px;
  }
  .agenda-item-wrapper.left {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
  }
  .agenda-item-wrapper.right {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
  }
  .agenda-icon-wrapper {
    order: 0;
    margin-left: 0;
  }
  .agenda-item-wrapper.right .agenda-icon-wrapper {
    order: 2;
    margin-left: 20%;
  }
  .agenda-item-wrapper.left .agenda-icon-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-right: 20%;
  }
  .agenda-split {
    order: 1;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .agenda-item-wrapper:last-child .agenda-split {
    height: 40px;
  }
  .activity-time {
    margin-top: 0;
    margin-left: -28px;
    position: relative;
    height: 40px;
    width: 56px;
    top: 0;
    left: 0;
  }
  .agenda-info-wrapper {
    order: 2;
    margin-left: 0;
    padding-bottom: 10%;
  }
  .agenda-item-wrapper.right .agenda-info-wrapper {
    order: 0;
    margin-right: 20%;
  }
  .agenda-item-wrapper.right .agenda-info-wrapper h3,
  .agenda-item-wrapper.right .agenda-info-wrapper .description {
    text-align: right;
    width: 100%;
    display: block;
  }
  .agenda-item-wrapper.left .agenda-info-wrapper {
    margin-left: 20%;
  }
  .agenda-item-wrapper {
    padding-bottom: 0;
  }
  .gallery-items-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .gallery-items-wrapper .gallery-item-wrapper.first {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-end: 1;
  }
  .gallery-items-wrapper .gallery-item-wrapper.first .gallery-item-image{
    width: calc(100% + 8px);
  }
  .gallery-items-wrapper .gallery-item-wrapper.second {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .gallery-items-wrapper .gallery-item-wrapper.third {
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .gallery-items-wrapper .gallery-item-wrapper.third .gallery-item-image,
  .gallery-items-wrapper .gallery-item-wrapper.fifth .gallery-item-image {
    width: calc(100% + 4px);
  }
  .gallery-item-wrapper.fourth {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .gallery-items-wrapper .gallery-item-wrapper.fourth .gallery-item-image{
    width: calc(100% + 4px);
  }
  .gallery-item-wrapper.fifth {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 4;
  }
  .gallery-item-wrapper.sixth {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .gallery-items-wrapper .gallery-item-wrapper.seventh {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 4;
  }
  .gallery-item-wrapper.sixth .gallery-item-image {
    width: calc(100% + 4px)
  }
  .gallery-item-wrapper.seventh .gallery-item-image {
    width: calc(100% + 8px)
  }
}
a.button {
  background-color: #000;
  color: #FFF;
  padding: 16px 24px;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (min-width: 961px) {
  h2 {
    font-size: 56px;
  }
  h3 {
    font-size: 30px;
  }
  .location-wrapper,
  .address-wrapper,
  .dress-code-wrapper {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-title {
    font-size: 4vw;
    text-align: left;
    line-height: 1.5;
  }
  .hero-date {
    font-size: 3vw;
    line-height: 1;
    text-align: left;
  }
  h2 {
    font-size: 64px;
  }
  h3 {
    font-size: 32px;
  }
  .location-wrapper,
  .address-wrapper,
  .dress-code-wrapper {
    font-size: 26px;
  }
  .agenda-items-wrapper .agenda-icon {
    height: 80px;
    width: 80px;
  }
}
