/* Custom CSS from 2016.sacramento.wordcamp.org */
/** *
*
* WC Lehigh Valley 2017 
*
* **/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Structure
3.0 Header
4.0 Navigation
5.0 Hero Area
6.0 Blog & Pages
7.0 Comment Form & Comments
8.0 Sidebar
9.0 Footer
10.0 Misc.
11.0 Forms
12.0 Responsive Design

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	color: #444;
}

body, button, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8;
}

a, a:visited {
	color: #e14b26;
	text-decoration: none;
}

a:hover {
	color: #444;
	border-bottom: 1px dotted #444;
}

a:focus {
	outline: 1px dotted #866904;
}

h1, h2, h3, h4, h5, h6 {
	color: #083f76;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-bottom: 1.75rem;
	text-transform: uppercase;
}

h1, .entry-title {
	font-size: 28px;
}

.entry-title {
	margin-bottom: .5em;
	text-align: center;
}

.entry-title a {
	color: #083f76;
	border-bottom: none;
}

.entry-title a:hover {
	color: #444;
	border-bottom: none;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}

.site {
	background-color: #f6f6f6;
	overflow: hidden;
	padding-top: 56px;
}

ul, ol {
	margin-left: 30px;
}

p, ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 25px;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

blockquote {
	font-style: italic;
	margin: 40px;
}

blockquote cite {
	font-size: .75em;
}

hr::before, .wcorg-organizer::before, .wcorg-sponsor::before, #secondary .widget_wpcom_social_media_icons_widget ul::before {
	content: " ";
	display: table;
}

hr::after, .wcorg-organizer::after, .wcorg-sponsor::after, #secondary .widget_wpcom_social_media_icons_widget ul::after {
	clear: both;
	content: " ";
	display: table;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 60px 0;
}

img {
	max-width: 100%;
	height: auto;
}

.edit-link {
	display: none;
}

.entry-content ul, #secondary ul {
	list-style: none;
}

.entry-content ul li::before, #secondary ul li::before {
	color: #083f76;
	content: "\f464";
	display: block;
	font: normal 20px/1 'dashicons';
	height: 0;
	left: -25px;
	position: relative;
	top: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content .sharedaddy ul li::before {
	display: none;
}

/*--------------------------------------------------------------
2.0 Structure
--------------------------------------------------------------*/
.main-navigation .menu, .site-header hgroup, .site-footer .footer-widgets, .site-footer .site-info, #main {
	margin: auto;
	max-width: 1100px;
	width: 100%;
}

/* Column Classes -- 1140px -- 60px gutter
--------------------------------------------- */
.five-sixths, .four-sixths, .four-fifths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-fifths, .three-sixths, .two-fourths, .two-fifths, .two-sixths, .two-thirds {
	float: left;
	margin-left: 5.2631578947368%;
}

.one-half, .three-sixths, .two-fourths {
	width: 47.368421052632%;
}

.one-third, .two-sixths {
	width: 29.824561403509%;
}

.four-sixths, .two-thirds {
	width: 64.912280701754%;
}

.one-fourth {
	width: 21.052631578947%;
}

.three-fourths {
	width: 73.684210526316%;
}

.one-fifth {
	width: 15.789473684211%;
}

.two-fifths {
	width: 36.842105263158%;
}

.three-fifths {
	width: 57.894736842105%;
}

.four-fifths {
	width: 78.947368421053%;
}

.one-sixth {
	width: 12.280701754386%;
}

.five-sixths {
	width: 82.456140350877%;
}

