@charset "UTF-8";
/* ---------------------------------------------------------------------------------

	Theme Name: Hatajo
    Text Domain: hatajo
	Version: 2.1.3
	Description: Hatajo is a minimal masonry style blog theme for photographers and collectors. It features responsive & retina-ready design, Block Editor support, support for the image, gallery and video post formats, two custom widgets, an archive page template, a gallery slideshow, custom accent color support, custom logo support, editor styles, and much more. Demo: https://andersnoren.se/themes/hatajo/
	Tags: blog, three-columns, left-sidebar, custom-colors, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, portfolio, grid-layout, block-styles, wide-blocks
	Author: Anders Norén
	Author URI: https://andersnoren.se
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Requires PHP: 5.6
	Tested up to: 6.7

	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Post Archive
	5.	Post Formats
	6.  Single Post
	7.	Post Content
	8.	Comments
	9.	Respond
	10.	Pagination
	11.	Page & Page Templates
	12. Media Queries

----------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */
html,
body {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

blockquote::before,
blockquote::after {
  content: "";
}

input[type=search] {
  appearance: none;
}

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

/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */
html {
  text-size-adjust: 100%;
}

body {
  font-family: Lato, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  color: #333;
  background: #f2f2f2;
  border: none;
}

body * {
  box-sizing: border-box;
}

body a {
  color: #019ebd;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

::selection {
  color: #fff;
  background: #444;
}

::input-placeholder {
  color: #767676;
}

::-moz-input-placeholder {
  color: #767676;
}

:input-placeholder {
  color: #767676;
}

/* Clearing ---------------------------------- */
.group::after,
.clear::after,
.entry-content::after,
[class*=__inner-container]::after {
  clear: both;
  display: block;
  content: "";
}

/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */
.c-wrap {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
}

.sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  padding: 50px 40px;
  font-size: 0.71em;
}

.sidebar::before {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 280px;
  content: "";
  background: #fff;
}

.wrapper {
  display: block;
}

.content {
  max-width: 768px;
  margin: 0 auto;
}

/* Transitions ------------------------------- */
body a,
.widget_fukasawa_recent_posts a:hover .title,
.widget_fukasawa_recent_comments a:hover .title {
  transition: all 0.1s ease-in-out;
}

.post-title a,
.flex-direction-nav a,
.comment-form input[type=submit],
.post-content input[type=submit],
.post-content input[type=reset],
.post-content input[type=button],
.archive-nav a {
  transition: all 0.2s ease-in-out;
}

.blog-title a {
  transition: all 0.3s ease-in-out;
}

.posts .featured-media img,
.posts .post-overlay,
.post-navigation a,
.post-navigation a p {
  transition: all 0.4s ease-in-out;
}

/* Screen Reader Text ------------------------ */
.screen-reader-text {
  position: absolute !important;
  left: -999999rem;
  width: 0.1rem;
  height: 0.1rem;
  overflow: hidden;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
}

.screen-reader-text:focus {
  top: 0.5rem;
  left: 0.5rem;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 1.5rem 2.3rem 1.4rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
}

/* Skip Link --------------------------------- */
.skip-link {
  position: absolute;
  top: 2.5rem;
  left: -9999rem;
  z-index: 999999999;
}

.skip-link:focus {
  left: 2.5rem;
  text-decoration: none;
}

/* Accessibility Settings -------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0s !important;
    animation-duration: 0s !important;
  }
}
/* -------------------------------------------------------------------------------- */
/*	3. Sidebar
/* -------------------------------------------------------------------------------- */
.blog-title a {
  display: inline-block;
  padding: 9px 13px;
  font-size: 17px;
  font-weight: bold;
  line-height: 150%;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 3px solid #333;
}

.blog-title a:hover {
  color: #fff;
  background: #333;
}

.blog-logo a,
.blog-logo img {
  display: block;
}

.blog-logo a:hover {
  opacity: 0.6;
}

.main-menu::before,
.widgets::before,
.widget + .widget::before,
.credits::before {
  display: block;
  width: 48px;
  height: 2px;
  margin: 35px 0;
  content: "";
  background: #e7e7e7;
}

/* -------------------------------------------------------------------------------- */
/*	4. Widgets
/* -------------------------------------------------------------------------------- */
.widget-title {
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}

/* Widget: Content --------------------------- */
.widget-content {
  color: #555;
}

.textwidget a:hover {
  text-decoration: underline;
}

.widget-content p {
  margin-top: 1em;
  line-height: 150%;
}

.widget-content > *:first-child {
  margin-top: 0;
}

.widget-content > *:last-child {
  margin-bottom: 0;
}

.widget-content ul,
.widget-content ol {
  margin: 0;
  list-style: none;
}

.widget-content ul ul {
  margin-left: 1em;
}

.widget-content ul ul li:first-child {
  margin-top: 0.5em;
  border-top: 1px solid #eee;
}

.widget-content > ul > li:first-child {
  padding-top: 0;
}

.widget-content li {
  padding: 10px 0;
  line-height: 140%;
  border-bottom: 1px solid #eee;
}

.widget-content li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* Widget: Text ------------------------------ */
.widget-content .textwidget {
  line-height: 150%;
}

.widget-content .textwidget a {
  color: #767676;
}

.widget-content .textwidget a:hover {
  color: #019ebd;
  text-decoration: none;
}

/* Widget: Icons ----------------------------- */
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages {
  color: #767676;
}

.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a {
  color: #333;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pagaes li a:hover {
  color: #019ebd;
  text-decoration: none;
}

.widget_archive li::before,
.widget_categories li::before,
.widget_meta li::before,
.widget_nav_menu li::before {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  font: 16px/1 Genericons;
  vertical-align: middle;
  color: #767676;
}

.widget_archive li::before {
  content: "\f307";
}

.widget_categories li::before {
  content: "\f301";
}

.widget_meta li::before {
  content: "\f445";
}

.widget_nav_menu li::before {
  content: "\f429";
}

/* Widget: RSS ------------------------------- */
.widget_rss .widget-title a {
  vertical-align: middle;
}

.widget_rss .widget-content ul a.rsswidget {
  display: block;
  font-weight: bold;
  line-height: 120%;
  color: #444;
}

.widget_rss .widget-content ul a.rsswidget:hover {
  color: #019ebd;
}

.rss-date {
  display: block;
  margin-top: 2px;
  font-size: 0.85em;
  font-style: italic;
  color: #767676;
}

.rssSummary {
  margin-top: 5px;
  color: #666;
}

.widget_rss cite {
  display: block;
  margin-top: 5px;
  font-size: 0.8em;
  font-weight: bold;
  color: #767676;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.widget_rss cite::before {
  content: "— ";
}

/* Widget: Search ---------------------------- */
.widget_search .searchform input[type=text] {
  padding: 15px 50px 15px 15px;
  font-size: 14px;
}

/* Widget: Calendar -------------------------- */
#wp-calendar {
  width: 100%;
  max-width: 100%;
  color: #767676;
  text-align: center;
}

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
  text-align: center;
}

#wp-calendar th,
#wp-calendar td {
  padding: 4% 2%;
}

#wp-calendar caption,
#wp-calendar thead {
  color: #666;
  border-bottom: 1px solid #eee;
}

#wp-calendar caption {
  padding-bottom: 4%;
  font-style: italic;
  color: #767676;
  text-transform: capitalize;
}

#wp-calendar thead {
  color: #019ebd;
}

#wp-calendar thead th {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
}

#wp-calendar tfoot {
  border-top: 1px solid #eee;
}

#wp-calendar tfoot td {
  padding: 0;
}

#wp-calendar tfoot #prev {
  text-align: left;
}

#wp-calendar tfoot #next {
  text-align: right;
}

