/*
Theme Name:     Matchbook Child Theme for Divi
Author:         Matchbook Media
Author URI:     http://www.matchbook.media
Template:       Divi
Version:        1.0.2
*/

/**
Using BEM (Block | Element | Modifier) convention as often as possible.

  CSS DIRECTORY
    - GLOBAL
	- HEADER
	- FOOTER
	- HOME
	- CREATIVELY MADE BUSINESS
*/

/* * * * * * * * * * * * * */
/* MEDIA QUERY BREAKPOINTS */
/* * * * * * * * * * * * * */ 
/* try to only use these breakpoints */
/* LARGE: >1500px */
/* TABLET: 980px */
/* MOBILE: 500px */

/*  */
/* GOBAL */
/*  */
@font-face {
	font-family: 'Playfair Display';
	src: url('./fonts/playfair-reg.woff2') format('woff2'),
		url('./fonts/playfair-reg.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Playfair Display';
	src: url('./fonts/playfair-reg-bold.woff2') format('woff2'),
		url('./fonts/playfair-reg-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Playfair Display';
	src: url('./fonts/playfair-italic.woff2') format('woff2'),
		url('./fonts/playfair-italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Elegant Icons';
	src: url('./fonts/elegant-icons.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Crystal Sky';
	src: url('./fonts/margo-regular.woff2') format('woff2'),
		url('./fonts/margo-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito Sans';
	src: url('./fonts/open-sans-light.woff2') format('woff2'),
		url('./fonts/open-sans-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito Sans';
	src: url('./fonts/open-sans-reg.woff2') format('woff2'),
		url('./fonts/open-sans-reg.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito Sans';
	src: url('./fonts/open-sans-bold.woff2') format('woff2'),
		url('./fonts/open-sans-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito Sans';
	src: url('./fonts/open-sans-bold.woff2') format('woff2'),
		url('./fonts/open-sans-bold.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/open-sans-reg.woff2') format('woff2'),
		url('./fonts/open-sans-reg.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/open-sans-light.woff2') format('woff2'),
		url('./fonts/open-sans-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/open-sans-bold.woff2') format('woff2'),
		url('./fonts/open-sans-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/open-sans-light.woff2') format('woff2'),
		url('./fonts/open-sans-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Margo';
	src: url('./fonts/margo-regular.woff2') format('woff2'),
		url('./fonts/margo-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/*
*	Some of the pages weren't showing the etModules font, making 3s out
*	of arrows and other monstrosities
*/
@font-face {
    font-family: ETmodules;
    font-display: block;
    src: url('/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot');
    src: url('/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot?#iefix') format("embedded-opentype"),url('/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.ttf') format("truetype"),url('/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff') format("woff"),url('/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.svg#ETmodules') format("svg");
    font-weight: 400;
    font-style: normal
}

h1 {
	font-size: 3.5em;
	font-family: 'Playfair Display';
}
h2 {
	font-size: 3em;
	font-family: 'Open Sans';
	font-weight: normal;
	
}
h3 {
	font-size: 3em;
	font-family: 'Margo';
	line-height: 1.4;
}
h4 {
	font-size: 1.5em;
}
span,
p,
.et_pb_text_inner {
	font-family: 'Open Sans';
	font-size: 1em;
}
a {
    color: #97b2ab;;
}
.woocommerce a {
	color: #CE9E56;
}
.et_pb_row {
    max-width: none;
}
strong {
	color: black;
}

@media (max-width: 980px) {
	.et_pb_button {
		font-size: 16px;
	}
}
@media (max-width: 500px) {
	.et_pb_button {
		font-size: 1.1em;
	}
}
.et_pb_button:after {
	content: '';
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover, .et-db #et-boc .et-l .et_pb_button:hover, .et-db #et-boc .et-l .et_pb_module .et_pb_button:hover {
    padding: .3em 1em;
    background-color: #ce9e56;
    color: white;
}
.et-db #et-boc .et-l .et_pb_button:hover:after {
	display:none;
}
.et_pb_button, .et-db #et-boc .et-l .et_pb_button {
    padding: .3em 1em;
}
.full-width-me .et_pb_row {
    width: 94%;
}
.et_pb_button.__shop-button--full-width {
	background: none;
	width: 100%;
	text-align: center;
	border: none;
    color: rgb(174,113,79);
	box-shadow: none;
}
.et_pb_button.__shop-button--full-width:hover {
    background-color: transparent;
    color: #000000;
    border: none;
}

/* Due to Divi's failures, I have to add a #page-container */
#page-container ._--gold-button-global {
    border: 1px solid #ce9e56;
    border-radius: 0.3em;
    background-color: #ce9e56;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.01em;
    padding: 0.35em 5em;
        font-size: 0.9em;
}

#page-container ._--gold-button-global:hover {
    background-color: #e7c1af;
    color: #ce9e56;
    padding: 0.35em 5em;
    color: rgba(0,0,0,0.5);
}

/*  .__--  denotes a global modifier  */
/* Note, I (Isaac) used one underscore instead of two for all these classes (here and in the HTML in places, 
   that's why I didn't delete these)...
   Never do that - that's dumb. ALWAYS use 2 underscores and two hyphens for BEM. */
._--crystal-sky,
.__--crystal-sky {
	font-family: 'Crystal Sky';
}

._--margo-script,
.__--margo-script {
	font-family: 'Margo';
}

._--nunito,
.__--nunito {
	font-family: 'Nunito Sans';
}
._--open-sans,
.__--open-sans, ._--open-sans h3 {
	font-family: 'Open Sans';
}
.p-open-sans {
	    font-family: 'Open Sans';
    	font-size: 1.2em;
    	font-weight: 300;
    	line-height: 1.4;
}
._--margo,
.__--margo {
	font-family: 'Margo';
}

._--bold,
.__--bold {
	font-weight: bold;
}
.__--thin {
	font-weight: 200;
}
._--hide,
.__--hide {
	display: none;
}
._--inline-block,
.__--inline-block {
	display: inline-block;
}
._--center,
.__--center {
	text-align: center;
}
._--flex,
.__--flex {
	display: flex;
}
.text-align-left {
	text-align: left;
}
._--teal-me,
.__--teal-me {
	color:#98b3ac;
}
._--orange-me,
.__--orange-me {
	color:#ce9e56;
}
._--header-lines,
.__--header-lines {
	align-items: center;
	display: flex;
}
.__--inset-border {
    outline: 1px solid rgb(204 204 204);
    outline-offset: -.1em;
}
/* apply class "__columns--justify-height" to the (green) row class */
/* Must have "Equalize column heights" on for multiple columns */
.__columns--justify-height .et_pb_column {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
/* apply class "__columns--justify-between" to the (green) row class */
/* Must have "Equalize column heights" on for multiple columns */
.__columns--justify-between .et_pb_column {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* Slider Module */
/* removes unecessary padding from the slider */
.et_pb_slide_description, 
.et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 0;
}
/* remove text shadow from sliders */
.et_pb_bg_layout_dark .et_pb_slide_description{ 
	text-shadow: none;
}
._--header-lines:before,
._--header-lines:after,
.__--header-lines:before,
.__--header-lines:after {
	content: "";
    border-top: 1px solid #ccc;
    flex: auto;
    margin-top: 0;
    top: 50%;
}
._--header-lines:before,
.__--header-lines:before {
	margin-right: .5em;	
	flex-basis: auto
}
._--header-lines:after,
.__--header-lines:after {
	flex-basis: auto;
	margin-left: .5em;
}
.z-index-me {
	position:relative;
	z-index:9;
}
.cursive-h2 h2 {
    font-family: 'Margo';
    font-weight: lighter;
    font-size: 4em;
}

/* Well this happened. */
#et_search_icon:hover, 
#top-menu li.current-menu-ancestor>a, 
#top-menu li.current-menu-item>a, 
.bottom-nav li.current-menu-item>a, 
.comment-reply-link, 
.entry-summary p.price ins, 
.et-social-icon a:hover, 
.et_password_protected_form .et_submit_button, 
.footer-widget h4, 
.form-submit .et_pb_button, 
.mobile_menu_bar:after, 
.mobile_menu_bar:before, 
.nav-single a, 
.posted_in a, 
.woocommerce #content div.product p.price, 
.woocommerce #content div.product span.price, 
.woocommerce #content input.button, 
.woocommerce #content input.button.alt, 
.woocommerce #content input.button.alt:hover, 
.woocommerce #content input.button:hover, 
.woocommerce #respond input#submit, 
.woocommerce #respond input#submit.alt, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce-page #content div.product p.price, 
.woocommerce-page #content div.product span.price, 
.woocommerce-page #content input.button, 
.woocommerce-page #content input.button.alt, 
.woocommerce-page #content input.button.alt:hover, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page .star-rating span:before, 
.woocommerce-page a.button, 
.woocommerce-page a.button.alt, 
.woocommerce-page a.button.alt:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button, 
.woocommerce-page button.button.alt, 
.woocommerce-page button.button.alt.disabled, 
.woocommerce-page button.button.alt.disabled:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page div.product p.price, 
.woocommerce-page div.product span.price, 
.woocommerce-page input.button, 
.woocommerce-page input.button.alt, 
.woocommerce-page input.button.alt:hover, 
.woocommerce-page input.button:hover, 
.woocommerce .star-rating span:before, 
.woocommerce a.button, 
.woocommerce a.button.alt, 
.woocommerce a.button.alt:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button, 
.woocommerce button.button.alt, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce div.product p.price, 
.woocommerce div.product span.price, 
.woocommerce input.button, 
.woocommerce input.button.alt, 
.woocommerce input.button.alt:hover, 
.woocommerce input.button:hover, 
.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	color: #ce9e58;
}
/* this is for the accent headers that are offset on top, cursive, and peach colored*/
.__accent-header--margo-peach-offset {
	color: #d8b5a3;
    display: block;
	font-family: Margo;
    margin-right: 2em;
    text-align: right;
}
.__accent-header--centered {
    margin-right: auto;
    text-align: center;
}
.__accent-header--margo {
	font-family: Margo;
	font-size: 1.75em;
	margin-left: .25em;
	font-weight: initial;
}
/* Makes the page content at least 80% of the device screen height. So footer has no white space at bottom. */
#main-content {
    min-height: 81vh;
}
body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 6em;
}
/*Editing Menu*/
#main-header .container {
    width: 100%;
    margin: 0 auto;
}

.container.clearfix.et_menu_container {
    max-width: 1200px;
}

img#logo {
    height: 70%;
    max-height: 70%;
    max-width:96%;
}
body.logged-in #top-menu li#menu-item-4966357 {
    display: none;
}

.logged-in #top-menu .mb-login {
    display: none;
}

/*End Editing Menu*/


/*Mobile global*/
body {
	font-size: 1.3vw;
	color: #505050;
}

@media (min-width:1400px) {
	body {
		font-size: 18.187px;
	}
}
@media (min-width:981px) {
    /* Must have "Equalize column heights" on for multiple columns */
	/* Place in the (green) row container */
    ._--align-center {
        align-items: center;
        display: flex;
    }
	.et_pb_section {
		padding: 2em 0;
	}
}
@media (max-width:980px) {
    body {
		font-size: 1.8vw;
	}
	.et_pb_section {
		padding: 1em 0;
	}
    /* Place in the (green) row container */
	._--reverse-row-mobile {
		display: flex;
		flex-direction: column-reverse;
	}
    ._--reverse-row-mobile .et_pb_column:nth-child(2) {
        margin-bottom: 3em;
    }
	._--hide-on-mobile {
		display: none;
	}
    p,
	span {
        font-size: 1em;
        line-height: 1.2em;
    }
	/* the green rows on tablet and mobile */
	.et_pb_row {
		width: 90%;
	}
	/* Useful for rearranging mobile columns */
	.__reverse-columns--mobile {
		display: flex;
		flex-direction: column-reverse;
	}
	.__reverse-columns--mobile .et_pb_column {
		padding-top: 2em;
	}
}
@media (max-width: 500px) {
	body {
		font-size: 3.3vw;
	}
    p {
        font-size: 1em;
        line-height: 1.2em;
    }
}
/*  */
/* HEADER */
/*  */

	/* See: /assets/style/header.css */
	/* PLEASE edit the header there... */
	/* It was just too much clutter to have here. */
    
/* * * * * */
/* FOOTER */
/* * * * */
.footer-menu a {
	font-family: "Open Sans",sans-serif;
    font-size: .8em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-right: calc(0.2em * -1);
    text-transform: uppercase;
    color: #6c6c6c!important;
	text-align: center;
}
.footer-module {
	text-align: left;
}
.footer-row {
	display: flex;
	align-items: center;
}
.footer-module .et_pb_text_inner {
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	.footer-logo-mobile {
		display: none;
	}
}
@media (max-width: 767px) {
	.footer-module {
		text-align: center;
	}
}
@media (max-width: 500px) {
	.footer-module .et_pb_text_inner {
		display: inline-block;
		align-items: center;
	}
	.footer-module {
		text-align: center;
	}
}
@media (min-width: 501px) {
	.footer-menu-mobile {
		display: none;
	}
}
@media (max-width: 500px) {
	.footer-module {
		display: none;
	}
	.footer-row {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
.footer-container,
#menu-footer {
	align-items: center;
    display: flex;
} 

.footer-container {
	margin: auto;
	width: 95%;
}

#menu-footer a,
.footer-copyright__content  {
	font-family: "Open Sans",sans-serif;
    font-size: .72rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.2em;
    margin-right: calc(0.2em * -1);
    text-transform: uppercase;
    color: #6c6c6c!important;
	text-align: center;
}
#menu-footer li {
	text-align: center;
	margin-right: 2em;
	line-height: 1em;
}
span.footer-copyright__content, 
.footer-copyright-container {
	line-height: 1em;
	width: 100%;
	text-align: left;
	display: flex;
}
div#footer-bottom img.attachment-thumbnail.size-thumbnail {
	margin-right: 1em;
	   width: 20em;
}
.menu-footer-container {
    width: 50%;
}
.footer-logo-container {
    margin-right: 2em;
}
#menu-footer li#menu-item-1490 {
    width: 41.6666666%;
}
li#menu-item-1489 {
    width: 29.166666%;
}
li#menu-item-1488 {
    width: 29.166666%;
}

