/* CREATE VIDEO PAGE */
#page-create-course{
    background-color: #F7F5F3;
    position: relative;
}
#page-create-course:before{
    content: "";
    width: calc(50% - 598px);
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
#listing-container-course {
    display: flex;
    display: -webkit-flex;
}

#listing-container-course #listing-sidebar-course {
	background: #fff;
	display: inline-block;
	float: left;
	height: auto;
	min-width: 185px;
	width: 185px;
	z-index: 3;
}
#sidebar-course-inner {
    float: right;
    max-width: 185px;
    padding: 38px 40px 50px;
    width: 100%;
    padding-left: 0px;
}
#listing-sidebar-course ul {
    list-style: none;
}
#listing-sidebar-course ul li {
    border-bottom: 2px solid #EBE6E1;
}

#listing-sidebar-course ul li a {
    color: #A7A19B;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 125%;
    padding: 14px 0;
}
#listing-sidebar-course ul li a:hover, #listing-sidebar-course ul li a.current {
    color: #484848;
    text-decoration: none;
}
#listing-sidebar-course ul li a:before {
    background-color: #fff;
    border: 2px solid #EBE6E1;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 25px;
    margin: 0 10px 0 0;
    text-indent: -9999px;
    vertical-align: middle;
    width: 25px;
}

#listing-container-course #content-course {
	display: inline-block;
	float: left;
	max-width: 100%;
	width: 1050px;
}
#content-course-inner {
    float: left;
    max-width: 720px;
    padding: 50px 0px 60px 70px;
    width: 100%;
}
#course_right_section{
    float: right;
    max-width: 281px;
    padding-top: 50px;
    width: 100%;
}

.content_top, .content_bottom {
    background-image: url(../../../../../../themes/sivaneast/images/right_sidebar_bg.png);
    background-repeat: repeat;
	margin: 0 0 15px;
    padding: 20px 25px 5px;
}

.content_bottom {
	margin: 0;
}

.right_side_inner h4{
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans";
    color: #484848;
    margin-bottom: 17px;
}
.right_side_inner p{font-size: 14px;color: #707070; padding-bottom: 26px;}
.right_side_inner p b{font-weight: bold;}
.right_side_inner .content_bottom p{padding-bottom: 18px}
.right_side_inner .contact_us a{color: #733f65;font-weight: 700;}
.right_side_inner .contact_us a:hover{text-decoration: none}
.right_side_inner .contact_us span{width: 12px; height: 12px; display: inline-block; background-image: url(../../../../../../themes/sivaneast/images/contact_us.svg);}

#content-course .step h3 {
    color: #A7A19B;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 5px;
}
#content-course .step h2 {
    color: #262626;
    display: block;
    font-family: "Lusitana", Arial, Helvetica, sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 29px;
    padding: 0 0 20px;
    position: relative;
}

#content-course .step h2:after {
    background-color: #EBE6E1;
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    width: 90px;
}

#content-course .step .field-thanks p {
	margin: 0 0 15px;
}

#content-course .step .field-thanks .button-see {
    color: #733f65;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
}

#content-course .step .field-thanks .button-see:after {
	background-image: url(../../../../../../themes/sivaneast/images/contact_us.svg);
	content: '';
	display: inline-block;
	height: 12px;
	margin: 0 0 0 3px;
	width: 12px;
}

#content-course .field {
    margin: 0 0 19px;
}

#content-course .field.overview, #content-course .field.details {
	padding-top: 14px;
}

#content-course .field h4 {
    color: #484848;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 0 14px;
}

#content-course .field h4 span.info-txt {
    color: #484848;
    font-size: 12px;
    font-weight: normal;
}

#content-course .field h4 span, .jcf-select-text span span.required {
    color: #E9737A;
}

#content-course .field input[type="text"] {
    border-radius: 5px;
    font-size: 14px;
    height: auto;
    padding: 14px 15px;
    width: 100%;
}

#content-course .field textarea {
    border-radius: 5px;
    display: block;
    min-height: 180px;
    padding: 10px 15px;
}

#content-course .field .jcf-select {
    background-color: #fff;
    border: 2px solid #ebe6e1;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4c4c4c;
    display: inline-block;
    height: 52px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    width: 100%;
}

#content-course .field-checkbox {
    margin: 0 0 50px;
    padding: 0 0 0 25px;
    position: relative;
}

