/**
 * Updated:			01/14/2025
 * Author:			RSGDX
 * License:			GPL v2 or later
 * License URI:		https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:		rsgdx
 * Plugin URI:		https://rynerworld.com/
 * Author URI:		https://rynerworld.com/
 * Domain Path:		/languages
 * 
 * @package			RSGDX
 * @author			Ryner S. Galaus
 * 
 */

/***************************
* SLICK SLIDER - GALLERY
***************************/
body.rsgdx-active .rsgdx-slick-gallery-slider {
	position: relative;
}
body.rsgdx-active .rsgdx-slick-gallery-slider img {
	height: 200px; object-fit: cover; padding: 10px; border-radius: 20px;
}
body.rsgdx-active .rsgdx-slick-gallery-slider .slick-arrow {
	position: absolute; top: 45%; left: -12px; color: var(--site_primary_color); font-size: 20px; z-index: 2; cursor: pointer; transition: ease .3s; opacity: 0.5; transform: scale(1.2);
}
body.rsgdx-active .rsgdx-slick-gallery-slider .slick-arrow:hover {
	opacity: 1; transform: scale(1.3); transition: ease .3s;
}
body.rsgdx-active .rsgdx-slick-gallery-slider .slick-arrow.fa-circle-chevron-right {
	left: unset; right: -12px;
}

/*******************************************
 * SLICK SLIDER - BANNER WITH ON/OFF SWITCH
*******************************************/
body.rsgdx-active .rsgdx-banner-slider-with-switch {
	position: relative; overflow: hidden;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-switches {
	position: absolute; z-index: 3; right: 30px; top: 30px; border-radius: 100%; background-color: var(--site_primary_color); width: 50px; height: 50px; cursor: pointer; overflow: hidden; display: flex; align-items: center; justify-content: center; transition: ease .3s;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-switches img {
	background-color: var(--site_primary_color); width: 40px; height: 40px; object-fit: contain; padding: 5px; border-radius: 100%; display: inline-block; position: relative; transition: ease .3s;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-switches-text {
	width: 120px; font-size: 12px; border-radius: 30px; height: unset; padding: 8px 5px; text-align: left; overflow: hidden;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-switches-text span {
	display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; font-weight: 600; transition: ease .3s;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-switches-text span b {
	padding: 0 15px 0 0;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-switches-text span small {
	width: 18px; height: 18px; position: absolute; display: inline-block; background-color: var(--site_shade_5); border-radius: 100%; margin: 0 0 0 70%; transition: ease .7s; z-index: 2;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch.rsgdx-banner-switches-off .rsgdx-banner-switches-text span {
	transition: ease .3s;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch.rsgdx-banner-switches-off .rsgdx-banner-switches-text span b {
	padding: 0 0 0 15px;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch.rsgdx-banner-switches-off .rsgdx-banner-switches-text span small {
	margin: 0 70% 0 0; transition: ease .7s;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-switches:hover {
	background-color: var(--site_secondary_color); transition: ease .3s;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-switches:hover img {
	background-color: var(--site_shade_1); transition: ease .3s;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch.rsgdx-banner-switches-off .rsgdx-banner-switches {
	background-color: var(--site_secondary_color);
}
body.rsgdx-active .rsgdx-banner-slider-with-switch.rsgdx-banner-switches-off .rsgdx-banner-switches img {
	background-color: var(--site_shade_1);
}
body.rsgdx-active .rsgdx-banner-slider-with-switch.rsgdx-banner-switches-off .rsgdx-banner-switches:hover,
body.rsgdx-active .rsgdx-banner-slider-with-switch.rsgdx-banner-switches-off .rsgdx-banner-switches:hover img {
	background-color: var(--site_primary_color);
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-slick .slick-arrow {
	position: absolute; z-index: 2; position: absolute; z-index: 2; opacity: 0.2; color: var(--site_secondary_color); left: auto; right: 30px; bottom: 10%; font-size: 40px; cursor: pointer; transition: ease .3s;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-slick .slick-arrow.fa-circle-chevron-left {
	right: 80px;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-slick .slick-arrow:hover {
	transition: ease .3s; opacity: 0.8;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-content {
	position: relative; z-index: 2; background-position: center 70%; background-size: cover; background-repeat: no-repeat;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-content.rsgdx-banner-count-2 {
	background-position: center;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-content .rsgdx-container-backdrop-black {
	background-color: rgba(0, 0, 0, 0.3);
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-content .rsgdx-banner-details {
	width: 100%; max-width: 1600px; margin: 0 auto; padding: 50px 30px; min-height: calc(100vh - 100px); display: flex; flex-direction: column; flex-wrap: nowrap; align-content: flex-start; justify-content: flex-end; align-items: flex-start; z-index: 2; position: relative;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-details .rsgdx-flex-container {
	max-width: 1400px;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-details .rsgdx-banner-title h2 {
	font-size: 50px;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-details .rsgdx-banner-description p {
	font-size: 20px;
}
body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-details .rsgdx-banner-buttons {
	padding: 20px 0;
}
@media only screen and (max-width: 991px) {
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-content {
		background-position: center;
		background-size: cover;
	}
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-details .rsgdx-banner-title h2 {
		font-size: 40px;
	}
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-slick .slick-arrow {
		bottom: 15%;
	}
}
@media only screen and (max-width: 800px) {
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-content .rsgdx-banner-details {
		min-height: 600px;
	}
}
@media only screen and (max-width: 600px) {
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-switches {
		top: 60px;
	}
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-content .rsgdx-banner-details {
		min-height: 500px;
	}
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-details .rsgdx-banner-subtitle p {
		font-size: 12px;
	}
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-details .rsgdx-banner-title h2 {
		font-size: 25px;
	}
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-details .rsgdx-banner-buttons a:first-child {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 450px) {
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-slick .slick-arrow {
		bottom: 13%; font-size: 30px;
	}
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-slick .slick-arrow.fa-circle-chevron-left {
		right: 65px;
	}
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-content .rsgdx-banner-details {
		min-height: 400px;
		padding-bottom: 0;
	}
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-details .rsgdx-banner-title h2 {
		margin-bottom: 0;
	}
	body.rsgdx-active .rsgdx-banner-slider-with-switch .rsgdx-banner-details .rsgdx-banner-description {
		display: none;
	}
}