/** MTV **/
@font-face {
    font-family: 'Meddon';
    font-style: normal;
    font-weight: 400;
    src: local('Meddon'), url('https://fonts.cdnfonts.com/s/15528/Meddon.woff') format('woff');
}
                
nav.mobile-menu-modules {
	z-index: 101;
}
nav.mobile-menu-modules+.mobile-menu-overlay {
	z-index: 100;
}
a {
	cursor: pointer;
}
:root {
	--mtv-nav-width: 270px;
	--mtv-card-spacing: 12px;
	--mtv-next-videos-card-width: 260px;
	color-scheme: light only;
}
@media (max-width: 767px) {
	:root {
		--mtv-card-spacing: 20px;
	}
}

.brush-container {
	position: absolute;
	top: auto;
	bottom: -1px;
	left: 0px;
	width: 100%;
}

@media (min-width: 768px) {
	body.term-sahaja-express-landing .brush-container,
	body.term-sahaja-express-collections .brush-container,
	body.post-type-archive-sevideos .brush-container,
	.brush-container.se-brush {
		bottom: -55px;
	}

	.home-teaser .brush-container:nth-of-type(2) {
		bottom: -1px !important;
	}
}

.mtv-section-hero .brush-container {
	left: -1px;
}

html[data-theme=ocean] header.main,
html[data-theme=ocean] header.main.moved {
	background-color: #a7cbd0;
}
html[data-theme=ocean] header.main>div>nav>ul>li>a,
html[data-theme=sun] header.main>div>nav>ul>li>a  {
	color: black;
}
html[data-theme=ocean] header.main>a,
html[data-theme=sun] header.main>a {
	opacity: 1;
}
html[data-theme=ocean] header.main:not(.open) svg g,
html[data-theme=ocean] header.main.moved:not(.open) svg g {
	fill: #a7cbd0;
}

html[data-theme=sun] header.main,
html[data-theme=sun] header.main.moved {
	background-color: #FEDCA5;
}

html[data-theme=sun] header.main:not(.open) svg g,
html[data-theme=sun] header.main.moved:not(.open) svg g {
	fill: #FEDCA5;
}

body.term-mooji-tv header.main:not(.moved):not(.open)>div>nav>ul>li>a {
	color: #3B6064;
}

p.align-right {
	text-align: right;
}
body.term-mooji-tv header.main:not(.moved):not(.open),
body.term-sahaja-express-landing header.main:not(.moved):not(.open), 
body.single-events.info-page.dv3 header.main:not(.moved):not(.open) {
	background-color: transparent !important;
}

html[data-theme=ocean] body.term-mooji-tv div[header-dctv],
html[data-theme=fire] body.term-sahaja-express-landing div[header-dctv],
html[data-theme=sun] body.term-sahaja-express-landing div[header-dctv] {
	margin-top: 0px;
}
body.single-events:not(.password-form) div[header-dctv] {
	margin-top: 0px;
}
body.term-mooji-tv header.main:not(.moved):not(.open) svg,
body.term-sahaja-express-landing header.main:not(.moved):not(.open) svg,
body.single-events.info-page.dv3 header.main:not(.moved):not(.open) svg {
	display: none;
}
section.lang-select-module {
	right: 40px;
}

html[data-theme=ocean] .brush-button svg g,
html[data-theme=sun] .brush-button svg g,
html[data-theme=fire] .brush-button svg g,
html[data-theme=mist] .brush-button svg g {
	fill: #BE8274;
}

html[data-theme=ocean] a.btn,
html[data-theme=sun] a.btn,
html[data-theme=fire] a.btn, 
html[data-theme=mist] a.btn{
	background: #BE8274;
}

a.btn.nobg {
	background: none !important;
}

a.btn.menu_btn {
	padding: 3px 15px;
	font-size: 18px;
	font-weight: 500;
	margin-left: 25px;
}
a.btn.menu_btn:after {
	display: none;
}
html[data-theme=mist] a.btn.menu_btn {
	background: #a7cbd0;
	color: white;
}

body.term-mooji-tv section.lang-select-module>a.white,
body.term-sahaja-express-landing section.lang-select-module>a.white {
	color: black;
}
a.login, div.account-menu-button {
	color: black !important;
	font-family: "futura-pt";
	font-size: 15px;
	font-weight: 600;
	padding: 10px 13px;
    border-radius: 17px;
	margin-left: 30px;
	cursor: pointer;
}
a.login {
	background-color: #BE8274;
}
div.account-menu-button {
	display: inline-block;
	background-color: #BE8274;
}

div.account-menu-button:hover .account-menu,div.account-menu-button .account-menu:hover  {
	display: block;
}

div.account-menu-button .account-menu {
	display: none;
	position: absolute;
	top: -42px;
	right: -20px;
	padding: 30px 0px;
	opacity: 0.85;
	width: 130px;
}

div.account-menu ul {
	list-style: none;
	background-color: white;
	border-radius: 17px;
	padding: 25px;	
}
div.account-menu ul li {
	line-height: 35px;
}

div.account-menu ul a {
	color: black;
	font-weight: 500;
	font-size: 16px;
}

div.account-menu-mobile {
	display: none !important;
}
header.main a.om {
	display: none;
}


a.social-sign-in, a.icon-label-btn {
	display: inline-block;
	width: 250px;
	height: 46px;
	font-size: 17px;
	font-weight: 400;
	font-family: 'futura-pt';
	text-decoration: none !important;
	color: rgb(66, 82, 110); 
	background-color: white !important;
	vertical-align: middle;
	border-radius: 11px;
	border: 1px solid #DED7D3;
}

a.social-sign-in span, a.icon-label-btn span {
	line-height: 46px;
	vertical-align: top;
	width: 100%;
	padding-left: 15px;
	text-align: center;
	display: inline-block;
}
a.social-sign-in.google span {
	padding-left: 10px;
}

a.social-sign-in:hover, a.icon-label-btn:hover {
	box-shadow: 0px 2px 10px 0px #DED7D3;
	border: 1px solid white;
}

a.social-sign-in.google {
	background: url('https://shop.mooji.org/wp-content/themes/shopmoojiorg/img/svg/google-logo.svg') no-repeat;
	background-size: 25px 25px;
	background-position: 10px 12px;
	margin-right: 15px;
	width: 240px;
}

a.social-sign-in.facebook {
	background: url('https://shop.mooji.org/wp-content/themes/shopmoojiorg/img/svg/facebook-logo.png') no-repeat;
	background-size: 30px 30px;
	background-position: 7px 8px;
}

a.icon-label-btn.auto-translate-btn {
	width: 230px;
	background: url('/wp-content/themes/moojiorg/img/svg/auto-translate-btn.svg') no-repeat;
	background-size: 30px 30px;
	background-position: 11px 8px;
}

p.social-sign-in-p {
	text-align: center;
	display: flex;
	margin-top: 50px;
}

p.social-sign-in-p span.or {
	color: rgb(94, 108, 132);
	display: inline-block;
	margin: 0 10px;
	line-height: 50px;
}

p.social-sign-in-or {
	text-align: center; 
	color: rgb(94, 108, 132);
	margin-bottom: 10px;
	margin-top: 18px;
	font-family: 'futura-pt';
    font-size: 17px;	
}

a.btn {
	color: #000;
    font-family: "futura-pt";
    font-size: 17px;
	font-weight: 600;
	text-decoration: none;
    padding: 10px 60px 10px 40px;
    display: inline-block;
	white-space: nowrap;
    cursor: pointer;
    letter-spacing: 0.5px;
	border-radius: 11px;
	position: relative;
}

html[data-theme=ocean] a.btn {
	background-color: #a7cbd0;
}

a.btn:after {
    content: '';
    position: absolute;
    background: transparent url(/wp-content/themes/moojiorg/img/sprite.png?v=2) no-repeat -215px -21px;
    width: 19px;
    height: 8px;
    top: 50%;
    transform: translateY(-3px);
    right: 25px;
	transition: all 0.2s ease-in-out;
}

/* classes to toggle between event states */
html.live .hide-live {
	display: none !important;
}
html.pre-live .hide-pre-live {
	display: none;
}
html.pre-live.page-lang-en .hide-pre-live-en {
	display: none;
}
html.pre-live:not(.page-lang-en) .hide-pre-live-langs {
	display: none;
}
html.live.page-lang-en .hide-live-en {
	display: none;
}
html.live:not(.page-lang-en) .hide-live-langs {
	display: none;
}

@media (-webkit-min-device-pixel-ratio: 2), not all, not all, (min-resolution: 192dpi), (min-resolution: 2dppx) {
	a.btn:after {
    	background: transparent url(/wp-content/themes/moojiorg/img/sprite@2x.png?v=2) no-repeat -215px -21px;
    	background-size: 500px 500px;
	}
}

@media (min-width: 769px) {
	a.btn:hover::after {
		right: 15px;
	}
}

@media (max-width: 1200px) {
	header.main {
		padding-top: 15px;
	}
	header.main>a {
		left: 50%;
		transform: translateX(-50%);
		right: auto;
		pointer-events: auto;
	}
	div.account-menu-mobile {
		position: absolute;
		top: 13px;
		right: 15px;
		/* transform: translateX(-50%); */
		display: flex !important;
		align-items: center;
	}
	div.account-menu-mobile a {
		text-decoration: none !important;
		display: inline-block;
	}	
	div.account-menu-mobile a.login {
		padding: 6px 10px;
		margin-left: 15px;
		font-size: 16px;
	}
	header.main a.om {
		display: inline-block;
		margin-right: 15px;
	}
	header.main a.om img {
		width: 27px;
		margin-left: 20px;
		margin-top: -3px;
		display: block;
	}
}

.mtv-hero>figure {
	min-width: 1920px;
	overflow: hidden;
	min-height: 430px;
	opacity: 0.8;
}
html.single-events.info-page.dv3 .mtv-hero>figure {
	opacity: 1;
}

@media (min-width: 768px) {
	html.single-events.info-page.dv3 .mtv-hero>figure {
		left: calc(50vw - 960px);
	}
}

html.desktop.page-lang-fr .mtv-hero>figure,
html.desktop.page-lang-ru .mtv-hero>figure,
html.desktop.page-lang-pt .mtv-hero>figure,
html.desktop.page-lang-es .mtv-hero>figure,
html.desktop.page-lang-it .mtv-hero>figure {
	/* min-height: 500px; */
}
.mtv-hero-content {
	position: absolute;
	top: 93px;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 15px;
}
body.term-sahaja-express.logged-in.se-access .mtv-hero-content {
	margin-top: 0px; 
}
body.single-events .mtv-hero-content {
	top: 83px;
}
body.single-events.info-page.dv3 .mtv-hero-content {
	top: 50px;
}

.mtv-hero-content .hero-left {
	width: 29%;
	max-width: 400px;
	padding-right: 54px;
}

html.single-events .mtv-hero-content .hero-left {
	max-width: 440px;
	padding-right: 40px;
	width: 33%;
}

html.single-events.info-page.dv3 .mtv-hero-content .hero-left {
	width: 40%;
}

div.se-page .mtv-hero-content {
	max-width: 1040px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	padding-left: 22px;
	padding-right: 22px;
}

div.se-page .mtv-hero-content .hero-left {
	width: 50%;
	max-width:600px;	
}
.mtv-section-hero .mtv-hero-content .hero-left {
	width: 60%;
	max-width: 600px;
}
body.term-sahaja-express-landing .mtv-hero-content .hero-left {
	text-align: center;
}

body.term-sahaja-express-landing .mtv-hero-content .hero-left p:first-of-type {
	margin-top: 0px;
}
body.term-sahaja-express.logged-in.se-access:not(.term-live-program) .mtv-hero-content .hero-left p:first-of-type {
	margin-top: -41px;
	color: #513c2a;
}
body.term-sahaja-express.page-template-template-sahaja-express-live-event.logged-in.se-access .mtv-hero-content .hero-left p:first-of-type {
	margin-top: 0px !important;
	color: #513c2a;
}

.mtv-hero-content .hero-right {
	width: 40%;
	max-width: 490px;
	margin: 0px 0px 0px 20px;
	align-self: center;
	position: relative;
}
.mtv-section-hero .mtv-hero-content .hero-right {
	max-width: 450px;
	margin-top: 45px;
	margin-right: 20px;
	position: relative;
}

.mtv-section-hero .mtv-hero-content.no-video .hero-right {
	display: none;
}

.hero-right div.jwplayer {
	box-shadow: 0px 7px 40px rgb(0 0 0 / 40%)
}

div.se-page .mtv-hero-content .hero-right {
	width: 50%;
}

.mtv-hero-content h1 {
	font-family: 'futura-pt';
	text-transform: uppercase;
	color: #17434B;
	letter-spacing: 1px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 11px;
}

div.se-page .mtv-hero-content h1 {
	font-size: 28px;
}

html.single-collections .mtv-hero-content h1 {
	margin-top: 5px;
}

html.term-my-library .mtv-hero-content h1 {
	font-size: 26px;
	color: black;
}

html.single-events .mtv-hero-content h1 {
	font-size: 24px;
	padding-right: 15px;
	padding-left: 15px;
}

html.single-events .hero-buttons {
	text-align: center;
}

html.single-events.info-page.dv3 .mtv-hero-content .hero-left {
	padding-left: 70px;
}

html.single-events.info-page.dv3 .mtv-hero-content h1 {
	font-size: 31.5px;
	color: white;
	letter-spacing: 0.53px;
	text-shadow: 0px 2px 4px #40333385;
	text-align: left;
	padding-left: 0px;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25)
}

html.single-events.info-page.dv3 .mtv-hero-content p.join-dates-text {
	text-align: left;
	font-family: 'futura-pt';
	font-size: 20px;
	letter-spacing: 0.7px;
	font-weight: 500;
	color: #ffec9d;
	text-shadow: 2px 14px 33px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

html.single-events.info-page.dv3 .mtv-hero-content p.registration-dates-text {
	text-align: left;
	font-family: Georgia;
	font-size: 16px;
	letter-spacing: 0.6px;
	font-weight: 400;
	color: white;	
	font-style: italic;
	text-shadow: 7px -8px 31px rgba(0, 0, 0, 1);
}

html.single-events.info-page.dv3 .mtv-hero-content .hero-buttons {
	text-align: left;
	padding-left: 12px;
}
html.single-events.info-page.dv3 .mtv-hero-content .hero-buttons a.brush-button {
	transform: translateX(-30px);
}

.mtv-band.live-audio audio::-webkit-media-controls-timeline {
    display: none;
}

.mtv-welcome-banner {
	position: relative; 
	width: calc(100% - 20px);
	max-width: 1144px;
	background-color: #F8F1E7;
	padding: 20px 30px;
	margin-top: 20px;
}
.mtv-welcome-banner .close-button {
	position: absolute;
	right: 13px;
	top: 19px; 
	display: block;
    width: 19px;
    height: 19px;
    font-size: 20px;
	font-weight: 200;
	color: #946155;
}
.mtv-welcome-banner p {
	font-family: Georgia;
	font-size: 16px;
	line-height: 21px;
	color: #946155;
	font-style: italic;
	max-width: 500px;
}
.mtv-welcome-banner p a {
	color: #946155;
	text-decoration: underline;
}
.mtv-welcome-banner span.top-frame img, .mtv-welcome-banner span.bottom-frame img {
	width: 101%;
}
.mtv-welcome-banner.mtv-skinny-banner {
	background: url('/wp-content/themes/moojiorg/img/mtv-skinny-banner.jpg?v2') no-repeat;
	background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 2), all and (min--moz-device-pixel-ratio: 2), all and (min-device-pixel-ratio: 2), all and (min-resolution: 192dpi), all and (min-resolution: 2dppx) {
	.mtv-welcome-banner.mtv-skinny-banner {
		background: url('/wp-content/themes/moojiorg/img/mtv-skinny-banner@2x.jpg?v2') no-repeat;
		background-size: 100%;
	}
}
.mtv-retreat-banner>div {
	display: flex;
	flex-direction: row;
}
.mtv-retreat-banner .close-button {
	color: #3E5052;
}
.mtv-retreat-banner h2 {
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: 500;
	color: white;
}
.mtv-retreat-banner h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 400;
	color: white;
}
.mtv-retreat-banner p {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #352418;
	font-size: 15px;
	line-height: 18px;
}
.mtv-retreat-banner a.brush-button {
	color: #352418;
}
.mtv-retreat-banner>div>div:nth-of-type(1) {
	width: 63%;
}
.mtv-retreat-banner>div>div:nth-of-type(2) {
	align-self: end;
	padding-bottom: 15px;
}
.mtv-retreat-banner.se-banner h2, .mtv-retreat-banner.se-banner h3, .mtv-retreat-banner.se-banner p, .mtv-retreat-banner.se-banner .close-button {
	color: #946155;
}

.payment-details-banner {
	background: #e29579;
	border-radius: 2px;
	padding: 18px 10px 18px 20px;
	margin-right: 25px;
	position: relative;
	border-left: 13px solid #E85C2B;
	margin-top: 20px;
}
.payment-details-banner .close-button {
	position: absolute;
	right: 5px;
	top: 0px; 
	display: block;
    width: 19px;
    height: 19px;
    font-size: 20px;
	font-weight: 200;
}
.payment-details-banner p {
	font-family: Georgia;
	font-size: 16px;
	font-style: italic;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
}

.payment-details-banner p a {
	text-decoration: underline;
	color: black;
}
.payment-details-banner.nonurgent {
	background-color: #F8F1E7;
	border-left-color: #B8B1A7;
}
.payment-details-banner.nonurgent p a {
	color: #0A7373;
}
.mtv-hero-content p {
	font-family: 'Georgia';
	font-size: 18px;
	line-height: 1.3;
}
.mtv-hero-content p:not(.has-text-align-right):not(.has-text-align-left) {
	text-align: center;
} 

div.se-page .mtv-hero-content p {
	font-size: 16px;
}

.brush-button.smaller {
	padding: 15px 48px 11px 80px;
	font-size: 15px;
}
.brush-button.smaller:after {
	transform: translateY(-2px);
}

.mtv-hero-content .brush-button {
	transform: translateX(-30px);
}

.mtv-hero-content .brush-button.nobg {
	padding-left: 50px;
}
html.single-events .mtv-hero-content .brush-button.nobg {
	padding-left: 20px;
}
html.single-events .mtv-hero-content .brush-button:not(.nobg) {
	transform: translateX(-50px);
}

