/*
	Theme Name: My Debt Epiphany Custom Theme by Moonsteam Design
	Theme URI: https://moonsteamdesign.com
	Description: A custom theme.
	Author: Moonsteam Design
	Author URI: https://moonsteamdesign.com/

	Version: 1.1

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Custom Front Page
- Etc
- Media Queries
	- Max-width: 1340px
	- Max-width: 1100px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/

/* # Custom Fonts
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Hello Beautiful';
	src: url('fonts/HelloBeautiful.eot');
	src: url('fonts/HelloBeautiful.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelloBeautiful.woff') format('woff'),
		url('fonts/HelloBeautiful.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.customfont {
	font-family: 'Hello Beautiful';
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: none;
}

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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

*,
*::before,
*::after {
	box-sizing: inherit;
}


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

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

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


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

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

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

/* Chrome fix */
body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #ffffff;
	color: #545454;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.7;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #09b396;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #d12a5c;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 2em 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

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

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.page-template-page_front blockquote {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
}

.page-template-page_front blockquote::before {
	content: "";
}

.page-template-page_front blockquote em {
	font-family: 'Hello Beautiful', cursive;
	font-size: 60px;
	color: #d2275d;
}



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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	letter-spacing: .5px;
	color: #000;
}

h1 {
	font-size: 34px;
	font-size: 3.4rem;
	color: #09b396;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
	color: #09b396;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #d2275d;
}

h4 {
	font-size: 22px;
	font-size: 2.2rem;
}

h5 {
	font-size: 21px;
	font-size: 2.1rem;
}

h6 { 
	
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

.topbanner ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.topbanner ::-webkit-input-placeholder {
	color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #09b396;
	border: 2px solid #fff;
	outline: 3px solid #09b396;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	padding: 8px 14px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #d2275d;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	background-color: #d2275d;
}

.button {
	display: inline-block;
}

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

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

label {
	font-family: 'Georgia', serif;
	font-style: italic;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	color: #1f58be;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

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

.site-inner {
	clear: both;
	word-wrap: break-word;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 30px 5px;
	max-width: 1100px;
}


/* ## 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: 1060px;*/
	width: 76%;
}

.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: 65%;
}

.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: 660px;*/
	width: 67.5%;
}

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	/*width: 340px;*/
	width: 30%;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	/*width: 180px;*/
	width: 22%;
}

.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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	background-color: #eee;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
	padding: 20px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}

h2.entry-title, h1.entry-title {
	font-size: 40px;
	font-size: 4rem;
	color: #09b396;
}

.entry-title a:focus,
.entry-title a:hover {

}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	margin: 0;
	text-align: center;
	font-family: 'Georgia', serif;
	font-style: italic;
}

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

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


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

.widget {
	word-wrap: break-word;
	margin-bottom: 30px;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

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

.sidebar .enews-widget {
	background-color: #09b396;
	padding: 20px;
	text-align: center;
	color: #fff;
}

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

.enews-widget input[type="submit"] {
	width: auto;
	margin: 8px 0 0;
	background: #a8e0d6;
	outline: 3px solid #a8e0d6;
	color: #000;
	padding: 9px 14px 8px;
}

.enews-widget input:hover[type="submit"] {
	background: #d2275d;
	color: #fff;
}



/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	padding: 20px;
}

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

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

.title-area {
	font-family: 'Muli', sans-serif;
	float: left;
	text-transform: uppercase;
}

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

.site-title {
	font-family: 'Muli', sans-serif;
	font-size: 40px;
	font-size: 4rem;
	line-height: 4rem;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	padding: 0 ;
}

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

.site-description {
	display: none;
}

