/*
Theme Name: Unicon Child Theme
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/

@import url("../unicon/style.css");


@font-face {
    font-family: 'heroic_condensedblack';
    src: url('fonts/heroiccondensed-black-webfont.woff2') format('woff2'),
         url('fonts/heroiccondensed-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroic_condensedblack_oblique';
    src: url('fonts/heroiccondensed-blackoblique-webfont.woff2') format('woff2'),
         url('fonts/heroiccondensed-blackoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroic_condensedbold';
    src: url('fonts/heroiccondensed-bold-webfont.woff2') format('woff2'),
         url('fonts/heroiccondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroic_condensedbold_oblique';
    src: url('fonts/heroiccondensed-boldoblique-webfont.woff2') format('woff2'),
         url('fonts/heroiccondensed-boldoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroic_condensedbook';
    src: url('fonts/heroiccondensed-book-webfont.woff2') format('woff2'),
         url('fonts/heroiccondensed-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroic_condensedbook_oblique';
    src: url('fonts/heroiccondensed-bookoblique-webfont.woff2') format('woff2'),
         url('fonts/heroiccondensed-bookoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroic_condensedheavy';
    src: url('fonts/heroiccondensed-heavy-webfont.woff2') format('woff2'),
         url('fonts/heroiccondensed-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroic_condensedheavy_oblique';
    src: url('fonts/heroiccondensed-heavyoblique-webfont.woff2') format('woff2'),
         url('fonts/heroiccondensed-heavyoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroic_condensedlight';
    src: url('fonts/heroiccondensed-light-webfont.woff2') format('woff2'),
         url('fonts/heroiccondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroic_condensedlight_oblique';
    src: url('fonts/heroiccondensed-lightoblique-webfont.woff2') format('woff2'),
         url('fonts/heroiccondensed-lightoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroic_condensedmedium';
    src: url('fonts/heroiccondensed-medium-webfont.woff2') format('woff2'),
         url('fonts/heroiccondensed-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroic_condensedMdOb';
    src: url('fonts/heroiccondensed-mediumoblique-webfont.woff2') format('woff2'),
         url('fonts/heroiccondensed-mediumoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*
##################### 
##################### GLOBAL STYLES
##################### 
*/

/*
body{
	border: 2px solid red;
}
*/

body .button, body .donateBtn {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif, Arial, Helvetica, sans-serif !important;
}

a.button.color-1 {
	border-color: #b51f2b!important;
	color: #961620!important;
}

a.button.color-1:hover {
	border-color: #b51f2b!important;
	color: #ffffff!important;
	background: #b51f2b!important;
}

a.button.color-1.inverted {
    border-color: #b51f2b!important;
    color: #ffffff!important;
    background: #b51f2b!important;
}
a.button.color-1.inverted:hover {
    border-color: #b51f2b!important;
    color: #961620!important;
    background: transparent !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section{
	padding-top: 0!important;
}

p + ul {
    margin-top: -20px;
    margin-bottom: 5px;
}


/*
##################### 
##################### HEADER STYLES
##################### 
*/
#topbar .topbar-col1 {
    float: right;
 }

#topbar .social-icons ul li a {
    font-size: 16px;
    color:#0e1131;
}

body #topbar {
    background: #fdf9f3;
}

body #topbar .topbar-col2 a {
    color: #6A0050;
}


#topbar .container {
    padding-top: 10px;
}

#topbar a {
    cursor: pointer;
}

div#logo {
    width: 400px;
}

body #topbar .logo-sub {
    position: absolute;
    left: 24px;
    top: 70px;
    color: #6A0050;
}

body #topbar .logo-sub a {
    color: #6A0050;
}

body #topbar .logo-sub a:hover {
    color: #6A0050;
}

.donateBtn {
    float: right;
    margin-left: 15px;
}

#topbar .donateBtn a {
    border-radius: 2px;
    border: 2px solid rgba(0,0,0,0.4);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 11px 15px 10px 15px;
    border-color: #6A0050!important;
    color: #6A0050!important;
}

#topbar .donateBtn a:hover {
    border-color: #6A0050!important;
    color: #ffffff!important;
    background: #6A0050!important;
}

#navigation > ul > li > a {
    text-transform: uppercase;
    letter-spacing: .1em;
}

#navigation > ul > li:last-child > a {
	padding-right: 0;
}

.header-v1 #navigation > ul, .header-v2 #navigation > ul  {
    margin-right: 15px;
}

body #mobile-navigation form, body #mobile-navigation form input {
    background: #460034;
    color: #cccccc;
}

body .header-v1 #search-btn, .header-v1 #close-search-btn, .header-v1 #shopping-btn, body .header-v2 #search-btn, .header-v2 #close-search-btn, .header-v2 #shopping-btn {
    line-height: 85px;
    margin-bottom: -10px;
}

body #mobile-navigation form:before {
    top: 11px;
}

body .header-v3 .logo, body .header-v2 .logo, body .header-v1 .logo {
    margin-top: 10px;
    display: inline-block;
}

body .header-v3 .navigation-wrap {
    border-top: none;
}

body .header-v3 .navigation-wrap, body #navigation .sub-menu, body .site-wrapper #navigation {
    background: #fdf9f3;
}

body #header {
    box-shadow: none;
}

body .site-wrapper #navigation ul li .sf-with-ul, body .site-wrapper #navigation .menu-item-1349 a, body .site-wrapper #navigation .menu-item-15713 a, body .site-wrapper #navigation .menu-item-15714 a{
    font-size: 15px;
}

body .site-wrapper .header-v1 .navigation-wrap {
    background-color: #fdf9f3;
}

body .site-wrapper .header-v1 #navigation > ul {
    float: left;
    margin: 0 5px 0 0;
}

body .header-v1 #navigation {
    float: left;
}

body .header-v1 #navigation {
    float: left;
    width: 100%;
}

body .header-v1 .header-icons-divider {
    right: 50px;;
}

body .header-v1 #search-btn {
    float: left;
}

body .site-wrapper .header-v1 #search-btn, body .site-wrapper .header-v1 #close-search-btn, body .site-wrapper .header-v1 #shopping-btn {
    line-height: 87px;
}

body #mobile-navigation .mobile-ext a {
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #6A0050;
    font-size: 15px;
    margin-bottom: 10px;
}

body #mobile-navigation .mobile-ext .donateBtn {
    border-radius: 2px;
    border: 2px solid rgba(0,0,0,0.4);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 11px 15px 10px 15px;
    border-color: #6A0050!important;
    color: #6A0050!important;
    font-size: 13px;
    padding: 7px 10px 6px 10px;
    margin: 15px auto;
    width: 50%;
    float: none;
}

body #mobile-navigation .mobile-ext .donateBtn a {
    margin-bottom: 0px;
}

/* body .site-wrapper .header-v1 #search-btn, body .site-wrapper .header-v1 #close-search-btn, body .site-wrapper .header-v1 #shopping-btn {
    line-height: 86px;
} */

/*
##################### 
##################### MENU STYLES
##################### 
*/

#navigation .sub-menu {
    width: 235px;
}

#navigation .sub-menu ul {
    left: 235px;
}

#navigation .sub-menu ul {
    width: 170px;
}

#navigation .sub-menu .sub-menu ul {
    left: 170px;
}

#navigation .sub-menu ul li a {
   color: #b51f2b;
}

#navigation ul li ul li.sfHover > a {
	color: #b51f2b;
}

#navigation .sub-menu li a {
    padding: 10px 22px 10px 7px;
}

body #navigation .sub-menu li a {
    font: 400 15px 'Palatino Linotype', 'Book Antiqua', Palatino, serif, Arial, Helvetica, sans-serif;
}


#navigation .sub-menu ul li a {
    padding: 6px 6px;
    border-bottom: 1px solid #691851 !important;
}

body .site-wrapper .minti_boxedholder.internal-menu {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
    background-color: #fdf9f3;
}

body .site-wrapper .internal-menu h1, body .site-wrapper .internal-menu h2, body .site-wrapper .internal-menu h3, body .site-wrapper .internal-menu h4, body .site-wrapper .internal-menu h5, body .site-wrapper .internal-menu h6, body .site-wrapper .internal-menu p, body .site-wrapper .internal-menu a{
    color: #b51f2b !important;
}

body .site-wrapper .internal-menu a:hover {
    color: #6e020b !important;
}

body .site-wrapper #page-wrap .internal-menu ul {
    margin-left: 5px;
}

body .site-wrapper #page-wrap .internal-menu li{
    border-bottom: 1px solid #757575;
    padding: 4px 0px;
}

body .site-wrapper #page-wrap .internal-menu li:last-of-type{
    border-bottom: none;;
}

body .site-wrapper #page-wrap .internal-menu li a{
    font-size: 15px;
    padding: 2px 0px;
}

body .site-wrapper #page-wrap .internal-menu li:before {
    display: none;
}

body .site-wrapper #page-wrap .internal-menu .internal-active {
    color: #6e020b !important;
    font-weight: 600;
}

/* header V1 styles */

body .site-wrapper .header-v2 #navigation {
    float: left;
    width: 100%;
}

body .site-wrapper .header-icons {
    float: right;
}

body .header-v2 #navigation > ul{
    margin-right: 15px;
    float: left;
}
#mobile-navigation ul li i {
    padding: 10px 6px 10px 0;
}

/*
##################### 
##################### TILES STYLES
##################### 
*/

body .imagebox {
    padding: 0px;
}

body .imagebox .imagebox-img {
    padding-bottom: 10px;
}

.vc_responsive .wpb_row .vc_col-sm-4.firstTile {
	padding:0px 8px 0px 20px!important;
}

.vc_responsive .wpb_row .vc_col-sm-4.secondTile{
	padding:0px 12px 0px 12px!important;
}

.vc_responsive .wpb_row .vc_col-sm-4.thirdTile {
		padding:0px 20px 0px 10px!important;
}

.vc-hoverbox-block.vc-hoverbox-back {
    background: #f5b42a!important;
}

.page-template-default .vc-hoverbox-block h2 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 16px #000000;
}

.vc-hoverbox-block.vc-hoverbox-back h2 {
    text-shadow: none;
}

.page-template-default .vc-hoverbox-block h4 {
	font-weight: normal;
}

.home .vc-hoverbox-block {
    height: 300px;
}

.home .wisdom-rising-book img {
    max-height: 600px;
    width: auto;
    margin-top: 20px;
}

.home .vc-hoverbox-block {
    /* transition: transform .5s ease-in-out !important; */
    transform-style: preserve-3d !important;
    overflow: visible !important;
}

.home .vc-hoverbox-block, .vc-hoverbox-block-inner * {
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
}

/*
##################### 
##################### FOOTER STYLES
##################### 
*/



footer#footer {
    font-size: 16px;
    background-image: url(/wp-content/uploads/logo_tm_interim_white_newM_trans.svg);
    background-position: center bottom 50px;
    background-repeat: no-repeat;
    background-size: 40%;
}

div#media_image-2 {
    margin-bottom: 10px!important;
    opacity: .3;
}

#footer .widget h3 {
    text-transform: uppercase;
    font-size: 16px!important;
}

.wpcf7-form .wpcf7-submit{
	background: transparent!important;
	border: 2px solid #ffffff!important;
	color: #ffffff!important;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif, Arial, Helvetica, sans-serif!important;
}

.wpcf7-form .wpcf7-submit:hover{
	background: #ffffff!important;
	border: 2px solid #ffffff!important;
	color: #5e1048!important;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif, Arial, Helvetica, sans-serif!important;
}

#footer .widget ul li {
    border-bottom-color: rgba(255,255,255,.3)!important;
    padding: 5px 5px 5px 0px!important;
}

body .site-wrapper #footer .gform_fields .ginput_container #input_101_2 {
    width: 100%;
    margin-bottom: 15px;
}

body .site-wrapper #footer .widget #gform_fields_101 li:after {
    display: none;
}

body .site-wrapper #footer .widget #gform_fields_101 li {
    border-bottom: none;
}

body .site-wrapper #footer .widget #gform_101 #gform_submit_button_101 {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    background: transparent;
    border-radius: 2px;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.4);
}

body .site-wrapper #footer .widget #gform_101 #gform_submit_button_101:hover {
    border-color: #fff !important;
}

body .site-wrapper #footer .widget #gform_101 .gform_footer {
    padding: 0px;
    margin: 0px;
}

