@charset "UTF-8";
/*  

Theme Name: Carnatia 
Author: Ján Trgina [europe.graphics]
Author URI: http://www.europe.graphics
Description: Botanical Carnation Illustration One Page Wedding Theme 
Version: 0.0.1 
Tags: Wedding, Invitation, Landing Page, full-width-template, theme-options,  one-column, Carnatia, Carnation
Text Domain: Carnatia
License:
License URI: 

*/
@font-face {
  font-family: 'nevisbold';
  src: url("fonts/nevis-webfont.woff2") format("woff2"), url("fonts/nevis-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.heading .headings h1, section#quote p,
section#about .bio h3,
section#program table tr td,
section#dinner p, section#newsletter label, section#newsletter form input[type="text"], section#newsletter form input[type="email"], section#bye .bye, section#about .bio p, body, .date .day, .date sup, section#invitation #invite #message #oznamko, h1, section#countdown #imgcountdown span, section#countdown #imgcountdown #after-countdown, .uvod, section#bye .signature {
  font-family: 'Playfair Display', serif;
}

p,
.heading .headings h2.slogan,
nav,
h2.section-heading, section#addresses .map-wrapper .address .address-info,
section#addresses .map-wrapper .address h3, section#dinner h3,
section#newsletter form input[type="submit"], .date, section#countdown #imgcountdown div, section#bye .bye {
  font-family: 'nevisbold';
}

.heading .headings h1, section#quote p,
section#about .bio h3,
section#program table tr td,
section#dinner p, section#newsletter label, section#newsletter form input[type="text"], section#newsletter form input[type="email"], section#bye .bye, section#countdown #imgcountdown div {
  font-weight: 400;
}

/* Simple reset just for Body element  */
.center {
  text-align: center;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section#invitation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section#invitation #invite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section #imgcountdown,
section#program table,
section#bye .bye .bye-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

p,
.heading .headings h2.slogan,
nav,
h2.section-heading {
  font-weight: normal;
}

.heading .headings h1,
.heading .headings h2.slogan {
  text-align: center;
}

section#quote p {
  text-align: center;
}

section#dinner h3,
section#dinner p {
  text-align: center;
}

section#dinner h3:empty,
section#dinner p:empty {
  display: none;
  height: 0;
}

fieldset.simplenewsleter-field {
  border: none;
}

section#addresses .map-wrapper .address .address-info,
section#addresses .map-wrapper .address h3 {
  text-transform: uppercase;
}

section#dinner h3,
section#newsletter form input[type="submit"] {
  text-transform: uppercase;
}

