/*
  Theme Name: Reginald
  Theme URI: https://gratisthemes.github.io/reginald
  Author: Gratis Themes
  Author URI: https://gratisthemes.github.io/
  Description: Simple yet elegant and responsive blogging theme. Includes a variety of customizable options and widget areas.
  Version: 1.3.0
  License: GNU General Public License v3
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
  Text Domain: reginald

  Reginald WordPress Theme, Copyright (C) 2019, Gratis Themes
  Reginald distributed under the terms of the GNU GPL v3
*/
/* Table of Contents
  -------------------------------
  1.0 Normalize
  2.0 Variables
  3.0 Layout
    3.1 Site header
    3.2 Main
    3.3 Widget areas
  4.0 Site Header
    4.1 Navigation
  5.0 Content
    5.1 Headers
    5.2 Thumbnails
    5.3 Tags and Elements
    5.4 Form elements
    5.5 Media
    5.6 Post formats
    5.7 Footers
    5.8 Alignment
  6.0 Comments
  7.0 Widgets
  8.0 Site footer
  9.0 Accesibility
*/
/* 1.0 Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
.dib{
    display: inline-block;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 2.0 Variables */
:root {
  --font-family: 'Open Sans', sans-serif;
  --font-size: 10pt;
  --color-bg:           #1E73BE;
  --color-container:    #FFFFFF;
  --color-text:         #000000;
  --color-anchor:       #191919;
  --color-site-title:   #191919;
  --color-site-tagline: #191919;
  --color-border:       #BDBDBD;
  --color-highlight:    #EFEFEF;
}

/* 3.0 Layout */
#site-wrapper {
  background-color: var(--color-container);
  max-width: -webkit-calc(900px - 2.4em);
  max-width: 760px;
  border-right: solid 5px #BAD474;
  border-left: 5px solid #BAD474;
  display: grid;
  grid-template-columns: minmax(0, 100%);
  grid-template-rows: repeat(2, minmax(0, auto)) minmax(0, 1fr) repeat(3, minmax(0, auto));
  grid-gap: 1em;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  grid-template-areas: "site-header" "widget-area-header" "site-main" "widget-area-sidebar" "widget-areas-footer" "site-footer";
  min-height: -webkit-calc(100vh - 2.4em);
  min-height: calc(100vh - 2.4em);
}

#site-header {
  grid-area: site-header;
}

#widget-area-header {
  grid-area: widget-area-header;
}

#site-main {
  grid-area: site-main;
}

#widget-area-sidebar {
  grid-area: widget-area-sidebar;
}

#widget-areas-footer {
  grid-area: widget-areas-footer;
}

#site-footer {
  grid-area: site-footer;
}

@media (min-width: 900px) {
  #site-wrapper {
    margin: 0 auto;
    -webkit-border-radius: .25em;
            border-radius: .25em;
    min-height: -webkit-calc(100vh - 8.4em);
    min-height: calc(100vh - 8.4em);
  }
  .has-sidebar #site-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(0, auto);
    grid-template-rows: repeat(2, minmax(0, auto)) minmax(0, 1fr) repeat(2, minmax(0, auto));
    grid-template-areas: "site-header site-header" "widget-area-header widget-area-header" "site-main widget-area-sidebar" "widget-areas-footer widget-areas-footer" "site-footer site-footer";
  }
  #widget-area-sidebar {
    float: right;
    width: 180px;
    margin: 0px 20px 14px 0px;
    _margin: 0px 10px 20px 0px;
    padding: 10px;
    background-color: #f6f6f6
  }
}

/* 3.1 Layout: Site header */
@media (min-width: 900px) {
  #site-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
/* 3.2 Layout: Main */
#site-main,
#site-main > section {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  grid-gap: 2em;
}
#site-main > section {
    grid-gap: 1em;
    width: 500px;
    margin: 0px 20px;
    padding: 0px;
    border: 1px solid #E0E0E0;
}

/* 3.3 Layout: Widget Areas */
.widget-area,
#widget-area-header,
#widget-areas-footer {
  display: grid;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  grid-gap: 2em;
}

.widget-area,
#widget-areas-footer {
  grid-template-columns: minmax(0, 100%);
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
}

@media (min-width: 1024px) {
  #widget-area-header {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #widget-areas-footer {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* 4.0 Site Header */
#site-header a {
  text-decoration: none;
}

.site-title,
.site-tagline {
  text-align: center;
  margin: .5em 0;
}

.site-title {
  display: block;
  color: var(--color-site-title);
  font-size: 1.8rem;
  font-weight: 600;
}

.site-tagline {
  color: var(--color-site-tagline);
}

.custom-logo-link {
  display: block;
  text-align: center;
}

.custom-logo-link img {
  -webkit-border-radius: 0;
          border-radius: 0;
}

#social-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1em));
  grid-gap: .5em;
  font-size: 1.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#social-links a {
  text-align: center;
}

.header-image {
  display: block;
}

@media (min-width: 900px) {
  #site-header {
    line-height: 1.2em;
  }
  #header-nav-toggle-label,
  .custom-logo-link {
    margin-right: 1em;
  }
  .site-title,
  .site-tagline {
    text-align: left;
    margin: 0 .5em .5em 0;
  }
  #social-links {
    position: relative;
    right: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #social-links a {
    margin-left: .5em;
  }
}

/* 4.1 Site Header: Navigation */
#header-nav-toggle {
  display: none;
}

#header-nav-toggle-label {
  position: relative;
  display: block;
  width: 20px;
  height: 16px;
  cursor: pointer;
  overflow: hidden;
}

#header-nav-toggle-label span,
#header-nav-toggle-label span::before,
#header-nav-toggle-label span::after {
  background-color: var(--color-text);
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  -webkit-border-radius: 25%;
          border-radius: 25%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header-nav-toggle-label span {
  top: 0px;
  bottom: 0px;
  margin: auto;
}

#header-nav-toggle-label span::before, #header-nav-toggle-label span::after {
  content: '';
}

#header-nav-toggle-label span:before {
  top: -6px;
}

#header-nav-toggle-label span::after {
  bottom: -6px;
}

#header-nav-toggle:checked ~ #header-nav-toggle-label span {
  left: 30px;
}

#header-nav-toggle:checked ~ #header-nav-toggle-label span::before, #header-nav-toggle:checked ~ #header-nav-toggle-label span::after {
  left: -30px;
  top: 0px;
}

#header-nav-toggle:checked ~ #header-nav-toggle-label span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header-nav-toggle:checked ~ #header-nav-toggle-label span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#header-nav {
  background-color: var(--color-container);
  position: absolute;
  display: none;
  width: -webkit-calc(100% - 2em);
  width: calc(100% - 2em);
  margin: 1em 0 0;
  padding: 0;
  text-align: center;
  z-index: 10;
}

#header-nav a {
  color: var(--color-text);
  text-decoration: none;
}

#header-nav li {
  list-style: none;
  margin: 0;
}

#header-nav li > * {
  display: block;
  padding: 0 1em;
  line-height: 3em;
}

#header-nav li:hover > *:not(ul) {
  background-color: var(--color-highlight);
}

#header-nav .current-menu-item > *:not(ul) {
  background-color: var(--color-highlight);
}

#header-nav-toggle:checked ~ #header-nav {
  display: block;
}

@media (min-width: 900px) {
  #header-nav {
    width: auto;
    text-align: left;
    margin: 1.5em 0 0 -1.2em;
  }
  #header-nav li {
    position: relative;
    white-space: nowrap;
  }
  #header-nav li > * {
    padding: 1em;
    line-height: 1em;
  }
  #header-nav li ul {
    display: none;
    background-color: var(--color-container);
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    padding: 0;
  }
  #header-nav li:hover > ul {
    display: block;
  }
  #header-nav .menu-item-has-children > *:not(ul)::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: .5em;
    content: "\f105";
  }
}

/* 5.0 Content */
body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-family);
  word-wrap: break-word;
}

.read-more-link {
  position: relative;
  display: table-cell;
  background-color: var(--color-highlight);
  top: .5em;
  padding: .5em;
  text-decoration: none;
}

.page-links > * {
  background-color: var(--color-highlight);
  border: 0.0625em solid var(--color-highlight);
  margin-left: .5em;
  padding: .25em .5em;
}

.page-links > span {
  background-color: var(--color-container);
}

.page-links a {
  text-decoration: none;
}

/* 5.1 Content: Headers */
.page-header,
.entry-header {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  grid-gap: 1em;
}

.page-header h1,
.page-header h3,
.entry-header h1,
.entry-header h3 {
  margin: 0;
}

.page-header a,
.entry-header a {
  text-decoration: none;
}

.page-header a:hover,
.entry-header a:hover {
  text-decoration: underline;
}

.entry-meta {
  display: grid;
}

.entry-meta-author .avatar {
  display: none;
}

.sticky .entry-header h5::before,
.entry-meta > span::before,
.post-edit-link::before,
.attachment .entry-header h3::before,
.single-format-gallery .entry-header h3::before,
.single-format-image .entry-header h3::before,
.single-format-audio .entry-header h3::before,
.single-format-video .entry-header h3::before,
.single-format-aside .entry-header h3::before,
.single-format-status .entry-header h3::before,
.single-format-link .entry-header h3::before,
.single-format-quote .entry-header h3::before,
.single-format-chat .entry-header h3::before,
.archive.category .page-header h3::before,
.archive.date .page-header h3::before,
.archive.tag .page-header h3::before,
.archive.search-results .page-header h3::before,
.archive.author .page-header h3::before,
.archive.term-post-format-gallery .page-header h3::before,
.archive.term-post-format-image .page-header h3::before,
.archive.term-post-format-audio .page-header h3::before,
.archive.term-post-format-video .page-header h3::before,
.archive.term-post-format-aside .page-header h3::before,
.archive.term-post-format-status .page-header h3::before,
.archive.term-post-format-link .page-header h3::before,
.archive.term-post-format-quote .page-header h3::before,
.archive.term-post-format-chat .page-header h3::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: .25em;
}

.sticky .entry-header h5::before {
  content: '\f08d';
}

.entry-meta-author::before,
.archive.author .page-header h3::before {
  content: '\f007';
}

.entry-meta-date::before,
.archive.date .page-header h3::before {
  content: '\f073';
}

.entry-meta-comments::before {
  content: '\f0e5';
}

.entry-meta-categories::before,
.archive.category .page-header h3::before {
  content: '\f114';
}

.entry-meta-image-dimesions::before,
.format-gallery .entry-meta-post-format::before,
.format-image .entry-meta-post-format::before,
.attachment .entry-header h3::before,
.single-format-gallery .entry-header h3::before,
.single-format-image .entry-header h3::before,
.archive.term-post-format-gallery .page-header h3::before,
.archive.term-post-format-image .page-header h3::before {
  content: '\f03e';
}

.format-audio .entry-meta-post-format::before,
.single-format-audio .entry-header h3::before,
.archive.term-post-format-audio .page-header h3::before {
  content: '\f001';
}

.format-video .entry-meta-post-format::before,
.single-format-video .entry-header h3::before,
.archive.term-post-format-video .page-header h3::before {
  content: '\f03d';
}

.format-aside .entry-meta-post-format::before,
.single-format-aside .entry-header h3::before,
.archive.term-post-format-aside .page-header h3::before {
  content: '\f249';
}

.format-status .entry-meta-post-format::before,
.single-format-status .entry-header h3::before,
.archive.term-post-format-status .page-header h3::before {
  content: '\f12a';
}

.format-link .entry-meta-post-format::before,
.single-format-link .entry-header h3::before,
.archive.term-post-format-link .page-header h3::before {
  content: '\f0c1';
}

.format-quote .entry-meta-post-format::before,
.single-format-quote .entry-header h3::before,
.archive.term-post-format-quote .page-header h3::before {
  content: '\f10e';
}

.format-chat .entry-meta-post-format::before,
.single-format-chat .entry-header h3::before,
.archive.term-post-format-chat .page-header h3::before {
  content: '\f086';
}

.post-edit-link::before {
  content: '\f040';
}

.archive.tag .page-header h3::before {
  content: '\f02b';
}

@media (min-width: 900px) {
  .entry-meta {
    display: grid;
    grid-template-columns: minmax(25%, 1fr) repeat(auto-fill, minmax(0, auto));
  }
  .entry-meta > *:not(:last-child) {
    margin-right: 1em;
  }
  .entry-meta > *:not(.entry-meta-author) {
    padding-top: 1em;
  }
  .entry-meta-author {
    line-height: 40px;
  }
  .entry-meta-author .avatar {
    display: inline-block;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    margin-right: .5em;
  }
  .entry-meta-author::before {
    content: '';
    padding: 0;
  }
}

/* 5.2 Content: Thumbnails */
.post-thumbnail {
  margin-left: auto;
  margin-right: auto;
}

/* 5.3 Content: Tags and Elements */
/* Header text */
:root {
  font-size: var(--font-size);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0 0 .5em;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

.title {
margin: 0px 0px 0px 10px!important;
    padding: 4px 0px 4px 6px;
    border-left: solid 5px #FFCC66;
    color: #669900;
    font-size: 18px;
    font-weight: normal;
}

h4 {
  font-size: 1.6rem;
}

.time {
    margin: 0px;
    padding: 10px;
    background: #f6f6f6;
    color: #669900;
    font-size: 14px;
    /*font-weight: bold;*/
}

h6 {
  font-size: 1.2rem;
}

/* Paragraph tag */
p {
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

q::before,
blockquote::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f10e";
  padding-right: .25em;
}

blockquote {
  background-color: var(--color-highlight);
  padding: 1em;
  margin: 0 0 1.5em 0;
}

blockquote::before {
  font-size: 2em;
}

/* Tables */
table,
td,
th {
  border: 0.0625em solid var(--color-border);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0.0625em 0 0 0.0625em;
  width: 100%;
  margin-bottom: 1.5em;
  word-wrap: normal;
}

td,
th {
  border-width: 0 0.0625em 0.0625em 0;
  text-align: left;
  padding: .75em;
}

/* Defintion lists */
dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1em 2em;
}

/* Lists */
ul,
ol {
  margin: 0 0 0 2em;
  padding: 0;
}

li {
  margin: .25em 0;
}

/* Address tag*/
address {
  font-style: italic;
  margin-bottom: 1.5em;
}

/* Anchor tag*/
a {
  color: var(--color-anchor);
}

/* Abbreviation tag*/
abbr {
  cursor: help;
}

/* Acronym tag */
acronym {
  cursor: help;
}

/* Cite tag */
cite {
  font-style: italic;
}

/* Code tag */
code {
  background-color: var(--color-highlight);
  color: var(--color-text);
  padding: 0 .25em;
}

/* Horisontal rule tag */
hr {
  width: 100%;
  border: none;
  height: 0.0625em;
  background-color: var(--color-border);
}

/* Insert tag */
ins {
  text-decoration: none;
  background-color: var(--color-text);
  color: var(--color-container);
  padding: 0 .25em;
}

/* Preformated text */
pre {
  border: 0.0625em dotted var(--color-border);
  -webkit-border-radius: 0.1875em;
          border-radius: 0.1875em;
  max-width: 100%;
  overflow: auto;
  padding: 1em;
  word-wrap: normal;
}

/* 5.4 Content: Form elements */
input,
textarea,
select,
button {
  background-color: var(--color-highlight);
  padding: .5em;
}

input,
textarea,
select {
  max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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"],
input[type="search"],
input[type="reset"],
input[type="submit"],
textarea,
select,
button {
  border: none;
  -webkit-border-radius: .15em;
          border-radius: .15em;
}

/* iOS not respecting border-radius */
input[type="search"] {
  -webkit-appearance: none;
}

input[type="color"],
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  cursor: pointer;
}

fieldset {
  min-width: 0px;
}

.search-form,
.post-password-form p:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-password-form input[type="password"] {
  display: block;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

.post-password-form input[type="submit"] {
  position: relative;
  height: 50%;
  bottom: 0;
  margin-top: auto;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

.search-form .search-field,
.post-password-form input[type="password"] {
  max-width: 100%;
  border-right: 1px solid #525252;
}

/* 5.5 Content: Media */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.alignnone,
.wp-caption,
img {
  max-width: 100%;
  height: auto;
}

.wp-caption,
.gallery-item {
  background-color: var(--color-highlight);
  overflow: hidden;
  -webkit-border-radius: .15em;
          border-radius: .15em;
  margin-bottom: 1em;
}

.wp-caption *,
.gallery-item * {
  padding: 0;
  margin: 0;
}

.wp-caption img,
.gallery-item img {
  display: block;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0 auto;
}

.gallery-caption,
.wp-caption-text {
  font-weight: 600;
  padding: .5em;
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
  -webkit-border-radius: .15em;
          border-radius: .15em;
}

.attachment .entry-content img {
  display: block;
  margin: 1em auto;
}

iframe,
embed,
object {
  max-width: 100%;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  max-width: 900px;
  /* content width */
  grid-gap: 1em;
  margin-bottom: 2em;
}

.gallery-columns-1 {
  grid-template-columns: minmax(0, 1fr);
}

.gallery-item {
  margin: 0;
}

@media (min-width: 768px) {
  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gallery-columns-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .gallery-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gallery-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .gallery-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .gallery-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .gallery-columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .gallery-columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .gallery-columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .gallery-columns-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

/* 5.6 Content: Post formats */
/* Post format: Video */
.js .format-video iframe,
.js .format-video embed,
.js .format-video object {
  width: 100%;
}

/* Post format: Aside */
.format-aside .entry-meta {
  font-size: .8rem;
  font-weight: 600;
}

.format-aside .entry-content {
  background-color: var(--color-highlight);
  padding: 1em;
}

/* Post format: Status */
.format-status .entry-meta {
  font-size: .8rem;
}

.format-status .entry-content {
  background-color: var(--color-highlight);
  padding: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

/* Post format: Link */
.format-link .entry-content {
  background-color: var(--color-highlight);
  padding: 1em;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

/* Post format: Quote */
.format-quote .entry-content {
  background-color: var(--color-highlight);
  padding: 1em;
  font-size: 1.2rem;
  font-weight: 600;
}

/* Post format: Chat */
.format-chat .entry-content {
  background-color: var(--color-highlight);
  padding: 1em;
  font-style: italic;
}

/* 5.7 Content: Footers */
.entry-footer {
  display: grid;
  grid-gap: 2em;
}

.author-bio {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  grid-gap: 1em;
  font-size: .8rem;
}

.author-bio .avatar {
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

.author-bio > div span {
  font-weight: 600;
}

.author-bio a {
  text-decoration: none;
}

.author-bio a:hover {
  text-decoration: underline;
}

.author-bio p {
  margin: 0;
}

.author-bio > div {
  display: grid;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
}

.post-categories-container h5,
.post-tags-container h5 {
  margin: 0;
}

.post-categories {
  list-style: none;
  margin: 0;
}

.post-tags::before,
.nav-previous a::before,
.nav-next a::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.post-tags::before {
  content: "\f02b";
  padding-right: .25em;
}

.nav-previous a::before {
  content: "\f177";
  padding-right: .25em;
}

.nav-next a::after {
  content: "\f178";
  padding-left: .25em;
}

.post-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.post-tags a {
  text-decoration: none;
}

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

.post-tags a:not(:first-child) {
  margin-left: .5em;
}

.nav-links {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  grid-gap: .5em;
}

.nav-previous a,
.nav-next a {
  background-color: var(--color-highlight);
  padding: 1em;
  line-height: 3em;
  text-decoration: none;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.pagination .nav-links > * {
  margin: 0 .5em 0 0;
  padding: .5em;
  background-color: var(--color-highlight);
  border: 0.0625em dotted var(--color-highlight);
  -webkit-border-radius: .15em;
          border-radius: .15em;
}

.pagination .nav-links .page-numbers.current {
  background-color: var(--color-container);
  border: 0.0625em solid var(--color-border);
}

.pagination .nav-links .dots {
  background-color: transparent;
  border: none;
}

.pagination .nav-links a {
  text-decoration: none;
}

@media (min-width: 900px) {
  .nav-links {
    grid-template-columns: repeat(2, minmax(0, auto));
  }
  .nav-next {
    text-align: right;
    grid-column: 2 / 3;
  }
}

/* 5.8 Content: Alignment */
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Clear floats */
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}
.entry-content{
width: 480px;
    margin: 5px 10px;
    padding: 5px 0px;
}
.page-links {
  clear: both;
}

/* 6.0 Comments */
.comments-area {
  display: grid;
  grid-template-columns: minmax(0, 100%);
}

.comments-title {
  margin: 0 0 .5em;
}

.comment-list {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  margin: 0;
}

.comment,
.pingback {
  border-top: 0.0625em solid var(--color-border);
  list-style: none;
  padding-top: 1em;
  margin: 1em 0;
}

.pingback {
  font-weight: 600;
}

.comment-meta {
  margin-bottom: 1em;
}

.comment-meta a {
  text-decoration: none;
}

.bypostauthor .comment-author .fn::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: '\f007';
  padding-right: .5em;
}

.comment-author .avatar {
  position: relative;
  float: left;
  margin-right: .5em;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

.comment-metadata {
  font-size: .7rem;
  margin-top: 1em;
}

.comment-edit-link,
.comment-reply-link {
  background-color: var(--color-highlight);
  -webkit-border-radius: .15em;
          border-radius: .15em;
  padding: .25em .5em;
  text-decoration: none;
}

.comment-edit-link {
  margin-left: 1em;
}

.comment-respond {
  border-top: 0.0625em solid var(--color-border);
  margin-top: 2em;
  padding-top: 1em;
}

.comment-form label {
  display: block;
}

.comment-form p {
  margin: 0 0 1em;
}

.comment-form a {
  text-decoration: none;
}

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

.comment-reply-title {
  margin: 0;
}

/* 7.0 Widgets */
.widget-title {
  margin: 0 0 .5em;
  border-bottom: dotted 1px #000;
  padding-bottom: 0.5em;
}
#meta-2,#recent-comments-2{
        display:none;
}
.widget ul {
  list-style: none;
}
.widget ul li a {
    border: none;
    color: #006699;
    text-decoration: none;
}
.widget ul,
.widget ol {
  padding: 0;
  margin: 0;
}
.widget ul li {
    margin-bottom: 7px;
    padding-left: 8px;
    line-height: 140%;
    background-image: url(/blog/wp-content/uploads/marker.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
}
.pagination .nav-links{
    padding: 0 20px;
}
.widget ul ul,
.widget ul ol,
.widget ol ul,
.widget ol ol {
  margin: 0 0 0 1em;
}
.comment-respond {
    display: none;
}
.entry-footer {
    display: none;
}
.page-header {
    display: none;
}
#recent-posts-2{
    display: none;
}
.widget li {
  line-height: 1.2em;
  margin: 0;
}

.widget a {
  text-decoration: none;
}

.widget a:hover {
  text-decoration: underline;
}
.calendar_wrap{
 background: #fff;
 padding: 1em;
}
.widget_calendar table {
  display: table !important;
  table-layout: fixed;
    border: none;
}

/*---カレンダー---*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], 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"], input[type="search"], input[type="reset"], input[type="submit"], textarea, select, button {
    background: #fff;
    border: 1px solid #525252;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
  font-weight: normal;
    border: none;
}
.widget_calendar td{
    font-size: 10px;
}
.widget_calendar th:first-child{
        color: #990000;
}
.widget_calendar #prev,
.widget_calendar #prev + .pad {
  border-right: 0;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

.widget_calendar a {
  font-weight: 700;
}

/* 8.0 Site footer */
#site-footer {
  display: grid;
  grid-gap: 2em;
  font-size: .8em;
}

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

#site-footer a:hover {
  text-decoration: underline;
}

#footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer-nav > *:not(:last-child) {
  margin-right: .5em;
  padding-right: .5em;
  border-right: 0.0625em solid var(--color-border);
}

#site-footer-information {
clear: both;
    height: 10px;
    padding: 16px 0px 14px 0px;
    background-color: #E6E6E6;
    color: #666666;
    font-size: 10px;
    text-align: center;
}

#scroll-to-top {
  background-color: var(--color-text);
  position: fixed;
  bottom: -2000px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-border-radius: .15em;
          border-radius: .15em;
  overflow: hidden;
  opacity: .8;
  -webkit-transition: bottom 1s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out;
  -o-transition: bottom 1s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out;
  transition: bottom 1s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out;
}

