/* aaaaaaaaaaaaaaaaaaa ----------------------------------------------------------------------------------------------------------*/
/*
  Theme Name:   Hello Elementor Child Theme
  Theme URI:    https://barrycosta.com
  Author:       Barry Costa
  Author URI:   https://barrycosta.com
  Description:  Adjusted theme based on Hello Elementor
  Template:     hello-elementor
  Version:      0.0.3
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
:root {
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.eicon-chevron-right:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
}

.eicon-chevron-left:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
}

a.skip-main {
  left: -9999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999;
}

a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

body.logged-in .entry-footer {
  display: none;
}

body,
html,
#page {
  overflow: auto;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #475258;
  background-color: white;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

@media (min-width: 980px) {
  body {
    font-size: 1.04em;
  }
}

@media (min-width: 1600px) {
  body {
    font-size: 1.1em;
  }
}

@media (min-width: 1900px) {
  body {
    font-size: 1.12em;
  }
}

img {
  height: auto;
  border: 0;
  display: block;
}

a {
  color: #2A5BB9;
  text-decoration: underline;
}

a:visited {
  color: #2A5BB9;
}

a:hover,
a:active {
  color: #2A5BB9;
}

a:focus {
  outline: 0;
}

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

b, strong {
  font-weight: bold;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p, img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 0;
  margin: 0;
}

.elementor-widget-text-editor p,
.elementor-widget-container p,
.elementor-text-editor p,
.elementor-toggle .elementor-tab-content p,
main p {
  line-height: 1.35em;
  margin-bottom: 1.2em;
}

.elementor-toggle .elementor-tab-content ul li a,
.elementor-toggle .elementor-tab-content ol li a,
.elementor-toggle .elementor-tab-content p a,
.elementor-widget-text-editor ul li a,
.elementor-widget-container ul li a,
.elementor-text-editor ul li a,
.elementor-widget-text-editor ol li a,
.elementor-widget-container ol li a,
.elementor-text-editor ol li a,
.elementor-widget-text-editora ul li,
.elementor-widget-text-editor ol li a,
.elementor-widget-text-editor p a,
p a {
  text-decoration: underline;
}

table thead th {
  background-color: #141414;
  color: white;
}

.elementor-widget-text-editor p a,
.elementor-widget-container p a,
.elementor-text-editor p a,
.elementor-toggle .elementor-tab-content p a,
p a {
  text-decoration: underline !important;
}

.elementor-widget-text-editor p a.elementor-button,
.elementor-widget-container p a.elementor-button,
.elementor-text-editor p a.elementor-button,
.elementor-toggle .elementor-tab-content p a.elementor-button,
.btn-default,
.button,
.elementor-button,
p .button,
p .elementor-button {
  text-decoration: none !important;
}

.elementor-widget-text-editor ol,
.elementor-widget-text-editor ul,
.elementor-widget-container ol,
.elementor-widget-container ul,
.elementor-text-editor ol,
.elementor-text-editor ul,
.page-content ol,
.page-content ul,
main ul,
main ol {
  margin-top: 0;
  margin-bottom: 30px;
}

.grecaptcha-badge {
  display: none !important;
}

address {
  font-style: normal;
}

hr {
  background: #DEC081 !important;
  margin: 30px 0 !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.text-center {
  text-align: center !important;
}

/* PAGE ELEMENTS STYLES ----------------------------------------------------------------------------------------------------------*/
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px;
}

@media (max-width: 980px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90%;
  }
}

@media (max-width: 1199px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 80%;
  }
}

#page {
  overflow: auto;
  float: left;
  width: 100%;
  z-index: 0;
  background-color: transparent;
}

.default-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

@media (min-width: 1400px) {
  .default-wrapper {
    max-width: 1200px;
  }
}

.intro-wrapper {
  margin: 0 auto;
  padding: 30px 0;
  width: 90%;
}

@media (min-width: 768px) {
  .intro-wrapper {
    width: 80%;
    max-width: 900px;
    padding: 30px 0;
  }
}

.wide-wrapper {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 90%;
}

@media (min-width: 768px) {
  .wide-wrapper {
    width: 95%;
  }
}

.full-width-wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
}

/* STICKY NAV ----------------------------------------------------------------------------------------------------------*/
.shy-header-maybe-sticky {
  position: fixed !important;
  top: -100px;
  width: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
}

.shy-header-show {
  top: 0;
  opacity: 1;
}

/* NAV AND HEADER STYLES ----------------------------------------------------------------------------------------------------------*/
#header-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  width: 100%;
  z-index: 9;
}

@media (min-width: 1200px) {
  #header-header {
    padding: 10px 0;
  }
}

#header-header .default-wrapper {
  width: 96%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: visible;
  padding: 0;
}

@media (min-width: 980px) {
  #header-header .default-wrapper {
    width: 94%;
  }
}

@media (min-width: 1200px) {
  #header-header .default-wrapper {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 10px;
  }
}

#branding-space {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
}

@media (min-width: 1200px) {
  #branding-space {
    width: auto;
  }
}

#branding-home-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #141414;
  padding: 0;
}

#logo-graphic {
  width: auto;
  height: 50px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 980px) {
  #logo-graphic {
    width: auto;
    height: 60px;
  }
}

@media (min-width: 1200px) {
  #logo-graphic {
    height: 65px;
    margin: 0;
  }
}

@media (min-width: 1600px) {
  #logo-graphic {
    height: 75px;
  }
}