.first {
	clear: both;
	margin-left: 0;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
.site-header hgroup {
	height: 1px;
	left: -1000em;
	overflow: hidden;
	position: absolute;
	top: -1000em;
	width: 1px;
}

/*--------------------------------------------------------------
4.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
	background-color: #fff;
	font-size: .875em;
	position: fixed;
	top: 0;
	z-index: 10;
}

.admin-bar .main-navigation {
	top: 32px;
}

.menu {
	table-layout: fixed;
	width: 1100px;
}

.menu>li {
	display: inline-block;
	float: left;
	text-align: center;
}

.menu li a {
	color: #000;
	display: inline-block;
}

.menu>li>a {
	line-height: 4.05;
	padding: 0 1.75em;
}

.menu>li.current-menu-item>a, .menu>li.current-menu-parent>a, .menu>li.current-menu-item>a:hover, .menu>li.current-menu-parent>a:hover {
	background-color: #083f76;
	color: #fff;
	position: relative;
}

.menu li a:hover {
	border: 0;
	color: #083f76;
}

.main-navigation ul ul {
	font-size: .875em;
	top: 57px;
}

.main-navigation ul ul:before {
	border-bottom: 8px solid #083f76;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: " ";
	left: 12%;
	margin-left: -8px;
	position: absolute;
	top: -8px;
}

.menu ul li {
	background-color: #083f76;
	border-bottom: 1px solid #fff;
}

.menu ul li:last-child {
	border-bottom: none;
}

.menu ul li:hover {
	background-color: #fff;
}

.menu ul li a {
	color: #fff;
	padding: 15px 0;
}

.menu ul li:hover a {
	color: #083f76;
}

.menu-toggle {
	background-color: #fff;
	font-size: 1.25em;
	margin-bottom: 0;
	padding: .5em;
	text-align: center;
}

/*--------------------------------------------------------------
5.0 Hero Area
--------------------------------------------------------------*/
#after-header-widgets {
/* background: #333 url('https://2016.lehighvalley.wordcamp.org/files/2016/03/placeholder-bg_03@2x.jpg') center no-repeat; */
	background-color: #10759b;
	height: 400px;
}

#after-header-widgets .textwidget {
	display: block;
	margin: 0 auto;
	padding-top: 15px;
	max-width: 602px;
}

#before-content-widgets {
	background-color: #fff;
	display: none;
	margin-top: -5%;
	margin-bottom: 6em;
	overflow: hidden;
	text-align: center;
}

.home #before-content-widgets {
	display: block;
}

#before-content-widgets .widget {
	margin-bottom: 0;
}

#before-content-widgets .widget-title {
	font-size: 24px;
}

#before-content-widgets .widget_text {
	float: left;
	padding: 40px 40px 15px;
	width: 50%;
}

#before-content-widgets .jetpack_subscription_widget, #before-content-widgets .widget_wpcom_social_media_icons_widget {
	background-color: #083f76;
	color: #fff;
	float: right;
	padding: 40px 40px 15px;
	width: 50%;
}

#before-content-widgets .jetpack_subscription_widget .widget-title, #before-content-widgets .widget_wpcom_social_media_icons_widget .widget-title {
	color: #fff;
}

#before-content-widgets #subscribe-submit {
	margin-bottom: 15px;
}

#before-content-widgets .jetpack_subscription_widget #subscribe-email input {
	border: 0;
	padding: 10px;
}

#before-content-widgets .jetpack_subscription_widget input[type="submit"] {
	background-color: #fff;
	color: #083f76;
}

#before-content-widgets .jetpack_subscription_widget input[type="submit"]:hover {
	background-color: #e14b26;
	color: #fff;
}

#before-content-widgets .widget_wpcom_social_media_icons_widget .widget-title {
	margin-bottom: 3.2rem;
}

#before-content-widgets .widget_wpcom_social_media_icons_widget {
	padding-top: 0;
}

#before-content-widgets .widget_wpcom_social_media_icons_widget .genericon::before {
	background-color: #fff;
	border-radius: 50%;
	color: #083f76;
	font-size: 24px;
	padding: 10px;
}

#before-content-widgets .widget_wpcom_social_media_icons_widget .genericon:hover::before {
	background-color: #e14b26;
	color: #fff;
}

#before-content-widgets .widget_wpcom_social_media_icons_widget .genericon-facebook::before {
	content: '\f204';
}

.logo-icon .aligncenter {
	margin: 0 auto;
}

.logo-icon p {
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
}

/*--------------------------------------------------------------
6.0 Blog & Pages
--------------------------------------------------------------*/
#main {
	margin-bottom: 5em;
}

.site-content {
	float: left;
	margin-top: -5%;
	margin-right: 2.7%;
	max-width: 770px;
	width: 70%;
}

.hentry {
	background-color: #fff;
	border-top: 10px solid #e14b26;
	margin-bottom: 40px;
	padding: 40px;
}

.single .hentry {
	border: 0;
	margin-bottom: 0;
	padding: 0;
}

.single #content {
	background-color: #fff;
	border-top: 10px solid #e14b26;
	margin-bottom: 40px;
	padding: 40px;
}