#listing-course-form .field-checkbox {
    margin-bottom: 30px;
}
#content-course .field-checkbox input {
    left: 0;
    position: absolute;
    top: 0;
}
#content-course .field-checkbox p {
    color: #707070;
    font-size: 14px;
    line-height: 145%;
}
#content-course .field-checkbox p a {
    color: #707070;
    font-weight: bold;
}

#listing-course-form .step .field-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100%;
	width: 643px;
}

#listing-course-form .step .button-back {
	font-size: 14px;
	line-height: 100%;
	margin: 0;
	padding: 17px 10px;
	vertical-align: middle;
	width: 155px;
}

#listing-course-form .step .button-back svg {
    display: inline-block;
    fill: #A7A19B;
    height: auto;
    margin: 0 6px -1px 0;
    width: 12px;
}

#listing-course-form .step .button-continue, #listing-course-form .step input[type=submit] {
	background: #7d4670;
	border: 2px solid #7d4670;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: 100%;
	padding: 17px 10px;
	text-align: center;
	width: 140px;
}

#content-course .step .button-continue:hover {
    background-color: #5f2c53;
    border: 2px solid #5f2c53;
    text-decoration: none;
}

#listing-course-form .step#step1 .button-continue {
    float: none;
    margin-top: 17px;
    margin-bottom: 5px;
}

#content-course .field .jcf-select .jcf-select-text {
    cursor: default;
    display: block;
    font-size: 14px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 15px 15px 15px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content-course .field .jcf-select .jcf-select-opener {
    background: url(../../../../../../themes/sivaneast/images/user-arrow-select2.png) no-repeat 50% 50%;
    border-left: 1px solid #ebe6e1;
    bottom: 8px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 35px;
}

#content-course .field .error {
    display: block;
    color: #E9737A !important;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 125%;
    margin: 0;
    padding: 0 0 4px;
}

#content-course .field .error {
    color: #D62727;
}

#content-course .field .field-row {
    margin: 0 -10px 10px;
}

#content-course .field .field-row:last-child {
    margin: 0 -10px;
}

#content-course .field:after {
    clear: both;
    content: '';
    display: block;
    font-size: 0;
    text-indent: -9999px;
    width: 100%;
}
#content-course .field .field-col-6 {
    width: 50%;
    float: left;
    padding: 0 10px;
}
#content-course .field .course-box {
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 17px 10px 17px 75px;
    position: relative;
}
#content-course .field .course-box:hover {
    /*background-color: #fff;*/
    border: 1px solid #484848;
    cursor: pointer;
}

#content-course .field .course-box.active {
    background-color: #fff;
    border: 1px solid #484848;
    cursor: pointer;
}
#content-course .field .course-box .icon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 40px 41px;
    display: block;
    height: 50px;
    left: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
}
#content-course .field .course-box .icon.icon-org {
    background-image: url(../../../../../../themes/sivaneast/images/single_video.svg);
}
#content-course .field .course-box .icon.icon-ind {
    background-image: url(../../../../../../themes/sivaneast/images/multiple_video.svg);
}
#content-course .field .course-box .title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 125%;
    color: #484848;
}
#content-course .field .course-box .title span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: #707070;
}


#content-course .field .field-note {
    border-top: 4px solid #ebe6e1;
    margin: 53px 0 0;
    padding: 33px 0 0;
}
#content-course .field .field-note p {
    color: #707070;
    font-size: 14px;
    line-height: 145%;
}
#content-course .field .field-note p a {
    color: #707070;
    font-weight: bold;
}

@media (max-width: 1250px) {
    #page-create-course:before{
        width: 140px;
    }
}
@media (max-width: 1279px) {
	#content-submission-inner {
		float: none;
	}
    #course_right_section {
		float: none;
		max-width: 720px;
		padding-left: 70px;
		padding-top: 0;
		position: static !important;
		width: 100%;
	}
    .content_bottom {
		margin-bottom: 70px;
	}
    #content-course-inner {
		float: none;
		padding-bottom: 41px;
	}
}

@media (max-width: 990px) {
    #listing-sidebar-course ul li a{font-size: 15px;}
}