a {
  color: #b78d21;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

section {
  width: 100%;
  padding-bottom: 80px;
  overflow: auto;
}

section#newsletter form input[type="submit"], section#newsletter form input[type="text"], section#newsletter form input[type="email"], section#newsletter form input[type="text"]::-webkit-input-placeholder, section#newsletter form input[type="email"]::-webkit-input-placeholder {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

html {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body.admin-bar {
  margin-top: 46px !important;
}

/* Container Bases  */
.container {
  margin: 0 auto;
  width: 100%;
}

.content {
  max-width: 1090px;
  margin: 0px auto;
}

/* Grid Variable  */
[class*="col"] {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}

[class*="col"]:last-child {
  margin-right: 0;
}

/* General Grid  */
.col1 {
  width: 6.333%;
}

.col2 {
  width: 14.667%;
}

.col3 {
  width: 23%;
}

.col4 {
  width: 31.333%;
}

.col5 {
  width: 39.667%;
}

.col6 {
  width: 48%;
}

.col7 {
  width: 56.333%;
}

.col8 {
  width: 64.667%;
}

.col9 {
  width: 73%;
}

.col10 {
  width: 81.333%;
}

.col11 {
  width: 89.667%;
}

.col12 {
  margin-left: 0;
  width: 100%;
}

/* General small screen Mobile  */
@media handheld, only screen and (max-width: 768px) {
  body {
    font-size: 1.0em;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
  .content {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8,
  .col9,
  .col10,
  .col11,
  .col12 {
    width: 98%;
  }
}

/* Clear Helpers  */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

/* Media - Fluid Images - Video  */
figure {
  margin: 0;
}

object,
embed,
video {
  max-width: 100%;
  _width: 100%;
}

/* Fluid images */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Improve IE's resizing of images */
svg:not(:root) {
  overflow: hidden;
}

/* Correct IE9 overflow */
img {
  box-sizing: border-box;
  max-width: 100%;
  _width: 100%;
  height: auto;
  vertical-align: middle;
}

img[src*="maps.gstatic.com"], img[src*="googleapis.com"] {
  max-width: none;
}

/* Custom SCSS */
h1,
h2,
h3,
h4 {
  font-weight: normal;
}

body {
  color: #181816;
  background-image: url("img/bg_pattern.jpg");
  background-repeat: repeat;
}

.flower-bg {
  width: 280px;
  height: 271px;
  background-image: url("img/message-bg.png");
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: 130%;
  z-index: -1;
}

.content {
  max-width: 1089px;
}

#top-container {
  background-image: url("img/top_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.date {
  font-size: 21px;
  margin: 22px auto;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.date .day {
  font-size: 40px;
  font-weight: 900;
  font-size: 44px;
  letter-spacing: 3px;
  font-weight: 900;
  margin: 0 3px;
}

.date sup {
  color: #9e9e9e;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: -9px;
  left: 1px;
  font-size: 13px;
}

section#invitation {
  color: #181816;
}

section#invitation #invite {
  margin-top: 3%;
  background-image: url("img/message-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 853px;
  width: 100%;
}

section#invitation #invite #message {
  -webkit-box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.98);
  width: 627px;
  margin: 28px;
  margin-bottom: 0;
  text-align: center;
  line-height: 52px;
  letter-spacing: 3px;
  font-weight: 500;
  display: block;
  margin-top: 30px;
  align-content: center;
}

section#invitation #invite #message #oznamko {
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  margin-bottom: 48px;
  letter-spacing: 5px;
  line-height: 50px;
  margin-top: 90px;
}

section#invitation #invite #message #oznamko i,
section#invitation #invite #message #oznamko em {
  letter-spacing: .5px;
}

h1 {
  text-transform: uppercase;
  font-size: 26.5px;
  letter-spacing: 7px;
  font-weight: 400;
  position: relative;
  margin-top: 130px;
}

h1 .amp {
  font-size: 50px;
  margin: 24px auto;
}

h1:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: -45px;
  height: 2.4px;
  background-color: black;
  width: 18.8px;
  transform: translate(-50%, 0px);
}

section#countdown {
  position: relative;
  padding: 0;
}

section#countdown h2.section-heading {
  margin-top: 0;
  padding-top: 40px;
}

section#countdown h2.section-heading:before {
  transform: translate(-50%, -25px);
}

section#countdown h2.section-heading:after {
  content: '';
  position: absolute;
  display: inline-block;
  left: 50%;
  height: 2.4px;
  background-color: black;
  width: 18.8px;
  transform: translate(-50%, 73px);
}

section#countdown .list {
  position: absolute;
  right: -4%;
  top: 5%;
}

section#countdown #imgcountdown {
  position: relative;
  margin: 10px 25px 50px;
  justify-content: space-around;
}

section#countdown #imgcountdown div {
  align-self: auto;
  display: inline-grid;
  margin: 15px;
  width: auto;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

section#countdown #imgcountdown span {
  font-size: 39px;
  padding-bottom: 0px;
  width: 100%;
  display: block;
}

section#countdown #imgcountdown #after-countdown {
  text-transform: none;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
}

h2.section-heading {
  letter-spacing: 4px;
  padding: 72px 0 52px 0;
  position: relative;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  /*  margin-top: 40px; */
}