/*
##################### 
##################### INTERNAL PAGE STYLES
##################### 
*/

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
	margin-bottom: 0!important;
}


#fullimagecenter h1, #fullimagecenter .title-h1 {
    padding: 70px 0;
    text-shadow: 0 0 16px #000000;
}


/*
.page-template-default h1 {
	color: #00474A;
	text-transform: uppercase;
}


.page-template-default h2 {
	color: #691851;
	font-weight: bold;
}


.page-template-default h3 {
	color: #0C6568;
	font-style: italic;
}
*/

.page-template-default h2 {
	color: #6A0050;
	text-transform: uppercase;
	font: 400 32px 'Palatino Linotype', 'Book Antiqua', Palatino, serif, Arial, Helvetica, sans-serif;	
}

.woocommerce-js .site-wrapper h2 {
	text-transform: none;
}

.page-template-default .subheader h2 {
	color: #B0893C;
	font-style: italic;
	text-transform: none;
	font-size: 26px;
}

.page-template-default h3 {
	color: #691851;
	font-weight: bold;
	font: 600 28px 'Palatino Linotype', 'Book Antiqua', Palatino, serif, Arial, Helvetica, sans-serif;
}

.page-template-default h4 {
    font-weight: bold;
    color: #B0893C;
}
.home .vc-hoverbox-wrapper .vc-hoverbox h4 {
    color: #fff;
}

.vc-hoverbox .vc-hoverbox-block {
    transition: none;
}

.page-template-default h1, .page-template-default h2, .page-template-default h3, .page-template-default h4, .page-template-default h5, .page-template-default h6 {
	margin-bottom: 10px;
}

body .site-wrapper .vc_tta-container .vc_tta-accordion span.vc_tta-title-text {
    font-weight: bold;
    color: #B0893C;
}

body .site-wrapper .wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: #fdf9f3 !important;
}

body .site-wrapper .wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, body .site-wrapper .wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #fdf9f3 !important;
}

body .site-wrapper .vc_tta-container .vc_tta-panel .vc_tta-panel-heading, body .site-wrapper .vc_tta-container .vc_tta-panel .vc_tta-panel-body {
    background-color: #fdf9f3 !important;
}

ul {
    list-style:none;
}

body .site-wrapper .resources .vc_tta-panel .vc_tta-panel-heading, body .site-wrapper .resources .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff !important;
}


body .site-wrapper #page-wrap .resources .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 29px !important;
}

body .site-wrapper #page-wrap .resources .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 10px !important;
}

body .site-wrapper #page-wrap .resources .vc_tta-panel-body {
    border: none !important;
}

body .site-wrapper #page-wrap .resources .vc_tta-panel-heading {
    border: none!important ;
}

body .site-wrapper #page-wrap .practice-resources .vc_tta-container {
    margin-bottom: 0px;
}

#page-wrap li::before {
	content: "•";
	color: #0e1131;
	display: inline-block;
	width: 1em;
	margin-left: -1em
	}

.textureBlock {
    background: #822574;
    padding: 0 10px 10px 10px;
}

a.button.color-2.tmButton1 {
    color: #b51f2b;
    border-color: #b51f2b;
}

a.button.color-2.tmButton1:hover {
	background: #6e020b;
    border-color: #6e020b;
}

body .site-wrapper .satellite-sanghas a {
	word-break: break-word;
}

body .site-wrapper #page-wrap .wpb_wrapper .center-button {
    text-align: center;
    margin: 0px 33%;
    display: block;
}

/*
##################### 
##################### RETREAT GURU STYLES
##################### 
*/


body .rs-program .rs-program-title {
    color: #B60028;
    font-size: 24px;
}

.rs-program-title {
text-transform: none !important;
}

body .site-wrapper .rs-program .rs-program-with-teachers {
    font-style: italic;
    font-size: 22px;
    color: #B0893C;
}
body .site-wrapper .rs-teacher .rs-teacher-title {
    color: #B60028;
    font-size: 24px;
}

.rs-program-date, .rs-program-location {
     font-weight: 600;
}

.rs-program .register_now, .rs-registration-external a, .rs-register-link a, .rs-button, .rs-show-register-link a{
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 20px 12px 20px;
    color: #b51f2b;
    border-color: #B51F0F;
    margin: 5px 5px 5px 0;
    display: inline-block;
    width: auto;
    border: 2px solid #b51f2b;
    border-radius: 0px;
}



.rg-tm-table .rs-show-register-link a, .rg-tm-table .rs-program.shortcode.table .rs-show-more-link a {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 11px 6px 11px;
    color: #b51f2b;
    border-color: #B51F0F;
    margin: 5px 5px 5px 0;
    display: inline-block;
    width: auto;
    border: 2px solid #b51f2b;
    border-radius: 0px;
}

.rs-program .register_now:hover, .rs-registration-external a:hover, .rs-register-link a:hover, body .site-wrapper .rs-button:hover, .rg-tm-table .rs-program.shortcode.table .rs-show-more-link a:hover {
	color: #ffffff !important;
    background: #6e020b;
    border-color: #6e020b;
}

body .site-wrapper .rg-closed {
	font-weight: 600;
	color: #B51F0F;
}


.rs-programs-single .site-wrapper .rs-program-title, .rs-teachers-single .site-wrapper .rs-program-title {
	color: #6A0050;
    text-transform: none;
    font: 400 32px 'Palatino Linotype', 'Book Antiqua', Palatino, serif, Arial, Helvetica, sans-serif;
    word-wrap: break-word;
} 

.rs-teachers-single .site-wrapper .rs-program-title {
	border-bottom-style: solid;
	border-color: #f1b42a;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
}

.rs-programs-single .site-wrapper .rs-program-teacher {
	font-style: italic;
	text-transform: none;
    font-size: 26px;
    color: #B0893C;
}

.rs-programs-single .program-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.rs-programs-single .program-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .site-wrapper .retreat-wrapper .rs-program, body .site-wrapper .rs-teacher {
    margin-bottom: 50px !important;
}

body .site-wrapper  .single-program .rs-program-meta {
    margin-bottom: 20px;
}

body .site-wrapper .single-program .program-upper {
    margin-bottom: 40px;
}

body .site-wrapper .single-program .program-upper .program-upper-left {
    float: left;
    width: 60%;
}

body .site-wrapper .single-program .program-upper .program-upper-right {
    float: right;
    width: 40%;
}

body .site-wrapper .single-program .program-upper .program-upper-right .rs-program-meta {
    margin-bottom: 20px;
    width: 100%;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
}

body .site-wrapper .single-program .program-upper .program-upper-right .rs-program-meta a.rs-button,
body .site-wrapper .single-program .program-upper .rs-meta-content-container a.rs-button, 
body .site-wrapper .single-program .program-upper .rs-meta-content-container .rs-register-link a {
    float: none;
}

body .site-wrapper .rs-program-thumbnail, body .site-wrapper .rs-program-thumbnail-mob, body .site-wrapper .rs-teacher-thumbnail {
	width: 250px;
    height: 250px;
    overflow: hidden;
    flex-shrink: 25;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    float: left; 
    margin-right: 15px; 
    clear: left; 
}

 body .site-wrapper .rs-teacher-thumbnail img,
 body .site-wrapper .rs-program-thumbnail img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

body .site-wrapper .rs-program-thumbnail-mob {
    display: none;
}

body .site-wrapper blockquote {
    color: #0e1131;
}

.single-teacher .entry-header {
	padding-left: 19px;
}

body .site-wrapper .program-text {
	display: table;
}

body .site-wrapper .teacher-img {
	width: 25%;
}

body .site-wrapper  .rs-teachers-container div.teacher {
    margin-bottom: 20px;
}

.rs-teachers-single .site-wrapper .rs-teacher-programs p, .rs-programs-single .site-wrapper .rs-teachers-content {
	display: table;
}

.rs-teachers-single .site-wrapper .rs-teacher-content img {
	max-width: 400px;
    max-height: 500px;
}

body .site-wrapper .flexslider .flex-direction-nav li::before, body .site-wrapper .flexslider .flex-control-nav li::before, body .site-wrapper .flexslider .flex-viewport .slides li::before {
    display: none !important;
}

body .site-wrapper ol li::before {
    display: none !important;
}

.page-id-216 .site-wrapper #page-wrap a {
    word-break: break-all;
}



#aboutSection .wpb_row.vc_row-fluid.standard-section {
    background-position: bottom center;
    background-size: 1200px;
}

#bioSection .wpb_row.vc_row-fluid.standard-section {
    background-position: top center;
    background-size: 1200px;
}

body .site-wrapper .tara h2 {
    color: #6A0050;
}

body .site-wrapper .tara h3 {
    color: #0e1131;
}

body .site-wrapper .tara .subheader h2 {
    color: #B0893C;
}

body .tile-section .imagebox .imagebox-img img {
    margin: 0 auto;
    display: block;
    filter: brightness(60%);
    max-width: 300px;
}

body .tile-section .imagebox {
    background: #fff;
}
body .tile-section .imagebox p {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 16px #000000;
    font-size: 18px;
    top: 39%
}

body .tile-section .imagebox  a {
    color: #ffffff;
}

body .tile-section .imagebox:hover a, body .tile-section .imagebox a:hover {
    color: #f1b42a;
}

.page-id-759 .rs-teacher-custom-wrap li:before {
    display: none !important;
}

.page-id-759 .rs-teacher-custom-wrap h3:before {
    content: "•";
    color: #0e1131;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 19px;
} 

.page-id-759 .rs-teacher-custom-wrap>h3 {
    display: none;
}

.rs-teachers-single .rs-teacher-custom-wrap a>img {
    display: none;
}

/* visiting teachers, without photos/bios */

.page-id-843 .site-wrapper .retreat-wrapper .rs-program, .page-id-843 .site-wrapper .rs-teacher {
    margin-bottom: 10px !important;
}

.page-id-843 .rs-teacher-excerpt {
    display: none;
}

.page-id-843 .visiting-teachers{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-id-843 .site-wrapper .rs-teacher:not(.teacher){
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    width: 20%;
}

.page-id-843 .site-wrapper .rs-teacher-thumbnail {
    width: 200px;
    height: 200px;
    overflow: hidden;
    flex-shrink: 25;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.page-id-843 .site-wrapper .rs-teacher-thumbnail img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.page-id-843 .site-wrapper .rs-teacher .rs-teacher-title {
    color: #B60028;
    font-size:17px;
    display: block;
    text-align: center;
} 

.page-id-15811 .rs-teacher-content .rs-teacher-custom-wrap li::before {
    display:none !important;
}

/* RG 2021 plugin Update - custom templates removed */
.retreat-wrapper .rs-program .rs-program-content-wrap, .rs-teacher-content-wrap, body .rs-program .rs-program-content-wrap {
    float: none;
    width: auto;
    display: block;
}

.retreat-wrapper .rs-program .rs-program-thumbnail img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.retreat-wrapper .rs-program .rs-program-content-wrap .rs-program-see-more-link {
	display: none; 
}


/* LTA page */


/* retreat filter */

.retreat-filter .internal-active {
    color: #6e020b;
}

/* Retreat Guru Calendar */

body .site-wrapper .rg-tm-table {
    overflow-x:auto;
    overflow: hidden;
}

body .site-wrapper .rg-tm-table thead {
    background-color: #5e1048;
    color: #fff;
}

body .site-wrapper .rg-tm-table thead {
    text-align: center;
}

body .site-wrapper .rg-tm-table thead th {
    border-right: 1px solid #ffffff;
}

body .site-wrapper .rg-tm-table .rs-program tbody td {
    text-align: left;
}

body .site-wrapper .rg-tm-table .rs-program tbody tr:nth-child(even) {
    background-color: #e5ddd0 !important;
}

body .site-wrapper .rg-tm-table .rs-program tbody .rs-title, body .site-wrapper .rg-tm-table .rs-program tbody .rs-dates {
    font-weight: 700;
}

body .site-wrapper .rg-tm-table .rs-program tbody .rs-teachers {
    font-style: italic;
    width: 150px;
}

/*
##################### 
##################### EVENTS STYLES
##################### 
*/
.eventTitleBar {
	text-align: center;
}

.eventTitleBar .wpb_column{
	border-right: 1px solid #ffffff;
}

.eventSingle .wpb_column{
	border-right: 1px solid #ece9e3;
}

.eventSingle .wpb_column:last-child, .eventTitleBar .wpb_column:last-child{
	border-right: none;
}

.eventSingle {
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
	line-height: 1.2em;
}

.eventDate{
	font-weight: bold;
	font-size: 30px;
	color: #252525;
}

.eventDate.multidayDate{
	font-size: 24px;
	line-height: .85em;
}

.eventDate.multidayDate span.dateSmall, .eventDate span.dateSmall {
	font-size: 16px;
}

.eventName h4{
	font-size: 16px;
	text-align: left;
	line-height: 1.2em;
	color: #252525;

}

.eventLocation{
	color: #252525;
	text-align: left;
}

.eventTeacher{
	font-style: italic;
}

.eventType{
	color: #252525;
}

.eventButton{
	text-align: center;
}

.eventButton a.button.small {
    width: 70%;
}

.home .vc_section, .page-id-751 .vc_section {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

/*
##################### 
##################### HOW TO SECTION STYLES
##################### 
*/

.page-section .wpb_row.howtoInner {
    width: 90%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.howtoInner h1 {
    line-height: 1em;
}

.page-section .wpb_row.donateInner {
    width: 70%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.donateInner h1 {
    line-height: 1em;
}


/*
##################### 
##################### BOOK STYLES
##################### 
*/
#bookSection{
	
}

.wpb_row.vc_row-fluid.standard-section.section.section-no-parallax.onlineCallout {
    background: #F3B228;
    padding: 30px;
    font-family: 'heroic_condensedbold'!important;
    width: 90%;
    margin: 0 auto;
}

#content .onlineCallout h3 {
    font-size: 36px;
    text-align: right;
    color: #ffffff;
    opacity: .65;
}

#content .vc_section.bookSection h2 {
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .02em;
    line-height: 1em;
    margin-bottom: 23px;
    font-family: 'heroic_condensedbook';
    font-size: 45px;
}

#content .vc_section.bookSection h3 {
font-family: 'heroic_condensedbold';
    font-weight: normal;
}

#content .bookImage .single_image.wpb_content_element.align-left {
    padding: 40px;
}

