/**
* Theme Name: Tusant SecondLine Child
* Description: This is a child theme of Tusant SecondLine.
* Author: <a href="https://secondlinethemes.com/">SecondLineThemes</a>
* Template: tusant-secondline
* Version: 1.5.6
*/

/* ===== Common Start ===== */

* {
  -webkit-tap-highlight-color: transparent !important;
}

html,
body {
  overflow-x: hidden !important;
}

/* ===== Common End ===== */

/* ===== From Customization Start ===== */

:root {
  --theme-color-1: #1c244b;
  --theme-color-2: #cbc6c6;
  --theme-color-3: #f0f0f0;
  --theme-color-4: #e7e7e7;
  --theme-color-5: #222222;
  --theme-color-6: #acb8c2;
  --theme-color-7: #545454;
  --bc-red-color: #e70000;
  --white-color: #ffffff;
  --black-color: #000000;
  --body-font: "Nexa-light", Sans-serif;
  --title-font: "Nexa-Heavy", Sans-serif;
}

.full-size:has(.book-widget) {
  padding: 130px 0 50px;
}

.elementor-element.elementor-element-966a488.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
  padding: 0 !important;
}

/* body {
    background: white !important;
} */

/*li.menu-item a {
     min-width: 140px;
    background: var(--theme-color-3);
}

li.menu-item a {
    min-width: 140px;
    background: var(--theme-color-3);
    display: flex;
    justify-content: space-between;
} */

.main-post-container {
  padding-top: 15% !important;
}

/* p b {
    font-family: "Nexa-Heavy", Sans-serif;
}
p {
    color: black !important;
} */

.pp-podcast__content.pod-content {
  display: flex;
  flex-direction: column;
}

.pp-podcast__single {
  width: 100% !important;
}

.pod-content__list.episode-list {
  min-width: 100% !important;
  margin-top: 50px;
}

.episode-list__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.episode-list__entry.pod-entry {
  width: 25%;
  max-height: 350px;
  overflow: hidden;
}

.blog-meta-author-display {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .full-size:has(.book-widget) {
    padding: 50px 0 20px;
  }
}

/* ===== Expert Series Css Start ===== */

#main-container-secondline .elementor-button-text {
  font-family: inherit !important;
}

.infinite-nav-slt a {
  margin: 20px 0 0;
}

.expert-box .expert-image a {
  width: 100%;
  height: auto;
  display: block;
}

.expert-box .expert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expert-series-content .expert-series-item:not(:last-child) {
  margin-bottom: 30px;
}

.expert-series-item .expert-title-wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.expert-series-item .expert-title-wp h3 {
  font-size: 22px;
  color: var(--theme-color-1);
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}

.expert-title-wp .social-media-icons {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.expert-title-wp .social-media-icons a {
  --size: 36px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--theme-color-1);
  transition: 0.3s;
}

.expert-title-wp .social-media-icons a:hover {
  background-color: var(--bc-red-color);
}

.expert-title-wp .social-media-icons a img {
  max-width: 16px;
  max-height: 16px;
  filter: brightness(0) invert(1);
}

.expert-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.expert-content p:last-child {
  margin-bottom: 0;
}

.expert-episode-cnt-wp:has(._3d-flip-book) .expert-content p {
  position: relative;
  text-indent: 20px;
  padding-right: 14px;
}

.expert-episode-cnt-wp:has(._3d-flip-book) .expert-content p:after,
.expert-episode-cnt-wp:has(._3d-flip-book) .expert-content p:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: var(--bc-red-color);
  --mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iZmlfNzM1MDczNyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQuNyAxNy43Yy0xLTEuMS0xLjYtMi4zLTEuNi00LjMgMC0zLjUgMi41LTYuNiA2LTguMmwuOSAxLjNjLTMuMyAxLjgtNCA0LjEtNC4yIDUuNi41LS4zIDEuMi0uNCAxLjktLjMgMS44LjIgMy4yIDEuNiAzLjIgMy41IDAgLjktLjQgMS44LTEgMi41LS43LjctMS41IDEtMi41IDEtMS4xIDAtMi4xLS41LTIuNy0xLjF6bTEwIDBjLTEtMS4xLTEuNi0yLjMtMS42LTQuMyAwLTMuNSAyLjUtNi42IDYtOC4ybC45IDEuM2MtMy4zIDEuOC00IDQuMS00LjIgNS42LjUtLjMgMS4yLS40IDEuOS0uMyAxLjguMiAzLjIgMS42IDMuMiAzLjUgMCAuOS0uNCAxLjgtMSAyLjVzLTEuNSAxLTIuNSAxYy0xLjEgMC0yLjEtLjUtMi43LTEuMXoiPjwvcGF0aD48L3N2Zz4=);
  -webkit-mask-image: var(--mask-image);
  mask-image: var(--mask-image);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.expert-episode-cnt-wp:has(._3d-flip-book) .expert-content p:before {
  top: auto;
  bottom: 10px;
  left: auto;
  right: 0;
  transform: scale(-1);
}