h2.section-heading:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 50%;
  height: 2.4px;
  background-color: black;
  width: 18.8px;
}

h2.section-heading:before {
  -webkit-transform: translate(-50%, 55px);
  -moz-transform: translate(-50%, 55px);
  -ms-transform: translate(-50%, 55px);
  -o-transform: translate(-50%, 55px);
  transform: translate(-50%, 55px);
}

h2.section-heading:after {
  -webkit-transform: translate(-50%, -41px);
  -moz-transform: translate(-50%, -41px);
  -ms-transform: translate(-50%, -41px);
  -o-transform: translate(-50%, -41px);
  transform: translate(-50%, -41px);
}

.uvod {
  font-size: 15px;
  font-style: italic;
  color: #7b7b7b;
  line-height: 1.9em;
  text-align: center;
  margin-bottom: 35px;
}

.uvod:empty {
  display: none;
}

.cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 30px auto;
}

.card {
  display: inline-block;
  background: white;
  margin: 0 auto;
  padding: 29px;
  max-width: 336px;
  -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.15);
  margin: 0 20px;
}

section#quote {
  background-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0px 0px 7px 0px rgba(5, 5, 6, 0.13);
  padding: 20px 0 10px 0;
  position: relative;
  z-index: 5;
}

section#quote p {
  line-height: 1.9em;
  font-size: 20px;
}

section#quote p span {
  font-size: 15px;
  font-style: italic;
  color: #919191;
}

section#about {
  position: relative;
}

section#about .avatar {
  margin: 0 auto;
  background-size: cover;
}

section#about .avatar .img {
  height: 222px;
  width: 277px;
  border-radius: 3%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

section#about .bio {
  margin: 0 auto;
  text-align: justify;
  max-width: 386px;
}

section#about .bio h3 {
  text-align: center;
  color: #4a362f;
  font-size: 25px;
  letter-spacing: 5px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
}

section#about .bio p {
  color: #5a5757;
  font-size: 14px;
  line-height: 26px;
}

section#memories {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  background-repeat: repeat;
}

section#addresses {
  /*.map-overlay { position: relative; z-index: 2; background-color: #fff; height: 179px;
}*/
  background-image: url("img/map-pattern_1.jpg");
  padding-bottom: 50px;
  position: relative;
  z-index: -3;
}

section#addresses .map-wrapper {
  margin: 4% auto;
  box-shadow: 6px 6px 0px 0px rgba(223, 217, 211, 0.6);
  border: 1px solid #919191;
  width: 95%;
}

section#addresses .map-wrapper:after {
  content: "";
  clear: both;
}

section#addresses .map-wrapper .address {
  background-color: #fff;
  width: auto;
  display: block;
}

section#addresses .map-wrapper .address .address-icon {
  float: left;
  margin: 28px;
  padding-right: 28px;
  border-right: 1px solid #919191;
}

section#addresses .map-wrapper .address .address-info {
  padding: 28px;
  line-height: 1.75em;
  font-size: 13px;
  letter-spacing: 1px;
}

section#addresses .map-wrapper .address .ceremony {
  float: left;
  width: 50%;
  /*border-right: 1px solid #858835;*/
}

section#addresses .map-wrapper .address .ceremony h3 {
  color: #181816;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #8d8d8d;
}

section#addresses .map-wrapper .address .party {
  float: left;
  width: 50%;
  border-left: 1px solid gray;
}

section#addresses .map-wrapper .address .party h3 {
  color: #181816;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #8d8d8d;
}

section#addresses .map-wrapper .address h3 {
  color: #858835;
  margin: 0 auto;
  padding: 18px 0;
  text-align: center;
  font-size: 15px;
  letter-spacing: 3px;
}

section#addresses .map-wrapper .map {
  position: relative;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

section#addresses .map-wrapper .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 50% !important;
  height: 100% !important;
}

