/* 
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 Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/
input{border-radius: 30px 30px 30px 30px !important;}
select{border-radius: 30px 30px 30px 30px !important;}
.form-select{border-radius: 30px 30px 30px 30px !important;}
button{border-radius: 30px 30px 30px 30px !important;}
.variations tr td:first-child,
.variations tr td:last-child,
.variations select,
.variations .value {
   background-color: #FFF !important;
}
.reset_variations { display: none !important }

.home .elementor-posts--thumbnail-right .meta-jt, .meta-jt  {
    background: #8C0001;
    color: white;
    margin-bottom: .7rem;
    font-size: 15px;
    padding: 5px 7px;
    display: inline-block;
}
.elementor-post__title p.meta-jt:empty{
    display: none !important;
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
}

@media only screen and (min-width:768px) {
    .elementor-element-2963a4e .meta-jt {
        /* color: blue; */
        top: -2rem;
        position: relative;
        font-size: 22px;
        padding: 5px 15px;
        margin-bottom: 0px; 
    }
    
}
