/* Styles */
/* Variables */
/** *
*
* WC ABQ 2016
* Based on WC Sacramento 2015
*
* **/
/*--------------------------------------------------------------
>>> 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 Page Styles
11.0 Forms
12.0 Responsive Design

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

html, body {
	height: 100%;
}

body {
	color: #444;
}

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

a,
a:visited {
	color: #6096A7;
	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: #355887;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-bottom: 1.75rem;
	font-weight: 700;
}

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

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

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

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

@media only screen and (min-width: 1023px) {
	.archive .page-title {
		color: #fff;
	}
}

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 {
	content: " ";
	display: table;
}

hr::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;
}

/*--------------------------------------------------------------
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%;
}

#footer-widgets li > a {
	color: white;
}

#footer-widgets li > a:visited {
	color: white;
}

#menu-footer-menu {
	max-width: 100%;
	table-layout: auto !important;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

#menu-footer-menu li {
	float: none;
	display: block;
}

@media only screen and (min-width: 1000px) {
	#menu-footer-menu {
		max-width: 1100px;
	}
	
	#menu-footer-menu li {
		display: inline;
	}
}

/* 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: #355887;
	color: #fff;
	position: relative;
}

.menu li a:hover {
	border: 0;
	color: #6096A7;
}

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

.main-navigation ul ul:before {
	border-bottom: 8px solid #355887;
	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: #355887;
}

.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: #355887;
}

.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-image: -webkit-linear-gradient(rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.3)), url('https://albuquerque.wordcamp.org/2016/files/2016/01/abq-wordcamp.jpg');
	background-image: linear-gradient(rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.3)), url('https://albuquerque.wordcamp.org/2016/files/2016/01/abq-wordcamp.jpg');
	background-repeat: no-repeat;
	height: 400px;
	background-size: cover;
}

@media screen and (min-width: 1000px) {
	#after-header-widgets {
		background-repeat: no-repeat;
		height: 600px;
		background-size: cover;
	}
}

#after-header-widgets > aside {
	background: url('https://2016.albuquerque.wordcamp.org/files/2016/02/wordcamp-abq-logo.png') no-repeat center;
	background-size: 250px auto;
	margin-top: 0;
	padding-top: 250px;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
	#after-header-widgets > aside {
	/* Retina-specific stuff here */
		background: url('https://2016.albuquerque.wordcamp.org/files/2016/02/wordcamp-abq-logo@2x.png') no-repeat center;
		background-size: 250px auto;
	}
}

@media screen and (min-width: 600px) {
	#after-header-widgets > aside {
		padding-top: 300px;
	}
}

@media screen and (min-width: 1000px) {
	#after-header-widgets > aside {
		padding-top: 500px;
		background-size: 350px auto;
	}
}

#after-header-widgets p {
	padding-top: 100px;
	font-size: 16px;
	margin-bottom: 0;
}

@media screen and (min-width: 600px) {
	#after-header-widgets p {
		padding-top: 60px;
	}
}

@media screen and (min-width: 700px) {
	#after-header-widgets p {
		padding-top: 50px;
	}
}

@media screen and (min-width: 1000px) {
	#after-header-widgets p {
		font-size: 20px;
		padding-top: 0;
	}
}

#after-header-widgets .textwidget {
	display: block;
	margin: 0 auto;
	padding-top: 5px;
	max-width: 700px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

#after-header-widgets .widget-title {
	font-size: 30px;
	font-family: 'Crete Round';
	font-weight: 400;
	color: #fff;
	padding-top: 10%;
	text-transform: inherit;
}

@media screen and (min-width: 700px) {
	#after-header-widgets .widget-title {
		font-size: 40px;
	}
}

@media screen and (min-width: 1000px) {
	#after-header-widgets .widget-title {
		font-size: 60px;
	}
}

#after-header-widgets .wc-date {
	display: block;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 26px;
	margin-top: -25px;
}

.front-page aside:nth-of-type(2) {
	background: #355887;
	color: #fff;
}

.front-page aside:nth-of-type(2) .widget-title {
	color: #fff;
}

.front-page aside:nth-of-type(2) a {
	color: #fff;
	text-decoration: underline;
}

.front-page aside:nth-of-type(2) a:visited, .front-page aside:nth-of-type(2) a:active, .front-page aside:nth-of-type(2) a:hover {
	color: #fff;
	text-decoration: underline;
}

.front-page aside:nth-of-type(1) a {
	text-decoration: underline;
}

.front-page aside:nth-of-type(1) a:visited, .front-page aside:nth-of-type(1) a:active, .front-page aside:nth-of-type(1) a:hover {
	text-decoration: underline;
}

#before-content-widgets {
	background-color: #fff;
	display: none;
	margin-top: -5%;
	margin-bottom: 7.5em;
	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: #355887;
	color: #fff;
	float: right;
	padding: 40px 40px 5px;
	width: 50%;
}

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

#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: #355887;
}

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

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

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

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

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

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

@media only screen and (min-width: 1025px) {
	#main {
		margin-top: 2em;
	}
}

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

@media only screen and (min-width: 1023px) {
	.archive .site-content {
		margin-top: -11.6%;
	}
}

.hentry,
.post.no-results {
	background-color: #fff;
	border-top: 15px solid #6096A7;
	margin-bottom: 40px;
	padding: 40px;
}

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

