@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

body,
button,
input,
textarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em
}

h3 {
	font-size: 1.17em;
}

h5 {
	font-size: .83em;
}

h6 {
	font-size: .75em;
}

a {
	text-decoration: none;
}

/* Tables */

table {
	border: solid 1px #dddddd;
}

thead, tfoot {
	background: #e0e0e0;
}

tr:nth-of-type(even) {
	background: #e8e8e8;
}

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
	padding: 0.5em 0.625em 0.625em;
}

table tr th, table tr td {
	font-size: .83em;
	padding: 0.5625em 0.625em;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* Primary Color */

a,
a:active,
a:visited,
a:visited:hover,
a:hover,
.site-title a:hover,
.main-navigation a:hover,
.footer-wrap a:hover{
	color: #0074a2;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}

.comment-list .comment-reply-link:hover,
a.button,
a.button:hover {
	background: #0074a2;
}

a.button:hover,
button:hover,
input[type='submit']:hover,
.comment-list .comment-reply-link:hover {
	color: #fff;
	opacity: 0.7;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

#primary a,
#secondary a {
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

#primary a:hover,
#secondary a:hover {
	opacity: 0.7;
}

/* Colors */
/* !important is used to override colors set in the Theme Customizer */

#mobile-menu,
#mobile-menu a,
a.button:not(:hover),
.site-title a:not(:hover),
.site-description,
#site-navigation a:not(:hover) {
	color: #eee !important;
}

#mobile-menu a:hover,
#site-navigation a:hover,
.footer-wrap a:not(:hover) {
	color: #aaa !important;
}

#secondary .widget-title {
	border-bottom: 1px solid #ccc;
}

img[class^='wp-image'],
img[class*='wp-image'] {
	padding: 2px;
	border: 1px solid #e8e8e8;
}

.wp-caption {
	border: 1px solid #e8e8e8;
}

.format-aside .entry-content,
.format-chat .entry-content,
.format-link .entry-content,
.format-quote .entry-content,
.format-status .entry-content {
	background: #e8e8e8;
}

.logged-in-as,
.form-allowed-tags,
.form-allowed-tags code {
	color: #777;
}

/* Header/Footer Colors */

#mobile-menu,
.mobile-header,
#masthead,
.footer-wrap {
	background: #333;
}

#tertiary,
#colophon {
	color: #777;
}

#site-navigation .sub-menu,
#mobile-menu ul ul li  {
	background: rgba( 255, 255, 255, 0.05 );
}

.footer-wrap.border,
#tertiary .widget-title {
	border-bottom: 1px solid #555;
}


/* Mobile Menu */

#mobile-menu {
	display: none;
}


/* Header */

#masthead { /* Need to remove base css for this element */
	padding: .5em 0 1em;
}

.site-branding {
	float: left;
}

.site-branding a:hover {
	text-decoration: none;
}

#masthead img.site-title {
	margin-top: 1em;
}

.no-tagline .site-title {
	margin-top: .25em;
}

.no-tagline .site-description {
	display: none;
}

.site-description {
	font-size: 1em;
}

#header-image {
	margin-bottom: 2em;
}

/* Prmary Nav */

#site-navigation .arrow {
	display: none;
}

#site-navigation .menu > .menu-item-has-children > a .arrow,
#site-navigation .sub-menu > .menu-item-has-children > a .arrow {
	display: inline-block;
}

#site-navigation .menu > .menu-item-has-children > a .arrow:before,
#site-navigation .sub-menu > .menu-item-has-children > a .arrow:before {
	content: '\f431';
	color: #aaa;
	display: block;
	padding-left: .5em;
	padding-top: .25em;
}

#site-navigation .sub-menu > .menu-item-has-children > a .arrow:before {
	content: '\f431';
	text-align: right;
	padding-right: 1.55em;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


/* Posts */

.hentry {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 2.5em;
}

.entry-meta {
	font-style: italic;
	font-size: .8em;
}

.entry-meta div {
	margin-bottom: .25em;
}

.entry-meta .genericon {
	margin: .1em .5em 0 0;
}

h1.entry-title {
	clear: none;
}

.post .entry-content {
	min-height: 2em;
}

.post .wp-post-image {
	margin-top: 1em;
}

img[class^='wp-image'],
img[class*='wp-image'] {
	padding: 2px;
	border: 1px solid #ddd;
}

