/*
Theme Name: WOW - Alta Tierra
Author: The WOW Gang
Author URI: https://thewowgang.com/
Description: Our default theme for 2025 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wow_altatierra
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

.hamburger {
  width: 30px;
  height: 25px;
  position: relative;
  margin: auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 10px;
}
.hamburger span:nth-child(4) {
  top: 20px;
}
.hamburger.open span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}
.hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.hamburger.dark span {
  background-color: var(--color-secondary);
}

.wpcf7 .wpcf7-form p {
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.wpcf7 .wpcf7-form p br {
  display: none;
}
.wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap textarea {
  height: 40px;
  width: 100%;
  padding: 10px;
  border: solid 0 transparent;
  display: block;
}
.wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap textarea {
  height: 140px;
}
.wpcf7 .wpcf7-form p .wpcf7-submit {
  background-color: var(--color-tertiary);
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px;
  letter-spacing: 1px;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin-top: 0;
}

.site-header {
  height: 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.site-header .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  transition: background-color 0.3s ease;
}
.site-header .header-left {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.site-header .header-left .header-logo {
  display: flex;
  justify-content: center;
}
.site-header .header-left .header-logo a {
  display: block;
}
.site-header .header-left .header-logo img {
  width: 100%;
  max-width: 230px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(116deg) brightness(109%) contrast(109%);
}
.site-header .header-right {
  flex: 0 0 100%;
  display: flex;
  flex-flow: column;
  gap: 5px;
}
@media (max-width: 1080px) {
  .site-header .header-right {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .site-header .header-right.open {
    max-height: 90dvh;
  }
}
.site-header .header-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.site-header .header-right .header-nav ul {
  flex-flow: column;
  align-items: stretch;
}
.site-header .header-right .header-nav ul li {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-size: 1em;
  margin-bottom: 0;
}
.site-header .header-right .header-nav ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}
.site-header .header-right .header-nav ul li.current_page_parent a {
  color: var(--color-accent);
}
.site-header .header-right .header-networks {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}
.site-header .header-right .header-networks li {
  margin-bottom: 0;
}
.site-header .header-right .header-networks li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.site-header.bg .inner, .site-header.scrolled .inner {
  background-color: var(--color-primary);
}
@media (min-width: 800px) {
  .site-header .inner {
    padding: 10px 30px;
  }
}
@media (min-width: 1080px) {
  .site-header .inner {
    align-items: stretch;
  }
  .site-header .header-left {
    flex: 0 0 450px;
  }
  .site-header .header-left .header-toggle-menu {
    display: none;
  }
  .site-header .header-right {
    flex-flow: row nowrap;
    flex: 1;
    padding: 10px;
    align-items: center;
    justify-content: flex-end;
  }
  .site-header .header-right .header-nav ul {
    flex-flow: row nowrap;
    gap: 10px;
  }
  .site-header .header-right .header-nav ul li {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .site-header .header-right .header-nav ul li a {
    padding: 5px;
  }
  .site-header .header-right .header-networks {
    flex: 0 0 max-content;
    justify-content: flex-end;
  }
  .site-header .header-right .header-networks li {
    margin-bottom: 0;
  }
}

.site-footer {
  padding-top: 30px;
  background-color: var(--color-primary);
  color: #ffffff;
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer .left {
  padding: 30px 10px;
}
.site-footer .left .logo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7488%) hue-rotate(114deg) brightness(102%) contrast(103%);
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 30px;
}
.site-footer .left .networks {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.site-footer .left .networks li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.site-footer .left .networks li .dashicons {
  font-size: 2em;
  width: auto;
  height: auto;
}
.site-footer .left .networks li a {
  display: block;
  font-weight: 500;
}
.site-footer .left .office a {
  text-decoration: underline;
}
.site-footer .right {
  padding: 30px 30px 0;
  background-color: #fff;
}
.site-footer .right .form-title {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 1.6em;
  margin-top: 0;
}
.site-footer .right .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap input,
.site-footer .right .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap textarea {
  background-color: var(--color-background);
}
.site-footer .bottom {
  padding: 20px 10px;
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.site-footer .bottom p {
  margin: 0;
}
.site-footer .bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.site-footer .bottom ul li {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .site-footer {
    padding: 50px 30px 0;
  }
  .site-footer .columns {
    display: flex;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .site-footer .left {
    padding: 0;
    flex: 0 0 50%;
  }
  .site-footer .left .networks li {
    gap: 20px;
  }
  .site-footer .right {
    flex: 1;
  }
  .site-footer .bottom {
    padding: 30px 0;
    max-width: 1100px;
    margin: 0 auto;
    flex-flow: row;
    justify-content: space-between;
  }
}
@media (min-width: 1080px) {
  .site-footer {
    padding-top: 80px;
  }
  .site-footer .columns {
    gap: 100px;
  }
}

body,
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2;
  font-weight: 300;
  color: var(--color-text);
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p,
li {
  font-size: 1.2em;
}

li {
  margin-bottom: 20px;
}

a {
  color: var(--color-tertiary);
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */