/*====================
Modern Wedding - Classic Theme
Version: 1.0
======================*/
/**************************************************************

  STYLESHEET CONTENT
  |_ Default
    |_ variables
    |_ typography
	  |_ layout

  |_ Elements
    |_ preloader
    |_ buttons
    |_ images

  - custom styles

***************************************************************/
/*
Default Styles
*/
@font-face {
  font-family: "lemon_tuesdayregular";
  src: url("../fonts/lemon_tuesday-webfont.eot");
  src: url("../fonts/lemon_tuesday-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lemon_tuesday-webfont.woff2") format("woff2"), url("../fonts/lemon_tuesday-webfont.woff") format("woff"), url("../fonts/lemon_tuesday-webfont.ttf") format("truetype"), url("../fonts/lemon_tuesday-webfont.svg#lemon_tuesdayregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*****************
TYPOGRAPHY STYLE
*****************/
body {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  color: #242221;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem 0;
  font-weight: normal;
}

h1 {
  font-family: "Sacramento", Georgia, "Times New Roman", serif;
  font-size: 110px;
}

h2 {
  margin: 8rem 0;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.7em;
}

h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7em;
  line-height: 1.3;
}

p {
  font-size: 16px;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 667px) {
  h2 {
    font-size: 24px;
    margin: 4rem 0;
    word-break: break-word;
  }

  h3,
p {
    font-size: 14px;
  }
}
/*****************
MAIN LAYOUT STYLES
*****************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #f2f2f2 url(../images/marble-bg.jpg) no-repeat center;
  background-size: cover;
}

#wrapper {
  overflow: hidden;
  padding: 10rem 0;
}

#page-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: 80%;
}
#page-wrap:before, #page-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 22px;
}
#page-wrap:before {
  top: -22px;
  background-image: url(../images/paper-edge-top.png);
}
#page-wrap:after {
  bottom: -22px;
  background-image: url(../images/paper-edge-bottom.png);
}

#page {
  position: relative;
  background: #f7f5f3 url(../images/paper-texture.jpg) repeat;
  padding: 10rem 5rem;
  text-align: center;
}
#page:before, #page:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 100%;
}
#page:before {
  left: -22px;
  background-image: url(../images/paper-edge-left.png);
}
#page:after {
  right: -22px;
  background-image: url(../images/paper-edge-right.png);
}

@media only screen and (max-width: 1024px) {
  #page {
    padding: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper {
    padding: 10% 0 calc(10% - 80px) 0;
  }

  #page {
    padding: 80px 50px;
  }
}
/*
Elements
*/
/********************
PAGE PRELOADER STYLES
********************/
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: #fff url(../images/loader.gif) no-repeat center;
}

/************
BUTTON STYLES
************/
.btn,
.add-to-calendar-label {
  border-radius: 0;
  background-color: #242221;
  border-color: #242221;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.2em;
  padding: 1.25rem 2.5rem;
}

#calendar-button {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
}

.add-to-calendar-widget {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.add-to-calendar-dropdown {
  background-color: #242220;
  text-align: left;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  width: 100%;
  margin: auto;
  bottom: calc(100% + 5px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.add-to-calendar-dropdown a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  opacity: 1;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.add-to-calendar-dropdown a:hover {
  opacity: 0.7;
}

.add-to-calendar-checkbox + div.add-to-calendar-dropdown a:before {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-size: cover;
}

.icon-google:before {
  background: url(../images/icons8-google.svg) no-repeat center;
}

.icon-yahoo:before {
  background: url(../images/icons8-yahoo.svg) no-repeat center;
}

.icon-off365:before {
  background: url(../images/icons8-office-365.svg) no-repeat center;
}

.icon-ical:before {
  background: url(../images/ical-icon.svg) no-repeat center;
  background-size: 100% auto !important;
}

.icon-outlook:before {
  background: url(../images/icons8-microsoft-outlook-2019.svg) no-repeat center;
}

/************
IMAGES STYLES
************/
#page-header {
  margin-bottom: 5rem;
}

#images {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#images img {
  position: absolute;
}
#images img#leaf-1 {
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
}
#images img#leaf-2 {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
#images img#leaf-3 {
  top: 35%;
  left: 0;
  transform: translate(-50%, 0);
}
#images img#pens {
  top: 30%;
  right: 0;
  transform: translate(75%, 0);
}
#images img#ribbon {
  top: 70%;
  left: 0;
  transform: translate(-75%, 0);
}
#images img#seal {
  top: 90%;
  right: 0;
  transform: translate(25%, 0);
}

@media only screen and (max-width: 768px) {
  #page-header {
    margin-bottom: 2.5rem;
  }

  #images img:not(#seal) {
    display: none;
  }
  #images img#seal {
    transform: translate(25%, 0) scale(0.8);
  }
}
@media only screen and (max-width: 768px) {
  #page-header {
    width: 75px;
  }

  #images img#seal {
    transform: translate(50%, 0) scale(0.8);
  }
}
/*
Other
*/

/*# sourceMappingURL=styles.css.map */
