/*----------------------------------------------------
sizing
----------------------------------------------------*/
/*----------------------------------------------------
color
----------------------------------------------------*/
/*----------------------------------------------------
fonts
----------------------------------------------------*/
/* font size */
/*----------------------------------------------------
mixin
----------------------------------------------------*/
/*
@media (max-width: $sm-maxwidth) {}
@media (min-width: $sm-maxwidth) and (max-width: 1199px) {}
@media (max-width: $xs-maxwidth) {}
*/
body {
  background-color: #101010;
  border-bottom: 2px solid #ec751e;
}

/*----------------------------------------------------
home
----------------------------------------------------*/
body.home .category_post .row .col {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.home .category_post .row {
    margin: 0 -7.5px !important;
  }
  body.home .category_post .row .col {
    padding: 0 7.5px !important;
  }
}
body.home .category_post .postbox {
  position: relative;
}
body.home .category_post .postbox .category {
  z-index: 1;
  position: absolute;
  bottom: -1em;
  left: 0;
  width: 100%;
  text-align: center;
}
body.home .category_post .postbox .category .label {
  display: inline-block;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: bold;
  line-height: 100%;
  font-size: 16px;
  color: #e3c194;
  background-color: #202020;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  body.home .category_post .postbox .category .label {
    font-size: 16px;
  }
}
body.home .category_post .postbox .img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
body.home .category_post .postbox a {
  display: block;
  overflow: visible;
}
body.home .category_post .postbox a:hover .img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media (max-width: 767px) {
  body.home .category_post .postbox.first .ratio {
    padding-bottom: 66.666666666667%;
  }
}
body.home .category_post .postbox.first a .img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
body.home .category_post .postbox.first a .category {
  position: static;
  bottom: auto;
  left: auto;
  width: auto;
}
body.home .category_post .postbox.first a .content {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
@media (max-width: 767px) {
  body.home .category_post .postbox.first a .content {
    bottom: 15px;
    right: 15px;
  }
}
body.home .category_post .postbox.first a .content .title, body.home .category_post .postbox.first a .content .category {
  text-align: right;
}
body.home .category_post .postbox.first a .content .title span, body.home .category_post .postbox.first a .content .category span {
  display: inline-block;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  padding: 5px 15px;
  color: #e3c194;
  background-color: #202020;
}
@media (max-width: 767px) {
  body.home .category_post .postbox.first a .content .title span, body.home .category_post .postbox.first a .content .category span {
    font-size: 16px;
  }
}
body.home .category_post .postbox.first a .content .title {
  margin-top: 5px;
}
body.home .category_post .postbox.first a .content .title span {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 767px) {
  body.home .category_post .postbox.first a .content .title span {
    font-size: 20px;
  }
}

/*----------------------------------------------------
sidebar
----------------------------------------------------*/
#column {
  margin-left: -30px;
  margin-right: -30px;
}
#column #maincol,
#column #sidecol {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  #column {
    margin-left: -15px;
    margin-right: -15px;
  }
  #column #maincol,
  #column #sidecol {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#maincol {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  #maincol {
    padding: 15px 0 30px;
  }
}

@media (max-width: 767px) {
  #sidecol {
    padding-top: 30px;
    border-top: 1px solid #202020;
  }
}
#sidecol #sidewrap {
  padding: 60px 0 0;
}
#sidecol h1 img {
  mix-blend-mode: screen;
}
#sidecol .element {
  margin-top: 60px;
}
#sidecol .element:first-child {
  margin-top: 0;
}
#sidecol .element .hl {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 100%;
  color: #505050;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #sidecol .element .hl {
    font-size: 24px;
  }
}
#sidecol .element.bnr .hl {
  margin-bottom: 15px;
}
#sidecol ul.list li {
  color: #b0b0b0;
}
#sidecol ul.list li * {
  color: #b0b0b0;
}
#sidecol .recentpost ul li {
  clear: both;
  margin-top: 12px;
}
#sidecol .recentpost ul li:first-child {
  margin-top: 0;
}
#sidecol .recentpost ul li .date {
  color: #e3c194;
}
#sidecol .categorylist ul {
  margin: 0 -5px;
}
#sidecol .categorylist ul li {
  display: block;
  padding: 0 5px;
  margin-bottom: 7.5px;
}
#sidecol .categorylist ul li a {
  display: block;
}
#sidecol .categorylist ul li.current-cat a {
  font-weight: bold;
  color: #ec751e;
  background-color: #202020;
}
@media (max-width: 767px) {
  #sidecol .categorylist ul {
    margin: 0 -2.5px;
  }
  #sidecol .categorylist ul li {
    display: inline-block;
    padding: 0 2.5px;
  }
}
#sidecol .searchform {
  position: relative;
}
#sidecol .searchform input[type="text"] {
  /* reset */
  border: 0;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 12px;
  color: #b0b0b0;
  background-color: #202020;
  padding: 12px 60px 12px 12px;
}
#sidecol .searchform input[type="submit"] {
  /* reset */
  border: 0;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #202020;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/search_submit.svg);
  background-size: auto 18px;
  display: block;
  width: 48px;
  height: 100%;
  opacity: 0.65;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#sidecol .searchform input[type="submit"]:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  #sidecol .searchform input[type="text"] {
    font-size: 16px;
  }
}
#sidecol .contact a {
  display: block;
  background-color: #202020;
  color: #b0b0b0;
  padding: 1em 1.5em;
  text-align: center;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  letter-spacing: 0.25em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 767px) {
  #sidecol .contact a:hover {
    background-color: #404040;
    color: #fff;
  }
}
@media (max-width: 767px) {
  #sidecol .contact a {
    font-size: 16px;
  }
}

