/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

/*Add your own styles here:*/

/* 
	YELLOW: #D3A96B
	LIGHT YELLOW: #F5F4F2
	DARK PURPLE: #5B2E78
	LIGHT PURPLE: #A078BA
	DARK GREY: #464646
	LIGHT GREY: # D2D2D2
	VERY LIGHT GREY: #F3F3F3
*/

.acs_cart_disclaimer {
	display: block;
	font-size:12px;
	font-style: italic;
	color: #aaa;
	
}

.acs_total_price:before {
	content: 'Tuition: ';
}

.acs_total_price {
	font-size: 16px;
	color: #aaa;
}

.acs_deposit_price:after {
	content: ' deposit';
}

.site-header .navbar-nav>li {
    max-height: inherit;
}

#main-content .btn_purple a {
	background-color: #A078BA;
	color: #fff;
	border: 1px solid #A078BA;
	background-image: none;
	margin-right: 10px;
}

#main-content .btn_white a {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	background-image: none;
	margin-right: 10px;
}

body {
    -webkit-font-smoothing: antialiased;
}

body.home-page .container {
    width: 100%;
}

body.home-page .vc_col-sm-12 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

header .logo {
    width: 200px!important;
    height: auto;
    margin-top: 30px;
}

.navigation .menu-right ul li {
    display: none;
}

header ul.nav.navbar-nav.menu-main-menu li a {
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

#hp_hero {
    background-size: cover;
    min-height: 800px;
    background-repeat: no-repeat;
}

#hp_hero h1 {
    font-family: 'Playfair Display';
    color: #fff;
    text-transform: capitalize;
    font-size: 66px;
    line-height: 70px;
    font-weight: 600;
    width: 80%;
}

#hp_hero h2 {
    font-family: 'Open Sans';
    color: #fff;
    text-transform: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    width: 80%;
    margin-bottom: 60px;
}

#hp_hero a {
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 16px;
}

#hp_anyquestions  {
    display: flex;
	flex-direction: column;
	justify-content: center;
}

#hp_anyquestions h2 {
    font-family: 'Playfair Display';
    letter-spacing: 0;
    text-transform: inherit;
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    display: inline;
}

#hp_anyquestions h2 span {
    color: rgba(255,255,255,0.5);
}

#hp_anyquestions p {
	float: right;
}

#hp_anyquestions p a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
}
	

#hp_thechurch {
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: -85px 0;
    background-size: contain;
}

#hp_thechurch .hp_thechurch_message {
	border-radius: 0px;
    float: right;
    padding: 80px 40px;
    background: #fff;
}

#hp_thechurch .hp_thechurch_message .special-heading-border {
    display: none;
}

#hp_thechurch .hp_thechurch_message h3 {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 16px;
    color: #D3A96B;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 6px;
}

#hp_thechurch .hp_thechurch_message h2 {
    font-family: 'Playfair Display';
    text-transform: inherit;
    color: #464646;
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0;
}

#hp_thechurch .hp_thechurch_message p {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 26px;
    color: #464646;
}

#hp_thechurch .hp_thechurch_message img {
    margin-top: 30px;
    margin-bottom: 20px;
}

#hp_thechurch .hp_thechurch_message h5 {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Open Sans';
    color: #464646;
    line-height: 12px;
    margin-top: -40px !important;
    margin-left: 12px;
}
#hp_degreeprograms {
	padding: 100px 0 70px 0;
}

#hp_degreeprograms h3 {
	font-family: 'Oswald';
    font-weight: 400;
    font-size: 16px;
    color: #D3A96B;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 6px;
    text-align: center;
    float: none;
}

#hp_degreeprograms .special-heading-border {
    display: none;
}

#hp_degreeprograms h2 {
    font-family: 'Playfair Display';
    text-transform: inherit;
    color: #464646;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0;
    text-align: center;
    float: none;
}
	
#hp_degreeprograms p {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 26px;
    color: #464646;
    text-align: center;
    width: 75%;
    margin: 0 auto 70px auto;
}

#hp_degreeprograms .hp_degree h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
}

#hp_degreeprograms .hp_degree img {
    margin-bottom: 20px;
}

#hp_degreeprograms .hp_degree a img {
    border-radius: 6px;
}

#hp_degreeprograms .hp_degree p {
    margin-bottom: 0px;
}
	
#hp_helpingyou {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 0;
    background-size: cover;
}

#hp_helpingyou h2 {
    font-family: 'Playfair Display';
    text-transform: inherit;
    letter-spacing: 0;
    color: #fff;
    font-size: 66px;
    width: 70%;
    margin-bottom: 20px;
    line-height: 70px;
}

#hp_helpingyou p {
    font-family: 'Open Sans';
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    width: 60%;
    margin-bottom: 50px;
}

#hp_degreeprograms .hp_degree .vc_separator {
    margin-top: 25px;
    margin-bottom: 25px;
}

#hp_helpingyou a {
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 16px;
}


#footer #hp_testimonial {
    border: none;
    padding: 80px!important;
    float: left;
    background-color: #D3A96B;
    color: #fff;
    width: 50%;
}

#footer #hp_testimonial p {
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
    width: 90%;
}

#footer #hp_testimonial cite {
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 0;
}

.hp_contactus {
    float: right;
    width: 50%;
    clear: inherit;
    padding: 100px 0;
    border: none;
}
	
aside#gform_widget-2 {
    float: right;
    width: 50%;
    padding: 80px;
    background-color: #fff;
}

.hp_contactus h2 {
    font-family: 'Playfair Display';
    text-transform: inherit;
    color: #464646;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0;
    float: none;
    font-weight: 600!important;
}

.hp_contactus span.gfield_required {
    display: none;
    margin: 0;
}

.hp_contactus p {
    font-size: 15px;
    color: #464646;
    line-height: 26px;
    font-family: 'Open Sans';
    margin-bottom: 20px;
}

.hp_contactus form ul li {
    margin: 0!important;
}

.hp_contactus form#gform_1 input[type="text"],
.hp_contactus form#gform_1 input, 
.hp_contactus form#gform_1 textarea {
    background-color: #F5F4F2!important;
    border: none;
    height: 60px;
    padding: 5px 0 5px 14px!important;
    padding-left: 14px;
    font-size: 16px;
    font-family: 'Open Sans';
    margin-bottom: -16px;
}

.hp_contactus form#gform_1 input#gform_submit_button_1 {
    color: #fff;
    padding: 10px 30px!important;
    border-radius: 4px;
    font-size: 16px;
    background-color: #D3A96B!important;
}

.hp_contactus form#gform_1 textarea {
	padding-top: 15px!important;
	height: 160px;
    margin-bottom: 5px;
}


#hp_footer_image {
    width: 50%;
    float: right;
    clear: right;
    background-size: cover;
    border: none;
}

#int_hero {
    background-size: cover;
}

#int_hero .int_hero_cta h1 {
    font-family: 'Playfair Display';
    color: #fff;
    text-transform: capitalize;
    font-size: 66px;
    line-height: 70px;
    font-weight: 600;
    width: 80%;
}

#main-content .page-title-wrapper h1 {
    line-height: initial!important;
    text-transform: none!important;
}

.top_site_main {
	background-position: top center!important;
}


#footer {
    background: url('/wp-content/uploads/2019/06/female_hands_opening_bible_on_wooden_tabletop.jpg') no-repeat bottom right;
    background-size: 52%;
    display: inline-block;
    margin-bottom: -8px;
}
	
#footing {
    background-color: #F5F4F2;
    width: 50%;
    border: none;
    float: left;
    padding: 80px;
}

#footing h2 {
    color: #464646;
    font-family: 'Playfair Display';
    font-size: 36px;
    line-height: 45px;
}
	
#footing p,
#footing p a,
#footing p strong {
    font-size: 15px;
    color: #464646;
    line-height: 26px;
    font-family: 'Open Sans';
    margin-bottom: 20px;
}

#footing p strong {
	font-weight: 600;
}

#footing p:nth-of-type(2) {
    margin-bottom: 180px;
}

#footing p:last-child {
    font-size: 11px;
    line-height: 18px;
    margin-top: 80px;
}

#footing .color_divider, 
#footer .color_divider {
    height: 2px;
    width: 110px;
    background-color: #d3a96b;
    margin: 20px 0 14px 0;
    display: inline-block;
}

#footing a i.fab {
    color: #D3A96B;
    font-size: 60px;
    margin-right: 18px;
}

#footing .foot_socialmedia {
    margin: 140px 0 80px 0;
}

/*—— CURRICULUM PAGE  ——*/


#learn-press-course-curriculum ul.curriculum-sections .section-desc {
    margin-top: 0px;
}

