/*
Theme Name: Morp
Theme URI: 
Author: yiwa
Author URI: http://morp.com
Description: Template for http://morp.com
Version: 1.0.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: morp
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Pagination
 * 6.0 - Utility
 *    6.1 - Alignments
 *    6.2 - Clearings
 * 7.0 - Header
 * 8.0 - Sidebar
 *    8.1 - Widget
 * 9.0 - Primary
 *    9.1 - Posts and pages
 * 10.0 - Footer
 * 11.0 - Media
 *    11.1 - Captions
 *    11.2 - Galleries
 * 12.0 - Media Queries
 *    12.1 - Desktop Small
 *    12.2 - Desktop Full
 * 13.0 - Icon Fonts
 */


/**
 * 1.0 - Reset
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", "MS PGothic", arial, helvetica, sans-serif;word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 2px solid #c1c1c1;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}


/**
 * 2.0 Typography
 */

body,
button,
input,
select,
textarea {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #707070;
  color: #707070;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

pre {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  color:#999;
  line-height: 1;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0 0 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size:11px;
  font-weight:normal;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}


/**
 * 3.0 Elements
 */

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #707070;
}

hr {
  background-color: #eaeaea;
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #eaeaea;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

/**
 * 4.0 Forms
 */

button,
input,
select,
textarea {
  border-radius: 0;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  border: 1px solid #eaeaea;
  color: #707070;
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  color: #333;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #111;
  color: #fff;
  line-height: 25px;
  display: inline-block;
  border:none;
  font-weight: bold;
  text-align: center;
  -webkit-appearance: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #707070;
  outline: 0;
}

.fa, .hatebu-btn{font-size: 14px;}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 0.375em;
  max-width: 450px;
  height: 37px;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

/**
 * 5.0 Pagination
 */
.pagination {
  margin: 30px 0;
}

.pagination .nav-links {
  min-height: 3.2em;
  position: relative;
  text-align: center;
}

.pagination .page-numbers {
  padding:5px 0;
  display: inline-block;
  width: 50px;
  border: 1px solid #eee;
  background-color: #fff;
}

.pagination .current {
  font-weight: 700;
}

.pagination .dots {
  border:none;
  background:initial;
}

.pagination .prev,
.pagination .next {
  display: none;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important;
}


/**
 * 6.0 Utility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/**
 * 6.1 Alignments
 */

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}


/**
 * 6.2 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.textwidget:before,
.textwidget:after {
  content: "";
  display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.textwidget:after {
  clear: both;
}


/**
 * 7.0 Header
 */
.site {
  padding:3px;
}

