/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1784253652
Updated: 2026-07-17 02:00:52

*/



html,body{
    min-width:1200px;
    width:100%;
    overflow-x:hidden;
}

.sb-post-item-wrap.sbr-item-Cm0EB5vqciKD_lezfiat5Q.sbr-provider-yelp{
	display:none !important
}

#sb-reviews-container-1 .sb-item-rating{
	color:#EB0000 !important;
}

#sb-reviews-container-1 .sb-feed-header-btn{
	background:#EB0000 !important;
}

.sb-feed-header-content{
	display:none;
}


.menu-item:hover a, .current-menu-item a{
	font-weight:bold !important;
}

h3.elementor-image-box-title{
    margin:0;
}

a, a:hover{
	color:unset;
}

.btn a br {
    display: none;
}

@media(max-width:1600px){
	.btn a br {
    	display: block;
	}
}

h1, h2,h3,h4, h5, h6, p, ul, ul li, span, label {
    background: #00000001;
}

form.wpcf7-form.init label {
    font-size: .3px;
}

span.wpcf7-list-item label {
    font-size: 14px ! IMPORTANT;
}

.form .btn {
    background: #EB0000;
    color: white;
    font-size: 15px;
    font-family: raleway;
    letter-spacing: 3px;
    padding: 23px 0%;
    border-radius: 500px;
    font-weight: 500;
    display: block;
    margin: 20px auto 0;
    border: none;
    width: 100%;
    max-width: 230px;
}

.form input[type='text'], .form textarea {
    box-shadow: 0px 0px 4px 0px rgb(73 73 73 / 75%) inset;
    background: #EEEEEE;
    border: none;
    font-family: 'Playfair Display';
    font-size: 14px;
    padding: 20px;
}
.form .flex {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.form span, .form label {
    width: 100%;
}

span.wpcf7-list-item {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    letter-spacing: .03px;
    text-align: center;
    margin-top: 20px;
}

.form textarea {
    height: 196px;
}

@media(max-width:1024px){
	html,body{
		min-width:320px;
	}
}


@media(max-width:730px){
	.form .flex {
		flex-direction: column;
	}
	.form .btn {
		width: 100%;
		max-width: 200px;
	}
}