#wp-calendar tfoot a,
.wp-calendar-nav a {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#wp-calendar tfoot a:hover,
.wp-calendar-nav a:hover {
  text-decoration: underline;
}

/* Widget: Recent Posts/Comments ------------- */
.widget_fukasawa_recent_posts a,
.widget_fukasawa_recent_comments a {
  display: block;
}

.widget_fukasawa_recent_posts .post-icon,
.widget_fukasawa_recent_comments .post-icon {
  position: relative;
  float: left;
  display: block;
  width: 44px;
  height: 44px;
  background: #eee;
  border-radius: 999px;
}

.widget_fukasawa_recent_posts img,
.widget_fukasawa_recent_comments img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 999px;
}

.widget_fukasawa_recent_posts .inner,
.widget_fukasawa_recent_comments .inner {
  padding-top: 4px;
  margin-left: 54px;
}

.widget_fukasawa_recent_posts .post-icon .genericon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  font-size: 32px;
  color: #bbb;
}

.widget_fukasawa_recent_posts .title,
.widget_fukasawa_recent_comments .title {
  margin: 0;
  font-weight: bold;
  line-height: 120%;
  color: #333;
  -ms-word-break: break-word;
  word-break: break-word;
}

.widget_fukasawa_recent_posts .meta {
  margin-top: 2px;
  color: #767676;
}

.widget_fukasawa_recent_comments .excerpt {
  margin-top: 3px;
  font-size: 0.9em;
  line-height: 150%;
  color: #767676;
}

.widget_fukasawa_recent_posts a:hover .title,
.widget_fukasawa_recent_comments a:hover .title {
  color: #019ebd;
}

/* Widget: Tag Cloud ------------------------- */
.widget_tag_cloud a {
  display: inline-block;
  padding: 6px 8px;
  margin: 0 1px 4px 0;
  font-size: 11px !important;
  line-height: 1;
  color: #444;
  background: #eee;
  border-radius: 2px;
}

.widget_tag_cloud a:hover {
  color: #fff;
  background: #019ebd;
}

/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */
/* Main Menu --------------------------------- */
.main-menu {
  margin: 0;
}

.main-menu li {
  position: relative;
  display: block;
  margin-top: 12px;
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-menu > li:first-child {
  margin-top: 0;
}

.main-menu ul {
  margin-left: 20px;
}

.main-menu a {
  color: #767676;
}

.main-menu a:hover,
.main-menu .current-menu-item > a,
.main-menu .current_page_item > a {
  color: #333;
}

.main-menu .current-menu-item::before,
.main-menu .current_page_item::before {
  position: absolute;
  top: -1px;
  left: -20px;
  display: block;
  font: 16px/1 Genericons;
  color: #019ebd;
  content: "\f405";
}

/* Mobile Menu Toggle ------------------------ */
.nav-toggle {
  display: none;
  flex-shrink: 0;
  padding: 12px 12px 10px;
  margin-left: 20px;
  appearance: none;
  background: transparent;
  border-radius: 3px;
  box-shadow: none;
  transition: background-color 0.15s linear;
}

.nav-toggle .bars {
  position: relative;
  float: right;
  width: 15px;
  height: 10px;
  margin-top: -1px;
}

.nav-toggle .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background: #767676;
  border-radius: 2px;
}

.nav-toggle .bar:nth-child(2) {
  top: 4px;
}

.nav-toggle .bar:nth-child(3) {
  top: 8px;
}

.nav-toggle p {
  position: relative;
  top: -1px;
  float: right;
  margin-right: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 10px;
  color: #767676;
  text-align: right;
  text-transform: uppercase;
}

.nav-toggle .close {
  display: none;
}

.nav-toggle:hover {
  cursor: pointer;
}

.nav-toggle.active {
  background: #019ebd;
}

.nav-toggle.active p {
  color: #fff;
}

.nav-toggle.active .bar {
  background: #fff;
}

.nav-toggle.active .bar:nth-child(1),
.nav-toggle.active .bar:nth-child(3) {
  top: 4px;
}

.nav-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active .bar:nth-child(1) {
  transform: rotate(45deg);
}

.nav-toggle.active .bar:nth-child(3) {
  transform: rotate(-45deg);
}

.nav-toggle.active .menu {
  display: none;
}

.nav-toggle.active .close {
  display: block;
}

/* Mobile Menu ------------------------------- */
.mobile-navigation {
  display: none;
  background: #2d2d2d;
}

.mobile-menu {
  padding: 7.5% 5%;
  margin: 0;
  font-size: 0.8em;
}

.mobile-menu li {
  position: relative;
  display: block;
  margin-top: 25px;
  font-weight: bold;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mobile-menu > li:first-child {
  margin-top: 0;
}

.mobile-menu ul {
  margin-left: 25px;
}

.mobile-menu a {
  color: #767676;
}

.mobile-menu > .current-menu-item > a,
.mobile-menu > .current_page_item > a {
  color: #fff;
}

.mobile-menu .current-menu-item::before,
.mobile-menu .current_page_item::before {
  position: absolute;
  top: 2px;
  left: -19px;
  display: block;
  font: 16px/1 Genericons;
  color: #019ebd;
  content: "\f405";
}

.mobile-menu a:hover {
  color: #fff;
}

/* -------------------------------------------------------------------------------- */
/*	5. Post Archive
/* -------------------------------------------------------------------------------- */
/* Archive Header ---------------------------- */
.page-title {
  padding: 1% 0 10px;
  color: #666;
}

.search-no-results .page-title {
  padding-bottom: 20px;
}

.archive-title,
.archive-description {
  margin: 0 10px;
}

.search-no-results .archive-title,
.search-no-results .archive-description {
  margin: 0;
}

.archive-title {
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 120%;
  border-bottom: 2px solid #e1e1e1;
}

.archive-title .archive-subtitle {
  float: right;
  font-style: italic;
  font-weight: normal;
  color: #767676;
}

.archive-description {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.33;
}

.archive-description p {
  line-height: inherit;
}

/* Posts Grid -------------------------------- */
.posts {
  position: relative;
  overflow: visible !important;
  transition: opacity 0.15s linear;
}

.posts .post-container {
  width: 33.33333%;
  padding: 10px;
  overflow: hidden;
}

.js .post-container {
  opacity: 0;
}

.posts .post-container > div {
  position: relative;
  width: 100%;
  padding: 16px;
  background: #fff;
}

.posts .sticky .is-sticky {
  display: inline;
}

.featured-media {
  position: relative;
  display: block;
  overflow: hidden;
}

.featured-media a,
.featured-media iframe,
.featured-media object {
  display: block;
}

.featured-media img {
  display: block;
  width: 100%;
  height: auto;
}

.posts .format-standard .featured-media:hover img,
.posts .format-image .featured-media:hover img {
  transform: scale(1.1);
}

/* Post Overlay */
.post-overlay {
  position: absolute;
  inset: 0;
  z-index: 1000;
  display: block;
  background: rgba(17, 17, 17, 0.3);
  opacity: 0;
}

.format-standard .featured-media:hover .post-overlay,
.format-image .featured-media:hover .post-overlay {
  opacity: 1;
}

.format-gallery .flexslider:hover .post-overlay {
  opacity: 1;
}

.post-overlay .view {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  margin-top: -6px;
  font-size: 0.75em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Post Header */
.posts .featured-media + .post-header {
  margin-top: 16px;
}

.posts .post-title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 120%;
  color: #333;
  -ms-word-break: break-word;
  word-break: break-word;
}

.posts .post-title a {
  color: #333;
}

.posts .post-title a:hover {
  color: #019ebd;
}

.post-excerpt {
  margin-top: 8px;
  font-size: 0.9em;
}

.post-excerpt p {
  font-style: italic;
  line-height: 145%;
  color: #666;
}

.posts-meta {
  margin-top: 20px;
  font-size: 0.75em;
  line-height: 120%;
  color: #767676;
  text-transform: uppercase;
}

.posts-meta::before {
  display: block;
  width: 40px;
  height: 2px;
  margin-bottom: 12px;
  content: "";
  background: #eee;
}

.posts-meta a {
  color: #767676;
}

.posts-meta a:hover {
  color: #666;
}

/* Post Formats ------------------------------ */
/* Format: Gallery */
.flexslider {
  position: relative;
  background: #f6f6f6;
}

ul.slides {
  margin: 0;
  list-style: none;
}

.flex-direction-nav {
  position: absolute;
  top: calc(50% - 16px);
  z-index: 1001;
  width: 100%;
  margin: 0;
  list-style: none;
}

.wp-is-mobile .flex-direction-nav {
  display: none;
}

.flex-direction-nav a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -99999px;
  background: #333 no-repeat center;
  background-size: auto 10px;
}

