h1 {
    margin: 0;
}
	h1.banner-title {
		    text-align: center;
    width: 90%;
    font-family: Sentinel-LightItalic;
    font-weight: 400;
    font-size: 90px;
    line-height: 100px;
    color: #000000;
    word-spacing: 5px;
}
.banner {
  position: relative;
  height: 200px;    overflow: hidden;
}

.banner-title {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0s ease-in-out;
}

.banner-title.active {
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}
h1.banner-title.banner-title1 span {
    background: #FFDF99;
}
	h1.banner-title.banner-title2 span {
    background: #A7F0F9;
}
	h1.banner-title.banner-title3 span {
    background: #FEC3CE;
}
	
	.hero-banner {
    padding: 200px 0 125px;
}
.subscribe {
	 font-family: "AvenirNextLTW01-Regular" !important;
/* 	    margin: 50px auto 50px; */
    display: flex;
    width: 100%;
    max-width: 520px;
    margin-top: 0px;
}
.subscribe-inner-container #sendgrid_mc_email {
    border-color: transparent;
}

input#sendgrid_mc_email {
    color: black !important;
}
.subscribe-button,.subscribe-button1 {
  width: 162px;
    height: 48px;
    background-color: #000000;
    font-family: "AvenirNextLTW01-Medium" !important;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.subscribe-button{
	  background-color: #FFCC66 !important;
	color:#000 !important;
}


	input#sendgrid_mc_email {
    border: 1px solid #BCBCBC;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    max-height: 48px;
		max-width: 380px;
}
	
	img.banner-title1-img {
       position: absolute;
    max-width: 74px;
    left: 19%;
    top: 34%;
    z-index: -9;
}
	

img.banner-title2-img {
    max-width: 65px;
    position: absolute;
    left: 17%;
    top: -24%;
}
	img.banner-title3-img {
    max-width: 35px;
    position: absolute;
    left: 37%;
    top: 12%;
    z-index: -9;
}
	input#sendgrid_mc_email:focus{outline:0;}
	.subscribe-inner-container #sendgrid_mc_email {
    border-color: transparent;
}
	
	.sm-links {
    display: flex;
    padding-top: 25px;
}

	links p {
    font-family: 'Avenir Next LT W01 Demi';
    font-weight: 500;
	}
	
	span.devider {
    border: 0.5px solid #DBDBDB;
    height: 28px;
}
	.sm-links img {
    height: fit-content;
    padding: 0px 20px;
}
	img.imusicimg {

    line-height: 0px;
}
	.sm-links {
    display: flex;
}
	.fold2 {
    background: #fff;
}
	.fold2-left p {
    font-size: 18px;
    color: #000;
    font-family:'AvenirNextLTW01-Regular';
    font-weight: 400;
    line-height: 30px;
}
.sm-links p {
    font-family: 'Sentinel-LightItalic';
}
	.fold2-right {
    padding-left: 50px;
}
	.fold2-left {
    max-width: 540px;
}
.fold2-inner {
    background-position: bottom;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 80px 0px;
    max-width: 1200px;
    margin: 0 auto;
}
	.latest-episode-img {
    padding-right: 70px;
    position: relative;
/*     top: -49px; */
}
	.episode-description p {
    font-size: 18px;
    color: #000;
    font-family: 'AvenirNextLTW01-Regular';
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 45px;
}
	a.episode-description:hover {
		    background: #3D3D3D !important;
    color: #fff !important;
}
	a.episode-description {
    font-family: "AvenirNextLTW01-Medium";
    text-decoration: none;
    background: black;
    color: white;
    border-radius: 8px;
    padding: 14px 22px;
    font-size: 16px;
    font-weight: 700;
}
	.episode-description p {
    font-size: 18px;
    color: #000;
    font-family: 'AvenirNextLTW01-Regular';
    font-weight: 400;
    line-height: 30px;
}
	p.episode-author span {
    font-family: 'Avenir Next LT W01 Demi';
}
	p.episode-title {
    font-size: 32px;
    line-height: 38px;
    color: #222222;
    font-family: Sentinel-LightItalic;
    font-weight: 500;
    margin-bottom: 13px;
}
	p.episode-no {
    color: #717171;
    font-size: 16px;
    font-family: "AvenirNextLTW01-Regular";
    font-weight: 400;
		   margin-bottom: 10px;
}
	p.episode-author {
    font-size: 20px;
    color: black;
    font-family: "AvenirNextLTW01-Regular";
		margin-bottom: 10px;
}
	h2.latest-episode-title {
    font-size: 24px;
    line-height: 50px;
    margin: 0 0 15px;
    font-family: 'Avenir Next LT W01 Demi';
    color: #222222;
}
.latest-episode-text {
    position: relative;
/*     top: 43px; */
}
	
	.latest-episode-img {
    padding-right: 70px;
}
	.latest-episode-text {
    max-width: 640px;
    width: 100%;
}
	.latest-episode-inner {
    background-position: bottom;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: flex-start;
    padding: 0px 0px 90px;
    max-width: 1200px;
    margin: 0 auto;
}
.community-fold-home {
    background: #FFF5F7;
    padding: 90px 0;
}
	img.community-fold-image{width:100%;max-width:600px;}
	.community-fold {
       display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0px;
    background: transparent;
    max-width: 1200px;
    margin: 0 auto;
}
a.community-fold-link {
	display: inline-table;
    font-family: "AvenirNextLTW01-Medium";
    text-decoration: none;
    background: black;
    color: white;
    border-radius: 8px;
    padding: 13px 22px;
    font-size: 16px;
    font-weight: 700;
	width:fit-content;
/* 	max-width:270px; */
		display:table;
}
	a.community-fold-link:hover {
   background: #3D3D3D !important;
    color: #fff !important;
}
	.community-fold-header {
    font-size: 32px;
    line-height: 38px;
    color: #222222;
    font-family: Sentinel-LightItalic;
    font-weight: 500;
    margin-bottom: 13px;
    max-width: 460px;
    margin-bottom: 25px;
}
	.community-fold-content {
    display: grid;
    place-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
		    position: relative;
    left: -10%;
}
.banner h1 {
	word-spacing: 3px;
    font-size: 40px;
    line-height: 48px;
    color: #222222;
    font-family: Sentinel-LightItalic;
    font-weight: 500;
    margin-bottom: 13px;
}
.hero-banner {
   
    max-width: 1200px;
    margin: 0 auto;
}
.hero-banner-main {
    background: #FFF9EB;
}
.banner h1 span {
    font-weight: 700;
    font-family: 'Avenir Next LT W01 Bold';
}
p.sub-text {
    font-family: 'AvenirNextLTW01-Medium';
    color: black;
    font-size: 23px;
    line-height: 27px;
   
    margin-top: 20px;
}
p.sub-text span {
   border: 3px solid #FFCC66;
    border-radius: 24%;
    line-height: 0;
    margin-right: 10px;
    font-size: 17px;
    position: relative;
    top: -3px;
}