.site-title {
  font-size: 24px;
  font-weight: bold;
  font-weight: 700;
  margin: 0 0 7px 0;
  color: black;
}

@media (min-width: 980px) {
  .site-title {
    font-size: 28px;
  }
}

.site-description {
  font-size: 12px;
  font-weight: normal;
  font-weight: 300;
  color: gray;
}

@media (min-width: 980px) {
  .site-description {
    font-size: 14px;
  }
}

.site-title,
.site-description {
  display: none;
}

/* -----------------------------------  MENU AND SEARCH BUTTONS  ----------------------------------- */
.btn-reset {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline-style: none !important;
  cursor: pointer;
}

#btn-menu-primary-nav,
#btn-search-primary-nav {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 1;
  margin: 0;
  color: #2A5BB9;
  background-color: white !important;
}

#btn-menu-primary-nav span,
#btn-search-primary-nav span {
  display: none;
  position: fixed;
  top: -9999px;
  left: -999px;
}

@media (min-width: 1200px) {
  #btn-menu-primary-nav span,
  #btn-search-primary-nav span {
    display: none;
  }
}

@media (min-width: 1200px) {
  #btn-menu-primary-nav {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  #btn-search-primary-nav {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

#btn-close-primary-nav {
  background-color: #e6e6e6 !important;
  color: magenta;
  font-size: 13px;
  margin: -10px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 30px 0 65px;
  height: 50px;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
}

@media (min-width: 980px) {
  #btn-close-primary-nav {
    display: none;
  }
}

#btn-close-primary-nav i {
  color: magenta;
  font-size: 21px;
  position: absolute;
  top: 16px;
  left: 80px;
}

#btn-close-primary-nav:hover {
  background-color: magenta !important;
  color: white;
}

#btn-close-primary-nav:hover i {
  color: white;
}

#btn-menu-primary-nav:before,
#btn-search-primary-nav:before {
  content: '';
  display: inline-block;
  margin: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 20px;
}

#btn-menu-primary-nav:before {
  content: "\f0c9";
}

#btn-menu-primary-nav.pm-nav-close {
  color: #EC1F26;
}

#btn-menu-primary-nav.pm-nav-close:before {
  content: "\f00d";
}

#btn-search-primary-nav:before {
  content: "\f002";
}

@media (min-width: 980px) {
  #btn-search-primary-nav:before {
    margin: 0;
  }
}

#primary-nav-wrapper {
  display: none;
  width: 100%;
  padding: 20px 10%;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  z-index: 1;
}

@media (min-width: 600px) {
  #primary-nav-wrapper {
    padding: 30px 15%;
  }
}

@media (min-width: 760px) {
  #primary-nav-wrapper {
    padding: 30px 25%;
  }
}

@media (min-width: 1200px) {
  #primary-nav-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

/* -----------------------------------  FUNCTIONALITY AND STRUCTURE  ----------------------------------- */
#primary-nav {
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  background-color: white;
  z-index: 999;
}

@media (min-width: 1200px) {
  #primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}

.menu-collapser,
.collapse-button {
  display: none !important;
  visibility: hidden !important;
}

/* -----------------------------------  SLIM MENU STYLES  ----------------------------------- */
ul.slimmenu:focus,
ul.slimmenu li:focus,
ul.slimmenu li a:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

ul.slimmenu,
ul.slimmenu li,
ul.slimmenu li a {
  font-size: 1.05rem !important;
  -webkit-tap-highlight-color: transparent !important;
}

@media (min-width: 1200px) {
  ul.slimmenu,
  ul.slimmenu li,
  ul.slimmenu li a {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 1600px) {
  ul.slimmenu,
  ul.slimmenu li,
  ul.slimmenu li a {
    font-size: 1.15rem !important;
  }
}

ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  list-style-type: none;
}

ul.slimmenu:before, ul.slimmenu:after {
  content: '';
  display: table;
}

ul.slimmenu:after {
  clear: both;
}

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.slimmenu.collapsed li > ul {
  position: static;
  display: block;
}

ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.slimmenu.collapsed li .sub-toggle {
  height: 50px;
}

ul.slimmenu li {
  position: relative;
  float: left;
  display: inline-block;
}

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}

ul.slimmenu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  padding-left: 0;
}

ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
  padding-left: 0;
}

