/*
Theme Name: Ado Toybox
Theme URI: https://github.com/obkn/ado-toybox
Author: obkn
Author URI: https://github.com/obkn
Description: Custom WordPress theme for Ado Toybox, based on Edin.
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Text Domain: edin
Domain Path: /languages/
Tags: two-columns, responsive-layout, custom-background, custom-colors, custom-menu, featured-images, flexible-header, post-formats, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Edin is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Pagination
	5.3 - Menu Toggle
	5.4 - Primary Navigation
	5.5 - Secondary Navigation
	5.6 - Footer Navigation
	5.7 - Social Navigation
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Layout
10.0 - Widgets
11.0 - Content
12.0 - Comments
13.0 - Media
	13.1 - Images
	13.2 - Galleries
	13.3 - Iframes
14.0 - Jetpack
	14.1 - Contact Form
	14.2 - Galleries
	14.3 - Infinite Scroll
	14.4 - Sharedaddy
	14.5 - Responsive Videos
	14.6 - Widgets
15.0 - Eventbrite
16.0 - Responsive
	16.1 - x >= 600px
	16.2 - x >= 768px
	16.3 - x >= 1020px
	16.4 - x >= 1230px
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 98%;
	line-height: 1.6em;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote,
q {
	quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
html {
	font-size: 100%;
	line-height: 1.5em;
}
body,
button,
input,
select,
textarea {
	color: #5b5658;
	font-family: 'Noto Sans Japanese', Arial, Helvetica, sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: bold;
}
h1 {
	margin: 0 auto 10px;
	font-size: 2.25em;
	line-height: 1.33333em;
}
h2 {
	margin: 0 auto 12px;
	font-size: 1.875em;
	line-height: 1.6em;
}
h3 {
	margin: 0 auto 16px;
	font-size: 1.5em;
	line-height: 2em;
}
h4 {
	margin: 0 auto 17px;
	padding-bottom: .2em;
	font-size: 1.2em;
	line-height: 1.636364em;
	border-bottom: 1px dashed #86767F;
}
h5 {
	margin: 0 auto 10px;
	padding-left: 10px;
	font-size: 1.125em;
	line-height: 1.33333em;
	border-left: 4px solid #FD687C;
}
h6 {
	margin: 0 auto 24px;
	font-size: 1em;
	line-height: 1.5em;
}
p {
	margin-bottom: 24px;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	padding: 20px;
	margin: 0 auto 17px;
	border: 3px solid #ffe6e8;
	border-radius: 5px;
	font-size: 1.1em;
}
blockquote blockquote {
	font-size: 1em;
}
blockquote p {
	margin-bottom: 0;
}
blockquote ul { padding: 5px; margin: 0;}
blockquote li { list-style: none; margin: 10px; border-bottom: 1px dotted #303030; }
blockquote li a { border: none !important; background: var(--ado-image-side-arrow) 0 7px no-repeat; padding-left: 16px; }
    padding-left: 40px; }
address {
	margin: 0 0 24px;
}
pre {
	overflow: auto;
	padding: 24px;
	margin-bottom: 24px;
	max-width: 100%;
	background: #f8f8f8;
	word-break: normal;
}
pre,
code,
kbd,
tt,
var {
	/*font-family: "PT Mono", monospace;*/
}
abbr,
acronym {
	border-bottom: 1px dotted #303030;
	cursor: help;
}
mark,
ins {
	padding: 0 4px;
	background: #FD687C;
	color: #fff;
	text-decoration: none;
}
sup,
sub {
	position: relative;
	vertical-align: baseline;
	height: 0;
	font-size: 75%;
	line-height: 0;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/* Hero */
.hero blockquote {
	border-left-color: rgba(255, 255, 255, 0.7);
}
.hero pre,
.hero mark,
.hero ins {
	background: rgba(255, 255, 255, 0.5);
}
.hero abbr,
.hero acronym {
	border-bottom-color: rgba(255, 255, 255, 0.7);
}

/* Footer Widget Area */
.footer-widget-area {
	color: #c5c5c5;
}
.footer-widget-area blockquote {
	border-left-color: #f8f8f8;
}
.footer-widget-area pre,
.footer-widget-area mark,
.footer-widget-area ins {
	background: #202020;
}
.footer-widget-area abbr,
.footer-widget-area acronym {
	border-bottom-color: #f8f8f8;
}

/*--------------------------------------------------------------
3.0 - Elements
--------------------------------------------------------------*/
hr {
	margin-bottom: 24px;
	height: 1px;
	border: 0;
	background-color: #f8f8f8;
}
ul,
ol {
	margin: 0 0 24px 0;
}
ul {
	list-style: disc inside;
}
ol {
	list-style: decimal inside;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 5%;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 24px 24px;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 24px;
	width: 100%;
}
caption,
th {
	font-weight: bold;
}
th,
td {
	padding: 6px;
	border-bottom: 1px solid #c5c5c5;
}

/* Hero */
.hero hr {
	background-color: #fff;
}
.hero th,
.hero td {
	border-bottom-color: #fff;
}

/* Footer Widget Area */
.footer-widget-area hr {
	background-color: #202020;
}
.footer-widget-area th,
.footer-widget-area td {
	border-bottom-color: #202020;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	margin: 0;
	vertical-align: baseline;
	font-size: 100%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 12px 24px;
	background: #FD687C;
	border: 2px solid #FD687C;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: button;
}
button:hover,
button:focus,
button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
	outline: none;
	background: #303030;
	border-color: #303030;
	color: #fff;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	position: relative;
	padding: 12px;
	width: 100%;
	background: #f8f8f8;
	border: 2px solid #c5c5c5;
	color: #303030;
	-webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
	background: #fff;
	border-color: #FD687C;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
select {
	max-width: 100%;
	background: #f8f8f8;
	border: 2px solid #c5c5c5;
}
.required {
	color: #d9321f;
}

/* Search */
.search-field,
.search-submit {
	margin-bottom: 24px;
}

/* Password Protected */
.post-password-form {
	position: relative;
}
.post-password-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Footer Widget Area */
.footer-widget-area button,
.footer-widget-area input[type="button"],
.footer-widget-area input[type="reset"],
.footer-widget-area input[type="submit"] {
	background: #fff;
	border-color: #fff;
	color: #303030;
}
.footer-widget-area button:hover,
.footer-widget-area button:focus,
.footer-widget-area button:active,
.footer-widget-area input[type="button"]:hover,
.footer-widget-area input[type="button"]:focus,
.footer-widget-area input[type="button"]:active,
.footer-widget-area input[type="reset"]:hover,
.footer-widget-area input[type="reset"]:focus,
.footer-widget-area input[type="reset"]:active,
.footer-widget-area input[type="submit"]:hover,
.footer-widget-area input[type="submit"]:focus,
.footer-widget-area input[type="submit"]:active {
	background: #c5c5c5;
	border-color: #c5c5c5;
	color: #303030;
}
.footer-widget-area input[type="text"],
.footer-widget-area input[type="email"],
.footer-widget-area input[type="url"],
.footer-widget-area input[type="password"],
.footer-widget-area input[type="search"],
.footer-widget-area textarea {
	background: #202020;
	border-color: #757575;
	color: #fff;
}
.footer-widget-area input[type="text"]:focus,
.footer-widget-area input[type="email"]:focus,
.footer-widget-area input[type="url"]:focus,
.footer-widget-area input[type="password"]:focus,
.footer-widget-area input[type="search"]:focus,
.footer-widget-area textarea:focus {
	background: #303030;
	border-color: #c5c5c5;
}
.footer-widget-area select {
	background: #202020;
	border-color: #757575;
	color: #fff;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #FD687C;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #303030;
}
a.button,
a.button-minimal {
	display: inline-block;
	padding: 10px 24px;
	border: 2px solid #FD687C;
	font-weight: bold;
	text-transform: uppercase;
}
a.button {
	background: #FD687C;
	color: #fff;
}
a.button:hover,
a.button:focus,
a.button:active {
	background: #303030;
	border-color: #303030;
	color: #fff;
}
a.button-minimal {
	color: #FD687C;
}
a.button-minimal:hover,
a.button-minimal:focus,
a.button-minimal:active {
	background: #FD687C;
	border-color: #FD687C;
	color: #fff;
}

/* Entry Content & Page Content */
.entry-content a:not([class^="button"]),
.page-content a:not([class^="button"]) {
	border-bottom: 1px solid #c5c5c5;
}
.entry-content a:not([class^="button"]):hover,
.entry-content a:not([class^="button"]):focus,
.entry-content a:not([class^="button"]):active,
.page-content a:not([class^="button"]):hover,
.page-content a:not([class^="button"]):focus,
.page-content a:not([class^="button"]):active {
	border-bottom-color: #303030;
}

/* Hero */
.hero .entry-content a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.hero .entry-content a:hover,
.hero .entry-content a:focus,
.hero .entry-content a:active {
	color: rgba(255, 255, 255, 0.7);
	border-bottom-color: rgba(255, 255, 255, 0.7);
}
.hero a.button,
.hero a.button-minimal {
	padding: 6px 24px;
	border-width: 2px;
	border-color: #fff;
	font-size: 0.875em;
	line-height: 1.71429em;
}
.hero a.button {
	background: #fff;
	color: #303030;
}
.hero a.button:hover,
.hero a.button:focus,
.hero a.button:active {
	background: #303030;
	border-color: #303030;
	color: #fff;
}
.hero a.button-minimal {
	color: #fff;
}
.hero a.button-minimal:hover,
.hero a.button-minimal:focus,
.hero a.button-minimal:active {
	background: #fff;
	color: #303030;
}

/* Footer Widget Area */
.footer-widget-area a {
	color: #fff;
}
.footer-widget-area a:hover,
.footer-widget-area a:focus,
.footer-widget-area a:active {
	color: #c5c5c5;
}
.footer-widget-area a.button,
.footer-widget-area a.button-minimal {
	border: 2px solid #fff;
}
.footer-widget-area a.button:hover,
.footer-widget-area a.button:focus,
.footer-widget-area a.button:active,
.footer-widget-area a.button-minimal:hover,
.footer-widget-area a.button-minimal:focus,
.footer-widget-area a.button-minimal:active {
	background: #c5c5c5;
	border-color: #c5c5c5;
	color: #303030;
}
.footer-widget-area a.button {
	background: #fff;
	color: #303030;
}
.footer-widget-area a.button-minimal {
	color: #fff;
}

/*--------------------------------------------------------------
5.2 Pagination
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	padding: 24px 0;
	margin: 0 0 24px;
	overflow: hidden;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.meta-nav {
	display: none;
}
.pagination-links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination-links li {
	margin: 0;
}
.pagination-links a,
.pagination-links span {
	display: block;
	min-width: 34px;
	padding: 5px 10px;
	border: 1px solid #e8dce2;
	background: rgba(255, 255, 255, 0.7);
	color: #e45d80;
	text-align: center;
	line-height: 1.4;
}
.pagination-links a:hover,
.pagination-links a:focus,
.pagination-links .current {
	background: #e45d80;
	border-color: #e45d80;
	color: #fff;
}

/*--------------------------------------------------------------
5.3 Menu Toggle
--------------------------------------------------------------*/
.menu-toggle {
	position: relative;
	padding: 0;
	width: 48px;
	height: 48px;
	background: transparent;
	border: none;
	color: transparent;
	font-size: 16px;
	font-weight: bold;
}
.menu-toggle:before {
	position: absolute;
	top: 0;
	left: 0;
	background: #ff6b83;
	color: #fff;
	content: "\e601";
	display: inline-block;
	width: 48px;
	height: 48px;
	font-family: "Edincon";
	font-size: 16px;
	line-height: 48px;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	outline: none;
	background: transparent;
	color: transparent;
}
.menu-toggle:focus {
	color: #FD687C;
}
.menu-toggle:focus:before {
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    inset 0 0 4px rgba(0, 0, 0, 0.75);
	box-shadow:         inset 0 0 4px rgba(0, 0, 0, 0.75);
}
.menu-toggle.open:before {
	content: '\e600';
	background: #FD687C;
	color: #fff;
}
.navigation-wrapper {
	display: none;
	background: #FD687C;
	font-weight: bold;
}

/*--------------------------------------------------------------
5.4 Primary Navigation
--------------------------------------------------------------*/
.primary-navigation {
	padding-top: 24px;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
}
.primary-navigation a {
	border-bottom: 1px solid transparent;
	color: inherit;
}
.primary-navigation .menu-primary > ul {
	margin-bottom: 0;
}
.primary-navigation .menu-primary > ul > li {
	position: relative;
	float: left;
	margin-bottom: 24px;
	width: 100%;
}
.primary-navigation .menu-primary > ul > li:nth-of-type(3n+1) {
	clear: both;
}
.primary-navigation .menu-primary > ul > li.current-menu-ancestor > a,
.primary-navigation .menu-primary > ul > li.current_page_ancestor > a {
	font-style: italic;
}
.primary-navigation .menu-primary > ul > li > a {
	display: block;
	position: relative;
	padding: 6px 0;
	border-bottom-color: rgba(255, 255, 255, 0.5);
	font-family: 'Sofia', cursive;
	font-size: 1em;
	line-height: 1.2em;
}
.primary-navigation .menu-primary > ul > li.menu-item-has-children > a {
	padding-right: 4em;
}
.primary-navigation .menu-primary > ul > li > a:hover,
.primary-navigation .menu-primary > ul > li > a:focus,
.primary-navigation .menu-primary > ul > li > a:active {
	border-bottom-color: #fff;
}
.primary-navigation .menu-primary > ul > li > a:hover:before,
.primary-navigation .menu-primary > ul > li > a:focus:before,
.primary-navigation .menu-primary > ul > li > a:active:before {
	display: block;
}
.primary-navigation .menu-primary > ul > li > a:hover .dropdown-toggle,
.primary-navigation .menu-primary > ul > li > a:focus .dropdown-toggle,
.primary-navigation .menu-primary > ul > li > a:active .dropdown-toggle {
	border-width: 2px;
	border-bottom-width: 2px;
	border-color: #fff;
}
.primary-navigation .menu-primary > ul > li > a:before {
	content: '';
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
.primary-navigation .menu-primary > ul > li > a.toggle-on {
	border-bottom-color: #fff;
}
.primary-navigation .menu-primary > ul > li > a.toggle-on:before {
	display: block;
	z-index: 1;
}
.primary-navigation ul {
	list-style: none;
}
.primary-navigation ul li {
	display: block;
}
.primary-navigation ul li ul {
	display: none;
	margin-left: 0;
}
.primary-navigation ul li ul.toggle-on {
	display: block;
}
.primary-navigation ul li ul.toggle-on ul {
	display: block;
}
.primary-navigation ul li ul li ul {
	margin-left: 24px;
}
.primary-navigation ul li ul a {
	display: inline-block;
	margin: 12px 0 0;
}
.primary-navigation ul li ul a:hover,
.primary-navigation ul li ul a:focus,
.primary-navigation ul li ul a:active {
	border-bottom-color: #fff;
}
.primary-navigation ul li.current-menu-item > a,
.primary-navigation ul li.current_page_item > a {
	font-style: italic;
	border-bottom-color: #fff;
}
.primary-navigation ul li.current-menu-item > a:before,
.primary-navigation ul li.current_page_item > a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
.primary-navigation ul ul li.current-menu-item > a:before,
.primary-navigation ul ul li.current_page_item > a:before {
	display: none;
}
.primary-navigation ul li.current-menu-item > a .dropdown-toggle,
.primary-navigation ul li.current_page_item > a .dropdown-toggle {
	border-width: 2px;
	border-bottom-width: 2px;
	border-color: #fff;
}
.primary-navigation .dropdown-toggle {
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	padding: 13px;
	width: 1.25em;
	height: 1.25em;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 0;
	color: #fff;
	outline: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.primary-navigation .dropdown-toggle:not(.toggle-on):hover,
.primary-navigation .dropdown-toggle:not(.toggle-on):focus {
	border-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.primary-navigation .dropdown-toggle.toggle-on:focus {
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    inset 0 0 4px rgba(0, 0, 0, 0.75);
	box-shadow:         inset 0 0 4px rgba(0, 0, 0, 0.75);
}
.primary-navigation .dropdown-toggle.toggle-on:after:focus {
	display: block;
	position: absolute;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background: green;
}
.primary-navigation .dropdown-toggle:hover {
	background: #fff;
	color: #FD687C;
}
.primary-navigation .dropdown-toggle:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.5em;
	margin-left: -0.5em;
	content: "\f431";
	display: inline-block;
	width: 1em;
	height: 1em;
	font-family: "Genericons";
	font-size: 1.2em;
	line-height: 1;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.primary-navigation .dropdown-toggle.toggle-on {
	border-width: 2px;
	border-color: #fff;
	padding: 12px 12px 13px;
}
.primary-navigation .dropdown-toggle.toggle-on:before {
	content: '\f432';
}
.secondary-navigation + .primary-navigation {
	border-top: 1px solid #fff;
}

/*--------------------------------------------------------------
5.5 Secondary Navigation
--------------------------------------------------------------*/
.secondary-navigation {
	padding: 24px 0;
}
.secondary-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	text-align: center;
}
.secondary-navigation li {
	display: inline-block;
	margin: 6px 10px;
	color: #fff;
	text-transform: uppercase;
}
.secondary-navigation li.current-menu-item,
.secondary-navigation li.current_page_item {
	font-style: italic;
}
.secondary-navigation li.current-menu-item a,
.secondary-navigation li.current_page_item a {
	border-bottom-color: #fff;
}
.secondary-navigation a {
	color: inherit;
	border-bottom: 2px solid transparent;
}
.secondary-navigation a:hover,
.secondary-navigation a:focus,
.secondary-navigation a:active {
	border-bottom-color: #fff;
}
.secondary-navigation .menu-secondary {
	padding: 12px 0;
	min-height: 60px;
}

/*--------------------------------------------------------------
5.6 Footer Navigation
--------------------------------------------------------------*/
.footer-navigation {
	padding: 0 0 12px;
}
.footer-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
}
.footer-navigation li {
	display: inline-block;
	margin: 0 0 12px 8px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-navigation li:first-of-type {
	margin-left: 0;
}
.footer-navigation li.current-menu-item a,
.footer-navigation li.current_page_item a {
	color: inherit;
	border-bottom-color: #303030;
}
.footer-navigation a {
	color: inherit;
	border-bottom: 2px solid transparent;
}
.footer-navigation a:hover,
.footer-navigation a:focus,
.footer-navigation a:active {
	border-bottom-color: #FD687C;
	color: #FD687C;
}

/*--------------------------------------------------------------
5.7 Social Navigation
--------------------------------------------------------------*/
ul[id^="menu-social"] {
	display: block;
	list-style: none;
	margin: 0;
}
ul[id^="menu-social"] li {
	vertical-align: top;
}
ul[id^="menu-social"] a {
	border-bottom: 0;
}
ul[id^="menu-social"] a[href$="/feed/"],
ul[id^="menu-social"] a[href*="codepen.io"],
ul[id^="menu-social"] a[href*="digg.com"],
ul[id^="menu-social"] a[href*="dribbble.com"],
ul[id^="menu-social"] a[href*="dropbox.com"],
ul[id^="menu-social"] a[href*="mailto:"],
ul[id^="menu-social"] a[href*="facebook.com"],
ul[id^="menu-social"] a[href*="flickr.com"],
ul[id^="menu-social"] a[href*="github.com"],
ul[id^="menu-social"] a[href*="plus.google.com"],
ul[id^="menu-social"] a[href*="instagram.com"],
ul[id^="menu-social"] a[href*="linkedin.com"],
ul[id^="menu-social"] a[href*="pinterest.com"],
ul[id^="menu-social"] a[href*="getpocket.com"],
ul[id^="menu-social"] a[href*="polldaddy.com"],
ul[id^="menu-social"] a[href*="reddit.com"],
ul[id^="menu-social"] a[href*="stumbleupon.com"],
ul[id^="menu-social"] a[href*="tumblr.com"],
ul[id^="menu-social"] a[href*="twitter.com"],
ul[id^="menu-social"] a[href*="vimeo.com"],
ul[id^="menu-social"] a[href*="wordpress.com"],
ul[id^="menu-social"] a[href*="wordpress.org"],
ul[id^="menu-social"] a[href*="youtube.com"] {
	display: block;
	overflow: hidden;
	width: 1em;
	height: 1.5em;
}
ul[id^="menu-social"] a[href$="/feed/"]:before,
ul[id^="menu-social"] a[href*="codepen.io"]:before,
ul[id^="menu-social"] a[href*="digg.com"]:before,
ul[id^="menu-social"] a[href*="dribbble.com"]:before,
ul[id^="menu-social"] a[href*="dropbox.com"]:before,
ul[id^="menu-social"] a[href*="mailto:"]:before,
ul[id^="menu-social"] a[href*="facebook.com"]:before,
ul[id^="menu-social"] a[href*="flickr.com"]:before,
ul[id^="menu-social"] a[href*="github.com"]:before,
ul[id^="menu-social"] a[href*="plus.google.com"]:before,
ul[id^="menu-social"] a[href*="instagram.com"]:before,
ul[id^="menu-social"] a[href*="linkedin.com"]:before,
ul[id^="menu-social"] a[href*="pinterest.com"]:before,
ul[id^="menu-social"] a[href*="getpocket.com"]:before,
ul[id^="menu-social"] a[href*="polldaddy.com"]:before,
ul[id^="menu-social"] a[href*="reddit.com"]:before,
ul[id^="menu-social"] a[href*="stumbleupon.com"]:before,
ul[id^="menu-social"] a[href*="tumblr.com"]:before,
ul[id^="menu-social"] a[href*="twitter.com"]:before,
ul[id^="menu-social"] a[href*="vimeo.com"]:before,
ul[id^="menu-social"] a[href*="wordpress.com"]:before,
ul[id^="menu-social"] a[href*="wordpress.org"]:before,
ul[id^="menu-social"] a[href*="youtube.com"]:before {
	content: "\f413";
	display: inline-block;
	width: 1em;
	height: 1em;
	font-family: "Genericons";
	font-size: 1em;
	line-height: 1.5;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul[id^="menu-social"] a[href*="codepen.io"]:before {
	content: '\f216';
}
ul[id^="menu-social"] a[href*="digg.com"]:before {
	content: '\f221';
}
ul[id^="menu-social"] a[href*="dribbble.com"]:before {
	content: '\f201';
}
ul[id^="menu-social"] a[href*="dropbox.com"]:before {
	content: '\f225';
}
ul[id^="menu-social"] a[href*="mailto:"]:before {
	content: '\f410';
}
ul[id^="menu-social"] a[href*="facebook.com"]:before {
	content: '\f203';
}
ul[id^="menu-social"] a[href*="flickr.com"]:before {
	content: '\f211';
}
ul[id^="menu-social"] a[href*="github.com"]:before {
	content: '\f200';
}
ul[id^="menu-social"] a[href*="plus.google.com"]:before {
	content: '\f206';
}
ul[id^="menu-social"] a[href*="instagram.com"]:before {
	content: '\f215';
}
ul[id^="menu-social"] a[href*="linkedin.com"]:before {
	content: '\f208';
}
ul[id^="menu-social"] a[href*="pinterest.com"]:before {
	content: '\f210';
}
ul[id^="menu-social"] a[href*="getpocket.com"]:before {
	content: '\f224';
}
ul[id^="menu-social"] a[href*="polldaddy.com"]:before {
	content: '\f217';
}
ul[id^="menu-social"] a[href*="reddit.com"]:before {
	content: '\f222';
}
ul[id^="menu-social"] a[href*="stumbleupon.com"]:before {
	content: '\f223';
}
ul[id^="menu-social"] a[href*="tumblr.com"]:before {
	content: '\f214';
}
ul[id^="menu-social"] a[href*="twitter.com"]:before {
	content: '\f202';
}
ul[id^="menu-social"] a[href*="vimeo.com"]:before {
	content: '\f212';
}
ul[id^="menu-social"] a[href*="wordpress.com"]:before,
ul[id^="menu-social"] a[href*="wordpress.org"]:before {
	content: '\f205';
}
ul[id^="menu-social"] a[href*="youtube.com"]:before {
	content: '\f213';
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:focus,
.screen-reader-text:active {
	background-color: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #FD687C;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 1000000000;
}
#wpadminbar .screen-reader-shortcut:hover,
#wpadminbar .screen-reader-shortcut:focus,
#wpadminbar .screen-reader-shortcut:active {
	background-color: #fff;
	color: #FD687C;
	font-family: "PT Sans", sans-serif;
	font-weight: bold;
	left: 5px;
	top: 5px;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.alignnone {
	vertical-align: bottom;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
.comment-meta:before,
.comment-meta:after,
.entry-content:before,
.entry-content:after,
.gallery:before,
.gallery:after,
.nav-links:before,
.nav-links:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.site-header:before,
.site-header:after,
.sd-block:before,
.sd-block:after,
.sharedaddy:before,
.sharedaddy:after {
	content: '';
	display: table;
}
.clear:after,
.comment-content:after,
.comment-meta:after,
.entry-content:after,
.gallery:after,
.nav-links:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.sd-block:after,
.sharedaddy:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Layout
--------------------------------------------------------------*/
/* Grid */
.breadcrumbs-wrapper .entry-breadcrumbs,
.content-wrapper,
.featured-page-wrapper,
.footer-widget-wrapper,
.footer-wrapper,
.front-page-widget-wrapper,
.grid-wrapper,
.has-custom-background #page,
.header-wrapper,
.hero-wrapper,
.hero .hentry,
.menu-primary,
.search-wrapper .search-form,
.secondary-navigation,
.no-sidebar-full .content-area {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumbs-wrapper .entry-breadcrumbs,
.content-area,
.content-wrapper,
.featured-page,
.featured-page-wrapper,
.footer-navigation,
.footer-widget,
.footer-widget-wrapper,
.footer-wrapper,
.front-page-widget,
.front-page-widget-wrapper,
.grid
.grid-wrapper,
.has-custom-background #page,
.has-footer-navigation .site-info,
.header-wrapper,
.hero-wrapper,
.hero .hentry,
.menu-primary,
.search-wrapper .search-form,
.secondary-navigation,
.site-branding
.widget-area {
	width: 100%;
}
.breadcrumbs-wrapper .entry-breadcrumbs,
.content-wrapper,
.featured-page-wrapper,
.footer-widget-wrapper,
.footer-wrapper,
.front-page-widget-wrapper,
.grid-wrapper,
.header-wrapper,
.hero-wrapper,
.hero .hentry,
.menu-primary,
.search-wrapper .search-form,
.secondary-navigation {
	padding-right: 24px;
	padding-left: 24px;
}
.content-area,
.featured-page-area,
.footer-widget-area,
.front-page-widget-area,
.grid-area,
.widget-area {
	padding-top: 24px;
}
.no-sidebar .content-area {
	margin: 0 auto;
}

/* Header */
.header-wrapper {
	position: relative;
	border-top: 48px solid #000;
}
.no-header-navigation .header-wrapper {
	border-top: 0;
}
.site-header {
	background: #fff;
	border-bottom: 1px solid #f8f8f8;
}
.site-logo-link {
	display: block;
}
.site-logo-link,
.site-title {
	margin-top: 24px;
	margin-bottom: 24px;
}
.site-logo-link + .site-title {
	margin-top: -14px;
}
.site-logo {
	display: block;
	margin: 0 auto;
	width: auto;
	max-height: 96px;
}
.site-description,
.site-title {
	clear: both;
	text-align: center;
}
.site-description {
	display: none;
	margin-top: -14px;
	margin-bottom: 24px;
	color: #757575;
	font-weight: normal;
	font-size: 0.875em;
	line-height: 1.71429em;
}
.site-title {
	color: #303030;
	font-size: 2.25em;
	line-height: 1.33333em;
	font-weight: bold;
	text-transform: uppercase;
}
.site-title a,
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: inherit;
}
.header-image {
	display: block;
}
.header-image img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.header-navigation,
.header-search {
	position: absolute;
	top: -48px;
	right: 0;
	margin: 0;
}
.header-navigation + .header-search {
	right: 50px;
}
.search-toggle {
	position: relative;
	padding: 0;
	width: 48px;
	height: 48px;
	background: transparent;
	border: none;
	color: transparent;
}
.search-toggle:before {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	color: #303030;
	content: "\e602";
	display: inline-block;
	width: 48px;
	height: 48px;
	font-family: "Edincon";
	font-size: 16px;
	line-height: 48px;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.search-toggle:hover,
.search-toggle:focus,
.search-toggle:active {
	outline: none;
	background: transparent;
	color: transparent;
}
.search-toggle:focus:before {
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    inset 0 0 4px rgba(0, 0, 0, 0.75);
	box-shadow:         inset 0 0 4px rgba(0, 0, 0, 0.75);
}
.search-toggle.open {
	background: #FD687C;
}
.search-toggle.open:before {
	content: '\e600';
	color: #fff;
}
.search-wrapper {
	display: none;
	width: 100%;
	height: 100%;
	background: #FD687C;
	font-weight: bold;
}
.search-wrapper .search-form {
	padding-top: 24px;
	padding-bottom: 24px;
}
.search-wrapper .search-field {
	padding: 16px;
	margin: 0;
	background-color: #fff;
	border-color: #0c5586;
}
.search-wrapper .search-submit {
	display: none;
}

/* Content */
.site-content {
	position: relative;
	background: #fff;
}

/* Featured Page Area */
.featured-page-area {
	background: #f8f8f8;
}
.featured-page-area .hentry {
	margin-bottom: 0;
}

/* Front Page Widget Area */
.front-page-widget-area {
	background: #fff;
}

/* Grid Area */
.grid-area {
	background: #fff;
}
.grid-area .hentry {
	margin-bottom: 0;
}
.content-wrapper + .grid-area {
	background: #f8f8f8;
}

/* Widget Area */
.widget-area {
	/*border-top: 2px solid #c5c5c5;*/
}
.widget-area:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	margin-top: -26px;
	width: 100%;
	height: 2px;
	/*background: #c5c5c5;*/
}

/* Footer Widget Area */
.footer-widget-area {
	background: #303030;
}

/* Footer */
.site-footer {
	background: #fff;
	border-top: 1px solid #f8f8f8;
}
.site-footer a {
	color: #303030;
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
	color: #FD687C;
}
.site-info {
	padding: 24px 0;
}

/*--------------------------------------------------------------
10.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}
.widget a {
	border-bottom: 1px solid #c5c5c5;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	border-bottom-color: #303030;
}
.widget img {
	vertical-align: bottom;
}
.footer-widget-area a {
	border-bottom-color: #757575;
}
.footer-widget-area a:hover,
.footer-widget-area a:focus,
.footer-widget-area a:active {
	border-bottom-color: #c5c5c5;
}
.widget-title,
.widgettitle {
	margin: 0 auto 24px;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.5em;
}
.widget-title:empty,
.widgettitle:empty {
	display: none;
}
.widget-title a,
.widgettitle a {
	border-bottom: 0;
}
.widget select {
	margin-bottom: 24px;
}

/* Calendar */
.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
	text-align: center;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar thead,
.widget_calendar tfoot {
	background: #f8f8f8;
}
.widget_calendar th,
.widget_calendar td {
	padding: 12px 6px;
}
.widget_calendar th {
	border-top: 1px solid #c5c5c5;
}
.footer-widget-area .widget_calendar thead,
.footer-widget-area .widget_calendar tfoot {
	background: #202020;
}
.footer-widget-area .widget_calendar th {
	border-top-color: #202020;
}

/* Custom Menu */
.widget_nav_menu ul[id^="menu-social"] {
	margin-bottom: 12px;
}
.widget_nav_menu ul[id^="menu-social"] li {
	display: inline-block;
	padding: 0;
	margin: 0 8px 12px 0;
	border-top: 0;
}
.widget_nav_menu ul ul {
	display: none;
}
.widget_nav_menu ul ul.toggle-on {
	display: block;
}
.widget_nav_menu li {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
}
.widget_nav_menu li li {
	text-transform: none;
}
.widget_nav_menu ul:not([id^="menu-social"]) li.page_item_has_children > a,
.widget_nav_menu ul:not([id^="menu-social"]) li.menu-item-has-children > a {
	margin-right: 4em;
}
.widget_nav_menu a {
	display: block;
	border-bottom: 0;
}
.widget_nav_menu .dropdown-toggle {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px;
	width: 1.5em;
	height: 1.5em;
	background: #f8f8f8;
	border: 0;
	color: #303030;
	outline: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.widget_nav_menu .dropdown-toggle:hover {
	background: #FD687C;
	color: #fff;
}
.widget_nav_menu .dropdown-toggle:focus {
	z-index: 1;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    inset 0 0 4px rgba(0, 0, 0, 0.75);
	box-shadow:         inset 0 0 4px rgba(0, 0, 0, 0.75);
}
.widget_nav_menu .dropdown-toggle:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.5em;
	margin-left: -0.5em;
	content: "\f431";
	display: inline-block;
	width: 1em;
	height: 1em;
	font-family: "Genericons";
	font-size: 1.5em;
	line-height: 1;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.widget_nav_menu .dropdown-toggle.toggle-on:before {
	content: '\f432';
}
.footer-widget-area .widget_nav_menu .dropdown-toggle {
	background: #202020;
	color: #fff;
}
.footer-widget-area .widget_nav_menu .dropdown-toggle:hover {
	background: #c5c5c5;
	color: #303030;
}

/* Lists */
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	list-style: none;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
	padding: 12px 0;
	border-top: 1px solid #f8f8f8;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_nav_menu li:first-child,
.widget_meta li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child,
.widget_rss li:first-child {
	padding-top: 0;
	border-top: 0;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_nav_menu li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child {
	padding-bottom: 0;
}
.footer-widget-area .widget_archive li,
.footer-widget-area .widget_categories li,
.footer-widget-area .widget_nav_menu li,
.footer-widget-area .widget_meta li,
.footer-widget-area .widget_pages li,
.footer-widget-area .widget_recent_comments li,
.footer-widget-area .widget_recent_entries li,
.footer-widget-area .widget_rss li {
	border-top-color: #202020;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	position: relative;
	padding-top: 12px;
	margin-top: 12px;
	border-top: 1px solid #f8f8f8;
}
.footer-widget-area .widget_categories .children,
.footer-widget-area .widget_nav_menu .sub-menu,
.footer-widget-area .widget_pages .children {
	border-top-color: #202020;
}

/* Recent Posts */
.widget_recent_entries .post-date {
	display: block;
	color: #757575;
	font-size: 0.875em;
	line-height: 1.71429em;
}
.footer-widget-area .widget_recent_entries .post-date {
	color: #f8f8f8;
}

/* Search */
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.widget_tag_cloud > div {
	margin-bottom: 24px;
}

/*--------------------------------------------------------------
11.0 Content
--------------------------------------------------------------*/
.error404 .page-content {
	margin: 0 0 24px;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	margin: 0 0 18px;
}
.page-links > a,
.page-links > span {
	display: inline-block;
	margin: 0 0 6px 8px;
}

/* Sticky */
.sticky .posted-on,
.sticky .entry-meta {
	display: none;
}
.group-blog .sticky .entry-meta {
	display: block;
}

/* Hentry */
.hentry,
.no-results {
	margin: 0;
}
.archive .hentry,
.blog .hentry,
.search .hentry {
	padding-top: 24px;
	border-top: 1px solid #f8f8f8;
}
.archive .site-main > .hentry:first-of-type,
.blog .site-main > .hentry:first-of-type,
.search .site-main > .hentry:first-of-type {
	padding-top: 0;
	border-top: 0;
}

/* Post Formats */
.format-aside .entry-title,
.format-status .entry-title {
	display: none;
}
.format-link .entry-title a:after {
	color: #757575;
	content: "\f442";
	display: inline-block;
	width: 1em;
	height: 1em;
	font-family: "Genericons";
	font-size: 1em;
	line-height: inherit;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.format-link .entry-title a:hover:after,
.format-link .entry-title a:focus:after,
.format-link .entry-title a:active:after {
	color: #FD687C;
}

/* Post Thumbnail */
.post-thumbnail {
	display: block;
	margin-bottom: 24px;
}
.post-thumbnail:hover,
.post-thumbnail:focus,
.post-thumbnail:active {
	opacity: 0.7;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

/* Hero */
.hero {
	padding: 24px 0;
	background: #fff;
	border-bottom: 1px solid #f8f8f8;
}
.hero.with-featured-image {
	position: relative;
	margin-top: -1px;
	background-color: #FD687C;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	border-bottom: 0;
}
body:not(.no-image-filter) .hero.with-featured-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}
.hero.with-featured-image .page-title,
.hero.with-featured-image .hentry {
	position: relative;
	color: #fff;
}
.hero .page-title,
.hero .taxonomy-description {
	text-align: center;
}
.hero .page-title,
.hero .taxonomy-description * {
	margin-bottom: 0;
}
.hero .hentry {
	color: #fff;
	margin-bottom: -24px;
}
.hero .entry-content {
	font-size: 1.125em;
	line-height: 1.5;
}
.hero .entry-footer a {
	color: rgba(255, 255, 255, 0.7);
}
.hero .entry-footer a:hover,
.hero .entry-footer a:focus,
.hero .entry-footer a:active {
	color: #fff;
}
body[class*="front-page"] .hero {
	background-color: #FD687C;
	border-bottom: 0;
}
body[class*="front-page"] .hero.with-featured-image {
	background-color: #fff;
}
body[class*="front-page"] .hero .page-title {
	text-align: inherit;
}

/* Entry Title */
.entry-title {
	margin: 0 auto 10px;
	font-size: 1.5em;
	line-height: 1.33333em;
}
.entry-title a {
	color: inherit;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #FD687C;
}

/* Page Links */
.page-links {
	font-weight: bold;
}

/* Entry Footer & Entry Meta */
.entry-footer,
.entry-meta {
	padding-bottom: 24px;
	color: #757575;
	font-size: 0.875em;
	line-height: 1.71429em;
}
.entry-footer span {
	padding-right: 12px;
}
.entry-footer span:last-of-type {
	padding-right: 0;
}
.post-format-link .genericon {
	font-size: 1.14286em;
	line-height: 1.3125em;
}
.edit-link a:before {
	content: "\f411";
	display: inline-block;
	width: 1em;
	height: 1em;
	font-family: "Genericons";
	font-size: 1.14286em;
	line-height: 1.3125em;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* More Link */
.more-link {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #c5c5c5;
}
.more-link:hover,
.more-link:focus,
.more-link:active {
	border-bottom-color: #303030;
}

/* Grid Page & Featured Page */
.featured-page .entry-title,
.grid .entry-title {
	margin: 0 auto 24px;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.5em;
}
.featured-page .entry-title a,
.grid .entry-title a {
	color: inherit;
}
.featured-page .entry-title a:hover,
.featured-page .entry-title a:focus,
.featured-page .entry-title a:active,
.grid .entry-title a:hover,
.grid .entry-title a:focus,
.grid .entry-title a:active {
	color: #FD687C;
}

/* Entry Breadcrumbs */
.breadcrumbs-wrapper {
	width: 100%;
	background: #f8f8f8;
}
.entry-breadcrumbs {
	padding-top: 24px;
	padding-bottom: 24px;
}
.entry-breadcrumbs a {
	position: relative;
	margin-right: 20px;
	color: #303030;
	border-bottom: 1px solid transparent;
	font-weight: bold;
}
.entry-breadcrumbs a:hover,
.entry-breadcrumbs a:focus,
.entry-breadcrumbs a:active {
	border-bottom-color: #303030;
}
.entry-breadcrumbs a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -12px;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #c5c5c5;
}
.entry-breadcrumbs .current-page {
	font-style: italic;
}

/*--------------------------------------------------------------
12.0 Comments
--------------------------------------------------------------*/
.comments-area {
	margin: 0 0 24px;
}
.comment-list {
	list-style: none;
	margin: 0;
}
.comment-list .comment,
.comment-list .pingback {
	padding-top: 24px;
	border-top: 1px solid #f8f8f8;
}
.comment-list > .depth-1:first-of-type {
	border-top: 0;
}
.comment-list .children {
	list-style: none;
}
.pingback .comment-body {
	padding-bottom: 24px;
}
.bypostauthor > .comment-body {
	background: #f8f8f8;
	padding: 24px 24px 0 24px;
	margin-bottom: 24px;
}
.comment .reply {
	padding-bottom: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.comment .reply:empty {
	display: none;
}
.comment .reply a {
	border-bottom: 1px solid #c5c5c5;
}
.comment .reply a:hover,
.comment .reply a:focus,
.comment .reply a:active {
	border-bottom-color: #303030;
}
.comment-meta {
	margin-bottom: 24px;
}
.comment-author .avatar {
	float: left;
	margin-right: 12px;
}
.no-comments {
	margin: 0 auto 16px;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 2em;
}

/*--------------------------------------------------------------
13.0 Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1 Images
--------------------------------------------------------------*/
.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
a:hover img[class^="align"],
a:focus img[class^="align"],
a:active img[class^="align"] {
	opacity: 0.7;
}

/* Captions */
.wp-caption {
	border: 0;
	margin-bottom: 24px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/*--------------------------------------------------------------
13.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin: -12px 0 12px;
}
.gallery .gallery-item {
	float: left;
	padding: 12px;
	width: 100%;
}
.gallery .gallery-item .gallery-icon a {
	display: block;
	border-bottom: 0;
}
.gallery .gallery-item .gallery-icon a:hover,
.gallery .gallery-item .gallery-icon a:focus,
.gallery .gallery-item .gallery-icon a:active {
	opacity: 0.7;
}
.gallery .gallery-item .gallery-icon img {
	display: block;
	margin: 0 auto;
	height: auto;
	border: none;
}
.gallery .gallery-item + br {
	display: none;
}

/* Columns */
.gallery-columns-1 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-7 .gallery-item {
	float: none;
	width: 100%;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-8 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-9 .gallery-item {
	width: 33.33333%;
}
.gallery-columns-2 .gallery-item:nth-of-type(2n-2),
.gallery-columns-3 .gallery-item:nth-of-type(3n-3),
.gallery-columns-4 .gallery-item:nth-of-type(2n-2),
.gallery-columns-6 .gallery-item:nth-of-type(3n-3),
.gallery-columns-8 .gallery-item:nth-of-type(2n-2),
.gallery-columns-9 .gallery-item:nth-of-type(3n-3) {
	clear: right;
}
.gallery-columns-2 .gallery-item:nth-of-type(2n-1),
.gallery-columns-3 .gallery-item:nth-of-type(3n-2),
.gallery-columns-4 .gallery-item:nth-of-type(2n-1),
.gallery-columns-6 .gallery-item:nth-of-type(3n-2),
.gallery-columns-8 .gallery-item:nth-of-type(2n-1),
.gallery-columns-9 .gallery-item:nth-of-type(3n-2) {
	clear: left;
}

/* Captions */
.gallery-caption,
.wp-caption-text {
	padding: 12px 0;
	border-bottom: 1px solid #f8f8f8;
	font-family: "PT Serif", serif;
	text-align: center;
	font-size: 0.875em;
	line-height: 1.71429em;
}

/*--------------------------------------------------------------
13.3 Iframes
--------------------------------------------------------------*/
audio,
embed,
iframe,
object,
video,
.wp-audio-shortcode {
	display: block;
	margin-bottom: 24px;
	max-width: 100%;
}

/* VideoPress */
.video-player {
	margin: -5px 0 !important;
	height: auto !important;
}
.video-player object {
	margin-bottom: 0;
}

/* Playlists */
.site-content .wp-playlist {
	padding: 12px;
	margin: 0 0 24px;
	border-color: #c5c5c5;
	font-size: inherit;
}
.footer-widget-area .wp-playlist {
	border-color: #202020;
}

/* Google Maps */
.googlemaps {
	margin-bottom: 24px;
}
.googlemaps br {
	display: none;
}
.googlemaps iframe {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
14.0 Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.1 Contact Form
--------------------------------------------------------------*/
.hentry .contact-form label {
	margin-bottom: 0;
	font-weight: inherit;
}
.hentry .contact-form label.checkbox,
.hentry .contact-form label.radio {
	margin-bottom: 0;
	font-weight: inherit;
}
.hentry .contact-form label span {
	color: #d9321f;
}
.hentry .contact-form input[type="text"],
.hentry .contact-form input[type="email"],
.hentry .contact-form textarea {
	margin-bottom: 24px;
	width: 100%;
	max-width: 100%;
}
.hentry .contact-form div .clear-form:last-of-type {
	margin-bottom: 24px;
}

/*--------------------------------------------------------------
14.2 Galleries
--------------------------------------------------------------*/
.hentry .slideshow-window,
.hentry .tiled-gallery {
	margin: 0 0 24px;
}
.hentry .slideshow-window {
	background: #f8f8f8;
	border: 12px solid #f8f8f8;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.slideshow-slide-caption:empty {
	display: none;
}
.site-content .slideshow-slide-caption {
	bottom: -1px;
	padding: 12px 0 0;
	height: auto;
	background: #f8f8f8;
	color: inherit;
	font-family: inherit;
	font-size: 0.875em;
	line-height: 1.71429em;
	text-shadow: none;
}

/*--------------------------------------------------------------
14.3 Infinite Scroll
--------------------------------------------------------------*/
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-footer .container {
	padding: 0;
	background: #fff;
	border-color: #f8f8f8;
}
#infinite-footer .blog-credits,
#infinite-footer .blog-info {
	padding: 15px 30px;
	color: inherit;
	font-size: inherit;
}
#infinite-footer .blog-credits a,
#infinite-footer .blog-info a {
	color: inherit;
	font-size: inherit;
}
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-credits a:focus,
#infinite-footer .blog-credits a:active,
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-info a:focus,
#infinite-footer .blog-info a:active {
	color: #FD687C;
	text-decoration: none;
}
#infinite-footer .blog-info a {
	text-transform: uppercase;
}
#infinite-handle {
	margin: 0 0 60px;
	text-align: center;
}
#infinite-handle span {
	display: inline-block;
	padding: 10px 24px;
	margin: 0 auto;
	background: #FD687C;
	border: 2px solid #FD687C;
	color: #fff;
	font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#infinite-handle span:hover,
#infinite-handle span:focus,
#infinite-handle span:active {
	background: #303030;
	border-color: #303030;
	color: #fff;
}
/*--------------------------------------------------------------
16.0 Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.1 x >= 600px
--------------------------------------------------------------*/
@media screen and (min-width: 600px) {

	/* Elements */
	li > ul,
	li > ol {
		margin-left: 24px;
	}
	th,
	td {
		padding: 12px;
	}

	/* Pagination */
	.site-main .comment-navigation,
	.site-main .paging-navigation,
	.site-main .post-navigation {
		margin-bottom: 60px;
	}

	/* Menu Toggle */
	.menu-toggle {
		width: 60px;
		height: 60px;
	}
	.menu-toggle:before {
		width: 60px;
		height: 60px;
		border: 2px solid #c5c5c5;
		color: #303030;
		line-height: 3.5;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	.menu-toggle:hover:before,
	.menu-toggle:active:before,
	.menu-toggle.open:before,
	.menu-toggle.open {
		color: #FD687C;
	}
	.menu-toggle:hover:before,
	.menu-toggle:active:before,
	.menu-toggle.open:before {
		background: #fff;
		border-color: #FD687C;
	}

	/* Primary Navigation */
	.primary-navigation {
		padding-top: 30px;
	}
	.primary-navigation .menu-primary {
		padding-bottom: 6px;
	}

	/* Secondary Navigation */
	.secondary-navigation {
		padding: 30px 0;
	}

	/* Layout */
	.has-custom-background #page {
		width: 600px;
	}
	.breadcrumbs-wrapper .entry-breadcrumbs,
	.content-wrapper,
	.featured-page-wrapper,
	.footer-widget-wrapper,
	.footer-wrapper,
	.front-page-widget-wrapper,
	.grid-wrapper,
	.header-wrapper,
	.hero-wrapper,
	.hero .hentry,
	.menu-primary,
	.no-sidebar-full .content-area,
	.search-wrapper .search-form,
	.secondary-navigation {
		width: 540px;
		padding-right: 0;
		padding-left: 0;
	}
	.site-branding {
		float: left;
		width: 480px;
	}
	.has-header-search .site-branding {
		width: 374px;
	}
	.content-area,
	.featured-page-area,
	.footer-widget-area,
	.front-page-widget-area,
	.grid-area,
	.widget-area {
		padding-top: 30px;
	}
	.featured-page,
	.grid {
		padding-bottom: 6px;
	}
	.header-wrapper {
		border-top: 0;
	}
	.header-navigation,
	.header-search {
		position: inherit;
		top: auto;
		right: auto;
		float: right;
		margin: 30px 0;
	}
	.header-navigation + .header-search {
		right: auto;
		margin-right: 16px;
	}
	.breadcrumbs-wrapper .entry-breadcrumbs,
	.search-wrapper .search-form {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.search-toggle {
		width: 60px;
		height: 60px;
	}
	.search-toggle:before {
		width: 60px;
		height: 60px;
		border: 2px solid #c5c5c5;
		color: #303030;
		line-height: 3.5;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	.search-toggle:hover:before,
	.search-toggle:active:before,
	.search-toggle.open:before,
	.search-toggle.open {
		color: #FD687C;
	}
	.search-toggle.open {
		background: #fff;
	}
	.search-toggle:hover:before,
	.search-toggle:active:before,
	.search-toggle.open:before {
		background: #fff;
		border-color: #FD687C;
	}
	.site-logo-link,
	.site-title {
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		display: block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin-top: 30px;
		margin-bottom: 30px;
		min-height: 60px;
	}
	.site-logo-link + .site-title {
		margin-top: -20px;
		min-height: 0;
	}
	.site-description {
		margin-top: -20px;
		margin-bottom: 30px;
	}
	.site-logo {
		margin: 0;
		max-height: 120px;
	}
	.site-description,
	.site-title {
		 text-align: left;
	}
	.widget-area:before {
		margin-top: -32px;
	}

	/* Widgets */
	.widget {
		padding-bottom: 6px;
	}

	/* Content */
	.error404 .page-content {
		margin: 0 0 30px;
	}

	.hentry,
	.no-results {
		margin-bottom: 6px;
	}
	.archive .hentry,
	.blog .hentry,
	.search .hentry {
		padding-top: 30px;
	}
	.hero {
		padding: 30px 0;
	}
	.hero .entry-content {
		font-size: 1.25em;
		line-height: 1.5;
	}

	/* Comments */
	.comments-area {
		margin-bottom: 30px;
	}

	/* Jetpack */
	.hero .hentry div.sharedaddy {
		font-size: 0.8em;
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------
16.2 x >= 768px
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	/* Menu Toggle */
	.menu-toggle {
		padding: 0 0 0 72px;
		width: auto;
		color: #303030;
	}
	.menu-toggle:hover,
	.menu-toggle:active {
		color: #FD687C;
	}
	.menu-toggle.open:before {
		background: transparent;
	}

	/* Primary Navigation */
	.primary-navigation {
		padding-top: 60px;
	}
	.primary-navigation .menu-primary {
		padding-bottom: 36px;
	}

	/* Layout */
	.has-custom-background #page {
		width: 768px;
	}
	.breadcrumbs-wrapper .entry-breadcrumbs,
	.content-wrapper,
	.featured-page-wrapper,
	.footer-widget-wrapper,
	.footer-wrapper,
	.front-page-widget-wrapper,
	.grid-wrapper,
	.header-wrapper,
	.hero-wrapper,
	.hero .hentry,
	.menu-primary,
	.no-sidebar-full .content-area,
	.search-wrapper .search-form,
	.secondary-navigation {
		width: 648px;
	}
	.has-header-search .site-branding,
	.site-branding {
		width: auto;
		max-width: 412px;
	}
	.header-navigation {
		max-width: 176px;
	}
	.has-header-search .header-navigation {
		max-width: 100px;
	}
	.content-area,
	.featured-page-area,
	.footer-widget-area,
	.front-page-widget-area,
	.grid-area,
	.widget-area {
		padding-top: 60px;
	}
	.featured-page,
	.grid {
		padding-bottom: 24px;
	}
	.featured-page-area,
	.front-page-widget-area,
	.footer-widget-area,
	.grid-area,
	.widget-area {
		padding-bottom: 12px;
	}
	.site-logo {
		max-height: 144px;
	}
	.widget-area:before {
		margin-top: -62px;
	}
	.search-toggle {
		color: #303030;
	}
	.search-toggle:hover,
	.search-toggle:active {
		color: #FD687C;
	}
	.search-toggle.open:before {
		background: transparent;
	}

	/* Widgets */
	.widget {
		padding-bottom: 24px;
	}

	/* Content */
	.error404 .page-content {
		margin: 0 0 60px;
	}
	.hentry,
	.no-results {
		margin-bottom: 36px;
	}
	.archive .hentry,
	.blog .hentry,
	.search .hentry {
		padding-top: 60px;
	}
	.hero {
		padding: 60px 0;
	}
	.hero .entry-content {
		font-size: 1.375em;
		line-height: 1.636364em;
	}

	/* Comments */
	.comments-area {
		margin-bottom: 60px;
	}

	/* Media */
	.gallery-columns-4 .gallery-item {
		width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		float: left;
		width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		width: 16.66667%;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(2n-2),
	.gallery-columns-4 .gallery-item:nth-of-type(2n-1),
	.gallery-columns-6 .gallery-item:nth-of-type(3n-3),
	.gallery-columns-6 .gallery-item:nth-of-type(3n-2) {
		clear: none;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n-4),
	.gallery-columns-5 .gallery-item:nth-of-type(5n-5),
	.gallery-columns-6 .gallery-item:nth-of-type(6n-6) {
		clear: right;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n-3),
	.gallery-columns-5 .gallery-item:nth-of-type(5n-4),
	.gallery-columns-6 .gallery-item:nth-of-type(6n-5) {
		clear: left;
	}

	/* Jetpack */
	.blog-info {
		padding-left: 60px;
	}
	.blog-credits {
		padding-right: 60px;
	}
	.hero .hentry div.sharedaddy {
		font-size: 0.7273em;
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------
16.3 x >= 1020px
--------------------------------------------------------------*/
@media screen and (min-width: 1020px) {
	#primary {
		padding-right: 30px;
	}
	#secondary {
		padding-left: 30px;
	}

	/* Navigation Default */
	.navigation-default .primary-navigation .menu-primary > ul > li {
		margin-right: 60px;
		width: 260px;
	}
	.navigation-default .primary-navigation .menu-primary > ul > li:nth-of-type(3n+3) {
		margin-right: 0;
	}

	/* Navigation Classic */
	.navigation-classic .header-navigation {
		display: none;
	}
	.navigation-classic .primary-navigation {
		clear: both;
		padding: 0;
		margin: 0;
		border-top: 1px solid #f8f8f8;
		color: inherit;
	}
	.navigation-classic .primary-navigation .menu-toggle {
		display: none;
	}
	.navigation-classic .primary-navigation .menu-primary {
		padding: 0;
	}
	.navigation-classic .primary-navigation .menu-primary > ul > li {
		float: left;
	}
	.navigation-classic .primary-navigation .menu-primary > ul > li:hover {
		background: #FD687C;
		color: #fff;
	}
	.navigation-classic .primary-navigation .menu-primary > ul > li:nth-of-type(3n+1) {
		clear: none;
	}
	.navigation-classic .primary-navigation .menu-primary > ul > li.current-menu-item > a,
	.navigation-classic .primary-navigation .menu-primary > ul > li.current_page_item > a {
		background: #FD687C;
		color: #fff;
		font-style: normal;
	}
	.navigation-classic .primary-navigation .menu-primary > ul > li.menu-item-has-children:before {
		right: 0.5em;
		font-size: 1.5em;
	}
	.navigation-classic .primary-navigation .menu-primary > ul > li.menu-item-has-children > a {
		padding-right: 3em;
	}
	.navigation-classic .primary-navigation .menu-primary > ul > li > a {
		padding: 12px 24px;
		border-bottom: 0;
		font-size: 1.125em;
		line-height: 1.33333em;
	}
	.navigation-classic .primary-navigation .menu-primary > ul > li > a:hover,
	.navigation-classic .primary-navigation .menu-primary > ul > li > a:focus,
	.navigation-classic .primary-navigation .menu-primary > ul > li > a:active {
		background: #FD687C;
		color: #fff;
	}
	.navigation-classic .primary-navigation ul ul {
		display: block;
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
		padding-top: 9px;
	}
	.navigation-classic .primary-navigation ul ul:before {
		content: '';
		display: block;
		position: absolute;
		top: 1px;
		left: 8px;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #FD687C;
		border-left: 8px solid transparent;
	}
	.navigation-classic .primary-navigation ul ul ul {
		left: -999em;
		top: 0;
		padding-top: 0;
		padding-left: 8px;
		margin: 0;
	}
	.navigation-classic .primary-navigation ul ul ul:before {
		content: '';
		display: block;
		position: absolute;
		top: 16px;
		left: 0;
		border-top: 8px solid transparent;
		border-right-color: #FD687C;
		border-bottom-color: transparent;
		border-left: 0;
	}
	.navigation-classic .primary-navigation ul ul li {
		padding: 12px 24px 0 24px;
		width: 260px;
		background: #FD687C;
		text-transform: none;
	}
	.navigation-classic .primary-navigation ul ul li:last-of-type {
		border-bottom: 12px solid #FD687C;
	}
	.navigation-classic .primary-navigation ul ul li:hover > ul {
		left: 100%;
	}
	.navigation-classic .primary-navigation ul ul li.menu-item-has-children {
		padding-right: 60px;
	}
	.navigation-classic .primary-navigation ul ul li.menu-item-has-children:before {
		right: 1.5em;
		margin-top: -0.25em;
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.navigation-classic .primary-navigation ul li {
		margin: 0;
		width: auto;
	}
	.navigation-classic .primary-navigation ul li:hover > ul,
	.navigation-classic .primary-navigation ul li.focus > ul {
		left: auto;
	}
	.navigation-classic .primary-navigation li {
		display: block;
		position: relative;
		font-weight: bold;
	}
	.navigation-classic .primary-navigation li.current-menu-item > a,
	.navigation-classic .primary-navigation li.current_page_item > a {
		border-bottom-color: #fff;
	}
	.navigation-classic .primary-navigation a {
		margin: 0;
		color: inherit;
	}
	.navigation-classic .primary-navigation a:hover,
	.navigation-classic .primary-navigation a:focus,
	.navigation-classic .primary-navigation a:active {
		border-bottom-color: #fff;
	}
	.navigation-classic .primary-navigation .menu-item-has-children:before {
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 0;
		margin-top: -0.6em;
		color: #FD687C;
		content: "\f431";
		display: inline-block;
		width: 1em;
		height: 1em;
		font-family: "Genericons";
		font-size: 1em;
		line-height: 1;
		text-decoration: inherit;
		font-weight: normal;
		font-style: normal;
		vertical-align: top;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.navigation-classic .primary-navigation .menu-primary > ul > li.current-menu-item:before,
	.navigation-classic .primary-navigation .menu-primary > ul > li.current_page_item:before,
	.navigation-classic .primary-navigation .menu-item-has-children:hover:before,
	.navigation-classic .primary-navigation ul ul .menu-item-has-children:before {
		color: #fff;
	}
	.navigation-classic .primary-navigation .menu-primary > ul > li > a:before,
	.navigation-classic .primary-navigation ul li.current-menu-item > a:before,
	.navigation-classic .primary-navigation ul li.current_page_item > a:before {
		display: none;
	}
	.navigation-classic .menu-secondary {
		padding: 0;
		min-height: 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.navigation-classic .secondary-navigation {
		padding: 0;
		margin: 0;
		width: 100%;
		background: #f8f8f8;
	}
	.navigation-classic .secondary-navigation ul {
		text-align: right;
	}
	.navigation-classic .secondary-navigation li {
		color: #303030;
		font-weight: bold;
	}
	.navigation-classic .secondary-navigation li.current-menu-item a,
	.navigation-classic .secondary-navigation li.current_page_item a {
		color: inherit;
		border-bottom-color: #303030;
	}
	.navigation-classic .secondary-navigation a:hover,
	.navigation-classic .secondary-navigation a:focus,
	.navigation-classic .secondary-navigation a:active {
		border-bottom-color: #FD687C;
		color: #FD687C;
	}
	.navigation-classic .primary-navigation .dropdown-toggle {
		display: none;
	}

	/* Secondary Navigation */
	.secondary-navigation ul {
		text-align: inherit;
	}

	/* Footer Navigation */
	.footer-navigation {
		padding-top: 24px;
	}
	.footer-navigation ul {
		text-align: right;
	}

	/* Layout */
	.has-custom-background #page {
		width: 1020px;
	}
	.breadcrumbs-wrapper .entry-breadcrumbs,
	.content-wrapper,
	.featured-page-wrapper,
	.footer-widget-wrapper,
	.footer-wrapper,
	.front-page-widget-wrapper,
	.grid-wrapper,
	.header-wrapper,
	.hero-wrapper,
	.hero .hentry,
	.menu-primary,
	.navigation-classic .menu-secondary,
	.no-sidebar-full .content-area,
	.search-wrapper .search-form,
	.secondary-navigation {
		width: 900px;
	}
	.content-area {
		width: 580px;
	}
	.widget-area {
		width: 260px;
	}
	.has-header-search .site-branding,
	.site-branding {
		max-width: 260px;
	}
	.header-navigation {
		max-width: 580px;
	}
	.has-header-search .header-navigation {
		max-width: 496px;
	}
	.has-footer-navigation .site-info,
	.footer-navigation {
		width: 420px;
	}
	.featured-page,
	.front-page-widget,
	.footer-widget,
	.grid {
		float: left;
		margin-right: 60px;
		width: 260px;
	}
	.featured-page:nth-of-type(3n+3),
	.front-page-widget:nth-of-type(3n+3),
	.footer-widget:nth-of-type(3n+3),
	.grid:nth-of-type(3n+3) {
		margin-right: 0;
	}
	.featured-page:nth-of-type(3n+1),
	.front-page-widget:nth-of-type(3n+1),
	.footer-widget:nth-of-type(3n+1),
	.grid:nth-of-type(3n+1) {
		clear: left;
	}
	.has-footer-navigation .site-info {
		float: left;
	}
	.footer-navigation {
		float: right;
	}
	body[class*="alternate-sidebar"].sidebar-left .content-area,
	.sidebar-right .content-area {
		float: left;
	}
	body[class*="alternate-sidebar"].sidebar-left .widget-area,
	.sidebar-right .widget-area {
		float: right;
	}
	body[class*="alternate-sidebar"].sidebar-right .content-area,
	.sidebar-left .content-area {
		float: right;
	}
	body[class*="alternate-sidebar"].sidebar-right .widget-area,
	.sidebar-left .widget-area {
		float: left;
	}
	.widget-area {
		border-top: 0;
	}
	.site-logo {
		max-height: 168px;
	}
	.widget-area:before {
		display: none;
	}
	.navigation-classic .header-search {
		margin-right: 0;
	}

	/* Content */
	.hero.with-featured-image,
	body[class*="front-page"] .hero {
		padding: 120px 0;
	}

	/* Media */
	.gallery-columns-7 .gallery-item {
		float: left;
		width: 14.28571%;
	}
	.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		width: 11.11111%;
	}
	.gallery-columns-8 .gallery-item:nth-of-type(2n-2),
	.gallery-columns-8 .gallery-item:nth-of-type(2n-1),
	.gallery-columns-9 .gallery-item:nth-of-type(3n-3),
	.gallery-columns-9 .gallery-item:nth-of-type(3n-2) {
		clear: none;
	}
	.gallery-columns-7 .gallery-item:nth-of-type(7n-7),
	.gallery-columns-8 .gallery-item:nth-of-type(8n-8),
	.gallery-columns-9 .gallery-item:nth-of-type(9n-9) {
		clear: right;
	}
	.gallery-columns-7 .gallery-item:nth-of-type(7n-6),
	.gallery-columns-8 .gallery-item:nth-of-type(8n-7),
	.gallery-columns-9 .gallery-item:nth-of-type(9n-8) {
		clear: left;
	}
}

/*--------------------------------------------------------------
16.4 x >= 1230
--------------------------------------------------------------*/
@media screen and (min-width: 1230px) {
	/* Menu Toggle */
	.menu-toggle.open {
		position: absolute;
		z-index: 99998;
		top: 30px;
		left: 50%;
		margin-left: 351px;
	}
	.admin-bar .menu-toggle.open {
		margin-top: 32px;
	}
	.menu-toggle.open,
	.menu-toggle.open:before,
	.menu-toggle.open:focus,
	.menu-toggle.open:focus:before {
		color: #fff;
	}
	.menu-toggle.open:before,
	.menu-toggle.open:focus:before {
		border-color: #fff;
	}
	.menu-toggle.open:focus:before {
		background: transparent;
	}
	.menu-toggle.open:hover,
	.menu-toggle.open:active,
	.menu-toggle.open:hover:before,
	.menu-toggle.open:active:before {
		color: rgba(255, 255, 255, 0.5);
	}
	.menu-toggle.open:hover:before,
	.menu-toggle.open:active:before {
		border-color: rgba(255, 255, 255, 0.5);
	}
	.navigation-wrapper {
		position: fixed;
		z-index: 99997;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
	}
	.admin-bar .navigation-wrapper {
		padding-top: 32px;
	}

	/* Navigation Default */
	.navigation-default .primary-navigation {
		margin-top: 120px;
		border-top: 1px solid #fff;
	}
	.navigation-default .secondary-navigation + .primary-navigation {
		margin-top: 0;
	}
	.navigation-default .primary-navigation .menu-primary > ul > li {
		margin-right: 60px;
		width: 330px;
	}
	.navigation-default .secondary-navigation {
		padding: 30px 90px;
	}

	/* Navigation Classic */
	.navigation-classic .primary-navigation ul ul li {
		width: 330px;
	}

	/* Layout */
	.has-custom-background #page {
		width: 1230px;
	}
	.breadcrumbs-wrapper .entry-breadcrumbs,
	.content-wrapper,
	.featured-page-wrapper,
	.footer-widget-wrapper,
	.footer-wrapper,
	.front-page-widget-wrapper,
	.grid-wrapper,
	.header-wrapper,
	.navigation-default .menu-primary,
	.navigation-default .secondary-navigation,
	.search-wrapper .search-form {
		width: 1110px;
	}
	.hero-wrapper,
	.hero .hentry,
	.navigation-classic .menu-primary,
	.navigation-classic .menu-secondary,
	.no-sidebar-full .content-area {
		width: 930px;
	}
	.content-area {
		width: 540px;
	}
	.widget-area {
		width: 420px;
	}
	.has-header-search .site-branding,
	.site-branding {
		max-width: 540px;
	}
	.header-navigation {
		max-width: 300px;
	}
	.has-header-search .header-navigation {
		max-width: 224px;
	}
	.site-branding,
	.has-footer-navigation .site-info {
		margin-left: 90px;
	}
	.footer-navigation,
	.header-navigation,
	.header-search,
	.navigation-classic .header-search {
		margin-right: 90px;
	}
	.footer-navigation,
	.has-footer-navigation .site-info {
		width: 420px;
	}
	.featured-page,
	.footer-widget,
	.front-page-widget,
	.grid {
		margin-right: 60px;
		width: 330px;
	}
	body[class*="alternate-sidebar"].sidebar-left .content-area,
	.sidebar-right .content-area {
		margin-right: 0;
		margin-left: 50px;
	}

	body[class*="alternate-sidebar"].sidebar-left .widget-area,
	.sidebar-right .widget-area {
		margin-right: 50px;
		margin-left: 0;
	}
	body[class*="alternate-sidebar"].sidebar-right .content-area,
	.sidebar-left .content-area {
		margin-right: 50px;
		margin-left: 0;
	}
	body[class*="alternate-sidebar"].sidebar-right .widget-area,
	.sidebar-left .widget-area {
		margin-right: 0;
		margin-left: 50px;
	}
	.site-logo {
		max-height: 192px;
	}

	/* Content */
	.hero.with-featured-image,
	body[class*="front-page"] .hero {
		padding: 180px 0;
	}
}


/*--------------------------------------------------------------
ORIGINAL
--------------------------------------------------------------*/
.site-header { /* Global Menu */
	display: none; 
}

.site-content { 
	background: var(--ado-image-site-bg);
	width: 100vw;
	overflow-x: hidden;
}

h1.site-logo { position: absolute; z-index: 20; text-align: center; }
	h1.site-logo img { width: 70%; margin-left: -10%; margin-top: 10px; }
h2.site-add { position: absolute; z-index: 20; font-weight: 100; display: none; }
h2.site-tel { position: absolute; z-index: 20; display: none; }
p.site-add { position: absolute; z-index: 20; font-weight: 100; display: none; }

.top-header {
	position: relative;
	background: var(--ado-image-top-header-bg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.site-contact-info {
	position: absolute;
	z-index: 20;
	left: 42%;
	top: 33.8%;
	display: none;
	align-items: center;
	justify-content: flex-start;
	gap: 2%;
	width: 49%;
	white-space: nowrap;
	color: #5b5658;
	line-height: 1;
}
.site-contact-text {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	flex: 0 0 36%;
	min-width: 0;
	text-align: right;
}
.site-contact-label {
	display: block;
	font-size: clamp(12px, 1.35vw, 18px);
	line-height: 1.1;
}
.site-contact-address {
	display: block;
	font-size: clamp(9px, .95vw, 13px);
	line-height: 1.2;
}
.site-contact-tel {
	width: 56%;
	max-width: 318px;
	height: auto;
	flex: 0 1 56%;
}

@media screen and (min-width: 600px) {
	.top-header { display: block; padding: 38.75% 5% 0; }
	h1.site-logo img { width: 50%; margin-left: 100px; margin-top: -10px; }
	#top-catch ul { margin-top: 30px; }
		#top-catch ul li { width: calc(50% - 10px); }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
	.site-contact-info {
		display: flex;
		top: 84.5%;
		bottom: auto;
		left: 36.0%;
		width: 58%;
		gap: 2%;
		align-items: center;
		z-index: 30;
	}
	.site-contact-label {
		font-size: clamp(11px, 2vw, 14px);
	}
	.site-contact-address {
		font-size: clamp(8px, 1.55vw, 11px);
	}
	.site-contact-tel {
		width: 58%;
		flex-basis: 58%;
	}
}
@media screen and (min-width: 768px) {
	.top-header { padding: 38.75% 5% 0; }
	.site-contact-info { display: flex; }
	h1.site-logo img { width: 50%; margin-left: 120px; margin-top: -10px; }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
	.site-contact-info {
		top: 84.5%;
		left: 36.0%;
		width: 58%;
		gap: 3%;
	}
}
@media screen and (min-width: 1020px) {
	.top-header { padding: 38.75% 5% 0; }
	h1.site-logo img { width: 55%; margin-left: 300px; margin-top: -5px; }
}
@media screen and (min-width: 1020px) and (max-width: 1229px) {
	.site-contact-info {
		top: 40.2%;
		left: 45.0%;
		width: 49%;
		gap: 4%;
	}
	.site-contact-label {
		font-size: clamp(13px, 1.45vw, 18px);
	}
	.site-contact-address {
		font-size: clamp(10px, 1.05vw, 13px);
	}
}
@media screen and (min-width: 1230px) {
	.top-header { display: block; padding: 38.75% 8% 0; }
	h1.site-logo img { width: auto; margin-left: 430px; margin-top: 0; }
	.site-contact-info {
		top: 41.4%;
		left: 45.0%;
		width: 49%;
		gap: 4%;
	}
}


.content-wrapper {
	background: #fff var(--ado-image-contents-bg) left top repeat-y;
	opacity: .95;
	padding-bottom: 60px;
	/*margin-top: 420px;*/
}

.rslides_container {
	position: relative;
	overflow: hidden;
	z-index: 10;
	opacity: 1;
	margin-bottom: 0;
	box-shadow:rgba(190, 190, 190, 0.8) 0px 0px 15px 0;
	-webkit-box-shadow:rgba(190, 190, 190, 0.8) 0px 0px 15px 0;
	-moz-box-shadow:rgba(190, 190, 190, 0.8) 0px 0px 15px 0;
}

.rslides_container .rslides {
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	pointer-events: none;
}

.rslides_container .rslides > li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.rslides_container:not([data-ado-slider-ready="true"]) .rslides > li:not(:first-child) {
	display: none;
}

.rslides_container .rslides img {
	display: block;
	width: 100%;
	height: auto;
}

.rslides_container[data-ado-slider-ready="true"] .rslides > li {
	display: block;
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity .7s ease;
}

.rslides_container[data-ado-slider-ready="true"] .rslides > li.ado-slide-active {
	position: relative;
	z-index: 2;
	opacity: 1;
}

.ado-slider-nav {
	position: absolute;
	top: 50%;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 72px;
	padding: 0;
	transform: translateY(-50%);
	border: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .55);
	background-image: none;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	appearance: none;
	pointer-events: auto;
	touch-action: manipulation;
}

.ado-slider-nav svg {
	display: block;
	width: 32px;
	height: 32px;
}

@media screen and (max-width: 599px) {
	.ado-slider-nav {
		width: 36px;
		height: 48px;
	}

	.ado-slider-nav svg {
		width: 20px;
		height: 20px;
	}
}

.ado-slider-prev {
	left: 0;
}

.ado-slider-next {
	right: 0;
}

.ado-slider-nav:hover,
.ado-slider-nav:focus {
	background-color: rgba(0, 0, 0, .7);
	background-image: none;
	outline: none;
}

#g-navi {
	clear: both;
	text-align: center;
	width: 100%;
	z-index: 10000;
	background: var(--ado-image-nav-bg);
}
	#g-navi ul {
		list-style: none;
		overflow: hidden;
		display: inline-block;
		margin: 14px auto 0;
	}
		#g-navi ul li {
			float: left;
		}
		#g-navi ul li.g-navi01 { width: 10%; }
		#g-navi ul li.g-navi02 { width: 18%; }
		#g-navi ul li.g-navi03 { width: 11%; }
		#g-navi ul li.g-navi04 { width: 11%; }
		#g-navi ul li.g-navi05 { width: 12%; }
		#g-navi ul li.g-navi06 { width: 12%; }
		#g-navi ul li.g-navi07 { width: 15%; }
		#g-navi ul li.g-navi08 { width: 11%; }

#top-catch {
	clear: both;
	text-align: center;
}

#top-catch h2 {
	display: block;
	aspect-ratio: 345 / 57;
	width: 100%;
	height: auto;
	margin: 0 0 8px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}
#top-catch h2 span {
	display: none;
}
h2#top-catch01 { background-image: var(--ado-image-catch-title-01); }
h2#top-catch02 { background-image: var(--ado-image-catch-title-02); }
h2#top-catch03 { background-image: var(--ado-image-catch-title-03); }
h2#top-catch04 { background-image: var(--ado-image-catch-title-04); }

#top-catch ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	/*width: 90%;*/
	width: 100%;
	margin: 20px auto 0;

}
		#top-catch ul li {
			/*width: 24%;*/
			width: calc(50% - 10px);
			float: none;
			margin: 0;
			padding: 5px;
		}

@media screen and (min-width: 1020px) {
#top-catch ul { width: 100%; }
#top-catch ul li { width: calc(25% - 10px); }
}
@media screen and (min-width: 1230px) {
#top-catch ul { width: 90%; }
/* #top-catch ul li { width: 24%; } */
}

		#top-catch ul li p {
			text-align: left;
			clear: both;
		}
		#top-catch ul li h2 img {
			width: 100%;
			padding: 0;
			background: none;
			border: none;
			box-shadow: none;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
		}
		#top-catch ul li img {
			width: 100%;
			background: #fff;
			padding: 5px;
			box-shadow:rgba(190, 190, 190, 0.8) 0px 0px 10px 0;
			-webkit-box-shadow:rgba(190, 190, 190, 0.8) 0px 0px 10px 0;
			-moz-box-shadow:rgba(190, 190, 190, 0.8) 0px 0px 10px 0;
		}
		#top-catch ul li p {
			padding: 0 5px 0 10px;
			font-size: 90%;
		}
			#top-catch ul li a { 	color: #5b5658; }
