.podcast-player iframe {
    box-shadow: 0px 0px 29px #03243e;
    border: 6px solid #03243e !important;
}
h2.cnt_title {
    color: #bee000 !important;
    text-align: right;
    font-size: 24px !important;
	text-transform: uppercase;
}
#no-results-message {
    margin: 0 auto;
    text-align: center;
    padding: 3% 0%;
	color: #041927;
}
.underline_search_input {
    position: relative;
    width: 100%;
}

.clear-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none; /* Hide by default */
}

.search_food_stands_input:focus + .clear-search,
.search_food_stands_input:not(:placeholder-shown) + .clear-search {
    display: block; /* Show the icon when input is focused or contains text */
}
.podcast-section {
   
    color: #fff;
    justify-content: center;
}


.underline_select_level:after{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #041928;
  position: absolute;
  top: 35%;
  right: 3px;
  content: "";
  z-index: 98;
 }
.underline_select_level {
    position: relative;
    display: inline-block;
}
.cnt_hilight .eicon-play:before {
    content: "";
    background-image: url(https://usherustg.wpengine.com/wp-content/uploads/2025/03/Vector-4-1.png);
    background-size: 100%;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    position: absolute;
    top: -24px;
    left: -24px;
}
.cnt_hilight .swiper-pagination {
    margin-top: 9px;
    position: relative;
}
.podcast-meta i {
    margin-right: 8px;
}
form#podcast-search-filter {
    padding-bottom: 2%;
}
.podcast-wrapper {
    max-width: 80%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    background: #041928;
    padding: 3%;
    border-radius: 15px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.podcast-image img {
    width: 100%;
}

.podcast-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.podcast-category {
    background-color: #80D0FE40;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    width: max-content;
}
.podcast-title {
    font-size: 2vw !important;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 2px !important;
    line-height: 44px;
}

p.podcast-featuring {
    color: var(--e-global-color-accent);
    font-family: "Forma DJR (text)", Sans-serif;
    font-size: 1.5vw;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.podcast-player iframe {
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.podcast-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.spotify-button, .apple-button {
    background-color: transparent;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #0066C3;
}
a.spotify-button:hover {
    background: #1DB954;
    color: #000;
    border-color: #1DB954;
}
a.apple-button:hover {
    background: #D56DFB;
    color: #000;
    border-color: #D56DFB;
}

.podcast-quote {
    grid-column: 1 / -1;
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
	grid-column: 1 / -1;
}

.podcast-quote cite {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #80D0FE;
    font-style: normal;
}

/*bUtton*/
.podcast-section {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Ensure spacing between items */
}

.load-more-button {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    background-color: #0073e6;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 20px; /* Ensure it's spaced from the content above */
}

.load-more-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}


#podcast-section {
    display: block; /* Default flow layout */
    width: 100%; /* Optional, depends on your design */
}

#load-more {
    padding: 10px 20px;
    background-color: transparent;
    color: #041928;
    cursor: pointer;
    width: 15%;
    margin: 0 auto;
    text-align: center;
    display: block;
    border: 1px solid #041928;
    border-radius: 40px;
    text-transform: math-auto;
}
button#load-more:hover {
    background-color: #041928;
    color: #fff;
    border-color: #041928;
}

#load-more:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}
.podcast-quote:before {
    content: "";
    background-image: url(https://www.usheru.com/wp-content/uploads/2025/03/Vector-2.png);
    background-size: 100%;
    width: 90px;
    height: 90px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 10%;
    left: 5%;
}
.podcast-quote {
    padding-left: 20%;
    position: relative;
}

.podcast-wrapper.podcast-latest {
    background: #041928;
}
.podcast-quote.latest-quote:before {
    background-image: url(https://www.usheru.com/wp-content/uploads/2025/03/Vector-3.png);
}
@media screen and (max-width: 767px){
	.podcast-wrapper{
		display:block;
		padding-bottom: 10%;
		max-width:90%;
		padding:5%;
	}
	.podcast-quote cite{display:none;}
	#load-more{width:60%;}
	.podcast-quote:before {
				width: 70px;
				height: 70px;
				display: block;
				background-repeat: no-repeat;
				position: relative;
				top: 0;
				left: 0;
	}
	.podcast-quote {padding-left: 2%;}

	.podcast-quote {
		font-size: 20px;
		font-weight: 700;
		line-height: 29px;
		text-align: left;
	}
	p.podcast-featuring{font-size:18px;}
		.podcast-title {
		font-size: 25px !important;
		font-weight: 700;
		text-transform: capitalize;
		letter-spacing: 2px !important;
		line-height: 25px;
	}
	.podcast-category {
		background-color: #80D0FE40;
		color: #fff;
		padding: 5px 15px;
		border-radius: 20px;
		font-size: 12px;
	}
	div#podcast-filters {max-width: 90% !important;}
	.filter_dining_stands_form .first_row_filters{display:block !important;}
	.filter_dining_stands_form .first_row_filters .underline_search_input{width:100% !important;}
	.filter_dining_stands_form .first_row_filters .underline_select_level{width:90% !important;}
}


@media only screen and (max-width: 1024px) and (min-width: 768px)  {
	#load-more {
		width: 30%;
	}
	.podcast-quote {
    font-size: 20px;
    line-height: initial;
	}
	.podcast-title {
    font-size: 25px !important;
    line-height: initial;
	}
	p.podcast-featuring {
    font-size: 20px !important;
	line-height: initial;
}
	.podcast-quote {padding-left: 25%;}
}

/*loader*/

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    justify-content:center;
}

.flexbox > div {
  width: 300px;
  height: 300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

/* NO BORDER SPINNER */
.nb-spinner {
  width: 75px;
  height: 75px;
  margin: 0;
  background: transparent;
  border-top: 4px solid #009688;
  border-right: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}

/* BORDER TOP SPINNER */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*End loader*/

