/* Layout */
html {
  overflow-y: scroll;
}

body {
  color: #353535;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212429 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0;
  font-family: 'Open Sans', san-serif;
  letter-spacing: -0.3px;
}

a:hover {
  text-decoration: none;
}

input,
textarea {
  border-radius: 2px !important;
  border: 1px solid #e1e1e1 !important;
  font-family: var(
    --mv-trellis-font-body,
    'Helvetica Neue',
    Arial,
    Helvetica,
    sans-serif
  ) !important;
}

textarea {
  padding: 20px !important;
}

input:focus,
input:focus-visible,
input[type='date']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='week']:focus,
select:focus,
textarea:focus {
  border: 1px solid #78a1bc !important;
  border-radius: 2px !important;
  outline: none;
}

button.search-toggle .magnifying-glass,
input.search-toggle[type='submit'] .magnifying-glass {
  padding-right: 0;
  color: #454545 !important;
}

button.search-toggle:focus,
button.search-toggle:focus-within,
button.search-toggle:hover,
input.search-toggle[type='submit']:focus,
input.search-toggle[type='submit']:focus-within,
input.search-toggle[type='submit']:hover {
  color: #454545;
  background: transparent;
}

button.search-toggle:focus-within .magnifying-glass,
button.search-toggle:focus .magnifying-glass,
button.search-toggle:hover .magnifying-glass,
input.search-toggle[type='submit']:focus-within .magnifying-glass,
input.search-toggle[type='submit']:focus .magnifying-glass,
input.search-toggle[type='submit']:hover .magnifying-glass {
  -webkit-transform: none;
  transform: none;
  fill: var(--mv-trellis-color-link-hover, #454545);
  fill: #454545;
}
button.search-toggle .magnifying-glass,
input.search-toggle[type='submit'] .magnifying-glass {
  fill: var(--mv-trellis-color-link, #454545);
  fill: #454545;
}

.search-close-icon {
  margin-bottom: -4px;
  height: 20px;
  width: 20px;
  color: #212429;
}

.trellis-comment-form-button {
  background: #4d6d9a !important;
  border-radius: 2px;
}

.nav-toggle {
  box-shadow: none;
  fill: #454545 !important;
  color: #454545 !important;
}

.nav-toggle:active,
.nav-toggle:focus,
.nav-toggle:hover {
  box-shadow: none;
  fill: #454545 !important;
  color: #454545 !important;
  -webkit-transform: none;
  transform: none;
}

.nav-toggle:focus-within svg,
.nav-toggle:focus svg,
.nav-toggle:hover svg {
  fill: #454545;
  -webkit-transform: none;
  transform: none;
}

.pagination {
  margin: 0;
  padding: 0 !important;
  border: none;
}

.page-numbers {
  display: none;
  margin: 0 2px;
  padding: 5px 15px;
  background: #fafafa;
  font-size: 14px;
  color: #555 !important;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}

.page-numbers:hover {
  color: #353535 !important;
  background: #f5f5f5;
}

.prev.page-numbers,
.next.page-numbers {
  display: inline-block;
  font-weight: bold;
}

.prev.page-numbers:before {
  content: '\00AB';
  margin-right: 5px;
  font-size: 18px;
}

.next.page-numbers:after {
  content: '\00BB';
  margin-left: 5px;
  font-size: 18px;
}

@media only screen and (min-width: 300px) {
  #content,
  .blog #content,
  .excerpt {
    max-width: 550px !important;
  }

  .header {
    padding: 0;
    margin-bottom: 25px;
    height: auto;
    border-bottom: 1px solid #ececec;
  }

  .header-logo {
    padding: 0 !important;
  }

  .header-logo picture {
    height: auto;
  }
  .header-logo-img {
    height: auto;
    max-width: 200px;
  }

  .nav-wrapper {
    font-family: 'Open Sans', san-serif;
  }
  .nav .menu-item a,
  .menu-item a:visited {
    padding: 10px 15px !important;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 15px !important;
    color: #212429;
  }

  .current-menu-item a,
  .current-menu-parent a,
  .nav .menu-item a:hover {
    color: #4d6d9a !important;
  }

  button.search-toggle,
  input.search-toggle[type='submit'] {
    padding: 13px 10px 10px 10px;
  }

  .sidebar {
    display: none;
  }

  .archive-header,
  .entry-header,
  .featured-hero,
  .page-header {
    background-color: #fff;
    padding: 0 !important;
    margin-bottom: var(--mv-trellis-gutter-large, 50px);
    margin-bottom: 25px;
    position: relative;
    width: 100%;
  }

  .archive-header:before,
  .entry-header:before,
  .featured-hero:before,
  .page-header:before {
    display: none;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    box-shadow: none;
    content: '';
  }

  .entry-header {
    margin-bottom: 20px;
  }

  .search-close:active {
    box-shadow: none;
  }

  /* Home Page */

  .excerpt {
    margin: 40px auto;
    padding: 0 0 35px;
    border-bottom: 1px solid #ececec;
  }

  .featured-hero.excerpt {
    margin: 0 auto 0;
    border: none;
  }

  .excerpt-container {
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .excerpt-photo {
    margin: 0 0 10px;
    height: auto;
    width: 100%;
    min-width: 100% !important;
  }

  .featured-hero-photo.excerpt-photo {
    margin: 0 0 20px;
  }

  .excerpt-photo img {
    margin: 0;
    border-radius: 1px;
    height: auto;
    width: 100% !important;
    max-width: 728px !important;
  }

  .excerpt-title {
    margin: 0 0 15px !important;
    padding: 0;
    font-size: 20px;
    line-height: 1.35;
    width: 100%;
  }

  .featured-hero-title.excerpt-title {
    margin: 0 0 12px !important;
  }

  .excerpt-title a {
    color: #212429 !important;
  }

  .excerpt-title a:hover {
    color: #4d6d9a !important;
  }

  .featured-hero .excerpt-title a {
    font-size: 24px;
  }

  .excerpt-author {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #888;
  }

  .excerpt-author a {
    font-weight: bold;
    color: #353535;
  }

  .excerpt-author a:hover {
    color: #4d6d9a;
  }

  .excerpt-author:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #cee0ec;
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
  }

  .excerpt-excerpt {
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: Georgia, serif;
  }

  .excerpt-excerpt p {
    margin: 0;
  }

  .article-read-more {
    display: block !important;
    margin: 0 !important;
    margin-bottom: 0px !important;
    padding: 0 !important;
    font-size: 13px !important;
    background: #fff !important;
    font-weight: bold !important;
    color: #4d6d9a !important;
  }

  .article-read-more:hover {
    background: none;
  }

  .article-read-more:after {
    content: '\00BB';
    margin-left: 5px;
    font-size: 16px;
  }

  .featured-hero-read-more {
    position: relative;
    display: inline-block !important;
    margin-top: 10px !important;
    margin-bottom: 35px !important;
    font-weight: bold !important;
  }

  a.featured-hero-read-more:before,
  a.featured-hero-read-more:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 0;
    top: 50%;
    left: 100%;
    margin: 0 10px;
    margin-top: -1px;
    border-top: 1px solid #cee0ec;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  a.featured-hero-read-more:before {
    left: auto;
    right: 100%;
  }

  a.featured-hero-read-more:after {
    left: 100%;
    right: auto;
  }

  /* Single Page */

  .entry-cat {
    display: block;
    margin-bottom: 10px !important;
    font-size: 14px;
    /* font-weight: 700; */
  }

  .entry-cat .cat-links a {
    color: #4d6d9a;
  }

  h1.entry-title {
    font-size: 1.65rem !important;
    text-align: left;
  }

  h1.archive-title {
    /* padding: 5px; */
    margin: 0 !important;
    font-size: 24px;
    text-align: center !important;
    border-radius: 1px;
    border: 2px dashed rgba(134, 179, 209, 0.55);
  }

  .header-archive {
    margin-bottom: 35px;
  }

  .entry-title,
  .article-heading {
    margin-bottom: 15px;
    padding: 0;
  }

  .author-date {
    color: #858585;
    text-align: left !important;
    font-weight: normal;
  }

  .author-date a,
  .entry-date {
    color: #212429;
  }

  .author-date a,
  .entry-date {
    font-weight: 700;
    /* border-bottom: 1px solid #212429; */
  }

  .author-date a:hover {
    text-decoration: none;
    color: #4d6d9a;
    /* border-bottom: 1px solid #2651db; */
  }

  .post-header-author-date img {
    display: none;
    border-radius: 25px;
    margin-bottom: 0;
    margin-right: 15px;
    /* border: 1px solid #ececec; */
    box-sizing: border-box;
  }

  .single-disclosure {
    margin: 0px 0 35px !important;
    padding: 10px 0;
    font-family: var(
      --mv-trellis-font-body,
      'Helvetica Neue',
      Arial,
      Helvetica,
      sans-serif
    );
    font-size: 13px;
    font-style: italic;
    line-height: 1.65;
    color: #656565;
    border-bottom: 1px solid #ececec;
  }

  .entry-content {
    margin-top: 0px !important;
    font-family: Georgia, serif;
    line-height: 30px;
    color: #454545;
  }

  .left-content-column {
    display: none;
  }

  .entry-content p {
    margin: 30px 0;
  }

  .entry-content a,
  .about-text .about-body a {
    color: #2651db;
    font-weight: 700;
    border-bottom: none;
  }

  .entry-content a:hover,
  .about-text .about-body a:hover {
    text-decoration: none;
    color: #2651db;
    border-bottom: none;
  }

  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    padding: 10px 0;
  }

  .entry-content h1 {
    font-size: 22px;
  }
  .entry-content h2 {
    font-size: 20px;
  }
  .entry-content h3 {
    font-size: 20px;
  }
  .entry-content h4 {
    font-size: 19px;
  }
  .entry-content h5 {
    font-size: 18px;
  }

  .entry-content h2,
  .entry-content h3,
  .entry-content h4 {
    margin: 45px 0 35px;
    color: #212429;
    padding: 10px 0;
    border-top: 2px dashed rgba(134, 179, 209, 0.55);
    border-bottom: 2px dashed rgba(134, 179, 209, 0.55);
  }

  .entry-content hr {
    display: none;
  }

  .entry-content ul > li {
    margin: 0 0 30px 20px !important;
    padding-left: 5px;
  }

  .entry-content ol > li {
    margin: 0 0 30px 25px !important;
    padding-left: 5px;
  }

  .coffee-container {
    width: 100%;
    text-align: center;
  }

  .coffee-footer-block {
    display: inline-flex;
    margin: 25px auto 10px;
    padding: 10px 15px;
    align-items: center;
    background: #5f7fad;
    font-family: 'Open Sans', san-serif;
    font-weight: 600;
    font-size: 14px;
    /* letter-spacing: -.15px; */
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
    box-shadow: rgb(50 50 93 / 15%) 0px 2px 5px -1px,
      rgb(0 0 0 / 20%) 0px 1px 3px -1px;
    text-decoration: none !important;
  }

  .coffee-footer-block .coffee-image {
    margin-right: 7px;
    width: 20px;
    height: 25px;
  }

  .coffee-footer-block .coffee-lead {
    margin-right: 5px;
  }

  .coffee-footer-block .coffee-action {
    margin: 0;
  }

  .entry-footer .tag-title {
    border: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 !important;
    padding-bottom: 10px;
    padding-bottom: var(--mv-trellis-gutter-small, 10px);
  }

  .entry-footer .tags-links a {
    border: 1px solid #e1e1e1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-transform: lowercase;
    font-size: 0.75rem;
    font-size: var(--mv-trellis-font-size-ex-sm, 0.75rem);
    margin: 5px 20px 5px 0;
    padding: 5px 10px;
    border-radius: 2px;
    color: #888;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }

  .entry-footer .tags-links a:hover {
    border-radius: 2px;
    color: #fff;
    background: #4d6d9a;
  }

  .post-author-bio,
  .author-page-bio {
    display: block !important;
    margin: 50px 0 30px;
    padding: 35px 0 20px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
  }

  .author-page-bio {
    margin: 50px 0 5px;
    padding: 35px 0 0px;
  }

  .post-author-bio.post-meta-author-date img,
  .author-page-bio.post-meta-author-date img {
    margin-right: 0px;
    margin-bottom: 10px !important;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50% !important;
  }

  .post-author-bio .post-meta-author,
  .author-page-bio .post-meta-author {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #212429;
  }

  .post-author-bio .author-bio p,
  .author-page-bio .author-bio p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
  }

  .post-navigation {
    display: none !important;
  }

  .post-navigation .nav-links {
    margin-top: -30px;
    margin-bottom: 20px;
    margin-bottom: var(--mv-trellis-gutter, 20px);
    padding-top: 40px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }

  .post-navigation .post-title {
    color: #353535 !important;
    font-size: 16px !important;
    margin-bottom: 0;
  }

  .post-navigation .nav-next > a p,
  .post-navigation .nav-previous > a p {
    margin-bottom: 0px !important;
  }

  .trellis-comments .post-title {
    margin-bottom: 0 !important;
    color: #212429 !important;
  }

  .trellis-comment-form label {
    font-size: 14px;
  }

  .trellis-comment-form textarea {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .trellis-comment-form-outer-box {
    border-top: none !important;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .trellis-comment-header {
    margin-bottom: 0 !important;
  }

  .trellis-comment,
  .trellis-comment-child {
    border-radius: 2px;
  }

  .trellis-comment-child {
    margin-left: 0 !important;
    border: 1px solid #e1e1e1;
    background: #fafafa;
  }

  .trellis-comment p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .trellis-comment-replyButton {
    font-size: 14px;
    color: #4d6d9a !important;
  }

  .trellis-comment-replyButton:active {
    box-shadow: none !important;
  }

  .trellis-comments .trellis-comment-replyButton svg g {
    fill: #4d6d9a !important;
  }

  .after-post {
    margin-top: -20px;
    padding-top: 10px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }

  .after-post h5 {
    margin-bottom: 15px;
    text-align: center;
  }

  .after-post li {
    margin-left: 0;
  }

  .related-posts-widget {
    width: 100%;
    margin-top: -20px;
    padding: 15px 0 35px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }

  .related-posts-widget-title {
    margin: 0 auto 5px;
    text-align: center;
  }

  .related-posts-widget-title h5 {
    display: inline-block;
    font-size: 16px;
  }

  .related-post {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ececec;
  }

  .related-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  #dpsp-content-top {
    width: 100% !important;
    margin: 0 0 35px !important;
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
  }

  #dpsp-content-top ul {
    display: flex;
    min-width: 100%;
    /* flex-wrap: wrap; */
    /* -webkit-flex-direction: row; */
    flex-direction: row;
    /* -webkit-justify-content: space-evenly; */
    justify-content: space-between;
  }

  #dpsp-content-top > ul > li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .dpsp-networks-btns-wrapper:after {
    display: none !important;
    content: none !important;
  }

  /* .dpsp-networks-btns-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
  } */

  /* .dpsp-network-list-item {
    margin-bottom: 0 !important;
    padding: 0 !important;
  } */

  /* Sidebar */

  .widget-container {
    margin-bottom: 40px;
  }

  .widget-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 0 5px;
    font-size: 18px;
    background: #fff;
    /* border-bottom: 2px dashed rgba(134, 179, 209, 0.55); */
  }

  .widget-title:after {
    content: '';
    flex: 1;
    top: 0;
    left: 0;
    margin-left: 15px;
    width: 100%;
    border-bottom: 1px solid #cee0ec;
  }

  .widget-container .single_post_widget h4 {
    padding-top: 25px;
    border-top: 1px solid #cee0ec;
    line-height: 1.4 !important;
    -webkit-transition: color 0.2s ease-in-out,
      -webkit-text-decoration 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
    transition: text-decoration 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: text-decoration 0.2s ease-in-out, color 0.2s ease-in-out,
      -webkit-text-decoration 0.2s ease-in-out;
  }

  .widget-container .single_post_widget h4:hover {
    color: #4d6d9a !important;
  }

  .widget-container .single_post_widget img {
    border-radius: 1px;
    width: 100%;
    height: auto;
    min-width: 100%;
  }

  .searchform .search-field {
    border: 1px solid #ccc !important;
    border-radius: 2px;
    line-height: 1;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 10px 20px;
  }

  /* Images */
  .article-featured-img {
    margin-bottom: 0px !important;
    width: 100% !important;
    border-radius: 1px;
    box-sizing: border-box;
    max-width: 728px !important;
  }

  /* Title Card */
  .bcc-title-card {
    position: relative;
    margin: 50px auto 40px;
    padding: 25px 0;
    border-top: 1px dashed rgba(134, 179, 209, 0.55);
    border-bottom: 1px dashed rgba(134, 179, 209, 0.55);
  }

  .bcc-title-card.no-link {
    padding: 25px 0 10px;
  }

  .bcc-title-card h4 {
    margin: 0 auto 25px !important;
    border: none;
    text-align: center;
    letter-spacing: -0.5px;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.65em;
  }

  .bcc-title-card.no-link h4 > em {
    font-weight: 700;
    font-size: 22px;
  }

  .bcc-title-card h4 a {
    font-weight: 700;
    margin: 0 2px !important;
    letter-spacing: 0px;
    text-decoration: underline;
    font-size: 22px;
    border: none;
  }

  .bcc-title-card h4 a:hover {
    text-decoration: none;
    border: none;
  }

  .bcc-title-card center {
    margin: 25px 0 15px;
  }

  .bcc-title-card center img {
    margin: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }

  .bcc-title-card center a {
    border: none;
  }

  .bcc-title-card center a:hover {
    border: none;
  }

  h2 + div > .bcc-title-card,
  h3 + div > .bcc-title-card {
    margin: -30px auto 40px;
    border-top: none;
  }

  /* Widgets */
  .wpp-flex-list li,
  .latest-posts-widget .latest-post-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
  }

  .home-list-title {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    padding-top: 0;
    font-size: 18px;
    font-family: 'Open Sans', san-serif;
    font-weight: bold;
    color: #212429 !important;
  }

  .home-list-title:after {
    content: '';
    flex: 1;
    top: 0;
    left: 0;
    margin-left: 15px;
    width: 100%;
    border-bottom: 1px solid #cee0ec;
  }

  .mobile-list,
  .recent-reviews {
    margin: 0 auto 40px;
    padding-bottom: 10px;
    min-width: 100%;
    border-bottom: 1px solid #ececec;
  }

  .mobile-list.home-page,
  .recent-reviews {
    padding-bottom: 0;
    border: none;
  }

  .recent-reviews ul {
    list-style-type: none;
  }

  .mobile-list li,
  .recent-reviews li {
    margin-left: 0;
  }

  .recent-reviews li {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
  }

  .recent-reviews li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .wpp-flex-list li:last-of-type,
  .latest-posts-widget .latest-post-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .wpp-flex-item,
  .latest-posts-widget .latest-post-item {
    display: flex;
  }

  .wpp-thumbnail,
  .latest-posts-widget .post-item-img,
  .related-post-img,
  .recent-reviews .post-item-img {
    margin-right: 20px;
    border-radius: 1px;
    min-height: 80px;
    min-width: 120px;
    max-height: 80px;
    max-width: 120px;
    object-fit: cover;
    overflow: hidden;
  }

  .wpp-title-block,
  .post-item-data,
  .related-posts-widget {
    line-height: 1.1em;
  }

  .wpp-title-block a,
  .post-item-data .post-item-title a,
  .related-post-title a {
    color: #212429;
    font-size: 15px;
    font-weight: 700;
  }

  .wpp-title-block a:hover,
  .post-item-data .post-item-title a:hover,
  .related-post-title a:hover {
    color: #4d6d9a;
  }

  .wpp-flex-date,
  .post-item-data .post-item-date {
    margin-top: 3px;
    font-size: 12px;
    color: #888;
  }

  .wpp-list li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ececec;
    line-height: 1.4 !important;
  }

  .wpp-list li:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }

  .wpp-list a,
  .wpp-list a:visited {
    font-size: 16px;
    color: #353535 !important;
    font-family: Georgia, serif;
  }

  .wpp-list a:hover {
    text-decoration: underline;
  }

  .latest-cats {
    display: flex;
    flex-direction: column-reverse;
  }

  .recent-cats {
    height: 100%;
    margin-bottom: 20px;
  }

  .recent-cat-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
  }

  .recent-cat-item:last-child {
    border-bottom: none;
  }

  .recent-cat-item.first img {
    margin-bottom: 5px;
  }

  .recent-cat-item.first .recent-cat-item-title {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.3px;
  }

  .recent-cat-item-title {
    font-size: 15px;
    line-height: 1.35 !important;
    font-family: 'Open Sans', san-serif;
    font-weight: 500;
  }

  .recent-cat-item-title a {
    color: #212429;
  }

  .recent-cat-item-title a:hover {
    color: #4d6d9a;
  }

  .about-widget .about-image img {
    width: 100%;
    border-radius: 1px;
  }

  .about-widget .about-text .about-title {
    position: relative;
    margin: 15px 0;
    padding-bottom: 15px;
    font-size: 18px;
    font-family: 'Open Sans', san-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #212429;
    text-align: center;
  }

  .about-widget .about-text .about-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #cee0ec;
    display: block;
    margin-top: 10px;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
  }

  .about-widget .about-text .about-body {
    margin: 10px 0;
    font-size: 16px;
    font-family: Georgia, serif;
  }

  .footer {
    padding: 20px 10px;
    background: #313131;
    color: #999 !important;
  }
  .footer-container {
    display: none;
  }
  .footer-copy {
    font-size: 14px;
    color: #999;
  }

  .footer-logo-link {
    margin: 10px auto;
    text-align: center;
  }

  .footer-menu-container {
    width: 100%;
    text-align: center;
  }

  .footer-menu {
    display: inline-block;
    font-family: 'Open Sans', san-serif;
    font-size: 14px;
    font-weight: 600;
    list-style-type: none;
    text-align: center;
    width: auto;
    margin: 0px auto 25px;
    padding: 0 0 20px;
    border-bottom: 1px solid #4a4a4a;
  }

  .footer-menu-item {
    margin: 5px 10px;
    display: inline-block;
    color: #999;
  }

  .footer-menu-item a,
  .footer-menu-item a:visited {
    color: #999;
  }

  .footer-menu-item a:hover {
    color: #fff;
  }
}