ul.slimmenu li a {
  text-decoration: none;
  display: block;
  padding: 15px 28px;
  color: #2A5BB9;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

ul.slimmenu li a:hover {
  text-decoration: none;
}

ul.slimmenu li .sub-toggle {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 999;
  width: 50px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

ul.slimmenu li .sub-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

ul.slimmenu li .sub-toggle > i {
  display: inline-block;
  color: #2A5BB9;
  font-size: 18px;
  vertical-align: middle;
  background-color: transparent !important;
}

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
  border-left: 0;
}

ul.slimmenu.collapsed li ul li a {
  padding-left: 40px !important;
}

ul.slimmenu.collapsed li ul li ul li a {
  padding-left: 50px !important;
}

ul.slimmenu.collapsed li ul li ul li ul li a {
  padding-left: 60px !important;
}

@media (min-width: 1200px) {
  ul.slimmenu {
    width: auto;
  }
  ul.slimmenu li a {
    padding: 15px 30px;
    line-height: 1;
  }
  ul.slimmenu li > ul,
  ul.slimmenu li > ul li {
    width: 200px;
    padding-left: 0;
  }
  ul li.has-submenu span {
    display: none;
  }
  ul.slimmenu > li.has-submenu > a:after,
  ul.slimmenu > li.has-submenu > ul > li.has-submenu > a:after,
  ul.slimmenu > li.has-submenu > ul > li.has-submenu > ul > li.has-submenu > a:after {
    content: '';
    display: inline-block;
    margin: 0 0 0 15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
  }
  ul.slimmenu > li.has-submenu > ul > li.has-submenu > a:after,
  ul.slimmenu > li.has-submenu > ul > li.has-submenu > ul > li.has-submenu > a:after {
    float: right;
    content: "\f105";
  }
}

@media (min-width: 1600px) {
  ul.slimmenu li a {
    padding: 16px 25px;
    line-height: normal;
  }
}

/* @media (min-width: 1600px){*/
/* ul.slimmenu li a {*/
/* }*/
/* }*/
/* If last menu item does not fit inside screen*/
/* ul.slimmenu > li:last-child.has-submenu > ul {*/
/* right: 0;*/
/* left: auto;*/
/* }*/
/* -----------------------------------  1ST LEVEL CUSTOMIZATIONS  ----------------------------------- */
ul.slimmenu > li > a {
  font-weight: bold;
  font-weight: 500;
  /* color: white;*/
}

@media (min-width: 1200px) {
  ul.slimmenu > li > a {
    /* color: $blue;*/
  }
}

ul.slimmenu li.has-submenu i {
  /* color: white;*/
}

ul.slimmenu li.has-submenu:hover i {
  /* color: white;*/
}

ul.slimmenu li.has-submenu .sub-toggle:hover i,
ul.slimmenu li.has-submenu .sub-toggle.expanded i,
ul.slimmenu li.has-submenu ul li.has-submenu .sub-toggle:hover i,
ul.slimmenu li.has-submenu ul li.has-submenu .sub-toggle.expanded i,
ul.slimmenu li.has-submenu ul li.has-submenu ul li.has-submenu .sub-toggle:hover i,
ul.slimmenu li.has-submenu ul li.has-submenu ul li.has-submenu .sub-toggle.expanded i {
  /* color: blue;*/
}

/* -----------------------------------  2ND LEVEL CUSTOMIZATIONS  ----------------------------------- */
ul.slimmenu > li > ul > li > a {
  font-weight: normal;
  font-weight: 400;
}

@media (min-width: 1200px) {
  ul.slimmenu > li > ul > li > a {
    font-size: .95rem !important;
  }
}

@media (min-width: 1600px) {
  ul.slimmenu > li > ul > li > a {
    font-size: 1rem !important;
  }
}

/* -----------------------------------  3RD LEVEL CUSTOMIZATIONS  ----------------------------------- */
@media (min-width: 1200px) {
  ul.slimmenu > li > ul > li > ul > li > a {
    font-size: .95rem !important;
  }
}

@media (min-width: 1600px) {
  ul.slimmenu > li > ul > li > ul > li > a {
    font-size: 1rem !important;
  }
}

/* -----------------------------------  4th LEVEL CUSTOMIZATIONS  ----------------------------------- */
@media (min-width: 1200px) {
  ul.slimmenu > li > ul > li > ul > li > ul > li > a {
    font-size: .95rem !important;
  }
}

@media (min-width: 1600px) {
  ul.slimmenu > li > ul > li > ul > li > ul > li > a {
    font-size: 1rem !important;
  }
}

/* -----------------------------------  DROP DOWN MENU COLOR MODIFICATIONS  ----------------------------------- */
ul.slimmenu {
  /* background-color: $blue;*/
}

@media (min-width: 1200px) {
  ul.slimmenu {
    /* background-color: white;*/
  }
}

@media (min-width: 1200px) {
  ul.slimmenu ul,
  ul.slimmenu ul ul,
  ul.slimmenu ul ul ul {
    background-color: #2A5BB9;
  }
}

@media (min-width: 1200px) {
  ul.slimmenu ul a,
  ul.slimmenu ul ul a,
  ul.slimmenu ul ul ul a {
    background-color: #2A5BB9;
    color: white;
  }
}

/* 1st level */
ul.slimmenu li:hover > a,
ul.slimmenu li:focus > a,
ul.slimmenu li.sub-menu > a,
ul.slimmenu li ul li:hover > a,
ul.slimmenu li ul li:focus > a,
ul.slimmenu li ul li.sub-menu > a,
ul.slimmenu ul ul li:hover > a,
ul.slimmenu ul ul li:focus > a,
ul.slimmenu ul ul li.sub-menu > a,
ul.slimmenu ul ul ul li:hover > a,
ul.slimmenu ul ul ul li:focus > a,
ul.slimmenu ul ul ul li.sub-menu > a {
  background-color: #A8812F;
  color: white;
}

/* -----------------------------------  SOCIAL AREA  ----------------------------------- */
#primary-nav-social-wrapper {
  margin: 0;
  padding: 35px 5px 20px 5px;
  text-align: center;
  width: 100%;
  background-color: transparent;
}

.primary-nav-social-title {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 14px;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.icon-primary-nav {
  background-color: gray;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.5em;
  color: white;
  border-radius: 3px;
  margin: 7px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
}

.icon-primary-nav:visited {
  color: white;
}

.icon-primary-nav:hover {
  background-color: #2A5BB9;
  color: white;
}

.icon-fb {
  background-color: #3B5998;
}

.icon-ig {
  background-color: #E4405F;
}

.icon-tw {
  background-color: #1DA1F2;
}

.icon-li {
  background-color: #0077B5;
}

.icon-gp {
  background-color: #DC4E41;
}

.icon-yt {
  background-color: #FF0000;
}

@media (min-width: 1200px) {
  #primary-nav-social-wrapper {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
  }
}