section.vc_section.bookSection {
    background: #be1915;
    background-image: url(https://www.wisdomrisingbook.com/wp-content/uploads/2018/03/bg_ornament_trans-low.png);
    background-size: 70%;
    background-position: left -83% top 18%;
    background-repeat: no-repeat;
    text-align: center;
}

/*
##################### 
##################### ONLINE COURSES SECTION STYLES
##################### 
*/

#page-wrap #programSection li::before {
	content: none;
}

#programSection .products h2, #programSection .cross-sells h2 {
    font-size: 16px;
    text-transform: capitalize;
    color: #b51f2b;
    /* border-bottom: 1px solid #f1b42a; */
    min-height: 70px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#programSection .products h2, #programSection .cross-sells h2:hover {
	color:#6e020b
}

span.woocommerce-Price-amount.amount {
    font-style: italic;
    color: #0e1131;
}

/*
##################### 
##################### DONATE SECTION STYLES
##################### 
*/
.donateInner .eventButton a.button.color-8.full {
    border: 2px solid #F3B228;
}

.donateInner .eventButton a.button.color-8.full:hover {
    background: #F3B228;
    color: #252525;
}

.wpb_row.vc_row-fluid.standard-section.section.donateInner {
	width: 70%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

#donateSection .button {
    margin: 0 auto;
    display: table;
}

.home #donateSection {
    padding-top: 60px !important;
    padding-bottom: 60px;
}

/*
##################### 
##################### WOOCOMMERCE STYLES
##################### 
*/

.woocommerce .products li::before, .single-product .product .woocommerce-tabs #tab-title-description::before, .related li::before {
    display: none !important;
}

.product .woocommerce-tabs .tabs li:before {
    display: none !important;
}

.product .woocommerce-tabs .tabs li a {
    color: #691851;
    padding-right: 15px;
    border-bottom: none;
}

.single-product .site-wrapper .product .woocommerce-tabs {
    width: 100%;
}

.single-product .site-wrapper .product .price {
	border-bottom: 1px solid #F1B42A;
}

body .site-wrapper .woocommerce-tabs {
    border-top: none;
}

body .site-wrapper .woocommerce-tabs .panel {
    border-top: 1px solid #F1B42A;
    border-bottom: 1px solid #F1B42A;
}


body .site-wrapper .woocommerce-tabs > ul > li.active a {
    border-bottom: none;
}

.single-product .site-wrapper .product .related .price {
    border-bottom: none;
}


body .site-wrapper .woocommerce-tabs > ul > li.active a {
    font-weight: 600;
}

body .site-wrapper .woocommerce-tabs > ul > li {
    font-size: 19px;
}

body .site-wrapper .woocommerce-tabs .panel h2 {
    display: none;
}

body .site-wrapper button.single_add_to_cart_button {
    color: #fff;
    background: #B51F39;
    font-family: 'Palatino Linotype';
    font-weight: 100;
    font-size: 15px;
    padding: 12px 15px 10px 15px;
    margin-top: 3px;
}

body .site-wrapper button.single_add_to_cart_button:hover {
    background: #6e020b;
}

body .site-wrapper .products h2, .cross-sells h2 {
    margin: 0 0 7px;
}

.woocommerce-checkout .site-wrapper #payment label {
    display: none;
}

.woocommerce-checkout .site-wrapper .wc_payment_methods li::before {
    display: none !important;
}

.woocommerce-checkout .woocommerce form .form-row .required {
    border: 0 !important;
    text-decoration: none;
}

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number, #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number {
    background-image: none !important;
}

.woocommerce-checkout .site-wrapper #payment label {
    margin: 0 10px 0 5px;
}

.woocommerce-checkout .site-wrapper .woocommerce a.button, .woocommerce-checkout .site-wrapper .woocommerce input[type=submit], .woocommerce-checkout .site-wrapper .woocommerce button {
    color: #fff;
    background: #B51F39;
    font-family: 'Palatino Linotype';
    font-weight: 100;
    font-size: 15px;
    padding: 12px 15px 10px 15px;
    margin-top: 3px;
    margin-left: 20px;
}

.woocommerce-checkout .site-wrapper .woocommerce a.button:hover, .woocommerce-checkout .site-wrapper .woocommerce input[type=submit]:hover, .woocommerce-checkout .site-wrapper .woocommerce button:hover {
    background: #6e020b;
}

.woocommerce-checkout .site-wrapper .form-row {
    padding-top: 15px;
}

.woocommerce-cart .site-wrapper .woocommerce .button.checkout-button {
    color: #fff;
    background: #B51F39 !important;
    background-color: #B51F39 !important;
    font-family: 'Palatino Linotype';
    font-weight: 100;
    font-size: 15px;
    padding: 12px 15px 10px 15px;
    margin-top: 3px;
    margin-left: 20px;
}

.woocommerce-cart .site-wrapper .woocommerce .button.checkout-button:hover {
    background: #6e020b !important;
    background-color: #6e020b !important;
}

.xlwcty_thankyou-template-default .xlwcty_wrap a {
    color: #b51f2b !important;
}


.post-type-archive-product .site-wrapper .products .product a, .home .products .product a{
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    height: 375px;
}

.post-type-archive-product .site-wrapper .products h2, .cross-sells h2, .home .products h2, .home .cross-sells h2 {
    padding: 0px 10px;
    font-size: 16px;
}

.post-type-archive-product .site-wrapper .products li .price, .home .products li .price {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.post-type-archive-product .site-wrapper .products .att-teacher, .home .products .att-teacher {
    position: absolute;
    bottom: 32px;
    font-size: 14px;
    left: 32px;
}

.post-type-archive-product .site-wrapper .products .onsale, .home .woocommerce .products .onsale {
    padding: 70px 0px 4px;
    right: -5px;
    width: 120px;
}

.post-type-archive-product .site-wrapper .products .onsale, .home .woocommerce .products .onsale {
    font-size: 15px;
}

.post-type-archive-product .site-wrapper .products .att-teacher, .home .products .att-teacher {
    max-width: 85%;
}

body .related .products .product .onsale {
    position: absolute;
    font-size: 15px;
    top: 0;
    right: 0;
    left: auto;
    width: 120px;
    text-align: center;
    color: #fff;
    display: block;
    margin: -35px -50px 0 0;
    padding: 60px 0 4px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 9;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.woocommerce .site-wrapper #pagination ul li::before {
    display: none;
}

.page-id-15657 .vc_tta-container .vc_tta-tab::before {
    display: none !important;
}

.page-id-15657 .vc_tta-container .vc_tta-panels-container .vc_tta-panel .woocommerce .products .onsale {
    width: 123px;
    margin: -33px -50px 0 0;
    padding: 60px 0 4px;
    font-size: 16px;
}

.post-type-archive .products .post-15640, .post-type-archive .products .post-15643, .post-type-archive .products .post-15663 {
    display: none;
}

.woocommerce-result-count {
    display: none;
}

body .site-wrapper #header .widget_shopping_cart ul {
    margin: -5px 0 0 0 !important;
}

/*
##################### 
##################### FORM STYLES
##################### 
*/

body .site-wrapper .gform_wrapper .gfield::before {
    display: none!important;
}

body .site-wrapper .gform_wrapper .gform_button {
    color: #fff;
    background: #B51F39;
    font-family: 'Palatino Linotype';
    font-weight: 100;
    font-size: 15px;
    padding: 12px 15px 10px 15px;
    margin-top: 3px;
    border: none;
}

body .site-wrapper .gform_wrapper .gform_button:hover {
    background: #6e020b;
}

.site-wrapper .gform_wrapper .gform_page_footer .gform_previous_button, .gform_page_footer .gform_next_button {
    color: #fff;
    background: #B51F39;
    font-family: 'Palatino Linotype';
    font-weight: 100;
    font-size: 15px;
    padding: 12px 15px 10px 15px;
    margin-top: 3px;
}

body .site-wrapper .gform_wrapper .gform_page_footer .gform_previous_button:hover, .gform_page_footer .gform_next_button:hover {
    background: #6e020b;
}
/*
##################### 
##################### BOOK STYLES
##################### 
*/

.womenOfWisdom {
 background: #fdf9f3;
    /* background-image: url(/wp-content/uploads/bg_ornament_trans-low-grey.png); */
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: right -83% top 107%;
}

.feedingYourDemons {
    /* background-image: url(/wp-content/uploads/pattern_5-01.svg); */
    background-repeat: no-repeat;
    background-size: 148%;
    background-position: left 141% top 0%;
}

.wisdomRising {
    background: #fdf9f3;
    /* background-image: url(/wp-content/uploads/bg_ornament_trans-low-grey.png); */
    background-size: 70%;
    background-position: left 118% top 6%;
    background-repeat: no-repeat;
}

/* For David with Gratitude */

.page-id-756 .site-wrapper a.catimage:hover .catimage-text {
    padding: 20px 10px;
}

.page-id-756 .site-wrapper .catimage-text {
    color: #ffffff;
	background-color: #6A0050;
    font-size: 11px;
    word-wrap: break-word;
}

/* Anchor Tag Scroll Fix */

@media (min-width: 960px) {
    body.page-id-131 #diversity div:before, body.page-id-131 #scholarship div:before {
        display: block;
        content: " ";
        margin-top: -110px;
        height: 110px;
        visibility: hidden;
    }

    body.page-id-286 [id='1'] div:first-of-type:before, body.page-id-286 [id='2'] div:first-of-type:before, body.page-id-286 [id='3'] div:first-of-type:before{
        display: block;
        content: " ";
        margin-top: -110px;
        height: 110px;
        visibility: hidden;
    }

    body.page-id-129 p.cancellation {
        display: block;
        position: relative;
        top: -110px;
        visibility: hidden;
    }
}

/* Footnotes */

.easy-footnotes-wrapper {
    margin: 20px 200px;
}

/* Calendar */
.responsiveCal {
    position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
}

.responsiveCal iframe {

position: absolute; top:0; left: 0; width: 100%; height: 100%;
    
}    




/* Tooltip Styles */

body .Zebra_Tooltip_Message {
    background-color:#460034 !important;
    font: 400 17px 'Palatino Linotype', 'Book Antiqua', Palatino, serif, Arial, Helvetica, sans-serif !important;
    color: #fff !important;
}

.Zebra_Tooltip {
    display: block;
    opacity: 0.95;
}


.endowment-pie .vc_chart-legend li::before {
    display: none !important;
}

