/* * {
    font-family: 'Inter', sans-serif;
} */


/* header */
.active-sport {
	font-weight: 900 !important;
    border-bottom: 2px solid white;
    font-family: 'Inter';
}


.side-bar-mobile {
	display: none;
}
.head .open {
	display: none;;
}
/* #primary.content-area.primary {
	margin-top: 100px
} */

.head .bars {
	display: none;
}
.head .main-head {
	display: flex;
}
.logo {
	width: 80px;
	padding: 5px;
}
.head_title {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-align: left;
	width: 130px;
	margin-right: 1em;
}

.boxContainer {
	position: relative;
	width: 250px;
	border: 2px solid white;
	border-radius: 15px;
	margin: auto;
	height: 40px;
	background-color: white;
}
.elementsContainer {
	margin-bottom: 0;
	border: none;
}
.elementsContainer td {
	padding-top: 5px;
}
input.search {
	padding: 0;
	border: none;
	width: 100%;
}
.tab {
	display: flex;
}
.tab a {
 text-decoration: none;
	color: white;
	padding: 10px;
	font-size: 15px;
	font-weight: 600;
}
.tab a:hover{
	color: white;
	font-weight: bold;
	border-bottom: 2px solid white;
}

h1, h2, h3 , h4{
    font-family: 'Inter', sans-serif;
}

/* footer */
.footer-logo {
	width: 62px;
	margin:  2px auto;
}
.footer-text {
	margin-block: 20px !important;
	padding: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 21px;
/* identical to box height */
	letter-spacing: -0.204545px;
color: #1E2833;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
.site-primary-footer-wrap {
	padding: 10px;
}
   #main-footer {
        font-family: 'Poppins', sans-serif;
        display: flex;
        justify-content: space-between;
    }
#main-footer .footer {
	margin-top: 20px;
	padding-inline: 10px;
	text-align: left;
}
    #main-footer h1 {
        font-size: 1.063rem;
        font-weight: 700;
    }
    #main-footer p {
        font-size: 0.8rem;
        font-weight: 400;
    }
    #main-footer a {
        color: black;
			font-size: 0.8rem;
    }



/* side nav bar */


#secondary {
		background: #FFFFFF;
   	box-shadow: 3px -2px 10.6933px rgb(0 0 0 / 25%);
	min-height: 100%;
	margin: 0;
	padding: 0 !important;
	width: 220px !important;
	border-bottom: none;
	color: #868686;
	margin-top: 10px;
	z-index: 5;
/* 	margin-top: 100px */

}

#secondary button {
	height: 50px;
}
.nav-link {
  color: #868686;
}
.nav-link:hover {
    color: black;
  }
button.accordion2 {
    background: none !important;
    }

	.tabs_mobile {
		display: none;
	}
#main {
	margin-right: -10px;
	margin-left: -10px;
}
@media only screen and (max-width: 921px)  {
	#secondary {
		display: none;
	}
	/* header */
/* .ast-above-header-bar {
	padding: 0;

	background: black;
	min-width: 100%;
}
	.ast-above-header-bar a {
		text-decoration: none;
	} */




@media only screen and (max-width: 767px){
	.sidenav {
		display: none;
	}

	.tabs_mobile {
		position: relative;
		display: flex;
	  height: 90px;
    background: whitesmoke;
		width: 100%;
	}
	.tabs_mobile ul{
		position: relative;
    display: flex;
		width: 100%;
		margin: auto;
		margin-right: 20px
	}
	.tabs_mobile ul li {
		list-style: none;
		margin: auto;
		text-align: center;
	}
	.tabs_mobile ul li button {
	  text-decoration: none !important;
		color: white;
		font-size: 20px;
		font-weight: 500;
		background: #E0253C;
		padding: 10px 1px;
		border-radius: 30px;
		width: 150px
	}
		.tabs_mobile ul li button:hover {

			background: black;
	}
	.tabs_mobile ul li button:focus {
	 background: black;
	}
}
.page .entry-title {
	display: none;
}

@media only screen and (max-width: 679px){
	 .tab {
	display:none
}
}
@media only screen and (min-width: 767px){
	  svg.ast-mobile-svg {
	display:none
}
	}

@media only screen and (max-width: 1003px){
	span.text {
		display:none;
	}
}

@media only screen and (max-width: 480px){
	/* .head .logo {
		width: 70px;
		height: auto%;
	}
	.head .head_title {
		display: none;
	} */
		.tab {
		display: none;
	}
	.tabs_mobile {
		position: relative;
		display: flex;
	  height: 70px;
	}
	.tabs_mobile ul{
   display: flex;
		padding: 0;
		margin-left: 20px;
	}
	.tabs_mobile ul li {
      margin: 5px;
	}
	.tabs_mobile ul li button {
			font-size: 10px;
		width: 70px;
		padding: 5px
	}

}
@media only screen and (max-width: 921px){

	.head .open {
		display: flex;
		margin-right: 20px;
		color: white;
		align-items: center

	}
	.menu-btn {
		font-size: 30px !important;
		margin-left: 20px;
	}
	.head {
		display: flex;
	}
	.side-bar-mobile {
		display: flex;
		background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    width: 290px;
		height: 100%;
    position: fixed;
    top: 	0%;
    left: -100%;
    z-index: 2;
    transition: 0.6s ease;
    transition-property: left;
	}
	.close-btn {
		font-size: 40px;
		position: absolute;
		right: 10%
	}
	.side-bar-mobile a {
		color: white;
	}
	.side-bar-mobile ul {
		margin-top: 40px;
		list-style: none;
	}

}

a {
	color: transparent;
}
