/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com/
Description:  A child theme for GeneratePress
Author:       Your Name
Author URI:   https://yourwebsite.com/
Template:     generatepress
Version:      1.0.0
Text Domain:  generatepress-child
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Futura-Md-BT';
  src: url('fonts/futuramdbt_bold.woff2') format('woff2'),
       url('fonts/futuramdbt_bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura-Regular';
  src: url('fonts/FutuMd.woff2') format('woff2'),
       url('fonts/FutuMd.woff') format('woff');
  font-style: normal;  font-weight: normal;
  font-display: swap;
}

.site-content {
	display: block !important;
}

.has-inline-mobile-toggle .mobile-menu-control-wrapper {
	display: none !important;
}

.inside-site-info {
	display: none;
}

:root {
	--red:   #c80000;
	--dark:  #000;
	--light: #f5f5f5;
	--font:  "Montserrat";
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: var(--font);
	background: #fff;
	color: #222;
	line-height: 1.3;
}

.site-header {
	background-color:#100D0C !important;
	opacity:1 !important;
}

.basketball-hero-c .site-content {
	display: block !important;
}

.basketball-hero-c .has-inline-mobile-toggle .mobile-menu-control-wrapper {
	display: none !important;
}

.basketball-hero-c .btn {
	display: inline-block;
	background: var(--red);
	color: #fff;
	text-decoration: none;
	padding: 10px 70px;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Futura-Regular';
}

.basketball-hero-c .btn:hover {
	filter: brightness(1.1);
}

.basketball-hero-c .hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 81.5vh;
	padding: 0 1rem;
	text-align: center;
	background:
		linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
		url("https://drewkarisbasketball.kinsta.cloud/wp-content/uploads/2025/07/65a50db6fa259b4a78f4ff0f8bab78997e72fc39-scaled.jpg")
		center/cover no-repeat;
	border-bottom: 17px solid var(--red);
	color: #fff;
}

.basketball-hero-c .hero-content p:first-of-type {
	font-size: 36px;
	font-weight: 400;
	margin: 0;
	font-family: 'Futura-Regular';
}

.basketball-hero-c .hero-content h2 {
	font-size: 210px;
	font-weight: 800;
	line-height: .9;
	margin: 20px 0;
	text-transform: uppercase;
}

.basketball-hero-c .hero-content h3 {
	font-size:60px;
	font-weight: 500;
	line-height: 60px;
	text-transform: uppercase;
	font-family: 'Futura-Md-BT';
}

.basketball-hero-c .subtitle {
	font-size: 36px;
	font-weight: 400;
	margin: 0 0 20px;
	font-family: 'Futura-Regular';
}

.basketball-hero-c .content {
/*     background: url("https://drewkarisbasketball.com/wp-content/uploads/2025/07/banner-bottom-img.jpg") center/cover no-repeat; */
    padding: 3rem 1rem 2.5rem;
    text-align: center;
    color: var(--dark);
}


.basketball-hero-c .grades {
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 20px;
	color:#1A1A1A;
}

.basketball-hero-c .location {
	font-size: 30px;
	line-height: 1.4;
	padding-bottom:20px;
	border-bottom: solid 3px #000;
	width: 750px;
	margin: 0 auto;
	font-weight: 600;
    letter-spacing: 0.7px;
	color:#1A1A1A;
}

.basketball-hero-c .fee {
	font-size: 30px;
	font-weight: 700;
	margin: 15px 0 22px;
	color: var(--red);
}

.site-footer {
	background: var(--light);
	text-align: center;
}

.footer-wrap p {
	background: var(--dark);
	color: #fff;
	display: inline-block;
	font-size: 17px;
	padding: 20px 60px;
	margin: 0;
	width: 100%;
	font-family: 'Futura-Regular';
}

.footer-wrap .form-main {
	max-width: 750px !important;
	margin: 0 auto;
	padding: 40px 0 35px;
}

.site-footer .inside-footer-widgets {
	display: block !important;
}

.site-footer .footer-widgets-container .inner-padding {
	padding: 0;
}

.site-footer .grid-container {
	max-width: 100% !important;
}

.site-footer .footer-widgets-container {
	padding: 0 !important;
}

.footer-wrap {
	background-color: #282828;
}

.page-template-thank-you .grid-container {
	max-width:100%;
	width:100%;
}

.page-template-thank-you .form-main {
	display:none;
}

.thank-you .hero-content p {
	font-size:46px !important;
}

@media (max-width: 1024px) {
	.basketball-hero-c .location {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.basketball-hero-c .hero-content {
		height: 80vh;
	}

	.basketball-hero-c .hero-content h2 {
		font-size: 120px;
		text-transform: uppercase;
	}

	.basketball-hero-c .hero-content h3 {
		font-size: 30px;
		line-height:30px;
	}

	.basketball-hero-c .subtitle {
		font-size: 20px;
	}

	.basketball-hero-c .grades {
		font-size: 20px;
	}

	.basketball-hero-c .location {
		font-size: 14px;
		width: 100%;
	}

	.basketball-hero-c .fee {
		font-size: 20px;
	}

	.basketball-hero-c .btn {
		padding: 8px 35px;
        font-size: 15px;
	}

	.basketball-hero-c .hero-content p:first-of-type {
		font-size: 22px;
		line-height:22px;
		font-weight: 400;
	}

	.basketball-hero-c .content {
		padding: 2rem 1rem 1.5rem;
	}

	.footer-wrap p {
		font-size: 10px;
		padding: 12px 4px;
		line-height: 15px;
	}

	.footer-wrap .form-main {
		max-width: 100% !important;
		padding: 30px 16px;
	}

	.inside-footer-widgets > div:not(:last-child) {
		margin-bottom: 0 !important;
	}
}