@import url('https://fonts.googleapis.com/css?family=Cutive|Teko:500&subset=latin-ext');/*
Theme Name: Kamikochi Multilingual Site's Main Theme (New Color)
Version: 1.1
Derived from the Original Theme: Twenty Eleven
Original Theme URI: http://wordpress.org/extend/themes/twentyeleven
Original Author: the WordPress team
Original Author URI: http://wordpress.org/
Original Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

	/* Google Fonts */

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: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	max-height: 999999px;	/* against Android Chrome Font Boosting */
/*	vertical-align: baseline; */	/* MTL: c/o */
}
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 {	/* MTL: added instead */
	vertical-align: baseline;
}
table, caption, tfoot, thead {	/* MTL: added instead */
	vertical-align: middle;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img[usemap^="#"],	/* MTL KAZ: added for IE 9 or older */
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0;	/* MTL: was 0 2em */
	 /* MAT c/o (nonsense and caused horizontal scroll with Norton toolbar on Chrome) (also was in #main,#colophon,#ft_nav_top,#topmain,#h1_main,#branding,#content) width: 100%; */
	min-width: 320px;	/* MTL: This should be equal to the width of content areas such as #masthead and #mainwall if the content areas should have no paddings or margins or a little wider if a margin is required between browser and the text in the content. */
	/* background: #fff;	MTL: including the gap in the browser below the site */
	font-size: 88%;	/* was 100% */	/* MTL: moved from below */
	-webkit-text-size-adjust: 100%;	/* MTL KAZ: added */
}
#page {
	background: #f9f8e4;
	/* margin: 2em auto; */
}
#masthead, #mainwall, .ft_nav_top, #ft_links, #ft_copyright .inner {
	max-width: 1400px;
	margin: 0 auto;
}
#primary {
	float: left;
	margin: 0 -34% 0 1.5%;	/* MTL MAT: was 0 -280px 0 0;	KAZ: was 0 -26.4% 0 0 */
	width: 64.5%;	/* MTL MAT width of main area was 100% */
}
#primary.nosidebar {	/* MTL */
	float: none;
	margin: 0 auto;
	width: 100%;
}
#content {
	margin: 0;	/* MTL: was 0 34% 0 7.6% */
}
#secondary {
	float: right;
	width: 31%;	/* width of sidebar, if no margin between the sidebar and the main area, this can be commented out (MAT); MTL: was 18.8% */
	padding-right: 1.5%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #666;
	font-family: HelveticaNeue, "Helvetica Neue", "Helvetica Neue LT Std", Helvetica, Arial, sans-serif; /* MTL: divided into font-family and font-size for IE debugger */
/*	font-size: 100%; */	/* MTL: was 15px; not here, moved to above */
/* 	font-weight: 300; */	/* MTL: c/o: this prevents <b> */
	line-height: 1.2;	/* MTL: was 1.625 */
}
input, textarea, select {	/* MTL: added instead */
	font-size: 100%;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1, h2, h3, h4, h5 {	/* MTL */
	color: #758692;
	font-family: Teko, sans-serif;
	text-transform: uppercase;
}
h6 {
	font-family: Cutive, serif;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 16px;	/* MTL: was 1.625em */
}

/* Text elements */
p {
	margin-bottom: 16px;	/* MTL: was 1.625em */
}
strong, .strong  {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Table */

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;	/* MTL: was separate */
	border-spacing: 0;
	margin-bottom: 16px;
}
tbody {
	vertical-align: top;
}

/* List */

ul {
	list-style: none;
}
ul, ol {
	margin: 0 0 16px 22px;	/* MTL: was 0 0 1.625em 2.5em */
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

/* Data list */

dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}

/* Links */
a {
	color: #177;	/* was #1982d1 */
	text-decoration: none;
}
/* a:focus, a:active, */
a.current,
a:hover {
	text-decoration: underline;
}

.officialbanners {
	float: left;
	margin-right: 10px;
	border: 1px solid #758692;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* =Header
----------------------------------------------- */

#branding {
	border-bottom: #adc4b3 1px solid;
	position: relative;
	z-index: 9999;
}
#masthead {	/* MTL */
	position: relative;
}

/* =Menu
-------------------------------------------------------------- */
/* MTL: BEGIN */
#headlogo {
	clear: both;
	float: left;
}
#headlogo a {
	display: block;
	width: 97px;
	height: 100px;
	line-height: 100px;
	padding: 0 14px;
}
#headlogo a img {
	width: 100%;
	vertical-align: middle;
}
#headfuncs,
ul#headmenu {
	color: #758692;
}
#headfuncs a,
ul#headmenu a {
	color: inherit;
}
#headfuncs a.current,
#headfuncs a:hover,
ul#headmenu a.current,
ul#headmenu a:hover {
	text-decoration: none;
}
#spmenu_btn {
	display: none;
}
#headfuncs {
	float: right;
	width: 132px;
	height: 100px;
}
#headfuncs > div {
	float: left;
}
#headfuncs > div .icon {
	line-height: 100px;
	padding: 0 6px;
}
#headfuncs > div .icon img {
	vertical-align: middle;
}
#headfuncs #header_langselect {
	position: relative;
}
#headfuncs #header_langselect ul,
ul#headmenu > li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 1;
	line-height: 38px;
	margin: 0;
	padding-bottom: 12px;
	font-family: Teko, sans-serif;
	font-size: 29px;
}
/*#headfuncs #header_langselect:hover ul,
 *ul#headmenu > li:hover ul {
 *	display: block;
 *}
 */	/* JUN-2017: CHKHTML: iPad */
#headfuncs #header_langselect:hover ul,
ul#headmenu > li.hover ul {
	display: block;
}
#headfuncs #header_langselect ul {
	background-color: #f9f8e4;
}
#headfuncs #header_langselect ul li,
ul#headmenu li {
	list-style-type: none;
}
#headfuncs #header_langselect ul li {
	text-transform: uppercase;
	white-space: nowrap;
}
#headfuncs #header_langselect ul li:not([lang^='en']) {
	font-size: 20px;
}
#headfuncs #header_langselect ul li a {
	display: block;
	padding: 0 15px;
}
#headfuncs #header_langselect ul li a:hover {
	background-color: #758692;
	color: #f9f8e4;
}
#headfuncs #header_search #header_search_form {
	position: relative;
	width: 89px;
	height: 100px;
}
#headfuncs #header_search #header_search_form input#header_search_text {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #f9f8e4 url(/images/icon_search.png) no-repeat right center;	/* fallback for older browsers */
	background: #f9f8e4 url(/images/icon_search.png) no-repeat right 20px center;
	border: #f9f8e4 5px solid;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	width: 1px;
	height: 82px;
	top: 0px;
	right: 0px;
	z-index: 100;
/*	margin: 0; */
	padding: 4px 78px 4px 0;
	line-height: 82px;
	cursor: pointer;
	font-family: Teko, sans-serif;
	font-size: 42px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#headfuncs #header_search #header_search_form input#header_search_text:-ms-input-placeholder {
	color: #758692;
}
#headfuncs #header_search #header_search_form input#header_search_text::-webkit-input-placeholder {
	color: #758692;
}
#headfuncs #header_search #header_search_form input#header_search_text::-moz-placeholder {
	color: #758692;
}
#headfuncs #header_search #header_search_form input#header_search_text::placeholder {
	color: #758692;
}
#headfuncs #header_search #header_search_form input#header_search_text.open,
#headfuncs #header_search #header_search_form input#header_search_text:focus {
	border-color: #758692;
	outline: none;
	width: 434px;
	padding-left: 28px;
	cursor: auto;
}
#headfuncs #header_search #header_search_form input#header_search_submit_btn {
	display: none;
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 101;
	padding: 20px;
}
#headfuncs #header_search #header_search_form input#header_search_text:focus + input#header_search_submit_btn,
#headfuncs #header_search #header_search_form input#header_search_submit_btn:focus {
	display: inline-block;
	cursor: pointer;
}
#headfuncs #header_search #header_search_form input#header_search_submit_btn:focus {
	background-color: #adc4b3;
}

ul#headmenu  {
	height: 100px;
	margin: 0 150px 0 128px;	/* AUG-2017: margin-right was 132px */
/*	padding-left: 2%; */	/* JUN-2017: CHKHTML: c/o */
	font-family: Teko, sans-serif;
	text-transform: uppercase;
}
ul#headmenu > li {
	position: relative;
	float: left;
}
ul#headmenu > li.sp_search,
ul#headmenu > li.sp_langselect,
ul#headmenu > li.footer {
	display: none;
}
ul#headmenu > li.home {	/* JUN-2017: CHKHTML: added */
	width: 23%;	/* AUG-2017: was 26% */
/*	max-width: 180px; */	/* AUG-2017: c/o */
}
ul#headmenu > li.basicinfo {
	width: 41%;	/* was 35.5% → 54% */
}
ul#headmenu > li.plan {
	width: 36%;	/* AUG-2017: was 26% → 46% → 33% */
}
/*---
ul#headmenu > li.nationalpark {
	width: 38.5%;
}
---*/
ul#headmenu > li .parent {
	display: table;	/* AUG-2017: was table-cell */
	width: 100%;	/* AUG-2017: added */
	height: 100px;
	line-height: 1;
	font-size: 42px;
/*	vertical-align: middle; */	/* AUG-2017: c/o */
}
ul#headmenu > li .parent a:hover {
	background-color: #758692;
	color: #f9f8e4;
}
ul#headmenu > li:hover .parent {
}
ul#headmenu > li a {
	display: block;
	padding: 0 15px;	/* 0 30px in design */
}
ul#headmenu > li .parent a {	/* AUG-2017: added */
	display: table-cell;
	width: 100%;
	padding: 0 0.25em;
	text-align: center;
	vertical-align: middle;
}
ul#headmenu > li ul {
	background-color: #f9f8e4;
	min-width: 100%;	/* AUG-2017: added */
}
ul#headmenu > li ul li {
	white-space: nowrap;
}
ul#headmenu > li ul li a:before {
	content: '- ';
}
ul#headmenu > li ul li a:hover {
	background-color: #758692;
	color: #f9f8e4;
}
#breadcrumbs {
	max-width: 1376px;
	margin: 7px auto;
	padding: 0 12px;
	line-height: 1;
	color: #b0b0b0;
}
#breadcrumbs a {
	color: inherit;
}
/* MTL: END */

/* =Content
----------------------------------------------- */