/* -----------------------------------  SEARCH STYLES  ----------------------------------- */
.overlay-full-screen-awesomness {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  height: 100vh;
  width: 100vw;
  color: #141414;
  background: rgba(255, 255, 255, 0.97);
  z-index: 98;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.overflow-hidden {
  overflow: hidden;
}

#close-overlay-search {
  cursor: pointer;
  position: fixed;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  z-index: 99;
}

@media (min-width: 600px) {
  #close-overlay-search {
    top: 10px;
    right: 10px;
  }
}

@media (min-width: 980px) {
  #close-overlay-search {
    top: 20px;
    right: 20px;
  }
}

@media (min-width: 1200px) {
  #close-overlay-search {
    top: 40px;
    right: 40px;
  }
}

#close-overlay-search:before, #close-overlay-search:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  height: 30px;
  margin: auto;
  border-radius: 3px;
  background: red;
}

#close-overlay-search:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#close-overlay-search:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* -----------------------------------  SEARCH FIELD STYLING  ----------------------------------- */
#search-space {
  padding: 0;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 600px) {
  #search-space {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  #search-space {
    width: 60%;
  }
}

#search-top-input {
  padding: 15px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: transparent !important;
  border: 0;
  font-size: 2em;
  font-weight: 400;
  color: #141414;
  text-align: center;
}

@media (min-width: 600px) {
  #search-top-input {
    font-size: 2.8em;
  }
}

@media (min-width: 980px) {
  #search-top-input {
    width: 80%;
    font-size: 3.6em;
  }
}

#search-top-input:focus {
  border: 0 none transparent;
  outline: none;
}

#search-top-input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}

#search-top-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}

#search-top-input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}

#search-top-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}

#search-top-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

#search-top-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.search-submit {
  display: none !important;
  background-color: #2A5BB9 !important;
  padding: 20px !important;
  width: 100%;
  margin: 20px 0 0 0;
}

@media (min-width: 980px) {
  .search-submit {
    width: auto;
    margin: 0;
    float: right;
  }
}

