/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@font-face {
  font-family: "Solanel";
  src: url("/wp-content/themes/natmwaterman/dist/fonts/Solanel/Solanel-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/natmwaterman/dist/fonts/Solanel/Solanel-Light.woff") format("woff"), url("/wp-content/themes/natmwaterman/dist/fonts/Solanel/Solanel-Light.ttf") format("truetype"), url("/wp-content/themes/natmwaterman/dist/fonts/Solanel/Solanel-Light.svg#Solanel") format("svg");
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: "Solanel";
  src: url("/wp-content/themes/natmwaterman/dist/fonts/Solanel/Solanel-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/natmwaterman/dist/fonts/Solanel/Solanel-Regular.woff") format("woff"), url("/wp-content/themes/natmwaterman/dist/fonts/Solanel/Solanel-Regular.ttf") format("truetype"), url("/wp-content/themes/natmwaterman/dist/fonts/Solanel/Solanel-Regular.svg#Solanel") format("svg");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Solanel";
  src: url("/wp-content/themes/natmwaterman/dist/fonts/Solanel/Solanel-Italic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/natmwaterman/dist/fonts/Solanel/Solanel-Italic.woff") format("woff"), url("/wp-content/themes/natmwaterman/dist/fonts/Solanel/Solanel-Italic.ttf") format("truetype"), url("/wp-content/themes/natmwaterman/dist/fonts/Solanel/Solanel-Italic.svg#Solanel") format("svg");
  font-style: italic;
  font-weight: 400; }

/*! 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; }

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

/* html element 62.5% font-size for REM use */
body {
  font-family: "Solanel";
  color: #000;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: none; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: #000;
  text-decoration: none; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  margin: 0 auto;
  position: relative; }

/*------------------------------------*\
    MISC
\*------------------------------------*/
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

@media (min-width: 768px) {
  .mobile {
    display: none; } }

@media (max-width: 767px) {
  .desktop {
    display: none; } }

.inviewport {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.visible {
  opacity: 1; }

.newsletter {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 999;
  width: 50%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform .7s ease; }
  @media (max-width: 767px) {
    .newsletter {
      top: 0;
      left: 0;
      width: 100%;
      transform: translate3d(0, -101%, 0); } }
  .show-newsletter .newsletter {
    transform: translate3d(-100%, 0, 0); }
    @media (max-width: 767px) {
      .show-newsletter .newsletter {
        transform: translate3d(0, 0, 0); } }
  .newsletter__container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 46px; }
  .newsletter .close {
    position: absolute;
    top: 15px;
    right: 44px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .newsletter .close {
        top: 18px;
        right: 20px; } }
    .newsletter .close svg {
      width: 13px;
      height: 13px; }
      @media (max-width: 767px) {
        .newsletter .close svg {
          width: 10px;
          height: 10px; } }
  .newsletter #mc_embed_signup {
    width: 100%;
    max-width: 349px; }
  .newsletter .form {
    width: 100%; }
  .newsletter label {
    display: block;
    width: 100%;
    margin-bottom: 12px; }
  .newsletter input {
    all: unset;
    display: block;
    width: 100%;
    padding-bottom: 2px;
    margin-bottom: 34px;
    border-bottom: 1px solid #000;
    font-weight: 200; }
  .newsletter .button {
    margin: 0;
    border: 0;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer !important; }
  .newsletter .mce_inline_error {
    border-bottom: 1px solid #000 !important; }
  .newsletter .mce_inline_error:not(.email) {
    display: none !important; }

#info {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.33em; }
  @media (max-width: 767px) {
    #info {
      font-size: 13px; } }
  #info .main__container {
    background: transparent; }
  #info .left {
    position: relative; }
    @media (min-width: 768px) {
      #info .left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 50%;
        min-height: 100vh;
        padding: 36px 46px 13px 0;
        margin-top: -52px; } }
    @media (max-width: 767px) {
      #info .left {
        padding-top: 10px;
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      #info .left .copyright {
        display: none; } }
  #info .div {
    height: 0; }
  @media (min-width: 768px) {
    #info .content {
      padding: 52px 0;
      max-width: 416px; } }
  #info .content p {
    margin-top: 0;
    margin-bottom: 1em; }
  #info .content .email span,
  #info .content .phone span {
    margin-right: 13px; }
  #info .content .email {
    margin-bottom: 0 !important; }
  #info .content .phone {
    margin-top: 0;
    margin-bottom: 1em; }
  #info .content .redes {
    display: flex; }
    #info .content .redes span {
      margin-right: 16px; }
    #info .content .redes a {
      position: relative;
      color: inherit; }
      #info .content .redes a::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 1px; }
  #info .content ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
  #info .content li::after {
    content: " / ";
    white-space: pre; }
  #info .content li:last-child::after {
    content: ""; }
  @media (min-width: 768px) {
    #info .right {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%; } }
  @media (max-width: 767px) {
    #info .right {
      margin: 0 -25px; } }
  #info .right .image {
    width: 100%; }
    @media (min-width: 768px) {
      #info .right .image {
        height: 100%; } }
    #info .right .image img {
      -o-object-fit: cover;
         object-fit: cover;
      position: center;
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        #info .right .image img {
          height: 100vh; } }
  #info .right .copyright {
    padding: 20px 25px; }
    @media (min-width: 768px) {
      #info .right .copyright {
        display: none; } }

