/*
 Theme Name:  		Divi Child
 Theme URI:   		http://www.measurablegenius.com
 Description: 		Divi Child Theme by Measurable Genius
 Author:      		Measurable Genius Inc.
 Author URI:   		https://measurablegenius.com
 
 Template:			Divi
 Version:      		1.0.6
 GitHub Theme URI: 
*/


#footer-info {
	text-align: center;
	width: 100%;
}

.learndash-course-grid .items-wrapper .grid-3 .content .button a {
	background-color: #000000 !important;
}

#learndash_mark_complete_button {
	background: #e8ae53 !important;
	transition: all 0.2s;
}

#learndash_mark_complete_button:hover {
	background: #955e42 !important;
	color: #000000 !important;
}

.ld-course-list-items .ld_course_grid .btn-primary {
	background: #EFB757 !important;
}

.ld-course-list-items .ld_course_grid .entry-title {
    text-align: center;
	color: #000000;
 }

 .ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary {
    color: #000000 !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled::before {
    border-top: 4px solid #F3C0AF;
    border-right: 4px solid #F3C0AF;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled {
    background: #428bca;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled::before {
    border-top: 4px solid #CCD8F4;
    border-right: 4px solid #CCD8F4;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price
{
	background: #CCD8F4 !important; 
	color: #000000 !important;
}

.ld-course-list-items .ld_course_grid .btn-primary {
	border-color: #CCD8F4 !important;
}

#course-hero-section {
	background: #000000 !important;
	padding: 40px;
}

#learndash_mark_complete_button {
	font-size: 20px !important;
}

#learndash_lesson_topics_list span a, #learndash_lessons a, #learndash_profile a, #learndash_profile a span, #learndash_quizzes a, .expand_collapse a, .learndash_topic_dots a, .learndash_topic_dots
{
	color: #000000 !important;
}


/* WTF Wistia? Adding unneccesary paragraphs -- custom class for text boxes that hold wistia videos */
.wistia-video .et_pb_text_inner p {
	display: none;
}

/* Global Changes */
#main-content {
	background: #fff;
	min-height: 100vh;
}
#main-content .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
	padding-top: 0;
}

#left-area, .et_right_sidebar #left-area {
	background-color: #efefef;
	padding: 0;
}

#sidebar {
	padding: 40px !important;
	background: #e7e7e7
}
.widgettitle {
	padding-bottom: 0;
}
.single .et_pb_post {
	margin-bottom: 0px;
	padding-bottom: 40px;
}
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}
h1 {
	font-size: 36px;
}
h2:first-of-type, h3:first-of-type {
	margin-top: 0;
}
h2, h3 {
	margin-top: 20px;
}
#left-area ol, #left-area ul {
	padding: 0;
}
li {
	margin-left: 20px;
	margin-bottom: 5px;
}
li:last-of-type {
	margin-bottom: 0;
}
li li {
	margin-bottom: 0;
}

/* Calendar */

/* Remove Month Navigator from the Bottom of the Calendar Views */
.ai1ec-pull-left {
  display: none;
}

/* Learn Dash Form Field Customizations */
#loginform p {
	padding: 0;
}
#loginform input[type=text], #loginform input[type=password], #umbrella-enroll-child input[type=text], #umbrella-enroll-child input[type=email], #umbrella-enroll-child input[type=tel] {
	margin-bottom: 5px;
	padding: 20px;
	font-size: .8em;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	transition: all ease-in-out 0.3s;
	display: block;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
}
.login-remember {
	margin-bottom: 40px;
}
.login-submit input, #umbrella-enroll-child input[type=submit] {
	padding: 15px 30px;
	font-size: .8em;
	margin-bottom: 30px;
	color: #fafafa;
	background-color: #1976BB;
	border-color: #1976BB;
}
.login-submit input:hover {
	background-color: #093952;
	border-color: #093952;
}

.learndash-course-grid .items-wrapper .grid-3 .content .button a {
    background-color: #000000;
}
.learndash-course-grid .items-wrapper .grid-3 .content .button {
    background-color: #ffffff;
}

/* ============================================================================= 
  Comments
================================================================================ */
.comments-container {
	padding: 1px 20px 20px;
	background: #fff;
	margin: 0 40px;
}
#comments {
	margin: 0;
	max-width: 100%;
}
#wpdcom {
	max-width: none;
	margin: 0;
	padding: 0;
}
#wpdcom .wpd-thread-list {
	padding-bottom: 0;
}
#wc-comment-header {
	max-width: none;
	padding: 0;
	margin-bottom: 5px;
}
#wc_show_hide_loggedin_username {
	max-width: none;
	padding: 0 0 5px;
}