@media (max-width: 767px) {
    #page-create-course:before {
        display: none;
    }
	/*
    .page-holder {
		padding: 0px;
	}
	*/
    #listing-container-course {
        display: block;
    }
    #sidebar-course-inner {
		max-width: 350px;
	}
    #listing-container-course #listing-sidebar-course {
        display: block;
        float: none;
        width: 100%;
    }
    #content-course-inner, #course_right_section {
        float: none;
        margin: 0 auto;
        padding: 20px;
    }
    #listing-container-course #content-course {
        display: block;
        float: none;
        width: 100%;
    }
    #listing-container-course #listing-sidebar-course #sidebar-course-inner {
        float: none;
        padding: 25px 30px 50px;
    }
    #content-course .field .field-col-6 {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
    #course_right_section {
		max-width: 100%;
		padding: 20px 0;
	}
    .course_sub_category {
		margin-top: 40px;
		margin-bottom: 37px !important;
	}
	#listing-course-form .step .button-back, #listing-course-form .step .button-continue, #listing-course-form .step input[type=submit] {
		padding: 15px 20px;
		width: auto;
	}
}

.stripe-heading {
	font-size: 28px;
    font-weight: bold;
}

a.profile-connect-now {
	font-size: 14px;
    font-weight: bold;
}

.course-stats-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.course-stats-box ul {
	align-items: center;
	background-color: #fdfcfc;
	border: 1px solid #f7f5f3;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 30px;
}

.course-stats-box li {
    border-left: 1px solid #ddd;
	color: #646464;
    font-size: 12px;
    list-style: none;
    padding: 10px 15px;
    text-align: center;
    width: 20%;
}

.course-stats-box li:nth-child(1), .course-stats-box li:nth-child(2) {
	border: none;
}

.course-stats-box ul li b {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.course-stats-box ul li b.ico-stats {
	background: url(../../../../../../themes/sivaneast/images/icon-stats.svg) no-repeat 0 50%;
	background-size: 21px auto;
	padding: 0 0 0 35px;
	color: #9d9d9d;
	text-align: left;
}

.course-stats-box ul li span {
	color: #724064;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.course-stats-box ul li span.view-all-transaction {
	cursor: pointer;
}

.top-header-subscribe-row {
	margin-left: 400px;
}

.top-header-subscribe-row input[type="button"] {
    box-shadow: none;
    position: absolute;
    background: #5f2c53;
    height: 36px;
    width: 110px;
    top: 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
	color: #fff;
}

.social-box #subscribe-form-section {
	display: none;
	font-size: 0;
}

.social-box.active #subscribe-form-section {
	display: block;
}

#subscribe-form-section input[type="email"] {
	display: inline-block;
	height: 48px;
	margin: 0 10px 0 0;
	vertical-align: top;
	width: 415px;
}

#subscribe-form-section .header-subsribe-btn {
    background: #5f2c53 !important;
    height: 48px;
    padding: 11px 24px;
    vertical-align: top;
}

#subscribe-form-section .header-subsribe-btn svg {
	fill: #ffffff;
	display: block;
}

#top-subsribe-btn {
	background: #5f2c53 !important;
	font-size: 16px;
	height: auto;
	line-height: 100%;
	max-width: 100%;
	padding: 16px 10px;
	width: 160px;
}

.social-box.active #top-subsribe-btn {
	display: none;
}

#top-subsribed-btn {
	background: #F0F0F0;
	color: #B6B6B6;
	display: none;
	font-size: 16px;
	height: auto;
	padding: 16px 10px;
}

#top-subsribed-btn svg {
	display: inline-block;
	fill: #afafaf;
	height: 10px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

@media (max-width: 1200px) {
	#subscribe-form-section input[type="email"] {
		width: 215px;
	}
}

@media (max-width: 1024px) {
	.course-stats-box ul {
		padding: 15px 10px;
	}
	.course-stats-box li {
		padding: 5px;
	}
	.course-stats-box ul li b {
		font-size: 13px;
	}
	.course-stats-box ul li span {
		font-size: 13px;
	}
	.course-stats-box ul li b.ico-stats {
		padding: 0 0 0 25px;
	}
}

