.menu-item-type-custom img {
    width: 35px;
    height: 35px;
}

body:not(.template-slider) #Header {
    min-height: auto !important;
}

#Top_bar .menu > li > a span:not(.description) {
    padding: 0 15px;
}
#Footer {
    text-align: center;
    border-top: 2px solid #f4e7e8;
}
.vc_btn3 {
    background-image: none !important;
    font-weight: 900;
}

.podcasts-container {
    list-style: none !important;
    margin: 0px !important;
}




.podcasts-item-left,.podcasts-item-right {
    display: inline-block;
    vertical-align: top;
    width: 46%;
}

.podcasts-item-left {
    margin-right: 4%;
}

.podcasts-item-right {
    margin-left: 4%;
}



.podcast-title {
	font-size: 22px;
	font-weight: bold;
	color: #42272d;
}

.podcast-summary {
	display: block;
	margin-top: 30px;
	word-break: break-word;
}

@media only screen and (max-width: 600px) {
.podcasts-item-left, .podcasts-item-right {
    display: block;
    width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
	.podcasts-item-right {
    margin-top: 30px;
}
	
}



/* Below is the custom gradient styling. */

[data-readmore] {
  position: relative;
}


/* Set default styling of gradient. 
   Note the height of 0. We'll transition the height, rather than the background. I think this makes for a smoother effect. This also has the added benefit of not overlaying the text at the bottom with an absolutely positioned pseudo-element—even if it is transparent—which could prevent text selection. */
[data-readmore]:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(242, 242, 242, 1));
  
  /* Be sure to use the same speed value as in your Readmore configuration, keeping in mind that CSS transition speed is stated in seconds. */
  transition: height .5s
}

/* Set the height of the gradient to 80 when CLOSED */
[data-readmore][aria-expanded="false"]:before,
/* Also when transitioning from OPEN to CLOSED */
[data-readmore][aria-expanded="true"].transitioning:before {
  height: 40px;
}


/* This isn't strictly necessary, but I think it makes for a smoother effect. */
/* Set the height of the gradient to 0 when transitioning from CLOSED to OPEN */
[data-readmore][aria-expanded="false"].transitioning:before {
  height: 0;
}

#Top_bar .responsive-menu-toggle {
    color: #251216 !important;
    background: white!important;
}

@media only screen and (max-width: 767px){
#Top_bar #logo img.logo-mobile {
    max-height: 45px !important;
	}}



@media only screen and (min-width: 768px){
#Footer .gform_body {
    width: 89%;
	display: inline-block;
	vertical-align: top;
}

#Footer .gform_footer {
    width: 10%;
    display: inline-block;
	vertical-align: top;
	    padding-top: 11px;
}

#Footer .gfield {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#Footer .ginput_container {
    margin-top: 0px;
}

#Footer input:not([type=submit]),#Content input:not([type=submit]) {
    padding: 10px 10px;
}

#Footer input[type="submit"],#Content input[type="submit"] {
    padding: 10px 20px;
	    border-radius: 0px;
}

#Footer .ginput_complex {
    position: relative;
    top: -2px;
}

#Footer .gform_wrapper {
    max-width: 800px;
    margin: 0 auto;
	}}

#Footer input:not([type=submit]),#Content input:not([type=submit]) {
    border: 2px solid #f2f2f2;
    box-shadow: none;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram #sbi_load .sbi_load_btn:hover {
    background-color: #ff605d !important;
    color: #ffffff !important;
    border-radius: 0px !important;
    font-weight: bold !important;
    font-size: 18px !important;
    padding: 20px 30px !important;
    margin-top: 30px !important;
}

#sb_instagram .sbi_photo {
    border: 5px solid white;
}

#instagram h2 {
    color: white;
}

.footer-logo {
	max-width: 100%;
	height: auto;
}


.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #42272d !important;
}
.podcast-link {
    font-size: 16px;
    padding: 10px 18px;
    background-color: white;
    color: #fc5d5b;
    border-radius: 0;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    border: 2px solid #fc5d5b;
}

.podcast-link:hover {
    background-color: #42272d;
    color: white;
    border: 2px solid #42272d;
}



.podcast-meta {
    list-style: none !important;
    margin: 0px !important;
    display: block;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.podcast-meta li {
 	display: inline-block;
    padding: 0px;
    margin-right: 10px;
    opacity: .5;
    font-size: 14px;
margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.podcast-summary {
    margin-top: 0px;
}



.podcast-description {
    display: block;
    margin-bottom: 25px;
	    clear: both;
	word-break: break-word;
}



/* .podcasts-container li {
    float: left;
    margin: 5px;
}

.podcasts-container li:nth-child(3n+1) {
    clear: left;
} */

.column.one.post-nav {
    display: none;
}

.column.one.post-header {
    display: none;
}

.podcast-item-inner {
	padding: 20px;
}

.author-box-wrapper {
    display: none;
}

.episode-single {
    margin-top: 30px;
	display: flex;
}


@media only screen and (min-width: 767px){
	.episode-single-left {
		width: 66%;
		display: inline-block;
		vertical-align: top;		
	}	
	
	.episode-single-left-inner {
		padding-right: 45px;
	}
	
	.episode-single-right {
		width: 33%;
		display: inline-block;
		vertical-align: top;
		
	}	
}

@media only screen and (max-width: 766px){
	.episode-single-left, .episode-single-right {
		height: auto;
		word-break: break-word;
	}	
	
	.episode-single {
		flex-direction: column-reverse;
	}

}

.podcast-meta-single {
    margin-top: 20px !important;
}

.share-simple-wrapper {
    margin-top: 30px !important;
}

.episode-single-right {
	margin-bottom: 30px !important;
    display: block;
}

.mejs-audio {
	width: 100%;
}

.episode-single-left .section_wrapper {
    padding: 0px !important;
}

.podcast-item {
	width: 31%;
    margin:0 1% 2% !important;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.11);
	display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
  /* 10 columns for larger screens */
  .podcast-item { width: 100%; }
}

@media only screen and (min-width: 1240px){
#Top_bar.is-sticky {
  height: 64px;
}	
}

.vc_btn3-size-lg {
    font-size: 18px !important;
    padding: 20px 30px !important;
}

#gform_submit_button_1 {
    background: #ff605e !important;
    color: white !important;
    border-width: 0px !important;
    font-weight: bold;
    padding: 20px 30px !important;
    font-size: 18px !important;
}

.podcast-feature-image-single {
	margin-top: 30px;
	width: 100%;
}


@media only screen and (min-width: 1240px) {
	.podcast-item {
    height: 855px;
	}	
}

@media only screen and (min-width: 960px) and (max-width: 1239px) {
	.podcast-item {
    height: 878px;
	}	
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.podcast-item {
    height: 827px;
	}	
}

.podcast-feature-image-link {
    margin-bottom: 10px;
    display: block;
}

.menu-social-menu-container ul {
    padding: 0px;
	margin: 0px !important;
    background: none;
    list-style: none;
	text-align: center;
}

.menu-social-menu-container ul li {
    display: inline-block;
	margin: 0px 2px;
}

.menu-social-menu-container ul li:after {
	display: none !important;
}