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

body {
  font-family: "open-sans";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "helvetica-neue-lt-pro-cond" !important;
}
:focus {
    outline: none !important;
}
header .premium-main-mobile-menu.premium-main-nav-menu > .premium-nav-menu-item > .premium-menu-link:hover {
  text-decoration: underline;
}
footer .footer-top .hfe-nav-menu li.menu-item.current-menu-item {
  display: none;
}

.footer-bottom .hfe-nav-menu li.menu-item:last-child .hfe-menu-item {
  padding-right: 0;
}
.footer-bottom .elementor-heading-title a {
  color: #ffffff;
}
footer-bottom .elementor-heading-title a:hover {
  color: #F1EB1B;
}

/* body:has(.mb-0) .tsc-header {
  margin-bottom: 0 !important;
} */
body:has(.mb-0) .footer-top .menu-item a.hfe-menu-item {
  color: #fff !important;
  transition: all 0.3s ease;
}
body:has(.mb-0) .footer-top .menu-item a.hfe-menu-item:hover {
  color: #0c274c !important;
}
.tsc-form form label {
  width: 100%;
}
.tsc-form form input[type="submit"] {
  color: #2b2e34;
  border-color: #707070;
  background-color: #fff;
  border-radius: 7px;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 20px;
}
.tsc-form form input[type="submit"]:hover {
    background-color: #0c274c !important;
    color: #ffffff;
    border-color: #0c274c;
}
body .uwy.userway_p5 .userway_buttons_wrapper {
  bottom: 180px !important;
  left: 0 !important;
}
.tsc-modal .premium-modal-box-modal-footer {
    border-top: none;
    width: fit-content;
    position: absolute;
    top: -34px;
    right: -36px;
}
.tsc-modal .premium-modal-box-modal-dialog {
    overflow: initial !important;
}
.tsc-modal .premium-video-box-image-container {
  background-position: bottom;
  border-radius: 15px;
    overflow: hidden;
}
.tsc-modal .premium-video-box-play-icon-container {
  background-color: #0c274c;
}
.tsc-modal .premium-video-box-play-icon-container i {
color: #ffffff;
}
@media (min-width: 1024px) {
.tsc-header {
  width: 100%;
  transition: all 0.3s ease;
}

.tsc-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
}
@media (min-width: 768px) {
  .footer-bottom .hfe-nav-menu {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .uwy.userway_p5 .userway_buttons_wrapper {
    bottom: 150px !important;
  }
}
@media (max-width: 767px) {
  body .uwy.userway_p5 .userway_buttons_wrapper {
    bottom: 90px !important;
  }
  footer span.elementor-grid-item a.elementor-social-icon {
    margin-bottom: 10px;
  }  
}
@media (max-width: 980px) {
.tsc-modal .premium-modal-box-modal-dialog {
  max-height: 100%;
  height: 90% !important;
}
.tsc-modal .premium-modal-box-modal-dialog {
  background-color: transparent;
  height: 50%;
}
.tsc-modal .premium-video-box-container {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.tsc-modal .premium-modal-box-modal-footer {
  top: -28px;
  right: -12px;
}
.tsc-modal .premium-modal-box-modal {
  overflow-x: hidden;
}
.tsc-modal .elementor-widget-premium-addon-video-box > .elementor-widget-container {
  padding-bottom: 30px;
}
}