section#program {
  overflow: auto;
  background-color: #fcfcfc;
  box-shadow: 0px 4px 4px 0px rgba(5, 5, 6, 0.08);
  z-index: 0;
  position: relative;
}

section#program table {
  border: none;
  margin: 0 auto;
  display: table;
}

section#program table#table_program td:empty,
section#program table#table_program td:-moz-only-whitespace {
  display: none;
}

section#program table tr {
  /* &:after {
                    border-bottom: 1px solid #919191;
                    content: "";
                    width: 100px;
                    height: 2em;
                }*/
}

section#program table tr:empty, section#program table tr:moz-only-whitespace {
  height: 0;
  display: none;
}

section#program table tr td {
  font-weight: 300;
  vertical-align: middle;
  height: 53px;
  color: #2d2d2d;
  min-width: 50%;
  white-space: nowrap;
}

section#program table tr td:first-child {
  width: 105px;
  font-size: 30px;
  letter-spacing: 2px;
  color: #696969;
  text-align: right;
  padding-right: 30px;
}

section#program table tr td:last-child {
  font-size: 18px;
}

section#program table tr td:empty {
  width: 0;
  height: 0;
  display: none;
}

#memories:before,
#memories:after {
  display: block;
  content: "";
  width: 100%;
  height: 56px;
  background-image: url("img/shadow.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -2;
  position: absolute;
  background-position: center;
  opacity: .7;
}

#memories:before {
  margin-top: -20px;
}

#memories:after {
  margin-top: 43px;
}

section#program table tr td:empty {
  display: none;
}

.img {
  position: relative;
  top: 0;
  right: 0;
}

.img img {
  position: absolute;
  top: 0;
}

img.img-bottom-right {
  right: 0;
}

img.img-bottom-left {
  left: 0;
}

hr {
  width: 12px;
  background-color: rgba(43, 46, 47, 0.62);
  border: none;
  color: none;
  height: 1px;
}

section#dinner h3 {
  letter-spacing: 3px;
  font-size: 14px;
  color: #2d2d2d;
  background-size: 104px 16px;
  background-repeat: no-repeat;
  background-position: center 45px;
  margin: 50px auto 23px auto;
}

section#dinner h3:first-of-type {
  margin-top: 50px;
}

section#dinner p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 35px;
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
  color: #696969;
}

section#newsletter {
  background-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0px 0px 7px 0px rgba(5, 5, 6, 0.13);
  padding: 40px 0;
}

section#newsletter .weddingnewsletter {
  display: flex;
  flex-wrap: wrap;
  float: none;
  justify-content: space-between;
  position: relative;
}

section#newsletter .weddingnewsletter_spinner {
  display: block;
  position: relative;
  top: -50%;
}

section#newsletter .weddingnewsletter_spinner img {
  top: -30px;
  right: 50%;
  position: absolute;
}

section#newsletter .weddingnewsletter-success {
  font-family: 'Playfair Display';
  font-size: 22px;
  display: block;
  margin-left: 0;
  position: absolute;
  text-align: center;
  background: white;
  width: 100%;
  height: 100%;
  line-height: 2Em;
}

section#newsletter label {
  line-height: 1.9em;
  font-size: 20px;
  width: 504.5px;
}

section#newsletter form {
  /*float: right;*/
  display: flex;
}

section#newsletter form input {
  -webkit-appearance: none;
}

section#newsletter form input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  outline: none;
  background-color: #DF5121;
  color: white;
  font-size: 11px;
  letter-spacing: 3px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  padding: 11px 31px;
  transition: all .25s ease;
}

section#newsletter form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #ce4e24;
}

section#newsletter form input[type="text"], section#newsletter form input[type="email"] {
  -webkit-appearance: none;
  border: 1px solid #181816;
  padding: 10px 30px;
  margin-right: 10px;
  text-align: center;
}

section#newsletter form input[type="text"]::-webkit-input-placeholder, section#newsletter form input[type="email"]::-webkit-input-placeholder {
  color: #919191;
}

