/*
	Theme Name: EyeLoveKnots Custom Theme by Moonsteam Design
    Theme URI: http://www.moonsteamdesign.com
    Description: A custom Genesis 2.0 child theme by Moonsteam Design
    Author: Sara of Moonsteam Design
    Author URI: http://www.moonsteamdesign.com/
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

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

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#292829}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

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

/* Float Clearing
--------------------------------------------- */

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

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

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

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff;
	color: #333;
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: 300;
}

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

a {
	color: #208d96;
	text-decoration: none;
}

a:hover {
	color: #a89e67;
	text-decoration: none;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote {
	margin: 0 0 16px 0;
	padding: 24px 40px;
	padding: 2.4rem 3rem 1rem;
	background: #eee;
}

pre {
	background: #292829;
	color: #ccc;
	overflow: scroll;
	padding: 0 2rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

.screen-reader-text {
	display: none;
}

em {
	font-family: 'Georgia', serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #8f885e;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	letter-spacing: 1px;
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 20px;
}


/* Objects
--------------------------------------------- */

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

img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background: #ebeaea;
	border: 1px solid #ebeaea;
	color: #333333;
	padding: 9px;
	width: 100%;
	font-size: 15px;
}

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

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #98b9c1;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 20px 11px;
	text-transform: uppercase;
	width: auto;
	margin: 5px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	border-radius: 0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #bebaa3;
	color: #333;
}

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: 20px;
	width: 100%;
}

th {
	font-weight: bold;

}

td {
	padding: 6px;
}

	


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
}

.site-container {
	margin: 0;
	width: 100%;
	padding: 0;
}

.site-inner {
	background: #fff;
	clear: both;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 1100px;
}

.site-inner .wrap {
	width: 1100px;
	margin: 0 auto;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1000px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 64%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.sidebar-content-sidebar .content {
	padding-left: 40px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	margin-top: 0;
	width: 30%;
	padding: 0;
	line-height: 22px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}


/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	background: #fff;
	margin-right: 24px;
	padding: 10px;
}

.alignright .avatar {
	background: #fff;
	margin-left: 24px;
	padding: 10px;
}

.search-form {
    position: relative;
}

.search-form > input {
    padding-left: 10px;
    background: #fff;
}

.search-form input[type="submit"] {
    background: none !important;
    border: none;
    clip: inherit;
    color: #666;
    display: inline-block;
    font: 25px/1 'dashicons';
    height: 34px;
    padding: 0 6px 0 10px;
    position: absolute;
    right: 4px;
    
    vertical-align: top;
    width: 38px;
}
.search-form input:hover[type="submit"] {
	color: #208d96;
}

.footer-widgets .search-form input {
	text-align: center;
}


img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
    display: block;
    margin: 0 auto 10px;
} 
.wp-caption-text {
	font-size: 12px;
	margin: 0;
	text-align: center;
	font-style: italic;
	font-family: 'Georgia', serif;
}

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

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

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.breadcrumb {
	margin-bottom: 20px;
	font-family: 'Muli', sans-serif;
	font-style: italic;
	font-size: 12px;
	background: #eee;
	padding: 5px 10px;
}

.author-box {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin: 0;
	font-size: 14px;
}

.author-box .avatar {
	background: #fff;
	margin-right: 24px;
	padding: 4px;
}

.archive-description {
    background: #eee;
	padding: 15px 15px 13px;
	text-align: center;
	margin: 0 0 20px 0;
}

.archive-title {
    margin: 0;
	padding: 0 0 2px;
	font-size: 14px;
}

.taxonomy-description {
    background: #eee;
	padding: 15px 15px 13px;
	text-align: center;
	margin: 0 0 20px 0;
}
.taxonomy-description h1 {
    margin: 0;
	padding: 0;
	font-size: 14px;
}

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


.entry-author {
	padding: 0;
}


.entry-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	font-style: normal;
	letter-spacing: 1px;
}

.single .entry-title {
	text-align: center;
}

.entry-title a {
    color: #8f885e;	
}

h1.entry-title{
	margin: 0 0 2px 0;
}

.page-id-2 .content .entry-header,
.page-id-8 .content .entry-header {
	display: none;
}

.widgettitle {
	font-size: 16px;
	margin: 0 0 14px;
	text-align: center;
	padding: 0 0 4px;
	letter-spacing: 1px;
}

.sidebar .widgettitle a {
	border: none;
}

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

.site-header {
	margin: 20px 0 0;
	width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	font-style: normal;
	letter-spacing: 0;
}

.site-title a {
	color: #000;
	font-size: 30px;
}

