/*
Theme Name:     Tribe For Kadence
Theme URI:      https://thedesignspacedemo.co/tribe-kadence
Template:       kadence
Author:         The Design Space Co
Author URI:     https://thedesignspace.co
Description:    A versatile Kadence theme for coaches, online course owners and entrepreneurs.
Version:        1_0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/*============*/
/*GENERAL CSS*/
/*============*/

/*Vertical divider*/
.divider-rotate {
	transform: rotate(90deg);
}
/*-webkit-text-stroke: none !important;*/

/*Sloping text effect*/
.text-rotate {
	transform: rotate(-6deg);
}

/*Links*/
a {
	color: #F0E9DF;
}
a:hover {
	color: #D2BFA2;
}

/*Header drop down menu extra spacing*/
.header-navigation .header-menu-container ul ul.sub-menu, .header-navigation .header-menu-container ul ul.submenu {
    padding: 10px;
}

/*Button text*/
.button_text{
	font-size: 14px !important;
	letter-spacing: 2px !important;
	padding: 15px 25px 15px 25px !important;
}

/*=======================*/
/*BLOG CSS*/
/*=======================*/

/*Read more link*/
a.post-more-link {
	background-color: #000000;
	padding: 20px 15px 20px 15px;
	border-radius: 75px;
	color: white;
}
a.more-link:hover {
	background-color: #FFFFFF;
	color: 666666 !important;
}

/*Archive read more button*/
input#submit.submit{
	color: white !important;
}


/*SINGLE POST PAGE*/
/*Post navigation*/
.post-navigation {
    background-color: #FFFFFF;
    padding: 20px;
}

/*Post navigation heading*/
.post-navigation-sub {
    color: #000000;
}

/*Pre navigation post*/
.nav-previous {
    color: #D2BFA2;
}
.nav-previous:hover {
    color: #000000 !important;
}

/*Next navigation post*/
.nav-next {
    color: #D2BFA2;
}
.nav-previous:hover {
    color: #000000 !important;
}

/*Similar posts titles*/
.loop-entry .entry-header .entry-title:hover {
    color: #D2BFA2 !important;
}

.blog.content-style-unboxed.entry {
	background-color: #FFFFFF !important;
}

/*=======================*/
/*WOOCOMMERCE CSS*/
/*=======================*/

/*SINGLE PRODUCT PAGE*/
/*Product title*/
.woocommerce div.product .product_title {
	font-size: 35px !important;
}

/*Add to cart button*/
.single_add_to_cart_button {
	color: white !important;
}

.checkout-button {
	color: white !important;
}


/*CART PAGE*/
/*Update cart button*/
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents button[name='update_cart'] {
background-color: #F0E9DF !important;
color: #fff !important;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents button[name='update_cart']:hover {
background-color: #D2BFA2;
color: #222;
}

/*Proceed to checkout button*/
.checkout-button {
	color: white !important;
}

/*Page notice message background*/
.woocommerce .woocommerce-message {background-color: white;
}

/*notices background*/
.single-content .woocommerce-notices-wrapper ul.woocommerce-error, .single-content .woocommerce-notices-wrapper ul.woocommerce-info, .single-content .woocommerce-notices-wrapper ul.woocommerce-success {
	background-color: white;
}

/*notices background*/
.hero-section-overlay
 {
	background-color: #F0E9DF;
}
hero-section-overlay


/*CHECKOUT PAGE*/
/*place order button*/
#payment #place_order {
	color: white !important;
}


/*MY ACCOUNT PAGE*/
/*notices background colour*/
.woocommerce .woocommerce-info {
	background-color: white !important;
}

/*browse button*/
.woocommerce-Button {
	color: white !important;
}


/*INDIVIDUAL PRODUCT PAGE*/
/*view cart button*/
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button {
	color: white !important;
}


/*INDIVIDUAL PROD CAT PAGE*/
/*category title*/
.page-title.archive-title
 {
	font-size: 55px !important;
}



/*=======================*/
/*LIFTER LMS CSS*/
/*=======================*/

/*INDIVIDUAL LESSON PAGE*/
/*Main lesson title*/
h1.entry-title {
    font-size: 35px;
    font-family: Cormorant Garamond;
}

/*Your course title*/
.widgettitle {
    font-size: 25px;
    font-family: Cormorant Garamond;
}

/*Widget sidebar border*/
.has-sidebar:not(.has-left-sidebar) .primary-sidebar.widget-area {
    border-left: 1px solid #D2BFA2;
	padding-top: 15px;
}

/*Widget sidebar padding*/
.primary-sidebar.widget-area {
    padding: 0px 0px 0px 30px;
}

/*Widget sub heading*/
.llms-widget-syllabus .section-title {
    font-weight: normal;;
}

/*Course progress bar*/
.llms-progress .llms-progress-bar {
	background-color: #F0E9DF;
}
.llms-progress .progress-bar-complete {
	background-color: #D2BFA2;
}

/*Back to course link*/
.llms-lesson-link {
	color: #D2BFA2;
}
.llms-lesson-link:hover {
	color: #F0E9DF;
}

/*Lesson incomplete icon*/
.llms-widget-syllabus .llms-lesson-complete, .llms-widget-syllabus .lesson-complete-placeholder {
    color: #000000;
}

.llms-widget-syllabus .lesson-title a:hover {
    color: #D2BFA2;
}

/*Lesson complete icon*/
.llms-widget-syllabus .llms-lesson-complete.done, .llms-widget-syllabus .lesson-complete-placeholder.done {
    color: #D2BFA2;
}

/*Lesson complete title*/
.llms-widget-syllabus .lesson-title.done a {
    color: #000000;
    text-decoration: line-through;
}
.llms-widget-syllabus .lesson-title.done a:hover {
    color: #D2BFA2;
}

/*Lesson navigation*/
.llms-course-navigation .llms-lesson-preview .llms-pre-text {
	color: #000000;
	font-family: Lato;
}
.llms-lesson-title {
	color: #000000 !important;
}
.llms-lesson-title:hover {
	color: #D2BFA2 !important;
}
.llms-course-navigation {
    background-color: #F0E9DF;
    padding: 20px;
}



/*Mark complete button*/
#llms_mark_complete {
	background-color: #D2BFA2 !important;
}
#llms_mark_complete:hover {
	background-color: #F0E9DF !important;
}


/*OVERALL COURSE PAGE*/
/*Author background*/
.llms-instructor-info .llms-instructors .llms-author {
	background-color: white;
}

/*Section titles*/
.llms-section-title {
	background-color: #F9EFE8 !important;
	border-color: #efefef !important;
	font-size: 20px;
}

/*Main course section*/
.llms-course-wrap {
	border-color: #efefef;
}

.llms-lesson-preview .llms-icon-free {
	background-color: #000000;
}

/*STUDENT DASHBOARD*/
/*Dashboard sub-heading*/
.llms-sd-title {
	font-size: 35px;
	padding-bottom: 15px;
}

/*Section titles*/
.llms-sd-section-title {
	color: #000000;
	font-family: 'Cormorant Garamond';
	font-size: 22px;
	padding: 25px 0px 0px 0px;
}

/*Section buttons*/
.llms-button-secondary {
	background-color: #000000;
	border-radius: 75px;
}
.llms-button-secondary:hover {
	background-color: #D2BFA2;
	color: #666666;
}