#scroll-to-top:hover {
  opacity: 1;
}

#scroll-to-top::before, #scroll-to-top::after {
  background-color: var(--color-container);
  position: absolute;
  content: "";
  width: 30%;
  height: 2px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

#scroll-to-top::before {
  top: 50%;
  right: 27%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#scroll-to-top::after {
  top: 50%;
  left: 27%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 900px) {
  #site-footer-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #site-footer-information *:not(:last-child) {
    margin-right: .5em;
    padding-right: .5em;
    border-right: 0.0625em solid var(--color-border);
  }
}

/* 9.0 Accesibility */
.screen-reader-text,
.comment-meta .says {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
@media screen and (max-width: 896px){

    #site-wrapper{
        max-width: 100%;
        border-right: none;
    border-left: none;
    }
#site-main > section ,.entry-content {
width: auto;
    margin: 0 10px;
    max-width: 100%;
    }
    #widget-area-sidebar{
            margin: 0 10px;
        background-color: #f6f6f6;
        padding: 20px;
    }
    #social-links{
    display: block;
}
}
.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 80%;
    text-align: center;
    color: #646464;
}
.wp-block-image img {
    max-width: 100%;
    padding: 0.5em;
    border: 1px solid #777;
}
.wp-block-image {
    margin-bottom: 1em;
    display: inline-block;
    vertical-align: top;
    float:left;
}
.cb{
    clear: both;
}

.wp-block-image {
    /*margin-bottom: 1em;
    /display: inline-block;
    vertical-align: top;*/
    margin-bottom: 1em;
    /* display: block; */
    vertical-align: top;
    text-align: center;
    /* width: 100%; */
}
.wp-block-image .alignleft {
    float: none;
    display: inline-block;
    margin: 0.5em 1em .5em 0;
}
.wp-block-image figcaption{
    display: block!important;
}
.hentry a {
    border: none;
    color: #006699;
    text-decoration: none;
}
.hentry a:hover {
  text-decoration: underline;
}