#primary,
#secondary { padding-top: 40px; }

#main-middle { margin: 60px 0; width: 95%; margin-left: 4%; }
	#main-middle div {
		width: 100%;
		float: left;
		margin: 10px 0 10px -10px;
	}

@media screen and (min-width: 768px) { #main-middle { margin-left: 0; margin-right: 0; }	#main-middle div { width: 100%; margin: 10px 0; } }
@media screen and (min-width: 1020px) { #main-middle { margin-left: 30px; } #main-middle div { width: 45%; margin: 10px 20px; } }

	#main-middle h3 { font-size: 110%; margin: 20px 20px 10px; }
	#main-middle h4 { margin: 20px 20px 0; border: none; font-size: 100%; }

	#main-middle p { margin: 0 20px; font-size: 90%; }
	#main-middle ul { list-style: none; margin: 0 20px 20px; border-top: 1px dashed #86767F; }
	#main-middle li { padding: 5px 0 10px; margin-top: 10px; border-bottom: 1px dashed #86767F; }

	#main-middle td { border-bottom: 1px dashed #86767F; }
	#main-middle th { font-weight: normal; text-align: center; font-size: 90%; width: 30%; border-bottom: 1px dashed #86767F; }

	#main-middle #about img.photo {
		width: 90%;
		margin-left: 20px; margin-bottom: 10px;
		background: #fff;
		padding: 5px;
		box-shadow:rgba(190, 190, 190, 0.8) 0px 0px 10px 0;
		-webkit-box-shadow:rgba(190, 190, 190, 0.8) 0px 0px 10px 0;
		-moz-box-shadow:rgba(190, 190, 190, 0.8) 0px 0px 10px 0;
	}

h2.ado-widget-title { border-bottom: 1px dashed #86767F; }
	h2.ado-widget-title img { height: 30px; }
h2.widget-title { display: none; }
iframe.ado-widget-iframe {
	width: 100%;
	height: 600px;
	border-bottom: 1px solid #aaa;
}

	h2.ado-widget-title {
		margin: 0; padding: 0;
		line-height: 0;
	}
	h2#fb-title { margin: 80px 0 20px;  clear: both; }

#recent-posts-2 ul { margin-top: -10px; }
#recent-posts-2 li {
	background: var(--ado-image-side-arrow) 20px 20px no-repeat;
	padding-left: 40px;
	line-height: 1.4;
}
#recent-posts-2 li a {
	color: #5b5658;
	border: none;
	font-size: 90%;
}
#recent-posts-2 li a:hover { opacity: .65; }
ul#top-links { margin-top: -10px; list-style: none; }
ul#top-links li {
	background: var(--ado-image-side-arrow) 20px center no-repeat;
	padding: 10px 10px 10px 40px;
	line-height: 1.4;
	border-bottom: 1px solid #f8f6f7;
}
ul#top-links li a {
	color: #5b5658;
	border: none;
	font-size: 90%;
}
ul#top-links li a:hover { opacity: .65; }
ul#top-links li img { width: 20px; margin-right: 10px; }
ul#top-links li img.social-icon-x { width: 20px; }
a.more-btn {
	margin-top: -30px;
	border: none;
	float: right;
}
a.main-more-btn {
	border: none !important;
	float: right;
	margin: 30px;
}


