/*
Theme Name: 1004-Wedding
Author: Daniel Lamb
Author URI: http://quicksheep.com
Description: A theme for our wedding site
Version: 1.0
*/

@font-face {
  font-family: 'Rusilla serif';
  src: url('fonts/rusillaserif-2ozpl-webfont.woff2') format('woff2'),
       url('fonts/rusillaserif-2ozpl-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
position: relative;
}

/* --------------------------------------------------- */
body {
  font-size: 62.5%;
  /* background-color: rgb(246, 247, 249); */
  background-color: transparent;
  color: #555;

  font-family: 'EB garamond';
  font-weight: 400;

  padding-top: 200px;
  padding-bottom: 150px;
}

body {
  background-image: url('img/border-top.jpg'); 
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  body {
    background-position: center -100px;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 100px;
    padding-bottom: 75px;
  
  } 

}
body:after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 1000px;

  background-image: url('img/border-bottom.jpg'); 
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;

}

/* --------------------------------------------------- */



img {
  max-width: 100%;
}

hr {
  border: none;
  padding: 0;
  margin: 0 7%;
  height: 5px;
  background-image: url('img/hr-5-tall.jpg');
  background-position: top left;
  background-repeat: repeat-x;
  display: block;
  /* background-color: rgb(229, 229, 244); */
}
/* --------------------------------------------------- */


.layer {
  padding: 75px 6%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .layer {
    padding: 50px 6%;
    text-align: center;
  }
}

.inner {
  text-align: center;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;

  box-sizing: border-box;
}




/* --------------------------------------------------- */
.layer-countdown h3 {
  font-family: 'smooch';

}

#doomclock {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;


}
#doomclock h3 {
  outline: 1px solid #a7a7a7;

  box-sizing: border-box;
  width: 80px;
  font-variant-numeric: lining-nums;

  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-size: 400%;

  height: 53px;
  line-height: 53px;
  /* or 151% */

  text-align: center;
}
#doomclock p {
  font-size: 200%;

}



/* --------------------------------------------------- */
.layer-menu {
  border: 1px solid #A7A7A7;
  border-left: none;
  border-right: none;
  padding: 10px 0;
}
#menu {
  box-sizing: border-box;
  /* 
  position: fixed; 
  top: 0;
  left: 0;
  z-index: 1000;
  height: 80px;
  */
  width: 100%;

  text-align: center;
  display: flex;
  gap: 20px;
  /* border-bottom: 1px solid rgb(229, 229, 244); */
  /* border-bottom: 1px solid #ecd9ae; */
  /* background-color: rgb(246, 247, 249); */
  /* background-color: rgba(255,255,255,0.9); */
  
  margin: 75px 0;
}
#menu nav {
  margin: 0 auto;
  display: block;
  text-aligN: center;
}
#menu ul {
  display: flex;
  height: 80px;
  gap: 0;
  align-items: center;
  align-content: center;
  justify-content: center;
} 
#menu li {
}
#menu ul li a {
  text-decoration: none;
  font-size: 300%;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-weight: 600;


}
#menu ul li a:hover {
  text-decoration: underline;

}
#menu ul li a:after { 
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #a7a7a7;
  margin: 0 30px;
  margin-bottom: 7px;

}
#menu ul li:last-child a:after { 
  display: none;
}

@media screen and (max-width: 1200px) {
  #menu ul li a {
    font-size: 280%;
  }

  #menu ul li a:after { 
    margin: 0 20px;
    margin-bottom: 4px;
  
  }
}

@media screen and (max-width: 800px) {
  #menu ul li a {
    font-size: 200%;
  }

  #menu ul li a:after { 
    margin: 0 15px;
    margin-bottom: 2px;
    width: 5px;
    height: 5px;
  
  }
}
@media screen and (max-width: 600px) {

  #menu ul li a:after { 
    margin: 0 10px;
    background: transparent;
  
  }
}
/* --------------------------------------------------- */

/* h1 {
  font-size: 510%;
  line-height: 0.8;
  margin-bottom: 20px;
}
.layer-countdown h2.special {
  margin-bottom: 30px;
  font-size: 310%;
  font-variant-numeric: lining-nums;
}
.ampersand {
  font-size: 80%;
}
h2 {
  font-size: 210%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-weight: 600;

}
h3 {
  font-size: 350%;
  font-weight: 500;


}
p {
  margin: 10px 0;
  font-size: 240%;
} */