.site-description {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description {
	display: none;
	text-indent: -9999px;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
    margin: 0 auto;
	background: url(images/logo.png) top left no-repeat;
	background-size: 510px auto;
	height: 241px;
	width: 510px;
}


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

.nav-primary {
	background-color: transparent;
	margin: 0 auto;
	padding: 0 0 6px;
	width: 1100px;
	border-bottom: 1px solid #288da6;
	font-family: 'Montserrat', sans-serif;
}

.nav-secondary {
	width: 1100px;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
}

.menu-toggle {
	display: none;
}

.genesis-nav-menu {
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1;
	width: 100%;
	letter-spacing: 0;
	text-align: center;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	margin-top: 4px;
}

.genesis-nav-menu .sub-menu .menu-item {
	margin-top: 0;
}

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

.genesis-nav-menu a {
	color: #288da6;
	display: block;
	padding: 10px 9px 10px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
}

.nav-secondary .genesis-nav-menu a {
	color: #1b1b1b;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover  {
	color: #887f49;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu {
	border-left: 1px solid #288da6;
	border-right: 1px solid #288da6;
	border-bottom: 1px solid #288da6;
	margin: 0 0 0 -6px;
}

.menu-item-has-children button {
	display: none;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	color: #288da6;
	border-top: 0;
	padding: 15px 14px;
	position: relative;
	width: 198px;
	word-wrap: break-word;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	width: 198px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #22aeae;
}

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


/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0;
}

.home .entry {
	border-bottom: 1px solid #ddd;
	margin: 0 0 30px;
	padding: 0 0 20px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 22px;
	margin-bottom: 2rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}
.pagination ul li,
.pagination ol li { margin-left: 0; }

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-header {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.entry-header .entry-meta,
.post-info {
	color: #595959;
	
	border-top: none;
	border-bottom: none;
	font-size: 11px;
	text-align: center;
}

.entry-header .entry-comments-link a {
	color: #595959;
}

.entry-meta {
	clear: both;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 14px; 
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	text-align: center;
}

.entry-meta a { 
    color: #7f7f7f;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%;
	padding: 10px 0 9px;
	margin: 15px 0 10px; 
}

.entry-footer .entry-meta p {
	margin: 0;
}

.entry-footer .entry-categories {
	display: block;
	width: 100%;
	padding: 0 0 2px;
}

.entry-footer .entry-comments-link {
	padding: 0 0 2px;
	display: block;
	width: 100%;
}

.blog .entry-footer .entry-meta {
	display: none;
}

.after-entry {
	clear: both;
	display: block;
	width: 100%;
	margin: 0 0 50px;
}


.navigation,
.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	border: 1px solid #bebaa3;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #bebaa3;

}

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

.entry-comments,
#respond {
	background: #fff;
	font-size: 14px;
	font-weight: 300;
}

.commentnumber {
	color: #000;
	float: right;
	font-size: 20px;
	margin: 0px 10px 0 -10px;
	padding: 0;
}

#reply-title {
	font-weight: 300;
	text-align: left;
	margin: 15px 0 0 0;
}

#respond label {
	font-weight: 300;
	padding: 10px 0 5px;
	text-transform: uppercase;
}

.logged-in-as {
	font-size: 13px;
	text-transform: uppercase;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
}

a.comment-reply-link {
    background: #98b9c1;
	color: #fff;
	padding: 7px;
}
a.comment-reply-link:hover {
    background: none;
    color: #000;
}

.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment-author .says {
	color: #333;
}

.comment-author cite {
	font-weight: 300;
	text-transform: uppercase;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 26px;
}

.comment-list li li {
	border: 1px solid #999;
}

li.comment {
	background: #f3f3f3;
	
}

.comment .avatar {
	background: #fff;
	padding: 3px;
	margin: 0 16px 10px 0;
}

.comment-meta {
    margin: 0 0 3px 0;
	font-size: 11px;
}

.comment-meta a {
	
}

.comment-edit-link {
	margin: 0 0 10px;
}

.comment-content {
	margin: 20px 0 0;
}

.bypostauthor {
	background: #fff;
}

.form-allowed-tags {
	display: none;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p {
	text-align: center;
}

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

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

.sidebar li {
	list-style-type: none;
	padding: 14px 0;
	word-wrap: break-word;
	text-align:center;
	border-bottom: 1px dotted #ddd;
}

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

.widget_archive {
	border-bottom: none !important;
}

.sidebar .widget {
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
}

.sidebar .search-form {
	width: 100%;
	text-align:center;
}


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

.footer-widgets {
	background-color: #fff;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

.footer-widgets a,
.footer-widgets .entry-title a {
}

.footer-widgets .widget:last-of-type {
	margin-bottom: 0;
}

.footer-widgets .widgettitle {
	margin: 0 0 8px;
}

.footer-widgets-1 {
	width: 100%;
}

.footer-widgets-1 img.centered, .footer-widgets-1 .aligncenter {
	margin: 0 auto 10px;
}


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

.site-footer {
	background-color: #98b9c1;
	font-size: 10px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	margin: 0;
	color: #fff;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin: 0;
}


/* More etc
---------------- */

p.comment-subscription-form {
   margin: 0;
}
div#commentluv {
   padding: 0;
}
div#commentluv input#doluv {
   margin: 10px 10px 10px 0;
   width: 10px;
}
div#commentluv span img {
   margin-bottom: 0rem;
}