.mtv-hero-content .brush-button svg g {
	fill: #BE8274;
}

.mtv-section-hero>figure {
	margin-top: 0px;
	min-width: 1690px;
	overflow: hidden;
	left: -38px;
	opacity: 0.8;
}

.mtv-section-hero>figure svg {
	left: -1px;
}

.mtv-section-hero .mtv-hero-content {
	top: 12px;
	justify-content: left;
	padding-right: 28px;
}
.mtv-section-hero .mtv-hero-content.no-video .hero-left{
	width: 100%;
	max-width: 1000px;
}
.mtv-section-hero .mtv-hero-content h1 {
	text-align: left;
}
.mtv-section-hero .mtv-hero-content p {
	font-style: normal;
	max-width: 500px;
}
div.term-chant-sahaja .mtv-section-hero .hero-left {
	width: 45%;
}
div.term-chant-sahaja .mtv-section-hero .hero-right {
	width: 55%;
}
div.term-chant-sahaja .mtv-section-hero .hero-left img.cs-logo {
	padding-left: 40px; 
	max-width: 95%;
	animation-name: cs-pulse;
	animation-delay: 0.7s;
	animation-duration: 2s;
	animation-fill-mode:forwards;	
	opacity: 0;
	display: block;
	margin: 0 auto;
}
@keyframes cs-pulse {
	0% {
	  	opacity: 0;
	}
	20% {
		opacity: 1;
	  	transform-origin: 50% 50%;
	  	transform: rotate(-15deg) scale(3);
	  	transition: all .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	}
	100% {
		opacity: 1;
	  	transform: rotate(0deg) scale(1);
	}
}
div.term-chant-sahaja img.cs-nataraj {
	position:absolute; 
	top: 0px; 
	right: 0px; 
	height: 260px;
	z-index: 0;
}

div.term-chant-sahaja .mtv-content>.mtv-band:nth-of-type(6)::after {
	content: ' ';
    background: url(/wp-content/themes/moojiorg/img/svg/cs-ganesha.svg) no-repeat;
    position: absolute;
    right: -30px;
    top: 0%;
    width: calc(38vw);
	max-width: 280px;
    height: 110%;
	z-index: -1;
}
div.term-chant-sahaja .mtv-content>.mtv-band:nth-of-type(4)::after {
	content: ' ';
    background: url(/wp-content/themes/moojiorg/img/svg/cs-shiva.svg) no-repeat;
    position: absolute;
    right: -30px;
    top: 0%;
    width: calc(38vw);
	max-width: 280px;
    height: 110%;
	z-index: -1;
}
div.term-chant-sahaja .mtv-content>.mtv-band:nth-of-type(8)::after {
	content: ' ';
    background: url(/wp-content/themes/moojiorg/img/svg/cs-musician.svg) no-repeat;
    position: absolute;
    right: -30px;
    top: 50px;
    width: calc(38vw);
	max-width: 280px;
    height: 110%;
	z-index: -1;
}

div.term-chant-sahaja .mtv-section-hero .hero-left img.cs-logo-subtitle {
	width: 120%;
	margin-left: -10%;
}
div.term-chant-sahaja .mtv-section-hero .mtv-hero-content p:not(.btns) {
	font-family: 'futura-pt';
	text-transform: uppercase;
	color: #8A1F02;
	letter-spacing: 0.5px;
	font-weight: 500;
}

#teaser-carousel .splide__arrow--prev {
	left: -30px;
}
#teaser-carousel .splide__arrow--next {
	right: 0em;
}

.home-teaser {
	position: relative;
}
.home-teaser .mtv-hero-content {
	top: 20px;
	align-items: baseline;
	min-height: 80%;
	justify-content: flex-start;
}
body.term-sahaja-express-landing .home-teaser .mtv-hero-content {
	top: 35px;
}

.home-teaser .hero-left {
	padding: 0px 80px;
	width: 410px;
}
.home-teaser .hero-right>p {
	font-size: 14px;
	font-family: 'futura-pt';
	font-weight: 400;
	margin-top: 6px;
}
.home-teaser .hero-left>p span {
	font-size: 80%;
}
.home-teaser .hero-right {
	width: calc(100% - 350px) !important;
	max-width: 400px;
	padding-right: 20px;
}
.home-teaser .brush-container:nth-of-type(1) {
	top: -1px;
	bottom: auto;
	transform: scaleX(-1) scaleY(-1);
}
.home-teaser figure {
	min-width: 1500px;
}
.contemplation-teaser .hero-left h3 {
	text-transform: uppercase;
	font-family: 'futura-pt';
	font-size: 20px;
	font-weight: 500;


}
.contemplation-teaser figure {
	min-width: 1200px;
}
.home-teaser .cs-logo {
	width: 100%;
	padding-left: 40px;
	margin-top: 20px;
}
.home-teaser .cs-logo-subtitle {
	width: 130%;
	max-width: 350px;
	margin-left: -10%;
	margin-top: -10px
}
.home-teaser a.brush-button {
	font-size: 14px;
}
.home-teaser.cs-teaser a.brush-button {
	transform: translateX(-50px);
}
.mukti-teaser .cs-logo {
	padding-left: 0px !important;
}

.daily-contemplation-title {
	font-family: 'Meddon', sans-serif; 
	font-size: 25px; 
	display: block; 
	margin-top: 20px;
	opacity: 0.75;
}

body.daily-contemplation .daily-contemplation-title {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: -15px;
}

.contemplation-teaser .home-teaser-figure-container>figure {
	background-color: #F7F1EC;
	min-height: 355px;
}
.live-program-teaser .home-teaser-figure-container>figure {
	background: linear-gradient(90deg, #FCF9F7, #D1E2F3) !important;
}

.contemplation-teaser:not(.live-program-teaser) .home-teaser-figure-container>figure::before {
	background: url('/wp-content/themes/moojiorg/img/daily-contemplation-mandala.png') no-repeat;
	background-position: top right;
	width: 100%;
	height: 100%;
	content: ' ';
	display: block;
	position: absolute;
}
.contemplation-teaser .mtv-hero-content .hero-left {
	max-width: 500px;
	width: auto !important
}

.live-program-teaser .mtv-hero-content .hero-left p {
	margin: 0px 0px 25px 0px !important; 
	color: black !important;
}

@media(min-width: 768px) {
	.mukti-teaser .cs-logo {
		width:130%; margin-left: -15%; padding-left: 0px;
	}	
}

@media(max-width: 767px) {
	.live-program-teaser .mtv-hero-content .hero-left p {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}	
}

.wp-block-image.aligncenter {
	margin-left: auto;
	margin-right: auto;
}


body.daily-contemplation .mtv-container {
	margin-top: 0px !important;
	padding-top: 25px;
	background: url('/wp-content/themes/moojiorg/img/daily-contemplation-mandala.png') no-repeat;
	background-position: top right;
	background-color: #F7F1EC;
	padding-bottom: 70px;
}
body.daily-contemplation .video-description {
	position: relative;
}
body.daily-contemplation .video-description::before {
	content: ' ';
	position: absolute;
	top: -23px;
	left: -41px;
    width: 30px;
    height: 100%;
	background: url('/wp-content/themes/moojiorg/img/svg/daily-contemplation-frame.svg');
	background-repeat: repeat-y;
}
body.daily-contemplation .left-nav {
	min-height: calc(100vh - 100px);
}
body.daily-contemplation .next-videos-container {
	display: none;
}
body.daily-contemplation .left-nav {
	background-color: white;
	margin-top: 0px !important;
	padding-top: 45px;
	padding-right: 20px;
	top: 105px;
}
@media (max-width: 1200px) {
	body.daily-contemplation .left-nav {
		top: 50px;
	}
}
body.daily-contemplation .video-description h1 img {
	width: 210px;
	display: block;
}
body.daily-contemplation footer.main {
	margin-top: 0px;
}
body.daily-contemplation .sangha-pick-card {
	background-color: transparent !important;
}
body.daily-contemplation .sangha-pick-card a {
	padding: 20px 0px;
	background-color: transparent !important;
}
body.daily-contemplation .sangha-pick-card a figure {
	box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
}

body.daily-contemplation .sangha-pick-card .se-video-brush-label {
	display: none;
}

body.daily-contemplation .sangha-pick-card .sangha-pick-text p {
	font-size: 16px !important;
	margin-top: 15px !important;
}

body.daily-contemplation .contemplation-info {
	display: flex;
}

body.daily-contemplation .contemplation-info>span {
	width: 50px;
	display: block;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
}

body.daily-contemplation .contemplation-info p {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 500px;
	padding-right: 30px;
	font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	body.daily-contemplation .video-description {
		width: calc(100vw - var(--mtv-nav-width) - 50px);
	}	
}

@media (min-width: 768px) {
	body.daily-contemplation .video-description {
		padding-left: 15px;
	}
}

.mtv-section-hero .mtv-hero-content p:not(.has-text-align-right):not(.has-text-align-center) {
	text-align: left;
}
.mtv-section-hero .mtv-hero-content.no-video p {
	max-width: 800px;
}

.se-page .mtv-hero-content h1, .se-page .mtv-hero-content p {
	text-align: left;
}
.se-page .mtv-hero-content p {
	font-style: italic;
}
.breadcrumb {
	font-family: 'futura-pt';
	font-size: 15px;
	color: black;
	margin-top: 19px;
}
.breadcrumb a {
	color: black;
}
.breadcrumb-separator {
	display: inline-block;
	margin: 0 15px;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid black;	
}

input[type=text], input[type=email], input[type=password], input[type=search] {
	-webkit-appearance: none;
	background-color: #F8F7F6;
    height: 46px;
    border: 1px solid transparent;
    font-family: "futura-pt";
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 8px;
	color: #696969;
	padding-left: 10px;
	font-style: italic;
	letter-spacing: 0.5px;
}

input[type=search] {
	border: none;
	box-shadow: inset -1px 1px 3px 0px rgba(0,0,0,0.1);
	height: 40px;
	padding: 5px 5px 3px 48px;
	background-color: #F8F7F6;
	display: inline-block;
	color: #9A9998;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: 300;
	border-radius: 16px;
	border-bottom-left-radius: 0px;
}
input[type=email]::placeholder, input[type=email]::-webkit-input-placeholder,
input[type=text]::placeholder, input[type=text]::-webkit-input-placeholder,
input[type=password]::placeholder, input[type=password]::-webkit-input-placeholder {
	font-weight: 300;
}

input[type=search]::placeholder, input[type=search]::-webkit-input-placeholder { 
	color: #9A9998;
	opacity: 1; /* Firefox */
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: 300;
}

span.search-box {
	position: relative;
}
span.search-box i {
	position: absolute;
	top: 11px;
	left: 17px;
	color: #ADACAB;
	font-size: 18px;
	z-index: 1;
}
.left-nav span.search-box i {
	top: 1px;
}

.left-nav form {
	max-width: calc(var(--mtv-nav-width) - 70px);
}
body.post-type-archive-videos .left-nav form,
body.post-type-archive-sevideos .left-nav form,
body.post-type-archive-rtvideos .left-nav form {
	display: none;
}

p.modal-subtitle {
	text-align: center;
    font-family: 'Georgia';
    font-size: 17px;
	font-style: italic;
	color: #8D8D8D;
	margin-bottom: 5px;
	margin-top: 10px;
	letter-spacing: 0.4px;
}

p.pp-info {
	font-family: 'Georgia';
    font-size: 15px;
	font-style: italic;
	color: #8D8D8D;
	padding-left: 10px;
	margin-top: 0px;
}

.login-modal .modal-content {
	width: 550px;
	padding: 10px 70px 10px 70px;
}

.login-modal .back-button {
	position: absolute;
	left: 30px;
	top: 25px; 
	display: block;
	font-family: 'futura-pt';
    font-style: italic;
    opacity: 0.5;	
}

.login-modal:not(.subscribe-flow) .back-button {
	display:none;
}

.login-modal h3, .concert-pricing-modal h3 {
	text-transform: uppercase;
	font-weight: 500;
    letter-spacing: 1px;
    font-size: 22px;
	margin-top: 0px;
	text-align: center;	
	margin-bottom: 10px;
}
.login-modal input {
	margin-bottom: 10px;
}
.login-modal .brush-button {
	margin-left: 140px;
}
.login-modal .brush-button svg g {
	fill: #89AF9D;
}
.login-modal a.btn {
	background-color: #BE8274 !important;
}
.login-modal:not(.subscribe-flow) .login-info {
	display: none;
}
.login-modal .login-info, .login-modal .login-help, .concert-pricing-modal p.info {
    font-family: 'Georgia';
    font-size: 17px;
	font-style: italic;
	color: #8D8D8D;
	text-align: center;
	margin-top: 10px;
}
p.errors {
	color: #D85C2B;
}
.login-modal .login-actions {
	margin-top: 30px;
}
.login-modal .login-actions a {
	cursor: pointer;
	display: block;
	margin: 10px 0px;
	font-style: italic;
    padding-left: 10px;
	line-height: 1;	
}
p.btns {
	text-align: center;
	margin-top: 20px;
}
.register-modal input[name=rPass], .register-modal input[name=rPass2] {
	width: 48%;
	display: inline-block;
}
.register-modal input[name=rPass] {
	margin-right: 3%;
}
.register-modal input[type=password] {
	margin-bottom: 0px;
}
.pwd-strength {
	display: inline-block;
	width: 100%;
	text-align: right;
	font-family: 'futura-pt';
	font-size: 15px;
	font-style: italic;
}
.pwd-strength.bad, .pwd-strength.mismatch {
	color: #e2401c;
}
.pwd-strength.good {
	color: #3d9cd2;
}
.pwd-strength.strong {
	color: #0f834d;
}
.pwd-strength::after {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
	margin-left: 0.5407911001em;
}
.pwd-strength.bad::after, .pwd-strength.mismatch::after {
	content: "\f119";
}
.pwd-strength.good::after {
	content: "\f11a";
}
.pwd-strength.strong::after {
	content: "\f118";
}

.invisible {
	display: none !important;
}

.checkout-subscription-info {
	margin-top: 10px !important;
	padding-left: 40px;
}
.checkout-subscription-info>.section-container {
	display: flex;
}
.subscription-info {
	display: flex;
	align-items: center;
	margin-right: 30px;
	border-radius: 11px;
	border: 1px solid #EEE7E3;
	padding: 0px 30px 0px 10px;
	cursor: pointer;
}
.subscription-info.selected {
	box-shadow: 0px 2px 10px 0px #DED7D3;
	border: 1px solid white;
}
.plan-info {
	cursor: pointer;
}
.subscription-info p {
	line-height: 20px !important;
	padding-left: 20px !important;
}
.subscription-info p.plan-title {
	font-family: 'futura-pt';
	font-size: 18px !important;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 5px;
}
.subscription-info p.plan-subtitle {
	font-family: 'Georgia';
    font-size: 14px !important;
    font-style: italic;
    color: #8D8D8D;
	margin-top: 0px;
	margin-bottom: 5px;
}
.subscription-info:nth-child(1) p.plan-title {
	color: #BE8274;
}
.subscription-info:nth-child(2) p.plan-title {
	color: #F0B961;
}

.subscription-info .plan-circle {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #d1d3d1;
}

.subscription-info.monthly.selected .plan-circle {
	background-color: #BE8274;
}
.subscription-info.yearly.selected .plan-circle {
	background-color: #F0B961;
}
.subscription-info.monthly .price {
	color: #BE8274;
	font-size: 18px;
}
.subscription-info.yearly .price {
	color: #F0B961;
	font-size: 18px;
}

.se-pricing-modal .modal-content {
	width: 580px;
	max-width: none;
}
.se-pricing-modal .modal-content:not([data-lang=EN]) {
	display: none;
	width: 620px;
}

.se-pricing-modal h3 {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.se-pricing-modal .pricing-cards {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}
.se-pricing-modal .pricing-card {
	width: 42%;
	align-self: center;
	text-align: center;
	min-width: 220px;
	border-radius: 20px;
	border: 1px solid #DED7D3;
	box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 10%);
}

.pricing-card figure {
	margin-top: 20px;
	display: block;
}
.pricing-card figure img {
	width: 40px;
}

.se-pricing-modal .pricing-card.monthly {
	margin-right: 20px;
}
.se-pricing-modal .modal-content:not([data-lang=EN]) .pricing-card.monthly {
	margin: 0 auto;
}
.se-pricing-modal .pricing-card p.plan-btn {
	margin-bottom: 20px;
	margin-top: 30px;
}
.se-pricing-modal .pricing-card.monthly a.btn {
	background-color: #BE8274;
	display: inline;
}
.se-pricing-modal .pricing-card.yearly a.btn {
	background-color: #F0B961;
	display: inline;
}

.se-pricing-modal p.concessions {
	margin: 0 auto;
	max-width: 375px;
	text-align: center;
}

.se-pricing-modal .globe-icon {
	width: 30px;
	position: absolute;
	left: 19px;
	top: 0px;
}

.pricing-card p {
	font-family: 'futura-pt';
	font-size: 17px;
}
.pricing-card p.plan-title {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 0px;
}
.pricing-card p.plan-price {
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pricing-card p.plan-price .currency {
	font-size: 26px;
}
.pricing-card p.plan-info, .pricing-card p.plan-note {
	font-family: 'Georgia';
	font-size: 14px;
	font-style: italic;
	color: #8D8D8D;
	margin-top: 0px;
	line-height: 1.4;
}
.pricing-card p.plan-note {
	font-family:'futura-pt'; 
	font-size: 15px;
}

.pricing-card.monthly p.plan-price {
	color: #BE8274;
}
.pricing-card.yearly p.plan-price {
	color: #F0B961;
}

.modal-content .se-translations-pricing {
	padding: 0px 20px;
}

.se-translations-pricing>div {
	display: flex;
	align-items: center;
}

.se-translations-pricing>p, .se-translations-pricing>div p {
	font-family: 'Georgia';
	font-size: 15px !important;
	margin-bottom: 10px;
    margin-top: 10px;
	line-height: 1.3;
}

.se-translations-pricing .se-icon-library {
    min-width: 38px;
    height: 45px;
    background: url(/wp-content/themes/moojiorg/img/icons/mtv-icons-translations.png) no-repeat -93px 0px;
    background-size: 130px;
	margin-right: 15px;
}
.se-translations-pricing .se-icon-translated {
    min-width: 38px;
    height: 45px;
    background: url(/wp-content/themes/moojiorg/img/icons/mtv-icons-translations.png) no-repeat -46px 0px;
    background-size: 130px;
	margin-right: 15px;
}
.se-translations-pricing .se-icon-contemplation {
    min-width: 38px;
    height: 45px;
    background: url(/wp-content/themes/moojiorg/img/icons/mtv-icons-translations.png) no-repeat 2px 0px;
    background-size: 130px;
	margin-right: 15px;
}

.se-translations-pricing .plan-btns {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.se-translations-pricing .plan-btns a.btn {
	padding-left: 15px;
}
.modal-content .se-translations-pricing .plan-btns a.btn {
	padding-left: 20px;
}
.se-translations-pricing .plan-btns>div {
	display: flex;
	flex-direction: column;
}
.se-translations-pricing .plan-btns p.plan-note {
	font-family: 'futura-pt';
	font-size: 15px;
	font-style: italic;
	color: #8D8D8D;
	line-height: 1.4;
	margin-top: 5px;
	padding-left: 15px;
}

p.translations-disclaimer {
	font-family: 'futura-pt';
	font-size: 15px; 
	margin-top: 0px;
	border: 1px solid #F9EFE8;
	padding: 20px;
	border-radius: 20px;
	text-align: left;
}

.modal-content p.translations-disclaimer {
	margin: 0 20px;
}

.downloads-modal h3 {
	text-transform: uppercase;
	font-weight: 500;
    letter-spacing: 1px;
    font-size: 22px;	
}

.mtv-naved-container {
	margin-top: 0px !important;
	min-height: 450px;
}
body.term-sahaja-express-landing .mtv-naved-container {
	margin-top: 10px !important;
}

.left-nav {
	position: sticky;
	top: 127px;
	float: left; 
	padding-left: 20px;
	font-family: 'futura-pt';
	padding-top: 10px;
}

.left-nav form {
	margin-bottom: 20px;
	position: relative;
}
.left-nav form button {
	position: absolute;
    font-size: 0;
    display: block;
    width: 19px;
    height: 8px;
    background: transparent url(/wp-content/themes/moojiorg/img/sprite.png?v=2) no-repeat -215px -21px;
    top: 45%;
    right: 15px;
    cursor: pointer;
    transform: translateY(-1px);
}

.left-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.left-nav ul li {
	line-height: 25px;
	font-weight: 500;
	font-size: 15px;
}

.left-nav ul li.active a {
	color: #BE8274;
}
.left-nav ul li.l2.active {
	background-position-x: 10px;
}
.left-nav ul li.l3.active {
	background-position-x: 30px;
}

.left-nav ul li a {
	color: black;
}

.left-nav ul li a:hover {
	text-decoration: none;
}

.left-nav ul {
	padding-bottom: 11px;
	margin-bottom: 11px;
	border-bottom: 1px solid #EAE5E1;
	margin-left: 3px;
	padding-left: 45px;
}
.left-nav ul.om, .left-nav ul.donate {
	border-bottom: none;
	padding-bottom: 0px;
	margin-top: 30px;
	padding-left: 26px;
}

.left-nav ul.donate {
	padding-left: 20px;
	margin-top: 40px;
}

.left-nav ul.donate li {
	background: url('/wp-content/themes/moojiorg/img/donate-heart.png') no-repeat;
	height: 85px;
	background-size: contain;
	margin-left: 10px;
}
.left-nav ul.donate li a {
	color: #BE8274;
}
@media all and (-webkit-min-device-pixel-ratio: 2), all and (min--moz-device-pixel-ratio: 2), all and (min-device-pixel-ratio: 2), all and (min-resolution: 192dpi), all and (min-resolution: 2dppx) {
	.left-nav ul.donate li {
		background: url('/wp-content/themes/moojiorg/img/donate-heart@2x.png') no-repeat;
		background-size: contain;
	}	
}

.left-nav ul.donate li a {
	display: block;
	padding-top: 25px;
}

.left-nav ul.donate li a:hover {
	text-decoration: underline;
}

.left-nav ul li.l1 {
	padding-left: 0px;
}
.left-nav ul li.l2 {
	padding-left: 20px;
}
.left-nav ul li.l3 {
	font-weight: 400;
	line-height: 22px;
	padding-left: 40px;
	margin-bottom: 10px;
	min-height: 39px;
}
.left-nav ul.om li.l1, .left-nav ul.donate li.l1 {
	max-width: 150px;
	text-align: center;
}

.left-nav ul li.l2, .left-nav ul li.l3 {
	display: none;
}
.left-nav ul:nth-of-type(3) li.l2 {
	display: block;
	line-height: 18px;
}

html[data-theme=ocean] .left-nav ul:nth-of-type(1) li,
html[data-theme=sun] .left-nav ul:nth-of-type(2) li {
	display: block;
}
html.se-access .left-nav ul:nth-of-type(2) li {
	display: block;
}

.mtv-menu-mobile {
	display: none;
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 0px;
	height: 60px;
	border-top: 1px solid #ddd;
	background-color: white;
}

html[data-theme=sun] .mtv-menu-mobile {
	overflow-x: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
html[data-theme=sun] .mtv-menu-mobile::-webkit-scrollbar {
	display: none;
}

.mtv-menu-mobile ul {
	list-style: none;
	padding: 0px 3px;
	margin: 0px auto;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-evenly;
}
html[data-theme=sun].page-lang-en .mtv-menu-mobile ul {
	width: 120%;
	max-width: 420px;
}

.mtv-menu-mobile li {
	display: inline-block;
	text-align: center;
	/* width: 20.00%; */
}
@media (max-width: 360px) {
	.mtv-menu-mobile li {
		width: auto;
	}
}
.mtv-menu-mobile li a {
	font-size: 12px;
	color: black;
	font-family: 'futura-pt';
	font-weight: 500;
	display: flex;
	flex-direction: column;	
	align-items: center;
}
.mtv-menu-mobile li a:hover {
	text-decoration: none !important;
}
.mtv-menu-mobile li.active a, .mtv-menu-mobile li a:active  {
	color: #BE8274;
}
.mtv-menu-mobile li span {
	width: 40px;
	height: 31px;
	margin-bottom: 3px;
}
.mtv-menu-mobile li span.mtv-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat -200px -5px;
}
.mtv-menu-mobile li.active span.mtv-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat -200px -55px;
}
.mtv-menu-mobile li span.browse-all-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat -50px -5px;
}
.mtv-menu-mobile li.active span.browse-all-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat -50px -55px;
}
.mtv-menu-mobile li span.collections-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat -250px -5px;
}
.mtv-menu-mobile li.active span.collections-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat -250px -55px;
}
.mtv-menu-mobile li span.se-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat -100px -5px;
}
.mtv-menu-mobile li.active span.se-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat -100px -55px;
}
.mtv-menu-mobile li span.library-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat -110px 0px;
	background-size: 341px 70px;
}
.mtv-menu-mobile li.active span.library-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat -110px -39px;
	background-size: 341px 70px;
}
.mtv-menu-mobile li span.contemplation-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat 0px -2px;
}
.mtv-menu-mobile li.active span.contemplation-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat 2px -44px;
}
.mtv-menu-mobile li span.live-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat 400px -5px;
}
.mtv-menu-mobile li.active span.live-icon {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite.png?v7') no-repeat 400px -55px;
}
@media all and (-webkit-min-device-pixel-ratio: 2), all and (min--moz-device-pixel-ratio: 2), all and (min-device-pixel-ratio: 2), all and (min-resolution: 192dpi), all and (min-resolution: 2dppx) {
	.mtv-menu-mobile li span.mtv-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat -200px -5px;
		background-size: 443px 90px;
	}
	.mtv-menu-mobile li.active span.mtv-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat -200px -55px;
		background-size: 443px 90px;
	}
	.mtv-menu-mobile li span.browse-all-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat -50px -5px;
		background-size: 443px 90px;
	}
	.mtv-menu-mobile li.active span.browse-all-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat -50px -55px;
		background-size: 443px 90px;
	}
	.mtv-menu-mobile li span.collections-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat -250px -5px;
		background-size: 443px 90px;
	}
	.mtv-menu-mobile li.active span.collections-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat -250px -55px;
		background-size: 443px 90px;
	}
	.mtv-menu-mobile li span.se-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat -100px -5px;
		background-size: 443px 90px;
	}
	.mtv-menu-mobile li.active span.se-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat -100px -55px;
		background-size: 443px 90px;
	}
	.mtv-menu-mobile li span.library-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat -110px 0px;
		background-size: 341px 70px;
	}
	.mtv-menu-mobile li.active span.library-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat -110px -39px;
		background-size: 341px 70px;
	}
	.mtv-menu-mobile li span.contemplation-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat 0px -2px;
		background-size: 370px 76px;
	}
	.mtv-menu-mobile li.active span.contemplation-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat 2px -44px;
		background-size: 370px 76px;
	}
	.mtv-menu-mobile li span.live-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat -400px -5px;
		background-size: 443px 90px;
	}
	.mtv-menu-mobile li.active span.live-icon {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-mobile-icons-sprite@2x.png?v7') no-repeat -400px -55px;
		background-size: 443px 90px;
	}	
}

.mtv-container {
	padding-left: var(--mtv-nav-width);
}

@media(min-width: 769px) {
	html.term-my-library .mtv-container {
		min-height: 615px;
	}
}

.event-live-notification {
	max-width: 770px;
	margin: 0 auto;
	position: relative;
}

.event-live-notification h1, 
.event-live-notification h2, 
.event-live-notification h3,
.event-live-notification h4 {
	font-family: 'futura-pt';
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.event-live-notification p {
	font-family: 'Georgia';
	font-size: 16px;
	font-style: italic;
	margin-top: 0px;
}

.event-live-notification.theme_red {
	background-color: #F8F1E7;
	color: #946155;
	padding: 20px 20px 20px 92px;
}

.event-live-notification.theme_green {
	background-color: #E5E8E0;
	color: #6B887E;
	padding: 20px 20px 20px 92px;
}

.event-live-notification.theme_red::before {
	content: ' ';
	position: absolute;
	background: url(/wp-content/themes/moojiorg/img/live_notification_red.svg?v1) no-repeat;
    width: 65px;
    height: 40px;
    left: 20px;	
    top: 50%;
    transform: translateY(-50%);	
}

.event-live-notification.theme_green::before {
	content: ' ';
	position: absolute;
	background: url(/wp-content/themes/moojiorg/img/live_notification_green.svg?v2) no-repeat;
    width: 65px;
    height: 40px;
    left: 20px;	
    top: 50%;
    transform: translateY(-50%);	
}

body.single-videos .mtv-container, body.single-sevideos .mtv-container, body.single-rtvideos .mtv-container,
body.page-template-template-sahaja-express-live .mtv-container {
	margin-top: 25px;
}

.se-page section.home-slider-module:first-of-type {
	margin-top: 0px !important;
}

.se-page .mtv-band {
	margin-top: 0px !important;
}

.mtv-band h2 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 18px;
}
html.post-type-archive-collections .mtv-band h2 {
	margin-top: 30px;
}

.mtv-band h2 a {
	color: black;
}

.mtv-band .left>h3, .mtv-band .right>h3 {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.mtv-band p {
	font-family: 'Georgia';
	font-size: 16px;
	line-height: 1.3;
}
.mtv-band p.subtitle {
	font-style: italic;
	margin-top: -7px;
	margin-bottom: 12px;
	max-width: 800px;
}

.mtv-band {
	position: relative;
	margin-bottom: 15px;
}

.mtv-page {
	padding-right: 16px;
}
.mtv-page iframe {
	max-width: 640px;
	max-height: 360px;
}

iframe {
	max-width: 100%;
}
.event-live-player iframe {
	max-height: 276px;
	display: block;
	border: 0px;
}
.collection-live-player iframe {
	max-height: 234px;
	display: block;
	border: 0px;
	width: 100%;
}
html.page .one-column-module iframe {
	width: 100%;
	height: 411px;
}

.se-page a.brush-button svg g {
	fill: #BE8274;
}

.se-page a.btn {
	background-color: #BE8274;
}

.cards-band-container {
	position: relative;
	padding-right: 16px;
}
.cards-band {
	max-width: none !important;
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
}

.cards-band.empty {
	background-color: #F9F2F1;
	margin-right: 22px;
}
.cards-band.empty .brush-button {
	margin-left: 30px;
}
.cards-band.empty .brush-button svg g {
	fill: #BE8274;
}

.cards-band.empty p {
	font-size: 18px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
}
.cards-band.empty img {
	vertical-align: middle;
	margin: 0 20px;
}
.cards-band.teaser {
	position: relative;
}
.cards-band.teaser .teaser-overlay, .mtv-content .teaser-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.85);
	padding-top: 30px;
	text-align: center;
}
.mtv-content .teaser-overlay p {
	font-family: 'futura-pt';
	font-size: 20px;
	font-style: italic;
	margin-left: -20px;
}
.cards-band.teaser .brush-button {
	margin-left: 30px;
}
.cards-band.teaser .brush-button svg g {
	fill: #BE8274;
}

