<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dropdown-menu .menu-item{
    position: relative;
}
.menu-item:hover&gt;.dropdown-menu{
    display: block;
}
.menu-item:hover&gt;.dropdown-menu .menu-item:hover&gt;.dropdown-menu {
    top:0;
    left: 100%;
    margin-top: -10px;
	
}
.dropdown-menu .menu-item {
	padding-left: 0;
	width: 100%;
}
.category-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 70px;
    height: 450px;
}
.filters ul li {
    background: none;
}
.category-inner {
    background-color: #ffffff;
    padding: 70px 50px;
    text-align: center;
}
.category-inner .title {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 13px;
    font-family: ProximaNova;
}
.category-inner .description p {
    font-family: Didot;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.3em;
    color: #666666;
}
html body .sidebar-widgets {
    letter-spacing: initial;
}
/** Widgets */
.sidebar-widgets {
    padding-bottom: 35px;
}
.sidebar-widgets h2, .sidebar-widgets .footer-socials span {
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    display: block;
    font-family: Didot;
}
.sidebar-widgets ul {
    padding-left: 0;
    list-style-type: none;
}
.sidebar-widgets li {
    padding-bottom: 20px;
}
.sidebar-widgets li:last-of-type {
    padding-bottom: 0;
}
.sidebar-widgets .socials {
    padding-left: 0;
    font-size: 9px;
    text-align: justify;
}
.sidebar-widgets .socials li{
    padding-left:5px;
    padding-right: 5px;
}
.sidebar-widgets .socials li:first-of-type {
    padding-left:0;
}
.sidebar-widgets .socials li:last-of-type {
    padding-right: 0;
}
.widget-teaser-wrapper {
    padding: 20px;
    background-size: cover;
    -webkit-background-size: cover;
}
.teaser-inner {
    background: #ffffff;
    text-align: center;
    padding: 15px 6px;
}
.teaser-inner .title {
    font-size: 21px;
    font-family: Didot;
    font-weight: bold;
}

.sidebar-widgets .cat-item {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5em;
    padding-bottom: 10px;
}
.sidebar-widgets .about-author-widget {
    text-align: justify;
}

