/* 

Theme Name: We Are Scout Pro
Theme URI: http://demo.jamiemitchelldesign.com.au/fifty-pro/
Description: This is a custom theme created for the Genesis Framework.
Author: Jamie Mitchell
Author URI: http://www.jamiemitchelldesign.com.au/

Version: 0.0.0

Template: genesis
Template Version: 2.2.3

*/


/* # 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
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## 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,
.widget: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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: #f6f5f4;
	color: #222;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.archive-post-image,
.wp-caption img,
.instagram-pics img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

a {
	color: #777;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 20px;
	font-size: 2.0rem;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
}

h3 {
	font-size: 2px;
	font-size: 2rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.625;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 16px 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #777;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container {
  margin-left: 260px;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
  clear: both;
  margin-bottom: 40px;
  margin-top: 58px;
  overflow-wrap: break-word;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
  float: left;
  width: 70%;
}

.page .content,
.single .content {
  background-color: #fff;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
  float: right;
  padding-top: 44px;
  width: 30%;
}


/* ## 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 {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.author-box .avatar {
  margin-bottom: 60px;
}

/* ## Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	background-color: #f5f5f5;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search 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;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title, 
.archive-title, 
.author-box-title,
.entry-title {
  font-family: "Playfair Display", serif;
}

.archive-description .entry-title,
.archive-title,
.author-box-title,
.craft-page .entry-title {
	font-size: 50px;
	font-size: 5rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #777;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.widget-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-widgets-1 .widget-title {
  display: inline-block;
  margin: 16px 0 16px 60px;
}

.sidebar h4 {
	font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1px;
	margin-top: 10px;
	line-height: 1.4;
  text-transform: uppercase;
}

.widget h4:last-child {
  margin-bottom: 0;
}

/* ## 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 {
	font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
	line-height: 1.4;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #777;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* ## Instagram Pics
--------------------------------------------- */

.widget .instagram-pics li {
  float: left;
  margin: 0;
  padding: 0;
  width: 12.5%;
}

.widget .instagram-pics img {
  display: block;
}

.widget .instagram-pics img:hover {
  opacity: 0.9
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  background-color: #f9f8f7;
  float: left;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 260px;
}

.site-header > .wrap {
	
}

/* ## Search Form
--------------------------------------------- */

.site-header .search {
  background-color: #FFE9E1;
  float: left;
  height: 58px;
  position: relative;
  width: 260px;
}

.site-header .search::before {
  color: #222;
  content: "\f4a4";
  font-family: "ionicons";
  font-size: 2.4rem;
  position: absolute;
  right: 18px;
  top: 12px;
}

.site-header .search .search-form {
  
}

.site-header .search input {
  background-color: #FFE9E1;
	color: #222;
	font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0 none;
  padding: 20px 45px 18px 40px;
}

.site-header .search input::-moz-placeholder {

	opacity: 1;
}