.expert-more-btn a {
  display: inline-flex !important;
  flex-direction: row-reverse;
  background-color: transparent;
  gap: 8px;
  padding: 6px 18px;
  color: var(--bc-red-color);
  border: 1px solid var(--bc-red-color);
  border-radius: 3px;
  margin-top: 10px;
  transition: 0.3s;
}

.expert-more-btn a:hover {
  color: var(--white-color) !important;
  background-color: var(--bc-red-color);
}

.expert-more-btn a:hover svg {
  fill: var(--white-color);
}

.expert-more-btn a svg {
  fill: var(--bc-red-color);
  transition: 0.3s;
}

.expert-more-btn a .elementor-icon-list-text {
  padding-left: 0 !important;
}

@media only screen and (max-width: 1499px) and (min-width: 768px) {
  .expert-list-row .e-loop-item:nth-child(even) .expert-box {
    --flex-direction: row-reverse; 
  }
}

@media only screen and (max-width: 767px) {
  body .secondline-themes-post-list-main .secondline-masonry-item {
    margin-bottom: 25px;
  }

  .expert-series-content .expert-series-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .expert-series-item .expert-title-wp h3 {
    font-size: 20px;
  }

  .expert-box .expert-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 575px) {
  .expert-series-item .expert-title-wp h3 {
    font-size: 18px;
  }

  .expert-more-btn a {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 400px) {
  .expert-title-wp .social-media-icons a {
    --size: 30px;
  }
}

/* ===== Expert Series Css End ===== */

/* ===== Expert Series Details Css Start ===== */

.quote-box
  .elementor-icon-list-items
  .elementor-icon-list-item:has(.elementor-icon-list-icon) {
  position: relative;
  padding: 30px 50px 30px 30px;
  border: 1px solid var(--theme-color-2);
  border-left: 3px solid var(--bc-red-color);
  border-radius: 12px;
  background-color: var(--theme-color-3);
}

.quote-box
  .elementor-icon-list-items
  .elementor-icon-list-item:has(.elementor-icon-list-icon)::after {
  content: "";
  width: 20px!important;
  height: 20px!important;
  background-color: var(--theme-color-3);
  border-bottom: 1px solid var(--theme-color-2);
  border-left: 1px solid var(--theme-color-2);
  position: absolute!important;
  bottom: -11px;
  left: 45px !important;
  right: auto !important;
  transform: skewY(-45deg);
}

.quote-box
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.1;
}

.quote-box
  .elementor-icon-list-items
  .elementor-icon-list-item:has(.elementor-icon-list-icon)
  .elementor-icon-list-text {
  padding: 0;
  font-weight: 700;
  font-family: var(--body-font);
}

.quote-box
  .elementor-icon-list-items
  .elementor-icon-list-item:not(:last-child) {
  margin-bottom: 30px;
}

.episodes-tab-menu-wp {
  text-align: center;
  margin-bottom: 30px;
}

.episodes-tab-menu {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 4px;
  margin: 0;
  border: 1px solid var(--theme-color-2);
  background-color: var(--white-color);
  border-radius: 30px;
}

.episodes-tab-menu li {
  padding: 5px 22px;
  text-transform: capitalize;
  cursor: pointer;
  background: var(--theme-color-4);
  border-radius: 30px;
  font-weight: 700;
  color: var(--black-color);
  transition: 0.3s;
}

