/*
	Theme Name: Frankfurt Embassy Custom Theme by Moonsteam Design
    Theme URI: https://moonsteamdesign.com
    Description: A custom Genesis 2.0 child theme by Moonsteam Design
    Author: Sara of Moonsteam Design
    Author URI: https://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: #6c6c6c;
	font-family: 'Montserrat', 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: #4169e1;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #4169e1;
	font-weight: bold;
}

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

p:last-child {
	margin: 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: #eeeeee;
}

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

hr {
	margin: 40px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	letter-spacing: 1px;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	font-weight: 300;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* 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;
	margin: 0 5px 0 0;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #FCD116;
	border: 1px solid #FCD116;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	padding: 10px 20px;
	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: #fff;
	border: 1px solid #000;
}

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;
	padding: 30px 0;
	width: 100%;
}

.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: 21px;
}

.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: #e55942;
}

.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: 'Georgia', serif;
	font-style: italic;
	font-size: 12px;
	background: #eee;
	padding: 5px 10px;
}

.single .breadcrumb,
.category .breadcrumb {
	text-align: center;
}

.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: #eeeeee;
	padding: 15px;
	text-align: center;
	margin: 0 0 20px 0;
}

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

.taxonomy-description {
    background: #eeeeee;
	padding: 15px;
	text-align: center;
	margin: 0 0 20px 0;
}

.taxonomy-description h1 {
  margin: 0;
  font-size: 18px;
}

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

.entry-author {
	padding: 0;
}

.entry-title {
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 22px;
}

.single .entry-title {
	text-align: center;
	font-size: 26px;
	margin: 0;
}

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

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

.full-width-content h1.entry-title {
	text-align: center;
	font-size: 34px;
}

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


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

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

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

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

.title-area {
	
}

.site-title {
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	font-style: normal;
	letter-spacing: 3px;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}

.site-title a {
	color: #353434;
}

.site-description {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 auto;
	text-align: left;
	text-transform: none;
	padding: 0;
	font-family: 'Georgia', serif;
	font-style: italic;
	letter-spacing: .5;
	color: #9b9a9a;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	
}

.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;
	padding: 5px 0;
}

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


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

.nav-primary {
	margin: 0;
}

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

.nav-secondary {
    display: none;
}

.widget_nav_menu {
	width: 100%;
}

.menu-toggle {
	display: none;
}

.nav-primary .genesis-nav-menu {
	clear: both;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.nav-secondary .genesis-nav-menu {
	clear: both;
	width: 100%;
	margin-top: 0;
}

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

.nav-secondary ul,
.widget_nav_menu ul {
	text-align: center;
}

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

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

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 11px 9px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 2px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 18px 9px 15px;
}

.widget_nav_menu a {
	color: #000;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
	padding: 18px 9px 15px;
}

.nav-primary .genesis-nav-menu a:hover  {
	color: #0F52BA;
	font-weight: bold;
}

.nav-secondary .genesis-nav-menu a:hover,
.widget_nav_menu a:hover  {
	color: #0F52BA;
	font-weight: bold;
}

.genesis-nav-menu .sub-menu,
.widget_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;
	margin: 0 0 0 -4px;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #000;
	border-top: 0;
	padding: 15px 14px;
	position: relative;
	width: 198px;
	word-wrap: break-word;
}

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

.widget_nav_menu .sub-menu a {
	padding: 15px 14px;
	position: relative;
	width: 198px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #0F52BA;
	font-weight: bold;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.widget_nav_menu .sub-menu a:hover {
	color: #000;
	font-weight: bold;
}

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

.blog .entry,
.archive .entry,
.page-template-page_blog .entry {
	border-bottom: 1px solid #ddd;
	margin: 0 0 40px;
	padding: 0 0 20px;
}

.footer-widgets .entry {
	border-bottom: none;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}

.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;
	margin-bottom: 0;
}

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

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

.single .entry-header {
	margin-bottom: 20px;
	text-align: center;
}

.entry-header .entry-meta,
.post-info,
.entry-header .disclaimer {
	color: #595959;
	border-top: none;
	border-bottom: none;
	font-size: 12px;
	display: inline-block;
}

.entry-header .entry-comments-link {
	padding: 0 10px;
}

.entry-header .entry-time {
	padding-right: 10px;
}

.entry-header .disclaimer {
	padding: 4px 0 0;
}

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

.entry-meta,
.disclaimer {
	clear: both;
	color: #7f7f7f;
	font-size: 14px;
	line-height: 15px; 
	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 30px; 
}

.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,
.archive .entry-footer .entry-meta,
.page-template-page_blog .entry-footer .entry-meta  {
	display: none;
}

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



/* Entry 

--------------------------------------------- */

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

