/*
 Theme Name:   RG Decor Child
 Theme URI:    http://www.niksdev.com
 Description: We are passionate about helping our customers create a beautiful home and expressing their style through a choice of curtains, blinds, shutters and coordinated soft furnishings.
 Author:       Niks
 Author URI:   http://www.niksdev.com
 Template:     solari
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

:root {
    --color-primary: #07E28E;
}

a.react_button:focus {
	color: #fff;
}
.top-banner .react-heading span.watermark {
	font-family: "Albert Sans", sans-serif;
	opacity: 0.3;
	width: 100%;
    justify-content: center;
	transform: none !important;
}
.top-banner .react-heading .word-line {
	line-height: 0;
}
.rg-breadcrumb-inner {
	color: #fff;
    font-weight: 600;
}
.rg-breadcrumb-inner .rg-bcn {
    display: flex;
    gap: 5px;
}
.rg-breadcrumb-inner a {
	color: #fff;
}
.rg-breadcrumb-inner a:hover {
	color: var(--color-primary);
}
@media only screen and (max-width: 1024px) {
    .menu-wrap-off {
        padding: 20px !important;
    }
 	.menu-wrap-off .inner-offcan .nav-link-container {
        left: 20px !important;
        top: 20px !important;
    }
    .menu-wrap-off .inner-offcan .nav-link-container .close-button i:before {
        font-size: 25px !important;
        margin: 0 !important;
    }
    .sidenav .widget_nav_menu ul li a {
        padding: 10px 0 !important;
    }
}
@media (max-width: 574px) {
	.top-banner .react-heading .word-line h2.title.word-line {
		font-size: 25px !important;
		line-height: 30px !important;
	}
}