/*!
Theme Name: Techcabal 2.0
Theme URI: https://www.techcabal.com/
Author: Big Cabal Media
Template: bcm
Author URI: www.bigcabal.com
Description: Two Point Oh
Version: 2.0
 */
* {
  box-sizing: border-box;
}

body {
  line-height: 1.4em;
  font: 16px "IBM Plex Sans", sans-serif;
  margin: 0 auto;
  color: #101010;
  text-rendering: optimizeLegibility;
}
body.dark {
  background-color: #2B1120;
  color: white;
}
body.dark header,
body.dark .article-list-section.list-video,
body.dark #wrapper,
body.dark .mega-menu,
body.dark section {
  background-color: #2B1120;
}
body.dark .article-list-section.list-overflow {
  background-color: #43142F;
}
body.dark .article-list-section.list-overflow.press-room {
  background-color: #2b1120;
}
body.dark .footer {
  background-color: #000000;
}
body.dark #quick-links a, body.dark #quick-links span {
  color: white;
}
body.dark .single-article-content, body.dark .single-event-content {
  color: white;
}
body.dark .single-article-content .wp-caption-text,
body.dark .single-article-content figcaption, body.dark .single-event-content .wp-caption-text,
body.dark .single-event-content figcaption {
  color: white;
}
body.dark .single-article-content .shopify-buy-frame, body.dark .single-event-content .shopify-buy-frame {
  padding: 20px;
  background-color: #ffffff;
  color: #000000;
}
body.dark .single-article .wp-caption-text,
body.dark .single-article figcaption, body.dark .single-event .wp-caption-text,
body.dark .single-event figcaption {
  color: white;
}
body.dark .single-profile-content {
  color: white;
}
body.dark .has-black-color {
  color: white;
}
body.dark #newsletter_wrapper,
body.dark .tc-subscribe-section,
body.dark .list-newsletter-form {
  color: #101010;
}
body.dark #newsletter_wrapper .tc_tweeter,
body.dark #newsletter_wrapper .tc_sub_heading,
body.dark #newsletter_wrapper .tc_ad_call p {
  color: #ffffff !important;
}
body.dark .fb-comments-container {
  background-color: aliceblue;
}
body.dark .list-archive-title {
  color: white;
}
body.dark .list-search-form form input {
  background-color: transparent;
  color: white;
}
body.dark .list-search-form form input::placeholder {
  color: #6A6A6A;
}
body.dark .list-search-form form input:focus {
  border-bottom: 3px solid rgba(196, 196, 196, 0.6);
}
body.dark .list-search-section .pagination-section .pagination a,
body.dark .list-search-section .pagination-section .pagination span {
  color: #000000;
}
body.dark .list-search-section .pagination-section .pagination a.current,
body.dark .list-search-section .pagination-section .pagination span.current {
  color: #ffffff;
}
body.dark .list-reports .custom-research {
  background-color: #ffffff;
}
body.dark .list-reports .custom-research-desc p {
  color: #000000;
}
body.dark .list-newsletter input, body.dark .list-newsletter select {
  color: white;
}
body.dark .icon-menu-text {
  color: white;
}
body.dark .icon-menu .search-open .icon-menu-img {
  background-image: url("/wp-content/themes/tc2.0/images/tc2-search-darkmode.png");
}
body.dark .icon-menu .switch-mode-trigger .icon-menu-text {
  color: #F23204;
}
body.dark .icon-menu .switch-mode-trigger .icon-menu-img {
  background-image: url("/wp-content/themes/tc2.0/images/tc2-dark-mode-colored.png");
}
body.dark .icon-menu .menu-open .icon-menu-img {
  background-image: url("/wp-content/themes/tc2.0/images/tc2-hamburger-darkmode.png");
}
body.dark .menu-wrapper:after {
  display: none;
}
body.dark .mega-menu .main-menu a {
  color: white;
}
body.dark .mega-menu .menu-close {
  background-image: url("/wp-content/themes/tc2.0/images/tc2-close-darkmode.png");
}
body.dark .top-ad {
  background-color: #2B2B2B;
}
body.dark .ad-box .ad {
  background-color: #000000;
}
body.dark .author-box-social a {
  color: #fff;
}
body.dark .list-newsletters-nav a {
  color: #fff;
}
body.dark.section-newsletter .list-newsletter-form h2,
body.dark.section-newsletter .list-newsletter-form {
  color: #fff;
}
body.video-section {
  color: white;
}
body.video-section .article-list-section.list-video,
body.video-section #wrapper,
body.video-section section {
  background-color: #191919;
}
body.video-section .article-list-section .content {
  padding-bottom: 20px;
}
body.video-section .ad-box .top-ad {
  margin: 20px 0;
}
body.video-section .footer {
  background-color: #000000;
}
body.has-open-modal {
  overflow: hidden;
}

.top-ad {
  position: relative;
  z-index: 1;
  top: 0;
  background: #A1A1A1;
}

.smart-banner {
  display: none;
  position: fixed;
  top: 0;
  z-index: 2;
  top: 0;
  background: #A1A1A1;
}

@media (max-width: 1239px) {
  .desktop {
    display: none;
  }
}
@media (min-width: 1240px) {
  .mobile {
    display: none;
  }
}
header {
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
  background-color: white;
  position: sticky;
  z-index: 999;
  top: 100px;
}
header .content {
  padding: 15px 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1239px) {
  header .content {
    flex-wrap: wrap;
  }
}
header.admin-bar-space {
  top: 32px;
}
@media (max-width: 1239px) {
  header.admin-bar-space {
    top: 0;
  }
}
@media (min-width: 1240px) {
  header {
    top: 250px;
  }
}
header.nostickyad {
  top: 0px;
}

#quick-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 1239px) {
  #quick-links {
    order: 3;
    width: 100%;
    margin: 15px 0 0;
    justify-content: flex-start;
  }
}
#quick-links span {
  font-weight: 700;
  width: 85px;
  color: #101010;
}
@media (max-width: 1239px) {
  #quick-links span {
    flex-wrap: wrap;
  }
}
#quick-links .menu-wrapper {
  max-width: 550px;
  position: relative;
}
@media (max-width: 1239px) {
  #quick-links .menu-wrapper {
    max-width: calc(100% - 85px);
  }
}
#quick-links .menu-wrapper:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
  right: 0;
  top: 0;
  pointer-events: none;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
}
#quick-links ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 10px;
  padding: 0 10px;
  border-left: 2px solid #F23204;
  border-right: 2px solid #F23204;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
#quick-links ul::-webkit-scrollbar {
  display: none;
}
#quick-links ul li {
  padding: 0 10px;
}
@media (max-width: 1239px) {
  #quick-links ul {
    margin: 0 0 0 10px;
  }
}
#quick-links a {
  text-decoration: none;
  color: #101010;
  text-transform: capitalize;
}
#quick-links a:hover {
  color: #F23204;
}

.logo {
  display: flex;
  align-items: center;
}
.logo a, .logo img {
  display: block;
}
@media (max-width: 1239px) {
  .logo img {
    width: 147px;
    height: 32px;
  }
}

.icon-menu #logo {
  min-width: 200px;
}

.icon-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 1239px) {
  .icon-menu {
    order: 2;
  }
}
.icon-menu-item {
  margin: 0 15px;
}
.icon-menu-item:last-of-type {
  margin-right: 0;
}
@media (max-width: 1239px) {
  .icon-menu-item:last-of-type {
    display: none;
  }
}
@media (max-width: 1239px) {
  .icon-menu-item {
    margin-right: 0;
  }
}
.icon-menu-img {
  width: 18px;
  height: 18px;
  margin: 0 auto 5px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}
.icon-menu span {
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #101010;
}
@media (max-width: 1239px) {
  .icon-menu span .icon-menu-text {
    display: none;
  }
}
.icon-menu a {
  text-decoration: none;
  color: none;
}
.icon-menu .search-open {
  display: block;
  text-align: center;
}
@media (max-width: 1239px) {
  .icon-menu .search-open span.icon-menu-text {
    display: none;
  }
}
.icon-menu .search-open .icon-menu-img {
  background-image: url("/wp-content/themes/tc2.0/images/tc2-search.png");
}
.icon-menu .switch-mode-trigger .icon-menu-img {
  background-image: url("/wp-content/themes/tc2.0/images/tc2-dark-mode.png");
}
.icon-menu .menu-open .icon-menu-img {
  background-image: url("/wp-content/themes/tc2.0/images/tc2-hamburger.png");
}

.mega-menu {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 10;
}
.mega-menu-ad {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mega-menu-ad .ad-box {
  margin: 0 auto;
}
.mega-menu .menu-close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/tc2.0/images/tc2-close.png");
  background-size: 20px;
  background-repeat: no-repeat;
}
.mega-menu .social-follow {
  padding-top: 20px;
  border-top: 2px solid #F23204;
}
.mega-menu .content {
  flex-direction: row;
  align-items: flex-end;
  padding: 30px 20px;
  position: relative;
}
.mega-menu .content > div {
  flex-direction: column;
}
@media (max-width: 1239px) {
  .mega-menu .content > div {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 1239px) {
  .mega-menu .content {
    padding: 20px;
    align-items: flex-start;
    flex-direction: column;
    overflow: auto;
    flex-wrap: unset;
  }
  .mega-menu .content .logo {
    margin-bottom: 20px;
  }
  .mega-menu .content .logo img {
    width: 72px;
    height: 72px;
  }
  .mega-menu .content .search-box span {
    display: none;
  }
  .mega-menu .content .search-box .search {
    margin-bottom: 20px;
  }
  .mega-menu .content .search-box .search input {
    width: 100%;
  }
  .mega-menu .content .social-widget {
    justify-content: space-between;
  }
  .mega-menu .content .social-widget li:last-of-type {
    margin-right: 0;
  }
}
.mega-menu .search-social {
  display: flex;
  min-height: 300px;
  justify-content: space-between;
}
@media (max-width: 1239px) {
  .mega-menu .search-social {
    min-height: 0px;
  }
  .mega-menu .search-social .social-follow {
    border-width: 1px;
  }
}
.mega-menu .main-menu {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  width: 450px;
  justify-content: space-between;
}
.mega-menu .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu .main-menu a {
  color: #414141;
  text-decoration: none;
  font-size: 14px;
}
.mega-menu .main-menu .menu > li > a {
  color: #F23204;
  font-weight: 700;
}
.mega-menu .main-menu-top li {
  margin: 10px 0;
}
.mega-menu .main-menu-top .menu {
  justify-content: space-between;
}
.mega-menu .main-menu-bottom {
  padding: 18px 0 0;
  border-top: 2px solid #F23204;
}
.mega-menu .main-menu-bottom li {
  margin: 0 15px;
}
.mega-menu .main-menu-bottom li:first-of-type {
  margin-left: 0;
}
.mega-menu .main-menu-bottom li:last-of-type {
  margin-right: 0;
}
.mega-menu .main-menu-top, .mega-menu .main-menu-bottom {
  margin-top: 20px;
}
.mega-menu .main-menu .menu {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
}
.mega-menu .main-menu .menu > li {
  margin-bottom: 0;
}
.mega-menu .main-menu .menu > li:nth-child(-n+2) {
  grid-row: 1/10;
}
.mega-menu .main-menu .menu#menu-main-menu-bottom {
  display: flex;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
@media (max-width: 1239px) {
  .mega-menu .main-menu .menu {
    display: flex;
    flex-direction: column;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}
@media (max-width: 1239px) {
  .mega-menu .main-menu {
    min-height: 0;
    margin: 30px 0;
  }
  .mega-menu .main-menu a {
    font-size: 20px;
  }
  .mega-menu .main-menu .menu {
    flex-direction: column;
  }
  .mega-menu .main-menu .menu li {
    margin: 10px 0 0;
  }
  .mega-menu .main-menu .sub-menu {
    display: none;
  }
  .mega-menu .main-menu-bottom {
    padding-top: 0;
    border-width: 1px;
  }
}
@media (max-width: 1239px) {
  .mega-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }
}

.ad-box {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.ad-box .ad {
  background-color: #f3f3f3;
}
.ad-box-section {
  margin: 30px 0;
}

.section-ad-300 {
  width: 300px;
}
@media (max-width: 1239px) {
  .section-ad-300 {
    width: 100%;
  }
}

.section-ad-320 {
  width: 100%;
  position: sticky;
  top: 120px;
}
@media (max-width: 1239px) {
  .section-ad-320 {
    width: 100%;
  }
}

.floating-menu {
  position: fixed;
  z-index: 5;
  border-radius: 10px;
  left: 20px;
  bottom: 10px;
  width: calc(100% - 40px);
  background-color: #000000;
}
.floating-menu ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
  list-style: none;
  padding: 10px;
  margin: 0;
}
.floating-menu ul a,
.floating-menu ul span {
  display: block;
  text-align: center;
  font-size: 9px;
  color: white;
  text-decoration: none;
}
.floating-menu ul img {
  margin: 0 auto;
  height: 18px;
  width: auto;
}

.menu-open-effect {
  height: 100%;
  overflow-y: hidden;
  position: relative;
}
.menu-open-effect::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.68);
  z-index: 988;
  left: 0;
  top: 0;
}

