.podcast.voice_card .search-div {
	max-width: calc(100% - 20px);
}
.podcast.voice_card .search-div .search {
	gap: 10px;
}
.podcast.voice_card .search-div {
	padding: 10px 5px 10px 10px;
}
.podcast.voice_card .search-div {
	margin: 57px auto 18px;
	padding: 0;
}
.podcast.voice_card .search_pod {
	border-color: #1b1e5f;
	background: #1b1e5f;
}
.podcast.voice_card .search_pod {
	clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	height: 50px;
	display: flex;
	align-items: center;
	background-color: #1b1e5f;
	border-color: #1b1e5f;
	color: #fff;
	border-radius: 0px;
	line-height: 50px;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	width: 50px;
	justify-content: center;
}
.podcast.voice_card .resource_inputSearch_box.column_filter.left-wid-30 {
	padding: 10px;
	box-shadow: 2px 2px 8px #ccc;
	border-radius: 10px;
}
.voice_card .post_listing.geodir_locations.geodir_location_listing, .geodir-list-loop-container{
	padding-block: 0px;
}

.voice_card .row.latest-creators-slider{
	padding-block: 70px;
}
.voice_card .companies-wrapper .slick-arrow, .voice_card .listing-companies-wrapper .slick-arrow {
	top: -14%;
}
.voice_card .heading-title h2{
	margin: 0px;
}
@media (max-width: 768px) {
	.voice_card .post_listing.geodir_locations.geodir_location_listing, .geodir-list-loop-container {
		padding-block: 0px;
	}
	.voice_card .row.latest-creators-slider{
		padding-block: 40px;
	}
	.voice_card .heading-title h2{
		font-size: 26px !important;
	}
	.voice_card .companies-wrapper .slick-arrow, .voice_card .listing-companies-wrapper .slick-arrow {
		top: -10%;
		background-size: 100%;
		padding: 0.35rem 0.7rem;
	}    
	.voice_card .post_listing.geodir_locations.geodir_location_listing .geodir-post {
		flex: 0 0 auto;
		width: 100%;
	}
}
.loading-spinner {
	text-align: center;
	padding: 20px;
}
.loading-spinner .spinner {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #1b1e5f;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spinloader 1s linear infinite;
	margin: 0 auto 10px;
}
.voice_card .filterCategoriesTitle, body .voice_card .filterCategoriesTitle .filter-clear{
	height: 100%;
}
.site-main.podcast.voice_card#content{
	max-width: unset;
	padding: 0px;
}
.site-main.podcast.voice_card .container, .site-main.podcast.voice_card .custom_search_main-container{
	max-width: 1400px;
	margin-inline: auto;
	padding: 0 15px;
}
.site-main.podcast.voice_card .container:first-child{
	max-width: 100%;
	padding: 0px;
	background-image: url('/wp-content/uploads/2024/12/green_layer-1.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.voice_card .container:first-child .row.latest-creators-slider{
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 15px;
}
.podcast-search-filter-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -5px;
	padding: 0 0 18px;
}

.podcast-search-filter-list .podcast-search-filter {
	padding: 0 10px;
	cursor: pointer;
}

.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link {
	display: flex;
	color: #333333;
	font-size: 16px;
	position: relative;
	padding: 8px 20px;
	margin: 5px;
	border: none;
	line-height: 24px;
	background: #fff;
	text-decoration: none;
	transition: .5s ease;
	font-family: "golos-text", sans-serif;
	align-items: center;
	position: relative;
}

.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: -9px;
	height: 100%;
	width: 10px;
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
	background: #fff;
	transition: .5s ease;
}

.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link::after {
	content: '';
	position: absolute;
	top: 0;
	right: -9px;
	height: 100%;
	width: 10px;
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
	background: #fff;
	transform: rotate(180deg);
	transition: .5s ease;
}

.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link i {
	margin: 0 0 0 8px;
}

.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link:hover::before,.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link:hover::after {
	background-color: #1b1e5f;
}

.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link:hover {
	background-color: #1b1e5f;
	color: #fff
}

.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link.Clear-all {
	background-color: #1b1e5f;
	color: #fff
}

.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link.Clear-all::before,.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link.Clear-all::after {
	background-color: #1b1e5f
}

.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link.Clear-all:hover {
	background-color: #fff;
	color: #333333
}

.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link.Clear-all:hover::before,.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link.Clear-all:hover::after {
	background-color: #fff;
	color: #333333
}
.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link.clear-all {
	background: #1c1f63;
	color: #fff;
}

.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link.clear-all:before, .podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link.clear-all:after {
	background: #1c1f63;
}

@media (max-width: 767px) {



	.podcast-search-filter-list .podcast-search-filter .podcast-search-filter-link {
		font-size: 14px;
		padding: 5px 15px;
		margin: 3px;
	}
	.podcast-search-filter-list {
		margin: 0 10px 0;
	}

	.podcast-search-filter-list .podcast-search-filter {
		padding: 2px 10px;
	}

	.search_main_section .filter_group .podcast-search-filter-list {
		width: 100%;
		margin: 0;
	}
}

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

