/*
Theme Name: Morp
Theme URI: 
Author: ken
Author URI: http://musey.net
Description: Template for http://musey.net
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;
}

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: 15px;
  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: 1px solid #dcdcdc;
    color: #707070;
    font-size: 21px;
    margin-bottom: 1.6667em;
    padding: 20px 0 20px 95px;
    border-radius: 3px;
    background: url(http://musey.net/mag/wp-content/uploads/2017/06/13707645_1112850958775379_2626057330422958954_n-2-e1497768277414.jpg) no-repeat;
    background-size: 70px 70px;
    background-position: left center;    width: 90%;
    margin: 0 auto;}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote a:before {
    content: "《";
}

blockquote a:after {
    content: "》 | MUSEY [ミュージー] ";
}

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 {
  background-color: transparent;
  border: 1px solid #eaeaea;
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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;
}

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"] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}

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;
}

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
 */

h1.site-title, p.site-title{padding:9px 0;z-index:102;position: fixed;text-align:center;margin:0 auto;width: 100%;}

p.site-title a, h1.site-title a{color:#fff;}
.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%;
  margin-bottom: 15px;
  background:url(http://musey.net/mag/wp-content/uploads/2016/09/z-wallpaper-johannes-vermeer-girl-with-a-pearl-earring-original.jpg) center #000;
  background-size:cover;
  position:relative;
  height:500px;
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  -ms-filter: brightness(0.8);
  z-index:100;
}

.site-header-other {
  position: fixed;
  overflow:hidden;
  width: 100%;
  height:58px;
  background:rgba(0, 0, 0, 1);
  z-index:99;
}

.site-header .site-branding,
.site-header .search-form {
  margin:0 auto;
  text-align:center;
}

.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;
  padding: 0;
  border-radius: 5px;
position: fixed;
  width:300px;
    top: 100px;
}

.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
 */
.home .site-main {border-top: 1px solid #dcdcdc;  border-bottom: 1px solid #dcdcdc;}

@media screen and (min-width: 820px){.image-attachment, .category .site-content{margin-top:60px;}}
.attachment_img{text-align: center;margin:0 0 9px 0;}
.attachment img{padding: 0 7% ;}

ul.breadcrumbs{overflow:hidden;}

.section-title{
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.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);
}

.breadcrumbs{
  list-style:none; font-size:7px; 
}


.breadcrumbs a {
  font-size:11px;
  color:#666;
}