.contents-p { padding: 20px 10px; }


ul#top-gallery {
	list-style: none ;
	margin-top: -30px;
	padding: 0;
}
ul#top-gallery.ado-gallery-list {
	clear: both;
	margin-top: 0;
}
	.ado-gallery-icon,
	.ado-gallery-heading-icon {
		display: inline-block;
		width: 1.3em;
		height: 1.3em;
		margin: 0;
		vertical-align: -.24em;
	}
	ul#top-gallery a { border: none; }
		ul#top-gallery li {
			margin: 5px;
			float: left;
			width: 29%;
		 	height: 220px;
		 	text-align: center;
		}
		ul#top-gallery li a img {
		  margin: 0 5px;
/*
		  border-radius: 300px;
		  -webkit-border-radius: 300px;
		  -moz-border-radius: 300px;
*/
		}
		ul#top-gallery li p {
			margin: 0;
			text-align: center;
		}

.site-footer {
	background: var(--ado-image-nav-bg);
	margin-top: -1px;
}
.site-info {
	text-align: center;
	color: #fff;
}
@media screen and (min-width: 1020px) {
	.site-info {
		background: var(--ado-image-foot-bg) left top no-repeat;
		background-size: 100%;
	}
}
.site-info a { color: #fff; }

@media screen and (max-width: 599px) {
	.site-header { /* Global Menu */
		display: block;
	}
	.header-navigation {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 99999;
	}
	.navigation-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99998;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		padding-top: 48px;
		overflow-y: auto;
	}
	#g-navi { display: none; }
	.rslides_container {
		width: 112%;
		margin-left: -6%;
		margin-bottom: 50px; }
	h2#top-catch01 { background-image: var(--ado-image-catch-title-01-mobile); }
	h2#top-catch02 { background-image: var(--ado-image-catch-title-02-mobile); }
	h2#top-catch03 { background-image: var(--ado-image-catch-title-03-mobile); }
	h2#top-catch04 { background-image: var(--ado-image-catch-title-04-mobile); }
	#top-catch ul li { margin-top: -10px; }
}

