@font-face {
	font-family: 'et-line';
	src:url('../fonts/et-line.eot');
	src:url('../fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('../fonts/et-line.woff') format('woff'),
		url('../fonts/et-line.ttf') format('truetype'),
		url('../fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-bold';
	src:url('../fonts/montserrat/Montserrat-Bold.ttf');
}
@font-face {
	font-family: 'Montserrat-regular';
	src:url('../fonts/montserrat/Montserrat-Regular.ttf');
}
html, body{
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
header{
    border-bottom: 1px solid #F2F2F2;
}
.header-inner{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
}
.header-inner .logo{
    width: 30%;
    height: auto;
}
.header-inner .logo img{
    width: 150px;
}
.header-inner .navigation{
    width: 70%;
    height: auto;
    padding: 0 10px;
}
.mobile-menu-container{
	width: 100%;
	padding: 5px 0;
	display: none;
}
.hamburger-container{
	width: 40px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}
.hamburger-container span{
	width: 100%;
	height:4px;
	background: #9B6AAE;
	border-radius: 50px;
	display: block;
}
.hamburger-container span:nth-child(2){
	width: 80%;
}
.menu ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.menu ul .menu-item{
    line-height: 65px;
}
.menu ul .menu-item a{
    text-decoration: none;
    font-family: 'Montserrat-regular';
    color: #5E2176;
}
.menu ul .menu-item:last-child a{
    padding: 10px 25px;
    background: #5E2176;
    color: #FFF;
    border-radius: 225px;
}
.menu ul .menu-item:last-child a:hover{
    background: #9B6AAE;
}
section{
    width: 100%;
    padding: 50px 0;
}
.hero{
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    margin: auto;
}
.hero-image-container{
    width: 60%;
    background-image: url('../images/nimi-1024x636.jpg');
    background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
    border-radius: 0 50px 0 50px;
}
.hero-txt-container{
    width: 40%;
    height: 550px;
    padding: 20px;
    display:flex;
    flex-direction:column;
    justify-content: center;
}
.hero-txt-container .hero-title{
    width: 100%;
    color: #5E2176;
    font-family: 'Montserrat-bold';
    font-size: 30px;
    margin-bottom:15px;
}
.hero-txt-container .hero-subtitle{
    width: 100%;
    color: #000;
    font-family: 'Montserrat-regular';
    font-size: 20px;
    line-height: 30px;
}
.hero-image-inset{
    width: 150px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0px;
    border-radius: 20px 0 0 0;
    background: #FFF;
}
.hero-image-inset img{
    width: 100%;
}

section.gallery-container{
    display: flex;
    flex-direction: row;
    padding: 50px 10px;
    max-width: 1200px;
    margin: auto;
}

.home-gallery-slide-container{   
    width: 70%;
    max-width: 1200px;
}
.home-gallery-description-container{
    width: 30%;
    background: #5E2176;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction:column;
    justify-content: center;
    position:relative;
}
.home-gallery-description-container .button-container{
    width: 30%;
    height: 50px;
    position: absolute;
    bottom: 20px;
    left: 20px;

}
.sr-only{
    display: none;
}
.h-g-title{
    width: 100%;
    font-family: 'Montserrat-bold';
    font-size: 36px;
    color: #FFF;
}
.h-g-note{
    width: 100%;
    font-family: 'Montserrat-regular';
    font-size: 20px;
    color: #FFF;
    line-height: 25px;
    margin: 25px 0;
    letter-spacing: 1px;
}
.h-g-button{
    width: 100%;
    background: #FFF;
    display: block;
    line-height: 40px;
    border-radius: 225px;
    text-align: center;;
}
.h-g-button a{
    text-decoration: none;
    color: #000;
    font-family: 'Montserrat-regular';
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    width: 50px !important;
    height: 50px !important;
    padding: 10px !important;
}

.carousel-control-prev-icon::after{
    content: "<";
}
.carousel-control-next-icon::after{
    content: ">";
}
.section-title{
    width: 100%;
    font-family: "Montserrat-bold";
    font-size: 40px;
    color: #5E2176;
    text-align: center;
}
.category-title{
    width: 100%;
    font-family: "Montserrat-bold";
    font-size: 40px;
    color: #5E2176;
    text-align: left;
}
.page-title{
    width: 100%;
    font-family: "Montserrat-bold";
    font-size: 40px;
    color: #5E2176;
}
.podcast-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.podcast-item{
    width: 50%;
    padding: 10px;
    margin-bottom: 20px;
}
.podcast-item-container{
    width: 100%;
    padding: 10px 10px 40px 10px;
    border: 1px solid #F2F2F2;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 5px;
}
.podcast-image{
    width: 100%;
    height: 200px;
    background: #333;
    display:none;
}
.podcast-category{
    width: 100%;
    line-height: 30px;
    font-family: 'Montserrat-regular';
    font-size: 14px;
    letter-spacing: 1px;
    color: #5E2176;
}
.podcast-title{
    width: 100%;
    line-height: 30px;
    font-family: 'Montserrat-regular';
    font-size: 18px;
}
.podcast-item-container:hover .read-more-button{
    transition: .6s;
    left: 40px;
}
.video-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.video-item{
    width: 50%;
    padding: 10px;
    margin-bottom: 20px;
}
.video-item-container{
    width: 100%;
    padding: 10px 10px 40px 10px;
    border: 1px solid #F2F2F2;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 5px;
}
.video-image{
    width: 100%;
    height: 200px;
    background: #333;
}
.video-category{
    width: 100%;
    line-height: 30px;
    font-family: 'Montserrat-regular';
    font-size: 14px;
    letter-spacing: 1px;
    color: #5E2176;
}
.video-title{
    width: 100%;
    line-height: 30px;
    font-family: 'Montserrat-bold';
    font-size: 24px;
}
.video-item-container:hover .read-more-button{
    transition: .6s;
    left: 40px;
}
.article-container{
    width: 95%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.category-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.category-item{
    width: 50%;
    padding: 10px 10px 40px 10px;
}
.article-item{
    width: 33.3%;
    padding: 10px 10px 40px 10px;
}
.article-item-container{
    width: 100%;
    padding: 10px 10px 60px 10px;
    border: 1px solid #F2F2F2;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 5px;
}
.article-image{
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 10px;
}
.article-image img{
    width: 100%;
    heigth: 100%;
    object-fit: cover;
}
.article-category{
    width: 100%;
    line-height: 30px;
    font-family: 'Montserrat-regular';
    font-size: 14px;
    letter-spacing: 1px;
    color: #5E2176;
}
.single-article-title{
    width: 100%;
    line-height: 34px;
    font-family: 'Montserrat-regular';
    font-size: 32px;
}
.single-article-category{
    width: 100%;
    line-height: 30px;
    font-family: 'Montserrat-regular';
    font-size: 16px;
    letter-spacing: 1px;
    color: #5E2176;
    text-transform: uppercase;
    margin-bottom:10px;
}
.single-article-date{
    width: 100%;
    font-family: 'Montserrat-regular';
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom:30px;
}
.single-article-image{
    width: 100%;
    height: 500px;
}
.single-article-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.post-content{
    line-height: 30px;
    text-align: left;
    margin-top: 30px;
}
.post-content b, .post-content a{
    color: #5E2176;
}
.article-title{
    width: 100%;
    min-height: 45px;
    overflow: auto;
    line-height: 20px;
    font-family: 'Montserrat-regular';
    font-size: 18px;
}
.read-more-button{
    transition: .6s;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    left: 20px;
    background: #5E2176;
    border-radius: 50%;
}
.read-more-button a{
    display: block;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #FFF;
}
.read-more-button a i{
    margin-top: 17px;
}
.article-item-container:hover .read-more-button{
    transition: .6s;
    left: 40px;
}
.related-article-container{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.related-article-item{
    width: 50%;
    padding: 5px;
}
section.newsletter-section{
    background: #5E2176;
}
.section-inner.newsletter{
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.section-title.light{
    color: #FFFFFF;
}
.section-title.left{
    text-align: left;
}
.section-subtitle{
    font-family: 'Montserrat-regular';
    font-size: 26px;
    color:#FFFFFF;
    text-align: center;
    margin: 40px 0;
}
.mc4wp-form-fields{
    width: 600px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: auto;
}
.mc-txt{
    width: calc(100% - 150px);
    border: 0;
    border-radius: 225px 0 0 225px;
    padding: 0 0 0 20px;
}
.mc-submit{
    width: 150px;
    line-height: 50px;
    border: 0;
    background:#9B6AAE;
    border-radius: 0 225px 225px 0;
    color: #FFF;
}
.mc4wp-response{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.page-inner{
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    margin: auto;
}
.main-content{
    width: 65%;
    padding: 0  20px 0 0;
}
.sidebar{
    width: 35%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.side-pockets{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.side-pockets .title{
    font-family: 'Montserrat-regular';
    font-size: 24px;
    color: #5E2176;
}
.side-pockets .pocket-image{
    width: 100%;
    height: auto;
}
.side-pockets .pocket-image img{
    width: 100%;
    height: auto;
}
footer{
    width: 100%;
    padding: 50px 0 0 0;
}
.footer-inner{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
}
.footer-logo{
    width: 300px;
}
.footer-logo img{
    width: 150px;
    height: auto;
}
.footer-socials{
    width: calc(100% - 200px);
}
.footer-title{
    width: 100%;
    line-height: 30px;
    font-family: 'Montserrat-bold';
    font-size: 26px;
    color: #5E2176;
    text-align: right;
}
.footer-socials-container{
    padding:10px;
    width:auto;
    display: flex;
    flex-direction: row-reverse;
}
.footer-socials-item{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #5E2176;
    margin-right: 10px;
}
.footer-socials-item:first-child{
    margin-right: 0;
}
.footer-socials-item a{
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}
.footer-socials-item a i{
     margin-top:10px;
}
.copyright{
    width: 90%;
    margin: 30px auto 0 auto;
    line-height: 60px;
    border-top: 1px solid #F2F2F2;
    text-align: center;
    font-size: 12px;
}
.img-fluid{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	border-radius: 50px !important;
}
.home-gallery-slide-container .my-3{
	margin: 0 !important;
}
/*.carousel-item{
	width: 25% !important;
}*/
.gallery-item{
	width: 100% !important;
}

.home-gallery-slide-container .row{
	--bs-gutter-x: 0 !important;
	--bs-gutter-y: 0 !important;
}

.home-gallery-slide-container .container.my-3{
	--bs-gutter-x: 0 !important;
}
.wp-block-categories{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.wp-block-categories li{
    line-height: 50px;
    border-bottom: 1px solid #H2H2H2;
    position: relative;
    padding-left: 10px;
    background: #5E2176;
    margin-bottom: 2px;
    color: #FFF;
}
.wp-block-categories li:first-child{
    border-radius: 10px 10px 0 0;
}
.wp-block-categories li:last-child{
    border-radius: 0 0 10px 10px;
}
.wp-block-categories li a{
    
    text-decoration: none;
    color: #FFF;
    font-family: 'Montserrat-regular';
    position: relative;
    background: transparent;
}
.wp-block-categories li::after{
    transition: .6s;
    content: '→';
    font-size: 20px;
    color: #FFF;
    position: absolute;
    right: 10px;
    top: 0;
}
.wp-block-categories li:hover::after{
    right: 20px;
    color: #5E2176;
}

.contact-hero-image-container{
    width: 50%;
    height: 500px;
    background-image: url('../images/Screenshot_20220309-003201.png');
    background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
    border-radius: 50px;
}
.hero-form-container{
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
} 
.hero-contact-details{
    width: 100%;
    border-radius: 50px;
    background: #F2F2F2;
    padding: 50px;
    margin-bottom: 20px;
}
.form-container{
    width: 100%;
    border-radius: 50px;
    background: #5E2176;
    padding: 50px;
}
h2.contact-details-title{
    width: 100%;
    margin-bottom: 15px;

}
.contact-details-title.white{
    color: #FFFFFF;
}
.contact-details-title.purple{
    color: #5E2176;
}
.contact-details{
    width: 100%;
    font-size: 22px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.contact-details .icon{
    width: 50px;
    height: 50px;
    background: #5E2176;
    border-radius: 50%;
    text-align: center;
}
.contact-details .icon i{
    margin-top: 12px;
    color: #FFFFFF;
}
.contact-details .text{
    line-height: 50px;
    margin-left: 10px;
}
.wpcf7-text{
    width: 100%;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    outline: 0;
}
.wpcf7-textarea{
    width: 100%;
    outline: 0;
    border-radius: 4px;
}
.wpcf7-submit{
    padding: 10px 50px;
    background: #FFFFFF;
    color: #5E2176;
    border: 0;
    border-radius: 4px;
}
.wpcf7-response-output{
    color: #FFFFFF;
}
.player__artwork{
    display: none;
}
.player__main{
    padding: 15px;
}
.share-btn, .subscribe-btn{
    display: none;
}
.podcast_meta{
    margin-top:15px;
}
.podcast_meta a{
    padding: 5px 10px;
    display: inline-block;
    background: #5E2176;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    border-radius: 50px;
}
.podcast_meta span{
    color: #5E2176;
    font-size: 12px;
}
.custom-pagination{
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
}
.custom-pagination span.page-numbers{
    padding: 5px 10px;
    border-radius: 50%;
    background: #F2F2F2;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    color: #5E2176;
    margin-right: 5px;
}
.custom-pagination a.page-numbers{
    padding: 5px 10px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    background: #5E2176;
    color: #FFF;
    text-decoration: none;
    margin-right: 5px;
}
@media(max-width:900px){
	.mobile-menu-container{
		display: block;
	}
	.header-inner {
	  width: 95%;
	  margin: auto;
	  flex-direction: column;
	}
	.header-inner .logo{
		width: 30%;
		height: auto;
		margin: auto;
		text-align: center;
	}
	.header-inner .logo img{
		width: 100px;
	}
	.header-inner .navigation{
		width: 100%;
		height: auto;
		padding: 0 10px;
	}
	.menu{
		display: none;
	}
	.menu ul{
		width: 100%;
		list-style: none;
		flex-direction: column;
		justify-content: space-between;
	}
	.menu ul .menu-item{
		line-height: 35px;
	}
	.menu ul .menu-item a{
		text-decoration: none;
		font-family: 'Montserrat-regular';
		color: #5E2176;
	}
	.menu ul .menu-item:last-child a{
		width: 100%;
		padding: 10px 25px;
		background: #5E2176;
		color: #FFF;
		border-radius: 225px;
		display: block;
		text-align: center;
	}
	.menu ul .menu-item:last-child a:hover{
		background: #9B6AAE;
	}
	
	.article-container{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.article-item{
		width: 50%;
		padding: 10px;
	}
	.article-item-container{
		width: 100%;
		padding: 10px 10px 40px 10px;
		border: 1px solid #F2F2F2;
		display: flex;
		flex-direction: column;
		position: relative;
		border-radius: 5px;
	}
	.article-image{
		width: 100%;
		height: 230px;
		background: #333;
		overflow: hidden;
	}
	.article-image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page-inner{
        width: 95%;
        display: flex;
        flex-direction: column;
    }
	.main-content{
        width: 100%;
        padding: 20px 0 0 0;
    }
    .sidebar{
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 0;
    }
    .hero-form-container{
        width: 100%;
        padding: 0px;
        margin-top:20px;
    } 
    .contact-hero-image-container{
        width: 100%;
        height: 400px;
        border-radius: 20px;
    }
}

@media(max-width:750px){
	.mc4wp-form-fields{
		width: 400px;
	}
	.mc-txt{
		width: calc(100% - 100px);
		border: 0;
		border-radius: 225px 0 0 225px;
		padding: 0 0 0 15px;
	}
	.mc-submit{
		width: 100px;
		line-height: 40px;
		border: 0;
		background:#9B6AAE;
		border-radius: 0 225px 225px 0;
		color: #FFF;
	}
	.footer-inner{
		width: 95%;
		flex-direction: column;
	}
	.footer-logo{
		width: 200px;
		margin: 0 auto 10px auto;
		text-align: center;
	}
	.footer-logo img{
		width: 100px;
		height: auto;
	}
	.footer-socials{
		width: calc(100% - 200px);
		margin: auto;
	}
	.footer-title{
		line-height: 30px;
		font-size: 22px;
		text-align: center;
	}
	.footer-socials-container{
		padding:10px;
		max-width: auto;
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
	}
}
@media(max-width:700px){
	.hero{
		width: 95%;
		flex-direction: column-reverse;
		margin: auto;
	}
	.hero.contact{
		flex-direction: column;
	}
	.hero-image-container{
		width: 100%;
		height: 300px;
		position:relative;
		border-radius: 50px 50px 50px 50px;
	}
	.hero-txt-container{
		width: 100%;
		height: auto;
		flex-direction:column;
		justify-content: center;
		text-align: center;
		background: rgba(255, 255, 255, 0.5);
	}
	section.gallery-container{
		flex-direction: column;
		padding: 30px 10px;
	}
	.home-gallery-slide-container{   
		width: 100%;
		margin-bottom: 20px;
	}
	.home-gallery-description-container{
		width: 100%;
		background: #5E2176;
		padding: 20px;
		border-radius: 20px;
		justify-content: center;
		position:relative;
	}
	.category-item{
        width: 100%;
        margin-bottom:30px;
    }
    .podcast-item{
        width: 50%;
        margin-bottom: 30px;
    }
    .hero-contact-details{
        border-radius: 20px;
        padding: 20px;
    }
    .form-container{
        border-radius: 20px;
        padding: 20px;
    }
    .contact-details .icon{
        width: 40px;
        height: 40px;
        text-align: center;
    }
    .contact-details .icon i{
        margin-top: 12px;
        color: #FFFFFF;
        font-size: 14px;
    }
    .contact-details .text{
        line-height: 40px;
        margin-left: 10px;
        font-size: 14px;
    }
}
@media(max-width:500px){
	.hero-txt-container .hero-title{
		width: 100%;
		color: #5E2176;
		font-family: 'Montserrat-bold';
		font-size: 26px;
		margin-bottom:10px;
	}
	.hero-txt-container .hero-subtitle{
		width: 100%;
		font-size: 16px;
		line-height: 25px;
	}
	.hero-image-inset{
		display: none;
	}
	.article-item{
		width: 100%;
		padding: 10px;
		margin-bottom: 40px;
	}
	
	.section-title{
		font-size: 28px;
	}
	.page-title{
		font-size: 28px;
	}
	.section-subtitle{
		font-size: 20px;
		margin: 20px 0;
	}
	.mc4wp-form-fields{
		width: 300px;
	}
	.mc-txt{
		width: calc(100% - 70px);
		border: 0;
		border-radius: 225px 0 0 225px;
		padding: 0 0 0 15px;
	}
	.mc-submit{
		width: 70px;
		line-height: 40px;
		border: 0;
		background:#9B6AAE;
		border-radius: 0 225px 225px 0;
		color: #FFF;
	}
	.footer-socials{
		width: 100%;
	}
}