@media(max-width: 1910px) {
	.menu-footer-container {
    	width: 60%;
	}
}
@media(max-width: 1670px) {
	.menu-footer-container {
    	width: 70%;
	}
}
@media(max-width: 15000px) {
	.menu-footer-container {
    	width: 100%;
	}
}
@media(max-width: 1450px) {
	.menu-footer-container {
    	width: 120%;
	}
}
@media(max-width: 1250px) {
	.menu-footer-container {
    	width: 140%;
	}
}
@media(max-width: 1130px) {
	.menu-footer-container {
    	width: 160%;
	}
}
@media(max-width: 1050px) {
	.menu-footer-container {
    	width: 180%;
	}
}
@media(max-width: 980px) {
	.menu-footer-container {
    	width: 200%;
	}
	#menu-item-210605{
		white-space: nowrap;
	}
	div#footer-bottom img.attachment-thumbnail.size-thumbnail {
		margin-right: 0em;
		width: 10em;
	}
	.footer-logo-container {
    	margin-right: 0em;
	}
	.menu-footer-container {
    	width: 100%;
	}
	#menu-footer li {
		margin-right: 0em;
		margin-bottom: 2em;
	}
	#menu-footer li#menu-item-1490 {
    	width: 33.33333333%;
	}
	li#menu-item-1489 {
    	width: 33.33333333%;
	}
	li#menu-item-1488 {
    	width: 33.33333333%;
	}
	span.footer-copyright__content, 
	.footer-copyright-container {
		width: 100%;
    	text-align: center;
	}
}
@media(max-width: 600px) {
	div#footer-bottom img.attachment-thumbnail.size-thumbnail {
		width: 15em;
	}
}
@media (max-width:981px) {
	.footer-container{
		flex-direction: column;
	}
	.footer-copyright__content {
		padding: 1.5em 0;
		display: block;
	}
}
/*  */
/* HOME */
/*  */
.home .home-hero__title {
	margin-bottom: 3em;
    font-size: 11em;
    font-family: 'Crystal Sky'
}
.et-search-form input {
    width: 100%;
    background-color: white;
    height: 55%;
    border-radius: 0.5em;
    position: relative;
    /* top: 100%; */
}

#main-header .container.et_search_form_container.et_pb_search_visible {
    height: auto !important;
    background-color: #ce9e56;
    display: flex;
    justify-content: center;
}

form.et-search-form {
    text-align: center;
    width: 34%;
    display: block;
    position: relative;
}

span.et_close_search_field {
    position: relative;
    margin: 0;
}

#main-header .et-search-form input {
    font-size: 1.3em!important;
    padding-left: 2em;
    right: 0;
    height: 2.5em;
    margin: 7em 0;
}
.art-category-cards .et_pb_module_header {
	border: 1px solid #2E2E2C;
    margin-bottom: 0.75em;
    max-width: 10em;
    margin-left: auto;
    margin-right: auto;
    padding: 0.1em 0 0;
}
.art-category-cards .et_pb_module_header span {
	font-family: 'Margo';
	font-size: 1.6em;
	font-weight: 400;
}
.mb-headline h1 {
    font-weight: normal;
}

.art-category-cards .et_pb_module_header:hover {
    background-color: #faf2ebb8;
}

.art-category-cards .art-category-cards__sub-title {
	text-transform: uppercase;
}
.art-category-cards .art-category-cards__description {
	font-size: 0.8em;
}
.art-category-cards__accent-color {
	color: #97b2ab;
}
.get-started__icon-container {
	text-align: center;
	justify-content: space-around;
}
.get-started-title {
	font-weight: 300;
	line-height: 1.5em;
}

.get-started-column {
	margin-right: 1.5em;
}

.get-started__description {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
}
.get-started__sub-description {
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
}
.get-started__icon-row {
	text-align: center;
}
.get-started__icon-row img {
	height: 50%;
    width: auto;
	margin-bottom: 1em;
}
.bottom-me-bottom-rust h3 {
	font-size: 2em;
}
#home-get-started h3 {
    font-weight: 100;
}
.wpcu-product .wpcu-product__title a {
    font-size: 1.1em !important;
    font-weight: bold;
    font-family: 'brandon-grotesque';
}
.wpcu-product__price {
    display: none;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: rgb(182, 182, 182)!important;
    border: 1px solid black;  
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:after {
    display: none;
}

/* 
*	Courses Home 
*	Rev slider uses element styling and pixels, making it look funky
*	on different screen sizes. I had to use a lot of !importants. Consequently,
*	I had to take a lot of showers and spend time in prayer and fasting
*/

rs-layer-wrap#course-home_logo {
    left: 13em !important;
    top: 4em !important;
}
rs-layer#slider-4-slide-9-layer-11 {
    width: 18em !important;
    height: auto !important;
}
rs-layer-wrap#course-home_courses {
    top: 8.6em !important;
    left: 22.7em !important;
}
rs-layer#slider-4-slide-9-layer-1 {
    font-size: 6em !important;
}
rs-layer-wrap#course-home_start-searching {
    top: 16em !important;
    left: 18.4em !important;
}
rs-layer#slider-4-slide-9-layer-2 {
    font-size: 1.4em !important;
}
rs-layer-wrap#course-home_by-teacher, rs-layer-wrap#course-home_by-journey {
    top: 22em !important;
}
rs-layer-wrap#course-home_by-artistry, rs-layer-wrap#course-home_by-free {
    top: 25.2em !important;
}
rs-layer-wrap#course-home_start-creating {
    top: 19.7em !important;
    left: 28.7em !important;
}
rs-layer#slider-4-slide-9-layer-6 {
    font-size: 1.2em !important;
}
rs-layer-wrap#course-home_line {
    top: 19em !important;
    left: 32.4em !important;
}
rs-layer#slider-4-slide-9-layer-3 {
    width: 2.7em !important;
    min-height: 1px;
    height: 0.12em !important;
}
rs-module-wrap#rev_slider_4_1_wrapper {
    height: 35em !important;
}
rs-fullwidth-wrap#rev_slider_4_1_forcefullwidth {
    height: 35em;
}
rs-layer#slider-4-slide-9-layer-7 {
    height: 43.4em !important;
}
a#slider-4-slide-9-layer-4, a#slider-4-slide-9-layer-5, a#slider-4-slide-9-layer-10, a#slider-4-slide-9-layer-9 {
    font-size: 0.9em !important;
    width: 12.6em !important;
    padding: 0.5em 2em !important;
    height: 2.4em !important;
    line-height: 1.4em !important;
}

rs-layer-wrap#course-home_by-journey, rs-layer-wrap#course-home_by-artistry {
    left: 21em !important;
}

rs-layer-wrap#course-home_by-teacher, rs-layer-wrap#course-home_by-free {
    left: 33.5em !important;
}
rs-static-layers rs-layer-wrap.rs-parallax-wrap {
    top: auto !important;
    bottom: 4.8em;
    left: 30.4em !important;
}
.et_pb_section.et_pb_section_0.courses-home-slider.et_section_regular {
    height: 35em;
}

rs-layer#slider-4-slide-4-layer-13 {
    width: 2em !important;
    height: 10em !important;
    font-size: 2.6em !important;
}
rs-module#rev_slider_4_1 {
    height: 35em !important;
    max-height: none !important;
}
#message-from-jeanne u {
    font-size: 1.5em;
}
.mb-the-course-countdown {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap:wrap;
}
#choose-course-header h1 {
    font-family: "margo";
    font-weight: 600;
    font-size: 5em;
    padding: 1em 0;
}

#choose-course-header .et_pb_row {
    max-width: none;
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.52);
}
.mb-wrap-time-until {
    display: flex;
    justify-content: space-between;
}
.mb-count-down h4 {
    font-weight: lighter;
    font-size: 1.4em;
    text-align: center;
    margin: 0.7em 0;
    padding: 0;
}
.mb-er-deets .mb-grid-buy-now-button {
    width: 97%;
}
.mb-course-pagination a, .mb-course-pagination span {
    margin: 0 1em;
}
.mb-grid-buy-now-button {
    background-color: #AE7250;
    color: white;
    padding: 0.2em;
    display: block;
    width: 79%;
    margin: 0.4em auto 0 auto;
    border-radius: 0.3em;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
}
.mb-erp {
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}
.mb-cd-chrono {
    text-align: center;
    line-height: 110%;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 0.9em 0;
    width: 31.5%;
    font-size: 0.7em;
    font-weight: lighter;
}
.mb-grid-artist-name {
    font-size: 0.8em;
    text-align: center;
    font-weight: 400;
}

.mb-er-deets .mb-grid-price {
    font-size: 1.3em;
}
.mb-grid-price {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0.8em;
}
.mb-grid-a-course {
    width: 48%;
    margin: 2em 0;
}
.mb-paid {
    flex-wrap: wrap;
}
.mb-count-down {
    margin-bottom: 1.4em;
}
.mb-cd-chrono span {
    display: block;
}
.mb-the-grid-title {
    font-size: 0.9em;
    text-align: center;
    line-height: 125%;
    font-weight: 600;
}
.mb-grid-deets {
    margin-top: 1em;
}
.mb-grid-featured-image img {
    width: 100%;
    border: 0.7em transparent solid;
    display: block;
    outline: 1px solid rgba(0,0,0,0.2);
    height: 100%;
    max-width: none;
    text-align: center;
    margin: 0 auto;
}
.mb-paid .mb-grid-a-course {
    width: 23%;
}
.mb-count-down h2 {
    text-align: center;
}
#course-home-list {
    padding-top: 0;
}
.the-social-icons {
    text-align: center;
}
img.mb-social-icons {
    width: 3em;
    min-width: 50px;
}
/* Lessons Section */
a.mb-lesson-button {
    background-color: #ae7250;
    color: black;
    padding: 1em 0em;
    border-radius: 0.3em;
    text-align: center;
    line-height: 125%;
    display: block;
    border: 1px solid #ae7250;
    margin-bottom: 1em;
    border-bottom: 1px solid #ae7250 !important;
}
a.mb-lesson-button:hover {
    color: #ae7250;
    background-color: white;
    border-color: #ae7250;
}
span.mb-lesson-primary-text {
    display: block;
    font-weight: 600;
    font-size: 1.1em;
}
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    max-width: none;
    min-height: 45em;
}
a.mb-lesson-button span.mb-lesson-primary-text, a.mb-lesson-button span.mb-lesson-secondary-text {
    color: black;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    padding: 2em;
}
span.mb-lesson-secondary-text {
    font-size: 0.9em;
    font-weight: lighter;
}
.et-db #et-boc #mb-lesson-template .et_pb_row_1 {
    display: flex;
    justify-content: space-between;
    max-width: none;
    width: 88%;
}

.et-db #et-boc #mb-lesson-template .et_pb_row_1 .et_pb_column {
    margin: 0;
    width: 30%;
}

.et-db #et-boc #mb-lesson-template .et_pb_row_1:after {
    display: none;
}
.mb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mb-row-3-count .mb-column, .mb-row-4-count .mb-column {
    width: 30%;
}

.mb-row.mb-row-4-count {
    justify-content: space-around;
}

.mb-row-4-count .mb-column:last-child {
    width: 100%;
}

h1.mb-headline-me {
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
    width: 100%;
}

.mb-row.mb-row-1-count .mb-column {
    width: 100%;
}

.mb-row.mb-row-4-count .mb-column:nth-of-type(2) .mb-lesson-button {
    background-color: #ecc1af;
}
/* Courses Section */
._--crystal-sky, 
.__--crystal-sky {
    font-family: 'Margo';
}
.mb-instagram-h {
    font-size: 1.4em;
}

.mb-wrap-insta {
    margin: 2em 0;
}

.mb-insta-me:before {
    content: "\f12d";
    font-family: 'dashicons';
    margin-right: 0.5em;
}

.mb-insta-me {
    display: flex;
    align-items: center;
}
.sfwd-lessons-template-default .learndash-wrapper {
    margin-top: 2em;
}

.sfwd-lessons-template-default #page-container #main-header {
    background-color: white;
}
.x-btn-rounded {
    background-color: #AE7250;
    color: white;
    padding: 0.4em 2em;
    margin: 1em auto;
    display: block;
    width: fit-content;
    border-radius: 4px;
}
.mb-quick-links h2 {
    margin-top: 1em;
    font-family: 'Crystal Sky';
    font-weight: 100;
    font-size: 3em;
    text-align: center;
}
.mb-the-classes .mb-the-image {
    width: 100%;
}
.page-template-template-mb-all-courses #page-container #main-header {
    background-color: white;
}
.mb-faqs-link {
    text-align: center;
}
#et-boc .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
    width: 100%;
}

p.et_pb_contact_form_field {
    padding-bottom: 2em;
}
.mb-login-header {
    text-align: center;
    margin-top: 1em;
    padding: 1em 0;
}