@media screen and (max-width: 768px) {
	h2.ado-widget-title img { height: 25px; }
}
@media screen and (max-width: 1020px) {
	h2#information-title { margin-bottom: 20px; }
	a.more-btn, a.main-more-btn { margin-right: 20px; }
}

input[type=submit]{
	float: right;
	margin-top: -10px;
	margin-right: 10px;
	background-image:var(--ado-image-send-btn);
	background-repeat: no-repeat;
	background-color: #E1527B;
	border: none;
	width: 200px; height: 50px;
	cursor: pointer;
	font-weight: 100;
	letter-spacing: .2em;
}

#page-header {
	width: 100%; height: 150px;
	background-position: 50% 50%;
	background-size: 100%;
}
.page-header-information {
	background-image: var(--ado-image-page-header-information);
}
.page-header-about {
	background-image: var(--ado-image-page-header-about);
}
.page-header-profile {
	background-image: var(--ado-image-page-header-profile);
}
.page-header-contact {
	background-image: var(--ado-image-page-header-contact);
}
.page-header-gallery {
	background-image: var(--ado-image-page-header-gallery);
}
.page-header-links {
	background-image: var(--ado-image-page-header-links);
}


@media screen and (min-width: 600px) {
	#primary { padding-left: 30px; }
	/*#secondary { padding-right: 30px; }*/
}

