/*
Theme Name: Mimimalist FREE Responsive WordPress Theme Child
Description: Minimalist Responsive WordPress Theme is stylish, customizable, simple, and readable. Perfect for any creative, architect or graphic designer.
Version: 2.0.1
Author: web-crossing
Template: MinimalistThemeResFREE
*/

html, body {
  font-size: 62.5%;
}
h1,h2,h3,p,strong,a,span, ul li {
  color: #000000;
}
h1 {
  font-size: 3.4rem;
  line-height: 3.4rem;
  letter-spacing: .3rem;
  margin-bottom: 1rem;
}
h2 {
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: .3rem;
  margin-bottom: 1rem;
}
h3 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: .3rem;
}
p, strong, a, span, ul li {
  font-size: 1.6rem;
}

#header {
  float: none;
  width: 100%;
}
.container {
  width: 100%;
  padding: 0 1.5rem;
}
#footer {
  background: #ffffff;
  border-top: 2px solid #000000;
}
.term-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.term-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.term-box h2 {
  font-size: 3.4rem;
  margin-bottom: 2rem;
  letter-spacing: .3rem;
}
.term-box p,
#metaNavi li {
  font-size: 2rem;
  font-weight: 800;
}
.post-box, .single-post-inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.post-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-inner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#metaNavi {
  display: flex;
  padding: 1rem 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
  list-style: none;
  margin: 0;
}
#metaNavi li {
  line-height: 2rem;
}

@media screen and (min-width: 767px) {
  h1 {
    font-size: 6.4rem;
    line-height: 6.4rem;
    letter-spacing: .6rem;
    margin-bottom: 2rem;
  }
  h2 {
    font-size: 6rem;
    line-height: 6rem;
    letter-spacing: .6rem;
  }
  h3 {
    font-size: 3.4rem;
    line-height: 3.4rem;
    letter-spacing: .5rem;
  }
  p, strong, a, span, ul li {
    font-size: 1.8rem;
  }
  .term-box {
    flex-direction: row;
    justify-content: space-between;
  }
  .term-box img {
    width: 50rem;
    height: 35rem;
  }
  .term-box h2 {
    font-size: 6.4rem;
    line-height: 6.4rem;
    margin-bottom: 4rem;
    letter-spacing: .6rem;
  }
  .term-box p {
    font-size: 2.5rem;
  }
  .post-box {
    flex-direction: row;
    justify-content: space-between;
  }
  .post-box img {
    width: 35rem;
    height: 22rem;
  }
  .post-box .desc {
    width: 68%;
    padding-left: 2rem;
  }
  #metaNavi {
    flex-direction: row;
    align-items: initial;
    justify-content: center;
  }
  #metaNavi li {
    line-height: 2.3rem;
    position: relative;
  }
  #metaNavi li:not(:last-child):after {
    content: '';
    width: .2rem;
    height: 2.5rem;
    background: #000000;
    position: absolute;
    display: block;
    right: 0;
    top: -2px;
  }
  #metaNavi li a {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .single-post-inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .single-post-inner img {
    width: 49%;
    height: 35rem;
  }
  .single-post-inner .desc {
    width: 49%;
  }
}

@media screen and (min-width: 1280px) {
  .single-post-inner img {
    width: 50rem;
  }
  .single-post-inner .desc {
    width: 60%;
  }
}

@media screen and (min-width: 1430px) {
  .container {
    max-width: 1400px;
    padding: 0;
  }
}
