/*
	Theme Name: Marc and Angel
	Theme URI: http://www.marcandangel.com/
	Description: Custom theme created for Marc and Angel.
	Author: Brian Gardner
	Author URI: http://briangardner.com/
	Version: 1.0
	Template: genesis
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

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:#000}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}


/* Defaults
---------------------------------------------------------------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.clearfix:before,
.entry:before,
.entry-content:before,
.navigation-container:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.sidebar .widget:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.navigation-container:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.sidebar .widget: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
--------------------------------------------- */

body {
	background: #000 url(images/bg.jpg) center top no-repeat;
	background-attachment: fixed;
	color: #333;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #0099cc;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
blockquote,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin: 30px 0;
	padding-bottom: 25px;
	padding-top: 20px;
}

blockquote p {
	margin-bottom: 0;
}



/* Sticky Message
---------------------------------------------------------------------------------------------------- */

.sticky-message {
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	display: none;
	font-size: 15px;
	font-weight: 700;
	padding: 15px 10px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.sticky-message .widget {
	display: inline-block;
}

.sticky-message a {
	border-bottom: 1px dotted #0099cc;
	color: #0099cc;
	font-weight: 700;
	padding-bottom: 1px;
}

.sticky-message a:hover {
	border-bottom: 1px dotted #000;
	color: #0099cc;
}

.sticky-message p:last-child {
	margin-bottom: 0;
}


/* Site Structure
---------------------------------------------------------------------------------------------------- */

.site-container {
	background-color: #fff;
	padding-bottom: 40px;
}

.site-inner {
	clear: both;
	margin-left: 10%;
	margin-right: 10%;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}

.title-area {
	display: inline-block;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

.site-title {
	background: #fff url(images/logo-circle.png) no-repeat;
	background-size: 150px 150px;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
    font-weight: 400;
	height: 150px;
	letter-spacing: 1px;
	line-height: 150px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
}

.site-title a,
.site-title a:hover {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	line-height: normal;
	max-width: 150px;
	padding: 15px 15px 20px;
	vertical-align: middle;
	word-wrap: break-word;
}

.header-image .site-title > a {
	background-color: #fff !important;
	background-position: center center !important;
	background-size: 150px 150px !important;
	float: left;
	height: 150px;
	width: 100%;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-title,
.site-description {
	background-image: none;
	display: block;
	height: 0;
	text-indent: -9999px;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover {
	color: #0099cc;
}

.genesis-nav-menu .sub-menu {
	background-color: rgba(255, 255, 255, 0.05);
	left: auto;
	opacity: 1;
	position: relative;
	-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;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	color: #000;
	letter-spacing: 0;
	position: relative;
	text-transform: none;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #0099cc;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding-left: 40px;
	padding-right: 40px;
}

/* Responsive Navigation
--------------------------------------------- */

.responsive-menu-icon,
.responsive-menu .menu-item-has-children {
	cursor: pointer;
}

.responsive-menu .menu-item,
.responsive-menu-icon {
	display: block;
}

.responsive-menu,
.responsive-menu > .menu-item > .sub-menu {
	display: none;
}

.responsive-menu-icon {
	text-align: center;
}

.responsive-menu-icon::before {
	color: #000;
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.responsive-menu > .menu-item-has-children:before {
	clear: both;
	content: "\f347";
	float: right;
	font: normal 14px/1 'dashicons';
	height: 14px;
	padding: 15px 0 15px 20px;
	right: 0;
	text-align: right;
	z-index: 9999;
}

.responsive-menu .menu-open.menu-item-has-children:before {
	content: "\f343";
}

.responsive-menu .sub-menu .sub-menu {
	margin: 0 0 0 25px;
}


/* After Menu
---------------------------------------------------------------------------------------------------- */

.after-menu {
	background-color: #f5f5f5;
	height: 130px;
	margin-bottom: 60px;
	margin-top: -20px;
	padding: 20px;
	text-align: center;
}


/* Entry Content
---------------------------------------------------------------------------------------------------- */

.content {
	margin: 0 auto;
	width: 500px;
}

.entry {
	border-bottom: 1px solid #000;
	margin-bottom: 60px;
}

.page .entry,
.single .entry {
	border-bottom: 0;
	margin-bottom: 0;
}

.entry-content a {
	color: #0099cc;
}

.entry-content a:hover {
	color: #000;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 30px;
}

.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 ul.car-list {
	margin-left: 0;
}

.entry-content ul.car-list > li {
	list-style-type: none;
}


/* Entry Meta
---------------------------------------------------------------------------------------------------- */

p.entry-meta {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

p.entry-meta,
.entry-meta a {
	color: #000;
}

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

.entry-header .entry-meta {
	margin-bottom: 30px;
	margin-top: -10px;
}

.entry-header .by {
	font-style: italic;
	text-transform: lowercase;
}

.entry-footer .entry-meta {
	margin-bottom: 60px;
}

.entry-categories,
.entry-tags {
	display: block;
}


/* Genesis Simple Share
---------------------------------------------------------------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.content .share-filled .count {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #000;
	border: 1px solid #000;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #000 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}


/* Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 20px;
}

.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
	border-width: 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.entry-content h4 {
	margin-bottom: 24px;
	margin-top: 40px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


/* Titles
---------------------------------------------------------------------------------------------------- */

.archive-title {
	font-size: 18px;
}

.entry-title {
	font-size: 30px;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #0099cc;
}

.widget-title {
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* After Entry
---------------------------------------------------------------------------------------------------- */

.after-entry {
	text-align: center;
}

.jp-relatedposts-post-context,
.jp-relatedposts-post-date {
	display: none !important;
}

.after-entry .ad {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 30px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry a {
	border-bottom: 1px dotted #000;
	color: #000;
	padding-bottom: 1px;
}

.after-entry a:hover {
	border-bottom: 1px dotted #0099cc;
	color: #0099cc;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}


/* Pagination
---------------------------------------------------------------------------------------------------- */

.pagination {
	clear: both;
	margin-top: 60px;
}

.pagination a {
	border-bottom: 1px dotted #000;
	color: #000;
	padding-bottom: 1px;
}

.pagination a:hover {
	border-bottom: 1px dotted #0099cc;
	color: #0099cc;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}


/* Images
---------------------------------------------------------------------------------------------------- */

img {
	height: auto;
}

embed,
iframe,
img {
	max-width: 100%;
}

.avatar {
	float: left;
}

.alignleft .avatar,
.comment .avatar,
.left_off {
	margin-right: 20px;
}

.left_off {
	margin-bottom: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	height: 55px;
	margin-bottom: 20px;
	width: 55px;
}


/* Genesis
---------------------------------------------------------------------------------------------------- */

.archive-description,
.breadcrumb {
	border-bottom: 1px solid #000;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 60px;
	padding-bottom: 0;
}

.breadcrumb {
	font-size: 14px;
	padding-bottom: 10px;
}

.archive-description a,
.breadcrumb a {
	border-bottom: 1px dotted #0099cc;
	color: #0099cc;
	padding-bottom: 1px;
}

.archive-description a:hover,
.breadcrumb a:hover {
	border-bottom: 1px dotted #000;
	color: #000;
}

.archive-description p:last-child {
	margin-bottom: 0;
}


/* Search Form
---------------------------------------------------------------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input {
	-webkit-appearance: none;
}

.error404 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;
}


/* Forms and Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: none;
	box-shadow: none;
	color: #333;
	font-size: 14px;
	font-weight: 300;
	padding: 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: #eee;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #0099cc;
	border: 1px solid #0099cc;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #008fc0;
	border-color: #008fc0;
	color: #fff;
}

input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 10px;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #f7f7f7;
	border-color: #ddd;
	color: #777;
	cursor: not-allowed;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


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

img.alignnone,
.alignnone {
	margin: 0 0 20px 0;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0!important;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}


/* Genesis eNews Extended
---------------------------------------------------------------------------------------------------- */

.after-entry .enews-widget {
	background-color: #000;
	padding: 40px 60px;
}

.sticky-message .enews-widget {
	margin-left: 10px;
}

.after-entry .enews-widget h4,
.after-entry .enews-widget p {
	color: #fff;
}

.after-entry .enews-widget input,
.sidebar .enews-widget input {
	margin-bottom: 10px;
	width: 100%;
}

.sticky-message .enews-widget input {
	font-size: 12px;
	padding: 5px 10px;
	width: auto;
}


/* Entry Comments
---------------------------------------------------------------------------------------------------- */

.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px dotted #0099cc;
	color: #0099cc;
	padding-bottom: 1px;
}

.comment-respond a:hover,
.entry-comments a:hover {
	border-bottom: 1px dotted #000;
	color: #000;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

.comment-respond,
.entry-pings {
	padding-top: 60px;
}

.comment-respond label {
	font-weight: 700;
}

.entry-comments {
	padding-top: 100px;
}

.comment-header {
	font-size: 16px;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

.comment-form input[type="submit"] {
	width: 100%;
}

.entry-comments .comment {
	border-bottom: 1px dotted #000;
}

.entry-comments .comment-content {
	clear: both;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
	margin-top: 60px;
}

.sidebar li a {
	border-bottom: 1px dotted #000;
	color: #000;
	padding-bottom: 1px;
}

.sidebar li a:hover {
	border-bottom: 1px dotted #0099cc;
	color: #0099cc;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar li {
	margin-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #000;
	margin-bottom: 60px;
	padding: 40px 40px 30px;
}

.sidebar .widget-title {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	margin-bottom: 30px;
	margin-top: -67px;
	padding: 20px;
	text-align: center;
}

.sidebar .widget-title a {
	border-width: 0;
	color: #fff;
}

.simple-social-icons {
	overflow: inherit !important;
}

.widget.simple-social-icons ul li a {
	padding: 10px !important;
}


/* Before Footer
---------------------------------------------------------------------------------------------------- */

.before-footer {
	background-color: #fff;
	border-top: 1px solid #000;
	margin-bottom: 40px;
	margin-top: 60px;
	padding-top: 20px;
	text-align: center;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	text-align: center;
}

.site-footer a,
.site-footer a:hover,
.site-footer p {
	color: #000;
}

.site-footer p {
	font-size: 15px;
	margin-bottom: 0;
}

.site-footer a {
	border-bottom: 1px dotted #000;
	color: #000;
	padding-bottom: 2px;
}

.site-footer a:hover {
	border-bottom: 1px dotted #0099cc;
	color: #0099cc;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 930px) {

	.site-container {
		box-shadow: 0 0 5px #000;
		margin: 0 auto;
		max-width: 960px;
		padding: 0 40px 100px;
	}

	.content {
		width: 60%; /* 600px */
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.sidebar {
		width: 33%; /* 300px */
	}

	.content {
		float: left;
	}

	.sidebar {
		float: right;
	}

	.site-header {
		margin-bottom: 60px;
	}

	.header-image .site-title > a {
		width: 150px;
	}

	.site-description {
		margin: 0;
	}

	.genesis-nav-menu a {
		padding-bottom: 29px;
		padding-top: 29px;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .sub-menu {
		background-color: #000;
		box-shadow: 0 0 5px #ddd;
		left: -9999px;
		opacity: 0;
		position: absolute;
	}
	
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu:after,
	.genesis-nav-menu .sub-menu:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	
	.genesis-nav-menu .sub-menu:after {
		border-bottom-color: #000;
		border-width: 10px;
		margin-left: -10px;
	}
	
	.genesis-nav-menu .sub-menu:before {
		border-bottom-color: #000;
		border-width: 11px;
		margin-left: -11px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu:after,
	.genesis-nav-menu .sub-menu .sub-menu:before {
		display: none;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #fff;
		border-top: 0;
		padding: 20px;
		color: #fff;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		text-align: center;
		width: 200px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -53px 0 0 199px;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		left: 50%;
		margin-left: -100px;
		opacity: 1;
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
		left: 199px;
		margin-left: 0px;
		opacity: 1;
	}

	.navigation-container {
		background-color: #fff;
		border-bottom: 1px solid #000;
		border-top: 1px solid #000;
		margin-bottom: 98px;
		margin-top: -170px;
		min-height: 70px;
	}

	.nav-primary,
	.nav-secondary {
		background-color: #fff;
		margin-bottom: 0;
		padding: 0;
		width: 40%;		
	}
	
	.nav-primary {
		float: left;
	}
	
	.nav-secondary {
		float: right;
		text-align: right;
	}

	.responsive-menu,
	.responsive-menu > .menu-item > .sub-menu {
		display: block;
	}

	.responsive-menu-icon,
	.responsive-menu > .menu-item-has-children:before,
	.responsive-menu .menu-open.menu-item-has-children:before {
		display: none;
	}

	.site-inner {
		margin-left: 0;
		margin-right: 0;
	}

	.comment-list ul.children {
		margin-left: 20px;
	}

	.sidebar  {
		margin-top: 0;
	}

	.sidebar .instagram-pics li {
		margin-right: 0;
	}

	.sidebar .instagram-pics li:nth-child(2n+1) {
		margin-right: 18px;
	}

}

@media only screen and (min-width: 1100px) {

	.site-container {
		padding: 0 60px 60px;
	}
	
	.genesis-nav-menu a {
		padding: 28px 10px;
	}
	
}

@media only screen and (max-width: 960px) {

	.before-footer {
		display: none;
	}

}

@media only screen and (max-width: 720px) {

	.sticky-message {
		display: none !important;
	}

	.content {
		width: 100%;
	}

}