.search-box {
  display: flex;
  flex-direction: column;
}
.search-box span {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: #F23204;
}
.search-box .search {
  position: relative;
}
.search-box .search input {
  padding: 10px 40px 10px 20px;
  width: 280px;
  height: 50px;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: textfield;
}
.search-box .search input::placeholder {
  color: #D5D5D8;
}
.search-box .search-button {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
  right: 0;
}
.search-box .search-button img {
  display: block;
  margin: 0 auto;
}
.search-box .search input, .search-box .search-button {
  border: none;
  background-color: #F8F7F7;
}
.search-box .search input:focus, .search-box .search-button:focus {
  outline: none;
}

.social-widget {
  display: flex;
  align-items: center;
}
.social-widget span {
  margin-right: 20px;
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #F23204;
  font-weight: 500;
}
.social-widget ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.social-widget li {
  margin: 0 8px;
}
.social-widget a,
.social-widget img {
  display: block;
}
.social-widget img {
  height: 20px;
  width: auto;
}
.social-share {
  margin: 30px 0;
  flex-direction: column;
  align-items: flex-start;
}
.social-share span {
  margin: 0 0 10px 0;
}
.social-links li:first-of-type {
  margin-left: 0;
}

.article-list-img {
  margin-right: 15px;
}
@media (max-width: 1239px) {
  .article-list-img {
    margin: 0 0 20px;
    height: 190px;
  }
}
.article-list-img img,
.article-list-img a {
  display: block;
}
.article-list-img img {
  border-radius: 5px;
  width: 235px;
  height: 130px;
  object-fit: cover;
}
@media (max-width: 1239px) {
  .article-list-img img {
    width: 100%;
    height: 190px;
  }
}
.article-list-desc {
  margin-left: 15px;
}
@media (max-width: 1239px) {
  .article-list-desc {
    margin-left: 0;
  }
}
.article-list-item {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 1239px) {
  .article-list-item {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.article-list-category {
  font-weight: 700;
  color: #F23204;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
}
.article-list-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  margin: 5px 0 0;
}
@media (max-width: 1239px) {
  .article-list-title {
    font-size: 25px;
    margin: 10px 0;
  }
}
.article-list-meta {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  margin-top: 5px;
  font-size: 12px;
}
@media (max-width: 1239px) {
  .article-list-meta {
    font-size: 14px;
  }
}
.article-list-meta a {
  text-decoration: none;
  color: inherit;
  text-transform: capitalize;
}
.article-list-meta a:hover {
  color: #F23204;
}
.article-list-date:before {
  content: "|";
  padding-right: 5px;
}
.article-list-excerpt {
  font-size: 14px;
  margin-top: 15px;
  opacity: 0.7;
}
.article-list-timer {
  display: inline-block;
  position: relative;
  background-color: #F23204;
  color: white;
  padding: 5px 10px 5px 30px;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 700;
}
.article-list-timer:before {
  content: "";
  background-image: url("/wp-content/themes/tc2.0/images/timer.png");
  position: absolute;
  width: 15px;
  height: 15px;
  left: 8px;
  top: 6px;
}
.article-list-ticket a {
  text-decoration: none;
  color: white;
  text-align: center;
  display: block;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  background-color: #F23204;
  border-radius: 5px;
  font-weight: 400;
}

.list-overflow .content {
  flex-direction: column;
}
.list-overflow-wrapper {
  width: 100%;
  display: grid;
  grid-auto-flow: column dense;
  /* column flow with "dense" to fill all the cells */
  grid-template-rows: 270px 130px;
  grid-auto-columns: 227px;
  overflow-x: scroll;
  grid-gap: 30px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
.list-overflow-wrapper::-webkit-scrollbar {
  display: none;
}
.list-overflow-wrapper .article-list-item {
  flex-direction: column;
}
.list-overflow-wrapper .article-list-item .article-list-desc {
  margin: 0;
}
.list-overflow-wrapper .article-list-item .article-list-img {
  margin: 0 0 20px;
}
@media (max-width: 1239px) {
  .list-overflow-wrapper .article-list-item .article-list-img {
    height: 150px;
  }
}
.list-overflow-wrapper .article-list-item .article-list-img img {
  max-width: 100%;
}
@media (max-width: 1239px) {
  .list-overflow-wrapper .article-list-item .article-list-img img {
    height: 150px;
  }
}
@media (max-width: 1239px) {
  .list-overflow-wrapper .article-list-item .article-list-title {
    font-size: 17px;
    line-height: 1.4;
  }
}
.list-overflow-wrapper .article-list-item .article-list-author {
  text-transform: capitalize;
}
.list-overflow-wrapper .article-list-item .article-list-date {
  margin: 0;
}
.list-overflow-wrapper .article-list-item .article-list-author, .list-overflow-wrapper .article-list-item .article-list-date {
  display: block;
}
@media (max-width: 1239px) {
  .list-overflow-wrapper .article-list-item .article-list-author, .list-overflow-wrapper .article-list-item .article-list-date {
    font-size: 12px;
  }
}
@media (max-width: 1239px) {
  .list-overflow-wrapper {
    width: 100%;
    min-height: auto;
    grid-auto-flow: inherit;
    grid-template-columns: repeat(24, 270px);
    grid-gap: 24px;
    overflow-x: scroll;
  }
}
.list-overflow-section {
  max-width: 1085px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 1239px) {
  .list-overflow-section {
    width: 100%;
  }
}
.list-overflow-section::before {
  background-image: url("/wp-content/themes/tc2.0/images/tc2-prev.png");
  left: -55px;
}
.list-overflow-section::after {
  background-image: url("/wp-content/themes/tc2.0/images/tc2-next.png");
  right: -55px;
}
.list-overflow-section::after, .list-overflow-section::before {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  content: "";
  position: absolute;
  top: calc(50% + 16px);
  cursor: pointer;
}
@media (max-width: 1239px) {
  .list-overflow-section::after, .list-overflow-section::before {
    display: none;
  }
}
.list-overflow-section.scroll-end:after {
  display: none;
}
.list-overflow-section.no-scroll:before {
  display: none;
}
.list-overflow-prev, .list-overflow-next {
  position: absolute;
  top: calc(50% + 16px);
  cursor: pointer;
}
.list-overflow-prev img, .list-overflow-next img {
  display: block;
}
.list-overflow.tc-events .article-list-date:before {
  display: none;
}

.list-sidebar {
  width: 335px;
  border-left: 1px solid rgba(24, 24, 24, 0.2);
  padding-left: 20px;
}
@media (max-width: 1239px) {
  .list-sidebar {
    border: none;
    width: 100%;
    padding-left: 0;
  }
}
.list-sidebar .ad-box {
  margin-top: 0;
}
@media (max-width: 1239px) {
  .list-sidebar .ad-box {
    margin-top: 20px;
  }
}
@media (min-width: 1240px) {
  .list-sidebar .ad-box {
    position: sticky;
    top: 80px;
  }
}
.list-sidebar h2 {
  color: #F23204;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.more,
.play-action {
  padding: 20px 0;
}
.more a,
.play-action a {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  color: #F23204;
  margin-right: 50px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}
.more a::after,
.play-action a::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: -40px;
  top: calc(50% - 15px);
  background-size: 30px;
}
.more.right,
.play-action.right {
  text-align: right;
}
.more.left,
.play-action.left {
  text-align: left;
}

.more a::after {
  background-image: url("/wp-content/themes/tc2.0/images/tc2-more.png");
}

.load-more-section {
  text-align: center;
  padding: 30px 0 15px;
}
.load-more-section a {
  text-decoration: none;
  color: white;
  display: inline-block;
  font-size: 16px;
  padding: 15px 45px;
  background-color: #F23204;
  border-radius: 5px;
  font-weight: 700;
}

.play-action a::after {
  background-image: url("/wp-content/themes/tc2.0/images/tc2-play.png");
}

.wp-block-image img {
  height: auto;
}
.wp-block-separator.is-style-wide {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
@media (max-width: 1239px) {
  .wp-block-separator {
    display: none;
  }
}
@media (max-width: 1239px) {
  .wp-block-button {
    width: 100%;
  }
}
.wp-block-button__link {
  color: white;
  text-align: center;
  display: block;
  font-size: 16px;
  padding: 15px;
  width: 300px;
  background-color: #F23202;
  border-radius: 5px;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 1239px) {
  .wp-block-button__link {
    width: 100%;
  }
}
.wp-block-columns.list-overflow-wrapper {
  grid-template-columns: repeat(24, calc(16.6666666667% - 20px));
  grid-gap: 20px;
}
@media (max-width: 1239px) {
  .wp-block-columns.list-overflow-wrapper {
    grid-template-columns: repeat(24, 130px);
  }
}
@media (max-width: 1239px) {
  .wp-block-column {
    width: 100%;
  }
}
.wp-block-column .list-events-main {
  border: 1px solid #F23204;
  display: block;
  grid-gap: 0px;
  padding: 20px;
  border-radius: 5px;
}
@media (max-width: 1239px) {
  .wp-block-column .list-events-main {
    margin-top: 40px;
  }
}
.wp-block-column .list-events-main .article-list-item {
  margin: 0;
}
.wp-block-column .list-events-main .article-list-img img {
  width: 100%;
  height: auto;
}
.wp-block-column .list-events-main .article-list-pretitle {
  margin-bottom: 20px;
}
.wp-block-column .list-events-main .article-list-timer {
  margin: 0;
}
.wp-block-column .list-events-main .article-list-timer:before {
  top: 10px;
}
.wp-block-tc-accordion-block.open h3 {
  padding-bottom: 0;
}
.wp-block-tc-accordion-block.open h3:after {
  transform: rotate(180deg);
}
.wp-block-tc-accordion-block.open .description {
  display: block;
  border-bottom: none;
}
.wp-block-tc-accordion-block h3 {
  color: #F23204;
  padding: 15px 0;
  border-top: 1px solid rgba(196, 196, 196, 0.2);
  margin: 0;
  position: relative;
  cursor: pointer;
}
.wp-block-tc-accordion-block h3:after {
  position: absolute;
  content: "";
  background-image: url("/wp-content/themes/tc2.0/images/tc-arrow-down.png");
  background-size: 20px 10px;
  right: 0;
  top: calc(50% - 5px);
  width: 20px;
  height: 10px;
}
.wp-block-tc-accordion-block .description {
  display: none;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}

.single-article .content {
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
  padding: 60px 20px;
}
@media (max-width: 1239px) {
  .single-article .content {
    padding: 30px 20px;
  }
}
.single-article-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1239px) {
  .single-article-meta {
    margin-bottom: 0;
  }
}
.single-article-category a {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: #F23204;
}
.single-article-author {
  margin-bottom: 10px;
}
.single-article-author a {
  color: #F23204;
  text-decoration: none;
  text-transform: capitalize;
}
.single-article-author a:hover {
  color: #F23204;
}
.single-article-author, .single-article-date {
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  display: block;
}
@media (max-width: 1239px) {
  .single-article-author, .single-article-date {
    font-size: 14px;
  }
}
.single-article-title {
  margin: 10px 0 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}
@media (max-width: 1239px) {
  .single-article-title {
    font-size: 25px;
    margin: 10px 0;
  }
}
.single-article-img {
  margin: 30px 0;
}
.single-article-img img {
  border-radius: 5px;
  width: 815px;
  height: 430px;
  object-fit: cover;
}
@media (max-width: 1239px) {
  .single-article-img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1239px) {
  .single-article-img {
    margin-bottom: 0;
  }
}
.single-article .wp-caption-text {
  text-align: center;
  color: #373736;
  font-size: 11px;
  margin-top: 5px;
}
@media (max-width: 1239px) {
  .single-article .wp-caption-text {
    margin-top: 0;
    text-align: center;
  }
}
.single-article-main {
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.single-article-main.tc-daily-single {
  justify-content: center;
}
.single-article-main.tc-daily-single .single-article-content {
  padding: 0;
}
@media (max-width: 1239px) {
  .single-article-main {
    flex-direction: column;
  }
}
.single-article-main-share {
  margin-right: 50px;
}
.single-article-main-share .social-links {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1239px) {
  .single-article-main-share .social-links {
    flex-direction: row;
  }
}
.single-article-main-share .social-links li a img {
  max-width: 22px;
}
.single-article-main-share .share-block {
  position: sticky;
  top: 100px;
}
@media (max-width: 1239px) {
  .single-article-main-share .share-block {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
  }
}
@media (max-width: 1239px) {
  .single-article-main-share {
    margin: 20px 0;
  }
}
.single-article-content {
  max-width: 675px;
  width: 100%;
  padding-right: 70px;
  font-size: 17px;
  color: #373736;
  line-height: 1.65;
}
.single-article-content a {
  color: #F23204;
  text-decoration: none;
}
.single-article-content h2,
.single-article-content h3,
.single-article-content h4,
.single-article-content h5,
.single-article-content h6 {
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 1239px) {
  .single-article-content h2,
  .single-article-content h3,
  .single-article-content h4,
  .single-article-content h5,
  .single-article-content h6 {
    line-height: 1.2;
  }
}
.single-article-content strong {
  font-weight: 700;
}
.single-article-content .wp-block-image {
  margin: 20px 0;
}
.single-article-content .wp-block-image img,
.single-article-content .wp-caption,
.single-article-content .wp-caption img {
  max-width: 100%;
  height: auto;
}
.single-article-content figcaption,
.single-article-content .wp-caption-text {
  color: #373736;
  font-size: 11px;
  margin-top: 0px;
  text-align: center;
}
.single-article-content img,
.single-article-content iframe {
  max-width: 100%;
}
@media (max-width: 1239px) {
  .single-article-content {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.single-article-content .message-body-container {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 1239px) {
  .single-article .social-widget {
    align-items: center;
  }
}
.single-article article {
  width: 100%;
}
.single-article .list-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-article .list-sidebar-item {
  flex-grow: 1;
  margin-bottom: 70px;
}
@media (max-width: 1239px) {
  .single-article .list-sidebar-item {
    margin-bottom: 0;
  }
}
.single-article .list-sidebar-item .ad-box,
.single-article .list-sidebar-item .list-small {
  position: sticky;
  top: 100px;
}
@media (max-width: 1239px) {
  .single-article .list-sidebar-item .ad-box,
  .single-article .list-sidebar-item .list-small {
    position: static;
    top: 0;
  }
}
@media (max-width: 1239px) {
  .single-article .list-sidebar {
    height: fit-content !important;
  }
}
.single-article.single-page .content {
  border-bottom: none;
}
.single-article.single-page .single-article-content {
  max-width: 100%;
  width: 100%;
  padding-right: 0;
}
.single-article.single-page .single-article-content .wp-block-columns {
  margin-bottom: 0;
}
.single-article.single-page .single-article-content .wp-block-separator, .single-article.single-page .single-article-content .wp-block-separator.is-style-wide {
  border: none;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
.single-article.single-page h1,
.single-article.single-page h2,
.single-article.single-page h3,
.single-article.single-page h4,
.single-article.single-page h5 {
  color: #F23204;
}
.single-article.single-page h1 {
  font-size: 25px;
}
.single-profile-section > .content {
  flex-direction: column;
  border-bottom: none;
}
.single-profile-section.for-author > .content {
  padding-bottom: 0;
}
.single-profile-heading {
  font-size: 30px;
}
@media (max-width: 1239px) {
  .single-profile-heading {
    text-align: center;
  }
}
.single-profile-wrapper {
  padding: 30px 0 60px;
  display: flex;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
@media (max-width: 1239px) {
  .single-profile-wrapper {
    flex-direction: column;
    padding: 30px 0;
  }
}
.single-profile-content {
  width: 630px;
  padding-left: 30px;
  font-size: 17px;
  color: #373736;
  line-height: 1.65;
}
@media (max-width: 1239px) {
  .single-profile-content {
    width: 100%;
    padding: 0;
  }
}
.single-profile-avatar {
  width: calc(100% - 630px);
  padding-right: 30px;
}
@media (max-width: 1239px) {
  .single-profile-avatar {
    width: 100%;
    padding: 0 0 20px;
  }
}
.single-profile-avatar .person-img {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
}
.single-profile-avatar .person-img img {
  width: 120px;
  height: auto;
}
.single-profile-avatar .thumb {
  margin: 0 auto;
  width: 250px;
  text-align: center;
}
.single-event-section > .content {
  flex-direction: column;
}
.single-event-main {
  margin: 40px 0;
}
.single-event-content {
  width: 100%;
  font-size: 17px;
  color: #373736;
  line-height: 1.65;
}
.single-event-content > .wp-block-columns {
  justify-content: space-between;
}
.single-event-content > .wp-block-columns .event-main-content {
  padding-right: 80px;
}
@media (max-width: 1239px) {
  .single-event-content > .wp-block-columns .event-main-content {
    padding: 0;
  }
}
.single-event-content > .wp-block-columns .event-main-sidebar {
  padding-left: 35px;
  border-left: 1px solid #F23204;
  height: fit-content;
}
@media (max-width: 1239px) {
  .single-event-content > .wp-block-columns .event-main-sidebar {
    border: none;
    padding: 0;
    margin-top: 20px;
  }
}
.single-event-content > .wp-block-columns .event-main-sidebar h2 {
  margin-top: 0;
}
.single-event-content > .wp-block-columns .event-main-sidebar .wp-block-image {
  margin: 40px 0 0 0;
}
.single-event-content h2 {
  font-size: 24px;
  color: #F23204;
}
.single-event-heading {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 1239px) {
  .single-event-heading {
    flex-direction: column-reverse;
  }
}
.single-event-meta {
  width: 445px;
  padding-right: 45px;
}
@media (max-width: 1239px) {
  .single-event-meta {
    width: 100%;
    padding-right: 0;
  }
}
.single-event-img {
  width: calc(100% - 400px - 45px);
  padding-left: 45px;
}
@media (max-width: 1239px) {
  .single-event-img {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.single-event-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.single-event .article-list-desc {
  margin: 0 0 70px 0;
}
@media (max-width: 1239px) {
  .single-event .article-list-desc {
    margin: 0 0 30px 0;
  }
}
.single-event .article-list-title {
  font-size: 25px;
}
@media (max-width: 1239px) {
  .single-event .article-list-title {
    margin: 20px 0;
  }
}
.single-event .article-list-date {
  font-size: 14px;
}
.single-event .article-list-date:before {
  display: none;
}
.single-event .article-list-timer {
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 1239px) {
  .single-event .article-list-timer {
    margin-bottom: 10px;
  }
}
.single-event .article-list-timer:before {
  top: 7px;
}
.single-event-buttons {
  display: flex;
  flex-direction: column;
}
.single-event-buttons a {
  text-decoration: none;
  color: white;
  text-align: center;
  display: block;
  font-size: 16px;
  padding: 15px 45px;
  background-color: #F23204;
  border-radius: 5px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1239px) {
  .single-event-buttons a {
    margin-bottom: 10px;
  }
}
.single-event-buttons a:last-of-type {
  margin-bottom: 0;
}
.single-report-section .content {
  flex-direction: column;
}
.single-report-wrapper {
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
}
@media (max-width: 1239px) {
  .single-report-wrapper {
    flex-direction: column;
    padding: 0;
  }
}
.single-report-img {
  width: 353px;
}
@media (max-width: 1239px) {
  .single-report-img {
    width: 100%;
    text-align: center;
  }
}
.single-report-img img {
  border-radius: 5px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  width: 353px;
  height: 499px;
}
@media (max-width: 1239px) {
  .single-report-img img {
    width: 195px;
    height: 273px;
    margin: 0 auto 20px;
  }
}
.single-report-content {
  width: 600px;
  font-size: 17px;
  line-height: 1.65;
}
@media (max-width: 1239px) {
  .single-report-content {
    width: 100%;
  }
}
.single-report-content .single-report-title {
  font-weight: 700;
  color: #000000;
  font-size: 30px;
}
@media (max-width: 1239px) {
  .single-report-content .article-list-ticket {
    text-align: center;
  }
}
.single-report-content .article-list-ticket a {
  width: 200px;
  display: inline-block;
  margin: 20px 0;
}
@media (max-width: 1239px) {
  .single-report-content .article-list-ticket a {
    width: 300px;
    margin: 20px auto;
  }
}

.author-widget {
  display: flex;
  margin: 20px 0 40px;
  flex-wrap: wrap;
}
@media (max-width: 1239px) {
  .author-widget {
    flex-direction: column;
  }
}
.author-box {
  display: flex;
  flex: 1;
  align-items: center;
  flex-basis: 50%;
}
.author-box:nth-child(odd) {
  padding: 20px 10px 0 0;
}
.author-box:nth-child(even) {
  padding: 20px 0 0 10px;
}
.author-box-img {
  margin-right: 10px;
}
.author-box-img a,
.author-box-img img {
  display: block;
}
.author-box-img img {
  border-radius: 100%;
  width: 60px;
  height: auto;
  max-width: none;
}
@media (max-width: 1239px) {
  .author-box-img {
    width: 60px;
  }
}
.author-box-social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.author-box-social a {
  color: #101010;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 1239px) {
  .author-box-social {
    text-align: center;
  }
}
.author-box-twitter {
  margin-top: 5px;
  text-align: left;
}
.author-box-twitter a:before {
  content: "";
  background-image: url("/wp-content/themes/tc2.0/images/twitter_red.png");
  background-size: 15px 12px;
  width: 15px;
  height: 12px;
  position: absolute;
  left: -20px;
  top: calc(50% - 6px);
}
.author-box-info {
  margin-left: 10px;
  font-size: 16px;
}
@media (max-width: 1239px) {
  .author-box-info {
    margin: 0 0 0 20px;
  }
}
.author-box-fullname {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
}
.author-box-fullname a {
  margin-bottom: 5px;
  display: block;
}
.author-box-fullname span {
  display: block;
  font-size: 0.8em;
}
.author-box-fullname a,
.author-box-fullname span {
  line-height: 1.3;
}
@media (max-width: 1239px) {
  .author-box {
    width: 100%;
    flex-basis: 100%;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  }
  .author-box:last-of-type {
    border: none;
  }
  .author-box:nth-child(odd), .author-box:nth-child(even) {
    padding: 15px 0;
  }
}

.person {
  margin-bottom: 10px;
}
.person-img {
  display: block;
  width: 130px;
  height: 130px;
  position: relative;
  margin-bottom: 20px;
}
.person-img img {
  width: 130px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #F23204;
  padding: 5px;
}
.person .name {
  margin-bottom: 5px;
  line-height: 1.4;
  color: #F23204;
  font-weight: 700;
  font-size: 14px;
}
.person .name a {
  text-decoration: none;
  color: inherit;
}
.person .title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  line-height: 1.4;
}
.person .author-box-social {
  margin-top: 10px;
}

@media (max-width: 1239px) {
  .event-speakers-section {
    display: grid;
    grid-template-columns: repeat(24, 150px);
    grid-gap: 40px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
  }
}

.comment-section iframe {
  width: 100% !important;
}

#modal-form-success {
  display: none;
}

.download-modal {
  position: relative;
  background-color: #F9ECEC;
  width: 100%;
  height: max-content;
  box-shadow: 161px 101px 76px rgba(28, 28, 28, 0.01), 91px 57px 64px rgba(28, 28, 28, 0.04), 40px 25px 47px rgba(28, 28, 28, 0.07), 10px 6px 26px rgba(28, 28, 28, 0.08), 0px 0px 0px rgba(28, 28, 28, 0.08);
  border-radius: 6px;
  padding: 43px 22px 45px;
}
@media (min-width: 1240px) {
  .download-modal {
    max-width: 582px;
    padding: 87px 90px 47px;
  }
}
.download-modal-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8352941176);
  display: flex;
  padding: 15px;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.download-modal-bg::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1240px) {
  .download-modal-bg {
    align-items: center;
    justify-content: center;
  }
}
.download-modal .close-modal {
  position: absolute;
  top: 27px;
  right: 21px;
  color: #F23204;
  font-size: 36px;
  line-height: 16px;
  width: 17.5px;
  height: 17.5px;
  cursor: pointer;
  z-index: 99999;
}
.download-modal .logo-image-holder {
  display: block;
  text-align: center;
  margin-bottom: 55px;
}
.download-modal.show-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 1240px) {
  .download-modal.show-success {
    max-height: 722px;
  }
}
.download-modal.show-success #model-form {
  display: none;
}
.download-modal.show-success #modal-form-success {
  display: block;
}
.download-modal.show-success #modal-form-success img {
  max-width: 125px;
  margin: 0 auto;
  width: 100%;
}
.download-modal.show-success #modal-form-success h1 {
  margin: 30px auto;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
}
.download-modal.show-success #modal-form-success p {
  font-family: "IBM Plex Sans", sans-serif;
  margin-top: 0;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.download-modal.show-success #modal-form-success a {
  width: 100%;
  padding: 15px;
  background: #f23204;
  border: 1px solid #f23204;
  border-radius: 6px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 25px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.download-modal.show-success #modal-form-success > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.download-report-info {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 1240px) {
  .download-report-info {
    flex-direction: row;
  }
}
.download-report-img img {
  width: 100px;
  height: 127px;
  object-fit: cover;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
@media (min-width: 1240px) {
  .download-report-img img {
    width: 125px;
    height: auto;
    object-fit: cover;
  }
}
.download-report-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-top: 0;
}
@media (min-width: 1240px) {
  .download-report-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.download-report-offer {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #F23204;
  text-transform: uppercase;
}
.download-report-wrapper input:not([type=checkbox], [type=submit]) {
  font-family: "IBM Plex Sans", sans-serif;
  height: 48px;
  width: 100%;
  background-color: #ffffff;
  padding: 14px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #323232;
  border: 1px solid #323232;
  border-radius: 6px;
  margin-bottom: 15px;
}
.download-report-wrapper input[type=submit] {
  width: 100%;
  height: 50px;
  background: #F23204;
  border: 1px solid #F23204;
  border-radius: 6px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 15px;
  cursor: pointer;
}
.download-report-wrapper input[type=submit]:focus, .download-report-wrapper input[type=submit]:hover {
  background: transparent;
  color: #F23204;
}
.download-report-wrapper .checkbox {
  display: grid;
  grid-template-columns: min-content auto;
  align-items: center;
  grid-gap: 7.5px;
  margin-bottom: 15px;
}
.download-report-wrapper .checkbox-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  padding: 1px;
  background-color: transparent;
  border: 1px solid #6C6C6C;
}
.download-report-wrapper .checkbox-control svg {
  transition: transform 0.1s ease-in 25ms;
  transform: scale(0);
  transform-origin: bottom left;
}
.download-report-wrapper .checkbox-field {
  display: grid;
  grid-template-areas: "checkbox";
  align-items: center;
}
.download-report-wrapper .checkbox-field > * {
  grid-area: checkbox;
}
.download-report-wrapper .checkbox-field input {
  opacity: 0;
  width: 15px;
  height: 15px;
  margin-bottom: 0;
  position: relative;
}
.download-report-wrapper .checkbox-field input:checked + .checkbox-control svg {
  transform: scale(1);
}
.download-report-wrapper .checkbox-label {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6C6C6C;
}