#topmain, #main {
	clear: both;
	overflow: hidden;
	position: relative;
}
#topmain {	/* MTL */
}
#main {	/* MTL */
}
#mainwall {	/* MTL */
		/* MTL Mat c/o for slide show buttons like http://kobabo-s.com  overflow: hidden; */
}
.page-title {
	background: rgba(255,255,255,0.01);	/* MTL */
	clear: both;
/*	margin: 0 0 2.6em; */	/* MTL */
	font-family: Teko, sans-serif;	/* MTL */
	font-size: 70px;	/* was 124px */
	text-transform: uppercase;
}
.page-title a {
/*	font-size: 12px;
 *	font-weight: bold;
 *	letter-spacing: 0;
 *	text-transform: none;
 */	/* MTL: c/o and added below */
	color: inherit;
	text-decoration: none;
}
.hentry,
.no-results {
	margin: 0 0 15px;
	padding: 0 0 1.625em;
	position: relative;
}
.singular .hentry {
	margin: 0;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.post-type-archive-news .hentry.news {
	border-top: #adc4b3 2px solid;
	margin-bottom: 0;
	padding: 30px 0;
}
.post-type-archive-news .hentry.news:first-child {
	border-top: 0;
	padding-top: 0;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title {
	background: rgba(255,255,255,0.01);	/* MTL */
	clear: both;
	font-family: Teko, sans-serif;	/* MTL */
	font-size: 70px;	/* was 124px */
	text-transform: uppercase;	/* MTL */
}
.singular.page-template-default:not(.home):not(#my-accommodation):not(#my-restaurantshops) .entry-title {	/* special size for single page */
	margin-bottom: 12px;
	font-size: 60px;
	text-align: center;
}
.single-post .entry-title,	/* h2 size for single post, */
.single-news .entry-title,	/* for single news, */
.post-type-archive-news .entry-title {	/* and for news archive */
	font-size: 48px;	/* was 69px */
}
.entry-title.logo {
}
.entry-title a {
	color: inherit;		/* MTL was #222 */
	text-decoration: none;
}
/* .entry-title a:focus,
 * .entry-title a:active,
 */	/* MTL c/o */
.entry-title a:hover {
	color: inherit;		/* MTL was #1982d1 */
	text-decoration: underline;	/* MTL */
}
.entry-title img {	/* MTL */
	vertical-align: middle;
}
.page-header.mainvisual,
.entry-header.mainvisual {	/* MTL */
	background-color: #adc4b3;
	position: relative;
	margin-bottom: 45px;
}
.page-header.mainvisual .imgonly img,
.entry-header.mainvisual .imgonly img {	/* MTL */
	width: 100%;
}
.page-header.mainvisual .page-title,
.entry-header.mainvisual .entry-title {	/* MTL */
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	line-height: 1;
	color: #f9f8e4;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#ie8 .page-header.mainvisual .page-title,
#ie8 .entry-header.mainvisual .entry-title {	/* MTL */
	height: 1.5em;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.search-results .page-header.mainvisual .page-title {	/* MTL */
	font-size: 48px;	/* was 69px */
}
.entry-title-top {	/* MTL */
	display: none;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.single-post .entry-meta,
.single-news .entry-meta,
.post-type-archive-news .entry-meta {	/* MTL */
	margin-bottom: 20px;
	line-height: 1.2;
	color: #758692;
	font-family: Teko, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
}
.entry-meta a {
	font-weight: bold;
}
.single-post .entry-meta a,
.single-news .entry-meta a,
.post-type-archive-news .entry-meta a {	/* MTL */
	color: inherit;
	font-weight: normal;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	margin: 0 auto 20px;	/* MTL KAZ: CHKHTML: was 0 0 20px */
}
.singular.page-template-default:not(.home):not(#my-accommodation):not(#my-sightseeing):not(#my-restaurantshops):not(#my-authors):not(#my-events):not(#my-faq) .entry-content {
	max-width: 1120px;	/* MTL KAZ: CHKHTML: added */
	padding: 0 5%;		/* MTL KAZ: CHKHTML: was 0 10% */
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content li {	/* to avoid Android's bug, see wordpress\todo.txt in MTL */
	background: rgba(255,255,255,0.01);
}
.entry-content .inversedcolor h1,
.entry-content .inversedcolor h2,
.entry-content .inversedcolor h3,
.entry-content .inversedcolor h4,
.entry-content .inversedcolor h5,
.entry-content .inversedcolor h6,
.entry-content .inversedcolor p,
.entry-content .inversedcolor li {
	background-color: #758692;
	color: #e3e3d5;
}
.entry-content h1, .comment-content h1,
.entry-content h2, .comment-content h2 {
}
.entry-content h1, .comment-content h1 {
	margin: 0 0 20px;	/* MTL: was 0 0 .8125em */
	font-size: 70px;	/* was 124px */
}
.entry-content h2, .comment-content h2 {
	margin: 24px 0 20px;	/* MTL: was 0 0 .8125em */
	font-size: 48px;	/* was 69px */
}
.no-results .entry-content h2 {
	text-align: center;
	text-transform: none;
}
.entry-content h3, .comment-content h3 {
	margin: 0.5em 0 0.3em;
	font-size: 38px;	/* was 48px */
}
.entry-content .inversedcolor h3 {	/* MTL */
	margin: 24px 0 20px;
	padding: 15px 1em;
}
.entry-content h4, .comment-content h4 {	/* MTL */
	margin: 0.5em 0 0.3em;
	font-size: 30px;	/* was 40px */
}
.entry-content h5, .comment-content h5 {	/* MTL */
	margin: 0.5em 0 0.3em;
	font-size: 28px;	/* was 30px */
}
.entry-content h6, .comment-content h6 {	/* MTL */
	margin: 0.5em 0 0.3em;
	font-size: 18px;	/* was 24px */
}
.entry-content > h2:first-child,
.entry-content h2.first,
.entry-content h3.first,
.entry-content h4.first,
.entry-content h5.first,
.entry-content h6.first {
	margin-top: 0;
}
.entry-content table {
	width: 100%;
}
.entry-content table tr th,
.entry-content table tr td {
	border: #666 1px solid;
	padding: 0.1em 0.5em;
}
.entry-content table thead tr th {
	background-color: #758692;
	color: #e3e3d5;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,	/* MTL */
.wp-caption {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto !important;
}
.entry-content p + img {	/* MTL: possibly outside of P */
	margin-bottom: 16px;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
/*	max-width: 96%; */	/* MTL: c/o */
	background: #eee;
	margin-bottom: 1em;	/* MTL: was 1.625em */
	padding: 5px 0;	/* MTL: was 9px */
}
.wp-caption img {
	display: block;
	margin: 0 auto;
/*	max-width: 98%; */	/* MTL: c/o */
}
.wp-caption img[class*='wp-image-'] {	/* MTL: added against img[class*='wp-image-'] */
	border: 0;
	padding: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 1px;	/* MAT: was 16px; MTL was 0.6em */
	padding: 2px 0 0 5px;	/* MAT: was 5px 0 5px 5px KAZ: was 10px 0px 5px 40px */
	position: relative;
	background: transparent;	/* MAT */
	text-align: center;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
/*	max-width: 95%;	/$ fallback $/
 *	max-width: calc(100% - 14px);
 */	/* MTL: c/o */
	padding: 6px;
}
img.samewidth {	/* 04.2023 Aki added */
	width: 600px;
	margin-top: 32px;
}
img.margintop {	/* 04.2023 Aki added */
	margin-top: 24px;
}
.cn_gmap div {	/* 04.2023 Aki added */
	margin: 0 auto;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	 	 /* MTL MAT background: #eee; */
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(/wp-content/themes/kamikochi/images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}

/* =error404
----------------------------------------------- */
.error404 #primary #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	overflow: hidden;
	margin: 0 0 25px;
}
.error404 #primary #s {
	width: 95%;
}


/* =Navigation
-------------------------------------------------------------- */
#content nav {
	clear: both;
	overflow: hidden;
	padding: 30px 20%;	/* MTL: was 0 0 1.625em */
}
#content nav a {
/*	line-height: 2.2em; */	/* MTL: c/o */
	color: inherit;/* Mat */
/*	font-size: 12px; */	/* MTL: c/o */
	/* Mat font-weight: bold; */
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#content #nav-single {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* MTL KAZ: BEGIN */
#content div.wp-pagenavi {
	clear: both;
	text-align: center;
}
#content div.wp-pagenavi a,
#content div.wp-pagenavi span {
	display: inline-block;
	background-color: #758692;
	border: #c9c9c9 1px solid;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-width: 18px;
	margin: 0 6px;
	padding: 4px 0;
	line-height: 23px;
	color: white;
	font-size: 20px;
}
#content div.wp-pagenavi span.current {
	font-weight: inherit;
}
#content div.wp-pagenavi span.extend {
	border-color: transparent;
	color: inherit;
}
#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink {
	min-width: 90px;
}
#content div.wp-pagenavi a.page:hover,
#content div.wp-pagenavi a.previouspostslink:hover,
#content div.wp-pagenavi a.nextpostslink:hover,
#content div.wp-pagenavi span.current {
	background-color: #91a1aa;
}
#content div.wp-pagenavi a img,
#content div.wp-pagenavi span img {
	vertical-align: middle;
}
#content div.wp-pagenavi a:hover img {
	opacity: 1;
	filter: none;
}
/* MTL KAZ: END */


/* =Widgets
----------------------------------------------- */
#archive_widgets {	/* MTL */
	clear: both;
	overflow: hidden;
	width: 98.14%;	/* 1374 / 1400 */
	margin: -20px auto 20px;
}
.widget {
/*	word-wrap: break-word;
 *	-webkit-hyphens: auto;
 *	-moz-hyphens: auto;
 *	hyphens: auto;
 */	/* MTL KAZ: c/o */
	clear: both;
	margin: 20px 0 0;	/* MTL: was 0 0 10px */
}
#archive_widgets .widget {	/* MTL */
	clear: right;
	float: left;
	width: 31.73%;	/* 436 / 1374 */
	margin: 0 0.8%;	/* 11 / 1374 */
}
#secondary .widget:first-child {	/* MTL */
	margin-top: 0;
}
.widget .screen-reader-text {	/* MTL */
	display: none;
}
.widget h3 {	/* MTL */
	margin-bottom: 10px;
}
#archive_widgets .widget h3,
#archive_widgets .widget form#searchform,
#archive_widgets .widget form#searchform div {	/* MTL */
	display: inline-block;
}
#archive_widgets .widget h3 {	/* MTL */
	margin: 0 0.2em 0 0;
	font-size: 28px;	/* was 30px */
}
#secondary .widget h3 {	/* MTL */
	background-color: #758692;
	padding: 16.7px 10px;
	color: #f9f8e4;
	font-size: 33px;	/* was 44px */
}
#secondary .widget.widget_recent_entries h3 {	/* MTL */
	padding: 0;
}
.widget h3 a {	/* MTL */
	display: block;
	color: inherit;
}
#secondary .widget.widget_recent_entries h3 a {	/* MTL */
	padding: 16.7px 10px;
}
.widget select,
.widget form#searchform,
.widget form#searchform input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.widget select,
.widget form#searchform {
	border: #d2d1d0 1px solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.widget form#searchform {
	background-color: white;
}
#archive_widgets .widget select,
#archive_widgets .widget form#searchform {
	float: right;
	margin: 3px 0 5px;
}
.widget select,
.widget form#searchform input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 30px;
	line-height: 28px;
	color: #758692;
}
#archive_widgets .widget select,
#archive_widgets .widget form#searchform input {
	height: 30px;
	line-height: 28px;
}
#secondary .widget select,
#secondary .widget form#searchform input {
	font-size: 18px;	/* was 24px */
	height: 45px;
	line-height: 43px;
}
.widget select,
.widget form#searchform input[type="submit"] {
	cursor: pointer;
}
.widget select {
	text-overflow: "";
}
#archive_widgets .widget select {
	background: white url(/images/arrow_down_gray_s.png) no-repeat right center;	/* fallback for older browsers */
	background: white url(/images/arrow_down_gray_s.png) no-repeat right 8% center;
	padding: 0 41px 0 2%;	/* fallback for older browsers */
	padding: 0 calc(21px + 8%) 0 2%;
}
#secondary .widget select {
	background: white url(/images/arrow_down_gray.png) no-repeat right center;	/* fallback for older browsers */
	background: white url(/images/arrow_down_gray.png) no-repeat right 5% center;
	padding: 0 70px 0 2%;	/* fallback for older browsers */
	padding: 0 calc(31px + 9%) 0 2%;
}
#archive_widgets .widget form#searchform,
#archive_widgets .widget form#searchform div {
	max-width: 100%;
}
.widget form#searchform input {
	background-color: white;
	border: 0;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#archive_widgets .widget form#searchform input[type="text"] {
	max-width: 74%;	/* fallback */
	max-width: calc(100% - 46px);
}
#secondary .widget form#searchform input[type="text"] {
	width: 60%;	/* fallback */
	width: calc(100% - 75px);
}
.widget form#searchform input[type="submit"] {
	padding: 0;
	text-align: center;
	vertical-align: 2px;
}
#archive_widgets .widget form#searchform input[type="submit"] {
	width: 40px;
}
#secondary .widget form#searchform input[type="submit"] {
	width: 70px;
}
.widget ul {
	margin: 0;
}
.widget ul li {
	list-style-type: none;
}
.widget ul ul {
	margin-left: 1.5em;
}

/* Sidebar Widgets and the like: MTL */
.widget_categories > ul,
.widget_recent_entries > ul {
}
.widget_categories > ul {
	-moz-columns: 2;
	-webkit-columns: 2;
	columns: 2;
}
.widget_categories ul li,
.widget_recent_entries ul li {
	position: relative;
	padding: 10px;
	line-height: 1;	/* JUN-2017: CHKHTML: added */
	font-family: Teko, sans-serif;
	font-size: 28px;	/* was 30px */
	text-transform: uppercase;
}
.widget_categories ul li a,
.widget_recent_entries ul li a {
	color: inherit;
}
.widget_archive {
}
#secondary .widget_archive select {
	width: 100%;
}


/* =Footer
----------------------------------------------- */

#ft_nav_top {
	display: none;	/* KAZ: NOV-2017: added */
	position: fixed;
	bottom: 20px;
	right: 50%;
	margin: 0 -41% 0 0;	/* for old browsers */
	opacity: 0;
}
#ft_nav_top a {	/* 不要 */
}
#ft_nav_top a img {
	margin: 0;
}
#colophon {
	background-color: #ccc;
	clear: both;
	overflow: hidden;
}
#ft_links {
	overflow: hidden;
}
#footmenu {
	overflow: hidden;
/*	margin-right: calc(-30% + 86px); */ /* MTL KAZ: JAN-2017: 86 = 60 / 0.7 */
	margin-right: calc(-30% + 100px); /* MTL KAZ: MAR-2017 */
	padding: 45px 15%;
	text-align: left;
}
#footmenu a {
	color: inherit;
}
#footmenu a.current {
	font-weight: bold;
}
#footmenu ul {
	float: left;
	width: 30%;		/* MTL KAZ: JAN-2017: was 22%; was 16% */
	margin: 0 0 0 5%;	/* MTL KAZ: JAN-2017: was 0 0 0 4%; was 0 0 0 5% */
	font-size: 14px;
}
#footmenu ul:first-child {
	margin: 0;
}
#footmenu ul li {
	list-style: none;
	padding: 4px 0;
}
#footmenu ul li.parent {
	font-size: 20px;
	text-transform: uppercase;
}
#footmenu ul.faq li.parent {
	text-transform: none;
}
#ft_copyright {
	background-color: #758692;
	color: #f9f8e4;
	font-size: 15px;
}
#ft_copyright .inner {
	overflow: hidden;
}
#ft_copyright .inner p {
	padding: 41px 15%;
	margin-bottom: 0px;
}
#ft_copyright .inner p a {
	color: inherit;
	text-decoration: underline;
}
#ft_copyright .inner .sns_line {
	float: right;
	margin-top: 15px;
	margin-right: 15%;
}
#ft_copyright .inner .sns_line a {
	margin-left: 40px;
}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}
/* MTL: added 4 rules below */
#ie7 hr {
	top: -7px;
	position: relative;
}
#ie7 hr + * {
	top: -14px;
	position: relative;
}
#ie7 hr + * + hr {
	top: -21px;
	position: relative;
}
#ie7 hr + * + hr + * {
	top: -28px;
	position: relative;
}

/* =IE8 
----------------------------------------------- */ 
 
#ie8 section.feature-image.large img { 
	width: 100%; 
}


/* MTL: common entries
-------------------------------------------------------------- */
.left {
	text-align: left;
	display: block;	/* 2016 Mat added these. If you use these for table, list, etc. and can't cover by the following td.right .., please override these invidually. */
}
.center {
	text-align: center;
	display: block;
}
.right {
	text-align: right;
	display: block;
}
td.right, th.right, td.center, th.center, td.left, th.left {
	display: table-cell;
}
li.right, li.right, li.center {
	display: list-item
}
.middle {
	vertical-align: middle;
}
.imgonly {
	line-height: 0;
}
.imgonly a,
a.imgonly {
	display: inline-block;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 80%;
}
.clear {
	clear: both;
}
a.current img, .transbtn:hover, a:hover img {	/* 2016 Mat added a:hover img and notransbtn */
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.notransbtn:hover, #headlogo a:hover img, #ft_links a:hover img {
	opacity: 1;
	filter: none;
}
.ios .transbtn:hover {
/* iOS 8.4.1 で :hover に opacity が指定してあると 2 回タップしないとリンク先に飛ばない。script.js でユーザーエージェントを見て body に class="ios" を追加。 */
	opacity: 1;
	filter: none;
}
.nomargin {	/* 2016 Mat added */
	margin: 0 !important;
}
.onlymarginright{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}
.onlymarginleft{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}
/* Mat 2022.4 added these ...margin... */
.topbottommargin {
	margin: 20px auto !important;
}
.topmargin {
	margin-top: 60px !important;
}
.topmarginbig {
	margin-top: 80px !important;
}
.notopmargin {
	margin-top: 0 !important;
}
.bottommargin {
	margin-bottom: 20px !important;
}
.bottommarginbig {
	margin-bottom: 60px !important;
}
.nobottommargin {
	margin-bottom: 0 !important;
}

.nopadding {
	padding: 0 !important;
}
.noborder {
	border: 0px !important;
}
.noclear {
	clear: none !important;
}
.nobackground {
	background: transparent none !important;
}
span.red {
	color: red;
}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.sponly {	/* 幅 <= Breakpoint 専用のコンテンツ */
	display: none;
}

