/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2026 | 10:11:19 */
.display-inline{
	display: inline-block;
	width: auto !important;
}
.gradient-text{
	background: linear-gradient(120deg, rgb(0, 114, 206), rgb(151, 215, 0) 30%, rgb(255, 163, 0) 60%, rgb(218, 25, 132)) text;
    -webkit-text-fill-color: transparent;
}
.slider-radius .wp-block-uagb-slider-child .swiper-content{
	border-radius: 15px;
}
.height-full{
	height: 100%;
}
.flex-col-end article.uagb-post__inner-wrap{
	display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
}
.mr-auto{
	margin-right: auto !important;
}
.padding-10 a{
	padding: 10px !important;
}
.dot-img img{
	width: 10px !important;
	margin-right: 10px;
}
.colored-bars{
	position: absolute !important;
    top: 1%;
    left: 10px;
    z-index: 10;
}
.square-list .uagb-icon-list__source-wrap{
    width: 8px;
    height: 8px;
    margin-right: 10px !important;
}
.event .uagb-tabs__body-container{
	padding: 0 !important;
}
.event .uagb-tab{
    border: 1px solid #333 !important;
    border-radius: 8px !important;
}

.uagb-slider-container .swiper-pagination.swiper-pagination-bullets {
    max-width: 100%;
    width: 130px;
    bottom: 20px !important;
    right: 20px;
    left: unset !important;
    padding: 8px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
}
.swiper-pagination-bullet-active{
	width: 25px !important;
	border-radius: 10px;
	transition: all 0.5s;
}
.ct-post-loop .wp-block-uagb-loop-wrapper{
	width: 100%;
}
.ct-post-title a{
	text-decoration: none !important;
}
.ct-cat{
	border-radius: 8px;
}
.ct-cat a{
	text-decoration: none !important;
}
/* Tabs background */
.tab-bg{
	position: relative;
}
.tab-bg::before {
    position: absolute;
    width: 250px;
    height: 250px;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    right: -80px;
    top: -80px;
    border-radius: 50% 0 50% 50%;
}

@media (max-width: 767px){
	.colored-bars{
		top: 17%;
	}
	.uagb-slider-container .swiper-pagination.swiper-pagination-bullets{
		bottom: 80px !important;
	}
}
/*
.admin-bar #page {
    min-height: calc(100vh - 32px);
    max-width: 1440px;
    margin: 30px auto;
    overflow: hidden;
    box-shadow: 0 0 50px 5px;
    border-radius: 15px;
}
*/

 