#wpcomm .wc-thread-wrapper {
	margin-bottom: 0;
}

/* Footer */
#footer-bottom .container {
	max-width: none;
	width: 100%;
	padding: 0 40px;
}

/* Navigation */
.et_vertical_nav #main-header .container {
	margin: 0 20px;
}
.et_vertical_nav #main-header #top-menu>li>a {
	margin-right: -20px;
	margin-left: -40px;
    padding: 20px;
    border-bottom: 1px solid #04202f;
}
.et_vertical_nav #main-header #top-menu>li>a:hover {
	background: #EFB757;
}
.et_vertical_nav #main-header .current-menu-item a:hover {
	color: #666666;
}
#top-menu .menu-item-has-children > a:first-child:after {
	padding-top: 20px;
	content: "5";
}
#top-menu li {
	margin-bottom: 0;
}

.mobile_menu_bar::before, .mobile_menu_bar::after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
	color: #000;
}

/* BREADCRUMBS */
#breadcrumbs {
	background: #fff;
	color: #000;
	padding: 10px 20px;
	margin: 0 40px 20px;
}


/* ============================================================================= 
  Blackbox Video Container
================================================================================ */
.blackbox-video-container {
	width: 100%;
	background: #000;
	padding: 40px 40px 0;
	margin-bottom: 0;
}

/* ============================================================================= 
  Content Cards
================================================================================ */
.content-card {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.content-card h2 {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
.content-card ul {
	padding-bottom: 0 !important;
	line-height: 1.3em !important;
}

/* ============================================================================= 
  Learn Dash
================================================================================ */
#learndash_mark_complete_button {
	width: 100%;
    background: #5DB65C;
    padding: 20px;
    color: #fff;
    font-size: 22px;
    border: 0;
	font-weight: lighter;
}
#learndash_mark_complete_button:hover {
	background: #277f26;
}
.learndash_content p {
	max-width: 768px;
}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled, .learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar {
	background: #fff;
}
.learndash-wrapper .ld-progress .ld-progress-bar {
	background: #f0f3f6;
}
/* ============================================================================= 
  Courses
================================================================================ */
#course-hero-section {
	background: #000000 !important;
	padding: 40px;
}
#course-hero-meta h1, #course-hero-meta p {
	color: #fff;
}
#course-hero-meta .post-meta, #course-hero-meta p {
	margin-bottom: 15px;
	padding-bottom: 0;
}
.learndash_post_sfwd-courses {
	padding: 0 40px;
}

.single-sfwd-lessons .entry-content {
	background: #fff;
	margin: 40px 40px 0;
	padding: 20px;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
	.single-sfwd-courses .et_post_meta_wrapper {
		display: flex;
	}
	#course-hero-feature {
		max-width: 400px;
		flex: 1;
	}
	#course-hero-meta {
		flex: 3;
		padding: 0 0 0 20px;
	}
}
/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 768px) and (max-width: 1404px) {
	.single-sfwd-courses .et_post_meta_wrapper {
		display: flex;
	}
	#course-hero-feature {
		max-width: 400px;
		flex: 1;
	}
	#course-hero-meta {
		flex: 1;
		padding: 0 0 0 20px;
	}
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 767px) {
	#course-hero-feature {
		margin-bottom: 8px;
	}
}

/* ============================================================================= 
  Lessons
================================================================================ */
#lesson-meta {
	padding: 20px;
	background: #fff;
	margin: 0 40px 20px;
}
#lesson-content {
	background: #fff;
	margin: 0 40px 20px;
}
#lesson-details {
	padding-bottom: 0;
}
#learndash_next_prev_link {
	margin-top: 0;
	padding-bottom: 20px;
}
.prev-link, .next-link {
	background: #000;
	text-align: center;
	padding: 10px;
	color: #fff;
	width: 100%;
}
.prev-link:hover, .next-link:hover {
	background: #efefef;
}
@media all and (min-width: 600px) {
	#learndash_next_prev_link {
		display: flex;
	}
	.prev-link, .next-link {
		flex: 1;
	}
}
@media all and (max-width: 600px) {
	.prev-link, .next-link {
		display: block;
	}
}



/* ============================================================================= 
  Office Hours
================================================================================ */

