/*!
Theme Name: Notre Dame Football Schedule
Theme URI: http://underscores.me/
Author: Interstellar Design
Author URI: http://www.interstellardesign.com
Description: Custom theme for Notre Dame Football Schedule
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ndfbschedule
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Notre Dame Football Schedule is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## THEME SPECIFIC STYLES
--------------------------------------------------------------*/

/*
COLORS
#c99700 - yellow
252 200 0
#00843d - green
#0C2340 - blue
*/

body {
	margin-top: 50px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-size: 16px;
	background: url('assets/img/bg-pattern.png') top left repeat;
	
}

.logged-in .fixed-top {
	top: 32px;
}

/*
	GLOBAL
*/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

h1, h2 {
	/*margin: 0 0 40px;*/
	margin: 0 0 20px;
}

h3 {
	margin: 20px 0;
}

h4 {
	font-size: 18px;
}

p {
	margin: 0 0 15px;
}

p.lead {
	font-weight: normal;
}

button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: white;
}

.btn {
	font-weight: bold;
}

button.btn:focus {
		outline: none !important;
}


a:link, a:visited {
	color: #0C2340;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #00843d;
}

/*LAYOUT*/

section {
	/*padding: 80px 0;*/
	padding: 0;
}

section.main-content {
	padding: 40px 0;
}

.section-header {
	text-align: center;
}

section h2 {
	margin: 20px 0 40px;
}

section h3 {
	margin: 30px 0 10px;
}

#primary {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*
	MENU COLOR
*/

.bg-light {
    background-color: #00843d !important;
}

.navbar-dark {
	font-weight: bold;
	box-shadow: 0px 0px 10px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #c99700;
	text-decoration: none;
}

.navbar-dark .navbar-nav .active .nav-link {
	color: #eebf30;
}

.navbar-dark .navbar-toggler {
    color: #c99700;
    border-color: #c99700;
}

/*
	BREADCRUMBS
*/

.breadcrumbs-main {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.breadcrumbs-main li {
	display: inline;
}

.breadcrumbs-main li a {
	color: #00008B;
}

#breadcrumb-holder {
	position: relative;
	font-size: 12px;
	margin-bottom: 10px;
}

.breadcrumbs-main li + li::before {
  content: " › ";
  margin: 0 0.4em;
  color: #666; /* or whatever color you want */
}

/*
	HERO
*/

#hero {
	/*background: url('assets/img/nd-bg-image.jpg') center center repeat fixed;*/
	min-height: 500px;
	padding: 40px 0;
	color: #0C2340;
	/*color: white;*/
	/*background-size: cover;*/
}

#hero article {
	/*width: 100%;*/
	text-align: center;
}


#front-pic-over {
	/*
	background-color: rgba(12, 35, 64, .5);
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		padding: 10px 0 0 0;
		margin-bottom: 20px;*/
	border: dashed;
	padding: 20px;
	background: #c99700;
	margin-bottom: 20px;
}


/*SOCIAL ICONS*/

.badge.social {
	background: #00843d;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 42px;
	margin: 0 5px 20px 0;
	padding: 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: white;
}

.social-sidebar {
	background: #00843d;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 42px;
	float: left;
	padding: 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: white;
	margin: 5px 12px;
}

.social-sidebar a {
	color: #fff;
	
}

.badge.social.twitter:hover {
	background: #55acee;
}

.badge.social.facebook:hover {
	background: #3b5998;
}

.badge.social.rss:hover {
	background: #f26522;
}

.badge.social.mail:hover {
	background: red;
}

.badge.social-sidebar.twitter:hover {
	background: #55acee;
}

.badge.social-sidebar.facebook:hover {
	background: #3b5998;
}

.badge.social-sidebar.rss:hover {
	background: #f26522;
}

.badge.social-sidebar.mail:hover {
	background: red;
}

#social-icons-holder-sidebar {
	width: 100%;
}

/*
	FEATURE IMAGE
*/

/*
.feature-image {
	display: table;
	width: 100%;
}*/


/*
.feature-image-default {
	background: url('assets/img/nd-front-bg.jpg') repeat;
	background-size: cover;
}*/