/*—— COURSES PAGE ——*/

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections {
    padding-top: 0px;
}

.thim-course-grid .course-item .thim-course-content .course-title {
    font-size: 20px;
    margin: 0;
    padding: 20px 0;
    display: inline-block;
    overflow: visible;
    height: auto;
}

.thim-course-grid .course-item .thim-course-content .course-meta {
    display: none;
}

.thim-course-grid .course-item .thim-course-content {
    border: none;
}

.thim-course-content h2.course-title a {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

#learn-press-course-curriculum ul.curriculum-sections .section-header {
    text-transform: none;
    margin: 20px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

a.course-item-title.button-load-item {
    font-weight: 500!important;
    color: #d3a96b!important;
}

ul.section-content li.course-item {
    margin-left: 30px!important;
}

.learn-press .course-tabs .tab-content {
    padding: 60px 30px 30px 30px;
}
#learn-press-course-curriculum ul.curriculum-sections .section .section-header {
    margin-top: 0px;
    margin-bottom: 0px;
}

#learn-press-course-curriculum ul.curriculum-sections .section {
    border-bottom: 1px solid #dcc7a9;
}

ul.curriculum-sections h4.section-header {
    background: #d3a96b24 !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-header .collapse {
    left: 10px;
    top: 17px;
}

body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-header {
    margin-top: 0px;
}

.message-success {
    color: #3c763d;
    background: rgba(223, 240, 216, 0.25098039215686274) !important;
}

	
/*—— SINGLE COURSE PAGE ——*/
section.content-area {
    background-color: #f5f4f2;
}

#lp-single-course .learn-press .course-thumbnail {
	display: none;
}

#lp-single-course .learn-press .course-review, 
#lp-single-course .learn-press .course-categories {
    display: none;
}

#lp-single-course .learn-press .course-meta>div {
    border-right: none;
}

#lp-single-course .learn-press .course-payment .course-price .value,
.thim-course-landing-button .course-price .value {
    color: #d3a96b;
    display: inline;
}

#lp-single-course .learn-press .course-tabs .tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 60px 30px;
    background-color: #fff;
}

#lp-single-course li.course-nav-tab-reviews, 
#lp-single-course li.course-nav-tab-instructor {
    display: none;
}

#lp-single-course .learn-press .course-tabs .nav-tabs li.active {
    background: none;
}

#lp-single-course .nav-tabs>li.active>a {
    background-color: transparent!important;
}

#lp-single-course .learn-press .course-tabs .nav-tabs li.active a {
    background: #fff!important;
}

#lp-single-course .social_share, 
#lp-single-course .thim-ralated-course {
    display: none;
}

body.courses .course-item  {
    background: #fff;
}

body.courses .course-author,
body.courses .course-students,
body.courses .course-comments-count  {
    display: none!important;
}


/*—— CHECKOUT PAGE ——*/
table.learn-press-checkout-review-order-table.lp-list-table {
    background-color: #fff;
}

form#learn-press-checkout p {
    margin-bottom: 60px;
}

#order_review h3 {
    margin-bottom: 10px;
    text-align: left;
}

form#learn-press-checkout a {
    color: #d3a96b;
    border-bottom: 1px solid rgba(211, 169, 109, 0.5);
}

#order_review a:hover {
    color: #464646;
}



/*—— PROFILE PAGE ——*/
.learn-press-subtab-content {
    background: #fff;
}

.profile-container .user-tab .author-name {
    text-align: left;
    padding: 0;
    margin: 0 0 20px 0;
    border-top: none;
    font-size: 20px;
    line-height: inherit;
}

.profile-container .user-tab .author-name:after {
	display: none;
}

.profile-container .author-avatar {
    border-radius: 6px;
    overflow: hidden;
}

.profile-container .user-information p {
    font-size: 12px;
    line-height: 22px;
}

.learn-press-subtab-content {
    padding: 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

#your-profile .learn-press-subtab-content {
    clear: both;
    padding: 30px 30px 40px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: none;
    margin: 0;
}

#your-profile .thim-course-grid .course-item .thim-course-content .course-title {
    margin: 0!important;
}


/*—— CONACT US PAGE ——*/
#form_contact_page span.gfield_required {
    display: none;
    margin: 0;
}

#form_contact_page p {
    font-size: 15px;
    color: #464646;
    line-height: 26px;
    font-family: 'Open Sans';
    margin-bottom: 20px;
}