@keyframes blinking {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.3;
  }
}
.blinking-image {
  background-color: #cccccc;
  animation: blinking 2s infinite;
}

#top-ad {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: fixed;
  top: auto;
  left: 0;
  width: 100%;
  height: 50px;
  bottom: 70px;
  background-color: #ffffff;
}
@media (min-width: 1240px) {
  #top-ad {
    height: 150px;
    bottom: 0;
  }
}
#top-ad .ad-box {
  padding: 0;
}
#top-ad.sticky {
  position: sticky;
  width: 100%;
  top: 0px;
  height: auto;
  min-height: 110px;
}
@media (min-width: 1240px) {
  #top-ad.sticky {
    min-height: 250px;
  }
}
#top-ad #hide-button {
  position: absolute;
  bottom: 80%;
  top: 20px;
  left: auto;
  right: calc((100% - 350px) / 2);
  height: 20px;
  width: 20px;
  font-size: 15px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #3bb2ff;
  border: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1240px) {
  #top-ad #hide-button {
    top: 30px;
    bottom: auto;
    width: 20px;
    font-size: 20px;
    right: calc((100% - 990px) / 2);
  }
}

.dark #top-ad {
  background-color: transparent;
}

.survey-button {
  display: none;
  position: fixed;
  right: -84px;
  left: auto;
  top: 40%;
  transform: rotate(-90deg);
  border-radius: 4px 0px 0px 4px;
  background: #CE3F3B;
  border: 0;
  color: #fff;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.91px;
  cursor: pointer;
}
@media (min-width: 1240px) {
  .survey-button {
    display: inline-flex;
  }
}