.cards-band::-webkit-scrollbar {
	display: none;
}  
/* Hide scrollbar for IE, Edge and Firefox */
.cards-band {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

button.left-arrow, button.right-arrow {
	position: absolute;
	background: url('/wp-content/themes/moojiorg/img/mtv-left-arrow@2x.png?v=3') no-repeat;
	width: 60px;
	height: 60px;
	background-size: 100%;
	opacity: 0;
	transition: opacity 0.3s linear;
	transform: translateY(-50%);
}
button.arrow.collection-arrow {
	top: 50%;
}
@media(min-width: 768px) {
	button.left-arrow:hover, button.right-arrow:hover {
		background: url('/wp-content/themes/moojiorg/img/mtv-left-arrow-active@2x.png?v=3') no-repeat;
		background-size: 100%;
	}
	button.left-arrow::after { /* prefetch hover image */
		position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
		content:url('/wp-content/themes/moojiorg/img/mtv-left-arrow-active@2x.png?v=3');
	}	
}
@media(max-width: 767px) {
	button.left-arrow, button.right-arrow {
		background: url('/wp-content/themes/moojiorg/img/mtv-left-arrow-active@2x.png?v=3') no-repeat;
		background-size: 100%;
	}
}

.arrow.visible{
	opacity: 1;
}

button.right-arrow {
	-moz-transform: translateY(-50%) scaleX(-1);
    -o-transform: translateY(-50%) scaleX(-1);
    -webkit-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";	
}

.mtv-band button.left-arrow {
	left: -30px;
	z-index: 2;
}
.mtv-band button.right-arrow {
	right: -2px;
	z-index: 2;
}

.mtv-band .see-all {
	float: right; 
	color: black;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	font-family: 'futura-pt';
	margin-top: 19px;
	margin-right: 28px;
}
.mtv-band .see-all span {
	background: transparent url("/wp-content/themes/moojiorg/img/sprite.png?v=2") no-repeat -215px -21px;
	width: 19px;
	height: 8px;
	display: inline-block;
	margin-left: 10px;
}

.cards-band .video-card, .cards-band .collection-card {
	padding-right: var(--mtv-card-spacing);
	float: left;
}
.cards-page {
	display: flex;
	flex-wrap: wrap;
	padding-right: 16px;
	position: relative;
}
div.term-sangha-picks .cards-page {
	flex-direction: column;
	padding-right: 0px;
}
.cards-page .video-card, .cards-page .collection-card {
	padding-right: var(--mtv-card-spacing);
	margin-bottom: 30px;
}
.sangha-pick-card {
	width: 100% !important;
}
.sangha-pick-card:nth-child(4n+1) a {
	background-color: #D4CCB3;
}
.sangha-pick-card:nth-child(4n+3) a {
	background-color: #F6E2C8;
}
.sangha-pick-card:nth-child(even) {
	background-color: #F8F1E7;
}
.sangha-pick-card:nth-child(even) .se-brush:nth-of-type(1) {
	top: -2px;
	bottom: auto;
}
.sangha-pick-card:nth-child(even) .se-brush:nth-of-type(2) {
	bottom: -2px;
	transform: scaleX(-1) scaleY(-1);
}
.sangha-pick-card a {
	display: flex !important;
	flex-direction: row;
	max-width: 800px;
	margin: 0px auto;
	padding: 20px;
	z-index: 1;
}
.sangha-pick-card:nth-child(even) a {
	padding: 50px 20px;
}
.sangha-pick-card a figure {
	width: 40%;
	align-self: flex-start;
	box-shadow: 0px 7px 20px rgb(0 0 0 / 40%);
}
.sangha-pick-card .sangha-pick-info {
	padding-left: 20px;
	width: 60%;
}
.sangha-pick-card .sangha-pick-info h3 {
	margin-top: 0px;
	width: 100%;
}

.cards-page-bounded {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.cards-page-bounded .video-card {
	padding-right: var(--mtv-card-spacing);
	margin-bottom: 30px;
	width: 33%;
}
.cards-page-bounded .video-card.yt figure img {
	height: calc(((730px - 22px) / 3 - var(--mtv-card-spacing)) / 1.777)
}
.cards-page .video-card.sangha-pick-card.yt figure img {
	height: 176px;
}

.full-width-text {
	max-width: 770px !important;
}

@media (min-width: 768px) and (max-width: 1100px) {
	.cards-page .video-card.sangha-pick-card.yt figure img {
		height: calc((100vw - var(--mtv-nav-width) - 40px) * 0.4 / 1.777 - 4px);
	}
}

.mtv-band.se-teaser {
	display: flex;
	align-items: center;
	padding-right: 22px;
	background: url("/wp-content/themes/moojiorg/img/mtv-free-lp-se-bg.jpg") no-repeat;
	background-size: cover;
	min-height: 420px;
	width: calc(100% + 50px);
}

html.desktop.safari .mtv-band.se-teaser {
	width: 100%;
}
html.desktop.safari .mtv-hero {
	width: calc(100vw); 
	overflow-y: hidden;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none; 
}
html.desktop.safari .mtv-hero::-webkit-scrollbar {
	display: none;
}
html.desktop.safari .mtv-section-hero>figure {
	min-width: calc(100vw - 230px);
	min-height: 259px;
}
html.desktop.safari.single-collections .mtv-section-hero>figure {
	min-height: 337px;
}

.mtv-band.se-teaser h2 {
	margin-bottom: 0px;
}
.mtv-band.se-band {
	display: flex;
	align-items: center;
	padding: 15px 22px;
	max-width: 1040px;
	margin: 0 auto;
}
.se-translations-band .mtv-band.se-band {
	align-items: start;
}
.mtv-band.striped {
	background-color: #fbe8ce;
	padding-bottom: 30px;
}
.mtv-band.striped svg g {
	fill: white;
}
.mtv-band.striped svg:last-child {
	position: absolute;
	bottom: -1px;
}
.mtv-band.cols-4>div {
	width: 25%;
	text-align: center;
	padding: 0 25px;
	align-self: baseline;
}
.mtv-band.cols-4>div img {
	width: auto;
}
.mtv-band.cols-4 .c1 img{
	height: 80px;
}
.mtv-band.cols-4 .c2 img {
	height: 80px;
	padding: 5px 0px;
}
.mtv-band.cols-4 .c3 img {
	height: 80px;
	padding: 10px 0px;
}
.mtv-band.cols-4 .c4 img {
	height: 76px;
	padding-bottom: 9px;
}
.mtv-band.cols-4 .c4 a {
	color: black;
}
.mtv-band.cols-4>div h3 {
	font-size: 18px;
	font-weight: 500;
	color: #CA6930;
}

.mtv-band.se-teaser h2 {
	line-height: 1.5;
}
.mtv-band.se-teaser .left {
	width: 50%;
	padding-right: 30px;
	padding-left: 50px;
}
.mtv-band.se-teaser .right {
	width: 44%;
}
.mtv-band.se-teaser .brush-button {
	margin-top: 10px;
}
.mtv-band.se-teaser .brush-button svg g {
	fill: #BE8274;
}

.mtv-band.se-band .left, .mtv-band.se-band .right {
	width: 50%;
}
.mtv-band.se-band .left {
	padding-right: 25px;
}
.mtv-band.se-band .right {
	padding-left: 25px;
}
.mtv-band.se-band img {
	width: 100%;
}
.mtv-band h2.band-heading {
	width: 100%;
	text-align: center;
	line-height: 50px;
}

.mtv-band.om-band {
	margin-top: 60px;
}
.mtv-band.om-band .cards-band {
	flex-direction: column;
	background-color: none;
	padding: 10px 0px 20px 0px;
	background-color: transparent;
}
.mtv-band.om-band .cards-band p {
	margin: 17px 0 0 0;
	font-style: italic;
}

.next-videos-container .video-card.yt figure img {
	height: calc(var(--mtv-next-videos-card-width) / 1.777 - 3px);
}


.hero-left .fLang {
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 30px;
}
.hero-left .fLang .select2 {
	width: 75px !important;
}
.hero-left .auto-trans {
	padding: 3px 10px;
	max-width: 70px;
	font-family: 'futura-pt';
	font-size: 14px;
	display: block;
	line-height: 1;
	color: black;
	margin-left: 8px;
}

html.single-events .newsletter-container {
	background-color: transparent;
}
html.single-events .newsletter-container>svg {
	display: none;
}
html.single-events .newsletter-container>div {
	flex-direction: column;
	align-items: baseline;
	padding: 20px;
}
html.single-events .newsletter-container>div>span {
	color: #be8274;
	margin-bottom: 10px;
}
html.single-events .newsletter-container>div input {
	max-width: 210px;
}

html.page-template-template-sangha-day .mtv-hero h1 {
	opacity: 0 !important;
}

html.page-template-template-sangha-day ul {
	margin-bottom: 0px;
	margin-top: 0px;
}

@media(min-width: 768px) {
	html.page-template-template-sangha-day .mtv-hero>figure {
		margin-left: calc(-960px + 50vw);
	}
}

@media(max-width: 767px) {
	html.page-template-template-sangha-day .mtv-hero>figure {
		margin-left: calc(-280px + 50vw);
	}
}

html.single-events .hero-left .fLang .select2, 	
html.term-sahaja-express .hero-left .fLang .select2, 
html.term-se .hero-left .fLang .select2 {
	width: 110px !important;
}

.hero-left .fLang .select2-selection__rendered {
	color: black !important;
}

.hero-left .fLang .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: black transparent transparent transparent;
}


.video-card a {
	color: black;
	display: block;
	overflow: hidden;
	position: relative;
}

.video-card.Free.new::before {
	display: block;
	content: '';
	pointer-events: none;
	position: absolute;
	top: 0px;
	right: 12px;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-top: 20px solid #55828B;
	border-right: 20px solid #55828B;
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	will-change: transform;
	z-index: 3;
}
.next-videos-container .video-card.Free.new::before {
	right: 0px;
}

.video-card.Free.new::after {
	content: 'New';
	display: block;
	position: absolute;
	top: -19px;
	right: -31px;
	width: 80px;
	height: 17px;
	text-align: center;
	transform: rotate(45deg);
	transform-origin: 0 0;
	font-family: "futura-pt";
	color: #fff;
	font-size: 13px;
	font-style: italic;
	z-index: 4;
}

.next-videos-container .video-card.Free.new::after {
	right: -41px;
}

.hero-card {
	box-shadow: 0px 7px 40px rgb(0, 0, 0, 0.4);
}
.hero-card:not(.no-play) figure:after {
    content:' ';
    background:no-repeat center/contain url("/wp-content/themes/moojiorg/img/mtv-play2.png");
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:22%;
    height:22%;
}

.video-card {
	position: relative;
}

.video-card a:hover {
	text-decoration: none;
}

.video-card img, .collection-card img {
	width: 100%;
	display: block;
}

.video-card.yt figure img {
	object-fit: cover;
}

.video-card h3 {
	text-transform: uppercase;
	font-size: 16px !important;
	letter-spacing: 0.5px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 20px;
	width: 85%;
}

.hero-card .hero-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
    padding-bottom: 12px;
	padding-left: 15px;
	width: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.hero-card h2 {
	color: white;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 3px;
	width: 85%;
	line-height: 23px;
}

.se-video-brush-label {
	position: absolute;
	top: 0px;
	right: -8px;
	background: url("/wp-content/themes/moojiorg/img/se-featured-video-label.png?v3") no-repeat;
	background-size: cover;
	height: 90px;
	min-width: 170px;
	padding-top: 30px;
	padding-left: 45px;
	padding-right: 10px;
	font-style: italic;
	font-family: 'futura-pt';
	font-size: 16px;
}

.video-card .se-video-brush-label {
	right: 9px;
	height: 60px;
	min-width: auto;
	padding-top: 17px;
	padding-left: 28px;
	font-size: 15px;
}
.next-videos-container .video-card .se-video-brush-label {
	right: -3px;
}

.collection-card .collection-card-img {
	position: relative;
}

.collection-card:not(.Retreat) .collection-card-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #7d3618;
	opacity: 0.1;
}

.collection-card h3 {
	position: absolute;
	color: white;
	top:40%;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	width: 95%;
	left: 2.5%;
	text-align: center;
	line-height: 1.3;
	text-shadow: 1px 2px 8px #DED7D3;
}

.collection-card img.se-collection-logo {
	width: 31px;
	margin: 0 auto;
	margin-top: 7px;
	opacity: 0.7;
}

.collection-card.Retreat h3 {
	display: none;
}

.video-card .close-button {
	position: absolute;
	top: 5px;
	right: 7px;
	display: none;
	background: url('/wp-content/themes/moojiorg/img/icons/remove_video.svg') no-repeat;
    width: 18px;
    height: 18px;
	justify-content: center;
	align-items: center;
}

.video-card:hover .close-button {
	display: block;
}

.video-card span.time {
	color: #7F7F7F;
	font-family: 'futura-pt';
	font-size: 14px;
	font-style: italic;
}
.hero-card.Free span.time {
	font-size: 18px;
}
.video-card span.time img {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
.hero-card span.time {
	color: white;
}

.video-card figure, .collection-card figure {
	position: relative;
}

.video-card .video-length {
	position: absolute;
	right: 7px;
	bottom: 8px;
	padding: 2px 7px 1px 7px;
	border-radius: 20px;
	background-color: #55828B;
	color: white;
	font-size: 13px;
	font-family: 'futura-pt';
	font-weight: 500;
	z-index:1;
}

.video-card.SE .video-length {
	color: black;
	background-color: #FEDCA5;
}

.video-card.Retreat .video-length {
	background-color: #E69A56;
}

.video-card .watched-status {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 5px;
	background-color: #D85C2B;
	z-index: 2;
}

.video-card.cc figure:after {
	content: 'CC';
	position: absolute;
	font-family: 'futura-pt';
	font-size: 16px;
	font-weight: 500;
	color: black;
	right: 0px;
	bottom: -29px;
}

.video-card button.fav {
	background: url(/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite.png?v2) no-repeat -33px 0px;
	position: absolute;
	width: 20px;
    height: 20px;
	background-size: 70px;
	right: 0px;
	bottom: -32px;
	opacity: 0.6;
	display: inline-block;
	transition: none;
}

.video-card button.fav.selected {
	background: url(/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite.png?v2) no-repeat -33px -20px;
	background-size: 70px;
	opacity: 1;
	bottom: -33px;
}

span.frame {
	position: absolute;
}
span.top-frame {
	left: 0px;
	top: -4px;
	bottom: 0px;
	width: 100%;
	height: 0px;
}
span.bottom-frame {
	left: 0px;
	transform: scaleX(-1) scaleY(-1);
	bottom: -1px;
	width: 100%;
}
span.right-frame  {
	top: 0px;
	right: -10px;
	transform: scaleY(-1);
}
span.right-frame img, span.left-frame img {
	height: 100%;
}
span.left-frame  {
	top: 0px;
	left: -12px;
	transform: scaleX(-1);
}

.main-video-container:not(.modal-video-container) {
	width: 100%;
	height: 70vh;
	background-color: black;
}
.main-video-container:not(.modal-video-container):not(.soundcloud):not(.html5audio) {
	padding-top: 15px;
}

.main-video-player:not(.modal-video-player) {
	height: 100%;
	margin: 0 auto;
	width: calc(70vh * 1.777);
}
.main-video-player[data-videoprovider=jw] {
	width: 100%;
}
.main-video-player[data-videoprovider=jw] #video-player {
	height: 100% !important;
}

.main-video-container:not(.modal-video-container).soundcloud {
	height: 190px;
	transition: height 0.6s ease-in-out;
}
.main-video-container:not(.modal-video-container).soundcloud .main-video-player {
	height: 166px;
	width: 100%;
	padding-top: 20px;
	transition: height 0.6s ease-in-out;
}
.main-video-container:not(.modal-video-container).html5audio {
	height: 78px;
	transition: height 0.6s ease-in-out;
}
.main-video-container:not(.modal-video-container).html5audio .main-video-player {
	width: 100%;
	padding-top: 20px;
	transition: height 0.6s ease-in-out;
	height: auto !important;
}
.main-video-container.html5audio audio {
	width: 100%;
}
.modal-video-player {
	margin-top: 20px;
	min-height: 60px;
}

body.term-sahaja-express-live .main-video-player iframe {
	width: 100% !important;
	height: 100% !important;
}
body.term-sahaja-express-live-audio .main-video-container:not(.modal-video-container) {
	height: auto !important;
}
body.term-sahaja-express.se-access header.main>div>nav {
	padding-bottom: 0px;
}

.video-description {
	float: left;
	width: calc(100vw - var(--mtv-nav-width) - var(--mtv-next-videos-card-width) - 50px);
	padding-right: 50px;
}

body.page-template-template-sahaja-express-live .video-description {
	float:left;
	width: calc(100vw - var(--mtv-nav-width));
}

.video-description-text {
	max-width: 700px;
}

.video-description-text.auto-translated {
	display: none;
}

.video-description-text p {
	font-size: 18px;
	line-height: 1.5;
}
.video-description-text p:first-of-type {
	margin-top: 25px;
}

.next-videos-container {
	float:right;
	width: var(--mtv-next-videos-card-width);
}

.jwplayer {
	margin: 0 auto !important;
}

.next-videos-container {
	margin-right: 20px;
}

.next-videos-container .video-card {
	margin-bottom: 20px;
}

.next-videos-container h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
}
.next-videos-container .video-card h3 {
	margin-top: 5px;
}
.next-videos-container .video-card.cc figure:after {
	bottom: -24px;
}
.next-videos-container .video-card.favourite figure:before {
	bottom: -27px;
}

.video-description .video-title {
	float:left;
	max-width: 75%;
}
.video-description .video-title h1 {
	line-height: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 500;
}
.video-description .video-info {
	font-family: 'futura-pt';
	font-size: 16px;
	font-style: italic;
	color: #999999;
}
.video-description .video-info img {
	vertical-align: middle;
}
.video-player-actions {
	float: right;
	line-height: 40px;
	margin: 20px 0px 0 0;
	font-size: 32px;
}
.video-player-actions button {
	margin-right: 5px;
}

.mtv-icon {
	display: block;
	width: 40px;
	height: 30px;
}
button .mtv-icon.mtv-heart {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite.png?v2') no-repeat -75px 0px;
	width: 40px;
	height: 40px;
	background-size: 150px;
}
button.selected .mtv-icon.mtv-heart {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite.png?v2') no-repeat -75px -40px;
	width: 40px;
	height: 40px;
	background-size: 150px;
}

button .mtv-icon.mtv-no-video {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite.png') no-repeat -35px 2px;
	width: 40px;
	height: 40px;
	background-size: 150px;
}

button.selected .mtv-icon.mtv-no-video {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite.png') no-repeat -113px 0px;
	width: 40px;
	height: 40px;
	background-size: 150px;
}

button .mtv-icon.mtv-download {
	background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite.png') no-repeat 2px 2px;
	width: 40px;
	height: 43px;
	background-size: 150px;
}
@media all and (-webkit-min-device-pixel-ratio: 2), all and (min--moz-device-pixel-ratio: 2), all and (min-device-pixel-ratio: 2), all and (min-resolution: 192dpi), all and (min-resolution: 2dppx) {
	button .mtv-icon.mtv-heart {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite@2x.png?v2') no-repeat -75px 0px;
		background-size: 150px 71px;
	}	
	button.selected .mtv-icon.mtv-heart {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite@2x.png?v2') no-repeat -75px -40px;
		background-size: 150px 71px;
	}	
	button .mtv-icon.mtv-no-video {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite@2x.png') no-repeat -35px 2px;
		background-size: 150px 71px;
	}	
	button.selected .mtv-icon.mtv-no-video {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite@2x.png') no-repeat -113px 1px;
		background-size: 150px 71px;
	}	
	button .mtv-icon.mtv-download {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite@2x.png') no-repeat 2px 2px;
		background-size: 150px 71px;
	}	
}

html.single-videos, html.single-videos body, 
html.single-sevideos, html.single-sevideos body, 
html.single-rtvideos, html.single-rtvideos body {
	background-color: black;
}
html.single-videos div[get-sections-dctv], 
html.single-sevideos div[get-sections-dctv], 
html.single-rtvideos div[get-sections-dctv],
html.single-videos div[footer-dctv],
html.single-sevideos div[footer-dctv],
html.single-rtvideos div[footer-dctv] {
	background-color: white;
}

.scroll-to-live {
	position: fixed;
	bottom: 0px;
	right: 10px;
	z-index: 1;
	display: none;
}
.scroll-to-live button {
	color: white;
    background-color: #a7cbd0;
    padding: 9px 13px 4px 13px;
    font-family: 'futura-pt';
    font-size: 18px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 0 8% 0 0;
}

.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
	padding: 0 0 0 8%;
}

@media(min-width: 1030px) {
	.three-column-width {
		max-width: 990px;
		margin-left: -130px;
		margin-right: -130px;
	}
	.three-column-width .section-container {
		padding: 0px 0px !important;
	}
}

html.desktop body.scrollingUp .scroll-to-live, html.desktop body.scrollingDown .scroll-to-live {
	display: block;
}

.live-player-container {
	width: 640px;
	height: 360px;
	margin: 0 auto;
}

.event-live-player, .collection-live-player {
	box-shadow: 0px 7px 33px rgb(0 0 0 / 40%);
}
.event-live-player {
	position: relative;
}
.event-live-player.audio {
	height: 275px;
}
.event-live-player.audio audio {
	width: 100%;
	position: absolute;
	bottom: 24px;
	height: 40px;
}
.event-live-player .live-player-container {
	max-width: 100%;
	max-height: 275px;
	margin-bottom: 0px;
}

.live-player-container .player-overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
}
.event-live-player .player-overlay {
	display: block;
}

.live-player-container .player-overlay .text-overlay {
	position: absolute; 
	left: 0px;
	top: 0px;
	width: 100%;
	height: 150px;
	padding: 30px;
	color: white;
	font-size:18px;
	font-style: italic;
	letter-spacing: 0.5px;
	background: linear-gradient(to top, transparent 0%, black 100%);
}

.events-subheader {
	margin-bottom: 40px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 140px;
	right: calc(50vw - 520px);
}

.events-subheader a {
	display: inline-block;
	font-family: 'futura-pt';
	font-size: 18px;
	padding: 0px 20px 0px 15px;
	border-radius: 15px;
	color: black;
	background-color: #a7cbd0;
	text-align: center;
	position: relative;
}

.events-subheader a.no-arrow {
	padding: 0px 15px 0px 15px;
}

.events-subheader a:not(.no-arrow)::after {
	content: ' ';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 11px;
	right: 10px;
    border-left: 5px solid black;
}

.event-live-player-btns {
	text-align: right;
	padding-right: 5px;
}
.event-live-player-btns button {
	color: #557073;
	background-color: #D0DBDD;
	box-shadow: inset 0 0 7px #557073;
	padding: 3px 13px;
	display: none;
	font-family: 'futura-pt';
	font-size: 16px;
}
.event-live-player-btns button.join-zoom-btn {
	position: absolute;
	left: 5px;
}
.event-live-player-btns.lang-btns button {
	padding: 3px 5px;
}

.join-zoom-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: rgb(0 0 0 / 85%);
	display: flex;
	align-content: center;
	justify-content: center;
}

.join-zoom-overlay>div {
	align-self: center;
	width: 100%;
}

.join-zoom-overlay p {
	color: white;
	font-family: 'futura-pt';
	margin-left: 40px;
	text-align: left !important;
	line-height: 1.1;
	font-size: 17px;
	letter-spacing: 0.4px;
	font-weight: 400;
}
html.page-lang-ru .join-zoom-overlay p {
	max-width: 240px !important;
}

