/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body {
	background: url(https://jewellars.com/allure-wp/wp-content/uploads/2026/07/bgg-scaled.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    background-size: cover;
}
.site-header {
	display: none !important;
}
.home-banner {
    max-width: 1230px;
    margin: 0 auto;
}
.home-banner,
.home-banner > .elementor-container {
	height: 1027px;
}
.elementor-slideshow__footer {
	display: none;
}
#panel {
  display: none;
}
#flip {
    cursor: pointer;
}
.related.products {
	clear: both;
}
.woocommerce ul.products li.product a img {
    width: auto;
}
.woocommerce div.product div.images img {
    width: auto;
    margin: 0 auto;
}
.privacy a {
	color: #ffffff;
}
.home-header {
	background: transparent;
	position: absolute !important;
	width: 100% !important;
	z-index: 1;
}
.elementor-nav-menu--main .top-contact a {
	background: #d6a665;
	border-radius: 8px;
	color: #ffffff !important;
    padding: 10px 30px !important;
}
.elementor-nav-menu--main .top-contact a:hover {
	background: #2c3e50;
}
.elementor-nav-menu--main .top-contact a:after {
	display: none !important;
}
.our-blog .pp-post-thumbnail img {
	height: 235px;
    object-fit: cover;
}
header.page-header {
	display: none;
}
body.blog .page-content,
body.single-post .page-content {
	padding: 40px 0px;
}
.comments-area {
	padding-bottom: 40px;
}
.margin-bottom-none,
.margin-bottom-none p,
.margin-bottom-none h5 {
	margin-bottom: 0px !important;
}
.full-image img {
    width: 100%;
}
.contact-image a:after {
	display: none !important;
}
.footer-link a,
.contact-link a {
	color: #000000;
}
.footer-menu .top-contact {
	display: none !important;
}
.contact-us textarea{
	border-radius: 30px !important;
}
footer .sub-menu,
footer .sub-arrow {
	display: none !important;
}

@media screen and (max-width: 1024px) {
	.home-banner {
		background-image: none !important;
		height: auto;
	}
	.home-banner > .elementor-container {
		height: auto;
	}
	.mobile-logo img {
		height: 150px;
		width: auto;
		margin-top: 20px;
	}
	.mobile-comfort img {
		height: 150px;
		width: auto;
	}
	.mobile-text {
		color: #000000 !important;
	}
}
@media screen and (max-width: 767px) {
	.elementor-kit-7 h2 {
        line-height: normal;
    }
	.footer-menu a {
		display: block !important;
		text-align: center;
	}
}
@media screen and (max-width: 580px) {
	.contact-us textarea{
		border-radius: 20px !important;
	}
}