/* GENERAL CSS ////////////////////////////////////////////////////////////////////////////////////////////////*/

/* montserrat-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat/montserrat-light.woff2') format('woff2'),
       url('../fonts/montserrat/montserrat-light.woff') format('woff');
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat/montserrat-regular.woff2') format('woff2'),
       url('../fonts/montserrat/montserrat-regular.woff') format('woff');
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat/montserrat-medium.woff2') format('woff2'),
       url('../fonts/montserrat/montserrat-medium.woff') format('woff');
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat/montserrat-semibold.woff2') format('woff2'),
       url('../fonts/montserrat/montserrat-semibold.woff') format('woff');
}

/* font-size: small */
body.font-sm .grid-article .entry-title {font-size: 16px;}
body.font-sm .grid-article.col-sm-6 .entry-info {height: 70px;}
body.font-sm .grid-article.col-sm-4 .entry-info {height: 90px;}

/* font-size: large */
body.font-lg, body.font-lg .btn {font-size: 15px;}
body.font-lg .grid-article .entry-title {font-size: 20px;}
body.font-lg .grid-article.col-sm-6 .entry-info {height: 90px;}
body.font-lg .grid-article.col-sm-4 .entry-info {height: 110px;}

body.font-lg .article-page p {font-size: 18px;}
body.font-sm .article-page p {font-size: 14px;}

/* */
body {
  font-family: "Montserrat", Arial,sans-serif;
  font-weight: 400;
  letter-spacing: -0.28px;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F9F9F9;
}
*:focus {
  outline-color: #000 !important;
}
a:not(.btn):focus {
  outline-offset: 2px;
}
header {
  position: relative;
}
#page {
  position: relative;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1240px;
  }
}
@media (max-width: 1399px) {
  .visible-xl-block {
    display: none;
  }
}

.row {
  margin-right: 0;
  margin-left: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .container {
  padding-left: 0;
  padding-right: 0;
}
.content-inner .container {
  padding: 0 8px;
}
.single-post .content-inner .container {
  padding: 0;
}
@media(min-width: 768px) {
  .col-lg-3 {
    width: 260px;
  }
  .col-lg-9 {
    width: 908px;
  }
  #fgn_news_grid-3 .col-sm-4, #fgn_news_grid-4 .col-sm-4 {
    padding: 0px;
  }
  .content-inner .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .container {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.hidden {
  display: none!important;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.float-right {
  float: right;
}
.text-right {
  text-align: right;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}

.br-4 {
  border-radius: 4px !important;;
}
.br-8 {
  border-radius: 8px !important;;
}
.br-10 {
  border-radius: 10px !important;;
}
.br-16 {
  border-radius: 16px !important;
}
.br-32 {
  border-radius: 32px !important;
}
.br-top {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.br-bottom {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.bg-w {
  background: #fff;
}

.single-post figure.is-type-video {
  margin: 0 0 1em 0;

  iframe {
    width: 100%;
  }
}

/* fonts */
.font-light {
  font-weight:300 !important;
}
.font-medium {
  font-weight:400 !important;
}
.font-bold {
  font-weight:600 !important;
}
.text-white,
a.text-white,
.text-white p {
  color: white !important;
}
a:hover,
a:focus {
  text-decoration: none;
}

.h3, h3 {
  font-size: 14px;
}
p {
  font-weight: 300;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .h1, h1 {
    font-size: 26px;
  }
}
.bg-primary p,
.bg-secondary p {
  color: #fff;
}

/* buttons */
.btn {
  border-radius: 20px;
  height: 32px;
  /* padding: 4px 16px; */
  padding: 5px 12px 7px 8px;
  /* padding: 6px 12px 7px 6px; */
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn.cat-link {
  font-weight: 200;
  padding: 5px 8px 7px 12px;
}
.bg-primary:hover,
.bg-secondary:hover {
  color: #fff;
}
.btn-white {
  background-color: #fff;
  border-color: #fff;
}
.btn-outline {
  background: none !important;
}
.btn:hover {
  box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.5);
  -webkit-box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.5);
  -moz-box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.5)
}
.btn-primary {
  align-items: center;
  display: flex;
  font-weight: 600;
  width: fit-content;
}
.btn-focusai-login {
  align-items: flex-end;
  /* background: var(--focus-ai-button-gradient); */
  background: radial-gradient(195.41% 98.22% at 88.57% 31.25%, rgba(36, 47, 168, 0.90) 28.76%, rgba(192, 192, 192, 0.00) 100%),
              linear-gradient(214deg, rgba(9, 0, 189, 0.00) 37.37%, rgba(153, 0, 117, 0.90) 103.34%),
              radial-gradient(39.98% 126.35% at 84.24% 118.75%, #3D238A 7.69%, rgba(228, 232, 235, 0.20) 100%),
              radial-gradient(109.04% 114.81% at 0% 26.56%, rgba(0, 149, 255, 0.80) 28.79%, rgba(192, 192, 192, 0.00) 100%),
              linear-gradient(83deg, rgba(25, 198, 255, 0.20) -2.92%, rgba(0, 17, 102, 0.20) 100%),
              #FFF;
  /* background-blend-mode: screen; */
  border: none;
}
.btn-gray {
  background: #F4F5F9;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--primary-color) !important;
  margin: 0 8px 8px 0 !important;
  padding: 5px 8px 7px 12px;
}
.topic-banner__btn.btn-dark-gray,
.btn-dark-gray {
  background: #262526 !important;
  border-radius: 28px !important;
  color: #FFF !important;
  font-weight: 600;
  padding: 5px 12px 7px 12px !important;
}
.btn-soft-gray {
  background: #DDD;
  border-radius: 28px;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 20px;
  padding: 5px 12px 7px 12px;
}
.cat-link--chevron {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 24px;
  margin-bottom: 8px;
  padding: 5px 8px 7px 8px;
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.35s cubic-bezier(0.4, 0, 0.2, 1);

  &:hover {
    background: #E9EAED;
    border-radius: 8px;
  }
  .cat-link__chevron {
    margin-left: 2px;
  }
}
@media(min-width: 768px) {
  .btn-gray {
    margin: 0 8px 8px 0 !important;
  }
  .cat-link--chevron {
    /* margin-left: 10px; */
    margin-left: 0;
  }
}
.btn-gray:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04), 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.btn-gray.btn--topic:hover {
  box-shadow: 0px 0px 8px 0px rgba(29, 47, 95, 0.25);
  box-shadow: 0 0 8px 0 rgba(106, 64, 191, 0.35) !important;
}
.box-shadow {
  box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
  -webkit-box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
  -moz-box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
}
.btn-ghost {
  background: none;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: inherit;
}
@media(min-width: 768px) {
  .btn-hover-gray:hover {
    background: #E9EAED;
    border-radius: 8px;
  }
  .btn-hover-dark-gray:hover {
    background: rgba(38, 37, 38, 0.50);
    border-radius: 8px;
  }
}

.single-post {
  .col-sm-4 {
    padding: 0 0 4px;
  }
  .related-articles {
    .entry-info {
      height: 120px;
      padding: 12px 0 8px !important;
    }
  }
  .podcast-article-button-container {
    .footer-widget__button {
      padding: 5px 12px 7px 12px;
      @media (min-width: 768px) {
        height: 40px;
        padding: 9px 16px 11px 12px;
      }
    }
  }
}
/* tooltips */
.tooltip {
  opacity: 1;
}
.tooltip-inner {
  font-family: "Montserrat", Arial,sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 15px;
  width: 250px;
  max-width: 320px;
}
.tooltip .arrow {
  width: 20px;
  height: 20px;
  z-index: -1;
}
.tooltip .arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.tooltip.bs-tooltip-bottom .arrow {
  position: absolute; top: -8px;
  right: 45%;
}
.tooltip.bs-tooltip-bottom-r .arrow {
  position: absolute; top: -8px;
  right: 15%;
}
.tooltip .close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.tooltip p {
  margin: 0;
  font-size: 14px;
}
.tooltip-sm .tooltip-inner {
  width: auto;
  padding: 5px 10px;
}
.tooltip-sm p {
  font-size: 12px;
}
.tooltip-animated {
  opacity: 0;
  will-change: transform;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-transition: transform 0.2s ease, opacity 0.2s ease;
  -moz-transition: transform 0.2s ease, opacity 0.2s ease;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
body.loaded .animated-top-10 {
  transform: translateY(-10px) !important;
  -webkit-transform: translateY(-10px) !important;
  -moz-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  opacity: 1;
}

/* login tooltip */
.tooltip.login-tooltip {
  top: 65px;
  right: 20px;
}
.login-tooltip.bs-tooltip-bottom .arrow {
  right: 30px;
}

/* login modal */
#login-modal {
  background: radial-gradient(93.15% 125.13% at 102.42% 107.73%, rgba(2, 93, 205, 0.10) 28.79%, rgba(192, 192, 192, 0.00) 100%), rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(17.5px);
  padding: 0;

  & .modal-content {
    height: 100%;
    padding: 48px 24px;
    width: 100%;

    @media (min-width: 768px) {
      padding: 48px 32px;
      width: 480px;
    }
  }
  
  & .modal-title {
    color: var(--primary-color, #262526);
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.96px;
  }
  
  & .modal-text {
    color: var(--primary-color, #262526);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
  }
  
  & .modal-dialog {
    height: 100%;

    @media (min-width: 768px) {
      height: auto;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      width: 480px;
    }
  }
  
  /* & .modal-body { */
    /* border-radius: 16px; */
    /* background: #FFF; */
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10); */
    /* padding: 48px 32px; */
  /* } */
  
  & .auth0-lock-form,
  & .auth0-login,
  & .modal-header,
  & .auth0-lock-center {
    padding: 0;
  }
  
  /* & .auth0-lock-form {
    padding-top: 32px;
  } */
}

a.auth0-lock-social-button.auth0-lock-social-big-button,
.auth0-lock.auth0-lock a.auth0-lock-social-button[data-provider^=google]{
  background: var(--primary-color, #262526) !important;
  border-radius: 80px !important;
  display: flex !important;
  overflow: hidden;
  height: 32px !important;
  /* transition: none !important; */
  
  &:hover {
    box-shadow: 0 0 10px 0 rgba(51,51,51,0.5);
  }
  
  &,
  &:hover,
  &:hover .auth0-lock-social-button-text {
    background: var(--primary-color, #262526) !important;
  }
  
  & .auth0-lock-social-button-text {
    background: var(--primary-color, #262526) !important;
    color: white !important;
    padding: 5px 0 7px !important;
    background: none;
    overflow: hidden;
    color: var(--White, #FFF);
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 20px !important;
  }
}

.auth0-lock.auth0-lock a.auth0-lock-social-button[data-provider^=google]:hover:not([disabled]) {
  & .auth0-lock-social-button-icon {
    background-color: unset !important;
  }
  & .auth0-lock-social-button-text {
    background: var(--primary-color, #262526) !important;
  }
}

.auth0-lock-social-button-icon {
  filter: brightness(0) invert(1);
  height: 32px !important;
  margin-left: 12px;
  position: static !important;
}
/* end of login modal */

/* tooltip start now */
.myfocus-tooltip-container {
  color: #fff;
  margin: 0;
  position: absolute;
  z-index: 3;
}
@media (max-width: 549px) {
  .myfocus-tooltip-container {
    left: 0;
    margin: 10px 0 0;
    width: 100%;
  }
  .tag .myfocus-tooltip-container {
    position: relative;
  }
}
@media (min-width: 550px) {
  .tag .myfocus-tooltip-container {
    left: 40px;
    top: 47px;
  }
  .myfocus-tooltip-container {
    position: absolute;
  }
}
.single-post .myfocus-tooltip-container {
  bottom: 57px;
  left: initial;
  right: 0;
}
@media (max-width: 549px) {
  .single-post .myfocus-tooltip-container {
    bottom: 72px;
    left: 0;
    margin: 0 10px;
    width: calc(100% - 20px);
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .single-post .myfocus-tooltip-container {
    bottom: 210px;
    right: 35px;
  }
}
.myfocus-tooltip {
  backdrop-filter: blur(12px);
  background-color: rgba(71, 71, 71, 0.80);
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
  font-size: 14px;
  font-weight: 300;
  padding: 16px;
}
@media (min-width: 550px) {
  .myfocus-tooltip {
    width: 250px;
  }
}
.single-post .myfocus-tooltip {
  position: static;
}
@media (max-width: 549px) {
  .single-post .myfocus-tooltip {
    position: static;
  }
}
@media  (min-width: 550px) and (max-width: 768px) {
  .single-post .myfocus-tooltip {
    position: absolute;
    right: 0;
  }
}

.myfocus-tooltip-container .triangle {
  overflow: hidden;
  position: absolute;
  margin: 0;
  border-radius: 30%;
  transform: translateY(50%) rotate(0deg) skewY(30deg) scaleX(0.84);
  cursor: pointer;
  pointer-events: none;
  left: -3px;
  top: -27px;
  z-index: -1;
}
.single-post .myfocus-tooltip-container .triangle {
  transform: translateY(50%) rotate(0deg) skewY(30deg) scaleX(0.866);
}
@media (max-width: 549px) {
  .myfocus-tooltip-container .triangle {
    display: none;
  }
}
.myfocus-tooltip-container .triangle:after {
  border-radius: 20% 20% 53% 20%;
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%);
}
.myfocus-tooltip-container .triangle:before, .triangle:after {
  position: absolute;
  backdrop-filter: blur(12px);
  background-color: rgba(71, 71, 71, 0.80);
  pointer-events: auto;
  content: '';
}
.myfocus-tooltip-container .triangle,
.myfocus-tooltip-container .triangle::before,
.myfocus-tooltip-container .triangle::after {
  width: 3em;
  height: 3em;
}
.single-post .myfocus-tooltip-container .triangle:before,
.single-post .myfocus-tooltip-container .triangle:after {
  backdrop-filter: blur(12px);
  background-color: rgba(71, 71, 71, 0.80);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
}
.single-post .myfocus-tooltip-container .triangle:after {
  background-color: transparent;
  backdrop-filter: none;
}
.single-post .myfocus-tooltip-container .triangle {
  position: absolute;
  left: initial;
  bottom: 15px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12);
  right: -3px;
  z-index: -1;
  top: initial;
}
@media (max-width: 549px) {
  .single-post .myfocus-tooltip-container .triangle {
    display: block;
    margin: 0;
    position: absolute;
    top: initial;
    left: initial;
    right: -3px;
    bottom: 14px;
    z-index: -1;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .single-post .myfocus-tooltip-container .triangle {
    right: -3px;
    left: initial;
    position: absolute;
    top: 83px;
  }
}
.myfocus-tooltip-container {
  .container-buttons {
    margin-top: 16px;

    .btn-dark-gray.btn--start-now {
      margin-right: 8px;
      padding: 5px 12px 7px 8px !important;
    }
    .btn--dismiss.btn-ghost {
      background: rgba(38, 37, 38, 0.50);
      font-weight: 600;
      margin-top: 0;
      padding: 5px 12px 7px 12px;
    }
  }
}
.btn-topic {
  display: inline-block;
  position: absolute;
}
@media (max-width: 550px) {
  .btn-topic {
    display: block;
    position: relative;
  }
  .archive .btn-topic .btn {
    margin-top: 8px;
  }
}
@media(min-width: 1440px) {
  .archive .btn-topic {
    margin: 7px 0;
  }
}

/* modals */
.modal {
  background: radial-gradient(93.15% 125.13% at 102.42% 107.73%, rgba(2, 93, 205, 0.10) 28.79%, rgba(192, 192, 192, 0.00) 100%), rgb(255 255 255 / 63%);
  backdrop-filter: blur(17.5px);
}
.modal-content {
  align-items: flex-start;
  display: flex;
  background: #FFF;
  border: none;
  border-radius: 16px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10) !important;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding: 48px 32px;
  width: 480px;

  .modal-body {
    padding: 0;
  }
  .modal-header {
    padding: 0;
  }
  .modal-title {
    color: var(--primary-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.96px;
    margin: 0 0 8px;
    text-align: center;
  }
  .modal-text {
    color: var(--primary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
  }
  #form-signin-wrapper {
    margin-top: 32px;
    padding: 0;
  }
  .auth0-lock.auth0-lock {
    auth0-lock-center {
      padding: 0;

      .auth0-lock.auth0-lock .auth0-lock-form {
        padding: 0;
      }
    }
    .auth0-lock-social-button.auth0-lock-social-big-button .auth0-lock-social-button-text {

    }
  }
}

.close-modal {
  z-index: 10;
}
@media (max-width: 430px) {
  .modal-dialog {
    margin: 0;
  }
  .modal-content {
    border-radius: 0;
  }
  .modal-body {
    padding-top: 30px;
  }
}

/* login modal */
.close-modal {
  right: 0;
  left: inherit !important;
}
.modal-header {
  border: none;
  padding: 0 0 8px;
  text-align: center;
}
.modal-header .modal-title {
  font-size: 20px;
  font-weight: 500;
  max-width: 360px;
  margin: auto;
}
.modal-footer {
  text-align: center;
  font-weight: 300;
}
.modal-backdrop {
   background-color: rgba(255,255,255, 1);
}
.auth0-login {
  padding-top: 20px;
  padding-bottom: 30px;
}
.auth0-lock.auth0-lock .auth0-lock-widget {
  width: 100% !important;
}
.auth0-lock.auth0-lock .auth0-lock-cred-pane-internal-wrapper {
  display: block !important;
  height: auto !important;
}
.auth0-lock-header,
.auth0-lock.auth0-lock .auth0-lock-submit span span {
  display: none !important;
}
.auth0-lock.auth0-lock .auth0-lock-name {
  white-space: inherit !important;
}
.auth0-lock.auth0-lock .auth0-lock-content-wrapper {
  width: 300px;
  margin: auto;
}
.auth0-lock.auth0-lock .auth0-lock-submit {
  padding: 5px !important;
  border-radius: 30px !important;
  width: 300px !important;
  margin: auto;
}
.auth0-lock.auth0-lock .auth0-lock-submit:hover {
  box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.15);
}
.auth0-lock.auth0-lock .auth0-lock-submit:hover:not([disabled]) span {
  transform: scale(1) !important;
}
.auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .auth0-lock.auth0-lock .auth0-lock-widget {
    max-width: 400px !important;
  }
}
.white-wall {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255,255,255, 0.75);
}
.white-wall.visible {
  visibility: visible;
  opacity: 1;
}

/* network sites */
.network-sites-container {
  background: #fff;
}
.network-sites {
  /* z-index: -1;
  position: absolute;
  top: -40px; */
  align-items: baseline;
  background: #fff;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;

  @media(max-width: 768px) {
    display: none !important;
  }

  /* @media(max-width: 1000px) {
    display: none !important;
  } */
}
.network-sites-label {
  margin-right: 10px;
}
.network-site {
  margin: 2px 0;
  /* background: #fff;
  float: right;
  margin-left: -15px; */
}
.network-site-link {
  padding: 7px 10px 10px 9px;
  display: block;
}
.network-site:last-of-type {
  margin-left: 0;
}
.network-site:last-of-type .network-site-link {
  margin-left: 0;
}
.network-site-icon {
  width: 20px;
}
.network-site-name {
  margin-left: 4px;
}
.network-site:hover {
  color: var(--secondary-color);
}
/*//// header ////*/
.header-container {
  z-index: 12;
  position: relative;
}
.header-logo {
  height: 112px;
  border-radius: 16px 16px 0 0;

  @media(min-width: 768px) {
    align-items: center;
    display: flex;
  }
}

/* site logo */
.site-logo {
  width: 250px;
  float: left;
  padding: 5px 0;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .site-logo {
    padding: 8px 0;
    width: 125px;
  }
}
@media (min-width: 1200px) {
  .site-logo {
    padding: 25px 0;
  }
}
.site-logo img {
  width: 100%;
  /* height: auto; */
  height: 40px;
  /* max-height: 55px; */
  @media (min-width: 768px) {
    height: auto;
  }
}
.footer-logo .site-logo {
  display: block;
  float: none;
  margin-bottom: 10px;
  margin-left:0;
  padding: 0;
}

/* focusai branding */
.focusai-branding {
  align-items: center;
  display: flex;

  .focusai-branding__text {
    color: #fff;
    display: flex;
    font-size: 14px !important;
    margin: 0;

    @media (max-width: 425px) {
      padding: 0 4px 0;
    }
  }
  .focusai-branding__logo {
    margin-left: 4px;
    margin-right: 2px;
  }
}
.focusai-branding__logo {
  height: 18px;
  margin-right: 4px;
  width: 18px;
}

/* site links */
.site-links {
  margin: 0;
  overflow: hidden;
}
.site-links li {
  float: left;
  padding: 8px;
}
@media(min-width: 760px) {
  .site-links {
    margin: 16px 0
  }
  .site-links li {
    padding: 0;
  }
  .site-links li + li {
    margin-left: 16px;
  }
}
/* .login-links {
  padding-top: 10px;
  padding-right: 10px;
} */

/*// nav //*/
.nav-menu,
.close-menu {
  width: 55px;
  height: 50px;
  float: left;
  margin: 0;
  padding: 17px 20px;
  border: none;
}
.close-menu {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-menu {
  position: fixed;
  justify-content: space-between;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 2;
  display: flex;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
  padding: 4px 16px;

  @media (min-width: 768px) {
    display: none;
  }
}
.nav-menu__item {
  align-items: center;
  background: none;
  border: none;
  border-radius: 8px;
  color: var(--primary-color) !important;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 500;
  justify-content: center;
  padding: 6px 6px 4px;
  width: 60px;

  &.active {
    background: #E9EAED;
    pointer-events: none;
  }
}
.navbar {
  border: none;
  border-radius: 0 0 16px 16px;
  background: #fff;
  margin-bottom: 0;
  padding: 0 16px;
}
.nav-row {
  transition: none;
}
/* fixed nav */
.nav-row.fixed {
  @media (min-width: 768px) {
    position: fixed;
    top: -50px;
    width: 100%;
    left: 0;
    margin: 8px 0 0;
    transform: translateY(50px) !important;
    -webkit-transform: translateY(50px) !important;
    -moz-transform: translateY(50px) !important;
    -ms-transform: translateY(50px) !important;
    transition: transform 0.3s ease;
  }
}

/* TODO: DELETE */
/* .nav-row.fixed.fixed-down {
  transform: translateY(50px) !important;
  -webkit-transform: translateY(50px) !important;
  -moz-transform: translateY(50px) !important;
  -ms-transform: translateY(50px) !important;
} */
.nav-row.fixed .navbar {
  margin: auto;

  @media (min-width: 768px) {
    border-radius: 16px;
  }
}
.nav-row.fixed .navbar .row {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  padding: 0;
}
@media (max-width: 768px) {
  #navbarNavDropdown {
    padding: 16px;

    .menu-header-actions {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin-bottom: 24px;

      .btn--navbar-toggle {
        float: none;
        height: 32px;
        padding: 5px 6px 7px;
        position: relative;
        width: auto;
      }
      .login-links {
        margin-top: 0;
        padding: 0;
        width: fit-content;
      }
    }
    .menu-search .dropdown-menu {
      border: none;
      padding: 0;

      .input-item {
        align-items: center;
        display: flex;
        justify-content: space-between;

        .search-icon.icon-primary .icon-shape {
          fill: #707072;
        }
      }
      .form-control {
        border: 1px solid #DDD;
        border-radius: 8px;
        height: 32px;
        padding: 5px 8px 7px 12px;
        width: 92%;

        @media(max-width: 768px) {
          width: 100%;
        }
      }
    }
    #searchform .search-submit {
      height: fit-content;
      padding: 0;
      position: static;
      top: 0;

      @media(max-width: 768px) {
        position: absolute;
        right: 8px;
        top: 5px;
      }
    }
    .navbar-nav {
      padding: 24px 0;
    }
  }
  .site-footer {
    .col-sm-12.col-md-6 {
      display: flex;
      flex-direction: column;
    }
    .footer-logo {
      margin-bottom: 22px;
      order: 1;
    }
    .footer-navigation {
      display: flex;
      flex-direction: column;
      order: 2;

      > div {
        margin-bottom: 24px;
      }
    }
    .footer-menu {
      order: 1;
    }
    .site-links {
      order: 3;
    }
    .footer-subscribe-container {
      order: 2;
    }
  }
}
@media (min-width: 768px) {
  #navbarNavDropdown {
    align-items: center;
    display: flex;
    position: relative;

    .login-links {
      position: absolute;
      right: 0;
      top: 16px;
    }
    .focusai-branding__logo {
      margin-right: 4px;
    }
  }
  .navbar-nav > li > a {
    margin-right: 4px;
    padding: 5px 8px 7px;
  }
  .dropdown.nav-item:hover .dropdown-toggle.btn-hover-gray,
  .dropdown.nav-item:hover .btn-hover-gray .icon-primary .icon-shape {
    color: var(--primary-color) !important;
    fill: var(--primary-color) !important;
  }
  .navbar.navbar-gradient {
    border-radius: 0 0 16px 16px;
    /* border: 1px solid #FFF; */
    background: radial-gradient(127.65% 110.58% at 99.44% -8.59%, rgba(2, 93, 205, 0.12) 28.79%, rgba(192, 192, 192, 0.00) 100%), radial-gradient(69.96% 44.65% at 100% 100%, rgba(61, 35, 138, 0.28) 7.69%, rgba(228, 232, 235, 0.06) 100%), rgba(255, 255, 255, 0.90);
    background: radial-gradient(127.65% 110.58% at 99.44% -8.59%, rgb(2 93 205 / 20%) 28.79%, rgb(192 192 192 / 0%) 100%), radial-gradient(69.96% 44.65% at 100% 100%, rgb(61 35 138 / 19%) 7.69%, rgb(228 232 235 / 0%) 100%), rgb(255 255 255 / 91%);
    background: radial-gradient(127.65% 110.58% at 99.44% -8.59%, rgb(2 93 205 / 20%) 28.79%, rgba(192, 192, 192, 0.00) 100%), radial-gradient(69.96% 44.65% at 100% 100%, rgb(61 35 138 / 19%) 7.69%, rgb(228 232 235 / 0%) 100%), rgb(255 255 255 / 91%);
    background: radial-gradient(127.65% 110.58% at 99.44% -8.59%, rgb(2 93 205 / 11%) 28.79%, rgba(192, 192, 192, 0.00) 100%), radial-gradient(69.96% 44.65% at 100% 100%, rgb(61 35 138 / 7%) 7.69%, rgb(228 232 235 / 0%) 100%), rgb(255 255 255 / 91%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 1240px;
    /* position: fixed; */
    transition: border-radius 0.25s ease;
  }
   .navbar.navbar-gradient.is-fixed {
      border-radius: 16px;
   }
}
@media (max-width: 1024px) {
  .navbar-toggle {
    display: block;
  }

  .navbar-nav > li {
    float: none;
  }
}
/* for admin users */
body.admin-bar .nav-row.fixed {
  top: -20px;
}

/* Menu icon */
.navbar .menu-podcasts .spotify-icon {
  background-color: var(--primary-color);
  display: inline-block;
  height: 15px;
  mask-image: var(--icon-url);
  margin-bottom: 3px;
  margin-left: 4px;
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: middle;
  width: 15px;
  -webkit-mask-image: var(--icon-url);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

/* search bar */
.menu-search {
  float: left;
}
.btn-search {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 5px 6px 7px 6px;
  padding: 2px;
}
.menu-search .btn-search .search-icon,
.menu-search .btn-search .close-icon {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  position: absolute;
  background: none;
}
.menu-search .btn-search .close-icon {
  visibility: hidden;
  opacity: 0;
}
.menu-search.open .btn-search .search-icon {
  visibility: hidden;
  opacity: 0;
}
.menu-search.open .btn-search .close-icon {
  visibility: visible;
  opacity: 1;
}
#searchform input::placeholder {
  color:  #707072;
}

.menu-search .dropdown-menu {
  z-index: -1;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid #FFF;
  width: 432px;
  margin: 0;
  max-width: 1240px;
  padding: 16px;
  margin-top: 0;
}
#searchform .form-control {
  height: 30px;
  border: 1px solid var(--secondary-color);
  border-radius: 8px;
  color: #707072;
  width: 78%;
  padding: 5px 8px 7px 12px;
  box-shadow: none;
}
#searchform .search-submit {
  font-weight: 600;
  text-indent: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}
.main-area .content-area .form-inline {
  margin-bottom: 20px;
}

.main-area .form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

/* main menu */
.dropdown-toggle .dropdown-menu li:hover a {
  background: rgba(255, 255, 255, 0.35);;
}
/* .dropdown-toggle:hover, */
.nav>li>a:focus,
/* .nav>li>a:hover, */
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:hover {
  background: none !important;
}
.nav-arrow {
  margin: 0 0 1px 5px;
}
.dropdown-menu>li>a {
  margin: 4px 0;
  padding: 5px 8px 7px;
}
.dropdown-menu>li:last-child>a {
  margin-bottom: 0;
}
#menu-main-nav .dropdown-menu {
  /* align-items: center;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(10px);
  border: 1px solid #FFF;
  box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
  max-width: 1240px;
  padding: 16px 16px 16px; */
}
.navbar .social-networks {
  padding: 30px 20px;
  text-align: center;
  float: left;
  width: 100%;
  height: 180px;
}
.navbar .social-networks .social-networks-title {
  float: left;
}
.navbar .social-networks .icon-primary {
  width: 20px;
  height: 20px;
}
@media(max-width: 760px) {
  #navbarNavDropdown {
    .navbar-nav {
      .nav-item.open a {
        background: none;
      }
      .dropdown-menu {
        border-radius: 8px !important;
        padding: 0;

        .nav-item .nav-link {
          padding-left: 16px !important;
          padding-right: 16px !important;
        }
      }
      .open .dropdown-menu {
        border-radius: 8px !important;
        background-color: #E9EAED !important;
        margin-bottom: 8px !important;
        padding: 8px 0;
      }
      .nav-item .nav-link {
        font-weight: 400 !important;
        margin-bottom: 8px !important;
        padding: 5px 8px 7px !important;
      }
      .nav-item:last-child .nav-link{
        margin-bottom: 0 !important;
      }
      .dropdown-menu .nav-item .nav-link {
        margin: 4px 0 0 0 !important;
      }
      .dropdown-menu>.nav-item:first-child {
        padding-top: 0 !important;

        .nav-link {
          margin: 0 !important;
        }
      }
      .dropdown-menu>li:last-child {
        padding-bottom: 0 !important;
      }
      .dropdown.nav-item:hover .dropdown-toggle {
        color: var(--primary-color) !important;
      }
      .dropdown.nav-item:hover .icon-primary .icon-shape {
        fill: var(--primary-color) !important;
      }
      .nav-arrow {
        transition: transform 0.25s ease;
      }
      .nav-item.open .nav-arrow {
        transform: rotate(180deg);
      }
      .nav>li>a:focus, .nav>li>a:hover {
        background: none !important;
      }
    }
    .secondary-links {
      padding: 24px 0;

      .network-site {
        margin: 0 !important;
      }
      .network-sites-label,
      .network-site-link {
        padding: 5px 12px 7px !important;
        margin: 0 0 8px;
      }
    }
    .social-networks {
      padding: 24px 0 0;
    }
  }
}
@media(min-width: 768px) {
  .main-menu .menu-search,
  .main-menu .navbar-nav > li {
    padding: 16px 0;
  }
  .main-menu .navbar-nav > li {
    .dropdown-menu > .nav-item:hover {
      background: #E9EAED;
      border-radius: 8px;
    }
  }
  .navbar-nav .nav-arrow {
    transition: transform 0.25s ease;
  }
  .navbar-nav li.dropdown:hover .nav-arrow {
    transform: rotate(180deg);
  }
  #menu-main-nav .dropdown-menu {
    align-items: center;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(10px);
    border: 1px solid #FFF;
    box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
    max-width: 1240px;
    padding: 16px 16px 16px;
  }
}
/*// end nav //*/

