/*
Theme Name: www.lincoln-blackhawks.com
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/
a {color:#7a878e;text-decoration: none;}
a::after {content: none !important;}
p {margin-bottom: 0px !important;}
.img-responsive {max-width: 100%;height: auto;}
.row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.0);
    padding-right: calc(var(--bs-gutter-x) * 0.0);
}
.navbar {padding: 0px !important;}

@media only screen and (min-width : 767px) {
	.collapse:not(.show) {display: flex !important;}
	ul li .sub-menu {position: absolute !important;}
	.navbar-nav {flex-direction: row !important;}
	ul.menu-odd {padding: 0px !important}
	#header {justify-content: center;}
	#navbar-collapse-primary a {display: block;padding: 10px;}
	#navbar-collapse-primary {justify-content: right;}
	.navigation-top {margin-bottom: 40px;}
}
/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-top-right
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-top-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 16%;
            transform-origin: 84% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, -15px);
            transform: scale(1.25) translate(20px, -15px);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@keyframes kenburns-top-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 16%;
            transform-origin: 84% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, -15px);
            transform: scale(1.25) translate(20px, -15px);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
/**
 * ----------------------------------------
 * animation text-blur-out
 * ----------------------------------------
 */
@-webkit-keyframes text-blur-out {
  0% {
    -webkit-filter: blur(0.01);
            filter: blur(0.01);
  }
  100% {
    -webkit-filter: blur(12px) opacity(0%);
            filter: blur(12px) opacity(0%);
  }
}
@keyframes text-blur-out {
  0% {
    -webkit-filter: blur(0.01);
            filter: blur(0.01);
  }
  100% {
    -webkit-filter: blur(12px) opacity(0%);
            filter: blur(12px) opacity(0%);
  }
}
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * @animation text-shadow-drop-center
 * ----------------------------------------
 */
@-webkit-keyframes text-shadow-drop-center {
  0% {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  }
}
@keyframes text-shadow-drop-center {
  0% {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  }
}
/**
 * ----------------------------------------
 * animation shadow-inset-center
 * ----------------------------------------
 */
@-webkit-keyframes shadow-inset-center {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: inset 0 0 14px 0px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 14px 0px rgba(0, 0, 0, 0.5);
  }
}
@keyframes shadow-inset-center {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: inset 0 0 14px 0px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 14px 0px rgba(0, 0, 0, 0.5);
  }
}




@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {font-family: 'Machiarge';}

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