.mb-login-header h1 {
    text-align: center;
    background-color: rgba(255,255,255,0.3);
    padding: 0.5em;
    font-family: 'Crystal Sky';
    font-weight: 100;
    font-size: 7em;
}
.single-sfwd-courses .et_post_meta_wrapper {
    display: none;
}
.single-sfwd-courses .container {
    width: 100%;
    max-width: none;
}
.mb-course-title {
    font-weight: 500;
    margin: 0.5em 0;
    text-align: center;
}
.mb-tabs h3 {
    font-weight: 500;
}
h3.mb-faqs {
    font-family: 'Open Sans';
    font-size: 1.5em;
}
.mb-a-vimeo-video {
    border: 1px solid rgba(0,0,0,0.1);
    margin: 0 auto;
    max-width: 1400px;
    padding: 2.5%;
    width: 89%;
    margin-bottom: 2em;
}
.mb-a-vimeo-video iframe {
    width: 100%;
    height: 42em;
}
.mb-a-vimeo-video img {
    width: 100%;
}
.single-sfwd-courses .fluid-width-video-wrapper {
    padding: 0 0 56% 0 !important;
    position: relative;
}
.single-sfwd-courses .fluid-width-video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.mb-wrap-the-course-content {
    font-size: 0.9em;
    line-height: 200%;
    margin: 0 auto;
    width: 89%;
    background-color: white;
}
.mb-wrap-the-course-content h1 {
    font-family: 'Margo';
    margin-top: 0.4em;
    font-weight: bold;
}
.mb-wrap-the-course-content .ld-tabs.mb-tabs {
    border: 1px solid hsl(0, 0%, 38%);
    display: flex;
    padding: 3em 5.6em;
}
.mb-wrap-course-info-section {
    font-size: 1em;
    padding-right: 3em;
    width: 38%;
}
.mb-wrap-the-course-content .ld-tabs-content {
    width: 66%;
}
.mb-free {
    flex-wrap: wrap;
}
.mb-section-headings {
    text-align: center;
}
.mb-wrap-faqs {
    text-align: center;
}
.mb-wrap-the-lessons {
    font-size: 0.8em;
    margin: 0 auto;
    width: 89%;
}
.mb-share-course {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 1em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    width: 89%;
    padding: 1em 0;
}
.mb-stc-span {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.7em;
}
.mb-the-share-buttons a {
    display: block;
    margin: 0.3em;
    padding: 0.1em;
    border-radius: 50%;
    width: 4em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
.mb-the-share-buttons {
    display: flex;
}
.mb-the-share-buttons a span {
    font-size: 1.4em;
    text-align: center;
}
.learndash-wrapper .mb-lesson-list {
    width: 80%;
    margin: 0 auto;
    float: none;
    padding-top: 3em;
}
.mb-wrap-for-bg {
    padding: 4em 0;
    background-attachment: fixed;
    background-size: cover;
}
.mb-grid-featured-image h3 {
    font-family: 'Open Sans';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
    line-height: 120%;
    width: 100%;
    padding: 0.2em 0.3em 0.5em;
}

.mb-grid-featured-image {
    position: relative;
    background-size: cover;
    background-position: center;
}

.mb-grid-featured-image a {
    position: relative;
    bottom: 0;
    /* border: 0.7em transparent solid; */
    height: 19em;
    display: block;
    overflow: hidden;
    text-align: center;
}


/* Home - MOBILE */
@media (max-width:1080px) {
	.get-started__icon-row {
		padding: 1em 0;
	}
}

@media (max-width: 981px) {
    .home .home-hero__title {
        font-size: 5em;
    }
    #home-get-started .get-started {
    	margin-bottom: 2em;
	}
}
/* Topic Section */
.single-sfwd-topic .ld-tabs.mb-tabs {
    padding-top: 4em;
}
.single-sfwd-topic #page-container #main-header {
    background-color: white;
}
.learndash_post_sfwd-topic h2.mb-section-headings {
    display: none;
}

.single-sfwd-topic h1 {
    font-family: 'Margo';
}

.single-sfwd-topic #et-boc .et-l .et_pb_row_0 {
    margin: 0;
    width: 100%;
}

.single-sfwd-topic #et-boc .et-l #topic-top-row {
    padding-bottom: 6em;
}
.et-db #et-boc div#topic-floral {
    min-height: 17em;
    background-size: contain;
}
.et-db #et-boc div#topic-content-row {
    margin: 0;
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: space-between;
}

#topic-content-row h2 {
    font-family: 'Playfair Display';
    font-size: 1.5em;
    padding-bottom: 1em;
}

#et-boc #topic-content-row .et_pb_column_2 {
    width: 40%;
    margin: 0;
}

#et-boc #topic-content-row .et_pb_column_3 {
    width: 51%;
    margin: 0;
}
#et-boc #topic-content-row.topic-seventy-me .et_pb_column_2 {
    width: 74%;
    margin: 0;
}

#et-boc #topic-content-row.topic-seventy-me .et_pb_column_1 {
    width: 23%;
    margin: 0;
}

/* COURSE ARCHIVE PAGE */

.mb-archive-content .mb-the-course-countdown {
    width: 80%;
    margin: 0 auto;
}

.mb-course-pagination {
    width: 100%;
    text-align: center;
}

.mb-archive-content .mb-course-pagination {
    margin-bottom: 2em;
}

/* * * * * * * * * * * * *  */
/* CREATIVELY MADE BUSINESS */
/* * * * * * * * * * * * *  */

#main-content .creatively-made-hero p {
    font-size: 1.25em;
    font-weight: initial;
}
#main-content .creatively-made-hero {
    margin-top: 5em;
    padding: 10em 0em;
}
.cmb-under-header__container {
	display: flex;
	justify-content: space-evenly;
}
.cmb__list {
	font-size: 1.5em;
	list-style: none;
    line-height: 1em;
}
.cmb__list::before {
	color: #d8b5a3;
	content: "\2022";
	display: inline-block; 
	font-size: 1.5em;
	font-weight: bold;
	margin-left: -1em;
	width: 1em;
}
.cmb-cta__by-jeanne-oliver {
	font-size: 1em;
	margin-top: -1.5em;
	text-transform: uppercase;
}
.cmb-cta__price {
	color: #ce9e56;
	font-size: 3em;
	text-align: center;
}
.cmb__list--check::before {
	color: #111;
	content: "\2713";
	font-size: 1em;
}
/* * * * * * * */
/*    LOGIN    */
/* * * * * * * */

#login-page input#user_login_64e952ad8bc7c, #login-page input#user_pass_64e952ad8bc7c {
    width: 38em;
    width: 190%;
}
#login-page {
    width: 89%;
}
#login-page .et_pb_newsletter_form.et_pb_login_form {
    padding-left: 0;
}

#login-page {
    width: 89%;
}
#login-page .et_pb_newsletter_form.et_pb_login_form {
    padding-left: 0;
}
#login-page button.et_pb_newsletter_button.et_pb_button {
    width: 50%;
    background-color: rgb(231,193,175);
    border: none;
    padding: 0.5em 1em;
}

#login-page button.et_pb_newsletter_button.et_pb_button:hover {
    background-color: rgb(174,113,79);
    color: black;
}
.mb-not-enrolled {
    text-align: center;
    font-size: 0.9em;
    color: black;
}

#post-101399 h3.mb-cmb-cm {
    margin-top: 0;
    font-family: "Playfair Display",serif;
    font-size: 2.6em;
}
.mb-not-enrolled a {
    font-weight: 700;
    color: #ae714f;
}
.mb-cmb-header img {
    box-shadow: 0px 3px 4px #00000052;
}

/* * * * * * * */
/* BLOG POSTS  */
/* * * * * * * */
.single-post .entry-title{
    font-size: 2.4em;
    margin-bottom: 0.5em;
    font-weight: 600;
    margin-top:1em;
}

/* Hides side bar line */
.et_right_sidebar #main-content .container:before {
	display: none;
}

#sidebar {
	display: none;
}

#commentform input[type=email], 
#commentform input[type=text], 
#commentform input[type=url], 
#commentform textarea {
    display: inline-block;
    min-height: 3.45em;
    margin-bottom: .75em;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 0 1.45em;
    font-size: 1em;
    line-height: normal;
    color: rgb(85 85 85);
    background-color: rgb(255 255 255);
}
/* Blog Title */
.entry-title {
	font-family: 'Margo';
}

.comment-reply-link.et_pb_button {
    background-color: rgb(255 255 255);
    border: 1px solid rgb(220 220 220);
    box-shadow: none;
    font-size: 1em;
}

body.page-id-1905 div#ajaxsearchprores3_1 .results {
    height: -webkit-fill-available!important;
}
div#ajaxsearchprores3_1 {
    display: block!important;
    visibility: visible!Important;
    opacity: 1!important;
}

div#ajaxsearchprores3_1 a.asp_res_url {
    font-size: 1.2em!important;
    margin-bottom: 0.9em!important;
    font-weight: 100!important;
    color: #AE7250 !important;
}

div#ajaxsearchprores3_1 h3 {
    font-size: 1.7em!important;
}

div#ajaxsearchprores3_1 .asp_res_text {
    font-size: 1.35em;
    line-height: 1.7em;
    font-weight: 100;
    padding-left: 36%;
    color: black;
    padding-left: 36%;
}
div#ajaxsearchprosettings3_1 {
    left: auto!Important;
    max-width: 100%;
    /* margin: auto!important; */
    margin-top: 1em!Important;
}

div#ajaxsearchprosettings3_1 form.asp-fss-flex {
    max-width: 90%;
    margin: auto!important;
}

div#ajaxsearchprosettings3_1 .category_filter_box.categoryfilter.asp_sett_scroll {
    display: flex;
    flex-wrap: wrap;
}

div#ajaxsearchprosettings3_1 fieldset.asp_filter_tax.asp_filter_tax_category.asp_checkboxes_filter_box.asp_filter_id_1.asp_filter_n_0 {
    max-width: none;
    width: 100%!important;
}

/* * * * * * */
/*   CART    */
/* * * * * * */
.woocommerce a.remove {
	color: black !important;
	transition-duration: 300ms;
}
.woocommerce a.remove:hover {
	color: gray !important;
	background: transparent;
}
div#cart-hero .et_pb_row, div#checkout-hero .et_pb_row {
    width: 100%;
    padding: 4em 0;
}

div#cart-hero h1, div#checkout-hero h1 {
    font-size: 7em;
    text-align: center;
}
div#cart-hero, div#checkout-hero, div#press-hero {
    margin-top: 6em;
}
div#cart-notice .et_pb_text {
    font-size: 1rem;
    font-weight: 200;
    color: #2E2E2E;
}
div#cart-notice .et_pb_row, div#cart-details {
    padding-top: 0;
}
div#cart-notice {
    padding-bottom: 0;
}
div#cart-details .et_pb_row, #main-content .wc-proceed-to-checkout {
    padding-top: 0;
}
#main-content #cart-details  .woocommerce-info {
    padding: 0!important;
}
#main-content .cart-empty.woocommerce-info {
    text-align: center;
    border: 1px solid rgb(206,158,88)!important;
    color: rgb(206,158,88)!important;
}
.coupon .woocommerce button.button, .woocommerce-page button.button, a.checkout-button.button.alt.wc-forward {
    color: #282828;
    border-color: rgb(231,193,175);
    background-color: rgb(231,193,175);
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.3);
    font-size: 0.9em;
    padding: 0.5em 1em;
}
.coupon .woocommerce button.button, .woocommerce-page button.button:hover {
    border-color: rgb(174,113,79);
    background-color: rgb(174,113,79);
    padding: 0.5em 1em;
    color: #282828;
}
a.checkout-button.button.alt.wc-forward:hover {
    background-color: rgb(174,113,79);
    border-color: rgb(174,113,79);
}
a.checkout-button.button.alt.wc-forward:after {
    display: none;
}
#main-content #continue-shopping-row {
    padding: 0;
    text-align: center;
}
#main-content .continue-shopping:hover {
    color: #282828;
    background-color: #AE7250;
}
#main-content .continue-shopping {
    border: 2px solid #AE7250;
    color: #AE7250;
    font-size: 0.9em;
    width: 50%;
    text-align: center;
}
.coupon label {
    display: none;
}
#cart-details .et_pb_column.et_pb_column_1_2.et_pb_column_3 {
    width: 0%;
}
#cart-details  .et_pb_column.et_pb_column_1_2.et_pb_column_4 {
    width: 100%;
}
p#wc-stripe-payment-request-button-separator {
    padding-bottom: 1em;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: none;
}
.et_pb_wc_cart_products table.cart img {
    width: 20%;
}
.coupon {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 80%;
    margin-bottom: 0.8em;
    background-color: transparent;
    border: 0.5px solid;
}

/* * * * * * * * * */
/* CONSULTING PAGE */
/* * * * * * * * * */

.page-id-47 .et_pb_button,
.page-id-47 .gform_button {
	background-color: rgb(206,158,88);
	border-color: transparent;
	box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
	color: #222;
	padding: .65em .85em .65em .85em;
	font-size: 20px;
    font-weight: 600;
    letter-spacing: -.07em;
	border-radius: 5px;	
}

.consulting-page-remeber-what-compelled-you-section, .consulting-page-frustrating-to-feel-stuck-section {
    display: flex;
    align-items: center;
}

@media (max-width: 980px) {
	.consulting-page-frustrating-to-feel-stuck-section, .consulting-page-remeber-what-compelled-you-section {
    	display: inline-block;
	}
}


/*
*	Single Teachers */

.mb-the-feat-image {
    float: left;
    width: 25em;
    margin-right: 2em;
}

.et_right_sidebar .mb-teacher-single #left-area {
    float: none;
    width: 70%;
    padding-right: 0;
}
.mb-teacher-single div#content-area {
    display: flex;
    justify-content: space-between;
}

.mb-deet-title {
    font-weight: bold;
}
.mb-single-teacher-sidebar h4 {
    margin-bottom: 0.7em;
}

@media(max-width: 981px){
	.mb-course-info-area h4{
		text-align: center;
	}
	.mb-the-feat-image {
    	margin-right: 2em!important;
	}
	.x-text.cs-ta-left {
   		font-size: 0.9em;
	}
}

/*Editing Courses Home Page*/
.ld-course-list-items .ld_course_grid .btn-primary {
    background-color: #ae7250;
    border: none;
    border-radius: 4em;
    height: 2.3em;
    width: 14em!important;
}

a.btn.btn-primary:hover {
    background-color: #ae7250!important;
    box-shadow: 0 0.3em 0.5em #00000057!important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course img {
    max-height: 80%;
    height: 80%;
}

.entry-title {
    font-size: 0.9em;
    text-align: center;
    
}

.courses-home-heading {
	padding-bottom: 0!important;
}

#welcome-to-our-courses h2 {
    font-family: 'Margo';
    font-weight: unset;
    color: #AE7250;
    font-size: 7em;
    padding-bottom: 0;
}
#welcome-to-our-courses .et_pb_text {
    margin-bottom: 0;
    margin-top: 2em;
}
#welcome-to-our-courses {
    padding-top: 0;
    background-color: #d7d4d4;
    padding-bottom: 1em;
}

.et_pb_search {
	background-color: #eaeaea;
    width: 60%;
    margin: 0 auto;
    border-radius: 0.3em;
}

img.wp-image-222793{
    width: 50%!important;
    padding-top: 0;
    margin-top: 0;
    }
    
.click-for-a-message {
	padding-bottom: 0;
}

#message-from-jeanne {
	padding: 0;
}
    
