section.hosts .description a {
  color: var(--theme-color) !important;
  font-weight: 500;
}

header#Header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 2;
  border-bottom: 0.7px solid rgba(255, 255, 255, 0.4);
}
header#Header ul.header-top-right-social-icons {
  display: flex;
  justify-content: end;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
header#Header ul.header-top-right-social-icons li {
  line-height: 0;
}
header#Header ul.header-top-right-social-icons li a {
  color: var(--theme-color-light);
  transition: 0.5s all ease-in-out;
}
header#Header ul.header-top-right-social-icons li a:hover {
  color: var(--theme-color-alt);
}

section.MainBanner {
  background: linear-gradient(114.63deg, #214538 6.57%, #2D5F4D 100%);
  position: relative;
  padding: 200px 0 130px;
  z-index: 1;
}
section.MainBanner h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 87px;
  color: var(--theme-color-light);
}
section.MainBanner .description {
  color: var(--theme-color-light);
}
section.MainBanner .right-thumbnail {
  display: flex;
  justify-content: end;
}
section.MainBanner .right-thumbnail img {
  max-width: 445px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 468px;
  border-radius: 23px;
}
section.MainBanner .banner-custom-btns {
  margin-top: 50px;
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
section.MainBanner::after {
  content: "";
  background-image: url(../../../../uploads/2024/11/lines.png);
  opacity: 15%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
  pointer-events: none;
  background-size: cover;
  z-index: -1;
}

section.InnerBanner {
  background: linear-gradient(114.63deg, #214538 6.57%, #2D5F4D 100%);
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  text-align: center;
}
section.InnerBanner .content h1 {
  position: absolute;
  left: 0;
  right: 0;
}
section.InnerBanner::after {
  content: "";
  background-image: url(../../../../uploads/2024/11/lines.png);
  opacity: 15%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
  pointer-events: none;
  background-size: cover;
}

section.trailer .trailer-inner {
  background-color: #EFEEE7;
  padding-top: 115px;
  padding-bottom: 400px;
}

.trailer-video {
  margin-top: -350px;
}

section.trailer .trailer-video img.video-thumbnail {
  box-shadow: 0px 7px 24.7px 0px rgba(0, 0, 0, 0.0901960784);
  width: 100%;
  border-radius: 23px;
  aspect-ratio: 16/9;
}

section.trailer .video-wrapper {
  position: relative;
}
section.trailer .video-wrapper .play-btn {
  display: inline-block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
section.trailer .video-wrapper .play-btn img {
  width: 100px;
}

section.trailer .trailer-video iframe {
  box-shadow: 0px 7px 24.7px 0px rgba(0, 0, 0, 0.0901960784);
  width: 100%;
  border-radius: 23px;
  aspect-ratio: 16/9;
  height: auto;
}

section.episodes {
  padding: 90px 0 110px 0;
  position: relative;
}
section.episodes.watch-tab::after {
  content: "";
  background-image: url(../../../../uploads/2024/11/Mask-group.png);
  background-position: right;
  width: 1392px;
  display: block;
  height: 1376px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
section.episodes.listen-tab::after {
  content: "";
  background-image: url(../../../../uploads/2024/11/audio.png);
  background-position: right;
  width: 1392px;
  display: block;
  height: 1376px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
section.episodes .custom-space {
  padding: 20px;
  width: 100%;
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.0901960784);
  border-radius: 8px;
  background-color: var(--theme-color-light);
}
section.episodes .custom-space:not(:last-child) {
  margin-bottom: 45px;
}

section.episodes .custom-card {
  border: 1px solid rgba(191, 191, 191, 0.7);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

section.episodes .custom-card .custom-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

section.episodes .custom-card .custom-card-body .bottom-card-button {
  margin-top: auto;
}

section.episodes a.custom-link {
  display: inline-block;
  margin-top: 30px;
}
section.episodes a.custom-link span.custom-border {
  border-bottom: 1px solid #214538;
  color: var(--theme-color);
  font-weight: 400;
}

section.episodes a.custom-link img.play-button {
  width: 33px;
  height: 33px;
}
section.episodes ul#episodeTabs {
  background-color: var(--theme-color-grey);
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 50px;
}
section.episodes ul#episodeTabs .nav-link {
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  background-color: transparent;
  color: var(--theme-color);
  padding: 14px 60px;
}
section.episodes ul#episodeTabs .nav-link.active {
  background-color: var(--theme-color) !important;
  color: var(--theme-color-light) !important;
}

div#episodeModal iframe {
  width: 100%;
  border-radius: 23px;
}

section.episodes .episodes-main-button {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

section.episodes .custom-card .custom-card-thumbnail img {
  height: 176px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
}

section.episodes .custom-card .step {
  position: absolute;
  right: 20px;
  top: 30px;
  background-color: rgba(255, 255, 255, 0.58);
  height: 74px;
  width: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
section.episodes .custom-card .step span {
  font-size: 31.61px;
  font-weight: 600;
  background-color: var(--theme-color-light);
  height: 61px;
  width: 61px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

section.episodes .custom-card .custom-card-body {
  padding: 30px;
  background-color: var(--theme-color-light);
}

section.hosts {
  background-color: var(--theme-color-grey);
  padding: 75px 0;
}

section.hosts .custom-thumbnail img {
  box-shadow: 0px 7px 24.7px 0px rgba(0, 0, 0, 0.0901960784);
  border-radius: 23px;
  height: 445px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hosts .row .custom-content h3 {
  margin-bottom: 16px;
}
section.hosts .row:nth-of-type(odd) {
  margin-bottom: 110px;
}
section.hosts .row:nth-of-type(even) {
  flex-direction: row-reverse;
}
section.hosts .row:nth-of-type(even) .custom-thumbnail {
  display: flex;
  justify-content: end;
}

footer#Footer {
  background-color: var(--theme-color);
  color: var(--theme-color-light);
  padding: 92px 0 30px 0;
}
footer#Footer p {
  color: var(--theme-color-light);
}
footer#Footer h4 {
  margin-bottom: 16px;
}
footer#Footer .custom-policy-link a {
  color: var(--theme-color-light);
  font-weight: 600;
}
footer#Footer .copyright a {
  color: var(--theme-color-light);
}
footer#Footer .custom-footer-links-btns {
  list-style: none;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  padding-left: 0;
  flex-wrap: wrap;
}
footer#Footer .custom-footer-links-btns .inner-flex {
  display: inline-flex;
}
footer#Footer .custom-footer-links-btns .inner-flex a {
  font-size: 16px;
  font-weight: 400;
  width: 201px;
  padding: 15px 15px;
}
footer#Footer .left-space {
  margin-left: 120px;
}