/* HEADER STYLES ----------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #044A49;
}

h1.elementor-heading-title,
h1 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-size: 36px;
  margin: 20px 0 10px 0;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: -.015em;
}

@media (min-width: 700px) {
  h1.elementor-heading-title,
  h1 {
    font-size: 42px;
    margin: 25px 0 12px 0;
  }
}

@media (min-width: 980px) {
  h1.elementor-heading-title,
  h1 {
    font-size: 54px;
    margin: 30px 0 15px 0;
  }
}

@media (min-width: 1200px) {
  h1.elementor-heading-title,
  h1 {
    font-size: 64px;
  }
}

@media (min-width: 1600px) {
  h1.elementor-heading-title,
  h1 {
    font-size: 74px;
    margin-bottom: 20px;
  }
}

h2.elementor-heading-title,
h2 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-size: 28px;
  margin: 25px 0 10px 0;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: -.03em;
}

@media (min-width: 700px) {
  h2.elementor-heading-title,
  h2 {
    font-size: 32px;
    margin: 30px 0 12px 0;
  }
}

@media (min-width: 980px) {
  h2.elementor-heading-title,
  h2 {
    font-size: 36px;
    margin: 35px 0 15px 0;
  }
}

@media (min-width: 1200px) {
  h2.elementor-heading-title,
  h2 {
    font-size: 42px;
    margin: 40px 0 15px 0;
  }
}

@media (min-width: 1600px) {
  h2.elementor-heading-title,
  h2 {
    font-size: 50px;
  }
}

h3.elementor-heading-title,
h3 {
  font-size: 26px;
  margin: 25px 0 10px 0;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: -.03em;
}

@media (min-width: 700px) {
  h3.elementor-heading-title,
  h3 {
    font-size: 30px;
    margin: 30px 0 12px 0;
  }
}

@media (min-width: 980px) {
  h3.elementor-heading-title,
  h3 {
    font-size: 34px;
    margin: 35px 0 15px 0;
  }
}

@media (min-width: 1200px) {
  h3.elementor-heading-title,
  h3 {
    font-size: 40px;
    margin: 40px 0 15px 0;
  }
}

@media (min-width: 1600px) {
  h3.elementor-heading-title,
  h3 {
    font-size: 48px;
  }
}

h4.elementor-heading-title,
h4 {
  font-size: 23px;
  margin: 20px 0 10px 0;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: -.03em;
}

@media (min-width: 700px) {
  h4.elementor-heading-title,
  h4 {
    font-size: 25px;
    margin: 30px 0 12px 0;
  }
}

@media (min-width: 980px) {
  h4.elementor-heading-title,
  h4 {
    font-size: 28px;
    margin: 35px 0 15px 0;
  }
}

@media (min-width: 1200px) {
  h4.elementor-heading-title,
  h4 {
    font-size: 30px;
    margin: 40px 0 15px 0;
  }
}

@media (min-width: 1600px) {
  h4.elementor-heading-title,
  h4 {
    font-size: 34px;
  }
}

h5.elementor-heading-title,
h5 {
  font-size: 16px;
  margin: 25px 0 7px 0;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  h5.elementor-heading-title,
  h5 {
    font-size: 17px;
    margin: 30px 0 8px 0;
  }
}

@media (min-width: 980px) {
  h5.elementor-heading-title,
  h5 {
    font-size: 18px;
    margin: 35px 0 9px 0;
  }
}

@media (min-width: 1200px) {
  h5.elementor-heading-title,
  h5 {
    font-size: 19px;
    margin: 40px 0 10px 0;
  }
}

@media (min-width: 1600px) {
  h5.elementor-heading-title,
  h5 {
    font-size: 20px;
  }
}

h6.elementor-heading-title,
h6 {
  font-size: 21px;
  margin: 25px 0 7px 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  color: #2A5BB9;
}

@media (min-width: 700px) {
  h6.elementor-heading-title,
  h6 {
    font-size: 22px;
    margin: 30px 0 8px 0;
  }
}

@media (min-width: 980px) {
  h6.elementor-heading-title,
  h6 {
    font-size: 24px;
    margin: 35px 0 9px 0;
  }
}

@media (min-width: 1200px) {
  h6.elementor-heading-title,
  h6 {
    font-size: 25px;
    margin: 40px 0 10px 0;
  }
}

@media (min-width: 1600px) {
  h6.elementor-heading-title,
  h6 {
    font-size: 26px;
  }
}

.sub-header-size-1,
.sub-header-size-1 p {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 0;
}

@media (min-width: 700px) {
  .sub-header-size-1,
  .sub-header-size-1 p {
    font-size: 23px;
    margin: 0;
  }
}

@media (min-width: 980px) {
  .sub-header-size-1,
  .sub-header-size-1 p {
    font-size: 23px;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .sub-header-size-1,
  .sub-header-size-1 p {
    font-size: 25px;
    margin: 0;
  }
}

@media (min-width: 1600px) {
  .sub-header-size-1,
  .sub-header-size-1 p {
    font-size: 27px;
  }
}

.sub-title-text-size-1,
.sub-title-text-size-1 p {
  font-size: 1em;
  line-height: 1.1;
}

@media (min-width: 980px) {
  .sub-title-text-size-1,
  .sub-title-text-size-1 p {
    font-size: 1.1em;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .sub-title-text-size-1,
  .sub-title-text-size-1 p {
    font-size: 1.15em;
    line-height: 1.3;
  }
}

@media (min-width: 1600px) {
  .sub-title-text-size-1,
  .sub-title-text-size-1 p {
    font-size: 1.2em;
  }
}

.sub-title-text-size-2,
.sub-title-text-size-2 p {
  font-size: 1.2em;
  line-height: 1.1;
}

@media (min-width: 700px) {
  .sub-title-text-size-2,
  .sub-title-text-size-2 p {
    font-size: 1.22em;
  }
}

@media (min-width: 980px) {
  .sub-title-text-size-2,
  .sub-title-text-size-2 p {
    font-size: 1.24em;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .sub-title-text-size-2,
  .sub-title-text-size-2 p {
    font-size: 1.34em;
    line-height: 1.3;
  }
}

@media (min-width: 1600px) {
  .sub-title-text-size-2,
  .sub-title-text-size-2 p {
    font-size: 1.4em;
  }
}

blockquote {
  border-left: 1px solid gold;
  margin: 30px 5%;
  padding-left: 20px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #2A5BB9;
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 700px) {
  blockquote {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (min-width: 980px) {
  blockquote {
    font-size: 22px;
    line-height: 24px;
    margin: 40px 5% 40px 5%;
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  blockquote {
    font-size: 24px;
    line-height: 26px;
    margin: 40px 0 40px 5%;
  }
}

@media (min-width: 1600px) {
  blockquote {
    font-size: 26px;
    line-height: 28px;
  }
}

/* BUTTON STYLES ----------------------------------------------------------------------------------------------------------*/
.elementor-button,
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_moderation_link,
#sb_instagram .sbi_close_mod,
.form-space input[type="submit"],
.gform_button.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.added_to_cart,
.widget a.button,
.btn-default {
  background-color: #A8812F;
  color: white !important;
  border-radius: 3px;
  font-weight: 400;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  letter-spacing: 0.01em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 14px 23px 13px 23px;
  font-size: 1em;
  text-transform: none;
  border: 0 !important;
  cursor: pointer;
  line-height: 25px;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 740px) {
  .elementor-button,
  #sb_instagram #sbi_load .sbi_load_btn,
  #sb_instagram .sbi_follow_btn a,
  #sb_instagram .sbi_moderation_link,
  #sb_instagram .sbi_close_mod,
  .form-space input[type="submit"],
  .gform_button.button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button,
  .added_to_cart,
  .widget a.button,
  .btn-default {
    padding: 14px 23px 13px 23px;
  }
}

.elementor-button:hover,
#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_moderation_link:hover,
#sb_instagram .sbi_close_mod:hover,
.form-space input[type="submit"]:hover,
.gform_button.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.added_to_cart:hover,
.widget a.button:hover,
.btn-default:hover {
  background-color: #3D8483;
  color: white;
}

@media (min-width: 600px) {
  #sb_instagram #sbi_load .sbi_load_btn {
    margin-right: 25px;
  }
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #2A5BB9 !important;
  color: white !important;
  border: 0 !important;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  padding: 25px 35px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  line-height: 1px !important;
  letter-spacing: 0.4px !important;
  border-radius: 3px !important;
}