.single #content {
	background-color: #fff;
	border-top: 15px solid #6096A7;
	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: #6096A7;
}

footer.entry-meta {
	display: none;
}

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

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

/* Links within simple-button class */
a.simple-button-link {
	color: #fff;
}

a.simple-button-link:hover {
	text-decoration: none;
	color: #fff;
}

.simple-button-cta {
	display: inline-block;
}

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

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

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

/* Sponsor page */
.wcorg-sponsors > div h2 {
	background-color: #6096A7;
	color: #fff;
	font-size: 30px;
	margin-bottom: 40px;
	padding: 20px 0;
	text-align: center;
}

.wcorg-sponsors .wcorg-sponsor {
	margin-bottom: 60px;
}

/*
 Speakers page, Sessions page
*/
.wcorg-speaker, .wcorg-session {
	padding-bottom: 5em;
	padding-top: 2em;
	position: relative;
}

.wcorg-speaker h2,
.wcorg-session h2 {
	font-size: 2.2em;
	line-height: 1.2;
	text-align: left;
	margin-left: 135px;
}

.wcorg-speaker-description, .wcorg-session-description {
	margin-top: 4em;
}

.wcorg-speaker-description img, .wcorg-session img {
	border-radius: 125px;
	position: absolute;
	top: 0;
	left: 0;
}

.wcorg-session img {
	top: 0;
}

/*--------------------------------------------------------------
7.0 Comment Form & Comments
--------------------------------------------------------------*/
.commentlist,
.comment-respond {
	background-color: #fff;
}

.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: 0;
}

.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: -7%;
	max-width: 300px;
	width: 27%;
}

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

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

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

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

#secondary #text-6 {
	background-color: #355887;
	border: 0;
	color: #fff;
}

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

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

#secondary #text-6 a:hover {
	border-bottom: 0;
	color: #6096A7;
}

#secondary #text-6 .simple-button {
	background-color: #fff;
	border: 0;
	color: #355887;
}

#secondary #text-6 .simple-button:hover {
	background-color: #6096A7;
	color: #fff;
}

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

.sponsor-level {
	border-bottom: 1px solid #999;
	margin-top: 2.5em;
	padding-bottom: 2.5em;
}

.sponsor-level:last-child {
	border-bottom: none;
}

.widget-title + .sponsor-level {
	margin-top: 1em;
}

.sponsor-level-title {
	font-size: 1em;
}

.widget img {
	height: auto;
}

a.sponsor-logo {
	border-bottom: none;
}

a.sponsor-logo:hover {
	border-bottom: none;
}

.sponsor-level.microsponsor .sponsor-logo {
	display: block;
}

/*--------------------------------------------------------------
9.0 Footer
--------------------------------------------------------------*/
.site-footer {
	clear: both;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #355887;
}

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

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

.site-footer .site-info {
	padding: 20px 0;
}

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

/*--------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #355887;
	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: #6096A7;
	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-column-remaining {
	text-align: center;
}

a.wcpt-session-title {
	font-weight: bold;
}

.wcpt-schedule {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #dcdcdc;
	margin: 40px auto;
}

.wcpt-schedule td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 20px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: #dcdcdc;
	color: #333;
	background-color: white;
	line-height: 1.6;
}

.wcpt-schedule .wcpt-col-time {
	width: 10%;
}

.wcpt-schedule .wcpt-col-track {
	width: 45%;
}

.wcpt-time {
	text-align: center;
	padding: 10px;
}

@media only screen and (min-width: 710px) {
	.wcpt-time {
		padding: 20px;
	}
}

.wcpt-schedule .registration td,
.wcpt-schedule .lunch td,
.wcpt-schedule .after-party td {
	background-color: #c5dced;
	text-align: center;
}

.wcpt-schedule th {
	background: #0693d4;
	color: #fff;
	vertical-align: middle;
}

.wcpt-col-track, .wcpt-col-time {
	text-align: center;
}

.wcpt-session-speakers:before {
	color: #464646;
	content: "~ ";
	font-style: italic;
}

.wcpt-session-speakers {
	display: block;
	margin-top: 8px;
}

.page-slug-code-of-conduct li {
	margin-top: 20px;
}

.page-slug-code-of-conduct li ul > li {
	margin-top: 5px;
}

/*--------------------------------------------------------------
12.0 Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1140px) {
	.main-navigation .menu,
	  .site-header hgroup,
	  .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;
	}
	
	#after-header-widgets .widget {
		margin: 0;
	}
	
	#after-header-widgets .textwidget {
		padding: 0;
		width: auto;
	}
	
	#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: 15px solid #6096A7;
	}
	
	.site-content {
		margin: 40px 0 0;
		max-width: 100%;
		width: 100%;
	}
	
	#secondary {
		margin-top: 0;
		max-width: 100%;
		width: 100%;
	}
	
	.site-footer {
		height: auto;
	}
	
	.site-footer .site-info {
		padding: 30px 0;
	}
	
	.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: #355887;
		margin: 0;
		overflow: hidden;
		padding: 20px;
		width: 100%;
	}
	
	.menu > li {
		float: left;
		text-align: left;
		width: 100%;
	}
	
	.menu li a {
		color: #fff;
		font-size: 16px;
	}
	
	.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;
	}
	
	.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: #6096A7;
	}
	
	.sub-menu {
		margin-bottom: 0;
	}
}

/*# sourceMappingURL=style.css.map */