/*
Template:       classima
Theme Name:     Classima Child
Theme URI:      http://radiustheme.com/demo/wordpress/classima
Author:         RadiusTheme
Author URI:     https://www.radiustheme.com
Description:    Classima is a clean and modern WordPress Theme best suited for Classified Listing. This theme comes with all necessary features and pages for a Classified Listing website.
Version:        1.0.2
Text Domain:    classima
Tags:           two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog
License:        Envato split License
License URI:    https://themeforest.net/licenses/terms/regular
*/

.classima-search-category-label__text {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 20px;
    display: inline-block;
    margin-bottom: 20px;
}
/* Ensure mobile search is visible for all header styles */
.mobile-header-search {
    display: block !important;
}

@media screen and (max-width: 991px) {
    .main-header-inner.mobile-header-search {
        width: 100%;
        padding: 15px 0;
    }
}

@media screen and (max-width: 560px) {
    .main-header-inner.mobile-header-search .classima-listing-search-form {
        display: block !important;
    }

    .main-header-inner.mobile-header-search .rtin-key-space {
        margin-top: 10px;
    }
}

/* Ensure the element is hidden by default (Desktop/Tablet) */
.main-header-inner.mobile-header-search {
    display: none !important;
}

#content .listing-grid-each.is-sold .rtin-item .rtin-thumb .rtcl-sold-out {
    z-index: 8;
}

@media (min-width: 992px) {
    .header-style-9 .header-top-part {
        border-bottom: 1px solid #3b5a8f;
    }
}

/* Show and optimize only on Mobile (up to 768px) */
@media (max-width: 768px) {
    .main-header-inner.mobile-header-search {
        display: block !important;
        padding: 5px 10px;
    }
    .main-header-inner.mobile-header-search .classima-listing-search-form .rtin-search-btn,
    .main-header-inner.mobile-header-search .classima-listing-search-form .rtcl-search-input-button {
        border-radius: 4px;
    }

    /* Make the internal search form more compact */
    .main-header-inner.mobile-header-search .rtcl-search-inline-form {
        margin-bottom: 5px;
    }

}
/* Tablet only (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1023px) {
	.site-content .content-area {
    padding: 0px 0 !important;
}
	.classima-listing-search-form .rtcl-search-input-button {
    width: 644px !important;
}
.classima-listing-search-form .form-group {
    width: 650px !important;
}

}
