/*
 Theme Name:   Eighty Nine (Twenty Fifteen Child)
 Description:  Twenty Fifteen Child Theme
 Author:       Martin Maugeais
 Template:     twentyfifteen
 Version:      4.2.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twenty-fifteen-child
*/

/*
 * NB: There are separate stylesheets used for the different color schemes.
 * This stylesheet uses the red theme's colors (as a fallback). 
 */

/* TABLE OF CONTENTS (t)
 *
 * General (g)
 * Fixes (f) 
 * Links (a)
 * Headers (h)
 * Other (o)
 * Logos (l)
 * Footer (b)
 * Media Queries (q)
 *
 */


/* General */
html {
	height: 100%;
	font-size: 100%; /*overrides parent theme*/
	margin: 0;
	padding: 0;
}

body {
	font-family: Stanley, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: normal;
	margin: 0;
	padding: 1.8em 2.2em 0;
	background-color: #ED2224;
	height: 100%;
}

#page-wrapper {
	min-height: 100%;
	position: relative;
}

.entry-content {
	padding: 0;
}

ol, ul {
	list-style: none;
	margin: 0;
}

/* Fixes */
body:before {
    width: 0%;
}

.site {
	max-width: none;
}

.site-content {
	margin-left: 0;
	width: 100%;
	margin: 0 auto !important;
}

.hentry, .site-footer, .entry-footer {
	background-color: inherit;
	border: 0;
	margin: 0;
	box-shadow: none;
	padding: 0;
}

.site-main {
	padding: 0;
}

#header-wrapper {
	padding: 0 0 1em;
}

.entry-content, .entry-header, .site-info {
	padding-left: 0;
	color: #FFFFFF;
}

.entry-title {
	margin-bottom: 0;
}

/* Links */
a, .entry-content a {
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
	color: #FFFFFF;
	text-decoration: none !important;
	border-bottom: solid 1px #FFFFFF ;
	border-bottom: solid 1px rgba(255,255,255,0.75) ;
}

#page-title a, .menu-item a, .social a, #the_dot, #sponsor-wrapper a {
	border-bottom: none !important;
}

a:hover, .entry-content a:hover {
	-webkit-transition: fill 300ms ease;
	-moz-transition: fill 300ms ease;
	-o-transition: fill 300ms ease;
	transition: fill 300ms ease;
	color: #2F2F2F;
	border: 0;
}

.clickable:hover {
	color: #2F2F2F;
}

.clickable-open {
	color: #2F2F2F;
}

/* Headers */
h1, .entry-content h1 {
	font-weight: normal;
	font-size: 3.75em;
	cursor: default;
	line-height: 1;
}

h2, .entry-content h2 {
	font-family: Arial, Helvetica, 'Helvetica Neue', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 2em;
	margin-bottom: 1em;
}

h2:first-child, .entry-content h2:first-child {
	margin-top: 0;
}

h3, .entry-content h3 {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
}

h4, .entry-content h4 {
	font-weight: normal;
	font-size: .75em;
	line-height: 1.5;
	margin-top: 1em;
	margin-bottom: 0.1em;
}

/* Other */
.caption, #menu-navigation a {
	font-family: Arial, Helvetica, 'Helvetica Neue', sans-serif;
	font-size: 1em !important;
}

.emphasis {
	font-size: 1.3em;
	line-height: 1.3;
}

#subm-list li {
	padding-bottom: 0.25em;
}

.centered {
	text-align: center;
}

/* Logos */
#logo89  {
	display: inline-block;
	height: 0.8em;
}

#svg89 {
	height: inherit;
	width: inherit;
}

.genericon {
	height: 1.2rem;
	padding: 0.05em;
	padding-right: 0.5em;
}

#sponsor-wrapper {
	position: absolute;
	bottom: 0.5em;
	right: 2em;
}

.sponsor {
	height: 2em;
	padding-left: 2em;
}

/*Footer*/
.site-content {
	padding-bottom: 0;
}

.site-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	padding-bottom: 0.7em;
	min-height: 2rem;
	z-index: 2000;
}

.site-footer * {
	vertical-align: middle;
}

.menu-navigation-container, #social_links, .social, #sponsor-wrapper {
	vertical-align: middle;
}

.menu-navigation-container, #menu-navigation, .menu-item {
	display: inline !important;
}

.menu-item {
	display: inline;
	padding-right: 0.75em;
}

#social_links {
	display: inline; /*Same line as other footer elements*/
}
	
#social_links li {
	display: inline; /*all logos on one line*/
}

#the_arrow {
	position: absolute;
	bottom: 0.32em;
	right: 2em;
	font-size: 2em;
	color: #FFFFFF;
}

#the_dot {
	position: absolute;
	bottom: 0.5em;
	right: 1em;
	font-size: 4em;
	color: #FFFFFF;
}

img {
	padding: 0.2em 0;
}

.textblock {
  max-width: 35em;
}

@media only screen and (max-width: 600px) {
body {
	font-size: 75%;
}

h1 {
	font-size: 1.5em;
}

#home-title {
	padding-bottom: 1em;
}

#header-wrapper {
	padding-bottom: 1em;
}

h3, h4 {
	font-size: 1.1em;
}

.menu-navigation-container {
	max-width: 16em;
	display: inline-block;
	margin: 0 auto;
}

#menu-navigation {
	display: inline-block;
	font-size: 1em; 
	line-height: 1.5;
}

#the_dot, #menu-item-1205 {
	display: none !important;
}

.caption, #menu-navigation a {
	font-size: 0.5em;
	letter-spacing: 0;
}

.emphasis {
	font-size: 1.3em;
	line-height: 1.3;
}

#social_links, #sponsor-wrapper, #event_list {
	display: none; 
}
/* NO COLUMNS */

.site-content {
    overflow: auto;
}

.site-content:after {
	min-height: 100%; 
	z-index: 999;
}

.content-area {
    overflow-y: auto;
    overflow-x: auto;
    z-index: 0;
}

.columns { 
	-webkit-column-width: 100%;
	-moz-column-width: 100%;	
	column-width: 100%;

	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;

	height: 100%;
}


}
