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

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

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

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

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

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

.rgf.wrapper .postBody h2 {
    font-size: 22px;
    line-height: 32px;
}

.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);
}

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

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

        .pageTitleContainer .subTitle div {
            font-size: 12px;
            font-weight: 500;
        }

    .pageTitleContainer .title {
        left: 30px;
        font-size: 50px;
    }

        .pageTitleContainer .title * {
            font-size: 50px;
        }

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

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

    .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;
    }
