/**
 * Updated:			02/24/2025
 * Author:			RSGDX
 * License:			GPL v2 or later
 * License URI:		https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:		rsgdx
 * 
 */

li.rsgdx-red-btn a {
	background-color: #f76b6a!important;
	border-color: #f76b6a!important;
	color: #FFF!important;
}
li.rsgdx-red-btn a:hover {
	opacity: 0.7;
}


@media only screen and (max-width: 1024px) {
	.rsgdx-banner-image {
		background-size: cover!important;
	}
	.rsgdx-banner-image > .elementor-container {
		min-height: 500px!important;
	}

}

@media only screen and (max-width: 767px) {
	.rsgdx-banner-image {
		background-position: left center!important;
	}

}