/* Google Calendar */

body .site-wrapper .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number, body .site-wrapper  .simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-number {
    background: #5e1048;
    color: #fff;
    border-right: 1px #fff solid;
}

.page-id-3368 #content {
    padding-top: 10px;
}

body .site-wrapper .simcal-default-calendar-dark .simcal-nav-button {
    color: #460034;
}

body .simcal-present {
    background-color: #fdf9f3;
}

body .site-wrapper .bbp-breadcrumb {
    display: block;
}

body .site-wrapper .bbp-breadcrumb .bbp-breadcrumb-home, body .site-wrapper .bbp-breadcrumb .bbp-breadcrumb-root, body .site-wrapper .bbp-breadcrumb-sep:first-of-type, body .site-wrapper .bbp-breadcrumb-sep:nth-of-type(2) {
    display: none;
}

/*
##################### 
##################### MEDIA STYLES
##################### 
*/

@media screen and (max-width: 1199px) and (min-width: 960px) {
	
	body .site-wrapper .header-v1 #navigation > ul > li > a, body .site-wrapper .header-v2 #navigation > ul > li > a  {
	    padding-left: 11px;
        padding-right: 11px;
        font-size: 12px;
	}
	
	body .site-wrapper div#logo {
        width: 300px;
    }

    body #topbar .logo-sub {
        position: absolute;
        left: 21px;
        top: 40px;
        color: #6A0050;
        font-size: 13px;
    }
}

@media screen and (max-width: 1199px) {
    body .site-wrapper .quantity .input-text {
        width: 7px;
    }  
   
    .post-type-archive-product .site-wrapper .products .product a, .home .products .product a {
        height: 330px;
    }
    .post-type-archive-product .site-wrapper .products .att-teacher, .home .products .att-teacher {
        bottom: 40px;
    }
}

@media screen and (max-width: 1199px) and (min-width:768px) {
  
    body .site-wrapper #page-wrap .wpb_wrapper .center-button {
        text-align: center;
        margin: 0px 20%;
        display: block;
    }
    
}

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

    .page-id-843 .site-wrapper .rs-teacher .rs-teacher-title {
        margin-top: 100%;
    }

    body .site-wrapper .rs-program.shortcode.table .rs-show-more-link, body .site-wrapper .rs-program.shortcode.table .rs-show-register-link, body .site-wrapper .rg-tm-table .rs-program tbody td, body .site-wrapper .rg-tm-table .rs-program.shortcode.table th {
        vertical-align: middle;
    }
    
}

@media screen and (max-width: 1000px) {
    .woocommerce-cart .site-wrapper .woocommerce table.cart img, .woocommerce-cart .site-wrapper .woocommerce-page table.cart img, .woocommerce-cart .site-wrapper .woocommerce #content table.cart img, .woocommerce-cart .site-wrapper .woocommerce-page #content table.cart img {
        width: 130px;
    }

    .woocommerce-checkout .site-wrapper .form-row {
        display: block;
        width: 100%;
    }

    .woocommerce-checkout .site-wrapper #payment label {
        display: none;
        width: 40%;
    }

    body .site-wrapper #mobile-header {
        background: #fdf9f3;
        padding-bottom: 10px;
    }

    body .site-wrapper #mobile-header .logo img {
        max-width: 100%;
        height: 80px;
    }

    #topbar .social-icons ul {
        background: #fdf9f3 !important;
    }

    #mobile-navigation .container ul {
        list-style: none;
        margin: 16px 0 15px 0;
    }

}

@media screen and (max-width: 959px) {
    .post-type-archive-product .site-wrapper .products .product a, .home .products .product a  {
        height: 465px;
    }

    .post-type-archive-product .site-wrapper .products .att-teacher, .home .products .att-teacher {
        bottom: 40px;
    }

    body .header-v3 .logo, body .header-v2 .logo, body .header-v1 .logo {
        display: none;
    }

    body #topbar {
        padding-bottom: 10px;
        background: #fdf9f3 !important;
    }
}

@media screen and (max-width: 959px) and (min-width: 768px) {
    #footer .container .four.columns:nth-child(2) {
        width: 159px;
    }

    #footer .container .four.columns:nth-child(3) {
        width: 185px;
    }

    body .site-wrapper #page-wrap .internal-menu li {
        padding: 4px 4px 0px 0px;
    }

    body #topbar .logo-sub {
        position: absolute;
        left: 15px;
        top: 100px;
        color: #6A0050;
        font-size: 13px;
    }
    .vc-hoverbox-block.vc-hoverbox-back h2{
            font: 400 24px 'Palatino Linotype', 'Book Antiqua', Palatino, serif, Arial, Helvetica, sans-serif;
    }
    .vc-hoverbox-block.vc-hoverbox-back h4{
        font: 400 18px 'Palatino Linotype', 'Book Antiqua', Palatino, serif, Arial, Helvetica, sans-serif;
    }

    .page-id-843 .site-wrapper .rs-teacher {
        width: 30%;
    }
}
@media screen and (min-width: 768px) {


    .rg-tm-table .rs-registration-external.rs-register-link {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
	.donateBtn {
        float: none;
        margin-bottom: 5px;
        margin-top: -5px;
    }
    #topbar .social-icons{
        height: 35px;
    }
    #mobile-header{
        height: 135px!important;
    }
    #mobile-navigation-btn, #mobile-cart-btn, #mobile-shopping-btn{
        line-height: 65px !important;
    }
    #mobile-header .logo {
        text-align: center;
        position: absolute;
        width: 100%; 
    }
    #mobile-navigation-btn{
        position: absolute;
        right: 5%;
        top: 75px;
    }
    #mobile-shopping-btn{
        top: 74px;
        right: 10%;
        position: absolute;
    }

    body .site-wrapper .rg-tm-table .rs-program tbody td, body .site-wrapper .rg-tm-table .rs-program.shortcode.table th {
        text-align: center;
        display: block;
    }

    body .site-wrapper .rg-tm-table thead {
        display: none;
    }

    body .site-wrapper .rg-tm-table .rs-program tbody tr .rs-show-register-link {
        margin-bottom: 25px !important;
    }

    body .site-wrapper .rg-tm-table .rs-program tbody .rs-dates {
        margin-top: 15px;
    }

	body .site-wrapper .rs-program-thumbnail, body .site-wrapper .rs-program-thumbnail-mob, body .site-wrapper .rs-teacher-thumbnail {
	    width: 100%;
    }
    
    body .site-wrapper .rg-tm-table .rs-program tbody .rs-teachers {
        width: auto;
    }

    body .site-wrapper .rg-tm-table .rs-program tr {
        border-bottom: none;
        border-top: none;
        padding: 25px;
    }

    body .site-wrapper .rg-tm-table .rs-program.shortcode.table td, body .site-wrapper .rg-tm-table .rs-program.shortcode.table th {
        border-bottom: none
    }
	
	.rs-program-thumbnail, .rs-teacher-thumbnail {
	    padding-bottom: 5px;
	}
	
	body .site-wrapper .teacher-img {
	    width: 50%;
    }

    .woocommerce-cart .site-wrapper #page-wrap .woocommerce table.cart td.actions .coupon, .woocommerce-cart .site-wrapper #page-wrap .woocommerce-page table.cart td.actions .coupon, 
    .woocommerce-cart .site-wrapper #page-wrap .woocommerce #content table.cart td.actions .coupon, 
    .woocommerce-cart .site-wrapper #page-wrap .woocommerce-page #content table.cart td.actions .coupon {
        float: none;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .woocommerce-cart .site-wrapper .woocommerce table.cart img, .woocommerce-cart .site-wrapper .woocommerce-page table.cart img, .woocommerce-cart .site-wrapper .woocommerce #content table.cart img, .woocommerce-cart .site-wrapper .woocommerce-page #content table.cart img {
        display: none;
    }

    .woocommerce-cart .site-wrapper .wc-proceed-to-checkout {
        text-align: center;
    }

    .woocommerce-cart .site-wrapper .woocommerce table.shop_table, .woocommerce-cart .site-wrapper .woocommerce-page table.shop_table {
        margin: 0 0 35px 0;
    }

    .vc_responsive .wpb_row .vc_col-sm-4.firstTile {
        padding:24px 0 12px 0 !important;
    }
    
    .vc_responsive .wpb_row .vc_col-sm-4.secondTile{
        padding:52px 0 !important;
    }
    
    .vc_responsive .wpb_row .vc_col-sm-4.thirdTile {
        padding:12px 0 0 0!important;
    }

    .home .site-wrapper #promoSection .vc_row-fluid {
        padding-top: 0px !important;
    }

    .home .eventTitleBar {
        display: none;
    }

    .home .eventDate, 
    .home .eventName,
    .home .eventLocation,
    .home .eventTeacher,
    .home .eventButton {
        border-right: none;
        margin: 0 auto;
        margin-bottom: 0px;
        text-align: center;
    }

    .home .eventName h4 {
        text-align: center;
    }

    .home #eventsSection .wpb_row .wpb_column {
        margin-bottom: 0px;
    }

    .home .eventType {
        display: none;
    }

    .home .vertical-center {
        padding-top: 1px;
        padding-bottom: 10px;
    }

    .home .eventButton a.button.small {
        width: 40%;
    }

    .home .eventButton:last-of-type a.button.small {
        width: 70%;
    }

    .home .eventButtonLast a.button.small {
        width: 70%;
    }
    
    .post-type-archive-product .site-wrapper .products .product a , .home .products .product a  {
        height: 515px;
    }

    body .site-wrapper .products li {
        width: 98% !important;
        margin-left: 3px;
    }

    body #topbar {
        border-bottom: none;
    }

    body footer#footer {
        background-image: none;
    }

    .home #eventsSection .wpb_row p {
        text-align: center !important;
        margin: 8px 0px;
    }

    .home #eventsSection .eventButton {
        margin-top: 5px;
    }

    .home #eventsSection .eventDate br{
        display: none;
    }

    .remove-on-mobile {
        display: none;
    }

    body #bookSection .book-buy img {
        max-width: 200px;
        margin: 0 auto;
        display: block !important;
    }

    body .page-section .wpb_row.howtoInner {
        width: 70%;
    }

    body #topbar .logo-sub {
        position: absolute;
        left: 6px;
        top: 136px;
        color: #6A0050;
        font-size: 11px;
    }

    #account_info_spacer{
        display: none;
    }

    body #topbar {
        display: none;
    }

    body .site-wrapper #mobile-header {
        padding-bottom: 0px;
    }

    .vc_responsive .wpb_row .vc_col-sm-4.firstTile {
        padding: 0px 0px 26px 0px!important;
    }

     .vc_responsive .wpb_row .vc_col-sm-4.secondTile, .vc_responsive .wpb_row .vc_col-sm-4.thirdTile {
        padding: 0px 0px 24px 0px!important;
    }

    body .site-wrapper #content #promoSection {
        margin-top: 15px;
    }

    body .site-wrapper .retreat-wrapper .rs-program {
        margin-bottom: 40px !important;
        border-bottom-style: solid;
        border-color: #f1b42a;
        border-bottom-width: 1px;
        padding-bottom: 50px;
    }

    body .site-wrapper .retreat-wrapper .rs-program .rs-program-excerpt {
        margin-bottom: 10px;
    }

    body .site-wrapper .rs-program-thumbnail {
        display: none;
    }

    body .site-wrapper .rs-program-thumbnail-mob {
        display: block;
    }

    body .site-wrapper .single-program .program-upper .program-upper-left {
        float: none;
        width: 100% !important;
    }
    
    body .site-wrapper .single-program .program-upper .program-upper-right {
        float: none;
        width: 100% !important;
    }
}