.feature-image h1 {
	/*
	display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: white;*/
	text-align: center;
	color: #00843d;
	padding: 10px 0;
	border-top: dashed;
	border-bottom: dashed;
}

/*
	GAME BOXES
*/

#top-game-box-holder {
	background: #c99700;
	margin: 10px;
	border: dashed 2px #00843d;
	padding: 5px;
	min-height: 350px;
	max-width: 120px;
	position: relative;
}

#top-game-box-date {
	color: #0C2340;
	padding: 0 0 5px;
}

#top-game-box-logo {
	padding: 0 0 5px;
}

#top-game-box-logo img {
	border: solid #000 1px;
}

#top-game-box-team {
	color:#0C2340;
	
}

#top-game-box-stadium {
	padding: 5px;
}

#top-game-box-time {
	color: #0C2340;
}

#top-game-box-tickets {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#top-game-box-tickets a{
	background: #00843d;
	color: #c99700;
	display: block;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

#top-game-box-tickets img{
	display: block;
	margin: 0;
	padding: 0;
}

#top-game-box-tickets a:hover{
	background: #0C2340;
}

/*
	FUTURE PAST SCHEDULES
*/

#all-schedules {
	text-align: center;
}

.front-schedules-button {
	margin: 10px;
	
}

/*
	MAIN SCHEDULE PAGE
*/

#main-sched-holder {
	margin: 10px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
}

#main-sched-holder a{
	display: block;
	padding: 20px;
	border: dashed 2px;
	background: #c99700;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

#main-sched-holder a:hover{
	background: #0C2340;
	color: #c99700;
}

/*SCHEDULE YEARS PAGES*/

.top-sched-holder {
	background: #fff;
	border: green 1px solid;
	text-align: center;
	padding: 5px;
	margin: 0px;
}



.top-sched-year {
	font-size: 30px;
	font-weight: bold;
	background: #c99700;
	border: dashed 2px #00843d;
	color: #00843d;
}

.top-sched-record {
	font-size: 25px;
	font-weight: bold;
}

.top-sched-record-num {
	font-size: 30px;
	font-weight: bold;
	color: #00843d;
}

table.fb-sched-main {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	position: relative;
	background: #fff;
}

h1.shedule-header-main {
	background: #fcc800;
	text-align: center;
	width: 100%;
}

.top-schedule-row-main {
	background: #c99700;
}

td.date-main,
td.img-main,
td.opponent-main,
td.time-main,
td.tickets-main {
	background: #c99700;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0;
}

.schedule-row-main {
	border-bottom: solid 1px #21821e;
}


td.date-sub,
td.img-sub,
td.opponent-sub,
td.time-sub,
td.tickets-sub {
	text-align: center;
	width: 11%;
	padding: 5px 0;
}

td.date-sub {
	
}

td.img-sub {
	
}

td.opponent-sub {
	width: 43%;
	text-align: left;
}

td.opponent-sub strong {
	font-size: 18px;
}

td.time-sub {
	
}

td.tickets-sub {
	
	text-transform: uppercase;
}

td.tickets-sub.won {
	color: green;
	font-weight: bold;
}

td.tickets-sub.lost {
	color: red;
	font-weight: bold;
}

td.tickets-sub a{
	color: #fcc800;
	text-decoration: none;
	background: #21821e;
	display: block;
	padding: 10px;
	border: dashed 1px #fcc800;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}

td.tickets-sub a:hover{
	color: #21821e;
	text-decoration: underline;
	background: #fcc800;
	display: block;
	padding: 10px;
	border: dashed 1px #21821e;
}

.main-space {
	margin-bottom: 30px;
}

/*
	MAIN TICKET VS PAGES
*/

#ticket-section-holder {
	background: #fff;
	padding: 10px;
}

#main-ticket-deals-holder {
	background: #c99700;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}


#main-ticket-page-city {
	color: #00843d;
	font-style: italic;
}

#main-ticket-page-image {
	margin: 10px 0;
	text-align: center;
}

#main-ticket-page-image img{
	
}

