/*
Theme Name: Medova
Theme URI: https://wordpress.themeholy.com/medova
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy 
Description: Medova - Health & Medical WordPress Theme
Version: 2.8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medova
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.4
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others. 

*/

/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}

/*  */
.filter-item.hidden {
    display: none;
}
.choose-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 24px 20px !important;
  margin-bottom: 15px !important;
  border: 1px solid #eef2f5 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02) !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  position: relative !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 350px !important;
}
.breadcumb-wrapper {
  padding-top: 90px !important;
}

/* Footer: Align Contact us section with Quick Links */
.elementor-981 .elementor-element.elementor-element-2e64a11 {
  align-items: start;
}
.elementor-981 .elementor-element.elementor-element-57abf2a > h5 {
  margin-top: -0.11em;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
}

/* Header Top Bar */
.header-top-bar {
  background: #dce6f0;
  padding: 8px 0;
  text-align: center;
  position: relative;
  z-index: 999;
}
.header-top-bar-text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #1C2359;
  letter-spacing: 0.3px;
}
.header-top-bar-text i {
  margin-right: 6px;
  color: #0d6efd;
}
.header-top-bar-text a {
  color: #1C2359;
  font-weight: 700;
  text-decoration: none;
  margin-left: 2px;
}
.header-top-bar-text a:hover {
  color: #0d6efd;
}

/* Navbar vertical alignment fix */
.header-layout5 {
  padding-top: 0px !important;
  position: relative !important;
}
.header-layout5 .sticky-wrapper {
  padding: 0 12px;
}
.header-layout5 .menu-area {
  padding: 10px 0;
}