#early-registration h2 {
	font-family: 'Margo';
}
#early-registration .text-align-left h2 {
	font-weight: unset;
	font-size: 4em;
	padding-bottom: 0;
	text-align:left;
}
#et-boc .light-pink-back-me {
	background-color: #faf4f0;
	padding: 0.5em 0;
	width: 100%;
	padding-left: 8em;
}

#faq-link h2 {
	font-family: 'Margo';
	font-weight: unset;
	font-size: 4em;
	padding-bottom: 0;
	color: #AE7250;
}

#access-self-study h3 {
	font-family: 'Playfair Display';
	font-weight: 400;
	font-size: 2.4em;
}

#access-self-study {
	padding: 0;
}

.mb-list-related-courses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.ld-course-list-items.row {
	align-items: baseline;
}

@media(max-width: 981px) {
	#welcome-to-our-courses h2 {
		font-size: 5em;
	}
	
	#message-from-jeanne .click-for-a-message {
    	margin-bottom: 0;
	}
	
	#message-from-jeanne u {
    	font-size: 1em;
	}
	
	#early-registration .light-pink-back-me .et_pb_text_inner {
		margin: 0px;
	}
	#early-registration .light-pink-back-me .et_pb_text_inner h2{
		font-size: 2.5em;
		padding-left: 1em;
	}
	
	#et-boc .light-pink-back-me {
		padding: 0em;
	}
	#faq-link h2{
		font-size: 3em;
	}
	
	.mb-paid .mb-grid-a-course {
    	width: 26%;
	}
}

@media(max-width: 750px) {
	.mb-paid .mb-grid-a-course {
    	width: 34%;
	}
	
	.mb-the-grid-title {
		font-size: 1.1em;
	}
	
	.mb-grid-artist-name {
		font-size: 0.95em;
	}
	
	.mb-cd-chrono {
    	font-size: 1em;
	}
	
	.mb-grid-a-course {
    	width: 46%;
    	margin: 2em 1em;
	}
	
	.bottom-me-bottom-rust h3 {
    	font-size: 3.2em;
	}
	
	.four-me .mb-grid-a-course {
    	width: 27%;
	}
}

@media(max-width: 550px) {
	.mb-grid-a-course {
	    width: 70%;
	    margin: 0.7em 0;
	}
	
	#access-self-study h3 {
		font-size: 1.9em;
	}
	
	.mb-paid .mb-grid-a-course {
    	width: 64%;
   		margin: 0.7em 1em;
	}
	
	.four-me .mb-grid-a-course {
    	width: 38%;
    	margin: 0.5em 1em;
	}
	.mb-the-grid-title {
    	font-size: 0.9em;
	}
	.mb-grid-artist-name {
    	font-size: 0.80em;
	}
}


/* Editing Course Pages */
.pink-buttons .et_pb_row_4col {
    display: flex;
    justify-content: space-between;
}

.pink-buttons .et_pb_row_4col .et_pb_column {
    width: 23%;
    margin: 0;
}
.et_pb_section.pad-me-not {
    padding-top: 0;
    padding-bottom: 0;
}
.pink-buttons a.et_pb_button, .et-db #et-boc .et-l .pink-buttons a.et_pb_button {
    width: 100%;
    text-align: center;
    background-color: #D8B5A2;
    color: black;
    border-color: #D8B5A2;
}
.et-db #et-boc .et-l .pink-buttons .et_pb_row {
    max-width: none;
}
.pink-buttons a.et_pb_button:hover, .et-db #et-boc .et-l .pink-buttons a.et_pb_button:hover {
    background-color: white;
    color: #D8B5A2;
    border-color: #D8B5A2;
}
.et-db #et-boc #choose-course-header .et_pb_row {
    width: 100%;
    max-width: none;
}
.et_pb_section.pink-buttons, .et-db #et-boc .et-l .et_pb_section.pink-buttons {
    padding: 0;
}
h2.mb-section-headings {
    font-family: 'Margo';
    font-weight: 100;
    color: #000000;
    font-size: 2.5em;
}    
.mb-tag-cloud a {
    padding-right: 0.5em;
    margin-right: 0.5em;
    position: relative;
    font-size: 0.8em !important;
    color: #999;
    font-weight: 600;
    position:relative;
    display:inline-block;
}
.mb-tag-cloud a:last-of-type:after {
    display: none;
}
.mb-tag-cloud a:after {
    height: 50%;
    width: 1px;
    background-color: #ce9e56;
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
}
.mb-teacher-image {
    margin-bottom: 1em;
}

button.meet-teacher-bt {
    color: #282828;
    background-color: rgb(231,193,175);
    text-shadow: 0 0.075em 0.075em rgb(0 0 0 / 45%);
    border: none;
    text-align: center;
    padding: 0.7em 0.9em;
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 1em;
}

button.meet-teacher-bt:hover {
    background-color: rgb(174,113,79);
}
.mb-the-access:before {
	content: "";
	background-image: url(/wp-content/uploads/2022/03/user.png);
	position: absolute;
	height: 1em;
	width: 1em;
	left: 10.5em;
	background-size:contain;
	margin-top: 0.4em;
	align-items: center;
}
.mb-fb-group:before {
       content: "";
    background-image: url(/wp-content/uploads/2022/03/facebook_icon_gold-copy.png);
    position: absolute;
    height: 1em;
    width: 1em;
    left: 10.4em;
    background-size: contain;
    margin-top: 0.4em;
    align-items: center;
}
.mb-the-interaction:before {
	content: "";
    background-image: url(/wp-content/uploads/2022/03/facebook_icon_gold-copy.png);
    position: absolute;
    height: 1em;
    width: 1em;
    left: 10.4em;
    background-size:contain;
    margin-top: 0.3em;
    align-items: center;
}
.mb-the-interaction:before {
	content: "";
    background-image: url(/wp-content/uploads/2022/03/user2.png);
    position: absolute;
    height: 1em;
    width: 1em;
    left: 10.4em;
    background-size: contain;
    margin-top: 0.3em;
    align-items: center;
}    

.mb-the-hours:before {
	content: "";
    background-image: url(/wp-content/uploads/2022/03/clock.png);
    position: absolute;
    height: 1em;
    width: 1em;
    left: 10.4em;
    background-size: contain;
    margin-top: 0.35em;
    align-items: center;
}

.mb-the-lesson-count:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/07/bookmark.png);
    position: absolute;
    height: 1em;
    width: 1em;
    left: 10.4em;
    background-size: contain;
    margin-top: 0.48em;
    align-items: center;
}

.mb-er-price:before, .mb-price:before {
	content: "";
    background-image: url(/wp-content/uploads/2022/03/dollar.png);
    position: absolute;
    height: 1.3em;
    width: 1.3em;
    left: 10.2em;
    background-size:contain;
    margin-top: 0.3em;
    align-items: center;
}
.mb-the-access, .mb-fb-group, .mb-the-interaction, .mb-price, .mb-er-price, .mb-techniques, .mb-the-hours, .mb-the-interaction, .mb-dl-videos, .mb-cc, .mb-the-lesson-count {
    padding-left: 1.5em;
}

.mb-techniques:before {
	content: "";
    background-image: url(/wp-content/uploads/2022/03/key.png);
    position: absolute;
    height: 1.2em;
    width: 1.2em;
    left: 10.1em;
    background-size: contain;
    margin-top: 0.5em;
    align-items: center;

}
.mb-dl-videos:before {
	content: "";
	background-image: url(/wp-content/uploads/2022/03/download-to-storage-drive.png);
    position: absolute;
    height: 1em;
    width: 1em;
    left: 10.4em;
    background-size: contain;
    margin-top: 0.5em;
    align-items: center;
}
.mb-cc:before {
	content: "";
	background-image: url(/wp-content/uploads/2022/03/closed-caption-logo.png);
    position: absolute;
    height: 1em;
    width: 1em;
    left: 10.4em;
    background-size: contain;
    margin-top: 0.5em;
    align-items: center;
}

.mb-course-info-area {
    font-size: 1em;
    line-height: 200%;
}

.ld-course-list-items .ld_course_grid .thumbnail .caption p {
    text-align: center;
    font-weight: 100;
    margin: 0 0 0.3em 0 !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course {
    border: none;
}

.ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary {
    color: transparent;
}

.ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary::after {
    content: "BUY NOW";
    color: white;
    justify-content: center;
    display: flex;
    height: 0em;
    text-align: center;
    align-items: center;
    position: relative;
    bottom: 0.7em;
}

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

.ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled:before {
    border-top: 4px solid #AE7250;
    border-right: 4px solid #AE7250;
}
.four-me .mb-grid-a-course {
    width: 23%;
}
.slick-track {
    display: flex;
    align-items: center;
}
@media(max-width: 981px){
	.mb-teacher-image {
    	margin-bottom: 1em;
    	display: flex;
    	justify-content: center;
	}
	
	.mb-teacher-image img {
    	width: 60%;
	}
	
	.single-sfwd-courses .mb-wrap-course-info-section{
		width: 100%;
		padding: 0em;
	}

	.single-sfwd-courses .ld-tabs{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.single-sfwd-courses .mb-course-info-area .mb-the-access::before,
	.single-sfwd-courses .mb-course-info-area .mb-the-interaction::before,
	.single-sfwd-courses .mb-course-info-area .mb-the-hours::before,
	.single-sfwd-courses .mb-course-info-area .mb-er-price::before,
	.single-sfwd-courses .mb-course-info-area .mb-techniques::before,
	.single-sfwd-courses .mb-course-info-area .mb-fb-group::before,
	.single-sfwd-courses .mb-course-info-area .mb-dl-videos::before,
	.single-sfwd-courses .mb-course-info-area .mb-cc::before, .mb-the-lesson-count:before, .mb-price:before {
		left: 6em;
	}
	
	.mb-the-access, .mb-fb-group, .mb-the-interaction, .mb-price, .mb-er-price, 
	.mb-techniques, .mb-the-hours, .mb-the-interaction, .mb-dl-videos, .mb-cc, .mb-the-lesson-count {
   		padding-left: 0em;
	}
	.single-sfwd-courses .mb-stc-span{
		margin: 1em
	}
	.single-sfwd-courses .mb-section-headings{
		margin-top: .5em
	}
	.single-sfwd-courses .ld-tabs-content h3{
		margin-top: .5em;
	}
	.single-sfwd-courses .mb-wrap-the-course-content .ld-tabs-content {
		width: 100%;
	}
	.single-sfwd-courses .et_pb_post h2 {
		font-size: 3em;
	}
	.single-sfwd-courses .et_pb_post {
		margin-bottom: 0;
	}
	.single-sfwd-courses p {
		font-size: 0.95em;
    	line-height: normal;
	}
}

@media(max-width: 750px) {
	.mb-the-access:before, .mb-the-interaction::before, .mb-the-hours::before, mb-er-price::before, .mb-techniques::before,
	.mb-fb-group::before, .mb-dl-videos::before, .mb-cc::before, .mb-the-lesson-count:before, .mb-price:before {
		height: 1.35em;
    	width: 1.35em;
	}
	
	.mb-the-access, .mb-fb-group, .mb-the-interaction, .mb-price, .mb-er-price, .mb-techniques, .mb-the-hours, .mb-the-interaction, 
	.mb-dl-videos, .mb-cc, .mb-the-lesson-count {
    	font-size: 1.15em;
    	padding-left: 1em;
    	line-height: 199%;
	}
}

@media(max-width: 500px) {
	.mb-the-access, .mb-fb-group, .mb-the-interaction, .mb-price, .mb-er-price, .mb-techniques, .mb-the-hours, .mb-the-interaction, 
	.mb-dl-videos, .mb-cc, .mb-the-lesson-count {
    	font-size: 0.9em;
    	padding-left: 0;
   		line-height: 199%;
	}
	.mb-teacher-image img {
    	width: 85%;
	}
	
	.single-sfwd-courses p {
    	font-size: 0.85em;
	}
}


/* End Editing Course Pages */

/* Individual course section */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading, .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger, .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a, .learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .ld-button {
    background-color: #ce9e59;
}

.learndash-wrapper .learndash_mark_complete_button {
	background-color: #97b2ab;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 {
    font-family: 'Open Sans';
}

.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button, .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title, .learndash-wrapper .ld-status-unlocked, .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover, .learndash-wrapper .ld-pagination .ld-pages i:hover, .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:hover, .learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover, .learndash-wrapper .ld-button.ld-button-transparent {
    color: #ce9e59;
}

.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete, .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete, .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete:after, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:after, .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage, .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading {
    color: #97b2ab;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before {
    border-bottom: 5px solid #ce9e59;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
    flex: 0 0 17em;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete, .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title .ld-status-incomplete {
	border: 2px solid #ce9e59;
}

.ld-tab-content iframe {
    width: 61em;
    height: 34.3125em;
}
.ld-tab-content img {
    border: 0.7em transparent solid;
    outline: 1px solid rgba(0,0,0,0.2);
}

/* Editing Product Pages */

.woocommerce div.product .stock {
    color:black;
}
div#gift-this-product {
    display: block;
}

div#gift-this-product .material-icons {
    float: left;
    padding: 0 0.5em 0em 0;
    width: 4.5em;
}

span.gift-this-product-title-message {
    font-weight: 400;
    font-size: 0.9em;
    padding-bottom: 2em;
    display: block;
}
.mb-send-gc {
    font-weight: 400;
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
h1.product_title.entry-title {
    font-family: 'Margo';
    font-size: 2.2em;
}
.mb-wrap-products {
    display: flex;
    width: 100%;
    justify-content:space-between;
    margin-top: 2em;
}
mark.count {
    background-color: #ce9e56;
}
.mb-shop-sidebar h2, .mb-shop-sidebar .widgettitle{
    border: 1px solid;
    padding: 0.8em;
    font-size: 0.8em;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
   margin-top:3em;
}
#block-9 h2{
	 margin-top:0em;
}
#left-area .mb-shop-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding: 0;
}

#left-area .mb-shop-sidebar ul li {
    margin: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 0.3em 0;
}

#left-area .mb-shop-sidebar ul li.wc-block-product-categories-list-item {
    padding: 0;
    line-height: 2em;
}
.widget_shopping_cart_content {
    border: 1px solid;
    padding: 1em;
}

