/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1723549453
Updated: 2024-08-13 11:44:13

*/

#menu-main-menu .sub-menu {
  background-color: #314650;
}

#menu-main-menu .menu-item {
  border-bottom: 2px solid transparent;
  margin-bottom: 2px;
}

#menu-main-menu .menu-item:hover {
  border-block-end: #6bd0e9 2px solid;
}

.site-navigation ul.menu li ul {
  top: 66px;
  width: 100%;
}

.site-navigation ul.menu li a {
  width: 100%;
}

.site-navigation ul.menu li.menu-item-has-children::after {
  display: none;
}

.site-navigation ul.menu li.menu-item-has-children {
  padding-inline-end: 0px;
}

.site-navigation ul.menu li.menu-item-has-children a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.site-navigation > ul.menu > li.menu-item-has-children.main-menu-item-arrow > a {
  flex-direction: column;
}

.site-navigation ul.menu li.menu-item-has-children a span.submenu-arrow img,
.site-navigation-dropdown ul.menu li.menu-item-has-children a span.submenu-arrow img {
  width: 15px;
  height: 15px;
}

.site-navigation ul.menu li.menu-item-has-children ul li a span.submenu-arrow img {
  transform: rotate(270deg);
}

.site-navigation .submenu::after {
      transform: rotate(-90deg) translateY(-10px) translateX(-5px) !important;

}

#menu-main-menu .menu-item a:not([href]):not([tabindex]) {
  color: white;
  font-weight: bold;
}

#menu-main-menu .menu-item a:not([href]):not([tabindex]):hover {
  cursor: pointer;
}

#menu-main-menu .menu-item {
  font-weight: bold;
}

/* General styles for the footer */
/* Full-width footer */
.site-footer {
  width: 100%;
  color: #fff; /* Text color */
  padding: 20px 0; /* Padding */
  text-align: center; /* Center text */
  position: relative;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  max-width: 100% !important;
  /* background: #242f38; */
  background: linear-gradient(180deg, #1e2830 0%, #1e2730 100%);
  /* border: 1px solid #314650; */
  display: flex;
  font-size: 12px;
  justify-content: center;
}

/* Ensure the footer widgets and content span the full width */
.footer-widgets,
.footer-bottom {
  width: 100%;
  box-sizing: border-box;
}

.site-footer .footer-logo-section .footer-logo-image {
  max-width: 100px;
  height: auto;
}

.site-footer .footer-section-header {
  font-weight: bold;
  /* margin: 10px 0; */
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.footer-logo-section,
.footer-popular-pages-section,
.footer-top-reviews-section,
.footer-blog-section,
.footer-about-us-section {
  display: flex;
  flex-direction: column;
  /* border: 1px solid white; */
  flex: 1;
  gap: 6px;
  align-items: start;
}

.site-footer .footer-link {
  color: #61b9ce;
  color: #7f8c8d;
  font-weight: bold;
}

.site-footer .footer-link:hover {
  color: #61b9ce;
  /* color: #7f8c8d; */
  /* font-weight: bold; */
}

.site-footer .footer-wrapper {
  display: flex;
  width: 100%;
  max-width: 1150px;
  padding: 40px 20px 0;
}

.site-footer .footer-text {
  color: #7f8c8d;
  text-align: start;
}

#site-header .header-inner {
  gap: 20px;
}

.site-navigation-dropdown ul.menu li a {
  background-color: #242f38;
  color: white;
  font-weight: bold;
}

.site-navigation-dropdown ul.menu li a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: white;
}

#comments.comments-area {
  background: #242f38;
  justify-content: center;
  display: flex;
  color: white;
  flex-direction: column-reverse;
}

#comments.comments-area .comment-respond {
  width: 100%;
  max-width: 1150px;
  padding: 40px 20px;
  align-self: center;
}

#comments #comment {
  background: #1d272c;
  color: white;
}

#comments #submit {
  color: #6ec1e4;
  border-color: #6ec1e4;
}

#comments #submit:hover {
  color: white;
  background: #6ec1e4;
}

#comments .title-comments {
  display: none;
}

#comments .comment-list {
  max-width: 1150px;
  align-self: center;
  width: 100%;
  padding: 0 20px;
}

#comments .comment-form input {
  background: #1d272c;
  color: white;
}

#comments .comment .comment-body {
  border-block-end: 1px solid #7a7a7a;
}

@media (max-width: 1024px) {
  #site-header .header-inner {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  #site-footer .footer-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}


.site-navigation ul.menu li ul li.menu-item-has-children:after {
	transform: translateY(20%) translateX(-10px) rotate(-90deg) !important;
}
