/*-- BASIC SETUP --*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #4f4f4f;
}

.container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

/*-- REUSABLE COMPONENTS --*/
a {
  text-decoration: none;
  color: #4f4f4f;
}

/*-- NAVIGATION --*/
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 1rem;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  font-size: 30px;
}

.logo {
  margin: 0 auto;
}

/*-- NAVIGATION DRAWER --*/
.tabs {
  padding: 0 1.5rem;
}

.sidenav input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* Accordion styles */
.tabs {
  overflow: hidden;
}

.tab {
  overflow: hidden;
  margin: 0 0 16px;
}

.tab label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #fff;
}

.tab label::after {
  margin-left: 20px;
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tab-content {
  height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidenav input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidenav input:checked ~ .tab-content {
  height: auto;
}

.sidenav input:checked ~ .tab-content li {
  margin-top: 16px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  padding-top: 60px;
  background-color: #111;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidenav .closebtn {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}

/*-- HEADER --*/
header {
  width: 80%;
  margin: 0 auto;
}

header h1 {
  margin-bottom: 1.2rem;
  letter-spacing: -1px;
  font-size: 52px;
  font-family: "Noto Serif", serif;
  line-height: 1.2em;
  font-weight: 400;
}

header figure {
  font-family: "Noto Serif", serif;
  font-weight: 300;
  color: #a3a3a3;
  font-size: 14px;
  font-style: italic;
}

.category {
  margin-top: 2rem;
}

.category-tag {
  display: inline;
  background: #333;
  color: #fff;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-right: 8px;
}

.byline a {
  font-size: 12px;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #333;
  font-weight: 500;
  line-height: 1.2;
}

.header-image {
  width: 100%;
}

.header-image img {
  width: 100%;
  margin: 2rem 0 0;
}

/*-- MAIN SECTION --*/
main {
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75;
  color: #444;
  padding-top: 36px;
}

main p {
  margin-bottom: 0.5em;
}

main .sidebox {
  float: left;
  font-size: 28px;
  max-width: 300px;
  border-top: 5px solid #333;
  color: #333;
  font-weight: 700;
  padding: 25px 0 0;
  margin: 40px 50px 40px 0;
}

main ul {
  margin: 18px 0 20px 28px;
  font-weight: 300;
  line-height: initial;
  list-style: disc;
}

main ul li {
  margin-top: 18px;
  font-weight: 300;
}

main h2 {
  font-size: 30px;
  margin-top: 30px;
  letter-spacing: -0.5px;
  font-weight: 400;
  margin-bottom: 1.2rem;
}

/*-- RELATED --*/
.thumb {
  width: 180px;
  margin-top: 19px;
}

.thumb img {
  width: 100%;
}

.related-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}

.related-story div:nth-of-type(2n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2%;
  max-width: 350px;
}

.related-story .callout {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: normal;
}

.related-story .callout-title {
  font-size: 22px;
  font-family: "Noto Serif", serif !important;
}

/*-- ASIDE --*/
aside {
  padding-top: 36px;
  margin-left: 36px;
  min-width: 300px;
}

aside .related {
  border-top: 8px solid #000;
  padding-top: 12px;
  font-size: 28px;
  font-weight: 300;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: -1px;
}

aside .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

aside .article .thumb {
  margin-right: 10px;
  margin-top: 4px;
  height: 80px;
  width: 80px;
  min-width: 80px;
}

aside .article .article-title {
  font-size: 16px;
  color: #333;
  font-weight: 300;
}

aside .newsletter {
  border-top: 5px solid #000;
  border-bottom: 1px solid #333;
  padding: 25px 0;
  color: #333;
  margin: 40px 0;
}

aside .newsletter p {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  font-family: "Fira Sans", sans-serif;
}

aside .btn {
  padding: 5px 10px;
  height: 30px;
  font-family: "Fira Sans", sans-serif;
  margin: 30px 0 30px 0 !important;
  font-size: 12px;
  color: #fff !important;
  background-color: #373737;
  border: 0 !important;
  border-radius: 0;
}

.etest {
  font-weight: 400;
  display: inline-block;
  background-color: #f3f3f3;
  border-radius: 0;
  border-color: #e2e2e2;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
}

/*-- AUTHOR --*/
.author {
  border-top: 1px solid #666;
  margin-top: 0 !important;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author-image {
  height: 80px;
  width: 80px;
  min-width: 80px;
  border-radius: 50px;
  overflow: hidden;
}

.author-image img {
  width: 100%;
}

.author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}

.author-info .name {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: normal;
  color: #333;
}

.author-info .blurb {
  margin-top: 3px;
  font-size: 15px;
  font-weight: 300;
  color: #333;
}

/*-- COMMMENTS --*/
.comments-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 590px;
  margin: 60px auto;
  padding: 60px 10px 0;
}

.comments-area::before {
  height: 2px;
  width: 40%;
  background-color: #333;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.total_comments {
  padding: 55px 0 25px;
  color: #212529;
  text-align: left;
}

textarea {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 5px 15px;
  text-transform: capitalize;
  color: #aaa;
  margin: 15px 0;
}

input {
  min-height: 38px;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 5px 15px;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 14px;
  color: #aaa;
}

#email {
  margin-left: 15px;
}

#submit {
  background-color: #4f4f4f;
  border-radius: 60px;
  margin-top: 50px;
  padding: 5px 35px;
  color: #fff;
  border: none;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.comment-all {
  padding: 5px;
  max-width: 590px;
  margin: 0 auto;
}

.user-comment {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 30px;
  margin: 0 auto 20px;
}

.date_name h3 {
  font-weight: 500;
  display: inline-block;
}

.read_content {
  padding: 15px 0 0;
  font-size: 12px;
  line-height: 24px;
}

.read_more {
  font-size: 14px;
  color: #333;
  display: block;
  padding-top: 10px;
}

/*-- FOOTER --*/
footer {
  text-align: center;
  padding: 32px 0;
  background: #333;
  color: #fff;
}

footer a {
  font-size: 0.875rem;
  color: #4f4f4f;
  line-height: 1.125rem;
  letter-spacing: 0.06rem;
}

footer p {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.06rem;
}

footer div {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer div ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer div ul li {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.06rem;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sidebox {
    float: none;
  }
  aside {
    margin-left: 0;
  }
  form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #email {
    margin: 15px 0 0;
  }
}
/*# sourceMappingURL=style.css.map */