section#newsletter form input[type="text"]:hover, section#newsletter form input[type="email"]:hover {
  box-shadow: 4px 4px 0px 0px rgba(223, 217, 211, 0.4);
}

section#newsletter form input[type="text"]:hover::-webkit-input-placeholder, section#newsletter form input[type="email"]:hover::-webkit-input-placeholder {
  color: #2b2b2b;
}

section#newsletter form input[type="text"]:focus, section#newsletter form input[type="email"]:focus {
  outline: none;
  box-shadow: 4px 4px 0px 0px rgba(223, 217, 211, 0.75);
}

section#bye {
  text-align: center;
  background-image: url("img/message-bg.png");
  background-repeat: no-repeat;
  background-position: center 60px;
  background-size: 520px;
  padding-top: 110px;
}

section#bye hr {
  margin: 24px auto;
  width: 10px;
}

section#bye .bye {
  text-align: center;
  color: #181816;
  font-size: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin: 30px auto;
  max-width: none;
  display: inline-block;
  padding: 65px 65px 50px 65px;
  background-color: rgba(255, 255, 255, 0.97);
}

section#bye .bye img {
  text-align: center;
}

section#bye .signature {
  text-align: center;
  color: #181816;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  text-transform: uppercase;
}

/* newsletter */
@media all and (max-width: 1200px) {
  section#newsletter {
    padding: 30px 0;
  }
  section#newsletter form {
    text-align: center;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  section#newsletter label {
    margin-bottom: 22px;
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
}

@media all and (max-width: 960px) {
  h1 {
    margin-top: 110px;
  }
  #message {
    max-width: 560px;
  }
  section#newsletter {
    padding: 24px 0;
  }
  section#newsletter label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  section#newsletter form {
    text-align: center;
    margin-top: 14px;
    float: none;
  }
}

@media all and (max-width: 768px) {
  .cards {
    display: block;
    text-align: center;
  }
  .cards .card:first-of-type {
    margin-bottom: 30px;
  }
  #memories::before,
  #memories::after {
    display: none;
  }
  section#program table {
    margin-bottom: 23px;
  }
  section#program table tr td {
    min-width: unset !important;
    height: 40px;
  }
  section#program table tr td:last-child {
    font-size: 17px;
  }
  section#program table tr td:first-child {
    width: 85px;
    font-size: 25px;
    letter-spacing: 1px;
  }
  section#program table tr td {
    min-width: none !important;
  }
  h2.section-heading {
    padding: 51px 0;
    padding: 65px 0;
    letter-spacing: 2px;
    font-size: 18px;
  }
  .heading {
    height: 230px;
  }
  .heading img {
    max-height: 160px;
  }
  .heading .headings h1 {
    font-size: 36px;
    margin-top: 0;
  }
  .heading .headings h2.slogan {
    font-size: 10px;
  }
  .heading .headings h2.slogan:after {
    margin-left: 5px;
    width: 8px;
    transform: translateY(-3px);
  }
  .heading .headings h2.slogan:before {
    transform: translateY(-3px);
    margin-right: 5px;
    width: 8px;
  }
  section#addresses .map-wrapper .map {
    display: none;
  }
  section#addresses .map-wrapper .address {
    display: flex;
  }
  section#addresses .map-wrapper .address h3 {
    font-size: 13px;
    letter-spacing: 1px;
  }
  section#addresses .map-wrapper .address .address-info {
    padding: 4px 10px 33px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
  }
  section#addresses .map-wrapper .address .ceremony h3 {
    border-top: 0;
  }
  section#addresses .map-wrapper .address .party h3 {
    border-top: 0;
  }
  section#addresses .map-wrapper .address .address-icon {
    float: none;
    margin: 28px;
    padding-right: 0;
    border-right: none;
    text-align: center;
  }
  section#newsletter label {
    margin-bottom: 0;
  }
  section#newsletter form input[type="text"], section#newsletter form input[type="email"] {
    padding: 9px 4px;
  }
  section#invitation #invite #message {
    width: 90%;
  }
  section#invitation #invite #message #oznamko {
    padding: 0 25px;
  }
  section#quote {
    padding: 10px 0 !important;
  }
  section#quote p {
    font-size: 17px;
    padding: 0 10px;
  }
  section#quote p span {
    display: block;
    margin-top: 11px;
  }
  h1 {
    margin-top: 100px;
    font-size: 21.5px;
    letter-spacing: 6px;
  }
  h1 .amp {
    font-size: 45px;
    margin: 19px auto;
  }
  section#countdown #imgcountdown {
    position: relative;
    margin: 10px 25px 0px;
  }
  section#countdown #imgcountdown #after-countdown {
    font-size: 21px;
  }
  section#bye {
    background-size: contain;
  }
}

