/* Automatically apply custom heading style to pages using template: page-with-title.php */

.re-page-title-has-prefix .page-title-module-custom {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.re-page-title-has-prefix .page-title-module-custom .be-wrap {
    padding-top: 34px;
}

.re-page-title-has-prefix .page-title-module-custom .page-title-custom {
    /*font: 300 25px "Open Sans","Open Sans","Arial",sans-serif;*/
    /*color: #000000;*/
    /*line-height: 36px;*/
    letter-spacing: auto;
    text-transform: lowercase;

    box-sizing: border-box;
    margin: 0 0 0 52.5%;
    /*margin: 0;*/
    padding: 0;

    font-family: 'GothamMedium', sans-serif;
    font-weight: normal;
    font-size: 40px;
    /*color: #315680;*/

    letter-spacing: normal;
    white-space: nowrap;

    /*circle width - border */
    line-height: 142px;
}


.re-page-title-prefix {
    box-sizing: inherit;

    content:'re';
    text-align: right;
    display: inline-block;
    padding-right: 8px;

    font-family: 'GothamBold', sans-serif;
    font-weight: normal;
    font-size: 54px;

    background: #9E9E9E;
    width: 170px;
    height: 170px;
    border-radius: 85px;
    border: 16px solid #315680;
    margin: 2px 6px 0 -85px;
}