/* 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) center center no-repeat;
	background-size: 510px auto;
	min-height: 117px;
	width: 510px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 300px;
	margin-top: 13px;
}


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

.nav-primary {
	margin: 0;
	width: 100%;	
}

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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	text-align: center;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #d2275d;
	display: block;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
}

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

.nav-primary .genesis-nav-menu .sub-menu {
	background-color: #09b396;
	border-top: 1px solid #d2275d;
	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 .menu-item {
	text-align: left;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
	position: relative;
	width: 200px;
	word-wrap: break-word;
	padding: 13px 15px;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #000;
}

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

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

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

.entry {
	margin-bottom: 40px;
	padding: 0;
}

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

.page-template-page_blog .archive-description,
.page-template-page_blog .entry-footer .entry-meta {
	display: none;
}

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

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

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

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

.entry-content code {
	background-color: #333;
	color: #eee;
}

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

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

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

.entry-header .entry-meta {
	margin-bottom: 20px;
	font-family: 'Georgia', serif;
	font-style: italic;
	text-transform: none;
}

.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-categories,
.entry-tags {
	float: left; 
	width: 75%;
}

.entry-comments-link {
	float: right;
}

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

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

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	border: 1px solid #d2275d;
	color: #d2275d;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #d2275d;
	color: #fff;
}

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

.comment-respond,
.entry-comments {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
}

.entry-pings {
	background-color: #f3f3f3;
	padding: 30px 30px 20px;
	margin: 0 0 40px;
}

.comment-respond {
	padding: 0;
}

.entry-comments {
	
}

.comment-list li {
	background-color: #f3f3f3;
	padding: 30px;
}

.comment-list .depth-2 {
	border: 1px solid #ddd;
	margin: 20px;
}

.comment-list .depth-3,
.comment-list .depth-4,
.comment-list .depth-5 {
	margin: 20px;
}

.comment-header {
	margin-bottom: 30px;
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-content {
	clear: both;
}

.comment-reply {
	margin: 0 0 10px;
}

.comment-reply a {
	background-color: #09b396;
	padding: 8px 12px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.comment-reply a:hover {
	background-color: #fff;
	color: #666;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

p.logged-in-as {
	font-family: 'Georgia', serif;
	font-style: italic;
	font-size: 11px;
	font-size: 1.1rem;
}


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

.sidebar {
	margin-bottom: 40px;
}

.widgettitle {
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	color: #000;
}


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

.footer-widgets {
	background-color: #09b396;
	color: #fff;
	margin: 0;
	clear: both;
	padding: 20px 10px 10px;
	text-align: center;
}

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

.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets .widget ul > li {
	margin-bottom: 5px;
	padding-bottom: 0;
}

.footer-widgets a {
	color: #fff;
	text-decoration: underline;
}

.footer-widgets-1 {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.footer-widgets-2 {
	width: 32%;
	float: left;
	margin-right: 2%;
}

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

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

.site-footer {
	background-color: #09b396;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
	padding: 1%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .aligncenter {
	margin: 0 auto 10px;
}

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


/* # Top Widget Area
---------------------------------------------------------------------------------------------------- */

.topbanner { 
    width: 100%;
	background-color: #09b396;
	color: #fff;
	padding: 5px;
}

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

.topbanner .widget {
	margin-bottom: 0;
	display: inline-block;
}

.topbanner .simple-social-icons { 
	float: right; 
}

.toplink a {
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 20px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: inline-block;
	margin-left: 15px;
}

.toplink a:hover {
	background-color: #fff;
	color: #000;
}

.topbanner .simple-social-icons ul li { 
	margin: 0 !important; 
}

.topbanner .simple-social-icons ul li a,
.topbanner .simple-social-icons ul li a:hover {
	font-size: 19px;
	padding: 11px 10px 0 0;
}

.topbanner > .search {
	padding: 2px 0;
}

