/*
 Theme Name:   WP Bootstrap Starter Child
 Description:  WP Bootstrap Starter Child Theme
 Template:     wp-bootstrap-starter
 Version:      1.0.0
*/


/***** All *****/
html {
	font-size: 100%;
}

body {
	font-family: "Montserrat", sans-serif;
}

@media (min-width: 1200px) {	
	.make-container-width {
		max-width: 1140px;
		margin: 0 auto;
	}
	
	.mimic-container-padding-right {
		padding-right: calc(50vw - 570px);
	}
	
	.mimic-container-padding-left {
		padding-left: calc(50vw - 570px);
	}
}

.sectionTitle {
	color: #00274c;
	font-size: 3rem;
	text-transform: capitalize;
	line-height: 1.2;
}

.boldTitle {
	font-variation-settings: "wght" 700;
}

strong {
	font-variation-settings: "wght" 500;
}

.text-underline {
	text-decoration: underline;
}

.btn-primary {
	color:#fcee21;
	background-color:#00274c;
	border-color:#00274c;
	font-variation-settings: "wght" 600;
	text-transform: uppercase;
	border-radius: 2rem;
	padding: 0.75rem 2.5rem;

}

.btn-primary:hover {
  color:#fff;
  background-color:#0069d9;
  border-color:#0062cc
}

.btn-primary.focus,
.btn-primary:focus {
  color:#fff;
  background-color:#0069d9;
  border-color:#0062cc;
  box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color:#fff;
  background-color:#0062cc;
  border-color:#005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}

#content.site-content {
	padding-top: 2rem;
}

/***** Header *****/
header#masthead {
	background-color: #00274c;
}

.navbar-brand img {
	max-height: 100px;
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-right: 1rem;
}

.navbar-brand {
    max-width: calc(100% - 30px - 3rem);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.menu-item a {
	color: #fcee21;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #fff;
	font-size: 1.25rem;
	text-transform: uppercase;	
	padding: 0.5rem 1rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	color: #fcee21;
	font-weight: 500;
}


/***** Footer *****/
#footer-widget {
	background-color: #00274c !important;
	padding: 2.5rem 0;
	color: #fff;
}

#footer-widget i, #footer-widget svg {
	color: #fff;	
}

.footer-heading {
	font-size: 1.25rem;
	margin-bottom: 1rem !important;
}

#footer-widget p {
	margin-bottom: .5rem;
}

#footer-widget p a {
	color: unset;
}

#footer-widget p a:hover {
	color: #fcee21;
	text-decoration: none;
}

#footer-widget .row .col-12:first-child {
    align-self: center;
}

#footer-widget .widget {
	margin: 1rem 0 1rem;
}

@media (max-width:767px) {
	#footer-logo {
		max-width: 50%;
	}
}

@media (min-width:768px) {
	#footer-logo {
		max-height: 75px;
	}
}

#footer-social-icons {
	margin: 1rem 0;
}

#footer-social-icons img {
	height: 47px;
}

footer#colophon {
	background-color: #00274c !important;
	border-top: 2px solid #113f6a;
}

footer#colophon > .container {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}


.site-info, footer#colophon a {
  color: #fff;
}

footer#colophon a:hover {
	color: #fcee21;
	text-decoration: none;
}

/** Homepage **/

.home #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.home .entry-header {
	display: none;
}

.home .entry-content {
	margin: 0;
}

#hero-desktop {
	background-image: url("/wp-content/uploads/2024/11/hero-desktop-original.jpg");
	background-position: 70% center;
	min-height: 600px;
}

#mobile-hero-text-container {
	background-color: #00274c;
}

#hero-mobile-img {
	min-height: 50vh;
	object-fit: cover;
    object-position: 80%;
}

.hero h1 {
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}

.hero h1 span {
	color: #fcee21;
}

@media (max-width:675px) {
	.white-squiggle-hr {
		max-width: 50%;
	}
}

@media (min-width:1199.98px) {
	.white-squiggle-hr {
		max-width: 365px;
		margin-left: 1.5rem;
	}
}

#WhatIsOle-Dino {
	max-height: 552px;
}

.yellow-squiggle-hr {
	max-width: 250px;
}

#ole-programs {
	background-color: #f5f5f5;
	position: relative;
}