/* 各ページ共通 */
.entry-content .normalcolor {
	background-color: white;
	color: #758692;
}
.entry-content .inversedcolor,
.entry-content a.button.inversedcolor {
	background-color: #758692;
	color: #e3e3d5;
}
/*---
.entry-content .journalcolor {
	color: #f49248;
}
---*/
.entry-content a.button {
	background-color: white;
	border: #cccbcb 1px solid;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 6px;
	font-size: 18px;	/* was 24px */
}
/*---
.entry-content .journalcolor a.button.inversedcolor {
	background-color: #f49248;
	color: #e3e3d5;
}
---*/
.entry-content a.button.large {
	font-family: Teko, sans-serif;
	font-size: 30px;	/* was 48px -> 38px */
	text-transform: uppercase;
}
.entry-content a.button:hover {
	font-weight: bold;
	text-decoration: none;
}
.entry-content a.button.inversedcolor:hover {
	background-color: #91a1aa;
	color: white;
	font-weight: normal;
}
/*---
.entry-content .journalcolor a.button.inversedcolor:hover {
	background-color: #f5ad76;
}
---*/

.content_narrow {
	max-width: 1120px;	/* MTL KAZ: CHKHTML: added */
	margin: 0 auto;		/* MTL KAZ: CHKHTML: added */
	padding: 0 5%;		/* MTL KAZ: CHKHTML: was 0 10% */
}
.content_supernarrow {
	max-width: 840px;	/* MTL KAZ: CHKHTML: added */
	margin: 0 auto;		/* MTL KAZ: CHKHTML: added */
	padding: 0 10%;		/* MTL KAZ: CHKHTML: was 0 20% */
}
.pcfloatleft,
.pcfloatright,
.pcstayleft,
.pcstayright {
	width: 50%;
}
.content_narrow .pcfloatleft,
.content_narrow .pcstayright {
	width: 47.5%;
}
.pcfloatleft {
	float: left;
}
.pcfloatright {
	float: right;
}
.pcstayleft {
	margin-right: 50%;
}
.pcstayright {
	margin-left: 50%;
}
.content_narrow .pcstayright {
	margin-left: 52.5%;
}
.pcstayleft h2,
.pcstayleft h3,
.pcstayleft h4,
.pcstayright h2,
.pcstayright h3,
.pcstayright h4 {
	clear: none;
}
.pctwocols {
	-moz-columns: 2;
	-webkit-columns: 2;
	columns: 2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
}
ul.panels {
	width: 98.14%;	/* 1374 / 1400 */
	margin: 0 auto;
	text-align: left;
}
ul.panels li {
	list-style-type: none;
	background-color: #758692;
	position: relative;
	float: left;
	width: 31.73%;	/* 436 / 1374 */
	margin: 0.8%;	/* 11 / 1374 */
}
/*---
.journalcolor ul.panels li,
ul.panels li.journalcolor {
	background-color: #f49248;
}
---*/
ul.panels li:nth-child(3n+1) {
	clear: left;
}
ul.panels li a,
ul.panels li span {
	display: block;
}
ul.panels li a:hover {
	text-decoration: none;
}
ul.panels li .photo {
	line-height: 0;
}
ul.panels li .photo img {
	background-color: #91a1aa;
	width: 100%;
/*	height: 280px; */
}
/*---
.journalcolor ul.panels li .photo img,
ul.panels li.journalcolor .photo img {
	background-color: #f5ad76;	/$ was #f9dab9 $/
}
---*/
ul.panels li .title,
ul.panels li .info,
ul.panels li .info a {
	color: #f9f8e4;
}
ul.panels li .title {
	display: table-cell;
	height: 95px;	/* 95.053 */
	padding: 0 18px;
	line-height: 1;
	font-size: 28px;	/* was 30px */
	font-family: Teko, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}

.entry-content .gm-map-wrapper {	/* JUN-2020 KAZ */
	margin: 2em 1.7%;
}
.entry-content .gm-map {
/*	margin: 2em 1.7% 0; */	/* JUN-2020 KAZ: moved above and revised */
	line-height: 0;
}
.entry-content #gm-map-1-legend {
	background-color: #ccc;	/* #adc4b3 is too strong */
/*	width: 96.6%;
 *	margin: 0 auto 2em;
 */	/* JUN-2020 KAZ: c/o */
}
.entry-content ul.gm-legend {
	overflow: hidden;
	margin: 0;
}
.entry-content ul.gm-legend li {
	list-style-type: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 5px 1.6%;
	color: #758692;
	font-family: Teko, sans-serif;
	font-size: 28px;	/* was 30px */
	text-transform: uppercase;
}
.entry-content ul.gm-legend li:nth-child(3n+1) {
	clear: left;
}
.entry-content ul.gm-legend li span {
	vertical-align: middle;
}
.entry-content ul.gm-legend li span img {
	vertical-align: top;
	margin-right: 10px;
}
.entry-content ul.gm-legend li span label {
	display: inline-block;
}
.entry-content ul.gm-legend li span label input[type="checkbox"] {
	width: 18px;	/* was 20px */
	height: 18px;	/* was 20px */
	margin-right: 10px;
	vertical-align: 1px;
}


/* MTL: Sidebar Components
----------------------------------------------- */
#sidebar_banners {
	margin-top: 70px;
	line-height: 0;
}
#sidebar_banners a,
#sidebar_banners a img {
	width: 100%;
}
#sidebar_banners a {
	margin-top: 30px;
}


/* MTL: Front Page Components
----------------------------------------------- */
.entry-content p.top_para {
	line-height: 1.75;	/* was 1.5 */
/*	font-family: Cutive, serif; */
	font-size: 114%;	/* 16 * 88% * 114% = 16.05px; was 150% */
}

#top_slideshow,
#top_h2_journal,
#top_video,
#top_instagram,
#top_deeper_park #top_deeperjapan,
#top_deeper_park #top_nationalpark,
#top_h2_explore {
	text-align: center;
}
#top_slideshow {
	position: relative;
}
#top_slideshow #ss_img_wrapper {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: inherit;	/* JUN-2017 */
	margin: 0 auto;
	line-height: 0;
	text-align: center; /* required for IE7 */
}
#top_slideshow #ss_img_wrapper .ss_img {
	position: absolute;
	width: 102.86%;	/* 画像幅が 1400 でなく 1440px */
	max-width: none;	/* AUG-2019 KAZ: missing */
	left: -1.43%;		/* AUG-2019 KAZ: was 0 */
	top: 0;
	z-index: -9999;
}
#top_slideshow #ss_img_wrapper .ss_img#ss1 {
	position: static;
}
#top_slideshow #ss_caption {
	display: none;
	position: absolute;
	width: 20%;
	bottom: 5%;
	right: 2.5%;
	color: #f9f8e4;
}
#top_slideshow #ss_navbtns {
	position: absolute;
	overflow: hidden;
	width: 95.7%;
	top: 47.5%;	/* fallback for older browser */
	top: calc(50% - 30px);
	left: 2.15%;
	z-index: 9000;
	margin: 0 auto;
}
#top_slideshow #ss_navbtns a.prevbutton {
	float: left;
}
#top_slideshow #ss_navbtns a.nextbutton {
	float: right;
}
#top_slideshow #ss_navbtns a img {
}
#top_slideshow .map_overlay {
	position: absolute;
	width: 16.4%;
	left: 5.5%;
	bottom: 6.3%;
	z-index: 100;
}
#top_slideshow .map_overlay img {
	width: 100%;
}
#top_slideshow h1 {
	position: relative;
	z-index: 100;
}
#top_slideshow h1 img {
	width: 40%;	/* AUG-2019 KAZ: was 43% */
}
#top_slideshow .text_overlay {	/* AUG-2019 KAZ: added */
	position: absolute;
	right: 3%;
	bottom: 3%;
	z-index: 100;
	color: white;
	font-family: Teko, sans-serif;
	font-size: 24px;
	-moz-text-shadow: 0 0 6px #14171a;
	-webkit-text-shadow: 0 0 6px #14171a;
	text-shadow: 0 0 6px #14171a;
}

h2.btnline {
	text-align: center;
}
h2#top_close_notice {
	line-height: 26px!important;/* Matsuo 2020.6 was 20px; 2018.1 was 33.5px, too much I think */
	font-size: 30px!important;
	background-color: #e3203b;
	color: #f9fafe!important;
	border-radius: 7px;
/*	display: inline-block; */	/* APR-2020 KAZ: c/o */
	border: #cccbcb 1px solid;
	vertical-align: middle;
	text-transform: uppercase!important;
	padding: 11px 10px 10px;
	text-align: center;
}
#top_intro {
	margin-top: 1em;	/* MTL KAZ: JUL-2017: CHKHTML */
}
#top_intro .pcfloatleft h2 {	/* MTL KAZ: JUL-2017: CHKHTML */
	line-height: 1;
	color: #666;
	font-size: 33px;
	text-transform: none;
}
#top_intro .pcfloatleft h3 {
	margin-bottom: 14px;
	line-height: 1;
	color: #666;
	font-size: 30px;
}
#top_intro .pcfloatleft .btn_line {
	text-align: center;
}
#top_intro .pcfloatleft .btn_line a.button {
	width: 163px;
	margin-bottom: 16px;
	padding: 11px 0 10px;
}
#top_intro .pcstayright #top_pdf_dl {	/* MTL KAZ: JUL-2017: CHKHTML: was in .pcfloatleft */
	overflow: hidden;
	margin-bottom: 16px;
}
#top_intro .pcstayright #top_pdf_dl .imgbtn {	/* MTL KAZ: JUL-2017: CHKHTML: was in .pcfloatleft */
	float: left;
	line-height: 0;
}
#top_intro .pcstayright #top_pdf_dl h3 {	/* MTL KAZ: JUL-2017: CHKHTML: was in .pcfloatleft  */
	clear: none;
	margin-top: 45px;
	margin-left: 110px;
	font-size: 28px;	/* AUG-2017: added */
	text-transform: none;	/* MTL KAZ: JUL-2017: CHKHTML */
}
html[lang="en-US"] #top_intro .pcstayright #top_pdf_dl h3 {	/* MTL KAZ: JUL-2017: CHKHTML: added */
	line-height: 1;
}
#top_intro .pcstayright #top_pdf_dl h3 a {	/* MTL KAZ: JUL-2017: CHKHTML: was in .pcfloatleft  */
	color: inherit;
	text-decoration: underline;
}
#top_instagram h2,
#top_instagram p {
	padding: 0 1.71%;
}
#top_instagram h2 {
	margin-bottom: 0;
}
#top_instagram #sb_instagram {
	margin: 0 auto 8px;
}
#top_instagram p {
	margin: 0 0 20px;
	font-size: 30px;
	font-family: Teko, sans-serif;
	text-transform: uppercase;
}
#top_instagram .sns_line a {
	display: inline-block;
	margin: 0 2.5%;
	vertical-align: middle;
}
#top_instagram .sns_line a.button {
	width: 273px;
	margin-left: 2.5%;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 33.5px;
	font-size: 30px;	/* was 40px */
}
#top_journal {
	margin-bottom: 20px;
}
#top_journal h2,
#top_journal p {
	padding: 0 0.93%;
}
#top_journal h2 {
	margin-bottom: 0;
	text-align: center;
}
#top_journal h2 a {
	color: inherit;
}
#top_journal p {
	margin-bottom: 12px;
	text-align: center;
}
#top_journal ul.panels li .info {	/* MTL KAZ: JUL-2017: CHKHTML: added */
	width: 100%;
	height: 95px;
}
#top_journal ul.panels li .info .date {	/* MTL KAZ: JUL-2017: CHKHTML: added */
	float: right;
	height: 48px;
	padding: 24px 4.13% 23px;
	line-height: 1;
	color: black;
	font-family: Teko, sans-serif;
	font-size: 114%;	/* 16 * 88% * 114% = 16.05px */
	text-align: center;
	text-transform: uppercase;
}
#top_journal ul.panels li .info .title {	/* MTL KAZ: JUL-2017: CHKHTML: added */
	width: 80%;
	padding: 0 0 0 6%;
}
#top_video {
	margin-bottom: 30px;
}
#top_video .video iframe {
	width: 87%;
	max-width: 889px;
}
#top_deeper_park #top_deeperjapan h2 a,
#top_deeper_park #top_nationalpark h2 a,
#top_h2_explore a {
	background: #adc4b3;
}
#top_h2_explore a {
	display: block;
}
#top_deeper_park #top_deeperjapan h2 a img,
#top_deeper_park #top_nationalpark h2 a img,
#top_h2_explore a img {
	width: 100%;
}
#top_deeper_park {
	padding: 0 1.75%;
}
#top_deeper_park #top_deeperjapan,
#top_deeper_park #top_nationalpark {
	width: 49.22%;
}
#top_deeper_park #top_nationalpark {
	margin-left: 50.78%;
}
/*#top_deeper_park #top_deeperjapan h2 a,
 *#top_deeper_park #top_nationalpark h2 a {
 *	width: 87.07%;
 *}
 */