.content {
  width: 100%;
  padding: 0 20px;
  max-width: 1240px;
  margin: auto;
  display: flex;
}
@media (max-width: 1239px) {
  .content {
    max-width: 760px;
  }
}

#wrapper {
  background-color: #ffffff;
  min-height: 100vh;
  position: relative;
}

.footer {
  background-color: #F6F6F6;
}
.footer .content {
  padding: 60px 20px;
  justify-content: space-between;
}
@media (max-width: 1239px) {
  .footer .content {
    flex-direction: column;
  }
}
.footer-left {
  width: 300px;
}
@media (max-width: 1239px) {
  .footer-left {
    max-width: 300px;
    margin-bottom: 30px;
  }
}
.footer-right {
  width: 210px;
}
@media (max-width: 1239px) {
  .footer-right {
    max-width: 210px;
  }
}
@media (max-width: 1239px) {
  .footer-left, .footer-right {
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer .logo {
  margin-bottom: 30px;
}
@media (max-width: 1239px) {
  .footer .logo {
    margin: 0 auto 15px;
    justify-content: center;
  }
}
.footer .logo img {
  max-width: 220px;
  display: block;
}
.footer .site-desc {
  font-size: 15px;
  color: #919191;
}
.footer .social-follow {
  margin-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1239px) {
  .footer .social-follow {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
}
.footer .social-follow span {
  margin: 0 0 10px;
  text-align: left;
  display: inline-block;
}
@media (max-width: 1239px) {
  .footer .social-follow span {
    display: block;
    text-align: center;
  }
}
.footer .social-follow ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .social-follow ul li {
  margin: 0 12px;
}
.footer .social-follow ul li:first-of-type {
  margin-left: 0;
}
.footer .site-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1239px) {
  .footer .site-copyright {
    flex-direction: column;
  }
}
.footer .site-copyright-text {
  width: 135px;
  font-size: 15px;
  color: #919191;
}
@media (max-width: 1239px) {
  .footer .site-copyright-text {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 35px;
  }
}
@media (min-width: 1240px) {
  .footer {
    padding-bottom: 5rem;
  }
}

.article-list-section .content {
  padding: 60px 20px;
}
@media (max-width: 1239px) {
  .article-list-section .content {
    padding: 30px 20px;
    flex-direction: column;
  }
}
.article-list-section.list-category .content {
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
}
.article-list-section.list-video {
  background-color: #232323;
  color: #ffffff;
}
.article-list-section h1 {
  color: #F23204;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.article-list-section.list-overflow {
  background-color: #F9E3E3;
}

.list-featured .content, .list-featured-sub {
  justify-content: space-between;
  padding-bottom: 10px;
}
.list-featured-main {
  width: 610px;
  max-width: 50%;
}
@media (max-width: 1239px) {
  .list-featured-main {
    width: 100%;
    max-width: 100%;
  }
}
.list-featured-main .article-list-img {
  margin-right: 0;
}
@media (max-width: 1239px) {
  .list-featured-main .article-list-img {
    margin: 0 0 20px;
  }
}
.list-featured-main .article-list-img img {
  margin: 0 0 30px;
  width: 610px;
  height: 320px;
}
@media (max-width: 1239px) {
  .list-featured-main .article-list-img img {
    margin: 0 0 10px;
    width: 100%;
    height: 190px;
  }
}
.list-featured-main .article-list-title {
  -webkit-line-clamp: 3;
  text-decoration: none;
  color: inherit;
  font-size: 24px;
  margin: 10px 0 0;
}
.list-featured-main .article-list-desc {
  margin-left: 0;
}
.list-featured-main .article-list-meta {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
}
.list-featured-main .article-list-meta a {
  text-decoration: none;
  color: inherit;
}
.list-featured-main .article-list-meta a:hover {
  color: #F23204;
}
@media (max-width: 1239px) {
  .list-featured-main .article-list-meta {
    margin-top: 10px;
  }
}
.list-featured-main .article-list-item {
  flex-direction: column;
}
.list-featured-sub {
  width: 550px;
  max-width: 48%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1239px) {
  .list-featured-sub {
    width: 100%;
    max-width: 100%;
  }
}
.list-featured-sub .article-list-img img {
  height: 150px;
}
@media (max-width: 1239px) {
  .list-featured-sub .article-list-img img {
    height: 190px;
  }
}
.list-featured-sub .article-list-title {
  text-decoration: none;
  color: inherit;
}
.list-featured-sub .article-list-desc {
  margin-top: 0;
}
.list-featured-sub .article-list-meta {
  text-decoration: none;
  color: inherit;
}
.list-featured-sub .article-list-meta a {
  text-decoration: none;
  color: inherit;
}
.list-featured-sub .article-list-meta a:hover {
  color: #F23204;
}
.list-latest .content {
  padding-top: 40px;
}
@media (max-width: 1239px) {
  .list-latest .content {
    padding-top: 0;
  }
}
.list-latest-main {
  width: calc(100% - 335px);
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1239px) {
  .list-latest-main {
    flex-direction: column;
    width: 100%;
    padding-right: 0;
  }
}
.list-latest-main h1 {
  margin-top: 0;
}
.list-latest-main .section-ad-300 .ad-box {
  margin-top: 0;
}
@media (max-width: 1239px) {
  .list-latest .list-latest-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.list-latest .article-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 250px);
  grid-gap: 40px;
}
.list-latest .article-list-wrapper .article-list-item {
  flex-direction: column;
  margin-bottom: 30px;
}
.list-latest .article-list-wrapper .article-list-item .article-list-img {
  margin: 0 0 10px;
}
.list-latest .article-list-wrapper .article-list-item .article-list-img img {
  width: 100%;
}
.list-latest .article-list-wrapper .article-list-item .article-list-desc {
  margin: 5px 0 0;
}
.list-latest .article-list-wrapper .article-list-item .article-list-title {
  margin: 5px 0 0;
}
@media (max-width: 1239px) {
  .list-latest .article-list-wrapper .article-list-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  }
  .list-latest .article-list-wrapper .article-list-item .article-list-pretitle {
    margin-bottom: 10px;
  }
  .list-latest .article-list-wrapper .article-list-item .article-list-title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    line-height: 1.2em;
    margin: 5px 0 0;
  }
  .list-latest .article-list-wrapper .article-list-item .article-list-img {
    height: 70px;
    width: auto;
    margin-bottom: 0;
    order: 2;
  }
  .list-latest .article-list-wrapper .article-list-item .article-list-img a {
    width: 100%;
    height: auto;
  }
  .list-latest .article-list-wrapper .article-list-item .article-list-img img {
    width: 100px;
    height: 70px;
  }
  .list-latest .article-list-wrapper .article-list-item .article-list-desc {
    margin: 0 20px 0 0;
    order: 1;
  }
  .list-latest .article-list-wrapper .article-list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 1239px) {
  .list-latest .article-list-wrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
}
.list-readmore .content, .list-episode .content {
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
}
@media (max-width: 1239px) {
  .list-readmore .content, .list-episode .content {
    flex-direction: column;
  }
}
.list-readmore h2, .list-episode h2 {
  color: #F23204;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: capitalize;
}
.list-readmore-wrapper, .list-episode-wrapper {
  width: calc(100% - 335px);
  padding-right: 35px;
  display: flex;
  flex-direction: column;
}
.list-readmore-wrapper .article-list-wrapper, .list-episode-wrapper .article-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 235px);
  width: 100%;
  grid-gap: 60px;
}
@media (max-width: 1239px) {
  .list-readmore-wrapper .article-list-wrapper, .list-episode-wrapper .article-list-wrapper {
    width: 100%;
    display: flex;
    grid-gap: 0;
    flex-direction: column;
  }
}
.list-readmore-wrapper .article-list-item, .list-episode-wrapper .article-list-item {
  flex-direction: column;
}
@media (max-width: 1239px) {
  .list-readmore-wrapper .article-list-item, .list-episode-wrapper .article-list-item {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  }
  .list-readmore-wrapper .article-list-item:last-of-type, .list-episode-wrapper .article-list-item:last-of-type {
    border: none;
  }
}
.list-readmore-wrapper .article-list-img, .list-episode-wrapper .article-list-img {
  margin: 0;
}
@media (max-width: 1239px) {
  .list-readmore-wrapper .article-list-img, .list-episode-wrapper .article-list-img {
    height: 70px;
  }
  .list-readmore-wrapper .article-list-img img, .list-episode-wrapper .article-list-img img {
    width: 100px;
    height: 70px;
  }
}
.list-readmore-wrapper .article-list-desc, .list-episode-wrapper .article-list-desc {
  margin: 20px 0 0;
}
@media (max-width: 1239px) {
  .list-readmore-wrapper .article-list-category, .list-episode-wrapper .article-list-category {
    font-size: 12px;
  }
  .list-readmore-wrapper .article-list-title, .list-episode-wrapper .article-list-title {
    font-size: 16px;
  }
  .list-readmore-wrapper .article-list-desc, .list-episode-wrapper .article-list-desc {
    margin: 0 20px 0 0;
  }
  .list-readmore-wrapper .article-list-meta, .list-episode-wrapper .article-list-meta {
    display: none;
  }
}
@media (max-width: 1239px) {
  .list-readmore-wrapper, .list-episode-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.list-readmore .content {
  border-bottom: none;
}
.list-episode .content {
  border: none;
  flex-direction: column;
  padding-bottom: 0;
}
.list-episode-wrapper {
  width: 100%;
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
.list-episode-wrapper:first-of-type {
  padding-top: 0;
}
.list-episode-wrapper:last-of-type {
  margin-bottom: 0;
}
.list-episode-wrapper .article-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 235px);
  width: 100%;
  grid-gap: 86px;
  margin-bottom: 30px;
}
@media (max-width: 1239px) {
  .list-episode-wrapper .article-list-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1000, 270px);
    grid-gap: 30px;
    overflow-x: scroll;
    flex-direction: column;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
  }
  .list-episode-wrapper .article-list-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media (max-width: 1239px) {
  .list-episode-wrapper .article-list-item {
    flex-direction: column;
    padding-top: 15px;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}
@media (max-width: 1239px) {
  .list-episode-wrapper .article-list-desc {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1239px) {
  .list-episode-wrapper .article-list-title {
    line-height: 1.35;
  }
}
.list-episode-wrapper .article-list-img {
  position: relative;
}
.list-episode-wrapper .article-list-img:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("/wp-content/themes/tc2.0/images/tc2-play.png");
  background-size: 26px 26px;
  background-repeat: no-repeat;
  top: -13px;
  right: -10px;
}
@media (max-width: 1239px) {
  .list-episode-wrapper .article-list-img {
    height: 150px;
    width: 100%;
    margin: 0 0 20px;
  }
  .list-episode-wrapper .article-list-img img {
    width: 100%;
    height: 150px;
  }
}
.list-episode-wrapper .article-list-meta, .list-episode-wrapper .article-list-category {
  display: none;
}
.list-episode-video {
  background-color: #000000 !important;
}
.list-episode-header {
  padding: 30px 0 15px;
}
.list-episode-header h1 {
  margin: 5px 0 0;
  font-size: 30px;
  color: white;
}
@media (max-width: 1239px) {
  .list-episode-header h1 {
    font-size: 20px;
  }
}
.list-episode-category {
  font-size: 14px;
  color: #F23204;
  text-decoration: none;
  font-weight: 700;
}
.list-episode-main {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1239px) {
  .list-episode-content iframe {
    height: 240px !important;
  }
}
@media (max-width: 1239px) {
  .list-episode-nooverflow .article-list-wrapper {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
  .list-episode-nooverflow .article-list-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    padding-bottom: 10px;
    padding-top: 0;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  }
  .list-episode-nooverflow .article-list-item:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-top: 0;
  }
  .list-episode-nooverflow .article-list-img {
    width: 125px;
    height: 70px;
    margin: 0 10px 0 10px;
    order: 2;
  }
  .list-episode-nooverflow .article-list-img img {
    width: 125px;
    height: 70px;
  }
  .list-episode-nooverflow .article-list-desc {
    margin: 0 20px 0 0;
    order: 1;
  }
  .list-episode-nooverflow .article-list-title {
    font-size: 15px;
  }
  .list-episode-nooverflow .article-list-meta {
    display: none;
  }
  .list-episode-nooverflow .article-list-category {
    font-size: 12px;
  }
}
.list-category-section {
  width: calc(100% - 335px);
  padding-right: 35px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1239px) {
  .list-category-section {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}
.list-category-section h1 {
  margin-top: 0;
}
.list-category-main {
  margin-bottom: 10px;
}
.list-category-main .article-list-desc {
  margin-left: 30px;
}
.list-category-main .article-list-img {
  margin-right: 30px;
}
@media (max-width: 1239px) {
  .list-category-main .article-list-img {
    margin-right: 0;
  }
}
.list-category-main .article-list-img img {
  width: 540px;
  height: 300px;
}
@media (max-width: 1239px) {
  .list-category-main .article-list-img img {
    width: 100%;
    height: 190px;
  }
}
@media (max-width: 1239px) {
  .list-category-main .article-list-desc {
    margin-left: 0;
  }
}
.list-category-sub {
  margin-top: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1000, 235px);
  overflow: hidden;
  grid-gap: 60px;
}
@media (max-width: 1239px) {
  .list-category-sub {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
}
.list-category-sub .article-list-item {
  flex-direction: column;
}
@media (max-width: 1239px) {
  .list-category-sub .article-list-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  }
  .list-category-sub .article-list-item:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 1239px) {
  .list-category-sub .article-list-img {
    height: 70px;
    margin-bottom: 0;
    order: 2;
  }
  .list-category-sub .article-list-img img {
    width: 100px;
    height: 70px;
  }
}
.list-category-sub .article-list-desc {
  margin: 20px 0 0;
}
@media (max-width: 1239px) {
  .list-category-sub .article-list-desc {
    margin: 0 20px 0 0;
    order: 1;
  }
}
@media (max-width: 1239px) {
  .list-category-sub .article-list-title {
    font-size: 16px;
  }
  .list-category-sub .article-list-meta {
    display: none;
  }
  .list-category-sub .article-list-category {
    font-size: 12px;
  }
}
.list-newsletters .list-more-content {
  margin: 20px 0;
}
.list-more-content {
  margin-top: 40px;
}
.list-archive-section {
  width: 100%;
}
.list-archive-section h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px;
  color: #101010;
}
@media (max-width: 1239px) {
  .list-archive-section h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.list-archive-main {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 550px);
  grid-column-gap: 95px;
  grid-row-gap: 50px;
  margin: 20px 0;
}
.list-archive-main .article-list-item {
  margin-bottom: 0;
}
@media (max-width: 1239px) {
  .list-archive-main .article-list-item {
    margin-bottom: 50px;
  }
  .list-archive-main .article-list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 1239px) {
  .list-archive-main {
    display: flex;
    flex-direction: column;
    grid-column-gap: 0;
    grid-row-gap: 40px;
    margin: 0;
  }
}
.list-newsletters .list-archive-title {
  color: #F23204;
  margin-bottom: 30px;
}
.list-newsletters .list-archive-main {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  grid-gap: 0;
}
@media (max-width: 1239px) {
  .list-newsletters .list-archive-main {
    width: 100%;
  }
}
.list-newsletters .article-list-desc {
  margin-left: 0;
}
.list-newsletters .article-list-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
.list-newsletters .article-list-item:last-of-type {
  border: none;
}
@media (max-width: 1239px) {
  .list-newsletters .article-list-item {
    margin-bottom: 0;
  }
}
@media (max-width: 1239px) {
  .list-newsletters .article-list-title {
    font-size: 18px;
  }
}
.list-newsletters .article-list-img {
  display: none;
}
.list-newsletters .article-list-author {
  display: none;
}
.list-newsletters .article-list-date:before {
  padding-bottom: 0;
  display: none;
}
.list-newsletters #more-content .list-archive-main {
  border-top: 1px solid rgba(196, 196, 196, 0.2);
}
@media (max-width: 1239px) {
  .list-newsletters-navwrapper {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
}
.list-newsletters-banner {
  width: 650px;
  margin: 40px auto;
}
.list-newsletters-banner form input {
  border-radius: 3px;
}
.list-newsletters-banner img {
  width: 100%;
  height: auto;
}
@media (max-width: 1239px) {
  .list-newsletters-banner {
    width: 100%;
    margin: 0;
  }
}
.list-newsletters-nav {
  width: 800px;
  margin: 20px auto;
  list-style: none;
  display: flex;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  padding: 0;
}
@media (max-width: 1239px) {
  .list-newsletters-nav {
    min-width: 100%;
    width: max-content;
    margin: 20px auto 0;
  }
}
.list-newsletters-nav a {
  display: block;
  text-decoration: none;
  color: rgba(16, 16, 16, 0.7);
  padding: 10px 30px;
  border-bottom: 5px solid transparent;
  font-size: 18px;
}
@media (max-width: 1239px) {
  .list-newsletters-nav a {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.list-newsletters-nav a:hover, .list-newsletters-nav a.selected {
  color: #F23204;
}
.list-newsletters-nav a.selected {
  border-color: #F23204;
}
.list-newsletters .ad-box {
  padding: 0;
}
.list-newsletters .ad-box-section {
  margin: 20px 0;
}
@media (max-width: 1239px) {
  .list-newsletters .ad-box-section {
    margin: 0;
  }
}
.list-reports h2 {
  font-size: 24px;
  color: #F23204;
}
@media (max-width: 1239px) {
  .list-reports h2 {
    margin: 0;
  }
}
.list-reports .article-list-item {
  flex-direction: row;
  margin-bottom: 0;
  align-items: flex-end;
}
@media (max-width: 1239px) {
  .list-reports .article-list-item {
    flex-direction: column;
  }
}
.list-reports .article-list-title {
  margin-bottom: 30px;
}
@media (max-width: 1239px) {
  .list-reports .article-list-title {
    flex-direction: column;
    min-height: 70px;
  }
}
.list-reports .article-list-img {
  width: 265px;
  margin: 0 auto !important;
  border-radius: 7px;
}
@media (max-width: 1239px) {
  .list-reports .article-list-img {
    width: 195px;
    height: 273px !important;
  }
}
.list-reports .article-list-img img {
  width: 265px;
  height: 366px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1239px) {
  .list-reports .article-list-img img {
    width: 195px;
    height: 273px !important;
  }
}
.list-reports .article-list-desc {
  width: calc(100% - 265px);
  padding-left: 30px;
}
@media (max-width: 1239px) {
  .list-reports .article-list-desc {
    width: 100%;
    padding: 20px 0 0;
  }
}
.list-reports .content {
  flex-direction: column;
}
.list-reports-latest {
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
.list-reports .list-report-section {
  margin: 20px 0;
}
.list-reports .list-overflow-wrapper {
  padding: 40px 0;
  grid-gap: 80px;
  grid-template-columns: repeat(16, 500px);
  grid-auto-flow: column;
  overflow-x: scroll;
  grid-template-rows: unset;
  grid-auto-columns: unset;
}
@media (max-width: 1239px) {
  .list-reports .list-overflow-wrapper {
    grid-template-columns: repeat(1000, 195px);
    grid-gap: 30px;
    padding: 20px 0 30px;
  }
}
.list-reports .list-overflow-section {
  width: 100%;
}
.list-reports .list-overflow-section:before, .list-reports .list-overflow-section:after {
  top: calc(50% - 15px);
}
.list-reports-archive {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(4, 240px);
  grid-gap: 80px;
  align-content: space-around;
}
@media (max-width: 1239px) {
  .list-reports-archive {
    grid-template-columns: repeat(2, auto);
    grid-gap: 30px;
  }
}
.list-reports-archive .article-list-item {
  flex-direction: column;
}
.list-reports-archive .article-list-img {
  width: 100%;
  height: auto !important;
}
.list-reports-archive .article-list-img img {
  width: 100%;
  height: auto !important;
}
.list-reports-archive .article-list-desc {
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
}
.list-reports-archive .article-list-title {
  min-height: 72px;
  -webkit-line-clamp: 3;
}
@media (max-width: 1239px) {
  .list-reports-archive .article-list-title {
    font-size: 17px;
    min-height: auto;
  }
}
@media (max-width: 1239px) {
  .list-reports-archive .article-list-ticket a {
    font-size: 14px;
  }
}
.list-reports .custom-research {
  margin: 40px 0;
  padding: 50px;
  border: 1px solid #F23204;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1239px) {
  .list-reports .custom-research {
    padding: 30px;
    text-align: center;
  }
}
.list-reports .custom-research-img {
  width: 420px;
  height: auto;
}
@media (max-width: 1239px) {
  .list-reports .custom-research-img {
    width: 220px;
    height: 160px;
    margin: 0 auto 30px;
  }
}
.list-reports .custom-research-content {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1239px) {
  .list-reports .custom-research-content {
    flex-direction: column;
  }
}
.list-reports .custom-research-desc {
  width: calc(100% - 420px);
  padding: 0 40px;
}
@media (max-width: 1239px) {
  .list-reports .custom-research-desc {
    width: 100%;
    padding: 0;
  }
}
.list-reports .custom-research-desc img {
  margin-bottom: 50px;
}
@media (max-width: 1239px) {
  .list-reports .custom-research-desc img {
    margin: 0 auto 20px;
  }
}
.list-reports .custom-research-desc p {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.65;
}
@media (max-width: 1239px) {
  .list-reports .custom-research-desc p {
    text-align: left;
    font-size: 14px;
  }
}
.list-reports .custom-research .article-list-ticket {
  margin: 10px 0 20px;
  padding: 0 40px;
}
@media (max-width: 1239px) {
  .list-reports .custom-research .article-list-ticket {
    margin: 0;
    padding: 0;
  }
}
.list-reports .custom-research .article-list-ticket a {
  width: 300px;
}
@media (max-width: 1239px) {
  .list-reports .custom-research .article-list-ticket a {
    width: 100%;
  }
}
.list-reports-bestseller {
  background-color: #F9E3E3;
}
.list-reports-bestseller .article-list-item {
  justify-content: space-between;
  align-items: center;
}
.list-reports-bestseller .article-list-img {
  width: 720px;
}
@media (max-width: 1239px) {
  .list-reports-bestseller .article-list-img {
    width: 100%;
    height: auto !important;
  }
}
.list-reports-bestseller .article-list-img img {
  width: 720px;
  height: 404px;
}
@media (max-width: 1239px) {
  .list-reports-bestseller .article-list-img img {
    width: 100%;
    height: auto !important;
  }
}
.list-reports-bestseller .article-list-desc {
  width: 365px;
}
@media (max-width: 1239px) {
  .list-reports-bestseller .article-list-desc {
    width: 100%;
  }
}
.list-reports-bestseller .article-list-pretitle {
  display: none;
}
.list-reports-bestseller .article-list-title {
  font-size: 25px;
}
@media (max-width: 1239px) {
  .list-reports-bestseller .article-list-title {
    height: auto;
  }
}
.list-video-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.list-video-main {
  padding-bottom: 10px;
}
.list-video-main .article-list-desc {
  margin-left: 30px;
}
.list-video-main .article-list-desc .more a::after {
  right: -50px;
  background-image: url("/wp-content/themes/tc2.0/images/tc2-play.png");
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
@media (max-width: 1239px) {
  .list-video-main .article-list-desc .more {
    padding: 0;
  }
}
@media (max-width: 1239px) {
  .list-video-main .article-list-desc {
    margin-left: 0;
  }
}
.list-video-main .article-list-img {
  margin-right: 30px;
}
.list-video-main .article-list-img a {
  position: relative;
}
.list-video-main .article-list-img a::after {
  position: absolute;
  content: "";
  width: 76px;
  height: 76px;
  background-image: url("/wp-content/themes/tc2.0/images/tc2-play.png");
  background-size: 76px 76px;
  background-repeat: no-repeat;
  top: calc(50% - 38px);
  left: calc(50% - 38px);
}
.list-video-main .article-list-img img {
  width: 795px;
  height: 420px;
}
@media (max-width: 1239px) {
  .list-video-main .article-list-img img {
    width: 100%;
    height: 190px;
  }
}
@media (max-width: 1239px) {
  .list-video-main .article-list-img {
    width: 100%;
    height: 190px;
    margin-right: 0;
  }
}
.list-video-main .article-list-item {
  align-items: center;
}
@media (max-width: 1239px) {
  .list-video-main .article-list-title {
    margin-bottom: 20px;
  }
}
.list-video-sub {
  padding: 30px 0;
  border-top: 1px solid rgba(24, 24, 24, 0.2);
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1000, 350px);
  grid-gap: 75px;
}
@media (max-width: 1239px) {
  .list-video-sub {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
}
.list-video-sub .article-list-item {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 1239px) {
  .list-video-sub .article-list-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(24, 24, 24, 0.2);
    justify-content: space-between;
  }
  .list-video-sub .article-list-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.list-video-sub .article-list-img {
  margin: 0 10px 0 10px;
}
.list-video-sub .article-list-img a {
  position: relative;
}
.list-video-sub .article-list-img a::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("/wp-content/themes/tc2.0/images/tc2-play.png");
  background-size: 26px 26px;
  background-repeat: no-repeat;
  top: -13px;
  right: -10px;
}
.list-video-sub .article-list-img img {
  width: 150px;
  height: 80px;
}
@media (max-width: 1239px) {
  .list-video-sub .article-list-img img {
    width: 125px;
    height: 70px;
  }
}
@media (max-width: 1239px) {
  .list-video-sub .article-list-img {
    width: 125px;
    height: 70px;
  }
}
.list-video-sub .article-list-desc {
  margin: 0 15px 0 0;
}
.list-video-sub .article-list-title {
  text-decoration: none;
  color: inherit;
  font-size: 15px;
}
.list-video-sub .article-list-category {
  font-size: 12px;
  text-transform: capitalize;
  text-decoration: none;
}
.list-newsletter .content {
  flex-direction: column;
}
.list-newsletter-title, .list-newsletter-subtitle {
  text-align: center;
}
.list-newsletter-title {
  margin-bottom: 20px !important;
}
.list-newsletter-subtitle {
  font-size: 40px;
  width: 750px;
  margin: 0 auto 30px;
  line-height: 1.2;
}
@media (max-width: 1239px) {
  .list-newsletter-subtitle {
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    margin: 0 auto 10px;
    line-height: 1.5;
  }
}
.list-newsletter-types {
  padding: 60px 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 335px);
  grid-gap: 97px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
@media (max-width: 1239px) {
  .list-newsletter-types {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    padding: 30px 0;
  }
}
@media (max-width: 1239px) {
  .list-newsletter-img {
    display: block;
  }
}
.list-newsletter-img img {
  border-radius: 7px;
}
@media (max-width: 1239px) {
  .list-newsletter-img img {
    width: 100% !important;
    height: auto;
  }
}
@media (max-width: 1239px) {
  .list-newsletter-item {
    margin-bottom: 60px;
  }
  .list-newsletter-item:last-of-type {
    margin-bottom: 20px;
  }
}
.list-newsletter-desc {
  margin: 20px 0;
  line-height: 1.6;
}
.list-newsletter-cta {
  display: flex;
  justify-content: space-between;
}
.list-newsletter-readmore {
  display: inline-block;
  border-bottom: 2px solid #F23204;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}
.list-newsletter .more {
  padding: 0;
}
.list-newsletter .more a {
  letter-spacing: 1px;
}
.list-newsletter-form {
  margin: 60px 0;
  padding: 60px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 460px);
  grid-gap: 155px;
  border-radius: 5px;
  border: 1px solid #F23204;
  align-items: center;
}
@media (max-width: 1239px) {
  .list-newsletter-form {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    margin: 30px 0;
    border: 0;
    padding: 0;
  }
}
.list-newsletter-form h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 1239px) {
  .list-newsletter-form h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.list-newsletter-form p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.list-newsletter-form.shortcode {
  background-color: #FFE1DA;
  border: 0;
  display: flex;
  flex-direction: column;
  margin: 40px auto;
  padding: 30px;
  width: 100%;
  grid-gap: 0;
  max-width: 550px;
}
@media (max-width: 1239px) {
  .list-newsletter-form.shortcode {
    margin: 30px 0;
    padding: 20px;
  }
}
.list-newsletter-form.shortcode h2 {
  font-size: 20px;
  text-align: center;
  margin: 0px 0 20px;
  color: #101010;
}
@media (max-width: 1239px) {
  .list-newsletter-form.shortcode h2 {
    font-size: 18px;
  }
}
.list-newsletter-form.shortcode form input {
  padding: 10px;
  background-color: white;
  border-color: transparent;
  font-size: 14px;
}
.list-newsletter-form.shortcode form input::placeholder {
  font-weight: 700;
  color: rgba(96, 96, 96, 0.3);
}
@media (max-width: 1239px) {
  .list-newsletter-form.shortcode form input {
    margin-bottom: 15px;
  }
}
.list-newsletter-form.shortcode form select {
  padding: 10px;
  outline: none;
  width: 100%;
  background-color: white;
  border-color: transparent;
  font-size: 14px;
}
.list-newsletter-form.shortcode form select::placeholder {
  font-weight: 700;
  color: rgba(96, 96, 96, 0.3);
}
@media (max-width: 1239px) {
  .list-newsletter-form.shortcode form select {
    margin-bottom: 15px;
  }
}
.list-newsletter-form.shortcode form button {
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px;
}
.list-newsletter-form.shortcode .tc-newsletter-checkbox {
  font-size: 14px;
  font-weight: 700;
}
.list-newsletter-form form {
  width: 100%;
}
.list-newsletter-form form input,
.list-newsletter-form form select {
  border: none;
  border-bottom: 1px solid #b8b8b8;
  background-color: transparent;
  font-size: 16px;
  padding: 10px 0;
  color: black;
}
.list-newsletter-form form input::placeholder,
.list-newsletter-form form select::placeholder {
  font-weight: 700;
  color: #606060;
}
@media (max-width: 1239px) {
  .list-newsletter-form form input::placeholder,
  .list-newsletter-form form select::placeholder {
    font-size: 16px;
  }
}
.list-newsletter-form form input:focus,
.list-newsletter-form form select:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #f23204;
}
.list-newsletter-form form input:focus::placeholder,
.list-newsletter-form form select:focus::placeholder {
  color: rgba(96, 96, 96, 0.3);
}
.list-newsletter-form form button {
  padding: 15px;
  margin-top: 30px;
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.11);
  background-color: #F23204;
  border: none;
  font-size: 18px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}
.list-newsletter-form form button:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.11);
}
.list-newsletter-form form input,
.list-newsletter-form form select,
.list-newsletter-form form button {
  width: 100%;
  font-family: inherit;
  outline: none;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.list-newsletter-form form input,
.list-newsletter-form form select {
  margin-bottom: 20px;
}
.list-newsletter-form .checkbox {
  display: grid;
  grid-template-columns: min-content auto;
  margin-bottom: 10px;
}
@media (max-width: 1239px) {
  .list-newsletter-form .checkbox {
    grid-gap: 0.25em;
    font-size: 14px;
    align-items: center;
    margin-bottom: 0;
  }
}
.list-newsletter-form .checkbox-control {
  display: inline-grid;
  width: 1em;
  border-radius: 0.25em;
  border: 0.1em solid currentColor;
}
.list-newsletter-form .checkbox-control svg {
  transition: transform 0.1s ease-in 25ms;
  transform: scale(0);
  transform-origin: bottom left;
}
.list-newsletter-form .checkbox-input {
  display: grid;
  grid-template-areas: "checkbox";
  align-items: center;
}
.list-newsletter-form .checkbox-input > * {
  grid-area: checkbox;
}
.list-newsletter-form .checkbox-input input {
  opacity: 0;
  width: 1em;
  margin-bottom: 0;
}
@media (max-width: 1239px) {
  .list-newsletter-form .checkbox-input input {
    width: 0.75em;
  }
}
.list-newsletter-form .checkbox-input input:focus + .checkbox-control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}
.list-newsletter-form .checkbox-input input:checked + .checkbox-control svg {
  transform: scale(1);
}
.list-newsletter-form .tc-newsletter-checkbox {
  display: flex;
  justify-content: start;
  gap: 10px;
}
@media (max-width: 1239px) {
  .list-newsletter-form .tc-newsletter-checkbox {
    flex-direction: column;
  }
}
.list-newsletter-home .shortcode {
  margin: 0 auto 20px;
  padding: 30px 25px;
  width: 100%;
  position: sticky;
  top: 90px;
}
.list-newsletter-home .shortcode form > input, .list-newsletter-home .shortcode form > select {
  border-radius: 3px;
  margin-bottom: 15px;
}
.list-newsletter-home .shortcode .tc-newsletter-checkbox {
  flex-direction: column;
  margin-top: 10px;
}
@media (max-width: 1239px) {
  .list-newsletter-home {
    margin: 40px 0;
  }
}
.list-categories-title {
  text-align: center;
}
.list-categories-section {
  width: 100%;
}
.list-categories-wrapper {
  list-style: none;
  margin: 80px auto;
  padding: 0;
  width: 900px;
  display: grid;
  grid-template-columns: repeat(3, 270px);
  grid-gap: 45px;
}
.list-categories-wrapper img {
  height: 85px;
  width: auto;
  display: inline-block;
}
@media (max-width: 1239px) {
  .list-categories-wrapper img {
    width: 38px !important;
    height: auto !important;
    margin-right: 20px;
  }
}
.list-categories-wrapper h2 {
  font-size: 18px;
}
.list-categories-wrapper a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1239px) {
  .list-categories-wrapper {
    margin: 30px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
}
.list-categories-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1239px) {
  .list-categories-item {
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  }
  .list-categories-item:last-of-type {
    border: none;
  }
}
.list-search-section {
  width: 100%;
}
@media (max-width: 1239px) {
  .list-search-section .list-archive-main {
    display: flex;
    flex-direction: column;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}
.list-search-section .pagination-section {
  margin: 40px auto 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.list-search-section .pagination-section .pagination {
  display: flex;
  padding: 0;
  background-color: #F6F6F6;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
}
.list-search-section .pagination-section .pagination a,
.list-search-section .pagination-section .pagination span {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  border-right: 1px solid #e8e8e8;
}
.list-search-section .pagination-section .pagination a.current,
.list-search-section .pagination-section .pagination span.current {
  background-color: #f23203;
  color: white;
  border: none;
}
.list-search-section .pagination-section .pagination a:last-of-type {
  border: none;
}
.list-search-title, .list-search-form {
  text-align: center;
}
.list-search-form form {
  width: 620px;
  margin: 60px auto 100px;
  position: relative;
}
.list-search-form form input {
  width: 100%;
  padding: 20px 30px;
  font-size: 35px;
  font-family: inherit;
  font-weight: 700;
  border: none;
  border-bottom: 3px solid rgba(196, 196, 196, 0.2);
  text-align: center;
  background-color: transparent;
}
.list-search-form form input:focus {
  outline: none;
}
.list-search-form form input::-webkit-search-decoration, .list-search-form form input::-webkit-search-cancel-button, .list-search-form form input::-webkit-search-results-button, .list-search-form form input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
@media (max-width: 1239px) {
  .list-search-form form input {
    font-size: 20px;
    text-align: left;
    padding: 10px 20px 10px 0;
  }
}
.list-search-form form button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  border: none;
  background-color: transparent;
}
.list-search-form form button img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1239px) {
  .list-search-form form {
    width: 100%;
    margin: 40px 0;
  }
}
@media (max-width: 1239px) {
  .list-search .article-list-item {
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  }
  .list-search .article-list-item:last-of-type {
    border: none;
  }
  .list-search .article-list-img {
    height: 70px;
  }
  .list-search .article-list-img img {
    width: 100px;
    height: 70px;
  }
  .list-search .article-list-desc {
    margin: 0 20px 0 0;
  }
  .list-search .article-list-category {
    font-size: 12px;
  }
  .list-search .article-list-title {
    font-size: 16px;
    margin: 10px 0;
  }
  .list-search .article-list-meta {
    display: none;
  }
}
.list-events .content {
  flex-direction: column;
}
.list-events h1 {
  font-size: 24px;
}
.list-events-main {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 338px);
  grid-gap: 92px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