.attachment-post-thumbnail {
	display: block;
	margin: 0 auto 40px;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

.entry-meta a {
	color: #999;
	padding-bottom: 1px;
}

.entry-meta a:hover {
	color: #e14b26;
}

footer.entry-meta {
	display: none;
}

.photocap {
	font-size: .75em;
	margin-top: -20px;
	margin-bottom: 40px;
}

.simple-button, a.more-link {
	background-color: #083f76;
	border-radius: 2px;
	border: 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 25px;
	text-transform: uppercase;
}

a:visited.simple-button {
	color: #fff;
}

a.more-link:hover, .simple-button:hover {
	background-color: #e14b26;
	border: 0;
	color: #fff;
}

.more-link .meta-nav {
	display: none;
}

#content .site-navigation {
	clear: both;
	margin: 40px 0;
}

/* Sponsors */
.wcorg-sponsor {
	border-bottom: 1px solid #ccc;
	clear: both;
	display: block;
	margin: 0 0 40px;
	padding-bottom: 35px;
}

.wcorg-sponsor-level-gold .wcorg-sponsor:last-of-type, .wcorg-sponsor-level-silver .wcorg-sponsor:last-of-type, .wcorg-sponsor-level-copper .wcorg-sponsor:last-of-type, .wcorg-sponsor-level-in-kind .wcorg-sponsor:last-of-type, .wcorg-sponsor-level-miner .wcorg-sponsor:last-of-type, .wcorg-sponsor-level-limestone .wcorg-sponsor:last-of-type {
	border: 0;
	padding: 0;
}

.wcorg-sponsors>div h2 {
	background-color: #e14b26;
	color: #fff;
	font-size: 30px;
	margin-bottom: 40px;
	padding: 15px 0;
	text-align: center;
}

/* Speakers */
.wcorg-speakers .wcorg-speaker {
	border-bottom: 1px solid #ccc;
	clear: both;
	display: block;
	margin: 0 0 40px;
	overflow: hidden;
	padding-bottom: 35px;
}

.wcorg-speakers .wcorg-speaker:last-of-type {
	border: 0;
	padding: 0;
}

.wcorg-speaker-description .avatar, .single-wcb_speaker .speaker-avatar {
}

.wcorg-organizer-description .avatar-default, .wcorg-organizer-description .avatar, .type-wcb_speaker .avatar-default, .type-wcb_speaker .avatar, .wcorg-speaker-description .avatar-default, .wcorg-speaker-description .avatar {
	float: left;
	margin: .4em 1em 1em 0;
	border: 2px solid #c3dce6;
	border-radius: 50%;
	pointer-events: none;
}

.wcorg-speaker-description .avatar, .type-wcb_speaker .avatar {
	margin: 0 1em .5em 0;
}

/* Organizers */
.wcorg-organizer .sharedaddy {
	display: none;
}

.wcorg-organizer {
	border-bottom: 1px solid #ccc;
	clear: both;
	display: block;
	margin: 0 0 40px;
	padding-bottom: 10px;
}

.wcorg-organizer-description .avatar {
}

/* Sessions */
.wcorg-sessions .wcorg-session {
	border-bottom: 1px solid #ccc;
	clear: both;
	display: block;
	margin: 0 0 40px;
	overflow: hidden;
	padding-bottom: 35px;
}

.wcorg-sessions .wcorg-session:last-of-type {
	border: 0;
	padding: 0;
}

.single-wcb_session .session-speakers, .single-wcb_session #session-speaker-names, .single-wcb_session #comments {
/* display: none; */
}

/* Schedule */
.wcpt-schedule .wcpt-col-time, .wcpt-schedule .wcpt-col-track, .wcpt-schedule td {
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
	padding: 10px;
}

.wcpt-schedule .wcpt-session-speakers {
	display: block;
	font-size: 10px;
	margin-top: 5px;
}

.wcpt-schedule .wcpt-session-speakers a {
	color: #444;
}

/* Attendees */
.page-id-14 .tix-attendee-list li::before {
	content: "";
}

/*--------------------------------------------------------------
7.0 Comment Form & Comments
--------------------------------------------------------------*/
.page #comments {
	display: none;
}

.commentlist, .comment-respond {
	background-color: #fff;
}

#comments {
	border-top: 1px solid #ccc;
	padding-top: 40px;
}

.comments-title {
	font-size: 18px;
	margin-bottom: 40px;
}

.commentlist {
	list-style: none;
	margin-bottom: 40px;
	margin-left: 0;
}

.commentlist>li:last-child {
	margin-bottom: 0;
}

