/*
	Theme Name: Wildflower
	Theme URI: http://wildflower.ohwild.com
	Description: A Genesis child theme
	Author: Carissa Allen
	Author URI: http://ohwild.com/

	Version: 1.0

	Tags: responsive, custom menu, 2 column, full width, threaded-comments

	Template: genesis
	Template Version: 2.1.2

*/

/* Table of Contents
- Imports
- 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
	- Jetpack
	- Add to Any
	- Simple Social Icons
	- Instagram Slider
	- Portfolio
	- Contact Form 7
- Site Header
	- Title Area
- Site Navigation
	- Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Entry Meta
	- Entry Footer
	- After Entry
	- Pagination
	- Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Min-width: 930px
	- Min-width: 1100px
*/

/* Import Fonts
--------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,400italic,700);


/* 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:#444}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,
.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;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets: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 {
	color: #444;
    font-family: 'Arimo', 'Helvetica Neue', arial, sans-serif;
    font-size: 12.5px;
    line-height: 1.65;
    margin: 0;
    font-weight: normal;
    background-color: #fff;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery 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;
}

::-moz-selection {
	background-color: #F4F0F0;
    color: #444;
}

::selection {
	background-color: #F4F0F0;
    color: #444;
}

a {
	color: #A69C9A;
	text-decoration: none;
}

a:hover {
	color: #444;
}

p {
	margin: 10px 0 28px;
	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 {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 40px 0;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.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: 26px;
}

h2 {
	font-size: 23px;
}

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;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
width: 704px;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.entry-content .gallery a,
.entry-content .gallery a:hover {
	border-width: 0;
}

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	padding: 0 3px;
	text-align: center;
	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 #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
    box-shadow: none;
    color: #444;
    font-size: 10px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 2.1px;
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}

input:focus,
textarea:focus {
	background-color: #fff;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #444;
	font-weight: 400;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	color: #444;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.footer-widgets .button,
.sidebar .button {
	background-color: #A69C9A;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 10.5px;
    font-weight: 400;
    letter-spacing: 2.1px;
    padding: 10px;
    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"],
.button:hover,
.entry-content .button:hover,
.footer-widgets .button:hover,
.sidebar .button:hover {
	background-color: #A69C9A;
	border-color: #A69C9A;
	color: #fff;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.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: #fff;
	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;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
}

.site-inner {
	clear: both;
	margin-left: 10%;
	margin-right: 10%;
}

.full-width-content.ohwild-landing .content {
	padding-top: 60px;
	width: 100%;
}

.ohwild-landing .site-container {
	padding-bottom: 60px;
}

/* 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 {
	margin-bottom: 40px;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar,
.comment .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.author-box .avatar {
	height: 80px;
	width: 80px;
}

.comment .avatar {
	height: 50px;
    margin-bottom: 20px;
    width: 50px;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box,
.breadcrumb {
	border-bottom: 1px solid #444;
	margin-bottom: 100px;
	padding-bottom: 30px;
}

.author-description ~ .author-box {
	margin-top: -60px;
}

.single .author-box {
	margin-bottom: 60px;
}

.breadcrumb {
	font-size: 14px;
	padding-bottom: 10px;
}

.archive-description a,
.author-box a,
.breadcrumb a {
	border-bottom: 1px solid #A69C9A;
	color: #444;
	font-weight: 700;
	padding-bottom: 1px;
}

.archive-description a:hover,
.author-box a:hover,
.breadcrumb a:hover {
	border-bottom: 1px solid #A69C9A;
	color: #A69C9A;
}

.single .author-box {
	border-top: 1px solid #444;
	padding-top: 30px;
}

.author-box-title {
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 4px;
	margin-top: 4px;
	text-transform: none;
}

.archive-description p:last-child,
.author-box 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;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 18px;
}

.entry-title, .entry-title a,
.sidebar .widget-title a {
    font-size: 16.5px;
    font-weight: 300;
    letter-spacing: 2.3px;
    color: #444;
    margin: 0px 0px 5px 0px;
}

.entry-title a:hover {
	color: #A69C9A;
}

/* 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;
}

.gallery-caption {
	margin: 0 0 10px;
}

.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;
}

.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;
}

/* After content / Featured posts
--------------------------------------------- */

.featured-posts-widget.widget-area {
    float: left;
}

.featured-posts-widget.widget-area .widget-title {
	font-size: 13.5px;
}

.featured-posts-widget.widget-area h2 a {
	font-size: 9.5px;
	letter-spacing: 3px;
	font-weight: 300;
	color: #636363;
}

.featured-posts-widget .entry-header {
    text-align: center;
}

.featured-posts-widget .featured-content img {
    margin-bottom: -8px;
}

