/**
 * ===================================================================================
 *										Generic Css
 * ===================================================================================
 */
html{
	margin: 0 !important;
}
body { 
	background: #FFF; 
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 1.125rem;
    -webkit-font-smoothing: antialiased;
}
a:hover{
	text-decoration: none;
}
.font-open-sons{
	font-family: 'Open Sans', sans-serif;
}
.font-playfair{
	font-family: 'Playfair Display', serif;
}
h1,h2,h3,h4,h5{
	font-weight: 700;
}
hr{
	border-top: 2px solid #d9b891;
}
.jenny-btn{
	display: inline-block;
    background-color: #d9edf3;
    color: #000000;
    padding: 13px 25px;
}
.jenny-btn:hover{
    color: #ffffff;
}
.gold,.gold:hover{
	color: #d4b176;
}
.text-black{
	color: #000000 !important;
}

.need-help-btn{
	position: fixed;
    right: -41px;
    top: 50%;
	margin-top: -30px;
    z-index: 9999;
    transform: rotate(270deg);
	display: block;
    padding: 10px 15px;
    background-color: #0035ff;
	font-size: 1rem;
    color: #ffffff;
}
.need-help-btn:hover{
    color: #ffffff;
	padding: 10px 15px;
	font-size: 1rem;
}
.cus-pb-6{
	padding-bottom: 6rem !important;
}
/**
 * ===================================================================================
 *										Header CSS
 * ===================================================================================
 */

.site-header{
	background: url(../img/5_Shifts_-_Couple_on_Mountain.jpg) left center no-repeat;
    background-size: cover;
    position: sticky;
    top: 0;
    min-height: 640px;
    height: 100vh;
}
.header-menu{
	display: none;
}
.site-header .module-bar{
	cursor: pointer;
}
.site-header .header-top-menu{
	position: absolute;
	top: 0;
	left: 0;
}
.site-header .header-menu{

}
.site-header .header-menu nav{
	background-color: #ffffff;
    width: fit-content;
    padding: 1em 2em;
    border-radius: 3px;
    position: absolute;
    left: 50px;
    z-index: 999;
    margin-left: -15px;
    width: 175px;
}
.site-header .header-menu nav #menu-header-menu li{
	display: block;
    margin: 10px 0;
}
.site-header .header-menu nav #menu-header-menu li a{
	border-bottom: 1px dotted hsla(0,0%,0%,.2);
    text-align: left;
    position: relative;
    top: 1px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    color: #242424;

}
.header-caption-block{
	font-family: 'Playfair Display', serif;
}
.header-caption-block h3{
	color: #812a46;
	font-size: 1.250rem;
}
.main-module-single h2{
	font-family: 'Playfair Display', serif;
}

/**
 * ===================================================================================
 *										Customer Center CSS
 * ===================================================================================
 */

.page-id-78 #mr_container{
	font-family: 'Open Sans', sans-serif !important;
}
.page-id-78 #mr_container h3{
	color: #d4b176;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.page-id-78 #mr_container h2{
	font-size: 1.8em;
	font-weight: 700;
}
.page-id-78 #mr_container span{
	font-size: 0.95rem;
}
.page-id-78 #mr_container .primary-bg-color{
    background-color: #96CCEC;
}
.pp-section__div {
    padding: 1.1rem !important;
}
.page-id-78 #mr_container .pp-button{
	color: #fff;
	background-color: #d4b176;
}
.page-id-78 #mr_container input{
	padding: 10px;
}

/**
 * ===================================================================================
 *										Login Page Css
 * ===================================================================================
 */

.main-login{
	background-image: url(../img/login_bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	height: 100vh;
}
.login-block input,
.login-block input:focus,
.login-block input:visited{
	background-color: #cdeaf3 !important;
    padding: 5px 15px;
	height: 45px;
    font-size: 1rem !important;
    border: 2px solid #cdeaf3;
}
.login-block .login-username{
	margin-bottom: 1rem !important;
}
 .login-block .login-remember #rememberme{
	height: 20px;
}
.login-block input[type=submit]{
	background-color: #fb3f41 !important;
    border: 2px solid #fb3f41;
    width: 100%;
    color: #fff;
    font-weight: 600;
	cursor: pointer;
}
.main-login .login-block{
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.7);
}
.login-block .tml-rememberme-wrap{
	float: right;
	display: flex;
    align-items: center;
    height: 30px;
    color: #a9a9a9;
}
.login-block .tml-rememberme-wrap #rememberme{
	order: 1;
	float: right;
	margin-left: 10px;
}
 .login-block .tml-links{
	text-align: center;
}
.login-block .tml-links a{
	color: #000 !important;
}
.login-block .tml-links{
	padding: 0;
	list-style: none;
}
 .login-block .tml-links a{
	color: #d9b891;
}
.login-block .tml-links a:hover{
	text-decoration: underline;
}
.login-block .op-login-form-1{
	box-shadow: none;
	margin: 0 !important;
	padding: 20px !important;
}
.font-playfair{
	font-family: 'Playfair Display', serif;
}
.text-blue{
	color: #09aee6;
}


.cutomer-center .op-login-form-1{
	margin: auto !important;
}

/**
 * ===================================================================================
 *										Dashboard Page CSS
 * ===================================================================================
 */