/* Prev Next 
---------------------------------------------- */

#postnavigation {
    clear: both;
	margin: 0 0 60px;
}

#postnavigation h2 {
    margin: 0;
    font-size: 16px;
}

.left-align {
    float: left;
    width: 48%;
}

.right-align {
    float: right;
    text-align: right;
    width: 48%;
}

.left-align a, .right-align a, .back a {
    
}

.left-align a:hover, .right-align a:hover, .back a:hover {
    
}

/* User Profile Widget */

.user-profile,
.sidebar .user-profile {
	border: 1px solid #666;
	padding: 20px;
}

.user-profile p {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
}

.user-profile a {
	display: block;
}

.user-profile .alignright .avatar {
	margin-left: 15px;
	margin-left: 1.5rem;
	padding: 0 !important;
}

.user-profile .alignleft .avatar {
	margin-right: 20px;
	margin-right: 2rem;
	padding: 0 !important;
}

.user-profile img.avatar {
	margin-right: 20px;
}



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

.enews-widget {
	text-align: center;
	background: #98b9c1 !important;
	color: #fff;
	padding: 20px !important;
}

.enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input[type="text"],
.enews-widget input[type="email"] {
	margin: 0 0 4px;
	width: 100%;
	background-color: #fff;
	color: #666;
	text-align: center;
	border: 1px solid #fff;
}

.enews-widget input[type="submit"] {
	width: auto;
	margin: 0;
	padding: 8px 20px 10px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

.enews-widget input[type="submit"]:hover {
	background: none;
 
}	

.enews-widget img {
	margin-bottom: 0;
}



/* # Etc
---------------------------------------------------------------------------------------------------- */

a.more-link {
	display: block;
	margin: 22px auto 0;
	text-align: center;
	font-style: italic;
}

a.more-link:hover {
	
}

.posts-page-description {
	display: none;
}

.after-entry {
	margin: 0 0 40px;
}

.blog-template-description {
	display: none;
}

.blog .entry-footer .entry-meta {
	display: none;
}


.topbanner {
	background: #98b9c1;
	color: #fff;
	margin: 0 0 20px;
	width: 100%;
	padding: 5px;
	display: flex;
	align-items: center;
}

.topbanner .wrap {
	width: 1100px;
	margin: 0 auto;
}

.topbanner p {
	margin: 0;
}

.topbanner .enews {
    display: flex;
    justify-content: center;
    flex-direction: columns;
    align-items: center;
}

.topbanner .enews-widget .widgettitle {
    font-size: 17px;
    line-height: 17px;
    text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
	font-family: 'Muli', sans-serif;
	letter-spacing: 0;
	width: 60%;
	text-transform: none;
	letter-spacing: .5px;
}

.topbanner .enews-widget form {
    width: 35%;
   
}

.topbanner .enews-widget input[type="text"],
.topbanner .enews-widget input[type="email"] {
    margin-bottom: 0;
    margin-right: 5px;
    width: 78%;
    background-color: #fff;
}

.topbanner .enews-widget input[type="submit"] {
    width: auto;
    margin: -1px 0 0;
	line-height: 1;
	padding: 12px 15px;
	
}

.topbanner .enews-widget {
	padding: 0 !important;
}



.topad {
	margin: 0 0 20px;
	width: 100%;
	padding: 5px;
}

.topad .wrap {
	width: 1100px;
	margin: 0 auto;
}

.topad p {
	margin: 0;
}


.sidebar-primary .boxtop {
	border-left: 1px solid #adc6c8;
	border-right: 1px solid #adc6c8;
	border-top: 1px solid #adc6c8;
	margin-bottom: 0;
	padding: 30px 20px 20px;
}

.sidebar-primary .boxtop p {
	margin: 0;
}

.sidebar-primary .boxbottom {
	padding: 0 20px 20px;
	border-left: 1px solid #adc6c8;
	border-right: 1px solid #adc6c8;
	border-bottom: 1px solid #adc6c8;
}


.archive .entry {
        text-align: center;
        width: 31.623931623931625%;
        float: left;
        margin-left: 2.5641%;
        margin-bottom: 10px;
        border-bottom: none;
}

.archive .entry p {
    display: none;
}

.archive .entry a {
    
}

.archive .entry:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
}

.archive .entry img.alignleft {
    margin: 0 auto 6px;
}