html, body {
	height:100%;
	width:100%;
	font-family: 'Karla',sans-serif;
	padding:0 !important;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

p{
	font-size: 16px;
}

li {
	list-style-position: inside;
}

.pad_row {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 50px;
	padding-bottom: 50px;
	display: inline-block;
}

.allcaps {
	text-transform: uppercase;
}

.yellow {
	color: #e6b751;
}

.dkgrey {
	color: #7b7b7d;
}

.white {
	color: #fff;
}

.cursive {
	font-family: 'Machiarge', 'Lobster', boucherie-cursive, cursive;
	font-size: 48px;
}

.cursive_sm {
	font-family: 'Machiarge', 'Lobster', boucherie-cursive, cursive;
	font-size: 32px;
}

.pad_top {
	padding-top: 20px;
}

.pad_btm {
	padding-bottom: 20px;
}
.pad30 {
	padding:30px;
}
.marg45 {
	margin:45px;
	padding:30px;
	border-radius:30px;
	box-shadow:5px 5px 8px rgba(0,0,0,0.3);
}
.para {
	text-align: center;
	line-height:1.8;	
}

.para_left {
	line-height:1.6;
}

.link {
	color: #e6b751;
}

.link:hover {
	color: #000;
	-webkit-animation: text-shadow-drop-center 0.6s both;
	        animation: text-shadow-drop-center 0.6s both;
	
}

.pg_btn {
	background-color: #e6b751;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 0;
}

.pg_btn:hover {
	color: #000;
	-webkit-animation: shadow-inset-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-inset-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.number {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 0;
}

/*----------------------
	animation styles
----------------------*/
.kenburns-top {
	-webkit-animation: kenburns-top 5s ease-out both;
	        animation: kenburns-top 5s ease-out both;
}

.kenburns-top-right {
	-webkit-animation: kenburns-top-right 5s ease-out both;
	        animation: kenburns-top-right 5s ease-out both;
}

.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.text-blur-out {
	-webkit-animation: text-blur-out 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-blur-out 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.text-shadow-drop-center {
	-webkit-animation: text-shadow-drop-center 0.6s both;
	        animation: text-shadow-drop-center 0.6s both;
}

.shadow-inset-center {
	-webkit-animation: shadow-inset-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-inset-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/*==================
	header styles
==================*/
.header_contain {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.logo_contain {
	box-sizing: border-box;
}

.logo {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 260px;
}

.topnav {
	text-align: right;
	float: right;
	box-sizing: border-box;
}

.topnav_contain {
	background-color: #e6b751;
	font-family: 'Karla', sans-serif;
	width: fit-content;
	padding: 10px;
	display: inline-block;
}

.topnav_link {
	color: #fff;
}

.topnav_link:hover {
	color: #000;
}

.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
	border-radius: 0;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
	box-sizing: border-box;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: #fff;
	color: #e6b751;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:15px;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e6b751;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #fff !important;
	background-color: #e6b751;
	font-size:14px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #000;
    transition: linear 0.2s;
}

.sub-menu-item {
    padding: 0 !important;
}

.navbar-header.sh-navbar-header {
	background-color: #000;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	background-color: #fff !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: transparent;
}
.navbar-default .navbar-toggle {
    background-color: #000;
    width: 100%;
    box-sizing: border-box;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #e6b751;
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    width: 100%;
    margin: 0 !important;
	padding: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}

/*======================
	home styles
======================*/
.home_sponsors_wrapper {
	background-color: #e6b751;
}

.home_sponsors_contain {}

.Border-bottom {
	border-bottom: 15px solid #e6b751;
}

.home_head {
	text-align: center;
}

.welcome_contain {
	width: 65%;
	margin-right: 17%;
	margin-left: 17%;
	padding-top: 50px;
	padding-bottom: 50px;
	display: inline-block;
	text-align: center;
}

._welcomecontainer {
	width: 65%;
	margin-right: 17%;
	margin-left: 17%;
	padding-top: 50px;
	padding-bottom: 20px;
	display: inline-block;
	text-align: center;
}

.welcome_container {
	width: 65%;
	margin-right: 17%;
	margin-left: 17%;
	padding-top: 20px;
	padding-bottom: 50px;
	display: inline-block;
	text-align: center;
}

.philosophies_wrapper {
	width: 90%;
}

.philosophies_contain {
	width: 100%;
	display: flex;
	text-align: center;
	margin: 0 5%;

}

.philosophies {
	width: 30%;
	color: #000;
	margin: 10px;
	border: 2px solid #e8ad2e;
	text-align: center;
}

.core {
	padding: 20px;
}

.core_img {
	margin: auto;
	width: 20%;
}

.gold_bkg {
	background-color: #e8ad2e;
	padding: 20px;
}

.black_bkg {
	background-color: #000;
	color: #fff;
	padding: 20px;
}

.bkg_wrapper {
    height: 100%;
    display: flex;
}

.bkg_contain {
	width: 80%;
    margin: 0 10%;
    padding: 50px 0;
}

.goldbkg_link {
	color: #fff;
}

.goldbkg_link:hover {
	color: #000;
	-webkit-animation: text-shadow-drop-center 0.6s both;
	        animation: text-shadow-drop-center 0.6s both;
}

.interested_contain {
	text-align: center;
}

.sponsor_logo_contain {}

.fearbird {
	width: 100%;
}

.fear {
	margin: auto;
	width: 25%;
}

.popup-close {
	top: -25px;
}

/*=========================
	coach pages
=========================*/
.coach_contain {}

.coach_head {
	border-bottom: 1px solid #e6b751;
	font-weight: bold;
}

.coach_subhead {
	font-weight: bold;
}

.coach_section {}

.accordian_container {}

.panel-default .panel-heading {
	background-color: #c9c9ca;
	border-color: transparent;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: -12px;
}

.date{
	background: #c9c9ca;
    color: #000 !important;
	padding: 12px 10px;
	height: 50px;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.date:active, .date:hover, .date:focus {
    color: #fff !important;
	background: #919191;
	transition: .5s ease;
}

.collapsed {
	color: #000 !important;
}

.collapsed:active, .collapsed:hover, .collapsed:focus {
	color: #fff !important;
}



/*=========================
	team pages
=========================*/
.team_contain {}

.team_head {
	border-bottom: 1px solid #e6b751;
	font-weight: bold;
}

.team_subhead {
	font-weight: bold;
}

.team_members {}


/*=========================
	tryout page
=========================*/
.tryout_contain {}

.tryout_head {
	border-bottom: 1px solid #e6b751;
	font-weight: bold;
}

.tryout_subhead {
	font-weight: bold;
}


/*=========================
	schedule & results pages
=========================*/
.schedule_contain {}

.schedule_head {
	border-bottom: 1px solid #e6b751;
	font-weight: bold;
}

.schedule_subhead {
	font-weight: bold;
}

.schedule {}


/*=========================
	sponsors page
=========================*/
.sponsor_contain {}

.sponsor_head_white {
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.sponsor_head {
	border-bottom: 1px solid #e6b751;
	font-weight: bold;
}

.sponsor_subhead {
	font-weight: bold;
}

.sponsor_list {
	display: inline-block;
    height: 200px;
}

.sponsors {}

.sponsor_btn {
	background-color: #e6b751;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 0;
}

.sponsor_btn:hover {
	color: #000;
	-webkit-animation: shadow-inset-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-inset-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.sponsor_link {
	color: #fff !important;
}

.sponsor_link:hover {
	color: #e6b751 !important;
	-webkit-animation: text-shadow-drop-center 0.6s both;
	        animation: text-shadow-drop-center 0.6s both;
}


/*=========================
	contact page
=========================*/
.contact_contain {}

.contact_head {
	border-bottom: 1px solid #e6b751;
	font-weight: bold;
}

.contact_subhead {
	margin: 0;
	font-weight: bold;
}

.contactForm {
    width: 90%;
}

.contactForm h1 {
    color: #e6b751;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e6b751;
}

.contactForm input[type="email"] {
	width: 99%;
}

.contactForm input[type="submit"] {
	background-color: #e6b751;
    border-color: #c9a14c !important;
}

.contactForm input[type="submit"]:hover {
	background-color: #c9a14c !important;
}

.alert-success {
    background-color: #e6b751;
    border-left: 3px solid #c9a14c;
}


/*=========================
	footer styles
=========================*/
.foot_wrapper {
	background-color: #000;
	color: #fff;
}

.foot_contain {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.foot {
	padding-bottom: 5px;
}

.rt_foot {
	text-align: right;
}

.foot_link {
	color: #fff;
}

.foot_link:hover {
	color: #e6b751;
}

.foot_txt {
	font-size: 11px;
	margin: 0;
}


/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width: 1300px) {
	.nav>li>a {padding: 10px;}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.topnav {margin-right: -10px;}
	.nav>li>a {padding: 10px 4px;}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.logo {margin: auto}
	.menu-primary {text-align: center;}
	.navbar-nav>li {float: none!important;}
	.nav>li {display: inline-block!important;}
	#menu-primary {float: none!important; text-align: center; width: 100%; margin: 0 !important;}
	.coach_contain {text-align: center;}
	.team_contain {text-align: center;}
	ul {padding: 0;}
	.tryout_contain {text-align: center;}
	.schedule_contain {text-align: center;}
	.sponsor_contain {text-align: center;}
	.fear {display: none;}
	.contact_contain {text-align:center;}
	.philosophies_contain {display: block;}
	.philosophies {width: 45%; height: 225px; display: inline-flex;}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.header_contain {width: 100%; margin: 0;}
	.navbar-header {width: 100%; margin: 0 !important;}
	.navbar-default .navbar-toggle {width: 100%;}
	.nav>li {display: block!important;}
	.navbar-default {border-color:#000!important;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {text-align: center;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {background-color: #000 !important;}
	.cursive {font-size: 40px;}
	.fear {display: block; max-height:200px; }
	.bkg_wrapper {display: flex;}
	.contactForm {text-align: center;}
	.reCaptchaList {margin: auto;}
	._welcomecontainer {width: 100%; margin:0; padding-left:15px !important; padding-right:15px !important;}

}
@media only screen and (max-width: 767px) {
	.bkg_wrapper {display: block;}
	.contactForm input[type="email"] {width: 100%;}
	.foot_wrapper {text-align: center;}
	.rt_foot {text-align: center;}
	._welcomecontainer {width: 100%; margin:0; padding-left:15px !important; padding-right:15px !important;}
	
 }
 
 @media only screen and (max-width : 486px) {
	.philosophies {width: 90%; height: auto;} 
}
 
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.fear {max-height:150px;}
	.widget-popup > div {width: 100%;}
	.popup-close {top: -115px; right: -185px;}
	._welcomecontainer {width: 100%; margin:0; padding-left:15px !important; padding-right:15px !important;}

}

@media only screen and (max-width : 380px) {
	.popup-close {right: -170px;}
}

@media only screen and (max-width : 350px) {
	.popup-close {right: -155px;}
}

@media only screen and (max-width : 320px) {
	.popup-close {right: -140px;}
}