@media (min-width: 1200px) {
  .header-container header {
    /* margin-top: 40px; */
  }
  .header-container {
    margin-bottom: 40px;
  }
  ul.dropdown-menu {
    z-index: -1;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
    -webkit-transition: visibility 0s, opacity 0.5s ease;
    -moz-transition: visibility 0s, opacity 0.5s ease;
    -o-transition: visibility 0s, opacity 0.5s ease;
    border:none;
    display: block;
    visibility: hidden;
  }
  .dropdown.nav-item:hover > ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  ul.dropdown-menu .nav-item ul.dropdown-menu {
    left: 100%;
    top: 0;
    border-radius: 10px;
    margin-left: -10px;
  }
  .dropdown.nav-item ul.dropdown-menu .nav-item:hover > .dropdown-menu{
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  body.nav-opened {
    height: 100vh;
    overflow: hidden;
  }
  .header-container {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
  }
  .header-logo {
    height: initial;
    margin: 0;
  }
  /* fixed header */
  .header-container.fixed {
    position: fixed;
    top: -50px;
    width: 100%;
    left: 0;
    margin: 0;
  }

  /* TODO: DELETE */
  /* .header-container.fixed.fixed-down {
    transform: translateY(50px) !important;
    -webkit-transform: translateY(50px) !important;
    -moz-transform: translateY(50px) !important;
    -ms-transform: translateY(50px) !important;
  } */
  .site-content.fixed {
    padding-top: 70px;
  }
  .header-container.fixed .top-banner > div {
    display: none;
  }

  /* network sites */
  .network-site {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    float: left;
  }
  .network-site-link {
    padding: 10px !important;
  }

  /*// nav //*/
  /* .nav-menu {
    display: block !important;
  } */
  .nav-row {
    margin: 0;
  }

  /* .navbar {
    position: fixed;
    width: 320px;
    height: 100vh;
    top: 0;
    left: -340px;
    z-index: 1;
    padding: 0;
    overflow-x: scroll;
  }
  body.nav-opened .navbar {
    transform: translateX(340px) !important;
    -webkit-transform: translateX(340px) !important;
    -moz-transform: translateX(340px) !important;
    -ms-transform: translateX(340px) !important;
  } */
  .navbar {
    display: none;
    border-radius: 0;
    height: 100%;
    left: 0;
    overflow-x: auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
  }
  body.nav-opened .navbar {
    display: block;
    /* transform: translateX(340px) !important;
    -webkit-transform: translateX(340px) !important;
    -moz-transform: translateX(340px) !important;
    -ms-transform: translateX(340px) !important; */
  }
  .navbar .row {
    margin: 0;
  }
  .login-links {
    width: 100%;
    padding: 0 20px 30px 20px;
    margin-top: 50px;
  }
  .menu-search {
    float: left;
    width: 100%;
  }
  .btn-search {
    display: none;
  }
  .menu-search .dropdown-menu,
  .secondary-links {
    padding: 20px;
    border-top: solid 1px #E9EAED;
    border-bottom: solid 1px #E9EAED;
    float: left;
    width: 100%;
  }
  .menu-search .dropdown-menu {
    display: block;
    position: relative;
    box-shadow: none;
    z-index: 0;
  }
  #searchform .form-control {
    padding: 0 40px 0 0;
    box-shadow: none;
    border-bottom: solid 1px #E9EAED;
  }
  #searchform .search-submit {
    padding: 10px 13px;
    top: 15px;
  }
  .navbar-nav {
    margin: 0;
    float: left;
    width: 100%;
    padding: 30px 0;
  }
  .navbar-nav .nav-link {
    padding-bottom: 10px;
    padding-left: 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .navbar-nav .open > .nav-link {
    padding-bottom: 15px;
  }
  .navbar-nav .dropdown-menu {
    background-color: #f4f4f4;
    max-height: 0;
    padding: 0 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
    float: left;
    width: 100%;
    box-shadow: none;
    overflow: hidden;
    display: block;
    border: none;
  }
  .navbar-nav .open .dropdown-menu {
    max-height: 500px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 100%;
  }
  .navbar-nav .dropdown-menu>li:first-child {
    padding-top: 15px;
  }
  .navbar-nav .dropdown-menu>li:last-child {
    padding-bottom: 15px;
  }
  .navbar-nav .dropdown-menu>li .dropdown-menu{
    margin-bottom: 10px;
  }
  .navbar-nav .dropdown-menu>li .dropdown-menu>li{
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-nav .dropdown-menu>li>a {
    padding: 10px 15px 10px 25px !important;
  }

  .secondary-links .nav-item {
    padding: 10px 0;
  }

  .header-logo,
  .navbar,
  .menu-search .dropdown-menu,
  #searchform .form-control,
  .navbar-nav .dropdown-menu {
    border-radius: 0;
  }
  /*// end nav //*/
}

/*//// end header ////*/


/*//// footer ////*/
.site-footer {
  padding: 32px 8px 82px !important;
}
@media (max-width: 1024px) {
  .site-footer {
    border-radius: 0;
  }
}
.site-footer .site-info .widget {
  margin-bottom: 0;
}
.site-footer.container .row .col-sm-12.col-md-6 {
  padding: 0;
}
.site-footer.container .row:first-child {
  display: flex;
  flex-direction: column;

  @media (min-width: 800px) {
    flex-direction: row;
  }

  .col-sm-12.col-md-6 {
    width: fill-available;
    width: -moz-available;
    width: -webkit-fill-available;
  }
}
.site-footer a {
  color: white !important;
}
.site-footer a:hover {
  color: white;
  text-decoration: underline;
}

.site-info .widget {
  margin-bottom: 20px;
}
.site-info p {
  margin: 0;
  color: #fff;
  font-size: 10px;
}
.site-info .business_address {
  margin-top: 5px;
}
.footer-logo .site-logo img {
  width: 100%;
  max-height: 33px;

  @media (min-width: 768px) {
    width: 180px;
  }
}
.footer-menu .social-networks-container {
  margin: 0;
  padding: 0;

  h3 {
    margin: 0 8px 5px 8px;
  }
  .btn-hover-gray:hover {
    background: rgba(38, 37, 38, 0.50) !important;
    border-radius: 8px;
  }
  .social-networks {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
  }
}
.footer-menu .social-link .icon-shape {
  fill: white;
}
.footer-menu ul {
  width: 100%;
  float: right;
}
.focus-footer-tree {
  display: none;
  padding: 0;
}
.focus-footer-expand {
  background: none;
  border-style: none;
  color: #fff;
  margin: 15px -5px;
  padding: 5px;
}
@media (min-width: 768px) {
  .site-footer.container {
    margin-top: 40px;
    padding: 32px !important;
  }
  .focus-footer-expand {
    margin-top: 8px;
  }
  .footer-menu .social-networks-container {
    margin: 19px 0 0;

    h3 {
      margin: 0 0 5px 0;
    }
  }
  .footer-logo .site-logo img {
    max-height: 50px;
  }
}
.focus-footer-expand:focus {
  outline: 0;
  border-radius: 3px;
  box-shadow: 0 0 0 1px var(--secondary-color);
}
.focus-footer-expand span {
  margin-right: 5px;
}
.focus-footer-expand::after {
  content: "\f347";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 16px/1 'dashicons';
  transition: transform .3s ease-in-out;
  vertical-align: middle;
}
.focus-footer-expand.open::after {
  transform: rotate(-180deg);
}
.focus-footer-tree > ul {
  border-top: 1px solid #ffffff80;
  overflow: hidden;
  padding: 20px 0 0;
}
.focus-footer-tree > ul > li {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .focus-footer-tree > ul > li {
    float: left;
    margin-bottom: 20px;
    width: 25%;
  }
}
.focus-footer-tree > .menu > .nav-item:hover > .nav-link {
  color: white !important;
  text-decoration: none;
}
.focus-footer-tree > ul > li svg {
  display: none;
}
.focus-footer-tree > ul > li > a {
  display: inline-block;
  font-weight: bold !important;
  margin-bottom: 10px;
  pointer-events: none;
}
.focus-footer-tree > ul .dropdown-menu {
  all: unset;
}
.focus-footer-tree > ul .dropdown-menu > li > a {
  font-weight: 300 !important;
  line-height: 30px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 15px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-links .menu {
  display: grid;
  gap: 16px 40px;
  grid-template-columns: 1fr 1fr;
  padding: 0 8px;
}
.site-links .menu > li {
  padding: 0;
}
.site-links .menu > li.network-sites--footer {
  grid-column: 1;
}
.site-links .menu > li.menu-our-partners {
  grid-column: 2;
  grid-row: 1;
}
.site-links .menu > li.menu-contact {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 768px) {
  .focus-footer-tree > ul .dropdown-menu > li > a {
    line-height: 20px;
  }
}
.focus-footer-tree > ul .dropdown-menu > li > a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .textwidget p {
    font-size: 12px;
  }
  .textwidget p.business_address {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .footer-navigation {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 2fr;
    margin: 16px 0;

    .site-links {
      grid-column: 1 / 3;
      margin: 19px 0 0;
    }
    .footer-menu {
      grid-column: 3;
    }
    .site-links .menu {
      display: grid !important;
      gap: 16px 40px;
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: dense;
    
      > li {
        margin: 0;
      }
      > li.network-sites--footer {
        grid-column: 1;
      }
      > li:not(.network-sites--footer) {
        grid-column: 2;
      }
      .btn-hover-gray:hover {
        background: none !important;
        text-decoration: underline;
      }
    }
  }
}
/*//// end footer ////*/

/* Subscribe */
.subscribe {
  background: #fff;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  min-height: 100px;
  padding: 16px;
  text-align: left;
  transition: background 0.3s ease-in, border-color 0.3s ease-in;
  width: 100%;
}
.subscribe h2 {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}
.subscribe input {
  all: unset;
  border: 1px solid #DDD !important;
  border-radius: 8px;
  color: #555;
  margin-right: 8px;
  padding: 5px 8px 7px 12px;
  transition: border-color 0.3s ease-in;
  width: 222px;
}
.subscribe .btn:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--primary-color);
}
.subscribe-form {
  display: flex;
  justify-content: flex-start;
}
.subscribe-form-input {
  display: flex;
  flex-wrap: wrap;
}
.subscribe-form-input .btn-dark-gray {
  padding: 5px 12px 7px 12px !important;
}
form.subscribe-form.amp-form-submit-success .subscribe-form-input {
  display: none;
}
form.subscribe-form.amp-form-submit-success .success-message {
  display: block !important;
}
form.user-valid .invalid-email {
  display: none
}
.subscribe-form-input > div:not([class]) {
  position: absolute;
}
.grecaptcha-badge {
  visibility: hidden;
}
.error-message {
  color: #C83636 !important;
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}
.site-footer .error-message a {
  color: #c83636 !important;
  font-weight: 600;
}
.site-footer .error-message a:hover {
  text-decoration: underline;
}
.subscribe .success-message h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 24px;
  margin-bottom: 10px;
}
.subscribe .success-message p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.subscribe .success-message a {
  color: inherit !important;
  display: block;
  font-weight: 600;
  text-decoration: underline;
}
.subscribe-form-input input.subscribe-input {
  flex-grow: 1;
  margin-bottom: 8px;
  /* width: 100%; */
}
.site-footer .subscribe .btn-secondary {
  margin-top: 10px;
}
.site-footer .text-right {
  text-align: center;
}
@media(min-width: 768px) {
  .subscribe {
    min-width: 448px;
    padding: 16px 24px 24px;
  }
  .subscribe-form-input input.subscribe-input {
    margin-bottom: 0;
  }
  .subscribe-form-input .btn {
    padding: 3px 20px;
  }
  .site-footer .text-right {
    text-align: left;
  }
}
@media(min-width: 1028px) {
  .site-footer .subscribe .btn-secondary {
    margin-top: 0;
  }
}
/* end subscribe */

@media (min-width: 768px) {
  .container {
    padding: 0;
  }
  .main-area {
    /* padding: 0 40px 0 16px; */
    margin: 0 40px 0 16px;
    padding: 0;
  }
  .sidebar-area {
    margin-right: 16px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  /* .main-area {
    padding: 0 40px;
  } */
  /* .sidebar-area {
    padding-right: 40px;
    padding-left: 15px;
  } */
}

.widget {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 1440px) {
  .widget {
    margin-bottom: 40px;
  }
}
.widget-title {
  line-height: 16px;
  /* margin-bottom: 8px; */
  margin-top: 0;
  /* padding: 5px 8px 7px 8px; */

  @media (min-width:768px) {
    margin-bottom: 16px;
    /* padding: 0; */
  }
}
.widget-title--strong {
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 20px;
  letter-spacing: -0.28px;
}
.sidebar-area .widget {
  float: inherit !important;
  /* padding: 0 10px; */

  &.widget_fgn_social_networks {
    padding: 0;
  }
}
.sidebar-area .widget.widget_fgn_asia_ad_block {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sidebar-area .widget {
    max-width: none;
  }
  .sidebar-area .widget.widget_fgn_asia_ad_block {
    max-width: 255px;
  }
}
.widget .social-networks {
  padding: 16px;
  text-align: center;
}
.social-networks .social-networks-title {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}

.social-networks .social-networks-title,
.social-networks .social-link {
  display: inline-block;
}
.social-networks .icon-primary,
.socials-shares .icon-primary {
  width: 20px;
  height: 20px;
}

.social-networks {
  .social-link a {
    display: block;
    margin: 0 2px 0 0;
    padding: 8px;
  }
  .social-link:last-child a {
    margin: 0;
  }
  .social-link svg {
    display: block;
    margin: 0px;
  }
}
@media (min-width:768px){
  .socials-share:hover {
    background-color: #E9EAED;
    border-radius: 8px;
  }
}

/* Telegram highlight box */
.sidebar-area {
  .social-networks:has(.social-link--featured)  {
    padding: 10px;
  }
  .show-telegram-block {
    .social-link.telegram {
      display: none;
    }
  }
  .show-google-news-block {
    .social-link.google-news {
      display: none;
    }
  }

  .social-link--featured {
    background: rgba(255, 255, 255, .25);
    border: 1px solid rgb(153 153 153 / 15%);
    border-radius: 16px;
    display: block;
    margin-top: 20px;
    padding: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;

    &::before {
        content: '';
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(147, 197, 253, 0.45) 0%, transparent 65%);
        top: -90px;
        left: calc(50% + 8.5px);
        transform: translateX(-50%);
        pointer-events: none;
        z-index: 0;
      }

      p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 4px;
      z-index: 1;
    }
    .btn--join-now {
      background: #fff;
      display: flex;
      padding: 9px 16px 11px 12px;
      width: fit-content;
      border: 1px solid #fff;
      position: relative;
      margin-top: 8px;

      .icon-primary {
        display: block;
        margin-right: 4px;
      }

      
    }
  }
}
/* End Telegram highlight box */
@media (min-width: 768px){
  .main-area {
    margin-bottom: 0;
  }
  .sidebar-area .sidebar-article .entry-info {
    padding: 20px 16px 16px;
  }
  /* .sidebar-area .sidebar-article .entry-info .entry-title {
    margin-top: 8px;
  } */
  .sidebar-area .sidebar-article .entry-info .entry-title .text-primary {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 4 !important;
  }
  /* .widget-title {
    margin-bottom: 16px;
  } */
}
@media (max-width: 1199px) {
  .main-area,
  .sidebar-area {
    float: left;
    width: 100%;
  }
  .sidebar-area {
    margin-bottom: 50px;
  }
  .sidebar-area .widget {
    float: initial;
  }
}
@media (min-width: 1199px) {
  .sidebar-area .widget {
    float: initial;
    margin: 0 auto 30px auto;
    max-width: 300px;
    padding: 0;
  }
}

