/*
Theme Name: www.lincolnfootballcoaches.org
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
*/
@media only screen and (min-width : 768px) {
	.collapse:not(.show) {display: flex !important;}
	.navbar-nav {display: flex !important;flex-direction: row !important;}
	#navbar-collapse-primary {justify-content: center;}
}
@media only screen and (max-width : 768px) {
	.navbar-header {width:100%}
	.hamburger {float:right;}
	
}
.hidden {display:none;}
a{text-decoration: none;}
#questionsForUs {margin-bottom: 10px;}
.sr-only  {display: none;}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.col-sm-offset-1 {margin-left: 8.33333333%;}
/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;700&family=Play:wght@400;700&display=swap');
 
html, body {
	height:100%;
	width:100%;
	font-family: 'Play', sans-serif;
	line-height:1.7;
	color:#222;
}
.grecaptcha-badge {
	z-index: 100;
}
div[aria-label="Debit or Credit Card"] {
	display: none;
}
.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;
}

#paypal-button-container {
	margin-left:15%;
}

.spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	height:60px;
	width:60px;
	margin:0px auto;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left:6px solid rgba(0,174,239,.15);
	border-right:6px solid rgba(0,174,239,.15);
	border-bottom:6px solid rgba(0,174,239,.15);
	border-top:6px solid rgba(0,174,239,.8);
	border-radius:100%;
 }
 
 @-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
 }
 @-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
 }
 @-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
 }
 @keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
 }



.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;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:5%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.25em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Oswald', sans-serif;
	font-weight:700;
	color: #000;
	font-size:18px;
	padding:7px 10px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}
/*--------------------------------------------------------------
## 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%;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin-left:0px !important;
	margin-right:0px !important;	
}

/*--------------------------------------------------------------
## Standard HTML
--------------------------------------------------------------*/
h1 {
	    font-family: 'Oswald', sans-serif;
		line-height:1.2;
		font-weight:700;
		font-size:42px;
		color:rgb(227, 25, 55);
}
h2 {
	    font-family: 'Oswald', sans-serif;
		line-height:1.2;
		font-weight:700;
		font-size:36px;
		color:rgb(227, 25, 55);
}
h3 {
	    font-family: 'Oswald', sans-serif;
		line-height:1.2;
		font-weight:500;
		font-size:30px;
		color:rgb(227, 25, 55);
		
}
h4 {
	    font-family: 'Oswald', sans-serif;
		line-height:1.2;
		font-size:24px;
		color:rgb(227, 25, 55);
}
h5 {
		line-height:1.4;
		font-weight:700;
		font-size:18px;		
		line-height:1.2;

}
h6 {	line-height:1.4;
		font-weight:700;
	
}

a {color: rgb(227, 25, 55) !important;}
a:hover {color: #222; }

ul {}
ol {}
li {}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 2px solid rgb(227, 25, 55);
	width:90%
}
blockquote {}

/*--------------------------------------------------------------
## Template CSS
--------------------------------------------------------------*/
.sitebg {
	background: rgba(200, 200, 200, 1.0) url("/wp-content/uploads/2021/03/football-bg.jpg") no-repeat center top;
	background-size:cover;
}
.headerbg {
	background-color:#fff;
	border-bottom:5px solid rgb(227, 25, 55); 
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	z-index:25;
}
.logobox {}
.logo {
	padding:15px 30px;
	max-height:150px;
	margin:auto;
}
.menubg {}
.menuopener {
	min-height:6.5vw;
	}
.contentbg {
	background-color:rgba(255,255,255,0.9);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.footerbg{
	background-color:#ccc;
	padding:45px;
	color:#555;
	border-top:5px solid rgb(227, 25, 55); 	
	box-shadow: 0 -2px 5px rgba(0,0,0,0.25);	
}
.footertext {}
.subfooterbg {
	background-color:#888;
	padding:30px;
}
.subfootertext {
	text-align:center;
	margin:auto;
	color:#222;
}

.form-group {
	padding:0 15px;
}

form > .row > .col-sm-12 > h1 {
	text-align:center;
}
    
[id^=reCaptcha] > [class^=col-] {
                width: 50%;
                text-align: center;
}
[id^=reCaptcha] > [class^=col-] .form-group {
                display: inline-block;
}
@media screen and (max-width: 768px) {
                [id^=reCaptcha] > [class^=col-]  {
                                width: 100%;
                                text-align: center;
                }
}
form[id^=sendItreCaptcha] .btn {
                margin: auto;
                display: block;
                margin-bottom: 30px;
}
.contactformlabel {font-weight:700;}

form[id^=sendItreCaptcha] textarea.form-control {
                height: 16em!important;
}

/*--------------------------------------------------------------
## Content CSS
--------------------------------------------------------------*/
.pad15 {
	padding:15px;
}
.pad30 {
	padding:30px !important;
}
.pad45 {
	padding:45px;
}
.red {color:rgb(227, 25, 55)}
.redbg {background-color:rgb(227, 25, 55)}
.btn {
	padding: 10px 30px;
	font-size: 18px;
	white-space:normal !important;
}
.btn-danger {
	background-color:rgb(227, 25, 55);
	color:#fff !important;
	font-weight:700;
}
.narrowtable {
	max-width:70%;
	margin:auto;
}
.innerbox {
	padding:30px !important; 
	border:2px solid rgb(227, 25, 55); 
	background-color:#FFF;
}

/*--------------------------------------------------------------
## Mobile First Method 
--------------------------------------------------------------*/

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.menuopener {min-height:0.5vw; }
	.narrowtable {max-width:100% !important; }
	.pad30 {padding:15px !important;}
		.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
		margin-left:0px !important;
		margin-right:0px !important;	
	}

}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.menuopener {min-height:4vw; }
	.narrowtable {max-width:90% ; }
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
		margin-left:0px !important;
		margin-right:0px !important;	
	}

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	.menuopener {min-height:6vw; }
	.narrowtable {max-width:70%; }
	
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	
	
}

