p:empty {
	display: none;
}

.bt-no-gap {
	gap: 0 !important;
}

.text-decoration-none > a {
		text-decoration: none;
}

.custom-text-style-1 {
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 2.5px;
}

/* Custom Buttons */
.custom-btn-style-1 .wp-block-button__link {
		font-size: 0.7rem !important;
		padding: 13px 35px;
		border-width: 1px;
		font-weight: 600;
		text-transform: none;
}

.custom-btn-style-2 .wp-block-button__link {
		border-width: 1px;
		font-weight: 600;
}

.custom-btn-style-3 .wp-block-button__link {
		border-color: transparent;
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
		background-color: #FFF;
}

.custom-btn-style-3:hover .wp-block-button__link {
		color: #FFF !important;
}

.athemes-blocks-block-container.bt-pl-0.bt-pr-0 .athemes-blocks-block-container-wrapper-content {
	padding-left: 0;
	padding-right: 0;
}

/* Custom Section Divider */
.custom-bottom-divider-1 {
		position: relative;
}

.custom-bottom-divider-1:after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 2px;
		height: 140px;
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(33,40,6,1) 50%);
		transform: translate3d(-50%, 50%, 0);
}

/* Footer */
@media screen and (min-width: 870px) {
	.bhfb-main_footer_row .bhfb-row {
			position: relative;
	}

	.bhfb-main_footer_row .bhfb-row:before {
			content: '';
			position: absolute;
			top: -60px;
			left: -60px;
			right: -60px;
			bottom: -60px;
			border: 1px solid rgba(255, 255, 255, 0.5);
			z-index: 0;
	}

	.bhfb-main_footer_row .bhfb-row > div {
			z-index: 1;
	}

	.bhfb-main_footer_row .bhfb-row, 
	.bhfb-below_footer_row .bhfb-row {
			font-size: 0.85rem
	}	
}

.bhfb-main_footer_row .bhfb-row .widget-title {
		font-family: 'Mulish' ,sans-serif;
		letter-spacing: 2.5px;
		margin-bottom: 40px;
}

/* Shop Products Title */
.loop-price-inline > .price {
		font-size: 0.9em;
}

/* Shop Single */
.single-product.no-single-breadcrumbs .woocommerce-notices-wrapper:not(:empty) {
	margin-bottom: 30px;
}

/* Custom Form Style */
.custom-form-style-1 input,
.custom-form-style-1 textarea {
		border-top: 0 !important;
		border-right: 0 !important;
		border-left: 0 !important;
		font-size: 1.1rem !important;
		opacity: 0.7;
		background-color: transparent !important;
}

.custom-form-style-1 .wpforms-field input[type="email"],
.custom-form-style-1 .wpforms-field input[type="text"]{
	background-color: transparent !important;
}

.custom-form-style-1 .wpforms-field input:focus,
.custom-form-style-1 .wpforms-field textarea:focus {
		box-shadow: none !important;
}

.custom-form-style-1 input:focus,
.custom-form-style-1 textarea:focus,
.custom-form-style-1 .wpforms-valid {
		opacity: 1;
}

/* Footer */
.bhfb-footer {
	color: rgba(255,255,255,0.66);
}
.bhfb-footer a {
	color: rgba(255,255,255,0.66);
}