.flex-direction-nav li:nth-child(1) a {
  float: left;
  margin-left: -32px;
  background-image: url(assets/images/icons/chevron-left_w.png);
}

.flex-direction-nav li:nth-child(2) a {
  float: right;
  margin-right: -32px;
  background-image: url(assets/images/icons/chevron-right_w.png);
}

.flexslider:hover .flex-direction-nav a {
  margin-right: 0;
  margin-left: 0;
}

.flex-direction-nav a:hover {
  background-color: #019ebd;
}

/* -------------------------------------------------------------------------------- */
/*	6. Single post
/* -------------------------------------------------------------------------------- */
.post.single {
  background: #fff;
}

.post-inner {
  padding: 5.3333333333vw 4.2666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .post-inner {
    width: 620px;
    max-width: 85%;
    padding: 7.5% 0;
    padding-top: 30px;
  }
}

/* Post Header ------------------------------- */
.post.single .post-title {
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: bold;
  line-height: 120%;
  -ms-word-break: break-word;
  word-break: break-word;
}

.post.single .post-title a {
  color: #333;
}

.post.single .post-title a:hover {
  color: #019ebd;
}

/* Page Links -------------------------------- */
.page-links {
  display: inline-block;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 0.9em;
  color: #767676;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #eee;
  border-radius: 3px;
}

.page-links a,
.page-links > span {
  display: inline-block;
  padding: 10px;
}

.page-links a:first-child,
.page-links span:first-child {
  margin-left: 0;
}

.page-links a:hover {
  color: #fff;
  background: #019ebd;
}

.page-links > span:nth-of-type(2) {
  color: #666;
  background: #ddd;
}

/* Post Meta: Bottom ------------------------- */
.post-meta-bottom {
  margin-top: 40px;
  font-size: 0.85em;
  color: #767676;
}

.post-meta-bottom::before {
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 18px;
  content: "";
  background: #ddd;
}

.post-meta-bottom ul {
  margin-left: 0;
  list-style: none;
}

.post-meta-bottom ul li {
  float: left;
  margin-right: 20px;
  line-height: 140%;
}

.post-meta-bottom li a {
  color: #767676;
}

.post-meta-bottom li a:hover {
  color: #666;
}

.post-meta-bottom .post-tags a {
  margin-right: 6px;
}

.post-meta-bottom .post-tags a:last-child {
  margin-right: 0;
}

.post-meta-bottom .post-tags a::before {
  content: "#";
}

/* Post Navigation --------------------------- */
.post-navigation {
  min-height: 2px;
  background: #fff;
}

.post-navigation a {
  position: relative;
  display: block;
  width: 48.5%;
  height: 120px;
  margin-top: 3%;
  margin-bottom: 3%;
  overflow: hidden;
  background: #e2e2e2;
}

.post-navigation .post-nav-prev {
  float: left;
}

.post-navigation .post-nav-next {
  float: right;
}

.post-navigation p {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  margin-top: -7px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.post-navigation a:hover {
  background: #333;
}

.post-navigation a:hover p {
  color: #fff;
}

/* Post Formats ------------------------------ */
/* Format: Gallery */
.post.single .flex-direction-nav {
  margin-top: -24px;
}

.post.single .flex-direction-nav a {
  width: 48px;
  height: 48px;
}

.post.single .flex-direction-nav li:nth-child(1) a {
  margin-left: -48px;
}

.post.single .flex-direction-nav li:nth-child(2) a {
  margin-right: -48px;
}

.post.single .flexslider:hover .flex-direction-nav a {
  margin-right: 0;
  margin-left: 0;
}

/* Search Results ---------------------------- */
.search-no-results .post-content input[type=text] {
  background-color: #fff;
}

/* -------------------------------------------------------------------------------- */
/*	7. Post Content
/* -------------------------------------------------------------------------------- */
.post-content {
  color: #333;
}

.post-content a:hover {
  text-decoration: underline;
}

.post-content p,
.post-content blockquote,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
  margin-bottom: 1.1em;
  line-height: 170%;
}

.post-content > *:first-child {
  margin-top: 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 50px 0 25px;
  font-weight: bold;
}

.post-content h1 {
  font-size: 2em;
}

.post-content h2 {
  font-size: 1.8em;
}

.post-content h3 {
  font-size: 1.6em;
}

.post-content h4 {
  font-size: 1.4em;
  font-weight: bold;
}

.post-content h5 {
  font-size: 1.2em;
  font-weight: normal;
}