@media screen and (min-width: 600px) and (max-width: 1229px) {
	.content-wrapper {
		width: 90%;
	}
	#top-catch {
		box-sizing: border-box;
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1020px) {
	#secondary { padding-right: 30px; }
}

@media screen and (min-width: 1230px) {
	#primary { padding-left: 60px; }
	#secondary { padding-right: 60px; }
	.front-page-layout #primary {
		padding-right: 60px;
		padding-left: 30px;
	}
	.front-page-layout #secondary {
		padding-right: 30px;
		padding-left: 60px;
	}
}

@media screen and (min-width: 1020px) {
	body.sidebar-left .content-wrapper,
	body[class*="alternate-sidebar"].sidebar-left .content-wrapper {
		display: grid;
		grid-template-columns: minmax(300px, 38%) minmax(0, 1fr);
		column-gap: 0;
		align-items: start;
	}
	body.sidebar-right .content-wrapper,
	body[class*="alternate-sidebar"].sidebar-right .content-wrapper {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(300px, 38%);
		column-gap: 0;
		align-items: start;
	}
	body.sidebar-left .content-wrapper > *,
	body[class*="alternate-sidebar"].sidebar-left .content-wrapper > *,
	body.sidebar-right .content-wrapper > *,
	body[class*="alternate-sidebar"].sidebar-right .content-wrapper > * {
		grid-column: 1 / -1;
	}
	body.sidebar-left #primary,
	body[class*="alternate-sidebar"].sidebar-left #primary {
		grid-column: 2;
	}
	body.sidebar-left #secondary,
	body[class*="alternate-sidebar"].sidebar-left #secondary {
		grid-column: 1;
	}
	body.sidebar-right #primary,
	body[class*="alternate-sidebar"].sidebar-right #primary {
		grid-column: 1;
	}
	body.sidebar-right #secondary,
	body[class*="alternate-sidebar"].sidebar-right #secondary {
		grid-column: 2;
	}
	body[class*="front-page"] #secondary {
		grid-column: 1;
	}
	body[class*="front-page"] #primary {
		grid-column: 2;
	}
	body .content-wrapper.front-page-layout.clear {
		display: grid;
		grid-template-columns: minmax(300px, 42%) minmax(0, 1fr);
		column-gap: 0;
		align-items: start;
	}
	.front-page-layout > * {
		grid-column: 1 / -1;
	}
	body .front-page-layout > #secondary.widget-area {
		grid-column: 1;
		grid-row: 5;
		float: none;
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
	body .front-page-layout > #primary.content-area {
		grid-column: 2;
		grid-row: 5;
		float: none;
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
	body.sidebar-left #primary,
	body[class*="alternate-sidebar"].sidebar-left #primary,
	body.sidebar-right #primary,
	body[class*="alternate-sidebar"].sidebar-right #primary,
	body.sidebar-left #secondary,
	body[class*="alternate-sidebar"].sidebar-left #secondary,
	body.sidebar-right #secondary,
	body[class*="alternate-sidebar"].sidebar-right #secondary {
		float: none;
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (min-width: 600px) and (max-width: 1020px) {
	#primary, #secondary { padding-left: 30px; padding-right: 30px; }
	.page-header-information { background-size: 150%; }
}
@media screen and (max-width: 599px) {
	#page-header { display: none; }
}