@media screen and (min-width: 480px) {
    body .break-mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    
    .page-id-843 .site-wrapper .rs-teacher {
        display: flex;
    }
    
    .page-id-843 .site-wrapper .rs-teacher .rs-teacher-title {
        margin-top: 99%;
    }

    .page-id-843 .site-wrapper .rs-teacher {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 300px;
        margin: 50px 75px;
        height: 300px;
    }

    .page-id-843 .site-wrapper .rs-teacher-thumbnail {
        width: 300px;
        height: 300px;
        overflow: hidden;
        flex-shrink: 25;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: top center !important;
    }

    .single-sfwd-courses iframe, .single-sfwd-lessons iframe {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {

    #mobile-header .container {
        width: 350px;
    }

    #fullimagecenter h1{
        font:700 34px 'Palatino Linotype', 'Book Antiqua', Palatino, serif, Arial, Helvetica, sans-serif !important;
    }
	.rs-program-thumbnail, body .site-wrapper .rs-program-thumbnail-mob, .rs-teacher-thumbnail {
	    float: none;
    }

    .post-type-archive-product .site-wrapper .products .product a, .home .products .product a {
        height: 415px;
    }

    /* body .icon-minti-cart {
        display: none;
    } */

    body .site-wrapper #mobile-header .logo img {
        max-width: 100%;
        height: 70px;
        margin-top: 14px;
    }

    body #topbar .logo-sub {
        position: absolute;
        left: 2px;
        top: 172px;
        color: #6A0050;
        font-size: 12px;
    }

    body #topbar .logo-sub a {
        color: #6A0050;
        font-size: 11px;
    }

/*
    body .site-wrapper .products li {
        width: 98% !important;
        margin-left: 3px;
    }
*/

/*
    body .donateBtn {
        margin-left: 0px;
    }
*/

    body #topbar a {
        font-size: 15px;
    }

    body #topbar .donateBtn a {
        font-size: 13px;
        padding: 7px 10px 6px 10px;
    }

/*
    body topbar .topbar-col1, body #topbar .topbar-col2 {
        margin: -10px 0px;
    }
*/

    body .wpb_row.vc_row-fluid.standard-section.section.donateInner {
        width: 75%;
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    body .shop_attributes tr th {
        padding: 8px 20px 8px 0px;
    }

    .home .wisdom-rising-book img {
        margin-left: 15px;
        max-width: 275px;
    }

    .page-id-843 .site-wrapper .rs-teacher-thumbnail {
        width: 250px;
        height: 250px;
        overflow: hidden;
        flex-shrink: 25;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: top center !important;
    }

    .page-id-843 .site-wrapper .rs-teacher {
        margin: 0px 0px;
    }

    .page-id-843 .site-wrapper .rs-teacher .rs-teacher-title {
        margin-top: 10px;
    }

    .page-id-843 .site-wrapper .rs-teacher {
        display: inline;
    }


    body .site-wrapper .rg-tm-table .rs-program tr {
        border-bottom: none;
        border-top: none;
    }

	.single-sfwd-courses iframe, .single-sfwd-lessons iframe {
	    width:100%;
     }

     /* Accounts page & downloads */

     .woocommerce-account .site-wrapper #page-wrap {
        overflow: unset;
    }

    .woocommerce-account .site-wrapper #page-wrap .my_account_orders th,
    .woocommerce-account .site-wrapper #page-wrap .my_account_orders td{
        padding: 5px !important;
        vertical-align: baseline;
    }

    .woocommerce-account .site-wrapper #page-wrap table.shop_table th,
    .woocommerce-account .site-wrapper #page-wrap table.shop_table td {
        font-size: 10px;
        line-height: 13px;
    }

    .woocommerce-account .site-wrapper #page-wrap .woocommerce-orders-table .woocommerce-orders-table__cell a.button {
        font-size: 9px;
        padding: 6px 10px;
    }

}

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

     .vc_responsive .wpb_row .vc_col-sm-4.secondTile, .vc_responsive .wpb_row .vc_col-sm-4.thirdTile {
        padding: 0px 0px 0px 0px!important;
    }

    .vc_responsive .wpb_row .vc_col-sm-4.secondTile .vc-hoverbox-inner {
        min-height: 290px !important;
    }

}

@media screen and (max-width: 350px) {
	
    #mobile-header .container {
        width: 325px;
    }

    .vc_responsive .wpb_row .vc_col-sm-4.firstTile {
        padding: 0px 0px 0px 0px!important;
    }

    .vc_responsive .wpb_row .vc_col-sm-4.firstTile .vc-hoverbox-inner {
        min-height: 290px !important;
    }

}

/*Styles Added by Clinton, Communications Manager at Tara Mandala*/
.hideEvent {display:none;}

 /*Added by Trevor */
.learndash .learndash_course_certificate .btn-blue,
.learndash .learndash_course_certificate .btn-blue:visited {
	background: #6A0050;
	color: #fff;
}
.learndash .learndash_course_certificate .btn-blue:hover,
.learndash .learndash_course_certificate .btn-blue:active,
.learndash .learndash_course_certificate .btn-blue:focus {
	background: #F1B42A;
	color: #fff;
}

.learndash .learndash_content .ld-video-wrapper, .learndash .learndash_content .ld-video {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    max-width: 800px;
}

.learndash .learndash_content .ld-video-wrapper iframe, .learndash .learndash_content .ld-video iframe  {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Added by Trevor */
#bbpress-forums ul > li:before
{
content: none;
}

.single-sfwd-topic .entry-meta, .singular-sfwd-topic .entry-meta {
display: none;
}

.single-sfwd-courses .entry-meta, .singular-sfwd-courses .entry-meta {
display: none;
}

.single-sfwd-lessons .entry-meta, .singular-sfwd-lessons .entry-meta {
display: none;
}

/* Added by Nextstep 2/22 */
body .site-wrapper #navigation .menu .menu-item a {
    font-size: 15px;
}
.rs-program-with-teachers, 
.single-program i .rs-program-title, 
.single-program i .rs-program-teacher, 
.single-program i .rs-program-date, 
.single-program i .rs-regsitration-wrap {
    font-style:normal !important;
}
.single-program i p, 
.single-program i li, 
.single-program i div {
    font-style:normal;
}
.single-program i p i, 
.single-program i li i, 
.single-program i div i {
    font-style:italic;
}

