/*
Theme Name: Lilliana Maddox
Theme URI: https://www.lillianamaddox.com/
Author: Carina Gomez
Author URI: https://www.kstudiofx.com/
Description: Website for Lilliana Maddox, author of These Wicked Games
Version: 1.0
Tags: coming soon, author, book, thriller, dark romance, lilliana maddox
*/

* {
  box-sizing: border-box;
}

html, body {
  background: #101010 !important;
}

.comingsoon-bg {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #101010 url('images/background.jpg') no-repeat center center fixed;
  background-size: cover;
  background-color: #101010;
  z-index: 0;
  filter: blur(16px);
  animation: bg-unblur 2.5s cubic-bezier(0.4,0,0.2,1) forwards;
}

@keyframes bg-unblur {
  from { filter: blur(16px); }
  to { filter: blur(0); }
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'EB Garamond', serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background: none;
}

.comingsoon-main, .comingsoon-footer {
  position: relative;
  z-index: 1;
}

.comingsoon-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
}

.comingsoon-logo {
  display: block;
  margin: 0 auto 2rem auto;
  text-align: center;
}

.comingsoon-logo img {
  width: 100%;
  max-width: 250px !important;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in 1.2s ease forwards;
  animation-delay: 2s;
}

.comingsoon-book {
  width: 100%;
  max-width: 575px;
  margin: 0 auto 2.2rem auto;
  box-sizing: border-box;
  height: auto;
  opacity: 0;
  animation: fade-in 1.2s ease forwards;
  animation-delay: 3s;
}

.comingsoon-blocks h1,
.comingsoon-blocks h2,
.comingsoon-blocks h3,
.comingsoon-blocks p,
.comingsoon-blocks > div:last-of-type {
  color: rgba(161, 155, 147, 0.8);
  opacity: 0;
  animation: fade-in 1.2s ease forwards;
}

.comingsoon-blocks h1 {
  margin: 0 auto 2rem auto;
  text-align: center;
  animation-delay: 2s;
}
.comingsoon-blocks h1 img {
  width: 100%;
  max-width: 250px !important;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in 1.2s ease forwards;
  animation-delay: 2s;
}

.comingsoon-blocks h2 {
  width: 100%;
  max-width: 575px;
  margin: 0 auto 2.2rem auto;
  box-sizing: border-box;
  height: auto;
  text-align: center;
  animation-delay: 3s;
}
.comingsoon-blocks h2 img {
  width: 100%;
  max-width: 90vw;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in 1.2s ease forwards;
  animation-delay: 3s;
}

.comingsoon-blocks h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1.2rem;
  animation-delay: 4.2s;
}

.comingsoon-blocks p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1.2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  animation-delay: 5.4s;
}
.comingsoon-blocks p em {
  font-style: italic;
}
.comingsoon-blocks p:last-of-type {
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 2.2rem;
  animation-delay: 6.6s;
}
.comingsoon-blocks p:last-of-type strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.comingsoon-blocks > div:last-of-type {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  margin-bottom: 2.2rem;
  animation-delay: 6.6s;
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.comingsoon-title, .comingsoon-subtitle, .comingsoon-desc {
  display: none;
}

.comingsoon-footer {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  background: rgba(16,16,16,0.5);
  color: rgba(161, 155, 147, 0.6);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  opacity: 0;
  animation: fade-in 1.2s ease forwards;
  animation-delay: 8s;
}

.comingsoon-extra {
  opacity: 0;
  animation: fade-in 1.2s ease forwards;
  animation-delay: 7.8s;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}

@media (max-width: 600px) {
  .comingsoon-main,
  .comingsoon-blocks {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .comingsoon-logo img,
  .comingsoon-book img {
    max-width: 100%;
    height: auto;
  }
  .comingsoon-book {
    max-width: 90vw;
    width: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.comingsoon-logo img,
.comingsoon-book img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

h2.comingsoon-book img {
  max-width: 90vw;
}

.comingsoon-blocks {
  width: 100%;
  box-sizing: border-box;
} 
p.small {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal!important;
    letter-spacing: 0!important;
    text-align: left;
    margin-top: 0;
}
/* GF */
.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].gform-button--width-full {
    color: #d8d8d8;
	background: rgb(86 75 63 / 80%);
    border: 1px solid rgb(157 136 113 / 80%);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 129%;
    padding: 15px 24px;
}
.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].gform-button--width-full:hover {
	background: #101010;
	color: #d8d8d8;
}
.gform-theme--foundation .gfield input.large {
    border: 1px solid rgb(255 255 255 / 40%);
    background: transparent;
    color: rgb(255 255 255 / 50%);
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
	padding: 24px;
}
.gform-theme--foundation .gfield input:focus {
  outline: 0.1em solid darkgray;
}
.gform-theme--foundation .gform_fields {
    grid-row-gap: 15px!important;
}