@media all and (max-width: 480px) {
  h1 {
    margin-top: 60px;
    font-size: 19.5px;
    letter-spacing: 5px;
  }
  h1:after {
    bottom: -33px;
    width: 16.8px;
  }
  h1 .amp {
    font-size: 35px;
    margin: 4px auto;
  }
  .date {
    font-size: 16px;
    margin: 19px auto;
  }
  .date .day {
    font-size: 39px;
  }
  .date sup {
    font-size: 11px;
  }
  section#invitation #invite #message #oznamko {
    margin-top: 60px;
    font-size: 14px;
    margin-bottom: 28px;
  }
  section#countdown h2.section-heading {
    padding: 25px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  section#countdown #imgcountdown {
    margin: 0px auto 20px;
  }
  section#countdown #imgcountdown #after-countdown {
    text-transform: none;
    font-style: italic;
    font-size: 21px;
    letter-spacing: 0px;
    width: 100%;
    line-height: 1.618em;
  }
  section#countdown #imgcountdown div {
    align-self: auto;
    display: block;
    margin: 15px 2px;
    width: 100%;
    text-align: center;
    font-size: 9.5px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
  section#countdown #imgcountdown div span {
    font-size: 35px;
  }
  section#program table tr td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
  }
  section#program table tr td:first-child {
    margin: 10px auto;
  }
  section#newsletter label {
    font-size: 17px;
    margin-bottom: 26px;
  }
  section#newsletter form input[type="text"], section#newsletter form input[type="email"] {
    width: 80%;
    margin: 10px auto;
    display: block;
  }
  .heading {
    height: 150px;
  }
  .heading .headings h1 {
    font-size: 26px;
  }
  .heading img {
    max-height: 150px;
    display: none;
  }
  .heading h2.slogan {
    letter-spacing: 1px;
  }
  section#quote p {
    line-height: 1.618em;
    font-size: 17px;
    padding: 0 10px;
  }
  section {
    padding-bottom: 30px;
  }
  section#about .bio {
    max-width: 286px;
  }
  section#about .bio h3 {
    font-size: 28px;
    letter-spacing: 1px;
  }
  section#about .bio p {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  section#about section#invitation {
    border-bottom: none;
  }
  section#about section#invitation #invite {
    margin: 17px;
  }
  section#about section#invitation #invite #message {
    margin: 12px;
    padding: 12px 10px;
  }
  section#about section#invitation #invite #message p {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px;
  }
  section#about section#dinner h3 {
    letter-spacing: 2px;
    font-size: 15px;
    color: #2d2d2d;
    margin-top: 30px;
  }
  section#about section#dinner h3:empty {
    display: none;
  }
  section#about section#dinner p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 30px;
    max-width: 296px;
    margin-left: auto;
    margin-right: auto;
    color: #696969;
    margin-bottom: 20px;
  }
  section#bye {
    background-size: cover;
    padding: 70px 0 20px;
    background-position: 10px 10px;
  }
  section#bye .bye {
    padding: 40px 0;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */