@charset "UTF-8";
/*
Theme Name: Simple Days
Author: YAHMAN
Author URI: https://back2nature.jp/
Theme URI: https://back2nature.jp/simpledays/
Description:Simple Days is a free responsive WordPress Blog theme.Visitors arrive by smartphone, tablet, laptop, or desktop computer.I designed it using a mobile-first approach.And try to make it as simple as possible.It is thus possible to improve usability of the smartphone.And of course, other devices is too.Let's try it.
Version: 0.0.9
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: simple-days
Tags: blog, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images,  sticky-post, threaded-comments, translation-ready, rtl-language-support
*/



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
  margin: 0;
  padding: 0; }

body {
  color: #555; }

a {
  
  color: #07a;
  text-decoration: none; }
  a:hover {
    color: #d42; }

img, video {
  height: auto;
  max-width: 100%; }

ul, ol {
  margin: 0 0 1.6em 1.3333em; }

h1 {
  font-size: 36px;
  line-height: 40px; }

h2 {
  font-size: 30px;
  line-height: 40px; }

h3 {
  font-size: 24px;
  line-height: 40px; }

h4 {
  font-size: 18px;
  line-height: 20px; }

h5 {
  font-size: 14px;
  line-height: 20px; }

h6 {
  font-size: 12px;
  line-height: 20px; }

dfn, cite, em, i {
  font-style: italic; }

b, strong {
  font-weight: 700; }

code, kbd, tt, var, samp, pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

mark, ins {
  background-color: #eee;
  text-decoration: none; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

address {
  margin: 0 0 1.5em; }

blockquote {
  
  background-color: #fafafa;
  border: 1px solid #eee;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative; }

blockquote:before {
  font-family: Georgia, serif;
  content: "\201c";
  color: #ccc;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0; }

blockquote:after {
  font-family: Georgia, serif;
  content: "\201d";
  color: #ccc;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: 0; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  text-align: right;
  margin-top: 0.5em; }

.post_body blockquote p {
  margin-bottom: 0; }

table, th, td {
  border: 1px solid #eee; }

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%; }

th {
  font-weight: 700; }

th, td {
  padding: .7em;
  text-align: left; }

tbody tr:nth-child(odd) {
  background: #eee; }

select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  max-width: 100%; }

label {
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #555;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.8em;
  width: 100%; }

button, input[type="button"], input[type="submit"] {
  background-color: #333;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }




.widget {
  margin-bottom: 30px; }

.widget_title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2em;
  position: relative;
  display: inline-block;
  text-transform: uppercase; }

.widget ul {
  list-style: none;
  margin: 0; }

.widget select {
  width: 100%; }

.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4; }

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0; }

.widget_rss .rss-date, .widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase; }

.widget_rss .rssSummary {
  margin-bottom: 0.5em; }

.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0; }

.widget_rss ul li {
  padding: 2.125em 0; }

.widget ul li, .widget ol li {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 0.5em 0; }

.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative; }

.widget ul li li {
  border: 0;
  padding-left: 24px; }

#wp-calendar {
  margin: 0 auto; }

.widget_calendar td, .widget_calendar th {
  line-height: 2.9333;
  text-align: center;
  padding: 0; }

.widget_calendar tbody a {
  background-color: #07a;
  color: #fff;
  display: block;
  font-weight: 700; }

.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  background-color: #d42; }

.search_form {
  
  position: relative; }
  .search_form:focus {
    outline: none; }

.search_field {
  width: 100%;
  padding: 10px;
  border: solid 1px #eee;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .search_field:focus {
    outline: none; }

.search_submit {
  background-color: #333;
  color: #fff;
  border-width: 0px;
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  top: 3px; }

.search_submit:hover {
  background-color: #eee; }

.tagcloud a {
  
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .tagcloud a:hover {
    opacity: .5; }


.wp-caption {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  text-align: center;
  background-color: #fafafa;
  padding-top: 4px;
  margin: 10px 0 20px 0;
  border-radius: 3px; }
  .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none; }

.wp-caption p.wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0; }