.post-content h6 {
  margin-bottom: 15px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

.post-content h1 + h1,
.post-content h1 + h2,
.post-content h1 + h3,
.post-content h1 + h4,
.post-content h1 + h5,
.post-content h1 + h6,
.post-content h2 + h1,
.post-content h2 + h2,
.post-content h2 + h3,
.post-content h2 + h4,
.post-content h2 + h5,
.post-content h2 + h6,
.post-content h3 + h1,
.post-content h3 + h2,
.post-content h3 + h3,
.post-content h3 + h4,
.post-content h3 + h5,
.post-content h3 + h6,
.post-content h4 + h1,
.post-content h4 + h2,
.post-content h4 + h3,
.post-content h4 + h4,
.post-content h4 + h5,
.post-content h4 + h6,
.post-content h5 + h1,
.post-content h5 + h2,
.post-content h5 + h3,
.post-content h5 + h4,
.post-content h5 + h5,
.post-content h5 + h6,
.post-content h6 + h1,
.post-content h6 + h2,
.post-content h6 + h3,
.post-content h6 + h4,
.post-content h6 + h5,
.post-content h6 + h6 {
  margin-top: 25px;
}

.post-content blockquote {
  position: relative;
  padding: 0 80px 0 0;
  margin: 2.5em 0;
  color: #666;
}

.post-content blockquote::before {
  position: absolute;
  top: -4px;
  right: -6px;
  width: 64px;
  height: 64px;
  font: 64px/1 Genericons;
  color: #019ebd;
  content: "\f106";
}

.post-content blockquote p {
  font-size: 1.25em;
  font-style: italic;
  line-height: 160%;
}

.post-content cite {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-content cite::before {
  content: "— ";
}

.post-content blockquote cite {
  display: block;
  margin-top: 1em;
}

.post-content blockquote cite em {
  font-style: italic;
  font-weight: bold;
}

em,
q {
  font-style: italic;
}

.post-content strong em,
.post-content em strong {
  font-style: italic;
  font-weight: bold;
}

.post-content big {
  font-size: 1.25em;
}

abbr,
acronym {
  cursor: help;
}

code,
kbd,
pre {
  font-family: Menlo, Monaco, monospace;
  font-size: 0.85em;
  background: #eee;
}

.post-content .highlight {
  display: inline;
  padding: 2px 3px;
  background: #fcf8a5;
}

.post-content kbd,
.post-content code {
  padding: 5px;
  border-radius: 3px;
}

.post-content dl {
  line-height: 160%;
}

.post-content dl dt {
  font-weight: bold;
}

.post-content hr {
  width: 50%;
  height: 2px;
  margin: 3em auto;
  background: #eee;
  border: 0;
}

.post-content hr.is-style-wide,
.post-content hr.is-style-dots {
  width: 100%;
}

ul,
ol {
  margin-bottom: 1.1em;
  margin-left: 1.5em;
  line-height: 170%;
}

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

.post-content li {
  margin-bottom: 0.5em;
  line-height: 170%;
}

.post-content address {
  padding: 3% 3.5%;
  background: #f1f1f1;
}

.post-content pre {
  padding: 2% 2.5%;
  font-size: 0.8em;
  line-height: 140%;
  color: #fff;
  word-wrap: break-word;
  white-space: pre-wrap;
  background: #333;
  border-radius: 6px;
}

.post-content p.has-drop-cap:not(:focus)::first-letter {
  font-size: 5.9em;
  font-weight: normal;
}

/* Post Media -------------------------------- */
figure {
  display: block;
  margin: 0;
}

.wp-caption,
.post-content img {
  max-width: 100%;
}

.post-content .wp-caption {
  margin-bottom: 1.5em;
}

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img,
img.alignnone,
.alignnone img {
  box-sizing: border-box;
  display: block;
  padding: 5px;
  border: 1px solid #eee;
}

.post-content .alignnone,
.post-content .aligncenter,
.post-content .alignwide,
.post-content .alignfull {
  margin: 2.5em auto;
}

.post-content .alignwide {
  padding: 0 3.5%;
}

.post-content .alignwide,
.post-content .alignfull {
  width: 973px;
  max-width: 973px;
  margin-left: -176.5px;
}

.post-content .alignleft,
.post-content .alignright {
  max-width: 45%;
  margin-bottom: 1em;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
  margin-bottom: 0;
}

.post-content .alignleft {
  float: left;
  margin-right: 1em;
}

.post-content .alignright {
  float: right;
  margin-left: 1em;
}

.post-content .aligncenter,
.post-content .aligncenter img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.post-content .wp-caption-text,
.post-content .gallery-caption,
.post-content figcaption {
  padding-top: 10px;
  font-size: 0.9em;
  font-style: italic;
  line-height: 120%;
  color: #666;
  text-align: center;
}

.post-content .gallery-caption {
  font-size: 16px;
  line-height: 1.4;
}

/* Tables ------------------------------------ */
.post-content table {
  width: 100%;
  margin: 2.5em 0;
  font-size: 0.9em;
  empty-cells: show;
  border-spacing: 0;
  border-collapse: collapse;
}

.post-content th,
.post-content td {
  padding: 2%;
  margin: 0;
  overflow: visible;
  line-height: 120%;
  border-bottom: 1px solid #ddd;
}

.post-content caption {
  padding: 2%;
  color: #444;
  text-align: center;
}

.post-content thead {
  vertical-align: bottom;
  white-space: nowrap;
}

.post-content th {
  font-weight: bold;
  color: #444;
}

.post-content table tbody > tr:nth-child(odd) > td {
  background: #f9f9f9;
}

/* Forms ------------------------------------- */
.post-content fieldset {
  padding: 25px;
  margin-bottom: 1em;
  border: 2px solid #eee;
}

.post-content fieldset legend {
  padding: 10px 12px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #019ebd;
}

.post-content label {
  font-size: 1rem;
  font-weight: bold;
}

.post-content input,
.post-content textarea {
  font-family: Lato, sans-serif;
}

.post-content input[type=text],
.post-content input[type=tel],
.post-content input[type=url],
.post-content input[type=password],
.post-content textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 0.9em;
  color: #333;
  appearance: none;
  background: #f2f2f2;
  border: none;
  border-radius: 3px;
}

.post-content input[type=file] {
  padding: 10px;
  background: #f2f2f2;
  border-radius: 3px;
}

.post-content textarea {
  height: 180px;
  line-height: 140%;
}

.post-content input[type=text]:focus,
.post-content input[type=tel]:focus,
.post-content input[type=url]:focus,
.post-content input[type=password]:focus,
.post-content textarea:focus {
  outline: none;
}

.button,
.post-content input[type=submit],
.post-content input[type=reset],
.post-content input[type=button] {
  padding: 12px 16px;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1;
  color: #fff;
  appearance: none;
  background: #333;
  border: none;
  border-radius: 3px;
}

.post-content input[type=submit] + input[type=reset],
.post-content input[type=submit] + input[type=button],
.post-content input[type=reset] + input[type=submit],
.post-content input[type=reset] + input[type=button],
.post-content input[type=button] + input[type=reset],
.post-content input[type=submit] + input[type=submit] {
  margin-left: 10px;
}

.button:hover,
.post-content input[type=submit]:hover,
.post-content input[type=reset]:hover,
.post-content input[type=button]:hover {
  color: #fff;
  cursor: pointer;
  background: #019ebd;
}

/* Block Editor Colors ----------------------- */
.post-content .has-background {
  background-color: #333;
}

.post-content .has-accent-color {
  color: #019ebd;
}

.post-content .has-accent-background-color {
  background-color: #019ebd;
}

.post-content .has-black-color {
  color: #333;
}

.post-content .has-black-background-color {
  background-color: #333;
}

.post-content .has-dark-gray-color {
  color: #444;
}

.post-content .has-dark-gray-background-color {
  background-color: #444;
}

.post-content .has-medium-gray-color {
  color: #666;
}

.post-content .has-medium-gray-background-color {
  background-color: #666;
}

.post-content .has-light-gray-color {
  color: #767676;
}

.post-content .has-light-gray-background-color {
  background-color: #767676;
}

.post-content .has-white-color {
  color: #fff;
}

.post-content .has-white-background-color {
  background-color: #fff;
}

/* Block Editor Font Sizes ------------------- */
.post-content .has-small-font-size {
  font-size: 0.842em;
}

.post-content .has-regular-font-size,
.post-content .has-normal-font-size {
  font-size: 1em;
}

.post-content .has-large-font-size,
.post-content .has-larger-font-size {
  line-height: 1.5;
}

.post-content .has-large-font-size {
  font-size: 1.33em;
}

.post-content .has-larger-font-size {
  font-size: 1.5em;
}

/* Block: Base Margins ----------------------- */
:root *[class*=_inner-container] > *:first-child {
  margin-top: 0;
}

:root *[class*=_inner-container] > *:last-child {
  margin-bottom: 0;
}

.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-social,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Block: Audio ------------------------------ */
.wp-block-audio audio {
  width: 100%;
}

/* Block: Button ----------------------------- */
.post-content .wp-block-file__button,
.post-content .wp-block-button__link {
  padding: 0.8em 1.4em;
  font-family: Lato, sans-serif;
  font-weight: bold;
  border-radius: 4px;
}

.post-content .wp-block-button__link {
  font-size: 16px;
}

.post-content .wp-block-file a {
  color: inherit;
}

.post-content a.wp-block-file__button {
  color: #fff;
}

.post-content .wp-block-file__button:hover,
.post-content .wp-block-button__link:hover {
  text-decoration: none;
  opacity: 0.85;
}

/* Block: Column ----------------------------- */
.wp-block-column {
  padding: 0 5px;
}

/* Block: Cover Image ------------------------ */
.wp-block-cover-image {
  color: #fff;
}

.wp-block-cover-image p {
  font-weight: normal;
}

/* Block: File ------------------------------- */
.post-content .wp-block-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin: 30px 0;
  font-family: Lato, sans-serif;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.post-content .wp-block-file a:not(.wp-block-file__button) {
  font-weight: normal;
  text-decoration: none;
}

.post-content .wp-block-file__button {
  flex-shrink: 0;
  font-weight: bold;
}

/* Block: Gallery --------------------------------------- */
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding-bottom: 10px;
  margin: 0;
}