.site-header .search input::-webkit-input-placeholder {

}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 14% 40px;
	overflow: hidden;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.site-title > a {
  background-image: url("images/scout_logo.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	float: right;
	min-height: 210px;
	width: 78%;
}

.site-description,
.site-title {
	display: block;
	text-indent: -9999px;
}

.site-description {
	height: 0;
	margin-bottom: 0;
}

/* ## Header widget
--------------------------------------------- */

.header-widget {
  clear: both;
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
  padding: 0 40px;
  text-align: right;
}

.header-widget .simple-social-icons ul li {
  margin: 0 0 0 20px !important;
}

.header-widget .simple-social-icons ul li a {
  padding: 0 !important;
}

.header-widget p {
  margin-bottom: 14px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

/* ## Header Nav
--------------------------------------------- */

.top-header {
  background-color: #222;
  left: 260px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}


/* ## Social
--------------------------------------------- */

.top-header .header-social {
    float: left;
}

.top-header .header-social .widget {
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 9px;
  padding-left: 20px;
}

.top-header .header-social .simple-social-icons ul li {
	margin-bottom: 0 !important;
	margin-top: 0.7rem !important;
}


/* ## Genesis Nav Menu
--------------------------------------------- */

.genesis-nav-menu {
  clear: both;
	font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 22px 20px;
  text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #888;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #333;
	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 {
	background-color: #222;
	border: none;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 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 {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}



/* ## Top Navigation
--------------------------------------------- */

.nav-primary {
  float: left;
}

.nav-primary > .wrap {
  max-width: 100%;
}

.nav-primary .mobile-only {
	display: none;
}


/* ## Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu a {
	padding: 12px 0;
	color: #aaa;
}

.nav-footer .genesis-nav-menu a span:hover,
.nav-footer .genesis-nav-menu a span:focus,
.nav-footer .genesis-nav-menu .current-menu-item > a span  {
	color: #fff;
}


/* ## Side Navigation
--------------------------------------------- */

.nav-secondary {
  text-align: right;
	padding: 20px 40px 0;
	float: left;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.4;
}

.nav-secondary .genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: right;
}

.nav-secondary .genesis-nav-menu a {
  color: #000;
  display: inline-block;
  padding: 4px 0;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu .current-menu-item > a  {
	color: #999;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.content .entry {
	background-color: #fff;
}

.single .featured-post-image {
  height: 660px;
  width: 100%;
	background-attachment: fixed;
	background-position: 50% 50%; 
  background-repeat: no-repeat; 
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover; 
}

.single .content .entry-header,
.page .content .entry-header,
.error404 .content .entry-title,
.single .content .entry-content,
.page .content .entry-content,
.error404 .content .entry-content,
.single .content .entry-footer,
.page .content .entry-footer,
.error404 .content .entry-footer,
.single #disqus_thread {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}

.single .content .entry-header,
.page .content .entry-header,
.error404 .content .entry-title {
  padding-top: 70px;
	padding-bottom: 30px;
}

.single .content .entry-footer,
.error404 .content .entry-content {
  padding-bottom: 60px
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 11px;
	font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.entry-header .entry-meta {
	margin-bottom: 14px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}


/* ## Craft Page
--------------------------------------------- */

body.craft-page .content .entry .entry-header {
  max-width: 100%;
	padding-left: 60px;
}

body.craft-page .content .entry .entry-content {
  max-width: 100%;
	padding: 0;
}

body.craft-page .content .entry .wp-caption {
  background-color: #fff;
  display: inline-block;
  max-width: 19%;
  vertical-align: top;
  width: 100% !important;
}

body.craft-page .content .entry .wp-caption img {
  width: 100%;
	display: block;
	margin-bottom: 10px;
}

body.craft-page .content .entry .wp-caption:hover img {
  opacity: 0.9
}

body.craft-page .content .entry .wp-caption .wp-caption-text {
  padding: 0 20px;
}

body.craft-page .content .entry .entry-content h2 {
  clear: both;
	font-size: 24px;
	font-size: 2.4rem;
  display: block;
  margin-bottom: 30px;
  padding-left: 60px;
  width: 100%;
}


/* ## Related Posts
--------------------------------------------- */

.related-posts {
  background-color: #fff;
  clear: both;
  float: left;
  margin-top: 40px;
  overflow: hidden;
	margin-right: 51px;
}

.related-posts .related-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 16px 40px;
  text-transform: uppercase;
}

.related-list {
  display: block;
  overflow: hidden;
  width: 100%;
}

.related-posts .entry {
  float: left;
  width: 25%;
}

.related-posts .related-img {
  height: 400px;
  width: 100%;
	background-position: center center; 
  background-repeat: no-repeat; 
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover; 
}

.related-posts .related-img > a {
  background-color: rgba(0, 0, 0, 0);
  display: block;
	height: 400px;
  width: 100%;
}

.related-posts .entry:hover .related-img > a {
  background-color: rgba(0, 0, 0, 0.2);
}

.related-posts h4.entry-title {
  color: #000;
	font-size: 18px;
  padding: 30px 40px;
}



/* ## Pagination
--------------------------------------------- */

.pagination {
  background-color: #222;
	clear: both;
	margin: 60px 0;
}

.front-page .pagination {
	padding: 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
  background-color: #222;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
	padding: 14px 24px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.front-page .pagination-next {
  width: 100%;
	text-align: center;
}

.front-page .archive-pagination a {
	display: block;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #333;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.single #disqus_thread {
  padding-top: 60px;
	padding-bottom: 60px;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 740px;
  margin-left: auto;
  margin-right: auto;
	padding: 60px 40px;
}

.comment-respond,
.entry-pings {
	
}

.entry-comments {
	
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
  margin-bottom: 10px;
  padding: 0 51px;
}


/* # Footer widget
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #fff;
  clear: both;
  width: 100%;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background-color: #222;
	color: #555;
  font-size: 14px;
  font-size: 1.4rem;
	letter-spacing: 1px;
	text-transform: uppercase;
  line-height: 1;
  padding: 40px 60px 30px;
	position: relative;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #666;
}

.site-footer .to-top i {
  border: 1px solid #fff;
  top: 50px;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 14px 0;
  position: absolute;
  right: 60px;
  text-align: center;
  width: 50px;
}

.site-footer .to-top i:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #222;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	

}


@media only screen and (max-width: 1200px) {


  .sidebar .widget {
    padding: 0 40px;
  }
	
	.related-posts {
	  margin-right: 40px;
	}

  .nav-primary {
    clear: both;
    padding-bottom: 20px;
    width: 100%;
  }
	 
  .nav-primary .wrap {
	  padding: 0 40px
	}
	
	.js .nav-primary .genesis-nav-menu .sub-menu a,
	.js .nav-primary .genesis-nav-menu .sub-menu {
		width: 100%;
	}

	.nav-primary .genesis-nav-menu li {
		float: none;
	}

	.nav-primary .genesis-nav-menu {
		text-align: left;
	}

	.js nav.nav-primary  {
		display: none;
		position: relative;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #222;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: left;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

  .menu-toggle {
    font-size: 14px;
	  font-size: 1.4rem;
		color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 21px 40px;
    position: relative;
    float: right;
    text-transform: uppercase;
    width: auto;
    z-index: 1000;
  }

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .nav-primary .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #222;
		color: #fff;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #222;
		color: #aaa;
	}
	
	.archive-description .entry-title, 
	.archive-title, .author-box-title {
    font-size: 30px;
		font-size: 3rem;
  }

	body.craft-page .content .entry .wp-caption {
    max-width: 30%;
  }



}


@media only screen and (max-width: 1024px) {

  .site-container {
    margin-left: 200px;
  }
	
	.site-header {
	  width: 200px;
	}
	
	.site-header .search {
    width: 200px;
  }
	
	.top-header {
	  left: 200px;
	}
	
	.author-box .avatar {
    float: none;
    margin-bottom: 10px;
  }
	
	.widget .instagram-pics li {
    width: 25%;
  }
	
	.related-posts .entry {
    width: 50%;
  }
	
	.single .featured-post-image {
	  height: 600px;
	}
	
	.site-title > a {
	  min-height: 150px;
	}

	.header-widget .simple-social-icons ul li {
    float: right;
  }
	
	.related-posts {
	  margin-right: 0;
	}



}

@media only screen and (max-width: 860px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.content,
	.sidebar {
		margin: 0;
		width: 100%;
	}
	
	.sidebar {
	  background-color: #f9f9f9;
		padding-bottom: 40px;
	}
	
	.sidebar .widget {
	  padding: 0 40px;
	}
	
	.after-entry, .archive-description, 
	.author-box {
    padding: 40px;
  }
	
	
	.site-footer {
	  padding-left: 40px;
		padding-right: 40px;
	}
	
	.site-footer .nav-footer {
	  margin-bottom: 10px;
	}
	
	.site-footer .nav-footer,
	.site-footer p {
	  max-width: 260px;
	}
	
	.nav-footer .genesis-nav-menu a {
    padding: 5px 0;
  }
	
	.site-footer .to-top i {
	  right: 40px;
	}
	
	.related-posts .entry {
    width: 100%;
  }
	


}


@media only screen and (max-width: 600px) {

 .site-container {
   margin-left: 0;
 }
 
  .top-header {
	  left: 0;
		position: static;
		width: 100%;
		overflow: hidden;
	}
	
 .site-header {
   width: 100%;
	 position: static;
 }
 
  .nav-secondary {
    padding: 0 40px 40px;
		text-align: left;
  }
 
 	.site-header .search,
	.single .featured-post-image {
    display: none;
  }
	
	.site-title {
    margin: 40px;
  }
	
	.site-title > a {
    min-height: 260px;
  }
	
	.nav-secondary {
	  display: none;
	}
	
	.nav-primary .mobile-only {
	  display: block;
	}
	
	.related-posts .entry {
    width: 50%;
  }
	
	
	body.craft-page .content .entry .wp-caption {
    max-width: 48%;
  }
	
	.archive-description .entry-title, 
	.archive-title, .author-box-title, 
	.craft-page .entry-title {
	  font-size: 30px;
    font-size: 3rem;
  }
	
	.header-widget {
    text-align: left;
  }
	
	.header-widget .widget {
	  margin-bottom: 20px !important;
	}
	
	.header-widget br {
    display: none;
  }
	
	.widget.simple-social-icons .alignright {
    float: left;
    text-align: left;
  }
	
	.header-widget .simple-social-icons ul li {
    margin: 0 20px 0 0 !important;
  }
	
	

}


@media only screen and (max-width: 400px) {
	
	.site-footer .nav-footer,
	.site-footer p {
	  max-width: 200px;
	}
	
	.related-posts .entry {
    width: 100%;
  }
	
}