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



.logo-header {
    background: #ffffff;
    padding: 20px;
    border-radius: 30px;
}




a.mf-btn.mf-link {
    /* background-color: transparent; */
    /* border: 1px solid #c36; */
    border-radius: 3px;
    /* color: #c36; */
    display: inline-block;
    /* font-size: 1rem; */
    /* font-weight: 400; */
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    min-width: fit-content;
    width: calc(100% / 3.5);
    height: fit-content;
    width: auto;
}
.menu-filter button.mf-btn,a.mf-btn.mf-link {
    background: #ffffff;
    color: #000000;
    text-transform: uppercase;
    font-weight: 900;
    /* letter-spacing: -1px; */
    margin: 2px;
    border: 2px solid black;
}
a.mf-btn.mf-link:hover, .menu-filter button.mf-btn:hover{
        background: #070707;
    color: #ffffff;
}
.span-red span {
    background: red;
    padding: 5px;
    border-radius: 10px;
     display: block;
}

.menu-filter button.mf-btn.is-active,a.mf-btn.mf-link.is-active {
    background: #ff0000;
    color: #000000;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -1px;
}

.gallery-icon.landscape img {
    width: 100% !important;
    object-fit: cover!important;
}
video.elementor-video {
    border: 1px solid black !important;
}

.block-1.vertical {
    display: flex;
    flex-direction: column;
}

.block-1.vertical a.mf-btn.mf-link {
    margin: 0;
    padding: 10px;
}
.menu-filter.vertical button.mf-btn {
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
  .span-red span {
   
    display: block;
}
}
