/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2025 | 17:35:24 */
html, body{
	overflow-x: hidden;
}

div#primary {
    padding-top: 20px;
}

.header-main, .footer-cls {
    background: #00000096;
}

body.header-transparent{
    position: relative;
}

body.header-transparent:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: linear-gradient(180deg, rgba(10, 10, 10, 0.95) 9.53%, #0A0A0A 21.73%, #222222 65.84%, #0A0A0A 99.5%) !important;
}

.header-transparent .header-main, .post-type-archive-tribe_events .header-main{
	background: transparent;
/* 	position: absolute;
	top: 0;
	left: 0; */
}


.header-transparent .footer-cls{
	background: transparent;
}

.img-scale img{
    transform: scale(1.25)
}

.about-sec::before {
    /* Ellipse 29 */
    content:'';
    position: absolute;
    width: 341.42px;
    height: 341.42px;
    left: 0;
    top: -80px;
    background: #FF1E1E;
    filter: blur(307px);
	z-index: 0;
}

.about-sec::after {
    /* Ellipse 29 */
    content:'';
    position: absolute;
    width: 341.42px;
    height: 341.42px;
    right: 0;
    bottom: -80px;
    background: #FF1E1E;
    filter: blur(307px);
	z-index: 0;
}

@media (max-width: 690px) {
	.img-scale img{
		transform: scale(1)
	}
}