/* voices page css start ------------------------------------------------------------------------------------------------------------------*/
body.post-type-archive-gd_podcast .banner-section .banner-title h1 { font-size: 48px !important; }
body.post-type-archive-gd_podcast .banner-section .content { margin-bottom: 25px; }
body.post-type-archive-gd_podcast .search_main::before, body.post-type-archive-gd_podcast .search_main::after { display: none !important; }
body.post-type-archive-gd_podcast .banner .search_main_section .search_main { padding: 0px 10px; border-radius: 40px; max-width: 570px; margin: auto auto; }
body.post-type-archive-gd_podcast .search_main form .field_btn .custom_search_submit, body.post-type-archive-gd_podcast .search_main form .field_btn #custom_search_submit { background-color: transparent; border-color: transparent; color: #707070; }
body.post-type-archive-gd_podcast .search_main form .field_block::before { display: none !important; }
body.post-type-archive-gd_podcast .search_main form .field_block input { padding-left: 10px; }
body.post-type-archive-gd_podcast .banner-section .banner { height: 100%; max-height: 360px; min-height: 360px; }
body.post-type-archive-gd_podcast .banner-section {overflow: hidden;}
body.post-type-archive-gd_podcast .section-categories-wrapper { width: 100% !important; max-width: 100% !important; background: #fff; }

/* Business Cards section */
body.post-type-archive-gd_podcast .business.site-main#content { padding: 0px 0px;background: #f9fafb; }
body.post-type-archive-gd_podcast .section-categories { padding-left: 0px; padding-right: 0px; margin: 20px 0px 20px;border: 1px solid #e2e8f0; padding: 20px 20px;border-radius: 5px; }
body.post-type-archive-gd_podcast .section-categories ul.category-list li.section-list-category { padding: 0px 0px; border-left: unset; border-bottom: unset; border-bottom-left-radius: unset; background: #f3f4f6; border-radius: 40px; color: #374151;transition: .3s ease;cursor: pointer; }
body.post-type-archive-gd_podcast .section-categories ul.category-list li.section-list-category:hover { background-color: #e5e7eb; }
body.post-type-archive-gd_podcast .section-categories ul.category-list li.section-list-category .section-list-link:hover { background-color: #fff; }
body.post-type-archive-gd_podcast .section-categories ul.category-list li.section-list-category a:hover, body.post-type-archive-gd_podcast .section-categories ul.category-list li.section-list-category a:active { color: #000 !important; }
body.post-type-archive-gd_podcast .section-categories-filters { box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);max-width: 1200px; margin: 0px auto auto; padding-bottom: 20px; }
body.post-type-archive-gd_podcast .section-categories ul.category-list li.section-list-category .section-list-link { box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05); background: #fff; border: 1px solid #e2e8f0; display: inline-block; padding: 6px 10px; border-radius: 20px; }
body.post-type-archive-gd_podcast .section-categories ul.category-list li.section-list-category .section-list-link:hover { background: #f3f4f6; }
body.post-type-archive-gd_podcast .section-categories ul.category-list li.section-list-category a { font-family: "golos-text", sans-serif; font-size: 14px; font-weight: 500; }
body.post-type-archive-gd_podcast .section-categories ul.category-list li.section-list-category.active .section-list-category-title a { color: #56ba08 !important; }
body.post-type-archive-gd_podcast .section-categories ul.category-list { justify-content: flex-start; gap: 10px; margin-top: 0px; }
body.post-type-archive-gd_podcast .post_type-radio-group label::before { display: none; }
body.post-type-archive-gd_podcast .filter-label { display: inline-block; font-size: 14px; font-weight: 700; color: #6b7280; }
body.post-type-archive-gd_podcast .filter-label-group { background: #fff; display: flex; gap: 7px; border: 1px solid #e2e8f0; padding: 10px 10px; border-radius: 40px;transition: .3s ease; }
body.post-type-archive-gd_podcast .filter-label-group:hover { background: #f1f5f9; }
body.post-type-archive-gd_podcast #filter_categories .post_type-radio-group { gap: 10px 10px; align-items: center; }
body.post-type-archive-gd_podcast #filter_categories .post_type-radio-group .filter-label-group-items { display: flex; gap: 10px;flex-wrap: wrap; }
body.post-type-archive-gd_podcast #filter_categories .post_type-radio-group label { color: #333333; font-size: 14px; font-weight: 800;margin: 0px;gap: 5px; }

body.post-type-archive-gd_podcast form#sort_listings { padding: 30px 0px 0px; width: 100%; max-width: 1200px; margin: auto; }
body.post-type-archive-gd_podcast .listings-header { display: flex; justify-content: space-between;align-items: center; }
body.post-type-archive-gd_podcast .listings-header .listings-controls { display: flex; justify-content: space-between; width: 100%; gap: 20px; max-width: 300px; }
body.post-type-archive-gd_podcast .listings-header .listings-count { display: inline-block; font-size: 14px; color: #6b7280; }
body.post-type-archive-gd_podcast .listings-header .listings-count #listings-count { font-weight: 600; }
body.post-type-archive-gd_podcast .listings-header .listings-count #listings-total-count { font-weight: 600; }
body.post-type-archive-gd_podcast .view-toggle { display: flex; justify-content: space-between; }
body.post-type-archive-gd_podcast select#sorting-dropdown { border: 1px solid #e2e8f0; border-radius: 5px; appearance: none; font-size: 14px; background-color: #fff !important;cursor: pointer !important; }
body.post-type-archive-gd_podcast select#sorting-dropdown:focus-visible { outline: none; }
body.post-type-archive-gd_podcast .view-button { color: #000; display: flex; align-items: center; padding: 10px 12px; background: #f3f4f6; }
body.post-type-archive-gd_podcast .view-button:hover { background: #f3f4f6 !important; }
body.post-type-archive-gd_podcast .view-button.fas.fa-th.active, body.post-type-archive-gd_podcast .view-button.fas.fa-list.active { background: #fff; box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05); }
body.post-type-archive-gd_podcast .view-button.fas.fa-th.active { border-radius: 5px 0px 0px 5px; }
body.post-type-archive-gd_podcast .view-button.fas.fa-list{ border-radius: 0px 5px 5px 0px; }
body.post-type-archive-gd_podcast .bsui.new-template.geodir_locations.geodir_location_listing.post_listing { padding: 30px 0px 0px; max-width: 1220px !important; }
body.post-type-archive-gd_podcast .business.site-main#content #wpmcs-subscribe-form { max-width: unset; margin: unset; }
body.post-type-archive-gd_podcast .section-list-shows { display: flex; justify-content: space-between;margin-bottom: 20px; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .card { border: 1px solid #e2e8f0;display: flex; flex-wrap: nowrap; flex-direction: column;}
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .card-img-top { flex-direction: column; background: #f9fafb; margin-top: 0; padding: 20px 20px;margin-bottom: 0px; border-bottom: 1px solid #e2e8f0; }
body.post-type-archive-gd_podcast .gd_business .card .geodir-entry-title a { font-size: 18px;display: inline; }
body.post-type-archive-gd_podcast .gd_business .card .geodir-entry-title a:hover { text-decoration: none; }
body.post-type-archive-gd_podcast .gd_business .card .geodir-entry-title a>span {display: inline-block; position: relative; top: 3px;left: -4px;}
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .card-img-top .card-body { width: 100%; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .geodir-post-title { width: 100%; }
/* checkbox */
body.post-type-archive-gd_podcast .filter-label-group input[type="checkbox"] { display: none; /* Hide the native checkbox */ }
body.post-type-archive-gd_podcast .filter-label-group label { cursor: pointer; font-size: 18px; display: inline-flex; align-items: center; margin: 8px 0; }
body.post-type-archive-gd_podcast .filter-label-group .icon-check { display: none; color: #56ba08; margin-left: 0px; }
body.post-type-archive-gd_podcast .filter-label-group input[type="checkbox"]:checked + label { color: #56ba08 !important; }
/* Show icon when checkbox is checked */
body.post-type-archive-gd_podcast .filter-label-group input[type="checkbox"]:checked + label .icon-check { display: inline; }
body.post-type-archive-gd_podcast .section-list-shows form#filter_shows,
body.post-type-archive-gd_podcast .section-list-formats form#filter_formats {display: flex; gap: 10px; margin: 0px 0px;align-items: flex-start;}
body.post-type-archive-gd_podcast .section-list-shows form#filter_shows .shows-label-group,
body.post-type-archive-gd_podcast .section-list-formats form#filter_formats .formats-label-group { background: #fff; display: flex; gap: 7px; border: 1px solid #e2e8f0; padding: 10px 10px; border-radius: 40px; transition: .3s ease; display: flex; gap: 10px; }
body.post-type-archive-gd_podcast .section-list-shows form#filter_shows .shows-label,
body.post-type-archive-gd_podcast .section-list-formats form#filter_formats .formats-label { display: inline-block; font-size: 14px; font-weight: 700; color: #6b7280;min-height: 36px;display: flex;align-items: center;}
body.post-type-archive-gd_podcast .section-list-shows form#filter_shows .shows-radio-group-item,
body.post-type-archive-gd_podcast .section-list-formats form#filter_formats .formats-radio-group-item { display: flex; gap: 10px; flex-wrap: wrap; }
body.post-type-archive-gd_podcast .section-list-shows form#filter_shows .shows-radio-group-item {min-height: 40px;display: flex;align-items: center;max-height: 130px;overflow-y: auto;}
body.post-type-archive-gd_podcast .section-list-shows form#filter_shows .shows-radio-group-item::-webkit-scrollbar {width: 5px;}
body.post-type-archive-gd_podcast .section-list-shows form#filter_shows .shows-radio-group-item::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #979797e0;}
body.post-type-archive-gd_podcast .section-list-shows form#filter_shows .shows-radio-group-item::-webkit-scrollbar-thumb {background: #8b8b8b;}
body.post-type-archive-gd_podcast .section-list-shows form#filter_shows .shows-radio-group-item > label {display: flex;gap: 5px;}
body.post-type-archive-gd_podcast .section-list-shows form#filter_shows .shows-radio-group-item .shows-label-group:hover,
body.post-type-archive-gd_podcast .section-list-formats form#filter_formats .formats-radio-group-item .formats-label-group:hover { background: #f1f5f9; }
/* radio button */
body.post-type-archive-gd_podcast .shows-label-group input[type="checkbox"],
body.post-type-archive-gd_podcast .formats-label-group input[type="checkbox"] { display: none; /* Hide the actual radio button */ }
body.post-type-archive-gd_podcast .shows-label-group label,
body.post-type-archive-gd_podcast .formats-label-group label { width: 100%; transition: background 0.3s, border-color 0.3s; font-size: 14px; font-weight: 500;cursor: pointer;font-family: "golos-text", sans-serif;}
body.post-type-archive-gd_podcast .shows-label-group .icon-radio,
body.post-type-archive-gd_podcast .formats-label-group .icon-radio { display: none; color: #56ba08; margin-right: 2px; }
/* Show the icon and highlight label when radio is selected */
body.post-type-archive-gd_podcast .shows-label-group input[type="checkbox"]:checked + label,
body.post-type-archive-gd_podcast .formats-label-group input[type="checkbox"]:checked + label { border-color: #56ba08; color: #56ba08; }
body.post-type-archive-gd_podcast .shows-label-group input[type="checkbox"]:checked + label .icon-radio,
body.post-type-archive-gd_podcast .formats-label-group input[type="checkbox"]:checked + label .icon-radio { display: inline; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .card-img-top .geodir-post-slider { margin: auto;}
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .card-img-top .claimed.cat_listing span { right: 0px; top: 10px;    height: 18px; width: 18px; }
body.post-type-archive-gd_podcast .gd_business .card .uwp-profile-item-summary.card-text.geodir-post-content-container.bsui { padding: 0px 20px; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .card-body { padding: 20px 20px !important; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .card-body.geodir-heading { padding: 20px 20px 0px !important; }
body.post-type-archive-gd_podcast .card-body-wrapper .geodir-post-title-wrapper { display: flex; justify-content: space-between; align-items: flex-start;margin-bottom: 10px;align-items: center; }
body.post-type-archive-gd_podcast .card-body-wrapper .bsui .h5 { font-size: 0.85rem; }
body.post-type-archive-gd_podcast .card-body-wrapper { width: 100%;height: 100%;display: flex; justify-content: space-between; flex-direction: column; }
body.post-type-archive-gd_podcast .card-body-wrapper .category.sub_head a { background: #ebebeb; color: #000000 !important; padding: 4px 6px; font-size: 11px !important; border-radius: 20px; display: inline-block; line-height: 1 !important;transition: .3s ease;border: 1px solid #e2e8f0; }
body.post-type-archive-gd_podcast .card-body-wrapper .category.sub_head a:hover { text-decoration: unset; background: #fff; color: #57bc08 !important; }
body.post-type-archive-gd_podcast .card-body-wrapper .category.sub_head { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 20px !important; }
body.post-type-archive-gd_podcast .gd_business .card .geodir-field-post_content { font-size: 14px; }
body.post-type-archive-gd_podcast .card-body-wrapper .card-delete-profile { order: 1; }
body.post-type-archive-gd_podcast .card-body .geodir-post-content-container .geodir_post_meta a { text-transform: capitalize; font-size: 16px; display: flex; align-items: center; gap: 10px; padding: 8px 15px;position: relative;margin: 0px 10px; }
body.post-type-archive-gd_podcast .card-body .geodir-post-content-container .geodir_post_meta a:before { content: ''; position: absolute; top: 0; left: -9.6px; height: 100%; width: 10px; clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%); background: #57bc08; transition: .3s ease; }
body.post-type-archive-gd_podcast .card-body .geodir-post-content-container .geodir_post_meta a:after { content: ''; position: absolute; top: 0; right: -10px; height: 100%; width: 10px; clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%); background: #57bc08; transform: rotate(180deg); transition: .3s ease; }
body.post-type-archive-gd_podcast .card-body .geodir-post-content-container .geodir_post_meta a:hover:before {background: #1c1f63;}
body.post-type-archive-gd_podcast .card-body .geodir-post-content-container .geodir_post_meta a:hover:after {background: #1c1f63;}
body.post-type-archive-gd_podcast .card-body .geodir-post-content-container .geodir_post_meta a i { font-size: 13px; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .card-img-top .geodir-post-slider { box-shadow: unset; border-radius: 0px; border: unset;}
body.post-type-archive-gd_podcast .post_listing.geodir_locations .row-cols-md-0 .geodir-post .card-img-top .geodir-post-slider { padding: 15px 15px; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .geodir-post-slider.bsui .carousel-inner { padding: 0px; border-radius: 0px;border: 0px solid #ddd; }
body.post-type-archive-gd_podcast .new-template .card-body span.geodir-addtofav-icon.c-pointer.geodir-act-fav { border: unset; }
body.post-type-archive-gd_podcast .new-template .card-body .geodir_post_meta { font-size: 14px; }
body.post-type-archive-gd_podcast .new-template .gd-badge i { font-size: 14px; }
body.post-type-archive-gd_podcast .new-template .card-body span.gd-badge.badge { 
/*	padding: 10px 12.5px !important; */
}
body.post-type-archive-gd_podcast .new-template .geodir-addtofav-icon i.fas.fa-heart { font-weight: 100;}
body.post-type-archive-gd_podcast .gd-fav-info-wrap .geodir-act-fav.geodir-removetofav-icon {background-color: transparent; border: unset;}
body.post-type-archive-gd_podcast .gd-fav-info-wrap .geodir-act-fav.geodir-removetofav-icon i { color: #e84739 !important; }
/* list view */
body.post-type-archive-gd_podcast .post_listing.geodir_locations .row.row-cols-md-0 .card { flex-direction: row; flex-wrap: nowrap }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .row.row-cols-md-0 .geodir-post .card-body { width: 100%; max-width: 100%; display: flex; justify-content: space-between; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .row.row-cols-md-0 .card .card-img-top { height: 100%; max-height: 100%; padding: 60px 15px; width: 30%; border-right: 1px solid #e2e8f0; border-bottom: unset;aspect-ratio: 5/4; object-fit: contain;min-height: 230px; }
body.post-type-archive-gd_podcast button#load-more { display: flex; width: 100%; max-width: fit-content; margin: auto !important; background-color: #57bc08; color: #fff; transition: .3s ease; padding: 5px 13px; border: 1px solid #57bc08;position: relative;     font-family: "golos-text", sans-serif ;}
body.post-type-archive-gd_podcast button#load-more:before { content: ''; position: absolute; top: 0; left: -10.4px; height: 100%; width: 10px; clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%); background: #57bc08; transition: .3s ease; }
body.post-type-archive-gd_podcast button#load-more:after { content: ''; position: absolute; top: 0; right: -10.5px; height: 100%; width: 10px; clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%); background: #57bc08; transform: rotate(180deg); transition: .3s ease; }
body.post-type-archive-gd_podcast button#load-more:hover:before,
body.post-type-archive-gd_podcast button#load-more:hover:after {
    background: #1c1f63
}
body.post-type-archive-gd_podcast button#load-more:hover {background-color: #1c1f63; border: 1px solid #1c1f63; color: #fff;}
/* subcategory menu */
body.post-type-archive-gd_podcast .section-categories .subcategories .subcategories-list { padding: 0px 0px; margin-top: 20px; list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
body.post-type-archive-gd_podcast .section-categories .subcategories .subcategories-list .section-sub-category { padding: 6px 10px; border-left: unset; border-bottom: unset; border-bottom-left-radius: unset; background: #f3f4f6; border-radius: 40px; transition: .3s ease; cursor: pointer; font-size: 12px; border: 1px solid #f3f4f6; }
body.post-type-archive-gd_podcast .section-categories .subcategories .subcategories-list .section-sub-category .section-list-link { color: #374151; }
body.post-type-archive-gd_podcast .section-categories .subcategories .subcategories-list .section-sub-category:hover { background: #ffffff; box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05); }
body.post-type-archive-gd_podcast .section-categories .subcategories .subcategories-list .section-sub-category:hover a { color: #57bc08; }
body.post-type-archive-gd_podcast .section-categories .subcategories .subcategories-list .section-sub-category.active { background: #fff;box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05); }
body.post-type-archive-gd_podcast .section-categories .subcategories .subcategories-list .section-sub-category.active a { color: #56bc28; }
body.post-type-archive-gd_podcast .geodir-info .alert.alert-info { background: #57bc081c; color: #57bc08; border-color: #57bc08;width: 100%; margin: auto; max-width: 720px; }
body.post-type-archive-gd_podcast .geodir-listings.bsui { width: 100%;padding: 0px 0px; }
/* filter popup */
body.post-type-archive-gd_podcast .top-filters-main-wrapper .filter-button { display: none; }
body.post-type-archive-gd_podcast .section-categories-wrapper .close-btn { display: none; }
body.post-type-archive-gd_podcast .top-filters-main-wrapper { max-width: 100% !important; }
/* event card may-5 */
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .card-img-top { position: relative !important; padding: 100px 15px; background: #1c1f63; border-radius: 6px 6px 0px 0px; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .card-img-top .geodir-post-slider { box-shadow: unset; margin: 0; position: absolute; top: 15px; left: 15px; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .card-img-top .geodir-image-container { height: 100%; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .geodir-image-container .geodir-images { height: 100%; display: flex; align-items: center; border: 1px solid #ddd; padding: 10px; background-color: #fff; border-radius: 6px; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .card .carousel-item.active { font-size: 12px; text-align: center; font-family: "golos-text", sans-serif; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .card .carousel-item.active b { font-size: 24px; display: block; line-height: 1; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .event_details_wrapper { padding: 20px; width: 100%; height: fit-content; padding-bottom: 70px; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .event_details_wrapper .geodir-post-meta-container,
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .geodir-field-event_dates,
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .card .geodir-post-content-container { padding: 0 0 5px 0; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .card .geodir_post_meta { font-size: 14px; display: flex; flex-wrap: nowrap; margin: 0; padding-left: 0; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .geodir-field-default_category a { background: #57bc082e; padding: 5px 10px; border-radius: 50px; border: 1px solid #57bc08; color: #1c1f63; font-size: 12px; display: inline-block; margin-bottom: 4px;margin-right: 5px; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .card i { display: inline-flex; height: 14px; width: 14px; justify-content: center; align-items: center; margin-right: 5px; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .event_details_wrapper > .geodir-post-content-container { margin-top: 10px; } 
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .card .geodir-post-content-container { margin-bottom: 0px; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .btn_wrapper { bottom: 20px; display: flex; flex-wrap: wrap; padding: 0px 10px; gap: 3px 28px; justify-content: space-between; margin-top: 10px; position: absolute; width: calc(100% - 40px); left: 50%; transform: translateX(-50%); }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .card .geodir-post-content-container { width: fit-content; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .btn_wrapper div { width: fit-content; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .card .geodir_post_meta { font-size: 14px; display: flex; flex-wrap: nowrap; margin: 0; padding-left: 0; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .btn_wrapper a { font-size: 14px; font-family: "golos-text", sans-serif; background: var(--e-global-color-secondary); color: #fff; padding: 8px; position: relative; display: inline-block; transition: .3s ease; text-decoration: unset; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .btn_wrapper a:hover { background: #1c1f63; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .geodir-entry-title a { color: #fff; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .btn_wrapper a:before { content: ''; position: absolute; top: 0; left: -9px; height: 100%; width: 10px; clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%); background: #57bc08; transition: .3s ease; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .btn_wrapper a:hover:before { background: #1c1f63;  }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .btn_wrapper a:hover:after { background: #1c1f63;  }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .btn_wrapper a:after { content: ''; position: absolute; top: 0; right: -9px; height: 100%; width: 10px; clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%); background: #57bc08; transform: rotate(180deg); transition: .3s ease; }
/* event card listview */
body.post-type-archive-gd_podcast .post_listing.geodir_locations .row-cols-md-0 .geodir-post.gd_event .card-img-top { border-radius: 6px 0px 0px 6px; width: 30%; aspect-ratio: auto 7 / 4; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .row-cols-md-0 .geodir-post.gd_event .geodir-post-title { position: relative; top: 40px; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .row-cols-md-0 .geodir-post.gd_event .btn_wrapper { position: unset; padding: 0px 10px; width: fit-content; transform: unset; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .row-cols-md-0 .geodir-post.gd_event .event_details_wrapper { padding-bottom: 20px; }
/* creators card */
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_creators .card .geodir-entry-title a { font-size: 18px; }
body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_creators .card .geodir-field-post_content { font-size: 14px; line-height: 1.2; }
/* podcasts card */
body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .box-main-cls .wrapper .entry-title a:hover,
body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .box-main-cls .wrapper .post-topics a:hover p,
body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .box-main-cls .wrapper .post-topics a:hover { color: #fff; text-decoration: unset; }
body.post-type-archive-gd_podcast .voice_card .box-main-cls .wrapper .post-topics p, 
body.post-type-archive-gd_podcast .voice_card .box-main-cls .wrapper .entry-title a {
    font-size: 14px;    font-family: "golos-text", sans-serif;
}
body.post-type-archive-gd_podcast .voice_card .box-main-cls .wrapper .post-topics p { margin-bottom: 10px; }
body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .box-main-cls { width: calc(calc(100% - calc(3* 15px)) / 4) !important;margin-bottom: 1.5rem !important;border-radius: 0 0 0 50px;overflow: hidden;}
body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .box-main-cls .wrapper .entry-title { font-size: 16px; font-weight: 100; }
body.post-type-archive-gd_podcast .voice_card .box-main-cls {background: unset;}
body.post-type-archive-gd_podcast .voice_card .box-main-cls .wrapper {background: #46487c;height: 100%;}
body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .entry-featured-image-url {padding: 0;background: #46487c;border-radius: 50% 50% 0 0;overflow: hidden;padding: 10px 10px 0 10px;}
/* podcast listview */
body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .row-cols-md-0 .box-main-cls{ width: 100% !important; border-radius: 190px 0px 0px 190px; margin-bottom: 1.5rem !important; display: flex; justify-content: space-between; min-height: max-content; }
body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .row-cols-md-0 .entry-featured-image-url {padding: 20px 10px 20px 20px;border-radius: 0;height: 100%;display: flex;align-items: center;}
body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .row-cols-md-0 .entry-featured-image-url img { max-width: 180px; }
body.post-type-archive-gd_podcast .voice_card .row-cols-md-0 .box-main-cls .wrapper {border-radius: 0;}

body.post-type-archive-gd_podcast .resources-page .container:not(:first-child),
body.post-type-archive-gd_podcast .resources-page #main-content {max-width: 1200px !important;}
body.post-type-archive-gd_podcast .resources-page #main-content {padding-top: 0;margin-bottom: 0;padding-bottom: 70px !important;}
body.post-type-archive-gd_podcast .resources-page #main-content .geodir_locations.post_listing {padding: 30px 0;}

body.post-type-archive-gd_podcast .podcast.voice_card {margin-bottom: 0;}

body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .card-img-top .geodir-post-slider { width: 100%;max-width: 100%;height: 210px; }
body.post-type-archive-gd_podcast .site-main.podcast.voice_card .container:first-child { background-image: unset;max-width: 1200px; }
body.post-type-archive-gd_podcast .podcast.voice_card .resource_inputSearch_box.column_filter.left-wid-30 { padding: 0px;border-radius: 40px !important;box-shadow: 0 0 20px 1px #0000001f !important; }
body.post-type-archive-gd_podcast .podcast.voice_card .resource_inputSearch_box.column_filter.left-wid-30 input { border-radius: 40px !important; }
body.post-type-archive-gd_podcast .podcast.voice_card .resource_inputSearch_box { width: 100%; max-width: 100%; margin: auto; }
body.post-type-archive-gd_podcast .podcast.voice_card .resource_inputSearch_box:before,
body.post-type-archive-gd_podcast .podcast.voice_card .resource_inputSearch_box:after { position: unset; }
body.post-type-archive-gd_podcast .podcast.voice_card .search_pod { background-color: transparent; border-color: transparent; color: #000000; }
body.post-type-archive-gd_podcast .voice-cat { background: url(/wp-content/uploads/2024/12/green_layer.jpg) no-repeat center / cover; }
body.post-type-archive-gd_podcast .voice-cat .latest-creators-slider { padding-top: 60px; }
body.post-type-archive-gd_podcast .voice-cat .latest-creators-slider .heading-title { max-width: 1200px; margin: auto; }
body.post-type-archive-gd_podcast .latest-creators-slider .bsui.new-template.geodir_locations.geodir_location_listing.post_listing { padding: 0px 0px 0px !important; }
body.post-type-archive-gd_podcast .publication-category-slider .heading-title h2 { font-size: 50px !important; font-weight: 700 !important; color: #1c1f63 !important;font-family: "golos-text", sans-serif !important;}
body.post-type-archive-gd_podcast .voice-cat .cat-section-inner { padding: 60px 30px 60px; }
body.post-type-archive-gd_podcast .listings-by-category-widget-business { margin-top: 40px; }

body.post-type-archive-gd_podcast .top-filters-main-wrapper,
body.post-type-archive-gd_podcast .custom_search_main-container .right-container {width: 100%;padding: 0;}
body.post-type-archive-gd_podcast .search-div .search { position: relative; max-width: 570px; margin: auto auto;min-height: 50px; }
body.post-type-archive-gd_podcast .search-div .search #search { position: absolute; right: 0; border: unset; color: #707070;top: 50%; transform: translateY(-50%); }
body.post-type-archive-gd_podcast .search-div .search #search:hover { background: transparent; }
body.post-type-archive-gd_podcast .search-div .search input { border-radius: 40px; }
body.post-type-archive-gd_podcast .resources-page #main-content { max-width: 100% !important; padding: 0px 0px; }
body.post-type-archive-gd_podcast .site-main.podcast.voice_card#content { background: #f9fafb; }
body.post-type-archive-gd_podcast .section-list-shows form#filter_shows { align-items: flex-start; }
body.post-type-archive-gd_podcast .select2-container--default .select2-selection--multiple { padding: 7px 10px; font-size: 14px;border-color: #e2e8f0;}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { font-size: 12px;background: #fff; }

body.post-type-archive-gd_podcast select + .select2 {
    background-color: #f3f0f000;
}

body.post-type-archive-gd_podcast .select2-container .select2-selection--multiple {
    min-height: 22px;
}

body.post-type-archive-gd_podcast .select2-selection.select2-selection--multiple ul.select2-selection__rendered {
    gap: 0px 0;
	display: flex !important;
    flex-wrap: wrap;
}

body.post-type-archive-gd_podcast .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove { width: 8px !important; height: 8px;min-width: unset !important; }

body.post-type-archive-gd_podcast .shows-radio-group-item span:focus-visible {outline: unset;}
body.post-type-archive-gd_podcast .shows-radio-group-item span {box-shadow: unset;width: 100% !important;min-width: 250px !important;}
body.post-type-archive-gd_podcast #selected-items { opacity: 0;position: absolute; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field { width:max-content !important }
.select2-dropdown {
    z-index: 99999 !important;
}


@media (max-width: 1200px) {
    body.post-type-archive-gd_podcast .section-categories-filters { padding: 0px 10px 20px; }
    body.post-type-archive-gd_podcast form#sort_listings { padding: 20px 10px 0px; }
    body.post-type-archive-gd_podcast .bsui.new-template.geodir_locations.geodir_location_listing.post_listing { padding: 20px 0px 0px; }
}

@media (max-width: 1024px) {
    body.post-type-archive-gd_podcast form#sort_listings { padding: 20px 20px 0px; }
    body.post-type-archive-gd_podcast .section-categories-filters { padding: 0px 20px 20px; }
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .row.row-cols-md-0 .card .card-img-top { aspect-ratio: 4 / 4; }
    body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .geodir-category-list-view { padding: 0px 10px; }
}

@media (max-width: 991px) {
    body.post-type-archive-gd_podcast .page-template-custom-search .search_main, .search_main { min-height: 45px; }
    body.post-type-archive-gd_podcast .section-list-shows { flex-direction: column;gap: 10px; }
    body.post-type-archive-gd_podcast .wpmcs-subscribe-main { justify-content: flex-start; align-items: flex-start; }
    body.post-type-archive-gd_podcast .filter-label-group { padding: 7px 10px; }
    body.post-type-archive-gd_podcast .section-list-shows form#filter_shows .shows-label-group,
    body.post-type-archive-gd_podcast .section-list-formats form#filter_formats .formats-label-group { padding: 7px 10px; }
    body.post-type-archive-gd_podcast .section-categories-filters { padding: 0px 20px 20px; }
    body.post-type-archive-gd_podcast form#sort_listings { padding: 20px 20px 0px; }
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .row { padding: 0px 10px; }
    body.post-type-archive-gd_podcast .geodir-info .alert.alert-info { max-width: 630px; font-size: 14px; }

    /* listview */
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .row.row-cols-md-0 .geodir-post { width: 100% !important; }
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .row.row-cols-md-0 .card .card-img-top { aspect-ratio: 3/4;min-height: 240px; }
    /* podcast card */
    body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .box-main-cls { width: calc(calc(100% - calc(2* 15px)) / 2) !important; }
	body.post-type-archive-gd_podcast .voice-cat .latest-creators-slider { padding: 60px 20px 0px; }
	body.post-type-archive-gd_podcast .listings-by-category-widget-business { padding: 0px 20px; }
	body.post-type-archive-gd_podcast .search-div .search { min-height: 45px; }
}

@media (max-width: 767px) {
    body.post-type-archive-gd_podcast .banner-section .banner-title h1 { font-size: 30px !important; }
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .row.row-cols-md-0 .card .card-img-top { padding: 10px 10px;min-height: 100%; }
    body.post-type-archive-gd_podcast .section-categories .category-list { margin: 20px 0; }
    body.post-type-archive-gd_podcast .listings-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    body.post-type-archive-gd_podcast .listings-header .listings-controls { max-width: 100%; }
    body.post-type-archive-gd_podcast .bsui .text-center { text-align: center !important; padding: 0px 20px; }
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .row { padding: 0px 0px; }
    body.post-type-archive-gd_podcast .section-categories ul.category-list li.section-list-category { width: unset;}
    body.post-type-archive-gd_podcast .banner-section .banner-inner { padding: 150px 0px 80px 0px; }
    body.post-type-archive-gd_podcast .banner-section .banner { max-height: 400px; min-height: 400px; }
    body.post-type-archive-gd_podcast .view-button:hover { background: #ffffff !important; }
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .card-body.geodir-heading { padding: 20px 15px 0px !important; }
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .card-body { padding: 20px 15px 20px !important; }
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .card-body.geodir-heading { padding: 20px 15px 0px !important; }
    body.post-type-archive-gd_podcast .gd_business .card .uwp-profile-item-summary.card-text.geodir-post-content-container.bsui { padding: 0px 15px 0px; }
    /* filter popup */
    body.post-type-archive-gd_podcast .top-filters-main-wrapper .filter-button { display: block;padding: 20px 20px 0px; }
    body.post-type-archive-gd_podcast .top-filters-main-wrapper .filter-button a { display: flex; background: #57bc08; padding: 10px 15px; line-height: 1; color: #fff; width: max-content; gap: 6px; border-radius: 5px;font-family: "golos-text", sans-serif;}
    body.post-type-archive-gd_podcast .modal-popup.category-page-top-filters-main { background: rgba(0, 0, 0, .4); cursor: pointer; display: none; height: 100%; position: fixed; text-align: center; top: 50%; width: 100%; z-index: 10000; left: 50%; transform: translate(-50%, -50%); }
    body.post-type-archive-gd_podcast .popup-wrapper { position: relative; top: 50%; transform: translateY(-50%); }
    body.post-type-archive-gd_podcast .section-categories-wrapper { width: 90% !important; max-width: 90% !important; background: #fff; margin: 0px auto auto; position: relative;border-radius: 6px; }
    body.post-type-archive-gd_podcast .section-categories-filters { margin: 0px 20px 0px; padding: 30px 0px 20px;overflow: scroll; height: 100%; max-height: 600px; }
    body.post-type-archive-gd_podcast .section-list-shows { margin: 0px 0px 20px;}
    body.post-type-archive-gd_podcast .section-list-formats { margin: 0px 0px 0px; }
    body.post-type-archive-gd_podcast .section-categories-wrapper .close-btn { display: block; position: absolute; right: -1px; top: 1px; z-index: 9; }
    body.post-type-archive-gd_podcast .section-categories-wrapper .close-btn .close {color: #ffffff; background: #56ba08; padding: 5px 8px; border-radius: 0px 6px 0px 0px;}
    /* event */
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .row.row-cols-md-0 .gd_event .card .card-img-top { padding: 100px 15px; }
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .row-cols-md-0 .geodir-post.gd_event .geodir-post-title { top: 0px; }
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .row-cols-md-0 .geodir-post.gd_event .card-img-top { border-radius: 6px 6px 0px 0px; }
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .row.row-cols-md-0 .geodir-post.gd_event .card { flex-direction: column; }
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .row.row-cols-md-0 .geodir-post.gd_event .card .card-img-top { width: 100%; }
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post.gd_event .btn_wrapper { justify-content: flex-start;}
    /* creator */
    body.post-type-archive-gd_podcast .post_listing.geodir_locations .row.row-cols-md-0 .card .card-img-top { aspect-ratio: auto; }
    /* podcasts card */
    body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .box-main-cls { width: calc(calc(100% - calc(1* 30px)) / 1) !important;margin: 0px auto 0 auto !important;border-radius: 190px 190px 0 20px; }
    body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .row-cols-md-0 .box-main-cls { width: 95% !important;align-items: center; }
    body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .entry-featured-image-url img { max-width: 100%; }
    body.post-type-archive-gd_podcast .voice_card .post_listing.geodir_locations .box-main-cls .wrapper .entry-title { margin-bottom: 0px; }
    body.post-type-archive-gd_podcast .voice_card .box-main-cls .wrapper { padding: 20px 10px; }

	body.post-type-archive-gd_podcast .card-body .geodir-post-content-container .geodir_post_meta a { font-size: 14px; gap: 5px; padding: 8px 10px; }
	body.post-type-archive-gd_podcast .card-body .geodir-post-content-container .geodir_post_meta a i { font-size: 11px; }
	body.post-type-archive-gd_podcast .post_listing.geodir_locations .geodir-post .card-img-top .geodir-post-slider { height: 150px; }
	body.post-type-archive-gd_podcast .post_listing.geodir_locations .row.row-cols-md-0 .card .card-img-top { width: 40%; }
	body.post-type-archive-gd_podcast .post_listing.geodir_locations .row-cols-md-0 .geodir-post .card-img-top .geodir-post-slider { padding: 15px 15px; }
	body.post-type-archive-gd_podcast .voice-cat .latest-creators-slider { padding: 60px 10px 0px; }
	body.post-type-archive-gd_podcast .listings-by-category-widget-business { padding: 0px 10px; }

	body.post-type-archive-gd_podcast .voice-cat .latest-creators-slider .heading-title h2 { font-size: 30px !important; }
	body.post-type-archive-gd_podcast .publication-category-slider .heading-title h2 { font-size: 30px !important; }
	body.post-type-archive-gd_podcast .voice-cat .cat-section-inner { padding: 0px 30px 60px; }
	body.post-type-archive-gd_podcast .podcast.voice_card .search-div { padding: 0 10px; }
	body.post-type-archive-gd_podcast form#sort_listings { padding: 20px 20px 0px; }
	body.post-type-archive-gd_podcast .post_listing.geodir_locations .row.row-cols-md-0 .card .card-img-top { aspect-ratio: auto !important; }
	body.post-type-archive-gd_podcast .custom_search_main-container .right-container { padding: 0 10px; }

	body.post-type-archive-gd_podcast #selected-items { display: flex;opacity: 1;position: unset; padding: 10px 20px 0px; font-size: 14px; width: 100%; align-items: flex-start; gap: 5px 5px; flex-wrap: wrap; }
	body.post-type-archive-gd_podcast #selected-items label { display: inline-block; flex-wrap: wrap; margin: 2px 2px; border: 1px solid #e2e8f0; padding: 6px 6px; font-size: 14px; border-radius: 30px; gap: 10px; width: max-content; }
	body.post-type-archive-gd_podcast #selected-items strong { display: inline-block; margin-bottom: 5px; width: max-content !important; max-width: max-content !important; min-width: max-content !important; }
	body.post-type-archive-gd_podcast #selected-items #selected-shows-list {display: contents; flex-wrap: wrap;gap: 0px;}
	body.post-type-archive-gd_podcast #selected-items #selected-formats-list { display: flex; flex-wrap: wrap; gap: 0px; }
	body.post-type-archive-gd_podcast #selected-items #selected-categories-list { display: flex; flex-wrap: wrap; gap: 0px; }

	body.post-type-archive-gd_podcast .section-list-shows form#filter_shows .shows-label, 
	body.post-type-archive-gd_podcast .section-list-formats form#filter_formats .formats-label {min-height: unset;}
}

@media (max-width: 375px) {
    body.post-type-archive-gd_podcast .section-categories-filters { max-height: 550px; }
}

