/*
Theme Name: BigHearts Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: bighearts
Text Domain: bighearts-child
*/

.sr_only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.single-post .wgl-theme-header,
.single-post .wgl-sticky-header {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


#main {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.home_coupon_slider {
	padding-left: 0;
	padding-right: 0;
}
.accordion_service .content__button {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.newsletter_form .form_row {
	display: flex;
    gap: 20px;
}
.newsletter_form .form_row .left {
	width: 50%;
}
.newsletter_form .form_row .right {
	width: 50%;
}
.newsletter_form .select__field {
	width: 100%;
}
.newsletter_form .wpcf7-submit {
	background-color: #F74F22 !important;
}
.swiper-button-prev,
.swiper-button-next {
	background-color: #ffffff;
    opacity: 1;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 27px !important;
    font-weight: 700;
}
.footer_email .elementor-icon-list-item {
	word-break: break-word;
	overflow-wrap: anywhere;
	line-height: 1.3;
}

@media (min-width: 768px) {

	.footer_main .elementor-column:first-child {
		width: 37% !important;
	}
	.footer_main .elementor-column:nth-child(2) {
		width: 21% !important;
	}
	.footer_main .elementor-column:nth-child(3) {
		width: 21% !important;
	}
	.footer_main .elementor-column:last-child {
		width: 21% !important;
	}

}

@media (max-width: 500px) {

	.newsletter_form .form_row {
		flex-direction: column;
	}
	.newsletter_form .form_row .left {
		width: 100%;
	}
	.newsletter_form .form_row .right {
		width: 100%;
		margin-bottom: 20px;
	}

}