.vertical-image {
	float:right;
	margin-bottom: 1em;
	margin-left: 2%;
	max-width: 33%;
}

.comments-link, .edit-link {
	display: block;
}

.comments-link .genericon {
	margin-right: .5em;
}

.more-link .genericon-next {
	margin-top: .25em;
}


/* Post Formats */

.genericon.post-format-icon {
	float: left;
	font-size: 2em;
	width: 1em;
}

.post-format-content {
	margin-left: 3em;
}

.format-link .post-format-content a {
	font-size: 1.5em;
}

.format-quote .post-format-content {
	margin-left: 1.5em;
	font-style: italic;
}

.format-audio .entry-content {
	margin-bottom: 1.5em;
}

.format-aside .entry-content,
.format-chat .entry-content,
.format-link .entry-content,
.format-quote .entry-content,
.format-status .entry-content {
	margin-bottom: 1.5em;
	padding: 1em 1em 0;
}

.format-chat .entry-content {
	font-family: 'Courier 10 Pitch', Courier, monospace;
	font-size: .9em;
}


/* Pagination */

.meta-nav {
	margin-top: .25em;
}


/*  Sidebar */

#secondary .widget {
	margin-bottom: 2em;
}

#tertiary .widget {
	margin-bottom: 1em;
}

#secondary .widget-title,
#tertiary .widget-title {
	margin-bottom: .75em;
	padding-bottom: .5em;
}

#secondary .widget ul,
#tertiary .widget ul {
	list-style: none;
	margin-left: 0;
}

#secondary .widget ul li
#tertiary .widget ul li {
	margin-bottom: .5em;
}

#wp-calendar #next {
	text-align: right;
}

.widget_search input[type="search"] {
	box-sizing: border-box;
	width: 100%;
}

.jetpack-display-remote-posts h4 {
	margin-bottom: 1em;
}

/* Footer */

.footer-wrap {
	font-size: .9em;
	padding: 1em 0 1em;
}

.footer-wrap.border {
	padding-bottom: 0;
}

.site-info {
	float: left;
}

.footer-wrap .genericon {
	padding-top: .1em;
}

	/* Footer Sidebar */

	#tertiary {
		margin: 1em auto 0;
		max-width: 1000px;
		overflow:hidden;
	}

	/* Social Menu */

	.social-menu ul {
		float: right;
		list-style: none;
		margin: 0;
	}

	.social-menu li {
		float: left;
	}

	.social-menu li {
		padding-left: 1em;
	}

	.social-menu li a .screen-reader-text{
		text-indent: -9999px;
	}

	.social-menu li a[href*="digg"] .genericon:before {
		content: '\f221';
	}

	.social-menu li a[href*="dribbble"] .genericon:before {
		content: '\f201';
	}

	.social-menu li a[href*="codepen"] .genericon:before {
		content: '\f216';
	}

	.social-menu li a[href*="facebook"] .genericon:before {
		content: '\f203';
	}

	.social-menu li a[href*="flickr"] .genericon:before {
		content: '\f211';
	}

	.social-menu li a[href*="github"] .genericon:before {
		content: '\f200';
	}

	.social-menu li a[href*="instagram"] .genericon:before {
		content: '\f215';
	}

	.social-menu li a[href*="linkedin"] .genericon:before {
		content: '\f208';
	}

	.social-menu li a[href*="path"] .genericon:before {
		content: '\f219';
	}

	.social-menu li a[href*="pinterest"] .genericon:before {
		content: '\f210';
	}

	.social-menu li a[href*="plus.google"] .genericon:before {
		content: '\f206';
	}

	.social-menu li a[href*="pocket"] .genericon:before {
		content: '\f224';
	}

	.social-menu li a[href*="polldaddy"] .genericon:before {
		content: '\f217';
	}

	.social-menu li a[href*="reddit"] .genericon:before {
		content: '\f222';
	}

	.social-menu li a[href*="skype"] .genericon:before {
		content: '\f220';
	}

	.social-menu li a[href*="stumbleupon"] .genericon:before {
		content: '\f223';
	}

	.social-menu li a[href*="tumblr"] .genericon:before {
		content: '\f214';
	}

	.social-menu li a[href*="twitter"] .genericon:before {
		content: '\f202';
	}

	.social-menu li a[href*="vimeo"] .genericon:before {
		content: '\f212';
	}

	.social-menu li a[href*="wordpress"] .genericon:before {
		content: '\f205';
	}

	.social-menu li a[href*="youtube"] .genericon:before {
		content: '\f213';
	}

	/* Hover Colors */

	.social-menu li a[href*="digg"]:hover {
		color: #eee;
	}

	.social-menu li a[href*="dribbble"]:hover {
		color: #ea4c89;
	}

	.social-menu li a[href*="codepen"]:hover {
		color: #76daff;
	}

	.social-menu li a[href*="facebook"]:hover {
		color: #3b5998;
	}

	.social-menu li a[href*="flickr"]:hover {
		color: #ff0084;
	}

	.social-menu li a[href*="github"]:hover {
		color: #4183c4;
	}

	.social-menu li a[href*="instagram"]:hover {
		color: #3f729b;
	}

	.social-menu li a[href*="linkedin"]:hover {
		color: #0e76a8;
	}

	.social-menu li a[href*="path"]:hover {
		color: rgba(177,60,63,1);
	}

	.social-menu li a[href*="pinterest"]:hover {
		color: #c8232c;
	}

	.social-menu li a[href*="plus.google"]:hover {
		color: #dd4b39;
	}

	.social-menu li a[href*="pocket"]:hover {
		color: #ee3423;
	}

	.social-menu li a[href*="polldaddy"]:hover {
		color: #bc0b0b;
	}

	.social-menu li a[href*="reddit"]:hover {
		color: #eff7ff;
	}

	.social-menu li a[href*="skype"]:hover {
		color: #12A5F4;
	}

	.social-menu li a[href*="stumbleupon"]:hover {
		color: #eb4924;
	}

	.social-menu li a[href*="tumblr"]:hover {
		color: #529ecc;
	}

	.social-menu li a[href*="twitter"]:hover {
		color: #3cf;
	}

	.social-menu li a[href*="vimeo"]:hover {
		color: #1AB7EA;
	}

	.social-menu li a[href*="wordpress"]:hover {
		color: #21759b;
	}

	.social-menu li a[href*="youtube"]:hover {
		color: #c4302b;
	}


