/* 
 Theme Name:   ASC
 Theme URI:    
 Description:  
 Author:       ideasoft
 Author URI:   
 Template:     hello-elementor
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
html,
body{
width:100%;
	overflow-x:hidden;
}
.green-rounded-bg, .transparent-rounded-bg.active{
	padding: 0 20px;
	border-radius: 20px;
	background-color:var(--e-global-color-primary);
	color:white;
}
.transparent-rounded-bg{
	padding: 0 20px;
	border-radius: 20px;
}
.white-bg{
	background-color:white;
}
.bg-std{
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.ma-tb-50{
	margin-top:50px;
	margin-bottom:50px;
}
.pa-30{
	padding:30px!important;
}
.font-50-700{
	font-size:50px;
	font-weight:700;
}
.font-16-700{
	font-size:16px;
	font-weight:700;
}
.font-20-700{
	font-size:20px;
	font-weight:700;
}
.font-39-700-82{
	font-size:39px;
	font-weight:700;
	line-height:82px;
}
.text-center{
	text-align:center;
}
.green-color{
	color:var(--e-global-color-primary);
}
body .white-color{
	color:white;
}
.hidden-overflow{
	overflow:hidden;
}
.clickable{
	cursor: pointer;
}
.swiper-slide, .flex-cc{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-column{
	flex-direction:column;
}
.flex-gap-20{
	gap:20px;
}
.width-100{
	width:100%;
}

.green-rounded-slider-arrow{
	background-color: var(--e-global-color-00ffd48);
    padding: 40px;
    border-radius: 50%;
}
.e-green-swiper-arrows .elementor-swiper-button{
	background-color: var(--e-global-color-00ffd48);
    padding: 10px;
    border-radius: 50%;
}
.fix-image-link-contradict .elementor-widget-container > a{
	display: block;
    width: 100%;
}
.green-tab-active-title .elementor-tabs-wrapper > .elementor-tab-title.elementor-active{
	background-color:var(--e-global-color-primary);
	border-radius: 20px 20px 0 20px;
}
body .no-padding-tab .elementor-tab-content{
	padding:0px;
}
.grey-light-border{
	border: 1px solid var(--e-global-color-3559c81);
}
.border-radius-20 {
	border-radius:20px;
}
@media(max-width:768px){
	.green-rounded-slider-arrow{
		padding:22px;
	}
	.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
		font-size:20px;
	}
}
/*specific*/
#home-hero-swiper .coverflow-img{
	height:550px;
	object-fit:cover;
}
#home-hero-swiper .main-slide img {
	z-index:1;
	object-fit:contain;
	width:90%;
}
body .special-font, .elementor-kit-13 .special-font{
	color: var(--e-global-color-primary);
    font-family: "Aguafina Script", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 65px;
}
.posts-category-wrapper{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 15px 20px;
}
.match-result{
	margin-bottom: 19px;
    margin-top: 18px;
}
.home-hero-centered-slide{
    width: 400px
}

#category-filter-button{
	background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
	color: white;
}
#white-gold-pagination .page-numbers{
	background-color: white;
    padding: 10px 15px;
}
#white-gold-pagination .page-numbers.current{
	background-color: var(--e-global-color-7f18be7);;
    color:white;
}
.restaurant-gallery-swiper-thumb img , .restaurant-gallery-swiper-thumb img{
	height:100%;
	width:100%;
	object-fit:contain;
}
#striped-table .e-loop-item:nth-child(odd) > .e-child{
	background-color:#CAE2D4;
}
#prev-matches-section{
	display:none;
}
.more-details-toggle .elementor-toggle-item .elementor-tab-title {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 20px;
}
.more-details-toggle .elementor-tab-content{
	text-align:center;
}
.serv-loop-white .elementor-heading-title a{
	color:white!important;
}

/* account */
.branched-members-wrapper{
    flex-wrap: wrap;
	gap:40px;
}

.elementor .branched-member img{
    width: 233px;
    height: 233px;
    object-fit: cover;
    border-radius: 50%;
}
@media(min-width:768px){
	.branched-member:nth-child(1), .branched-member:nth-child(2){
		width:45%
	}
}
@media(max-width:680px){
	.posts-category-wrapper , {
		flex-direction: column;
    	gap: 15px;
	}
}