.blog-listing, .single-post {
    margin-top: 50px;
}
.blog-post-wrapper {
    margin-bottom: 20px;
}
.blog-listing .posts img, .single-post img {
    width: 100%;
}
.blog-post-teaser {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 35px;
}
.col-md-6 .blog-post-teaser, .col-md-12.blog-post-wrapper .blog-post-teaser{
    border-top: 1px solid #cccccc;
}
.blog-post-teaser {
    /*font-family: ProximaNova;*/
}
.blog-listing .posts .title a {
    font-size: 25px;
    font-family: Didot;
    font-weight: bold;
    color: #666666;
}
.single-post .blog-post-teaser {
    margin-bottom: 25px;
}
.post-terms {
    padding-left: 30px;
    padding-right: 30px;
}
.term-cloud {
    padding-left: 0;
    list-style-type: none;
}
.term-cloud li {
    border: 1px solid #cccccc;
    padding: 5px 15px;
    display: inline-block;
    font-size: 10px;
}
.single-post-socials, .previous-post {
    padding: 20px 30px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 20px;
    margin-bottom: 30px;
}
.single-post-socials .title {
    text-transform: uppercase;
}
.share-button {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 6px;
}
.share-button i {
    font-size: 20px;
    color: #666666;
}
.share-button.share-facebook {
    background-color: #666666;
    padding-bottom: 0;
    padding-top: 3px;
}
.share-button.share-facebook i {
    color: #ffffff;
    font-size: 18px;
}
.sharing-buttons {
    text-align: right;
}
.author-img img, .comment-author-avatar img{
    width: auto;
    padding-left:30px;
    padding-right:30px;
}
.about-author .title {
    font-family: Didot;
    font-size: 20px;
    padding-bottom: 15px;
}
.about-author .author-description {
    line-height: 1.2em;
    font-size: 14px;
    letter-spacing: initial;
}
.comment-form-comment label {
    font-size: 18px;
    font-family: Didot;
    font-weight: bold;
}
.form-submit input[type="submit"]{
    background: none;
    outline: none;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    font-family: ProximaNova-Light;
    font-weight: bold;
    letter-spacing: 1px;
}
.previous-post .title {
    text-transform: uppercase;
}
.previous-post-title {
    font-family: Didot;
}
.comments-form {
    /*padding-left: 30px;*/
}
.comments-form input[type="text"] {
    border-radius:0;
    border:0;
    outline: none;
    border-bottom: 1px solid #cccccc;
    max-width: 300px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 20px;
}
.comment-content {
    padding-top: 15px;
    padding-bottom: 15px;
    clear: both;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
.post-comments {
    font-family: Didot;
    font-size: 20px;
    margin-bottom: 20px;
    /*padding-left: 30px;*/
    padding-right: 30px;
    float: left;
    width: 100%;
}
.blog-post-teaser blockquote {
    margin-top: 20px;
}

.page-body.recipe .comments-wrapper, .page-body.remedy .comments-wrapper {
    margin-top: 100px;
}
.sidebar-widgets .searchform label {
    display: none;
}
.sidebar-widgets #searchform input {
    width: 100%;
    padding: 6px 4px;
    font-size: 15px;
}
.sidebar-widgets #searchform button {
    position: absolute;
    right:15px;
    top: 10px;
    font-size: 15px;
}
.grid-item .inner-wrapper{
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    padding: 10px;
}
.grid-item .inner-wrapper.add-border {
    border: 1px solid #aaaaaa;
}
.grid-item .inner-wrapper .title {
    font-family: Didot;
    font-size: 24px;
}
.grid-item {
    margin-bottom: 30px;
}
.grid-item img {
    width: 100%;
}
.grid-item .inner-wrapper .description {
    font-size: 15.5px;
    margin-bottom: 15px;
}
.filters .col-md-12 .row div{
    font-family: Didot;
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline;
}
.filters .col-md-12 {
    padding-bottom: 20px;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 25px;
}
.filters .col-md-12 ul {
    display: inline-block;
}
.filters .col-md-12 li{
    list-style-type: none;
    display: inline-block;
    padding-left: 15px;
}
.filters .col-md-12 li input {
    margin-right: 8px;
    vertical-align: middle;
}
.filters .col-md-12 label {
    font-family: ProximaNova;
    font-size: 13px;
    text-transform: uppercase;
}
.grid-item .inner-wrapper a {
    background: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #26615c;
    padding: 0;
    font-weight: bold;
    margin-bottom: 25px;
}
/** Package */
.package-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    text-align: center;
    padding-top: 35px;
}
.package-wrapper .top-section {
    background-color: #ffffff;
    padding-top: 40px;
    padding: 25px;
    max-width: 80%;
    margin: auto auto 35px;
}
.package-wrapper .top-section .period {
    font-family: Didot;
    font-size: 87px;
    line-height: 1.2em;
}
.package-wrapper .top-section .period-name {
    font-size: 14.5px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.package-wrapper .top-section .title {
    text-transform: uppercase;;
    font-family: ProximaNova;
    font-size: 18px;
    padding-bottom: 15px;
}

.package-wrapper .top-section .btn {
    border-radius: 0;
}
.package-wrapper .bottom-section {
    padding-top: 35px;
    color: #ffffff;
    padding-bottom: 35px;
    opacity: 0.9;
}
.package-wrapper .bottom-section .description {
    line-height: 1.2em;
    font-family: ProximaNova-Light;
}
.package-wrapper .package-background {
    height: 10%;
    width: 100%;
    position: absolute;
}
.one-to-one-intro-wrapper .description p {
    font-family: ProximaNova;
    font-size: 16px;
}
.grid-author {
    float: right;
    font-family: ProximaNova-Light;
}
.short-course-wrapper .number {
    font-size: 31px;
    font-family: Didot;
    border: 1px solid #666666;
    border-radius: 125%;
    padding: 4px 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.theme-socials b {
    font-family: Didot;
    font-weight: bold;
    font-size: 18px;
}
.theme-socials .a {
    font-family: ProximaNova;
    font-size: 9px;
    color: #4c4c4c;
}
html body .formcraft-css .fc-form.fc-form-3.label-floating .form-element .field-cover &gt; span,
html body .formcraft-css .fc-form.fc-form-2.label-floating .form-element .field-cover &gt; span {
    color: #666666;
}
.button-wrapper {
    text-align: center;
}
.blog-link {
    font-family: ProximaNova;
    font-size: 13px;
    padding: 6px 20px;
    border: 1px solid #666666;
    margin: 40px auto 0;
    text-transform: uppercase;
    display: inline-block;
}
.blog-link:hover {
    text-decoration: none;
}
.ttshowcase_slider .ttshowcase_rl_quote p:after {
    content: ' ';
    background-repeat: no-repeat;
    background-image: url(../img/left-quote.png);
    width: 31px;
    height: 25px;
}
#rev_slider_1_1_wrapper a {
    color: #ffffff;
}
#rev_slider_1_1_wrapper a:hover {
    text-decoration: none;
}
#rev_slider_1_1_wrapper .tp-caption.tp-resizeme {
    letter-spacing: 5px;
}
.global-wrapper .nav-links {
    text-align: right;
}
.global-wrapper .pagination-row, .global-wrapper .pagination-row li {
    background: none;
}
.navbar.navbar-default {
	float: left;
	width: 100%;
}
.grid-item .inner-wrapper:hover {
    background-color: #fee5dc;
}
.category-page {
    background-image: url(../img/workshops-banner.jpg);
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
html body .formcraft-css .form-element .form-element-html input[type="password"]:focus,
html body .formcraft-css .form-element .form-element-html input[type="email"]:focus,
html body .formcraft-css .form-element .form-element-html input[type="tel"]:focus,
html body .formcraft-css .form-element .form-element-html input[type="text"]:focus,
html body .formcraft-css .form-element .form-element-html textarea:focus,
html body .formcraft-css .form-element .form-element-html select:focus {
    border-color: #666666 !important;

}
.workshops-list-preface {
    font-family: ProximaNova;
    letter-spacing: 1px;
}
.workshops-list-preface .form-group {
    margin-bottom: 0;
}
.workshops-label {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}
.workshops-list-preface .form-control {
    background: #e8e7e4;
    border: none;
    outline: none;
    box-shadow: none;
    text-transform: uppercase;
    font-family: ProximaNova;
    font-size: 15px;
    max-width: 200px;
    float:right;
}
.workshops-list-preface .filter-wrapper {
    border-left: 1px solid #666666;
    float: right;
    padding: 20px 25px 20px 35px;
}
.workshops-list-preface select::-ms-expand {	display: none; }
.workshops-list-preface select{
    -webkit-appearance: none;
    appearance: none;
}
.twb_wrapper {
    padding-left: 15px !important;
}
.twb_wrapper .col-md-3 {
    padding-left: 0;
}
.twb_wrapper .col-md-3 input:focus, .twb_wrapper_footer input:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #666666;
}
.twb_wrapper .col-md-3 input, .twb_wrapper_footer input {
    background: none;
    border-top:0;
    border-left:0;
    border-right: 0;
    outline: none;
    border-bottom: 1px solid #666666;
    color: #777;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
}
.twb_wrapper .col-md-3 button, .twb_wrapper_footer button {
    border-radius: 0;
    font-family: ProximaNova;
    letter-spacing: 2px;
}
.twb_wrapper_footer input {
    margin-top: 15px;
}
.twb_wrapper_footer button {
    padding: 5px 15px;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 2px;
    border: 1px solid #7A756F;
}
.custom-video-left iframe {
	position:absolute;
	padding: 8px 30px 8px 0;
	top: 0;
}
.custom-video-right iframe {
	position:absolute;
	padding: 8px 15px 0 0;
	top: 0;
	left:7px;
}
@-moz-document url-prefix(){
    .workshops-list-preface select { width: 110%; background-position: right 30px center !important; border: none !important;}
}
@media (max-width: 1024px) {
    .twb_wrapper .col-md-3 button {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .satisfaction-wrapper div {
        padding-left: 0;
        padding-right: 0;
    }
    .short-course-wrapper .meta-wrapper {
        width: 100%;
        left: 0;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
	
	.custom-video-left iframe, .custom-video-right iframe {
		position:static;
		padding: 0;
		height: 400px;
	}
    .short-course-wrapper .column{
        padding-left: 0;
        padding-right: 0;
    }
    .share-social-icons {
        text-align: center;
    }
    .post-comments, .comments-form {
        padding-left: 0;
        padding-right: 0;
    }

/*
    .vc_col-has-fill .standard-padding,
    html body div .vc_column-gap-30 .standard-padding &gt; div,
    html body div .vc_column-gap-20 .standard-padding &gt; div,
    .vc_row-has-fill .standard-padding &gt; div{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .remedy .standard-padding .wpb_wrapper &gt; div, .recipe .standard-padding .wpb_wrapper &gt; div,
    html body .vc_row-has-fill .container .standard-padding &gt; div,
    html body .vc_col-has-fill.styled-list .standard-padding &gt; div {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .standard-padding .wpb_text_column, .remedy .standard-padding, .recipe .standard-padding,
    .remedy .standard-padding div.wpb_single_image .vc_single_image-wrapper,
    .recipe .standard-padding div.wpb_single_image .vc_single_image-wrapper,
    .remedy .standard-padding div.wpb_single_image,
    .recipe .standard-padding div.wpb_single_image,
    html body div .standard-padding &gt; div.wpb_single_image{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    html body div .standard-padding &gt; div {
        margin: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .wpb_column .wpb_text_column {
        padding-left: 15px;
        padding-right: 15px;
    }
*/



    html body div .standard-padding,
    html body div.vc_row-no-padding .standard-padding p,
    html body div.vc_row-no-padding .vc_custom_heading,
    html body div.vc_row-no-padding .standard-padding ul,
    html body div.vc_row-no-padding .standard-padding ol,
    html body div.vc_row-no-padding .standard-padding .satisfaction-wrapper,
    html body div.vc_row-no-padding .styled-list.vc_col-has-fill,
    html body .vc_row.vc_column-gap-30 p,
    html body .vc_row.vc_column-gap-30 .vc_custom_heading,
    html body .vc_row.vc_column-gap-30 ul,
    html body .vc_row.vc_column-gap-30 ol,
    html body .remedy div.wpb_column.vc_col-has-fill .standard-padding,
    html body .recipe div.wpb_column.vc_col-has-fill .standard-padding {
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    html body .vc_row .vc_col-has-fill .standard-padding

    {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    html body div.vc_row-no-padding .standard-padding, .ttshowcase_rl_quote,
    html body div.vc_row-no-padding .vc_col-has-fill .standard-padding p,
    html body div.vc_row-no-padding .vc_col-has-fill .standard-padding .vc_custom_heading,
    html body div.vc_row-no-padding .vc_col-has-fill .standard-padding ul,
    html body div.vc_row-no-padding .vc_col-has-fill .standard-padding ol,
    html body div.vc_row-no-padding .vc_col-has-fill .standard-padding,
    html body .standard-padding .quote {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .pagination-row {
        margin-left: 0;
        margin-right: 0;
    }
    html body .vc_row.vc_column-gap-35 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .ttshowcase_slider .author {
        padding-left: 0;
    }
    .right-quote, .left-quote {
        display: none;
    }
    .formcraft-wrapper.style-2 img {
        width: 100%;
        height: auto;
    }

    html body .no-mobile-margin-top {
        margin-top: 0 !important;
    }
    .single-post {
        margin-top: 0;
        padding-top: 0;
    }
    .workshops-list-preface .filter-wrapper {
        border-left:0;
        float: none;
        padding-left: 10px;
        padding-right: 10px;
    }
    .workshops-label {
        text-align: center;
    }
    .workshops-list-preface .form-control {
        float:none;
        margin: auto;
        text-align: center;
    }
    .top-header-bar .socials {
        text-align: center;
        padding-left:0;
    }
    .top-header-bar .searchform {
        text-align: center;
    }
    #primary-menu li {
        display: block;
    }
	.dropdown-menu {
		position: static;
		margin: auto;
		float: none;
		text-align: center;
	}
    .category-wrapper {
        padding-left:0;
        padding-right:0;
    }
}
/* Print Style Sheet */
@media print {
   header, #header-banner, #page-footer, .comments-wrapper, .vc_row {
        display: none !important;
    }
    .vc_row.is-printable {
        display: block !important;
    }
    .custom-post-title  {
	margin-top: 0 !important;
	margin-bottom:0 !important;
	padding-top:20px !important;
	padding-bottom: 0 !important;
	background: none !important;
	float: none !important;
	display: block !important;
    }
    .container {
        width:auto !important;
    }
    .is-printable, html body .standard-padding {
	padding-top:0 !important;
	margin-top: 0 !important;
	background: none !important;
    }
    .is-printable .title {
	display: none !important;
    }
}


.noclick{
	pointer-events: none !important;
}</pre></body></html>