﻿/* 
	Theme Name:     16 Fall 
	Theme URI: 		None
	Description:    Fall 16 Theme 
	Child Theme Author:  Dave Drogowski / Alexandra Stanislaw-Bennett
	Author URI:  	Dave Drogowski / Alexandra Stanislaw-Bennett
	Template:       twentythirteen 
	Version:        1
*/

@import url("../twentythirteen/style.css");
@import url(https://fonts.googleapis.com/css?family=Bangers);

/* =Theme customization starts here-------------------------------------------------------------- */


.textwidget {
	display: block !important;
	}


.site {
    background-color: #FFF;
}


@media screen and (min-width: 61.5625em) {
	.site-header {
		padding: 0 4.5455%;
	}
	
	
	.site-branding, .site-header-menu, .header-image {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.page, .site-inner, .site {
	max-width:none;
}

#masthead {
	padding: 0px !important;
}

.site-branding {
    padding: 0;    height: 400px;    background-image: url(/wp-content/themes/16-Fall/16-Fall-Banner-Left.png), url(/wp-content/themes/16-Fall/16-Fall-Banner-Right.png);    background-position: bottom left, bottom right;    margin: auto;    background-repeat: no-repeat;    width: 100%;    min-width: 1000px;
}

.site-header-main {
	background-color: #F0F3FB;
}

.site-header-menu {
	width:100%;
	background:#0851AF;
}

#site-navigation {
	float:left;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
    margin: 0 auto;
    max-width: none;
    width: 100%;
}

.sub-menu {
	padding:0px;
}

.content-bottom-widgets .widget {
	max-width:230px;
	float:left;
}

.widget {
	border-top:0px;
	background-color:transparent;
}

#secondary .widget-title {
	font-style: normal;
	width: 100%;
	padding: 0px 10px;
	margin: auto auto 20px auto;
	border-bottom: 1px solid black;
	text-align: center;
	word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.widget-area {
	overflow: hidden;
	margin-bottom: 0px !important;
	background-color: rgba(247, 245, 231, 0.3);
	border-top: 3px solid #000;
}

@media screen and (max-width: 44.375em) {
	body:not(.custom-background-image):before, body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 0px; !important;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}
	
	.site-branding, .site-header-menu, .header-image {
		margin-top:0;
		margin-bottom:0;
	}
	
	.site-branding {
		padding: 0;
		height: 540px;
		margin: auto;
		width: 600px;
		background-size: 600px auto;
		background-position: top left;
	}
}

@media screen and (max-width: 56.875em) {
	
	.menu-toggle {
		display: block;
		margin: 1.3125em 15px;
	}
	
	#site-navigation {
		float: left;
		width: 400px;
		max-width: 100%;
	}
	
}

.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
	border-color: #FFF;
}

button, .dropdown-toggle, .menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
    background: #1478FC !important;
    border-color: #FFF;
    color: #FFF;
}

button:hover, button:focus {
	background: #1478FC !important;
}

#content {
	max-width:1300px;
	margin:auto;
	padding:20px;
}

.site-footer {
	background-color: #0851AF;
}.site-footer a{	color: #FFF;}

.pieceblock {
	width:33%;
	float:left;
	}

.flexcontainer {
	display: flex;
	flex-wrap: wrap;
}

.flexitem {
	width:30%;
	padding-right:1%;
	margin-right:3%;
	margin-bottom:45px;
	border-right:1px solid #AAA
	}
	
.flexitemfull {
	width:100%%;
	padding-right:35px;
	}
	
.flexitem p, .flexitemfull p {
	margin-bottom: 0px;
	}
	
@media screen and (max-width: 767px) {
.flexitem {
	width:100%;
	border-right: none;
	}
}
	
/* Typography */

@font-face {
font-family: CrimsonText;
src: url('CrimsonText-Roman.ttf');
}

@font-face {
font-family: CrimsonTextBold;
src: url('CrimsonText-Bold.ttf');
}

h1, h2, h3, h4, h5, h6, p, span, a , ol, ul, li, .entry-title, .site-description, .widget .widget-title {
	font-family: 'CrimsonText', serif;
	/*font-family: 'Crimson Text', serif;*/
}

.site-title, .site-description {
    margin-left: 300px;    font-style: normal;    color: #0851AF;    text-shadow: none !important;    width: 330px;
}

@media (max-width: 767px) {
	.site-title {
		padding: 40px 0 10px;
	}
}

.site-branding .site-title a:link, .site-branding .site-title a:active, .site-branding .site-title a:hover, .site-branding .site-title a:visited {
	color: #4c8ce0;    text-decoration: none;    box-shadow: none;    text-shadow: none;
}

.site-header .site-title:hover{
text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

.site-title a:hover, .site-title:hover {
	box-shadow: none;
	text-decoration: none;
}

.entry-content a, .site-title a {
	box-shadow: none;
}

.primary-menu a {
	color: #FFF;
}

.sub-menu a, .sub-menu a:hover, .sub-menu a:visited {
	color: #1478FC;
}

@media screen and (max-width: 56.875em) {
	.sub-menu a, .sub-menu a:hover, .sub-menu a:visited {
		color: #FFF;
	}
}

#content a { 
	color:#0851AF;
}

#content h1 {
	margin-bottom:0;
	margin-top: 0;
}

#content h2 {
	margin-bottom:0;
	margin-top: 2em;
}

#content h3 {
	margin-bottom:0;
	margin-top: .5em;
}

#content h4 {
	margin-bottom:0;
	margin-top: .5em;
}

#content h5 {
	margin-bottom:0;
	margin-top: .5em;
}

#content h6 {
	margin-bottom:0;
	margin-top: .5em;
}

.widget .widget-title {
	font-style: normal;
	font-weight: bold;
}

#secondary a {
	font-weight: bold;
	}

.entry-title {
    font-weight: bold;
    margin: 0 0 30px;
    border-bottom: 1px solid #AAA;
    padding: 0px 0px 10px;
}

.widget-title {
	hyphens: none;
	}

.hentry {
	padding: 0px;
	}

/* Non-negotiable */
	
.textwidget {
	display: block !important;
	}