/* focus grid */
.news-grid {
  float: left;
  width: 100%;
}
.news-grid .row {
  padding: 0;
}
/* .news-grid.grouped .col-sm-6 .grid-article .entry-thumbnail {
  height: 285px;
} */
/* .news-grid .col-sm-6 .grid-article .entry-info {
  height: 80px;
} */
.news-grid .col-sm-4 .grid-article .entry-thumbnail {
  height: 180px;
}
.news-grid .col-sm-4 .grid-article .entry-info {
  height: 80px;
}
.grid-article {
  padding: 0;
  overflow: hidden;
  /* margin-bottom: 20px; */
  position: relative;
}
.sidebar-area .sidebar-article .entry-info {
  padding: 20px 16px 16px;
}
/* .grid-article.sidebar-article .entry-thumbnail {
  height: 170px;
} */
.news-grid.grouped {
  .grid-article {
    padding: 8px;
  }
  &.handpicked {
    .grid-article {
      padding: 0;
    }
  }
}
@media(max-width: 767px) {
  .news-grid.hscroll [class^=col-] {
    max-width: 255px;
    margin: auto;
  }
  .widget-title.font-medium.text-primary {
    margin-left: 12px;
  }
  .news-grid.grouped {
    .grid-article {
      a {
        display: flex;
        flex-direction: row;
      }
      &.article-1 {
        a {
          flex-direction: column;
        }
        .entry-info {
          padding: 8px 4px;
          width: 100% !important;
        }
      }
    }
  }
}
@media(max-width: 1024px) and (min-width: 768px){
  .single-post .sidebar-area .widget {
    float: inherit;
  }
  .widget.widget_fgn_news_grid .grid-article.sidebar-article {
    margin: 10px 14px;
    max-width: 220px;
  }
  .widget.widget_fgn_social_networks {
    display: none;
  }
  .sidebar-area .widget.widget_fgn_asia_ad_block {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grid-article.sidebar-article {
    max-width: 25%;
  }
  .grid-article.sidebar-article .entry-thumbnail {
    height: auto;
  }
}
@media (min-width: 1440px) {
  .grid-article.sidebar-article {
    margin-bottom: 0;
  }
}
.grid-article:hover {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
  -webkit-box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
  -moz-box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
  cursor: pointer;

  h3 {
    color: var(--secondary-color);
  }
}
.news-grid.featured .grid-article {
  box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
  transition: box-shadow 0.3s ease-in, backdrop-filter 0.3s ease-in;
}
.news-grid.featured .grid-article:hover {
  box-shadow: 0 0 30px 0 rgba(38, 37, 38, 0.15);
  backdrop-filter: blur(12px);
}
.sidebar-most-read.grid-article:hover {
  box-shadow: none;
  cursor: default;
}
.current-event .grid-article:hover {
  box-shadow: none;
}
.sidebar-area .grid-article {
  margin-bottom: 0;
}
.sidebar-most-read.grid-article .article-list:hover a,
.sidebar-area .grid-article:hover .entry-title a,
.current-event .grid-article:hover .entry-title a {
  color: var(--secondary-color) !important;
}

.grid-article .entry-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Award block */
.news-grid.featured.award .grid-article {
  backdrop-filter: blur(12px);
  border: 1px solid #FFF;
  border-radius: 16px !important;
  box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
  padding: 20px 16px;

  &::after {
    background: radial-gradient(84.79% 94.89% at 100% 55.99%, rgba(2, 93, 205, 0.35) 22.76%, rgba(192, 192, 192, 0.00) 100%), radial-gradient(27.12% 67.04% at 62.94% 93.53%, rgba(22, 197, 255, 0.30) 7.69%, rgba(228, 232, 235, 0.06) 100%), #FFF;
    border-radius: 254px;
    content: "";
    filter: blur(2px);
    height: 254px;
    position: absolute;
    right: -66px;
    top: -79px;
    width: 254px;
    z-index: -1;
  }
  .outside-kicker {
    color: var(--primary-color);
    margin-bottom: 8px;
    padding: 0;
    font-weight: 300;
  }
  .img-container {
    background-size: cover;
    border-radius: 8px;
    margin-bottom: 0;
  }
  .block-info {
    font-weight: 500;
    margin-left: 8px;
    padding: 0;
    position: relative;
    width: calc(100% - 108px);
  }
  .block-title {
    color: var(--primary-color);
    display: -webkit-box;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}

/* Featured */
.news-grid.featured .grid-article {
  margin: 0;
}
.news-grid.featured .entry-link {
  display: flex;
  flex-direction: column;
  overflow: hidden;

  @media (min-width: 768px) {
    flex-direction: row;
  }
}
.news-grid.featured .entry-thumbnail {
  height: 200px !important;
  width: 100%;

  @media (min-width: 768px) {
    margin: 16px 0 16px 16px;
  }

  @media (min-width: 1024px) {
    float: left;
    height: 350px !important;
    width: 525px;
  }

  .thumbnail-blur {
    background-position: center;
    background-size: cover;
    filter: blur(15px);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(1.1);
    width: 100%;
    z-index: 0;
  }

  img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}
.news-grid.featured .entry-category {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0;
  max-width: 1240px;
  position: absolute;
  right: 7px;
  text-align: left;
  top: 7px;
  z-index: 2;

  svg {
    z-index: 3;
  }
  span {
    background: #fff;
    border-radius: 0 8px 0 16px;
    box-shadow: 2px -5px 17px 5px rgb(0 0 0 / 8%);
    box-shadow: -8px 8px 20px -5px rgb(0 0 0 / 15%);
    padding: 5px 16px 7px 16px;
    z-index: 1;
  }
}
.news-grid.featured .entry-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.8px;
  margin: 8px 0 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .news-grid.featured .entry-category {
    margin: 5px 16px 7px;
    max-width: 1240px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .news-grid.featured .entry-title {
    display: -webkit-box;
    font-size: 24px;
    letter-spacing: -0.96px;
    line-height: 36px;
    margin: 16px 0 0;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .news-grid.featured .entry-info--featured-article {
    .entry-category {
      display: flex;
      margin: 0px 0 16px 7px;

      svg {
        z-index: 2;
        path {
          filter: drop-shadow(0 -8px 3px rgba(0, 0, 0, 8%));
        }
      }
      span {
        border-radius: 0 0 0 16px;
        box-shadow: 2px -5px 17px 5px rgb(0 0 0 / 8%);
        padding: 5px 16px 7px 16px;
        z-index: 1;
      }
    }
  }
}
@media (min-width: 10124px) {
  .news-grid.featured .entry-title {
    font-size: 24px;
  }
}
.news-grid.featured .entry-info .entry-excerpt {
  display: -webkit-box !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  margin: 8px 0 0;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media(min-width: 1024px) {
  .news-grid.featured .entry-info .entry-excerpt {
    max-height: 100%;
    margin: 16px 0 0;
    text-align: left;
    -webkit-line-clamp: 4;
  }
}
.news-grid.featured .entry-length {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  margin: 16px 0;
  text-align: left;
}
.news-grid.featured .entry-info {
  float: left;
  padding: 8px 0 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .news-grid.featured .entry-info {
    /* padding: 24px 20px 20px; */
    padding: 32px 20px 24px;
    width: calc(100% - 557px);
  }
}

/* widget YouTube videos combined with Video Interview articles */
.news-grid.grouped.video-combo {
  .grid-article {
    border-radius: 16px !important;
    margin-bottom: 12px;

    .big-post-info .entry-title a {
      height: 60px;
      overflow: hidden;
      -webkit-line-clamp: 3 !important;
      -webkit-box-orient: vertical;
    }
  }
  .big-video-article {
    @media (min-width: 768px) {
      margin-right: 16px;
    }

    .entry-thumbnail{
      height: 192px !important;
    }
    .entry-thumbnail.video-embed-container,
    .entry-info {
      /* height: 100px !important; */
      width: 100% !important;
    }
    .big-post-info {
      height: 100% !important;
    }
  }
  .col-sm-6:first-child .entry-info {
    padding: 8px 4px;
  }
  .big-video-article,
  .video-interviews-right-column .article-previous {
    padding: 8px;
  }
  .video-interviews-right-column {
    /* @media (min-width: 768px) {
      padding-left: 8px;
    } */

    .article-previous,
    .entry-info {
       height: auto;
    }
    .article-previous a {
      align-items: center;
    }
    .entry-thumbnail {
      border-radius: 8px;
      height: 80px !important;
      width: 120px !important;
    }
    .video-thumbnail-container.video-interviews-right-column--video {
      border-radius: 8px;
      /* margin: 10px 0 10px 6px; */
      overflow: hidden;
      width: 120px !important;
    }
    .video-thumbnail-container.video-interviews-right-column--video img {
      border-radius: 8px;
    }
  }

  @media(min-width: 760px) {
    .grid-article {
      margin-bottom: 0;
    }
    .big-video-article {
      .entry-thumbnail.big-post-thumbnail {
        border-radius: 8px;
        height: 296px !important;
      }
      .entry-thumbnail.video-embed-container {
        height: 296px !important;
      }
      .entry-info {
        height: 112px !important;
      }
      .entry-thumbnail.video-embed-container,
      .entry-info {
        width: 100% !important;
      }
      .big-post-info {
        height: 112px !important;
      }
    }
    .video-interviews-right-column {
      .entry-info {
        height: 110px;
      }
      .entry-thumbnail {
        border-radius: 8px;
        height: 120px !important;
        width: 100% !important;
      }
      .video-thumbnail-container.video-interviews-right-column--video {
        /* width: 289px !important; */
        height: 120px !important;
        width: 100% !important;
      }
    }
    .big-video-article,
    .video-interviews-right-column .article-previous {
      padding: 8px;
    }
    .col-sm-6:first-child .entry-info {
      padding: 16px 16px 8px;
    }
    .col-sm-6:nth-child(2) .grid-article {
      margin-bottom: 8px;

      &:last-child {
        margin-bottom: 0;
      }
    }
    .news-grid.grouped .grid-article .entry-title {
      -webkit-line-clamp: 6;
    }
  }
  @media(min-width: 760px) and (max-width: 1024px) {
    .big-video-article {
      .entry-thumbnail{
        height: 250px !important;
        width: auto !important;
      }
    }
  }
}
.news-grid.grouped .grid-article.article-previous {
  a {
    display: flex;
  }
}
.entry-thumbnail.video-embed-container {
  background-color: #000;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-embed-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* All YouTube videos widget */
.news-grid.grouped.youtube-videos .youtube-videos-right {
  .grid-article {
    height: auto;
    padding: 8px;
  }
  .entry-thumbnail {
    /* border-radius: 5px; */
    height: 80px !important;
    /* margin: 5px 0 5px 5px; */
    overflow: hidden;
    width: 120px;
  }
  .entry-thumbnail img {
    border-radius: 8px;
  }
  .entry-info {

  }
  .grid-article.article-previous a {
    display: flex;
    flex-direction: row;
  }
  @media(min-width: 760px) {
    .grid-article {
      padding: 8px;
    }
    .entry-thumbnail {
      height: 120px !important;
      width: 100%;
    }
  }
}

/* YT widget controls on the home page */
.video-overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 10;
}
.video-embed-container:hover .video-overlay {
  opacity: 1;
  pointer-events: auto;
}
.video-embed-container .video-overlay.paused-visible {
  opacity: 1;
  pointer-events: auto;
}
.video-overlay .play-pause-btn {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 50%;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease;
  width: 60px;
}
.video-overlay .play-pause-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%);
}
.video-overlay .play-pause-btn::before {
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  content: '';
  height: 0;
  margin-left: 5px;
  width: 0;
}
.video-overlay .play-pause-btn.playing::before {
  border-bottom: none;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  border-top: none;
  height: 26px;
  margin-left: 0;
  width: 20px;
}
.video-embed-container .mute-unmute-btn {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  bottom: 10px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 10px;
  transition: background-color 0.3s ease;
  width: 40px;
  z-index: 11;
}
.video-embed-container .mute-unmute-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Articles - Highlighted */
.widget_fgn_articles_highlighted .news-grid .grid-article {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), #F9F9F9;
  backdrop-filter: blur(12px);
  border-radius: 16px;
  border: 1px solid rgb(153 153 153 / 15%);
  box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
  height: auto;
  padding: 16px;

  &::after {
    background: radial-gradient(84.79% 94.89% at 100% 55.99%, rgba(2, 93, 205, 0.35) 22.76%, rgba(192, 192, 192, 0.00) 100%), radial-gradient(27.12% 67.04% at 62.94% 93.53%, rgba(22, 197, 255, 0.30) 7.69%, rgba(228, 232, 235, 0.06) 100%), #FFF;
    border-radius: 345px;
    bottom: -144px;
    content: "";
    filter: blur(2px);
    height: 345px;
    position: absolute;
    right: -121px;
    width: 345px;
    z-index: 1;
  }
}
.widget_fgn_articles_highlighted:has(.articles-footer-widget) .news-grid .grid-article {
  border-radius: 16px 16px 0 0 !important;
}
.widget_fgn_articles_highlighted .news-grid .entry-thumbnail {
  border-radius: 8px;
  height: 190px !important;
  z-index: 2;
}
.widget_fgn_articles_highlighted .news-grid .entry-thumbnail img {
  object-fit: cover;
}
.widget_fgn_articles_highlighted .news-grid .entry-info {
  padding: 0;
  z-index: 2;
}
.widget_fgn_articles_highlighted .entry-title,
.widget_fgn_articles_highlighted .entry-excerpt {
  color: #fff;
}
.widget_fgn_articles_highlighted .news-grid .entry-title {
  color: var(--primary-color);
  margin: 16px 0 8px 0;
}
.widget_fgn_articles_highlighted .news-grid .entry-excerpt {
  color: var(--primary-color);
}
.widget_fgn_articles_highlighted .handpicked-categories h1 {
  margin-top: 4px;
}
@media(min-width: 760px){
  .widget_fgn_articles_highlighted .news-grid .grid-article {
     &::after {
      background: radial-gradient(84.79% 94.89% at 100% 55.99%, rgba(2, 93, 205, 0.35) 22.76%, rgba(192, 192, 192, 0.00) 100%), radial-gradient(27.12% 67.04% at 62.94% 93.53%, rgba(22, 197, 255, 0.30) 7.69%, rgba(228, 232, 235, 0.06) 100%), #FFF;
      border-radius: 497px;
      height: 497px;
      right: -123px;
      top: -169px;
      width: 497px;
    }
  }
  .widget_fgn_articles_highlighted .news-grid .entry-thumbnail {
    height: 160px !important;
    margin: 0;
    width: 240px;
  }
  .widget_fgn_articles_highlighted .news-grid .entry-info {
    padding: 0 0 0 20px;
    width: calc(100% - 240px);
  }
  .widget_fgn_articles_highlighted .news-grid .entry-title {
    margin: 0;
    -webkit-line-clamp: 5 !important;
  }
  .widget_fgn_articles_highlighted .news-grid.featured .entry-excerpt {
    -webkit-line-clamp: 6 !important;
  }
}

/* Articles Highlighted Footer Widget */
.articles-footer-widget {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  border: 1px solid rgb(153 153 153 / 15%);
  border-radius: 0 0 16px 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 20px 12px;
  position: relative;
  z-index: -1;

  @media(min-width: 760px) {
    flex-direction: row;
    padding: 16px;
  }

   &::after {
    background: radial-gradient(32.79% 81.07% at 82.66% 91.82%, rgba(61, 35, 138, 0.35) 7.69%, rgba(228, 232, 235, 0.07) 100%), radial-gradient(84.79% 94.89% at 100% 55.99%, rgba(2, 93, 205, 0.35) 22.76%, rgba(192, 192, 192, 0.00) 100%), radial-gradient(27.12% 67.04% at 62.94% 93.53%, rgba(22, 197, 255, 0.30) 7.69%, rgba(228, 232, 235, 0.06) 100%), #FFF;
    border-radius: 309px;
    bottom: -75px;
    content: "";
    filter: blur(2px);
    height: 309px;
    position: absolute;
    right: -116px;
    width: 309px;
    z-index: -1;

    @media(min-width: 760px) {
      right: -48px;
      top: -170px;
    }
  }

  .articles-footer-widget__logo-wrapper {
    height: 60px;
    margin: 0 0 8px 0;
    width: 90px;

    @media(min-width: 760px) {
      height: 48px;
      margin: 0 16px 0 0;
      width: 72px;
    }

    .articles-footer-widget__logo {
      border-radius: 4px;
      height: 100%;
      object-fit: cover;
      width: 100%;

      @media(min-width: 760px) {
        border-radius: 8px;
      }
    }
  }
  .articles-footer-widget__content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;

    .articles-footer-widget__title {
      align-items: center;
      display: flex;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: -0.32px;
      line-height: 24px;
      margin: 0;
    }
    .articles-footer-widget__excerpt {
      font-size: 14px;
      margin: 0;
    }
  }
}

