/*!
Theme Name: LG Creative Blog 2018 Theme
Author: Lee Gustin
Author URI: http://leegustin.com
Template: lg2018
*/
@import url(../lg2018/style.css);
/**
 * Returns a list of all text-based input types (excluding textarea)
 * @pseudo {String} 	An optional pseudo selector (eg: :hover, :focus)
 * @additional {List} 	An optional list of additional input types posible types include: color, date, datetime, datetime-local, month, time, week
 */
.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px; }
  .wide.container {
    max-width: 1500px; }

.btn {
  border: 0;
  background: none;
  border: 2px solid #343539;
  color: #de8640;
  font-size: 1.875em;
  font-family: "Oswald", sans-serif;
  padding: 20px 0.5em;
  line-height: 1;
  display: inline-block;
  outline: 0;
  border-radius: 0;
  text-decoration: none;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 330px;
  overflow: hidden;
  transition: all 400ms ease-in-out; }
  .btn:after {
    content: '';
    z-index: -1;
    width: 200%;
    height: 200%;
    background: #343539;
    position: absolute;
    left: 15%;
    bottom: -150%;
    transform: rotate(-15deg);
    transition: all 350ms ease-in-out; }
  .btn:hover {
    color: white; }
    .btn:hover:after {
      left: -60px;
      bottom: -40%; }

.section figure.wp-block-image {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.5em auto; }
  .section figure.wp-block-image a {
    display: block; }
  .section figure.wp-block-image img {
    margin: 0 auto;
    display: block; }

body.blog .inner-wrap {
  margin-top: 2em; }

.oldpost-wrapper {
  max-width: 745px;
  margin: 1.5em auto; }

.single-wrap .left {
  width: 100%;
  clear: left; }

.single-wrap .sidebar {
  width: 100%; }

.related-posts {
  clear: both;
  margin-top: 3em;
  margin-bottom: 2em;
  border-top: 1px solid #e8e5e5; }
  .related-posts h3 {
    font-size: 1.875em;
    padding: 15px 0; }
  .related-posts > div {
    width: 100%;
    position: relative;
    height: 185px;
    background-repeat: no-repeat;
    background-position: center 15%;
    background-size: cover;
    background-color: #b9b1a8;
    background-blend-mode: screen;
    transition: background-color 350ms ease-in-out; }
    .related-posts > div h4 {
      font-size: 1.5em;
      color: #343539;
      position: absolute;
      left: 5%;
      bottom: 10%;
      z-index: 1;
      width: 90%;
      padding: 15px;
      background: rgba(232, 229, 229, 0.9);
      transition: color 350ms ease-in-out 100ms; }
      .related-posts > div h4:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 5px;
        background: #de8640;
        z-index: -1;
        transition: width 350ms ease-in-out; }
    .related-posts > div + div {
      margin-top: 40px; }
    .related-posts > div > a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 2;
      background: white;
      opacity: 0; }
    .related-posts > div:hover {
      background-color: #343539; }
      .related-posts > div:hover h4 {
        color: white; }
        .related-posts > div:hover h4:before {
          width: 100%; }

.custom_category ul {
  list-style: none;
  padding: 0; }
  .custom_category ul li {
    display: block; }
    .custom_category ul li + li {
      margin-top: 7px; }
    .custom_category ul li.current a {
      color: #de8640; }
      .custom_category ul li.current a:before {
        color: #de8640; }
  .custom_category ul a {
    font-size: 1.125em;
    color: #343539;
    display: block;
    position: relative;
    transition: color 350ms ease-in-out; }
    .custom_category ul a:hover {
      color: #de8640; }
      .custom_category ul a:hover:before {
        color: #de8640; }

.custom_category h4 {
  margin-bottom: 10px;
  font-size: 1.5625em;
  color: #de8640;
  display: inline-block;
  position: relative; }
  .custom_category h4 span {
    display: block;
    position: relative;
    z-index: 1; }
  .custom_category h4:after {
    content: '';
    display: block;
    position: absolute;
    line-height: 1;
    height: 12px;
    width: 55%;
    right: -10px;
    bottom: -2px;
    background: #edeae8;
    z-index: 0; }

.comments {
  clear: both;
  margin-bottom: 2em;
  border-top: 1px solid #e8e5e5; }
  .comments h3 {
    font-size: 1.875em;
    padding: 15px 0; }

.pagination {
  clear: both;
  margin-top: 3em;
  width: 100%;
  display: inline-block; }
  .pagination .page-numbers {
    display: inline-block;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e8e5e5;
    font-size: 1.125em;
    color: #b9b1a8;
    text-align: center;
    transition: all 350ms ease-in-out; }
    .pagination .page-numbers:hover {
      color: #de8640; }
    .pagination .page-numbers.current {
      background: #de8640;
      color: white; }
    .pagination .page-numbers + .page-numbers {
      margin-left: 5px; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      width: auto;
      padding: 0 15px; }

@media only screen and (min-width: 768px) {
  .related-posts > div {
    height: 250px;
    float: left;
    width: 49%;
    background-position: center 25%; }
    .related-posts > div + div {
      margin: 0;
      float: right; }
    .related-posts > div h4 {
      font-size: 1.875em; } }

@media only screen and (min-width: 850px) {
  article.post {
    width: 49%;
    float: left;
    clear: left; }
    article.post:after {
      height: 90%;
      opacity: 1;
      transition: opacity 450ms ease-in-out; }
    article.post:nth-of-type(even) {
      float: right;
      clear: none; }
    article.post h3 {
      transform: translateY(0);
      font-size: 1.875em;
      transition: all 450ms ease-in-out;
      opacity: 1; }
    article.post:hover:after {
      opacity: 0.5; }
    article.post:hover h3 {
      transform: translateY(-15px); } }

@media only screen and (min-width: 1300px) {
  article.post {
    width: 32%;
    clear: none;
    margin-left: 2%; }
    article.post:nth-of-type(even) {
      float: left; }
    article.post:nth-of-type(3n + 1) {
      clear: left;
      margin-left: 0; }
    article.post h3 {
      font-size: 2.5em; } }

/*# sourceMappingURL=style.css.map */