/* Office Hours Archive */
.cv-office-hours-archive {
	color: #fff;
}
.cv-office-hours-archive .pt-cv-title, .cv-office-hours-archive .pt-cv-content, .cv-office-hours-archive .pt-cv-meta-fields {
	margin-left: 15px;
	margin-right: 15px;
}
.cv-office-hours-archive .pt-cv-content-item {
	padding-bottom: 30px;
}
.cv-office-hours-archive .pt-cv-ifield {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cv-office-hours-archive .pt-cv-href-thumbnail {
	display: block;
}
.cv-office-hours-archive .pt-cv-title {
	margin-bottom: 0;
}

/* Office Hours Posts */

#office-hours-meta {
	padding: 20px;
	background: #fff;
	margin: 0 40px 20px;
}

#office-hours-additional-videos {
	margin: 0 40px 20px;
	padding: 20px;
}
.office-hours-additional-video-embed {
	padding: 0 0 20px;
	margin-right: 20px;
}
.office-hours-additional-video-embed h3 {
	margin-top: 5px;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
	#office-hours-content {
		margin: 20px 40px 0;
		display: flex;
	}
	#office-hours-column-left {
		margin-right: 20px;
		flex: 2;
	}
	#office-hours-column-right {
		flex: 1;
	}
	#office-hours-additional-videos-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.office-hours-additional-video-embed {
		width: 50%;
		flex: 1;
	}
}
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 980px) and (max-width: 1405px) {
	#office-hours-content {
		margin: 20px 40px 0;
	}
	#office-hours-column-left {
		margin: 0;
	}
	#office-hours-column-right {
		display: flex;
		margin: 20px 0 0;
	}
	#office-hours-column-right .office-hours-card {
		flex: 1;
	}
	#office-hours-resources, #facebook-group-embed {
		margin-right: 20px;
	}

}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	#office-hours-content {
		margin: 20px 40px 0;
	}
	#office-hours-column-left {
		margin: 0;
	}
	#office-hours-column-right {
		margin: 0;
	}
	#office-hours-chapters {
		display: none;
	}
}

.single-group-call #left-area .post-meta, .single-resources #left-area .post-meta, .single-sfwd-lessons #left-area .post-meta, .single-content #left-area {
	padding: 0;
}
.single-group-call .post-meta, .single-resources .post-meta, .single-sfwd-lessons .post-meta, .single-content .post-meta {
	margin: 0;
}

.tag, #group-call-description, .single-sfwd-lessons #wc-comment-header {
	display: inline-block;
	background: #eee;
	text-transform: uppercase;
	color: #333;
	font-size: 0.7em;
	line-height: 0.7em;
	padding: 5px;
	margin: 5px 5px 5px 0;
}

dd.course_progress {
	width: 100%;
}

/* Add to Calendar Button */
.addeventatc {
	margin-bottom: 20px;
}

/* Quotes */
blockquote.quotescollection-quote {
	margin: 0;
}
.quotescollection-quote .attribution {
	text-align: center;
	margin: 0;
}

/* Communication Preferences */
.communication-preferences-button {
	padding: 15px 30px;
	font-size: .8em;
	margin-bottom: 30px;
	color: #fafafa;
	background-color: #1976BB;
	border-color: #1976BB;
}
.communication-preferences-button:hover {
	background-color: #093952;
	border-color: #093952;
}



/* ============================================================================= 
  Clinic
================================================================================ */
#clinic-meta {
	padding: 20px;
	background: #fff;
	margin: 0 40px 20px;
}

#clinic-additional-videos {
	margin: 0 40px 20px;
	padding: 20px;
}
.clinic-additional-video-embed {
	padding: 0 0 20px;
	margin-right: 20px;
}
.clinic-additional-video-embed h3 {
	margin-top: 5px;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
	#clinic-content {
		margin: 20px 40px 0;
		display: flex;
	}
	#clinic-column-left {
		margin-right: 20px;
		flex: 2;
	}
	#clinic-column-right {
		flex: 1;
	}
	#clinic-additional-videos-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.clinic-additional-video-embed {
		width: 50%;
		flex: 1;
	}
}
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 980px) and (max-width: 1405px) {
	#clinic-content {
		margin: 20px 40px 0;
	}
	#clinic-column-left {
		margin: 0;
	}
	#clinic-column-right {
		display: flex;
		margin: 20px 0 0;
	}
	#clinic-column-right .office-hours-card {
		flex: 1;
	}
	#clinic-resources, #facebook-group-embed {
		margin-right: 20px;
	}

}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	#clinic-content {
		margin: 20px 40px 0;
	}
	#clinic-column-left {
		margin: 0;
	}
	#clinic-column-right {
		margin: 0;
	}
	#clinic-chapters {
		display: none;
	}
}