.topbanner input[type="search"] {
	width: 120px;
	text-align: center;
	padding: .7rem 0 .5rem;
	margin: 1px 0;
	background: #fff;
	text-transform: uppercase;
	-moz-transition: 400ms width ease;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width;
	-o-transition-timing-function: ease;
}
.topbanner .search-form input:last-child {
	display: inline !important;
}
.topbanner .search-form input[type="search"]:hover, 
.topbanner .search-form input[type="search"]:focus {
width: 190px;
}
.topbanner .search-form input {
	background: transparent;
	color: #fff;
}
.topbanner input[type="submit"] {
	/*padding: .5rem .7rem;
	margin: 0;
	display: none;*/
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.topbanner .search-form {
	width: auto;
	float: left;
}



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

.front-top {
	margin: 0 0 40px;
	font-size: 24px;
}

.front-1,
.front-3,
.front-4 {
	padding: 0;
	margin: 0 0 30px;
	display: inline-block;
	width: 100%;
}

.front-5 {
	padding: 20px 0;
	margin: 0;
	display: inline-block;
}

.front-1 .widget,
.front-2 .widget,
.front-3 .widget,
.front-4 .widget,
.front-5 .widget {
	margin-bottom: 0;
}

.home img.centered, .home .aligncenter {
	margin: 0 auto 14px;
}

.front-1 img.alignnone, 
.front-1 .alignnone {
	margin-bottom: 0;
}

.front-1 p {
	margin: 0;
}

.front-1 .entry {
	margin-bottom: 0;
}

.front-1 .button {
	margin: 20px 0 0;
	font-size: 16px;
}

.front-2 .enews-widget {
	background-color: #09b396;
	color: #fff;
	padding: 30px 40px;
	text-align: center;
	width: 100%;
}

.front-2 .enews {
	display: flex;
	align-items: center;
	justify-content: center;
}

.front-2 .enews .widgettitle,
.front-2 .enews h5 {
	font-size: 24px;
	line-height: 26px;
	float: left;
	margin: 0;
	padding: 0 1% 0 0;
	color: #fff;
	text-align: left;
}

.front-2 .enews form {
	width: 60%;
	text-align: center;
}

.front-2 .enews p {
	text-align: left;
	padding: 0 1% 0 0;
	margin: 0;
	color: #fff;
}

.front-2 .enews input[type="text"],
.front-2 .enews input[type="email"] {
	width: 100%;
	background: none;
	border: 1px solid #fff;
	padding: 10px;
	float: left;
	margin: 0 5px;
	color: #fff;
	text-align: center;
}

.front-2 .enews input[type="submit"] {
	width: auto;
	margin: 8px 0 0;
	background: #a8e0d6;
	outline: 3px solid #a8e0d6;
	color: #000;
	padding: 8px 14px;
}

.front-2 .enews input:hover[type="submit"] {
	background: #d2275d;
	color: #fff;
}

.home .logos {
	background: url(images/logos_horizontal.png) center center no-repeat;
	background-size: 1080px auto;
	width: 100%;
	height: 165px;
	margin: 0 auto;
	padding: 0;
}

.front-4 .widget-wrap {
	position: relative;
}

.front-4 .widget_sp_image {
	width: 31.623931623931625%;
	float: left;
	margin-left: 2.5641%;
}

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

.front-4 .widgettitle,
.front-4 .widget_sp_image-description {
	position: absolute;
	display: flex;
	/*left: 25%;
	bottom: 38%;*/
	width: 50%; 
	text-align: center;
	justify-content: center;
	align-items: center;
	-moz-box-align: center;
	-moz-box-orient: vertical;
	-moz-box-pack: center;
	background-color: #fff;
	opacity: .8;
	padding: 10px;
	top: 50%; 
	left: 50%; 
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%);
}

.front-4 .widget_sp_image-description a {
	margin: 0;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: .5px;
	opacity: .8;
}

/*.front-4 .widget_sp_image img:hover {
	opacity: .7;
}*/

.front-5 .entry {
	text-align: center;
	width: 31.623931623931625%;
	float: left;
	margin-left: 2.5641%;
}

.front-5 .entry:nth-of-type(1) {
	clear: both;
	margin-left: 0;
}

.front-5 h4.entry-title {
	font-size: 16px;
}

.front-5 a.more-link {
	display: block;
	margin: 22px auto 0;
	text-align: center;
	font-style: italic;
	font-family: 'Georgia', serif;
}


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

