/*adjusting default font*/
body.therapist.inspire {
font-family: Tahoma, sans-serif;
color: #948170;
}
.page__title {
font-size: 2em;
font-family: futurxkc;
font-weight: bold;
}
.logo__title {
color: rgb(245, 227, 198);
font-family: fradm;
}
/*end default fonts*/

/*form color*/
.wrap__contact .form {
    background-color: #d5c6b4;
}
/*end form*/

/*main background color*/
body:after {
background: rgb(233, 229, 223);
}
/*end background color*/

h1.page__title.center {
    text-align: center;
}

/*needs to be in place to use the font futurxkc and fradm*/
@font-face {
    font-family: 'futurxkc';
    src: url('../common/themes/global/fonts/Futura/futurxkc-webfont.eot');
    src: url('../common/themes/global/fonts/Futura/futurxkc-webfont.eot#iefix') format('embedded-opentype'),
         url('../common/themes/global/fonts/Futura/futurxkc-webfont.woff') format('woff'),
         url('../common/themes/global/fonts/Futura/futurxkc-webfont.ttf') format('truetype'),
         url('../common/themes/global/fonts/Futura/futurxkc-webfont.svg') format('svg');
}
@font-face {
    font-family: 'fradm';
    src: url('../common/themes/global/fonts/Franklin/franklin_gothic_demi-webfont.eot');
    src: url('../common/themes/global/fonts/Franklin/franklin_gothic_demi-webfont.eot#iefix') format('embedded-opentype'),
         url('../common/themes/global/fonts/Franklin/franklin_gothic_demi-webfont.woff') format('woff'),
         url('../common/themes/global/fonts/Franklin/franklin_gothic_demi-webfont.ttf') format('truetype'),
         url('../common/themes/global/fonts/Franklin/franklin_gothic_demi-webfont.svg') format('svg');
}
/*end font*/ 
#slider > div > div.wrap__bx-controls {
    display:none;
}
@media only screen and (max-width: 1024px) {
.logo__link.logo__left .logo__summary {
    text-align: center;
}
}