﻿/* 
Theme Name: Hello Plus
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Plus is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-plus
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
*/

/* Header alignment and live button */
.elementor-location-header .elementor-widget-theme-site-logo img {
  width: auto;
  max-width: 230px;
  height: auto;
}

.elementor-location-header .jkit-menu > .menu-item > a {
  font-weight: 700;
}

.plus-live-header-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ef3b2d;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 4px;
  padding: 12px 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.plus-live-header-btn:hover,
.plus-live-header-btn:focus-visible {
  background: #c92c20;
  color: #ffffff !important;
}

@media (min-width: 1025px) {
  .elementor-location-header .e-con-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
  }

  .elementor-location-header .elementor-widget-theme-site-logo {
    flex: 0 0 auto;
    margin-right: 0;
  }

  .elementor-location-header .elementor-widget-jkit_nav_menu {
    flex: 1 1 auto;
    width: auto !important;
    margin-left: 0 !important;
  }

  .elementor-location-header .jkit-nav-menu,
  .elementor-location-header .jkit-menu-wrapper {
    width: 100%;
  }

  .elementor-location-header .jkit-menu-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .elementor-location-header .jkit-menu.jkit-menu-direction-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
}

@media (max-width: 1024px) {
  .elementor-location-header .e-con-inner {
    gap: 12px;
    flex-wrap: nowrap;
  }

  .elementor-location-header .elementor-widget-theme-site-logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .elementor-location-header .elementor-widget-theme-site-logo img {
    max-width: 180px;
  }

  .elementor-location-header .elementor-widget-jkit_nav_menu {
    flex: 0 0 auto;
    width: auto !important;
    margin-left: auto !important;
  }

  .elementor-location-header .jkit-menu-wrapper .jkit-menu > .menu-item,
  .elementor-location-header .jkit-menu-wrapper .jkit-menu > .menu-item > a {
    min-height: 0 !important;
    height: auto !important;
    background: transparent !important;
  }

  .elementor-location-header .jkit-menu-wrapper .jkit-menu > .menu-item > a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 18px 20px !important;
    line-height: 1.2 !important;
  }

  .elementor-location-header .jkit-menu-wrapper .jkit-menu > .menu-item.menu-item-has-children > a {
    justify-content: space-between !important;
  }

  .elementor-location-header .jkit-menu-wrapper .jkit-menu > .menu-item > .sub-menu {
    margin: 0 !important;
  }

  .plus-live-header-btn {
    margin: 0;
    padding: 10px 14px;
    width: fit-content;
    font-size: 12px;
    flex: 0 0 auto;
    align-self: center;
  }
}

/* Hide the broken social-share widget only on affected internal pages */
.page-id-10767 .elementor-widget-upk-social-share,
.page-id-10763 .elementor-widget-upk-social-share,
.page-id-19328 .elementor-widget-upk-social-share {
  display: none !important;
}

/* Global styles for the top weather/info bar on internal pages */
.portal-home__topbar {
  background: #111111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #f3f3f3;
  font-size: 12px;
}

.portal-home__topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.portal-home__top-left,
.portal-home__top-right {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f3f3f3;
}

.portal-home__top-left span,
.portal-home__top-right span {
  opacity: 0.92;
  white-space: nowrap;
}

.portal-home__topbar-item,
.portal-home__topbar-socials {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.portal-home__topbar-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff4b3a;
  flex: 0 0 14px;
}

.portal-home__topbar-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

.portal-home__topbar-socials {
  gap: 10px;
}

.portal-home__topbar-social {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.92;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.portal-home__topbar-social svg {
  width: 16px;
  height: 16px;
  display: block;
}

.portal-home__topbar-social:hover,
.portal-home__topbar-social:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.portal-home__top-right a {
  color: #f3f3f3;
  text-decoration: none;
}

@media (max-width: 767px) {
  .portal-home__topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 0;
  }

  .portal-home__top-left,
  .portal-home__top-right {
    flex-wrap: wrap;
    gap: 8px;
  }
}
