@font-face {
    font-family: 'juliussansone-regular';
    src:  url('https://my.therapysites.com/common/themes/global/fonts/JuliusSansOne/juliussansone-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'apple_chancery';
    src:  url('https://my.therapysites.com/common/themes/global/fonts/AppleChancery/apple_chancery.ttf') format('truetype');
}

@font-face {
    font-family: 'merriweather-regular';
    src: url('https://my.therapysites.com/common/themes/global/fonts/Merriweather/merriweather-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Marydale_Bold';
    src: url('https://my.therapysites.com/common/themes/global/fonts/Marydale/marydale_bold-webfont.ttf') format('truetype');
}



.logo__title {
    font: 33px / 1.333 "juliussansone-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.logo__description {
    font-size: 16pt;
    font-family: 'Marydale_Bold';
}

a.logo__description:hover {
    color: #fff;
}

.slideshow__section .slogan__block { 
    display: none;
}

.slider .slider__text {
    text-align: center;
}

body {
    font-family: Lato, sans-serif;
}

.form_contact{
    width: 250px;
}

.wrap__ctaBody .cta_block:nth-child(2) {
    display: none;
}

@media only screen and (max-width: 767px) {
    .logo2 {
    text-align: center;
}
}

@media only screen and (max-width: 599px) {
        .wrap__logoHeader .logo__title {
        font-size: 27px;
        margin-bottom: 0;
    }
        .wrap__logoHeader .logo__description {
        font-size: 21px;
    }
}