.single-clinic #left-area .post-meta, .single-sfwd-lessons #left-area .post-meta, .single-content #left-area {
	padding: 0;
}
.single-clinic .post-meta, .single-sfwd-lessons .post-meta, .single-content .post-meta {
	margin: 0;
}

.tag, #clinic-description, .single-sfwd-lessons #wc-comment-header {
	display: inline-block;
	background: #eee;
	text-transform: uppercase;
	color: #333;
	font-size: 0.7em;
	line-height: 0.7em;
	padding: 5px;
	margin: 5px 5px 5px 0;
}


/* ============================================================================= 
  Meditation
================================================================================ */
#meditation-meta {
	padding: 20px;
	background: #fff;
	margin: 0 40px 20px;
}

#meditation-additional-videos {
	margin: 0 40px 20px;
	padding: 20px;
}
.clinic-additional-video-embed {
	padding: 0 0 20px;
	margin-right: 20px;
}
.clinic-additional-video-embed h3 {
	margin-top: 5px;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
	#meditation-content {
		margin: 20px 40px 0;
		display: flex;
	}
	#meditation-column-left {
		margin-right: 20px;
		flex: 2;
	}
	#meditation-column-right {
		flex: 1;
	}
	#meditation-additional-videos-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.meditation-additional-video-embed {
		width: 50%;
		flex: 1;
	}
}
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 980px) and (max-width: 1405px) {
	#meditation-content {
		margin: 20px 40px 0;
	}
	#meditation-column-left {
		margin: 0;
	}
	#meditation-column-right {
		display: flex;
		margin: 20px 0 0;
	}
	#meditation-column-right .office-hours-card {
		flex: 1;
	}
	#meditation-resources, #facebook-group-embed {
		margin-right: 20px;
	}

}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	#meditation-content {
		margin: 20px 40px 0;
	}
	#meditation-column-left {
		margin: 0;
	}
	#meditation-column-right {
		margin: 0;
	}
	#meditation-chapters {
		display: none;
	}
}




.single-meditation #left-area .post-meta, .single-sfwd-lessons #left-area .post-meta, .single-content #left-area {
	padding: 0;
}
.single-meditation .post-meta, .single-sfwd-lessons .post-meta, .single-content .post-meta {
	margin: 0;
}

.tag, #clinic-description, .single-sfwd-lessons #wc-comment-header {
	display: inline-block;
	background: #eee;
	text-transform: uppercase;
	color: #333;
	font-size: 0.7em;
	line-height: 0.7em;
	padding: 5px;
	margin: 5px 5px 5px 0;
}


/* Userbar */

#userbar {
	position: relative;
	border-bottom: 1px solid #000000;
	padding: 15px;
	display: flex;
	align-items: center;
	background-color: #141414;
}
@media all and (max-width: 980px) {
	#userbar {
		margin: 0;
	}
}
@media all and (min-width: 980px) {
	#userbar {
		margin-left: 225px!important;
	}
}

#userbar-left {
	float: left;
	width: 70%;
}
.userbar-facebook-url {
	display: inline-block;
}
.userbar-facebook-url a {
	background: #efb757;
	border: 1px solid #efb757;
	color: #000;
	border-radius: 3px;
	margin-right: 10px;
	padding: 5px 8px;
	transition: background-color 0.3s ease;
}
.userbar-facebook-url a:hover {
	background: #fff;
	color: #efb757;
}

.university-meetingrecordings-url {
	display: inline-block;
}
.university-meetingrecordings-url a {
	background: #093952;
	border: 1px solid #093952;
	color: #fff;
	border-radius: 3px;
	margin-right: 10px;
	padding: 5px 8px;
	transition: background-color 0.3s ease;
}
.university-meetingrecordings-url a:hover {
	background: #fff;
	color: #093952;
}

@media all and (max-width: 768px) {
	.userbar-button-label {
		display: none;
	}
}

#userbar-right {
	float: right;
	width: 30%;
}

.resource-download-button {
	width: 100%;
	padding: 15px;
	background: #FF4081;
	color: #fff;
}
.resource-download-button:hover {
	background: #5D3081;
}

.meditation {
	margin-bottom: 20px;
}