.pagination li {
	display: inline;
}

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

.pagination li a:hover,
.pagination li.active a {
	color: #fff;
	background: #FCD116;
}

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

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

#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: #FCD116;
	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 img {
	margin-bottom: 10px;
}

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

.sidebar li {
	list-style-type: none;
	padding: 4px 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: #eeeeee;
	clear: both;
	margin: 35px auto 0;
	padding: 40px 10px;
	width: 100%;
	color: #111;
	overflow: visible;
}

.footer-widgets .wrap {
	width: 1100px;
	margin: 0 auto;
}

.footer-widgets h2 {
	font-size: 14px;
}

.footer-widgets .widgettitle {
	margin: 0 0 8px;
	border-bottom: none;
	text-align: center;
}

.footer-widgets-1 {
    width: 32%;
    float: left;
    margin-right: 2%;
    padding: 0 2%;
	margin-bottom: 25px;
}

.footer-widgets-2 {
    width: 32%;
    float: left;
    padding: 0 2%;
	margin-bottom: 25px;
}

.footer-widgets-3 {
    width: 32%;
    float: right;
    padding: 0 2%;
}


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

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

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

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

.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;
	padding: 20px !important;
	background-color: #eeeeee;
}

.enews-widget .widgettitle {
	text-align: center;
}

.sidebar-primary .enews-widget {
	padding: 30px !important;
}

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

.sidebar-primary .enews-widget input[type="text"],
.sidebar-primary .enews-widget input[type="email"] {
	width: 100%;
}

.enews-widget input[type="submit"] {
	width: auto;
	margin: 10px auto 0;
	padding: 9px 20px 10px;
	display: block;
}

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

.footer-widgets .enews-widget {
	text-align: center;
	padding: 0 !important;
}

.footer-widgets .enews-widget .widgettitle {
	
}

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

.footer-widgets .enews-widget input[type="submit"] {
	width: auto;
	margin: 0;
	padding: 8px 20px 10px;
	display: inline-block;
}

.footer-widgets .enews-widget input[type="submit"]:hover {

}	


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

a.more-link {
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px;
	text-align: left;
}

.page img.post-image {
	display: block;
}

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

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

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

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




/* # Front Page
----------------------------------------------- */

.home .entry-header {
	display: none;
}



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

@media only screen and (max-width: 1099px) {
	
	.site-header { height: auto; position: relative; }
	
	.site-inner { margin: 0; }
	
	.site-header, .site-header .wrap, .site-inner .wrap, .nav-primary .wrap, .nav-secondary, .footer-widgets .wrap, .md-oab .wrap { width: 100%; }
	
	.site-inner .wrap { padding: 0 2%; }
	.home .site-inner .wrap { padding: 0; }
	
	.title-area { float: none; }
	.header-image .site-title a { margin: 0 auto; }
	.nav-primary { margin: -20px 0 0; width: 100%; float: none; }
	
	.custom-front .front-2, .custom-front .front-3, .custom-front .front-4, .custom-front .front-5 { width: 100%; padding: 0 2%; }
	
	.nav-primary .genesis-nav-menu { margin-top: 0; }
	
	.genesis-nav-menu .widget-area .widget:nth-of-type(1) { float: none; width: auto; }
	.simple-social-icons ul.aligncenter { text-align: right !important; }
	
}	