#top_deeper_park p.top_para {
	padding: 0 1em;
}
#top_deeper_park a.button {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 85%;
	max-width: 442px;
	margin: 12px 0 34px;
	padding: 17px 7.5%;
	line-height: 33.5px;
	font-size: 30px;	/* was 40px */
}
#top_news_banners {
	border: #ccc 3px solid;
}
#top_latestnews {
	background-color: #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 11px 1.79% 50px;
	text-align: center;
}
#top_latestnews h2 {
	margin-bottom: 15px;	/* MTL KAZ: 3px in design */
}
#top_latestnews ul,
#top_journal .pcstayright ul {
	margin: 0;
	text-align: left;
}
#top_latestnews ul {
	min-height: 5.6em;	/* AUG-2019 KAZ: added */
}
#top_latestnews ul li,
#top_journal .pcstayright ul li {
	list-style-type: none;
}
#top_latestnews ul li {
	clear: left;
	padding-top: 1em;
}
#top_latestnews ul li:first-child {
	padding-top: 0;
}
#top_latestnews ul li a,
#top_latestnews ul li a span {
	display: block;
}
#top_latestnews ul li a {
	color: inherit;
}
#top_latestnews ul li a span.date {
	float: left;
	width: 8.7em;
}
#top_latestnews ul li a span.title {
	margin-left: 9.2em;
}
#top_latestnews a.button {
	width: 318px;
	margin-top: 24px;
}
#top_banners {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 30px 2.15%;
}
#top_banners:only-child {	/* AUG-2019 KAZ: added */
	margin-left: 25%;
	margin-right: 25%;
}
#top_banners a {
	background-color: white;
	display: inline-block;
	float: left;
	width: 47.09%;
}
#top_banners a:first-child {
	margin-right: 5.82%;
}
#top_banners a img {
	width: 100%;
}
#top_seasonal {
	margin: 40px 0 30px;
}
#top_seasonal .pcfloatleft {
	width: auto;
	margin-bottom: 16px;
	margin-right: 25px;
}
#top_seasonal .pcstayright {
	width: auto;
	margin-left: 0;
}
#top_seasonal .pcstayright h3 {
	clear: none;
	font-family: inherit;
	font-size: 18px;	/* was 24px */
	font-weight: bold;
	text-transform: none;
}
#top_seasonal .pcstayright p {
	line-height: 1.5;
}
#top_h2_explore a {
}
#top_explore {
}
#top_explore .pcfloatleft h3 {
	margin-bottom: 14px;
	line-height: 1;
	color: #666;
	font-size: 30px;
}
#top_explore .pcfloatleft a.button.large {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 83%;
	margin: 15px 0 30px;
	padding: 20px 10px;
	text-align: center;
}
#top_explore .pcstayright .icon_line {
	margin: 5px 0 0;
}
#top_explore .pcstayright .icon_line a {
	display: inline-block;
	width: 47.18%;
	max-width: 130px;
	color: inherit;		/* JUL-2017: CHKHTML */
	text-align: center;	/* JUL-2017: CHKHTML */
}
#top_explore .pcstayright .icon_line a:first-child {
	margin-right: 5.64%
}
#top_explore .pcstayright .icon_line a img {
	width: 100%;
}

/* MTL: Blog Archive Components
----------------------------------------------- */
#my-blog .entry-content a.button.inversedcolor {	/* Authors' Page Link */
	margin-top: 30px;
}

/* MTL: Fixed Page Components
----------------------------------------------- */
/* Purpose ページ共通
----------------------------------------------- */
.entry-content p.purpose_large {
	line-height: 1.5;
	font-size: 142%;	/* was 150% */
	font-weight: bold;
}
.entry-content .purposecontent {
	text-align: center;
}
.entry-content .purposecontent .purpose_learnmore a.button.inversedcolor {
	width: 13em;
	margin-bottom: 8px;
}
#purpose_journals h2,
#purpose_journals p {
	text-align: center;
}
#purpose_journals h2 {
	margin-bottom: 10px;
}
#purpose_journals h2 a {
	color: inherit;
}
#purpose_journals a.button.inversedcolor,
#my-blog .entry-content a.button.inversedcolor {	/* MTL KAZ: JAN-2017: also in blog archives */
	width: 13em;
}

/* History Culture etc
----------------------------------------------- */
/* .textleft p {text-align: justify;} */
#my-historyculture .timeline > h5  {
	margin: 0;
	font-size: 24px;
}

/* Kamikochi Ambassadors
----------------------------------------------- */
#ambassadors_intro .pcstayright p {
	margin-bottom: 80px;
}
#ambassadors_motto,
#ambassadors_nationalpark,
#ambassadors_photos,
#ambassadors_rules_intro,
#ambassadors_rules_heading,
#ambassadors_responsibility,
#ambassadors_colophon {
	text-align: center;
}
#ambassadors_motto h3 {
	margin: 0 0 20px;
	padding: 26px 1%;
}
#ambassadors_nationalpark h2 {
	margin: 0 0 5px;
}
#ambassadors_nationalpark p,
#ambassadors_responsibility p {
	margin-bottom: 8px;
	line-height: 1.5;
}
#ambassadors_photos {
	margin-top: 15px;
}
#ambassadors_photos img {
	width: 30.48%;
	max-width: 321px;
	margin: 1.07%;
}
#ambassadors_rules_heading h3 {
	margin: 0 0 20px;
	padding: 15px 1%;
}
#ambassadors_responsibility {
	margin-top: 15px;
}
#ambassadors_responsibility p + h4 {
	margin-top: 30px;
}
#ambassadors_colophon {
	margin-top: 50px;
}
#ambassadors_colophon p {
	border: #d2d1d1 1px solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 2em;
}

/* Accommodations / Sightseeing in Kamikochi / Events
----------------------------------------------- */
#my-accommodation .entry-header.mainvisual .entry-title {
	display: none;
}
#my-accommodation .entry-header.mainvisual form {
	display: block;
	position: absolute;
	width: 87%;
	left: 6.5%;
	bottom: 7%;
	margin: 0 auto;
	line-height: 1;
	text-align: center;
}
#my-accommodation .entry-header.mainvisual form label {
	display: block;
	float: left;
	width: 50%;
}
#my-accommodation .entry-header.mainvisual form label span {
	display: inline-block;
	width: 155px;
	margin-right: 1%;
	color: #f9f8e4;
	font-family: Teko, sans-serif;	/* MTL */
	font-size: 33px;	/* was 44px */
	text-align: right;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	text-transform: uppercase;
	vertical-align: middle;
}
#my-accommodation .entry-header.mainvisual form label select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: white url(/images/arrow_down_gray.png) no-repeat right center;	/* fallback for older browsers */
	background: white url(/images/arrow_down_gray.png) no-repeat right 3% center;
	border: #d2d1d0 1px solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 40%;	/* fallback for older browsers */
	width: calc(97% - 155px);
	max-width: 380px;
	line-height: 35px;
	padding: 3px 70px 3px 1.6%;	/* fallback for older browsers */
	padding: 3px calc(31px + 3.3%) 3px 1.6%;
	color: #758692;
	cursor: pointer;
	font-size: 18px;	/* was 24px */
	text-overflow: "";
	vertical-align: middle;
}
#my-accommodation .content_narrow {
	max-width: none;	/* MTL KAZ: CHKHTML: added */
	margin-bottom: 15px;
/*	padding: 0 5%; */
}
#my-accommodation .content_narrow .pcfloatleft {
	width: 62%;
	text-align: center;
}
#my-accommodation .content_narrow .pcfloatleft p,
#my-events .content_narrow p {
	font-size: 142%;	/* was 150% */
}
#my-accommodation .content_narrow .pcfloatleft p.note {
	line-height: 1;
/* 	font-size: 14px; */
}
#my-accommodation .content_narrow .pcstayright {
	width: 31%;
	margin-left: 69%;
}
#my-accommodation .content_narrow .pcstayright p {
	margin-bottom: 10px;
	line-height: 1.2;	/* was 1 */
	font-size: 114%;	/* 16 * 88% * 114% = 16.05px */
}
#my-accommodation .content_narrow .pcstayright p.note,
#my-events .content_narrow p.note {
/*	line-height: 1.2; */
	font-size: 107%;	/* was 15px: 16 * 88% * 107% = 15.07px */
}
#my-events h2#events_listheader {
	margin-bottom: 0;
	padding: 0 1%;
	text-align: center;
}
#my-accommodation ul.panels li,
#my-events ul.panels li {
	margin: 0.8%;
	padding-bottom: 95px;
}
#my-accommodation ul.panels li .photo img.photosub,
#my-sightseeing ul.panels li .photo img.photosub {
	border-top: #f9f8e4 2px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
}
#my-accommodation ul.panels li .photo img.photomain + img.photosub,
#my-sightseeing ul.panels li .photo img.photomain + img.photosub {
	border-right: #f9f8e4 1px solid;
}
#my-accommodation ul.panels li .photo img.photomain + img.photosub + img.photosub,
#my-sightseeing ul.panels li .photo img.photomain + img.photosub + img.photosub {
	border-left: #f9f8e4 1px solid;
}
/* not support anymore #my-accommodation ul.panels li .discount {
	background: url(/images/accommo_discount_bg.png) no-repeat left top;
	position: absolute;
	width: 90px;
	height: 72px;
	top: 0;
	right: 0;
	padding: 8px 10px;
	color: #f9f8e4;
	font-family: Teko, sans-serif;
	font-size: 28px;	/$ was 30px $/
	text-align: center;
} */
#my-accommodation ul.panels li .info,
#my-sightseeing ul.panels li .info,
#my-events ul.panels li .info {
	width: 100%;
	height: 95px;
}
#my-accommodation ul.panels li .info,
#my-events ul.panels li .info {
	background-color: #758692;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#my-sightseeing ul.panels li .info {
	display: table;
}
#my-accommodation ul.panels li:hover .info,
#my-events ul.panels li:hover .info {
	border-top: #f9f8e4 1px solid;
}
#my-accommodation ul.panels li:hover .info {
	height: 515px;	/* was: 300px */
}
#my-events ul.panels li:hover .info {
	height: 270px;
}
#my-sightseeing ul.panels li a:hover .info {
	text-decoration: underline;
}
#my-accommodation ul.panels li .info .type,
#my-events ul.panels li .info .month {
	display: block;
	float: right;
	height: 95px;
	line-height: 95px;
	color: black;
	font-size: 24px;	/* was 30px */
	font-family: Teko, sans-serif;
	text-transform: uppercase;
}
#my-accommodation ul.panels li .info .type {
	padding: 0 4.13% 0 1px;
}
#my-accommodation ul.panels li .info .type.twoline {
	height: 36px;
	padding: 30px 4.13% 29px 1px;
	line-height: 1;
	font-size: 18px;
}
#my-events ul.panels li .info .month {
	padding: 0 4.13%;
}
#my-events ul.panels li .info .month.period {	/* AUG-2017: added */
	height: 82px;
	padding-top: 13px;
	line-height: 1;
	text-align: center;
}
#my-accommodation ul.panels li .info .title,
#my-events ul.panels li .info .title {
	width: 80%;
	padding: 0 0 0 6%;
}
#my-sightseeing ul.panels li .info .title {
	width: 88%;
	padding: 0 6%;
}
#my-accommodation ul.panels li .info .entry-meta,
#my-events ul.panels li .info .entry-meta {
	position: absolute;
	bottom: 5px;
	right: 1.5em;
}
#my-accommodation ul.panels li .info .entry-meta a,
#my-events ul.panels li .info .entry-meta a {
	color: black;
}
#my-accommodation ul.panels li .info .descr,
#my-events ul.panels li .info .descr {
	overflow: auto;
	margin: 12px 0;
	padding: 0 18px;
/*	font-size: 14px; */
}
#my-accommodation ul.panels li .info .descr {
	height: 396px;	/* was 181px */
}
#my-events ul.panels li .info .descr {
	height: 151px;
}
#my-accommodation ul.panels li .info .descr a,
#my-accommodation ul.panels li .info .descr span,
#my-events ul.panels li .info .descr a,
#my-events ul.panels li .info .descr span {
	display: inline;
}
#my-accommodation ul.panels li .info .descr a:hover,
#my-events ul.panels li .info .descr a:hover {
	text-decoration: underline;
}
#my-accommodation ul.panels li .info .descr span.itemname,
/* #my-accommodation ul.panels li .info .descr span.discountrate, */
#my-events ul.panels li .info .descr span.itemname {
	font-weight: bold;
}
#my-accommodation ul.panels li .info .descr a.normalcolor {
	display: inline-block;
	border: #d2d1d0 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 5em;
	margin: 3px 0;
	color: #758692;
	font-size: 18px;
	text-align: center;
}
#my-accommodation ul.panels li .info .descr a.normalcolor:hover {
	font-weight: bold;
	text-decoration: none;
}
#my-accommodation ul.panels li .info .descr a.normalcolor + a.normalcolor {
	width: 7em;
	margin-left: 10px;
}
#my-accommodation ul.panels li .info .descr a.booklink {
	width: 7em;
}
/* #my-accommodation ul.panels li .info .descr span.discountrate {
	font-size: 16px;
}*/
#my-sightseeing .entry-header.mainvisual,
#my-sightseeing .entry-content .gm-map-wrapper {	/* JUN-2020 KAZ: was .gm-map */
	margin-bottom: 18px;
}
#my-sightseeing .entry-content {
	text-align: center;
}
#my-sightseeing .entry-content h2 {
	padding: 19px 0;
	font-size: 42px;
}
#my-sightseeing .entry-content h3 {
	margin: 0;
	font-size: 30px;
}
#my-sightseeing .entry-content p {
	line-height: 1.75;
/*	font-family: Cutive, serif; */
	font-size: 114%;	/* 16 * 88% * 114% = 16.05px */
}

/* Restaurant & Shops
----------------------------------------------- */
#my-restaurantshops .entry-header h2.entry-title {
	font-size: 38px;
}
#my-restaurantshops .hentry.spottype-restaurantshop {
	padding-bottom: 16px;
}
ul.restaurantshops_photos {
	overflow: hidden;
	margin: 0;
}
ul.restaurantshops_photos li {
	list-style-type: none;
	float: left;
	width: 30%;
	margin-left: 5%;
}
ul.restaurantshops_photos li:first-child {
	margin-left: 0;
}
#my-restaurantshops .entry-content h2#restaurantshops_onsite_title {
	margin-bottom: 12px;
	padding: 20px 0;
	font-size: 42px;
	text-align: center;
}
#my-restaurantshops .entry-content #restaurantshops_onsite_wrapper h3 {
	margin: 9px 0 0;
	font-size: 36px;
	text-align: center;
}
#restaurantshops_onsite_wrapper ul.onsiteshoplist {
	margin: 0;
}
#restaurantshops_onsite_wrapper ul.onsiteshoplist li {
	list-style-type: none;
	overflow: hidden;
}
#restaurantshops_onsite_wrapper ul.onsiteshoplist li h4 {
	margin: 6px 0;
	font-size: 36px;
}
#restaurantshops_onsite_wrapper ul.onsiteshoplist li .photo {
	float: left;
	width: 30%;
}
#restaurantshops_onsite_wrapper ul.onsiteshoplist li table {
	width: 65%;
	margin-left: 35%;
}
#restaurantshops_onsite_wrapper ul.onsiteshoplist li table th,
#restaurantshops_onsite_wrapper ul.onsiteshoplist li table td {
	border-color: #bcc4c8;
	line-height: 22px;
	font-size: 114%;	/* 16 * 88% * 114% = 16.05px */
}
#restaurantshops_onsite_wrapper ul.onsiteshoplist li table th {
	width: 35%;
	padding: 7px 9px;
}
#restaurantshops_onsite_wrapper ul.onsiteshoplist li table th span.icon,
#restaurantshops_onsite_wrapper ul.onsiteshoplist li table th span.icon img {
	height: 22px !important;
}
#restaurantshops_onsite_wrapper ul.onsiteshoplist li table th span.icon {
	display: inline-block;
	width: 24px;
	margin-right: 9px;
	text-align: center;
	vertical-align: middle;
}
#restaurantshops_onsite_wrapper ul.onsiteshoplist li table th span.icon img {
}
#restaurantshops_onsite_wrapper ul.onsiteshoplist li table td {
	width: 65%;
	padding: 7px 14px;
}