/* Event Updates 6-7-24 */
.rs-programs-single #fullimagecenter {
    margin-left: auto;
    margin-right: auto;
    max-width: 1340px;
}
.rs-programs-single #fullimagecenter h1 {
    padding: 66px 0;
}
.rs-programs-single #page-wrap.container, 
.rs-programs-single .container #content.sixteen.columns {
    width: 100% !important;
    max-width: 1280px !important;
}
.rs-programs-single .container #content.sixteen.columns {
    float: none;
}
/* Program Content */
.single-program .rs-program-title {
    margin-top: 50px !important;
    margin-bottom: 20px !important;
    font-size: 38px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
    color: #9c2828 !important;
}
.single-program .rs-program-early-bird-discount {
  padding: 15px 30px;
  max-width: 400px;
  font-size: 21px;
  line-height: 1.38;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  background: rgb(195,188,154) !important;
  background: linear-gradient(90deg, rgba(195,188,154,1) 0%, rgba(241,245,193,1) 100%) !important;
  border: none !important;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.rs-programs-single .rs-program-date, 
.rs-programs-single .site-wrapper .rs-program-teacher {
    max-width: 620px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase;
    color: #000000;
}
.rs-programs-single .rs-program-date {
    margin-top: 23px !important;
}
.rs-programs-single .site-wrapper .rs-program-teacher {
    margin-bottom: 25px !important;
}
.rs-regsitration-wrap.scholarship, 
.rs-regsitration-wrap.scholarship .rs-program-content .rs-registration-open.rs-register-link, 
.rs-regsitration-wrap.scholarship .rs-register-link a {
    display: inline-block !important;
}
.rs-regsitration-wrap.scholarship {
    margin-bottom: 40px !important;
    display: flex !important;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.rs-programs-single .rs-program-date {
    font-size: 23px;
}
.rs-programs-single .site-wrapper .rs-program-teacher {
    font-size: 21px;
}
.rs-programs-single .rs-program-content a, 
.rs-scholarship a {
    color: #000000;
    text-decoration: underline;
}
.rs-scholarship {
    margin-left: 22px !important;
    font-size: 19px;
}
.rs-regsitration-wrap.scholarship .rs-scholarship {
    margin-left: 0px !important;
}
.rs-scholarship a {
    margin-left: 5px;
}
.page-template-default .rs-program-content h1 {
    font-size: 27px;
}
.page-template-default .rs-program-content h2 {
    font-size: 25px;
}
.page-template-default .rs-program-content h3 {
    font-size: 23px;
}
.page-template-default .rs-program-content h4 {
    font-size: 21px;
}
.page-template-default .rs-program-content h5 {
    font-size: 19px;
}
.page-template-default .rs-program-content h6 {
    font-size: 17px;
}
.rs-program-content p b {
    font-weight: 700;
}
.rs-program-content p, 
.rs-program-content ul, 
.rs-program-content ol {
    margin-bottom: 30px !important;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #000000;
}
.rs-program-content b {
    color: #000000;
}
.rs-program-content p + ul {
    margin-top: 0px;
    margin-bottom: 30px;
}
.rs-program-content ul, 
.rs-program-content ol {
    margin-left: 22px;
}
.page-template-default h2.teachers-title {
    margin: 50px 0px !important;
    font-family: "Open Sans", sans-serif;
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #831910 !important;
    text-transform: uppercase !important;
}
.rs-programs-single .teacher {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.rs-programs-single .teacher .rs-teacher-img {
    width: 290px;
    height: 290px;
    overflow: hidden;
}
.rs-programs-single .teacher .rs-teacher-img img {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.rs-programs-single .site-wrapper .rs-teachers-content {
    margin-top: 5px !important;
    margin-left: 5% !important;
    display: block;
    font-size: 17px;
    line-height: 1.5;
    max-width: 50%;
}
body .site-wrapper .rs-teachers-container div.teacher {
    margin-bottom: 40px !important;
}
.teacher .rs-teachers-content a {
    color: #000000;
}
/* Program Meta */
.single-program .rs-program-meta {
    margin: 70px 0px 75px 7% !important;
    padding: 0px !important;
    width: 36% !important;
    background: #edebe1 !important;
    border-radius: 0px !important;
    border: none !important;
}
.rs-program-photo {
    margin: 0px !important;
    padding: 0px 0px 20px 0px !important;
    background: #ffffff !important;
}
.rs-program-photo img {
    margin: 0px;
    padding: 0px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    display: block;
}
.rs-meta-content-container {
    margin: 0px !important;
    padding: 30px !important;
    font-size: 18px;
    line-height: 1.68;
    font-weight: 600;
    color:#000000;
}
.rs-meta-content-container p {
    margin-bottom: 30px !important;
    font-weight: 500;
}
.rs-meta-content-container ul {
    font-weight: 500;
}
.rs-program-meta .rs-program-label {
    font-size: 100%;
    font-weight: 700;
    color:#000000;
}
.rs-program-meta .rs-email {
    margin: 30px 0px 20px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #831910;
}
.rs-program-meta .rs-email a {
    color: #831910;
}
.rs-program-meta .rs-email .fa {
    margin-right: 4px;
    width: 38px;
    height: 38px;
    font-size: 18px;
    line-height: 36px;
    border-radius: 50%;
    color: #831910;
    border: 1.5px solid #831910;
}
.rs-program-meta .rs-email, 
.rs-program-meta .rs-registration-open.rs-register-link {
    text-align: center;
}
.rs-program .register_now, 
.rs-registration-external a, 
.rs-register-link a, 
.rs-button, 
.rs-show-register-link a {
  margin: 5px 0px;
  padding: 16px 30px;
  width: auto !important;
  float: none !important;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  background: #831910;
  border: none !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.rs-regsitration-wrap.scholarship .rs-register-link {
    margin-right: 20px;
}
a.rs-link {
    text-align: center;
    color: #831910;
}
/* Search Box */
.mec-search-form.mec-totalcal-box {
    padding: 20px 45px 45px 45px !important;
    background: rgb(154,41,34) !important;
    background: linear-gradient(90deg, rgba(169,49,49,1) 50%, rgba(157,41,39,1) 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    display: flex;
    flex-flow: row wrap;
}
.mec-search-form.mec-totalcal-box .mec-text-input-search::before {
    margin-bottom: 17px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    content: "Search our programs";
    display: block;
}
.mec-search-form.mec-totalcal-box .mec-text-input-search {
    order: 0;
}
.mec-search-form.mec-totalcal-box .mec-dropdown-wrap {
    order: 1;
}
.mec-wrap .mec-totalcal-box i.mec-sl-magnifier {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    width: 126px;
    height: 32px;
    float: right;
    background: #aea677;
    border: none;
    color: #ffffff;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.mec-wrap .mec-totalcal-box i.mec-sl-magnifier::before {
    padding: 0px 5px 0px 0px;
    font-size: 24px;
    line-height: 22px;
}
.mec-wrap .mec-totalcal-box i.mec-sl-magnifier::after {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.05em;
    content: "SEARCH";
    color: #ffffff;
}
.mec-wrap .mec-search-form .mec-text-input-search input {
    margin-bottom: 10px !important;
}
.mec-wrap .mec-search-form .mec-text-input-search input:hover, 
.mec-wrap .mec-search-form .mec-text-input-search input:focus {
    outline: 0px !important;
    border: none !important;
}
.mec-wrap .mec-totalcal-box input[type="search"] {
    width: calc(100% - 186px) !important;
    float: right;
}
.mec-checkboxes-search .mec-searchbar-category-wrap, 
.mec-wrap .mec-totalcal-box .mec-totalcal-view span, 
.mec-wrap .mec-totalcal-box input, 
.mec-wrap .mec-totalcal-box select {
    font-family: "Open Sans", sans-serif;
    min-height: 32px;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
    color: #6d6d6d;
    background: #fff;
    border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.mec-wrap .mec-totalcal-box select {
    font-weight: 500 !important;
    letter-spacing: 0.02em;
    text-align: center !important;
    text-transform: uppercase !important;
}
.mec-search-form .mec-dropdown-wrap {
    margin: 0 auto !important;
    width: 68% !important;
    display: flex;
}
.mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
    display: block;
    width: 100% !important;
}
.mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
    width: 100% !important;
}
.mec-search-form .mec-dropdown-search {
    padding: 0 5px !important;
}
/*
.mec-dropdown-search:first-of-type::before {
    content: "PROGRAM TYPE";
    text-align: center;
    pointer-events: none;
    color: #6b6b6b;
    position: absolute;
    top: 3px;
    left: calc(50% - 64px);
}
*/
/* Calendar Page */
.page-template-default .cal_intro h2 {
    margin-bottom: 15px !important;
    font-size: 39px;
}
.cal_intro p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.1px;
    color: #000000;
}
.cal_intro p a {
    color: #9c2828;
}
/* Listing */
.event_info .elementor-widget-wrap.elementor-element-populated:last-child {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
.event_info .elementor-widget-wrap.elementor-element-populated:last-child :last-child {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.event_info .elementor-widget-wrap.elementor-element-populated:last-child :last-child {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.event_info .elementor-widget-wrap.elementor-element-populated:last-child .elementor-element-28f5522:last-child {
    margin-top: 12px !important;
}
.elementor-43541 .elementor-element.elementor-element-ef1fa8d .mec-event-title a {
    font-family: "Palatino", "Georgia", serif !important;
}
.elementor-43541 .elementor-element.elementor-element-3573e5f .mec-event-readmore {
    margin: 5px 0px;
    padding: 0px;
}
.elementor-43541 .elementor-element.elementor-element-9104e47 .mec-event-readmore {
    margin: 10px 0px;
    padding: 0px;
}
.elementor-43541 .elementor-element.elementor-element-3573e5f .mec-event-readmore, 
.elementor-43541 .elementor-element.elementor-element-9104e47 .mec-event-readmore {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: block;
}
.elementor-43541 .elementor-element.elementor-element-3573e5f .mec-event-readmore, 
.elementor-43541 .elementor-element.elementor-element-3573e5f .mec-booking-button {
    width: 162px;
}
.elementor-43541 .elementor-element.elementor-element-3573e5f .mec-event-readmore .mec-booking-button {
    position: relative;
}
.elementor-43541 .elementor-element.elementor-element-3573e5f .mec-event-readmore .mec-booking-button::before {
    content:"REGISTER NOW";
    text-align: center !important;
    color: #ffffff !important;
    position: absolute;
    left: 21px;
}
.elementor-43541 .elementor-element.elementor-element-9104e47 .mec-event-readmore, 
.elementor-43541 .elementor-element.elementor-element-9104e47 .mec-booking-button {
    width: 164px;
}
.elementor-43541 .elementor-element.elementor-element-9104e47 .mec-event-readmore .mec-booking-button::after {
    margin: 0 0 0 8px;
    padding: 4px;
    width: 22px;
    height: 22px;
    font-family: simple-line-icons;
    font-size: 13px;
    line-height: 22px;
    content: "\e606";
    color: #ffffff !important;
    border: 1px solid #ffffff;
    border-radius: 50%;
}
.mec-wrap :not(.elementor-widget-container) > p {
  font-size: 13px !important;
  line-height: 1.38 !important;
  font-weight: 500 !important;
}
.mec-weekday {
    width: auto !important;
}

.mec-wrap .mec-totalcal-box i.mec-sl-folder, 
.mec-wrap .mec-totalcal-box i.mec-sl-location-pin, 
.mec-wrap .mec-totalcal-box i.mec-sl-user {
    display: none;
}
.day_time .elementor-column {
    width: auto !important;
}
.day_time .mec-event-weekday::after {
    content: "at";
}

#content .wpb_text_column .row:last-child {
    margin-bottom: 40px !important;
}
.mec-load-more-button {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700 !important;
    background: #8f0202 !important;
    background-color: #8f0202 !important;
}

/* Desktop */
@media screen and (min-width:1024px) {
.desktop_only {
    display: block !important;
}
.mobile_only {
    display: none !important;
}
}
/* Mobile */
@media screen and (max-width:1340px) {
.single-program {
    padding: 30px !important;
}
}
@media screen and (max-width:1024px) {
.desktop_only {
    display: none !important;
}
.mobile_only {
    display: block !important;
}
.elementor-43541 .elementor-element.elementor-element-ef1fa8d .mec-event-title a {
    font-size: 36px !important;
}
.page-template-default .cal_intro h2 {
    font-size: 28px;
}
.cal_intro p {
    font-size: 15px;
    line-height: 1.4;
}
.mec-search-form.mec-totalcal-box .mec-text-input-search::before {
    font-size: 21px;
}
.upcoming_events h3 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 27px !important;
    font-weight: 700 !important;
}
.mec-search-form.mec-totalcal-box {
    margin: 0px 14% !important;
    padding: 15px 30px 20px 30px !important;
}
.mec-skin-custom-events-container::before {
    margin-top: 30px;
    margin-bottom: -20px;
    display: block;
    font-family: "Open Sans", sans-serif !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1px;
    content: "UPCOMING RETREATS";
    color: #943831;
    text-align: center;
}
.mec-wrap .mec-totalcal-box input[type="search"] {
    width: calc(100% - 40px) !important;
}
.mec-wrap .mec-totalcal-box i.mec-sl-magnifier {
    margin: 0px;
    width: 40px;
    height: 36px;
    background: transparent;
}
.mec-wrap .mec-totalcal-box i.mec-sl-magnifier::before {
    margin-top: -4px;
    padding: 0px 0px 0px 10px;
    font-size: 30px;
    line-height: 1;
}
.mec-wrap .mec-totalcal-box i.mec-sl-magnifier::after {
    display: none;
}
.mec-search-form .mec-text-input-search {
    margin-left: 5% !important;
    margin-right: 5% !important;
    padding: 0px !important;
    width: 90% !important;
}
.mec-search-form .mec-dropdown-wrap {
    margin-left: 5% !important;
    margin-right: calc(5% + 40px) !important;
    width: calc(90% - 40px) !important;
    flex-flow: row wrap;
}
.mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
    margin-bottom: 10px !important;
    padding: 0px !important;
    min-width: 100%;
}
.mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
    width: 100% !important;
    text-align: left !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
}
/*
.mec-wrap .mec-totalcal-box i {
    width: 33px !important;
    height: 32px !important;
    border: none !important;
    border-right: 1px solid #943831 !important;
}
*/
.elementor-43541 .elementor-element.elementor-element-006482b.event_info > .elementor-element-populated {
    border: none !important;
}
.elementor-43541 .elementor-element.elementor-element-9104e47 .mec-event-readmore .mec-booking-button::after {
    display: none;
}
.day_time .elementor-column {
    width: auto !important;
}
.elementor-43541 .elementor-element.elementor-element-9104e47 .mec-event-readmore {
    margin: 0px auto !important;
    width: auto !important;
    text-align: center !important;
}
.elementor-43541 .elementor-element.elementor-element-9104e47 .mec-event-readmore .mec-booking-button {
    padding: 12px 24px;
    width: auto;
    font-size: 20px;
    font-weight: 600;
    text-align: center !important;
    text-transform: uppercase !important;
    border-radius: 17px;
    letter-spacing: 0.3px;
}
.single-program {
    padding: 30px !important;
}
.single-program .rs-program-meta {
    margin: 10px 0px !important;
    width: 100% !important;
    float: none !important;
}
.single-program .entry-content {
    float: none !important;
}
.single-program .rs-program-title {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 35px !important;
    font-weight: 400 !important;
}
.single-program .rs-program-early-bird-discount {
    margin-left: auto;
    margin-right: auto;
    padding: 12px 24px;
    max-width: 294px;
    font-size: 17px;
    line-height: 1.47;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.rs-programs-single .rs-program-date {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.1px;
}
.rs-programs-single .site-wrapper .rs-program-teacher {
    margin-bottom: 15px !important;
    font-size: 17px;
    color: #831910;
    text-transform: none;
    letter-spacing: 0.1px;
}
.rs-program-content p, 
.rs-program-content ul, 
.rs-program-content ol {
    margin-bottom: 20px !important;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}
.rs-regsitration-wrap.scholarship {
  display: none !important;
}
.single-program .rs-meta-content-container.mobile_only {
    margin: 10px 0px !important;
    padding: 30px 20px !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    width: 100% !important;
    float: none !important;
    background: #f4f3ec !important;
    box-sizing: border-box;
}
.rs-meta-content-container p {
    margin-bottom: 20px !important;
}
.rs-program .register_now, 
.rs-registration-external a, 
.rs-register-link a, 
.rs-button, 
.rs-show-register-link a {
    margin-bottom: 0px;
    padding: 12px 24px;
    font-size: 20px;
    line-height: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.rs-program-meta .rs-email {
    margin: 25px 0px 15px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #831910;
}
.rs-program-meta .rs-email .fa {
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 27px;
    border: 1.5px solid #831910;
}
.rs-regsitration-wrap {
    margin-bottom: 10px !important;
}
.rs-scholarship {
    margin-left: 0px !important;
    font-size: 14px;
    text-align: center;
}
.rs-regsitration-scholarship .rs-scholarship a {
  margin-left: 0px;
}
.rs-regsitration-scholarship {
    text-align: center;
}
/* Teachers */
.rs-programs-single .teacher {
  display: block;
}
.page-template-default h2.teachers-title {
    margin: 25px auto 20px auto !important;
    width: 100%;
    max-width: 330px;
    font-size: 21px !important;
}
.rs-programs-single .teacher .rs-teacher-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 330px;
    height: 330px;
}
.rs-programs-single .site-wrapper .rs-teachers-content {
    margin-top: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 330px;
    font-size: 14px;
    line-height: 1.4;
    display: block;
}
.rs-programs-single .site-wrapper .rs-teachers-content a {
    margin: 22px auto 24px auto;
    font-size: 17px;
    text-align: center;
    display: block;
}
body .site-wrapper .rs-teachers-container div.teacher:last-of-type {
    margin-bottom: 20px !important;
}
.rs-regsitration-wrap.last .rs-registration-open.rs-register-link {
    text-align: center;
}
}

@media only screen and (max-width: 767px) {
.elementor-kit-37929 #page-wrap.container, 
.elementor-kit-37929 #content.sixteen.columns {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    float: none !important;
}
.elementor-kit-37929 #content.sixteen.columns .wpb_row {
    margin: 0px !important;
}
.vc_responsive.elementor-kit-37929 .standard-section .span_12 {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 340px;
}
.vc_responsive.elementor-kit-37929 .standard-section.events_wrap .span_12, 
.vc_responsive .page-section .standard-section.events_wrap .span_12 {
    max-width: 100% !important;
}
.vc_responsive .wpb_row.events_wrap .vc_col-sm-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.elementor-kit-37929 #page-wrap.container, 
.elementor-kit-37929 #content.sixteen.columns {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    float: none !important;
}
.elementor-kit-37929 #content.sixteen.columns .wpb_row {
    margin: 0px !important;
}
.vc_responsive.elementor-kit-37929 .standard-section .span_12 {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 460px;
}
.vc_responsive.elementor-kit-37929 .standard-section.events_wrap .span_12, 
.vc_responsive .page-section .standard-section.events_wrap .span_12 {
    max-width: 100% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.elementor-kit-37929 #page-wrap.container, 
.elementor-kit-37929 #content.sixteen.columns {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    float: none !important;
}
.elementor-kit-37929 #content.sixteen.columns .wpb_row {
    margin: 0px !important;
}
.vc_responsive.elementor-kit-37929 .standard-section .span_12 {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 768px;
}
.vc_responsive.elementor-kit-37929 .standard-section.events_wrap .span_12, 
.vc_responsive .page-section .standard-section.events_wrap .span_12 {
    max-width: 100% !important;
}
.vc_responsive .wpb_row.events_wrap .vc_col-sm-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
.elementor-kit-37929 #page-wrap.container, 
.elementor-kit-37929 #content.sixteen.columns {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    float: none !important;
}
.elementor-kit-37929 #content.sixteen.columns .wpb_row {
    margin: 0px !important;
}
.vc_responsive.elementor-kit-37929 .standard-section .span_12 {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 960px;
}
.vc_responsive.elementor-kit-37929 .standard-section.events_wrap .span_12, 
.vc_responsive .page-section .standard-section.events_wrap .span_12 {
    max-width: 100% !important;
}
.vc_responsive .wpb_row.events_wrap .vc_col-sm-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
@media only screen and (max-width: 480px) {
.single-program .rs-program-title {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    font-size: 30px !important;
}
.rs-programs-single .rs-program-date {
    font-size: 16px !important;
}
}

