/*
Theme Name: Whirlwind
Author: Studio Ancla
Author URI: https://studioancla.com
Description: Start date: January 28, 2025
Version: 1.0
*/
/* Resets ----------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-family: "rig-sans", sans-serif;
  text-align: left;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.clear {
  clear: both;
}

figure {
  margin: 0;
}

p {
  margin: 20px 0;
}

/* Main Settings ---------------------- */
#header {
  padding: 20px 0;
}
#header .head {
  display: block;
  width: 90vw;
  margin: 0 auto;
}
#header .head img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center center !important;
}
#header .head nav li a {
  font-family: "rig-sans", sans-serif;
  font-size: 22px;
}

#container {
  width: 90vw;
  margin: 0 auto;
}
#container .full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%) !important;
}

#content {
  font-family: "interstate", sans-serif;
  font-size: 18px;
  line-height: 1.7em;
  color: #171717;
}

#footer {
  width: 90vw;
  margin: 0 auto;
}

/* Page Specific Settings ------------- */
/* Form settings ---------------------- */
input[type=text], input[type=email], input[type=password], input[type=tel], input[type=search], textarea {
  padding: 4px 8px;
  background-color: #F8F5E5;
  font-family: "interstate", sans-serif;
  font-size: 15px;
  line-height: 1em;
  color: #F8F5E5;
  outline: none;
  border-radius: 8px;
  box-shadow: none;
  position: relative;
  top: -1.5px;
}

textarea {
  height: 90px;
  resize: none;
}

input[type=submit] {
  padding: 4px 8px;
  font-family: "interstate", sans-serif;
  color: #F8F5E5;
  outline: none;
  border-radius: 8px;
  box-shadow: none;
}

/* Image Settings --------------------- */
/* Miscellaneous Settings ------------- */
div[id*=kt], div[id*=kadence] { /* Kadence always up in ya grill */
  z-index: 1 !important;
}

.wp-block-ancla-group-block {
  z-index: 0;
}

.post-edit-link {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 4px 10px;
  line-height: 1em;
  background: goldenrod;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 414px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  .wp-block-navigation__responsive-container, .is-menu-open {
    position: fixed;
    padding: 20px;
    left: 0;
    top: 0;
    right: 0;
    background: #F8F5E5;
    z-index: 10;
  }
} /* End of file */

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