/*
* Global Setting
*/

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body {
  width: 100%;
  height: 100%;
}
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-family: inherit;
  /*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: #f1f1f1;
}
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;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}
a:hover, a:active {
  outline: 0;
}
a img {
  border: 0;
}
/**
 * 2.0 - Genericons
 */

/**
 * 3.0 Typography
 */

body, button, input, select, textarea {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
}
p {
  margin-bottom: 1.6em;
}
b, strong {
  font-weight: 700;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  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;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  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;
}
code, kbd, tt, var, samp, pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  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;
}
abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}
mark, ins {
  background-color: #fff9c0;
  text-decoration: none;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
/**
 * 4.0 Elements
 */

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  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;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
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;
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
/**
 * 5.0 Forms
 */

/**
 * 6.0 Navigations
 */

/**
 * 6.1 Links
 */

a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}
/*
* Font awesome css
*/

[class*="font-awesome-icon"]:before, [class*="font-awesome-icon"]:after {
  font-family: FontAwesome;
  font-weight: lighter;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
.site {
  margin: 0 auto;
  width: 100%;
}
.site-content {
  min-height: calc(100vh - 25rem);
}
/**
* Avatar
*/

.avatar-circle {
  height: 45px;
  width: 45px;
  margin-right: 5px;
  border-radius: 25%;
  transition: transform .3s linear;
}
.avatar-circle:hover {
  transform: scale(1.1) translateX(-5px);
}
/**
* Sidebar
*/

.site-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 5%;
}
.site-branding {
  min-height: 2em;
  padding-right: 60px;
  position: relative;
}
.site-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3636rem;
}
.site-description {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 1em 0 0;
  color: rgba(0, 0, 0, 0.7);
}
.secondary-toggle {
  background-color: transparent;
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  height: 42px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
}
.secondary-toggle:before {
  content: "\f0c9";
  color: #333;
  font-size: 2rem;
  line-height: 40px;
  width: 40px;
}
.secondary-toggle:hover, .secondary-toggle:focus {
  background-color: transparent;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  outline: 0;
}
.secondary {
  background-color: #fff;
  display: none;
  padding: 0 7.6923%;
  overflow: hidden;
}
.secondary.toggled-on {
  display: block;
  animation: showup 1.5s;
}
@keyframes showup {
  from {
    max-height: 0;
  }
  to {
    max-height: 100%;
  }
}
@keyframes showon {
  from {
    transform: scale(0.0);
  }
  to {
    transform: scale(1.0) rotate(90deg);
  }
}
.secondary-toggle.toggled-on:before {
  content: "\f00d";
  color: #333;
  font-size: 2rem;
  line-height: 40px;
  width: 40px;
  animation: showon .2s linear;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
}
.main-navigation li {
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  position: relative;
}
.main-navigation li:last-child {
  border-bottom: 0px;
}
.main-navigation a {
  display: block;
  padding: 0.8em 0;
  position: relative;
  text-decoration: none;
}
.widget {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 auto 9.09090%;
  width: 100%;
  word-wrap: break-word;
  display: none;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget-title {
  color: #333;
  margin: 0 0 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.category-list-count, .tag-list-count, .archive-list-count {
  padding-left: 5px;
  color: #aaa;
  font-size: 1em;
}
.widget .archive-list-count:before {
  content: "[";
}
.widget .archive-list-count:after {
  content: "]";
}
.misc {
  position: fixed;
  right: 0;
  bottom: 7rem;
  z-index: 999;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 4px;
  transition: all .4s;
  cursor: pointer;
}
.misc:hover .top, .misc:focus .top, .misc:active .top {
  transform: translateY(-100%);
}
.misc .top {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform .4s;
}
.misc .top:after {
  content: '\f102';
  font-size: 2rem;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.misc .top:before {
  content: '\f102';
  font-size: 2rem;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 150%;
  left: 50%;
}
.social-navigation {
  list-style: none;
  margin: 0 0 -1.6em;
}
.social-navigation ul:after {
  content: "";
  display: table;
  clear: both;
}
.social-navigation li {
  width: 20%;
  float: left;
}
/* search panel */

.search-field {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, .1);
  color: #707070;
  background-color: #f7f7f7;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  padding: 5px;
  position: relative;
}
.search-loading {
  display: none;
  position: absolute;
  margin-top: 5px;
}
.search-result {
  display: none;
  position: absolute;
  width: 60%;
  /* its width according to input width */
}
.search-result ul {
  border: 1px solid #ccc;
  height: auto;
  padding: 0px;
  margin: 0px;
  box-shadow: 0 2px 20px 2px #d0d0d0;
}
/* if you want style so that's why i use "li a" also */

.search-result ul li a {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  padding: 5px 10px;
  margin: 0px;
  line-height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*word-break: break-all;*/
  display: block;
}
.search-result ul li a:hover {
  background-color: #ccc;
}
.search-result ul li+li {
  border-top: 1px solid #eee;
}
/* content */

.hentry {
  background-color: #fff;
  padding-top: 4%;
  /*padding-top: 7.6923%;*/
  position: relative;
}
.hentry.has-post-thumbnail {
  padding-top: 0;
}
.hentry+.hentry {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(51, 51, 51, 0.0980392);
}
.hentry+.hentry, .page-header+.hentry, .page-header+.page-content {
  margin-top: 5%;
}
.post-thumbnail {
  border: 0;
  display: block;
  margin-bottom: 2.4em;
}
.post-thumbnail img {
  display: block;
  margin: 0 auto;
}
.entry-header {
  padding: 0 5%;
}
.entry-title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538;
  /*margin-bottom: 0.9231em;*/
}
.entry-content, .entry-summary {
  padding: 0 5%;
}
.entry-content, .article-more-link {
  margin: 1em 0;
}
.entry-content h2:before, .entry-content h3:before, .entry-content h4:before, .entry-content h6:before {
  margin-left: -1em;
  margin-right: 0.5em;
  content: '#';
  color: #f72d84;
}
.entry-content a {
  text-decoration: underline;
}
.entry-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0;
  padding: 5%;
}
.entry-footer {
  background-color: #f7f7f7;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 3% 5%;
  position: relative;
}
.entry-footer a {
  border-bottom: 1px solid transparent;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}