/* From NS 6/13/2024 */
.mec-organizer-thumbnail-tofit {
    margin: 0 25px !important;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    border: 2px solid #877935 !important;
    object-fit: cover;
}
.organizer_img .elementor-shortcode {
    margin: 0 22px !important;
    text-align: center;
}

/* From NS 8/7/2024 */
.search_wrap > *, 
.events_wrap > * {
    box-sizing: border-box;
}
.section.events_wrap {
    overflow: visible;
}
.page-section .standard-section.events_search .span_12, 
.page-section .standard-section.events_intro .span_12, 
.page-section .standard-section.events_wrap .span_12 {
    max-width: 1320px;
}
.page-section .standard-section.events_wrap.no_filters .span_12 {
    max-width: 1200px;
}
.events_search .search_container {
    margin: 20px !important;
    padding: 20px 45px 45px 45px !important;
    width: calc(100% - 40px) !important;
    background: rgb(154,41,34) !important;
    background: linear-gradient(90deg, rgba(169,49,49,1) 50%, rgba(157,41,39,1) 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}
/*
.events_wrap .sf-field-search {
    margin: 0px;
    padding:0;
    width: 250%;
    position: absolute;
    top: -175px;
    left: calc(50% + 70px);
}
.events_wrap .sf-field-search label, 
.events_wrap .sf-field-search input {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}
.events_wrap .sf-field-search input {
    padding: 2px 12px;
}
*/
.page-template-default .events_search .search_lead h3 {
    margin: 0 auto;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    display: block;
}
.page-template-default .events_wrap .events_lead h4 {
    margin: 0 auto;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #B0893C;
    display: block;
    position: relative;
    z-index:1;
    opacity: 0.75;
}
.page-template-default .events_wrap .events_lead h4 strong {
    padding: 5px 15px;
    background: #fdf9f3;;
    position: relative;
}
.page-template-default .events_wrap .events_lead h4::before {
    margin: 0px auto;
    padding: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #B0893C;
    position: absolute;
    top: 10.5px;
    display: block;
    z-index:0;
    opacity: 0.75;
}
.events_wrap .searchandfilter ul, 
.events_wrap .searchandfilter ul li {
    margin: 0px;
    padding: 0px;
}
.events_wrap .searchandfilter ul li.sf-field-taxonomy-mec_category, 
.events_wrap .searchandfilter ul li.sf-field-taxonomy-mec_organizer, 
.events_wrap .searchandfilter ul li.sf-field-taxonomy-mec_location, 
.events_wrap .searchandfilter ul li.sf-field-taxonomy-mec_label, 
.events_wrap .searchandfilter ul li.sf-field-post-meta-mec_start_date {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e7eb;
}
/*
.events_wrap .searchandfilter ul li.sf-field-taxonomy-mec_category {
    padding-top: 5px;
    border-top: 1px solid #e5e7eb;
}
*/
.events_wrap .searchandfilter ul {
    height: auto;
    overflow: hidden;
    transition: all 1s ease-out;
}
.events_wrap .searchandfilter ul.collapsed {
    height:0px;
    transition: all 1s ease-out;
}
.events_wrap .searchandfilter ul ul {
    margin-bottom: 10px !important;
}
.events_wrap .searchandfilter ul ul.collapsed {
    margin-bottom: 0px !important;
}
.events_wrap .searchandfilter ul li ul li {
    padding: 1px 0px;
}
.events_wrap .searchandfilter ul li.sf-field-taxonomy-mec_category ul li {
    padding: 3px 0px;
}
#page-wrap .events_wrap li::before {
    display: none;
}
.searchandfilter h4 {
    margin: 0px;
    padding: 10px 0px;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    display: block;
    position: relative;
}
.searchandfilter h4::after {
    font-family: simple-line-icons;
    font-size: 14px;
    content: "\e607";
    position: absolute;
    right: 0px;
}
.searchandfilter h4.collapsed::after {
    content:"\e604";    
}
.events_wrap .searchandfilter ul li.sf-field-taxonomy-mec_category {
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.searchandfilter label {
    font-size: 15px;
}
.searchandfilter .sf-field-taxonomy-mec_category label {
    font-size: 15px;
    letter-spacing:0.05em;
}
.searchandfilter ul.sf_date_field {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.searchandfilter ul.sf_date_field li {
    width: calc(50% - 5px);
}
.searchandfilter ul.sf_date_field li label, 
.searchandfilter ul.sf_date_field li input {
    width: 100%;
}
.searchandfilter ul.sf_date_field li input[type="text"] {
    padding: 2px 10px;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    box-sizing: border-box;
}
/* Date Picker */
.ll-skin-melon .ui-widget {
    padding: 10px;
    background: #ffffff;
    box-sizing: border-box;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next, 
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover, 
.ll-skin-melon .ui-datepicker .ui-datepicker-prev, 
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
    top: 4px;
}
.ui-datepicker.ui-widget .ui-state-disabled .ui-state-default, 
.ll-skin-melon .ui-datepicker th {
    color: #6c6c6c;
}
.ui-datepicker.ui-widget td a, 
.ll-skin-melon .ui-datepicker .ui-datepicker-title {
    color: #000000;
}
.ui-datepicker.ui-widget .ui-datepicker-next, 
.ui-datepicker.ui-widget .ui-datepicker-prev {
    color: #000000;
    background: #ffffff;
}
.ui-datepicker.ui-widget td a.ui-state-active {
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;;
}
.ui-datepicker.ui-widget td a:hover, 
.ui-datepicker.ui-widget td a:focus {
    color: #ffffff;
    background: #000000;
}
/* Active Filters */
.search-filter-results .active-filters {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.search-filter-results .active-filters li.active-filters-item {
    margin: 4px;
    padding: 4px 8px;
    border: 1px solid #000;
    border-radius: 20px;
}
.search-filter-results .active-filters li.clear-filters {
    margin-left: 10px;
}
.search-filter-results .active-filters a {
    color: #000000;
}
/* Results */
.events_item {
    margin: 24px 0px;
    padding: 2.5rem;
    background: #ffffff;
    border: 1px solid rgb(234,228,221);
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
}
.events_item .event_intro, 
.events_item .event_content {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.events_item .event_content {
    display: block;
}
.events_item .event_intro {
    margin-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.events_item .event_icon {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    overflow: hidden;
}
.events_item .event_meta {
    margin: 0px;
    padding: 0px;
    width: calc(100% - 65px);
    display: block;
}
.events_item .em_info {
    margin: 0px 0px 9px 0px !important;
    padding:0;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height:1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
}
.events_item .em_info .em_type {
    font-weight: 700;
}
.events_item .em_date {
    margin: 9px 0px 2px 0px !important;
    padding:0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height:1;
    color: #000000;
    display: block;
}
#search-filter-results-44364 .events_item .em_date {
    margin: 0px 0px 4px 0px !important;
}
#search-filter-results-44364 .events_item .em_date .sep {
    padding: 0px 2px;
    font-size: 90%;
    position: relative;
    top: -1px;
}
.page-template-default h2.event_title {
    margin: 6px 0px;
    padding:0px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.167;
    letter-spacing: 0;
    color: #691851;
}
.page-template-default h2.event_title a {
    color: #691851;
}
.events_item .event_summary {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.67;
    letter-spacing: 0.02em;
}
.teachers_more {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.teachers_more .teachers_list {
    margin:0;
    padding: 0px;
    width: calc(100% - 176px);
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.teachers_more .teachers_list .teachers_img {
    margin: 0px 10px 10px 10px;
    padding: 0px;
    width: 100% !important;
    max-width: 80px !important;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.mec-organizer-thumbnail-multi {
    margin: 0px auto 10px auto !important;
    width: 74px !important;
    height: 92px !important;
    border-radius: 0.375rem !important;
    border: 1px solid #e5e7eb !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.teacher_name {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
    display: inline-block;
}
.learn_more {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.more_btn {
    margin: 0;
    padding: 11px 12px 12px 12px;
    width: 166px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #831910;
    border-radius: 50px;
    box-sizing: border-box;
    display: block;
}
.more_btn:hover, 
.more_btn:focus {
    color: #ffffff;
    background-color: #62130c;
}
.no_results {
    margin: 30px 0px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.4;
    background: #FCF1D6;
    border: 1px solid #b18a34;
    border-radius: 0.25rem;
}
/* Events Thumb */
.events_wrap .events_item .event_thumb {
    margin-bottom: 20px;
}
/* Events Icons */
.events_wrap .events_item .event_icon span, 
.events_wrap .events_item .event_icon img {
    opacity: 0;
    font-size: 50%;
}
.events_wrap .events_item .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-red.png');
    background-size: 43px;
    background-position: center 5px;
    background-repeat: no-repeat;
}
.events_wrap .events_item.open-to-all .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-purple.png');
}
.events_wrap .events_item.introductions-to-buddhism .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-gold.png');
}
.events_wrap .events_item.restricted-retreats .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-grey.png');
}
.events_wrap .events_item.dharma-talks .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-teal.png');
}
.events_wrap .events_item.daylong-retreats .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-green.png');
}
.events_wrap .events_item.lama-live .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-navy.png');
}
.events_wrap .events_item.tara-mandala-network .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-red.png');
}
/* Events Color Coding */
.events_item .event_icon {
    border: 2px solid #961620;
}
.events_item .em_info {
    color: #961620;
}
.events_wrap .searchandfilter ul ul li.sf-item-850, 
.events_wrap .events_item.open-to-all .em_info {
    color: #691851;
}
.events_wrap .events_item.open-to-all .event_icon {
    border-color: #691851;
}
.events_wrap .searchandfilter ul ul li.sf-item-851, 
.events_wrap .events_item.introductions-to-buddhism .em_info {
    color: #b18a34;
}
.events_wrap .events_item.introductions-to-buddhism .event_icon {
    border-color: #b18a34;
}
.events_wrap .searchandfilter ul ul li.sf-item-760, 
.events_wrap .events_item.restricted-retreats .em_info {
    color: #6c6c6c;
}
.events_wrap .events_item.restricted-retreats .event_icon {
    border-color: #6c6c6c;
}
.events_wrap .searchandfilter ul ul li.sf-item-852, 
.events_wrap .events_item.dharma-talks .em_info {
    color: #0c6568;
}
.events_wrap .events_item.dharma-talks .event_icon {
    border-color: #0c6568;
}
.events_wrap .searchandfilter ul ul li.sf-item-853, 
.events_wrap .events_item.daylong-retreats .em_info {
    color: #7bad36; 
}
.events_wrap .events_item.daylong-retreats .event_icon {
    border-color: #7bad36;
}
.events_wrap .searchandfilter ul ul li.sf-item-854, 
.events_wrap .events_item.lama-live .em_info {
    color: #0e1131;
}
.events_wrap .events_item.lama-live .event_icon {
    border-color: #0e1131;
}
.events_wrap .searchandfilter ul ul li.sf-item-855, 
.events_wrap .events_item.tara-mandala-network .em_info {
    color: #961620;
}
.events_wrap .events_item.tara-mandala-network .event_icon {
    border-color: #961620;
}
.button.show_filters {
    margin: 0px auto 20px auto !important;
    padding: 12px 20px 12px 20px;
    width: calc(100% - 40px) !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    color: #000000 !important;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #000000 !important;
    display: block;
    cursor: pointer;
}
.button.show_filters:hover, 
.button.show_filters:focus {
    color: #ffffff !important;
    background: #000000 !important;
    border: 1px solid #000000 !important;
}
.button.medium i {
  margin: -1px 8px 0 0px;
  font-size: 14px;
  font-weight: 400 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1379px) {
.searchandfilter label {
    font-size: 14px;
}
.searchandfilter .sf-field-taxonomy-mec_category label {
    font-size: 14px;
    letter-spacing: 0.04em;
}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
.vc_responsive .page-section .standard-section.events_search .span_12, 
.vc_responsive .page-section .standard-section.events_intro .span_12, 
.vc_responsive .page-section .standard-section.events_wrap .span_12, 
.page-section .standard-section.events_wrap.no_filters .span_12 {
    max-width: 100% !important;
}
.page-template-default .events_search .search_lead h3 {
    font-size: 30px;
}
.page-template-default .events_wrap .events_lead h4 {
    font-size: 17px;
}
.searchandfilter label {
    font-size: 13px;
}
.searchandfilter .sf-field-taxonomy-mec_category label {
    font-size: 13px;
    letter-spacing: 0.03em;
}
}
@media only screen and (max-width: 959px) {
.events_item .event_meta, 
.teachers_more .teachers_list, 
.teachers_more .learn_more {
    width: 100%;
}
.events_item .event_meta {
    margin-top: 10px !important;
}
.more_btn {
    margin-top: 20px !important;
}
.events_item .em_info, 
.events_item .em_date {
    line-height: 1.2;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.vc_responsive .page-section .standard-section.events_search .span_12, 
.vc_responsive .page-section .standard-section.events_intro .span_12, 
.vc_responsive .page-section .standard-section.events_wrap .span_12, 
.page-section .standard-section.events_wrap.no_filters .span_12 {
    max-width: 100% !important;
}
.more_btn {
    width: 200px;
}
/*
.events_wrap .sf-field-search {
    left: 54px;
}
*/
.page-template-default .events_search .search_lead h3 {
    font-size: 28px;
}
.page-template-default .events_wrap .events_lead h4 {
    font-size: 17px;
}
.searchandfilter label {
    font-size: 12px;
}
.searchandfilter .sf-field-taxonomy-mec_category label {
    font-size: 12px;
    letter-spacing: 0.02em;
}
.vc_col-sm-9 {
    width: 66.67% !important;
}
.vc_col-sm-3 {
    width: 33.33% !important;
}
.searchandfilter li[data-sf-field-input-type="checkbox"] label, 
.searchandfilter li[data-sf-field-input-type="radio"] label, 
.searchandfilter li[data-sf-field-input-type="range-checkbox"] label, 
.searchandfilter li[data-sf-field-input-type="range-radio"] label {
    padding-left: 5px !important;
}
}
@media only screen and (min-width: 768px) {
.show_filters {
    display: none !important;
}
}
@media screen and (max-width:767px) {
.rs-programs-single #fullimagecenter h1 {
    font-size: 32px;
}
.section.events_wrap {
    padding-top: 30px !important;
}
.events_search .search_container {
    margin: 0px 20px 20px 20px !important;
    width: calc(100% - 40px) !important;
}
.show_filters {
    display: block !important;
}
#search-filter-form-44337 {
    height: 1px;
    overflow: hidden;
    transition: all 1s ease-out;
}
#search-filter-form-44337.open {
    height: auto;
    transition: all 1s ease-out;
}
.events_item {
    margin: 0px 0px 24px 0px;
}
.search-filter-results .active-filters {
    margin-bottom: 20px;
}
}
@media screen and (min-width:480px) and (max-width:767px) {
.vc_responsive .page-section .standard-section.events_search .span_12, 
.vc_responsive .page-section .standard-section.events_intro .span_12, 
.vc_responsive .page-section .standard-section.events_wrap .span_12, 
.vc_responsive .page-section .standard-section.events_wrap.no_filters .span_12 {
    max-width: 100% !important;
}
/*
.events_wrap .sf-field-search {
    width: 80%;
    top: -150px;
    left: 8%;
    right: 12%;
}
*/
.page-template-default .events_search .search_lead h3 {
    font-size: 26px;
}
.page-template-default .events_wrap .events_lead h4 {
    font-size: 16px;
}
}
@media screen and (max-width:479px) {
.rs-programs-single #fullimagecenter h1 {
  padding: 36px 0px 32px 0px;
}
.vc_responsive .page-section .standard-section.events_search .span_12, 
.vc_responsive .page-section .standard-section.events_intro .span_12, 
.vc_responsive .page-section .standard-section.events_wrap .span_12, 
.vc_responsive .page-section .standard-section.events_wrap.no_filters .span_12 {
    max-width: 100% !important;
}
/*
.events_wrap .sf-field-search {
    width: 70%;
    top: -130px;
    left: 12%;
    right: 15%;
}
*/
.page-template-default .events_search .search_lead h3 {
    font-size: 24px;
}
.page-template-default .events_wrap .events_lead h4 {
    font-size: 16px;
}
}
/* NS Feedback 12/11/24 */
.rs-program-meta-content .rs-scholarship {
    margin: 20px 0px !important;
    display: block;
}
.fa-envelope-o::before {
font-style: normal !important;
}
@media screen and (max-width:767px) {
.rs-program-meta .rs-email, .rs-program-meta .rs-registration-open.rs-register-link, 
.rs-program-meta-content .mobile_only .rs-scholarship {
    text-align: left !important;
}
}