.post-content .wp-block-gallery.alignfull {
  padding: 0 8px;
}

.post-content ul.wp-block-gallery:not(.alignfull, .alignwide) {
  margin-left: 0;
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

/* Block: Image ------------------------------ */
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: block;
}

/* Block: Pullquote -------------------------- */
.wp-block-pullquote,
.wp-block-pullquote blockquote {
  padding: 0;
  background: none;
  border: none;
}

.wp-block-pullquote blockquote {
  margin: 0;
}

.wp-block-pullquote blockquote::before {
  content: none;
}

.wp-block-pullquote blockquote p,
.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
  margin-bottom: 1em;
  font-size: 1.25em;
}

.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
  line-height: 1.45;
}

.wp-block-pullquote cite {
  color: #666;
}

/* Block: Quote ------------------------------ */
.post-content .wp-block-quote.is-large,
.post-content .wp-block-quote.is-style-large {
  padding: 0 80px 0 0;
  margin: 2.5em 0;
}

.post-content blockquote p:last-child {
  margin-bottom: 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.5em;
  line-height: 1.5;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
  display: block;
  font-size: 0.8em;
  text-align: left;
}

/* Block: Social ----------------------------- */
.wp-block-social-links:not(.alignleft, .alignfull, .alignwide, .alignright, .alignleft) {
  margin-left: 0;
}

/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */
.comments-inner {
  position: relative;
  width: 620px;
  max-width: 85%;
  padding: 7.5% 0;
  margin: 0 auto;
}

.comments-title,
.comment-reply-title {
  margin-bottom: 40px;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}

.comments-title::after,
.comment-reply-title::after {
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #ddd;
}

.no-comments {
  font-style: italic;
  color: #767676;
  text-align: center;
}

/* Comment ----------------------------------- */
.commentlist {
  list-style: none;
}

.commentlist div.comment {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px solid #eee;
}

.commentlist > li.comment:first-child > div.comment:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.commentlist .children {
  margin-left: 8%;
}

.comment-header {
  position: relative;
  margin-bottom: 20px;
}

.comment .avatar {
  float: left;
  width: 50px;
}

.comment.bypostauthor > .comment .comment-header::before {
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 999;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: #019ebd;
  border-radius: 999px;
}

.comment.bypostauthor > .comment .comment-header::after {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1000;
  display: block;
  font: 16px/1 Genericons;
  color: #fff;
  content: "\f304";
}

.comment-header-inner {
  padding: 4px 0 0 62px;
}

.comment-header h4 {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

.comment-header h4 a {
  color: #333;
}

.comment-header h4 a:hover {
  color: #019ebd;
}

.comment-meta {
  margin-top: 8px;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment-meta,
.comment-meta a {
  color: #767676;
}

.comment-meta a:hover {
  color: #666;
}

/* Comment Actions --------------------------- */
.comment-actions {
  margin-top: 25px;
  font-size: 0.75em;
}

.comment-actions .fleft {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment-actions .sep {
  margin: 0 10px;
  color: #ddd;
}

.comment-actions a:hover {
  text-decoration: underline;
}

.comment-awaiting-moderation {
  font-style: italic;
  font-weight: bold;
  color: #767676;
}

/* Pingbacks --------------------------------- */
.comments .pingbacks {
  padding-top: 45px;
  margin-top: 30px;
  border-top: 2px solid #eee;
}

.pingbacklist {
  list-style: none;
}

.pingbacks-title {
  margin-bottom: 15px;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comments .pingbacks li {
  padding: 12px 4px;
  border-bottom: 1px solid #eee;
}

.comments .pingbacks li:first-child {
  border-top: 1px solid #eee;
}

.comments .pingbacks li:nth-child(2n) {
  background: #fafafa;
}

.comments .pingbacks li .url {
  line-height: 140%;
  color: #767676;
}

.comments .pingbacks li .comment-edit-link {
  margin-left: 4px;
  font-size: 0.7em;
  font-weight: bold;
  color: #767676;
  text-transform: uppercase;
}

.comments .pingbacks li a:hover {
  color: #019ebd;
}

/* Comment Navigation ------------------------ */
.comments-nav {
  padding-top: 20px;
  margin-top: 30px;
  font-size: 0.9em;
  font-weight: bold;
  border-top: 2px solid #eee;
}

.comments-nav a {
  color: #666;
}

.comments-nav a:hover {
  color: #019ebd;
}

/* -------------------------------------------------------------------------------- */
/*	9. Respond
/* -------------------------------------------------------------------------------- */
.comments-container + .respond-container,
.post-inner + .respond-container {
  border-top: 2px solid #eee;
}

.comment-respond {
  position: relative;
  width: 620px;
  max-width: 85%;
  padding: 7.5% 0;
  margin: 0 auto;
}

.commentlist {
  margin: 0;
}

.commentlist .comment-respond {
  max-width: 100%;
  padding: 30px 0 0;
  margin: 30px 0 0;
  border-top: 2px solid #eee;
}

#cancel-comment-reply-link {
  margin-left: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #767676;
}

#cancel-comment-reply-link:hover {
  color: #767676;
  text-decoration: underline;
}

.comment-notes {
  color: #666;
}

.comment-form {
  margin-top: 40px;
}

.comment-form p {
  margin-top: 30px;
}

.comment-form p a:hover {
  text-decoration: underline;
}

.comment-form-comment + .comment-form-author,
.comment-form-comment + .comment-form-author + .comment-form-email {
  margin-top: 30px;
}

p.comment-form-author,
p.comment-form-email {
  float: left;
  width: 47.5%;
  margin: 0 0 30px;
}

p.comment-form-author {
  margin-right: 5%;
}

.comment-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment-form input[type=checkbox] + label {
  display: inline;
  margin: 0 0 0 5px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.comment-form .required {
  margin-left: 3px;
  color: red;
}

.comment-form input,
.comment-form textarea {
  font-family: Lato, sans-serif;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 16px 18px;
  margin: 0;
  font-size: 0.95em;
  color: #333;
  background: #f2f2f2;
  border: none;
  border-radius: 3px;
}

.comment-form textarea {
  height: 250px;
  line-height: 140%;
}

.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form textarea:focus {
  outline: none;
}

.form-submit #submit {
  padding: 14px 20px 16px;
  margin: none;
  font-size: 0.9em;
  font-style: italic;
  color: #fff;
  appearance: none;
  background: #333;
  border: none;
  border-radius: 3px;
}

.form-submit #submit:hover {
  cursor: pointer;
  background: #019ebd;
}

.comment-form .comment-subscription-form label {
  text-transform: none;
  letter-spacing: 0;
}

.comment-subscription-form + .comment-subscription-form {
  margin-top: 12px;
}

/* -------------------------------------------------------------------------------- */
/*	10. Pagination
/* -------------------------------------------------------------------------------- */
.archive-nav {
  margin-top: 40px;
}

.archive-nav a {
  padding-bottom: 5px;
  font-size: 0.8em;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid transparent;
}

.archive-nav .archive-nav-older {
  float: right;
}

.archive-nav .archive-nav-newer {
  float: left;
}

.archive-nav a:hover {
  color: #666;
  border-bottom-color: #ccc;
}

/* Jetpack Infinite Scroll ------------------- */
.infinite-scroll .posts {
  padding-bottom: 70px;
}

.infinite-scroll .archive-nav {
  display: none;
}

#infinite-handle {
  position: absolute;
  top: auto !important;
  bottom: 0;
  width: 100%;
  text-align: center;
}