.mb-shop-sidebar .widgettitle {
    margin-bottom: 0;
    border-bottom: none;
}
.mb-shop-sidebar div#block-9, .mb-shop-sidebar #woocommerce_widget_cart-2, .widget_block {
    width: 100%;
}
.woocommerce.columns-3 {
    width: 70%;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 32%;
    border: 3px solid rgba(0,0,0,0.1);
    padding: 0.3em;
    text-align: center;
}
#post-400001 div.et_pb_section.et_pb_section_0 {
    height: 29em;
    margin-top: 6em;
    display: flex;
    /* font-size: 1.2em; */
}

.header-me-studio .et_pb_text_0 {
    max-width: none;
}


.mb-shop-sidebar {
    width: 24%;
    margin-bottom:3em;
}
#left-area .mb-shop-sidebar ul.product_list_widget {
    margin-top: 1em;
}

div#woocommerce_recently_viewed_products-3 .widgettitle {
    border-bottom: 1px solid;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 20%;
}
input#wc-block-search__input-1 {
    border: 1px solid;
}
.mb-shop-sidebar span.product-title {
    font-size: 0.8em;
    color: black;
    font-weight: 300;
}

.mb-shop-sidebar span.woocommerce-Price-amount.amount {
    font-size: 0.7em;
}
.mb-wrap-products ul.products.columns-4 {
    width: 71%;
}

.archive .container {
    max-width: none;
}
.mb-wrap-products ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mb-wrap-products ul.products.columns-3 .product {
    margin: 1em 0;
}

.mb-wrap-products ul.products.columns-3:before {
    display: none;
}

.mb-wrap-products ul.products.columns-3:after {
    display: none;
}
.button.single_add_to_cart_button.button.alt {
    color: #282828;
    background-color: rgb(231,193,175);
    border: 1px solid rgb(231,193,175);
    font-weight: 400;
    font-size: 0.9em;
    padding: 0.3em 1em;
}

.button.single_add_to_cart_button.button.alt:hover {
	color: white;
    border-color: rgb(174,113,79);
    background-color: rgb(174,113,79);
    padding: 0.3em 1em;
    
}

.woocommerce .quantity input.qty, 
.woocommerce-page .quantity input.qty {
    background-color: white!important;
    color: #555!important;
    font-size: 0.8em!important;
    text-align: center;
    height: auto;
    padding: 0.65em;
}

.quantity {
    background-color: white;
    border: 1px solid rgba(0,0,0,.1);
}

.woocommerce button.button:after, 
.woocommerce-page button.button:after, 
.woocommerce button.button:after, 
.woocommerce-page button.button:after {
    content: none;
    visibility: hidden;
}
    
.product_meta a {
    color: rgb(174,113,79);    
}

.woocommerce-tabs.wc-tabs-wrapper h2 {
    font-size: 1.8em;
    font-family: 'Open Sans';
    font-weight: 400;
}

.woocommerce-tabs.wc-tabs-wrapper div {
	font-size: 0.85em;
    font-family: 'Open Sans';
}

.woocommerce-tabs.wc-tabs-wrapper p {
	font-size: 0.85em;
    font-family: 'Open Sans';
}

.product .related h2 {
    font-size: 1.8em!important;
    font-family: 'Open Sans';
    font-weight: 400;
}

.border-image span.et_pb_image_wrap {
    border: 1px solid rgba(0,0,0,.1);
    padding: 0.4em;
}

.border-me-left {
    border-left: 1px solid rgba(0,0,0,.1);
    padding-left: 1.3em;
}

.adjust-me-left .et_pb_column {
    margin-right: 1em;
}

.sold-out-me {
    border: 2px solid hsl(0, 0%, 16%);
    border-radius: 2px;
    color: hsl(0, 0%, 100%);
    background-color: #ae7250;
    display: block;
    float: none;
}

.zero-pad-me-top {
    padding-top: 0!important;
}

.zero-pad-me-bottom {
    padding-bottom: 0;
}

.zero-margin-me-bottom {
	margin-bottom: 0;
}

.zero-margin-me-top {
	margin-top: 0;
}

img.wp-image-209762 {
    padding: 0 11.5em 0 0;
}

.square-me-black {
	border: 2px solid;
    background-color: hsl(0, 0%, 16%);
    color: white;
    padding: 1em;
    align-content: center;
    align-items: center;
}

.lines-on-either-side {
  margin:0px auto;
  text-align:center;
  position:relative;
  background-color:white;
  padding:0 2em;
}

.wrap-me:before {
  content:"";
  position:absolute;
  width:100%;
  height:2px;
  background-color:rgba(0,0,0,.1);
  left:0;
  top:calc(50% - 2px);
}
	
.wrap-me {
  position:relative;
  width:100%;
  display:flex;
  justify-content:center;
}

.limit-me {
    width: 86%;
    margin: 0 auto;
}

img.wp-image-209747 {
    padding: 0 26em;
}

img.wp-image-209900 {
    padding: 1em 25em;
}

.p1-creatively {
	font-family: "Nunito Sans";
}

.back-me-rose {
    border: 1px solid;
    padding: 1em 1em 5em 1em;
    margin-top: 10em;
    background-color: rgb(216,181,162);
}

.bring-me-up {
	margin-top: -6em;
    margin-left: 1em;
}

.button-me-white {
	font-size: 0.8em;
    font-weight: 400;
	background-color: white;
}

.button-me-workshop{
    border: 2px solid hsl(0, 0%, 16%) !important;
    border-radius: 2px;
    color: hsl(0, 0%, 0%);
    padding: 0.75em 2em 0.75em 2em;
    font-size: 16px;
    background-color: rgb(206, 158, 86);    
}

.button-me-workshop:after{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: -25% 50%;
    transform-origin: -25% 50%;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
}

#live-workshop .background-image{
 
    height: 100vh;
    width: 100%;
    
}


img.wp-image-210050 {
    padding: 0 10em;
}

img.wp-image-210072 {
    padding: 0 10em;
}

img.wp-image-210100 {
    padding: 0px 10em;
}

img.wp-image-210096 {
    padding: 0 5.1em;
}

img.wp-image-210095 {
    padding: 0 9em;
}

img.wp-image-210097 {
    padding: 0 9em;
}

img.wp-image-210094 {
    padding: 0 9.3em;
}

img.wp-image-210099 {
    padding: 0 8.9em;
}

img.wp-image-210101 {
    padding: 0 9.3em;
}

img.wp-image-210130 {
    padding: 0 12em;
}

.border-text {
	border: 1px solid rgba(0,0,0,.1);
    padding: 1.5em;
}

.white-box-me {
	border: 0.3px solid rgba(255,255,255,0);
    background-color: rgba(255,255,255,0.75);
    display: flex;
}

.button-me-pink {
    background-color: rgb(216,181,162);
    display: block;
    text-align: center;
    box-shadow: none;
	width: 100%;
}

.button-me-gold {
    background-color: rgb(206,158,86)!important;
    color: rgb(46,46,46);
    font-weight: bold;
    font-size: 1em!important;
    text-align: center;
    box-shadow: 0em 0.15em 0.65em 0em rgb(0 0 0 / 25%);
    width: 100%;
    border: none;
}


.brown-text-me {
	color: #993300;
}

.button-me-brown {
	background-color: #ae7250;
	color: white;
    display: block;
    text-align: center;
    box-shadow: none;
    width: 100%;
    font-weight: 400;
    font-size: 0.8em;
    padding: 0.6em;
	border: 2px solid hsl(0, 0%, 16%);
	border-radius: 2px;
}

img.wp-image-210054 {
    padding: 0 21em;
}

.full-width-me {
    width: 100%;
}

.white-box-me .et_pb_container {
    background-color: rgba(255,255,255,0.75);
    padding: 5% 20%;
    margin: 4em 0;
    font-size: 1em;
}

.white-box-me .et_pb_slide {
    padding: 0;
}

.white-box-me .et_pb_slide_content {
    font-size: 0.9em;
}

#event-testimonials-section h2.et_pb_slide_title {
    font-size: 1.2em;
    font-family: 'Nunito Sans';
    font-weight: 600;
    text-transform: uppercase;
}

.crystal-sky-heading h3 {
    font-family: 'Crystal Sky';
    font-size: 3.5em;
    color: black;
}

.crystal-sky-heading h2 {
    font-family: 'Crystal Sky';
    font-size: 5em;
    color: black;
}

.crystal-sky-heading h1 {
    font-family: 'Crystal Sky';
    font-size: 5em;
    color: black;
}

.nunito-sans-heading h2 {
	font-size: 1.6em;
    font-family: 'Nunito Sans';
    font-weight: 200;
}

.nunito-sans-heading h3 {
	font-size: 2em;
    font-family: 'Nunito Sans';
    font-weight: 400;
}

.nunito-sans-heading h4 {
	font-size: 0.8em;
    font-family: 'Nunito Sans';
    font-weight: 400;
}

.limit-my-slider-image {
	padding: 0 17em 3em;
}

.playfair-display-heading h1 {
	font-size: 1.5em;
    font-family: 'Playfair Display';
	color: black;
}

.playfair-display-heading h2 {
	font-size:1.7em;
    font-family: 'Playfair Display';
	color: black;
}

.buttom-me-white {
	background-color: white;
    display: block;
    text-align: center;
    box-shadow: none;
    width: 5%;
    border-radius: 0;
    justify-items: center;
    margin: 1em auto;
    font-size: 0.4em;
	font-weight: 300;
}

.line-me {
    display: flex;
}

.line-me:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 39%;
    background-color: rgba(0,0,0,.1);
    left: 0;
    top: 4em;
}

.line-me:after {
    content: "";
    position: absolute;
    width: 39%;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    top: 4em;
    right: 0;
    visibility: visible;
}

.et_pb_column_7.line-me {
    display: inline-grid;
}

.et_pb_column_7.line-me:before {
    width: 8em;
    top: 2.5em;
}

.et_pb_column_7.line-me:after {
    width: 8em;
    top: 2.5em;
}

.et_pb_column_8.line-me {
    display: inline-grid;
}

.et_pb_column_8.line-me:before {
    width: 8em;
    top: 2.5em;
}

.et_pb_column_8.line-me:after {
    width: 8em;
    top: 2.5em;
}

.et_pb_row.et_pb_row_3.line-me:before {
    top: 2.2em;
    width: 11.5em;
    left: 13em;
}

.et_pb_row.et_pb_row_3.line-me:after {
    top: 2.2em;
    width: 11.5em;
    right: 13em;
}

#click-to-open-details h4 {
    font-weight: 400;
    font-size: 1.3em;
    padding-bottom: 0;
}

.et_pb_row.et_pb_row_3.line-me {
    padding-bottom: 0;
}

.et_pb_toggle_close {
    background-color: #999999;
    padding: 0.7em;
}

.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
    color: white;
    font-weight: 600;
}

img.wp-image-209812.alignnone.size-full {
    border: 1px solid rgba(0,0,0,.1);
    padding: 0.4em;
}

img.wp-image-210468.alignnone.size-full {
    border: 1px solid rgba(0,0,0,.1);
    padding: 0.4em;
}

img.wp-image-210449.alignnone.size-full {
    border: 1px solid rgba(0,0,0,.1);
    padding: 0.4em;
}

/*Editing Menu*/
#main-header .container {
    width: 100%;
    margin: 0.5em auto;
    /* margin-top: 0.5em; */
}

header#main-header a {
    font-size: 0.6em;
}

.container.clearfix.et_menu_container {
    max-width: 1300px;
}

img#logo {
    height: 70%;
    max-height: 70%;
    max-width:96%;
}

ul.sub-menu.sub-menu--open {
    text-align: left;
    padding: 0 0.2em;
    border-top: none;
    font-size:0.9em;
    display:block;
}
div#desktop-hamburger-header__inner-container .sub-menu a {
	text-transform:none;
	letter-spacing:0;
	font-weight: 600;
	font-size: 0.6em
	padding-left: 0.6em;
}
.nav li ul {
	width: 24em;
    text-align: left;
    padding: 1em 0.2em;
    border-top: none;
}

#top-menu li li {
    padding: 0em;
}

.et_header_style_left .logo_container {
	padding-left: 1.2em;
}

#top-menu li {
	font-size: 1em;
	padding-right: 1.5em;
}

#top-menu .menu-item-has-children>a:first-child, #et-secondary-nav .menu-item-has-children>a:first-child {
    padding: 0;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding: 0;
}

.et_header_style_left #et-top-navigation {
    padding: 0!important;
}

.et_header_style_left .logo_container {
    position: relative;
    width: auto;
    height: 4.3em;
}

#main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.admin-bar.et_fixed_nav #main-header {
    /*top: 3.5em !important;*/
}
.et_header_style_left .et-fixed-header .logo_container {
    height: 3.2em;
}

.et-fixed-header img#logo {
    height: 100%;
    max-height: 90%;
}

#main-header.et-fixed-header .container {
    margin: 0 auto;
}
#main-header .container:after {
    display: none;
}

#top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after {
    font-size: 1.2em;
    right: -1.3em;
    line-height: 0.8em;
}

#et-top-navigation .et-cart-info {
    margin: 0 5em 0 0;
}

#et_top_search {
    margin: 0em 0 0 0.6em;
    width: 1em;
}

#et_search_icon:before {
    font-size: 1em;
    top: 0em;
}

#desktop-hamburger-header__toggle, #mobile-hamburger-header__toggle {
    font-size: 1.8em;
    margin: -0.1em 0.7em 0;
}

nav#top-menu-nav {
    display: flex;
    align-items: center;
    padding-right: 5em;
}

#main-header {
	line-height: 1.3em;
}
@media (max-width: 1370px) {
	nav#top-menu-nav {
		padding-right: 2em;
	}
	#et-top-navigation .et-cart-info {
		margin: 0;
	}
}


/*End Editing Menu*/

/*End Main Page Padding*/

@media (max-width: 280px) {
	#main-header .container {
    margin-top: 3.5em;
	}
	#desktop-hamburger-header__close::after	{
	    padding-top: 1em;
	}
	
	div#mobile-hamburger-header__inner-container {
    padding-top: 0em;
	}
	
	.et_header_style_left .logo_container {
    padding-left: 2em;
	}
	
	/*Editing At Jeanne Studio*/
	img.wp-image-209747 {
    	padding: 0 4em;
	}
	
	
	/*End Editing At Jeanne Studio*/
}	