.entry-footer a:hover, .entry-footer a:focus {
  color: #333;
}
.entry-footer a:hover {
  border-bottom: 1px solid #333;
}
.posted-on, .byline, .eye, .cat-links, .tags-links, .comments-link, .entry-format, .full-size-link {
  margin-right: 1em;
}
.posted-on:before, .byline:before, .eye:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before {
  margin-right: 2px;
  position: relative;
}
.posted-on:before {
  content: "\f073";
}
.byline:before {
  content: "\f007";
}
.cat-links:before {
  content: "\f02e";
}
.tags-links:before {
  content: "\f02c";
}
.eye:before {
  content: "\f06e";
}
.license-statement {
  margin-top: 5rem;
  font-size: 1.5rem;
  color: rgba(51, 51, 51, .7);
}
/**
* List
*/

.page-list {
  background-color: #fff;
  padding: 7.6923%;
  position: relative;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  margin: 0 7.6923%;
}
.page-list ul {
  margin-bottom: 2em;
}
.page-list li {
  line-height: 2.5em;
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  position: relative;
}
.archives-wrap {
  padding: 5% 10%;
}
.archive-year-wrap {
  margin-bottom: 1em;
}
.archives-wrap ul {
  list-style: none;
  margin-left: 1em;
}
.archives-wrap li {
  margin-bottom: .5em;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.archives-wrap .inner {
  clear: both;
}
.archives-wrap .inner .time {
  float: right;
}
/**
* Pagination
*/

.page-links {
  margin: 0 7.6923%;
  margin-top: 3%;
  text-align: center;
}
.page-links a, .page-links>span {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  height: 2em;
  line-height: 2;
  margin: 0 0.3333em 0.3333em 0;
  width: 4em;
}
.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  border-color: #333;
  color: #fff;
}
/**
* Footer
*/

.site-footer {
  background-color: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  /*padding: 3.84615% 5%;*/
  height: 6rem;
}
.site-info {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 2rem 5%;
}
@media screen and (max-width: 38.75rem) {
  .site-content {
    margin: 5% 0;
  }
}
/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75rem) {
  .secondary {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    /*margin: 7.6923% 7.6923% 0;*/
    /*padding: 7.6923% 7.6923% 0;*/
  }
  .site-main {
    padding: 5% 0;
  }
  .site-footer {
    /*border-top: 0;*/
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);*/
    /*width: 100vw;*/
    /*padding: 3.84615% 7.6923%;*/
  }
}
/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25rem) {
  body, button, input, select, textarea {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6471;
  }
}
/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55rem) {
  body, button, input, select, textarea {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6842;
  }
}
/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875rem) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  /* body:before {
        background-color: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        content: "";
        display: block;
        height: 100%;
        min-height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 29.4118%;
        z-index: 0;
    }*/
  .site {
    margin: 0 auto;
    /*max-width: 1403px;*/
  }
  .site-content {
    min-height: calc(100vh - 6rem);
  }
  .sidebar {
    overflow-y: auto;
    height: 100%;
    float: left;
    margin-right: -100%;
    /*max-width: 413px;*/
    position: relative;
    width: 29.4118%;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    z-index: 0;
  }
  .site-branding {
    min-height: 0;
    padding: 0;
  }
  .site-header {
    background-color: transparent;
    border-bottom: 0;
    margin: 10% 0;
    padding: 0 20%;
  }
  .site-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636rem;
  }
  .site-description {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .secondary-toggle {
    display: none;
  }
  .secondary {
    background-color: transparent;
    box-shadow: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .main-navigation {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 20% 10%;
  }
  .widget {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 10%;
    padding: 0 20%;
  }
  .social-navigation a {
    height: 2.5263em;
    width: 2.5263em;
    font-size: 2em;
  }
  /*content*/
  .site-content {
    display: block;
    float: left;
    margin-left: 29.4118%;
    width: 70.5882%;
  }
  .site-main {
    padding: 5% 0;
  }
  /*page*/
  .hentry {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 0 5%;
    /*margin-top: 8.3333%;*/
  }
  /* footer */
  .site-footer {
    float: left;
    padding: 0;
    padding-left: 29.4118%;
    width: 100%;
  }
  /*.site-info {
    padding: 2% 5%;
  }*/
  #infinite-footer {
    display: block;
    position: fixed;
  }
  #infinite-footer .blog-info, #infinite-footer .blog-credits {
    height: 27px;
    line-height: 27px;
  }
}
/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75rem) {
  body, button, input, select, textarea {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6471;
  }
}
/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5rem) {
  body, button, input, select, textarea {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6842;
  }
  .main-navigation {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .entry-title, .widecolumn h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2308;
    /*margin-bottom: 1.2308em;*/
  }
}
/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875rem) {
  .sidebar {}
}