.comment-author .avatar {
	float: left;
	margin-right: 30px;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.comment-meta, .reply {
	font-size: .75em;
	margin-left: 70px;
}

.comment-content {
	margin-left: 70px;
	margin-top: 20px;
}

li.comment {
	margin-bottom: 40px;
}

li.comment .children {
	list-style: none;
	margin-top: 40px;
	margin-left: 20px;
}

.bypostauthor {
	border: 1px dotted #bbc1d8;
	padding: 1.5em;
}

.comment-respond label {
	display: block;
	margin-bottom: 5px;
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {
	margin-bottom: 15px;
	overflow: hidden;
}

.comment-form input[type="text"], .comment-form textarea {
	background-color: #f6f6f6;
	border: none;
	padding: 5px;
	width: 100%;
}

.comment-form input[type="text"] {
	height: 40px;
}

.form-submit {
	margin-bottom: 15px;
}

.comment-subscription-form {
	margin-bottom: 0;
}

.comment-subscription-form, .comment-notes {
	font-size: 14px;
}

.form-allowed-tags, .form-allowed-tags code {
	color: #999;
	clear: both;
	font-size: .75em;
	margin-top: -5px;
	margin-bottom: 50px;
	margin-left: 20%;
	width: 80%;
}

.form-allowed-tags code {
	margin-left: 0;
}

/*--------------------------------------------------------------
8.0 Sidebar
--------------------------------------------------------------*/
#secondary {
	float: right;
	margin-top: -5%;
	max-width: 300px;
	width: 27%;
}

#secondary .widget {
	background-color: #fff;
	border-top: 10px solid #083f76;
	margin-bottom: 40px;
	padding: 40px 30px;
}

.widget-title {
	font-size: 1.25em;
	text-align: center;
}

#secondary ul, #secondary ol {
	margin-bottom: 0;
}

#secondary .widget p:last-child {
	margin-bottom: 0;
}

#secondary #text-5 {
	background-color: #083f76;
	border: 0;
	color: #fff;
}

#secondary #text-5 .widget-title, #secondary #text-5 a {
	color: #fff;
}

#secondary #text-5 a {
	border-bottom: 1px solid #fff;
}

#secondary #text-5 a:hover {
	border-bottom: 0;
	color: #e14b26;
}

#secondary #text-5 .simple-button {
	background-color: #fff;
	border: 0;
	color: #64001c;
}

#secondary #text-5 .simple-button:hover {
	background-color: #e14b26;
	color: #fff;
}

#secondary #subscribe-email input {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 5px;
}

/* Social Icons */
#secondary .widget_wpcom_social_media_icons_widget ul {
	margin: 30px 0 0;
	text-align: center;
}

#secondary .widget_wpcom_social_media_icons_widget li::before {
	display: none;
}

#secondary .widget_wpcom_social_media_icons_widget .genericon::before {
	background-color: #083f76;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	padding: 10px;
}

#secondary .widget_wpcom_social_media_icons_widget .genericon:hover::before {
	background-color: #e14b26;
	color: #fff;
}

#secondary .widget_wpcom_social_media_icons_widget .genericon-facebook::before {
	content: '\f204';
}

/*--------------------------------------------------------------
9.0 Footer
--------------------------------------------------------------*/
.site-footer {
/*background: url('https://2015.sacramento.wordcamp.org/files/2015/08/footer-bg.png') center bottom no-repeat;*/
	background-color: #083f76;
	clear: both;
	color: #fff;
	font-size: 14px;
/*height: 283px;*/
	padding: 30px 0;
	text-align: center;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	border-bottom: 1px solid #fff;
}

.site-footer .site-info {
/*padding-top: 200px;*/
}

.site-info-generator:after {
	content: "/";
	display: inline;
	padding: 0 7px 0 10px;
	white-space: pre;
}

/*--------------------------------------------------------------
10.0 Misc.
--------------------------------------------------------------*/
.aligncenter {
	margin: 0 auto 25px;
}