.join-zoom-overlay p:first-of-type {
	font-size: 15px;
	line-height: 1;
	font-weight: 300;
}
.join-zoom-overlay p:last-of-type {
	margin-top: 25px;
	line-height: 1;
	font-weight: 300;
}

.join-zoom-overlay p>a:not(.join-zoom-button) {
	font-weight: 400;
}

.join-zoom-overlay p a.join-zoom-button {
	background: white;
	padding: 5px 10px;
	color: black;
	border-radius: 3px;
	margin-left: -9px;
	font-weight: 500;
}

.health-modal p {
	line-height: 1.5;
}
.health-modal label {
	margin-left: 10px;
}
.video-modal .modal-content {
	max-width: 800px;
	min-width: calc(40vw);
}
.video-modal h3 {
	text-transform: uppercase;
	max-width: 90%;
	font-weight: 500;
	margin-bottom: 0px;
}
.video-modal #modal-video-player {
	margin-top: 13px !important;
	margin-bottom: 20px !important;
}

.concert-pricing-modal .modal-content {
	max-width: 400px;
}

.concert-pricing-modal h3 {
	margin-top: 33px;
	margin-bottom: 0px;
}

.concert-pricing-modal p.info {
	display: flex;
	text-align: left;
}

.concert-pricing-modal p.info img {
	width: 30px;
	margin-right: 20px;
}

.concert-pricing-modal .prices {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0px;
}

.concert-pricing-modal .prices input {
	display: none
}

.concert-pricing-modal .prices .other-value {
	width: calc(50% - 4px);
	position: relative;
}

.concert-pricing-modal .prices .other-value input {
	display: block;
	box-sizing: border-box;
	display: block;
	height: 33px;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	background: #F7F8F3;
	border: 0;
	border-radius: 5px;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.51);
	text-align: center;
	font-family: "futura-pt"	
}

.concert-pricing-modal .prices .other-value:before {
	content: attr(data-currency);
	position: absolute;
	display: block;
	text-align: center;
	font-family: "futura-pt";
	left: 0;
	top: 0;
	bottom: 0;
	line-height: 33px;
	padding: 0 10px;
	font-size: 20px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.51);
}

.concert-pricing-modal .prices .other-value input::-webkit-inner-spin-button {
	-webkit-appearance: none
}

.concert-pricing-modal .prices .other-value input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

.concert-pricing-modal .prices .other-value input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.51);
	opacity: 1
}

.concert-pricing-modal .prices input:checked+label {
	background: #BE8274;
	color: #fff
}

.concert-pricing-modal .prices label {
	text-transform: uppercase;
	font-family: "futura-pt";
	font-size: 20px;
	font-weight: 500;
	background: #F7F8F3;
	padding: 5px 15px;
	-ms-flex-preferred-size: 43%;
	cursor: pointer;
	color: #BE8274;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	letter-spacing: 0.5px;
	border-radius: 5px;
	width: calc(25% - 5px);
	margin-bottom: 10px;
}

.concert-pricing-modal .prices input:not(:checked)+label {
	color: rgba(0, 0, 0, 0.51);
}

html[data-theme=mist] .events-subheader a.current {
	color: #a7cbd0;
}

.events-subheader .fLang {
	display: inline-block;
}
.events-subheader .fLang .select2 {
	width: 70px !important;
}

body.page-template-template-online-retreat p.center {
	text-align: center;
}

body.page-template-template-online-retreat a.brush-button svg g {
	fill: #BE8274;
}

body.term-events section.header-content-module>div h1, 
body.page-template-template-online-retreat section.header-content-module>div h1 {
	max-width: 75%;
	margin: 0 auto;
}

.section-with-menu-container.full-width>.section-container {
	max-width: none;
	padding: 0px 20px;
}
.section-with-menu-container.full-width>.section-container>h2, 
.section-with-menu-container.full-width>.section-container>h3,
.section-with-menu-container.full-width>.section-container>p:not(.one-column-text),
.section-with-menu-container.full-width>.section-container>table {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.section-with-menu-container.full-width>.section-container>.wp-block-columns {
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
}

.sahaja-space-container {
	margin: 10px -20px;
}

html.page section.one-column-module:not(.full-width) .sahaja-space-container {
	margin: 10px calc(-50vw + 365px);
}

.sahaja-space-container>svg:last-of-type {
	margin-bottom: -10px;
}
.sahaja-space-container>svg g {
	fill: white;
}
.sahaja-space {
	margin: 0px auto;
	padding: 20px 20px 10px 20px;
	max-width: 1080px;
	position:relative;
}
.sahaja-space .splide__track {
	box-shadow: rgb(0 0 0 / 30%) 0px 7px 20px;
}
.sahaja-space .splide__arrow {
	opacity: 0.8;
	width: 50px;
	height: 50px;
}
.sahaja-space .splide__arrow--prev {
	left: 0em;
}
.sahaja-space .splide__arrow--next {
	right: 0em;
}
.sahaja-space .space-carousel {
	width: 55%;
	align-self: baseline;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
.sahaja-space .space-description {
	width: calc(45% - 30px);
	float: left;
	position: relative;
}

.sahaja-space.contemplative .space-description h2::after {
	content: ' ';
	background: url('/wp-content/themes/moojiorg/img/spaces/icon-contemplative.svg') no-repeat;
	position: absolute;
	width: 33px;
	height: 40px;
	top: -5px;
	right: 20px;
}
.sahaja-space.watch .space-description h2::after {
	content: ' ';
	background: url('/wp-content/themes/moojiorg/img/spaces/icon-watch.svg') no-repeat;
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0px;
	right: 11px;
}
.sahaja-space.social .space-description h2::after {
	content: ' ';
	background: url('/wp-content/themes/moojiorg/img/spaces/icon-social.svg') no-repeat;
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0px;
	right: 11px;
}

.sahaja-space .space-description h2 {
	font-size: 20px;
	margin: 0 0;
	line-height: 20px;
	position: relative;
	padding-right: 60px;
}
.sahaja-space .space-description p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px !important;
}
.sahaja-space .space-description p.subtitle {
	font-style: italic;
	margin-top: 0px !important;
}
.sahaja-space .space-description p.btns {
	margin-top: 20px !important;
	text-align: right;
}
.sahaja-space .space-description p.read-more, .sahaja-space .space-description span.read-more {
	display: none;
}

.sahaja-space-container:nth-of-type(2n) {
	padding: 0px 0px;
}
.sahaja-space-container.mandir:not(.nobg) {
	background: url('/wp-content/themes/moojiorg/img/spaces/mandir-bg.jpg') no-repeat !important;
}
.sahaja-space-container.chapel:not(.nobg) {
	background: url('/wp-content/themes/moojiorg/img/spaces/chapel-bg.jpg') no-repeat !important;
}
.sahaja-space-container.shiva:not(.nobg) {
	background: url('/wp-content/themes/moojiorg/img/spaces/shiva-bg.jpg') no-repeat !important;
}
.sahaja-space-container.ganga:not(.nobg) {
	background: url('/wp-content/themes/moojiorg/img/spaces/ganga-bg.jpg') no-repeat !important;
}
.sahaja-space-container.nobg .sahaja-space {
	background: url('/wp-content/themes/moojiorg/img/spaces/space-bg.jpg') no-repeat !important;
}
.sahaja-space-container.nightsky:not(.nobg), .sahaja-space-container.walk:not(.nobg) {
	background: #EAE3E0 !important;
}
.sahaja-space-container.walk .splide__arrow {
	display: none;
}

@media (min-width: 1921px) {
	.sahaja-space-container.mandir:not(.nobg) {
		background: url('/wp-content/themes/moojiorg/img/spaces/mandir-bg@2x.jpg') no-repeat !important;
	}	
	.sahaja-space-container.chapel:not(.nobg) {
		background: url('/wp-content/themes/moojiorg/img/spaces/chapel-bg@2x.jpg') no-repeat !important;
	}	
	.sahaja-space-container.shiva:not(.nobg) {
		background: url('/wp-content/themes/moojiorg/img/spaces/shiva-bg@2x.jpg') no-repeat !important;
	}	
	.sahaja-space-container.ganga:not(.nobg) {
		background: url('/wp-content/themes/moojiorg/img/spaces/ganga-bg@2x.jpg') no-repeat !important;
	}	
	.sahaja-space-container.nobg .sahaja-space {
		background: url('/wp-content/themes/moojiorg/img/spaces/space-bg@2x.jpg') no-repeat !important;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), not all, not all, (min-resolution: 192dpi), (min-resolution: 2dppx) {
	.sahaja-space-container.mandir:not(.nobg) {
		background: url('/wp-content/themes/moojiorg/img/spaces/mandir-bg@2x.jpg') no-repeat !important;
	}	
	.sahaja-space-container.chapel:not(.nobg) {
		background: url('/wp-content/themes/moojiorg/img/spaces/chapel-bg@2x.jpg') no-repeat !important;
	}	
	.sahaja-space-container.shiva:not(.nobg) {
		background: url('/wp-content/themes/moojiorg/img/spaces/shiva-bg@2x.jpg') no-repeat !important;
	}	
	.sahaja-space-container.ganga:not(.nobg) {
		background: url('/wp-content/themes/moojiorg/img/spaces/ganga-bg@2x.jpg') no-repeat !important;
	}	
	.sahaja-space-container.nobg .sahaja-space {
		background: url('/wp-content/themes/moojiorg/img/spaces/space-bg@2x.jpg') no-repeat !important;
	}	
}

@media (min-width: 769px) {
	.sahaja-space-container.mandir,
	.sahaja-space-container.chapel,
	.sahaja-space-container.shiva,
	.sahaja-space-container.ganga,
	.sahaja-space-container.nobg {
		background-size: 100% !important;
	}
}

html.single-events section.full-width>.section-container>h2,
html.single-events section.full-width>.section-container>p,
html.single-events section.full-width>.section-container>.wp-block-group,
html.page-template-template-online-retreat section.full-width>.section-container>h2,
html.page-template-template-online-retreat section.full-width>.section-container>p,
html.page-template-template-online-retreat section.full-width>.section-container>.wp-block-group,
html.single-events section.full-width>.section-container .contemplations-table,
html.page-template-template-online-retreat section.full-width>.section-container .contemplations-table {
	max-width: 730px;
	margin: 0 auto;
}

.contemplations-table table {
	min-width: 420px;
	margin-bottom: 25px;
}
.contemplations-table table tbody tr:nth-child(1) td {
	font-family: 'futura-pt';
    font-size: 17px;
    font-weight: 500;
}

html.live-sahaja-spaces .live-badge {
	display: inline-block;
	position: relative;
}

html.live-sahaja-spaces .live-badge::after {
	content: 'LIVE';
    right: -38px;
    top: -31px;
    background-color: #EA8874;
    position: absolute;
    font-family: 'futura-pt';
    font-size: 12px;
    padding: 2px 6px 0px 6px;
    border-radius: 5px;
	font-weight: 500;
	color: white;
	letter-spacing: 1px;
}

html.live-sahaja-spaces nav.menu-content-module {
	height: 71px;
}
html.live-sahaja-spaces nav.menu-content-module>div {
	padding-top: 7px;
}

html.live-sahaja-spaces .section-container.tabs ul li:nth-child(4)::after {
	content: 'LIVE';
    right: -38px;
    top: -12px;
    background-color: #EA8874;
    position: absolute;
    font-family: 'futura-pt';
    font-size: 12px;
    padding: 1px 6px 1px 6px;
    border-radius: 5px;	
	color: white;
	font-weight: 500;
	letter-spacing: 1px;
}

.sahaja-space-container.live .space-description h2 {
	display: none;
}

.sahaja-space-container.live .sahaja-space .space-description p.subtitle {
	padding-left: 45px;
	margin-top: 25px !important;
}

.sahaja-space-container.live .sahaja-space .space-description p.subtitle::before {
	content: ' ';
	background: url('/wp-content/themes/moojiorg/img/spaces/icon-contemplative.svg') no-repeat;
	position: absolute;
	width: 33px;
	height: 40px;
	top: 2px;
	left: 0px;
}

.play_track {
	display: inline-block;
	padding: 10px 5px 0px 0px;
}
.play_track:hover {
	background: #f4f1ee;
}
.play_button {
	width: 26px;
	height: 28px;
	display: inline-block;
	text-align: center;
}
.play_button svg {
	width: 13px;
	height: 14px;
}
.play_button svg g {
	fill: black;
}
.play_button svg g.play-icon {
	display: inline;
}
.play_button svg g.pause-icon {
	display: none;
}
.play_button.open svg g.pause-icon {
	display: inline;
}
.play_button.open svg g.play-icon {
	display: none;
}
.pointer {
	cursor: pointer;
}
.cs-carousel-container {
	width: calc(100% - 35px);
	max-width: 710px;
	margin: 0 auto 0 0;
	position: relative;
	padding: 5px 0px;
}
.cs-carousel-container.loaded {
	background-color: #F8F1E7;
}
.cs-carousel-container .bottom-frame img, .cs-carousel-container .top-frame img {
	width: 101%;
}
.cs-carousel-container .splide__arrow {
	width: 50px;
	height: 50px;
}
.cs-carousel-container .splide__arrow--prev {
	left: -1.5em;
}
.cs-carousel-container .splide__arrow--next {
	right: -1.3em;
}

.cs-carousel-content {
	display: flex;
	align-items: flex-start;
	margin: 35px 30px 20px 30px;
}
.cs-carousel-content>div {
	width: 50%;
}
.cs-carousel-content>div>img {
	display: block;
	width: 100%;
}
.cs-carousel-content .cs-carousel-left {
	position: relative;
}

.cs-carousel-left .top-frame {
	top: -12px;
}
.cs-carousel-left .bottom-frame {
	bottom: -12px;
}

.cs-carousel-content .cs-carousel-right {
	padding: 0 0 0 20px;
}
.cs-carousel-content .handwriting {
	padding-left: 5px;
}
.cs-carousel-content p {
	font-size: 15px;
	margin-top: 5px;
	line-height: 1.3;
}

.cs-carousel-content p.watch-live {
	color: #7A615D;
	margin-top: 50px;
	line-height: 15px;
	margin-bottom: 0px;
}
.cs-carousel-content p.watch-live>span {
	display: inline-block;
}
.cs-carousel-content p.watch-live>span:nth-of-type(1) {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-left: 50px;
	font-family: 'futura-pt';
}
.cs-carousel-content p.watch-live>span:nth-of-type(2) {
	font-size: 16px;
	font-style: italic;
	display: flex;
	align-items: start;
}
.cs-carousel-content p.watch-live>span:nth-of-type(2) img {
	margin-right: 11px;
}
.cs-carousel-content p.watch-live span.cs-hours {
	line-height: 20px;
}
.cs-carousel-content p.watch-live span.cs-hours em {
	font-size: 18px;
}
.cs-carousel-content p.watch-live span.lisbon-time {
	font-size: 14px;
	font-style: italic;
	display: inline-block;
}

.event-quote {
	line-height: 1.5;
}
html.single-events div.section-with-menu h3 {
	font-size: 21px;
}
div.section-with-menu .wp-block-column h3, div.section-with-menu .wp-block-media-text h3  {
    font-family: "futura-pt";
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div.section-with-menu .wp-block-column h4 {
	font-family: 'futura-pt';
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
}

html.single-events div.section-container p {
	font-size: 16px;
}
html.single-events div.section-container blockquote p {
	font-size: 18px;
}
html.single-events section.faq-content-module>div>.content section>.content article .content p {
	font-size: 16px;
}
html.single-events div[get-sections-dctv] p img {
	height: auto;
}

.brushed {
	position: relative;
	background-color: #F9EFE8;
	margin: 20px -20px;
	padding: calc(100vw / 20) 20px;
}
html.single-events section.multi-column-module div.section-with-menu h2 {
	margin: 35px 0px 35px 0px;
}

html.single-events section.faq-content-module>div>.content section>.content article .content ul li {
	font-size: 16px;
}

@media (min-width: 768px) {
	section.multi-column-module .brushed {
		margin: 20px calc(-50vw + 500px);
		padding: calc(100vw / 20) calc(50vw - 500px);
	}
	section.one-column-module .brushed {
		margin: 20px calc(-50vw + 365px);
		padding: calc(100vw / 20) calc(50vw - 365px);
	}
}
.brushed::before {
	content: ' ';
	background: url('/wp-content/themes/moojiorg/img/svg/fbrush10.svg');
	position: absolute;
	top: -5px;
	left: 0px;
	width: calc(100vw);
	height: calc(100vw / 13.8);
}
.brushed::after {
	content: ' ';
	background: url('/wp-content/themes/moojiorg/img/svg/fbrush10.svg');
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: calc(100vw);
	height: calc(100vw / 13.8);
	transform: scaleX(-1) scaleY(-1);
}
.brushed>div {
	z-index: 1;
	position: relative;
}
.expandable .collapsed {
	opacity: 0;
}
.expandable a.read-toggle {
	display: block;
	text-align: center;
	position: relative;
	font-family: 'futura-pt';
	margin-top: 10px;
}
.expandable a.read-toggle::after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	top: 22px;
	left: calc(50% - 10px);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0A7373;
	transition: transform 0.7s ease;
}
.expandable a.read-toggle.toggle-less::after {
	transform: rotate(-180deg) translateY(34px);
}
.section-with-menu ul li {
	font-size: 16px;
	line-height: 1.6;
}
p.futura {
	font-family: 'futura-pt';
}
.futura-links a {
	font-family: 'futura-pt';
	position: relative;
}
p.one-column-text {
	max-width: 680px;
	margin: 0 auto !important;
}
html.single-events .pricing-title {
	margin-bottom:0px;
}
html.single-events .pricing-subtitle {
	margin-top: 0px !important;
}

.highlight-box {
	background-color: #FCF7F0;
    border-radius: 40px;
    padding: 25px 20px 25px 30px;
}

.retreat-music-table tr td {
	font-family: 'Georgia';
	font-size: 16px;
	height: auto !important;
	padding: 10px 10px;
	border-bottom: 1px solid #DED7D3;
	vertical-align: top;
}

.retreat-music-table br {
	display: block !important;
}

.retreat-music-table tr:nth-child(1) td {
	font-family: 'futura-pt';
	font-size: 18px !important;
}

.retreat-music-table tr td:nth-child(1) {
	width: 50%;
}

.schedule-table tr td {
	font-family: 'Georgia';
	font-size: 16px;
	height: auto !important;
	padding: 10px 0px;
	border-bottom: 1px solid #DED7D3;
	vertical-align: top;
}
.schedule-table tr:nth-child(1) td {
	font-family: 'futura-pt';
	font-size: 18px;
	font-weight: 500;
	border-bottom: none !important;
}

.schedule-table tr td:nth-child(1) {
	width: 100px;
}

body.term-music-played-during-the-online-awakening-retreat-oct-2022 .schedule-table tr td:nth-child(1) {
	display: none !important;
}

.schedule-table:first-child tr:nth-child(2) td {
	border-bottom: none !important;
	padding-bottom: 0px;
}
.schedule-table tr:nth-child(3) td {
	padding-top: 0px;
}

.schedule-table tr:nth-child(2) td:nth-child(1),
.schedule-table tr:nth-child(3) td:nth-child(1),
.schedule-table tr:nth-child(4) td:nth-child(1),
.schedule-table tr:nth-child(5) td:nth-child(1),
.schedule-table tr:nth-child(6) td:nth-child(1) {
	font-family: 'Georgia';
	font-size: 16px;
}
.schedule-table tr td:nth-child(2) {
	padding-left: 20px;
	padding-right: 20px;
}

.schedule-table tr td:nth-child(3) {
	line-height: 24px;
}

.schedule-table tr:nth-child(2) td:nth-child(3),
.schedule-table tr:nth-child(3) td:nth-child(3),
.schedule-table tr:nth-child(4) td:nth-child(3),
.schedule-table tr:nth-child(5) td:nth-child(3),
.schedule-table tr:nth-child(6) td:nth-child(3) {
	font-family: 'futura-pt';
	font-size: 14px;
	font-weight: 700;
	width: 30%;
}

@media(max-width: 599px) {
	.schedule-table tr:nth-child(2) td:nth-child(3),
	.schedule-table tr:nth-child(3) td:nth-child(3),
	.schedule-table tr:nth-child(4) td:nth-child(3),
	.schedule-table tr:nth-child(5) td:nth-child(3),
	.schedule-table tr:nth-child(6) td:nth-child(3) {
		width: 20%;
	}
}

.no-margin-bottom {
	margin-bottom: 0px;
}
.small-margin-top {
	margin-top: 5px !important;
}

.se-lang-links {
	color: #0A7373; 
	text-align: center; 
	margin-top: -8px;
	margin-bottom: 10px;
	font-family: 'futura-pt' !important; 
	font-size: 16px !important; 
	font-style: italic;
}

.video-chapter {
	padding: 20px 20px 20px 25px;
	margin-left: -20px;
	margin-top: 20px;
}
html.desktop .video-chapter:hover, .video-chapter.active {
	box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 7%);
	border-radius: 25px;
	border: 1px solid #eee;
}
.video-chapter>div {
	display: flex;
	align-items: flex-start;
	padding-left: 0px;
	position: relative;
	cursor: pointer;
}
html.desktop .video-chapter:hover, .video-chapter.active {
	padding: 19px 19px 19px 24px;
}

.video-chapter>div>img {
	width: 160px;
	margin: 5px 25px 0px 0px;
	box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 20%);
}
.video-chapter>div>div {
	display: flex;
	flex-direction: column;
}
.video-chapter p.chapter-title {
	margin-top: 0px !important;
	margin-bottom: 0px;
	font-style: italic;
	font-family: 'Georgia';
	font-size: 17px;
	font-weight: 700;
	color: #0A7373;
}
.video-chapter .chapter-description, .video-chapter .chapter-description p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'Georgia';
	font-size: 15px;
	color: black;
}
.video-chapter .chapter-description {
	line-height: 21px;
}