@media (max-width: 767px) {
	.course-stats-box {
		margin: 0 0 40px;
	}
	.course-stats-box ul {
		background: none;
		border: none;
		padding: 0;
		text-align: center;
	}
	.course-stats-box li {
		border: none;
		text-align: center;
		width: 33%;
	}
	.course-stats-box li:first-child, .course-stats-box li:last-child {
		width: 100%;
	}
	.course-stats-box li:first-child {
		margin: 0 0 10px;
	}
	.course-stats-box ul li b.ico-stats {
		display: inline-block;
	}
	#top-subsribed-btn {
		font-size: 13px;
		padding: 11px 10px;
		width: 115px;
	}
	#top-subsribe-btn {
		font-size: 13px;
		padding: 11px 10px;
		width: 100px;
	}
	.social-box.active #subscribe-form-section {
		display: flex;
	}
	.social-box.active #top-subsribe-btn {
		display: none;
	}
	#subscribe-form-section input[type="email"] {
		font-size: 14px;
		height: 35px;
		padding: 5px 15px;
		width: 100%;
	}
	#subscribe-form-section .header-subsribe-btn {
		height: auto;
		padding: 5px 17px;
	}
	#subscribe-form-section .header-subsribe-btn svg {
		height: 18px;
		width: 11px;
	}
}

/**/

.extend-lightbox {
	padding: 50px 20px !important;
}

.not-active {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: grey !important;
}

.disable-link {
	color: #DDDDDD !important;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.select-column.left {
	flex: 0 0 230px;
    width: 230px !important;
}

.select-column.right {
	flex: 0 0 230px;
    width: 230px !important;
}

.account-row-nav .my-select.video-course .jcf-select .jcf-select-text {
	width: 165px !important;
}

.next-v-btn {
	display: inline-block;
	float: right;
}

.previous-v-btn {
	display: inline-block;
}

#over-lay-signup {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9999;
}

#over-lay-signup .overlay-contnet {
	margin-top: 20%;
	text-align: center;
}

#over-lay-signup .overlay-contnet h2 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 0 8px;
}

#over-lay-signup .overlay-contnet p {
    color: #fff;
    font-size: 13px;
    line-height: 125%;
    margin: 0 0 15px;
    padding: 0;
}

#over-lay-signup .signup-payment-btn {	    
	border-radius: 2px;
	line-height: 125%;
	font-size: 12px;
	padding: 12px 10px;
	text-transform: uppercase;
	width: 136px;
}

#over-lay-signup .lock-img {
    display: block;
    margin: 0 0 12px;
}

#over-lay-signup .lock-img img {
    display: block;
    height: 32px;
    margin: 0 auto;
    width: auto;
}

.mobile-continue-previous {
	background: #f7f5f3;
	border: 1px solid #ebe6e1;
	bottom: 0;
	left: 0;
	padding: 10px 40px 25px;
	position: fixed;
	width: 100%;
	z-index: 99;
}

.mobile-continue-previous h1 {
}

.mobile-continue-previous h1 .video-title-name {
	color: #484848;
	display: block;
	font-size: 19px;
	font-weight: 600;
	line-height: 125%;
	margin: 0 0 10px;
	text-align: center;
}

.mobile-continue-previous .btns {
    display: flex;
    justify-content: space-around;
}

/*
.mobile-continue-previous .btns:after {
	content: '';
	display: block;
	font-size: 0;
	width: 100%;
}
*/

.mobile-continue-previous .btns .previous-v-btn {
	float: left;
	width: 48%;
}

.mobile-continue-previous .btns .previous-v-btn a {
	background: none;
	border: 2px solid #e9737a;
	color: #e9737a;
	display: block;
	font-size: 12px;
	line-height: 125%;
	padding: 12px 5px;
	text-align: center;
}

.mobile-continue-previous .btns .previous-v-btn a:hover {
	background-color: #e9737a;
	color: #fff;
}

.mobile-continue-previous .btns .next-v-btn {
	float: right;
	width: 48%;
}

.mobile-continue-previous .btns .next-v-btn a {
	background-color: #e9737a;
	border: 2px solid #e9737a;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 125%;
	padding: 12px 5px;
	text-align: center;
}

.mobile-continue-previous .btns .next-v-btn a:hover {
	background-color: #b95157;
	border: 2px solid #b95157;
}

#page-course-mobile .video-embed {
	margin-bottom: 100px;
}

.success-message-wrapper {
	display: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	max-width: 100%;
	width: 643px;
}

@media only screen and (max-width: 1300px) {
	 .top-header-subscribe-row {
		margin-left: 140px;	
	}
}

@media (max-width: 767px) {
	#over-lay-signup .overlay-contnet {
		margin-top: 40px;
	}
}