.main-ticket-page-ticket-holder a {
	text-align: right;
	color: #fcc800;
	text-decoration: none;
	background: #21821e;
	display: block;
	padding: 20px;
	border: dashed 1px #fcc800;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}



.main-ticket-page-ticket-holder:hover a{
	color: #21821e;
	text-decoration: underline;
	background: #fcc800;
	display: block;
	border: dashed 1px #21821e;
}

.main-ticket-page-ticket-holder.lost {
	text-align: right;
	color: red;
	display: block;
	padding: 20px;
	border: dashed 1px red;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

.main-ticket-page-ticket-holder.won {
	text-align: right;
	color: green;
	display: block;
	padding: 20px;
	border: dashed 1px green;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

/*
	STORE PAGES
*/

.store-product-individual {
	background: #fff;
	border: #00843d solid 2px;
	text-align: center;
	padding: 20px;
	margin: 0 0 30px 0;
	min-height: 225px;
}

.store-product-individual img{
	height: auto;
	max-width: 100%;
}

.product-sub-pages {
	font-size: 14px;
	min-height: 400px;
}



/*
	BLOG
*/

.post, .widget, #comments {
	position: relative;
	border: solid 1px #ddd;
	background: white;
	margin: 0 0 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.post header,
.post .post-excerpt,
.post .post-body,
#comments .comments-wrap {
	padding: 20px;
}

.post header h1,
.post header h3 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
}

.post header h1 {
	font-size: 24px;
}

.post header h3 a{
	color: #00843d;
	text-decoration: none;
}

.post header h3 a:hover{
	color: #0C2340;
}

.post-image {
	height: auto;
}

.post-details {
	font-size: 12px;
	width: 90%;
}

.post-details i {
	padding-left: 10px;
}

.post-details i:first-child {
	padding: 0;
}

/*COMMENT BUBBLE*/

.post-comments-badge {
	height: 70px;
	width: 70px;
	position: absolute;
	top: 25px;
	right: 20px;
	border: none;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background: #00843d;
	text-align: center;
	display: table;
}

.post-comments-badge a {
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
}

.post-comments-badge i {
	display: block;
	font-size: 15px;
	padding: 0;
	margin-bottom: 4px;
}

.post-comments-badge:hover {
	background-color: #0C2340;
}

#comments h3 {
	text-align: center;
}

#comments h4 {
	font-size: 1.3em;
}

#comments ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#comments ol li {
	background: rgba(0, 0, 0, 0.02);
	padding: 10px 20px;
	margin: 10px 0;
	border-radius: 4px;
	border: solid 1px rgba(0, 0, 0, 0.03);
}

#comments ol li ol.children {
	padding: 0;
	list-style: none;
	font-size: 0.96em;
}

#leave-comment {
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: solid 1px #eee;
}


/*WIDGETS*/

.widget {
	padding: 20px;
}

.widget h4 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ddd;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 0 0 5px;
}

.widget ul li:hover {
	position: relative;
	left: 1px;
}


/*
	FACTS PAGE
*/

ol.facts li  {
	margin: 15px 0;
	
}


/*RESOURCES*/

.card-deck {
	margin-bottom: 20px;
}

.card img {
	border-bottom: solid 2px #00843d;
	height: auto;
}


/*
	FOOTER
*/

footer {
	background: #00843d;
	color: #c99700;
	padding: 20px 0 10px;
	font-size: 12px;
}

footer p {
	margin: 0;
}

footer a:link, footer a:visited {
	color: #c99700;
}

footer a:hover {
	color: #0C2340;
}

/*FORMS*/

label {
	display: block;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}

input[type="submit"],
button[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	outline: none;
	border: none;
	background: #0C2340;
}

.search-submit {
	color: #c99700;
}

.search-submit {
	background: #00843d;
}

.search-submit:hover {
	background: #0C2340;
}




/*MOBILE*/

@media screen and (max-width:767px) {
	
	.top-schedule-row-main {
		display: none;
	}
	
	.schedule-row-main td {
		display: block;
		border: 0;
		padding-left: 80px;
		width: auto;
		text-align: left
	}
	
	td.img-sub {
		position: absolute;
		width: 70px;
		left: -70px
	}
	
	table.fb-sched-main td {
		
	}
	
	td.tickets-sub {
		float: left;
	}
	

}