.video-chapter p.chapter-duration {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #BE8274;
	font-family: 'futura-pt';
	font-style: italic;
	font-size: 16px;
	font-weight: 600;
}
.video-chapter.must-see p.chapter-duration {
	color: #E69A56;
}
.video-chapter a:hover {
	text-decoration: none !important;
}

.video-chapter .must-see-brush-label {
    position: absolute;
    top: 71px;
    left: -41px;
    background: url(/wp-content/themes/moojiorg/img/must-see.png?v1) no-repeat;
    background-size: cover;
    height: 60px;
    min-width: 180px;
    padding-top: 17px;
    padding-left: 45px;
    padding-right: 10px;
    font-style: italic;
    font-family: 'futura-pt';
    font-size: 16px;
	color: white;
	font-weight: 500;
}

.timecode-link {
	cursor: pointer;
	color: #0A7373;
}

p.schedule-timings-info {
	font-family: 'Georgia';
	font-size: 16px;
	line-height: 1.11;
	font-style: italic;
	letter-spacing: 0.4px;
	position: relative;
	padding-left: 37px;
	max-width: calc(100% - 40px);
}

p.schedule-timings-info:before {
	content: ' ';
	background: url(/wp-content/themes/moojiorg/img/svg/schedule-icon-time.svg) no-repeat;
	width: 26px;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
    transform: translateY(calc(50% - 13px));
}

p.schedule-timings-info img {
	width: 26px;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.schedule-item {
	display: flex;
	width: calc(100% - 20px);
	max-width: 730px;
	border-top: 2px solid #DED7D3;
	padding-top: 30px;
	padding-bottom: 30px;
}

.schedule-item:last-of-type {
	border-bottom: 2px solid #DED7D3;
}

.schedule-item>div:nth-child(1) {
	width: 186px;
}
.schedule-item>div:nth-child(1)>div {
	position: relative;
	z-index: -1;
}

.schedule-item>div:nth-child(1) img {
	width: 100%;
}

.schedule-item>div:nth-child(1) .top-frame {
	top: -11px;
}
.schedule-item>div:nth-child(1) .bottom-frame {
	bottom: -7px;
}

.schedule-item>div:nth-child(2) {
	padding-left: 20px;
	width: calc(100% - 420px);
	position: relative;
}

.schedule-item>div:nth-child(2):after {
	content: ' ';
    background: url(/wp-content/themes/moojiorg/img/svg/squiggle-blue-vertical.svg) no-repeat;
    display: block;
    width: 24px;
    height: 70px;
    position: absolute;
    top: 80px;
    right: -38px;	
}

.schedule-item>div p.schedule-info {
	margin-top: 10px;
}

.schedule-item>div:nth-child(2)>h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'futura-pt';
	font-size: 18px;
	font-weight: 700;
	color: #BE8274;
	text-transform: uppercase;
}

.schedule-item>div:nth-child(2)>p {
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: 'Georgia';
	font-size: 16px;
	font-style: italic;
}

.schedule-item>div:nth-child(2)>p.schedule-info:first-of-type {
	font-style: normal;
	margin-top: 5px;
	line-height:1.25;
}
.schedule-item>div:nth-child(2)>p.schedule-info:not(:first-of-type) {
	margin-top: 20px;
}
.schedule-item>div:nth-child(2)>p.schedule-info:not(:first-of-type) span {
	display: none;
}

.schedule-read-more+span {
	display: none;
}

.schedule-item>div:nth-child(3) {
	width: 280px;
}

.schedule-item>div:nth-child(3) p {
	margin-bottom: 5px;
}
.schedule-item>div:nth-child(3) p.secondary-links {
	margin-top: 20px;
}

html.term-sangha-groups-resources .schedule-item.contemplation p.secondary-links,
html.term-sangha-groups-resources .schedule-item.contemplation>div:nth-child(2):after {
	display: none;
}

.schedule-item>div:nth-child(3)>p:nth-child(2) {
	margin-top: 20px;
}
.schedule-item>div:nth-child(3) a.brush-button {
	transform: translateX(-10px);
	
}

.schedule-item>div:nth-child(3) a.brush-button svg g {
	fill: #BE8274;
}

.schedule-item>div:nth-child(3) a:not(.brush-button) {
	display: inline-block;
	margin-left: 90px;
	font-family: 'futura-pt';
	font-size: 17px;
}

.schedule-read-more {
	font-family: 'futura-pt';
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	font-style: normal;
	padding-left: 30px;
	line-height: 1.2;
}

body.single-events .schedule-read-more {
	line-height: 1.3;
	margin-bottom: 0px;
}

.schedule-read-more::before {
    content: ' ';
    background: url(/wp-content/themes/moojiorg/img/icons/schedule-info-icon.png) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0px;
    bottom: -3px;
}

.schedule-item>div p.schedule-updates {
	background-color: rgba(248, 193, 133, 0.38);
	border-radius: 9px;
	margin-left: -10px;
	padding: 10px;
	font-size: 'Georgia';
	font-size: 14px;
	line-height: 17px;
	max-width: 280px;
}

.schedule-item>div p.schedule-updates>b {
	display: block;
	margin-bottom: 5px;
	font-style: normal;
}

.flip-card {
	color: inherit;
	cursor: pointer;
	height: 100%;
	perspective: 1000px;
	position: relative;
}
.flip-card-front,
.flip-card-back {
	background-position: center;
	background-size: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: ease-in-out 600ms;
}
.flip-card-front {
	background-size: cover;
	overflow: hidden;
}
.flip-card-back {
	transform: rotateY(-180deg);
}
.flip-card.flipped .flip-card-front {
	transform: rotateY(180deg);
}
.flip-card.flipped .flip-card-back {
	transform: rotateY(0deg);
}