#main-middle #about li {
	background: var(--ado-image-side-arrow) 20px 12px no-repeat;
	padding-left: 40px;
}

ul.page-list { border-top: 1px solid #c5c5c5; }
	ul.page-list li {
		list-style: none;
		background: var(--ado-image-side-arrow) 20px 12px no-repeat;
		padding-left: 40px;
		line-height: 2.4em;
		border-bottom: 1px solid #c5c5c5;
	}
		ul.page-list li a { border: none !important; }

.entry-footer { display: none; }
p.notes { font-size: .8em; color: #ff637d; margin-top: -10px; }

#bgmp_map-canvas,
.ado-toybox-map {
	width: 100% !important;
	height: 500px;
	margin-bottom: 24px;
}
h4.noborder { border: none !important; margin-bottom: 0 !important;  }

/* Top page Contact Form 7 layout for grouped fields. */
#main-middle #contact div.wpcf7 {
	float: none;
	width: auto;
	margin: 0;
}
#main-middle #contact .wpcf7-form {
	display: block;
	margin: 0 20px;
}
#main-middle #contact .wpcf7-form .ado-contact-field {
	float: none;
	width: auto;
	margin: 0;
	border-bottom: 1px dashed #86767F;
}
#main-middle #contact .wpcf7-form .ado-contact-field > p {
	display: grid;
	grid-template-columns: 30% 70%;
	align-items: center;
	box-sizing: border-box;
	min-height: 64px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 0;
	text-align: center;
	font-size: 90%;
}
#main-middle #contact .wpcf7-form .ado-contact-field label {
	display: contents;
}
#main-middle #contact .wpcf7-form .ado-contact-field br {
	display: none;
}
#main-middle #contact .wpcf7-form .ado-contact-field .wpcf7-form-control-wrap {
	display: block;
	text-align: left;
	width: 100%;
}
#main-middle #contact .wpcf7-form .ado-contact-field input[type="text"],
#main-middle #contact .wpcf7-form .ado-contact-field input[type="email"],
#main-middle #contact .wpcf7-form .ado-contact-field textarea {
	box-sizing: border-box;
	width: 100%;
}
#main-middle #contact .wpcf7-form .ado-contact-field textarea {
	height: 100px;
}
#main-middle #contact .wpcf7-form .ado-contact-submit {
	float: none;
	width: auto;
	margin: 20px 0 0;
	text-align: right;
}
#main-middle #contact .wpcf7-form .ado-contact-submit > p {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
#main-middle #contact .wpcf7-form .ado-contact-submit input[type="submit"] {
	box-sizing: border-box;
	float: none;
	margin: 0;
	padding: 0 0 0 44px;
	background-color: #e45d80;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Eenvelope%3C/title%3E%3Cg fill='%23ffffff'%3E%3Cpath d='m12,11.882l11-5.5v-.382c0-1.654-1.346-3-3-3H4c-1.654,0-3,1.346-3,3v.382l11,5.5Z' fill='%23ffffff' stroke-width='0'%3E%3C/path%3E%3Cpath d='m12,14.118L1,8.618v9.382c0,1.654,1.346,3,3,3h16c1.654,0,3-1.346,3-3v-9.382l-11,5.5Z' stroke-width='0' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-position: calc(50% - 46px) 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border-radius: 4px;
	text-align: center;
	font-size: 110%;
}
#main-middle #contact .wpcf7-form .ado-contact-submit input[type="submit"]:hover,
#main-middle #contact .wpcf7-form .ado-contact-submit input[type="submit"]:focus,
#main-middle #contact .wpcf7-form .ado-contact-submit input[type="submit"]:active {
	background-color: #e2587f;
	background-repeat: no-repeat;
}
#main-middle #contact .wpcf7-response-output {
	float: none;
	width: auto;
	margin-right: 0;
	margin-left: 0;
}