.episodes-tab-menu li:hover,
.episodes-tab-menu li.active {
  background: var(--bc-red-color);
  color: var(--white-color);
}

.episodes-content-row {
  position: relative;
}

.custom-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #00000036;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  z-index: 2;
}

.custom-loader .spinner {
  width: 44px;
  height: 44px;
  border: 4px solid var(--bc-red-color);
  border-top: 4px solid var(--theme-color-5);
}

.episodes-title-wp .episodes-title {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: var(--title-font);
  color: var(--theme-color-1);
}

.episodes-content-wp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.episodes-content-wp .epsiodes-item {
  border-radius: 20px;
  background-color: var(--white-color);
  overflow: hidden;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
}

.episodes-content-wp .expert-image a {
  display: block;
}

.episodes-content-wp .expert-image a img {
  width: 100%;
}

.episodes-content-wp .expert-content-wp {
  padding: 20px 30px 30px;
  background-color: var(--white-color);
}

.episodes-content-wp .expert-content-wp .expert-content {
  margin-bottom: 14px;
}

.episodes-content-wp .expert-button a {
  display: inline-flex !important;
  flex-direction: row-reverse;
  background-color: transparent;
  gap: 8px;
  padding: 6px 18px;
  color: var(--bc-red-color);
  border: 1px solid var(--bc-red-color);
  border-radius: 3px;
  transition: 0.3s;
}

.episodes-content-wp .expert-button a:hover {
  color: var(--white-color);
  background-color: var(--bc-red-color);
}

/* ----- Load More Button Css Start ----- */