@media (max-width: 1239px) {
  .list-events-main {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    border: none;
  }
}
.list-events-main .article-list-item {
  flex-direction: column;
}
@media (max-width: 1239px) {
  .list-events-main .article-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.list-events-main .article-list-pretitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-events-main .article-list-title {
  font-size: 25px;
  margin: 10px 0 0;
}
.list-events-main .article-list-img {
  margin: 0 0 20px;
}
@media (max-width: 1239px) {
  .list-events-main .article-list-img {
    height: auto;
  }
}
.list-events-main .article-list-img img {
  width: 338px;
  height: 190px;
}
@media (max-width: 1239px) {
  .list-events-main .article-list-img img {
    width: 100%;
    height: auto;
  }
}
.list-events-main .article-list-author {
  display: none;
}
.list-events-main .article-list-date {
  font-size: 14px;
}
.list-events-main .article-list-date:before {
  display: none;
}
.list-events-main .article-list-desc {
  margin: 0 0 20px 0;
  height: 155px;
}
@media (max-width: 1239px) {
  .list-events-main .article-list-desc {
    height: auto;
    margin-bottom: 20px;
  }
}
.list-events-form {
  margin: 40px auto 70px;
  width: 730px;
}
@media (max-width: 1239px) {
  .list-events-form {
    margin: 30px 0;
    width: 100%;
  }
}
.list-events-form span {
  font-family: "IBM Plex Sans", sans-serif;
}
.list-events-form > div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 350px);
  grid-gap: 70px;
}
@media (max-width: 1239px) {
  .list-events-form > div {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    border: none;
  }
}
.list-events-form .list-events-input,
.list-events-form select {
  width: 100%;
}
.list-events-form select {
  padding: 10px;
  margin-top: 10px;
  background-color: #F8F7F7;
  background-image: url("/wp-content/themes/tc2.0/images/tc-dropdown-icon.png");
  background-size: 10px 7px;
  background-position: 96% center;
  background-repeat: no-repeat;
  font-family: inherit;
  font-size: 14px;
  border: 1px solid rgba(196, 196, 196, 0.4);
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  outline: none;
}
.list-events-search {
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  padding: 30px 0;
}
@media (max-width: 1239px) {
  .list-events-search {
    border: none;
  }
}
.list-events-search .list-archive-main {
  grid-template-columns: repeat(2, 500px);
  grid-row-gap: 70px;
  grid-column-gap: 200px;
  margin-top: 70px;
}
@media (max-width: 1239px) {
  .list-events-search .list-archive-main {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
}
.list-events-search .article-list-item {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 1239px) {
  .list-events-search .article-list-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  }
  .list-events-search .article-list-item:last-of-type {
    border: none;
  }
}
.list-events-search .article-list-img {
  margin: 0 0 0 15px;
}
@media (max-width: 1239px) {
  .list-events-search .article-list-img {
    margin: 0;
    height: 85px;
  }
  .list-events-search .article-list-img img {
    width: 130px;
    height: 85px;
  }
}
.list-events-search .article-list-desc {
  margin: 0 15px 0 0;
  width: 100%;
}
@media (max-width: 1239px) {
  .list-events-search .article-list-title {
    font-size: 16px;
  }
}
.list-events-search .article-list-author {
  display: none;
}
@media (max-width: 1239px) {
  .list-events-search .article-list-category {
    font-size: 12px;
  }
}
.list-events-search .article-list-date {
  font-size: 14px;
}
@media (max-width: 1239px) {
  .list-events-search .article-list-date {
    font-size: 12px;
  }
}
.list-events-search .article-list-date:before {
  display: none;
}
.list-small .article-list-item {
  margin-bottom: 15px !important;
}
.list-small .article-list-item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1239px) {
  .list-small .article-list-item {
    flex-direction: row;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  }
  .list-small .article-list-item:last-of-type {
    border: none;
  }
}
.list-small .article-list-desc {
  margin: 0 20px 0 0;
}
.list-small .article-list-title {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}
@media (max-width: 1239px) {
  .list-small .article-list-title {
    font-size: 16px;
  }
}
.list-small .article-list-img {
  margin: 0 0 0 20px;
}
@media (max-width: 1239px) {
  .list-small .article-list-img {
    height: 70px;
  }
}
.list-small .article-list-img img {
  width: 90px;
  height: 55px;
}
@media (max-width: 1239px) {
  .list-small .article-list-img img {
    width: 100px;
    height: 70px;
  }
}
.list-small .article-list-category {
  font-size: 11px;
  text-transform: capitalize;
  text-decoration: none;
}
@media (max-width: 1239px) {
  .list-small .article-list-category {
    font-size: 12px;
  }
}
.list-small .article-list-meta {
  display: none;
}
.list-inverted .article-list-item {
  flex-direction: row-reverse;
  align-items: center;
}
.list-trending {
  margin: 50px 0 0;
}
@media (max-width: 1239px) {
  .list-trending {
    margin: 20px 0 0;
  }
}
.list-next .content {
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
}
.list-next h2 {
  color: #F23204;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.list-next-section {
  width: 100%;
}
.list-next .article-list-item {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1239px) {
  .list-next .article-list-item {
    margin-bottom: 20px;
  }
}
.list-next .article-list-img img {
  width: 720px;
  height: 380px;
}
@media (max-width: 1239px) {
  .list-next .article-list-img img {
    width: 100%;
    height: 190px;
  }
}
.list-next .article-list-desc {
  width: 400px;
}
.list-next .article-list-desc:before {
  content: "Read Next";
  display: block;
  color: #F23204;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media (max-width: 1239px) {
  .list-next .article-list-desc:before {
    display: none;
  }
}
@media (max-width: 1239px) {
  .list-next .article-list-desc {
    width: 100%;
  }
}
.list-overflow.press-room .article-list-date {
  color: #101010;
}
.list-overflow.press-room .article-list-date:before {
  content: "";
}
.list-crypto-data {
  max-width: 800px;
  margin: auto;
}
.list-crypto-data .crypto-column {
  background-color: #ffffff;
  padding: 5px 30px;
}
.list-crypto-data .coin-row {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  border-bottom: 3px dotted #000;
  color: #000;
}
.list-crypto-data .coin-column {
  display: inline-flex;
  color: #000;
  width: 20%;
  align-items: center;
  justify-content: flex-start;
  padding: 3px 10px;
}
.list-crypto-data .coin-column img {
  display: inline-flex;
  height: auto;
  max-width: 24px;
}