p.site-title, h1.site-title
{font-family: 'Asap Condensed', sans-serif;font-size:21px;position: absolute;text-align:center;margin:0 auto;    width: 100%;font-weight:normal;line-height:2}
p.site-title a, h1.site-title a{color:#000;}
p.site-title img, h1.site-title img{width:50%;}
.top-bar {
  background-color: #F7F4EE;
  font-size: 12px;
  border-bottom:1px solid #eee;
  padding:5px 80px;
  color: #777;
  display:none;
}

.top-bar p {
  width:100%;
  max-width:980px;
  margin:0 auto;
}
.site-header {
  position: relative;
  width: 100%;
  z-index: 102;
}
.site-header p.site-title a{color:#fff;}
.site-header .site-branding,
.site-header .search-form {
  margin:0 auto;
  text-align:center;
}

.site-branding {
    text-align: center;
    position: fixed;
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    border-bottom: 1px solid #efefef;
    background: #fff;
    z-index: 99;
  }
.site-branding p.site-title, .site-branding h1.site-title{line-height: 50px;}

.site-header input[type="text"] {
  width: 230px;}


.site-header button {
  background: #FF9005;
  height: 37px;
  width: 55px;
}

/**
 * 8.0 Sidebar
 */
.sidebar {
  float: right;
  position: relative;
  width: 100%;
}

.secondary {
  box-shadow: none;
  display: block;
  margin: 30px 0;
  background-color: #fff;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #E8E1D1;  
  border-top: 6px solid #FFC364;
}

.sidebar-ad {
 text-align:center;
}

/**
 * 8.1 Widget
 */
.widget {
  color: #707070;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 auto 15px;
  width: 100%;
  word-wrap: break-word;
}

.widget pre {
  line-height: 1.2;
}

.widget-title {
  color: #333;
  margin: 0 0 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.widget > :last-child {
  margin-bottom: 0;
}

.widget ul{
  margin: 0 0 30px;
  padding: 0 10px;
  list-style: none;
}

.widget li {
  padding: 0.4583em 0;
  border-top: 1px solid #eaeaea;
  font-weight:bold;
  font-size: 14px;
}

.widget li:first-child {
  border-top: 0;
}

.widget li:last-child {
  padding-bottom: 0;
}

.textwidget > :last-child {
  margin-bottom: 0;
}

.textwidget a {
  border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
  border-bottom: 0;
}


/**
 * 9.0 Primary
 */
.category-navigation {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #E8E1D1;
  border-top: 6px solid #FFC364;
}

.category-navigation ul {
  list-style:none;
}

.category-navigation li {
  float:left;
  max-width:280px;
  width: 45%;
  margin-bottom: 15px;
  font-weight:bold;
  font-size: 16px;
}

.category-navigation li p {
  text-align:center;
  margin:0;
}

.category-navigation .category-icon {
  font-size:66px;
  height: 90px;
}

.category-icon [class^="icon-"]:before{
  margin:0;
}

/**
 * 9.1 Posts and pages
 */
.section-title{
  padding: 5px 0;
  color: #111;
  border-bottom: 1px solid #eee;
  font-size: 21px;
}

h3.author_list{margin:31px 0 0; text-align: center ;border:1px solid #dcdcdc;}

.top_thumb{
  background:#000;height:400px;overflow: hidden;margin-bottom: 7px;
  position: relative;
  width: 100%;
  background-size:cover;
filter: brightness(0.6);
-webkit-filter: brightness(0.6);
-moz-filter: brightness(0.6);
-o-filter: brightness(0.6);
-ms-filter: brightness(0.6);
}
@media screen and (max-width: 420px) {.top_thumb{height:250px;}p.site-title img, h1.site-title img{width:85%;}}

.hentry {
  padding-top: 10px;
  position: relative;
}

.hentry.has-post-thumbnail {
  padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
  padding-top: -webkit-calc(7.6923% + 24px);
  padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}


.post-thumbnail {
  border: 0;
  display: block;
  margin-bottom: 2.4em;
  padding:0 7%;
  max-height:280px;
  overflow: hidden;
}
.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85;
}

.single .entry-header {
  padding: 0 3% 20px;
}

.entry-header {
  padding: 2% 7% 3% 7%;
}

h1.entry-title {
  font-size: 18px;position: relative;
    z-index: 200;
    color: #fff;
    text-shadow: 1px 1px 20px #000, -1px -1px 20px #000;top:-250px;margin:0 auto;max-width:800px;padding:0px 7%;}

h2.entry-title {
  font-size: 16px;
  line-height: 1.6;
}

.entry-summary {
  padding: 0 7%;
}

.entry-content, .reference, .media {
  padding: 0 3% 1.6923%;
}

.entry-summary p {
  color:#777;
  font-size: 13px;
}

.entry-content > :last-child,
.entry-summary > :last-child {
  margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content{
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.entry-meta {
  margin-bottom:10px
}

.entry-meta span,
.entry-meta a {
  font-size:12px;
  color:#666
}

.entry-meta span {
  margin:0 10px 0 0;
}

.entry-content h1,
.entry-summary h1,
.page-content h1{
  font-size: 26px;
  line-height: 1.1538;
  margin-top: 1.8462em;
  margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2{
  font-size: 22px;
  line-height: 1.3636;
  margin: 40px 0 20px;
  color: #1D1107;
  }

.entry-content h3,
.entry-summary h3,
.page-content h3{
  font-size: 18px;
  line-height: 1.3333;
  margin: 30px 0 15px;
  border-left:5px solid #333;
  padding-left:15px
}

.entry-content h4,
.entry-summary h4,
.page-content h4{
  font-size: 15px;
  line-height: 1.2;
  margin-top: 3.2em;
  margin-bottom: 1.6em;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child{
  margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a {
  border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus {
  border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img {
  display: block;
}

.post-arrow {
  position:absolute;
  top:50%;
  right:10px;
  color:#666;
}

.posted-on {
  margin:5px;
}

.entry-content p{
  font-size: 15px;
  line-height: 1.9em;
  margin-bottom: 17px;
}

.entry-content li {
    margin: 9px 0;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    list-style: none;
    font-size: 15px;
}

.entry-content li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #4a4a4a;
    border-radius: 50px;
    position: absolute;
    left: 12px;
    top: 8px;
    }

.entry-content ul.point:before{content: 'この記事のポイント';    padding: 9px;
  font-weight: bold;
  display: block;}
.entry-content ul.point{border:1px solid #eee;margin:0; border-radius: 5px}

.quote{
    border-left: 4px solid #707070;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

.author-info {
  margin: 0 7.6923%;
  padding: 30px 0 0;
  overflow: hidden;
}

.translator-info, .author-info{
  margin: 0 3%;
  padding-bottom: 30px;
}
.reference, .media{padding-bottom: 30px;}
.author-info .avatar {
  float: left;
  height: 100px;
  margin: 0 1.6em 1.6em 0;
  width: 100px;
}

.author-heading, .reference-heading {
  color: #444;
  font-size: 11px;
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
  text-transform: uppercase;font-weight: normal;
}

.author-title {
  clear: none;
}

.author-bio {
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
  padding-bottom: 1px;
}

.author-description {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.author-description a {
  border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
  border-bottom: 0;
}

.author-description > :last-child {
  margin-bottom: 0;
}

.fb-page{margin:0 7.6923%;text-align:center;}

.entry-footer {
  padding: 0 7%;
}

.entry-footer a {
  border-bottom: 1px solid transparent;
  color: #707070;
}

.entry-footer a:hover {
  border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
  color: #333;
}

.updated:not(.published) {
  display: none;
}

.page-title {
  font-size: 18px;
  line-height: 1.3333;
}

.taxonomy-description {
  color: #707070;
  padding: 15px 8.3333%;
  border-bottom:1px solid #eee;
}

.taxonomy-description a {
  border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
  border-bottom: 0;
}

.taxonomy-description > :last-child {
  margin-bottom: 0;
}

.page-content {
  background-color: #fff;
  padding: 7.6923%;
}

.page-content > :last-child {
  margin-bottom: 0;
}

.entry-attachment {
  margin-bottom: 1.6em;
}

.type-attachment .entry-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.entry-caption {
  color: #707070;
  font-size: 12px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
  padding-top: 0.5em;
  word-wrap: break-word;
}

.entry-caption > :last-child {
  margin-bottom: 0;
}

/**
 * 10.0 Footer
 */
.site-footer {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 3.84615% 7.6923%;
  margin:3.84615% 0;
}

.footer-navigation {
  margin:10px;
  float:left;
  width: 250px;
}

.footer-navigation .footer-title {
  font-size:12px;
  font-weight:bold;
  color: #333;
  margin-bottom: 8px;
}

.footer-navigation ul {
  list-style:none;
  margin-bottom: 10px;
}

.footer-navigation a {
  font-size:12px;
}

.site-info {
  color: #707070;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
}

.site-info a {
  border-bottom: 1px solid transparent;
  color: #707070;
}

.site-info a:hover {
  border-bottom: 1px solid #333;
}

.site-info a:hover,
.site-info a:focus {
  color: #333;
}


/**
 * 11.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;
  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;
}


/**
 * 11.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;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0;
}


/**
 * 11.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;
  display: block;
  font-size: 12px;
  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;
}

/**
 * 12.0 Media Queries
 */
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.home .site{padding-top: 50px}

/**
 * 12.1 Desktop 820px
 */

@media screen and (min-width: 820px) {
  .top-bar {
    display:block;
  }
  h1.entry-title{font-size:24px;}
  .sidebar {
    width: 300px;
  }


  .site {
    margin: 0 auto;
    max-width: 980px;
    padding: 0;
}

  .site-content {
    display: block;
    margin:0 auto;
    max-width: 860px;
}

  .site-header .search-form {
    position: relative;

  }

  .site-description {
    display:block;
  }

  .page-content {
    padding: 8.3333%;
  }



  /* Typography*/
  h2.entry-title {
    font-size:20px
  }
}

/**
 * 13.0 Icon Fonts
 */

/*
 * Thanks to :
 *   Font Awesome (C) 2012 by Dave Gandy
 *   Entypo (C) 2012 by Daniel Bruce
 *   Web Symbols (c) 2011 by Just Be Nice studio.
 *   Elusive (C) 2013 by Aristeides Stathopoulos
 */
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?48338433');
  src: url('font/fontello.eot?48338433#iefix') format('embedded-opentype'),
       url('font/fontello.woff?48338433') format('woff'),
       url('font/fontello.ttf?48338433') format('truetype'),
       url('font/fontello.svg?48338433#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('font/fontello.svg?48338433#fontello') format('svg');
  }
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .4em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.credit_link{    border: 1px solid #efefef;
    padding: 21px;
    font-size: 13px;
    margin-bottom: 21px;
    border-radius: 5px;}
.icon-card:before { content: '\e813'; }

.footnote-reference-container td{border:none;}
td.footnote_plugin_index, td.footnote_plugin_link{width:20px;}
table.footnote-reference-container{font-size:13px;}

.share a{  background-color: #111;
  color: #fff;
  border-radius: 50%;
  height:30px;
  width:30px;
  line-height: 30px;
  display: inline-block;
  border:none;
  font-weight: bold;
  text-align: center;
  -webkit-appearance: none;
}

.support{border: 1px solid #efefef;padding:18px;border-radius: 5px;margin:0 21px;}
.support h4{margin-bottom:9px;}
.support p{font-size:14px;margin-bottom:9px;}
.support a{background-color: #4285f4;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: block;
  margin-bottom: 16px;
  padding: 6px 16px;
  text-align: center;
  text-transform: uppercase;font-weight: bold}