@media only screen and (min-width: 450px) {
  h1.entry-title {
    font-size: 2rem !important;
  }

  /* .featured-hero-photo.excerpt-photo {
    margin: 0 0 15px;
  } */

  .featured-hero .excerpt-title a {
    font-size: 26px;
  }

  .excerpt-container .excerpt-title {
    font-size: 22px;
  }

  .entry-content h1 {
    font-size: 24px;
  }
  .entry-content h2 {
    font-size: 22px;
  }

  .entry-content ul > li,
  .entry-content ol > li {
    padding-left: 10px;
  }

  .post-navigation .post-title {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 505px) {

  .bcc-title-card iframe {
    height: 284px !important;
  }
}

@media only screen and (min-width: 600px) {
  #content {
    margin: 0 auto;
  }

  .excerpt-container:not(.featured-hero-container) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-pack: none;
    -ms-flex-pack: none;
    justify-content: none;
  }

  .excerpt-photo:not(.featured-hero-photo) {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 0;
    min-width: 200px;
    width: 100%;
  }

  .excerpt-post-data {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }

  .excerpt-author:not(.featured-hero-excerpt-author):after {
    left: 0;
    margin-left: 0;
  }

  .entry-header {
    margin-bottom: 25px;
  }

  .entry-title,
  .article-heading {
    padding: 0;
  }

  h1.entry-title {
    font-size: 2.25rem !important;
  }

  .featured-hero .excerpt-title a {
    font-size: 28px;
  }

  .excerpt-container .excerpt-title {
    font-size: 24px;
  }

  .searchform .search-field {
    margin-left: 0;
  }

  .post-header-author-date {
    display: flex;
    align-items: center;
  }

  .post-header-author-date img {
    display: block;
  }

  .entry-cat {
    font-size: 16px;
    margin-bottom: 15px !important;
  }

  .entry-content p {
    margin: 35px 0;
  }

  .single-disclosure {
    font-size: 15px;
  }

  .post-author-bio,
  .author-page-bio {
    display: flex !important;
    text-align: left;
  }

  .author-page-bio {
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 1px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
  }

  .post-author-bio.post-meta-author-date img {
    margin-right: 20px;
  }

  .author-page-bio.post-meta-author-date img {
    margin-right: 25px;
  }

  .post-author-bio .post-meta-author,
  .author-page-bio .post-meta-author {
    text-align: left;
  }

  .post-author-bio .author-bio p,
  .author-page-bio .author-bio p {
    text-align: left;
  }

  .after-post {
    display: none !important;
  }

  .post-navigation {
    display: block !important;
  }

  .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    margin-top: -30px;
    margin-bottom: 20px;
    margin-bottom: var(--mv-trellis-gutter, 20px);
    padding-top: 40px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }

  .post-navigation .nav-next,
  .post-navigation .nav-previous {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
    margin-bottom: var(--mv-trellis-gutter, 20px);
    text-decoration: none;
  }

  .post-navigation .nav-next {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .post-navigation .post-title {
    color: #353535 !important;
    font-size: 14px !important;
  }

  .post-navigation .nav-previous .post-title {
    color: inherit;
    font-size: 14px !important;
    margin-bottom: 0;
    margin-left: 15px;
    text-align: left !important;
  }

  .post-navigation .nav-previous .post-title:before {
    content: 'Previous Post';
    display: block;
    font-size: 12px !important;
    margin-bottom: 5px;
    padding-right: 0;
    font-weight: normal;
    color: #888;
  }

  .post-navigation .nav-next .post-title {
    font-size: 14px !important;
    margin-bottom: 0;
    margin-right: 15px;
    text-align: right !important;
  }

  .post-navigation .nav-next .post-title:before {
    content: 'Next Post';
    display: block;
    font-size: 12px !important;
    margin-bottom: 5px;
    padding-left: 0;
    font-weight: normal;
    color: #888;
  }

  .post-navigation .nav-next .post-title:after {
    content: '';
    padding-left: 0em;
  }

  .post-nav-img {
    margin: 0 !important;
    max-width: 125px !important;
    border-radius: 1px;
    /* border: 1px solid #ececec; */
    height: auto;
  }

  .nav-previous .post-nav-img,
  .nav-previous .post-thumbnail {
    float: left;
  }

  .nav-next .post-nav-img,
  .nav-next .post-thumbnail {
    float: right;
  }

  .post-nav-img img {
    margin: 0 !important;
  }

  .post-nav-img img:before {
    margin: 0 !important;
  }

  .post-nav-img img:after {
    margin: 0 !important;
  }

  .related-posts-widget {
    display: block;
    width: 100%;
    padding: 0 0 30px;
    border-top: none;
    border-bottom: 1px solid #e1e1e1;
  }

  .related-posts-widget-title {
    display: block;
    margin: 40px auto 10px;
    text-align: center;
  }

  .related-posts-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: space-evenly;
  }

  .related-post {
    display: block;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 260px;
    height: 235px;
    border-bottom: none;
  }

  .related-post-img {
    min-width: 100%;
    max-width: 250px;
    min-height: 175px;
    max-height: 175px;
    margin-bottom: 10px;
    overflow: visible;
  }

  .related-post-img img {
    min-width: 100%;
    max-width: 250px;
    min-height: 100%;
    margin-bottom: 0;
    object-fit: cover;
  }

  /* MV ads */
  .mv-trellis-feed-unit {
    display: contents;
  }
}

