-/* Slightly Astray
Theme Name: Slightly Astray
Theme URI: http://www.slightlyastray.com/
Description: A custom HTML5 template built on the Genesis Framework  
Author: The Lady Errant
Author URI: http://design.theladyerrant.com/ 
 
Template: genesis  
Template Version: 2.1.2  

Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready  

License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Latest Tweets
	- Jetpack
	- Jetpack Sharing
	- Jetpack Related Posts
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Responsive Menu
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1199px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #9AC5BB;
	color: #fff;
}

::selection {
	background-color: #9AC5BB;
	color: #fff;
}

a {
	color: #9AC5BB;
	text-decoration: none;
}

a:hover {
	color: #e6ce46;
}

a:visited {
	color: #ccc;
}


.content a.more-link {
	background-color: #9AC5BB;
	border-radius: 0;
	clear: both;
	color: #fff;
	font-family: Open Sans, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 400;
	margin: 10px auto 20px;
	padding: 5px 40px;
	text-align: center;
	width: auto;
	position: relative;
	display: inline-block;
    	z-index:2;
}

.content a.more-link:hover {
	background-color: #e6ce46;
	color: #fff;
}

.content a.archive-link {
	background-color: #9AC5BB;
	border-radius: 0;
	clear: both;
	color: #fff;
	font-family: Open Sans, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 32px;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.content a.archive-link:hover {
	background-color: #e6ce46;
	color: #fff;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: none;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

blockquote,
blockquote::before {
	color: #666;
}

blockquote {
	border-left: 1px solid #e6ce46;
	padding-left: 20px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #8ab1a8;
	font-family: Open Sans, sans-serif;
	text-transform: none;
	text-align: left;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0px;
	margin: 0 0 10px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.entry-content img {
	max-width: 100%;
}

.featured-content img,
.gallery img {
	width: 100%;
}


/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 20px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: none !important;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: none;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #7c7c7c;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #9AC5BB;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #9AC5BB;
	border: none;
	border-radius: 0;
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 11px 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: auto;
	cursor: pointer;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	color: #fff;
	background-color: #e6ce46;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #9AC5BB;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #9AC5BB;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding: 40px 0 20px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap, 
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 75.833333333%; /*910px*/
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 66.666666666%; /*800px*/
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 68.131868131%; /*620px*/
}