footer#Footer .copyright {
  margin-top: 82px;
}

footer#Footer .form .email_field input[type=email] {
  width: 380px;
  border-radius: 4px;
  background-color: #ECF3ED;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding: 16px 20px;
  outline: none;
  border: none;
}
footer#Footer .form .email_field input[type=email] ::-moz-placeholder {
  color: #7b7b7b;
}
footer#Footer .form .email_field input[type=email] ::placeholder {
  color: #7b7b7b;
}
footer#Footer .form .subscribe_button .btn_custom_success {
  display: inline-flex;
  margin-top: 16px;
  border-radius: 4px;
  width: 380px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.contact_form {
  border: 1px solid rgba(191, 191, 191, 0.7);
  border-radius: 16px;
  padding: 60px;
  margin-top: 70px;
  /* Style for selected option */
}
.contact_form span.wpcf7-form-control-wrap input.wpcf7-form-control {
  height: 4rem;
  border-radius: 0;
  padding: 0.938rem 0rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  border-bottom: 1px solid transparent;
  border-image-source: linear-gradient(114.63deg, #214538 6.57%, #2D5F4D 100%);
  border-image-slice: 1;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.contact_form span.wpcf7-form-control-wrap input.wpcf7-form-control::-ms-input-placeholder {
  color: #7b7b7b;
}
.contact_form span.wpcf7-form-control-wrap input.wpcf7-form-control:focus-visible {
  outline: none !important;
}
.contact_form span.wpcf7-form-control-wrap textarea {
  height: 150px;
  border-radius: 0;
  padding: 0.938rem 0rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  border-bottom: 1px solid transparent;
  border-image-source: linear-gradient(114.63deg, #214538 6.57%, #2D5F4D 100%);
  border-image-slice: 1;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  resize: none;
}
.contact_form span.wpcf7-form-control-wrap textarea:focus-visible {
  outline: none !important;
}
.contact_form textarea::-moz-placeholder {
  color: #7b7b7b;
}
.contact_form textarea::placeholder {
  color: #7b7b7b;
}
.contact_form span.wpcf7-form-control-wrap select {
  height: 4rem;
  border-radius: 0;
  padding: 0.938rem 0rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  border-bottom: 1px solid transparent;
  border-image-source: linear-gradient(114.63deg, #214538 6.57%, #2D5F4D 100%);
  border-image-slice: 1;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  outline: none;
}
.contact_form select {
  color: #7b7b7b;
}
.contact_form select.selected {
  color: var(--font-color);
  outline: none;
  /* Color when option is selected */
}
.contact_form .custom_btn_position {
  margin-top: 40px;
}

section.backshow h2 {
  margin-bottom: 70px;
}
section.backshow .custom_card {
  border-radius: 16px;
  border: 1px solid rgba(191, 191, 191, 0.7);
  overflow: hidden;
}
section.backshow .custom_card .thumbnail_bg {
  background: linear-gradient(114.63deg, #214538 6.57%, #2D5F4D 100%);
  padding: 30px 0;
}
section.backshow .custom_card .thumbnail_bg .thumbnail {
  position: relative;
  height: 165px;
  width: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
section.backshow .custom_card .thumbnail_bg .thumbnail::after {
  content: "";
  background: linear-gradient(150.85deg, #5FE0B7 0.13%, rgba(37, 78, 63, 0) 84.72%);
  position: absolute;
  height: 188px;
  width: 188px;
  border-radius: 50%;
}
section.backshow .custom_card .custom_card_body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.backshow .custom_card .custom_card_body .button a {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  border-bottom: 1px solid var(--theme-color);
  transition: all 0.6s ease-in-out;
}
section.backshow .custom_card .custom_card_body .button a:hover {
  color: var(--theme-color-alt);
  border-bottom: 1px solid var(--theme-color-alt);
}

div#episodeModal .modal-dialog {
  max-width: 800px !important;
}
div#episodeModal .modal-content {
  border-radius: 35px;
  padding: 50px;
}
div#episodeModal .modal-content .modal-body {
  padding: 0;
}
div#episodeModal .modal-content .modal-header {
  border: none;
}
div#episodeModal .modal-content .btn-close {
  opacity: unset;
  position: absolute;
  top: 30px;
  right: 30px;
}
div#episodeModal .modal-content .modal-footer {
  border: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
div#episodeModal .modal-content .modal-footer .subscribe {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
div#episodeModal .modal-content .modal-footer .subscribe a {
  color: var(--theme-color);
}
div#episodeModal .modal-content .modal-footer .subscribe a:hover {
  color: var(--theme-color-alt);
}