@media screen and (max-width: 599px) {
	#main-middle #contact .wpcf7-form .ado-contact-field > p {
		display: block;
		min-height: 0;
		padding: 8px 0;
		text-align: left;
	}
	#main-middle #contact .wpcf7-form .ado-contact-field label {
		display: block;
	}
	#main-middle #contact .wpcf7-form .ado-contact-field .wpcf7-form-control-wrap {
		margin-top: 6px;
	}
	#main-middle #contact .wpcf7-form .ado-contact-submit {
		text-align: center;
	}
	#main-middle #contact .wpcf7-form .ado-contact-submit input[type="submit"] {
		width: 100%;
		margin-right: 0;
	}
}

/* Contact page Contact Form 7 layout. */
.content-area .wpcf7-form .ado-contact-field {
	margin-bottom: 20px;
}
.content-area .wpcf7-form .ado-contact-field label {
	display: block;
}
.content-area .wpcf7-form .ado-contact-field .wpcf7-form-control-wrap {
	display: block;
	margin-top: 6px;
}
.content-area .wpcf7-form input[type="text"],
.content-area .wpcf7-form input[type="email"],
.content-area .wpcf7-form textarea {
	width: 100%;
}
.content-area .wpcf7-form textarea {
	height: 200px;
}
.content-area .wpcf7-form .ado-contact-submit {
	margin-top: -4px;
}
.content-area .wpcf7-form .ado-contact-submit input[type="submit"] {
	box-sizing: border-box;
	padding: 0 0 0 44px;
	background-color: #e45d80;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Eenvelope%3C/title%3E%3Cg fill='%23ffffff'%3E%3Cpath d='m12,11.882l11-5.5v-.382c0-1.654-1.346-3-3-3H4c-1.654,0-3,1.346-3,3v.382l11,5.5Z' fill='%23ffffff' stroke-width='0'%3E%3C/path%3E%3Cpath d='m12,14.118L1,8.618v9.382c0,1.654,1.346,3,3,3h16c1.654,0,3-1.346,3-3v-9.382l-11,5.5Z' stroke-width='0' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-position: calc(50% - 46px) 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border-radius: 4px;
	text-align: center;
	font-size: 110%;
}
.content-area .wpcf7-form .ado-contact-submit input[type="submit"]:hover,
.content-area .wpcf7-form .ado-contact-submit input[type="submit"]:focus,
.content-area .wpcf7-form .ado-contact-submit input[type="submit"]:active {
	background-color: #e2587f;
	background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
	.content-area .wpcf7-form .ado-contact-submit input[type="submit"] {
		width: 100%;
		margin-right: 0;
	}
}

