/*
 Theme Name:   Splendour Child Theme
 Theme URI:    https://splendour.themerex.net
 Description:  Splendour Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     splendour
 Version:      1.0.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  splendour
*/


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

.sc_price_plain .sc_price_item_description ul li:after, .sc_price_plain .sc_price_item_details ul li:after {
    display:none;
}
.menu_mobile .menu_mobile_inner {
    background-color: #383E28;
}
.elementor-post__thumbnail {
    border: 1px solid #000;
}
.post_item_404 .page_title {
    font-size: 120px!important;
}

@media (max-width: 1023px) {
        .menu_mobile .menu_mobile_widgets_area {
            display: none;
        }
}

.mc4wp-alert.mc4wp-error {
    color: red;
    font-weight: bold;
}

.mc4wp-alert.mc4wp-success {
    color: green;
    font-weight: bold;
}
.search-filter-label,
.mc4wp-checkbox-contact-form-7 {
	display: none;
}

.search-filter-field__input {
    width: 100%;
    background-color: white;
}
.search-filter-component-combobox-base__listbox {
    border: 1px solid black;
    background: white;
}