/* Comments */

.comment-list {
	margin: 0 0 1.5em;
}
.comment-list li.comment {
	border: 1px solid #e0e0e0;
	clear: both;
	list-style-type: none;
	margin-bottom: 1.5em;
	overflow: hidden;
	padding: 0.7335em 10px;
	position: relative;
}

.comment-list li:last-child {
	margin-bottom: 0;
}

.comment-list li ul.children {
	margin: 0;
}

.comment-list li[class*=depth-] {
  margin-top: 1.1em;
}

.comment-list li.depth-1 {
	margin-left: 0;
	margin-top: 0;
}

.comment-list li.comment:not(.depth-1) {
	margin: 0 .5em;
	padding-bottom: 20px;
}

.comment-list .odd {
	background: #f8f8f8;
}

.comment-list .even {
	background: #e8e8e8;
}

.comment-meta {
	margin-bottom: 2em;
}

.comment-list .vcard {
	margin-left: 50px;
}

.comment-list .vcard cite.fn {
	font-weight: 700;
	font-style: normal;
}

.comment-list .vcard img.avatar {
	position: absolute;
	left: 10px;
	border: 1px solid #ccc;
}

.comment-list .comment_content {
	margin-left: 50px;
}

.comment-list .comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}

.comment-list .comment-reply-link {
	background: #999;
	color: #fff;
	float: right;
	font-size: 0.9em;
	margin-bottom: 10px;
	opacity: 0.65;
	padding: 3px 5px;
}

.comment-metadata {
	font-size: 0.9em;
	font-style: italic;
}

#comment-nav-above {
	margin-top: 1em;
}

#comment-nav-below {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}

/* Comment Form */

.logged-in-as,
.form-allowed-tags,
.form-allowed-tags code {
	font-size: .9em;
}


/* Horizontal Widgets */

.template-horiz-widgets article.page {
	border: 0;
}

.template-horiz-widgets #secondary {
	margin: 0;
	width: 100%;
}

.template-horiz-widgets .widget,
#tertiary .widget {
	float: left;
	margin-right: 5%;
	width: 30%;
}

.template-horiz-widgets #secondary .widget:last-child,
#tertiary .widget:last-child {
	margin-right: 0;
}