/* -----------------------------------  ADDS ARROW TO BUTTON IF NEEDED  ----------------------------------- */
/* -----------------------------------  COLUMNS  ----------------------------------- */
.flex-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 980px) {
  .flex-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.flex-direction-column-only {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-direction-row-only {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-start {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

/* Align Property*/
.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-20 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-20 {
    width: 20%;
  }
}

.flex-25 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-25 {
    width: 25%;
  }
}

.flex-30 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-30 {
    width: 30%;
  }
}

.flex-35 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-35 {
    width: 35%;
  }
}

.flex-40 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-40 {
    width: 40%;
  }
}

.flex-45 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-45 {
    width: 45%;
  }
}

.flex-50 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-50 {
    width: 50%;
  }
}

.flex-55 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-55 {
    width: 55%;
  }
}

.flex-60 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-60 {
    width: 60%;
  }
}

.flex-65 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-65 {
    width: 65%;
  }
}

.flex-70 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-70 {
    width: 70%;
  }
}

.flex-75 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-75 {
    width: 75%;
  }
}

.flex-80 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-80 {
    width: 80%;
  }
}

.basic-col-1 {
  padding: 0;
}

@media (min-width: 980px) {
  .basic-col-1 {
    padding: 0 5% 0 0;
  }
}

.basic-col-2 {
  padding: 0;
}

@media (min-width: 980px) {
  .basic-col-2 {
    padding: 0 0 0 5%;
  }
}

.list-col-break2 {
  display: block;
  float: left;
  width: 100%;
  clear: both;
}

@media (min-width: 400px) {
  .list-col-break2 {
    display: inline-block;
    width: 48%;
    clear: none;
  }
}