.flip-card:not(.flipped) .flip-card-back {
	position: absolute;
}
.flip-card:not(.flipped) .flip-card-front {
	position: relative;
}
.flip-card.flipped .flip-card-front {
	position: absolute;
}
.flip-card.flipped .flip-card-back {
	position: relative;
}
@media(min-width: 1201px) {
	html.single-events nav.mobile-menu-modules {
		display: block;
	}
	html.single-events header.main>div {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	html.single-events header.main>div>nav {
		display: none;
	}
	html.single-events header.main {
		padding: 20px 0 0 0;
		padding-top: 15px;
	}
	html.single-events header.main>div>button {
		display: block;
    	-ms-flex-preferred-size: 22px;
    	flex-basis: 22px;
	}
	html.menu.single-events nav.mobile-menu-modules {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}
	html.menu.single-events nav.mobile-menu-modules+.mobile-menu-overlay {
		pointer-events: auto;
		opacity: .3;
	}
	html.single-events header.main>a img {
		max-width: 90px;
	}
	html.single-events header.main>a {
		left: 50%;
		transform: translateX(-50%);
		right: auto;
		top: 12px;
		pointer-events: auto;
	}

	html.single-events section.lang-select-module {
		top: 5px;
	}

	html.single-events nav.menu-content-module {
		top: 63px;
	}
}

@media(min-width: 1024px) {
	header.main>div>button span:nth-child(4) {
		font-size: 16px;
		font-family: 'futura-pt';
		font-weight: 500;
		left: 32px;
		top: 4px;
		background: transparent;
		height: 16px;
	}
}

@media (min-width: 599px) {
	html.single-events .wp-block-columns.columns2 .wp-block-column:nth-of-type(1) {
		padding-right: 60px;
	}
	html.single-events .wp-block-columns.columns3 .wp-block-column:not(:last-child) {
		padding-right: 40px;
	}
}

@media (max-width: 599px) {
	html.single-events .wp-block-columns .wp-block-column:nth-of-type(2),
	html.single-events .wp-block-columns .wp-block-column:nth-of-type(3),
	html.single-events .wp-block-columns .wp-block-column:nth-of-type(4) {
		margin-top: 20px;
	}
	html.single-events .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:nth-of-type(2) {
		margin-top: 0px;
	}

	.brushed {
		padding: 30px 20px 30px 20px;
	}
	.schedule-table tr td:nth-child(1) {
		width: 50px;
	}

	.video-chapter>div>img {
		max-width: 140px;
		position: absolute;
	}
	.video-chapter {
		margin-left: -10px;
		margin-right: -10px;
	}
	.video-chapter>div {
		padding-left: 10px;
	}

	.video-chapter p.chapter-title {
		padding-left: 155px;
		min-height: 80px;
	}

	.video-chapter .must-see-brush-label {
		top: 62px;
		left: -16px;
		background-size: 170px;
		padding-top: 16px;
		padding-left: 44px;
	}
}

@media (min-width: 1501px) {
	.cs-carousel-container {
		margin: 0 auto;
	}
}

@media (min-width: 1441px) {
	.cards-band .video-card {
		flex: 0 0 calc(20%);
	}
	html.term-sahaja-program .cards-band .video-card.Private {
		flex: 0 0 calc(25%);
	}
	.cards-band .collection-card {
		flex: 0 0 calc(16.666%);
	}

	.se-band .cards-band .collection-card {
		flex: 0 0 calc(20%);
	}
	.cards-band.cards-4 .collection-card.Retreat {
		flex: 0 0 calc(25%);
	}
	.video-card.yt figure img {
		height: calc(((100vw - var(--mtv-nav-width) - 22px) / 5 - var(--mtv-card-spacing)) / 1.777);
	}
	.hero-card.yt figure img {
		height: 275px;
	}
	.mtv-section-hero .hero-card.yt figure img {
		height: 246px;
	}
	.mtv-band button.arrow:not(.collection-arrow) {
		top: calc(((100vw - var(--mtv-nav-width))/5 - var(--mtv-card-spacing))/3.554);
	}	
	.cards-page .video-card {
		width: 20%;
	}
	.cards-page .collection-card {
		width: 16.666%;
	}
	.mtv-band.se-teaser .right {
		max-width: 400px;
		margin-left: 60px;
	}
	.mtv-band.se-teaser .left {
		max-width: 700px
	}	
}
@media (max-width: 1200px) {
	div.term-chant-sahaja img.cs-nataraj {
		display: none;
	}
	.left-nav {
		top: 78px;
	}
}
@media (min-width: 1200px) and (max-width: 1440px) {
	.cards-band .video-card {
		flex: 0 0 calc(25%);
	}
	.cards-band .collection-card {
		flex: 0 0 calc(20%);
	}
	.cards-band.cards-4 .collection-card {
		flex: 0 0 calc(25%);
	}
	.video-card.yt figure img {
		height: calc(((100vw - var(--mtv-nav-width) - 20px) / 4 - var(--mtv-card-spacing)) / 1.777 - 4px);
	}
	.hero-card.yt figure img {
		height: calc(480px / 1.777);
	}
	.mtv-section-hero .hero-card.yt figure img {
		height: calc((100vw - var(--mtv-nav-width) - 80px) * 0.4 / 1.777);
	}
	.mtv-band button.arrow:not(.collection-arrow) {
		top: calc(((100vw - var(--mtv-nav-width))/4 - var(--mtv-card-spacing))/3.554);
	}	
	.cards-page .video-card {
		width: 25%;
	}
	.cards-page .collection-card {
		width: 20%;
	}
	.mtv-band.se-teaser .right {
		padding-top: 15px;
	}
	.fSort .select2-container .select2-selection--single {
		width: 220px;
		margin-left: auto;
	}
}
@media (min-width: 1000px) and (max-width: 1199px) {
	.mtv-section-hero {
		margin-top: -17px !important;
	}
	.cards-band .video-card {
		flex: 0 0 calc(33.333%);
	}
	.cards-band .collection-card {
		flex: 0 0 calc(25%);
	}
	.video-card.yt figure img {
		height: calc(((100vw - var(--mtv-nav-width) - 20px) / 3 - var(--mtv-card-spacing)) / 1.777);
	}
	.mtv-hero-content .hero-right, .mtv-hero-content .hero-left {
		width: 45%;
	}
	.mtv-hero-content .hero-right {
		min-width: 40%;
		width: 40%;
	}
	.se-page .mtv-hero-content .hero-right {
		width: 40%;
	}
	.hero-card.yt figure img {
		height: calc(40vw / 1.777);
	}
	.mtv-section-hero .hero-card.yt figure img {
		height: calc((100vw - var(--mtv-nav-width) - 30px) * 0.35 / 1.777);
	}	
	.mtv-band button.arrow:not(.collection-arrow) {
		top: calc(((100vw - var(--mtv-nav-width))/3 - var(--mtv-card-spacing))/3.554);
	}	
	.cards-page .video-card {
		width: 33.333%;
	}	
	.cards-page .collection-card {
		width: 25%;
	}
	.mtv-band.se-teaser .left { 
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.mtv-hero>figure.wide-image-module {
		margin-top: 0px;
	}
	.video-modal .modal-content {
		width: calc(60vw);
	}
	.event-page nav.menu-content-module>div ul {
		min-width: 100%;
	}
	.event-live-player iframe, .event-live-player .live-player-container {
		max-height: calc(45vw / 1.7777 - 28px);
	}
	.collection-live-player iframe {
		max-height: calc((100vw - var(--mtv-nav-width)) * 0.55 / 1.777 - 22px);
	}
	.home-teaser .collection-live-player iframe {
		max-height: 185px;
	}
	body.single-events span.fLang.fSelect {
		top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	.mtv-section-hero {
		margin-top: -17px !important;
	}
	.mtv-hero>figure {
		margin-top: 0px !important;
	}
	.cards-band .video-card {
		flex: 0 0 calc(50%);
	}
	.cards-band .collection-card {
		flex: 0 0 calc(33.333%);
	}
	.video-card.yt figure img {
		height: calc(((100vw - var(--mtv-nav-width) - 20px) / 2 - var(--mtv-card-spacing)) / 1.777);
	}	
	.mtv-hero-content .hero-right, .mtv-hero-content .hero-left {
		width: 45%;
	}
	html.single-events .mtv-hero-content .hero-left {
		width: 45%;
		padding-right: 0px;
	}	
	html.single-events.info-page.dv3 .mtv-hero-content .hero-left {
		width: 50%;
		padding-right: 0px;
	}	
	body.single-events span.fLang.fSelect {
		top: -35px;
	}
	.mtv-hero-content .hero-left {
		padding-right: 0px;
	}
	.hero-card.yt figure img {
		height: calc(45vw / 1.777);
	}
	.mtv-section-hero .hero-card.yt figure img {
		height: calc((100vw - var(--mtv-nav-width) - 107px) * 0.45 / 1.777);
	}	
	.mtv-band button.arrow:not(.collection-arrow) {
		top: calc(((100vw - var(--mtv-nav-width))/2 - var(--mtv-card-spacing))/3.554);
	}	
	.cards-page .video-card {
		width: 50%;
	}
	.cards-page .collection-card {
		width: 33.333%;
	}
	.mtv-band.se-teaser .left { 
		padding-top: 15px;
		padding-bottom: 15px;
	}		
	div.se-page .mtv-hero-content .hero-left { 
		width: 50%;
	}
	.left-nav {
		top: 78px;
	}
	.video-modal .modal-content {
		width: calc(80vw);
	}	
	.event-page nav.menu-content-module>div ul {
		min-width: 100%;
	}
	.event-live-player .live-player-container, .event-live-player iframe {
		max-height: calc(45vw / 1.7777 + 1px);
	}
	div.term-chant-sahaja .collection-live-player iframe {
		max-height: calc((100vw - var(--mtv-nav-width)) * 0.55 / 1.777 - 16px);
	}
	div.term-chant-sahaja .mtv-section-hero .hero-left {
		width: 45%;
	}
	div.term-chant-sahaja .mtv-section-hero .hero-right {
		width: 55%;
	}
	div.term-chant-sahaja .mtv-section-hero .mtv-hero-content {
		padding-right: 0px;
	}
	div.term-chant-sahaja .mtv-section-hero .mtv-hero-content p:not(.btns) {
		font-size: 15px;
	}
	div.term-chant-sahaja .mtv-section-hero .hero-left img.cs-logo-subtitle {
		width: 110%;
		margin-left: -5%;
	}
	.cs-carousel-content {
		flex-direction: column;
	}
	.cs-carousel-content>div {
		width: 100%;
	}
	.cs-carousel-container {
		max-width: 500px;
	}
	.cs-carousel-content .handwriting {
		padding-left: 0px;
	}
	.cs-carousel-content .handwriting img {
		width: 100%;
		padding-top: 20px;
	}	
	.cs-carousel-content p {
		margin-top: 15px;
	}
	
	body.single-events span.fLang.fSelect {
		right: 25px;
	}
	.hero-left .auto-trans {
		display: inline-block;
		max-width: none;
	}

	.home-teaser .collection-live-player iframe {
		max-height: 180px;
	}
	.home-teaser .hero-left {
		width: 38% !important;
		padding: 0 0;
	}
	.home-teaser .hero-right {
		width: 57% !important;
		padding-right: 0px;
		padding-left: 10px;
	}
	.home-teaser:not(.cs-teaser) .hero-left, .home-teaser:not(.cs-teaser) .hero-right {
		width: 50% !important;
	}

	.home-teaser .cs-logo-subtitle {
		width: 100%;
		margin-left: 10px;
	}
	.home-teaser a.brush-button {
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 900px) {
	.video-description {
		width: 100% !important;
		padding-right: 0px !important;
	}
	.next-videos-container {
		width: 100% !important;
	}
	html.single-videos .mtv-container,
	html.single-sevideos .mtv-container,
	html.single-rtvideos .mtv-container {
		padding-left: 22px;
		display: flex;
		flex-direction: column-reverse;
		padding-right: var(--mtv-card-spacing);
	}
}
@media (max-width: 767px) {
	html[data-theme=ocean]:not(.page-template-default) div[header-dctv],
	html[data-theme=sun]:not(.page-template-template-sahaja-express):not(.page-template-default) div[header-dctv],
	html[data-theme=fire]:not(.term-events):not(.page-template-template-online-retreat):not(.page-template-default) div[header-dctv],
	html.mtv-hero-page div[header-dctv] {
		margin-top: 0px;
	}	
	html.term-my-account div[header-dctv], 
	html.term-product-sign-up div[header-dctv],
	html.term-user-login div[header-dctv] {
		margin-top: 63px !important;
	}

	html.term-my-library div[header-dctv] {
		margin-top: 33px !important;
	}

	body.single-events .mtv-hero-content {
		top: 80px;
	}

	.mtv-hero {
		max-width: 100%;
		overflow: hidden;
	}
	.mtv-section-hero {
		max-width: calc(100% + var(--mtv-card-spacing));
		overflow: hidden;
	}
	.mtv-hero>figure, .mtv-section-hero>figure {
		margin-top: 0px !important;
		margin-left: 0px;
		min-width: 400px;
	}
	body.term-sahaja-express.logged-in .mtv-hero>figure {
		min-width: 440px;
	}
	body.single-events .mtv-hero>figure {
		min-width: 540px;
	}
	.se-page .mtv-hero>figure {
		min-width: 400px;
	}
	.se-page .mtv-hero p.brush-buttons {
		text-align: center;
	}

	div.se-page h2.band-heading {
		padding: 0px 22px;
    	max-width: calc(100vw - 44px);
    	text-align: left;
		line-height: 26px;
	}

	.mtv-band.cols-4 {
		padding-bottom: 10px;
	}

	.mtv-section-hero {
		margin-left: calc(var(--mtv-card-spacing) * (-1));
	}
	.mtv-section-hero>figure {
		min-width: 480px !important;
		left: 0px;
	}
	html.term-sahaja-express-collections .mtv-section-hero>figure,
	html.term-collections:not(.single-collections) .mtv-section-hero>figure,
	html.post-type-archive-sevideos .mtv-section-hero>figure,
	html.post-type-archive-videos .mtv-section-hero>figure {
		min-width: 450px !important;
	}
	html.term-my-library .mtv-section-hero>figure {
		min-width: 600px !important;
	}
	.mtv-hero>figure svg, .mtv-section-hero>figure svg {
		bottom: -60px !important;
		min-width: 767px;
	}
	.mtv-hero>figure span.brush-container img, .mtv-section-hero>figure span.brush-container img, div.term-sangha-picks .sangha-pick-card span.brush-container img {
		min-width: 767px;
	}

	.mtv-hero .mtv-hero-content, .mtv-section-hero .mtv-hero-content {
		flex-direction: column;
		padding: 0 var(--mtv-card-spacing);
		top: 50px;
	}

	html.term-my-library .mtv-section-hero .mtv-hero-content {
		top: 0px;
	}
	.hero-left {
		padding-right: 0px !important;
		margin-bottom: 20px;
	}
	.hero-left, .hero-right {
		width: 100% !important;
		max-width: none !important;
	}
	.mtv-section-hero .mtv-hero-content .hero-right {
		margin-top: 0px;
	}

	.hero-right {
		margin: 0px !important;
	}
	.mtv-hero-content p:first-of-type {
		margin-top: 10px;
	}
	body.term-sahaja-express-landing .mtv-hero-content .hero-left img {
		margin-top: 20px;
	}
	body.term-sahaja-express-landing .home-teaser .mtv-hero-content .hero-left img {
		margin-top: 0px;
	}
	
	.cards-band-container, .cards-page, .cards-page-bounded {
		padding-right: 0px;
	}
	.se-page .mtv-band.se-band.cards-band-container {
		padding: 15px 0px 15px 22px;
	}
	.se-page .mtv-band.se-band.dana-band {
		padding-top: 0px;
	}
	.cards-band-container.contemplation-card-container {
		margin-left: -20px;
		padding: 30px 0px 30px 20px;
		margin-bottom: 15px;
		background-color: #FCF8F1;
		overflow: hidden;
	}
	.cards-band-container.contemplation-card-container .brush-container:nth-of-type(1) {
		top: -10px;
		bottom: auto;
		transform: scaleX(-1) scaleY(-1);
		width: 200%;
		left: 0%;
	}
	.cards-band-container.contemplation-card-container .brush-container:nth-of-type(2) {
		bottom: -10px;
		top: auto;
		width: 200%;
		left: -75%;
	}	

	.cards-band .video-card, .cards-band .collection-card {
		flex: 0 0 80%;
	}
	.cards-band .video-card.contemplation-card {
		flex: 0 0 100%;
		padding-right: 0px;
	}
	.cards-band .video-card.contemplation-card figure {
		box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 20%);
		margin-right: 20px;
	}
	.cards-band .collection-card:not(.Retreat) {
		flex: 0 0 70%;
	}
	.video-card.yt figure img {
		height: calc((80vw - var(--mtv-card-spacing) - 24px) / 1.777);
	}
	.cards-page .video-card.yt figure img, .cards-page-bounded .video-card.yt figure img {
		height: calc((100vw - 2*var(--mtv-card-spacing) - 1px) / 1.777);
	}	
	.hero-card.yt figure img {
		height: calc((100vw - 44px) / 1.777);
	}	
	.mtv-section-hero .hero-card.yt figure img {
		height: calc((100vw - 44px) / 1.777);
	}

	.hero-card h2 {
		font-size: 18px !important;
		line-height: 21px;
	}
	.mtv-band button.left-arrow, .mtv-band button.right-arrow {
		/* top: calc(((100vw)*4/5)/3.554 + 47px); */
		display: none;
	}	
	.cards-page .video-card, .cards-page .collection-card, .cards-page-bounded .video-card  {
		width: 100%;
	}
	.sangha-pick-card {
		padding-right: 0px !important;
	}
	.cards-page-bounded .video-card {
		padding-right: 0px;
	}
	.cards-band.teaser {
		overflow-x: hidden;
	}
	.cards-band.teaser .teaser-overlay {
		width: calc(100vw);	
	}	
	/* temporary till we do mobile */
	.left-nav {
		display: none;
	}
	.mtv-container {
		padding-left: var(--mtv-card-spacing);
		margin-top: 10px;
	}
	div.term-sangha-picks .cards-page {
		margin-left: -20px;
	}
	body.single-videos .mtv-container, body.single-sevideos .mtv-container, body.single-rtvideos .mtv-container {
		display: flex;
		flex-direction: column-reverse;
		padding-right: var(--mtv-card-spacing);
	}
	.video-description {
		width: 100% !important;
		padding-right: 0px !important;
	}
	.video-description .video-title h1 {
		margin-top: 0px;
		font-size: 22px !important;
	}
	.video-description .video-title {
		max-width: 100%;
		min-width: 100%;
	}
	.video-player-actions {
		float: left;
		margin-top: 15px !important;
	}
	.video-description-text p:first-of-type {
		margin-top: 20px;
	}
	.next-videos-container {
		width: 100% !important;
	}
	.next-videos-container .video-card.yt figure img {
		height: calc((100vw - 2 * var(--mtv-card-spacing)) / 1.777 - 3px);
	}
	.main-video-container:not(.modal-video-container) {
		width: 100%;
		height: auto !important;
		background-color: transparent !important;
		margin-top: 65px;
	}
	.main-video-container:not(.modal-video-container):not(.soundcloud):not(.html5audio) {
		padding-top: 0px;
	}
	.main-video-player {
		width: 100% !important;
		height: calc(100vw / 1.777) !important;
	}
	body.term-sahaja-express-live-audio .main-video-player {
		height: auto !important;
	}
	.mtv-band h2 {
		max-width: calc(100vw - 130px);
		font-size: 18px;
		letter-spacing: 1px;
	}
	body:not(.page-lang-en) .mtv-band h2 {
		max-width: calc(100vw - 175px);
	}

	.mtv-band h2.band-heading {
		max-width: none;
	}
	.mtv-band.se-teaser {
		flex-direction: column-reverse;
		width: calc(100% + 50px);
		margin-left: -50px;
		background: url("/wp-content/themes/moojiorg/img/mtv-free-lp-se-bg-mobile.jpg") no-repeat;
		background-size: cover;
		padding-top: 35px;
		padding-bottom: 15px;
	}
	.mtv-band.se-teaser .left {
		width: 100%;
		padding-right: 0px;
		padding-top: 0px;
	}

	.mtv-band.se-teaser .right {
		width: 100%;
		padding-bottom: 0px;
		padding-left: 50px;
	}

	.mtv-band.se-band {
		flex-direction: column;
	}
	.se-translations-band .mtv-band.se-band {
		flex-direction: column-reverse;
	}

	.mtv-band.se-band .left, .mtv-band.se-band .right {
		width: 100%;
		padding: 0px;
	}
	.mtv-band.striped {
		max-width: 100%;
		overflow: hidden;/*needed ? */
	}
	.mtv-band.striped svg {
		width: 1920px;
		left: 50%;
		transform: translateX(-50%);
		overflow: hidden;
	}
	.mtv-band.cols-4 {
		flex-wrap: wrap;
		flex-direction: row;
		padding: 0px;
	}
	.mtv-band.cols-4>div {
		width: 50%;
		padding: 0 15px;
	}

	.se-page .brush-button {
		transform: translateX(-30px);
	}

	.mtv-band .see-all {
		margin-right: 15px;
		font-size: 16px;
		margin-top: 15px;
	}
	
	.cards-band.empty p {
		line-height: normal;
	}
	
	.login-modal .modal-content {
		width: 100%;
		padding: 20px;
	}

	.register-modal input[name=rPass], .register-modal input[name=rPass2] {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	.login-modal .brush-button {
		margin-left: 80px;
	}

	form.mtv-filters {
		width: calc(100% - 26px);
		/* justify-content: center; */
		overflow: hidden;
		flex-wrap: wrap;
	}
	.mtv-filters .fLength {
		margin-right: 15px !important;
	}

	.mtv-filters .fSort {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}

	form.mtv-filters .fSelect, form.mtv-filters input[type=search] {
		margin-bottom: 10px;
	}

	form.mtv-filters button.cc-switch, form.mtv-filters select[name=fSort] {
		margin-right: 0px !important;
	}
	
	form.mtv-filters span.search-box, form.mtv-filters input[type=search] {
		width: 100% !important;
	}
	.mtv-pagination .page_links {
		display: flex !important;
		align-items: center;
		flex-wrap: wrap;
	}
	.mtv-pagination .page_links a {
		margin-bottom: 20px;
	}
	.mtv-pagination .page_links a.prev, .mtv-pagination .page_links a.next {
		align-self: baseline;
	}
	.mtv-pagination .page_links a.prev::after {
		top: 8px !important;
	} 
	.mtv-pagination .page_links a.next::after {
		top: 3px !important;
	}
	.mtv-menu-mobile {
		display: block;
		transition: bottom 1s ease;
	}

	body.scrollingDown .mtv-menu-mobile {
		bottom: -60px;
	}
	body.scrollingUp .mtv-menu-mobile {
		bottom: 0px;
	}	

	.mtv-page iframe {
		width: 100%;
		height: calc(100vw / 1.777);
	}
	.hero-left .fLang {
		right: 5px;
		top: -15px;
	}
	html.single-events .hero-left .fLang {
		top: -30px;
	}	

	.se-pricing-modal .pricing-cards {
		flex-direction: column;
	}
	.se-pricing-modal .pricing-card {
		width: 100%;
	}
	.se-pricing-modal .pricing-card.monthly {
		margin-right: 0px;
		margin-bottom: 40px;
	}
	.collection-card h3 {
		font-size: 1.5em !important;
	}
	.hero-card span.time {
		font-size: 16px;
	}
	.hero-right .se-video-brush-label {
		display: none;
	}
	.video-card .se-video-brush-label {
		right: 16px;
	}
	.video-card.Free.new::before {
		right: 20px;
	}
	.video-card.Free.new::after {
		right: -22px;
	}
	.se-pricing-modal .modal-content {
		width: auto;
	}
	.se-pricing-modal .modal-content:not([data-lang=EN]) {
		width: 100%;
	}
	.se-translations-pricing {
		padding: 0px 0px !important; 
	}
	.se-translations-pricing .plan-btns {
		flex-direction: column;
	}
	.se-translations-pricing .plan-btns p.plan-note {
		margin-top: 5px;
	}
	.se-lang-links {
		text-align: left;
		padding-left: 20px;
		margin-top: 0px;
	}

	a.social-sign-in.google {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	a.social-sign-in.facebook {
		width: 240px;
	}
	p.social-sign-in-p {
		flex-direction: column;
		align-items: center;
	}	

	.checkout-subscription-info {
		padding-left: 0px;
	}
	.checkout-subscription-info>.section-container {
		flex-direction: column;
	}
	.subscription-info {
		width: 100%;
	}
	.subscription-info:nth-child(1) {
		margin-bottom: 10px;
	}
	.subscription-info input[type=radio] {
		-moz-appearance: none;
		appearance: none;
		outline: none;	
		margin-top: 7px;
	}	

	.video-card .close-button {
		display: block;
	}

	.mtv-iframe {
		min-height: calc(85vh);
	}
	.mtv-iframe iframe {
		min-height: 100% !important;
	}

	button .mtv-icon.mtv-heart {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite@2x.png?v2') no-repeat -60px 0px;
		background-size: 120px 57px;
		width: 32px;
		height: 32px;
	}	
	button.selected .mtv-icon.mtv-heart {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite@2x.png?v2') no-repeat -60px -32px;
		background-size: 120px 57px;
		width: 32px;
		height: 32px;
	}	
	button .mtv-icon.mtv-no-video {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite@2x.png') no-repeat -28px 2px;
		background-size: 120px 57px;
		width: 32px;
		height: 32px;
	}	
	button.selected .mtv-icon.mtv-no-video {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite@2x.png') no-repeat -90px 1px;
		background-size: 120px 57px;
		width: 32px;
		height: 32px;
	}	
	button .mtv-icon.mtv-download {
		background: url('/wp-content/themes/moojiorg/img/icons/mtv-player-icons-sprite@2x.png') no-repeat 2px 0px;
		background-size: 120px 57px;
		width: 32px;
		height: 32px;
	}	
	.video-card.hide-on-mobile {
		display: none;
	}
	.mtv-welcome-banner .close-button {
		right: 14px;
		top: 12px;
	}
	.mtv-welcome-banner .top-frame {
		top: -8px;
	}
	.mtv-welcome-banner .bottom-frame {
		bottom: -8px;
	}
	.mtv-retreat-banner>div {
		flex-direction: column;
	}
	.mtv-retreat-banner>div>div:nth-of-type(1) {
		width: 100%;
	}
	.mtv-retreat-banner>div>div:nth-of-type(2) {
		padding-bottom: 10px;
	}
	.mtv-retreat-banner.se-banner>div>div:nth-of-type(2) {
		align-self: center;
	}	
	.mtv-welcome-banner.mtv-skinny-banner {
		background-size: cover;
		background-position: center;
	}

	.events-subheader {
		display: flex;
		flex-direction: column;
		right: 10px;
		top: 100px;
	}
	body.term-events section.header-content-module>div h1, 
	body.page-template-template-online-retreat section.header-content-module>div h1 {
		max-width: 75%;
		margin: 0 0;
	}

	.section-container.section-with-menu {
		overflow-x: hidden;
		overflow-y: hidden;
	}

	html.term-events .select2-container .fLangDropdown li, html.single-collections .select2-container .fLangDropdown li{
		padding-left: 10px;
	}
	html.term-events .select2-container, html.single-collections .select2-container {
		right: 5px;
	}

	.live-player-container {
		width: 100%;
		height: calc((100vw - 40px) / 1.77);
	}

	.event-live-player iframe, .collection-live-player iframe {
		height: calc((100vw - 40px) / 1.77);
	}
	.collection-live-player iframe {
		max-height: none;
	}

	.event-live-player.audio {
		height: calc((100vw - 40px) / 1.77);
	}
	html.single-events .mtv-hero-content h1 {
		padding-left: 0px;
		padding-right: 0px;
	}
	html.page .sahaja-space-container {
		margin: 0px -20px;
	}
	.sahaja-space-container>svg {
		width: 1000px;
		overflow: hidden;
	}
	.sahaja-space-container>svg:first-of-type {
		margin-top: -5px;
	}
	.sahaja-space-container>svg:last-of-type {
		margin-bottom: -7px;
	}
	.sahaja-space {
		padding: 20px 0px 10px 0px;
	}
	.sahaja-space .space-carousel {
		width: 100%;
		float: none;
	}
	.sahaja-space .space-description {
		display: block;
		width: 100%;
		padding: 20px 20px 0px 20px;
	}
	.sahaja-space.contemplative .space-description h2::after {
		content: ' ';
		background: url('/wp-content/themes/moojiorg/img/spaces/icon-contemplative.svg') no-repeat;
		position: absolute;
		width: 33px;
		height: 40px;
		top: -5px;
		right: 0px;
	}	
	.sahaja-space.watch .space-description h2::after {
		content: ' ';
		background: url('/wp-content/themes/moojiorg/img/spaces/icon-watch.svg') no-repeat;
		position: absolute;
		width: 45px;
		height: 45px;
		top: 0px;
		right: 0px;	
	}	
	.sahaja-space.social .space-description h2::after {
		content: ' ';
		background: url('/wp-content/themes/moojiorg/img/spaces/icon-social.svg') no-repeat;
		position: absolute;
		width: 45px;
		height: 45px;
		top: 0px;
		right: 0px;	
	}			
	.video-modal .modal-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	div.term-sangha-picks .cards-page {
		overflow-x: hidden;
	}

	.sangha-pick-card a {
		flex-direction: column;
	}
	.sangha-pick-card a figure, .sangha-pick-card a .sangha-pick-info {
		width: 100%;
	}
	.sangha-pick-card .sangha-pick-info {
		padding-left: 0px;
		padding-top: 20px;
	}
	.sangha-pick-card:nth-child(even) .se-brush:nth-of-type(1) {
		top: -2px;
	}
	.sangha-pick-card:nth-child(even) .se-brush:nth-of-type(2) {
		bottom: -2px;
	}

	body.daily-contemplation .sangha-pick-card {
		width: calc(100% - 20px) !important;
		background-color: transparent !important;
	}

	div.term-chant-sahaja .mtv-section-hero .hero-left img.cs-logo {
		padding-left: 60px;
	}
	div.term-chant-sahaja .mtv-section-hero .hero-left img.cs-logo-subtitle {
		width: 100%;
		margin-left: 0;
	}
	.cs-carousel-container {
		margin: 10px 0px 10px 10px;
		width: calc(100% - 35px);
		padding: 15px 0px;
	}
	.cs-carousel-container .splide__arrow--next {
		right: -1.4em;
	}
	.cs-carousel-container .splide__arrow--prev {
		left: -1.6em;
	}
	.cs-carousel-content {
		flex-direction: column;
	}
	.cs-carousel-content .cs-carousel-right {
		padding: 0px;
	}
	.cs-carousel-content>div {
		width: 100%;
	}
	.cs-carousel-content {
		margin: 10px 25px;
	}
	.cs-carousel-content p.watch-live .cs-hours {
		font-size: 95%;
	}
	.cs-carousel-left .top-frame {
		top: -15px;
	}
	.cs-carousel-left .bottom-frame {
		bottom: -15px;
	}	
	.cs-carousel-content .handwriting {
		padding-left: 0px;
	}
	.cs-carousel-content .handwriting img {
		width: 100%;
		padding-top: 20px;
	}	
	.cs-carousel-content p {
		margin-top: 15px;
	}
	div.term-chant-sahaja .mtv-content>.mtv-band:nth-of-type(4)::after,	
	div.term-chant-sahaja .mtv-content>.mtv-band:nth-of-type(6)::after,
	div.term-chant-sahaja .mtv-content>.mtv-band:nth-of-type(8)::after {
		width: calc(70vw);
		right: 30px;
	}

	.home-teaser-figure-container {
		overflow: hidden;
		margin-left: -20px;
	}

	.home-teaser figure {
		min-width: 440px;
		margin: 0 -20px;
		overflow: hidden;
	}
	.home-teaser .mtv-hero-content {
		flex-direction: column;
	}
	.home-teaser .hero-left {
		width: 100% !important;
		margin-left: -20px;
		padding: 0px 0px;
		text-align: center;
		max-width: none !important;
	}
	.home-teaser .hero-right {
		width: 100% !important;
		max-width: none !important;
	} 
	.home-teaser .cs-logo {
		width: 70%;
		padding-left: calc(15% + 25px);
	}
	.mukti-teaser .cs-logo {
		width: 90%;
		padding-left: 10% !important;
	}
	.home-teaser .cs-logo-subtitle {
		width: 90%;
		padding-left: 20px;
		max-width: 350px;
		display: block;
		margin: 0 auto;
	}
	.home-teaser a.brush-button {
		transform: translateX(-30px);
	}

	html.page .one-column-module iframe {
		height: calc((100vw - 40px) / 1.777);
	}
	.hero-left .auto-trans {
		display: inline-block;
		max-width: none;
	}
	html.single-events .hero-left .fLang {
		right: -6px;
		text-align: center;
		width: 100%;
	}
	html.single-events .select2-container {
		right: auto !important;
	}

	#teaser-carousel {
		margin-left: -20px;
		overflow-x: hidden;
	}
	#teaser-carousel .mtv-band {
		padding-left: 20px;
	}
	#teaser-carousel .mtv-band .mtv-hero-content {
		width: calc(100% - 20px);
	}
	#teaser-carousel .splide__arrow--prev {
		left: 0em;
	}	
	#teaser-carousel .splide__arrow--next {
		right: 0em;
	}	
	.contemplation-teaser .home-teaser-figure-container>figure {
		min-height: 620px;
	}
	.contemplation-teaser {
		overflow-x: hidden;
	}

	body.term-events .section-with-menu iframe {
		width: calc(100vw - 40px);
		height: calc((100vw - 40px) / 1.777);
	}

	.mtv-band.live-audio audio {
		width: calc(100% - 20px) !important;
	}

	body.daily-contemplation .daily-contemplation-title {
		margin-bottom: 0px;
	}

	body.term-guest-retreat div.jwplayer {
		width: 100% !important;
		height: calc((100vw - 40px) / 1.77) !important;
	}

	.schedule-item {
		flex-direction: column;
	}

	.schedule-item>div {
		width: 100% !important;
	}

	.schedule-item>div:nth-child(2) {
		padding-left: 0px;
		padding-top: 20px;
		z-index: 1;
	}

	.schedule-item>div:nth-child(2):after {
		display: none;
	}

	.schedule-item>div:nth-child(3) {
		padding-left: 10%;
		padding-top: 10px;
	}

	body.page-template, body.page-template-default div.section-container .jwplayer {
		width: 100% !important;
		height: calc((100vw - 40px) / 1.777) !important;
	}

	html.single-events.info-page.dv3 .mtv-hero>figure {
		left: calc(50vw - 270px);
		min-width: 470px;
	}
	html.single-events.info-page.dv3 .mtv-hero-content .hero-left {
		padding-left: 0px;
	}
	body.single-events.info-page.dv3 .mtv-hero-content {
		top: 80px;
	}

	.sahaja-space-container.live .sahaja-space .space-description p.subtitle::before {
		top: 23px;
		left: 21px;
	}
}