.featured-posts-widget .entry {
    margin-bottom: 0px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */


/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* Add to Any
--------------------------------------------- */

a.a2a_dd.addtoany_no_icon.addtoany_share_save {
	float: right;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-family: 'Lato', sans-serif;
    font-size: 11.5px;
    font-weight: 300;
    color: #444;
    padding: 0;
    margin: 0;
}

a.a2a_dd.addtoany_no_icon.addtoany_share_save:hover {
	text-decoration: none;
	border: 0;
	color: #A69C9A;
}

a.a2a_dd.addtoany_no_icon.addtoany_share_save:before {
    content: "\f487";
    font-size: 12.5px;
    font-family: 'dashicons';
    vertical-align: top;
    padding-right: 4px;
}

.a2a_kit.a2a_kit_size_32.addtoany_list.a2a_target {
    line-height: 2.3 !important;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul {
    margin-bottom: -12px !important;
    margin-top: -5px !important;
}

/* Instagram Sider
--------------------------------------------- */

span.jr-insta-username {
    font-style: italic;
    font-size: 10.5px;
    text-transform: lowercase;
    line-height: 10px;
}

span.jr-insta-username a {
	color: #A69C9A;
}

.pllexislider-normal ul li .jr-insta-datacontainer {
    margin-bottom: 0px !important;
}

.jr-insta-slider {
    margin-bottom: 5px !important;
}

/* Portfolio
--------------------------------------------- */
 
.post-type-archive-portfolio.full-width-content #content {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	text-align: center;
}
 
.post-type-archive-portfolio .portfolio {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
 
.single-portfolio #content {
	text-align: center;
}

.single-portfolio .entry-footer {
	border: 0;
}
 
.post-type-archive-portfolio .hentry, .single-portfolio .hentry {
	margin: 0 0 20px;
}

.portfolio time.entry-time {
    display: none;
}

.portfolio .entry-title a {
    text-align: center;
    font-size: 12px !important;
}

.portfolio .entry-title {
	text-align: center;
}


/* Contact Form 7
--------------------------------------------- */
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #B8B1AF;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin-bottom: 40px;
	text-align: center;
}


/* Title Area
--------------------------------------------- */

.title-area {
	display: inline-block;
	height: 225px;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
}

.site-title {
	background-color: #fff;
	background-size: 225px 225px;
	float: left;
	font-family: 'Lato',sans-serif;
	font-size: 20px;
    font-weight: 400;
	height: 225px;
	letter-spacing: 1px;
	line-height: 225px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	width: 225px;
}