/* Reservation Request Form
----------------------------------------------- */
#my-reserve .entry-header.mainvisual {
	background: transparent;
	margin-bottom: 8px;
}
#my-reserve .entry-header.mainvisual .entry-title {	/* h2 size */
	position: static;
	width: auto;
	top: auto;
	left: auto;
	margin: 36px 0 0;
	color: inherit;
	font-size: 48px;	/* was 69px */
	text-shadow: none;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}
#my-reserve .content_supernarrow {
	text-align: center;
}
#my-reserve .entry-content h2 {	/* h4 size */
	margin: 0 0 12px;
	font-size: 30px;	/* was 40px */
}
#my-reserve .entry-content h3 {	/* h6 size */
	margin: 0 0 8px;
	font-family: inherit;
	font-size: 18px;	/* was 24px */
	text-transform: none;
}
#my-reserve .content_supernarrow .wpcf7 {
	text-align: left;
}
#my-reserve .content_supernarrow .wpcf7 p {
	line-height: 1;
	margin-bottom: 30px;
	font-size: 33px;	/* was 44px */
	font-family: Teko, sans-serif;
}
#my-reserve .content_supernarrow .wpcf7 p input[type="text"],
#my-reserve .content_supernarrow .wpcf7 p input[type="email"],
#my-reserve .content_supernarrow .wpcf7 p input[type="date"],
#my-reserve .content_supernarrow .wpcf7 p textarea,
#my-reserve .content_supernarrow .wpcf7 p input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: #d2d1d0 1px solid;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#my-reserve .content_supernarrow .wpcf7 p input[type="text"],
#my-reserve .content_supernarrow .wpcf7 p input[type="email"],
#my-reserve .content_supernarrow .wpcf7 p input[type="date"],
#my-reserve .content_supernarrow .wpcf7 p select,
#my-reserve .content_supernarrow .wpcf7 p textarea {
	background-color: white;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: HelveticaNeue, "Helvetica Neue", "Helvetica Neue LT Std", Helvetica, Arial, sans-serif; /* MTL: divided into font-family and font-size for IE debugger */
	font-size: 24px;	/* was 30px */
}
#my-reserve .content_supernarrow .wpcf7 p input[type="text"],
#my-reserve .content_supernarrow .wpcf7 p input[type="email"],
#my-reserve .content_supernarrow .wpcf7 p input[type="date"],
#my-reserve .content_supernarrow .wpcf7 p select {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#my-reserve .content_supernarrow .wpcf7 p input[type="text"],
#my-reserve .content_supernarrow .wpcf7 p input[type="email"] {
	width: 100%;
}
#my-reserve .content_supernarrow .wpcf7 p input[type="text"].datepicker {	/* DEC-2019 KAZ: added */
	width: 271px;
	max-width: 100%;
}
#my-reserve .content_supernarrow .wpcf7 p select {
	border: #d2d1d0 1px solid;
}
#my-reserve .content_supernarrow .wpcf7 p span.your-title select {
	width: 100px;
}
#my-reserve .content_supernarrow .wpcf7 p span.your-name input[type="text"] {
	width: 80%;
	width: calc(100% - 100px - 0.25em);
}
#my-reserve .content_supernarrow .wpcf7 p textarea {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	height: 5.2em;
}
#my-reserve .content_supernarrow .wpcf7 p input[type="submit"] {
	background-color: #758692;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 270px;
	line-height: 94px;
	color: #f9f8e4;
	font-family: inherit;
	font-size: 30px;	/* was 40px */
	text-align: center;
	text-transform: uppercase;
}
#my-reserve .content_supernarrow .wpcf7 p input[type="submit"]:hover {
	background-color: #91a1aa;
}

/* Frequently Asked Questions
----------------------------------------------- */
#my-faq .entry-content {
	max-width: 840px;	/* MTL KAZ: CHKHTML: added */
	padding: 0 5%;		/* MTL KAZ: CHKHTML: was 0 20% */
}
/* JUL-2017: CHKHTML: c/o
 *#my-faq .entry-header.mainvisual .entry-title {
 *	display: none;
 *}
 */
#my-faq .entry-header.mainvisual .entry-title.imgonly {	/* JUL-2017: CHKHTML: en */
	position: absolute;
	width: 100%;
	top: 0;
	line-height: 0;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}
#my-faq .entry-header.mainvisual .entry-title.imgonly img {	/* JUL-2017: CHKHTML: en */
	width: 40%;
}
#my-faq h2 {
	margin: 45px 0 12px;
	text-align: center;
}
#my-faq .qa {
	position: relative;
	margin-bottom: 24px;
}
#my-faq .qa .expand_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 6px;
	line-height: 1;
	color: #ccc;	/* #adc4b3 ??? */
	cursor: pointer;
	font-size: 48px;
}
#my-faq .qa .q {
	background-color: #758692;
	padding: 31px 40px;
	color: #f9f8e4;	/* #e3e3d5 ??? */
	font-family: Teko, sans-serif;
	font-size: 38px;
	text-align: center;
	text-transform: uppercase;
}
#my-faq .qa .a {
	background-color: #ccc;	/* #adc4b3 ??? */
	display: none;
	padding: 38px 31px;	/* MTL KAZ: CHKHTML: 31px 31px 12px in design */
	font-size: 128%;
}
#my-faq .qa .a .wp-caption {
	background: transparent;
	width: 307px !important;
	margin-top: 0;
	padding: 0;
}
#my-faq .qa .a .wp-caption img {
	margin-bottom: 0.4em;
}
#my-faq .qa .a .wp-caption .wp-caption-text {
	color: inherit;
	font-size: 78%;
	padding: 0;
}

/* =Plan Your Visit
----------------------------------------------- */
.purpose_intro {
	margin-bottom: 40px;
}
.purpose_mainphotos {
	width: 100%;
	margin-bottom: 10px;
}
.purpose_subphotos {
}
.purpose_subphotos a,
.purpose_subphotos > img {
	width: 28.57%;
	max-width: 240px;
	margin: 2.38%;
}
.purpose_subphotos a img {
	width: 100%;
	padding: 0px;
	max-width: none;
}
#planaccommo, #basicinfoevent {
	margin-top: 25px;
}
.planotherlist .planotherarea {
	width: 50%;
	max-width: 315px;
	text-align: center;
	padding: 11px 0 10px;
	margin-bottom: 8px;
}
.purpose_link_button a {
	width: 50%;
	max-width: 315px;
	text-align: center;
	padding: 11px 0 10px!important;
	margin-bottom: 8px;
}

/* =Trekking from Kamikochi
----------------------------------------------- */
.entry-content table#trekking_difficulty_table tr th:not(:first-child),
.entry-content table#trekking_difficulty_table tr td:not(:first-child) {
	text-align: center;
}

/* Single Spot
----------------------------------------------- */
.single-spot .entry-content {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	font-size: 114%;	/* 16 * 88% * 114% = 16.05px */
}
.single-spot .entry-content h1,
.single-spot .entry-content .jname,
.single-spot .entry-content h2#spot_h2_gallery {
	text-align: center;
}
.single-spot .entry-content h1 {
	margin-bottom: 0;
}
.single-spot .entry-content .jname {
	margin-bottom: 10px;
}
.single-spot .entry-content .jname span.name {
	font-weight: bold;
}
.single-spot .entry-content h2.ssize {
	margin: 12px 0 6px;
	font-size: 40px;
}
.single-spot .entry-content #spot_facility_icons img {
	margin-right: 12px;
}
.single-spot .entry-content h2#spot_h2_gallery,
.single-spot .entry-content h2#spot_h2_snslinks {	/* JUN-2017: CHKHTML */
	display: none;
}
.single-spot .entry-content h2#spot_h2_gallery {
	margin: 16px 0 6px;
}
.single-spot .entry-content #image_switch {	/* JUN-2017: CHKHTML */
	margin-top: 16px;
}
.single-spot .entry-content #spot_tripadvisor {
	margin: 0 0 16px -10px;	/* JUN-2017: CHKHTML: was -12px 0 16px -10px */
}
.single-spot .entry-content #spot_instagram {
}
.single-spot .entry-content #spot_instagram a {
	display: block;
	color: inherit;
}
.single-spot .entry-content #spot_instagram a img {
	width: 29px;
	margin-bottom: 3px;
}
/* Photos switch */
#image_switch {		/* 拡大表示部分の下にサムネイルが並びスイッチする部分の全体 */
	overflow: hidden;
	margin-bottom: 12px;
	line-height: 0;
}
#image_switch_img_wrapper {
	position: relative;
	margin-bottom: 1px;	/* 拡大表示部分とサムネイル部分間のマージン */
}
#image_switch_placeholder, #image_switch_placeholder img,
.image_switch_img, .image_switch_img img {
	width: 100%;	/* 拡大画像の幅 */
}
#image_switch_placeholder {
	position: relative;
	z-index: -19999;
}
.image_switch_img {
	position: absolute;
	text-align: center;
	top: 0;
	z-index: -9999;
}
#image_switch_img1 {	/* 最初に表示する画像 (imageswitch.jsの .curImage) */
	z-index: 100;
}
#image_switch_thumb_wrapper {
	position: relative;
}
#image_switch_thumb_wrapper .image_switch_thumb, #image_switch_thumb_wrapper .overlay {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;	/* 幅 */
}
#image_switch_thumb_wrapper .image_switch_thumb {
	float: left;
	overflow: hidden;
	padding: 0 0.5px;
	text-align: center;
	/* position: relative;	下記"拡大画像の縦横比より～"の position: absolute がある場合に活かす */
}
#image_switch_thumb_wrapper .image_switch_thumb:not(.dummy) img {
	width: 100%;	/* サムネイルの幅 */
	cursor: pointer;
}
#image_switch_thumb_wrapper .image_switch_thumb.dummy span.bg,
#image_switch_thumb_wrapper .overlay span.bg {
	display: block;
}
#image_switch_thumb_wrapper .image_switch_thumb.dummy span.bg {
	background-color: #adc4b3;
}
#image_switch_thumb_wrapper .image_switch_thumb.dummy span.bg img,
#image_switch_thumb_wrapper .overlay span.bg img {
	opacity: 0;
	filter: alpha(opacity=0);
}
#image_switch_thumb_wrapper .overlay {	/* 現在拡大表示している画像を薄暗く表示する場合かぶせるスタイル */
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0.5px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#image_switch_thumb_wrapper .overlay img {
	width: 100%;
}

/* =Authors
----------------------------------------------- */
#authors_heading {
	text-align: center;
}
#authors_heading p.content_large {
	margin-bottom: 26px;
	line-height: 1.5;
	font-size: 142%;	/* was 150% */
}
#authors_panels ul.panels li .info {
	min-height: 181px;
	padding: 22px 10% 35px;
}
#authors_panels ul.panels li .info .title {
	height: 48px;
	padding: 0;
	font-size: 28px;	/* was 30px */
	font-family: Teko, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}
#authors_panels ul.panels li .info .meta {
	padding: 6px 0;
}

/* =Other Attractions
----------------------------------------------- */
.otherspots .pcstayright {
	margin-left: 40%;
	width: auto;
}

.otherspots .pcstayleft {
	margin-right: 40%;
	width: auto;
}

.otherspots .pcstayleft p, .otherspots .pcstayright p, .otherspots .pcfloatleft, .otherspots .pcfloatright {
	margin-bottom: 20px;
}

.otherspots .pcfloatleft {
/*	margin-left: 3%;*/
	width: auto;
	max-width: 35%;
}

/* .otherspots .pcfloatleft img, .otherspots .pcfloatright img {	width: 100%;}*/

.otherspots .pcfloatright {
/*	margin-right: 3%;*/
	width: auto;
	max-width: 35%;
}

.otherspotssingle {
	margin-top: 16px;
	margin-bottom: 36px;
}

/* =Links
----------------------------------------------- */
#links h3 {
	text-align: center;
	margin-top: 40px;
}
#links table th, #links table td {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 10px;
	vertical-align: middle;
}
#links table th {
	width: 200px;
	text-align: center;
	height: 80px;
}
#links table td {
	width: calc(100% - 200px);
}
#links table tbody tr th a img {
	width: 100%;
}

#links table tbody tr th#verlong a img {
	width: 50%;
}

/* =Form displaynone
----------------------------------------------- */
p#yadormail {
	display: none;
}

/* =Under Construction
----------------------------------------------- */
.notyet {
	text-align: center;
}

/* =Responsive Structure
----------------------------------------------- */

/* Special breakpoint for single spots */
@media only screen and (max-width: 1006px) {
	.single-spot .entry-content {
		width: 80%;
	}
}

/* JUN-2017: Special breakpoint for single post sidebar */
@media only screen and (max-width: 959px) and (min-width: 600px) {
	.widget_categories > ul {
		-moz-columns: 1;
		-webkit-columns: 1;
		columns: 1;
	}
	.widget_categories ul li {
		padding: 5px 10px;
	}
}

/* Special breakpoint for Frequently Asked Questions */
@media only screen and (max-width: 850px) {
	#my-faq .qa .a .wp-caption,
	#my-faq .qa .a .wp-caption img {
		float: none;
	}
	#my-faq .qa .a .wp-caption {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Special breakpoint for accomodation selections */
@media only screen and (max-width: 800px) {
	#my-accommodation .mainvisual.entry-header form {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: -34px;
	}
	#my-accommodation .mainvisual.entry-header form label {
		width: 100%;
		margin-bottom: 5px;
	}
}

/* Special breakpoint for the header */
@media only screen and (max-width: 808px) {	/* JUN-2017: CHKHTML was 676px */
	ul#headmenu > li .parent {
		font-size: 32px;
	}
}
/* JUN-2017: CHKHTML c/o
@media only screen and (max-width: 649px) {
	ul#headmenu > li ul {
		font-size: 24px;
	}
}
*/

/* Special breakpoint for the footer */
/*@media only screen and (max-width: 799px) {
 *	#footmenu ul {
 *		width: 30%;
 *	}
 */	/* #footmenu ul.faq {
	 *	margin-top: 1.5em;
	 *}
	 */	/* Removed "National Park" */
/*	#footmenu ul.attractions {
 *		margin-top: 1.5em;
 *	}
 *}
 */	/* MTL KAZ: JAN-2017: Removed "Other Attractions" */