@media (min-width: 470px) and (max-width: 767px) {
	html.single-events.info-page.dv3 .mtv-hero>figure {
		left: 0px;
	}
}

@media (min-width: 768px) and (max-width: 900px) {

	html.single-events.info-page.dv3 .hero-left .fLang {
		right: -6px;
		text-align: center;
		width: 100%;
		top: -30px;
	}
	html.single-events.info-page.dv3 .select2-container {
		right: auto !important;
	}
}

@media (min-width: 600px) and (max-width: 767px) {
	.cards-band .video-card, .cards-band .collection-card {
		flex: 0 0 40%;
	}
	.cards-page .video-card, .cards-page .collection-card, .cards-page-bounded .video-card {
		width: 50%;
	}
	.video-card.yt figure img {
		height: calc((40vw - var(--mtv-card-spacing) - 11px) / 1.777)
	}
	.cards-page .video-card.yt figure img, .cards-page-bounded .video-card.yt figure img {
		height: calc((50vw - 2*var(--mtv-card-spacing) - 1px) / 1.777);
	}
	.next-videos-container {
		width: 50% !important;
	}
	.next-videos-container .video-card.yt figure img {
		height: calc((50vw - 2*var(--mtv-card-spacing) - 1px) / 1.777 - 3px);
	}
}

@media (min-width: 1101px) {
	div.term-sangha-picks .mtv-hero-content, div.term-chant-sahaja .mtv-hero-content {
		max-width: 800px;
		margin: 0 auto;
		left: calc(50vw - var(--mtv-nav-width) / 2 - 400px);
	}
	div.term-chant-sahaja .mtv-hero-content {
		padding-right: 0px;
	}
	.collection-live-player iframe {
		max-height: 234px;
	}
	.home-teaser .collection-live-player iframe {
		max-height: 214px;
	}
}
@media (min-width: 769px) and (max-width: 1100px) {
	div.term-sangha-picks .mtv-hero-content {		
		left: 30px;
	}
	div.term-chant-sahaja .mtv-hero-content {
		left: 0px;
	}
}

@media (min-width: 768px) {
	.wp-block-column .cards-page-bounded .video-card {
		width: 100% !important;
		padding-right: 0px;
	}
}

.mtv-filters {
	width: 100%;
	margin: 20px 0px;
	display: flex;
}
.mtv-filters .fLang-fSearch {
	display: flex;
	width: 100%;
	max-width: 600px;
}
.mtv-filters span.search-box {
	width: 100%;
}
.mtv-filters .fClear {
	margin-left: 10px;
}
.mtv-filters .fClear a {
	cursor: pointer;
	font-family: 'futura-pt';
	font-size: 17px;
	font-weight: 500;
	color: #7F7F7F;
}
.fSelect select {
	font-family: 'futura-pt';
	padding: 5px;
	font-size: 16px;
	margin-right: 28px;
	border: none;
	height: 36px;
}
.fSelect {
	padding-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.mtv-filters .fLang {
	margin-right: 0px;
}
.mtv-filters .fLang .select2 {	
	width: 70px !important;
}
.mtv-filters .fLength .select2 {
	min-width: 120px;
}
.mtv-filters .fType .select2 {
	min-width: 200px;
}
.mtv-filters .fYear .select2 {
	min-width: 120px;
}
.mtv-filters .fSort .select2 {
	min-width: 260px;
}
.fSelect .select2-container, .select2-container li {
	font-family: 'futura-pt';
	font-size: 17px;
	font-weight: 500;
	color: #7F7F7F;
}
.fSelect .select2-container *:focus {
	outline: none;
}
.fSelect .select2-selection__rendered {
	line-height: 35px !important;
	color: #7F7F7F !important;
}
.fSelect .select2-container .select2-selection--single {
	height: 39px !important;
	border: none;
	border-radius: 0px;
	padding-left: 10px;
}
.fSelect .select2-container--default .select2-selection--single {
	background-color: transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #55828B;
}

.select2-container--open .select2-dropdown--below {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border: none;
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.1);
}
.fSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 7px !important;
}
.fSelect .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #7F7F7F transparent transparent transparent;
}
.fSelect .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 5px 0 5px;
}
.fSelect .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 5px 0 5px;
}

.select2-container li {
	padding-left: 20px;
}
.select2-container--default .select2-results__option--selected {
	background-color: transparent;
}
.select2-container--default .select2-results>.select2-results__options {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #F8F7F6;
	color: #BE8274;
	border-bottom: 0px solid #E6B89C;
}
.fSelect .select2-selection__arrow {
    height: 33px !important;
}
.select2-dropdown {
	border: none !important;
}
.mtv-filters .fSort {
	margin-left: auto;
	margin-right: 20px;
}

.mtv-filters select[name=fSort] {
	margin-left: auto;
}

form.mtv-filters input[type=search] {
	margin-right: 15px;
	height: 39px !important;
}
form.mtv-filters button.cc-switch {
    margin-right: 10px;
    font-family: 'futura-pt';
    font-size: 17px;
	color: #7F7F7F;
    border: 1px solid #7F7F7F;
    border-radius: 15px;
    padding: 2px 13px 1px 13px;
    height: 27px;
	margin-top: 8px;
	font-weight: 500;
}
@-moz-document url-prefix() {
	form.mtv-filters button.cc-switch {
		display: block ruby;
	}
}

form.mtv-filters button.cc-switch:hover, form.mtv-filters button.cc-switch.active {
	color: #BE8274;
	border: 1px solid #BE8274;
}
form.mtv-filters button.cc-switch input[type=checkbox] {
	width: 0;
	height: 0;
	opacity: 0;
}

div.mtv-pagination {
	width: calc(100% - 20px);
	padding-right: 28px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

div.mtv-pagination .page_results {
	font-size: 17px;
	font-family: 'futura-pt';
	margin-bottom: 20px;
	font-style: italic;
	color: #7F7F7F;
	display: inline-block;
}
div.mtv-pagination .page_links {
	display: inline-block;
}
div.mtv-pagination .page_links a {
	font-size: 17px;
	font-weight: 400;
	padding: 0 15px;
	font-family: 'futura-pt';
	color: #7F7F7F;
	outline: none !important;
	-webkit-touch-callout: none;
}
div.mtv-pagination .page_links a:hover {
	text-decoration: none;
}
div.mtv-pagination .page_links a.active {
	background-color: #F8F7F6;
	color: #BE8274;
	border-radius: 8px;	
	padding: 6px 13px;
	cursor: default;
}
div.mtv-pagination .page_links a.next, div.mtv-pagination .page_links a.prev {
	position: relative;
	padding: 0 10px;
}
div.mtv-pagination .page_links a.next::after {
	content: ' ';
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 7px solid transparent;
  	border-bottom: 7px solid transparent;
	top: 4px;	
	border-left: 7px solid #7F7F7F;
}
div.mtv-pagination .page_links a.prev::after {
	content: ' ';
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 7px solid transparent;
  	border-bottom: 7px solid transparent;
	top: 4px;	
	left: 0px;
	border-right: 7px solid #7F7F7F;
}

body.term-my-account .header-content-module, body.term-product-sign-up .header-content-module {
	padding-bottom: 20px;
}
body.term-my-account .header-content-module h1, body.term-product-sign-up .header-content-module h1 {
	font-size: 30px;
	color: #EFB961;
}
body.term-reset-password .header-content-module h1 {
	color: #a7cbd0;
}

.mtv-iframe {
	margin-top: 0px !important;
}
.mtv-iframe>.section-container {
	padding: 0px 0px;
}
.mtv-iframe iframe {
	border: none !important;
	width: 100%;
	height: 100%;
	min-height: 1400px;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.mtv-iframe iframe::-webkit-scrollbar {
	display: none;
}
body.term-my-account iframe {
	min-height: 500px;
}

form.reset-form input[type=email] {
	display: inline-block;
	width: 300px;
}
form.reset-form a.btn {
	margin-left: 30px;
}
form.change-pass-form {
	max-width: 300px;
	margin: 0 auto;
}
form.change-pass-form a.btn {
	margin-left: 50px;
	margin-top: 15px;
}

form.reset-form input, form.change-pass-form input {
	margin-bottom: 15px;
}

body.term-reset-password a.brush-button {
	margin-left: 70px;
}
body.term-reset-password a.brush-button svg g {
	fill: #bcc1a7;
}
body.term-reset-password p {
	font-size: 18px !important;
}

span.price {
	font-family: 'futura-pt';
	letter-spacing: 0.5px;
	color: #BE8274;
	font-size: 20px;
	font-weight: 500;
}

table.download-links {
	font-size: 'futura-pt';
	border-collapse: collapse;
}
table.download-links tr {
	border-bottom: 1px solid #ddd;
}
table.download-links tbody tr:nth-child(odd) {
	background-color: #FDF8F6;
}
table.download-links thead td {
	font-weight: 500;
}
table.download-links td {
	font-size: 18px;
	line-height: 30px;
	text-align:center;
	padding: 0 10px;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
			animation: fa-spin 2s infinite linear; 
}

@keyframes fa-spin {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg); }
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg); } 
}

.blockUI.blockOverlay {
	opacity: 0.1 !important;
}

.blockUI.blockMsg {
	border: none !important;
	background-color: transparent !important;
	font-size: 30px;
}

.blockUI.blockMsg i {
	-webkit-animation: fa-spin 1.5s linear infinite;
	animation: fa-spin 1.5s linear infinite;
	transform: translateZ(0)
}
a.pressable {
	transition: opacity 0.2s ease-in-out;
}
a.pressable:active {
	opacity: 0.7;
}
a.pressable img {
	transition: all 0.2s ease-in-out;
}
a.pressable:active img {
	transform: scale(0.9);
}

/* morg header fix START */
header.main>div>nav>ul>li>svg {
	top: -15px;
	height: 105%;
}
header.main.open>div>nav>ul>li {
	padding-bottom: 20px;	
}
header.main>div>nav>ul>li>a {
	height: 36px;
	margin-top: 16px;
	padding-bottom: 0px;
}
header.main>div>nav>ul>li>ul {
	margin-top: 10px;
	width: 145px;
}
header.main>div>nav>ul>li+li {
	margin-left: 10px;
}
header.main>div>nav>ul>li:nth-child(3) {
	margin-left: 30px;
}
/* morg header fix end */

html.term-events .video-card button.fav {
	display: none;
}

@media (min-width: 768px) {
	.nogap div, .nogap {
		gap: unset !important;
	}
}

.toast-close {
	padding: 0 15px !important;
    opacity: 1 !important;
}
