/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 22 2025 | 22:08:23 */
.page-id-13, .page-id-343, .page-id-707, .page-id-709 {
	.media_selector, .type_selector {
		background: var(--button_gradient_top_color);
	}
	.media_selector span, .type_selector span {
		color:#1F1C4B;
	}
	.media_selector.active {
		font-weight: bold;
	}
	.media_selector:not(.active) {
		background: rgba(255, 134, 99, 0.2);
		border: 1px solid rgba(255, 134, 99, 0.2);
	}
	.media_selector:not(.active) span{
		color: #1F1C4B;
	}
	.type_selector:not(.active) {
		background: rgba(255, 134, 99, 0.2);
		border: 1px solid rgba(255, 134, 99, 0.2);
	}
	.type_selector:not(.active) span{
		color: #1F1C4B
	}
		@media screen and (min-width: 500px){
			.fusion-sticky-container:not(.fusion-sticky-spacer):not(.fusion-custom-z-index) {
				--awb-z-index: 20;
			}
		}
}

@media screen and (max-width: 500px) {
	.media_selector {
		margin-bottom: 20px;
		margin-right: 15px;
	}
	.fusion-column-wrapper:has(ul.modulefilter) {
		justify-content: flex-start;
	}
}