.thumb_all{height:500px;    z-index: 100; position: relative;background:#000;}
.thumb_over{background:rgba(0, 0, 0, 0.3);height: 500px; position: absolute; z-index: 100; width: 100%;}
.top_thumb{height:500px;overflow:hidden;position:absolute;width: 100%;} 
.top_thumb img{width:100%;}
.top_thumb_index{background:url(http://musey.net/mag/wp-content/uploads/2016/09/z-wallpaper-johannes-vermeer-girl-with-a-pearl-earring-original.jpg);height:500px;overflow:hidden;position:absolute;width: 100%;background-size:cover;background-position: center;}

.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;
}

.entry-header{
  padding: 10px 2% 30px;
}

.thumb_title{margin: 250px auto;text-align:center;}
.thumb_title span {color:#fff; font-weight:normal;text-transform:uppercase;font-family: 'Quicksand', sans-serif;font-size:11px;}
.thumb_title a{color:#fff;}
.thumb_title h3{color:#fff;font-weight:normal;font-family:Quicksand;}

h1.entry-title {
  font-size: 21px;
  text-align:center;
  color:#fff;
  z-index:101;
  margin:0 auto;
  font-weight:normal;
}

h2.entry-title {
  font-size: 16px;
  line-height: 1.1538;
  margin-bottom: 11px;
}

.entry-summary {
  padding: 0 7.6923%;
}

.entry-content {
  padding: 0 2% 1.6923%;
}

.entry-summary p {
  color:#777;
  font-size: 14px;
}


.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-right:10px;
}

.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,
.entry-content h3,
.entry-summary h3,
.page-content h3{
  font-size: 18px;
  line-height: 1.333;
  margin: 30px 0 15px;
  color: #1D1107;
  border-left:1px solid #999;
  padding-left:15px; 
  }


.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;
}


.posted-on {
  margin:5px;
}

.entry-content p{
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 18px;
}

.entry-content li {
  font-size: 14px; margin:0 0 0 7px; list-style-type: none;
}

.basic_info{border-top:10px solid #000;padding-top:9px;margin:9px 0; font-size: 11px;width:200px;text-transform:uppercase;font-family: 'Quicksand', sans-serif;font-size:11px;}

.author-info {
  border-top: 1px solid #eaeaea;
  margin: 0 7.6923%;
  padding: 30px 0;
}

.author-info .avatar {
  float: left;
  height: 100px;
  margin: 0 1.6em 1.6em 0;
  width: 100px;
}

.author-heading {
  color: #707070;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.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_box{margin:0 auto;text-align:center;}

.entry-footer {
  padding: 0 7% 2%;
}

.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;
}

p.wp-embed-heading{font-size:19px;}
.wp-embed{border-radius:3px;}

/**
 * 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: 280px;
  font-size:12px;
}

.footer-navigation .footer-title {
  font-weight:bold;
  color: #000;
  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 {
}

.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;
}

@media screen and (max-width: 820px) {.sidebar{display:none;}}

/**
 * 12.1 Desktop 820px
 */

@media screen and (min-width: 820px) {
  .top-bar {
    display:block;
  }

  .sidebar {
    width: 260px;
  }

  .site {
    margin: 0 auto;
    max-width: 980px;
    padding: 0;
}

  .site-content {
      display: block;
    float: left;
    width: 59%;
    widht: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
    max-width: 760px;

}

  .site-branding {
    text-align:center;
  }

  .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;
}
 
.icon-category:before { content: '\e800'; }
.icon-search:before { content: '\e801'; }
.icon-right-dir:before { content: '\e802'; }
.icon-arrow:before { content: '\e803'; }
.icon-home:before { content: '\e804'; }
.icon-salary:before { content: '\e805'; }
.icon-docs:before { content: '\e806'; }
.icon-double-arrow:before { content: '\e807'; }
.icon-insurance:before { content: '\e808'; }
.icon-user:before { content: '\e809'; }
.icon-quote-left:before { content: '\e80a'; }
.icon-quote-right:before { content: '\e80b'; }
.icon-ok-circled:before { content: '\e80c'; }
.icon-light:before { content: '\e80d'; }
.icon-tax:before { content: '\e80e'; }
.icon-savings:before { content: '\e80f'; }
.icon-loan:before { content: '\e810'; }
.icon-life:before { content: '\e811'; }
.icon-office:before { content: '\e812'; }
.icon-card:before { content: '\e813'; }

.musey_box{background:#000;text-align:center;margin:9px 0; vertical-align: middle; padding:20px 0;}

.ad{margin-bottom:9px;}

ul.article_share{ margin:9px 0 0;}
ul.article_share li{    display: inline-block;
    font-size: 8px;
    background: #000;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 34px;
}
ul.article_share li a{color:#fff;}
.breadcrumbs li {
  float:left;
  margin: 0;
  font-size: 11px;
  font-family: quicksand;
}

.yarpp-related li{margin:0;text-align:center;}.yarpp-related a{color:#000;border-bottom:none;}.yarpp_thumb{height:200px;overflow:hidden;}.yarpp_thumb img{margin: 0 auto;}.yarpp-related h4{margin:9px 0 21px;}
.post_list{max-width: 480px;display: inline-block;margin:9px 3px;vertical-align: top;}.post_list_img{    height: 200px;
    overflow: hidden;background:#000;text-align:center;} .post_list_text{margin:3% 6%;font-size:13px;}.post_list_text h2{font-size:16px;}.post_list_text .entry-meta{margin-top:3px; text-transform: uppercase; font-family:Quicksand;}

.quote{border-left:3px solid #333;padding-left:9px;margin-bottom:6px;}