section.InnerBlogsBanner input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

section.SingleVideoAudio h2 {
  margin-bottom: 70px;
}
section.SingleVideoAudio .audio {
  padding: 20px;
  width: 100%;
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.0901960784);
  border-radius: 8px;
}
section.SingleVideoAudio .audio:not(:last-child) {
  margin-bottom: 45px;
}
section.SingleVideoAudio .video iframe {
  width: 100%;
  margin-bottom: 70px;
  border-radius: 8px;
}

/***********************Installations********************/
section.MostRecent.py-6 h2 {
  color: var(--theme-color);
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 2.5rem;
}
section.MostRecent.py-6 .slick-slide {
  margin: 0 15px;
}
section.MostRecent.py-6 .slick-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 237px;
  width: 100%;
  max-width: 400px;
}
section.MostRecent.py-6 .btnslide {
  background: var(--font-color);
  width: 33px;
  height: 33px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  color: var(--theme-color-light);
}
section.MostRecent.py-6 .custom-prev {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-30%);
}
section.MostRecent.py-6 .custom-next {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-30%);
}
section.MostRecent .card-body h5.title a {
  color: var(--font-color) !important;
}

/***********************Category Articles********************/
section#Category h2 {
  color: var(--theme-color);
}
section#Category .category .row_custom {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
section#Category .category .row_custom .category-item a {
  padding: 0.625rem 1.875rem !important;
  background-color: var(--theme-color-light-grey) !important;
  border-radius: 250px !important;
  color: var(--font-color) !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

/***********************Category Post Articles********************/
section#CategoryPosts .category-posts .post-item {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
section#CategoryPosts .category-posts .post-item h3 {
  color: var(--font-color);
}
section#CategoryPosts .category-posts .post-item .post-thumbnail {
  flex: none;
}
section#CategoryPosts .category-posts .post-item .post-thumbnail a {
  display: block;
}
section#CategoryPosts .category-posts .post-item .post-thumbnail a img {
  height: 350px !important;
  max-width: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
  width: 100%;
}
section#CategoryPosts .category-posts .post-item:not(:last-child) {
  margin-bottom: 3rem;
}