.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 30%; /*360px*/
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-sidebar-content .sidebar-primary,
.content-sidebar-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-primary {
	width: 27.472527472%; /*250px*/
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 20.833333333%; /*250px*/
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */
.avatar {
	float: left;
	border-radius: 50%;
}

.user-profile. avatar {
	float: none;
}

.author-box .avatar {
	margin-right: 30px;
	width: 100px;
	height: 100px;
}

.entry-comments .avatar {
	background: #fff;
	border: 1px solid #9AC5BB;
	margin: 0 16px 0px 0;
	padding: 2px;
	width: 100px;
	height: 100px;
}

.user-profile .avatar {
	float: none;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #ddd;
	color: #000;
	font-size: 12px;
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	color: #000;
	border: 1px solid #9AC5BB;
	margin-bottom: 40px;
	padding: 20px;
}

.author-box-title {
	color: #000;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search-form input[type="submit"], 
.search-form input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.genesis-nav-menu .search-form input[type="search"] {
	background-color: transparent;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 0;
	padding: 0 0 0 34px;
	position: relative;
        -webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.nav-secondary .search-form input[type="search"] {
	background-image: url(images/search.png);
	color: #fff;
}

.nav-primary .search-form input[type="search"] {
	background-image: url(images/search-2.png);
	color:#000;
}

.nav-secondary .search-form input[type="search"]::-moz-placeholder {
	color: #fff;
	font-weight: 400;
	opacity: 1;
}

.nav-secondary .search-form input[type="search"]::-webkit-input-placeholder {
	color: #fff;
	font-weight: 400;
}

.nav-primary .search-form input[type="search"]::-moz-placeholder {
	color: #000;
	font-weight: 400;
	opacity: 1;
}

.nav-primary .search-form input[type="search"]::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

.genesis-nav-menu .search-form input[type="search"]:focus {
	border: none;
	cursor: text;
	width: 200px;
	padding: 2px 2px 2px 25px;
}

.search-form {
	position: relative;
}
 


.sidebar .search-form input[type="search"] {
	background-image: url(images/search.png);
	background-position: 2% 50%;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	padding-left: 34px;
	background-color: #9AC5BB;
	color: #fff;
	border: none;
}



.search-form {
	position: relative;
}
 

/* ## Titles
--------------------------------------------- */

.widget-title {
	color: #000;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.entry-title {
	font-family: Open Sans, sans-serif;	
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: left;
	margin-bottom: 0;
	width: calc(100% - 110px);
}

.entry-title a,
.widget .widget-title a {
	color: #000;
}

.entry-title a:hover {
	color: #9AC5BB;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	color: #7c7c7c;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	margin: 0 0 0 40px;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.sidebar .featured-content .entry {
	border-bottom: 1px dotted #9AC5BB;
	margin-bottom: 0;
	padding: 6px 0 5px;
	position: relative;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
}

.featured-content .entry-title {
	font-size: 16px;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 75px;
	transform: translate(0,-50%);
	width: calc(100% - 75px);
}

.featured-content a.alignleft {
	margin: 0;
}

.sidebar .featured-content img.entry-image {
	width: 50px;
	height: 50px;
	margin: 0 !important;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #000;
}

.sidebar .widget.enews-widget {
	background-color: #fff;
}


.enews-widget input {
	font-size: 14px;
	margin-bottom: 14px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.latest-tweets .tweet-details a,
.latest-tweets .tweet-details a:visited {
	color: #9AC5BB;
	font-size: 12x;
	text-decoration: none;
}

.latest-tweets .tweet-details a:hover {
	color: #ccc;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* ## Jetpack Sharing
--------------------------------------------- */
.content div.sharedaddy div.sd-block {
	border: none;
	padding: 0;
}

.content div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none !important;
}

.sd-content ul {
	text-align: center;
}

h3.sd-title {
	text-align: center;
	width: 100%;
	font-weight: 400 !important;
	font-size: 16px !important;
}

h3.sd-title::before {
	border-top: 1px solid #9AC5BB !important;
}

/* Icon */
.sd-content ul li a.sd-button:before {
	font: 400 12px/1 social-logos !important; /*Adjust size if necessary*/
	top: -1px !important; /*Adjust size if necessary*/
	vertical-align: middle !important;
}

/* Icon + Text */
.content .sd-social-icon-text .sd-content ul li a.sd-button {
	color: #000 !important;
	border-radius: 0 !important;
	background: #fff !important;
	border: 1px solid #9AC5BB !important;
	padding: 0 0 0 5px !important;
	margin: 0 10px 5px 0 !important;
	line-height: normal !important;
	padding-top: 0 !important;
}

.content .sd-social-icon-text a.sd-button > span, a.sd-button > span {
	opacity: 1;
	padding: 2px 8px 2px !important; /*Adjust if necessary*/
	line-height: normal !important;
}

/* Text */
.sd-social-text .sd-content ul li a.sd-button {
  	margin: 0 10px 5px 0 !important;
 	padding: 0 !important;
  	font-weight: 400;
  	border-radius: 0 !important;
  	line-height: normal !important;
}
 
.sd-content ul li a.sd-button {
	background: none !important;
}

.content a.sd-button > span {
	background-image: none !important; 
	background: #9AC5BB;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: Open Sans, sans-serif;
	position: relative;
	top: -1px;
}
 
.content a.sd-button:hover > span {
	background: #e6ce46;
	color: #fff;
}
 
/* Share Count */
.sd-social .sd-button .share-count {
 	color: #9AC5BB !important;
	background: #fff !important;
 	border-radius: 50% !important;
  	font-size: 10px !important;
	margin-left: 2px;
  	line-height: 10px !important;
}

/* ## Jetpack Related Posts
--------------------------------------------- */
#jp-relatedposts h3.jp-relatedposts-headline em::before {
	border-top: 1px solid #9AC5BB !important;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 400 !important;	
}

#jp-relatedposts h3.jp-relatedposts-headline {
font-size: 16px !important;
font-family: Open Sans, sans-serif !important;
text-transform: uppercase !important;
text-align: center;
width: 100%;
}

#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover {
	filter: alpha(opacity=80) !important;
	-moz-opacity: 0.8 !important;
	opacity: 0.8 !important;
}

#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title a,
#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 18px;
	font-style: normal;
	font-family: Open Sans, sans-serif;
	text-align: center;
	color: #000;
	font-weight: 400 !important;
	text-transform: uppercase;
}