/* 2025 UPDATES */
.sf-field-search input[type="text"] {
    padding: 2px 12px !important;
    width: calc(100% - 27px);
    display: block;
}
.events_wrap .searchandfilter ul li.sf-field-search {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}
.searchandfilter .sf-field-search label {
    width: 100%;
}
/* Retreats */
.searchandfilter label {
    font-size: 13.5px;
}
.searchandfilter .sf-field-taxonomy-mec_category label {
    font-size: 13.5px;
    letter-spacing: 0;
}
.events_wrap .searchandfilter ul ul li.sf-item-857, 
.events_wrap .events_item.retreats .em_info {
    color: #91473a; 
}
.events_wrap .events_item.retreats .event_icon {
    border-color: #91473a;
}
/* Self Paced Courses */
.events_wrap .searchandfilter ul ul li.sf-item-873, 
.events_wrap .events_item.self-paced .em_info {
    color: #598968; 
}
.events_wrap .events_item.self-paced .event_icon {
    border-color: #598968;
}
/* Extended Studies & Long Term Paths */
.events_wrap .searchandfilter ul ul li.sf-item-855, 
.events_wrap .events_item.extended .em_info {
    color: #5d629b; 
}
.events_wrap .events_item.extended .event_icon {
    border-color: #5d629b;
}
/* Certification Programs */
.events_wrap .searchandfilter ul ul li.sf-item-854, 
.events_wrap .events_item.certifications .em_info {
    color: #8ba3b8; 
}
.events_wrap .events_item.certifications .event_icon {
    border-color: #8ba3b8;
}
/* Dharma Talks & Daylong Retreats */
.events_wrap .searchandfilter ul ul li.sf-item-853, 
.events_wrap .events_item.dharma-talks-retreats .em_info {
    color: #c47c42; 
}
.events_wrap .events_item.dharma-talks-retreats .event_icon {
    border-color: #c47c42;
}
/* Daily Practice on the Digital Dharma Hub */
.events_wrap .searchandfilter ul ul li.sf-item-852, 
.events_wrap .events_item.daily-practice .em_info {
    color: #860074; 
}
.events_wrap .events_item.daily-practice .event_icon {
    border-color: #860074;
}
.events_wrap .events_item .event_icon, 
.events_wrap .events_item.retreats .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-91473a.png');
}
.events_wrap .events_item.self-paced .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-598968.png');
}
.events_wrap .events_item.extended .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-5d629b.png');
}
.events_wrap .events_item.certifications .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-8ba3b8.png');
}
.events_wrap .events_item.dharma-talks-retreats .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-c47c42.png');
}
.events_wrap .events_item.daily-practice .event_icon {
    background-image: url('/wp-content/uploads/tm-logo-860074.png');
}
.searchandfilter ul.sf_date_field li input[type="text"] {
  padding: 4px 12px;
  color: #ffffff;
  background: #1e3b6f;
  border-color: #1e3b6f;
  border-radius: 50px;
}
.searchandfilter input::placeholder {
    color: #ffffff;
    opacitY: 1;
}
.events_item .event_summary {
    font-size: 17px !important;
    line-height: 1.6 !important;
    letter-spacing: 0 !important;
}
.event_summary .learn_more .more_btn {
    max-width: 175px;
}
.events_item .event_content {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.teachers_more .teachers_list {
    width: 100%;
}

@media screen and (min-width: 768px) {
.page-template-default h2.event_title {
    padding-right: 35px;
}
.event_content_wrap .event_summary {
    padding-right: 55px;
}
.event_content_wrap {
    width: 72%;
}
.teachers_more {
    width: 28%;
}
.page-id-29015 .vc_col-sm-3 {
    width: 30%;
}
.page-id-29015 .vc_col-sm-9 {
    width: 70%;
}
}
@media screen and (max-width: 767px) {
.event_content_wrap, 
.teachers_more, 
.page-id-29015 .vc_col-sm-3, 
.page-id-29015 .vc_col-sm-9 {
    width: 100%;
}
.teachers_more {
    padding-top: 20px;
}
}

/* NSD Updates 2-27-25 */
.rs-program-registration-wrap {
    margin: 0px 0px 10px 0px !important;
    padding: 0px;
    width: 56%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.rs-program-registration-wrap .rs-program-label {
    display: none;
}
.rs-meta-content-container .rs-program-registration-wrap p {
    margin-bottom: 0px !important;
}
.rs-meta-content-container .rs-program-registration-wrap {
    max-width: 100%;
}
a.register_program {
  margin: 10px 20px 0px 0px;
  padding: 10px 30px 11px 30px;
  width: auto;
  font-size: 15px;
  line-height:1.3;
  font-weight: 700 !important;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  background: #831910;
  border: 1px solid #831910 !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: block;
}
a.register_program.onland, 
a.register_program.primary {
    color: #ffffff !important;
    background: #831910;
    border: 1px solid #831910 !important;
}
a.register_program:hover, 
a.register_program:focus, 
a.register_program.onland:hover, 
a.register_program.onland:focus, 
a.register_program.primary:hover, 
a.register_program.primary:focus {
    color: #ffffff !important;
    background: #5a0f0a !important;
    border: 1px solid #5a0f0a !important;
}
a.register_program.online, 
a.register_program.secondary {
    color: #ffffff !important;
    background: #8a6300 !important;
    border: 1px solid #8a6300 !important;
}
a.register_program.online:hover, 
a.register_program.online:focus, 
a.register_program.secondary:hover, 
a.register_program.secondary:focus {
    color: #ffffff !important;
    background: #5c4200 !important;
    border: 1px solid #5c4200 !important;
}
a.register_program.tertiary {
    color: #ffffff !important;
    background: #6A0050 !important;
    border: 1px solid #6A0050 !important;
}
a.register_program.tertiary:hover, 
a.register_program.tertiary:focus {
    color: #ffffff !important;
    background: #460034 !important;
    border: 1px solid #460034 !important;
}
.rs-meta-content-container .rs-program-registration-wrap {
    margin-bottom: 0px !important;
    width:100%;
}
.rs-meta-content-container .rs-program-registration-wrap .program-custom {
    flex: 0 1 100%;
}
.rs-meta-content-container .rs-program-registration-wrap .program-custom a.register_program {
    margin-top: 15px;
    margin-right: 0px;
    display: block;
}
@media screen and (min-width: 1024px) {
.rs-meta-content-container .rs-program-registration-wrap.desktop_only {
    display: flex !important;
}
}

@media screen and (max-width: 1024px) {
.rs-program-registration-wrap {
    width: 100%;
}
}