@media only screen and (max-width: 800px) {
	
	.site-header { position: relative; }
	.site-inner { margin: 0; }
	
	.simple-social-icons ul.aligncenter { text-align: center !important; }
	.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%; }
     
	.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; }
	
		.one-half { margin-left: 0; }
	
	.footer-widgets { padding: 25px 10px 40px; }	
	
	.custom-front .front-1 .widget:nth-of-type(2) { left: 50%; }
	
	
	/* ### Genesis Responsive Menus */
	
	#top-search { display: inline-block; float: none; margin-left: 0; }
	.show-search { float: none; }
	.show-search #searchform input#s { width: 80%; }
	
	.nav-primary .widget-area { float: none; width: 100%; text-align: center; margin: 0 auto; }
	.nav-primary .simple-social-icons { float: none; }
	
	.header-image .site-title a { margin: 0 auto; }
	
	.nav-primary .widget-area .widget:nth-of-type(1),
	.nav-primary .widget-area .widget:nth-of-type(2) { float: none; width: 100%; margin: 0; text-align: center; }
	
	.menu-toggle .dashicons-before:before { font-size: 30px; height: 30px; width: 30px; }
	.menu-item-has-children .dashicons-before:before { font-size: 20px; height: 20px; width: 20px; }
	
	.site-header { height: auto; border-bottom: none; }
	
	.title-area { float: none; margin: 0 auto; width: auto; padding: 0 10px 5px; }
	.site-title { text-align: center; }
	
	.nav-primary { float: none; margin: 0; }
	.genesis-nav-menu { text-align: center; }
	#top-search, #footer-search { display: inline-block; float: none; margin-left: 0; }
	.show-top-search, .show-bottom-search { float: none; }
	.show-top-search #searchform input#s, .show-bottom-search #searchform input#s { width: 80%; }
	.footer-widgets .custom-html-widget { text-align: center; }
	
	.nav-primary .widget-area { float: none; width: 100%; text-align: center; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 20px 0 15px; }
	.nav-primary .simple-social-icons { float: none; }
	
	.sidebar-primary { text-align: center; }
	
	button.menu-toggle {
		display: block;
		color: #000;
		width: 100%;
		text-align: center;
		background: #eee;
	}
	
	.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: #000;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: left;
		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;
		z-index: 10;
		margin: -20px auto 0;
	}
	

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		
	}

	.menu-toggle::before {
		padding-right: 4px;
	}

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

	.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;
	}
	
	.widget_nav_menu ul { display: inline-block; }
	
	.nav-primary .widget-area .widget:nth-of-type(2) { text-align: center; }
	
	.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;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.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-nav-menu .sub-menu a { background-color: #eeeeee; }

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	a.more-link { text-align: center; }

	.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  { }
	.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; }
	.nav-primary .widget-area { float: none; width: 100%; text-align: center; margin: 0; }
	.genesis-nav-menu .search-form { float: left; }

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

	.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: 450px) {
	
	.site-header { position: relative; }
	.site-inner { margin: 0 auto; }
	
	.custom-front .front-1 .widget:nth-of-type(2) { width: 80%; }
	.front-3 .enews-widget { padding: 20px !important; }
	
	.custom-front .front-5 .widget { width: 100%; float: none; margin-left: 0; }
	
	.enews-widget input[type="text"], .enews-widget input[type="email"] { width: 100%; margin: 0 auto 4px; }
	
	.custom-front .front-5 .entry { width: 100%; float: none; margin-left: 0; }
	
	.footer-widgets { margin: 0; }
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: 100%; float: none; margin-left: 0;
	}
	.footer-widgets-1, .footer-widgets-2 { margin-bottom: 30px; }

}	