/* WP post style */
/* =WordPress Core
-------------------------------------------------------------- */
input, button, select, textarea {
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  padding: 8px 1.5em;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #e3e3e3;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
*:focus{
outline:0;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


.sticky-post {
    background-color: #333;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.25em 0.5em;
    position: absolute;
    top: 0;
    text-transform: uppercase;
}

.updated:not(.published) {
    display: none;
}

.sticky .posted-on {
    display: none;
}
.bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px;
}
.bypostauthor > article .fn:after {
    top: 7px;
    left: 6px;
}
.bypostauthor > article .fn:after {
    top: 8px;
}
.comments .bypostauthor > article .fn:after{
    display: none;
}

/**
 * 14.2 Galleries
 */

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}




.post-thumbnail {
    border: 0;
    display: block;
    margin-bottom: 2.4em;
}
.post-thumbnail img {
    display: block;
    margin: 0 auto;
}
a.post-thumbnail:hover,
a.post-thumbnail:focus {
    opacity: 0.85;
}

/**
 * 14.0 Media
 */

.site .avatar {
    border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

audio,
canvas {
    display: inline-block;
}

embed,
iframe,
object,
video {
    margin-bottom: 1.6em;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.entry-header, .entry-content {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/* =WordPress Core END */

ol.comments { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.comments li { }
ol.comments li.alt { }
ol.comments li.bypostauthor {position: relative}
ol.comments li.byuser {}
ol.comments li.comment-author-admin {}
ol.comments li.comment { /*border-bottom:1px dotted #666;*/ padding:10px 0; margin: 25px 0; }
ol.comments li div.comment-author {}
ol.comments li div.vcard { font:normal 16px georgia,times,serif; }
ol.comments li div.vcard cite.fn { font-style:normal; }
ol.comments li div.vcard cite.fn a.url {}
ol.comments li div.vcard img.avatar { /*border:5px solid #ccc;*/ float:right; margin:0 10px 10px 10px; }
ol.comments li div.vcard img.avatar-32 {}
ol.comments li div.vcard img.photo {}
ol.comments li div.vcard span.says {}
ol.comments li div.commentmetadata {}
ol.comments li div.comment-meta { font-size:12px; }
ol.comments li div.comment-meta a { color:#ccc; }
ol.comments li p { font-size:14px; margin:0 0 1em; }
/*ol.comments li ul { font-size:14px; list-style:none!important; margin:0 0 1em 2em; }*/
ol.comments li div.reply { font-size:14px; }
ol.comments li div.reply a { font-weight:bold; }
ol.comments li ul.children { list-style:none !important; margin:1em 0 0; text-indent:0; }
ol.comments li ul.children li { /*padding-right: 10px;*/ }
ol.comments li ul.children li.alt {}
ol.comments li ul.children li.bypostauthor {position: relative}
ol.comments li ul.children li.byuser {}
ol.comments li ul.children li.comment { padding-left: 15px; }
ol.comments li ul.children li.comment-author-admin {}
ol.comments li ul.children li.depth-2 { /*border-left:5px solid #555;*/ margin:0 0 .25em 1.25em; }
ol.comments li ul.children li.depth-3 { /*border-left:5px solid #999;*/ margin:0 0 .25em 1.25em; }
ol.comments li ul.children li.depth-4 { /*border-left:5px solid #bbb;*/ margin:0 0 .25em 1.25em; }
ol.comments li ul.children li.depth-5 {}
ol.comments li ul.children li.odd {}
ol.comments li.even { /*background:#fff;*/ }
ol.comments li.odd { /*background:#f6f6f6;*/ }
ol.comments li.parent { /*border-left:5px solid #111;*/ }
ol.comments li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.comments li.thread-alt { }
ol.comments li.thread-even {}
ol.comments li.thread-odd {}
ol.comments li.odd.depth-1 {background-color: #fff;}
ol.comments span.edit-link {margin-left: 10px;}
ol.comments .comment-meta { margin-bottom: 10px; }
ol.comments .comment-body { border-bottom: 1px solid #eee; padding-bottom: 5px; }
#commentform {
  max-width: 550px;
}