.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 44%; }


.sticky .post_card {
  border: solid 4px #eee; }

.bypostauthor {
  background-color: #fafafa; }

.aligncenter {
  display: block;
  margin: 0 auto;
  clear: both; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }


#comments {
  margin-top: 40px;
  padding: 10px;
  
  margin-left: auto;
  margin-right: auto;
  width: 90%; }

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase; }

input:required + .help-text::before {
  content: '*Required'; }

.logged-in-as {
  margin: 10px 0; }

textarea#comment {
  width: 100%; }

.comment-list, .comment-list .children {
  list-style: none;
  margin: 0; }

.comment-form input[type="submit"] {
  width: 100%;
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
  margin-top: 10px; }

.comment-author .avatar {
  height: 60px;
  position: relative;
  top: 45px;
  width: 60px;
  border-radius: 50%; }
.comment-author img {
  padding: 0px; }
.comment-author b {
  padding-left: 20px; }

.comment-metadata {
  padding-left: 80px; }

.comment-content {
  margin-top: 0.5rem; }

.reply, .comment-content p {
  padding-left: 80px; }

li.comment ol.children {
  padding-left: 40px; }

.no-comments {
  border-top: #eee;
  font-weight: 700;
  padding-top: 1.6em; }

.comments-title {
  margin-bottom: 1em; }

.comment-body {
  color: #555;
  font-size: 14px;
  margin-bottom: 2em; }


.page-links {
  margin: 3em 0;
  text-align: center; }
  .page-links > span {
    background-color: #333;
    color: #fff; }

.page-links a, .page-links > span {
  border: 1px solid #eee;
  border-radius: 2px;
  display: inline-block;
  width: 1.8461538462em; }

.clearfix {
   }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ''; }
  .clearfix:after {
    clear: both; }

.container {
  
  max-width: 1280px;
  margin: 0 auto;
  height: 100%; }

.contents {
  
  position: relative;
  right: auto;
  left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 1px;
  margin: 0 auto;
  padding: 5px;
  word-wrap: break-word; }

.sidebar {
  
  right: auto;
  left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  margin: 30px 0 0 0;
  padding: 30px 5px 0 0;
  box-shadow: 0 -2px 8px -2px rgba(10, 15, 17, 0.071);
  word-break: break-all; }







#site_header {
  
  margin: 0 auto 20px auto;
  padding: 0;
  box-shadow: 0 2px 8px -2px rgba(10, 15, 17, 0.071); }

#site_header .container {
  padding: 5px; }


#primary_menu {
  
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

#toggle_menu {
  
  display: none; }
  #toggle_menu:not(:checked) ~ #header_nav .primary_menu {
    height: 0vh;
    overflow: hidden;
    transition: height .4s ease; }
  #toggle_menu:checked ~ #header_nav .primary_menu {
    overflow: auto;
    height: 100vh;
    transition: height .4s ease; }

.toggle_label {
  height: 20px;
  width: 18px; }

.toggle_label:before, .toggle_label:after {
  background: #555;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.1s linear, -webkit-transform 0.8s;
  transition: box-shadow 0.1s linear, transform 0.8s; }

.toggle_label:before {
  -webkit-box-shadow: #555 0 9px 0;
  box-shadow: #555 0 9px 0;
  height: 2px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 26px; }

#toggle_menu:checked ~ .primary_menu_site_title .toggle_label:before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(1125deg);
  transform: rotate(1125deg); }

.toggle_label:after {
  bottom: 0;
  height: 2px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 26px; }

#toggle_menu:checked ~ .primary_menu_site_title .toggle_label:after {
  -webkit-transform: rotate(-1125deg);
  transform: rotate(-1125deg); }


#header_nav .menu-item a {
  display: block;
  padding: 12px 10px 12px 0; }

#header_nav .menu-item-has-children {
  position: relative; }

#header_nav .menu-item-has-children > ul {
  display: block;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }
  #header_nav .menu-item-has-children > ul > .menu-item {
    padding: 5px 10px 5px 20px; }

