/************************************************/
/******************* EXPERTS ********************/
/************************************************/

body.single-expert #content-title,
body.single-expert #content-title + #content-main {
    float: none;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    width: 100%;
}

body.single #content-title .back-expert {
    margin-bottom: -2em;
    margin-top: 2em;
}




/************************************************/
/***************** MEDIA QUERIES ****************/
/************************************************/

/*** LARGE ***/
@media only screen and ( min-width: 64.0625em ) {



}



/*** MEDIUM ***/
@media only screen and ( max-width: 64em ) {



}



/*** MEDIUM/SMALL ***/
@media only screen and ( max-width: 52.0625em ) {



}



/*** SMALL ***/
@media only screen and ( max-width: 40em ) {

    


}