/* Site Width*/
body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 95%;
}

@media (min-width: 1024px) {
body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 80%;
}
}

/* Podcast list*/
.infinite-nav-slt a {
	color: white !important;
}

h2.secondline-blog-title a:hover {
	color: #bf2a37;
}

.infinite-nav-slt a { 
		margin: 0 auto 10px auto;
}

@media (min-width: 1024px) {
	.infinite-nav-slt a { 
			margin: 70px auto 10px auto;
	}
}

@media only screen and (max-width: 767px) {
	.secondline-masonry-item .grid-columns-slt .mejs-horizontal-volume-total {
		width: 80% !important;
	}
	.mejs-play {
		padding-left: 0 !important;
	}
}

/*Banner*/
.podcast-subscribe-button {
	background-color: #bf2a37 !important;
}

.podcast-subscribe-button:hover {
	background-color: #3b3c40 !important;
}

.secondline-themes-post-list-main .secondline-themes-feaured-image img {
    max-height: 300px;
}

@media (min-width: 1024px) {
    .content-maxwidth {
        max-width: 70%;
    }
}

.secondline-blog-title {
	margin-bottom: 5px !important;
}

.elementor-element-a4d5847 .wp-block-search__input  {
	background-color: #fff;
	color: #3b3c40;
}

.elementor-element-a4d5847 .wp-block-search__label {
	color: #3b3c40;
}

.elementor-element-a4d5847 .wp-block-search__button {
	font-family: "Open Sans", sans-serif
}

.elementor-element-a4d5847 .wp-block-group__inner-container h2 {
	color: #3b3c40;
}

.elementor-element-a4d5847 .wp-block-group__inner-container ul {
	color: #3b3c40;
}

.elementor-element-a4d5847 .wp-block-group__inner-container li {
	position: relative;
  line-height: 1.5;
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 12px 20px;
	border-bottom: 1px solid #c2c3c5;
}

.elementor-element-a4d5847 .wp-block-group__inner-container li a {
	color: #3b3c40;
}

.elementor-element-a4d5847 .wp-block-group__inner-container li a:hover {
	color: #bf2a37;
}

.elementor-element-a4d5847  li:before {
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    font-weight: 900;
    font-style: normal;
    content: "\f105";
    padding-left: 1px;
    font-size: 90%;
    position: absolute;
    left: 0px;
}

/* Footer signup */
.mc4wp-form-fields {
	width: 100%;
}

.mc4wp-form input[type="submit"] {
	font-size: 11px !important;
}

@media (min-width: 1024px) {
	.mc4wp-form input[type="submit"] {
		width: 35% !important;
		font-size: 14px;
	}

	.mc4wp-form input[type="email"] {
		width: 65% !important;
	}
}

@media only screen and (max-width: 767px) {
	input[type="submit"] {
			width: 45% !important;
	}
	
		.mc4wp-form input[type="email"] {
			width: 55% !important;
	}
}


/* Podcast single page */
.single-secondline-post-meta span:after {
  margin: 0 6px 0 10px;
}
@media (min-width: 1024px) {
	.single-secondline-post-meta  {
		max-width: 66.6%;
	}

	#page-title-slt-post-page h1 {
		max-width: 66.6%;
	}

	#single-post-player {
		max-width: 66.6%;
	}

	.secondline-themes-blog-single-excerpt {
		max-width: 66.6%;
	}

	.mejs-speed-button {
		width: 64px;
	}
}
#page-title-slt-post-page {
	background-size:contain!important;
}

.main-navigation a{
	color:black;
}