#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: none !important;
}

#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a:hover {
	color: #9AC5BB;
}



/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	max-height: 175px;
}

.site-header .wrap {
	padding: 40px 0 40px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 40px;
	font-family: Open Sans, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #000;
}

.site-description {
	display: block;
	margin-bottom: 10px;
	color: #000;
	font-family: Open Sans, sans-serif;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	text-transform: none;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	width: 100%;
	color: #000;
	font-family: Open Sans, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 10px 20px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #9AC5BB;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	border: none;
	background-color: #9AC5BB;
	border-top: none;
	padding: 10px 20px;
	position: relative;
	width: 200px;
	color: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu a:hover {
	color: #fff;
	background: #e6ce46;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
	background: #e6ce46;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -35px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	letter-spacing: 2px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 40px;
}

.genesis-nav-menu > .search {
	padding: 0px;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-bottom: 1px solid #9AC5BB;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
    background-color: #9AC5BB;
    clear: both;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
 

.admin-bar .nav-secondary {
    top: 28px;
}

.nav-secondary .genesis-nav-menu a {
	color: #fff;
	text-align: left;
}
 
.nav-secondary .genesis-nav-menu a:hover {
	color: #fff;
	font-weight: 700;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover {
	color: #fff;
	background: #e6ce46;
}
  

/* ## Responsive Menu
--------------------------------------------- */
 
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}
 
.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.nav-primary .responsive-menu-icon::before {
	color: #000;
}

.nav-secondary .responsive-menu-icon::before {
	color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */





/* ## Entries
--------------------------------------------- */

.entry {
	margin-top: 0;
	margin-bottom: 40px;
	padding: 0;
}

.entry-content {
	padding-top: 10px;
	border-top: 1px solid #000;

}

.page .entry,
.single .entry {
	margin-bottom: 40px;
	padding: 0;
	margin-top: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	margin-bottom: 0;
}

.entry-header .entry-time {
	margin-bottom: 0;
	float: right;
	top: -20px;
	position: relative;
	font-family: Open Sans, sans-serif;
	color: #000;
	font-size: 10px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: none;
}


.entry-footer .entry-meta {
	border-top: 1px solid #9AC5BB;
	padding: 20px 0;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-size: 10px;
	font-family: Open Sans, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.entry-footer .entry-meta a {
	color: #000;
}

.entry-footer .entry-meta a:hover {
	color: #9AC5BB;
}

.entry-categories,
.entry-tags {
	display: inline;
}

.entry-categories::before, .entry-tags::before {
	margin: 5px;
	content: "|";
}

/* ## After Entry
--------------------------------------------- */

.after-entry {
	border: 1px solid #9AC5BB;
	margin-bottom: 40px;
	padding: 20px;
	color: #000;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	text-align: center;
	text-transform: uppercase;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}


/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
	background-color: #fff;
}

.archive-pagination li a {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	padding: 6px 12px;
	text-transform: uppercase;
	font-family: Open Sans, sans-serif;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #9AC5BB;
	color: #fff;
}

.pagination-next a, .pagination-previous a {
	color: #000;
	font-family: Open Sans, sans-serif;
	padding: 6px 12px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.pagination-next a:hover, 
.pagination-previous a:hover {
	color: #fff;
	background: #9AC5BB;
}

/* ## Comments
--------------------------------------------- */

.entry-comments,
.entry-comments .comment,
.ping-list {
	margin-bottom: 40px;
	background: #fff;
}

.entry-comments {
	padding: 0px;
}

.entry-comments h3, 
.comment-respond h3 {
	text-transform: uppercase;
	font-family: Open Sans, sans-serif;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .comment,
.ping-list {
	border: 1px solid #9AC5BB;
	padding: 20px;
}

.ping-list {
	padding-bottom: 20px;
}

.entry-comments .children .comment {
	border: 1px solid #eee;
	margin: 20px;
}

.comment-meta {
	margin-bottom: 20px;
	font-size: 12px;
}

.comment-author {
	font-family: Open Sans, sans-serif;
	text-transform: uppercase;
	margin: 0;
}

.comment-author .says {
	display: none;
}

.comment-reply-link {
	text-transform: uppercase;
	font-family: Open Sans, sans-serif;
	color: #000;
	background: #fff;
	padding: 5px;
}

.comment-reply-link:hover {
	background: #9AC5BB;
	color: #fff;
}

.comment-respond label {
	display: block;
}

.comment-respond {
	background: #fff;
	padding: 0px;
	margin-bottom: 40px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond input[type="submit"] {
	width: 100%;
}

.form-submit {
	margin-bottom: 40px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #7c7c7c;
	font-size: 14px;
	text-align: left;
}

.sidebar a {
	color: #7c7c7c;
}

.sidebar a:hover {
	color: #9AC5BB;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background: #fff;
	margin-bottom: 40px;
}

.sidebar .simple-social-icons ul li a {
	padding: 10px !important;
	border-radius: 50%;
}

.sidebar .simple-social-icons ul li a:hover {
	border-radius: 50%;
}

.widget.widget_categories ul li {
	color: #fff;
	background: #9AC5BB;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

.widget.widget_categories ul li a,
.widget.widget_categories ul li a:hover {
	color: #fff;
}

.widget.widget_categories ul li:hover {
	background: #e6ce46;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */


.footer-widgets {
	background: #fff;
	clear: both;
	padding-top: 20px;
	text-align: center;
}

.footer-widgets a {
	color: #000;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}


.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 28.333333333%; /*340px*/
}

.footer-widgets-1 {
	margin-right: 7.5%; /*90px*/
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 10px;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	letter-spacing: 1px;
	font-family: Open Sans, sans-serif;
	color: #000;
	text-transform: uppercase;
}

.site-footer a {
	color: #000;
}

.site-footer a:hover {
	color: #9AC5BB;
}

.site-footer p {
	margin-bottom: 0;
}


/* # To Top Button
---------------------------------------------------------------------------------------------------- */

.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: rgba(0,0,0,.06) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
 
.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}
 
.to-top.top-fade-out {
	opacity:.8;
}

.to-top:hover {
	background: #e6ce46 url(images/to-top-hover.svg) no-repeat center 50%;
}
 
.no-touch .to-top:hover {
	background-color:#e6ce46;
	opacity:1;
}
 
@media only screen and (max-width: 768px) {
	.to-top {
		right: 0px;
		bottom: 0px;
	}
}
 
@media only screen and (min-width: 1024px) {
	.to-top {
		height: 40px;
		width: 40px;
		right: 40px;
		bottom: 40px;
	}
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1199px) {
	.site-inner,
	.wrap {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}	

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-content-sidebar .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary,
	.content-sidebar-sidebar .sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

@media only screen and (max-width: 800px) {

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 20px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 12px 0 0;
		right: 0;
		text-align: right;
		z-index: 999;
	}

	.nav-secondary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.nav-secondary .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu a {
		color: #000;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu a:hover {
		color: #9AC5BB;
	}

	.nav-secondary .genesis-nav-menu.responsive-menu a:hover {
		font-weight: 700;
	}

	.nav-secondary .genesis-nav-menu.responsive-menu .sub-menu a {
		color: #fff;
	}

	.nav-secondary .genesis-nav-menu.responsive-menu .sub-menu a:hover {
		color: #e6ce46;
	}

	.genesis-nav-menu > .right {
		float: left;
		padding: 10px 20px;
		margin-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}