.insight-grid {
  align-items: center;
}
.insight-grid .wp-block-column:first-of-type {
  padding: 0;
}
.insight-grid .wp-block-column:last-of-type {
  padding: 20px 40px;
}
.insight-grid .wp-block-column:last-of-type h2 {
  text-align: center;
}
.insight-grid.insight-grid-revert .wp-block-column:first-of-type {
  padding: 20px 40px;
}
.insight-grid.insight-grid-revert .wp-block-column:first-of-type h2 {
  text-align: center;
}
.insight-grid.insight-grid-revert .wp-block-column:last-of-type {
  padding: 0;
}
@media (max-width: 1239px) {
  .insight-grid.insight-grid-revert .wp-block-column:first-of-type, .insight-grid.insight-grid-revert .wp-block-column:last-of-type {
    margin-top: 0;
    padding: 0;
  }
  .insight-grid.insight-grid-revert .wp-block-column:first-of-type h2, .insight-grid.insight-grid-revert .wp-block-column:last-of-type h2 {
    text-align: left;
    margin-top: 0;
  }
  .insight-grid.insight-grid-revert .wp-block-column:first-of-type {
    order: 2;
  }
}
@media (max-width: 1239px) {
  .insight-grid .wp-block-column:first-of-type, .insight-grid .wp-block-column:last-of-type {
    margin-top: 0;
    padding: 0;
  }
  .insight-grid .wp-block-column:first-of-type h2, .insight-grid .wp-block-column:last-of-type h2 {
    text-align: left;
    margin-top: 0;
  }
}