/*--------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background: #083f76;
	border: 0;
	border-radius: 2px;
	box-shadow: none;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 10px 15px;
	text-shadow: none;
	text-transform: uppercase;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #e14b26;
	color: #fff;
}

.byline {
	display: none !important;
}

.tix-ticket-form td.tix-left, .tix-private-form td.tix-left, .tix-attendee-form td.tix-left, .tix-receipt-form td.tix-left, .tix-ticket-form td.tix-right, .tix-private-form td.tix-right, .tix-attendee-form td.tix-right, .tix-receipt-form td.tix-right {
	display: block !important;
	width: 100% !important;
}

.tix-attendee-form tr {
	display: block;
	margin-bottom: 20px;
}

.tix-submit {
	text-align: left !important;
}

.tix-ticket-excerpt {
	font-size: 90%;
}

.tix-column-price {
	font-weight: 700;
}

td.tix-column-remaining {
	text-align: center;
}

.contact-form input[type="email"], .contact-form input[type="text"], .contact-form textarea {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
12.0 Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1140px) {
	.main-navigation .menu, .site-header hgroup, .site-footer .footer-widgets, .site-footer .site-info, #main {
		max-width: 90%;
	}
}

@media screen and (max-width: 1023px) {
	.site {
		padding-top: 0;
	}
	
	.main-navigation {
		position: static;
		text-align: center;
	}
	
	.menu>li {
		float: none;
	}
	
	.menu>li>a {
		line-height: 3;
		padding: 0 15px;
	}
	
	.main-navigation ul ul {
		top: 42px;
	}
	
	#after-header-widgets {
		clear: both;
		height: auto;
	}
	
	#after-header-widgets .widget {
		margin: 0;
	}
	
	#after-header-widgets .textwidget {
		padding: 20px 0;
		width: 200px;
	}
	
	#before-content-widgets {
		margin: 40px 0 0;
	}
	
	#before-content-widgets .widget_text, #before-content-widgets .jetpack_subscription_widget, #before-content-widgets .widget_wpcom_social_media_icons_widget {
		width: 100%;
	}
	
	#before-content-widgets .widget_text {
		border-bottom: 40px solid #f6f6f6;
		border-top: 10px solid #fea758;
	}
	
	.site-content {
		margin: 40px 0 0;
		max-width: 100%;
		width: 100%;
	}
	
	#secondary {
		margin-top: 0;
		max-width: 100%;
		width: 100%;
	}
	
	.five-sixths, .four-sixths, .four-fifths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-fifths, .three-sixths, .two-fourths, .two-fifths, .two-sixths, .two-thirds {
		margin: 0;
		width: 100%;
	}
}

/* Logged In Admin Bar */
@media screen and (max-width: 782px) {
	.admin-bar .main-navigation {
		top: 46px;
	}
}

@media screen and (max-width: 599px) {
	#before-content-widgets .widget_text, #before-content-widgets .jetpack_subscription_widget, #before-content-widgets .widget_wpcom_social_media_icons_widget {
		padding: 30px 20px 5px;
	}
	
	#before-content-widgets .widget_wpcom_social_media_icons_widget {
		padding-top: 0;
	}
	
	.hentry, .single #content, #secondary .widget {
		padding: 30px 20px;
	}
	
	blockquote {
		margin: 30px 0;
	}
	
	li.comment .children {
		margin-left: 0;
	}
	
	#tix-attendees .tix-columns-2 li {
		width: 100%;
	}
	
	/* Main Menu */
	.main-small-navigation .menu {
		background-color: #083f76;
		margin: 0;
		overflow: hidden;
		padding: 20px;
		width: 100%;
	}
	
	.menu>li {
		float: left;
		text-align: left;
		width: 100%;
	}
	
	.menu li a, .menu li a:hover {
		color: #fff;
	}
	
	.menu ul li, .menu ul li:hover {
		background: none;
		border: 0;
		list-style: none;
	}
	
	.menu>li>a {
		border-bottom: 1px solid #fff;
		width: 100%;
	}
	
	.menu-item-has-children, .menu li a:hover {
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	
	.menu li .sub-menu a:hover {
		border: 0;
	}
	
	.menu ul li a {
		color: #fff;
		padding: 10px 0;
		width: 100%;
	}
	
	.menu>li.current-menu-item>a, .menu>li.current-menu-parent>a {
		background: none;
		color: #fff;
	}
	
	.menu>li.current-menu-item>a:hover, .menu>li.current-menu-parent>a:hover, .menu ul li a:hover {
		background: none;
		color: #fea758;
	}
	
	.menu>li.current-menu-item>a:hover, .menu>li.current-menu-parent>a:hover, .menu ul li a:hover {
		color: #fff;
	}
	
	.sub-menu {
		margin-bottom: 0;
	}
	
	.site-title a {
		font-size: 16px;
	}
}