.md-profile .widget-1  {
	text-align: center;
	border: 1px solid #a2cf72;
	padding: 30px 20px;
}

.sidebar .simple-social-icons ul li a, 
.sidebar .simple-social-icons ul li a:hover, 
.sidebar .simple-social-icons ul li a:focus {
	color: #a2cf72 !important;
	background-color: #fff !important;
	padding: 20px 6px 0 !important;
}

.sidebar .simple-social-icons ul li a:hover, 
.sidebar .simple-social-icons ul li a:focus {
	color: #dfeecd !important;
}

a.more-link {
	display: block;
	margin: 22px auto 0;
	text-align: right;
	font-style: italic;
	font-family: 'Georgia', serif;
}

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

.md-rp {
	width: 100%;
	margin: 30px 0 0;
}

div.wp_rp_content {
	width: 100%;
}

.wp_rp_wrap .related_post_title {
	padding: 0 0 5px;
}

ul.related_post li img {
	border-radius: 0 !important;
	box-shadow: none !important;
}




/* # Custom Instagram Page 
---------------------------------------------------------------- */

.instagram-page .site-container {
/*	background: #fff;*/
	margin: 0 auto;
	max-width: 800px;
}

.instagram-page .site-inner {
	background: #fff none repeat scroll 0 0;
	margin: 0;
	padding: 25px;
	width: 100%;
	border: 12px solid #e1cb6d;
}

.instagram-page p {
	text-align: center;
}

.instagram-page img:nth-of-type(even) {
	border-radius: 50%;
}

.instagram-page .entry-title {
	display: none;
}

.instagram-page .entry {
	padding: 30px 0 !important;
}

.instagram-page .menu-item {
	border: 1px solid #e1cb6d;
	margin-bottom: 20px;
	padding: 5px 20px !important;
	text-align: center;
	text-decoration: none;
}

.instagram-page .menu-item a,
.instagram-page a {
	border-bottom: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

.instagram-page .menu-item:hover {
	background-color: #e1cb6d;
	color: #000;
}

.instagram-page h3, .instagram-page .widget-title {
	text-align: center;
}

.instagram-page .instagram-menu .widget ul > li:last-of-type {
	padding: 5px 20px !important;
}

.instagram-page .user-profile .alignleft {
	display: table;
	float: none;
	margin: 0 auto;
	text-align: center;
}

.instagram-page .avatar {
	border-radius: 100%;
	float: none;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.instagram-page .footer-widgets {
	display: none;
}

.instagram-page .enews-widget {
	background: #faf7f2 none repeat scroll 0 0;
	padding: 20px;
	text-align: center;
}




/* Search Box 
------------------------------------------------------ */

/* Search Form */

.search-form {
	position: relative;
}

.search-form:after {
	content: "\f179";
	position: absolute;
	right: 7px;
	top: -3px;
	font-family: dashicons;
	font-size: 30px;
	pointer-events: none;
	color: #000;
}

.search-form input[type="search"] {
	width: 100%;
	padding: 10px 38px 9px 12px;
	font-size: 14px;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	text-indent: -9999px;
	border-color: transparent;
	background: transparent;
}

#top-search {
    text-align:center;
    display: inline-block;
    margin-left: 15px;
}
#top-search a {
    color: #000;
    line-height: 0;
    display: block;
    font-size: 16px;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px;
    margin: 0;
}
#top-search a:hover {
    color: #ccc;
}
.show-search {
    display: none;
    z-index: 10000;
    float: right;
}
.show-search #searchform input#s {
	padding: 15px 35px 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	color: #313131;
	height: 83px;
	line-height: 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #eee;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 13px;
}
.search_alert_title {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 16px;
}
.search-form input[type="submit"] {
    background: none !important;
    border: none;
    clip: inherit;
    
    display: inline-block;
    
    height: 34px;
    padding: 0 6px 0 10px;
    position: absolute;
    right: 4px;
    margin: 2px 0 0;
    vertical-align: top;
    width: 38px;
}
.search-form input[type="submit"] {
    font-family: FontAwesome;
    color: #000;
}
.show-search a.close-search {
	
	width: 20px;
	height: 60px;
	display: inline-block;
	right: 0;
	top: 0;
	z-index: 5;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	cursor: pointer;
	color: #313131;
	font-family: FontAwesome;
}

