/*
 Theme Name:   SEOCrawler Child
 Theme URI:    http://demo.goodlayers.com/seocrawler
 Description:  Goodlayers SEOCrawler Child Theme
 Author:       Aman Guleri
 Author URI:   http://goodlayers.com
 Template:     seocrawler
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  seocrawler-child

 START YOUR CHILD THEME CSS HERE
*/
.gdlr-core-column-service-content a,.seocrawler-body p a,.gdlr-core-text-box-item-content li a{color:#f23801!important}
.gdlr-core-column-service-content a:hover.seocrawler-body p a:hover,.gdlr-core-text-box-item-content li a:hover{color:#000000!important}
.faqs h4{color:#18181f}
.faqs p,.faqs .gdlr-core-accordion-item-content{color:#373737;}
.faqs .gdlr-core-accordion-item-content{color:#373737;font-size: 18px;padding: 8px 21px;background: #fbfbfb;margin-bottom: 10px;}
.seocrawler-top-bar-right-text a{font-weight:bold;color:#fff!important}

.hide-section {
	display: none;
}

.podcast-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 70px;
}

.podcast-content-left {
	flex-basis: 70%;
	min-width: 70%;
}

.podcast-content-right {
	flex-basis: 28%;
	min-width: 28%;
}

@media (max-width: 1280px) {
	.podcast-wrapper{
		flex-direction: column;
	}
	
	.podcast-content-left {
		flex-basis: 100%;
		min-width: 100%;
	}

	.podcast-content-right {
		flex-basis: 100%;
		min-width: 100%;
	}
}

.podcast-content-right h2 {
	font-size: 26px !important;
}

.podcast-content-left iframe {
	max-width: 100% !important;
}

.recent-podcast,
.recent-podcast li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.recent-podcast li {
	margin-bottom: 30px;
}

.recent-podcast li .episode-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}

.recent-podcast li .episode-wrapper .thumb {
	width: 100%;
	flex-basis: 100px;
}

.recent-podcast li .episode-wrapper .episode-title {
	width: 100%;
	flex-grow: 1;
}

.recent-podcast li .episode-wrapper .episode-title a:hover {
	text-decoration: underline;
}
.podcast-desc .gdlr-core-button {
	color: #fff !important;
}

@media (max-width: 495px) {
	.podcast-desc .gdlr-core-button {
		margin-bottom: 10px;
	}
	.podcast-desc p:last-of-type {
		text-align: center;
	}
}

.podcast-desc,
.podcast-text .gdlr-core-container .gdlr-core-pbf-column-content-margin,
.podcast-text .gdlr-core-container .gdlr-core-pbf-column-content,
.podcast-text .gdlr-core-container .gdlr-core-pbf-element { 
	height: 100%;
}

.podcast-desc h1 {
	color: #fff !important;
}

.podcast-text .gdlr-core-container,
.podcast-desc {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.podcast-desc {
	flex-direction: column;
}


.podcast-query .episode-wrapper {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 50px;
	margin-bottom: 60px;
}

@media (max-width: 1000px) {
	.podcast-query .episode-wrapper {
		flex-direction: column;
	}
}

.podcast-query .episode-wrapper .thumb,
.podcast-query .episode-wrapper .episode-title {
	width: 100%;
	flex-basis: 50%;
	flex: 1;
}

.podcast-query .episode-wrapper .episode-title {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.podcast-query .episode-wrapper .thumb img {
	width: 100%;
	height: auto;
}

.watch-now {
	color: #F62400 !important;
	text-transform: uppercase;
	font-weight: 600;
}

.podcast_guest_list .guest {
	background: #fff;
	padding: 30px;
}

.podcast_guest_list .guest .name {
	font-size: 22px;
	font-weight: 700;
	color: #383838;
	text-align: left;
}

.podcast_guest_list .guest .image img {
	width: 100%;
	height: 295px;
	object-fit: cover;
}

.podcast_guest_list .guest .desc {
	text-align: left;
	margin-bottom: 30px;
}

.p_guest_list {
  position: relative;
}
.p_guest_list .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.p_guest_list .owl-theme .custom-nav .owl-prev,
.p_guest_list .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.p_guest_list .owl-theme .custom-nav .owl-prev i,
.p_guest_list .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.p_guest_list .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.p_guest_list .owl-theme .custom-nav .owl-next {
  right: 0;
}

.owl-loaded {
	display: block !important;
}

.podcast_guest_list {
	display: none;
}

.podcast-newsletter {
	text-align: center;
}

.podcast-newsletter .gdlr-core-column-30 {
	float: none;
	max-width: 50%;
	width: auto;
	display: inline-block;
}

.podcast-newsletter .wpcf7 input[type="submit"] {
	border-radius: 27px;
}

.social-icons-podcast {
	display: flex;
	gap: 8px;
}

.social-icons-podcast a {
	display: inline-block;
}


.social-icons-podcast a svg {
	margin-top: 1px;
}

.single-podcast .seocrawler-blog-info-comment-number {
	display:none;
}

.single-podcast .seocrawler-blog-info-wrapper {
	margin-bottom: 20px;
}

.podcast-cta a {
	font-weight: 700;
	color: #f23801 !important;
}