/* 
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
*/

:root {
  --secondary-color: #AA1F16;
}

/* Add your custom styles here */

#menu-primary li a {
  transition: .3s;
}
#menu-primary li:hover a {
  color: var(--secondary-color);
}

.site-navigation-toggle-holder {
 padding-right: 0 !important;
}

.site-logo img {
    height: 130px;
    width: 130px;
}

#site-footer {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 5px solid #0D2C49;
  padding-bottom: 64px;
}
#wpforms-189-field_0-container {
  padding-top: 0 !important;
}
.wpforms-container  {
  margin-top: 0 !important;
}

.grid-outline .elementor-icon-box-icon {
    margin-bottom: 0 !important;
}

.grid-outline .elementor-widget-container {
    justify-content: center;
  display: flex;
  flex-direction: column;
}
.site-form .wpforms-submit::after {
  display: none !important;
}
.site-form .wpforms-submit {
  background: #0D2C49 !important;
}
.site-navigation-dropdown ul.menu li a, 
.site-navigation-dropdown ul.menu li.current-menu-item a {
  background-color: transparent !important;
  color: #0D2C49 !important;
}
.site-navigation-dropdown ul.menu li:hover a {
  color: var(--secondary-color) !important;
}
.site-form .wpforms-submit:hover {
  opacity: 0.8;
}



.grid-outline .elementor-element {
    padding: 32px;
  }
  .grid-outline .elementor-element:nth-child(1),
  .grid-outline .elementor-element:nth-child(2),
  .grid-outline .elementor-element:nth-child(4),
  .grid-outline .elementor-element:nth-child(5),
  .grid-outline .elementor-element:nth-child(7),
  .grid-outline .elementor-element:nth-child(8){
    border-right: 2px solid #fff !important;
  }
  
  
  
  .grid-outline .elementor-element:nth-child(4),
  .grid-outline .elementor-element:nth-child(5),
  .grid-outline .elementor-element:nth-child(6),
  .grid-outline .elementor-element:nth-child(7),
  .grid-outline .elementor-element:nth-child(8),
  .grid-outline .elementor-element:nth-child(9) {
    border-top: 2px solid #fff !important;
  }

  .site-footer .footer-inner {
    gap: 15px;
  }

.eael-filter-gallery-wrapper img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

  @media (max-width: 767px) {
   
   body #content .grid-outline .elementor-element {
    border-top: 2px solid #fff !important;
    border-right: 0 !important;
  }
  body #content .grid-outline .elementor-element:first-child,
  body #content .grid-outline .elementor-element:last-child {
    border-top: 0 !important;
  }
  
  
  

  }