/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by a good man
Author: kama
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

body {
	background-color: #fff !important;
}

.mk-main-nav li > a.elementor-item.elementor-item-active {
    background-color: var( --e-global-color-c5b320b );
    padding: 5px 10px !important;
    border-radius: 13px;
    color: #fff !important;
}



/* The Event Calendar */
button.tribe-common-c-btn.tribe-events-c-search__button {
    background-color: #00862f;
}

.tribe-events button.tribe-events-c-search__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
    background-color: #17aa4a !important;
}

button.tribe-events-c-subscribe-dropdown__button-text.tribe-common-c-btn--clear {
    color: #00862f !important;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    border: 1px solid #00862f!important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
    color: #00862f !important;
    stroke:  #00862f !important;
}

/* END The Event Calendar */

.elementor-icon-list-text {
    text-shadow: none !important;
}

.mk-hide-gallery .wp-block-gallery-1 {
 display: none;
}