/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/

/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
.td-scroll-up.td-scroll-up-visible {
  /*position: fixed;
    bottom: 0;
    right: 0;
    padding: 15px;*/
  background: #202B29;
  /*z-index: 2;
    display: block;
    cursor: pointer;*/
}
/*
.td-icon-menu-up:before {
    color: #FFF;
}

.td-scroll-up {
    display: none;
}
*/
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-26 {
  margin-bottom: 26px !important;
}

.p-30 {
  padding: 30px !important;
}

.text-center,
.text-center figcaption {
  text-align: center !important;
}

.bg--blue {
  background: #00aee7;
  padding: 10px 20px;
  width: 100%;
}

.bg--blue .wp-block-heading {
  margin: 0 !important;
  color: #fff !important;
  font-size: 17px !important;
  text-align: center !important;
}

.h-img--block {
  gap: 0;
}

.video-wrapper {
  width: 100%;
  height: 90vh;
  position: relative;
  padding: 100px 30px;
  display: flex;
  align-items: flex-end;
}
.video-wrapper:before {
  background: linear-gradient(180deg, #907E50 0%, rgba(27, 51, 78, 0) 137.14%);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}
.video-wrapper video {
  position: absolute;
  width: 100%;
  height: 90vh;
  margin-top: 0px;
  object-fit: cover;
  left: 0;
  top: 0;
}
.video-wrapper > img {
  position: absolute;
  margin-top: 0px;
  object-fit: cover;
  left: 0;
  top: 0;
  height: 80vh;
  width: 100%;
}
.featured-content {
  position: relative;
  z-index: 1;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
}
.featured-content h1 {
  font-family: "Oswald", "sans-serif";
  font-size: 80px;
  font-weight: 900;
  line-height: 96px;
  letter-spacing: 0em;
  color: #FFF;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.featured-content h3 {
font-family: "Special Elite", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0.155em;
    color: #FFF;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
}
.h3-div {
  border-bottom: 9px solid #d9d9d9;
  margin: 0 0 20px;
  display: inline-block;
}
.featured-content h3 strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
.featured-content h3 span {
  color: #fff;
  font-size: 15px;
}
.featured-content p {
  font-size: 23px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0em;
  color: #fff;
  max-width: 877px;
  margin: 0 0 30px;
}
.featured-content a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Special Elite", sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: 31px;
    letter-spacing: 0em;
    color: #FFF;
}
.featured-content a span {
  overflow: hidden;
  min-width: 103px;
  display: inline-block;
  border-left: 1px solid #fff;
  transition: border 0.3s ease-in;
}
.featured-content a span i {
  margin-top: 0px;
  margin-left: -60px;
  transition: margin 0.3s ease-in;
  height: 28px;
  display: block;
}
.featured-content a:hover span i {
  margin-left: 0;
}
.featured-content a:hover span {
  border-left-color: transparent;
}
.icn-sword {
  content: url("images/icn-sword.svg");
}
.icn-sword.blue {
  content: url("images/icn-sword-blue.svg");
}

section.full-width {
  width: 100%;
  padding: 50px 25px;
}
.main-container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}
.section-featured .header-wrap,
.section-topics .header-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}
.section-featured .header-wrap h2,
.section-featured .header-wrap .heading-text,
.section-topics .header-wrap h2 {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 61px;
  letter-spacing: 0em;
  color: #202B29;
  margin: 0;
  width: auto;
  text-wrap: nowrap;
  text-transform: uppercase;
}
.section-featured .header-wrap hr,
.section-topics .header-wrap hr {
  border: 1px solid #202B29;
  width: 100%;
  margin: 10px 0;
}
.section-featured .header-wrap.right-align {
  justify-content: flex-end;
}
.related-post-wrap {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.right-wrap {
  width: 30%;
}
.related-post-item {
  max-width: 425px;
  margin-bottom: 40px;
}
.related-post-item.main-item {
  max-width: 890px;
  margin-bottom: 30px;
  width: 100%;
}
.related-post-item.main-item h2.subtitle {
  font-family: "Special Elite", "sans-serif";
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  color: #202B29;
  margin: 0 0 10px;
}
.related-post-item hr {
  border: 4.5px solid #202B29;
  width: 99%;
  margin: 0;
}
.related-post-item h2,
.related-post-item h3,
.related-post-item .heading-text {
	font-family: "Oswald", "sans-serif";
    font-weight: 900;
    color: #202B29;
    margin: 0 0 10px;
    /* max-width: 780px; */
    font-size: 32px;
    line-height: 40.96px;
    padding-right: 10px;
}
.related-post-item.main-item h2 {
  font-size: 70px;
  line-height: 84px;
  padding-right: 0;
}
.related-post-item .author-wrap {
  margin-bottom: 20px;
}
.related-post-item h4,
.related-post-item .author {
	font-family: "Special Elite", system-ui;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.085em;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #202B29;
}
.related-post-item h4 strong{text-transform: none;}
.related-post-item label {
	background: #202B29;
    padding: 7px 15px;
    font-family: "Special Elite", system-ui;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px;
}
.related-post-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0em;
    margin: 0 0 10px;
    padding-right: 20px;
    color: #202B29;
}
.page-template-page-issues .related-post-item p{font-family: "Special Elite";}
.related-post-item a span {
  overflow: hidden;
  min-width: 103px;
  display: inline-block;
}
.related-post-item a span i {
  margin-top: 10px;
  margin-left: -60px;
  transition: margin 0.3s ease-in;
}
.related-post-item a:hover span i {
  margin-left: 0;
}
.icn-string-chevron {
  content: url("images/icn-string-chevron-right.svg");
}
.related-post-item .img-wrap {
  overflow: hidden;
  margin-bottom: 15px;
}
.related-post-item .img-wrap img {
  max-height: 230px;
  height: 100%;
  object-fit: cover;
}
.related-post-item.main-item .img-wrap img {
  max-height: 100%;
}
.related-post-item a:hover .img-wrap img {
  transform: scale(1.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.related-post-item.issue-main-item p {
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;    font-family: 'Special Elite';
}
 .first_grid .first_grid_col{    display: flex;
    gap: 30px;
    width: 100%;} .related-post-wrap{justify-content: normal;}

.multiline-ellipses-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.multiline-ellipses-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-topics {
  background: #202B29;
}
.category-list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px 20px;
  flex-wrap: wrap;
  padding: 50px 0;
  max-width: 1920px;
  margin: 0 auto;
}
.section-topics .header-wrap h2{color:#FFF;}
.section-topics .header-wrap hr{border-color: #FFF;}

.category-list-wrap a {
    font-size: 40px;
    font-style: italic;
    font-weight: 200;
    line-height: 52px;
    letter-spacing: 0.01em;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.category-list-wrap > div:nth-child(-n+3) a {
    font-family: "Work Sans", sans-serif; font-weight: 500;
}
.category-list-wrap > div:nth-child(n+4):nth-child(-n+6) a {
    font-family: 'Special Elite', sans-serif;
}
.category-list-wrap > div:nth-child(n+7):nth-child(-n+9) a {
    font-family: 'Oswald', sans-serif;
}
.category-list-wrap > div:nth-child(n+10):nth-child(-n+12) a {
    font-family: "Work Sans", sans-serif;font-weight: 500;
}
.category-list-wrap > div:nth-child(n+13):nth-child(-n+15) a {
    font-family: 'Special Elite', sans-serif;
}
.category-list-wrap a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 8px;
  bottom: -2px;
  left: 0;
  background: #a67d52b8;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}
.category-list-wrap a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.category-list-wrap div {
  width: 27%;
  text-align: center;
}
.category-list-wrap div:nth-child(odd) a {
  font-weight: 900;
  font-style: normal;
}
.category-list-wrap div:nth-child(7),
.category-list-wrap div:nth-child(8),
.category-list-wrap div:nth-child(9) {
  width: 32%;
}
.category-list-wrap div:nth-child(7) a,
.category-list-wrap div:nth-child(8) a,
.category-list-wrap div:nth-child(9) a {
  font-size: 45px;
  color: #FFF;
}

.section-issue-show {
  padding: 50px 20px;
}
.section-issue-show .issue-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1350px;
  margin: 0 auto;
}
.section-issue-show .issue-wrap h2,
.section-issue-show .issue-wrap h2 a {
  font-family: "Oswald", "sans-serif";
  font-size: 66px;
  font-weight: 900;
  line-height: 111px;
  letter-spacing: 0em;
  color: #202B29;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.section-issue-show .issue-wrap .heading-text {
  width: 50%;
}
.featured-magazine {
  text-align: right;
  position: relative;
  z-index: 1;
  max-width: 695px;
  width: 100%;
  margin: 0 0 25px auto;
  height: 640px;
}

.featured-magazine img {
  max-width: 100%;
  height: auto;
}
/*.featured-magazine__img {
    padding-right: 3%;
    padding-left: 28%;
}

.featured-magazine__img img {
    -webkit-box-shadow: -35px 40px 23px -5px rgba(0, 0, 0, 0.3);
            box-shadow: -35px 40px 23px -5px rgba(0, 0, 0, 0.3);
}*/

.featured-magazine__obj {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

.featured-magazine__obj > div {
  -webkit-transition: 0.8s 1.5s ease all;
  transition: 0.8s 1.5s ease all;
  position: absolute;
  width: 100%;
  padding-right: 50%;
  left: 0;
}

.featured-magazine__obj > div img {
  display: block;
  width: 100%;
  box-shadow: -20px -3px 34px 0px rgba(0, 0, 0, 0.36);
}

.featured-magazine__obj .obj-1 {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  top: 24%;
  left: -14%;
}

.featured-magazine__obj .obj-1 img {
  -webkit-transform: rotate(-34deg);
  transform: rotate(-34deg);
}

.featured-magazine__obj .obj-2 {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  left: -12%;
  top: 19%;
}

.featured-magazine__obj .obj-2 img {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.featured-magazine__obj .obj-3 {
  -webkit-transform: translateX(32%);
  transform: translateX(32%);
  left: 3%;
  top: 16%;
}

.featured-magazine__obj .obj-3 img {
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.featured-magazine__obj .obj-4 {
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
  top: 20%;
  left: 35%;
  z-index: 0;
}

.featured-magazine__obj .obj-4 img {
  -webkit-transform: rotate(29deg);
  transform: rotate(29deg);
}

.featured-magazine__obj-v2 .obj-v2 {
  width: 350px;
  height: 455px;
  position: absolute;
  top: 20%;
  left: 35%;
  border: 0px solid black;
}
.featured-magazine__obj-v2 .obj-v2 {
  transition-property: transform;
  transform-origin: bottom center;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: initial;
}
.featured-magazine.animate .featured-magazine__obj-v2 .obj-v2 {
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.5);
}
/*1*/
.featured-magazine__obj-v2 .obj-1 {
  z-index: 1;
  transform: rotate(0deg);
}

/*2*/
.featured-magazine__obj-v2 .obj-2 {
  z-index: 2;
  transform: rotate(0deg);
}

/*3*/
.featured-magazine__obj-v2 .obj-3 {
  z-index: 3;
  transform: rotate(0deg);
}

/*4*/
.featured-magazine__obj-v2 .obj-4 {
  z-index: 4;
  transform: rotate(0deg);
}
/*.featured-magazine:hover .featured-magazine__obj-v2 .obj-1,*/
.featured-magazine.animate .featured-magazine__obj-v2 .obj-1 {
  transform: rotate(-25deg);
  transform-origin: bottom center;
}
/*.featured-magazine:hover .featured-magazine__obj-v2 .obj-2,*/
.featured-magazine.animate .featured-magazine__obj-v2 .obj-2 {
  transform: rotate(-15deg);
  transform-origin: bottom center;
}
/*.featured-magazine:hover .featured-magazine__obj-v2 .obj-3,*/
.featured-magazine.animate .featured-magazine__obj-v2 .obj-3 {
  transform: rotate(-5deg);
  transform-origin: bottom center;
}
/*.featured-magazine:hover .featured-magazine__obj-v2 .obj-4,*/
.featured-magazine.animate .featured-magazine__obj-v2 .obj-4 {
  transform: rotate(5deg);
  transform-origin: bottom center;
}

@media (max-width: 1439px) {
  .category-list-wrap div {
    width: 27%;
  }
  .category-list-wrap a {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1279px) {
  .category-list-wrap a {
    font-size: 32px;
    line-height: 40px;
  }
  .category-list-wrap div:nth-child(7),
  .category-list-wrap div:nth-child(8),
  .category-list-wrap div:nth-child(9) {
    width: 30%;
  }
  .category-list-wrap div:nth-child(7) a,
  .category-list-wrap div:nth-child(8) a,
  .category-list-wrap div:nth-child(9) a {
    font-size: 36px;
    line-height: 44px;
  }
  .category-list-wrap {
    justify-content: space-between;
  }
  .category-list-wrap div {
    width: 31%;
  }
}
@media (max-width: 1023px) {
  .featured-magazine {
    margin: 0 auto 25px auto;
    height: 520px;
  }
  .section-issue-show .issue-wrap {
    flex-direction: column;
    justify-content: center;
  }
  .section-issue-show .issue-wrap h2 {
    line-height: 72px;
  }
  .category-list-wrap a {
    font-size: 30px;
    line-height: 38px;
  }
  .featured-magazine__obj-v2 .obj-v2 {
    top: 5%;
  }
  .featured-magazine__obj > div {
    padding-right: 55%;
  }
  .related-post-item .img-wrap img {
    object-fit: cover;
    min-height: 230px;
  }
}
@media (max-width: 991px) {
  .featured-content h1 {
    font-size: 64px;
    line-height: 72px;
  }
  .related-post-item.main-item h2 {
    font-size: 56px;
    line-height: 64px;
  }
  .related-post-item.main-item {
    width: 100%;
  }
  .right-wrap {
    width: 100%;
    display: flex;
    gap: 30px;
  }
  .related-post-item {
    width: 50%;
  }
  .category-list-wrap {
    gap: 25px;
  }
  .category-list-wrap div,
  .category-list-wrap div:nth-child(7),
  .category-list-wrap div:nth-child(8),
  .category-list-wrap div:nth-child(9) {
    width: 47%;
  }
}
.td-header-mobile-wrap,
.td-header-mobile-sticky-wrap.td-header-active {
  display: none !important;
}
@media (max-width: 767px) {
  .td-header-desktop-wrap,
  .td-header-desktop-sticky-wrap.td-header-active {
    display: none !important;
  }
	.td-header-mobile-wrap,
.td-header-mobile-sticky-wrap.td-header-active {
  display: block !important;
}
	#tdm-popup-modal-td_m_ad4c .tdm-pm-header{border-width: 0 !important;}
	.video-wrapper .featured-content{bottom: auto; top:0px;}
	.video-wrapper .featured-content .h3-div{margin:0;}
	.video-wrapper .featured-content h3{font-size: 14px;}
	.video-wrapper .featured-content h1{font-size: 38px;}
}


@media (max-width: 639px) {
  .featured-content h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .section-featured .header-wrap h2,
  .section-featured .header-wrap .heading-text,
  .section-topics .header-wrap h2 {
    font-size: 28px;
    line-height: 45px;
  }
  .related-post-item.main-item h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .related-post-item .img-wrap img {
    max-height: 320px;
  }
  .right-wrap {
    flex-direction: column;
  }
  .related-post-item {
    width: 100%;
    max-width: 100%;
  }
  .related-post-item h2,
  .related-post-item h3,
  .related-post-item .heading-text {
    font-size: 28px;
    line-height: 34px;
    padding-right: 0;
  }
  .category-list-wrap a {
    font-size: 28px;
    line-height: 36px;
  }
  .category-list-wrap {
    gap: 20px;
  }
  .category-list-wrap div:nth-child(7) a,
  .category-list-wrap div:nth-child(8) a,
  .category-list-wrap div:nth-child(9) a {
    font-size: 32px;
    line-height: 40px;
  }
  .category-list-wrap div,
  .category-list-wrap div:nth-child(7),
  .category-list-wrap div:nth-child(8),
  .category-list-wrap div:nth-child(9) {
    width: 100%;
  }
  .featured-magazine__obj .obj-4 {
    bottom: 35%;
  }
  .featured-magazine__obj-v2 .obj-v2 {
    width: 260px;
    height: 300px;
    left: 30%;
  }
    .first_grid .first_grid_col{flex-wrap:wrap;}
}

@media (max-width: 413px) {
  section.full-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-issue-show .issue-wrap h2 {
    flex-direction: column;
    gap: 0;
    font-size: 56px;
    line-height: 64px;
    margin: 0;
  }
  .related-post-item.main-item h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .featured-magazine {
    height: 300px;
  }
  .featured-magazine__obj .obj-4 {
    bottom: 30%;
  }
  .featured-magazine__obj-v2 .obj-v2 {
    width: 200px;
    height: 260px;
  }
}

/* Inner Page Issues */
.issue-inner-page.video-wrapper {
  height: 80vh;
}
.postid-2457 .issue-inner-page.video-wrapper{max-height: 80vh;}

.issue-inner-page.video-wrapper video {
  height: 80vh;
}
.issue-inner-page.video-wrapper > img {
  position: absolute;
  margin-top: 0px;
  object-fit: cover;
  left: 0;
  top: 0;
  height: 80vh;
  width: 100%;
}
/*.video-wrapper.issue-inner-page {
    align-items: center;
}*/
.video-wrapper.issue-inner-page .featured-content {
  bottom: 3vh;
}

.video-wrapper.issue-inner-page .featured-content .h3-div > h3{margin-top: 17px; color: #fff;}
.video-wrapper.issue-inner-page .featured-content .h3-div > h3 span{    color: #fff;}
.issue-inner-page .featured-content {
  bottom: 30%;
  text-align: center;
}
.issue-inner-page .featured-content p {
  margin: 0 auto;
}
.issue-inner-page .featured-content h1 {
  font-size: 70px;
  line-height: 84px;
  margin: 0;
  text-transform: uppercase;
}
.other-articles {
  display: flex;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}
.other-articles.loading {
  justify-content: center;
}
.related-post-item.other-item {
  width: 33%;
}

section.section-content {
  padding: 70px 20px 0;
}
.section-content .content-wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.section-content .content-wrap:before,
.section-content .content-wrap:after {
  font-family: "Oswald", "sans-serif";
  font-size: 330px;
  font-weight: 900;
  line-height: 170px;
  letter-spacing: 0em;
  position: absolute;
  opacity: 10%;
}
.section-content .content-wrap:before {
  content: "“";
  top: -20px;
  left: 10%;
  transform: scaleY(-1);
  line-height: 0px;
}
.section-content .content-wrap:after {
  content: "”";
  bottom: -40px;
  right: 10%;
  line-height: 0px;
}
.section-content .content-wrap p {
  font-family: "Special Elite", "sans-serif";
  font-size: 20px;
  font-weight: 400;
  line-height: 39px;
  text-align: center;
  color: #000000;
}
.section-content .content-wrap h4 {
    font-family: "Work Sans", "sans-serif";
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin: 0;
}
.section-related-issues {
  background: #FDF8F0;
}
.icn-chevron-left-gold {
  content: url("images/icn-chevron-left-gold.svg");
}
.icn-chevron-left-gold.next {
  transform: rotate(180deg);
}
.section-related-issues .related-issues-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section-related-issues .previous-issue,
.section-related-issues .next-issue {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section-related-issues .related-issues-wrap > a {
  width: 50%;
}
.section-related-issues .next-issue {
  justify-content: flex-end;
}
.section-related-issues .previous-issue img,
.section-related-issues .next-issue img {
  width: 60px;
  height: 79px;
  object-fit: contain;
}
.section-related-issues .previous-issue.article-item img,
.section-related-issues .next-issue.article-item img {
  width: 80px;
  height: 69px;
  object-fit: cover;
}
.section-related-issues .previous-issue .direction-text,
.section-related-issues .next-issue .direction-text {
  color: #907E50;
  font-family: "Oswald", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.12px;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  margin: 0 0 5px;
}
.section-related-issues .next-issue .direction-text {
  justify-content: end;
}
.section-related-issues .previous-issue .direction-text i:before,
.section-related-issues .next-issue .direction-text i:before {
  width: 10px;
  height: 6px;
  display: block;
}
.section-related-issues .previous-issue .direction-title,
.section-related-issues .next-issue .direction-title {
  color: #202B29;
  font-family: "Oswald", "sans-serif";
  font-size: 26px;
  font-weight: 900;
  line-height: 140%; /* 36.4px */
  letter-spacing: 2.08px;
  margin: 0;
}
.section-related-issues .next-issue .direction-title {
  text-align: right;
}

.section-related-issues .previous-issue.article-item .direction-title,
.section-related-issues .next-issue.article-item .direction-title {
  font-size: 20px;
}

/* Newspaper codes overwrites */
.td-mega-menu-magazine-issue-wrap .magazine-issue-wrapper {
  column-count: 2;
  margin-bottom: 40px;
}
.td-mega-menu-magazine-issue-wrap .magazine-issue-wrapper .magazine-issue,
.td-footer-magazine-issue-wrap .magazine-issue-wrapper .magazine-issue,
.td-404-magazine-issue-wrap .magazine-issue-wrapper .magazine-issue {
  margin-bottom: 20px;
}
.td-mega-menu-magazine-issue-wrap
  .magazine-issue-wrapper
  .magazine-issue:last-child,
.td-footer-magazine-issue-wrap
  .magazine-issue-wrapper
  .magazine-issue:last-child,
.td-404-magazine-issue-wrap .magazine-issue-wrapper .magazine-issue:last-child {
  margin-bottom: 0;
}
.td-mega-menu-magazine-issue-wrap .magazine-issue-wrapper .magazine-issue a {
  font-family: "Special Elite", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}
.td-404-magazine-issue-wrap .magazine-issue-wrapper .magazine-issue a {
  font-family: "Special Elite", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}

.td-mega-menu-magazine-issue-wrap
  .magazine-issue-wrapper
  .magazine-issue
  a:hover,
.td-footer-magazine-issue-wrap .magazine-issue-wrapper .magazine-issue a:hover,
.td-404-magazine-issue-wrap .magazine-issue-wrapper .magazine-issue a:hover {
  color: #E64324;
}

.td-footer-magazine-issue-wrap .magazine-issue-wrapper,
.td-404-magazine-issue-wrap .magazine-issue-wrapper {
  column-count: 2;
  margin-bottom: 40px;
}

.td-footer-magazine-issue-wrap .magazine-issue-wrapper .magazine-issue a {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
}

.tdm-popup-modal .td-footer-magazine-issue-wrap .magazine-issue-wrapper .magazine-issue a{color: #907e50;}

.tdi_146 .td-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  column-count: auto !important;
}

.hoverAnim a {
  background: linear-gradient(to left, #202B29 50%, #907E50 50%) right;
  background-size: 202%;
  transition: 0.5s ease-out;
}

.hoverAnim a:before {
  display: none;
}

.hoverAnim a:hover {
  background-position: left;
}

@media (max-width: 1399px) {
  .related-post-item.other-item {
    width: 31%;
  }
  .td-mega-menu-magazine-issue-wrap .magazine-issue-wrapper {
    column-count: 1;
  }
}
@media (max-width: 1023px) {
  .td-mega-menu-magazine-issue-wrap .magazine-issue-wrapper {
    column-count: 2;
    max-height: 180px;
    column-fill: balance;
  }
  .related-post-item.other-item {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .issue-inner-page .featured-content h1 {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (max-width: 767px) {
  .other-articles {
    flex-wrap: wrap;
  }
  .section-related-issues .related-issues-wrap {
    flex-direction: column;
  }
  .section-related-issues .related-issues-wrap a:first-child {
    margin-right: auto;
  }
  .section-related-issues .related-issues-wrap a:last-child {
    margin-left: auto;
  }
  .section-related-issues .related-issues-wrap > a {
    width: 100%;
  }
  .section-related-issues .previous-issue h3,
  .section-related-issues .next-issue h3 {
    font-size: 24px;
  }
  .section-related-issues .next-issue h3 {
    text-align: right;
  }
  .issue-inner-page .featured-content h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 639px) {
  .related-post-item.other-item {
    width: 100%;
  }
  .issue-inner-page .featured-content {
    bottom: 10%;
  }
  .issue-inner-page .featured-content h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .issue-inner-page .featured-content p {
    font-size: 22px;
    line-height: 30px;
  }
  .issue-inner-page.video-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-section-sackett .wp-block-table tr {
    display: flex;
    flex-direction: column;
  }
  .custom-section-sackett h3 {
    font-size: 28px !important;
    max-width: 100%;
  }
  .custom-section-sackett h3 em {
    display: inline-block;
  }
  .custom-section-sackett {
    padding-bottom: 200px;
  }
}
@media (max-width: 479px) {
  .td-mega-menu-magazine-issue-wrap .magazine-issue-wrapper,
  .td-footer-magazine-issue-wrap .magazine-issue-wrapper,
  .td-404-magazine-issue-wrap .magazine-issue-wrapper {
    column-count: 1;
    max-height: 100%;
  }
}
@media (max-width: 413px) {
  .section-related-issues .previous-issue h3,
  .section-related-issues .next-issue h3 {
    font-size: 20px;
  }
}

/** Issue Page -- Child **/
/*.issue-inner-page.child.video-wrapper:not('image-bg')::before{
    background: none;
}*/
.issue-inner-page.child {
  padding-bottom: 0;
}
.issue-inner-page.child .featured-content {
  background: rgba(255, 255, 255, 0.67);
  padding: 50px 20px 0;
  bottom: 0;
}
.issue-inner-page.child .featured-content .h3-div {
  background: #907E50;
  padding: 22px 20px;
  border: none;
}
.issue-inner-page.child .featured-content .h3-div h3,
.issue-inner-page.child .featured-content .h3-div h3 a {
    color: #FFF;
    font-family: "Special Elite", "sans-serif";
    font-size: 18px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    margin: 0;
}
.issue-inner-page.child .featured-content h1 {
  color: #202B29;
  text-align: center;
  max-width: 960px;
  margin: 0 auto 40px;
  font-size: 64px;
  line-height: 80px;
}
.share-wrap {
  border-bottom: 1px solid #202B29;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 35px 0;
  margin-bottom: 40px;
}
.section-content.child .content-wrap {
  max-width: 100%;
  width: 100%;
  display: flex;
  gap: 50px;
}
.section-content.child .content-wrap:before,
.section-content.child .content-wrap:after {
  display: none;
}
.section-content.child .content-wrap .content-author-wrap {
  width: 30%;
  max-width: 380px;
  position: relative;
}
.section-content.child .content-wrap .content-text {
  width: 70%;
  min-height: 860px;
}
.section-content.child .content-wrap .content-author-wrap .author-item {
  /*margin-bottom: 60px;*/
}
.section-content.child .content-wrap .content-author-wrap p.post_date{text-align: left;line-height: 1;
    font-family: "Special Elite", "sans-serif";
    color: var(--td_text_color, #111111);
    letter-spacing: 0.085em;
    font-weight: 500;
    font-style: italic;    margin: 0;
    font-size: 14px;}
.section-content.child .content-wrap .content-author-wrap .details-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.section-content.child .content-wrap .content-author-wrap .description-wrap .multiline-ellipses-4{    overflow-y: scroll;
    height: 134px;
    text-overflow: ellipsis;
    display: block;}
.section-content.child .content-wrap .content-author-wrap .author-social-media {
      display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0 0;
}
.section-content.child
  .content-wrap
  .content-author-wrap
  .details-wrap
  .img-wrap {
  max-width: 125px;
  max-height: 125px;
  width: 100%;
  text-align: center;
}
.section-content.child
  .content-wrap
  .content-author-wrap
  .details-wrap
  .img-wrap
  img {
  border-radius: 50%;
}
.section-content.child .content-wrap .content-author-wrap .author-bio {
  margin-bottom: 0px;
}
.section-content.child .content-wrap .content-author-wrap .author-bio h3 {
     color: #1f1f1f;
    /* font-family: "Special Elite", "sans-serif"; */
    font-size: 26px;
    font-weight: 800;
    line-height: 120%;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.section-content.child .content-wrap .content-author-wrap .author-bio h4 {
  text-align: left;
  font-size: 20px;
  color: #1f2937;
  text-transform: uppercase;
}

.section-content.child .content-wrap .content-author-wrap .description-wrap p {
  color: #000;
  font-family: "Special Elite", "sans-serif";
  font-size: 20px;
  font-weight: 400;
  line-height: 168.5%; /* 33.7px */
  text-align: left;
}
.section-content.child .content-wrap .content-author-wrap .details-wrap .img-wrap img{opacity:0;}
.section-content.child .content-wrap .content-author-wrap .details-wrap .img-wrap > a{    width: 125px;
    height: 125px;
    display: block;
    background-size: cover;
    border-radius: 50%;
    background-position: top center;}
.icn-twitter-mini {
  content: url("images/icn-twitter-mini.svg");
  width: 23px;
  height: 23px;
}
.icn-facebook-mini {
  content: url("images/icn-facebook-mini.svg");
  width: 23px;
  height: 23px;
}
.icn-linkedin-mini {
  content: url("images/icn-linkedin-mini.svg");
  width: 23px;
  height: 23px;
}

.a2a_kit {
  display: flex;
  gap: 18px;
  justify-content: space-between;
}
.a2a_kit > div {
  display: none;
}
.a2a_default_style:not(.a2a_flex_style) a {
  padding: 0 !important;
}
.a2a_kit a > span {
  width: 42px;
  height: 42px;
}
.a2a_kit a span.a2a_s_email {
  background-color: #f0b960 !important;
}
/*.a2a_kit a span.a2a_s_print{*/
.a2a_kit a span.a2a_svg {
  background-color: #202B29 !important;
}
.a2a_kit.a2a_floating_style.a2a_vertical_style {
  flex-direction: column;
  gap: 10px;
  background-color: transparent;
  right: 20px;
  max-width: fit-content;
  z-index: 999;
  display: none;
}
.a2a_kit.a2a_floating_style.a2a_vertical_style.fixed {
  position: fixed;
  display: block;
}
.a2a_kit.a2a_floating_style.a2a_vertical_style a span.a2a_s_email,
.a2a_kit.a2a_floating_style.a2a_vertical_style a span.a2a_s_print {
  background-color: #202B29 !important;
}
.a2a_kit.a2a_floating_style.a2a_vertical_style a span {
  border-radius: 50%;
  background: #202B29 !important;
  width: 45px;
  height: 45px;
}
.a2a_kit.a2a_floating_style.a2a_vertical_style a span svg {
  top: 5px;
  width: 35px;
  height: 35px;
}

/** Inner Page -  Content */

.section-content .content-wrap .content-text .blue-bordered-quote {
  border: 2px solid #3cb6e6;
  padding: 0 20px;
}

.section-content
  .content-wrap
  .content-text
  .blue-bordered-quote
  .wp-block-image {
  margin-top: -30px;
}

.section-content .content-wrap .content-text p {
  color: #000;
  font-family: "Work Sans", "sans-serif";
  font-size: 20px;
  font-weight: 400;
  line-height: 168.5%; /* 33.7px */
  margin-bottom: 26px;
  text-align: left;
}
.section-content .content-wrap .content-text p a {
 color: #907E50;
    font-weight: 600;
}

.issue-inner-page.child .content-wrap .content-text h3 {
  font-size: 36px;
  line-height: 140%;
}
.p-start-blue {
  color: #907E50 !important;
  font-weight: bold;
  text-transform: uppercase;
}
.section-content .content-wrap .content-text ul {
  margin-bottom: 40px;
}
.section-content .content-wrap .content-text ul li {
  margin-bottom: 10px;
}
.section-content .content-wrap .content-text blockquote {
      margin: 40px 0;
    padding: 0 6em;
}
.section-content .content-wrap .content-text blockquote > p {
     color: rgb(68, 68, 68);
    font-size: 19px; font-weight: 600;
}
.section-content .content-wrap .content-text blockquote.wp-block-quote > p{text-align: justify;}
.section-content .content-wrap .content-text blockquote > p > span {
  font-style: normal;
}
.section-content .content-wrap .content-text blockquote.small-font > p {
  font-size: 28px;
}
.section-content .content-wrap .content-text blockquote > p strong {
  font-weight: 900; 
}
.section-content .content-wrap .content-text blockquote > p em{}
.section-content .content-wrap .content-text blockquote cite {
  color: #000;
  font-size: 18px;
  font-family: "Special Elite", "sans-serif";
}
.section-content .content-wrap .content-text blockquote.quote-design-v2 {
  margin-bottom: 40px;
  padding: 20px 0;
}
.section-content .content-wrap .content-text blockquote.quote-design-v2 > p {
  font-size: 36px;
}
.section-content .content-wrap .content-text .wp-block-pullquote{    padding: 3em 0;
    position: relative;
    margin: 3em 0;}
.section-content .content-wrap .content-text .wp-block-pullquote:before{content: '';
    height: 2px;
    width: 100px;
    position: absolute;
    display: block;
    top: 0;
    left: calc(50% - 50px);
    background: rgba(68, 68, 68, 0.7);}
.section-content .content-wrap .content-text .wp-block-pullquote:after{content: '';
    height: 2px;
    width: 100px;
    position: absolute;
    display: block;
    bottom: 0;
    left: calc(50% - 50px);
    background: rgba(68, 68, 68, 0.7);}
.section-content .content-wrap .content-text .wp-block-pullquote blockquote:before{content: '\201C';
    position: absolute;
    display: block;
    color: #907E50;
    font-size: 6rem;
    font-family: "Oswald", sans-serif;
    top: -0.4em;
    left: 0.6em;}
.section-content .content-wrap .content-text .wp-block-pullquote blockquote:after{    content: '\201D';
    position: absolute;
    display: block;
    color: #907E50;
    font-size: 6rem;
    font-family: "Oswald", sans-serif;
    bottom: -0.6em;
    right: 0;
    left: 80%;}
.section-content .content-wrap .content-text .wp-block-pullquote blockquote{padding: 0 6em; margin:0;    position: relative;}
.section-content .content-wrap .content-text .wp-block-pullquote blockquote > p{
    color: #907E50;
    font-size: 30px;
    text-align: center;
    font-family: "Special Elite", sans-serif;}

.section-content .content-wrap .content-text h3 {
  color: #202B29;
  font-family:"Work Sans", "sans-serif";
  font-size: 36px;
  font-weight: 900;
  line-height: 168.5%; /* 60.66px */
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 26px !important;
}
.section-content .content-wrap .content-text h4 {
  color: #202B29;
  font-family: "Oswald", "sans-serif";
  font-size: 28px;
  font-weight: 900;
  line-height: 168.5%;
  margin: 0 0 26px;
  text-align: left;
}
.section-content .content-wrap .content-text .has-text-align-center {
  text-align: center !important;
}
.section-content .content-wrap .content-text .hr-separator {
  max-width: 100%;
  border: none;
  border-bottom: 3px solid #e7a73c;
  margin: -20px 0 30px;
}
.section-content .content-wrap .content-text .wp-block-embed iframe {
  width: 100%;
  height: 460px;
}
.section-content .content-wrap .content-text .court-case-wrap {
  margin-bottom: 40px;
}
.section-content .content-wrap .content-text .court-case-wrap h3 {
  color: #907E50;
  margin-bottom: 0;
  line-height: 120%;
}

.section-content .content-wrap .content-text .court-case-wrap h4 {
  color: #3cb6e6;
  font-size: 24px;
}

.section-content .content-wrap .content-text .court-case-wrap hr {
  height: 3px;
  width: 100%;
  border: none;
  background-color: #907E50;
}

.section-content
  .content-wrap
  .content-text
  .court-case-wrap
  .link-container-wrap
  a {
  width: 100%;
  color: #3cb6e6;
}

.section-content
  .content-wrap
  .content-text
  .court-case-wrap
  .link-container-wrap
  p {
  width: -webkit-fill-available;
  text-align: center;
  margin-bottom: 0;
}

.indented-paragraph {
  padding-left: 40px;
}
.bordered-tp-paragraph {
  padding: 20px 25px;
  text-align: center !important;
  border-top: 3px solid #907E50;
  max-width: 600px;
  border-bottom: 3px solid #907E50;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 50px !important;
  line-height: 120% !important;
  display: table;
  min-width: 180px;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .bordered-tp-paragraph {
    display: block !important;
  }
	.section-content .content-wrap .content-text blockquote, .section-content .content-wrap .content-text .wp-block-pullquote blockquote{padding: 0 3em;}
	.section-content .content-wrap .content-text .wp-block-pullquote blockquote > p{font-size: 20px;}
	
}
.bordered-tp-paragraph.centered p {
  text-align: center !important;
}
.bordered-tp-paragraph.with-author p:last-child {
  margin-bottom: 0;
  color: #3cb6e6;
  font-size: 16px;
}
.section-content .content-wrap .content-text figcaption {
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 168.5%; /* 33.7px */
}
.sticky-wrap-container {
  position: relative;
}
.sticky-author {
  position: sticky;
  top: 0;
  z-index: 1000; /* Ensure it's above other content */
}
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  max-width: 380px;
}

.back-btn-wrap a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", "sans-serif";
  font-size: 26px;
  font-weight: 900;
  line-height: 31px;
  letter-spacing: 0em;
  color: #202B29;
}
.back-btn-wrap a span {
  overflow: hidden;
  /* min-width: 103px; */
  display: inline-block;
  transform: rotate(180deg);
  transition: border 0.3s ease-in;
  border-left: 1px solid #907E50;
}
.back-btn-wrap a span i {
  margin-top: 10px;
  margin-left: -53px;
  transition: margin 0.3s ease-in;
}
.back-btn-wrap a:hover span {
  border-left-color: transparent;
}
.back-btn-wrap a:hover span i {
  margin-left: 0;
}

.custom-section-sackett {
  background-image: linear-gradient(180deg, #3cb6e6 0%, #bad5ee 69%) !important;
  padding: 50px 20px 360px;
  position: relative;
}
.custom-section-sackett h3 {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 30px !important;
  line-height: 130% !important;
}
.custom-section-sackett .wp-block-table td {
  border: none;
  padding: 10px;
}
.custom-section-sackett .wp-block-image {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.custom-leveraging {
  padding: 30px 0;
}
.custom-leveraging h3 {
  max-width: 640px;
  margin: 0 auto 40px !important;
}
.custom-leveraging h4 {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 140% !important;
}
.custom-leveraging h4 span.p-start-blue {
  text-transform: none;
}
.custom-leveraging p.has-text-align-right {
  text-align: right !important;
}
.custom-recipe {
  padding: 50px 40px;
  background-color: #24334a;
  margin-top: 40px;
}
.custom-recipe h3 {
  color: #907E50 !important;
}

.custom-recipe .column-instruction p strong {
  color: #907E50;
}
.custom-recipe p {
  color: #fff !important;
}
.custom-recipe .column-instruction {
  padding-right: 30px;
}
.custom-recipe .column-recipe {
  padding-left: 30px;
  border-left: 2px solid #3cb6e6;
}
.custom-recipe .column-recipe.col-2 {
  column-count: 2;
}
.custom-recipe .column-recipe p {
  color: #3cb6e6 !important;
}

.cases-blue-bg {
  padding: 50px 40px;
  background-color: #24334a;
  margin-top: 40px;
}
.cases-blue-bg h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 0;
  margin-top: 0;
}
.cases-blue-bg h3 {
  color: #907E50 !important;
  margin-bottom: 15px !important;
  font-size: 24px !important;
}
.cases-blue-bg h4 {
  color: #907E50 !important;
  margin-bottom: 10px !important;
  font-size: 20px !important;
}
.cases-blue-bg p {
  color: #fff !important;
}
.cases-blue-bg p:last-child {
  margin-bottom: 0 !important;
}
.cases-blue-bg .wp-block-columns:last-child {
  margin-bottom: 0 !important;
}

h2.special-heading {
  font-size: 32px;
  color: #202B29;
  font-weight: 700;
}
h2.special-heading strong {
  color: #3cb6e6;
}

.row-images {
  gap: 0 !important;
}

.light-blue-bg h3,
.light-blue-bg p {
  color: #3cb6e6 !important;
}

.light-blue-bg p {
  font-size: 18px !important;
  line-height: 120%;
}

.light-blue-bg {
  background: #c8efff;
  padding: 40px 25px;
}

.light-blue-bg .wp-block-columns {
  margin-bottom: 0;
  gap: 20px;
}

.light-blue-bg figure.wp-block-image {
  margin-bottom: 0;
}
.light-blue-bg h3 {
  margin-bottom: 10px !important;
}

.clean-water-wrap {
  background-color: #3cb6e6;
  padding: 40px 25px;
}
.clean-water-wrap p {
  color: #fff !important;
}
.clean-water-wrap p:last-child {
  margin-bottom: 0 !important;
}
.clean-water-wrap {
  margin-bottom: 40px;
}

.timeline-column h2 {
  font-size: 48px;
}
.timeline-column h3 {
  font-size: 28px !important;
  line-height: 130% !important;
}
.timeline-column h3.h3-loss strong {
  font-size: 24px !important;
  color: #907E50 !important;
}
.timeline-column h3.h3-win strong {
  font-size: 24px !important;
  color: #3cb6e6 !important;
}
.timeline-column h3.h3-pending strong {
  font-size: 24px !important;
  color: #ccc !important;
}

.dark-blue-bg {
  padding: 50px 40px;
  background-color: #24334a;
  margin-top: 40px;
}
.dark-blue-bg h3 {
  color: #fff !important;
}
.dark-blue-bg p {
  font-size: 22px;
  color: #fff !important;
}
.dark-blue-bg p strong {
  color: #907E50 !important;
}
.state-property-lead-cols {
  padding: 30px 0;
  max-width: 860px;
  margin: 0 !important;
}
.state-property-lead-cols .wp-block-image {
  text-align: left;
  margin-bottom: 0;
}
.state-property-lead-cols h4 {
  color: #ccc;
}
.state-property-lead-cols p {
  color: #202B29 !important;
  font-size: 24px !important;
}
.state-property-lead-cols p.p-opposed {
  color: #202B29 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
}
.state-property-lead-cols p.p-supported {
  color: #907E50 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
}
@media (max-width: 1599px) {
  .section-content .content-wrap .content-text p {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (max-width: 1479px) {
  .section-content.child .content-wrap {
    gap: 40px;
  }
  .a2a_kit.a2a_floating_style.a2a_vertical_style {
    right: 10px;
  }
  .section-content.child .content-wrap .content-text {
    padding-right: 40px;
  }
}
@media (max-width: 1365px) {
  .fixed {
    max-width: 340px;
  }
  .section-content.child
    .content-wrap
    .content-author-wrap
    .author-social-media {
    justify-content: center;
  }
  .section-content.child .content-wrap .content-author-wrap .author-bio h3,
  .section-content.child .content-wrap .content-author-wrap .author-bio h4 {
    text-align: center;
  }
  .section-content.child .content-wrap .content-author-wrap .details-wrap {
    flex-direction: column;
    align-items: center;
  }
	.section-content.child .content-wrap .content-author-wrap p.post_date{text-align: center;}
  .section-content.child
    .content-wrap
    .content-author-wrap
    .description-wrap
    p {
    text-align: justify;
  }
  .section-content .content-wrap .content-text blockquote.small-font > p {
    font-size: 24px;
  }
  .section-content.child .content-wrap .content-text {
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .fixed {
    max-width: 280px;
  }
}
@media (max-width: 1023px) {
  .section-content.child .content-wrap {
    flex-direction: column; gap:0;
  }
  .section-content.child .content-wrap .content-author-wrap {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #907E50;
    margin-bottom: 30px;
    z-index: 0;        padding-bottom: 30px;
   /* display: none;*/
  }
	.section-content.child .content-wrap .content-author-wrap .description-wrap p{font-size: 80%;}
	
  .fixed {
    position: sticky;
    max-width: 100%;
  }
  .section-content.child .content-wrap .content-author-wrap .details-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: center; margin-bottom:6px;
  }
	
  .section-content.child .content-wrap .content-text {
    width: 100%;
    padding-right: 0;
  }
  .a2a_kit.a2a_floating_style.a2a_vertical_style,
  .a2a_kit.a2a_floating_style.a2a_vertical_style.fixed {
    display: none;
  }
  section.section-content {
    padding-top: 40px;
  }
  .timeline-column img.lazyloaded {
    max-height: 540px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .section-content .content-wrap .content-text .wp-block-embed iframe {
    height: 320px;
  }

  .section-content .content-wrap .content-text p {
    font-size: 18px;
  }
  .custom-recipe .column-recipe.col-2 {
    column-count: 1;
  }
  .row-images {
    flex-direction: column;
  }
  .timeline-column h2,
  .timeline-column h3 {
    text-align: center;
  }
    .section-content .content-wrap .content-text .wp-block-pullquote blockquote:before{font-size: 5rem;
        top: -0.5em;
        left: 0.4em;}
    .section-content .content-wrap .content-text .wp-block-pullquote blockquote:after{font-size: 5rem;
           bottom: -0.8em;}
}
@media (max-width: 559px) {
  .share-wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-right: 0;
  }
  .issue-inner-page.video-wrapper.child {
    padding-left: 0;
    padding-right: 0;
  }
  .issue-inner-page.child .featured-content h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .section-content .content-wrap .content-text blockquote.small-font > p {
    font-size: 20px;
  }
  .indented-paragraph {
    padding-left: 20px;
  }
  .section-content .content-wrap .content-text h3 {
    font-size: 32px;
    line-height: 140%;
  }
  section.section-content {
    padding: 40px 15px 0;
  }
  .section-content.child
    .content-wrap
    .content-author-wrap
    .details-wrap
    .img-wrap
    img {
    border-radius: 50%;
    max-width: 95px;
  }
	.section-content.child .content-wrap .content-author-wrap .details-wrap .img-wrap > a{width: 95px; height: 95px;}
  .custom-recipe,
  .cases-blue-bg,
  .dark-blue-bg {
    padding: 30px 20px;
  }
  .custom-recipe .column-recipe {
    padding-left: 15px;
  }
  .state-property-lead-cols h3,
  .state-property-lead-cols h4 {
    text-align: center !important;
  }
}
@media (max-width: 479px) {
  .a2a_kit {
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
  }
  .a2a_default_style:not(.a2a_flex_style) a {
    flex: 13%;
    margin: 0 auto;
  }
  .a2a_kit a > span {
    width: 40px;
    height: 40px;
    float: none !important;
    margin: 0 auto;
  }
  .section-content.child
    .content-wrap
    .content-author-wrap
    .details-wrap
    .img-wrap {
    max-width: 95px;
    max-height: 95px;
    text-align: center;
  }

  .section-featured .header-wrap,
  .section-topics .header-wrap {
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
  }
  .section-featured .header-wrap h2,
  .section-featured .header-wrap .heading-text,
  .section-topics .header-wrap h2 {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    text-wrap: wrap;
  }
  h2.special-heading {
    font-size: 28px;
  }
  .section-content .content-wrap .content-text h3 {
    font-size: 28px;
    line-height: 130%;
  }
  .timeline-column img.lazyloaded {
    max-height: 380px;
  }
}

/* Issues Page Template */
.section-issue-hero {
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 0 !important;
  padding-left: 20px;
  /* background-color: #202B29; */
}
.section-issue-hero h1 {
  color: #000; /*#ffffff;*/
  font-family: "Oswald", "sans-serif";
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
.section-issue-hero .main-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 20vh;
}

.filter-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-wrap label {
  font-family: "Special Elite", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  color: #444444;
}
.filter-wrap .select-field {
  border: 1px solid #ccc;
  position: relative;
  min-width: 130px;
}
.filter-wrap .select-field > a {
  padding: 8px 25px 8px 15px;
  display: block;
  color: #202B29;
  font-family: "Special Elite", "sans-serif";
}
.filter-wrap .select-field > a:after {
  content: "";
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjguNSA5LjUgOCA0LjgyIj4KPHBhdGggZD0iTTkuNSAxMC41TDEyLjE5OTcgMTMuMTk5N1YxMy4xOTk3QzEyLjM2NTYgMTMuMzY1NiAxMi42MzQ0IDEzLjM2NTYgMTIuODAwMyAxMy4xOTk3VjEzLjE5OTdMMTUuNSAxMC41IiBzdHJva2U9IiMzMjMyMzIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==");
  position: absolute;
  top: 16px;
  right: 12px;
}
.filter-wrap .select-field > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  height: 0;
  overflow: hidden;
}
.filter-wrap .select-field > ul.show {
  height: auto;
  max-height: 250px;
  overflow-y: scroll;
  z-index: 1;
  border: 1px solid #ccc;
}
.filter-wrap .select-field > ul > li {
  margin: 0;
}
.filter-wrap .select-field > ul > li > a {
  padding: 10px 15px;
  display: block;
  color: #202B29;
}
.filter-wrap .select-field > ul > li > a:hover {
  background-color: #202B29;
  color: #907E50;
}

@media (max-width: 1023px) {
  .section-issue-hero .main-container {
    justify-content: center;
  }
}

@keyframes fade {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.dropdown {
  animation: fade 0.5s linear forwards;
}

@media print {
  .td-js-loaded .td-scroll-up,
  .td-js-loaded .td-scroll-up .td-icon-menu-up,
  .a2a_kit.a2a_floating_style.a2a_vertical_style,
  .td-header-desktop-sticky-wrap.td-header-active {
    display: none !important;
    visibility: hidden !important;
  }
}

.search-results h1.tdb-title-text {
  text-transform: capitalize !important;
}
.section-content
  .content-wrap
  .content-text
  > p:last-child:not(.bordered-tp-paragraph):after,
.section-content
  .content-wrap
  .content-text
  > p:nth-last-child(1 of :not(.bordered-tp-paragraph)):after,
.section-content .content-wrap .content-text > p:last-of-type:after {
  content: url(https://ssredesigndev.wpenginepowered.com/wp-content/themes/Newspaper-child/images/icn-sword-blue.svg);
  display: inline-flex;
  align-items: center;
  align-content: center;
  margin-left: 10px;
  vertical-align: middle;
  margin-bottom: -5px;
}

.bloom-wrap h3 {
  margin-bottom: 15px;
  color: #907E50;
  font-family: Special Elite !important;
  font-size: 28px !important;
  line-height: 49px !important;
  font-weight: 400 !important;
}

#gform_1 {
  display: flex;
}
#gform_1 .gform-body {
  flex-grow: 1;
}
#gform_1 .gform_footer {
  margin: 0 0 0 var(--gf-form-gap-x);
}
#gform_wrapper_1 .gfield input.large {
  width: 100% !important;
  background: #d9d9d9;
  border: 1px solid #e5e7eb;
  border-radius: 0 !important;
  padding: 14px 24px !important;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 22px;
  height: 60px;
  color: #21334c;
  outline: 0;
  font-family: Oswald, sans-serif;
  text-align: left;
  border-radius: 0 !important;
  color: #9ca3af;
}

#gform_submit_button_1 {
  background: #FFF;
  color: #202B29;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0 !important;
  border: 0;
  max-width: 80px;
  cursor: pointer;
  font-size: 28px;
  line-height: 28px;
  height: 60px;
  width: 80px;
}
#gform_submit_button_1:hover{background:#e64324; color: #FFF;}

.related-post-item p.post_date{font-size: 14px;
    margin-top: -5px;
    font-family: "Special Elite", "sans-serif";
    color: var(--td_text_color, #111111);
    letter-spacing: 0.085em;
    font-weight: 500;}

.section-content.child .content-wrap .content-text p.post_date{text-align: left;
    font-family: "Special Elite", "sans-serif";
    color: var(--td_text_color, #111111);
    letter-spacing: 0.085em;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;}
.tdi_169 .td-ct-item{line-height: 24px !important;}
.page-template-template-topics .related-post-item h2{font-family: "Special Elite", sans-serif;}
.page-template-template-topics .section-issue-hero h1{text-transform: uppercase;}

@media (max-width: 600px){
	#gform_1{flex-direction: column;}
	#gform_1 .gform_footer {
    margin: var(--gf-form-gap-y) 0 0;
}
	.featured-content p{font-size:20px; line-height: 30px;}
}

@media (min-width: 992px) and (max-width: 1365px){
	.right-wrap{width: 100%;        display: flex;
        gap: 30px;}
}