@media (max-width: 320px) {
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation 	{
    padding-top: 1em;
	}
	
	
	.logo_container {
		padding-bottom: 0;
	}
	
	.et_header_style_left #logo {
		 max-height: 100%;
		height: 100%;
	}
	
}

@media (max-width: 360px) {
	.logo_container {
    padding-bottom: 0em!important;
	}
	
	
	/*Editing At Jeanne Studio*/
	img.wp-image-209747 {
    padding: 0 5em;
	}
	/*End Editing At Jeanne Studio*/
}

@media (max-width: 411px) {
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation 	{
    padding-top: 1em;
	}
	
	#desktop-hamburger-header__toggle, #mobile-hamburger-header__toggle {
    font-size: 2.3em;
	}

	#et_search_icon:before {
    font-size: 1.3em;
	}
   
}

@media (max-width: 480px) {
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation 	{
    padding-top: 0em;
	}
	
}

@media (max-width: 540px) {
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation 	{
    padding-top: 0em;
	}
	.logo_container {
    padding-bottom: 0;
	}
	
	
	/*Editing At Jeanne Studio*/
	.et_pb_module.et_pb_image.et_pb_image_2.border-image {
    text-align: center;
	}
	
	.et_pb_module.et_pb_image.et_pb_image_1.border-image {
    text-align: center;
	}
	
	.et_pb_module.et_pb_image.et_pb_image_4.border-image {
	text-align: center;
	}
	
	.et_pb_module.et_pb_image.et_pb_image_5.border-image {
    text-align: center;
	}
	.et_pb_module.et_pb_image.et_pb_image_6.border-image {
	text-align: center;
	}
	.et_pb_module.et_pb_image.et_pb_image_7.border-image {
	text-align: center;	
	}
	/*End Editing At Jeanne Studio*/
}

@media (max-width: 768px) {
	
	/*Editing At Jeanne Studio*/
	.et_pb_module.et_pb_image.et_pb_image_2.border-image {
    text-align: center;
	}
	
	.et_pb_module.et_pb_image.et_pb_image_1.border-image {
    text-align: center;
	}
	
	.et_pb_module.et_pb_image.et_pb_image_4.border-image {
	text-align: center;
	}
	
	.et_pb_module.et_pb_image.et_pb_image_5.border-image {
    text-align: center;
	}
	.et_pb_module.et_pb_image.et_pb_image_6.border-image {
	text-align: center;
	}
	.et_pb_module.et_pb_image.et_pb_image_7.border-image {
	text-align: center;	
	}
	/*End Editing At Jeanne Studio*/

}

@media (max-width: 800px) {
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation 	{
    padding-top: 0;
	}
	
	div#mobile-hamburger-header__inner-container {
    padding-top: 4em;
	}
}

@media (max-width: 980px) {
	.et_header_style_left #logo {
    	width: 24em;
	}	
}

@media(max-width: 1130px) {
	.menu-footer-container {
    	width: 160%;
	}
}

@media(max-width: 1024px) {
	.menu-footer-container {
    	width: 100%;
	}
	
	#et-top-navigation {
    padding-left: 0;
	}
	
	div#mobile-hamburger-header__inner-container {
    padding-top: 2em;
	}

    #mobile-hamburger-header__inner-container a {
        font-size: 0.6rem;
    }
	.menu-lucass-hamburger-menu-container .sub-menu.sub-menu--open {
    	padding-left: 0.5em;
	}

	#mobile-hamburger-header__container .menu-lucass-hamburger-menu-container .sub-menu.sub-menu--open a {
    	font-size: 0.35em;
    	font-weight: 600;
	}
	#top-menu {
    	display: none;
	}
	
	#desktop-hamburger-header__toggle, #mobile-hamburger-header__toggle {
    	font-size: 2.3em;
	}

	#desktop-hamburger-header__toggle::after, #mobile-hamburger-header__toggle::after {
		padding-top: 0.17em;
	}
	
	/*Editing At Jeanne Studio*/
	img.wp-image-209747 {
    padding: 0 9em;
	}
	/*End Editing At Jeanne Studio*/
}

@media(max-width: 1280px) {
	.et_header_style_left #et-top-navigation {
    padding-top: 0em;
	}
	
	/*Editing At Jeanne Studio*/
	img.wp-image-209747 {
    padding: 0 16em;
	}
	/*End Editing At Jeanne Studio*/
}

#desktop-hamburger-header__close::after {
	    padding-top: 1em;
}

/*Editing At Jeanne Studio*/
img.wp-image-209747 {
    padding: 0 4em;
}
/*End Editing At Jeanne Studio*/

/*Editing new colors and buttons*/

.button-me-black {
	background-color: #ffff;
	font-family: 'Open Sans';
	text-transform: uppercase;
	color: white;
	border: 1px solid transparent;	
	border-radius: 0.2em!important;
	padding: 0.2em 1.5em;
}

.button-me-black:hover {
	background-color: #ffff;
	font-family: 'Open Sans';
	box-shadow: 0 0.3em 0.5em #00000057;
	padding: 0.2em 1.5em!important
}

.button-me-rust {
	background-color: #AE7250;
	font-family: 'Open Sans';
	text-transform: uppercase;
    color: white;
	border: 1px solid transparent;
    border-radius: 0.2em!important;
	padding: 0.2em 1.5em;
}

.button-me-rust:hover {
	background-color: #AE7250!important;
	font-family: 'Open Sans';	
	box-shadow: 0 0.3em 0.5em #00000057!important;
	padding: 0.2em 1.5em!important;
}

.button-me-rust-header {
	background-color: #ce9e56;
    font-family: 'Open Sans';
    font-size: 1.3em!important;
    text-transform: uppercase;
    color: white;
    border: 1px solid transparent;
    border-radius: 0.2em!important;
    padding: 0.6em 1.6em;
}

#page-container .button-me-rust-header:hover {
	background-color: #e7c1af!important;
	font-family: 'Open Sans';	
	box-shadow: 0 0.3em 0.5em #00000057!important;
	padding: 0.6em 1.6em;
}

.button-me-outlined {
    color: #ffffff;
    border: 2px solid #ffffff!important;
    box-shadow: none;
    text-transform: uppercase;
    border-radius: 0.3em!important;
    padding: 0.2em 1em 0.2em 2em!important;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 0.85em;
}

.button-me-outlined:hover {
	border: 2px solid #ffffff!important;
    background-color: #ffffff!important;
	padding: 0.2em 1em 0.2em 2em!important;
	box-shadow: 0 0.3em 0.5em #00000057!important;
}

.button-me-outlined-clear {
   	background-color: #faf2eb;
    color: #AE7250;
    border: 2px solid #4b4e5359!important;
    box-shadow: none;
    text-transform: uppercase;
    border-radius: 0.3em!important;
    padding: 0.2em 2em!important;
    font-family: 'Open Sans';
    font-weight: 600;
}

.video-icon:before {
	content: "I";
    font-family: "ETmodules";
    line-height: inherit;
    font-size: inherit;
    opacity: 1;
    margin-left: -1.6em;
    right: auto;
    display: inline-block;
}

.button-me-round-gold {
	background-color: #CE9E56;
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    border: 1px solid transparent;
    border-radius: 1.3em!important;
    padding: 0.5em 1em;
}

.button-me-round-gold:hover {
	background-color: #CE9E56!important;
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    border: 1px solid transparent;
    border-radius: 1.3em!important;
    padding: 0.5em 1em!important;
	box-shadow: 0 0.3em 0.5em #00000057!important;
}

.bottom-me-bottom-rust {
	border-bottom: 3px solid #AE7250;
	margin: 0 1em;
}

.art-category-cards__accent-color {
    color: #CE9E56;
}

.art-category-cards__accent-color:hover {
    color: #E7C1AF;
}

.et_pb_text_0 h3 {
    font-size: 1.5em!important;
    font-family: 'Open Sans';
    font-weight: bold;
    color: #FFFFFF!important;
    text-shadow: 0em 0em 0.3em rgb(0 0 0 / 40%);
}

._--crystal-sky, .__--crystal-sky {
    font-family: 'Crystal Sky';
}

.home .home-hero__title {
	 margin-bottom: 0.1em;
}

a#slider-4-slide-9-layer-4, a#slider-4-slide-9-layer-5, a#slider-4-slide-9-layer-10, a#slider-4-slide-9-layer-9 {
	/* background-color: #faf2ebb8!important; */
}

a.eacs-creative-button {
	background-color: #AE7250;
	font-family: 'Open Sans';
	text-transform: uppercase;
    color: white;
	border: 1px solid transparent;
    border-radius: 0.2em!important;
	padding: 0.2em 0.6em;
}

#connect-with-your-creativity {
	background-color: #FAF4F0;
}

#connect-with-your-creativity h2 {
    font-family: 'Margo';
    color: #AE7250;
    font-weight: unset;
}
#now-in-the-store h2 {
    font-weight: unset;
    color: #FAF2EB;
}

#now-in-the-store {
    background-color: #AE7250;
}

#now-in-the-store p {
    color: white;
}

#lets-get-to-know h2 {
	font-family: 'Margo';
    color: black;
    font-weight: unset;
}

/*Editing new colors and buttons on Workshop Page*/

#live-workshops {
    background-color: #fff;
}

#live-workshops h3 {
    font-family: 'Margo';
    color: #AE7250;
    font-size: 4.2em;
    margin-bottom: 0em;
    padding: 0;
	border-bottom: 1px solid #AE7250;
}

.page-id-400001 #live-workshops span.et_pb_image_wrap:hover {
    opacity: 70%;
}
#live-workshops .et_pb_module.et_pb_image {
    text-align: center;
}

/*Editing new colors and buttons on Creatively Made Page*/

#is-your-business-aligned {
	background-color: white;
}

#is-your-business-aligned .et_pb_row.et_pb_row_2 {
	width: 75%;
}

#is-your-business-aligned .et_pb_column_1_2.et_pb_column_2 {
    margin-right: 1.5%;
}


#is-your-business-aligned h3 {
	font-family: 'Playfair Display';
    line-height: 1.1;
	font-size: 2.8em;
}

.left-border-me-rust {
	border-left: 2px solid #AE7250;
    padding-left: 1em;
}

.page-id-1496 h2 {
	font-weight: bold;
    color: #AE7250;
	font-family: 'Playfair Display';
}

.page-id-1496 h3 {
	font-family: 'Playfair Display';
}

#you-deserve-someone .__accent-header--margo-peach-offset {
    color: #d8b5a3;
    display: block;
    font-family: 'Margo';
    text-align: right;
    font-size: 5em;
	margin-right: 0em;
}

#registration-is-now-open {
	font-family: 'Playfair Display';
}

/* * * * * * * * * * */
/*   Your Courses    */
/* * * * * * * * * * */

.your-courses-section p {
    text-align: center;
}

.your-courses-section .et_pb_button_module_wrapper {
    text-align: center;
}

.your-courses-section .et_pb_button, .your-courses-section .learndash-resume-button input {
    background-color: rgb(231,193,175);
    border: 1px solid;
    border-color: rgb(231,193,175);
    color: #282828;
    text-shadow: 0 0.075em 0.075em rgb(0 0 0 / 50%);
    font-size: 0.9em;
    padding: 0.5em 1em;
    cursor: pointer;
}
a.learndash-resume-button {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.your-courses-section .et_pb_button:hover {
    color: #282828;
}

.your-courses-section .ld-icon-search:before {
    display: none;
}

.your-courses-section .learndash-wrapper .ld-item-list .ld-section-heading h3 {
    display: none;
}

.your-courses-section .learndash-wrapper #ld-profile .ld-section-heading {
    justify-content: right;
}

.your-courses-section .learndash-wrapper .ld-item-list .ld-section-heading h3 {
    display: none;
}

.your-courses-section .learndash-wrapper #ld-profile .ld-section-heading {
    justify-content: right;
}

.your-courses-section .learndash-wrapper .ld-expand-button {
    background-color: #9cb1ab;
    color: black;
    font-weight: 400;
    border-radius: 0.3em;
    padding: 0.4em;
    margin-bottom: 1em;
}

.your-courses-section .learndash-wrapper .ld-expand-button:hover {
    background-color: #9cb1ab;
    border: 0.8px solid #000000;
    padding: 0.4em;
}

.your-courses-section .learndash-wrapper .ld-expand-button .ld-icon {
    display: none;
}

.your-courses-section .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    padding: 0.3em;
}

.your-courses-section .learndash-wrapper .ld-item-list .ld-item-list-item {
    margin: -1px;
}

.your-courses-section .learndash-wrapper .ld-item-list .ld-item-list-item {
    border: 1px solid #d9d9d9;
    border-radius: 0.2em;
}

#ld-profile span.ld-course-title {
    font-size: 0.8em;
}

#post-209494 .your-courses-profile h1 {
	font-size: 5em;
}

#post-209494 .ld-profile-card, #post-209494 .ld-profile-stats {
    display: none;
}

.your-courses-section .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover {
    color: #ce9e58;
}
#your-courses-header p {
	font-size: 1.2em;
	line-height: 150%;
}

@media (max-width: 780px) {
	#your-courses-header p {
    	font-size: 1.4em;
	}
	your-courses-section .learndash-resume-button input {
    	font-size: 1.2em;
	}
}
@media (max-width: 500px) {
	.your-courses-section .learndash-resume-button input {
    	font-size: 1.3em;
	}
	#ld-profile span.ld-course-title {
    	font-size: 1em;
    	line-height: 130%;
	}
}
/* * * * * * * * * * */
/*   Your Account    */
/* * * * * * * * * * */

#your-account-header h1 {
    font-weight: 100;
    font-size: 7em;
    padding: 0.2em 0;
    font-family:'Crystal Sky';
}

#your-account-header .et_pb_row {
	max-width: none;
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.52);
}

#your-account-section h2 {
    font-family: 'Margo';
    font-weight: 400;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}

nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    padding-left: 0;
}

nav.woocommerce-MyAccount-navigation li {
    list-style: none;
}

