@charset "UTF-8";
/*!
Theme Name: master-am
Theme URI: http://underscores.me/
Author: Andream
Author URI: http://www.andream.it
Description: Master theme for Humanativa
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: master-am
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

master-am is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.entry-meta {
  font-size: 12px; }

.p-normal {
  font-size: 16px; }

p {
  font-size: 1rem;
  font-weight: 400; }

footer p {
  font-size: 0.8rem; }

h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 48px !important;
  font-weight: 900; }

h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: 600; }

h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: 500; }

h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 300; }

h5 {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300; }

/*  */
/* NavBar */
.scroll {
  scroll-behavior: smooth; }

#navbarAlt {
  position: fixed;
  top: -150px;
  width: 100%;
  display: block;
  transition: top 0.3s; }

.zindex-over {
  z-index: 999999 !important; }

.cursor {
  cursor: pointer; }

a {
  text-decoration: none;
  color: #0277bd; }

footer a {
  text-decoration: none;
  color: #0277bd; }

.tags a {
  color: #7b7f80  !important; }

.tags a:hover {
  color: #0277bd !important; }

a:focus {
  outline: none; }

footer a:hover {
  color: #0277bd !important; }

a.text-sky {
  color: #0277bd !important; }

a.text-sky:hover {
  color: #333333 !important; }

.posted-on a {
  color: #666666 !important; }

.author a {
  color: #666666 !important; }

.nav-links a {
  color: #f5f5f5 !important; }

.nav-links a:hover {
  color: #0277bd !important; }

header li.menu-item {
  padding: 4px 0 0; }

.menu-cat li.menu-item {
  margin: 0 8px; }

.menu-box-single-page .widget_categories {
  padding: 16px;
  border-radius: 4px;
  background-color: #1d314d; }

.menu-box-single-page .widget_tags {
  padding: 16px;
  border-radius: 4px;
  background-color: #1d314d; }

.menu-box-single-page .widget_categories li.cat-item.cat-item-34 {
  display: none; }

/* Post navigation */
.navigation-post .post-navigation {
  width: 100%; }

/*
.archive .bg-multiple-img{
    background-image: url(../images/bg-third-section.png);
    background-position: 50% 90%;
    background-repeat: no-repeat;
    min-height: calc(100vh - 194px);
}
*/
/*
.single-post .bg-multiple-img{
    background-image: url(../images/bg-third-section.png);
    background-position: 50% 90%;
    background-repeat: no-repeat;
    min-height: calc(100vh - 194px);
}
*/
/*
.page .bg-multiple-img{
    background-image: url(../images/bg-third-section.png);
    background-position: 50% 90%;
    background-repeat: no-repeat;
    min-height: calc(100vh - 194px);
}
*/
/*
.error404 .bg-multiple-img{
    background-image: url(../images/bg-third-section.png);
    background-position: 50% 90%;
    background-repeat: no-repeat;
    min-height: calc(100vh - 194px);
}
*/
/*.bg-second-section{
    background-image: url(../images/bg_acquarello_bottom.jpg);
    background-position: center center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
}*/
/* card services */
.bg-card-services {
  background-color: #f2f2f2; }

.min-height-card-services {
  min-height: 200px; }

/*
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .min-height-card-services{
        min-height: 380px;
    }
}

@media screen and (max-width: 768px) {
    .min-height-card-services{
        min-height: 320px;
    }
  }*/
a:visited {
  color: #333333; }

.services p {
  font-size: 14px; }

@media screen and (max-width: 768px) {
  .services p {
    font-size: 16px; }

  .modal-body ul li {
    font-size: 16px; } }
.modal-body p {
  color: #0e0e0e; }

.modal-body ul li {
  font-size: 14px; }

/* NAVBAR */
/*
.navbar-nav li {
    margin: 0 15px 0;
}
*/
.home .shownav {
  background-color: rgba(26, 31, 53, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 999; }

.home .hidenav {
  position: fixed;
  top: -100px !important;
  width: 100%;
  display: block;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 999; }

.navbar-light .navbar-nav .nav-link {
  color: #2B4459; }

.offcanvas-body .navbar-light .navbar-nav .nav-link {
  color: #2B4459 !important; }

.navbar-light .navbar-nav .nav-link:hover {
  color: #BA857C; }

.navbar-dark .navbar-nav .nav-link {
  color: #666666; }

.navbar-dark .navbar-nav .nav-link:hover {
  color: #BA857C; }

.navbar-nav li a {
  font-family: 'Roboto Slab', serif;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
  margin-right: 8px;
  letter-spacing: 1.2px; }

.navbar-nav li a:hover {
  background: #0277bd;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0277bd, #039be5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0277bd, #039be5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  color: transparent; }

.navbar-toggler {
  padding: 8px !important; }

.nav-bar-align-right {
  display: flex !important;
  justify-content: space-between !important; }

@media screen and (max-width: 991px) {
  .navbar-nav li a {
    color: #333333;
    text-transform: none;
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 0px;
    letter-spacing: 1.2px; }

  .collapse-resp {
    background-color: rgba(26, 31, 53, 0.5); } }
.mt-120 {
  margin-top: 120px !important; }

/* Typography */
.smalltext {
  font-size: 60%; }

.font-size--18 {
  font-size: 18px; }

b, strong {
  font-weight: 500 !important; }

.font-size--6vw {
  font-size: 6vw; }

.font-size--3vw {
  font-size: 3vw; }

h2 {
  font-family: 'Roboto Slab', serif; }

h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 400; }

h5.pre {
  font-size: 18px;
  line-height: 150%;
  font-weight: 300; }

.title-menu {
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-weight: 500;
  background: #0277bd;
  background: -webkit-linear-gradient(to right, #0277bd 0%, #4fc3f7 68%);
  background: -moz-linear-gradient(to right, #0277bd 0%, #4fc3f7 68%);
  background: linear-gradient(to right, #0277bd 0%, #4fc3f7 68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.title-gradient {
  background: #0277bd;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0277bd 0%, #4fc3f7 68%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0277bd 0%, #4fc3f7 68%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.bg-general {
  background: #001521;
  background: -moz-linear-gradient(180deg, #001521 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, #001521 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #001521 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001521",endColorstr="#ffffff",GradientType=1); }

@media screen and (max-width: 991px) {
  .bg-general {
    background: rgba(0, 21, 33, 0.9) !important; } }
.bg-first-section {
  background: url(../images/bg-second-geometric.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.text-shadow {
  text-shadow: 1px 1px 2px #969696; }

/* Lateral Menu */
.widget-title {
  font-size: 28px;
  text-transform: none;
  font-weight: 500;
  color: #2B4459;
  font-weight: 400 !important;
  margin-bottom: 30px; }

.lateral-menu ul {
  list-style: none !important;
  margin-left: 0;
  padding-left: 0; }

.lateral-menu ul li a {
  color: #ffffff;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px; }

.lateral-menu ul li a:hover {
  background: #0277bd;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0277bd, #039be5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0277bd, #039be5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; }

/* COLORS */
.bg-darkblue {
  background-color: #020024; }

.text-graydark {
  color: #333333; }

.text-graylight {
  color: #666666; }

.text-sky {
  color: #0277bd; }

.text-darkblue {
  color: #2B4459; }

.text-darkgreen {
  color: #7D7F72; }

.bg-graydark {
  background-color: #181818; }

/* Height */
.min-h250 {
  min-height: 250px; }

.min-h480 {
  min-height: 480px; }

.min-h600 {
  min-height: 600px; }

.min-h800 {
  min-height: 800px; }

.m-width--480 {
  max-width: 480px; }

/* Loop Archive */
.hero-background-image {
  min-height: 200px; }

/* The Modal (background) */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99 !important;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-header {
  border-bottom: 0px !important;
  padding: 0 !important; }

.modal-footer {
  border-top: 0px !important;
  padding: 0 !important; }

.modal-body {
  padding: 0px !important;
  line-height: 150%; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%; }

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

/* Pagination */
.page-navi.meta {
  color: #0277bd;
  font-size: 20px;
  font-weight: normal;
  border: solid 1px #dddddd;
  padding: 6px 20px;
  padding-left: 0;
  border-radius: 3px; }

.page-numbers {
  border-right: solid 1px #dddddd;
  padding: 6px 20px !important;
  float: left;
  width: auto;
  height: 33px;
  /*background-color: #f5f5f5;*/ }

a.page-numbers {
  color: #ffffff !important; }

a.page-numbers:hover {
  color: #0277bd !important; }

.page-numbers.current {
  padding: 6px 20px;
  background-color: rgba(26, 31, 53, 0.5);
  color: white;
  font-weight: 600;
  float: left; }

.page-navi .prev {
  float: left;
  margin-right: 0;
  margin-top: -10px;
  border-right: solid 1px #eee;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: normal; }

.page-navi .next {
  float: right;
  margin-top: -10px;
  border-left: solid 1px #ddd;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0; }

/* Button */
.simple-btn {
  font-family: 'Roboto Slab', serif;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
  margin-right: 16px;
  letter-spacing: 1.2px;
  color: #2B4459 !important; }

.simple-btn:hover {
  color: #BA857C !important; }

.simple-btn-color {
  font-family: 'Roboto Slab', serif;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
  margin-right: 16px;
  letter-spacing: 1.2px;
  color: #807373 !important; }

.simple-btn-color:hover {
  color: #0277bd !important; }

@media screen and (max-width: 991px) {
  .simple-btn {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 0.9rem !important;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1.2px;
    line-height: 2.5; } }
.simple-btn:hover {
  background: #0277bd;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0277bd, #039be5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0277bd, #039be5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; }

@media screen and (max-width: 569px) {
  .simple-btn {
    padding-top: 3px; } }
/* Gravity Form */
.gform_wrapper {
  margin-bottom: 16px;
  margin-top: 0px !important;
  max-width: 100%; }

.gform_body input {
  padding: 5px 10px 5px !important; }

/*
SEARCH FORM
*/
form#searchform {
  display: block;
  width: 255px;
  height: 20px;
  position: absolute;
  top: 56px;
  left: 753px; }

.searchbutton {
  color: #0066ff;
  border: 0px solid;
  display: block;
  width: 45px;
  height: 20px;
  background: #d2e4ff;
  position: absolute;
  top: 0px;
  left: 202px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  font-size: 12px; }

.searchbutton:hover {
  background-color: #0066ff;
  color: #ffffff;
  font-size: 12px; }

.searchfield {
  background: url(/images/search-field-shadow.png) top left repeat-x #666666;
  color: #eeeeee;
  border: 0px solid;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 200px;
  height: 20px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  font-size: 12px; }

.archive footer {
  position: relative;
  bottom: 0;
  clear: both;
  top: 100%; }

/* Height */
.min-h-loop {
  min-height: 230px; }

@media screen and (max-width: 575px) {
  .min-h-loop {
    min-height: 280px; } }
@media screen and (max-width: 575px) {
  .min-h-loop {
    min-height: 260px; } }
@media screen and (max-width: 498px) {
  .max-w-resp {
    max-width: 150px; } }
/* Icon shadow */
.box-rounded {
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  width: auto;
  height: auto;
  margin: 0 auto;
  border: 1px solid transparent;
  background: transparent; }

.box-rounded:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  border-radius: 4px; }

.btn:focus {
  outline: none !important; }

*:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important; }

/* remove navbar button stying */
.navbar-toggler {
  background: none;
  border: none;
  /* remove the blue outline when active or focused */
  /* basic styles for each icon bar */
  /* styles for when .navbar is closed */ }
  .navbar-toggler:active, .navbar-toggler:focus {
    outline: 0; }
  .navbar-toggler .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    margin: 8px 0 0px 0;
    transition: all 0.2s;
    /* custom .navbar-dark .icon-bar background */
    /* .navbar open top .icon-bar rotated down 45┬░ */
    /* .navbar open middle .icon-bar invisible */
    /* .navbar open bottom .icon-bar rotated up 45┬░ */ }
    .navbar-light .navbar-toggler .icon-bar {
      background-color: #007D77; }
    .navbar-toggler .icon-bar:nth-of-type(1) {
      transform: rotate(45deg);
      transform-origin: -12% 73%; }
    .navbar-toggler .icon-bar:nth-of-type(2) {
      opacity: 0;
      filter: alpha(opacity=0); }
    .navbar-toggler .icon-bar:nth-of-type(3) {
      transform: rotate(-45deg);
      transform-origin: 10% 90%; }
  .navbar-toggler.collapsed .icon-bar {
    /* .navbar closed top .icon-bar no rotation - straight */
    /* .navbar open middle .icon-bar visible */
    /* .navbar open bottom .icon-bar no rotation - straight */ }
    .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
      transform: rotate(0); }
    .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
      opacity: 1;
      filter: alpha(opacity=100); }
    .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
      transform: rotate(0); }

/* Sizing */
.w-250 {
  width: 250px; }

.size-48 {
  height: 48px;
  width: 48px; }

.size-200 {
  height: 200px;
  width: 200px; }

/* HOWER */
.shadow-lg-hover:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* ANIMATION */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Gravity Form */
input[type=date], input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea {
  background-color: #ffffff !important;
  border-radius: 0.5rem;
  border: 1px solid #333a542b;
  font-family: inherit;
  font-weight: 500;
  padding: 0.825rem 1.25rem !important; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border-radius: 16px !important;
  line-height: 1.2 !important;
  padding: 12px 24px 12px !important; }

.vl {
  border-left: 6px solid green;
  height: 500px; }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%; }

/* 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;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

/* 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; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #0e0e0e;
  font-family: "Roboto Slab", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background-color: #F8EEE2 !important;
  background: url(../images/bg_acquarello_top.png), url(../images/bg_acquarello_middle.png), url(../images/bg_acquarello_bottom.png);
  background-size: contain, contain, contain;
  -moz-background-size: contain, contain, contain;
  -webkit-background-size: contain, contain, contain;
  background-position: top center, center center, bottom center;
  background-repeat: no-repeat, no-repeat; }

.fixed-attachment {
  /*background: url(../images/sky-background-no-moon.jpg);*/
  /*	background-size: contain;
  	-moz-background-size: contain;
  	-webkit-background-size: contain;
  	background-position: top center;
  	background-repeat: no-repeat;
  	background-attachment: fixed;*/ }

@media screen and (max-width: 959px) {
  body {
    background-color: #F8EEE2 !important;
    background: url(../images/bg_acquarello_top.png), url(../images/bg-middle_mobile_v5.png), url(../images/bg_acquarello_bottom.png);
    background-size: contain, contain, contain;
    -moz-background-size: contain, contain, contain;
    -webkit-background-size: contain, contain, contain;
    background-position: top center, center center, bottom center;
    background-repeat: no-repeat, no-repeat; } }
@media screen and (max-width: 680px) {
  body {
    background-color: #F8EEE2 !important;
    background: url(../images/bg_acquarello_top.png), url(../images/bg-middle_mobile_v4.png), url(../images/bg_acquarello_bottom.png);
    background-size: contain, contain, contain;
    -moz-background-size: contain, contain, contain;
    -webkit-background-size: contain, contain, contain;
    background-position: top center, top 15% center, bottom center;
    background-repeat: no-repeat, no-repeat; } }
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/*
ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}
*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #21759b; }
  a:visited {
    color: #03a9f4; }
  a:hover, a:focus, a:active {
    color: #03a9f4; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*# sourceMappingURL=style.css.map */