.program-card {
	box-shadow: 0px 0px 8px 0px #ccc;
	border-radius: 1rem;
	overflow: hidden;
}

.program-title {
	text-align: center;
    font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #00274c;
}

.program-card .card-body {
	padding: 2rem;
	display: flex;
	flex-direction: column;
}

.program-card ul {
	list-style-type: none;
	padding-left: 0.5rem;
}

.program-card li {
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}

.program-card li::before {
	content: "";
	height: 1rem;
	width: 1rem;
	background-image: url('/wp-content/uploads/2024/11/soccer-ball-blue.png');
	background-size: cover;
	display: inline-block;
	margin-right: 0.5rem;
}

#why-ole {
	z-index: 2;
}

#yellow-squiggle-overlay-why {
	position: absolute;
	right: 0;
}

@media (max-width: 574.98px) {
	#yellow-squiggle-overlay-why {
		bottom: -3vh;
		max-width: 50vw;
	}
}

@media (min-width: 575px) and (max-width: 991.98px) {
	#yellow-squiggle-overlay-why {
		bottom: -6vh;
		max-width: 40vw;
	}
}

@media (min-width: 992px) {
	#yellow-squiggle-overlay-why {
		bottom: -10vh;
		max-width: 40vw;
	}	
}

#faqs .card-header {
	background-color: unset;
	font-variation-settings: "wght" 600;
}

.faqs-plus-minus {
	font-variation-settings: "wght" 700;
	background-color: #ccc;
	border-radius: 50%;
	min-width: 2rem;
	min-height: 2rem;
	display: inline-block;
	align-content: center;
	font-size: 1.5rem;
	line-height: .5rem;
	margin-right: 1rem;
	text-align: center;
}

#faqs .card-header a {
	display: flex;
	align-items: center;
	color: #00274c;
}

#faqs .card-header a:hover {
	text-decoration: none;
}

a[aria-expanded=false] .faqs-plus-minus:before {
	content: "+";
}

a[aria-expanded=true] .faqs-plus-minus:before {
	content: "–";
}

#CTABoxes .col {
	min-height: 500px;
}

#CTABoxes img {
	height: 25%;
	margin: 0 auto;
	display: block;
}

#dinosCTABox {
	background-image: url("/wp-content/uploads/2024/11/dinos-cta-box-bg.jpg");
	background-size: cover;
	background-position: 100% center;
}

#kickersCTABox {
	background-image: url("/wp-content/uploads/2024/11/kickers-cta-box-bg.jpg");
	background-size: cover;
}

#juniorsCTABox {
	background-image: url("/wp-content/uploads/2024/11/juniors-cta-box-bg.jpg");
	background-size: cover;
}
	
@media (max-width: 991.98px) {
	#contact-us {
		background-image: linear-gradient(to top, #fcee21, 80%, transparent), url("/wp-content/uploads/2024/11/ContactUsBg.jpg");
		background-repeat: no-repeat;
		background-size: 150%;
		background-position: center top;
	}
	
	#contactUsImg {
		visibility: hidden;
	}
}
	
@media (min-width: 992px) {
	#contact-us {
		background: linear-gradient(to right, #fcee21, transparent);
		background-image: linear-gradient(to right, #fcee21, 80%, transparent), url("/wp-content/uploads/2024/11/ContactUsBg.jpg");
		background-size: cover;
		background-position-y: 38%;
	}
}

/** Coaches **/
.crc-heading {
	font-size: 1.25rem;
	font-variation-settings: "wght" 700;
	text-transform: capitalize;
	color: #00274c;
}

/** Coaches Sidebar **/
#post-244 .entry-header {
	display: none;	
}

#post-244 h1 {
	font-variation-settings: "wght" 700;
	font-size: 3rem;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #00274c;
}

#crc-sidebar ul {
	list-style-type: none;
	padding-left: 0;
}

.crc-sidebar-heading {
	font-variation-settings: "wght" 700;
}

#crc-sidebar li:has(a) {
	padding-left: 1.5rem;
}


/** Password Promopt **/
.post-password-required {
	text-align: center;
}

.post-password-required .form-group {
	justify-content: center;
}

@media (max-width: 575.5px) {
	.post-password-required .btn {
		margin-top: 1rem;
	}
}