.site-title a,
.site-title a:hover {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	line-height: normal;
	max-width: 225px;
	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: 225px 225px !important;
	float: left;
	margin-top: 35px;
	height: 225px;
	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: #444;
    display: block;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 2.5px;
    padding: 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.genesis-nav-menu a:hover {
	color: #A69C9A;
	border-bottom: 1px solid #444;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	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;
	padding-bottom: 20px;
}

.genesis-nav-menu .sub-menu a {
	color: #444;
	letter-spacing: 2.5px;
	position: relative;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #A69C9A;
}

.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: #fff;
	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: #444;
	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;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */


/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .entry {
	border: 0;
	margin-bottom: 50px;
}

.page .entry,
.single .entry {
	border-bottom: 0;
	margin-bottom: 0;
}

.page .entry-content {
    margin-top: 20px;
}

.entry-content a {
	color: #A69C9A;
	font-weight: 500;
	font-style: italic;
	padding-bottom: 1px;
}

.entry-content a:hover {
	color: #A69C9A;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	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: #444;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

.entry-header {
	text-align: left;
}

.entry-header .entry-meta {
	margin-top: -10px;
}

.entry-categories,
.entry-tags {
	font-size: 10.5px;
    text-transform: lowercase;
    line-height: 10px;
    font-style: italic;
    margin: 0px 0px 0px 0px;
}

.entry-categories:before {
    content: '//';
    font-size: 13.5px;
    padding-right: 10px;
    padding-left: 6px;
    color: #A69C9A;
    vertical-align: middle;
}

p.entry-meta {
    margin-top: -25px;
    display: inline-block;
}

.entry-comments-link a {
    float: left;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-family: 'Lato', sans-serif;
    font-size: 11.5px;
    font-weight: 300;
    color: #444;
}

.entry-comments-link a:hover {
	color: #A69C9A;
}

.entry-comments-link a:before {
    content: "\f101";
    font-size: 12px;
    font-family: 'dashicons';
    vertical-align: middle;
    padding-right: 4px;
}

.entry-time {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2.1px;
    font-weight: 300;
    font-size: 11px;
}

.read-more {
    width: 150px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 4px 10px;
    border: 1px solid #A69C9A;
	margin: 25px auto -15px auto;
    font-weight: 200 !important;
    font-style: normal;
    font-size: 11.5px;
}

.read-more a {
	font-weight: 300 !important;
}

/* Entry Footer
--------------------------------------------- */

.entry-footer {
    border-bottom: 1px solid #ddd;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-top: 20px;
	margin-bottom: 30px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry a {
	color: #444;
	font-weight: 400;
	padding-bottom: 1px;
}

.after-entry a:hover {
	color: #A69C9A;
}

.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;
	margin-bottom: 60px;
}

.pagination a {
	border-bottom: 1px solid #A69C9A;
	color: #444;
	font-weight: 400;
	padding-bottom: 1px;
}

.pagination a:hover {
	border-bottom: 1px solid #A69C9A;
	color: #A69C9A;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
    border: 1px solid #A69C9A;
    color: #A69C9A;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2.1px;
    font-weight: 300;
    font-size: 10.5px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #A69C9A;
    border: 1px solid #A69C9A;
    color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-respond a,
.entry-comments a {
    color: #444;
    font-weight: 300;
    padding-bottom: 1px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    font-size: 10.5px;
}

.comment-respond a:hover,
.entry-comments a:hover {
	color: #A69C9A;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

.comment-respond,
.entry-pings {
	padding-top: 30px;
	margin-bottom: 40px;
}

.comment-respond label {
	font-weight: 400;
}

.entry-comments {
	padding-top: 20px;
}

.comment-header {
	font-size: 15px;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

.comment-form input[type="submit"] {
	width: 100%;
}

.entry-comments .comment {

}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
	line-height: 2.1;
	font-size: 12.5px;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

h3.entry-comments {
	font-size: 18px;
}

h3.comment-reply-title {
    font-size: 17.5px;
}

span.says {
    display: none;
}

textarea#comment {
    text-align: left;
    color: #444;
    font-family: 'Arimo', 'Helvetica Neue', arial, sans-serif;
    font-size: 12.5px;
    line-height: 1.65;
    letter-spacing: 0;
    margin: 0;
    font-weight: normal;
    text-transform: initial;
}

.comment-form input[type="submit"]:hover {
	background-color: #B8B1AF;
}



/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 11px;
	margin-top: 60px;
}

.sidebar a {
	color: #444;
	font-weight: 400;
	padding-bottom: 1px;
}

.sidebar a:hover {
	color: #A69C9A;
}

.sidebar li {
	margin-bottom: 0px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 45px;
    padding: 0px;
}

.sidebar .widget-title {
	color: #444;
	font-size: 13.5px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: .2;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #444;
	clear: both;
	margin: 80px 10% 0;
	padding-top: 60px;
}

.footer-widgets .widget {
	margin-bottom: 60px;
}

.footer-widgets a {
	border-bottom: 1px solid #A69C9A;
	color: #444;
	font-weight: 700;
	padding-bottom: 1px;
}

.footer-widgets a:hover {
	border-bottom: 1px solid #A69C9A;
	color: #A69C9A;
}

.footer-widgets li {
	margin-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 20px 5% 20px;
	text-align: center;
}

.site-footer p {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

.site-footer a, .site-footer a:hover {
	color: #444;
	font-weight: 400;
	padding-bottom: 1px;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 930px) {

	.featured-posts-widget .featured-content {
		float:left;
		display: inline-block;
		padding: 8px;
		width: 25%;
	}

	.featured-posts-widget.widget-area {
		display: inline-block;
		float: left;
	}
}

@media only screen and (min-width: 930px) {

	.site-container {
		margin: 0px auto;
		max-width: 1050px;
		padding: 0 4%;
	}

	.ohwild-landing .site-container {
		max-width: 800px;
	}

	.content {
		width: 67%; /* 670px */
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	
	.footer-widgets .widget:last-child {
		margin-bottom: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 27%; /* 270px */
	}

	.footer-widgets-1 {
		margin-right: 5%; /* 50px */
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.sidebar-content .sidebar {
		float: left;
	}

	.footer-widgets-3,
	.sidebar,
	.sidebar-content .content {
		float: right;
	}

	.site-header {
		margin-bottom: 65px;
	}

	.header-image .site-title > a {
		width: 225px;
	}

	.site-description {
		margin: 0;
	}

	.genesis-nav-menu a {
		margin: 29px 15px 0px 15px;
    	padding: 0px 0px 5px 0px;
	}

	.genesis-nav-menu .menu-item-has-children a {
		border-bottom: 0;
		padding-bottom: 15px;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .sub-menu {
		background-color: #444;
		box-shadow: none;
		left: -9999px;
		opacity: 0;
		position: absolute;
		padding-bottom: 20px;
	}
	
	.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: #444;
		border-width: 10px;
		margin-left: -10px;
	}
	
	.genesis-nav-menu .sub-menu:before {
		border-bottom-color: #444;
		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: 0;
		padding: 0;
		color: #fff;
		text-transform: uppercase;
   		letter-spacing: 2px;
  		font-size: 10px;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		text-align: center;
		width: 200px;
		padding-right:30px;
	}

	.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;
		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;
	}

	.footer-widgets,
	.site-inner {
		margin-left: 0;
		margin-right: 0;
	}

	.comment-list ul.children {
		margin-left: 40px;
	}

	.gallery-item {
		float: left;
	}

	.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;
	}

	.sidebar  {
		margin-top: 0;
	}

}

@media only screen and (min-width: 1100px) {

	.site-container {
		padding: 0px;
	}
	
	.genesis-nav-menu a {
		margin: 29px 15px 0px 15px;
    	padding: 0px 0px 5px 0px;
	}
	
}