.news-grid.col2 .grid-article .entry-thumbnail,
.news-grid.col3 .grid-article .entry-thumbnail,
.archive.category .news-grid .grid-article .entry-thumbnail,
.archive.tag .news-grid .grid-article .entry-thumbnail,
.search .news-grid .grid-article .entry-thumbnail,
.page-template-template-myfocus .news-grid .grid-article .entry-thumbnail,
.page-template-template-daily-news .news-grid .grid-article .entry-thumbnail {
  border-radius: 8px;
  height: 80px !important;
  position: relative;
  width: 120px !important;
}
.news-grid.grouped .grid-article .entry-thumbnail {
  border-radius: 8px;
}
.news-grid.col2 .grid-article .entry-title,
.news-grid.col3 .grid-article .entry-title,
.archive.category .grid-article .entry-title,
.archive.tag .grid-article .entry-title,
.related-articles .grid-article .entry-title,
.sidebar-area .sidebar-article .entry-info .entry-title,
.search .grid-article .entry-title,
.page-template-template-myfocus .grid-article .entry-title,
.page-template-template-daily-news .grid-article .entry-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-grid.grouped .grid-article .entry-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.grid-article .article-date + .entry-title {
  -webkit-line-clamp: 2!important;
}
.related-articles .grid-article .entry-title {
  -webkit-line-clamp: 8;
}
.archive.category .grid-article .entry-excerpt,
.archive.tag .grid-article .entry-excerpt,
.search .grid-article .entry-excerpt {
  display: none;
}
.related-articles .grid-article .entry-excerpt {
  display: -webkit-box;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  white-space: initial;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media(min-width: 760px) {
  .col-sm-6 {
    padding: 0;
    width: 50%;
    /* width: 49%; */
    /* width: 446px; */
  }
  .news-grid.col3 {
    /* width: 50%; */
  }
  .news-grid.col3,
  .news-grid.col2 {
    /* .col-sm-6 {
      width: 466px;
    } */
    .row {
      margin: 0 -8px;
      margin: 0 -10px;
      padding: 0;
    }
    .grid-article {
      margin: 0 4px 8px;
      margin: 0 2px 8px;
    }
  }
  .widget_fgn_news_grid:has(.news-grid.col2) .cat-link--chevron,
  .widget_fgn_news_grid:has(.news-grid.col3) .cat-link--chevron {
    margin-left: 0;
  }
  .news-grid .grid-article.article-2 .entry-title,
  .news-grid .grid-article.article-3 .entry-title {
    -webkit-line-clamp: 5;
  }
  .news-grid.col3 .grid-article .entry-title {
    -webkit-line-clamp: 3;
  }
  .archive.category .grid-article .entry-excerpt,
  .archive.tag .grid-article .entry-excerpt,
  .related-articles .grid-article .entry-excerpt,
  .search .grid-article .entry-excerpt,
  .page-template-template-myfocus .grid-article .entry-excerpt,
  .page-template-template-daily-news .grid-article .entry-excerpt {
    display: block;
  }
  .news-grid.grouped .grid-article .entry-thumbnail {
    /* border-radius: 10px 0 0 10px; */
  }
}
.news-grid.col2 .grid-article .entry-info,
.news-grid.col3 .grid-article .entry-info,
.news-grid.grouped .grid-article .entry-info,
.archive.category .news-grid .grid-article .entry-info,
.archive.tag .news-grid .grid-article .entry-info,
.related-articles .news-grid .grid-article .entry-info,
.search .news-grid .grid-article .entry-info,
.page-template-template-myfocus .news-grid .grid-article .entry-info,
.page-template-template-daily-news .news-grid .grid-article .entry-info {
  height: 100%;
  padding: 0 0 0 8px;
}
.news-grid .grid-article.grid-article--no-thumbnail {
  height: 100px;
}
.archive.category .news-grid .grid-article.grid-article--no-thumbnail .entry-info,
.archive.tag .news-grid .grid-article.grid-article--no-thumbnail .entry-info,
.search .news-grid .grid-article.grid-article--no-thumbnail .entry-info,
.page-template-template-myfocus .news-grid .grid-article.grid-article--no-thumbnail .entry-info {
  padding: 16px;
}
.related-articles .news-grid .grid-article.grid-article--no-thumbnail .entry-info,
.page-template-template-daily-news .news-grid .grid-article.grid-article--no-thumbnail .entry-info {
  padding: 10px;
}
.news-grid.col2 .grid-article .entry-thumbnail + .entry-info,
.news-grid.col3 .grid-article .entry-thumbnail + .entry-info,
.news-grid.grouped .grid-article .entry-thumbnail + .entry-info,
.archive.category .news-grid .grid-article .entry-thumbnail + .entry-info,
.archive.tag .news-grid .grid-article .entry-thumbnail + .entry-info,
.search .news-grid .grid-article .entry-thumbnail + .entry-info,
.page-template-template-myfocus .news-grid .grid-article .entry-thumbnail + .entry-info,
.page-template-template-daily-news .news-grid .grid-article .entry-thumbnail + .entry-info {
  width: calc(100% - 150px);
}

@media(min-width: 768px) {
  .news-grid.col2 .entry-thumbnail img {
    height: 275px;
    position: relative;
    width: 415px;
  }
  .news-grid.col2 .grid-article .entry-thumbnail{
    height: 296px !important;
    /* height: 280px !important; */
  }
  .news-grid.col2 .grid-article .entry-thumbnail + .entry-info,
  .news-grid.col3 .grid-article .entry-thumbnail + .entry-info,
  .news-grid.grouped .grid-article .entry-thumbnail + .entry-info,
  .archive.category .news-grid .grid-article .entry-thumbnail + .entry-info,
  .archive.tag .news-grid .grid-article .entry-thumbnail + .entry-info,
  .related-articles .news-grid .grid-article .entry-thumbnail + .entry-info,
  .search .news-grid .grid-article .entry-thumbnail + .entry-info,
  .page-template-template-myfocus .news-grid .grid-article .entry-thumbnail + .entry-info,
  .page-template-template-daily-news .news-grid .grid-article .entry-thumbnail + .entry-info {
    width: 100%;
  }
}
.news-grid.grouped .grid-article {
  height: auto;
}
.news-grid.grouped .grid-article .entry-info {
  height: 100%;
}
.news-grid.col2 .entry-thumbnail img,
.news-grid.col3 .entry-thumbnail img,
.archive.category .news-grid .grid-article .entry-thumbnail img,
.archive.tag .news-grid .grid-article .entry-thumbnail img,
.related-articles .news-grid .grid-article .entry-thumbnail img,
.search .news-grid .grid-article .entry-thumbnail img,
.page-template-template-myfocus .news-grid .grid-article .entry-thumbnail img,
.page-template-template-daily-news .news-grid .grid-article .entry-thumbnail img {
  bottom: -100%;
  height: 100%;
  /* Alternative: Show images without zoom  */
  /* height: initial; */
  left: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -100%;
  text-align: center;
  top: -100%;
  width: initial;
}
.archive.category .news-grid .grid-article .entry-thumbnail img,
.archive.tag .news-grid .grid-article .entry-thumbnail img,
.related-articles .news-grid .grid-article .entry-thumbnail img,
.search .news-grid .grid-article .entry-thumbnail img,
.page-template-template-myfocus .news-grid .grid-article .entry-thumbnail img,
.page-template-template-daily-news .news-grid .grid-article .entry-thumbnail img {
  position: initial;
  width: inherit;
}
.related-articles .news-grid .grid-article {
  height: 240px;
}
.related-articles .news-grid.hscroll .col-sm-4 {
  width: 210px;
}
.related-articles .news-grid.hscroll .entry-thumbnail {
  height: 140px !important;
}
.related-articles .news-grid .grid-article .entry-info .entry-title.entry-title--big {
  -webkit-line-clamp: 11;
}
.related-articles .news-grid .grid-article .entry-thumbnail + .entry-info .entry-title {
  -webkit-line-clamp: 4;
}
.related-articles .news-grid.hscroll .grid-article .entry-title {
  height: initial;
  margin-bottom: 10px;
}
.news-grid.grouped .grid-article.article-4 {
  height: 80px;
}

@media(min-width: 768px) {
  .news-grid.col2 .grid-article .entry-thumbnail,
  .news-grid.col3 .grid-article .entry-thumbnail,
  .archive.category .news-grid .grid-article .entry-thumbnail,
  .archive.tag .news-grid .grid-article .entry-thumbnail,
  .related-articles .news-grid .grid-article .entry-thumbnail,
  .search .news-grid .grid-article .entry-thumbnail,
  .page-template-template-myfocus .news-grid .grid-article .entry-thumbnail,
  .page-template-template-daily-news .news-grid .grid-article .entry-thumbnail {
    border-radius: 8px;
    width: 100% !important;
  }
  .news-grid.grouped .grid-article.article-1 .entry-info {
    height: 112px;
    padding: 16px;
  }
  .news-grid.grouped .grid-article.article-2 .entry-info,
  .news-grid.grouped .grid-article.article-3 .entry-info,
  .news-grid.handpicked .grid-article.article-4 .entry-info {
    padding: 0 0 0 16px;
  }
  pipoooooo
  .news-grid.col2 .grid-article .entry-thumbnail {
    /* height: auto !important; */
    min-height: 273px;
  }
  .archive.category .news-grid .grid-article .entry-thumbnail,
  .archive.tag .news-grid .grid-article .entry-thumbnail,
  .related-articles .news-grid .grid-article .entry-thumbnail,
  .single .news-grid .grid-article .entry-thumbnail,
  .search .news-grid .grid-article .entry-thumbnail,
  .page-template-template-myfocus .news-grid .grid-article .entry-thumbnail,
  .page-template-template-daily-news .news-grid .grid-article .entry-thumbnail {
    height: 180px !important;
  }
  .news-grid.col3 .grid-article .entry-thumbnail {
    height: 186px !important;
  }

  .widget_fgn_news_grid .news-grid.grouped .row > .col-sm-6:first-child {
    /* margin-right: 16px; */
  }
  .news-grid.grouped .grid-article.article-1 {
    .entry-thumbnail {
      border-radius: 8px;
      height: 296px !important;
      width: initial !important;
    }
  }
  .news-grid.grouped .grid-article.article-2,
  .news-grid.grouped .grid-article.article-3,
  .news-grid.grouped .grid-article.article-4,
  .news-grid.handpicked .grid-article.article-4 {
    height: 136px;
    margin-bottom: 8px;
  }
  .news-grid.grouped .grid-article.article-2 .entry-thumbnail,
  .news-grid.grouped .grid-article.article-3 .entry-thumbnail,
  .news-grid.handpicked .grid-article.article-4 .entry-thumbnail {
    border-radius: 8px;
    height: 120px !important;
    width: 180px !important;
  }
  .news-grid.grouped .grid-article.article-2 .entry-thumbnail + .entry-info,
  .news-grid.grouped .grid-article.article-3 .entry-thumbnail + .entry-info,
  .news-grid.handpicked .grid-article.article-4 .entry-thumbnail + .entry-info {
    float: left;
    height: 100%;
    width: calc(100% - 200px);
  }
  .news-grid.grouped .grid-article.article-1 .entry-title {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 3 !important;
  }
  .news-grid.grouped:not(.handpicked) .grid-article.article-4 .entry-title {
    -webkit-line-clamp: 3;
  }
  .news-grid.col2 .entry-thumbnail img,
  .news-grid.col3 .entry-thumbnail img,
  .archive.category .news-grid .grid-article .entry-thumbnail img,
  .archive.tag .news-grid .grid-article .entry-thumbnail img,
  .related-articles .news-grid .grid-article .entry-thumbnail img,
  .search .news-grid .grid-article .entry-thumbnail img,
  .page-template-template-myfocus .news-grid .grid-article .entry-thumbnail img,
  .page-template-template-daily-news .news-grid .grid-article .entry-thumbnail img {
    bottom: 0;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  .archive.category .news-grid .grid-article .entry-thumbnail img,
  .archive.tag .news-grid .grid-article .entry-thumbnail img,
  .related-articles .news-grid .grid-article .entry-thumbnail img,
  .search .news-grid .grid-article .entry-thumbnail img,
  .page-template-template-myfocus .news-grid .grid-article .entry-thumbnail img,
  .page-template-template-daily-news .news-grid .grid-article .entry-thumbnail img {
    position: initial;
    width: inherit;
  }
  .related-articles .news-grid .grid-article .entry-thumbnail + .entry-info .entry-title {
    -webkit-line-clamp: 5;
  }
  .related-articles .news-grid.hscroll .col-sm-4 {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .news-grid.col2 .grid-article .entry-info {
    padding: 16px;
  }
  .news-grid.grouped .grid-article .entry-info {
    padding: 4px 8px 4px 16px;
  }
  .news-grid.col3 .grid-article,
  .news-grid .col-sm-4 .grid-article {
    padding: 8px;
  }
  .news-grid.col3 .grid-article .entry-info,
  .news-grid .col-sm-4 .grid-article .entry-info {
    height: 90px;
    padding: 12px 0 8px;
  }
  .news-grid.grouped .grid-article.article-2 .entry-thumbnail,
  .news-grid.col3 .grid-article .entry-thumbnail {
    border-radius: 8px;
  }
  .news-grid.col2 .grid-article .entry-info .entry-title {
    -webkit-line-clamp: 2;
  }

  .archive.category .news-grid .grid-article,
  .archive.tag .news-grid .grid-article,
  .related-articles .news-grid .grid-article,
  .single.single-post .news-grid .grid-article,
  .search .news-grid .grid-article {
    height: 326px;
  }
  .archive.category .news-grid .grid-article .entry-thumbnail + .entry-info,
  .archive.tag .news-grid .grid-article .entry-info,
  .related-articles .news-grid .grid-article .entry-info,
  .single .news-grid .grid-article .entry-info,
  .search .news-grid .grid-article .entry-info {
    height: 120px;
    padding: 12px 0 8px;
  }
  .archive.category .news-grid .grid-article .entry-info .entry-title,
  .archive.tag .news-grid .grid-article .entry-info .entry-title,
  .related-articles .news-grid .grid-article .entry-info .entry-title,
  .single .news-grid .grid-article .entry-info .entry-title,
  .search .news-grid .grid-article .entry-info .entry-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .archive.category .news-grid .grid-article.grid-article--no-thumbnail .entry-info,
  .archive.tag .news-grid .grid-article.grid-article--no-thumbnail .entry-info,
  .related-articles .news-grid .grid-article.grid-article--no-thumbnail .entry-info,
  .search .news-grid .grid-article.grid-article--no-thumbnail .entry-info,
  .page-template-template-myfocus .news-grid .grid-article.grid-article--no-thumbnail .entry-info,
  .page-template-template-daily-news .news-grid .grid-article.grid-article--no-thumbnail .entry-info {
    height: 326px;
    padding: 12px 0 8px;
  }
  .archive.category .news-grid .grid-article .entry-info .entry-title.entry-title--big,
  .archive.tag .news-grid .grid-article .entry-info .entry-title.entry-title--big,
  .related-articles .news-grid .grid-article .entry-info .entry-title.entry-title--big,
  .search .news-grid .grid-article .entry-info .entry-title.entry-title--big,
  .page-template-template-myfocus .news-grid .grid-article .entry-info .entry-title.entry-title--big,
  .page-template-template-daily-news .news-grid .grid-article .entry-info .entry-title.entry-title--big {
    font-size: 20px;
    line-height: 28px;
    -webkit-line-clamp: 9;
  }
  .related-articles .news-grid .grid-article .entry-info .entry-title.entry-title--big {
    -webkit-line-clamp: 10;
  }
  .news-grid .grid-article .entry-info .entry-title.entry-title--medium {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .news-grid .grid-article .entry-info .entry-excerpt {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
}
.page-template-template-daily-news {
  .grid-article--no-thumbnail .article-date {
    display: none;
  }
  .entry-excerpt {
    display: -webkit-box;
    font-size: 14px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    @media(min-width: 768px) {
      font-size: 16px;
      -webkit-line-clamp: 8;
    }
  }
  .news-grid .grid-article .entry-info .entry-title.entry-title {
    margin-bottom: 6px;
    @media(min-width: 768px) {
      margin-bottom: 10px;
    }
  }
  @media(min-width: 768px) {
    .news-grid .grid-article.grid-article--no-thumbnail {
      height: inherit;
    }
  }
}
.news-grid.col2 .grid-article {
  padding: 0;

  .col-sm-6 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .entry-thumbnail {
    border-radius: 8px;
  }
  .entry-info {
    /* height: 80px; */
    padding: 0 0 0 8px;
  }

  @media(min-width: 768px) {
    padding: 8px;

    .entry-info {
      height: 60px;
      padding: 12px 0 8px;
    }
  }
}
.news-grid.col2 .entry-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  padding: 0;
  -webkit-line-clamp: 4;
}
@media (min-width: 1200px) {
  .news-grid.col2 .entry-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.entry-thumbnail {
  overflow: hidden;
  position: relative;
}
.entry-thumbnail .article-date {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: auto;
  padding: 2px 8px;
  border-radius: 0 8px 0 0;
  width: 66px;
}
.entry-thumbnail .svg-tag-shape--article-date {
  bottom: -2px;
  position: absolute;
  right: 14px;
}
.entry-info .article-date {
  float: none;
  padding: 0 0 10px;
}

.entry-thumbnail img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media(min-width: 768px) and (max-width: 1024px) {
  .grid-article .entry-thumbnail img {
    max-height: 22.5em;
  }
}
@media(min-width: 768px) {
  .entry-thumbnail .article-date {
    font-size: 14px;
    width: 74px;
  }
  .entry-thumbnail .svg-tag-shape--article-date {
    right: 165px;
  }
}
/* .news-grid.grouped .col-sm-6 .grid-article .entry-thumbnail {
  height: 285px;
} */
/* .news-grid .col-sm-6 .grid-article .entry-info {
  height: 80px;
} */
/* .news-grid .col-sm-4 .grid-article .entry-thumbnail {
  height: 180px;
} */
/* .news-grid .col-sm-4 .grid-article .entry-info {
  height: 80px;
} */
.news-grid .col-sm-6.col-lg-3 .grid-article .entry-thumbnail {
  height: 135px;
}
.news-grid .col-sm-6.col-lg-3 .grid-article .entry-info {
  height: 110px;
}

/* featured articles */
.news-grid.grouped .grid-article.article-4 .entry-info {
  width: 100%;
}
.news-grid.grouped .grid-article.article-2 .entry-thumbnail,
.news-grid.grouped .grid-article.article-3 .entry-thumbnail,
.news-grid.handpicked .grid-article.article-4 .entry-thumbnail {
  float: left;
  width: 45%;
  height: 122px;
}
.widget_fgn_most_read .news-grid {
  background: #fff;
  position: relative;
  z-index: 1;
}
@media(min-width: 1440px) {
  .sidebar-area .widget_fgn_most_read .news-grid .col-sm-3 {
    width: 100%;
  }
}
/* end featured articles */

@media (max-width: 700px ) {
  .news-grid .grid-article {
    border-radius: 8px !important;
    height: 80px;
  }
  .news-grid.featured .grid-article {
    border-radius: 16px !important;
  }
  .news-grid.featured .grid-article {
    height: 100%;
    padding: 8px 8px 20px;
  }
  .news-grid .entry-title {
    line-height: 20px;
    white-space: normal;
  }

  .news-grid.featured .entry-title {
    position: relative;
  }
  .news-grid .entry-info {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .news-grid.grouped .grid-article:last-child {
    margin-bottom: 0;
  }
  .news-grid.grouped {
    .col-sm-6:last-child {
      padding-left: 16px;
    }
    &.video-combo .col-sm-6:last-child {
      padding-left: 0;
    }
  }
}
@media (max-width: 1199px) {
  .news-grid .grid-article {
    margin: 0 0 12px;
    padding: 0;
  }

  .news-grid .entry-thumbnail {
    float: left;
    width: 45%;
    height: auto !important;
  }
  .news-grid .entry-info {
    float: left;
    /* width: 55%; */
  }
  .news-grid.hscroll .row {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
      padding: 0 10px;
  }
  .news-grid.hscroll .col-sm-4,
  .news-grid.hscroll .col-sm-6  {
    display: inline-block;
    width: 155px;
    margin: 0 5px;
    padding: 0;
  }
  .news-grid.hscroll .entry-thumbnail {
    width: 100%;
    height: 100px !important;
  }
  .news-grid.hscroll .entry-info,
  .news-grid.hscroll .entry-title {
    width: 100%;
    height: 90px;
  }
  /* featured articles */
  .news-grid.grouped .col-sm-6 .grid-article.article-1 .entry-thumbnail {
    border-radius: 8px;
    height: 192px !important;
    width: 100%;
  }
  /*
  .news-grid.grouped .col-sm-6 .grid-article.article-4 .entry-info {
    width: 100%;
    height: 60px;
  }
  */
  /* end featured articles */
}

/* end home articles */

/* breadcrumbs */
.breadcrumb {
  background-color: transparent;
}
header .breadcrumb {
  background: none;
  font-weight: 300;
  margin-bottom: 16px;
  padding: 0;
}
header .breadcrumb span a {
  display: inline-block;
  padding: 5px 5px;
}
header .breadcrumb span a:hover {
  color: var(--secondary-color)!important;
}
header .breadcrumb span:first-child a {
  padding-left: 0;
}

/* pages */
.page-header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  margin: 0 0 32px;
}
.page-title {
  /* float: left; */
  display: inline-block;
  margin: 0;
}
body.tag .page-title {
  text-transform: capitalize;
}
.page-subtitle {
  float: left;
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
}

/* page navigation */
.navigation.pagination {
  width: 100%;
  border-top: solid 1px #ddd;
  border-radius: 0;
  margin-top: 12px;
  padding-top: 10px;
  margin-bottom: 40px;

  @media(min-width: 768px) {
    margin-top: 40px;
  }
}
.screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  min-width: 32px;
  height: 32px;
  background-color: transparent;
  border: 1px solid #262526;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 8px;
  font-weight: 600;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border-radius: 15px;
  padding: 3px 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;

  &:hover {
    color: var(--secondary-color) !important;
  }
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  padding: 5px 12px 7px 12px;
}

.page-numbers.dots + .page-numbers {
  display: none;
}

.page-numbers.dots + .page-numbers.current {
  display: block;
}

@media (max-width: 1199px) {
  .page-header {
    padding-bottom: 16px;
    margin: 0 0 20px;
  }
  .page-subtitle {
    font-size: 16px;
  }
}

/* search results */
.search-selector {
  float: right;
  z-index: 1;
  margin-top: 15px;
  margin-right: 5px;
}
.search-selector .dropdown-toggle {
  padding: 15px;
  cursor: pointer;
}
.search-selector .dropdown-menu {
  margin-top: 5px;
  left: -5px;
}

@media (max-width: 1199px) {
  .search-selector {
    float: left;
  }
  .search-selector.opened .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    border: none;
  }
}

/* single article */
.article-page .content-area,
.article-container,
.entry-content,
.entry-meta,
.article-content,
.article-topics {
  float: left;
  width: 100%;
}
.entry-content {
  position: relative;
}
.article-container {
  padding: 48px;
  margin-bottom: 20px;

  @media(min-width: 768px) {
    margin-bottom: 40px;
  }
}
.article-container .entry-title {
  font-size: 20px;
  margin: 16px 0 24px;
  line-height: 28px;
  letter-spacing: -0.8px;

  @media(min-width: 768px) {
    font-size: 36px;
    letter-spacing: -1.44px;
    line-height: 48px;
    margin: 16px 0 40px;
  }
}
.article-container .entry-thumbnail {
  overflow: hidden;
  background-color: #ddd;
}
.article-container .entry-meta {
  margin: 24px 0 0;

  @media(min-width: 768px) {
    margin: 40px 0 0;
  }
}
.article-container .entry-thumbnail .visible-md-block.visible-lg-block {
  height: 540px;
}
.article-container .thumbnail-caption {
  color: #707072;
  width: 100%;
  float: left;
  font-size: 10px;
  margin-top: 4px;
  background: white;

  @media(min-width: 768px) {
    font-size: 14px;
    margin-top: 8px;
  }
}
 @media(max-width: 426px) {
  .single-post {
    .related-articles {
      margin-bottom: 40px;

      .news-grid.hscroll .row {
        display: grid;
        grid-template-columns: 1fr;
        max-width: none;
        padding: 0 !important;

        .col-sm-4 {
          margin: 12px 0 0;
          max-width: max-content;
          width: 100%;

          &:first-child {
            margin-top: 0;
          }
        }
        .entry-thumbnail {
          height: 80px !important;
          width: 120px;
        }
        .entry-info {
          margin-left: 8px;
          padding: 0 !important;
          width: calc(100% - 120px);
        }
      }
      .grid-article {
        height: 80px;
        margin: 0;
        a {
          display: flex;
        }
      }
    }
  }
}
.article-date {
  float: left;
  width: 50%;

  @media(min-width: 768px) {
    padding-top: 10px;
  }
}
.article-actions {
  float: right;
  position: relative;
}
.article-actions > .btn {
  border-radius: 100%;
  border: solid 1px var(--primary-color);
  height: 32px;
  margin-left: 12px;
  width: 32px;
  background: #fff;
  padding: 0;
  position: relative;
  transition: none;
}
@media(min-width: 768px) {
  .article-actions > .btn {
    margin-left: 16px;
    width: 40px;
    height: 40px;
  }
}

.article-share {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  box-shadow: 0 0 10px 0 rgba(51,51,51,0.25);
  -webkit-box-shadow: 0 0 10px 0 rgba(51,51,51,0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(51,51,51,0.25);
  border-radius: 20px;
  padding: 3px 5px 2px 0;
  width: 40px;
  opacity: 0;
  overflow: hidden;
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
}
.socials-shares {
  display: flex;
  justify-content: space-around;
  text-align: center;
  top: 50%;
  position: relative;
  transform: translateY(50%);

  @media(min-width: 768px) {
    transform: translateY(0);
    top: initial
  }
}

.modal-overlay {
  /* background: rgba(0, 0, 0, 0.6); */
  background: radial-gradient(93.15% 125.13% at 102.42% 107.73%, rgba(2, 93, 205, 0.10) 28.79%, rgba(192, 192, 192, 0.00) 100%), rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(17.5px);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  right: 0;
  z-index: 12;
}
.modal-overlay.open {
  opacity: 1;
  display: block;
  pointer-events: unset;
  z-index: 20;
}

.modal-share {
  background: #fff;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
  cursor: unset;
  height: 180px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  padding: 12px;
  position: fixed;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 2;
}
@media(min-width: 768px) {
  .modal-share {
    border-radius: 16px;
    bottom: unset;
    height: 160px;
    padding: 48px 32px;
    transform: translateY(-50%);
    top: 50%;
    width: 480px;
  }
}
.modal-share.open {
  height: 100%;

  @media(min-width: 768px) {
    height: auto;
  }
}
.modal-overlay.open {
  z-index: 20;
}
.modal-overlay.open .modal-share {
  transform: translateY(0);
}
@media(min-width: 768px) {
  .modal-overlay.open .modal-share {
    transform: translateY(-50%);
    opacity: 1;
  }
}

.modal-share .modal-close {
  all: unset;
  border-radius: 100%;
  cursor: pointer;
  height: 14px;
  padding: 6px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 12px;
  width: 14px;
}
@media(min-width: 768px) {
  .modal-share .modal-close {
    padding: 12px;
  }
}

.modal-share .modal-close:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}

.modal-share .modal-header {
  top: 50%;
  position: relative;
  transform: translateY(50%);
  margin-bottom: 32px;

  @media(min-width: 768px) {
    top: initial;
    transform: translateY(0);
    margin-bottom: 0;
  }
}

.modal-share .modal-header .modal-title {
  font-size: 24px;
  line-height: 36px; /* 150% */
  letter-spacing: -0.96px;
}

.share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 60px;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.share-buttons li {
  height: auto;
  flex: 0 1 auto;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.share-buttons li:last-child {
  width: 25%;
  margin-right: 0;
}

.share-buttons svg {
  fill: #fff;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.share-googleplus svg {
  width: 20px;
  height: 16px;
}

.share-buttons a {
  display: block;
  padding: 12px 12px 9px;
  text-align: center;
}

.share-buttons li:first-child a {
  border-radius: 3px 0 0 3px;
}

.share-buttons li:last-child a {
  border-radius: 0 3px 3px 0;
}

.share-twitter {
  background: #1da1f2;
}

.share-facebook {
  background: #3b5998;
}
.socials-share a {
  border-radius: 100%;
  display: block;
  height: 35px;
  padding: 6px;
  width: 35px;
}

.socials-share-logo {
  font-size: 1.5em !important;
}

.page-title.category-header {
  margin-right: 16px;
}
@media (max-width: 1199px) {
  .page-title.category-header {
    margin-right: 10px;
  }
}
.btn-like,
.btn-bookmark {
  padding: 0;
}
.btn-like button,
.btn-bookmark button {
  background: #fff;
  border-color: transparent;
  border-radius: 100%;
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
}
.btn-share svg {
  top: 3px;
}
.btn-like button svg {
  top: -3px;
  width: 19px;
}
.btn-bookmark button svg {
  top: 3px;
}
.btn-like .action-like .icon-spark {
  display: none;
}
.btn-bookmark a {
  padding: 10px;
}
.article-actions svg {
  position: relative;
}
.article-actions .btn-share:hover .article-share {
  padding: 3px 5px 2px 5px;
  width: 225px;
  opacity: 1;
}
.article-actions .btn-share:hover .article-share,
.article-actions .btn-share:hover .close-icon {
  display: block;
}

.article-content {
  margin: 8px 0 4px;

  @media(min-width: 768px) {
    margin: 24px 0 20px;
  }
}
.article-page h2 {
  font-size: 22px;
  margin-top: 50px;
  font-weight: 600;
}
.article-page p,
.article-page li {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.article-page p:first-of-type {
  font-weight: 400;
}
.article-page p a {
  text-decoration: underline;
  font-weight: 500;
}
.article-page blockquote p {
  font-weight: 300 !important;
  margin-bottom: 5px;
}
/* Skip to content */
.btn--skip-to-content {
  background: #fff;
  font-size: 15px;
  position: fixed;
  transform: translateY(-100px);
  z-index: 13;
}

.btn--skip-to-content:focus {
  transform: translateY(0);
  visibility: visible;
}

.audio-button-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  @media(min-width: 768px) {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .google-news-cta {
    display: flex !important;
  }
}
.article-action-btn .google-news-icon path {
  fill: var(--primary-color);
  transition: fill 0.5s ease;
}
.article-action-btn:hover .google-news-icon path {
  fill: var(--secondary-color);
}
/* Read aloud */
.read-aloud-container {
  display: flex;
}
@media(min-width: 768px) {
  .read-aloud-container {
    margin: 0;
  }
}
.read-aloud-container.open .read-aloud-controls {
  display: block;
}
.read-aloud-container.open .btn--close {
  background: #fff;
  border: solid 1px var(--primary-color);
  border-radius: 100%;
  margin: 0 0 0 15px;
  height: 32px;
  padding: 7px;
  position: relative;
  top: -2px;
  width: 32px;
}
.read-aloud-container.open .article-action-btn {
  display: none;
}
.read-aloud-container .read-aloud-controls {
  display: none;
}
.read-aloud-container .btn--close {
  display: none;
}
.read-aloud-container .btn--close svg {
  position: relative;
  top: 1px;
}
.read-aloud-container .btn-bookmark {
  margin-right: 10px;
}
.article-action-btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--primary-color);
  display: flex;
  font-weight: 600;
  padding: 5px 16px 7px 12px;
  transition: stroke 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;

  @media(min-width: 768px) {
    height: 40px;
    padding: 9px 16px 11px 12px;
  }
}
.article-action-btn__label {
  color: var(--primary-color);
  font-weight: 600;
}
.article-action-btn:hover {
  color: var(--secondary-color);
}
.article-action-btn .headphones-icon {
  margin-right: 6px;
}
.article-action-btn .headphones-icon path {
  stroke: var(--primary-color);
  transition: stroke 0.5s ease;
  -webkit-transition: stroke 0.5s ease;
  -moz-transition: stroke 0.5s ease;
  -o-transition: stroke 0.5s ease;
}
.article-action-btn:hover .headphones-icon path {
  stroke: var(--secondary-color);
}
.article-action-btn .article-action-btn__label--loading {
  display: none;
}
.article-action-btn[disabled] {
  opacity: 0.8;
}
.article-action-btn[disabled] .article-action-btn__label {
  display: none;
}
.article-action-btn[disabled] .article-action-btn__label--loading {
  display: block;
}
.open .read-aloud-controls-container {
  position: relative;

  /* Audio element border */
  &:after {
    content: '';
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    left: 0;
    height: 32px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.read-aloud-controls {
  border-radius: 15px;
  height: 32px;
  margin-bottom: 30px;

}
audio::-webkit-media-controls-enclosure {
  background: #fff;
  border: 1px solid #ddd;
}

.article-page blockquote .socials-share-link {
  width: 130px;
  color: var(--secondary-color) !important;
  text-align: left;
  font-weight: 300;
}
.page-content ol, .page-content ul,
.article-page ol, .article-page ul {
  padding-inline-start: 40px;
  margin-bottom: 20px;
}
.page-content ol li, .page-content ul li,
.article-page ol li, .article-page ul li {
  list-style-type: inherit;
  margin-bottom: 10px;
}
.article-topics {
  border-top: solid 1px #E9EAED;
  padding-top: 24px;

  @media (min-width: 780px) {
    padding-top: 40px;
  }
}
.article-topics .btn {
  margin: 8px 8px 0 0;
  text-transform: capitalize;
}
.article-topics div {
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 24px;
}

@media(max-width: 1024px) and (min-width: 768px) {
  .site-content .main-area.article-page {
    padding: 0 40px;
  }
}
@media(max-width: 425px) {
  .read-aloud-container {
    .article-action-btn {
      margin-left: 2px;
    }
    &.open {
      background: rgba(255, 255, 255, 0.90);
      backdrop-filter: blur(10px);
      border: 1px solid #FFF;
      border-radius: 20px;
      bottom: 58px;
      height: 40px;
      margin: 0 8px;
      overflow: hidden;
      padding: 3px !important;
      justify-content: space-between;
      width: calc(100% - 16px) !important;

       &:after {
      
        content: '';
        background: radial-gradient(84.79% 94.89% at 150% 55.99%, 
          rgba(2, 93, 205, 0.35) 22.76%,
          rgba(192, 192, 192, 0.00) 100%
        ),
          radial-gradient(27.12% 67.04% at 62.94% 93.53%, 
          rgba(22, 197, 255, 0.10) 7.69%, 
          rgba(228, 232, 235, 0.06) 100%
        ), #FFF;
        filter: blur(2px);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
         
        z-index: -1 !important;
      }

      .btn--close {
        margin: 0 0 0 8px;
      }
      .article-action-btn {
        font-size: 12px;
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
      }
      .read-aloud-controls {
        height: 32px;
        max-width: 340px;
      }
    }
  }
}
@media (max-width: 780px) {
  .article-actions {
    position: fixed;
    bottom: 58px;
    display: flex;
    justify-content: flex-end;
    left: 0;
    min-height: 40px;
    padding: 3px;
    border-radius: 0;
    border: none;
    z-index: 10;

    /* New */
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
    /* backdrop-filter: blur(10px); */
    margin: 0 8px;
    /* overflow: hidden; */
    width: calc(100% - 16px);

    &:after {
      content: '';
      backdrop-filter: blur(10px);
      background: radial-gradient(84.79% 94.89% at 150% 55.99%, 
        rgba(2, 93, 205, 0.35) 22.76%,
        rgba(192, 192, 192, 0.00) 100%
      ),
        radial-gradient(27.12% 67.04% at 62.94% 93.53%, 
        rgba(22, 197, 255, 0.10) 7.69%, 
        rgba(228, 232, 235, 0.06) 100%
      ), #FFF;
      border-radius: 20px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: -1;
    }
  }
  .read-aloud-container {
    /* background: #fff; */
    bottom: 52px;
    left: 0;
    margin: 0 0 0 20px;
    padding-bottom: 10px;
    position: fixed;
    top: initial;
    right: initial;
    z-index: 11;
  }
  .article-actions .btn-bookmark {
    margin-right: 20px;
  }
  .read-aloud-container.open .btn--close {
    display: block;
    top: 0;
  }
  .read-aloud-container .read-aloud-controls {
    margin: 0;
  }
}
@media(max-width: 426px) {
  .article-container {
    padding: 16px;
    border-radius: 0 !important;
  }
  .read-aloud-container {
    margin: 0 0 0 10px;
  }
  .read-aloud-container.open {
    width: 100%;
  }
  .article-actions .btn-bookmark {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  body.single {
    padding-bottom: 50px;
  }
  body.single.single-tribe_events {
    padding-bottom: 0;
  }
  .article-page {
    padding: 0;
  }
  .article-container .entry-title {
    margin-bottom: 20px;
  }
  /* .article-container .thumbnail-caption {
    font-size: 12px;
    padding-left: 10px;
  } */
  .article-actions .btn-share:hover .article-share,
  .article-share {
    position: relative;
    width: 100%;
    border-radius: 0;
    padding: 8px 5px 7px 5px;
    opacity: 1;
  }
  .article-page p,
  .article-page li {
    font-size: 16px;
  }
  .related-articles {
    padding: 0 10px;
  }
  .related-articles .widget-title {
    padding-left: 10px;
  }
}

/* see also */
.old-see-also {
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 10px;

  @media (min-width: 768px) {
    padding: 10px 10px 13px;
  }

  strong {
    font-size: 14px;
    font-weight: 300;
  }

  a {
    display: block;
    font-size: 16px;

    @media (min-width: 768px) {
      font-size: 18px;
    }

    &:hover{
      color: var(--secondary-color) !important;
    }
  }
}

.see-also-label {
  display: block;
  font-weight: 600;

  @media (min-width: 768px) {
    display: none;
  }
}

.related-article {
  border: 1px solid #E9EAED;
  border-radius: 16px;
  display: flex;
  margin: 8px 0 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;

  &::after {
    background: radial-gradient(84.79% 94.89% at 100% 55.99%, rgba(2, 93, 205, 0.35) 22.76%, rgba(192, 192, 192, 0.00) 100%), radial-gradient(27.12% 67.04% at 62.94% 93.53%, rgba(22, 197, 255, 0.30) 7.69%, rgba(228, 232, 235, 0.06) 100%), #FFF;
    border-radius: 170px;
    content: "";
    filter: blur(2px);
    height: 170px;
    position: absolute;
    right: -69px;
    top: -60px;
    width: 170px;
    z-index: 1;
  }
  
  @media (min-width: 768px) {
    margin: 40px 0 20px;
    padding: 0;

     &::after {
      border-radius: 309px;
      height: 309px;
      position: absolute;
      right: -79px;
      top: -160px;
      width: 309px;
    }
  }

  .related-article__thumbnail {
    border-radius: 8px;
    height: 80px;
    width: 120px;
    z-index: 2;

    @media (min-width: 768px) {
      border-radius: 16px 0 0 16px;
      height: 116px;
      width: 174px;
    }
  }

  .related-article__text {
    font-size: 14px;
    margin: 0 0 0 8px;
    z-index: 2;

    @media (min-width: 768px) {
      font-size: 16px;
      margin: 16px;
      width: calc(100% - 174px);
    }

    a {
      display: -webkit-box;
      font-weight: 400;
      line-height: 20px;
      overflow: hidden;
      text-decoration: none;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;

      @media (min-width: 768px) {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: underline;
        -webkit-line-clamp: 2;

        &:hover{
          color: var(--secondary-color) !important;
        }
      }
    }

    .see-also-label-strong {
      display: none;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;

      @media (min-width: 768px) {
        display: block;
      }
    }
  }

  @media (min-width: 780px) {

  }
}

/* single-gallery */
.article-content .gallery {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.article-content .gallery .gallery-item {
  margin-bottom: 10px;
}
.article-content .gallery .gallery-item .gallery-caption {
  display: none;
}
.article-content .gallery .gallery-item:first-of-type {
  width: 100%;
  height: auto;
}
.article-content .gallery .gallery-item:first-of-type img {
  width: 100%;
  height: auto;
  max-height: 600px;
}
.article-content .gallery .gallery-item:first-of-type .gallery-caption {
  display: block;
  min-height: 20px;
  background-color: white;
}

.article-content .gallery-columns-3 .gallery-item {
  overflow: hidden;
  float: left;
  width: 33.3%;
  padding: 0 10px;
}
.article-content .gallery-columns-3 .gallery-item img {
  width: 100%;
  height: auto;
}
.article-content .gallery-columns-4 .gallery-item {
  height: 80px;
  overflow: hidden;
}
.article-content .gallery-columns-4 .gallery-item img {
  min-height: 80px;
}
.article-content .gallery-columns-5 .gallery-item {
  height: 70px;
  overflow: hidden;
}
.article-content .gallery-columns-5 .gallery-item img {
  min-height: 70px;
}
/* end of single-gallery */

/* single pages */
.single-page .page-content {
  padding: 50px;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .single-page .page-content {
    padding: 20px;
    margin-bottom: 30px;
  }
}

.tsp-grid .grid-article .entry-thumbnail {
  height: 135px;
}
.tsp-grid .grid-article .entry-info {
  height: 80px;
  padding: 10px;
}

@media (max-width: 1199px) {
  .tsp-grid .grid-article .entry-thumbnail {
    height: 135px;
  }
}

/* feature header */
.feature-header {
  align-items: center;
  border-radius: 10px 10px 0 0;
  color: #FFF;
  display: flex;
  height: 104px;
  overflow: hidden;
}

/* myFOCUS */
.page-template-template-myfocus .page-title {
  display: inline-block;
  font-size: 22.4px;
  letter-spacing: -1.28px;
  line-height: 32px;
}
.page-template-template-myfocus .page-header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;

  .page-header__title-wrapper {
    align-items: center;
    display: flex;
  }

  .network-site-icon {
    height: 32px;
    margin-right: 6.4px;
    width: 32px;
  }
}
.page-template-template-myfocus .logout {
  margin: 9px 0;
}
/* .page-template-template-myfocus .main-area .widget {
  margin: 10px 0;
} */
.page-template-template-myfocus .main-area .widget.widget--salved-articles {
  margin: 0 0 40px;
}
.page-template-template-myfocus .main-area .widget-title {
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 24px;
  margin: 0 0 8px;
}
.page-template-template-myfocus .main-area .topic-info-container .widget-title {
  line-height: 20px;
}
.page-template-template-myfocus .executive-brief__banner-container {
  background: #fff;
  display: inline-block;
  margin: 0 -8px 24px;
  padding: 16px 16px 24px;
}
.page-template-template-myfocus .main-area {
  aside.widget.topic-widget .widget-title {
    margin: 0 0 16px;
    padding: 0;
  }
  .widget.topic-widget .widget-title {
    font-size: 14px;
    margin: 0 0 8px;
    padding: 5px 8px 7px 8px;
  }
}
/* .page-template-template-myfocus .news-grid .grid-article .entry-info {
  height: auto;
  padding: 10px;
} */
/* .page-template-template-myfocus .news-grid .grid-article .entry-info .entry-title {
  -webkit-line-clamp: 4;
} */
.page-template-template-myfocus .main-area .widget.topic-widget .widget-title span {
  display: block;
}
.page-template-template-myfocus .main-area .widget.topic-widget .topic-info-container .widget-title {
  margin: 0;
}
.page-template-template-myfocus .main-area .widget.topic-widget {
  background: #FFF;
  border-radius: 16px;
  margin: -10px 0 20px;
  padding: 20px 10px 12px;
  width: -webkit-fill-available;

  .btn--topic.btn-soft-gray {
    margin: 0 8px 8px 0;
  }
}
.page-template-template-myfocus .topic-banner {
  box-shadow: 0 0 8px 0 rgba(106, 64, 191, 0.45);
  margin-bottom: 0;
}
.page-template-template-myfocus .main-area .widget.featured-posts.featured-posts--not-following {
  margin-bottom: 24px;
}
.page-template-template-myfocus .main-area .widget.topic-widget.topic-selector.not-following {
  margin: -10px 0 20px;
}
.page-template-template-myfocus .main-area .widget.topic-widget.not-following {
  margin: 0 0 30px;
  padding: 10px 10px 20px;
}
.page-template-template-myfocus .main-area .widget.topic-selector.not-following {
  padding: 20px 10px;
}
.page-template-template-myfocus .icon-primary-container {
  border: 1px solid #ddd;
  border-radius: 100%;
  height: 40px;
  margin-right: 8px;
  padding: 12px;
  width: 40px;
}
.page-template-template-myfocus .topic-info-container {
  margin-bottom: 20px;
}
.page-template-template-myfocus .topic-selector.not-following .btn-topic-container {
  margin-bottom: 12px;
}
.page-template-template-myfocus .topic-info-container {
  align-items: center;
  display: flex;
}
.page-template-template-myfocus .topic-info .widget-title--strong {
  margin: 20px 0 10px;
}
.page-template-template-myfocus .icon-primary-container .icon-primary {
  pointer-events: none;
}
.page-template-template-myfocus .btn.btn--explore,
.page-template-template-myfocus .btn.btn--save {
  font-weight: 600;
  padding: 5px 12px 7px 12px;
}
.page-template-template-myfocus .topic-widget .btn {
  margin: 0;
}

.page-template-template-myfocus #suggested-topics-widget {
  border-radius: 16px;
  position: relative;
  z-index: 1;

  &::after {
    background: radial-gradient(62.59% 70.04% at 76.46% 45.61%, rgba(2, 93, 205, 0.12) 28.79%, rgba(192, 192, 192, 0.00) 100%), radial-gradient(32.79% 81.07% at 82.66% 91.82%, rgba(61, 35, 138, 0.08) 7.69%, rgba(228, 232, 235, 0.02) 100%);
    border-radius: 8px;
    content: "";
    filter: blur(2px);
    height: calc(100% - 16px);
    margin: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
.page-template-template-myfocus #suggested-topics-widget .btn--save {
  margin-top: 16px;
}
.topic-widget .btn {
  margin: 5px;
}
.viewed-article-icon {
  position: absolute;
  width: 40px;
  height: 35px;
  right: 20px;
  padding: 8px 6px;
  border-radius: 0 0 10px 10px;
  z-index: 2;
}
.viewed-article-icon:hover + .tooltip-sm {
  display: block !important;
}
.viewed-article-icon + .tooltip-sm {
  right: 15px;
  top: 37px;
}
/* @media (min-width: 768px) and (max-width: 869px) {
  .page-template-template-myfocus .topic-banner {
    width: 343px;
  }
} */
@media(max-width: 467px) {
  .page-template-template-myfocus aside.widget_fgn_weekend_conversation + .fgn-footer-widget {
    top: -40px;
  }
}
@media(min-width: 768px) {
  .page-template-template-myfocus .page-header {
    float: none;
    margin: 0 0 40px;
    width: initial;

    .network-site-icon {
      height: 48px;
      margin-right: 9.6px;
      width: 48px;
    }
  }
  .page-template-template-myfocus #suggested-topics-widget {
    /* &::after {
      height: 100%;
      margin: 0;
    } */
    &::after {
      height: calc(100% - 32px);
      margin: 16px;
    }
  }
  .page-template-template-myfocus .page-title {
    font-size: 33px;
    line-height: 40px;
  }
  /* .page-template-template-myfocus .main-area .widget {
    margin: 40px 0;
  } */
  .page-template-template-myfocus .main-area .widget.featured-posts.featured-posts--not-following {
    margin-bottom: 40px
  }
  .page-template-template-myfocus .main-area .widget-title {
    clear: both;
    margin: 0 0 8px;
  }
  /* .page-template-template-myfocus .news-grid .grid-article {
    height: 260px;
  } */
  /* .page-template-template-myfocus .news-grid .grid-article .entry-info {
    height: 80px;
  } */
  /* .page-template-template-myfocus .news-grid .grid-article .entry-info .entry-title {
    -webkit-line-clamp: 3;
  } */
  .page-template-template-myfocus .main-area .widget.topic-widget {
    margin: -20px 0 40px;
    padding: 20px;
  }
  .page-template-template-myfocus .main-area .widget.topic-widget.topic-selector.not-following {
    margin: -20px 0 40px;
  }
  /* .page-template-template-myfocus .main-area .widget.topic-widget.not-following {
    margin: 0 0 40px;
    padding: 16px;
  } */
  .page-template-template-myfocus .main-area .widget.topic-widget.not-following {
    margin: 0 0 40px;
    padding: 16px;
  }
  .page-template-template-myfocus .topic-banner {
    height: inherit;
    padding: 20px;
    width: 395px;
  }
  .page-template-template-myfocus .executive-brief__banner-container {
    border-radius: 32px;
    display: block;
    margin: 0 0 40px;
    padding: 48px;
  }
  .page-template-template-myfocus .topic-banner.executive-brief__banner {
    border-radius: 16px;
    padding: 32px 20px 20px;
    width: 100%;

    & span {
      display: inline-block;
    }
    #generate-executive-brief-btn {
      margin-bottom: 24px;
    }
  }
  .page-template-template-myfocus .topic-banner p {
    font-size: 24px;
  }
  .page-template-template-myfocus .topic-info-container {
    margin-bottom: 25px;
  }
  .page-template-template-myfocus .topic-selector.not-following .btn-topic-container {
    margin-bottom: 17px
  }
  .page-template-template-myfocus .topic-info .widget-title--strong {
    margin: 12px 0 16px;
  }
}
/* MyFocus executive brief */
#executive-brief__container {
  padding: 30px 20px;
  position: relative;
  z-index: 2;

  .executive-brief {
    border-bottom: 1px solid #E9EAED;
    padding-bottom: 40px;
  }

  .executive-brief__heading.entry-title {
    margin-bottom: 0;
  }
  .executive-brief__title {
    font-size: 26px;
    font-weight: 200;
    margin: 10px 0 0 0;
  }
  &.article-page p:first-of-type {
    font-weight: 300;
  }
  .executive-brief__date-range {
    display: block;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 10px;
  }
  .executive-brief__audio #summary-audio {
    border: 1px solid #262526;
    border-radius: 20px;
    height: 40px !important;
    margin: 10px 0;
    width: 100% !important;
  }
  .executive-brief__insights {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), #F9F9F9;
    backdrop-filter: blur(12px);
    border: 1px solid #FFF;
    border-radius: 16px;
    display: inline-block;
    overflow: hidden;
    padding: 16px;
    width: 100%;

    &::after {
      background: linear-gradient(0deg, rgb(255 255 255 / 64%) 0%, rgba(255, 255, 255, 0.25) 100%), #F9F9F9;
      border-radius: 309px;
      content: "";
      filter: blur(4px);
      height: 309px;
      position: absolute;
      right: -111px;
      top: -53px;
      width: 309px;
      z-index: -1;
    }

    .executive-brief__insights-heading {
      align-items: center;
      display: flex;
      font-weight: 600;
      margin: 0 0 10px;

      .executive-brief__icon {
        height: 20px;
        margin-right: 4px;

        path {
          fill: var(--primary-color);
        }
      }
    }
    .executive-brief__insights-list {
      margin: 0;
      padding-inline-start: 22px;
      z-index: 2;

      li {
        font-size: 14px;
        margin-bottom: 0;
        /* padding-inline-start: 20px; */

        &::marker {
          font-size: 10px;
        }
      }
    }
  }
  .executive-brief__feedback {
    font-size: 14px;
    margin: 40px 0 0;

    a {
      text-decoration: none;
      &:hover {
        color: var(--secondary-color) !important;
      }
    }
  }
  @media(min-width: 768px) {
    padding: 48px;

    .executive-brief__title {
      font-size: 36px;
      margin: 16px 0 0 0;
    }
    .executive-brief__audio #summary-audio {
      width: 280px !important;
    }
    .executive-brief__insights-heading {
      margin: 0 0 8px;
    }
  }
}
.executive-brief__header {
  border-radius: 16px;
  background: radial-gradient(55.75% 145.25% at 68.9% 125%, rgba(61, 35, 138, 0.30) 7.69%, rgba(228, 232, 235, 0.06) 100%), radial-gradient(73.89% 81.76% at 14.47% -15%, rgba(0, 149, 255, 0.30) 18.68%, rgba(192, 192, 192, 0.00) 100%), radial-gradient(83.82% 161% at 63.24% -41.87%, rgba(36, 47, 168, 0.90) 28.76%, rgba(192, 192, 192, 0.00) 100%), linear-gradient(215deg, rgba(9, 0, 189, 0.00) 58.07%, rgba(153, 0, 117, 0.90) 103.28%), linear-gradient(225deg, rgba(9, 0, 189, 0.00) -0.7%, rgba(153, 0, 117, 0.60) 100%), linear-gradient(180deg, #0085DE 0%, #0067C7 100%), linear-gradient(83deg, #19C6FF -2.92%, #0067C7 100%);
  box-shadow: 0 0 8px 0 rgba(106, 64, 191, 0.45);
  /* background: linear-gradient(188deg, #0085DE 0%, #0067C7 47%, #3A208A 90%, #990075 115%); */
  /* background: linear-gradient(215deg, #0085DE 0%, #0067C7 47%, #3A208A 90%, #990075 115%); */
  /* background-image: url('../images/focus-ai/bg-executive-brief__header.svg'); */
  /* background-repeat: no-repeat; */
  margin-bottom: 40px;
  /* max-width: 812px; */ /* width of the background image */
  padding: 0 16px;
  position: relative;
  z-index: 1;

  &.feature-header {
    align-items: flex-start;
    border-radius: 16px;
    box-shadow: 0 0 8px 0 rgba(106, 64, 191, 0.45);
    display: flex;
    height: auto;
    max-height: 100px;
    margin-bottom: 90px;
    overflow: visible;
    padding: 12px 16px 16px;

    @media (min-width: 768px) {
      align-items: center;
      height: 80px;
      /* margin-bottom: 40px; */
      max-height: none;
    }

    @media (min-width: 1024px) {
      margin-bottom: 40px;
    }

    &.open {
      max-height: 100px;
      overflow: visible;
    }

    @media(min-width: 768px) {
      padding-bottom: 0;
      padding-top: 0;
    }
  }
  .executive-brief__header-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .executive-brief__header-text h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 24px;
    margin: 0 0 4px 0;

    @media (min-width: 768px) {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.4px;
      margin: 10px 0 4px;
    }
  }

  .executive-brief__audio {
    margin-left: -16px;
    position: absolute;
    top: 110px;
    width: 100%;

    .article-action-btn__label--loading {
      color: var(--primary-color);
      display: block;
      font-size: 14px;
      font-weight: 600;
      margin: 10px 0;

      @media (min-width: 768px) {
        color: #fff;
      }
    }

    @media (min-width: 768px) {
      top: 90px;
    }

    @media (min-width: 1024px) {
      margin-left: 0;
      position: static;
      width: initial;
    }
  }

  @media (min-width: 768px) {
    .executive-brief__header-wrapper {
      align-items: center;
      flex-direction: row;
    }
    .executive-brief__header-text h2 {
      margin: 0 0 4px;
    }
    .executive-brief__header-audio {
      margin-left: auto;
    }
  }
}
.ai-message-box {
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.ai-message-box--info { background-color: var(--secondary-color); }
.ai-message-box--error { background-color: #dc2626; }

/* Executive brief loading state */
.executive-brief {
  #executive-brief__container {
    border-radius: 32px;

    .executive-brief.executive-brief--loading {
      background: linear-gradient(215deg, #0085DE 0%, #0067C7 47%, #3A208A 90%, #990075 115%);
      border-bottom: none;
      border-radius: 16px;
      box-shadow: 0 0 8px 0 rgba(106, 64, 191, 0.45);
      padding-bottom: 30px;
    }
  }
  #executive-brief__loading-animation {
    height: 134px;
    margin: auto;
    width: 134px;
  }
  .executive-brief__loading-text {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: -25px 8px 0 8px;
    text-align: center;

    & strong {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: -0.32px;
      line-height: 24px;
    }
  }

  @media(min-width: 768px) {
    #executive-brief__loading-animation {
      height: 174px;
      width: 174px;
    }
  }
}
/* forms */
.focus-form .input-item input,
.focus-form .input-item textarea,
.focus-form .input-item label {
  font-weight: 300;
}
.focus-form .input-item {
  height: 50px;
  width: 100%;
  position: relative;
  margin-top: 30px;
  padding-top: 10px;
}
/* .focus-form .input-item:first-of-type {
  margin-top: 0;
} */
.focus-form .input-item input,
.focus-form .input-item textarea {
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 5px 15px;
  height: 40px;
}