#infinite-handle span {
  display: inline-block;
  padding: 15px 20px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #fff;
}

#infinite-handle span::before {
  content: "+ ";
}

#infinite-handle span:hover {
  color: #333;
  cursor: pointer;
}

.infinite-loader {
  width: 100%;
  text-align: center;
}

.infinite-loader .spinner {
  position: absolute !important;
  top: auto !important;
  bottom: 10px !important;
  left: 50% !important;
  display: block;
  margin-left: -12px;
}

/* -------------------------------------------------------------------------------- */
/*	12. Page & Page Templates
/* -------------------------------------------------------------------------------- */
/* Search Form ------------------------------- */
.searchform {
  position: relative;
}

.searchform input[type=text] {
  display: block;
  width: 100%;
  padding: 20px 50px 20px 20px;
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 0.95em;
  color: #666;
  background: #eee;
  border: none;
  border-radius: 3px;
}

.searchform input[type=text]:focus {
  outline: none;
}

.searchform input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 50px;
  padding: 0;
  color: inherit;
  text-indent: -999999px;
  appearance: none;
  cursor: pointer;
  background: transparent url(./assets/images/icons/search.svg) no-repeat center;
  background-size: 24px auto;
  border: none;
  box-shadow: none;
  opacity: 0.5;
  transition: opacity 0.1s linear;
}

.searchform input[type=submit]:hover {
  opacity: 1;
}

/* Page Template: Archive -------------------- */
.archive-container h3 {
  margin: 50px 0 20px;
  font-size: 1.4em;
  font-weight: bold;
}

.archive-container > ul {
  margin-left: 0;
  list-style: none;
}

.archive-container ul ul {
  margin-left: 30px;
}

.archive-container li {
  padding: 12px 0;
  margin: 0;
  line-height: 130%;
  -ms-word-break: break-word;
  word-break: break-word;
  border-top: 1px solid #eee;
}

.archive-container ul > li:last-child {
  border-bottom: 1px solid #eee;
}

.archive-container ul ul li:first-child {
  margin-top: 12px;
}

.archive-container ul ul li:last-child {
  padding-bottom: 0;
}

.archive-container time {
  margin-left: 4px;
  font-size: 0.7em;
  font-weight: bold;
  color: #767676;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.archive-container a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------------- */
/*	13. Credits
/* -------------------------------------------------------------------------------- */
.credits {
  font-size: 13px;
}

.credits p {
  line-height: 160%;
  color: #767676;
}

.credits p a {
  color: #767676;
}

.credits p a:hover {
  color: #666;
}

img#wpstats {
  display: none;
}

/* -------------------------------------------------------------------------------- */
/*	13. No JS fixes
/* -------------------------------------------------------------------------------- */
/* blog */
.no-js .posts .post-container {
  width: 508px;
  max-width: 100%;
  margin: 0 auto;
}

.no-js .posts .format-gallery .slides li {
  display: none;
}

.no-js .posts .format-gallery .slides li:first-child {
  display: block;
}

/* single */
.no-js .single.format-gallery .slides li {
  float: left;
  width: 50%;
}

/* pagination */
.no-js .archive-nav {
  display: block;
}