/*******************recent-posts-archive***********************/
section.recent-posts-archive div#post_container {
  padding-top: 60px;
  border-top: 1px solid var(--theme-border-color);
  margin-top: 24px;
}
section.recent-posts-archive div#post_container .post-item {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: center;
}
section.recent-posts-archive div#post_container .post-item .post-thumbnail {
  flex: none;
}
section.recent-posts-archive div#post_container .post-item .post-thumbnail a {
  display: block;
}
section.recent-posts-archive div#post_container .post-item .post-thumbnail a img {
  width: 100% !important;
  height: 350px !important;
  max-width: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}
section.recent-posts-archive div#post_container .post-item .post-content {
  flex-basis: 100%;
}
section.recent-posts-archive div#post_container .post-item:not(:last-child) {
  margin-bottom: 3rem;
}
section.recent-posts-archive .product-item {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: center;
}
section.recent-posts-archive .product-item .post-thumbnail {
  flex: none;
}
section.recent-posts-archive .product-item .post-thumbnail a {
  display: block;
}
section.recent-posts-archive .product-item .post-thumbnail a img {
  width: 100% !important;
  height: 350px !important;
  max-width: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}
section.recent-posts-archive .product-item .product-content {
  flex-basis: 100%;
}
section.recent-posts-archive .product-item .product-content .product-post-tags {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
section.recent-posts-archive .product-item .product-content .product-post-tags a {
  padding: 0.625rem 1.875rem !important;
  background-color: var(--theme-color-light-grey) !important;
  border-radius: 250px !important;
  color: var(--font-color) !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}
section.recent-posts-archive .product-item:not(:last-child) {
  margin-bottom: 3rem;
}

section.InnerBlogsBanner {
  background: linear-gradient(114.63deg, #214538 6.57%, #2D5F4D 100%);
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  text-align: center;
}
section.InnerBlogsBanner .content h1 {
  margin-bottom: 30px;
}
section.InnerBlogsBanner .inner_pages_banner_caption form.search-form {
  border: 2px solid var(--theme-color-light);
  width: 30%;
  margin: auto;
  padding: 10px;
  border-radius: 6px;
}
section.InnerBlogsBanner .inner_pages_banner_caption form.search-form .position-parent {
  position: relative;
  /* Placeholder color */
}
section.InnerBlogsBanner .inner_pages_banner_caption form.search-form .position-parent input#search-form-1 {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: var(--theme-color-light);
}
section.InnerBlogsBanner .inner_pages_banner_caption form.search-form .position-parent input#search-form-1::-moz-placeholder {
  color: var(--theme-color-light-grey);
  opacity: 1;
  /* Optional: makes sure the color is not faded */
}
section.InnerBlogsBanner .inner_pages_banner_caption form.search-form .position-parent input#search-form-1::placeholder {
  color: var(--theme-color-light-grey);
  opacity: 1;
  /* Optional: makes sure the color is not faded */
}
section.InnerBlogsBanner .inner_pages_banner_caption form.search-form .position-parent button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0px;
}
section.InnerBlogsBanner .inner_pages_banner_caption form.search-form .position-parent button i.fa-solid.fas.fa-search {
  color: var(--theme-color-light);
}
section.InnerBlogsBanner::after {
  content: "";
  background-image: url(../../../../uploads/2024/11/lines.png);
  opacity: 15%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
  pointer-events: none;
  background-size: cover;
}

body.search.search-no-results section.search-posts-archive {
  margin-bottom: 0 !important;
}

section.search-posts-archive .post-item {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
section.search-posts-archive .post-item h3 {
  color: var(--font-color);
}
section.search-posts-archive .post-item .post-thumbnail {
  flex: none;
}
section.search-posts-archive .post-item .post-thumbnail a {
  display: block;
}
section.search-posts-archive .post-item .post-thumbnail a img {
  height: 350px !important;
  max-width: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
  width: 100%;
}
section.search-posts-archive .post-item:not(:last-child) {
  margin-bottom: 3rem;
}

section.search-posts-archive .post-content .btn_custom_success {
  margin-top: 10px;
  display: inline-block;
}

section#CategoryPosts .post-content .btn_custom_success {
  margin-top: 10px;
  display: inline-block;
}

section#Category .category .row_custom .category-item a:hover {
  background-color: var(--theme-color-alt) !important;
  color: var(--theme-color-light) !important;
}
section#Category .category .category-item.active a {
  background-color: var(--theme-color-alt) !important;
  color: var(--theme-color-light) !important;
}/*# sourceMappingURL=style.css.map */