#top-search > a {
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	color: #313131;
	cursor: pointer;
	background: none;
	display: block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#top-search > a:hover {

}
#top-search > a > i {
	width: 20px;
}
.show-search #searchform input.search-input {
	padding: 15px 35px 15px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	color: #313131;
	height: 58px;
	line-height: 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 13px;
}
.show-search a.close-search {
	position: absolute;
	width: 20px;
	height: 60px;
	display: inline-block;
	right: 20px;
	top: 28px;
	z-index: 5;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	cursor: pointer;
	color: #313131;
}

@media only screen and (max-width: 768px) {
	#top-search { float: none; width: 100%; margin-left: 0; background: #09b396; }
	#top-search > a { margin: 0 auto; line-height: 40px; }
	.show-search { float: none; }
	.show-search #searchform input#s { position: relative; padding: 0; text-align: center; }
	.show-search a.close-search { position: relative; right: 0; top: 0; }
	#top-search a { margin: 0 auto; }

}



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

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

	.site-inner {
		max-width: 1140px;
	}

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

	.content,
	.site-header .widget-area {
		width: 800px;
	}

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

	.sidebar-primary {
		width: 300px;
	}
	
	.header-image .title-area,
	.site-header .widget-area {
		width: 100%;
	}
	.header-image .site-title a {
		margin: 0 auto;
	}


}


@media only screen and (max-width: 1100px) {
	
	.nav-primary .wrap,
	.site-header .wrap {
		width: 100%;
	}

	.site-inner {
		max-width: 960px;
	}

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

}

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

	.site-inner {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets .wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.footer-widgets .widget {
		margin-bottom: 15px;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}
	
	.home .logos {
		background: url(images/logos_vertical.png) center center no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: 269px;
	}

	/* ### Genesis Responsive Menus */
	
	.topbanner .wrap {
		width: 100%;
	}
	
	.nav-primary .alignleft {
		float: none;
		text-align: center;
	}

	.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: transparent;
		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: #fff;
		font-family: "Montserrat", sans-serif;
		padding-top: 14px;
	}


	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		background-color: #09b396;
	}
	
	.nav-primary {
		width: 100%;
		border-bottom: none;
	}
	
	.genesis-nav-menu a {
		background-color: #09b396;
		color: #ffffff;
	}
	
	.nav-primary .widget-area {
		float: none;
	}
	
	.nav-primary .simple-social-icons {
		float: none;
	}

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

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

	.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;
		padding: 15px 20px 15px 5px;
		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;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.entry-categories, .entry-tags { float: none; width: 100%; margin: 0 0 5px; text-align: center; display: block; }
	.entry-comments-link { float: none; width: 100%; text-align: center; display: block; }


}

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

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 2% 2% 0;
	}

	.wrap {
		padding-left: 2%;
		padding-right: 2%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.simple-social-icons .alignright { float: none; display: inline-block; text-align: center; }
	
	.topbanner .entry { width: 50%; }
	.front-2 .entry { width: 100%; margin-left: 0; }
	
	.front-2 .enews { display: inherit; }
	.front-2 .enews-widget .widgettitle { width: 100%; text-align: center; margin: 0 auto 10px; }
	.front-2 .enews-widget p { text-align: center; }
	.front-2 .enews-widget form { width: 100%; }
	.front-4 .widget_sp_image, .front-5 .entry { width: 100%; margin-left: 0; margin-bottom: 15px; }
.footer-widgets-1, .footer-widgets-2 { margin-bottom: 15px; }
}

@media only screen and (max-width: 700px) {
.header-image .site-title a { background-size: 100% auto; width: 100%; }
.front-1, .front-2, .front-3, .front-4 { text-align: center; }

}	


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
