:root {
  --cream: #f2e8e3;
  --org: #ca6a33;
  --teal: #116e6f;
  --dTeal: #122121;
  --brown: #2a1b13;
  --dBrown: #150c0b;
}
.blog-hero .text {
  text-align: center;
}
.blog-list.grid-x {
  margin: 0 -2.7778%;
}
.blog-list > .blog-post {
  margin: 0 2.7778%;
  max-width: calc(100% - 5.556%);
}
.post-img.landing {
  height: 55.3vw;
  margin-bottom: 25px;
  /* max-height: 250px; */
  max-height: 160px;
}
.post-img.landing img {
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.post-img .post-img-lnk {
  z-index: 1;
}
.post_container {
  position: relative;
}
.post_container p {
  font-size: 1.2em;
  font-weight: 400;
}
.post_container.bg-clr__cream .text,
.post_container.bg-clr__white .text {
  color: #2d1917;
}
.post-data {
  margin-bottom: 25px;
}
.back-to-blog {
  margin-top: 35px;
}
.back-to-blog,
.back-to-blog h5 {
  margin-bottom: 0;
}
.post_container .avatar {
  border: 2px solid var(--teal);
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.post_container .avatar.big {
  height: 108px;
  width: 108px;
}
.post_container .info-txt {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.post_container .author-name {
  color: var(--org);
  margin-bottom: 5px;
}
.post_container .date,
.author-name {
  font-weight: 700;
}
.feature-image {
  /* margin: 0 20px; */
  margin: 0 auto;
}
.feature-image img {
  display: block;
  margin: 0 auto 50px auto;
  max-width: 808px;
  width: 100%;
}
.post-main {
  position: relative;
  width: 100%;
}
.share-txt {
  color: #686156;
  font-size: 1.33rem;
}
.side-bar .panel {
  background-color: #080605;
  border-radius: 3px;
  color: #f2e8e3;
  margin-bottom: 25px;
  overflow: hidden;
}
.side-bar .title-bar {
  border-radius: 5px 5px 0 0;
  height: auto;
  min-height: 50px;
  padding: 12px 35px;
}
.title-bar .title {
  color: #f2e8e3;
  font-size: 0.93rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-left: 8px;
}
.side-bar .panel p {
  color: #f2e8e3;
}
.panel-content {
  box-sizing: border-box;
  padding: 30px 36px;
}
.blog-nav_container {
  box-sizing: border-box;
  padding: 60px 0;
}
.tags.panel .tag-lnk {
  color: #bb632e;
}
.tag-lnk {
  display: block;
  font-size: 1.067rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
.tag-lnk::after {
  background-image: url("./assets/images/slider-arrow-white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 6px;
  position: relative;
  top: 2px;
  width: 18px;
}
.author .top-sec {
  margin-bottom: 15px;
}
#mc_embed_signup ul {
  margin-left: 0;
}
#mc_embed_signup li {
  list-style: none;
}
#mc_embed_signup .flx {
  flex-wrap: wrap;
}
#mc_embed_signup .flx li {
  margin-bottom: 0;
}
.mc-field-group {
  margin: 7px 0;
}
#mc_embed_signup input[type="radio"],
#mc_embed_signup input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #383331;
  border: 2px solid #383331;
  border-radius: 50%;
  box-sizing: border-box;
  height: 12px;
  margin-right: 10px;
  outline: none;
  width: 12px;
}
#mc_embed_signup input[type="radio"]:checked,
#mc_embed_signup input[type="checkbox"]:checked {
  background-color: #c86a3a;
  border: 2px solid #383331;
}
.mc-field-group label,
.input-group strong {
  margin-bottom: 10px;
}
.input-group strong {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
}
.mc-field-group li label,
.input-group ul + strong {
  margin-bottom: 0;
}
.input-group ul + strong + div {
  width: 100%;
}
.panel.subscribe .subscribe-input {
  background-color: #383331;
  /* background-image: url('./assets/images/slider-arrow.png');
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 18px 15px; */
  color: var(--cream);
  margin-bottom: 5px;
  /* max-width: 350px; */
  padding: 10px 16px;
}
.panel.subscribe .subscribe-input {
  max-width: 100%;
}
#mc_embed_signup input[type="submit"] {
  margin-top: 20px;
  width: auto;
}
::placeholder,
:-moz-placeholder {
  color: var(--cream);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.67em;
  letter-spacing: 0.1em;
  opacity: 1;
  text-transform: uppercase;
}
::-webkit-input-placeholder {
  color: var(--cream);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.67em;
  letter-spacing: 0.1em;
  opacity: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .blog-list > .blog-post {
    margin-bottom: 20px;
  }
  .post-img.landing {
    height: auto;
    margin: auto;
    max-height: none;
    max-width: 400px;
  }
  .post-img.landing img {
    height: auto;
    object-fit: initial;
    object-position: initial;
    width: auto;
  }
  .blog-post .post-img {
    margin-bottom: 15px;
  }
  .blog-post .text {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .side-bar .title-bar {
    padding: 12px 15px;
  }
  .panel-content {
    padding: 15px 18px;
  }
}