.primary_menu_site_title {
  
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .primary_menu_site_title > label {
    font-size: 36px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0; }

.description_tooltip {
  margin: 0 auto; }

.site_title {
  
  font-size: 18px;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  font-weight: bold; }




.sticky {
  position: relative; }

.sticky_icon {
  position: absolute;
  left: 4px;
  top: -16px;
  transform: rotate(-45deg);
  font-size: 36px; }

.post_card {
  
  word-break: break-all;
  margin: 0 0 30px;
  padding: 0;
  border: 1px solid #eee;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.post_card_thumbnail {
  
  display: inline;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0; }

.post_card_thumbnail_img {
  
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .post_card_thumbnail_img img {
    border: 0;
    width: 100%;
    height: auto; }

.post_card_category {
  
  margin: 10px 0; }
  .post_card_category a {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase; }
    .post_card_category a:nth-child(n+3) {
      display: none; }

.post_card_entry_title {
  
  font-size: 160%;
  font-weight: 800;
  line-height: 1.5em;
  margin: 0;
  padding-top: 10px;
  text-align: left;
  text-transform: uppercase; }

.date_header {
  
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font: normal 12px Arial;
  line-height: 1.2em;
  text-transform: none; }

.post_card_entry_meta {
   }
  .post_card_entry_meta .post_date {
    font-size: 16px;
    padding: 5px 5px 5px 10px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    margin-left: auto; }
  .post_card_entry_meta a {
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase; }

.summary {
  
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  margin: 15px 0 .75em; }

.more-link {
  
  font-size: 14px;
  padding: 5px; }


nav.navigation {
  text-align: center; }

.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600; }

.page-numbers.current, a.page-numbers:hover {
  background: #fafafa; }




#site_footer {
  
  margin: 20px auto 0 auto;
  padding: 0;
  padding-top: 20px;
  box-shadow: 0 -2px 8px -2px rgba(10, 15, 17, 0.071); }

.copyright {
  
  width: 100%;
  margin-top: 30px; }

.credit {
  margin: 0 auto;
  text-align: center; }

.social_list {
  font-size: 28px;
  text-align: center; }
  .social_list a {
    color: #555; }

.sns_facebook-square:hover {
  color: #3b5998; }

.sns_twitter-square:hover {
  color: #1da1f2; }

.sns_linkedin:hover {
  color: #0077b5; }

.sns_youtube:hover {
  color: #ff0000; }

.sns_instagram:hover {
  color: #c32aa3; }

.sns_google-plus-square:hover {
  color: #db4437; }

.sns_pinterest-square:hover {
  color: #bd081c; }

.sns_vimeo-square:hover {
  color: #1ab7ea; }

.sns_tumblr-square:hover {
  color: #35465d; }

.sns_github-square:hover {
  color: #2f2f2f; }

.sns_line:hover {
  color: #19bc03; }

.sns_flickr:hover {
  color: #fff;
  background-size: 90% 20%;
  background-repeat: no-repeat;
  background-position: 40% 44%;
  background-image: linear-gradient(to right, #006add 50%, #f40083 50%); }

.sns_hatena:hover {
  color: #008fde; }




.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 0 5px 5px 0; }
  .breadcrumb li {
    display: inline; }

.single_thumbnail {
  
  margin: 0;
  padding: 0;
  text-align: center; }
  .single_thumbnail img {
    max-width: 100%;
    height: auto; }

.single_entry_title {
  
  font-size: 250%;
  font-weight: 800;
  line-height: 1.0;
  margin: 0;
  padding: 10px 0;
  text-align: left; }

.post_meta {
  
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  margin: .1em 0;
  text-transform: none; }

.post_body {
  
  font-size: 16px;
  line-height: 1.7em;
  margin: 15px 0 .75em;
  padding: 0; }
  .post_body p {
    margin-bottom: 1.5em; }

.post_category a, .post_tag a {
  
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  margin: 10px 5px;
  padding: 6px 10px;
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
  border: 1px solid #eee;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px; }
  .post_category a:hover, .post_tag a:hover {
    border-color: #d42; }

.nav_links {
  
  word-break: break-all;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .nav_links a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .nav_links a p {
      padding: 10px; }

.nav_links_previous, .nav_links_next {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #eee;
  border-left-width: 5px; }
  .nav_links_previous:hover, .nav_links_next:hover {
    border-color: #d42; }

.nav_title_arrow_previous {
  font-size: 48px;
  width: 32px;
  margin-left: -5px;
  padding-right: 16px; }

.nav_title_arrow_next {
  font-size: 48px;
  width: 32px;
  margin-right: -5px;
  padding-left: 16px; }

.nav_links_next {
  text-align: right;
  border-left-width: 1px;
  border-right-width: 5px; }

.p10 {
  padding: 10px; }

.author_profile_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 10px; }

.author_avatar {
  width: 64px;
  margin-right: 10px; }
  .author_avatar img {
    border-radius: 50%; }

.author_name {
  font-weight: 700;
  font-size: 1.3rem; }

.author_info {
  margin-right: auto; }

.author_lp {
  margin: 0; }

.author_lp li {
  list-style: none; }
  .author_lp li a {
    font-size: 20px; }
  .author_lp li span {
    font-size: 12px; }


.tabs {
  width: 100%;
  margin: 50px auto; }


.tab_item {
  border-bottom: 3px solid #07a;
  background-color: #d9d9d9;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #565656;
  display: inline-block;
  transition: all 0.2s ease;
  padding: 3px 20px;
  margin-bottom: 0; }

.tab_item:hover {
  opacity: 0.75; }


input[name="tab_item"], .tab_content {
  display: none; }


.tab_content {
  padding: 10px;
  border: solid 1px #eee;
  box-shadow: 0 2px 8px -2px rgba(10, 15, 17, 0.071); }


#author_profile:checked ~ #author_profile_content,
#author_latest_post:checked ~ #author_latest_post_content {
  display: block; }


.tabs input:checked + .tab_item {
  background-color: #07a;
  color: #fff; }


#related_posts {
  overflow-y: hidden;
  overflow-x: scroll;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.related_posts_box {
  flex: 0 0 65%;
  color: #fff;
  position: relative;
  border-right: none; }

.related_posts_box_img {
  padding: 3px;
  max-height: 230px;
  overflow: hidden; }

.related_posts_box_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  max-height: 20%;
  min-height: 20%;
  overflow: hidden;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 140%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .related_posts_box_title span {
    word-break: break-all; }

.flex_mleft {
  margin-left: auto; }




#primary_menu, .primary_menu_site_title, .post_card, .post_card_thumbnail_img, .date_header, .nav_links, .nav_links a, .author_profile_box, #related_posts, .related_posts_box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }




@media screen and (min-width: 768px) {
  .site_title {
    font-size: 24px; }

  .post_card_category a:nth-child(-n+3) {
    
    display: inline-block; }

  .gallery-item {
    max-width: 16%; }

  #related_posts {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow-y: visible;
    overflow-x: visible; }

  .related_posts_box {
    flex: 0 1 auto;
    margin-bottom: 5px;
    width: 33%; } }


@media screen and (min-width: 980px) {
  
  #primary_menu {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
    min-height: 48px;
    max-height: 100%;
    height: 100%; }

  .primary_menu_site_title {
    width: 100%; }
    .primary_menu_site_title a {
      margin: 0 auto; }
    .primary_menu_site_title > label {
      display: none; }

  #toggle_menu {
    display: none; }
    #toggle_menu:not(:checked) ~ #header_nav .primary_menu {
      overflow: visible;
      height: auto; }
    #toggle_menu:checked ~ #header_nav .primary_menu {
      overflow: visible;
      height: auto; }

  #header_nav {
     }
    #header_nav .menu-item {
      height: 48px; }
      #header_nav .menu-item a {
        padding: 12px 10px;
        white-space: nowrap; }

  #header_nav .menu-item-has-children {
    overflow: hidden; }
    #header_nav .menu-item-has-children:hover {
      overflow: visible;
      cursor: pointer; }
      #header_nav .menu-item-has-children:hover ul {
        position: relative;
        display: block;
        min-width: 100%; }

  #header_nav .menu-item-has-children > ul {
    display: none;
    overflow-x: visible;
    background-color: #fafafa;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-top: solid 1px #eee;
    line-height: 24px; }
    #header_nav .menu-item-has-children > ul > .menu-item {
      border-bottom: solid 1px #eee;
      padding: 0;
      min-width: 150px; }

  
  #header_nav #primary_menu > .menu-item-has-children > .sub-menu {
    z-index: 5;
    position: absolute;
    left: 0;
    min-width: auto; }

  
  #header_nav #primary_menu > .menu-item-has-children:last-child > .sub-menu {
    z-index: 5;
    position: absolute;
    right: 0;
    left: auto;
    min-width: auto;
    text-align: right; }

  
  #primary_menu > .menu-item-has-children > .sub-menu:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -30px;
    left: 0;
    border: 20px solid transparent;
    border-bottom: 10px solid #eee; }

  
  #primary_menu > .menu-item-has-children:last-child > .sub-menu:after {
    left: auto;
    right: 0; }

  
  #header_nav .sub-menu > .menu-item-has-children > .sub-menu:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 18px;
    left: -8px;
    border: 7px solid transparent;
    border-left-color: #333; }

  
  #header_nav .sub-menu li ul {
    min-width: 100%;
    top: -49px;
    left: 100%; }

  
  #primary_menu > .menu-item-has-children:last-child ul li ul {
    top: -49px;
    left: -101.5%; }

  
  #header_nav #primary_menu > .menu-item-has-children:last-child ul li ul:before {
    top: 18px;
    left: 98%;
    border: 7px solid transparent;
    border-right-color: #333; }

  
  
  #site_header .container, #main .container, .footer_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }

  #site_header .container {
    padding-left: 20px; }

  .site_title {
    font-size: 24px; }

  .description_tooltip:hover {
    position: relative;
    transition: all 1.0s; }
  .description_tooltip:after {
    font-size: 0;
    position: absolute;
    width: auto;
    height: auto;
    content: attr(data-tooltip);
    -webkit-transition: background .3s, color .3s, opacity .3s , font-size .3s;
    transition: background .3s, color .3s, opacity .3s , font-size .3s;
    white-space: nowrap;
    opacity: 0;
    background-color: transparent;
    border-radius: 5px; }
  .description_tooltip:hover:after {
    font-size: 18px;
    background-color: #fafafa;
    position: absolute;
    left: 105%;
    padding: 0px 10px;
    opacity: 1;
    white-space: nowrap; }

  p > .description_tooltip:hover:after {
    padding: 5px 10px; }

  .primary_menu_site_title {
    width: auto;
    height: auto;
    margin-right: auto; }

  .contents {
    width: 75%;
    padding: 0 0 0 20px; }

  .sidebar {
    width: 25%;
    margin: 0 0 0 30px;
    padding: 0 10px; }

  .post_card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }

  .post_card_thumbnail {
    min-width: 320px;
    max-width: 320px;
    height: 240px;
    margin: 0 20px 0 0; }

  .post_card_entry_meta {
    flex: 1; }

  .post_card_category a:nth-child(-n+4) {
    display: inline-block; }

  .nav_links {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .nav_links_next {
    margin-left: auto; }

  .nav_links_previous, .nav_links_next {
    width: 45%; }

  
  
  .footer_widget .widget {
    padding-left: 15px;
    padding-right: 15px; }

  .footer_widget_left, .footer_widget_right, .footer_widget_center {
    width: 33%; }

  .widget_calendar td, .widget_calendar th {
    line-height: 2.3333; }

  .related_posts_box {
    border-bottom: none;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 32%; }

  .related_posts_box_img {
    max-height: 180px; }

  .related_posts_box_title {
    line-height: 140%; } }


