:root {
  --wp--preset--color--primary: #bf000c;
}

h1, h2, h3, h4, h5, h6 {
  /*hyphens: auto;*/
  text-transform: none !important;
}

.article-box .box-content h1 a {
  text-transform: none;
}

@media screen and (min-width: 0px) {
  .grid_box {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 0px) and (min-width: 1200px) {
  .grid_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 0px) {
  .grid_box .grid-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1199px) {
  .grid_box .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    min-height: 37.5vw;
  }
}
@media screen and (min-width: 0px) {
  .grid_box .grid-item:after {
    position: absolute;
    content: "";
    top: 66%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .grid_box .excerpt {
    display: none;
  }
}
@media screen and (min-width: 0px) and (min-width: 1200px) {
  .grid_box .item1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; /* span from grid column line 1 to 3 (i.e., span 2 columns) */
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    min-height: 600px;
  }
  .grid_box .item1 .article-box .box-content h1 a {
    font-size: 40px;
    line-height: 1.33em;
  }
  .grid_box .item1 .article-box .box-content ul.post-categories {
    -webkit-transform: translateY(-7px) !important;
            transform: translateY(-7px) !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 1199px) {
  .grid_box .item1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-height: 75vw;
  }
  .grid_box .item1 .article-box .box-content h1 a {
    font-size: 40px !important;
    line-height: 1.33em;
  }
  .grid_box .item1 .article-box .box-content ul.post-categories {
    -webkit-transform: translateY(-7px) !important;
            transform: translateY(-7px) !important;
  }
}
@media screen and (min-width: 0px) {
  .grid_box .item1 .excerpt {
    display: block;
  }
  .grid_box .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .grid_box .background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .grid_box .article-box {
    position: relative;
    z-index: 10;
    margin-top: auto;
    padding: 0;
    width: 100%;
  }
  .grid_box .excerpt {
    display: none;
    color: #fff;
  }
  .grid_box .article-box .box-content {
    padding: 20px 20px 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .grid_box .article-box .box-content {
    padding: 15px;
  }
}
@media screen and (min-width: 0px) {
  .grid_box .article-box .box-content h1 a {
    color: #bf000c;
    text-transform: none;
    font-size: 18px;
    background: #fff;
    padding: 4px 7px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .grid_box .article-box .box-content .meta {
    padding-bottom: 0;
  }
  .grid_box .article-box .box-content .meta .author {
    color: #fff;
  }
  .grid_box .article-box .box-content .meta .author a {
    color: #fff;
  }
  .grid_box .article-box .box-content .meta .author img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .grid_box .article-box .box-content .comments-box {
    background-image: url(../assets/images/comment-white-32@2x.png);
  }
  .grid_box .article-box .box-content .comments-box a {
    color: #bf000c !important;
  }
  .grid_box .article-box .box-content ul.post-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px;
  }
  .grid_box .article-box .box-content ul.post-categories li {
    background: #bf000c;
    padding: 0px 5px 3px 5px;
    margin: 0;
    line-height: 1.5em;
  }
  .grid_box .article-box .box-content ul.post-categories li a {
    color: #fff;
  }
}
@media screen and (max-width: 990px) {
  .grid_box {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
@media screen and (max-width: 700px) {
  .grid_box .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-height: 66vw;
  }
  .grid_box .grid-item .article-box .box-content h1 a {
    font-size: 20px !important;
    line-height: 1.2em !important;
  }
  .article-box .box-content h1 a {
    font-size: 20px !important;
    line-height: 1.2em !important;
  }
}
body.home .baner_grid {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
body.home .baner_grid figure {
  margin: 0;
}
body.home .baner_grid img {
  display: block;
}
@media screen and (min-width: 768px) {
  body.home .baner_grid .widget {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  body.home .baner_grid {
    margin-top: 0;
    margin-bottom: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  body.home .baner_grid .widget {
    padding: 15px !important;
  }
  body.home .baner_grid .widget + .widget {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 1170px) {
  .logo {
    -webkit-transform: translateX(-46px);
            transform: translateX(-46px);
  }
}
@media screen and (min-width: 1170px) and (max-width: 1630px) {
  .logo {
    -webkit-transform: translateX(-36px);
            transform: translateX(-36px);
  }
}
@media screen and (min-width: 1170px) {
  .navbar .toggle {
    display: none;
  }
  .nav-right {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-right ul {
    margin: 0 !important;
    padding: 0 !important;
  }
  .nav-right ul#menu-topnavi-right-1 {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .nav-right ul#menu-topnavi-right-1 li {
    padding-left: 1.2em;
  }
  .nav-right #menu-topnavi-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .nav-right .searchform {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .nav-right .nav-right-meta {
    padding: 0;
  }
}
@media screen and (max-width: 1050px) and (min-width: 990px) {
  a.site-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1169px) {
  .logo {
    display: inline-block;
  }
  ul#menu-topnavi-right-1 {
    display: none !important;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
.list-view {
  padding-bottom: 30px;
}
.list-view .col-lg-6.no-padding {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.list-view .col-lg-6.box-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.list-view ul.post-categories li {
  padding: 0px 5px 3px 5px;
  line-height: 20px;
}
.list-view .category-link {
  padding-top: 0;
}
@media screen and (max-width: 500px) {
  .list-view {
    padding-bottom: 15px;
  }
  .list-view .row.align-items-center {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 10px 1fr;
    grid-template-columns: 120px 1fr;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .list-view .col-lg-6.no-padding {
    max-width: 100%;
    padding-left: 15px;
  }
  .list-view .col-lg-6.box-content {
    padding-left: 0;
    padding-right: 10px;
    max-width: 100%;
  }
  .list-view .col-lg-6.box-content h1, .list-view .col-lg-6.box-content h1 a {
    font-size: 17px !important;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .list-view .col-lg-6.box-content .row.meta,
  .list-view .col-lg-6.box-content .row.meta .author,
  .list-view .col-lg-6.box-content .row.meta .author a {
    font-size: 10px !important;
  }
  .list-view .col-lg-6.box-content .row.meta a,
  .list-view .col-lg-6.box-content .row.meta .author a,
  .list-view .col-lg-6.box-content .row.meta .author a a {
    font-size: 10px !important;
  }
  .list-view .col-lg-6.box-content .row.meta {
    padding-bottom: 0;
  }
  .list-view .col-lg-6.box-content .row.category-link {
    margin-bottom: 10px;
  }
}

.loading {
  font-family: "Work Sans", sans-serif;
  margin-bottom: 30px;
}

body {
  accent-color: red;
}

@media screen and (max-width: 990px) {
  .col-12:has(select#category) {
    position: relative;
  }
  .col-12:has(select#category)::after {
    content: " ";
    position: absolute;
    top: 18px;
    right: 28px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
  }
}
select#category {
  min-width: 200px;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 30px;
  border: 2px solid #bf000c;
  background: #bf000c;
  color: #fff !important;
  border-radius: 0px !important;
  -webkit-appearance: none;
}
@media screen and (min-width: 990px) {
  select#category {
    display: none;
  }
}
select#category a {
  color: #fff !important;
}
select#category option {
  color: #fff !important;
}
select#category option:hover,
select#category option:focus {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 1625px) {
  select#category {
    margin-left: -15px;
  }
}

.filter_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1625px) {
  .filter_buttons {
    margin-left: -15px;
  }
}
.filter_buttons span, .filter_buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 15px;
  font-family: "Work Sans", sans-serif;
  background: #bf000c;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter_buttons span:hover, .filter_buttons span.active, .filter_buttons a:hover, .filter_buttons a.active {
  background: #efeeee;
  color: #797979;
}
@media screen and (max-width: 990px) {
  .filter_buttons {
    display: none;
  }
  .filter_buttons.archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

a.more {
  display: inline-block;
  color: #fff;
  padding: 10px 15px 10px 15px;
  background-color: #bf000c;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 60px;
}

.archive-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
  .archive-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .archive-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.archive-grid h1 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.archive-grid .meta {
  margin-bottom: 15px;
  padding-bottom: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.archive-grid a {
  color: var(--wp--preset--color--primary);
  font-family: "Work Sans", sans-serif;
}
.archive-grid a.more {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 0;
}
.page-header + .archive-grid {
  margin-top: 50px;
}
.archive-grid .widget {
  padding: 0;
}

@media screen and (max-width: 1450px) {
  body.home .widget {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.home .baner_podcast .widget {
  padding-left: 0;
  padding-right: 0;
}
body.home .mobile_widget,
body.home .mobile_widget + .widget {
  display: none;
}
@media screen and (max-width: 1200px) {
  body.home .sidebar .widget {
    display: none;
  }
  body.home .mobile_widget,
  body.home .mobile_widget + .widget {
    display: block;
    margin: 0 -15px 30px;
  }
}

@media screen and (max-width: 400px) {
  .button_social .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .button_social .col-9 {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .row {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .site-footer #menu-footer {
    float: none;
    padding: 0;
  }
  .site-footer #menu-footer li {
    padding-left: 0;
    padding-bottom: 10px;
  }
  .site-footer .copyright {
    position: initial;
  }
  .site-footer .copyright a {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.content-toc {
  padding-top: 25px;
}
.content-toc h5 {
  margin-top: 0;
  padding-top: 0;
}
.content-toc ul {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .content-toc {
    padding: 15px 10px 10px;
  }
}

.nav-right-meta li.search-input input {
  background: #fff;
  color: #000;
  padding: 2px 5px;
}

/** related articles */
@media screen and (max-width: 700px) {
  body .gb-block-post-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  body .gb-block-post-grid > h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .gb-block-post-grid article.gb-post-grid-item {
    margin: 0;
    position: relative;
    min-height: 66vw;
  }
  body .gb-block-post-grid article.gb-post-grid-item:after {
    position: absolute;
    content: "";
    top: 66%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body .gb-block-post-grid article.gb-post-grid-item .gb-block-post-grid-image {
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .gb-block-post-grid article.gb-post-grid-item .gb-block-post-grid-image a {
    display: block;
    height: 100%;
  }
  body .gb-block-post-grid article.gb-post-grid-item .gb-block-post-grid-image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body .gb-block-post-grid article.gb-post-grid-item .gb-block-post-grid-text {
    position: absolute;
    left: 15px;
    bottom: 20px;
    right: 15px;
    z-index: 10;
  }
  body .gb-block-post-grid article.gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-byline {
    display: none;
  }
  body .gb-block-post-grid article.gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title {
    line-height: 0.5em;
    margin: 0;
    padding: 0;
  }
  body .gb-block-post-grid article.gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a {
    font-size: 20px !important;
    line-height: 1.2em !important;
    color: #bf000c;
    text-transform: none;
    font-size: 18px;
    background: #fff;
    padding: 4px 7px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  body .gb-block-post-grid article.gb-post-grid-item .gb-block-post-grid-text .gb-block-post-grid-title a.heading-link {
    display: none;
  }
}