.focus-form .input-item.text-area {
  height: auto;
}
.focus-form .input-item textarea {
  min-height: 100px;
  width: 100% !important;
}
.focus-form .input-item label {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 0 5px;
  background: white;
}
.focus-form .contact-email:hover b {
  color: var(--secondary-color);
}
/* 
.focus-form-subtitle {
 font-size: 18px;
 margin-bottom: 0;
}
.focus-form .form-submit {
  margin: 30px 0 35px;
  width: 100%;
}
.focus-form.socials-links-title {
  font-size: 24px;
  font-weight: 200;
  margin-top: 40px;
}
.focus-form.socials-links-text {
  font-size: 18px;
} */

.animated-form .input-item label {
  top: 18px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.animated-form .input-item input:focus + label,
.animated-form .input-item.filled label {
  top: 0;
}

/* validations Contact Form 7 */
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid {
  border: solid 1px red !important;
}
.wpcf7-not-valid-tip {
  position: relative;
  color: red;
  font-weight: 300;
  font-size: 12px;
}

/* .focus-form .input-item {
  margin-bottom: 30px;
} */

/* Current Event */
.current-event {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media(min-width: 768px) {
  .current-event {
    padding: 16px;
  }
}

.current-event .background-image {
  height: 150px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media(min-width: 768px) {
  .current-event .background-image {
    height: 100%;
  }
}

.current-event .background-image img {
  width: 100%;
}

.current-event-container {
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.15);
  margin-top: 150px;
  overflow: hidden;
  padding: 20px 12px;
}
@media(min-width: 768px) {
  .current-event-container {
    border-radius: 8px;
    margin: 0;
    padding: 24px 20px 20px;
    width: calc(50% - 24px);
  }
}

.current-event .event-info {
  padding: 0;
  margin-bottom: 20px;
}
.current-event .event-info .entry-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 28px;
  margin: 0 0 4px;
}
@media(min-width: 768px) {
  .current-event .event-info .entry-title {
    font-size: 24px;
    letter-spacing: -0.96px;
    line-height: 36px;
    margin: 0;
  }
}

.current-event .grid-article {
  margin: 0;
  padding: 0 0 8px;

  @media(min-width: 768px) {
    padding: 0 0 12px;
  }
}

.current-event .grid-article .entry-title {
  font-weight: 400;
}

.current-event .grid-article + .grid-article {
  border-top: 1px solid #E9EAED;
  padding-top: 8px;

  @media(min-width: 768px) {
    padding-top: 12px;
  }
}

.current-event .grid-article:last-child {
  padding-bottom: 0 !important;
}

.current-event .event-info .time-details {
  color: #707072;
  margin-bottom: 4px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.28px;
}

.current-event .event-info .venue-details {
  color: #707072;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
@media(min-width: 768px) {
  .current-event .event-info .venue-details {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.current-event .latest-articles-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 12px;
}

.current-event .event-articles .col-md-6 {
  padding: 0 10px;
}

.current-event .event-articles .entry-info,
.current-event .event-articles .entry-title,
.current-event .event-articles .entry-title a,
.current-event .event-articles .focus-article,
.current-event .event-articles .grid-article {
  float: left;
  width: 100%;
  height: 100%;
}

@media (max-width:767px) {
  .current-event .event-articles .col-md-6:nth-child(n+4) {
    display: none;
  }
}

@media (max-width:640px) {
  .current-event .event-logo {
    top: 0;
  }
  .current-event .event-info {
    padding-bottom: 0;
  }
}

/* Featured Event */
.current-event.current-event--featured-event {
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
  justify-content: space-between;

  .current-event-container {
    margin-top: 0;
  }

  .background-image {
    height: 100%;
    overflow: hidden;

    .img-container {
      background-size: contain !important;
      background-position: center;
    }
  }

  @media(min-width: 768px) {
    flex-flow: column-reverse;
    flex-direction: row;
    height: auto;

    .background-image {
      height: 100%;

      .img-container {
        background-size: cover !important;
      }
    }
  }

  .featured-event {
    display: flex;
    flex-direction: column;
    height: 150px;
    justify-content: center;
    margin: 20px 16px;
    width: auto;

    .featured-event__title {
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 4px;
      text-align: center;
    }

    .featured-event__container-logo {
      align-items: center;
      display: flex;
      justify-content: center;
      margin-bottom: 8px;

      .featured-event__logo img {
        width: 150px;
      }
      .featured-event__logo--focus-logo img {
        border-right: 1px solid white;
        padding-right: 16px;
      }
      .featured-event__logo--event-logo img {
        margin-left: 16px;
      }
    }
    .featured-event__text,
    .featured-event__text p {
      color: #fff;
      font-size: 12px;
      font-weight: 300;
      line-height: 20px;
      margin: 0;
      text-align: center;
    }

    @media(min-width: 768px) {
      margin: auto 20px;
      width: 50%;
      height: auto;

      .featured-event__title {
        font-size: 20px;
      }
      .featured-event__container-logo {
        margin-bottom: 16px;
      }
      .featured-event__logo--focus-logo img {
        padding-right: 20px;
      }
      .featured-event__logo--event-logo img {
        margin-left: 20px;
      }
      .featured-event__text,
      .featured-event__text p {
        font-size: 14px;
      }
    }

    @media(max-width: 330px) {
      height: 107px;

      .featured-event__logo img {
        width: 115px !important;
      }
    }
    @media(min-width: 340px) and (max-width: 380px) {
      height: 134px;
    }
  }
}

.view-more-link {
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: auto;
  padding: 5px 8px 7px 0;
  transition: all 0.3s ease;

  @media(min-width: 768px) {
    padding: 5px 8px 7px 8px;
  }

  &:after {
    content: '';
    display: inline-block;
    border: 2px solid var(--primary-color);
    border-bottom: 0;
    border-left: 0;
    height: 8px;
    margin-left: 2px;
    transform: rotate(45deg);
    width: 8px;
  }
  &:hover {
    background: #E9EAED;
    color: var(--primary-color) !important;
    padding: 5px 8px 7px 8px;
  }
}

/* Footer widget */
.fgn-footer-widget {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgb(153 153 153 / 15%);
  border-radius: 0 0 16px 16px;
  color: var(--primary-color);
  display: flex;
  flex-direction: row;
  font-size: 16px;
  /* height: 162px; */
  justify-content: space-between;
  line-height: 24px;
  padding: 26px 12px 12px 20px;
  position: relative;
  top: -40px;
  width: 100%;

  p {
    margin-bottom: 0;
  }
}
.footer-widget__body {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.footer-widget__container-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  z-index: 2;
}
.footer-widget__title {
  color: var(--primary-color) !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 24px;
  margin: 0 0 4px;
}
.footer-widget__excerpt {
  color: var(--primary-color) !important;
  font-size: 14px;
  line-height: 20px;
}
.footer-widget__button-icon--spotify {
  display: none;
}
.footer-widget__icon {
  display: block;
  position: relative;
}
.executive-brief__header-icon-wrapper {
  position: relative;
}
.executive-brief__header-icon {
  display: block;
  height: auto;
  left: -18px;
  margin-right: -22px;
  position: relative;
  top: -4px;
  width: 94px;

  @media(min-width: 768px) {
    left: -8px;
    margin-right: -8px;
    top: -20px;
  }
}
.widget_fgn_current_event {
  box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
}
@media(max-width: 330px) {
  .fgn-footer-widget {
    padding: 30px 16px 16px 16px;
  }
}
.sidebar-area {
  @media(min-width: 768px) and (max-width: 1024px) {
    & .footer-widget__body {
      flex-direction: row;
      align-items: center;
    }

    & .fgn-footer-widget {
      align-items: center;
      height: 80px;
      padding: 24px 16px 18px;
    }
  }
}
@media(min-width: 768px) {
  .main-area .fgn-footer-widget {
    align-items: center;
    height: 80px;
    padding: 24px 16px 18px;
  }
  .main-area .footer-widget__body {
    flex-direction: row;
    align-items: center;
  }
  .main-area .footer-widget__container-text {
    margin-bottom: 0;
  }
  .main-area .executive-brief__header-icon-wrapper {
    height: auto;
    left: -8px;
    margin-right: -10px;
    top: 0;
  }
  .main-area .executive-brief__header-icon {
    display: block;
    top: 0;
    width: 94px
  }
  .main-area .footer-widget__icon {
    margin-right: 4px;
  }
  .main-area .footer-widget__title {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 28px;
    margin: 0;
  }
  .main-area .widget_fgn_current_event + .fgn-footer-widget {
    .footer-widget__title {
      font-size: 16px;
      letter-spacing: -0.32px;
      line-height: 24px;
    }
  }
}
@media (min-width: 1440px) {
  .main-area .fgn-footer-widget {
    top: -50px;
  }
}
.current-event--footer-widget-active {
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.15);
}
.widget_fgn_current_event + .fgn-footer-widget {
  overflow: hidden;

  &::after {
    background: radial-gradient(84.79% 94.89% at 100% 55.99%, rgba(2, 93, 205, 0.35) 22.76%, rgba(192, 192, 192, 0.00) 100%), radial-gradient(27.12% 67.04% at 62.94% 93.53%, rgba(22, 197, 255, 0.30) 7.69%, rgba(228, 232, 235, 0.06) 100%), #FFF;
    border-radius: 309px;
    content: "";
    filter: blur(2px);
    height: 309px;
    position: absolute;
    right: -150px;
    top: -54px;
    width: 309px;
    z-index: 1;
  }
  .btn.footer-widget__button {
    padding: 5px 12px 7px;
    z-index: 2;
  }
}
.fgn-footer-widget.fgn-footer-widget--featured {
  background: rgba(255, 255, 255, 0.25);
  /* border: 1px solid #FFF; */
  border: 1px solid rgb(153 153 153 / 15%);
  border-radius: 0 0 16px 16px;
  height: 148px;
  overflow: hidden;
  padding: 20px 10px 20px 0;

  &::after {
    /* background: radial-gradient(84.79% 94.89% at 100% 55.99%, rgba(30, 215, 96, 0.35) 22.76%, rgba(192, 192, 192, 0.00) 100%), radial-gradient(27.12% 67.04% at 62.94% 93.53%, rgba(30, 215, 96, 0.30) 7.69%, rgba(22, 197, 255, 0.06) 100%), #FFF; */
    background: radial-gradient(84.79% 94.89% at 100% 55.99%, rgb(30 215 96 / 47%) 22.76%, rgba(192, 192, 192, 0.00) 100%), radial-gradient(27.12% 67.04% at 62.94% 93.53%, rgba(30, 215, 96, 0.30) 7.69%, rgba(22, 197, 255, 0.06) 100%), #FFF;
    border-radius: 309px;
    content: "";
    filter: blur(2px);
    height: 309px;
    position: absolute;
    right: -161px;
    top: -76px;
    width: 309px;
    z-index: -1;
  }

  .btn-primary.footer-widget__button {
    align-items: flex-start;
    background-color: #1ED760 !important;
    border: none !important;
    color: var(--primary-color) !important;
    padding: 5px 8px 7px 12px;
    position: relative;
    z-index: 2;
  }

  .footer-widget__button-icon--spotify {
    display: block;
    height: 18px;
    margin: 1px 0 0 4px;
    width: 18px;
  }
  .footer-widget__icon {
    height: auto;
    left: -3px;
    top: -20px;
    width: 52px;
  }
}
.footer-widget__bg-circle {
  display: none;
}
.widget_fgn_weekend_conversation + .fgn-footer-widget--featured .footer-widget__bg-circle {
  bottom: -6px;
  display: block;
  position: absolute;
  /* right: 20px; */
  left: 160px;
}
.sidebar-area .widget_fgn_weekend_conversation + .fgn-footer-widget--featured .footer-widget__bg-circle {
  @media(min-width: 1200px) {
    right: 20px;
  }
}
.podcasts-landing-page.main-area {
  &.single-page {
    header .breadcrumb {
      margin-bottom: 20px;

      @media(min-width: 768px) {
        margin-bottom: 16px;
      }
    }
    .page-content {
      background: none;
      padding: 0;
    }
  }
  .site-main .fgn-footer-widget.fgn-footer-widget--featured {
    border-radius: 16px;
    height: 98px;
    margin-bottom: 20px;
    padding: 12px 12px 20px 0;
    top: 0;

    @media(max-width: 320px) {
      height: 100%;
    }

    @media(min-width: 768px) {
      height: 80px;
      margin-bottom: 40px;
      padding: 24px 17px 24px 0;
    }
    .executive-brief__header-icon {
      height: 88px;
      left: -4px;
      margin-right: 0;
      top: -30px;
      width: 52px;

      @media(min-width: 768px) {
        height: 138px;
        left: 0;
        margin-right: 0;
        top: -3px;
        width: 100px;
      }
    }
    .footer-widget__title--podcasts-title {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: -0.32px;
      line-height: 24px;
      margin: 0;

       @media(min-width: 768px) {
        font-size: 20px;
        letter-spacing: -0.4px;
      }
    }
    .footer-widget__container-button {
      .footer-widget__bg-circle {
        bottom: -4px;
        display: block;
        position: absolute;
        left: initial;
        right: 120px;

        @media(max-width: 320px) {
          right: 64px;
        }

        @media(min-width: 768px) {
          bottom: -1px;
          right: -1px;
        }
      }
      svg {
        display: none;
      }
    }
  }
}
@media(min-width: 768px) {
  /* .main-area { */
    .widget_fgn_weekend_conversation + .fgn-footer-widget--featured .footer-widget__bg-circle {
      bottom: -2px;
      left: initial;
      right: -2px;
    }
  /* } */
  .fgn-footer-widget.fgn-footer-widget--featured {
    background: rgba(255, 255, 255, 0.25);
    /* border: 1px solid #FFF; */
    border: 1px solid rgb(153 153 153 / 15%);
    border-radius: 0 0 16px 16px;
    height: 86px;
    overflow: hidden;
    padding: 24px 16px 16px 0;

    &::after {
      right: -22px;
    }
    .footer-widget__icon {
      left: -5px;
      margin-right: 10px;
      top: 0;
      width: 82px;
    }
    .executive-brief__header-icon {
      top: 0;
      width: 82px;
    }
  }
  .sidebar-area .fgn-footer-widget.fgn-footer-widget--featured {
    &::after {
      right: -161px;
    }
  }

  .widget_fgn_current_event + .fgn-footer-widget {
    &::after {
      right: -48px;
      top: -170px;
    }
  }
}
@media(min-width: 1200px) {
  .sidebar-area .fgn-footer-widget.fgn-footer-widget--featured {
    height: auto;
    padding: 20px 10px 20px 0;

    & .footer-widget__icon {
      margin: 0;
      left: -3px;
      top: -20px;
      width: 52px;
    }
    .footer-widget__bg-circle {
      bottom: -4px;
    }
  }
}

/* banners */
.top-banner > div {
  padding: 10px 5px;
  width: 100% !important;
  min-height: 45px;
  overflow: hidden;
}
.container.top-banner-disabled {
  margin-top: 10px;
}
@media(min-width: 400px) {
  .top-banner > div {
    min-height: 52px;
  }
}
@media(min-width: 768px) {
  .top-banner > div {
    min-height: 77px;
    padding: 20px 30px;
  }
  .container.top-banner-disabled {
    margin-top: 20px;
  }
}
@media(min-width: 1200px) {
  .top-banner > div {
    min-height: 104px;
  }
}

@media(max-width: 430px) {
  .hidden-in-mobile {
    display: none !important;
  }
}

.top-banner .fgn_banner img {
  width: 100%;
}
.top-banner .fgn_adzone {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.top-banner .fgn_adzone .fgn_banner div {
  margin-bottom: 0;
}
.top-banner .fgn_adzone ~ .fgn_adzone  {
  margin-top: -10px !important;
}
@media (min-width: 768px) {
  .top-banner .fgn_adzone ~ .fgn_adzone  {
    margin-top: -20px !important;
  }
}
.fgn-banner.fgn-banner--html > * {
  margin: auto;
}
.acols-5 > div {
  width: 100%;
}
.grid_container {
  margin: 0 !important;
  height: auto !important;
}
.article-page .grid_container {
  padding: 0 10px !important;
  margin-bottom: 30px !important;
}
#header-widgets .wppaszone {
  float: right;
  padding: 10px;
}

#header-widgets .grid_container:nth-child(2) {
  margin-left: 20px !important;
}

.home .site-content .wppaszone .grid_container {
  margin: 0 auto 10px !important;
  width: 100% !important;
}
.home .site-content .wppaszone .grid_container:first-child {
  margin-top: 0 !important;
}
.home .site-content .wppaszone .grid_container:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .home .site-content .wppaszone>div {
    width: auto;
  }
  .home .site-content .wppaszone .grid_container {
    margin: 0 10px !important;
    width: auto !important;
  }
  .home .site-content .wppaszone.col2 .grid_container:nth-child(2) {
    float: right !important;
  }
}

