/* ---------------------------------
 * Button
 * ------------------------------ */
.aura-wsform-button button{
	padding:15px 25px !important;
}
@media (max-width: 767px) {
	.aura-button--type-alpha {
		padding: 14px 0px 14.41px 0px;
		background: red;
	}

	.aura-button--type-gamma {
		padding: 13px 0px 13.41px 0px;
		background: red;
	}
}

.aura-white-arrow-beta-button .aura-button--type-beta .aura-button__text {
	position: relative;
}

.aura-white-arrow-beta-button .aura-button--type-beta .aura-button__text::after {
	content: '';
	display: inline-block;
	background-color: currentcolor;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-image: url(https://ravinenergy.com/wp-content/uploads/2021/11/icon-arrow.svg);
	mask-image: url(https://ravinenergy.com/wp-content/uploads/2021/11/icon-arrow.svg);
	width: 14px;
	height: 21px;
	margin-bottom: -5px;
	margin-left: 7px;
}

.aura-button--type-alpha .aura-button__text {
	position: relative;
}

.aura-button--type-alpha .aura-button__text::before {
	content: '';
	display: inline-block;
	background-color: currentcolor;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-image: url(https://ravinenergy.com/wp-content/uploads/2021/11/icon-phone.svg);
	mask-image: url(https://ravinenergy.com/wp-content/uploads/2021/11/icon-phone.svg);
	width: 18px;
	height: 18px;
	margin-bottom: -2px;
	margin-right: 7px;
}

.aura-button--type-alpha .aura-button__text {
	position: relative;
}

.aura-button--type-gamma .aura-button__text::before {
	content: '';
	display: inline-block;
	background-image: url(https://ravinenergy.com/wp-content/uploads/2021/11/unit.co-flash-icon.svg);
	background-repeat: no-repeat;
	width: 14px;
	height: 21px;
	margin-bottom: -4px;
	margin-right: 7px;
}

.aura-main-button-width .aura-button--type-gamma,
.aura-main-button-width .aura-button--type-alpha {
	padding-left: 0;
	padding-right: 0;
}

/* ---------------------------------
 * Home > Tablet layout
 * ------------------------------ */

@media (max-width: 1279px) and (min-width: 768px) {
	.home .elementor-container {
		max-width: 704px !important;
		width: 100%;
		margin-inline: auto;
	}
}

/* ---------------------------------
 * Inner Pages > Blockquote
 * ------------------------------ */

blockquote {
	padding-left: 20px;
	border-left: 2px solid var(--e-global-color-accent);
	font-size: 18px;
}

/* ---------------------------------
 * Stickybar
 * ------------------------------ */

.aura-sticky-section {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
	width: 100%;
}

/* ---------------------------------
 * Sidebar
 * ------------------------------ */

@media (max-width: 767px) {
	.aura-content__sidebar {
		display: none;
	}
}

/* ---------------------------------
 * Page > Inner pages layout tablet
 * ------------------------------ */

@media (max-width: 1279px) and (min-width: 768px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 704px !important;
	}
}

/* ---------------------------------
 * Page > Battery Accessories
 * ------------------------------ */

.aura-battery-accessories-page .elementor-image-box-img {
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {
	.aura-battery-accessories-page .elementor-image-box-img {
		justify-content: start;
		margin-bottom: 20px !important;
		width: 100% !important;
	}

	.aura-battery-accessories-page .elementor-image-box-wrapper {
		text-align: left;
		display: block !important;
	}
}