.cat-post{
	display: none;
}
.cat-main-title{
	position: relative;
}
.cat-main-title::before{
	content: '';
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../img/arrow-point-to-right.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .256s;
}
.cat-toggle .cat-main-title::before{
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg); 
    transition: all .256s;
}
.main-dashboard{
	background-color: #f5f5f5;
}
.main-module-single .module-content{
	-webkit-box-shadow: 0px 0px 49px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 49px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 49px 0px rgba(0,0,0,0.1);
}
.main-dashboard .dashboard-title{
    background-image: linear-gradient(#cadce2, #d9edf4);
    padding-top: 3.1rem;
    padding-bottom: 3.1rem;
}
.main-dashboard .progress {
    height: 6px;
    border-radius: 1rem;
    background-color: #ebebeb;
}
.custom-border-top{
	border-top: 8px solid #d4b176;
}
.main-dashboard .progress-bar {
    background-color: #D4B176;
}
.main-dashboard .module-listing{
	margin: 0 auto 1.4rem;
	cursor: pointer;
	z-index: 10;
    display: block;
    box-shadow: 0 2px 3px rgba(14,14,14,.11);
    background: #fff;
    border-radius: 3px;
    transition: all .3s;
    border-left: 10px solid #96CCEC;
	position: relative;
}
.total-post{
	background-color: hsla(0,0%,0%,.05);
    color: hsla(0,0%,0%,.4);
    padding: 2px 9px;
    font-size: 15px;
    border-radius: 2px;
    margin: 0 20px;
}
.com-task-per{
	color: rgba(14,14,14,.2);
}
.post-module-title{
	display: block;
    padding: 0.47rem;
}
.post-module-title:hover{
	padding: 0.47rem 1.4rem;
    position: relative;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    transition: all .3s;
    background: hsla(0,0%,0%,.05);
}
.post-module-title img{
	position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
    opacity: .8;
    height: 22px;
}
.post-module-title span{
	border-bottom: 1px dotted hsla(0,0%,0%,.75);
    top: 2px;
    letter-spacing: .025vw;
    font-weight: 600;
    display: inline;
    color: #242424;
    font-size: 1rem;
    position: relative;
}
.post-module-title span.task_true::after{
	position: absolute;
	top: -6px;
    content: "✔";
    margin-left: 9px;
    color: #7ecba1;
    font-size: 1.25rem;
}
.post-module-title span.task_false::after{
	position: absolute;
	top: -7px;
    content: '★';
    margin-left: 9px;
    color: #d3b176;
    font-size: 1.4rem;
}
.parent-cat-title{
	background: #e5e5e5;
    color: hsla(0,0%,0%,.4);
    letter-spacing: 2px;
    line-height: 1;
    font-weight: 700;
    font-size: 9.5px;
    text-transform: uppercase;
    padding: 6px 15px 5px;
    border-radius: 20px;
    width: fit-content;
}
.module-listing::before{
	content: "";
    z-index: -1;
    position: absolute;
    display: block;
    background: #e5e5e5;
    width: 4px;
    margin-left: -4px;
    height: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -22px;
}

/**
 * ===================================================================================
 *										Single Module CSS
 * ===================================================================================
 */

.main-module-single{
	background-color: #f4f3f3;
}
.main-module-single .module-title{
	background-image: linear-gradient(#cadce2, #d9edf4);
	padding-top: 2rem; 
	padding-bottom: 2rem; 
}
.main-module-single .module-content p{
	color: #a19f9f;
}
.main-module-single .module-content .module-video iframe{
	width: 100%;
    height: 31rem;
}


#ck-button {
    cursor: pointer;
    background-color: #d9edf3;
    color: #000000;
    padding: 13px 25px;
    transition: all 320ms ease;
}
#ck-button:hover {
    color: #ffffff;
}
#ck-button .mark-a-lesson {
    display: none;
}
.module-content h5{
	font-family: 'Playfair Display', serif;
}

/**
 * ===================================================================================
 *										Footer CSS
 * ===================================================================================
 */

.site-footer{
	background-color: #999999;
	position: absolute;
    bottom: 0;
}

/**
 * ===================================================================================
 *										Media Query
 * ===================================================================================
 */

@media only screen and (min-width: 992px) {
	.custom-h-lg-100{
		height: 100% !important;
	}
	
}

@media only screen and (max-width: 991px) {
	.site-header{
		padding-top: 1rem;
		padding-bottom: 0; 
	}
	.primary-sidebar{
		display: none;
	}
	.search-form input {
	    width: 100%;
	    margin: 0;
	}
	.navbar-block{
		border-top: 1px solid #e4cdb2;
	}
	.site-header {
		position: static; 
		min-height: unset; 
		height: unset; 
		padding: 80px 0 40px;
	}
}

@media only screen and (max-width: 768px) {
	.main-module-single .module-content .module-video iframe{
	    height: 19rem;
	}
	.contant-box{
		display: block;
		position: relative;
		font-size: 1rem;
		word-break: break-word;
	}
}
@media only screen and (max-width: 575px) {
	.page-id-78 #mr_container .pp-section__div--right,
	.page-id-78 #mr_container .pp-section__div--left{
		width: 100% !important;
	}
	.main-login h3{
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 399px) {
	.site-header #menu-header-menu li a {
	    font-size: 0.85rem;
	}
}