/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.podcast-slide-arrows {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.podcast-slide-arrows button.prev-btn, .podcast-slide-arrows button.next-btn {
    width: 56px;
    height: 56px;
    line-height: 59px;
    border: 1px solid #FFF;
    background: transparent;
    color: #848484;
    padding: 0;
    font-size: 22px;
}
.podcast-slide-arrows button.prev-btn.disabled, .podcast-slide-arrows button.next-btn.disabled {
    opacity: 0.4;
}
.ekit_social_media > li > a > i {
    margin-left: 1px;
}
.ekit_social_media > li > a > i.fa-youtube {
    font-size: 21px !important;
    margin-left: 0 !important;
}
.podcast-slide-arrows button.next-btn i {
    margin-right: -5px;
}
.podcast-slide-arrows button.prev-btn i {
    margin-left: -5px;
}
.podcast-slide-arrows button:hover, .podcast-slide-arrows button:focus, .podcast-slide-arrows button:visited {
	color: #FCB900;
	background: transparent;
}
.podcasts-item .card-image {
	overflow: hidden;
}
.podcasts-item .card-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: 251px;
	transition: all 0.4s ease;
}
.podcasts-item:hover .card-image img {
	transform: scale(1.02);
}
.card-content-wrap {
    padding: 10px 0;
    position: relative;
}
.podcasts-item .c-top, .podcasts-item .c-top > div {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
}
.podcasts-item .c-top > div {
	gap: 10px;
}
.podcasts-item .c-top p {
	color: #FFF;
	font-family: "Mulish";
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: capitalize;
	margin: 0
}
.podcasts-item .c-top img {
    width: 20px !important;
    height: auto;
    max-width: 100%;
}
.card-content-wrap .card-content {
    margin-top: 20px;
    margin-bottom: 30px;
    min-height: 70px;
}
.card-content-wrap .card-content h4, .card-content-wrap .card-content h4 > a {
    font-family: "Mulish";
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1px;
    vertical-align: middle;
    color: #FFF;
    margin: 0;
    margin-bottom: 10px;
}
.card-content-wrap .card-content p {
	font-family: "Mulish";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #FFF;
}
.card-action a, .card-footer > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: "Mulish";
	font-weight: 700 !important;
	font-size: 16px;
	line-height: 28px;
	transition: all 0.3s ease;
	letter-spacing: 0%;
	color: #FCB900;
}
.podcast-card.large .card-footer > a {
	color: #000;
}
.card-action a > img, .card-footer > a > img {
    width: 32px !important;
    margin-right: 10px;
    background-size: cover;
    object-fit: cover;
    height: auto;
}
.card-action a > span, .card-footer > a > span {
	text-decoration: underline;
}
.card-action a:hover, .card-footer > a:hover {
	opacity: 0.7;
}
.all-podcast-social {
	margin-bottom: 20px
}
.all-podcast-social h4 {
	font-family: "Mulish", Sans-serif;
	font-size: 22.57px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.92px;
	color: var(--e-global-color-accent);
	margin-bottom: 0;
}

/*  */

.podcast-featured-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.podcast-left {
  flex: 1;
  min-width: 300px;
}

.podcast-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 300px;
}

.podcast-card {
    background: #1F1F1F;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: top 20px right -20px;
    background-size: inherit;
}
.podcast-card.large {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    background-color: #FFC976;
    height: 100%;
    min-height: 410px;
}
.podcast-card.large .card-image img {
    width: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-55%);
}
.card-meta {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 20px;
    margin-bottom: 30px;
}
.card-meta > div {
    display: flex;
    gap: 5px;
	text-transform: capitalize;
}
.podcast-card h3,
.card-main-con h3,
.podcast-card h4,
.podcast-card.large .card-main-con h3 > a,
.podcast-card h4 > a {
	text-transform: capitalize;
	font-family: "Mulish" !important;
	font-weight: 800 !important;
	font-size: 32px  !important;
	line-height: 100%  !important;
	letter-spacing: 1px  !important;
	vertical-align: middle;
	margin: 10px 0 10px;
}
.podcast-card.large .card-main-con h3 > a {
	color: #000000;
}
.podcast-card h4 > a { 
	color: #FFFFFF;
}
.podcast-card.large .card-main-con h3 {
	padding-right: 20px;
	color: #000;
}
.podcast-card p {
  font-size: 15px;
  opacity: 0.9;
}
.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.listen-btn {
  background: #facc15;
  color: #000;
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
}
.season-btn {
	background: #434343;
	color: #FCB900;
	padding: 8px 16px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 700;
}
.podcast-card.large .card-footer > a, .podcast-card.large .card-meta > div {
	color: #000;
	font-weight: 500;
}
.large .card-footer > a > img {
	filter: grayscale(1) invert(1) brightness(0.2) sepia(1);
}
 .podcast-card.large .card-meta > div {
	filter: grayscale(1) contrast(0) brightness(0);
}
.podcast-card.large .season-btn {
	background: #000000;
	color: #FCB900;
}
.site-archive-main, .latest-episode-template, .single-podcast-container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #000;
    padding-left: 20px;
    padding-right: 20px;
}
section.podcast-archive {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}
.podcast-archive h1, .latest-episode-template h1, .single-podcast-container h1 {
    color: #FFF;
    margin-bottom: 30px;
}

