
@font-face {
    font-family: 'Butler';
    src: url('../font/butler_regular-webfont.eot');
    src: url('../font/butler_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/butler_regular-webfont.woff2') format('woff2'),
         url('../font/butler_regular-webfont.woff') format('woff'),
         url('../font/butler_regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('../font/butler_bold-webfont.eot');
    src: url('../font/butler_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/butler_bold-webfont.woff2') format('woff2'),
         url('../font/butler_bold-webfont.woff') format('woff'),
         url('../font/butler_bold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

.WorkshopSlider-title h1 {
	font-family: 'Butler';
	text-transform: none;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    display: inline-block;
    padding: 15px;
    position: absolute;
    bottom: 73px;
    right: 16%;
    color: white;
    text-align: left;
    text-shadow: 0 0 20px rgba(0,0,0,1);

}

.WorkshopSlider-title h1 strong {
	display: block;
	font-family: inherit;
    font-weight: 600;
}

.WorkshopIntro .wrapped_video {
    float: right;
    margin: 0 0 40px 30px;
}

.WorkshopIntro iframe {
    display: block;
}


.WorkshopIntro .first_letter:first-letter {
    font-family: 'Butler';
    font-size: 70px;
    line-height: 60px;
    font-weight: 400;
    float: left;
    padding: 5px 5px 0 0;
}

.WorkshopDates p,
.WorkshopPrice p {
    font-size: 16px;
    line-height: 30px;
}

.WorkshopLeader-inner {
    overflow: hidden;
}
.WorkshopLeader img {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.WorkshopLeader p {
    display: inline-block;
    font-family: 'Butler';
    font-size: 30px;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 20px;
    letter-spacing: normal;
}

.WorkshopPrice p {
    margin-top: 30px;
}

.WorkshopPrice strong {
    font-family: 'Butler';
    font-size: 30px;
    color: #cc2200;
    font-weight: 400;
}

.WorkshopAccordion {
    /*padding-right: 30px;*/
}

.WorkshopAccordion li {
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
}

.WorkshopAccordion li:first-child {
    margin-top: 0;
}

.WorkshopAccordion .shortcode_accordion_shortcode {
    border: 1px solid #000;
    margin-top: 0;
}

.WorkshopAccordion h5.shortcode_accordion_item_title {
    background-color: #000;
    color: #fff;
    margin-top: 0;
    font-size: 16px;
    /*letter-spacing: normal;*/
    font-weight: 200;
    padding: 15px 10px 15px 45px;
}

.WorkshopAccordion h5.shortcode_accordion_item_title .ico::before,
.WorkshopAccordion h5.shortcode_toggles_item_title .ico::before,
.WorkshopAccordion h5.shortcode_accordion_item_title .ico::after,
.WorkshopAccordion h5.shortcode_toggles_item_title .ico::after {
    background-color: #fff;
}

.WorkshopAccordion .shortcode_accordion_item_title .ico,
.WorkshopAccordion .shortcode_toggles_item_title .ico {
    background-color: #2a2a2a;
    /*color: #fff;*/
}

.WorkshopAccordion h5.shortcode_accordion_item_title:hover .ico {
    background-color: inherit;
}

.WorkshopAccordion .shortcode_accordion_item_title .ico:before {
    top: 22px;
}

.WorkshopAccordion .shortcode_accordion_item_title .ico:after {
    top: 19px;
}

.WorkshopAccordion .shortcode_accordion_item_body {
    padding: 20px;
}

.WorkshopSteps {
    border: 1px solid #000;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    width: 100%;
}

.WorkshopSteps-step {
    /*float: left;*/
    display: table-cell;
    width: 50%;
    padding: 35px;
    box-sizing: border-box;
    position: relative;
    border-left: 1px solid #000;
}

.WorkshopSteps-step:first-child {
    border-left: none;
}

.WorkshopSteps-number {
    position: absolute;
    left: -18px;
    top: 30px;
    background-color: #000;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    text-align: center;
    text-indent: 5px;
}

.WorkshopSteps-title {
    display: block;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 400 !important;
    line-height: 22px;
    margin-bottom: 5px;
}

.WorkshopSteps p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
}

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

    .WorkshopIntro .wrapped_video {
        margin: 0 0 20px 20px;
    }
}

@media only screen and (max-width: 760px) {
    .WorkshopSlider-title h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .WorkshopIntro .wrapped_video {
        float: none;
        margin: 0 0 20px 0;
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
    }
    .WorkshopIntro iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .WorkshopSteps {
        display: block;
    }

    .WorkshopSteps-step {
        border-top: 1px solid #000;
        border-left: none;
        display: block;
        width: auto;
        padding: 20px 20px 20px 35px;
    }

    .WorkshopSteps-step:first-child {
        border-top: 0;
    }

    .WorkshopSteps-number {
        top: 17px;
        left: -13px;
        font-size: 14px;
        line-height: 26px;
        height: 26px;
        width: 26px;
        text-indent: 3px;
    }
}

@media only screen and (max-width: 430px) {
    .WorkshopSlider-title h1 {
        font-size: 22px;
        line-height: 32px;
    }
}

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

    .WorkshopSteps-step {
        padding-left: 45px;
    }

    .WorkshopSteps-number {
        left: 10px;
    }
}

.fb-like > span {
    vertical-align: baseline !important;
}

/*@media only screen and (max-width: 1250px) {
.WorkshopSlider-title h1 {
    font-size: 35px;


}
}
*/
