/*
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: 1.0.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;
}
.header-layout2 .main-menu > ul > li > a{
	color: var(--title-color);
}
.elementor-element.minh-100 {
    min-height: 80px;
    background-color: #e3007b;
    display: flex;
    justify-content: center;
    align-items: center;
}
#block-13, #block-14, #medova_offer_banner_widget-3, #block-2, #block-3, #block-4 {
    display: none;
}
.blog-single .blog-title{
	font-size: 25px;
}
.blog-single .blog-img, .blog-single .blog-text {
    margin-bottom: 25px !important;
}
    .breadcumb-title {
        font-size: 35px !important;
        font-weight: 600 !important;
    }
@media(min-width: 1400px) and (max-width: 1499px){
	.main-menu > ul > li {
    margin: 0 5px !important;
}
}
@media(max-width: 767px){
	.elementor-element.minh-100 {
    min-height: auto;
}
}