.single-post .col-lg-9 .wpproadgrid .grid_container {
  width:100% !important;
}
.single-post .col-lg-9 .wpproadgrid .grid_container:first-child {
  float: right !important;
}
.single-post .col-lg-9 .wpproadgrid .grid_container:nth-child(3) {
  margin-left: 33px !important;
}

#header-widgets .fgn_banner {
  img,
  video {
    border-radius: 8px;
  }
}
.fgn_adzone {
  float: left;
  width: 100%;
  position: relative;
}
.fgn_banner {
  float: left;
  position: relative;

  img,
  video {
    border-radius: 8px;
  }
}
.fgn_adzone.acols-1 {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.fgn_adzone.acols-1 .fgn_banner {
  width: 100% !important;
}
@media(max-width: 425px) {
  .sidebar-area .fgn_adzone.acols-1 .fgn_banner {
    height: 255px;
    margin-left: auto;
    margin-right: auto;
    width: 255px !important;
  }
}
.fgn_adzone.row.acols-1 > div + div {
  margin-top: 20px;
}
.fgn-banner.fgn-banner--collapsable.fgn-banner--collapsed {
  animation: .6s ease fgn-banner-animation2;
  height: 40px;
  opacity: 1;
  overflow: hidden;
  transition: height .3s ease;
}
@keyframes fgn-banner-animation {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes fgn-banner-animation2 {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

.fgn-banner.fgn-banner--collapsable .fgn-banner__image {
  display: none;
}
.fgn-banner.fgn-banner--collapsable .fgn-banner__image--collapsable.fgn-banner__image--mobile {
  display: block;
}
.fgn-banner.fgn-banner--collapsable .fgn-banner__image--collapsed,
.fgn-banner.fgn-banner--collapsable .arrow-icon {
  display: none;
}
.fgn-banner.fgn-banner--collapsable.fgn-banner--collapsed .fgn-banner__image.fgn-banner__image--collapsable,
.fgn-banner.fgn-banner--collapsable.fgn-banner--collapsed .close-icon {
  display: none;
}
.fgn-banner.fgn-banner--collapsable.fgn-banner--collapsed .fgn-banner__image--mobile.fgn-banner__image--collapsed,
.fgn-banner.fgn-banner--collapsable.fgn-banner--collapsed .arrow-icon {
  display: block;
}

.fgn-banner__image-collapsable,
.fgn-banner__image--mobile,
.fgn-banner.fgn-banner--collapsable .close-icon {
  margin: auto;
  display: block;
}

.fgn-banner--collapsable .fgn-banner__toggle-button {
  background: #fff;
  border: 0;
  border-radius: 10px 0 0;
  bottom: 0;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 40px;
}
.fgn-banner--collapsable.fgn-banner--collapsed .fgn-banner__toggle-button {
  border-radius: 0;
}
.fgn-banner__toggle-button .close {
  float: none;
  opacity: 1;
}
.fgn-banner.fgn-banner--collapsable .fgn-banner__image {
  height: 100%;
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.fgn-banner.fgn-banner--collapsable .fgn-banner__image.fgn-banner__image--collapsed {
  height: 40px;
  padding: 0;
}
.fgn-banner.fgn-banner--collapsable {
  animation: .6s ease fgn-banner-animation;
  cursor: pointer;
  display: block;
  float: none !important;
  height: 340px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transition: height .3s ease;
  width: auto;
}
@media (min-width: 375px) {
  .fgn-banner.fgn-banner--collapsable {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .fgn-banner.fgn-banner--collapsable .fgn-banner__image--mobile {
    display: none !important;
  }
  .fgn-banner.fgn-banner--collapsable .fgn-banner__image--collapsable {
    display: block;
  }
  .fgn-banner.fgn-banner--collapsable.fgn-banner--collapsed .fgn-banner__image--collapsable {
    display: none;
  }
  .fgn-banner.fgn-banner--collapsable.fgn-banner--collapsed .fgn-banner__image--collapsed {
    display: block;
  }
  .fgn-banner--collapsable.fgn-banner--collapsed .fgn-banner__toggle-button {
    border-radius: 10px 0 0;
  }
  .fgn-banner.fgn-banner--collapsable .fgn-banner__image.fgn-banner__image--collapsed {
    height: 80px;
  }
  .fgn-banner.fgn-banner--collapsable.fgn-banner.fgn-banner--collapsed {
    height: 80px;
  }
  .fgn_banner {
    img,
    video {
      border-radius: 8px;
    }
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fgn-banner.fgn-banner--collapsable {
    height: 336px;
  }
}
@media (min-width: 1024px) {
  .fgn-banner.fgn-banner--collapsable {
    height: 560px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fgn_banner {
    float: left;
  }
  .widget_fgn_ads .fgn_adzone.acols-1 .fgn_banner {
    margin: 0 19px 19px;
    width: 28% !important;
  }
}

.fgn_adzone.acols-1 .fgn_banner:last-child {
  margin-bottom: 0;
}

.fgn_adzone.acols-2 .fgn_banner:first-child,
.fgn_adzone.acols-3 .fgn_banner:first-child {
  padding-left: 0;
}

.fgn_adzone.acols-2 .fgn_banner:last-child,
.fgn_adzone.acols-3 .fgn_banner:last-child {
  padding-right: 0;
}

.fgn_adzone.acols-2 .fgn_banner {
  padding: 0 12px;
}

.fgn_adzone.acols-3 .fgn_banner {
  padding: 0 17px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fgn_adzone.acols-2 .fgn_banner {
    max-width: 50%;
    padding: 0;
  }

  .fgn_adzone.acols-3 .fgn_banner {
    float: left;
  }
}

/* Rotating adzone */
.fgn_adzone.rotating-banner {
  text-align: unset!important;
  position: relative;
}
.fgn_adzone.rotating-banner div a {
  position: absolute;
}

.fgn_adzone.row.acols-1.rotating-banner > div {
  height: 40px!important;
}
.fgn_adzone.row.acols-1.rotating-banner > div > a {
  padding: 0 !important;
  position: absolute;
  width: 100%;
}
.fgn_adzone.row.acols-1.rotating-banner > div > a img {
  max-height: 35px!important;
}

.fgn_adzone.row.acols-2.rotating-banner > div,
.fgn_adzone.row.acols-3.rotating-banner > div,
.fgn_adzone.row.acols-4.rotating-banner > div {
  height: 255px;
}
.fgn_adzone.row.acols-2.rotating-banner > div > a,
.fgn_adzone.row.acols-3.rotating-banner > div > a,
.fgn_adzone.row.acols-4.rotating-banner > div > a {
  padding: 0 !important;
  position: absolute;
  width: 100%;
}
.fgn_adzone.row.acols-1.rotating-banner > div > a img {
  max-height: 255px!important;
}
.fgn_adzone.row.acols-1.rotating-banner a {
  margin-top: 0!important
}
@media(min-width: 760px) {
  .fgn_adzone.row.acols-1.rotating-banner > div {
    height: 80px!important;
    width: 840px;
  }
  .fgn_adzone.row.acols-1.rotating-banner > div > a img {
    max-height: 80px!important;
  }
}

#header-widgets .fgn_adzone {
  float: right;
  padding: 10px;
  width: auto;
}
#header-widgets .fgn_adzone .fgn_banner {
  margin-left: 10px;
  padding: 0;
}

.fgn_adzone .fgn_banner {
  display: block;
}

.acols-1 .fgn_banner + .fgn_banner {
  margin-top: 20px !important;
}

@media (max-width: 1024px) {
  .fgn_adzone .fgn_banner {
    float: inherit;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }
  aside .fgn_adzone.acols-1:last-child div {
    margin-bottom: 0;
  }
  .fgn_adzone .fgn_banner div,
  .single-post aside:last-child .fgn_adzone .fgn_banner div {
    margin-bottom: 0;
  }
  .fgn_adzone.acols-3,
  .fgn_adzone.acols-2 {
    text-align: center;
  }
  .fgn_adzone.acols-3 > div,
  .fgn_adzone.acols-2 > div {
    margin-bottom: 15px;
  }
  .fgn_banner + .fgn_banner {
    margin-top: 17px;
  }
}
@media (min-width: 1024px) {
  #header-widgets .fgn_adzone .fgn_banner div {
    margin-bottom: 0;
  }
  .fgn_adzone.acols-3 div,
  .fgn_adzone.acols-2 div {
    align-items: center;
    display: flex !important;
    justify-content: space-around;
  }
}

.article-page .site-main .fgn_adzone {
  margin-bottom: 30px !important;
}

/* tag widget title */
.tag-widget-title-container {
  /* background: #fff; */
  position: relative;
}
.tag-widget-title.widget-title {
  border-radius: 20px 20px 0 0;
  height: 36px;
  padding: 12px 20px 8px 16px;
}
.tag-widget-title__separator {
  color: #D9D9D9;
  margin: 0 10px;
}
.tag-widget-title .network-site-icon {
  padding-bottom: 3px;
}
.widget_fgn_handpicked_grid,
.widget_fgn_most_read {
  border-radius: 16px;
  margin-bottom: 20px;
}
.tag-widget-title .svg-tag-shape {
  bottom: -2px;
  right: -40px;
  position: absolute;
}
.widget_fgn_handpicked_grid .news-grid.grouped.handpicked,
.widget_fgn_handpicked_grid .widget-title,
.widget_fgn_opinion_block,
.widget_fgn_most_read .widget-title {
  background: #fff;
}
@media(max-width: 350px) {
  .main-area .tag-widget-title .svg-tag-shape {
    display: none;
  }
  .main-area .widget_fgn_most_read .tag-widget-title .svg-tag-shape {
    display: block;
  }
}
@media(min-width: 768px) {
  .main-area .tag-widget-title .svg-tag-shape {
    display: block;
    height: 20px;
    position: absolute;
    right: -40px;
    top: 17px;
    width: 40px;
  }

  .widget_fgn_handpicked_grid,
  .widget_fgn_most_read {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .news-grid.grouped.handpicked,
  .widget_fgn_opinion_block {
    background: white;
    /* box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.15);
    -webkit-box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.15); */
    position: relative;
    z-index: 1;
  }
  .widget_fgn_most_read .news-grid {
    border-radius: 0 16px 16px 16px;
  }
  .widget_fgn_handpicked_grid .tag-widget-title-container.br-10 {
    position: relative;
  }
  .widget_fgn_handpicked_grid .widget-title,
  .widget_fgn_most_read .widget-title {
    position: absolute;
    top: -35px;
  }
  .tag-widget-title.widget-title,
  .sidebar-area .tag-widget-title.widget-title {
    padding: 14px 20px 8px 16px;
  }
  .tag-widget-title.widget-title a .text-primary__site:hover {
    color: var(--secondary-color);
  }
  .widget_fgn_handpicked_grid,
  .widget_fgn_handpicked_grid .widget-title,
  .widget_fgn_most_read,
  .widget_fgn_most_read .widget-title {
    box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
    -webkit-box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
    -moz-box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
  }
}

.myfocus-tooltip .btn-primary {
  background: #fff !important;
  border: 1px solid #AFAFB2 !important;
  color: var(--primary-color) !important;
  display: inline-block;
  margin: 16px 0 0;
  padding: 3px 11px;
}
.myfocus-tooltip .btn-ghost {
  display: inline-block;
  margin-top: 16px;
  padding: 3px 16px;
}

/* weekend conversation */
.widget_fgn_weekend_conversation .grid-article,
.sidebar-area .widget_fgn_weekend_conversation .grid-article {
  margin-bottom: 0;
  padding: 8px 8px 16px;
  z-index: 2;
}
.widget_fgn_weekend_conversation .grid-article .text-primary {
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 24px;
  margin-bottom: 8px;
}
.weekend-conversation-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.weekend-conversation-container .entry-info,
.sidebar-area .weekend-conversation-container .entry-info {
  padding: 0 4px !important;
}
.weekend-conversation-container .entry-excerpt {
  /* display: -webkit-box; */
  font-size: 14px;
  letter-spacing: -0.03em;
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.weekend-conversation-container .entry-thumbnail figure div,
.sidebar-area .weekend-conversation-container .entry-thumbnail figure div {
  height: 100px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.weekend-conversation-container .entry-thumbnail img {
  border-radius: 8px;
  top: -33px;
}
.category-weekend-conversation .audio-button-container .footer-widget__button-icon--spotify {
  display: block!important;
}
.sidebar-area .widget.widget_fgn_weekend_conversation {
  padding: 0;
}
@media(min-width: 768px) {
  .main-area .widget_fgn_weekend_conversation .grid-article {
    box-shadow: 0 0 15px 0 rgba(138, 138, 138, 0.10);
    padding: 16px;
  }
  .main-area .widget_fgn_weekend_conversation .grid-article .text-primary {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .main-area .weekend-conversation-container {
    flex-direction: row;
  }
  .main-area .weekend-conversation-container .entry-thumbnail {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-left: 20px;
    width: 464px;
  }
  .weekend-conversation-container .entry-thumbnail figure div {
    height: 120px;
  }
  .main-area .weekend-conversation-container .entry-thumbnail img {
    position: relative;
    top: 0;
    object-fit: unset;
    height: unset;
  }
  .weekend-conversation-container .entry-info {
    padding: 0 !important;
  }
  .weekend-conversation-container .entry-info,
  .sidebar-area .weekend-conversation-container .entry-info {
    padding: 8px 4px 0 !important;
  }
}

/* handpicked grid */
.widget_fgn_handpicked_grid {
  position: relative;
}
.handpicked-inner-container,
.not-following__container {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;

  &::after {
    backdrop-filter: blur(2px);
    background: radial-gradient(84.4% 88.12% at 76.46% 45.61%, rgba(2, 93, 205, 0.10) 42.34%, rgba(192, 192, 192, 0.00) 100%), 
                radial-gradient(37.79% 97.73% at 82.66% 91.82%, rgba(61, 35, 138, 0.08) 40.87%, rgba(228, 232, 235, 0.02) 100%);
    border-radius: inherit;
    content: "";
    filter: blur(1px);
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}
.news-grid.grouped.handpicked .col-sm-6:last-child {
  padding: 0 4px;
}
.news-grid.grouped.handpicked .grid-article.article-1 .entry-thumbnail {
  height: 260px;
}
.news-grid.grouped.handpicked .grid-article:hover {
  box-shadow: none;
}
.news-grid.grouped.handpicked .grid-article .entry-title {
  -webkit-line-clamp: 3 !important;
}
.news-grid.grouped.handpicked .grid-article:hover .entry-title {
  color: var(--secondary-color);
}
.news-grid.grouped.handpicked .grid-article:hover .cat-link {
  color: var(--primary-color)
}
.news-grid.grouped.handpicked .grid-article.article-4 {
  margin-bottom: 0 !important;
}
.news-grid.grouped.handpicked .br-10 {
  border-radius: 5px !important;
}
.widget_fgn_handpicked_grid .tag-widget-title-container.br-10 {
  border-radius: 10px !important;
}
.widget_fgn_handpicked_grid h3.cat-link {
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 16px;
  margin: 0;
}
.news-grid.grouped.handpicked .col-sm-6:first-child {
  padding: 0;
}
.news-grid.grouped.handpicked .grid-article.article-2 .entry-info,
.news-grid.grouped.handpicked .grid-article.article-3 .entry-info,
.news-grid.grouped.handpicked .grid-article.article-4 .entry-info {
  width: calc(100% - 135px);
}
.news-grid.grouped.handpicked .news-grid.col2 .grid-article .entry-thumbnail,
.news-grid.grouped.handpicked .news-grid.col3 .grid-article .entry-thumbnail,
.news-grid.grouped.handpicked .grid-article .entry-thumbnail {
  border-radius: 8px;
  height: 80px !important;
  width: 120px !important;
}
.news-grid.grouped.handpicked .entry-info {
  padding: 0 0 0 8px !important;
}
.news-grid.grouped.handpicked .grid-article.article-2 .entry-title,
.news-grid.grouped.handpicked .grid-article.article-3 .entry-title,
.news-grid.grouped.handpicked .grid-article.article-4 .entry-title {
  -webkit-line-clamp: 3;
}
.news-grid.grouped.handpicked {
  border-radius: 0 16px 16px 16px !important;
  padding: 8px;

  &.opinion-block {
    border-radius: 16px !important;
  }
}
.news-grid.grouped.handpicked .entry-info {
  height: 100%;
}
.news-grid.grouped.handpicked .col-sm-6 {
  padding: 0;
}
.news-grid.grouped.handpicked a {
  font-weight: 300;
}
.widget_fgn_handpicked_grid .widget-title {
  margin-bottom: 0;
  position: relative;
  width: 288px;

  &.topic-banner--guest {
    width: 125px;
  }
}
.widget_fgn_handpicked_grid .widget-title .text-primary__site img {
  height: 23px;
  width: 20px;
}
.handpicked-categories h1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 8px;
}
.widget_fgn_handpicked_grid .news-grid.grouped.handpicked .link--topic-suggestions {
  color: var(--secondary-color) !important;
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0 0;
  text-decoration: underline;
}
.news-grid.grouped.handpicked .grid-article.article-2 .entry-thumbnail,
.news-grid.grouped.handpicked .grid-article.article-3 .entry-thumbnail,
.news-grid.grouped.handpicked .grid-article.article-4 .entry-thumbnail {
  border-radius: 8px;
}
@media(min-width: 768px) {
  .handpicked-inner-container,
  .not-following__container {
    flex-direction: row;
  }
  .handpicked-inner-container,
  .not-following__container {
    &::after {
      backdrop-filter: blur(2px);
      background: radial-gradient(62.59% 70.04% at 76.46% 45.61%, rgba(2, 93, 205, 0.12) 28.79%, rgba(192, 192, 192, 0.00) 100%),
                  radial-gradient(32.79% 81.07% at 82.66% 91.82%, rgba(61, 35, 138, 0.08) 7.69%, rgba(228, 232, 235, 0.02) 100%);
    }
  }
  .widget_fgn_handpicked_grid .news-grid.grouped.handpicked .link--topic-suggestions {
    color: var(--secondary-color) !important;
    margin: 16px 0 0;
    
    &:hover {
      color: var(--primary-color) !important;
    }
  }
  .widget_fgn_handpicked_grid .widget-title {
    margin-bottom: 0;
    position: absolute;
    scroll-margin-top: 20em;
    width: auto;
  }
  .widget_fgn_handpicked_grid h3.cat-link {
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 20px;
    margin: 0 0 4px;
  }
  .news-grid.grouped.handpicked .col-sm-6:first-child {
    width: 50%;
  }
  .news-grid.grouped.handpicked {
    .col-sm-6:nth-child(2) {
      padding-left: 20px;
    }
    .topic-banner--guest.col-sm-6:nth-child(2) {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  }
  .news-grid.grouped.handpicked .grid-article.article-1 {
    margin-bottom: 0;
  }
  .news-grid.grouped.handpicked .grid-article.article-1 .entry-thumbnail {
    border-radius: 8px !important;
    height: 272px !important;
    width: initial !important;
  }
  .news-grid.grouped.handpicked .grid-article.article-1 .entry-thumbnail,
  .news-grid.grouped.handpicked .grid-article.article-1 .entry-info .cat-link {
    margin-bottom: 16px;
  }
  .news-grid.grouped.handpicked .grid-article .entry-info {
    height: auto;
  }
  .news-grid.grouped.handpicked .grid-article .entry-title {
    -webkit-line-clamp: 4 !important;
  }
  .news-grid.grouped.handpicked .col-sm-6:last-child {
    padding: 0 0 0 16px;
  }
  .news-grid.grouped.handpicked .grid-article.article-2,
  .news-grid.grouped.handpicked .grid-article.article-3,
  .news-grid.grouped.handpicked .grid-article.article-4 {
    border-radius: 8px;
    height: 120px !important;
  }
  .news-grid.grouped.handpicked .grid-article.article-2 .entry-thumbnail,
  .news-grid.grouped.handpicked .grid-article.article-3 .entry-thumbnail,
  .news-grid.grouped.handpicked .grid-article.article-4 .entry-thumbnail {
    border-radius: 8px;
    height: 100% !important;
    width: 180px !important;
    margin-right: 8px;
  }
  .news-grid.grouped.handpicked .entry-info {
    padding: 0 !important;
  }
  .news-grid.grouped.handpicked .grid-article.article-2 .entry-info,
  .news-grid.grouped.handpicked .grid-article.article-3 .entry-info,
  .news-grid.grouped.handpicked .grid-article.article-4 .entry-info {
    margin-top: 4px;
    width: calc(100% - 200px);
  }
  .news-grid.grouped.handpicked .grid-article.article-2 .entry-title,
  .news-grid.grouped.handpicked .grid-article.article-3 .entry-title,
  .news-grid.grouped.handpicked .grid-article.article-4 .entry-title {
    -webkit-line-clamp: 4;
  }
  .news-grid.grouped.handpicked {
    display: flex;
    padding: 16px;
  }
  /* .news-grid.grouped.handpicked .btn--topic:hover {
    box-shadow: 0px 0px 8px 0px rgba(29, 47, 95, 0.25);
  } */
  .news-grid.grouped.handpicked .btn--topic:focus,
  .news-grid.grouped.handpicked .btn--save:focus {
    outline-offset: 0 !important;
    outline: unset;
    outline: 1px solid #5b5b5b;
  }
  .news-grid.grouped.handpicked .btn--save {
    font-weight: 300;
    margin-top: 24px;
  }
  .handpicked-categories h1 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px;
    margin: 12px 0 16px;
  }
}

@media(min-width: 1024px) {
  #handpicked {
    scroll-margin-top: 140px;
  }
}

/* opinion grid */
.widget_fgn_opinion_block {
  border-radius: 16px;
}
.news-grid.opinion-block {
  .col-sm-6:last-child {
    display: none;
  }
  .grid-article.bg-w.article-3 {
    margin-bottom: 0 !important;
  }
  .cat-link--chevron {
    margin-bottom: 0;
  }
  .grid-article .entry-thumbnail {
    height: 80px !important;
    width: 120px !important;
  }
  .grid-article.article-1 {
    a {
      flex-direction: row;
    }
     .entry-info {
      width: calc(100% - 120px) !important;
     }
  }
  .col-sm-6:first-child .grid-article.article-1 .entry-thumbnail {
    height: 80px !important;
    width: 120px !important;
  }
}
.news-grid.opinion-block .opinion-block__image-container {
  border-radius: 8px;
  height: 120px !important;
  margin-bottom: 12px;
  margin-top: 0;
  overflow: hidden;

  &::before {
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 150px;
    width: 160px;
    background-image: url('../images/opinion-block/opinion-block-flair.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
  }
}
.news-grid.opinion-block .opinion-block__image-container .btn {
  position: absolute
}
.news-grid.grouped.opinion-block .grid-article.article-3 {
  margin-bottom: 0;
}
.news-grid.opinion-block .entry-thumbnail {
  float: none;
  width: 100%;
}
.opinion-block .col-sm-6 .grid-article .entry-thumbnail {
  height: 80px !important;
  border-radius: 8px;
}
/* .opinion-block .col-sm-6:first-child .grid-article.article-1 .entry-thumbnail {
  float: left;
  width: 135px !important;
} */
.news-grid.grouped.opinion-block.handpicked .entry-info {
  padding: 0 0 0 8px !important;
}
.opinion-block .col-sm-6:first-child .grid-article.article-1 .entry-info {
  width: calc(100% - 135px);
}
.news-grid.grouped.handpicked.opinion-block .grid-article .entry-title {
  -webkit-line-clamp: 4 !important;
}
.news-grid.opinion-block .btn.btn-gray {
  border: 1px solid var(--primary-color);
  /* margin: 10px !important; */
}
.opinion-block__image-container .opinion-block__cat-link {
  font-weight: 600 !important;
  margin: 0 0 4px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;

  &.cat-link.cat-link--chevron {
    padding: 2px 8px 7px 5px;
  }
  /* &.cat-link.cat-link--chevron:hover {
    padding: 2px 8px 5px 9px;
  } */
}

@media(min-width: 768px) {
  .news-grid.opinion-block .opinion-block__image-container {
    margin-bottom: 16px;
  }
  .news-grid.opinion-block .col-sm-6:first-child .article-1 {
    display: none;
  }
  .news-grid.opinion-block .col-sm-6:last-child {
    display: block;
  }
  .news-grid.grouped.opinion-block.handpicked .entry-info {
    padding: 0 !important;
  }
  .news-grid.grouped.opinion-block.handpicked .article--large .entry-entry-thumbnail {
    height: 296px !important;
  }
  .news-grid.opinion-block .btn.btn-gray {
    /* margin: 16px !important; */
  }
  .news-grid.opinion-block .btn.btn-gray:hover {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color)!important;
  }
  .news-grid.opinion-block .grid-article.article-1 {
    .entry-info {
      width: 100% !important;
    }
  }
}

/* Topic-widget / Topic selector / Topic banner */
.topic-widget .topic-info.col-sm-6 {
  padding-left: 0;
}
.topic-selector .btn-topic-container .btn--topic {
  background: #F4F5F9;
  margin: 0 8px 8px 0;
}
.topic-selector .btn-topic-container .btn--topic:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04), 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.topic-selector .btn--topic svg {
  pointer-events: none;
  position: relative;
  top: 2px;
}
.topic-selector .btn--topic .plus-icon path {
  fill: var(--primary-color);
}
.topic-selector .btn--topic .check-icon path {
  stroke: var(--primary-color);
}
/* .topic-selector .btn--topic:hover {
  box-shadow: none;
} */
.topic-selector .btn--topic.active {
  background: #fff;
  border: none;
  box-shadow: none;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    margin: -1px;
    padding: 2px;
    background: var(--btn-border-gradient, linear-gradient(231deg, rgba(5, 96, 243, 1) 0%, rgba(82, 1, 162, 1) 100%));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
}
.topic-selector .btn--topic{
  border: 1px solid #fff !important;

  &.active {
    border: 1px solid transparent !important;
  }
}
.topic-selector .btn--topic .check-icon,
.topic-selector .btn--topic.active .plus-icon {
  display: none;
}
.topic-selector .btn--topic.active .check-icon {
  display: inline;
}
.topic-selector .btn--save {
  margin-top: 12px;
}
.topic-selector .btn--topic:focus {
  outline-offset: 0 !important;
  outline: unset;
}
.topic-selector .btn--topic span {
  pointer-events: none;
  position: relative;
  top: -2px;
}
.topic-selector .btn--save-topics.btn {
  padding: 9px 16px 11px 12px;

  .save-topics__unlock-logo {
    height: 14px;
    margin-right: 4px;
    width: 14px;
  }

  @media(max-width: 425px) {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.news-grid.grouped.handpicked {
  .grid-article.bg-w {
    margin-bottom: 12px;
  }
}
.home .topic-banner {
  min-height: 288px;

  @media(min-width: 768px) {
    min-height: 390px;
  }

  &.topic-banner--guest {
    min-height: auto;
  }
}
.topic-banner {
  align-items: baseline;
  background: linear-gradient(215deg, #0099ff 0%, #005eb5 47%, #38179f 90%, #ff38d0 115%);
  display: flex;
  flex-direction: column;
  height: auto;
  margin-bottom: 16px;
  padding: 12px 8px 16px;

  &.topic-banner--guest {
    display: flex;
    justify-content: space-around;
    padding: 12px 12px 16px;
  }

  p {
    color: #fff;
  }
}
.topic-banner__branding {
  align-self: flex-end;
  color: #fff;
  font-weight: 300;
  margin-right: auto;
  margin-top: auto;
}
.page-template-template-myfocus .topic-banner__branding {
  @media(min-width: 768px) {
    padding-left: 4px;
  }
}
.topic-banner__heading {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.4px;
  line-height: 28px;
  margin: 0 0 8px;

  @media (max-width: 425px) {
    padding: 0 4px;
  }

  & span {
    display: block;
  }
  .topic-banner__title {
    font-weight: 600;
  }
}

.page-template-template-myfocus .topic-banner__heading {
  padding: 0 4px;
}
.topic-banner__description {
  color: #fff;
  font-size: 14px !important;
  letter-spacing: -0.28px;
  line-height: 20px;
  margin-bottom: 16px;

  @media (max-width: 425px) {
    padding: 0 4px;
  }

  &.topic-banner__description--guest {
    font-size: 24px !important;
    line-height: 32px;
    margin-bottom: 16px;

    span {
      display: block;

      &:nth-of-type(3) {
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 20px;
        margin-top: 8px;
      }
    }
  }
}
.page-template-template-myfocus .topic-banner__description {
  padding: 0 4px;
}
.topic-banner__btn {
  align-items: center;
  background: #fff !important;
  border-radius: 20px !important;
  color: #1D2F5F !important;
  display: flex;
  height: 35px !important;
  margin-bottom: 12px;
  transition: box-shadow 0.3s ease-in-out;

  .headphones-icon {
    margin: 2px 6px 2px 2px;
  }

  &:hover {
    box-shadow: 0 0 15px 0 #72affef7;
  }
}
.topic-banner__link {
  align-items: center;
  color: #fff !important;
  display: flex;
  margin-bottom: 16px;

  @media (max-width: 425px) {
    padding: 0 4px 0;
  }
}
.page-template-template-myfocus .topic-banner__link {
  padding-left: 4px
}

.topic-banner__link-icon {
  height: 12px;
  margin-left: 3px;
  width: 12px;
}
.topic-banner__audio {
  margin-bottom: 15px;
}
.summary-audio-player,
.topic-banner__audio #summary-audio {
  height: 35px !important;
}
.topic-banner--guest {
  .handpicked-categories {
    margin-bottom: 8px;
    padding: 0 4px;
  }
}
@media(min-width: 768px) {
  .topic-widget .topic-info.col-sm-6 {
    padding-left: 20px;
  }
  .topic-banner {
    /* height: 178px; */
    height: 100%;
    margin-bottom: 0;
    padding: 60px 20px 20px;
  }
  .topic-banner__heading {
    font-size: 24px;
    letter-spacing: -0.72px;
    line-height: 32px;
  }
  .topic-banner__description {
    margin-bottom: 24px;
  }
  .topic-banner__btn {
    height: 40px !important;
    margin-bottom: 16px;
  }
  .topic-banner__btn.topic-banner__btn--listen  {
    margin-bottom: 8px;
  }
  .news-grid.grouped.handpicked {
    .grid-article.bg-w {
      margin-bottom: 16px;
    }
  }
  .topic-banner__link {
    border-radius: 20px;
    flex-direction: row;
    margin-bottom: 0;
    padding: 8px 12px;
    transition: background-color 0.3s ease-in-out;

    &:hover {
      background-color: #ffffff40;
      text-decoration: none;
    }
  }
  .topic-banner__branding {
    margin-top: auto;
  }
  .topic-banner__audio {
    margin-bottom: 8px;
  }
  .summary-audio-player,
  .topic-banner__audio #summary-audio {
    height: 40px !important;
  }
  .topic-banner {
    &.topic-banner--guest {
      padding: 20px;
    }
  }
  .topic-banner--guest {
    .handpicked-categories {
      padding: 0;
    }
  }
}

/* most read */
.widget_fgn_most_read .widget-title {
  line-height: 20px;
  margin-bottom: 0;
  width: fit-content;
}
.widget_fgn_most_read h3.cat-link {
  line-height: 20px;
  margin: 0 0 4px;
}
.widget_fgn_most_read .entry-info {
  padding: 0;
}
.widget_fgn_most_read .grid-article:hover {
  box-shadow: none;
}
.widget_fgn_most_read .grid-article,
.widget_fgn_most_read .news-grid.col3 .grid-article .entry-info {
  padding: 0;
  margin: 0;
}
.widget_fgn_most_read .news-grid.col3 .grid-article .entry-info {
  height: auto;
}
.sidebar-area .widget_fgn_most_read .col-sm-3,
.widget_fgn_most_read .col-sm-3 {
  border-bottom: 1px solid #E9EAED;
  display: flex;
  padding: 12px 0 12px 0;
  width: 100%;
}
.sidebar-area .widget_fgn_most_read .col-sm-3:first-child,
.widget_fgn_most_read .col-sm-3:first-child {
  padding-top: 0;
}
.sidebar-area .widget_fgn_most_read .col-sm-3:last-child,
.widget_fgn_most_read .col-sm-3:last-child {
  padding-bottom: 0;
}
.widget_fgn_most_read .col-sm-3:hover {
  cursor: pointer;
}
.widget_fgn_most_read .grid-article:hover {
  h3.cat-link {
    color: #262526;
  }
}
.widget_fgn_most_read .col-sm-3:last-child {
  border-bottom: none;
}
.widget_fgn_most_read .news-grid.col3 {
  border-top-left-radius: 0 !important;
}
.sidebar-area .widget_fgn_most_read .news-grid.col3,
.widget_fgn_most_read .news-grid.col3 {
  padding: 16px 12px;
}
.sidebar-area .widget_fgn_most_read .news-grid .entry-info .entry-title,
.widget_fgn_most_read .news-grid .entry-info .entry-title {
  line-height: 20px;
  -webkit-line-clamp: 3 !important;
}
.widget_fgn_most_read .article-number {
  align-items: center;
  background: #F4F5F9;
  display: flex;
  flex-shrink: 0;
  font-size: 24px;
  height: 45px;
  justify-content: center;
  letter-spacing: -0.72px;
  line-height: 24px;
  margin-right: 8px;
  padding: 8px;
  width: 45px;
}
@media(max-width: 425px) {
  .widget_fgn_most_read .widget-title {
    .svg-tag-shape {
      left: 152px;
      top: 18px;
    }
  }
  .single-post .sidebar-area {
    padding: 0 8px;
  }
  .sidebar-area .widget_fgn_most_read .widget-title {
    .svg-tag-shape {
      left: 152px;
      top: 18px;
    }
  }
}
@media(min-width: 768px) {
  .widget_fgn_most_read .news-grid.col3 {
    border-top-left-radius: 0 !important;
    height: auto;
    max-height: 125px;
    padding: 16px;
  }
  .widget_fgn_most_read .news-grid .grid-article {
    max-height: 90px;
    padding: 0;
  }
  .widget_fgn_most_read .news-grid.col3 .grid-article .entry-info {
    height: auto;
  }
  .widget_fgn_most_read .news-grid .grid-article.article-2 .entry-title,
  .widget_fgn_most_read .news-grid .grid-article.article-3 .entry-title,
  .widget_fgn_most_read .news-grid.col3 .grid-article .entry-title {
    -webkit-line-clamp: 3;
  }
  .widget_fgn_most_read .col-sm-3 {
    border-bottom: none;
    border-right: 1px solid #E9EAED;
    padding: 0 16px 0 16px;
    width: 33%;
  }
  .widget_fgn_most_read .col-sm-3:first-child {
    padding-left: 0;
  }
  .widget_fgn_most_read .col-sm-3:last-child {
    border-right: none;
    padding-right: 0;
  }
  .widget_fgn_most_read .news-grid .entry-info .entry-title {
    letter-spacing: -0.28px;
    line-height: 20px;
  }
  .widget_fgn_most_read .article-number {
    font-size: 24px;
  }
}

/* most read sidebar*/
.sidebar-most-read.grid-article {
  padding: 20px 16px 16px;
}
.sidebar-area .widget_fgn_most_read .news-grid .col3 {
  max-height: 128px;
}
.sidebar-area .widget_fgn_most_read .news-grid.col3 .grid-article .entry-info,
.widget_fgn_most_read .news-grid .grid-article {
  height: auto;
}
.sidebar-most-read.grid-article .cat-link {
  display: block;
  padding: 0 0 10px;
}
.sidebar-most-read ul li {
  border-top: solid 1px #ddd;
}
.sidebar-most-read ul li:first-child {
  border: none;
}
.sidebar-most-read ul li a {
  display: block;
  padding: 10px 0;
}
.sidebar-area .widget.widget_fgn_news_grid,
.sidebar-area .widget.widget_fgn_most_read {
  float: none !important;
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0;

  .entry-info .cat-link {
    color: #707072 !important;
  }
}
.archive.category .sidebar-area .widget_fgn_most_read .news-grid .grid-article,
.archive.tag .sidebar-area .widget_fgn_most_read .news-grid .grid-article,
.related-articles .sidebar-area .widget_fgn_most_read .news-grid .grid-article,
.single.single-post .sidebar-area .widget_fgn_most_read .news-grid .grid-article,
.search .sidebar-area .widget_fgn_most_read  .news-grid .grid-article {
  height: inherit;
}
@media(min-width: 768px) {
  .sidebar-area .widget.widget_fgn_news_grid,
  .sidebar-area .widget.widget_fgn_most_read {
    float: left !important;
    margin-bottom: 30px;
    overflow: initial;
  }
  .sidebar-area .widget.widget_fgn_most_read {
    margin: 30px 0 30px;
  }
  .sidebar-area .widget_fgn_most_read .news-grid {
    box-shadow: none;
  }
  .sidebar-area .widget_fgn_most_read .news-grid.col3 {
    max-height: none;
  }
  .sidebar-area .widget_fgn_most_read .col-sm-3 {
    border-right: none;
  }
  .sidebar-area .news-grid.col3 .grid-article .entry-title {
    -webkit-line-clamp: 4;
  }
  .sidebar-area .widget_fgn_most_read,
  .sidebar-area .widget_fgn_most_read .widget-title {
    /* box-shadow: none;
    margin-bottom: 0;
    padding: 20px 16px 16px;
    position: initial; */
  }
  /* .sidebar-area .widget_fgn_most_read .article-number {
    font-size: 16px;
  } */
   .sidebar-area .widget_fgn_most_read .tag-widget-title .svg-tag-shape {
      position: absolute;
      right: -39px;
      top: 17px;
   }
}
.sidebar-area .entry-info {
  padding: 10px;
}
.sidebar-area .entry-info .cat-link {
  display: block;
  margin: 0 0 4px;
}

/* Asia Ad block */
.widget_fgn_asia_ad_block .block_main {
  background: url('https://focusgn.com/wp-content/themes/focus_eco/assets/images/asia-pacific-block-bg.jpg');
  background-size: cover;
  height: 80px;
  padding: 30px;
}
.widget_fgn_asia_ad_block .block_main.sidebar_ad {
  background: url('https://focusgn.com/wp-content/themes/focus_eco/assets/images/asia-pacific-block-bg-md.jpg');
  background-size: cover;
  height: 270px;
  width: 255px;
}
.widget_fgn_asia_ad_block .block_main.big_ad {
  height: 175px;
  background: url('https://focusgn.com/wp-content/themes/focus_eco/assets/images/asia-pacific-block-bg-xl.jpg');
  background-size: cover;
}
.widget_fgn_asia_ad_block .logo_focus_asia img {max-width: 160px;}
.widget_fgn_asia_ad_block .block_main.big_ad .logo_focus_asia img {max-width: 210px;}
.widget_fgn_asia_ad_block .copy-container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.widget_fgn_asia_ad_block .copy-container h4 {max-width: 240px;}
.widget_fgn_asia_ad_block .copy-container a {margin-top: 15px;}
.widget_fgn_asia_ad_block .block_main.sidebar_ad .copy-container a {margin-top: 10px;}
.widget_fgn_asia_ad_block .block_main.sidebar_ad .copy-container h4 {font-size: 16px;}
.widget_fgn_asia_ad_block .block_main.normal_ad {padding: 10px 30px;}
.widget_fgn_asia_ad_block .block_main.normal_ad .logo_focus_asia {float: left; width: 200px; margin-top: 5px;}
.widget_fgn_asia_ad_block .block_main.big_ad .copy-container {margin: 10px;}


@media (max-width: 1199px) {
  .widget_fgn_asia_ad_block .logo_focus_asia img {max-width: 135px !important;}
  .widget_fgn_asia_ad_block .block_main {
    background: url('https://focusgn.com/wp-content/themes/focus_eco/assets/images/asia-pacific-block-bg.jpg');
    background-size: cover;
  }
  .widget_fgn_asia_ad_block .block_main.sidebar_ad {
    background: url('https://focusgn.com/wp-content/themes/focus_eco/assets/images/asia-pacific-block-bg-xs.jpg');
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .widget_fgn_asia_ad_block .block_main,
  .widget_fgn_asia_ad_block .block_main.big_ad {
    background: rgb(204,2,18);
    background: #77060f;
    background: #e60012;
    background: -moz-linear-gradient(-60deg, rgba(120,5,15,1) 0%, rgba(230,0,18,1) 100%);
    background: -webkit-linear-gradient(-60deg, rgba(120,5,15,1) 0%, rgba(230,0,18,1) 100%);
    background: linear-gradient(-60deg, rgba(120,5,15,1) 0%, rgba(230,0,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e60012",endColorstr="#77060f",GradientType=1);
    height: auto;
    display: inline-block;
  }
  .widget_fgn_asia_ad_block .block_main .copy-container a {margin-top: 5px;}
}

/* Gutenberg Block Library necessary styles */
.wp-block-image {
  margin: 0 0 1em;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
  display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}

.wp-block-image figure {
  margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.wp-block-image figure {
  margin: 0;
}

/* Rotating banners adzone */
.rotating-banners-adzone__header {
  margin: 0 32px 30px;
}
.rotating-banners-adzone__header--focus-link {
  align-items: center;
  color: var(--primary-color);
  display: flex;
  width: fit-content;
}
.rotating-banners-adzone__header--focus-link:hover {
  color: var(--secondary-color);
}
.rotating-banners-adzone__header--focus-link span {
  font-size: 30px;
  margin-left: 20px;
}
.rotating-banners-adzone__container {
  display: table;
  width: 100%;
}
.rotating-banners-adzone__container--ads {
  display: flex;
  flex-direction: column;
  padding: 30px 10px;
}
.rotating-banners-adzone__container--ads a {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 16px;
  width: fit-content;
}
.rotating-banners-adzone__container--ads a:last-of-type {
  margin-bottom: 0;
}
.rotating-banners-adzone__container--ads a img {
  min-width: 255px;
  width: 100%;
}
.rotating-banners-adzone__banner-image--has-mobile {
  display: none;
}
@media (min-width: 1024px) {
  .rotating-banners-adzone__banner-image {
    display: block;
  }
  .rotating-banners-adzone__banner-image--mobile {
    display: none;
  }
  .rotating-banners-adzone__header {
    margin: 0 0 50px 50px;
  }
  .rotating-banners-adzone__container {
    width: fit-content;
  }
  .rotating-banners-adzone__container--ads {
    padding: 50px;
  }
  .rotating-banners-adzone__container--ads a {
    margin-bottom: 20px;
  }
  .rotating-banners-adzone__container--ads a:hover img {
    box-shadow: 0 0 10px 0 rgb(51 51 51 / 50%);
    -webkit-box-shadow: 0 0 10px 0 rgb(51 51 51 / 50%);
  }

  .fgn_adzone.acols-3.rotating-banner,
  .fgn_adzone.acols-2.rotating-banner {
    display: unset !important;
  }
}

/* newsletter */
.loading-message,
.confirm-message,
.success-message,
.error-message,
.already-sent-message {
  display: none;
}
.container-boxes {
  position: fixed;
  right: 20px;
  top: 20px;
}
.send-newsletter-container .btn-secondary.btn-secondary--transparent {
  background: #fff;
  border: 1px solid #DDDDDD;
  color: var(--primary-color);
}
.send-newsletter-container .btn-secondary.btn-secondary--transparent:hover {
  color: var(--secondary-color);
}
.send-newsletter-container {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgb(51 51 51 / 15%);
  -webkit-box-shadow: 0px 0px 15px 0px rgb(51 51 51 / 15%);
  -moz-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
  height: auto;
  min-height: 180px;
  padding: 30px;
  position: relative;
  width: 340px;
}
.send-newsletter-container h2 {
  font-size: 20px;
  font-weight: 600;
}
.send-newsletter-container p {
  color: var(--primary-color);
  font-size: 14px;
}
.send-newsletter-container .btn-secondary {
  background: var(--primary-color);
  color:#fff;
  margin-top: 10px;
}
.send-newsletter-container .btn-secondary:hover {
  color:#fff;
}
.send-newsletter-container.action-container--socials {
  margin-top: 20px;
}

/* week-summary */
.send-newsletter-container.week-summary {
  margin-top: 20px;
  position: relative;
}
.send-newsletter-container.week-summary h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 12px;
}
.send-newsletter-container.week-summary h3.week-summary__body--title {
  margin-bottom: 0;
}
.send-newsletter-container.week-summary p {
  margin: 5px 0 20px;
}
.send-newsletter-container.week-summary p.week-summary__body--text {
  margin-bottom: 10px;
}
.week-summary__body--list {
  max-height: 265px;
  overflow-y: auto;
}
.week-summary__body--list li {
  border-bottom: 1px solid #E9EAED;
  padding: 10px 0;
}
.week-summary__body--list li a {
  color: inherit;
}
.week-summary__body--list li:last-child a {
  border-bottom: none;
}
.week-summary__body--list li:hover a {
  color: var(--secondary-color);
  cursor: default;
}
.category-weekend-conversation .article-content h2 a {
  text-decoration: underline;
}
.category-weekend-conversation .signature a {
  text-decoration: none;
}
.category-weekend-conversation .article-content h2:hover a,
.category-weekend-conversation .signature a:hover {
  color: var(--secondary-color) !important;
}
.link-to-articles {
  align-items: center;
  color: var(--primary-color);
  display: flex;
  margin: 20px 0 10px;
}
.link-to-articles:hover {
  color: var(--secondary-color);
}
.link-to-articles:hover svg path{
  stroke: var(--secondary-color);
}
.link-to-articles svg {
  margin: 1px 0 0 5px;
}

/*spinner style*/
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  background: none;
  bottom: 0;
  box-shadow: inset 0 0 0 5px;
  color: var(--primary-color);
  font-size: 4.8px;
  height: 50px;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  width: 50px;
  visibility: visible;
}
.spinner:before,
.spinner:after {
  background: #fff;
  content: '';
  height: 65px;
  position: absolute;
  top: -2px;
  width: 28px;
}
.spinner:before {
  animation: rotate 1s infinite ease 0.75s;
  -webkit-animation: rotate 1s infinite ease 0.75s;
  border-radius: 30px 0 0 30px;
  left: -2px;
  transform-origin: 26px 26px;
  -webkit-transform-origin: 26px 26px;
}
.spinner:after {
  animation: rotate 1s infinite ease;
  -webkit-animation: rotate 1s infinite ease;
  border-radius: 0 30px 30px 0;
  left: 25px;
  transform-origin: 1px 26px;
  -webkit-transform-origin: 1px 26px;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.week-summary .loading-message .spinner {
  margin-top: 30px;
  position: relative;
}
.initial-message p {
  color: var(--primary-color);
}

/* scrollbar style */
.week-summary ::-webkit-scrollbar {
  width: 5px;
}
.week-summary ::-webkit-scrollbar-track {
  background: #fff;
}
.week-summary ::-webkit-scrollbar-thumb {
  background: #D2D5E0;
  border-radius: 10px;
}
.week-summary ::-webkit-scrollbar-thumb:hover {
  background: #b0b2b6;
}