/* Multiple columns */
.list-1-2-3-col {
  -ms-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

@media (min-width: 600px) {
  .list-1-2-3-col {
    -ms-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 980px) {
  .list-1-2-3-col {
    -ms-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.list-1-2-col {
  -ms-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

@media (min-width: 600px) {
  .list-1-2-col {
    -ms-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 980px) {
  .list-1-2-col {
    -ms-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.list-2-3-4-col {
  -ms-column-count: 2;
  -webkit-column-count: 2;
  column-count: 3;
}

@media (min-width: 700px) {
  .list-2-3-4-col {
    -ms-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 1200px) {
  .list-2-3-4-col {
    -ms-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

main ul.no-bullet-list {
  list-style-type: none;
  padding-left: 0;
  display: block;
  -webkit-column-fill: balance;
  column-fill: balance;
}

main ul.no-bullet-list li {
  padding-left: 0;
  display: block;
}

main ul.no-bullet-list li:before {
  display: none;
}

/* FOOTER STYLES ----------------------------------------------------------------------------------------------------------*/
#bottom-footer-space {
  background-color: white;
  color: #777;
  text-align: center;
  padding: 40px 0 100px 0;
}

.icon-footer {
  background-color: gray;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.6em;
  color: white;
  border-radius: 3px;
  margin: 10px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.icon-footer:visited {
  color: white;
}

.icon-footer:hover {
  background-color: #141414;
  color: white;
}

.icon-fb {
  background-color: #3B5998;
}

.icon-ig {
  background-color: #E4405F;
}

.icon-tw {
  background-color: #1DA1F2;
}

.icon-li {
  background-color: #0077B5;
}

.icon-pi {
  background-color: #BD081C;
}

.icon-yt {
  background-color: #FF0000;
}

.icon-px {
  background-color: #5ddbd3;
}

.icon-footer img {
  width: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slashes-light {
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 0 10px;
}

.slashes-dark {
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 0 10px;
}

.copyright-space {
  font-weight: 300;
  font-size: .9em;
  padding: 40px 0;
}

.copyright-space .slashes-dark {
  display: block;
  padding: 10px 0;
}

.copyright-space .slashes-light {
  display: block;
  padding: 10px 0;
}

@media (min-width: 600px) {
  .copyright-space .slashes-dark {
    display: inline-block;
    padding: 0 10px;
  }
  .copyright-space .slashes-light {
    display: inline-block;
    padding: 0 10px;
  }
}

/* -----------------------------------  HELPER STYLES  ----------------------------------- */
.text-color-red {
  color: #EC1F26;
}

.text-color-orange {
  color: #FF8000;
}

.text-color-yellow {
  color: #FCD100;
}

.text-color-aqua {
  color: aqua;
}

.text-color-green {
  color: #45B61E;
}

.text-color-purple {
  color: #8320D8;
}

.text-color-magenta {
  color: #d52abe;
}

.text-color-white {
  color: white;
}

.text-color-blue {
  color: #2A5BB9;
}

.text-color-dark {
  color: #141414;
}

.background-color-red {
  background-color: #EC1F26;
}

.background-color-orange {
  background-color: #FF8000;
}

.background-color-yellow {
  background-color: #FCD100;
}

.background-color-aqua {
  background-color: aqua;
}

.background-color-green {
  background-color: #45B61E;
}

.background-color-purple {
  background-color: #8320D8;
}

.background-color-magenta {
  background-color: #d52abe;
}

.background-color-white {
  background-color: white;
}

.background-color-blue {
  background-color: #2A5BB9;
}

.background-color-dark {
  background-color: #141414;
}

.font-size-smaller {
  font-size: 70%;
}

.font-size-small {
  font-size: 90%;
}

.font-size-medium {
  font-size: 110%;
}

.font-size-large {
  font-size: 125%;
}

.font-size-giant {
  font-size: 150%;
}

.mb0px {
  margin-bottom: 0;
}

.mb5px {
  margin-bottom: 5px;
}

.mb10px {
  margin-bottom: 10px;
}

.mb15px {
  margin-bottom: 15px;
}

.mb20px {
  margin-bottom: 20px;
}

.mb30px {
  margin-bottom: 30px;
}

.mb40px {
  margin-bottom: 40px;
}

.mb50px {
  margin-bottom: 50px;
}

.mb60px {
  margin-bottom: 60px;
}

.mb70px {
  margin-bottom: 70px;
}

.mb80px {
  margin-bottom: 80px;
}

.mb90px {
  margin-bottom: 90px;
}

.mb100px {
  margin-bottom: 100px;
}

.mt0px {
  margin-top: 0;
}

.mt5px {
  margin-top: 5px;
}

.mt10px {
  margin-top: 10px;
}

.mt15px {
  margin-top: 15px;
}

.mt20px {
  margin-top: 20px;
}

.mt30px {
  margin-top: 30px;
}

.mt40px {
  margin-top: 40px;
}

.mt50px {
  margin-top: 50px;
}

.mt60px {
  margin-top: 60px;
}

.mt70px {
  margin-top: 70px;
}

.mt80px {
  margin-top: 80px;
}

.mt90px {
  margin-top: 90px;
}

.mt100px {
  margin-top: 100px;
}

.pb0px {
  padding-bottom: 0;
}

.pb5px {
  padding-bottom: 5px;
}

.pb10px {
  padding-bottom: 10px;
}

.pb15px {
  padding-bottom: 15px;
}

.pb20px {
  padding-bottom: 20px;
}

.pb30px {
  padding-bottom: 30px;
}

.pb40px {
  padding-bottom: 40px;
}

.pb50px {
  padding-bottom: 50px;
}

.pb60px {
  padding-bottom: 60px;
}

.pb70px {
  padding-bottom: 70px;
}

.pb80px {
  padding-bottom: 80px;
}

.pb90px {
  padding-bottom: 90px;
}

.pb100px {
  padding-bottom: 100px;
}

.pt0px {
  padding-top: 0;
}

.pt5px {
  padding-top: 5px;
}

.pt10px {
  padding-top: 10px;
}

.pt15px {
  padding-top: 15px;
}

.pt20px {
  padding-top: 20px;
}

.pt30px {
  padding-top: 30px;
}

.pt40px {
  padding-top: 40px;
}

.pt50px {
  padding-top: 50px;
}

.pt60px {
  padding-top: 60px;
}

.pt70px {
  padding-top: 70px;
}

.pt80px {
  padding-top: 80px;
}

.pt90px {
  padding-top: 90px;
}

.pt100px {
  padding-top: 100px;
}

.stupid-margin-fix h1,
.stupid-margin-fix h2,
.stupid-margin-fix h3,
.stupid-margin-fix h4,
.stupid-margin-fix h5,
.stupid-margin-fix h6,
.stupid-margin-fix p {
  margin: 0;
}

/* RESULTS PAGE ----------------------------------------------------------------------------------------------------------*/
.result-item {
  /* overflow: auto;*/
  float: left;
  width: 100%;
  margin: 15px 0;
}

@media (min-width: 600px) {
  .result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: center;*/
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.result-image-space,
.result-content-space {
  width: 100%;
  float: left;
  clear: both;
}

@media (min-width: 600px) {
  .result-image-space {
    width: 33%;
    margin-right: 5%;
    margin-left: 2%;
    clear: none;
  }
}

@media (min-width: 980px) {
  .result-image-space {
    width: 30%;
  }
}

.result-img-link {
  display: block;
  text-decoration: none;
}

.result-image-space img {
  width: 100%;
}

@media (min-width: 600px) {
  .result-content-space {
    width: 60%;
    clear: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 980px) {
  .result-content-space {
    width: 63%;
  }
}

.result-content-title {
  margin-top: 20px;
}

@media (min-width: 600px) {
  .result-content-title {
    margin-top: 0;
  }
}

/* SCROLL TOP STYLING ----------------------------------------------------------------------------------------------------------*/
#scroll-top-link-space {
  position: fixed;
  bottom: -10%;
  right: 0;
  width: 100%;
  z-index: 998;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (min-width: 700px) {
  #scroll-top-link-space {
    bottom: -10%;
    right: 10px;
    width: auto;
  }
}

#scroll-top-link-space.fade-in {
  bottom: 0;
}

@media (min-width: 700px) {
  #scroll-top-link-space.fade-in {
    bottom: 10px;
  }
}

#scroll-top-link {
  color: white;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 8px 15px;
  font-size: 16px;
  display: block;
}

@media (min-width: 700px) {
  #scroll-top-link {
    border-radius: 3px;
    padding: 12px 15px 10px 15px;
    font-size: 20px;
    display: inline-block;
  }
}

/* EXTRA BUTTON COLORS ----------------------------------------------------------------------------------------------------------*/
.btn-color-red {
  background-color: #EC1F26;
}

.btn-color-orange {
  background-color: #FF8000;
}

.btn-color-yellow {
  background-color: #FCD100;
}

.btn-color-aqua {
  background-color: aqua;
}

.btn-color-green {
  background-color: #45B61E;
}

.btn-color-purple {
  background-color: #8320D8;
}

.btn-color-magenta {
  background-color: #d52abe;
}

.btn-color-white-dark {
  background-color: white;
  color: #141414 !important;
}

.btn-color-white-orange {
  background-color: white;
  color: #FF8000 !important;
}

.btn-color-white-orange:hover {
  background-color: #45B61E;
  color: white !important;
}

.btn-color-white-blue {
  background-color: white;
  color: #2A5BB9 !important;
  font-weight: 500;
}

.btn-color-white-blue:hover {
  background-color: #FCD100;
  color: #2A5BB9 !important;
}

.btn-color-white-patreon {
  background-color: white;
  color: #F96854 !important;
}

.btn-color-white-patreon:hover {
  background-color: #052D49;
  color: white !important;
}

.btn-full-width {
  display: block;
  text-align: center;
}

/* COSTA ACCORDION TOGGLE ----------------------------------------------------------------------------------------------------------*/
#accordion-space {
  margin: 10px 0 50px 0;
}

.toggle:last-child {
  border-bottom: 1px solid #dddddd;
}

.toggle .toggle-title h5 {
  margin: 0;
  padding: 0;
}

.toggle .toggle-title {
  display: block;
  border-top: 1px solid #dddddd;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  font-weight: 300;
  font-size: 22px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.toggle .toggle-title .title-name {
  display: block;
  padding: 20px 20px 20px 50px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.toggle .toggle-title:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f067";
  font-size: 20px;
  color: #777;
  float: left;
  margin-right: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.toggle .toggle-title.active:before {
  content: "\f068";
  color: #f24c20;
}

.toggle .toggle-title.active h5 {
  color: #2A5BB9 !important;
}

.toggle .toggle-inner {
  padding: 10px 20px 10px 50px;
  display: none;
  margin: -7px 0 6px;
  overflow: auto;
}

.toggle .toggle-inner div {
  max-width: 100%;
  overflow: auto;
}

/* ANIMATIONS TWEAKED ----------------------------------------------------------------------------------------------------------*/
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
            transform: translate3d(0, -15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
            transform: translate3d(0, -15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
            transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
            transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
            transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
            transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
            transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
            transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/* WP-PAGENAVI PLUGIN PAGINATION STYLES ----------------------------------------------------------------------*/
#nav-page-space {
  margin: 0 0 80px 0;
  overflow: auto;
}

#nav-page {
  overflow: auto;
}

#wp-pagenavi-nav {
  margin: 40px 0;
  overflow: visible;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}

.wp-pagenavi {
  margin: 0;
  padding: 0;
  overflow: visible;
  width: 100%;
  display: block;
  float: left;
}

.wp-pagenavi .pages {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  height: 44px;
  line-height: 44px;
  display: inline-block;
  position: relative;
}

.wp-pagenavi a {
  background-color: #141414;
  color: white;
  border: 0;
  padding: 0 17px;
  text-align: center;
  font-weight: 400;
  font-size: 1.1rem;
  border-radius: 3px;
  text-decoration: none !important;
  margin: 0 5px 5px 0;
  display: inline-block;
}

@media (min-width: 390px) {
  .wp-pagenavi a {
    padding: 0 18px;
  }
}

@media (min-width: 600px) {
  .wp-pagenavi a {
    margin: 0 10px 0 0;
  }
}

@media (min-width: 980px) {
  .wp-pagenavi a {
    padding: 0 26px;
    font-size: 1.2rem;
  }
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
  background-color: #2A5BB9;
}

@media (min-width: 390px) {
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    display: inline-block;
  }
}

.wp-pagenavi .last {
  margin-right: 0;
}

.wp-pagenavi .first:after,
.wp-pagenavi .last:after,
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after {
  content: '';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
}

.wp-pagenavi .first:after {
  content: "\f33e";
}

.wp-pagenavi .last:after {
  content: "\f340";
}

.wp-pagenavi .current {
  background-color: #2A5BB9;
  color: white;
  border: 0;
  padding: 0 17px;
  text-align: center;
  font-size: 1.1rem;
  border-radius: 3px;
  margin: 0 5px 5px 0;
}

@media (min-width: 390px) {
  .wp-pagenavi .current {
    padding: 0 18px;
  }
}

@media (min-width: 600px) {
  .wp-pagenavi .current {
    margin: 0 10px 0 0;
  }
}

@media (min-width: 980px) {
  .wp-pagenavi .current {
    padding: 0 26px;
    font-size: 1.2rem;
  }
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 0 20px;
  position: relative;
  background-color: #444;
}

@media (min-width: 390px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    padding: 0 21px;
  }
}

@media (min-width: 980px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    padding: 0 30px;
  }
}

/* .wp-pagenavi .previouspostslink:after,*/
/* .wp-pagenavi .nextpostslink:after {*/
/* content: '';*/
/*float: ;*/
/* position: absolute;*/
/* top: 7px;*/
/* background-repeat:no-repeat;*/
/* background-size: cover;*/
/* background-position: center;*/
/* width: 20px;*/
/* height: 30px;*/
/* display: inline-block;*/
/* }*/
.wp-pagenavi .previouspostslink:after {
  content: "\f053";
}

.wp-pagenavi .nextpostslink:after {
  content: "\f054";
}

.amenities-quick-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 760px) {
  .amenities-quick-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 40px;
  }
}

.amenities-quick-links a {
  display: block;
  padding: 10px;
  text-align: center;
}

@media (min-width: 760px) {
  .amenities-quick-links a {
    display: inline-block;
    padding: 20px;
    margin: 0 5px;
  }
}

@media (min-width: 980px) {
  .amenities-quick-links a {
    display: inline-block;
    padding: 20px;
    margin: 0 15px;
  }
}

.hmapsprem_cat_tab_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 25px !important;
}

.hmapsprem_info_window {
  text-decoration: underline !important;
}
/*# sourceMappingURL=style.css.map */