/*
Theme Name: Wastbin Child
Description: Child Theme for wastbin Theme
Author: zozothemes
Version: 1.0
Template: wastbin
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */

.page .wastbin-page-header, .error404 .wastbin-page-header {  background-image: url(/wp-content/uploads/2025/11/page-title-img-bg2.jpg);}
.page .wastbin-page-header:after, .error404 .wastbin-page-header:after {
    background-color: rgba(0, 0, 0, 0.01);
}

#site-header .header-titles {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
img.site-logo {
    max-width: 150px !important;
    transition: all 0.3s ease-out;
}
.sticky-head.header-sticky .header-navbar a{ color: #000;}
.footer-bottom-wrap { background-color: #bd8538;}
.footer-bottom-wrap p a { color: #000 !important; }
.footer-widgets-wrap .wp-block-gallery-1 figure img { width: 150px;}
.widget .widgettitle:before,
.widget .widgettitle:after,
.header-navbar a:active, .header-navbar ul.wp-menu > li.current-menu-item > a, .header-navbar ul.nav.wp-menu > li.menu-item-has-children.current-menu-ancestor > a { color: #bd8538 !important;}
.elementor-widget-rating .e-rating .e-icon-wrapper i { width: 16px; height: 16px;}

.pricingbox,
.pricingbox .feature-box-wrapper { min-height: 380px;}
.pricingbox .feature-box-wrapper {  margin-bottom: 0;}
.full-search-wrapper.search-form .search-field { background-color: #fff;}

.site-header .secondary-toggle-wrapper { display:none !important;}


@media (max-width: 1024px) {
img.mobile-logo {
    max-width: 120px !important;
}
.pricingbox,
.pricingbox .feature-box-wrapper { min-height: auto;}

}