/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.site-header.custom-header {
    background-color: #1d4948;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}

.site-header.custom-header .site-title {
    color:white
}

.site-header.custom-header .site-title a {
  color: white;
  text-decoration: none;
}

.custom-header .h1 {
}

.custom-header .h2 {
}

.custom-header .subtitle {
    letter-spacing: 0.15em;
    color: #c2835c;
}

.text-3xl {
    font-size: 30px;
}

.text-4xl {
    font-size: 36px;
}

.text-xl {
    font-size: 20px;
}

.text-white {
    color:white;
}

.custom-header .site-navigation ul.menu li a {
    font-size: 24px;
    color:white;
    text-decoration: none;
    font-weight: 100;
    padding-bottom: 0;
}

.custom-header .site-navigation ul.menu {
  justify-content: center;
}

.custom-header .site-navigation ul.sub-menu li a {
  color: #1d4948;
  padding-bottom: 8px;
}
.custom-header .site-navigation ul.menu li.menu-item-has-children:after {
  color: white;
}

.custom-header .site-navigation ul.sub-menu {
/*-webkit-box-shadow: 1px 1px 1px 1px #1d4948; 
box-shadow: 1px 1px 1px 1px #1d4948;*/
border: 1px solid #DFDFDF;
}

@media (min-width: 1280px) {
  .custom-header .site-navigation ul.menu li a {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
        display: flex !important;
    }
}

div:has(.site-navigation-toggle-holder:not(.elementor-active))+div>.site-navigation-dropdown {
  background-color: red;
      max-height: 0;
    transform: scaleY(0);
}

.site-navigation-toggle-holder:not(.elementor-active)+div>.site-navigation-dropdown {
    max-height: 0;
    transform: scaleY(0);
}

.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown {
    max-height: 0;
    transform: scaleY(0);
}

.site-navigation-toggle-holder .site-navigation-toggle {
  color: white;
}


.site-navigation-dropdown ul.menu li.current-menu-item a {
  background-color: #84916C;
}
.custom-header.site-header .header-inner .site-branding.show-logo .site-title, .site-header .header-inner .site-branding.show-title .site-logo {
    display: block !important;
}

.custom-footer #menu-footer li a {
  color: white;
  text-decoration: none;
}