/* Page top button. */
.page-top-button {
	position: fixed;
	right: 12px;
	bottom: 12px;
	z-index: 99996;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #ff6b83;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
	pointer-events: none;
	appearance: none;
}
.page-top-button.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.page-top-button:hover,
.page-top-button:focus,
.page-top-button:active {
	background: #e2587f;
}
.page-top-button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -4px;
}
.page-top-button svg {
	display: block;
	width: 24px;
	height: 24px;
}

@media (prefers-reduced-motion: reduce) {
	.page-top-button {
		transition: none;
	}
}

@media screen and (max-width: 599px) {
	.page-top-button {
		right: 0;
		bottom: 0;
	}
}

/* Gallery lightbox. */
.ado-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 48px 72px;
	background: rgba(0, 0, 0, .7);
}
.ado-lightbox.is-open {
	display: flex;
}
.ado-lightbox-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100%;
	max-height: 100%;
}
.ado-lightbox-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: calc(100vh - 130px);
	max-height: calc(100dvh - 130px);
	object-fit: contain;
}
.ado-lightbox-caption {
	margin: 12px 0 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.ado-lightbox-button {
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	background: #ff6b83;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
}
.ado-lightbox-button:hover,
.ado-lightbox-button:focus,
.ado-lightbox-button:active {
	background: #e2587f;
}
.ado-lightbox-close {
	top: 12px;
	right: 12px;
	background: transparent;
}
.ado-lightbox-close:hover,
.ado-lightbox-close:focus,
.ado-lightbox-close:active {
	background: transparent;
	opacity: .65;
}
.ado-lightbox-close svg {
	display: block;
	width: 40px;
	height: 40px;
}
.ado-lightbox-prev,
.ado-lightbox-next {
	top: 50%;
	transform: translateY(-50%);
}
.ado-lightbox-prev svg,
.ado-lightbox-next svg {
	display: block;
	width: 24px;
	height: 24px;
}
.ado-lightbox-prev {
	left: 12px;
}
.ado-lightbox-next {
	right: 12px;
}

@media screen and (max-width: 599px) {
	.ado-lightbox {
		padding: 48px 44px;
	}
	.ado-lightbox-button {
		width: 40px;
		height: 48px;
	}
	.ado-lightbox-close {
		top: 0;
		right: 0;
	}
	.ado-lightbox-prev {
		left: 0;
	}
	.ado-lightbox-next {
		right: 0;
	}
}