.load-more-wrapper {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.load-more-button {
  border: none !important;
  outline: none !important;
  border-radius: 3px;
  font-family: var(--title-font);
  font-weight: 400;
  padding: 7px 38px;
  line-height: 1.8;
  cursor: pointer;
  background: var(--bc-red-color);
  color: var(--white-color);
  transition: 0.3s;
}

.load-more-button:hover {
  background: var(--theme-color-5);
  color: var(--white-color);
}

.episodes-loader {
  display: none;
  position: absolute;
  top: 50%;
  margin-left: 15px;
  transform: translate(0, -50%);
}

.spinner {
  width: 24px;
  height: 24px;
  border: 3px solid var(--bc-red-color);
  border-top: 3px solid var(--theme-color-5);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* ----- Load More Button Css End ----- */

@media screen and (max-width: 991px) {
  .episodes-title-wp .episodes-title {
    font-size: 24px;
  }

  .episodes-content-wp {
    gap: 20px;
  }

  .episodes-content-wp .expert-content-wp {
    padding: 20px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .episodes-title-wp .episodes-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .episodes-content-wp {
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-box {
    margin-inline: auto !important;
  }

  .quote-box .elementor-icon-list-items {
    max-width: 430px;
    display: block !important;
  }
}

@media screen and (max-width: 575px) {
  .quote-box
    .elementor-icon-list-items
    .elementor-icon-list-item:has(.elementor-icon-list-icon) {
    padding: 20px 50px 20px 20px;
  }

  .episodes-title-wp .episodes-title {
    font-size: 20px;
  }

  .episodes-content-wp {
    grid-template-columns: repeat(1, 1fr);
  }

  .episodes-tab-menu li {
    font-size: 14px;
  }

  .load-more-wrapper {
    margin-top: 30px;
  }
}

/* ===== Expert Series Details Css End ===== */

/* ===== Conference Listing Css Start ===== */
.bc-conference-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.bc-conference-list.full-view-wp {
  grid-template-columns: repeat(1, 1fr);
}
.bc-conference-item {
  padding: 10px;
  background-color: var(--white-color);
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.bc-conference-content {
  position: relative;
}
.bc-conference-content > a,
.bc-conference-img {
  display: block;
}
.bc-conference-img {
  line-height: 1;
}
.bc-conference-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  opacity: 0;
  border-radius: 15px;
}
.elementor .bc-conference-content img {
  width: 100%;
  border-radius: 15px;
}
.bc-conference-btns {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
}
.bc-conference-item:hover .bc-conference-img:before {
  opacity: 0.5;
}
.bc-conference-item:hover .bc-conference-btns {
  opacity: 1;
  visibility: visible;
}
.bc-conference-btns .wpulike {
  padding: 0;
  line-height: 1;
}
.bc-conference-btns .wp_ulike_general_class {
  padding: 0;
  border: none;
  box-shadow: none;
}
.bc-conference-btns .count-box {
  display: none;
}
.bc-conference-btns .share-icon-btn {
  color: var(--theme-color-6);
  font-size: 20px;
  cursor: pointer;
}
.bc-conference-list.full-view-wp .bc-conference-btns {
  width: 300px;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.social-media-content {
  padding: 70px 0;
}
.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1;
}
.social-icons .social-link {
  color: var(--bc-red-color);
}
.social-post-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 310px;
  margin: auto;
  max-width: 100%;
}
.social-post-link-wrapper .post_dynamic_link {
  width: calc(100% - 50px);
  padding: 6px 10px;
  color: var(--theme-color-7);
  border-radius: 0;
  font-size: 14px;
  border: 1px solid var(--black-color);
}
.social-post-link-wrapper .post_dynamic_link:focus {
  outline: none;
}
.social-link-copy-btn {
  background-color: var(--bc-red-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 50px;
  cursor: pointer;
}
.events-not-found-message {
  padding: 50px 0;
  text-align: center;
}
.popup-action-btns {
  display: flex;
  align-items: center;
  gap: 25px;
}
.popup-action-btns > * {
  cursor: pointer;
  font-size: 18px;
  color: var(--bc-red-color);
}
.popup-action-btns .wpulike {
  padding: 0;
  line-height: 1;
}
.popup-action-btns .wpulike-robeen .count-box {
  padding: 0 14px 0 5px;
}

.wpulike-robeen button.wp_ulike_btn {
  width: 27px;
  height: 27px;
}
.wpulike-robeen button.wp_ulike_btn:after {
  transform: translateX(-50%) translateY(-50%) scale(0.7);
}
.bc-conference-item .addtoany_share svg g {
  fill: var(--theme-color-6);
}
.popup-content-wp {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.event-feature-image {
  width: calc(60% - 10px);
}
.event-feature-image img {
  max-width: 100%;
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  object-position: left;
}
.event-url {
  width: calc(40% - 10px);
  padding-left: 100px;
}
.popup-content-wp .event-url a {
  word-break: break-word;
}
.popup-event-wrapper {
  padding: 0 10px;
}
.events-not-found-message h3 {
  color: var(--bc-red-color);
  font-size: 20px;
  margin-bottom: 0;
}
.bc-conference-notes {
  font-size: 14px;
}
.bc-conference-notes p {
  margin-bottom: 0 !important;
}
.conference-sub-text {
  display: block;
  margin-bottom: 15px;
}
.e-loop-item:nth-child(2) .bc-conference-loop-item {
  padding-top: 120px;
}
.bc-conference-loop-item .e-con-inner {
  row-gap: 5px;
}
.bc-conference-link {
  margin-bottom: 10px;
}
.bc-conference-link a {
  display: inline-flex !important;
  flex-direction: row-reverse;
  background-color: transparent;
  gap: 8px;
  font-size: 22px;
  line-height: 1;
  padding: 12px 24px;
  color: var(--bc-red-color);
  border: 1px solid var(--bc-red-color);
  transition: 0.3s;
}
.bc-conference-link a:hover {
  color: var(--white-color) !important;
  background-color: var(--bc-red-color);
}
.bc-conference-section .e-loop-item:nth-child(odd) {
  background-color: var(--theme-color-3);
  padding: 60px 0;
}
body .elementor-popup-modal .dialog-close-button svg {
  height: 24px;
  width: 24px;
}
@media (max-width: 1199px) {
  .bc-conference-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  body.admin-bar .dialog-type-lightbox {
    position: fixed;
  }
}
@media screen and (max-width: 991px) {
  .event-url {
    padding-left: 0;
  }
  .bc-conference-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bc-conference-section .elementor-loop-container {
    row-gap: 50px;
  }
  .event-feature-image {
    width: 100%;
  }
  .event-url {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .bc-conference-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .bc-conference-item {
    padding: 5px;
  }
}
/* ===== Conference Listing Css End ===== */

/* ===== From Customization End ===== */
/* =====webinar page css start ====== */
.webinars_list .single-webinar-item .web-content-details-wp {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.web-content-details-wp .web-content-item {
  padding: 10px;
  background-color: var(--white-color);
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.web-content-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.web-content-image img {
  border-radius: 16px;
}

.web-content-button a,
.web-content-button.no-link span {
  width: fit-content;
  font-weight: 900 !important;
  font-size: 16px;
  line-height: 1.4;
  margin: 7px 10px;
  display: inline-flex !important;
  flex-direction: row-reverse;
  background-color: transparent;
  gap: 8px;
  padding: 6px 18px;
  color: var(--bc-red-color);
  border: 1px solid var(--bc-red-color);
  border-radius: 3px;
  transition: 0.3s;
  text-transform: uppercase;
}
.web-content-button a:hover,
.web-content-button.no-link span:hover {
  color: var(--white-color) !important;
  background-color: var(--bc-red-color);
}
.web-title-cnt-wp .h2-title {
  color: var(--e-global-color-dacb41f);
}

.web-conference-wrapper {
  display: flex;
  flex-direction: column;
  /* gap: 60px; */
}
.web-conference-wrapper .single-webinar-item:nth-child(even) {
  position: relative;
  z-index: 1;
}

.web-conference-wrapper .single-webinar-item:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 180%;
  height: 100%;
  background-color: var(--theme-color-3);
  z-index: -1;
}

.web-content-details-wp .web-end-note {
  grid-column: 1 / -1;
}
.single-webinar-item {
  padding: 60px 0;
}
.web-logo {
  display: flex;
  justify-content: left;
}

.web-square-button {
  display: flex;
  justify-content: left;
  margin-bottom: 30px;
}
.web-content-image img {
  width: 100%;
  border-radius: 15px !important;
}
.web-content-button {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.single-webinar-item .web-end-note {
  font-weight: 900 !important;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 23px;
  text-align: center;
}
@media (max-width: 575px) {
  .web-end-note {
    font-size: 13px !important;
    margin: 14px 0 0 !important;
  }
}
@media (max-width: 1199px) {
  .webinars_list .single-webinar-item .web-content-details-wp {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .webinars_list .single-webinar-item .web-content-details-wp {
    grid-template-columns: repeat(3, 1fr);
  }
  .single-webinar-item {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .web-content-button a,
  .web-content-button.no-link span {
    font-size: 14px;
    padding: 5px 15px;
    margin: 5px 5px;
  }
  .webinars_list .single-webinar-item .web-content-details-wp {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media screen and (max-width: 575px) {
  .web-content-item {
    padding: 5px;
  }
  .web-content-button a,
  .web-content-button.no-link span {
    font-size: 12px;
    padding: 5px;
    margin: 5px 0 0;
  }
  .single-webinar-item {
    padding: 30px 0;
  }
}
/* =====webinar page css end ====== */
.ask-banner-title h1 {
    display: none;
}
/* =====Youtube Series page css Start ====== */
.youtube-playlist-section {
    padding: 50px 15px;
    border-bottom: 2px solid #F0F0F0;
}
.youtube-playlist-section:first-child {
    padding-top: 70px;
}
.youtube-playlist-section:last-child {
    padding-bottom: 70px;
    border-bottom: none;
}
.youtube-playlist-section h2 {
    font-size: 28px;
    color: #1C244B;
}
.youtube-videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.youtube-videos-grid .video-item {
    padding: 20px;
    background-color: #000;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.video-item .video-img-wp  img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 15px;
}
.video-item .video-img-wp {
    margin-bottom: 15px;
    position: relative;
}
.popup-video-click {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 21px;
    z-index: 1;
    box-shadow: 0 0 15px var(--bc-red-color);
    cursor: pointer;
}
.video-item .video-img-wp:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.1;
    border-radius: 15px;
}
.video-item h3 {
    font-size: 20px;
    flex: 1;
}
.video-item .yt-content {
    color: #c3c3c3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-item .yt-content p {
    word-break: break-word;
}
.read-more-wrapper {
    margin-top: 20px;
    text-align: center;
    position: relative;
}
.read-more-wrapper .read-more-btn {
    display: inline-flex;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    color: var(--bc-red-color);
    border: 1px solid var(--bc-red-color);
    transition: 0.3s;
    /* min-width: 170px; */
    line-height: 1;
    font-size: 22px;
    font-weight: 700;
    font-family: "Nexa-Heavy", Sans-serif;
    background-color: transparent;
}
.read-more-wrapper .read-more-btn:hover {
    color: var(--white-color) !important;
    background-color: var(--bc-red-color);
}
.youtube-video-wrap {
    line-height: 0;
}
@media screen and (max-width: 991px) {
    .youtube-videos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .youtube-playlist-section {
        padding: 40px 15px;
    }
    .youtube-playlist-section:first-child {
        padding-top: 50px;
    }
    .youtube-playlist-section:last-child {
        padding-bottom: 50px;
    }
    .bc-conference-link a, .read-more-wrapper .read-more-btn {
      font-size: 16px!important;
    }
}
@media screen and (max-width: 575px) {
    .youtube-videos-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .youtube-playlist-section {
        padding: 30px 15px;
    }
    .youtube-playlist-section:first-child {
        padding-top: 40px;
    }
    .youtube-playlist-section:last-child {
        padding-bottom: 40px;
    }
    .popup-video-click {
      width: 50px;
      height: 50px;
      font-size: 18px;
    }
}
/* =====Youtube Series page css end ====== */

/* Set container globally css */

.width-container-slt, #page-title-slt-post-page #blog-post-title-meta-container {
    max-width: 1380px !important;
    width: fit-content!important;
    margin: 0 auto;
    padding-inline: 15px!important;
}
@media screen and (min-width:1380px){
 .single-podcast .podcast {
    padding-inline: 15px;                
}
}
@media (max-width:960px) {
    .width-container-slt, #page-title-slt-post-page #blog-post-title-meta-container {
    max-width: -webkit-fill-available!important;
    width: -webkit-fill-available!important;
    padding-inline: 15px!important;
}
}
@media only screen and (min-width: 960px) and (max-width: 1366px) {
    body #main-container-secondline .width-container-slt, .width-container-slt {
        max-width: fit-content !important;
        width: fit-content !important;
        padding-inline: 15px!important;
    }
}
@media only screen and (max-width: 767px) {
    body #main-container-secondline .width-container-slt, body .width-container-slt {
        max-width: fit-content !important;
        width: fit-content !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* Set container globally css ends*/

body #main-container-secondline .elementor .secondline-themes-default-blog-index.secondline-content-no-img .secondline-blog-content {
    width: 85%!important;
    max-width: 85%!important;
}
.single-secondline-post-meta {
    font-family: 'Nexa-Heavy';
}

.comment-meta.commentmetadata a{
    color: white!important;
}

.comment-list p {
    color: white;
}
.comment-form #respond textarea {
    background-color: var( --e-global-color-3ac52fd ) !important;
}

#main-container-secondline .woocommerce-widget-layered-nav-dropdown__submit,
 #main-container-secondline .form-submit input#submit, 
 #main-container-secondline input.button,
  #main-container-secondline #customer_login input.button, 
  #main-container-secondline button.button, 
  #main-container-secondline a.button {
    font-family: 'Nexa-Heavy';
    font-size: 22px!important;
    line-height: 24px;
    border-radius: 0px;
    padding: 12px 24px;
}

@media screen and (max-width: 991px) {
    #main-container-secondline .woocommerce-widget-layered-nav-dropdown__submit,
 #main-container-secondline .form-submit input#submit, 
 #main-container-secondline input.button,
  #main-container-secondline #customer_login input.button, 
  #main-container-secondline button.button, 
  #main-container-secondline a.button {
    font-family: 'Nexa-Heavy';
    font-size: 16px!important;
}
}
@media only screen and (min-width: 960px) and (max-width: 1366px) {
    body #main-container-secondline .width-container-slt, .width-container-slt {
      max-width: 1380px !important;
    width: fit-content !important;
    }
}
@media only screen and (max-width: 767px) {
    body #main-container-secondline .width-container-slt, body .width-container-slt {
          max-width: 1380px !important;
    width: fit-content !important;
        padding-left: 0px;
        padding-right: 0px;
    }
}