.archive .entry .alignleft {
    float: none;
    display: inline-block;
}

.archive .entry .entry-title {
    font-size: 16px;
    text-transform: uppercase;
}

.archive .entry .entry-header .entry-meta {
    display: none;
}


.widget_nav_menu ul { display: block; text-align: center; width: 100%; }
.widget_nav_menu li { border-bottom: none; display: inline-block; padding: 0 10px; }


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

@media only screen and (max-width: 1099px) {
	.site-header, .nav-primary .wrap, .nav-secondary, .footer-widgets .wrap, .md-oab .wrap { width: 100%; }
	.site-inner { width: 100%; margin: 0 auto; padding: 20px 10px; }
	.site-inner .wrap { width: 100%; }
	.title-area { float: none; margin: 0 auto; width: auto; }
	.site-header .widget-area { float: none; margin: 0 auto; }
	a.more-link { margin: 12px 0 0 0;}
	
	.nav-primary { width: 100%; }
	
	.topad .wrap { width: 100%; }
}	

@media only screen and (max-width: 1024px) {
.logolink, li.logolink a { display: none !important; }
.site-header { display: block; }
.topbanner .wrap { width: 100%; }
.custom-front .enews-widget input[type="text"], .custom-front .enews-widget input[type="email"] {  }
.nav-primary { position: relative; top: 0; }
.topbanner { position: relative; }
.topbanner .enews-widget .widgettitle { text-align: center; }

}

@media only screen and (max-width: 800px) {
	.simple-social-icons .alignright { float: none; display: inline-block; text-align: center; }
    .content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar    .content, .sidebar-primary, .sidebar-left, .sidebar-right, .sidebar-bottom { float: none; width: 100%; }
	.site-footer { line-height: 16px; }
	.front-bottom .featuredpost h2 { font-size: 13px; }
	
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds { float: none; margin-left: 0; width: 100%; margin: 0 0 15px; }
	
	.site-header { padding: 0 0 10px; margin: 0 auto; }
	.site-container { margin: 10px auto 0; }
	
	/* ### Genesis Responsive Menus */
	
	.topbanner .enews { display: block; width: 100%; }
	.topbanner .enews-widget .widgettitle { width: 100%; }
	.topbanner .enews-widget form { width: 100%; margin: 6px 0 0; }
	
	.sidebar-primary { text-align: center; }
	
	.nav-primary { border-bottom: none; }
	
	button.menu-toggle {
		display: block;
	}
	
	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #000;
	}

	.menu-toggle {
		line-height: 18px;
		position: relative;
		width: 100%;
		z-index: 1000;
		color: #666;
		/*font-family: "Montserrat", sans-serif;*/
		padding-top: 14px;
	}
	

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		background-color: #dedcd2;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

    .menu-item-has-children button {
    	display: inline-block;
		background: transparent;
		color: #fff;
    }

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: center;
	    margin: 0;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item {
		background-color: #333;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		background: #dedcd2;
		padding: 15px 20px;
		width: 100%;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item .sub-menu a {
		background-color: #f7f7f7;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.nav-secondary .genesis-nav-menu a { padding: 5px 10px; font-size: 13px; }
	.nav-secondary .genesis-nav-menu .sub-menu::after, .genesis-nav-menu .sub-menu::before { border: none; }
	
	.one-half { margin-left: 0; }
	
	.topbanner .enews-widget input[type="submit"] { float: none; }

	.after-entry .enews-widget input[type="text"], .after-entry .enews-widget input[type="email"] { width: 100%; margin-bottom: 5px; }
	
}

@media only screen and (max-width: 767px) {
	img.alignleft, .wp-caption.alignleft { margin: 0 auto 20px; display: block; }
	.alignleft { float: none; }
	a.more-link { float: none; margin: 10px auto 0; }
	.entry-header .entry-meta, .entry-header .post-info, .entry-header .entry-comments-link  { width: 100%; float: none; text-align: center; display: block; }
	.entry-footer .entry-categories, .entry-footer .entry-tags, .entry-footer .entry-comments-link { width: 100%; float: none; text-align: center; padding: 0 0 4px; display: block; }
	
	.genesis-nav-menu, .genesis-nav-menu .menu-item { text-align: center; }
	.genesis-nav-menu .search-form { float: left; }

	.nav-primary .simple-social-icons { float: none; width: 100%; text-align: center; }

	.footer-widgets .enews-widget input[type="email"] { width: 100%; }
	.footer-widgets .enews-widget p { margin: 0; }
	.genesis-nav-menu { text-align: center; }
	.genesis-nav-menu > .right { float: none; }
	
}

@media only screen and (max-width: 509px) {
	.header-image .site-title a { width: 100%; background-size: 100% auto; height: 200px; }
	.archive .entry { width: 100%; float: none; margin-left: 0; }
}	