/* AUG-2017: Special breakpoint for tablets */
@media only screen and (max-width: 800px) {
	#top_journal ul.panels li .info .title,
	.blog ul.panels li .title,
	#purpose_journals ul.panels li .title {
		font-size: 24px;
	}
}

/* General breakpoint */
@media only screen and (max-width: 599px) {
	body {
		font-size: 16px;
	}
	#primary,
	#secondary {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	#primary {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#secondary {
		padding-right: 0;
	}

	#headlogo a,
	#headlogo a img {
		width: 50px;
	}
	#headlogo a {
		height: 75px;
		line-height: 75px;
		padding: 0 25px;
	}
	#spmenu_btn {
		display: block;
		float: right;
		width: 89px;
	}
	#spmenu_btn a {
		padding: 18px 25px;
	}
	#spmenu_btn a img {
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	#headfuncs {
		display: none;
	}
	ul#headmenu {
		background-color: white;
		display: none;
		position: absolute;
		width: 100%;
		height: auto;
		left: 0;
		top: 77px;
		margin: 0;
		padding-left: 0px;
	}
	ul#headmenu > li {
		background-color: #eae9e1;
		float: none;
		margin-top: 7px;
	}
	ul#headmenu > li:first-child,
	ul#headmenu > li.footer {
		margin-top: 0;
	}
	ul#headmenu > li.sp_search,
	ul#headmenu > li.sp_langselect,
	ul#headmenu > li.footer {
		display: block;
	}
	ul#headmenu > li.sp_search {
		background-color: #758692;
	}
	ul#headmenu > li.home,	/* JUN-2017: CHKHTML: added */
	ul#headmenu > li.basicinfo,
	ul#headmenu > li.plan {
		width: 100%;
	}
	ul#headmenu > li.home {	/* JUN-2017: CHKHTML: added */
		max-width: none;
	}
	ul#headmenu > li a,
	ul#headmenu > li span.nolink {
		padding: 0.1em 5.56%;
	}
	ul#headmenu > li span.nolink,
	ul#headmenu > li.sp_search form,
	ul#headmenu > li.sp_search form input {
		display: block;
	}
	ul#headmenu > li .parent {
		display: block;
		height: auto;
		font-size: 42px;
	}
	ul#headmenu > li.sp_search form {
		padding: 0 15px 0 5.56%;
	}
	ul#headmenu > li.sp_search form input#headmenu_search_text {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background: transparent;
		border: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		float: left;
		width: calc(100% - 59px);
		height: 59px;
/*		margin: 0; */
		padding: 0;
		line-height: 59px;
		color: #e3e3d5;
		font-family: Teko, sans-serif;
		font-size: 42px;	/* JUN-2017: CHKHTML: was 48px */
		vertical-align: middle;
	}
	ul#headmenu > li.sp_search form input#headmenu_search_text:-ms-input-placeholder {
		color: #e3e3d5;
	}
	ul#headmenu > li.sp_search form input#headmenu_search_text::-webkit-input-placeholder {
		color: #e3e3d5;
	}
	ul#headmenu > li.sp_search form input#headmenu_search_text::-moz-placeholder {
		color: #e3e3d5;
	}
	ul#headmenu > li.sp_search form input#headmenu_search_text::placeholder {
		color: #e3e3d5;
	}
	ul#headmenu > li.sp_search form input#headmenu_search_submit_btn {
/*		width: 33px; */
		padding: 13px;
		cursor: pointer;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		transition: all .5s;
		vertical-align: middle;
	}
	ul#headmenu > li .parent a {	/* OCT-2019: added */
		display: block;
		padding: 0.1em 5.56%;
		text-align: left;
	}
	ul#headmenu > li .parent a.current,
	ul#headmenu > li ul li a.current {	/* JUN-2017: CHKHTML: missing */
		background-color: #758692;
		color: #f9f8e4;
	}
	ul#headmenu > li ul {
		background: transparent;
		display: block;
		position: static;
		top: auto;
		left: auto;
		font-size: 29px;
	}
	ul#headmenu > li.hover ul {	/* JUN-2017: CHKHTML: iPad */
		position: static;
	}
	ul#headmenu > li ul li {
		white-space: normal;
		line-height: 1;
	}
	ul#headmenu > li ul li.tablet {	/* JUN-2017: CHKHTML: iPad */
		display: none;
	}
	ul#headmenu > li ul li a {
		padding: 0.1em 5.56% 0.1em calc(5.56% + 0.36em);
	}
	ul#headmenu > li ul li a:before {
		margin-left: -0.36em;
	}
	ul#headmenu > li.sp_langselect ul li:not([lang^='en']) {
		line-height: 1.2;
		font-size: 24px;
	}
	ul#headmenu > li.footer {
		background-color: white;
		font-family: Teko, sans-serif;
		font-size: 18.5px;
		text-align: center;
	}
	ul#headmenu > li.footer .sns_line {
		background-color: #758692;
		padding: 10px 0;
	}
	ul#headmenu > li.footer .sns_line a {
		display: inline-block;
	}
	ul#headmenu > li.footer .adminnotice {
		color: #666;
		padding: 11px 0 45px;
	}

	.single-post .entry-header,
	.single-news .entry-header,
	.post-type-archive-news .entry-header,
	.single-post .entry-content,
	.single-news .entry-content,
	.post-type-archive-news .entry-content {
		padding: 0 10px;
	}
	.page-title,
	.entry-title,
	.entry-content h1, .comment-content h1,
	.singular.page-template-default:not(.home):not(#my-accommodation):not(#my-restaurantshops) .entry-title {	/* JUN-2017: CHKHTML */
		font-size: 48px;	/* was 60px */
	}
	.single-post .entry-title,
	.single-news .entry-title,
	.post-type-archive-news .entry-title,
	.search-results .page-header.mainvisual .page-title,
	.entry-content h2, .comment-content h2 {	/* JUN-2017: CHKHTML */
		font-size: 42px;
	}
/*	.entry-content h3, .comment-content h3 {
 *		font-size: 37px;
 *	}
 *	.entry-content h4, .comment-content h4 {
 *		font-size: 30px;
 *	}
 *	.single-post .entry-meta,
 *	.single-news .entry-meta,
 *	.post-type-archive-news .entry-meta,
 *	.entry-content h5, .comment-content h5 {
 *		font-size: 24px;
 *	}
 *	.entry-content h6, .comment-content h6 {
 *		font-size: 20px;
 *	}
 */
	.singular.page-template-default:not(.home):not(#my-accommodation):not(#my-sightseeing):not(#my-restaurantshops):not(#my-authors):not(#my-events):not(#my-faq) .entry-content table {
		word-break: break-all;
		margin-left: -5.55%;
		margin-right: -5.55%;
	}
	.singular.page-template-default:not(.home):not(#my-accommodation):not(#my-sightseeing):not(#my-restaurantshops):not(#my-authors):not(#my-events):not(#my-faq) .entry-content .content_narrow table {
		margin-left: -11.73%;
		margin-right: -11.73%;
	}
	.singular.page-template-default:not(.home):not(#my-accommodation):not(#my-sightseeing):not(#my-restaurantshops):not(#my-authors):not(#my-events):not(#my-faq) .entry-content .content_supernarrow table {
		margin-left: -19.44%;
		margin-right: -19.44%;
	}

	/* MTL KAZ: AUG-2017: added for "Getting Here" maps */
	.entry-content .content_supernarrow img.spfullwidth,
	.entry-content .content_supernarrow iframe.spfullwidth {
		max-width: 138.9%;
		margin-left: -19.5%;
		padding: 6px 0;
	}

	#secondary .widget select,
	#secondary .widget form#searchform {
		width: 96%;
		margin: 0 2%;
	}

	.pconly {	/* 幅 > Breakpoint 専用のコンテンツ*/
		display: none;
	}
	.sponly {	/* 幅 <= Breakpoint 専用のコンテンツ */
		display: block;
	}
	video.sponly, applet.sponly, embed.sponly, iframe.sponly, img.sponly,
	object.sponly, button.sponly, datalist.sponly, fieldset.sponly,
	input.sponly, label.sponly, legend.sponly, meter.sponly, output.sponly,
	progress.sponly, select.sponly, textarea.sponly {
		display: inline-block;
	}
	span.sponly, a.sponly, abbr.sponly, acronym.sponly, address.sponly,
	b.sponly, bdi.sponly, bdo.sponly, big.sponly, cite.sponly, code.sponly,
	data.sponly, del.sponly, dfn.sponly, em.sponly, font.sponly, i.sponly,
	ins.sponly, kbd.sponly, mark.sponly, q.sponly, ruby.sponly, s.sponly,
	samp.sponly, small.sponly, strike.sponly, strong.sponly, sub.sponly,
	sup.sponly, time.sponly, tt.sponly, u.sponly, var.sponly {
		display: inline;
	}
	table.sponly {
		display: table;
	}
	caption.sponly {
		display: table-caption;
	}
	thead.sponly {
		display: table-header-group;
	}
	tbody.sponly {
		display: table-row-group;
	}
	tfoot.sponly {
		display: table-footer-group;
	}
	tr.sponly {
		display: table-row;
	}
	th.sponly, td.sponly {
		display: table-cell;
	}
/*	.singular.page-template-default:not(.home):not(#my-accommodation):not(#my-sightseeing):not(#my-restaurantshops):not(#my-authors):not(#my-events):not(#my-faq) .entry-content,
 *	.content_narrow {
 *		padding: 0 5%;
 *	}
 *	.content_supernarrow {
 *		padding: 0 10%;
 *	}
 */	/* MTL KAZ: CHKHTML: c/o */
	.pcfloatleft,
	.pcfloatright,
	.pcstayleft,
	.pcstayright,
	.content_narrow .pcfloatleft,
	.content_narrow .pcstayright,
	#top_deeper_park #top_deeperjapan,
	#top_deeper_park #top_nationalpark,
	#my-accommodation .content_narrow .pcfloatleft,
	#my-accommodation .content_narrow .pcstayright,
	.otherspots .pcfloatleft,
	.otherspots .pcfloatright {
		width: auto;
	}
	.pcfloatleft,
	.pcfloatright,
	.otherspots .pcfloatleft,
	.otherspots .pcfloatright {
		float: none;
	}
	.pcstayleft,
	.otherspots .pcstayleft {
		margin-right: 0;
	}
	.pcstayright,
	.content_narrow .pcstayright,
	#top_seasonal .pcstayright,
	#top_deeper_park #top_nationalpark,
	#my-accommodation .content_narrow .pcstayright,
	.otherspots .pcstayright {
		margin-left: 0;
	}
	.otherspots .pcfloatleft,
	.otherspots .pcfloatright {
		max-width:100%;
	}
	
	.otherspots .pcfloatleft img, 
	.otherspots .pcfloatright img {
		text-align: center;
	}
	.pctwocols {
		-moz-columns: 1;
		-webkit-columns: 1;
		columns: 1;
	}
/*	.entry-content #gm-map-1-legend {
 *		width: 100%;
 *	}
 */
	.entry-content ul.gm-legend li {
		float: none;
		width: auto;
	}

	#ft_links,
	#ft_copyright .inner .sns_line {
		display: none;
	}
	#ft_copyright {
		font-size: 16px;
		text-align: center;
	}

/*	.entry-content a.button {
 *		font-size: 20px;
 *	}
 *	.entry-content a.button.large {
 *		font-size: 37px;
 *	}
 */
	ul.panels li,
	#my-accommodation ul.panels li,
	#archive_widgets .widget {
		float: none;
		width: 98.4%;
		max-width: 436px;
	}
	ul.panels li,
	#my-accommodation ul.panels li {
		margin: 0 auto 20px;
	}

	/* Front Page */
	#top_slideshow .text_overlay {	/* AUG-2019 KAZ: added */
		font-size: 4vw;
	}
	.entry-content p.top_para {
		line-height: 1.5;
		font-size: 100%;
	}
	#top_intro {
		text-align: center;
	}
	#top_intro .pcfloatleft .btn_line a.button {
		width: 257px;
		margin-bottom: 10px;
		padding: 2px 0;
	}
	#top_instagram #sb_instagram #sbi_images .sbi_item {
		width: 31.85%;
		padding: 1.48% !important;
	}
	#top_instagram #sb_instagram #sbi_images .sbi_item:nth-child(n+7) {	/* nth-child(n+7) = 7番目以降 */
		display: none;
	}
	#top_instagram .sns_line a img {
		width: 59px;
		margin-bottom: 10px;
	}
	#top_instagram .sns_line a.button {
		display: block;
		width: 100%;
		max-width: 309px;
		margin-left: auto;
		margin-right: auto;
	}
	#top_instagram ul li:nth-child(3n+1) {
		margin-left: 3.7%;
	}
	#top_journal ul.panels li .info .title,
	.blog ul.panels li .title,
	#purpose_journals ul.panels li .title {	/* AUG-2017: added: overriding tablet style */
		font-size: 28px;
	}
	#top_deeper_park {
		padding: 0;
	}
	#top_deeper_park #top_deeperjapan p.top_para,
	#top_deeper_park #top_deeperjapan > div,
	#top_deeper_park #top_nationalpark p.top_para,
	#top_deeper_park #top_nationalpark > div {
		padding: 0 1.75%;
	}
	#top_deeper_park #top_deeperjapan p.top_para,
	#top_deeper_park #top_nationalpark p.top_para {
		margin-bottom: 8px;
	}
	#top_deeper_park a.button {
		max-width: 442px;
		margin: 0 0 23px;
	}
	#top_latestnews {
		padding: 11px 6.3% 15px;
	}
	#top_latestnews ul {
		min-height: 0;	/* AUG-2019 KAZ: added */
	}
	#top_latestnews a.button {
		width: 100%;		/* JUN-2017: CHKHTML */
		max-width: 318px;	/* JUN-2017: CHKHTML */
		margin-top: 20px;
	}
	#top_banners {
		padding: 12px;
	}
	#top_banners:only-child {	/* AUG-2019 KAZ: added */
		margin-left: 0;
		margin-right: 0;
	}
	#top_banners a {
		width: 49%;
	}
	#top_banners a:first-child {
		margin-right: 2%;
	}
	#top_seasonal {
		text-align: center;
	}
	#top_seasonal .pcfloatleft {
		margin-right: 0;
	}
	#top_explore {
		text-align: center;
		padding: 0 8.52%;
	}
	#top_explore .pcfloatleft a.button.large {
		margin-bottom: 12px;
	}
	#top_explore .pcstayright .icon_line {
		margin: 0 -9.8%;	/* JUN-2017: CHKHTML: was 0 */
	}
	#top_explore .pcstayright .icon_line a:first-child {
		margin-right: 7.84%;
	}

	/* Blog Components */
	#archive_widgets .widget {
		margin-left: auto;
		margin-right: auto;
	}

	/* Kamikochi Ambassadors */
	#ambassadors_photos img {
		width: 91.44%;
	}

	/* Accommodations */
	#my-accommodation .mainvisual.entry-header form {
		margin-top: 0;
		padding-top: 5px;
	}
	#my-accommodation .entry-header.mainvisual form label span {
		width: 132px;
		font-size: 32px;
	}
	#my-accommodation .entry-header.mainvisual form label select {
		width: calc(97% - 132px);
		line-height: 23px;
		font-size: 20px;
	}
	#my-accommodation .content_narrow .pcstayright {
		text-align: center;
	}
	#my-accommodation .content_narrow .pcfloatleft p.note,
	#my-accommodation .content_narrow .pcstayright p.note,
	#my-accommodation ul.panels li .info .descr {
		font-size: 16px;
	}
	#my-accommodation ul.panels li:hover .info {
		height: 392px;
	}
	#my-accommodation ul.panels li .info .descr {
		height: 273px;
	}

	/* Restaurant & Shops */
	ul.restaurantshops_photos li {
		float: none;
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	ul.restaurantshops_photos li:first-child {
		margin-top: 0;
	}
	#restaurantshops_onsite_wrapper ul.onsiteshoplist li h4 {
		text-align: center;
	}
	#restaurantshops_onsite_wrapper ul.onsiteshoplist li .photo {
		float: none;
		width: 100%;
	}
	#restaurantshops_onsite_wrapper ul.onsiteshoplist li table {
		width: 100%;
		margin-left: 0;
	}

	/* Reservation Request Form */
	#my-reserve .entry-header.mainvisual .entry-title {	/* JUN-2017: CHKHTML */
		font-size: 48px;
	}
