﻿.rgf.wrapper .extraLargeFont,
.rgf.wrapper .extraLargeFont * {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.rgf.wrapper .largeFont,
.rgf.wrapper .largeFont * {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.rgf.wrapper .mediumFont,
.rgf.wrapper .mediumFont * {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.rgf.wrapper .mediumFontSmaller,
.rgf.wrapper .mediumFontSmaller * {
    font-size: 14px;
    line-height: 24px;
}

.rgf.wrapper .smallFont,
.rgf.wrapper .smallFont * {
    font-size: 11px;
    line-height: 22px;
    font-weight: 700;
}

/*.rgf.wrapper * {
    font-size: 14px;
}*/

/* for content posts in sitefinity */
.rgf.wrapper .postBody h1 {
    font-size: 20px;
    line-height: 30px;
}

.rgf.wrapper .postBody h2 {
    font-size: 20px;
    line-height: 30px;
}

.rgf.wrapper .postBody h3 {
    font-size: 18px;
    line-height: 28px;
}

.rgf.wrapper .postBody h4 {
    font-size: 18px;
    line-height: 28px;
}

.rgf.wrapper .postBody h5 {
    font-size: 16px;
    line-height: 26px;
}

.rgf.wrapper .postBody h6 {
    font-size: 16px;
    line-height: 26px;
}

.pageTitleContainer {
    width: calc(100% - 180px);
    /*left:50px;*/
}

    .pageTitleContainer .subTitle {
        font-size: 14px;
        font-weight: 500;
        left: 30px;
        margin-top: 10px;
    }

        .pageTitleContainer .subTitle * {
            font-size: 14px;
            font-weight: 500;
        }

.sitefinityEditMode .pageTitleContainer .subTitle {
    margin-top: 10px;
}

.pageTitleContainer .title {
    font-size: 30px;
    line-height: 30px;
}

    .pageTitleContainer .title * {
        font-size: 30px;
        line-height: 30px;
    }

    .pageTitleContainer .title div:not(.emptyZoneDragWidget) {
        font-size: 30px;
        line-height: 30px;
    }

        .pageTitleContainer .title div:not(.emptyZoneDragWidget) * {
            font-size: 30px;
            line-height: 30px;
        }

.pageTitleContainer .top {
    background-image: url(/wp-content/themes/rgf/img/templates/TitleBoxExtraTop.png);
    height: 96px;
    width: 178px;
}

.pageTitleContainer .bottom {
    background-image: url(/wp-content/themes/rgf/img/templates/pageTitleBox_Bottom.png);
    height: 31px;
    width: 178px;
    top: unset;
    margin-top: 15px;
}
