/*
* General
*/
body {
  background-color: #eee;
  font-family: "Barlow", sans-serif;
}
/* Footer */
body .site footer.site-footer {
  color: rgba(255, 255, 255, 0.5);
  background-color: #343a40;
}
body .site footer.site-footer a {
  color: #ced4da;
}
body .site footer.site-footer .border-left {
  border-left: 1px solid #6c757d !important;
}
body .site footer.site-footer .border-bottom {
  border-bottom: 1px solid #6c757d !important;
}
body .site footer.site-footer .border-right {
  border-right: 1px solid #6c757d !important;
}
@media screen and (max-width: 767px) {
  body .site footer.site-footer .border-right {
    border-right: none!important;
  }
}
body .site footer.site-footer .social {
  font-size: 24px;
}
body .site footer.site-footer .edi-network {
  font-size: 0.8rem;
}
body .site footer.site-footer .disclaimer {
  font-size: 0.7rem;
}

/*
* Home
*/
body.home {
  background-color: #eee;
}
body.home .container {
  max-width: 1040px;
}
body.home .site {
  margin: 0 auto;
}
/* Header */
body.home .site header.site-header {
  background-color: #fff;
}
body.home .site header.site-header .main-navigation {
  background-color: #e42421;
}
body.home .site header.site-header .main-navigation ul {
  margin-left: 5px;
}
body.home .site header.site-header .main-navigation ul li a {
  color: #fff;
  font-size: 14px;
}
body.home .site header.site-header .main-navigation ul li a.nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
body.home .site header.site-header .main-navigation ul#primary-menu li:hover {
  background-color: #a41614;
}
body.home .site header.site-header .main-navigation ul#primary-menu li ul {
  background-color: #343a40;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}
body.home .site header.site-header .main-navigation ul#primary-menu li ul li:hover {
  background-color: #efefef;
}
body.home .site header.site-header .main-navigation ul#primary-menu li ul li a:hover {
  color: #343a40;
}
body.home .site header.site-header .main-navigation ul#secondary-menu li {
  background-color: #2c3137;
}
body.home .site header.site-header .main-navigation ul#secondary-menu li:hover {
  background-color: #343a40;
}
body.home .site header.site-header .main-navigation ul#secondary-menu li:first-child {
  margin-right: 1px;
}
/* Content */
body.home .site .site-content {
  background-color: #fff;
}

/*
* Single
*/
body.single {
  background-color: #fff;
}
body.single .container {
  max-width: 1024px;
}
/* Header */
body.single .site header.site-header {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #e42421;
}
body.single .site header.site-header .sponsor {
  font-weight: 300;
}
body.single .site header.site-header .sponsor img {
  width: 100px;
}
/* Article */
body.single .site .site-content #main article header.entry-header {
  position: relative;
}
/* Cover */
body.single .site .site-content #main article header.entry-header .cover-full {
  width: 100%;
  max-height: calc(100vh - 120px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.single .site .site-content #main article header.entry-header .cover-full::after {
  content: "";
  display: block;
  padding-bottom: 44%;
}
body.single .site .site-content #main article header.entry-header .cover-mid {
  width: 100%;
  height: calc(100vh - 62px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.single .site .site-content #main article header.entry-header .cover-video {
  position: relative;
  width: 100%;
  height: calc(100vh - 62px);
}
body.single .site .site-content #main article header.entry-header .cover-video iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;height:100%;
}
/* Fomat mid cover */
body.single .site .site-content #main article header.entry-header .title {
  font-size: 60px;
  line-height: 60px;
  color: black;
  margin-bottom: 22px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.single .site .site-content #main article header.entry-header .title {
    margin-top: 60px;
    font-size: 30px;
    line-height: 30px;
  }
}
body.single .site .site-content #main article header.entry-header .subtitle {
  font-size: 28px;
  line-height: 34px;
  color: #767676;
  margin-bottom: 22px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  body.single .site .site-content #main article header.entry-header .subtitle  {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 60px;
  }
}
/* Share */
body.single .site .site-content #main article header.entry-header .share {
  position: absolute;
  top: 11px;
  right: 11px;
}
body.single .site .site-content #main article header.entry-header .share .share-button {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.5s ease;
}
@media screen and (max-width: 767px) {
  body.single .site .site-content #main article header.entry-header .share .share-button {
    border: 1px solid #eee;
  }
}
body.single .site .site-content #main article header.entry-header .share .share-modal {
  display: none;
  text-align: right;
  margin-top: 10px;
}
body.single .site .site-content #main article header.entry-header .share .share-modal a {
  margin-right: 5px;
  display: block;
  color: #fff;
}
body.single .site .site-content #main article header.entry-header .share .share-modal a i {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 10px;
}
body.single .site .site-content #main article header.entry-header .share .share-modal a i.fa-facebook-f {
  background: #3b5998;
}
body.single .site .site-content #main article header.entry-header .share .share-modal a i.fa-pinterest {
  background: #bd081c;
}
body.single .site .site-content #main article header.entry-header .share .share-modal a i.fa-twitter {
  background: #1da1f2;
}
body.single .site .site-content #main article .entry-content {
  font-size: 18px;
  line-height: 1.5;
}
body.single .site .site-content #main article .entry-content a, 
body.single .site .site-content #main article .entry-content a:hover,
body.single .site .site-content #main article .entry-content a:visited {
  color: #e42421;
  text-decoration: underline;
}
body.single .site .site-content #main article .entry-content .title {
  font-size: 60px;
  line-height: 60px;
  color: black;
  margin-bottom: 22px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  body.single .site .site-content #main article .entry-content .title {
      font-size: 30px;
      line-height: 30px;
  }
}
body.single .site .site-content #main article .entry-content .subtitle {
  font-size: 28px;
  line-height: 34px;
  color: #767676;
  margin-bottom: 22px;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  body.single .site .site-content #main article .entry-content .subtitle  {
      font-size: 20px;
      line-height: 24px;
  }
}
body.single .site .site-content #main article .entry-content .author {
  font-size: 14px;
  color: #767676;
  margin-bottom: 22px;
}
/* Related */
body.single .site .site-content #main .related-posts .title {
  font-weight: 300;
  font-size: 28px;
  color: #e42421;
}
body.single .site .site-content #main .related-posts .card {
  height: 100%;
}
body.single .site .site-content #main .related-posts .card .card-img-top {
  width: 100%;
  height: 10vw;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  body.single .site .site-content #main .related-posts .card .card-img-top {
    height: 50vw;
  }
}
body.single .site .site-content #main .related-posts .card .card-body .card-title {
  font-weight: 700;
}
body.single .site .site-content #main .related-posts .card a,
body.single .site .site-content #main .related-posts .card a:hover,
body.single .site .site-content #main .related-posts .card a:visited {
  color: #2c3137;
}