#your-account-section .woocommerce a {
    font-size: 0.9em;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0.2em;
    padding: 0.2em 0.4em;
    margin: 0 0.5em 0 0;
}

#your-account-section .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

#your-account-section .woocommerce-MyAccount-content {
    width: 100%;
}

#your-account-section .woocommerce a:hover {
    border: 1px solid #000000;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: white!important;
    color: #000000!important;
    margin-bottom: 0;
}

#your-account-section a.woocommerce-Button .button {
    color: #000000;
}

#your-account-section h3 {
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: 300;
    padding-bottom: 0;
}

#your-account-section a.edit {
    border: none;
    font-size: 0.9em;
    color: #ce9e58!important;
    display: flex;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}

#your-account-section a.edit:hover {
    border: none;
    color: #000000!important;
}

header.woocommerce-Address-title.title {
    display: flex;
    flex-wrap: wrap;
    line-height: 130%;
}

#your-account-section .woocommerce-MyAccount-content a {
    color: #ce9e56!important;
    border: none;
    font-size: 1em;
    padding: 0;
    margin: 0;
}

#your-account-section .woocommerce-MyAccount-content a.woocommerce-Button {
    color: #000000!important;
    text-decoration: underline;
}

.mb-cmb-flex-me {
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
}

.mb-cmb-flex-me a {
    display: block;
    width: 33%;
}

h3.mb-cmb-cm {
    width: 100%;
    text-align: center;
    font-family: 'Open Sans';
    margin: 1em 0;
}
#post-289607 .mb-er-price.test {
    display: none;
}

/* * * * * * * * * * * * * * * * */
/*  Poets and Misfits Workshop   */
/* * * * * * * * * * * * * * * * */

.poets-and-misfits h1, .poets-and-misfits h2, .the-foraged-home h2 {
    font-family: 'margo'!important;
}

.poets-and-misfits h2 {
    font-size: 3em;
}

.workshop-details {
    background-color: rgba(255,255,255,1);
    box-shadow: 0em 0.25em 2em 0em rgb(0 0 0 / 15%);
    border: 1px solid rgba(0,0,0,0.15);
    padding: 1em;
}

ul.et_pb_tabs_controls {
    background-color: transparent;
    border: none;
}

li.et_pb_tab_0.et_pb_tab_active {
    border: none;
}

li.et_pb_tab_1 {
    border: none;
}

.et_pb_tab.et_pb_tab_0.clearfix.et_pb_active_content.et-pb-active-slide, .et_pb_tab.et_pb_tab_1.clearfix.et-pb-active-slide, .et_pb_tab.et_pb_tab_3.clearfix.et_pb_active_content.et-pb-active-slide {
    background-color: rgba(255,255,255,1);
    box-shadow: 0em 0.25em 2em 0em rgb(0 0 0 / 15%);
    border: 1px solid rgba(0,0,0,0.15);
    padding: 1em;
}

.et_pb_module.et_pb_tabs.et_pb_tabs_0.zero-pad-me-bottom {
    border: none;
}

body.admin-bar .learndash-wrapper .ld-focus-sidebar {
    top: 7.4em;
}
body.admin-bar .learndash-wrapper .ld-focus-header {
    top: 7.3em;
}
.sfwd-lessons-template-default div#footer-bottom {
    position: relative;
    z-index: 999;
    bottom:0;
}

/* * * * * * * * */
/*   Links Page  */
/* * * * * * * * */

#main-content .links-page {
	background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}

#main-content .links-header {
    padding: 5em 0;
    background-color: #ffffff66;
    width: 100%;
}

#main-content .links-text-dark {
    background-color: #efe8d4;
    color: rgba(0,0,0,1);
    width: 100%;
    text-align: center;
    padding: 0.3em 0;
}

.links-text-dark .et_pb_text:hover {
    opacity: 60%;
}

.links-text-dark .et_pb_text, .links-text-light .et_pb_text, .quick-links-title .et_pb_text, .links-text-pink-back .et_pb_text, .links-text-gold-back .et_pb_text {
    text-align: center;
}

.links-header .et_pb_image_wrap {
    width: 20%;
    text-align:center;
}

.links-header .et_pb_module.et_pb_image {
    text-align: center;
}

.links-header {
    display: flex;
    justify-content: center;
    text-align: center;
}

#main-content .links-text-dark p, #main-content .links-text-light p, #main-content .links-text-pink-back p, #main-content .links-text-gold-back p, #main-content  .quick-links-title p {
    font-size: 0.7em;
    padding-bottom: 0;
}

#main-content .links-text-light {
    background-color: #4B4E53;
    color: white;
    box-shadow: 0em 0.15em 0.65em 0em rgb(0 0 0 / 25%);
    width: 100%;
    text-align: center;
    padding: 0.3em 0;
}

#main-content .links-text-light:hover, #main-content .links-text-pink-back:hover, #main-content .links-text-gold-back:hover, #main-content .quick-links-title:hover  {
    background-color: #efe8d4;
    color: rgba(0,0,0,1);
    box-shadow: 0em 0.15em 0.65em 0em rgb(0 0 0 / 25%)
}

#main-content .quick-links-title {
    background-color: #ffffff;
    color: rgba(0,0,0,1);
    box-shadow: 0em 0.15em 0.65em 0em rgb(0 0 0 / 25%);
    width: 100%;
    text-align: center;
    padding: 0.3em 0;
}

#main-content .links-text-pink-back {
    background-color: #E7C1AF;
    color: rgba(0,0,0,1);
    box-shadow: 0em 0.15em 0.65em 0em rgb(0 0 0 / 25%);
    width: 100%;
    text-align: center;
    padding: 0.3em 0;
}

#main-content .links-text-gold-back {
    background-color: #CE9E56;
    color: rgba(0,0,0,1);
    box-shadow: 0em 0.15em 0.65em 0em rgb(0 0 0 / 25%);
    width: 100%;
    text-align: center;
    padding: 0.3em 0;
}
/*PORTFOLIO*/
#et-main-area a.dmg_masonry_gallery_item:after {
    content: attr(data-title);
    z-index: 9999;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: none;
    display: block;
    height: 2em;
    padding-top: 1em;
    font-family: 'Crystal Sky';
    font-size: 2em;
    font-weight: 100;
    color:black;
    font-size: 3em;
}

#et-main-area a.dmg_masonry_gallery_item {
    position: relative;
    overflow: visible;
}

.dmg-gallery .dmg_masonry_gallery_item img {
    margin-bottom: 0em;
}

.dmg_masonry_gallery_0 .dmg_masonry_gallery_item {
    margin-bottom: 3em !important;
}

@media (max-width: 980px) {
	#portfolio-gallery-hero h1 {
    	margin-top: 1.2em;
    	font-size: 4em;
	}
}

.page-id-306630 .zero-pad-me-bottom.zero-pad-me-top .crystal-sky-heading h2 {
    font-size: 1em;
    font-weight:300;
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
    background-color: transparent;
}
#message-from-jeanne span.et_pb_image_wrap {
    width: 24%;
}

.mb-the-classes {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    column-count: 3;
}

.mb-a-class {
    width: 30%;
    margin-bottom: 36px;
    margin-right: 5%;
}
.mb-course-title {
    font-size: 0.9em;
    font-weight: 600;
    margin-top: 1em;
    text-align: center;
    font-family: 'Open Sans';
}
.mb-course-title._--crystal-sky {
	font-size: 1.9em;
	font-size: 3em;
    font-family: 'Margo';
    font-weight: 200;
    color: #000000;
    margin-bottom: 0.2em;
}
.menu-lucas-mega-menu-container {
    /* background-color: white; */
    display: flex;
    align-items: center;
    width: 100%;
}
.mb-top-level-mega .sub-menu {
    display: none;
}

.mb-top-level-mega:after {
    content: "\f347";
    width: 1em;
    height: 2.4em;
    position: absolute;
    right: 3em;
    font-family: 'dashicons';
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    top: 0;
    display: flex;
    align-items: center;
}

.menu-lucass-hamburger-menu-container .mb-top-level-mega:after {
    content: "\f347";
    width: 0em;
    height: 2.8em;
    position: absolute;
    right: 1.3em;
    font-family: 'dashicons';
    color: #fff;
    font-size: 0.4em;
    top: 0.1em;
    display: inline-flex;
    align-items: center;
}
.hamburger-border-bottom {
    padding-bottom: 1em;
    border-bottom: 1px solid white;
    margin-bottom: 1em;
}
#mobile-hamburger-header__inner-container .hamburger-lower-case a {
    text-transform: capitalize;
    font-weight: 600;
}

.mb-top-level-mega {
    position: relative;
}
#menu-lucas-mega-menu {
    width: 100%;
    margin: 0;
    /* border-bottom: 1px solid rgba(0,0,0,0.3); */
    display: flex;
    width: 100%;
    justify-content: space-around;
}

#menu-lucas-mega-menu > li > .sub-menu {
    width: 100%;
    background-color: #282828;
    height: 81vh;
    margin: 0;
    padding-left:20%;
    padding-top: 20px;
    position: relative;
    display:none;
}

#menu-lucas-mega-menu .sub-menu a {
    color: white;
    font-size: 16px;
}


#menu-lucas-mega-menu > li > a {
    /* padding-left: 20%; */
    /* margin: 18px 0; */
    display: block;
    color: #6c6c6c;
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: bold;
}

#menu-lucas-mega-menu > li > .sub-menu > li > .sub-menu {
    list-style: none;
    background-image: url("/wp-content/uploads/revslider/jo-courses-nov/JO-Courses-Page.jpg");
    background-size:cover;
    position: absolute;
    left: 30%;
    top: 0;
    width: 75%;
    padding: 30px;
    margin: 0;
    height: 100%;
    display:none;
}
#menu-lucas-mega-menu > li > .sub-menu > li:hover > .sub-menu {
	display:block;
}
#menu-lucas-mega-menu .menu-item-has-children {
    position: static;
}
#menu-lucas-mega-menu li {
    list-style:none;
}

#menu-lucas-mega-menu ul.sub-menu {
    margin-left: 0;
}
#menu-lucas-mega-menu > li > .sub-menu > li > a:after {
    content: "\f345";
    font-family: 'dashicons';
    position: relative;
    top: 3px;
    right: -7px;
}

#menu-lucas-mega-menu > li > .sub-menu > li > .sub-menu > .menu-item-has-children > a {
    color: #cd9e56;
    font-weight:bold;
}
.mb-course-home-link a:after {
    display: none;
}

.mb-course-home-link a:before {
    font-family: 'dashicons';
    content: "\f509";
    position: absolute;
    left: -2px;
    font-weight: 100;
    font-size: 19px;
    top: -3px;
}

.mb-course-home-link {
    position: relative;
}

#menu-lucas-mega-menu .mb-course-home-link a {
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 26px;
    font-size: 18px;
}

#menu-lucas-mega-menu > li > .sub-menu > li {
    margin-bottom: 21px;
}

#menu-lucas-mega-menu > li > .sub-menu > li:first-child:after {
    content: "CHANNELS";
    COLOR: #ce9e56;
    display: block;
    margin-top: 30px;
    font-size: 14px;
}

#menu-lucas-mega-menu > li > .sub-menu > li:first-child {
    margin-bottom: 15px;
}
.mb-all-classes {
    width: 90%;
    margin: 40px auto;
    display: flex;
}
.mb-sidebar-heading {
    font-weight: bold;
    margin-bottom: 15px;
}

.mb-sidebar-accordian {
    display:none;
    margin-left: 0;
    padding-left: 9px;
    border-left: 1px solid rgba(0,0,0,0.1);
    margin-top: 5px;
}
.mb-the-sidebar {
    width: 16%;
}
.mb-accordian-heading {
    font-weight: 400;
    position: relative;
    cursor: pointer;
    margin-top: 13px;
}
.mb-accordian-heading:after {
	font-family: 'dashicons';
    right: 0;
    position: absolute;
}
.mb-close-toggle:after {
    content: "\f347";
}
.mb-open-toggle:after {
    content: "\f343";
}
.mb-sidebar-accordian a {
    color: inherit;
    margin-bottom: 5px;
    display: block;
}
.mb-current-cat {
    font-weight: bold;
}
.mb-sidebar-item a {
    color: inherit;
    font-size: 0.9em;
}
.mb-channels {
    margin-bottom: 35px;
}

.mb-sidebar-item {
    margin-bottom: 10px;
}
.mb-wrap-classes {
    width: 80%;
    margin: 0 auto;
}
.mb-class-h1 {
    text-align: center;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-family: 'Margo';
    font-weight: 100;
    font-size: 2.6em;
}
.mb-course-pagination .page-numbers {
    display: block;
    margin-left: 21px;
}

.mb-course-pagination {
    display: flex;
    justify-content: center;
}
#menu-lucas-mega-menu > li > .sub-menu:before {
    content: "";
    background-image: url("/wp-content/uploads/2022/01/Header-3-pastels.jpg");
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
}
.mb-a-class:nth-child(3n) {
    margin-right: 0;
}
.wrap-s-n-f {
    display: flex;
    justify-content: space-between;
}

input#mb-search {
    width: 52%;
    padding: 0.5em 0.3em;
    border: 1px solid;
}

.mb-wrap-search {
    width: 56%;
}

button#mb-search-me {
    background-color: #ce9e56;
    border: 1px solid #ce9e56;
    color: white;
    padding: 6px 26px;
    margin-left: 8px;
    text-shadow:none;
}
.mb-sidebar-heading a {
    color: inherit;
}
.mb-buy-now {
    background-color: #ce9e56;
    border: 1px solid #ce9e56;
    color: white;
    margin: 0 auto;
    display: block;
    margin-top: 11px;
    width: 100%;
    padding: 0.4em 0;
    font-weight: 600;
    cursor: pointer;
}
.mb-buy-now:hover {
    background-color: white;
    color: #ce9e56;
    border-color: #ce9e56;
}