body {
  font-size: 62.5%;
}
body * {
  color: #445F6D;
}
em {
  font-weight: 600;
}
h1 {
  text-align: center;
}
h1 .weddingof {
  font-family: 'Smooch';
  font-style: normal;
  font-weight: 400;
  font-size: 620%;
  line-height: 1;
  
  color: #A8B7A8;
  display: block;
}
h1 .h1 {
  font-family: 'Rusilla serif';
  font-style: normal;

  font-weight: 400;
  font-size: 1120%;
  line-height: 0.8;
  /* or 108px */

  display: block;
}
h2 {
  font-family: 'Rusilla serif';
  font-style: normal;
  font-weight: 400;
  font-size: 920%;
  line-height: 96%;
  /* or 88px */

  text-align: center;

  margin-bottom: 25px;
}
h3 {
  font-family: 'Rusilla serif';
  font-style: normal;
  font-weight: 400;
  font-size: 620%;
  line-height: 96%;
  /* or 88px */

  text-align: center;

  margin-bottom: 25px;
}
p {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-size: 350%;
  line-height: 1.4;
  /* or 151% */

  text-align: center;

}
small {
  font-size: 250%;
  line-height: 1.3;
  font-style: italic;
}
small span {
  font-style: normal;
}
.copyright {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 160%;
  opacity: 0.7;
  margin-bottom: 50px;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  .copyright {
    margin-bottom: -50px;
  }
}
dl {
  text-align: left;
}
dl div {
  border-top: 1px solid #A7A7A7;
}
dt, dd {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-size: 350%;
  line-height: 1.4;
  /* or 151% */

  text-align: left;
}
dt {
  cursor: pointer;
  padding: 10px 0;
}
dt:hover {
  opacity: 0.6;
}
dd {
  font-size: 260%;
  line-height: 1.3;
  padding: 5px 0 30px 0;
  box-sizing: border-box;
}

.layer img {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.button,
.wpcf7-submit {
  outlinE: none;
  display: inline-block;
  padding: 20px 50px;
  margin: 30px auto 0;
  width: auto;

  font-size: 160%;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;


  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  font-size: 350%;
  line-height: 1;
  font-variant-numeric: lining-nums;

  transition: all 0.1s ease-in;

  color: white;
  background: #957872;

  

}
body {
  accent-color: #957872;
}
.button:hover {
  /* background-color: #d4e5dd; */
  opacity: 0.6;
}

.layer-form {
  padding-top: 0;

}
.wpcf7-form,
.wpcf7-form .inner {
  text-align: left;
}

.wpcf7-form p {
  font-size: 100%;
  text-align: left;
  margin-top: 30px;
}
.wpcf7-form label {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 700;
  font-size: 300%;
  line-height: 1.4;
  display: block;
  padding-bottom: 10px;
}

.wpcf7-form .wpcf7-radio input {
  height:30px; 
  width:30px; 
  vertical-align: middle;
}
.wpcf7-list-item {
 
}
.wpcf7-list-item label {
display: flex;
align-items: center;
padding-right: 30px;
}
.wpcf7-list-item-label {
  padding-lefT: 7px;
}
.wpcf7-form .wpcf7-radio label {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-size: 350%;
  line-height: 1.1;

  /* Text Grey */

  color: #A7A7A7;

}
.wpcf7-form .note {
  display: block;
  font-family: 'EB Garamond';
font-style: normal;
font-weight: 400;
font-size: 290%;
line-height: 1.3;
/* or 132% */

letter-spacing: 0.03em;
}
.wpcf7-form br {
  display: none;
}

.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-text {
  margin-top: 30px;
  widtH: 100%;
  box-sizing: border-box;

  display: block;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-size: 290%;
  line-height: 1.3;
  padding: 10px 10px;
}
textarea {
 
}
.row {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
.row .number {
  width: 30px;
  display: block;
  font-family: 'EB Garamond';
font-style: normal;
font-weight: 400;
font-size: 290%;
line-height: 1.3;
}
.row input,
.row .wpcf7-form-control-wrap {
  widtH: 100%;
}
.wpcf7-form .row .wpcf7-text {
  margin-top: 0;
  border: none;
  border-bottom: 1px solid #a7a7a7;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 40%;
  } 
  h1 .h1 {
    font-size: 900%;
  }
}

.wpcf7-not-valid-tip, 
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output, 
.wpcf7 form.payment-sent .wpcf7-response-output,
.wpcf7 form.payment-failed .wpcf7-response-output,
.wpcf7 form.payment-aborted .wpcf7-response-output {
  font-size: 3em !important;
  font-style: italic;
}


a, dt {
  transition: all 0.035s ease-out;
}

a, button, .wpcf7-submit {
  outline: none;
}

.event-card {
  margin: 30px 0;
}