/* -------------------------------------------------------------------------------- */
/*	13. Media Queries
/* -------------------------------------------------------------------------------- */
@media (width <= 1411px) {
  /* post content */
  .post-content .alignfull,
  .post-content .alignwide {
    width: calc((100vw - 280px) * 0.86);
    max-width: calc((100vw - 280px) * 0.86);
    margin-left: calc(((100vw - 280px) * 0.86 - 620px) / -2);
  }
}
@media (width <= 1200px) {
  /* structure */
  .section {
    padding: 60px 0;
  }
  .medium-padding {
    padding: 45px 0;
  }
  .small-padding {
    padding: 30px 0;
  }
  .no-padding {
    padding: 0;
  }
  /* blog */
  .posts .post-container {
    width: 50%;
  }
}
@media (width <= 1132px) {
  /* post content */
  .post-content .alignfull,
  .post-content .alignwide {
    margin-left: calc(((100vw - 280px) * 0.86 - (100vw - 280px) * 0.86 * 0.85) / -2);
  }
}
@media (width <= 1000px) {
  /* structure */
  .wrapper {
    margin-left: 0;
  }
  .sidebar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 5%;
    margin: 0;
    font-size: 1em;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .sidebar::before {
    content: none;
  }
  /* sidebar */
  .main-menu,
  .widgets,
  .credits {
    display: none;
  }
  .blog-logo,
  .blog-title {
    width: 100%;
  }
  .blog-logo img {
    max-height: 100px;
  }
  /* nav toggle */
  .nav-toggle {
    display: block;
  }
  /* blog */
  .posts .post-container {
    width: 50%;
  }
  /* post content */
  .post-content .alignfull,
  .post-content .alignwide {
    width: 90vw;
    max-width: 90vw;
    margin-left: calc((90vw - 620px) / -2);
  }
}
@media (width <= 808px) {
  /* post content */
  .post-content .alignfull,
  .post-content .alignwide {
    margin-left: -6.75vw;
  }
}
@media (width <= 800px) {
  /* single post */
  .post-navigation a {
    height: 100px;
  }
}
@media (width <= 600px) {
  /* sidebar */
  .sidebar {
    padding: 20px 5%;
  }
  .blog-title a {
    padding: 5px 7px 5px 9px;
    font-size: 16px;
    letter-spacing: 2px;
  }
  /* blog */
  .posts .post-container {
    width: 100%;
    padding: 0;
  }
  .posts .post-container + .post-container {
    margin-top: 20px;
  }
  .load-container {
    margin-top: 30px;
  }
  /* single post */
  .post.single .post-title {
    margin-bottom: 20px;
    font-size: 1.75em;
  }
  body.single-post .content.thin,
  body.page .content.thin,
  body.single-attachment .content.thin {
    max-width: 100%;
    margin: 0;
  }
  .post-navigation {
    padding: 0 3%;
  }
  /* post content */
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin: 5.3333333333vw 0;
  }
}
@media screen and (width <= 600px) and (min-width: 769px) {
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin: 40px 0 20px;
  }
}
@media (width <= 600px) {
  .post-content h1 {
    font-size: 1.75em;
  }
  .post-content h2 {
    font-size: 1.5em;
  }
  .post-content h3 {
    font-size: 1.25em;
  }
  .post-content h4 {
    font-size: 1.1em;
  }
  .post-content h5 {
    font-size: 1em;
  }
  .post-content h6 {
    font-size: 0.85em;
  }
  .post-content blockquote,
  .post-content .wp-block-quote.is-large,
  .post-content .wp-block-quote.is-style-large {
    padding: 0 60px 0 0;
    margin: 1.5em 0;
  }
  .post-content blockquote::before {
    top: -2px;
    right: -11px;
    width: 56px;
    height: 56px;
    font-size: 48px;
  }
  .post-content blockquote p,
  .post-content .wp-block-quote.is-large p,
  .post-content .wp-block-quote.is-style-large p {
    font-size: 1.05em;
    line-height: 150%;
  }
  .post-content blockquote cite {
    font-size: 0.8rem;
  }
  .post-content hr {
    margin: 2em 0;
  }
  .post-content .alignfull,
  .post-content .alignwide {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .post-content .alignleft,
  .post-content .alignleft img,
  .post-content .alignright,
  .post-content .alignright img {
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (width <= 600px) {
  /* comments */
  .comments-title,
  .comment-reply-title {
    font-size: 1.25em;
  }
  #cancel-comment-reply-link {
    font-size: 0.85rem;
  }
  .comment-actions .fleft,
  .comment-actions .fright {
    float: none;
  }
  .comment-awaiting-moderation {
    margin-bottom: 15px;
  }
  .comments-nav {
    padding: 18px 0;
  }
  .comments-nav span {
    display: none;
  }
  /* respond */
  .comment-form {
    margin-top: 30px;
  }
  .comment-form p {
    margin-top: 20px;
  }
  .comment-form p:first-child {
    margin-top: 0;
  }
  p.comment-form-author,
  p.comment-form-email {
    float: none;
    width: 100%;
    margin: 20px 0 0;
  }
  .comment-form textarea {
    height: 180px;
  }
  /* pagination */
  .page-title {
    padding-bottom: 20px;
    font-size: 16px;
  }
  .archive-title {
    margin: 0;
  }
  .archive-description {
    margin: 10px 0 0;
  }
}
@media (width <= 500px) {
  /* navigation */
  .mobile-menu li {
    margin-top: 20px;
  }
  .mobile-menu ul {
    margin-left: 20px;
  }
  .mobile-menu .current-menu-item::before,
  .mobile-menu .current_page_item::before {
    left: -16px;
  }
  /* blog */
  .posts .post-container > div {
    width: 100%;
  }
  /* single post */
  .post-navigation {
    padding: 15px;
  }
  .post-navigation a {
    float: none !important;
    width: 100%;
    max-height: 80px;
    margin: 0;
  }
  .post-navigation a + a {
    margin-top: 15px;
  }
  .post-meta-bottom ul li {
    float: none;
    display: block;
    margin: 0;
  }
  .post-meta-bottom ul li + li {
    margin-top: 8px;
  }
  /* post formats */
  .post.single .flex-direction-nav {
    margin-top: -16px;
  }
  .post.single .flex-direction-nav a {
    width: 32px;
    height: 32px;
  }
  .post.single .flex-direction-nav li:nth-child(1) a {
    margin-left: -32px;
  }
  .post.single .flex-direction-nav li:nth-child(2) a {
    margin-right: -32px;
  }
  .post.single .flexslider:hover .flex-direction-nav a {
    margin-right: 0;
    margin-left: 0;
  }
  /* post content */
  .post-content fieldset {
    padding: 15px;
  }
  /* pagination */
  .archive-nav {
    margin: 30px 0 25px;
  }
}
/* -------------------------------------------------------------------------------- */
.c-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.c-header_inner {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
  background-color: #fff;
}
.c-header_logo a {
  display: block;
}
.c-header_logo img {
  width: 67px;
  height: auto;
  vertical-align: bottom;
}
.c-header_annotation {
  align-self: flex-end;
  font-size: 11px;
}
.c-header_toggle {
  position: relative;
  width: 40px;
  height: 30px;
  margin-left: auto;
  cursor: pointer;
  transition: background-color 0.2s;
}
.c-header_toggle span {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 0.4s;
}
.c-header_toggle span:nth-of-type(1) {
  transform: translateY(-15px);
}
.c-header_toggle span:nth-of-type(3) {
  transform: translateY(15px);
}
.c-header_toggle.active span:nth-of-type(1) {
  opacity: 1;
  transform: rotate(45deg);
}
.c-header_toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.c-header_toggle.active span:nth-of-type(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.c-header_nav {
  position: fixed;
  top: 64px;
  bottom: 0;
  width: 100vw;
  height: calc(100vh - 64px);
  padding: 5.3333333333vw 8vw;
  overflow-y: auto;
  pointer-events: none;
  background-color: #dceff6;
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (min-width: 769px) {
  .c-header_nav {
    width: 768px;
    padding: 20px 30px;
  }
}
.c-header_nav.active {
  pointer-events: auto;
  opacity: 1;
}
.c-header_nav_head {
  padding-left: 8vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  background-image: url(assets/images/common/icon_menu.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 5.8666666667vw 5.6vw;
}
@media screen and (min-width: 769px) {
  .c-header_nav_head {
    padding-left: 30px;
    font-size: 16px;
    background-size: 22px 21px;
  }
}
.c-header_nav_body {
  padding-left: 8vw;
  margin-bottom: 2.1333333333vw;
  font-size: 3.7333333333vw;
  border-bottom: 0.2666666667vw solid #d8d8d8;
}
@media screen and (min-width: 769px) {
  .c-header_nav_body {
    padding-left: 30px;
    margin-bottom: 8px;
    font-size: 14px;
    border-bottom-width: 1px;
  }
}
.c-header_nav_body:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.c-header_nav_link {
  margin-top: 1.0666666667vw;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .c-header_nav_link {
    margin-top: 4px;
    margin-bottom: 16px;
  }
}
.c-header_nav_view {
  font-weight: bold;
}
.c-header_nav a {
  color: #c43030;
  text-decoration: underline;
  transition: none;
}
.c-header_nav_articleList {
  margin-top: 1.0666666667vw;
  margin-left: 8vw;
  list-style-type: none;
}
@media screen and (min-width: 769px) {
  .c-header_nav_articleList {
    margin-top: 4px;
    margin-left: 30px;
  }
}
.c-header_nav_articleList li {
  line-height: 1.7;
}
.c-header_nav_snsList {
  display: flex;
  gap: 2.1333333333vw;
  min-height: 26.6666666667vw;
  padding-top: 2.6666666667vw;
  margin-left: 0;
  list-style-type: none;
  background-image: url(assets/images/common/bg_cat.webp);
  background-repeat: no-repeat;
  background-position: left 42.6666666667vw top -2.6666666667vw;
  background-size: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .c-header_nav_snsList {
    gap: 8px;
    min-height: 100px;
    padding-top: 10px;
    background-position: left 160px top -10px;
    background-size: 100px;
  }
}
.c-header_nav_snsList > li {
  margin-bottom: 0;
}
.c-header_nav_snsList > li a {
  display: block;
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transition: none;
}
@media screen and (min-width: 769px) {
  .c-header_nav_snsList > li a {
    width: 44px;
    height: 44px;
  }
}
.c-header_nav_snsList > li a.instagram {
  background-image: url(assets/images/common/icon_instagram.svg);
}
.c-header_nav_snsList > li a.tiktok {
  background-image: url(assets/images/common/icon_tiktok.svg);
}
.c-header_nav_snsList > li a.youtube {
  background-image: url(assets/images/common/icon_youtube.svg);
}
.c-header_nav_snsList > li a.threads {
  background-image: url(assets/images/common/icon_threads.svg);
}
.c-header_nav_snsList > li a.lemon8 {
  background-image: url(assets/images/common/icon_lemon8.svg);
}
.c-header_nav_snsList > li a.x {
  background-image: url(assets/images/common/icon_x.svg);
}

.c-footer {
  padding: 5.3333333333vw 0;
  font-size: 3.2vw;
  text-align: center;
  background-color: #fff;
  border-top: 0.2666666667vw solid #dbdbdb;
}
@media screen and (min-width: 769px) {
  .c-footer {
    padding: 36px 0;
    font-size: 18px;
    border-width: 1px;
  }
}

.c-mv {
  position: relative;
}
.c-mv .c-button_cta {
  position: absolute;
  right: 0;
  bottom: 10.6666666667vw;
  left: 0;
}
@media screen and (min-width: 769px) {
  .c-mv .c-button_cta {
    bottom: 72px;
  }
}

.c-button_cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88vw;
  height: 22.9333333333vw;
  padding-top: 0.5333333333vw;
  padding-left: 3.2vw;
  margin: 0 auto;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  background-image: url(assets/images/common/bg_button_line.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transition: none;
}
@media screen and (min-width: 769px) {
  .c-button_cta a {
    width: 680px;
    height: 176px;
    padding-top: 2px;
    padding-left: 24px;
    font-size: 36px;
  }
}

.post-content .c-button_cta {
  padding: 5.3333333333vw 0;
}
@media screen and (min-width: 769px) {
  .post-content .c-button_cta {
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  .post-content .c-button_cta a {
    margin-left: -30px !important;
  }
}

.c-button_banner_wrap {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .c-button_banner_wrap {
    gap: 32px;
  }
}
.c-button_banner > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 91.4666666667vw;
  height: 25.6vw;
  padding-left: 31.4666666667vw;
  margin: 0 auto;
  font-size: 5.3333333333vw;
  color: #fff;
  text-decoration: none !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transition: none;
}
@media screen and (min-width: 769px) {
  .c-button_banner > a {
    width: 620px;
    height: 172px;
    padding-left: 200px;
    font-size: 40px;
  }
}
.c-button_banner > a span {
  transform: translateY(-0.5333333333vw);
}
@media screen and (min-width: 769px) {
  .c-button_banner > a span {
    transform: translateY(-3px);
  }
}
.c-button_banner.typeBt1 > a {
  background-image: url(assets/images/common/bt1.webp);
}
.c-button_banner.typeBt2 > a {
  color: #bd5371;
  background-image: url(assets/images/common/bt2.webp);
}
.c-button_banner.typeBt3 > a {
  color: #bd5371;
  background-image: url(assets/images/common/bt3.webp);
}
.c-button_banner.typeBt4 > a {
  background-image: url(assets/images/common/bt4.webp);
}

h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 91.4666666667vw;
  height: 17.0666666667vw;
  padding: 0 18.6666666667vw;
  margin: 5.3333333333vw auto !important;
  font-size: 5.3333333333vw !important;
  color: #fff;
  text-align: center;
  background-image: url(assets/images/common/bg_head_blue.webp);
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: 91.4666666667vw 15.4666666667vw;
}
@media screen and (min-width: 769px) {
  h2 {
    width: 620px;
    height: 114px;
    padding: 0 70px;
    margin: 50px 0 25px !important;
    font-size: 36px !important;
    background-size: 620px 104px;
  }
}
h2.typeWhite {
  color: #47a5df;
  background-image: url(assets/images/common/bg_head_white.webp);
}

.insert-page-1615,
.insert-page-1611,
.insert-page-2066 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  padding: 0 0 6.4vw;
  margin-left: calc(-50vw + 50%);
  background-color: #d1eaf9;
}
@media screen and (min-width: 769px) {
  .insert-page-1615,
  .insert-page-1611,
  .insert-page-2066 {
    width: 768px;
    padding: 0 0 60px;
    margin-left: -74px;
  }
}

.c-sns_box {
  position: relative;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .c-sns_box {
    margin-top: 60px;
  }
}
.c-sns_box_head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.c-sns_box_head > span {
  display: flex;
  justify-content: center;
  padding: 1.0666666667vw 4.2666666667vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #47a5df;
  background: #fff;
  border: 0.2666666667vw solid #47a5df;
  border-radius: 266.4vw;
}
@media screen and (min-width: 769px) {
  .c-sns_box_head > span {
    padding: 8px 28px;
    font-size: 26px;
    border-width: 2px;
    border-radius: 999px;
  }
}
.c-sns_box_articleHead {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.1333333333vw 4.2666666667vw;
  margin-bottom: 4.8vw;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  background: #67bfe5;
  border-radius: 266.4vw;
}
@media screen and (min-width: 769px) {
  .c-sns_box_articleHead {
    padding: 16px 28px;
    margin-bottom: 36px;
    font-size: 32px;
    border-radius: 999px;
  }
}
.c-sns_box_articleHead::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  content: "";
  background-image: url(assets/images/common/sankaku_fukidashi.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translateY(100%) translateX(-50%);
}
@media screen and (min-width: 769px) {
  .c-sns_box_articleHead::after {
    width: 28px;
    height: 28px;
  }
}
.c-sns_box_list {
  display: flex;
  gap: 4.2666666667vw;
  align-items: center;
  justify-content: center;
  padding: 6.6666666667vw 5.3333333333vw 2.6666666667vw;
  margin-bottom: 5.3333333333vw;
  margin-left: 0;
  list-style-type: none;
  background-color: #ebf8ff;
  border: 0.2666666667vw solid #47a5df;
  border-radius: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .c-sns_box_list {
    gap: 32px;
    padding: 46px 40px 20px;
    margin-bottom: 40px;
    border-width: 2px;
    border-radius: 16px;
  }
}
.c-sns_box_list.typeInset {
  padding: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .c-sns_box_list.typeInset {
    padding: 20px 40px;
  }
}
.c-sns_box_list > li {
  margin-bottom: 0;
}
.c-sns_box_list > li a {
  display: block;
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transition: none;
}
@media screen and (min-width: 769px) {
  .c-sns_box_list > li a {
    width: 80px;
    height: 80px;
  }
}
.c-sns_box_list > li a.instagram {
  background-image: url(assets/images/common/icon_instagram.svg);
}
.c-sns_box_list > li a.tiktok {
  background-image: url(assets/images/common/icon_tiktok.svg);
}
.c-sns_box_list > li a.youtube {
  background-image: url(assets/images/common/icon_youtube.svg);
}
.c-sns_box_list > li a.threads {
  background-image: url(assets/images/common/icon_threads.svg);
}
.c-sns_box_list > li a.lemon8 {
  background-image: url(assets/images/common/icon_lemon8.svg);
}
.c-sns_box_list > li a.x {
  background-image: url(assets/images/common/icon_x.svg);
}

.c-article_title {
  position: relative;
  width: 100vw;
  margin-bottom: 5.3333333333vw;
  margin-left: calc(-50vw + 50%);
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-article_title {
    width: 768px;
    margin-bottom: 20px;
    margin-left: -74px;
  }
}
.c-article_title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 25.8666666667vw;
  height: 25.8666666667vw;
  content: "";
  background-image: url(assets/images/common/bg_majo.webp);
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-article_title::after {
    width: 194px;
    height: 194px;
    background-size: contain;
  }
}
.c-article_title_inner {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
  min-height: 23.4666666667vw;
  padding: 3.2vw 21.8666666667vw 3.2vw 8vw;
  font-size: 5.8666666667vw;
  line-height: 1.2;
  background-color: #67bfe5;
}
@media screen and (min-width: 769px) {
  .c-article_title_inner {
    gap: 24px;
    min-height: 166px;
    padding: 24px 160px 24px 60px;
    font-size: 44px;
  }
}
.c-article_title_inner::before {
  margin-top: 1.0666666667vw;
  font-size: 3.2vw;
  content: "あなたは…";
}
@media screen and (min-width: 769px) {
  .c-article_title_inner::before {
    margin-top: 2px;
    font-size: 24px;
  }
}
.c-article_simpleTitle {
  position: relative;
  width: 100vw;
  margin-bottom: 5.3333333333vw;
  margin-left: calc(-50vw + 50%);
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-article_simpleTitle {
    width: 768px;
    margin-bottom: 20px;
    margin-left: -74px;
  }
}
.c-article_simpleTitle_inner {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
  padding: 3.2vw 8vw;
  font-size: 5.8666666667vw;
  line-height: 1.2;
  background-color: #67bfe5;
}
@media screen and (min-width: 769px) {
  .c-article_simpleTitle_inner {
    gap: 24px;
    padding: 24px 60px;
    font-size: 44px;
  }
}

.wp-block-heading br {
  display: none;
}