.mb-the-teacher {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 125%;
}
.mb-all-teachers {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.mb-letter-group h3 {
    color: #ce9e56;
    border-bottom: 1px solid;
    padding-left: 10px;
}
.mb-class-content {
    width: 100%;
    padding-left: 0;
}
.mb-the-filter span {
    font-size: 0.9em;
}

select#mb-filter {
    padding: 0.4em 0.3em;
}
@media(max-width: 700px) {
	.mb-all-classes {
		width: 96%;
		flex-wrap: wrap;
	}
	.mb-the-sidebar {
		width: 100%;
	}
	.mb-sidebar-item {
		font-size: 16px;
		margin: 0 21px;
		width: 100%;
	}
	.mb-channels {
		display: none;
	}
	.mb-wrap-classes {
		width: 99%;
	}
	.wrap-s-n-f {
		flex-wrap: wrap;
		align-items: center;
	}
	.mb-wrap-search {
		width: 73%;
		margin: 0 auto;
	}
	.mb-the-filter {
		width: 26%;
	}
	select#mb-filter {
		font-size: 10px;
		padding: 5px;
		margin-bottom: 0;
	}
	.mb-the-filter span {
		font-size: 10px;
		line-height: 125%;
	}
	#mb-search {
		font-size: 12px;
		width: 54%;
	}
	#mb-search-me {
		font-size: 11px;
	}
	#mb-filter {
		margin-bottom: 0;
	}
	.mb-the-classes {
		justify-content: space-between;
	}
	.mb-a-class {
		width: 48.6%;
   		margin: 0 0 36px;
	}
	.mb-buy-now {
		font-size: 11px;
	}
	.mb-course-title {
		font-size: 13px;
	}
	.mb-the-teacher {
		font-size: 10px;
	}
	.mb-sidebar-heading:after {
		content: "+";
		position: absolute;
		right: 0;
		width: auto;
		height: 100%;
	}
	.mb-sidebar-heading.mb-open-toggle:after {
		content: "-";
	}
	.mb-sidebar-heading {
		position: relative;
		border-bottom: 1px solid rgba(0,0,0,0.4);
		margin: 8px 0;
		cursor:pointer;
	}
	.mb-sidebar-heading:nth-of-type(1):after {
		display: none;
	}
	.mb-class-content {
		padding-left: 0;
		width: 90%;
		margin: 0 auto;
	}
}

.button-me-workshop{
    background-color: rgb(206,158,86)!important;
    color: rgb(46,46,46);
    font-weight: bold;
    font-size: 1em!important;
    text-align: center;
    box-shadow: 0em 0.15em 0.65em 0em rgb(0 0 0 / 25%);
    width: 100%;
    border: none;
    border-radius: 0.25em!important;
}

#page-container #workshop-product-page:hover {
    background-color: rgb(216,181,162) !important
    
}

#page-container #workshop-homepage-button{

    background-color: black;
}

.workshop-hompage-button{
    background-color: black;
}

/* * * * * * * * * * * */
/*   Shop - Products   */
/* * * * * * * * * * * */

.woocommerce-notices-wrapper {
    border: 1px solid;
    margin-bottom: 2em;
}
ul.woocommerce-error li {
    font-size: 0.7em;
}
.woocommerce-notices-wrapper a.button.wc-forward {
    border: none;
    text-decoration: underline;
    font-size: 1em;
    padding: 0;
}
ul.woocommerce-error {
    padding: 0;
}
.woocommerce-notices-wrapper a.button.wc-forward:hover {
    background-color: transparent;
}
.woocommerce-notices-wrapper a.button.wc-forward:hover:after {
    display: none;
}

@media (max-width: 980px){
	.four-me .mb-grid-a-course {
		width: 30%;
	}
	body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
		padding-top: 11em;
	}
	.mb-single-teacher-sidebar {
		float: none;
		margin-top: 2em;
	}
}
@media (max-width: 750px){
	.four-me .mb-grid-a-course {
		width: 48%;
		margin:2em 0;
	}
}

/* * * * * * * * * * * */
/*   Cookies Policy    */
/* * * * * * * * * * * */

div#cookies-page, div#privacy-policy-page, div#terms-page, #shop-policies {
    margin-top: 3em;
}

/* * * * * * * * * * * */
/*   NEW LINKS PAGE    */
/* * * * * * * * * * * */

#links-top .logo img {
    width: 42%;
    padding: 2em 0;
}
div#links-top .et_pb_row {
    padding-top: 5em;
}
#links-welcome .welcome-text {
    width: 38%;
    background-color: #ffffff;
    padding: 4em;
    margin-top: -8em;
}
#links-welcome .welcome-text h1 {
    font-size: 0.8em;
    font-family: 'Open Sans';
    text-transform: uppercase;
    padding-bottom: 1em;
    font-weight: 600;
}
#links-welcome .welcome-text h2 {
    position: relative;
}
#links-welcome .welcome-text h2:before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1px;
    background-color: rgba(229,223,214,1);
    bottom: 0.35em;
}
#links-welcome .welcome-text h2, #highlighted-link-3 h2 {
    font-family: 'Playfair Display';
    font-size: 2em;
    padding-bottom: 0.8em;
}
#links-welcome .welcome-text:after {
    content: "";
    background-image: url("/wp-content/themes/Divi-child/images/arrow.svg");
    width: 4.8em;
    height: 15em;
    position: absolute;
    background-size: contain;
    visibility: visible;
    z-index: 999;
    background-repeat: no-repeat;
    right: 6em;
    bottom: -11em;
    transform: rotate(53deg);
}
#links-welcome .welcome-text .et_pb_column {
    float: none;
}
 #highlighted-link-2 h2 {
 	font-family: 'Playfair Display';
    font-size: 2.2em;
    padding-bottom: 0.5em;
 }
#links-welcome .links-list {
    display: flex;
    align-items: center;
}
#links-welcome .links-list {
    padding-top: 4.5em;
}
#highlighted-link-1 h2, #highlighted-link-3 h2, #links-page-contact h2 {
	font-family: 'Playfair Display';
    font-size: 2.2em;
}
#links-welcome .welcome-text p, #highlighted-link-1 p, #highlighted-link-3 p {
    color: #000000;
    font-size: 0.85em;
}
#highlighted-link-1 h3, #highlighted-link-3 h3, #links-page-contact h3 {
    font-family: 'Open Sans';
    font-size: 0.85em;
    font-weight: 600;
}
#links-welcome .welcome-text i, #highlighted-link-2 i, #featured-blog i {
    font-family: 'Playfair Display';
    font-weight: 600;
}
#links-welcome {
    background-color: #f7f7f7;
    padding-bottom: 7em;
}
#links-welcome .links-list img {
    height: 28em;
    object-fit: cover;
}
#links-welcome .links-list, #highlighted-link-1 .et_pb_row {
    width: 55%;
}
#highlighted-link-3 .et_pb_row {
    width: 70%;
    display: flex;
    align-items: center;
}
#links-welcome  a {
    padding-bottom: 0.8em;
    font-size: 0.8em;
    font-weight: 500;
    color: #000000;
    position: relative;
    line-height: 290%;
}
#links-welcome a:hover {
    color: #ce9e58;
}
#links-welcome  a:before {
    content: " ";
    position: absolute;
    width: 30em;
    height: 1px;
    background-color: #00000024;
    bottom: 0;
}
#highlighted-link-1 .et_pb_row {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: -8em;
    padding-bottom: 4em;
}
div#highlighted-link-1 img {
    height: 25em;
    object-fit: cover;
}
#highlighted-link-1 .link-1-text {
    padding-top: 3em;
}
#highlighted-link-1 a.dark-button, #highlighted-link-3 a.dark-button {
    background-color: #000000;
    color: #ffffff;
    font-size: 0.65em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1.2em 3em;
    border: none;
}
#main-content a.dark-button:after, #highlighted-link-2 a.light-button:after {
    content: "\f344";
    font-family: 'dashicons'!important;
    font-size: 0.85em;
    color: white;
    position: absolute;
    width: 1em;
    height: 1em;
    right: 1.8em;
    bottom: 1.9em;
    z-index: 9;
    visibility: visible;
    opacity: 1;
}
#highlighted-link-1 a.et_pb_button:hover, #highlighted-link-3 a.et_pb_button:hover  {
    border: none;
    opacity: 70%;
}
body.et_pb_button_helper_class #links-page-contact .et_pb_button:hover {
        background-color: #494949;
}
#highlighted-link-1 .et_pb_text {
    text-align: center;
}
#highlighted-link-2 .et_pb_text, #highlighted-link-2 h2, #links-page-contact h2 {
    color: #ffffff;
}
#highlighted-link-2 a.light-button {
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 700;
    padding: 1.2em 3em;
}
#highlighted-link-2 a.light-button:hover {
    border: none;
    background-color: transparent;
    opacity: 70%;
    color: #000000;
}
#highlighted-link-2 a.light-button:hover:after {
    color: #000000;
}
div#highlighted-link-2 .et_pb_row {
    width: 54%;
    display: flex;
    align-items: center;
}
#highlighted-link-2 p {
    font-size: 0.85em;
}
#main-content #featured-blog .et_pb_blog_grid .et_pb_post {
    border-bottom: none;
}
#featured-blog h2.entry-title:after {
    display: none;
}
#featured-blog .et_pb_module.et_pb_blog_0.et_pb_posts {
    display: flex;
    flex-wrap: wrap;
}
#main-content #featured-blog .et_pb_blog_grid .et_pb_post {
    display: flex;
    flex-wrap: wrap;
}
#featured-blog .et_pb_post .entry-featured-image-url {
    height: auto;
}
#featured-blog .et_pb_blog_grid .et_pb_image_container {
    margin-bottom: 0;
}
#featured-blog h2.entry-title:before {
    display: none;
}
#featured-blog .et_pb_blog_grid .et_pb_image_container img {
    width: 20em;
    max-width: none;
}
#featured-blog .et_pb_post .entry-featured-image-url {
    margin-right: 0;
}
#featured-blog .et_pb_image_container {
    margin: 0;
}
#featured-blog .et_pb_post .entry-title a, .et_pb_post h2 a {
    font-family: 'Playfair Display';
    font-size: 1.1em;
}
#featured-blog a.more-link:hover {
    color: #ae7250;
}
#featured-blog a.more-link:hover:after {
    color: #ae7250;
}
div#featured-blog {
    padding-bottom: 0;
}
#featured-blog a.more-link {
    color: #000000;
    position: relative;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
}
#featured-blog a.more-link:after {
    content: "\f344";
    font-family: 'dashicons'!important;
    font-size: 0.65em;
    position: absolute;
    width: 1em;
    height: 1em;
    right: -2em;
    bottom: 1.7em;
}

#highlighted-link-3 .link-3-text {
    text-align: center;
    padding: 2em;
    margin: -2em;
    
}
#highlighted-link-3 .link-3-text .et_pb_text {
    text-align: center;
}
#highlighted-link-3 .link-3-text:before {
    position: absolute;
    content: "";
    background-color: #f7f7f7;
    width: 32em;
    height: 29em;
    left: -3em;
    bottom: -3.5em;
}
div#highlighted-link-3 img {
    width: 110%;
    max-width: 120%;
}
#links-page-contact .et_pb_row.et_pb_row_7.form {
    width: 100%;
}
#links-page-contact .et_pb_contact p input, .et_pb_contact p textarea {
    background-color: #ffffff;
    margin-bottom: 0.8em;
}
body.et_pb_button_helper_class #links-page-contact .et_pb_button {
    margin-left: 0;
    background-color: #000000;
    border: none;
    font-size: 0.65em;
    color: #ffffff;
    font-weight: 700;
    padding: 1.2em 3em;
}
#links-page-contact .et_pb_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#links-page-contact p.et_pb_contact_field.et_pb_contact_field.et_pb_contact_field {
    padding-left: 0;
}
div#links-page-contact {
    padding: 7em 0;
}
#links-page-contact h3{
	color: #ffffff;
}
#links-page-contact p {
    font-size: 0.85em;
    color: #ffffff;
    font-weight: 400;
}

@media (max-width: 980px) {
	#links-welcome .welcome-text {
    	margin-top: -6em;
	}
	#links-welcome .links-list, #highlighted-link-1 .et_pb_row {
		width: 80%;
	}
	#links-welcome .links-list .et_pb_column_1_2 {
		margin-right: 1.5em;
	}
	#highlighted-link-1 .link-1-text {
		padding-top: 6em;
		padding-right: 2em;
	}
	#highlighted-link-2 img {
		height: 17em;
		object-fit: cover;
	}
	#highlighted-link-3 .link-3-text:before {
		width: 25.5em;
		height: 23em;
		left: -2em;
		bottom: -1.5em;
	}
	div#highlighted-link-3 img {
		width: 120%;
	}
	#main-content #featured-blog .et_pb_blog_grid .et_pb_post {
    	justify-content: center;
	}
	#main-content h2.entry-title {
		text-align: center;
	}
	#links-welcome .welcome-text {
		margin-top: -6em;
	}
}

@media (max-width: 780px) {
	#links-welcome .welcome-text {
		width: 45%;
	}
	#links-welcome .welcome-text p, #highlighted-link-1 p, #highlighted-link-3 p, #highlighted-link-2 p {
		font-size: 1em;
	}
}

@media (max-width: 550px) {
	#links-welcome .welcome-text {
    	width: 80%;
    	padding: 6em 4em;
	}
	#links-welcome a {
    	font-size: 1.5em;
	}
	#links-welcome .welcome-text p, #highlighted-link-1 p, #highlighted-link-3 p {
		font-size: 1.4em;
	}
	#links-welcome .welcome-text h2, #highlighted-link-2 h2, #highlighted-link-3 h2 {
		font-size: 3.2em;
	}
	#highlighted-link-1 h2 {
		font-size: 3.2em;
		padding-bottom: 0.8em;
	}
	
	#links-welcome .welcome-text h1 {
		font-size: 1.4em;
	}
	#links-welcome .links-list, #highlighted-link-1 .et_pb_row {
		flex-wrap: wrap;
		width: 90%;
	}
	#highlighted-link-1 .et_pb_row {
		flex-direction: column-reverse;
	}
	div#highlighted-link-1 img {
		width: 100%;
		height: auto;
	}
	#highlighted-link-1 .link-1-text {
		padding-right: 0;
		padding-top: 3em;
	}
	#links-welcome .links-list img {
		width: 100%;
		height: auto;
	}
	#links-welcome a:before {
		width: 41em;
	}
	#links-welcome .welcome-text:after {
		width: 7em;
    	bottom: -9em;
	}
}