/*	#my-reserve .entry-content h2 {	/$ h4 size $/
 *		font-size: 30px;
 *	}
 *	#my-reserve .entry-content h3 {	/$ h6 size $/
 *		font-size: 20px;
 *	}
 */
	#my-reserve .content_supernarrow .wpcf7 p input[type="text"].datepicker {	/* DEC-2019 KAZ: added */
		width: 308px;
	}

	/* Frequently Asked Questions */
/*	#my-faq .entry-content {
 *		padding: 0 5%;
 *	}
 */	/* MTL KAZ: CHKHTML: c/o */

	/* Plan Your Visit */
	#gettingheremovie,
	.purpose_mainphotos {
		width: 122.6%;
		margin-left: -11.3%;
		margin-right: -11.3%;
	}
	.purpose_subphotos {
		margin-left: -12.5%;
		margin-right: -12.5%;
	}

	/* Single Spots */
/*	.single-spot .entry-header .gm-map iframe {
 *		height: 400px;
 *	}
 */	/* This won't work. */
	.single-spot .entry-content {
		width: 90%;
	}
	#image_switch {
		padding-left: 0;
		padding-right: 0;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	#page {
		width: 1400px;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}
#sb_instagram {width: 100%;margin: 0 auto;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram:after{content: "";display: table;clear: both;}#sb_instagram.sbi_fixed_height{overflow: hidden;overflow-y: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram #sbi_images{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram .sbi_header_link {-webkit-box-shadow: none;box-shadow: none;}#sb_instagram .sbi_header_link:hover {border: none;}#sb_instagram #sbi_images .sbi_item{display: inline-block;width: 100%;vertical-align: top;zoom: 1;margin: 0 !important;text-decoration: none;opacity: 1;overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}#sb_instagram #sbi_images .sbi_item.sbi_transition{opacity: 0;}#sb_instagram #sbi_images {display: grid;width: 100%;padding: 12px 0;}#sb_instagram.sbi_col_1 #sbi_images {grid-template-columns: repeat(1, 1fr);}#sb_instagram.sbi_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(1, 1fr);}#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram .sbi_photo_wrap{position: relative;}#sb_instagram .sbi_photo{display: block;text-decoration: none;}#sb_instagram .sbi_photo img{width: 100%;height: inherit;object-fit: cover;scale: 1;transition: -webkit-transform .5s ease-in-out;transition: transform .5s ease-in-out;transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;vertical-align: middle;}#sb_instagram .sbi_no_js img{display: none;}#sb_instagram a, #sb_instagram a:hover, #sb_instagram a:focus, #sb_instagram a:active{outline: none;}#sb_instagram img{display: block;padding: 0 !important;margin: 0 !important;max-width: 100% !important;opacity: 1 !important;}#sb_instagram .sbi_link{display: none;position: absolute;bottom: 0;right: 0;width: 100%;padding: 10px 0;background: rgba(0,0,0,0.5);text-align: center;color: #fff;font-size: 12px;line-height: 1.1;}#sb_instagram .sbi_link a{padding: 0 6px;text-decoration: none;color: #fff;font-size: 12px;line-height: 1.1;display: inline-block;vertical-align: top;zoom: 1;}#sb_instagram .sbi_link .sbi_lightbox_link{padding-bottom: 5px;}#sb_instagram .sbi_link a:hover, #sb_instagram .sbi_link a:focus{text-decoration: underline;}#sb_instagram .sbi_photo_wrap:hover .sbi_link, #sb_instagram .sbi_photo_wrap:focus .sbi_link{display: block;}#sb_instagram svg:not(:root).svg-inline--fa {height: 1em;display: inline-block;}#sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .sbi_playbtn, .sbi_type_carousel .fa-clone, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play{display: block !important;position: absolute;z-index: 1;color: #fff;color: rgba(255,255,255,0.9);font-style: normal !important;text-shadow: 0 0 8px rgba(0,0,0,0.8);}#sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .sbi_playbtn {z-index: 2;top: 50%;left: 50%;margin-top: -24px;margin-left: -19px;padding: 0;font-size: 48px;}#sb_instagram .sbi_type_carousel .fa-clone{right: 12px;top: 12px;font-size: 24px;text-shadow: 0 0 8px rgba(0,0,0,0.3);}.sbi_type_carousel svg.fa-clone, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play{-webkit-filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );}#sb_instagram .sbi_loader{width: 20px;height: 20px;position: relative;top: 50%;left: 50%;margin: -10px 0 0 -10px;background-color: #000;background-color: rgba(0,0,0,0.5);border-radius: 100%;-webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;animation: sbi-sk-scaleout 1.0s infinite ease-in-out;}#sb_instagram br {display: none;}#sbi_load p {display: inline;padding: 0;margin: 0;}#sb_instagram #sbi_load .sbi_loader{position: absolute;margin-top: -11px;background-color: #fff;opacity: 1;}@-webkit-keyframes sbi-sk-scaleout {0% {-webkit-transform: scale(0) }100% {-webkit-transform: scale(1.0);opacity: 0;}}@keyframes sbi-sk-scaleout {0% {-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);}100% {-webkit-transform: scale(1.0);-ms-transform: scale(1.0);transform: scale(1.0);opacity: 0;}}#sb_instagram .fa-spin, #sbi_lightbox .fa-spin{-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear }#sb_instagram .fa-pulse, #sbi_lightbox .fa-pulse{-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8) }@-webkit-keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg) }100% {-webkit-transform: rotate(359deg);transform: rotate(359deg) }}@keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg) }100% {-webkit-transform: rotate(359deg);transform: rotate(359deg) }}.sbi-screenreader{text-indent: -9999px !important;display: block !important;width: 0 !important;height: 0 !important;line-height: 0 !important;text-align: left !important;overflow: hidden !important;}#sb_instagram .sb_instagram_header, .sb_instagram_header{overflow: hidden;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 12px 0;}#sb_instagram .sb_instagram_header a, .sb_instagram_header a {text-decoration: none;transition: color 0.5s ease;}.sb_instagram_header.sbi_header_outside{float: none;margin-left: auto !important;margin-right: auto !important;display: flex;}.sbi_no_avatar .sbi_header_img{background: #333;color: #fff;width: 50px;height: 50px;position: relative;}.sb_instagram_header .sbi_header_hashtag_icon {opacity: 0;position: absolute;width: 100%;top: 0;bottom: 0;left: 0;text-align: center;color: #fff;background: rgba(0, 0, 0, 0.75);}.sbi_no_avatar .sbi_header_hashtag_icon {display: block;color: #fff;opacity: .9;-webkit-transition: background .6s linear,color .6s linear;-moz-transition: background .6s linear,color .6s linear;-o-transition: background .6s linear,color .6s linear;transition: background .6s linear,color .6s linear }.sbi_no_avatar:hover .sbi_header_hashtag_icon {display: block;opacity: 1;-webkit-transition: background .2s linear,color .2s linear;-moz-transition: background .2s linear,color .2s linear;-o-transition: background .2s linear,color .2s linear;transition: background .2s linear,color .2s linear }@media all and (min-width: 480px){#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img, .sb_instagram_header.sbi_medium .sbi_header_img{width: 80px;height: 80px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img, .sb_instagram_header.sbi_medium .sbi_header_img img{width: 80px;height: 80px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text h3{font-size: 20px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{font-size: 14px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{line-height: 1.4 }#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img, .sb_instagram_header.sbi_large .sbi_header_img{width: 120px;height: 120px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img, .sb_instagram_header.sbi_large .sbi_header_img img {width: 120px;height: 120px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3, .sb_instagram_header.sbi_large .sbi_header_text h3{font-size: 28px;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{font-size: 16px;}}#sb_instagram .sb_instagram_header .sbi_header_img, .sb_instagram_header .sbi_header_img{position: relative;width: 50px;height: 50px;overflow: hidden;-moz-border-radius: 40px;-webkit-border-radius: 40px;border-radius: 50%;}#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover{opacity: 0;position: absolute;width: 100%;top: 0;bottom: 0;left: 0;text-align: center;color: #fff;background: rgba(0,0,0,0.75);}#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, #sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo{position: absolute;top: 50%;left: 50%;margin-top: -12px;margin-left: -12px;width: 24px;height: 24px;font-size: 24px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{margin-top: -18px;margin-left: -18px;width: 36px;height: 36px;font-size: 36px }#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {margin-top: -24px;margin-left: -24px;width: 48px;height: 48px;font-size: 48px }#sb_instagram .sb_instagram_header .sbi_header_img_hover i {overflow: hidden;}#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover{z-index: 2;transition: opacity 0.4s ease-in-out;}#sb_instagram .sb_instagram_header .sbi_fade_in, .sb_instagram_header .sbi_fade_in{opacity: 1;transition: opacity 0.2s ease-in-out;}#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover, #sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover, .sb_instagram_header a:hover .sbi_header_img_hover, .sb_instagram_header a:focus .sbi_header_img_hover{opacity: 1;}#sb_instagram .sb_instagram_header .sbi_header_text, .sb_instagram_header .sbi_header_text{display: flex;gap: 20px;justify-content: flex-start;align-items: center;}#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text, .sb_instagram_header.sbi_large .sbi_feedtheme_header_text {gap: 8px;}.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {gap: 4px;}.sbi_feedtheme_header_text {display: flex;justify-content: flex-start;align-items: flex-start;flex: 1;flex-direction: column;gap: 4px;}#sb_instagram .sb_instagram_header a, .sb_instagram_header a{text-decoration: none;}#sb_instagram .sb_instagram_header h3, .sb_instagram_header h3{font-size: 16px;line-height: 1.3;margin: 0;padding: 0;}#sb_instagram .sb_instagram_header p, .sb_instagram_header p{font-size: 13px;line-height: 1.3;margin: 0;padding: 0;}#sb_instagram p:empty {display: none;}#sb_instagram .sb_instagram_header .sbi_header_text img.emoji, .sb_instagram_header .sbi_header_text img.emoji{margin-right: 3px !important;}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info, .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{clear: both;}#sb_instagram #sbi_load{float: left;clear: both;width: 100%;text-align: center;}#sb_instagram #sbi_load .fa-spinner{display: none;position: absolute;top: 50%;left: 50%;margin: -8px 0 0 -7px;font-size: 15px;}#sb_instagram #sbi_load{opacity: 1;transition: all 0.5s ease-in;}#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader{opacity: 1;transition: all 0.1s ease-in;}#sb_instagram .sbi_hidden{opacity: 0 !important;}#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{display: inline-block;vertical-align: top;zoom: 1;padding: 7px 14px;margin: 5px auto 0 auto;background: #333;border: none;color: #fff;text-decoration: none;font-size: 13px;line-height: 1.5;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram #sbi_load .sbi_load_btn {position: relative;}#sb_instagram .sbi_follow_btn{display: inline-block;vertical-align: top;zoom: 1;text-align: center;}#sb_instagram .sbi_follow_btn.sbi_top{display: block;margin-bottom: 5px;}#sb_instagram .sbi_follow_btn a{background: #408bd1;color: #fff;}#sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a, #sb_instagram #sbi_load .sbi_load_btn{transition: all 0.1s ease-in;}#sb_instagram #sbi_load .sbi_load_btn:hover{outline: none;box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.25);}#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus{outline: none;box-shadow: inset 0 0 10px 20px #359dff;}#sb_instagram .sbi_follow_btn a:active, #sb_instagram #sbi_load .sbi_load_btn:active{box-shadow: inset 0 0 10px 20px rgba(0,0,0,0.3);}#sb_instagram .sbi_follow_btn .fa, #sb_instagram .sbi_follow_btn svg{margin-bottom: -1px;margin-right: 7px;font-size: 15px;}#sb_instagram .sbi_follow_btn svg{vertical-align: -.125em;}#sb_instagram #sbi_load .sbi_follow_btn{margin-left: 5px;}#sb_instagram .sb_instagram_error{width: 100%;text-align: center;line-height: 1.4;}#sbi_mod_error{display: none;border: 1px solid #ddd;background: #eee;color: #333;margin: 10px 0 0;padding: 10px 15px;font-size: 13px;text-align: center;clear: both;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}#sbi_mod_error br {display: initial !important;}#sbi_mod_error p{padding: 5px 0 !important;margin: 0 !important;line-height: 1.3 !important;}#sbi_mod_error ol, #sbi_mod_error ul{padding: 5px 0 5px 20px !important;margin: 0 !important;}#sbi_mod_error li{padding: 1px 0 !important;margin: 0 !important;}#sbi_mod_error span{font-size: 12px;}#sb_instagram.sbi_medium .sbi_playbtn, #sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{margin-top: -12px;margin-left: -9px;font-size: 23px;}#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{right: 8px;top: 8px;font-size: 18px;}#sb_instagram.sbi_small .sbi_playbtn, #sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play{margin-top: -9px;margin-left: -7px;font-size: 18px;}#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{right: 5px;top: 5px;font-size: 12px;}@media all and (max-width: 640px){#sb_instagram.sbi_col_3 #sbi_images, #sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_5 #sbi_images, #sb_instagram.sbi_col_6 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_col_7 #sbi_images, #sb_instagram.sbi_col_8 #sbi_images, #sb_instagram.sbi_col_9 #sbi_images, #sb_instagram.sbi_col_10 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_width_resp{width: 100% !important;}}@media all and (max-width: 480px){#sb_instagram.sbi_col_3 #sbi_images, #sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_5 #sbi_images, #sb_instagram.sbi_col_6 #sbi_images, #sb_instagram.sbi_col_7 #sbi_images, #sb_instagram.sbi_col_8 #sbi_images, #sb_instagram.sbi_col_9 #sbi_images, #sb_instagram.sbi_col_10 #sbi_images {grid-template-columns: 1fr;}#sb_instagram.sbi_mob_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram.sbi_mob_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_mob_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_mob_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_mob_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_mob_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_mob_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_mob_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_mob_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_mob_col_1 #sbi_images {grid-template-columns: 1fr;}}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{box-sizing: border-box;position: relative;overflow: hidden;}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {content: "";display: block;padding-top: 100%;z-index: -300;}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {position: absolute;top: 0;left: 0;bottom: 0;right: 0;}#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {opacity: 1;}#sb_instagram.sbi_no_js .sbi_photo img, #sb_instagram.sbi_no_js .sbi_load_btn{display: none;}#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo, #sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo{padding-bottom: 0 !important;}#sb_instagram #sbi_mod_error .sb_frontend_btn {display: inline-block;padding: 6px 10px;background: #ddd;background: rgba(0,0,0,.1);text-decoration: none;border-radius: 5px;margin-top: 10px;color: #444 }#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {background: #ccc;background: rgba(0,0,0,.15) }#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {margin-right: 2px }.sbi_header_outside.sbi_header_palette_dark, #sb_instagram.sbi_palette_dark, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close{background-color: rgba(0,0,0,.85);color: rgba(255,255,255,.75);}#sb_instagram.sbi_palette_dark .sbi_caption, .sbi_header_palette_dark, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p{color: rgba(255,255,255,.75);}.sbi_header_palette_dark .sbi_bio, #sb_instagram.sbi_palette_dark .sbi_meta {color: rgba(255,255,255,.75);}.sbi_header_palette_dark a, #sb_instagram.sbi_palette_dark .sbi_expand a, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {color: #fff;}.sbi_header_outside.sbi_header_palette_light, #sb_instagram.sbi_palette_light, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip, #sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close{color: rgba(0,0,0,.85);background-color: rgba(255,255,255,.75);}#sb_instagram.sbi_palette_light .sbi_caption, .sbi_header_palette_light, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p{color: rgba(0,0,0,.85);}.sbi_header_palette_light .sbi_bio, #sb_instagram.sbi_palette_light .sbi_meta {color: rgba(0,0,0,.85);}.sbi_header_palette_light a, #sb_instagram.sbi_palette_light .sbi_expand a, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {color: #000;}@media all and (max-width: 480px){#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_mob_col_1 #sbi_images {grid-template-columns: 1fr;}#sb_instagram.sbi_mob_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr) }#sb_instagram.sbi_mob_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr) }#sb_instagram.sbi_mob_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr) }#sb_instagram.sbi_mob_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr) }#sb_instagram.sbi_mob_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr) }#sb_instagram.sbi_mob_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr) }}@media all and (max-width: 800px){#sb_instagram.sbi_tab_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram.sbi_tab_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_tab_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_tab_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_tab_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_tab_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_tab_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_tab_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_tab_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_tab_col_1 #sbi_images {grid-template-columns: 1fr;}}@media all and (max-width: 480px){#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_mob_col_1 #sbi_images {grid-template-columns: 1fr;}#sb_instagram.sbi_mob_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr) }#sb_instagram.sbi_mob_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr) }#sb_instagram.sbi_mob_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr) }#sb_instagram.sbi_mob_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_mob_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_mob_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_mob_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_mob_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_mob_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}}#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{display: none !important;}body:after {content: url(/wp-content/plugins/instagram-feed/img/sbi-sprite.png);display: none;}.sbi_lightboxOverlay {position: absolute;top: 0;left: 0;z-index: 99999;background-color: black;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity: 0.9;display: none;}.sbi_lightbox {position: absolute;left: 0;width: 100%;z-index: 100000;text-align: center;line-height: 0;font-weight: normal;}.sbi_lightbox .sbi_lb-image {display: block;height: auto;max-width: inherit;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;object-fit: contain;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;-ms-border-radius: 3px 0 0 3px;-o-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}.sbi_lightbox a:hover, .sbi_lightbox a:focus, .sbi_lightbox a:active{outline: none;}.sbi_lightbox a img {border: none;}.sbi_lb-outerContainer {position: relative;background-color: #000;*zoom: 1;width: 250px;height: 250px;margin: 0 auto 5px auto;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;}.sbi_lb-outerContainer:after {content: "";display: table;clear: both;}.sbi_lb-container-wrapper{height: 100%;}.sbi_lb-container {position: relative;padding: 4px;top: 0;left: 0;width: 100%;height: 100%;bottom: 0;right: 0;}.sbi_lb-loader {position: absolute;width: 100%;top: 50%;left: 0;height: 20px;margin-top: -10px;text-align: center;line-height: 0;}.sbi_lb-loader span {display: block;width: 14px;height: 14px;margin: 0 auto;background: url(/wp-content/plugins/instagram-feed/img/sbi-sprite.png) no-repeat;}.sbi_lb-nav {top: 0;left: 0;width: 100%;z-index: 10;}.sbi_lb-container > .nav {left: 0;}.sbi_lb-nav a {position: absolute;z-index: 100;top: 0;height: 90%;outline: none;background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');}.sbi_lb-prev, .sbi_lb-next {height: 100%;cursor: pointer;display: block;}.sbi_lb-nav a.sbi_lb-prev {width: 50px;left: -70px;padding-left: 10px;padding-right: 10px;float: left;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);opacity: 0.5;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-nav a.sbi_lb-prev:hover {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}.sbi_lb-nav a.sbi_lb-next {width: 50px;right: -70px;padding-left: 10px;padding-right: 10px;float: right;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);opacity: 0.5;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-nav a.sbi_lb-next:hover {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}.sbi_lb-nav span{display: block;top: 55%;position: absolute;left: 20px;width: 34px;height: 45px;margin: -25px 0 0 0;background: url(/wp-content/plugins/instagram-feed/img/sbi-sprite.png) no-repeat;}.sbi_lb-nav a.sbi_lb-prev span{background-position: -53px 0;}.sbi_lb-nav a.sbi_lb-next span{left: auto;right: 20px;background-position: -18px 0;}.sbi_lb-dataContainer {margin: 0 auto;padding-top: 10px;*zoom: 1;width: 100%;font-family: "Open Sans", Helvetica, Arial, sans-serif;-moz-border-radius-bottomleft: 4px;-webkit-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px;-webkit-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{position: relative;padding-right: 300px;background: #fff;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {position: relative;background: #000;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {width: 300px !important;position: absolute;top: 0;right: -300px;height: 100%;bottom: 0;background: #fff;line-height: 1.4;overflow: hidden;overflow-y: auto;text-align: left;}.sbi_lb-dataContainer:after, .sbi_lb-data:after, .sbi_lb-commentBox:after {content: "";display: table;clear: both;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{display: block !important;width: 100%;margin-top: 20px;padding: 4px;}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {padding-bottom: 0;}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {width: 100%;max-width: 100%;margin-bottom: 20px;}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {display: inline-block;padding-top: 10px;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{display: block !important;width: 100%;min-width: 100%;float: left;clear: both;font-size: 12px;padding: 3px 20px 3px 0;margin: 0 0 1px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {font-weight: 700;margin-right: 5px;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{text-align: left;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{box-sizing: border-box;padding: 15px 20px;}.sbi_lb-data {padding: 0 4px;color: #ccc;}.sbi_lb-data .sbi_lb-details {width: 85%;float: left;text-align: left;line-height: 1.1;}.sbi_lb-data .sbi_lb-caption {float: left;font-size: 13px;font-weight: normal;line-height: 1.3;padding-bottom: 3px;color: #ccc;word-wrap: break-word;word-break: break-word;overflow-wrap: break-word;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}.sbi_lb-data .sbi_lb-caption a{color: #ccc;font-weight: bold;text-decoration: none;}.sbi_lb-data .sbi_lb-caption a:hover, .sbi_lb-commenter:hover{color: #fff;text-decoration: underline;}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{float: left;width: 100%;color: #ccc;padding-bottom: 0;display: block;margin: 0 0 5px 0;}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p{color: #fff;text-decoration: underline;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {color: #333;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p{color: #333;}.sbi_lightbox .sbi_lightbox_username img {float: left;border: none;width: 32px;height: 32px;margin-right: 10px;background: #666;-moz-border-radius: 40px;-webkit-border-radius: 40px;border-radius: 40px;}.sbi_lightbox_username p{float: left;margin: 0;padding: 0;color: #ccc;line-height: 32px;font-weight: bold;font-size: 13px;}.sbi_lb-data .sbi_lb-number {display: block;float: left;clear: both;padding: 5px 0 15px 0;font-size: 12px;color: #999999;}.sbi_lb-data .sbi_lb-close {display: block;float: right;width: 30px;height: 30px;font-size: 18px;color: #aaa;text-align: right;outline: none;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity: 0.7;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-data .sbi_lb-close:hover {cursor: pointer;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;color: #fff;}.sbi_lb-nav {height: auto;}.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {position: relative !important;}.sbi_lb-container{padding: 0;}.sb-elementor-cta {width: 100% !important;border: 1px solid #E8E8EB !important;border-radius: 2px !important;position: relative !important;text-align: center !important;}.sb-elementor-cta-img-ctn {width: 100% !important;position: relative !important;float: left !important;display: flex !important;justify-content: center !important;align-items: center !important;margin-top: 50px !important;margin-bottom: 35px !important;}.sb-elementor-cta-img {width: 65px !important;height: 65px !important;position: relative !important;border: 2px solid #DCDDE1 !important;border-radius: 16px !important;-webkit-transform: rotate(-3deg) !important;transform: rotate(-3deg) !important;display: flex !important;justify-content: center !important;align-items: center !important;}.sb-elementor-cta-img span svg {float: left !important;}.sb-elementor-cta-img>* {-webkit-transform: rotate(3deg) !important;transform: rotate(3deg) !important;}.sb-elementor-cta-logo {position: absolute !important;right: -15px !important;bottom: -19px !important;z-index: 1 !important;}.sb-elementor-cta-heading {font-size: 19px !important;padding: 0px !important;margin: 0px !important;display: inline-block !important;width: 100% !important;font-weight: 700 !important;line-height: 1.4em !important;margin-bottom: 30px !important;}.sb-elementor-cta-btn {background: #0068A0 !important;border-radius: 2px !important;padding: 8px 20px 8px 38px !important;cursor: pointer !important;color: #fff !important;position: relative !important;margin-bottom: 30px !important;}.sb-elementor-cta-btn:before, .sb-elementor-cta-btn:after {content: '' !important;position: absolute !important;width: 2px !important;height: 12px !important;background: #fff !important;left: 20px !important;top: 14px !important;}.sb-elementor-cta-btn:after {-webkit-transform: rotate(90deg) !important;transform: rotate(90deg) !important;}.sb-elementor-cta-desc {display: flex !important;justify-content: center !important;align-items: center !important;padding: 20px !important;background: #F9F9FA !important;border-top: 1px solid #E8E8EB !important;margin-top: 35px !important;flex-direction: column !important;}.sb-elementor-cta-desc strong {color: #141B38 !important;font-size: 16px !important;font-weight: 600 !important;margin-bottom: 8px !important;}.sb-elementor-cta-desc span {color: #434960 !important;font-size: 14px !important;line-height: 1.5em !important;padding: 0 20% !important;}.sb-elementor-cta-selector {width: 100% !important;padding: 0 20% !important;display: flex !important;justify-content: center !important;align-items: center !important;flex-direction: column !important;margin-bottom: 45px !important;}.sb-elementor-cta-feedselector {border: 1px solid #D0D1D7 !important;padding: 8px 16px 8px 16px !important;margin-bottom: 15px !important;max-width: 100% !important;min-width: 400px !important;}.sb-elementor-cta-selector span {color: #2C324C !important;}.sb-elementor-cta-selector span a {text-transform: capitalize !important;text-decoration: underline !important;font-weight: 600 !important;}.sb-elementor-cta-selector span a:after {color: #2C324C !important;margin-left: 2px !important;font-weight: 400 !important;text-decoration-color: #fff !important;}.sb-elementor-cta-selector span a:first-of-type:after {content: ',' !important;}.sb-elementor-cta-selector span a:nth-of-type(2):after {content: 'or' !important;}.sb-elementor-cta-selector span a:nth-of-type(2):after {margin-left: 5px !important;margin-right: 2px !important;}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {content: '' !important;height: 16px !important;font-variant: normal !important;background-position: center center !important;background-repeat: no-repeat !important;}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before {background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A");}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before {background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A");}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before {background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button{color:#fff}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.no-border-radius.wp-block-button__link{border-radius:0!important}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px){.wp-block-column{flex-basis:calc(50% - 16px);flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.78%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:none}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-media-text{display:-ms-grid;display:grid;-ms-grid-rows:auto;grid-template-rows:auto;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr}.wp-block-media-text .has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;padding:0 8%}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content{-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-social-link{width:36px;height:36px;border-radius:36px;margin-right:8px}.wp-social-link,.wp-social-link a{display:block;transition:transform .1s ease}.wp-social-link a{padding:6px;line-height:0}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1977f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0577b5;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#21a1f3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:#ff0100;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1977f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0577b5}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#21a1f3}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:#ff0100}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    /*left: 0;*/
    /* Fix images beeing distorted */
    object-fit: contain;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    /*position: absolute;
    top: 0;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

/* Caption */
.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-caption {
        padding: 12px;
    }

    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
}

/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Admin bar overfloat fix */
.fancybox-container.fancybox-is-open {
    z-index:99999;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('/wp-content/plugins/contact-form-7/images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