.podcast-list-grd {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}
.pagination {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    align-items: center;
    margin-top: 60px;
}
.pagination .nav-links {
    display: flex;
    gap: 10px;
}
.pagination .nav-links .page-numbers {
    width: 32px;
    height: 32px;
    background: #FFF;
    text-align: center;
    line-height: 32px;
    color: #000;
    font-weight: 400;
}
.pagination .nav-links .prev.page-numbers, .pagination .nav-links .next.page-numbers {
    width: auto;
    padding: 0 15px;
}
.pagination .nav-links .page-numbers.current {
    color: var(--e-global-color-accent);
    font-weight: 800;
}
.gform_legacy_markup_wrapper .gform_footer button#gform_submit_button_1 {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 10px 12px 10px 50px;
	font-family: "Mulish";
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
}
.elementor-widget-image-box .elementor-image-box-img {
    display: block;
    width: 100%;
}
.card-footer > a:last-child span {
    text-decoration: none;
}
.single-podcast-container header.entry-header {
    margin-bottom: 30px;
}
.single-podcast-container header.entry-header h1 {
	margin-bottom: 0;
}
.single-podcast-container .podcast_meta {
    margin-top: 20px;
    color: #FFF;
}
.single-podcast-container .podcast_meta a, .single-podcast-container .podcast-tags a {
    color: #FCB900;
}
.single-podcast-container .entry-content {
    color: #FFF;
    margin: 20px 0;
}
.single-podcast-container .podcast-cover img {
    width: auto;
}
.single-podcast-container .entry-content p, .single-podcast-container .podcast-tags, .single-podcast-container .podcast-date {
	color: #FFF;
}
.single-podcast-container .single-podcast-container {
	max-width: 800px;
	margin: 0 auto;
}
.single-podcast-container .podcast_player {
    margin-top: 35px;
}
.single-podcast-container header.entry-header h1 {
    margin-bottom: 0;
    font-size: 56px;
}
.gform_wrapper form#gform_2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.gform_wrapper form#gform_2 .gform-body.gform_body {
    flex: 1;
}
.gform_wrapper form#gform_2 input[type="email"] {
    flex: 1;
    border-radius: 50px;
    padding: 14px 20px;
}
.gform_wrapper form#gform_2 button#gform_submit_button_2 {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 13px 20px;
    background: transparent;
    color: var(--e-global-color-accent);
    margin: 0;
}
.gform_wrapper form#gform_2 button#gform_submit_button_2:hover {
	background-color: var(--e-global-color-accent);
	color: #FFF;
}
.gform_wrapper form#gform_2 .gform_footer, .gform_wrapper form#gform_2 .gform_page_footer {
    margin: 0;
    padding: 0;
}
@media (min-width: 481px) and (max-width: 991px) {
	.podcast-list-grd {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media only screen and (min-width: 641px) {
    .gform_legacy_markup_wrapper textarea.medium {
        height: 110px !important;
        width: 100%;
    }
}

@media only screen and (max-width: 641px) {
	.podcast-card.large .card-image {
        display: flex;
        justify-content: end;
        margin-right: -20px;
    }
	.podcast-card.large .card-image img {
		width: auto;
		position: relative;
		right: 0;
		top: 0;
		transform: unset;
	}
	.single-podcast-container header.entry-header h1 {
		font-size: 42px;
	}
	.gform_wrapper form#gform_2 input[type="email"] {
		padding: 8px 20px;
	}
}
@media only screen and (max-width: 480px) {
	.podcast-list-grd {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.gform_wrapper form#gform_2 button#gform_submit_button_2 > span {
		display: none;
	}
	.podcast-slide-arrows button.prev-btn, .podcast-slide-arrows button.next-btn {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}
	.elementor-7402 .elementor-element.elementor-element-f3a1339 .ekit-mail-submit {
		border-radius: 100px;
		font-size: 0;
		line-height: 45px;
		text-align: center;
		height: 45px;
		width: 45px;
		padding: 5px
	}
	.gform_wrapper form#gform_2 button#gform_submit_button_2 {
        border-radius: 100px;
        line-height: 45px;
        text-align: center;
        height: 45px;
        width: 45px;
        padding: 14px;
    }
	.elementor-7402 .elementor-element.elementor-element-f3a1339 .ekit-mail-submit  i {
		margin: 0;
	}
	.single-podcast-container header.entry-header h1 {
		font-size: 32px;
	}
}