/*----------------------------------------------------
single
----------------------------------------------------*/
.single_html {
  max-width: 640px;
}
.single_html .head {
  padding-bottom: 30px;
}
.single_html .head .title {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.single_html .head .meta {
  margin-top: 5px;
}
.single_html .head .meta ul {
  text-align: left;
  margin: 0 -5px;
}
.single_html .head .meta ul li {
  display: inline-block;
  padding: 0 5px;
  color: #909090;
  font-size: 11px;
}
.single_html .head .meta ul li a {
  font-size: 11px;
  color: #c0c0c0;
  background-color: #202020;
}
@media (max-width: 767px) {
  .single_html .head {
    padding-bottom: 20px;
  }
}
.single_html .body .content {
  line-height: 175%;
}
.single_html .body .content * {
  font-size: 16px;
  line-height: 175%;
}
.single_html .body .content p {
  margin-top: 15px;
}
.single_html .body .content p:first-child {
  margin-top: 0;
}
.single_html .body .content img {
  width: 100%;
  height: auto;
}
.single_html .body .content a {
  color: #ec751e;
}

/*----------------------------------------------------
category, search
----------------------------------------------------*/
body.category .head,
body.search .head {
  padding-bottom: 30px;
}
body.category .head .title,
body.search .head .title {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 100%;
  color: #505050;
}
body.category .body .category_index .row .col:first-child .postbox,
body.search .body .category_index .row .col:first-child .postbox {
  border-top: 0;
  padding-top: 0;
}
body.category .body .category_index .postbox,
body.search .body .category_index .postbox {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #202020;
}
body.category .body .category_index .postbox .row,
body.search .body .category_index .postbox .row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
body.category .body .category_index .postbox .row .col,
body.search .body .category_index .postbox .row .col {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.category .body .category_index .postbox .row,
  body.search .body .category_index .postbox .row {
    margin: 0 -7.5px !important;
  }
  body.category .body .category_index .postbox .row .col,
  body.search .body .category_index .postbox .row .col {
    padding: 0 7.5px !important;
  }
}
body.category .body .category_index .postbox a,
body.search .body .category_index .postbox a {
  display: block;
}
body.category .body .category_index .postbox .category,
body.search .body .category_index .postbox .category {
  font-size: 12px;
  font-weight: bold;
}
body.category .body .category_index .postbox .title,
body.search .body .category_index .postbox .title {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

/*----------------------------------------------------
pagenavi
----------------------------------------------------*/
.wp-pagenavi {
  margin-top: 60px;
  clear: both;
}
.wp-pagenavi span.pages, .wp-pagenavi span.extend {
  display: none;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.first, .wp-pagenavi a.last {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  margin: 0 0;
  color: #c0c0c0;
  font-size: 14px;
  background-color: #202020;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  color: #fff;
  font-weight: bold;
  background-color: #101010;
}
@media (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 12.5%;
    border-left: 1px solid #101010;
  }
  .wp-pagenavi a:first-child, .wp-pagenavi span:first-child {
    border-left: 0;
  }
}
.wp-pagenavi a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wp-pagenavi a:hover {
  color: #fff;
  font-weight: bold;
  background-color: #ec751e;
}
.wp-pagenavi a.nextpostslink {
  float: right;
  width: 33.33333333333333%;
  font-weight: bold;
  color: #fff;
  background-color: #ec751e;
}
@media (max-width: 767px) {
  .wp-pagenavi a.nextpostslink {
    margin-top: 1px;
    width: 100%;
  }
}
.wp-pagenavi a.last {
  float: right;
  width: 50%;
}

.navigation {
  margin: 30px -1px 0;
}
.navigation div {
  padding: 0 1px;
  width: 50%;
}
.navigation div.prev {
  float: left;
}
.navigation div.next {
  float: right;
}
.navigation div a {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #c0c0c0;
  font-size: 14px;
  background-color: #202020;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.navigation div a:hover {
  color: #fff;
  background-color: #ec751e;
}