@media only screen and (min-width: 768px) {
  #content,
  .blog #content,
  .excerpt {
    width: 100% !important;
    max-width: 728px !important;
    min-width: 728px !important;
  }

  .header {
    padding: 5px 0;
    margin-bottom: 30px;
    height: auto;
  }

  .header-logo-img {
    height: auto;
    width: auto;
    max-width: 240px;
  }

  .header-archive {
    margin-bottom: 45px;
  }

  h1.archive-title {
    padding: 12px;
    font-size: 26px;
  }

  .excerpt {
    margin: 45px 0;
    padding: 0 0 40px;
    border-bottom: 1px solid #ececec;
  }

  .excerpt-post-data.featured-hero-post-data,
  .featured-hero-excerpt.excerpt-excerpt {
    margin-left: auto;
    margin-right: auto;
  }

  /* .featured-hero.excerpt {
    margin: 0 0 45px !important;
  } */

  .featured-hero .excerpt-title a {
    font-size: 28px;
  }

  .excerpt-container {
    padding: 0 !important;
  }

  .excerpt-photo:not(.featured-hero-photo) {
    margin-right: 30px !important;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    min-width: 335px !important;
  }

  .excerpt-container:not(.featured-hero-container) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .excerpt-photo:not(.featured-hero-photo) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    margin-right: 20px;
    min-width: 0;
    max-width: 240px;
  }

  .excerpt-container .excerpt-title {
    /* margin-top: -5px !important; */
    font-size: 22px;
  }

  .excerpt-container .excerpt-excerpt:not(.featured-hero-excerpt) {
    margin-bottom: 0;
  }

  .excerpt-container .article-read-more:not(.featured-hero-read-more) {
    display: none !important;
  }

  .featured-hero-read-more {
    margin-bottom: 35px !important;
  }

  .mobile-list {
    margin-bottom: 45px;
    padding-bottom: 15px;
  }

  .mobile-list ul {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
  }

  .mobile-list .latest-post-item {
    margin: 0;
    padding: 0;
    display: block;
    max-width: 220px;
    border: none;
  }

  .mobile-list .post-item-img {
    margin-right: 0;
    margin-bottom: 12px;
    max-height: 140px;
    max-width: 100%;
  }

  .mobile-list .post-item-date {
    display: none;
  }

  .latest-cats {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .recent-cats {
    max-width: 50%;
  }

  .recent-reviews {
    margin-right: 40px;
    min-width: inherit;
  }

  .related-posts-widget {
    padding: 0 0 30px;
  }

  .related-posts-content {
    justify-content: space-between;
  }

  .related-post {
    width: 100%;
    max-width: 220px;
    height: 225px;
  }

  .related-post-img,
  .related-post-img img {
    min-height: 155px;
    max-height: 155px;
    min-width: 220px;
    max-width: 220px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapper {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .header {
    padding: 10px 0;
  }

  .header-logo {
    margin-left: 20px !important;
  }

  .featured-hero-container.excerpt-container {
    display: block;
    padding-top: 0;
    text-align: center;
  }

  .featured-hero .excerpt-title a {
    font-size: 30px;
  }

  .excerpt-post-data.featured-hero-post-data {
    margin: 20px auto 0px;
  }

  .nav .menu-item a,
  .menu-item a:visited {
    padding: 5px 12px !important;
    font-size: 14px !important;
  }

}

@media only screen and (min-width: 1135px) {
  .wrapper-content {
    display: grid !important;
    grid-template-columns: 1fr 300px;
  }

  .wrapper-header {
    padding-left: 0;
  }

  .header-logo {
    margin-left: 20px !important;
  }

  button.search-toggle,
  input.search-toggle[type='submit'] {
    padding: 13px 0px 10px 10px;
  }

  #content {
    margin: 0;
  }

  .excerpt {
    margin: 0 0 45px;
    padding: 0 0 40px;
    border-bottom: 1px solid #ececec;
  }

  .excerpt-container .excerpt-excerpt:not(.featured-hero-excerpt) {
    margin-bottom: 10px;
  }

  .excerpt-container .article-read-more:not(.featured-hero-read-more) {
    display: block !important;
  }

  .sidebar {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 330px;
    width: auto;
    min-width: 300px;
  }

  .sidebar .widget-container {
    margin-top: 40px;
    padding: 0 !important;
  }

  .sidebar .widget-container:first-of-type:not(.about-author) {
    margin-top: -5px;
    border: none;
  }
}

@media only screen and (min-width: 1250px) {
  .header-logo {
    margin-left: 0px !important;
  }

  .wrapper-content {
    grid-template-columns: 1fr 330px;
  }
}
