﻿
.html {
    line-height: 1.15;
}

body{
    postion: relative;
}
.charcoal {
    width: 100%;
    height: 100%;
    background-color: #36454F;
    position: absolute;
    left: 0;
    top: 0;
}

.review_row {
    display: flex;
    flex-wrap: wrap;
    width: 110%;
    justify-content: center;
    margin-left: -5%;
}

    .review_row .column {
        width: calc(50% - 30px);
        margin: 0;
        padding: 0;
    }

    .review_row .column:after {
        width: 50%;
        padding-bottom: 0;
    }

        .review_row .column .frame {
            position: relative !important;
            width: 100% !important;
            height: 100% !important;
            border-radius: 2px;
            padding: 15px !important;
            /*box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3);
    background: #ca7c4e;
    background: linear-gradient(to top right, #eebe6c 0%, #F0AB00 100%);
    color: black;
    font-family: "Open Sans", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
        }

.center {
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    border-color:black;
    border-style: solid;
    overflow: hidden;
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
}

.header_property {
    display: flex;
    justify-content: space-between;
}

.divider{
    margin: auto .5rem;
    display: table;
}

.header_review {
    border-bottom: 0.15rem solid #dbdbdb;
    padding-bottom: 1.5rem;
}

.header_property * {
    font-family: 'Gotham Black';
    font-size: 1.3rem;
}

.header_sub {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 0.5rem;
}

    .header_sub * {
        /*  color: #dbdbdb;*/
        font-size: .9rem;
        text-transform: capitalize;
    }
    .header_sub img {
    max-width: 2.5rem !important;
}

    .center .propertyname {
        /*
        margin-top: -10px;
        margin-left: 5px;
        text-align: start;
        font-size: 15px;
        font-weight: 600;
        border-radius: 3px;
        border-color: white;
        border-style: solid;
            */
    }

        .center .propertyname span {
            /*
            background-color: white;
            font-size: 15px;
            font-weight: bolder;
                 */
        }

.review {
    height: 100%;
    width: 100%;
    padding: 1.7rem 2rem;
    /*
        float: left;
    margin: 5px;
    text-align: center;
    border-color: black; 
    border-style: solid;*/
}

    .review .headline {
        font-family: 'Gotham Black';
        font-size: 1.5rem;
        text-decoration: none;
        margin: 1.8rem 0 0;
        text-align: left;
        line-height: 1.8rem;
    }

svg {
    width: 4rem;
}

.pro path {
    fill: #00b275;
}

.concontent, .procontent {
    text-align: left;
    padding-left: 1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-top: 0.5rem;
}

.review .authortype {
    /*
        position: absolute;
        top: -5px;
        right:105px;
        text-align: end;
        font-size: 15px;
        font-weight: 600;
        margin-top: 20px;
            */
}

    .review .image {
        /*
        position: absolute;
        top: -25px;
        right: 15px;
        width: 70px;
        height: 70px;
        margin: 38px auto 0 auto;
            */
    }

    .review .score {
        /*
        position: relative;
        margin-top: 10px;
        margin-right: 10px;
        text-align: end;
        font-weight: bolder;
        */
    }

    .review .reviewdate {
        /*
        position: relative;
        margin-right: 10px;
        text-align: end;
        font-weight: normal;
            */
    }

    .review .pro {
        /*
        font-size: 15px;
        font-weight: 600;
        margin-top: -40px;
        left: 15px;
        position: relative;
    }

        .review .pro .protitle {
            /*
            margin-top: 25px;
            text-decoration: underline;
            position: relative;
            text-align: start;
             */
    }
        .review .pro .procontent {
            /*
            text-align: start;
            overflow: hidden;
            word-wrap: anywhere;
            white-space: normal;
            text-overflow: ellipsis;
            font-weight: normal;
            margin-right: 20px;
            font-size: 14px;
                 */
        }
    .review .pro, .review .con {
        display: flex;
        justify-content: left;
    }

        .review .pro{
            margin-top: 1.8rem;
        }
.review .con {
    margin-top: 1.4rem;
    /*
        font-size: 15px;
        font-weight: 600;
        margin-top: 25px;
        left: 15px;
        position: relative;
                 */
}

        .review .con .contitle {
            /*
            margin-top: 25px;
            text-decoration: underline;
            position: relative;
            text-align: start;
                 */
        }

        .review .con .concontent {
            /*
            text-align: start;
            overflow: hidden;
            word-wrap: anywhere;
            white-space: normal;
            text-overflow: ellipsis;
            font-weight: normal;
            font-size: 14px;
            margin-right: 20px;
            margin-bottom: -30px;
                 */
        }