.press-room {
  display: flex;
  background-color: #2b1120;
}
.press-room.list-overflow {
  background-color: white;
}
.press-room .press-room-wrapper {
  background-color: #f9e3e3;
  width: calc(100% - (335px + (100% - 1240px) / 2) - 20px - 20px);
  padding-left: calc(100% - 1240px)/2;
}
.press-room .press-room-wrapper .list-overflow-section {
  width: 845px;
  float: right;
  padding: 0 15px 0 0;
}
.press-room .press-room-wrapper .list-overflow-section::after, .press-room .press-room-wrapper .list-overflow-section::before {
  display: none;
}
.press-room .press-room-wrapper .list-overflow-section .list-overflow-wrapper {
  width: calc(100% - 75px);
  min-height: 640px;
}
@media (max-width: 1239px) {
  .press-room .press-room-wrapper .list-overflow-section .list-overflow-wrapper {
    width: 100%;
    min-height: auto;
    float: none;
  }
}
@media (max-width: 1239px) {
  .press-room .press-room-wrapper .list-overflow-section {
    padding: 10px 20px;
    width: 100%;
    float: none;
  }
}
.press-room .press-room-wrapper h1 {
  margin: 40px 0 30px;
}
.press-room .press-room-wrapper .article-list-title {
  color: #101010;
}
.press-room .press-room-wrapper .list-overflow-section::after {
  right: 25px;
}
@media (max-width: 1239px) {
  .press-room .press-room-wrapper .list-overflow-wrapper {
    width: 100%;
    grid-template-rows: unset;
    grid-auto-columns: unset;
  }
}
@media (max-width: 1239px) {
  .press-room .press-room-wrapper {
    width: 100%;
  }
}
.press-room .sidebar-wrapper {
  border-left: 1px solid rgba(196, 196, 196, 0.2);
  padding: 0 20px;
}
.press-room .sidebar-wrapper .list-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.press-room .sidebar-wrapper .list-sidebar .list-sidebar-item {
  flex-grow: 1;
  margin-bottom: 20px;
}
.press-room .sidebar-wrapper .list-sidebar .list-sidebar-item .ad-box,
.press-room .sidebar-wrapper .list-sidebar .list-sidebar-item .list-trending {
  position: sticky;
  top: 100px;
}
@media (max-width: 1239px) {
  .press-room {
    display: unset;
  }
}

/*# sourceMappingURL=style.css.map */