#form_contact_page form ul li {
    margin: 0!important;
}

#form_contact_page form input[type="text"], 
#form_contact_page form textarea {
    background-color: #fff!important;
    border: none;
    height: 60px;
    padding: 5px 0 5px 14px!important;
    padding-left: 14px;
    font-size: 16px;
    font-family: 'Open Sans';
    margin-bottom: -16px;
}

#form_contact_page form textarea {
	padding-top: 15px!important;
	height: 160px;	
}

#form_contact_page form input[type='submit'] {
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 16px;
    background-color: #D3A96B;
}

.navigation .navbar-nav>li>a, .navigation .navbar-nav>li>span {
    text-transform: uppercase;
    position: relative;
    padding: 22px 0px 22px 23px;
}

button.lp-button.button.button-purchase-course.thim-enroll-course-button {
    display: none;
}

.lp-single-course .course-price:after {
    content: 'Register to Enroll';
    font-size: 16px;
    vertical-align: text-bottom;
    margin-left: 20px;
    margin-right: 0;
    color: rgba(0,0,0,0.4);
    display: inline;
}

body.logged-in .lp-single-course .course-price:after {
    display: none; 
}

body.logged-in .learn-press .course-payment .course-price {
    margin-right: 20px;
}

.learn-press .course-payment .course-price {
    margin-right: 0;
}




body.logged-in button.lp-button.button.button-purchase-course.thim-enroll-course-button {
    display: block;
}

.page-id-87 .site-content  {
    padding:0px !important;
}
.page-id-87  .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: -35px !important;
}
.page-id-87 .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
}

/* ----------------------- MEDIA QUERIES ----------------------- */


.page-id-87 .vc_col-sm-8 {
    width: 100% !important;
}

a.button.color-2.large.main-btn {
	background-color: #A078BA;
    color: #fff;
    border: 1px solid #A078BA;
    background-image: none;
    margin-right: 10px;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 16px;
}

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

	#hp_anyquestions p {
	    float: left;
	    margin: 15px 0px 30px 0px;
	}
	#hp_anyquestions h2 {
	    float: left;
    }
}

@media screen and (max-width: 885px) {

	div#hp_testimonial {
		width: 100% !important;
	}
	div#footing {
		width: 100%;
	}
	aside#gform_widget-2 {
		width: 100%;
	}
		#footing p:nth-of-type(2) {
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 767px) {
	div#hp_thechurch .vc_column-inner.vc_custom_1561149897046 {
		display: none;
	}
	#hp_anyquestions p {
		float: none;
		margin: 20px auto;
	}
	#hp_thechurch {
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	.wpb_wrapper {
		padding: 0px 15px !important;
	}
	#hp_hero h1 {
		font-size: 56px;
		line-height: 60px;
	}
	.vc_column_container>.vc_column-inner {
		box-sizing: border-box;
		padding-left: 35px;
		padding-right: 35px;
		width: 100%;
	}
	.page-id-87 .wpb_wrapper {
		padding: 0px 0px !important;
	}

}

@media screen and (max-width: 590px) {

	.thim-course-grid .lpr_course[class*=course-grid-] {
	    width: 100%;
	}
	#hp_hero h1, #hp_helpingyou h2, #hp_degreeprograms h2 {
	    font-size: 36px ;
	    line-height: 45px;
	}
	#hp_helpingyou p {
		margin-left: -12px;
	}
	.wpb_wrapper {
	    padding: 0px 15px !important;
	}
		.vc_column_container>.vc_column-inner {
	    box-sizing: border-box;
		padding-left: 0px;
		padding-right: 0px;
	}
	#footing, aside#gform_widget-2, #footer #hp_testimonial {
	    padding: 30px !important;
	}
	#hp_helpingyou {
		padding: 5px 0px 40px 0;
	}
	#hp_degreeprograms {
		padding: 0px 0 10px 0;
	}
	#hp_helpingyou h2, #hp_helpingyou p, #footer #hp_testimonial p, #hp_hero h1, #hp_hero h2 {
		width: 100% !important;
	}
	#main-content .btn_purple a, #main-content .btn_white a {
	    margin-left: 19px !important;
	}
	#hp_anyquestions h2, #hp_thechurch .hp_thechurch_message h2, #hp_degreeprograms .hp_degree h2, .entry-content h2 {
	    font-size: 25px;
	    line-height: 33px;
	}
}


