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

*/


/* CUSTOMIZE CSS START
p{
color:black;
 
}
.tob-bar-list ul {
    display: flex !important
;
}

p.box-textee {
    font-weight: 700;
    color: #1c2359;
}
.blog-card .blog-meta a {
	color:grey;
	font-size:14px;
}

form.wpcf7-form input, form.wpcf7-form select {
    margin-bottom: 15px;
}
.wpcf7-form h3, .wpcf7-form p{
	display:none;
}

.wpcf7-submit{
    background-color: #1C2359;
    font-family: "Poppins", Sans-serif;
    border: none;
	color:white;
    margin-top: 15px;
    padding: 10px 15px;
}
#chat-bot-message-container .chat-bot-message-label img:not(.emoji) {
    width: 22% !important;
    margin-bottom: 0px !important;
}

div#comments {
    display: none;
}

.blog-meta a {
    display: none !important;
}
.post .blog-img {
    height: 440px;
    overflow: hidden;
    position: relative;
}

.post .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.blog-title {
    font-weight: bold;
    font-size: 50px;
    text-transform: capitalize;
}

CUSTOMIZE CSS END*/


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