#hero{
    background: #191919;
    padding: 90px 0;
    color: #fff;
    
}
#hero .row{
    align-items: center;
}

#hero .url{
    color: #fff;
    font-weight: 300;
}
#hero h1{
    font-size: 45px;
    line-height: 54px;
}
#hero p{
    color: #D6D6D6;
    font-weight: 300;
}
#hero .btn{
    background: transparent linear-gradient(180deg, #DB3636 0%, #DB3636 45%, #CF1D1D 46%, #CF1D1D 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    height: 90px;
    font-size: 26px;
    font-weight: 800;
}
#hero .btn:hover{
    color: #fff;
    border-color: #fff;
}
#hero .rating{
    display: flex;
    margin: 15px 0;
    align-items: center;
}
#hero span{
    margin-left: 10px;
    font-weight: 600;
    font-size: 22px;
}
#hero .star{
    height: 20px;
    width: 20px;
}
#hero .star.selected{
    color: #CF1D1D;
}


/* =========================================================================
CONTENT
=========================================================================*/
#content .info .rating{
    display: flex;
    margin: 15px 0;
    align-items: center;
}
#content .info span{
    margin-left: 15px;
    font-weight: 600;
    font-size: 35px;
}
#content .info .star{
    height: 32px;
    width: 35px;
    font-size: 32px;
    color: #C9C9C9;
}
#content .info .star.selected{
    color: #CF1D1D;
}
#content .info{
    padding: 50px 0;
}
#content .info .score{
    border: 1px solid #CF1D1D;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
#content .info h5{
    color: #CF1D1D;
    font-size: 20px;
    font-weight: 500;
}
#content .info h3{
    text-align: center;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}
#content .info .result{
    font-size: 25px;
    font-weight: 800;
}
#content .info .stats{
    margin: 20px 0;
    background: #F8F8F8;
    padding: 15px;
}
#content .info .stats p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
#content .info .stats p span{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #CF1D1D;
    margin-left: 5px;
}
#content .row{
    justify-content: space-between;
}

/* =========================================================================
REVIEW
=========================================================================*/
.results{
    padding: 50px 0;
}
.review{
    border: 1px solid #E8E8E8;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
}
.review .star{
    height: 20px;
    width: 20px;
    color: #C9C9C9;
}
.review .star.selected{
    color: #CF1D1D;
}
.review .rating{
    display: flex;
    margin: 15px 0;
    align-items: center;
}
.review .rating span{
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
}
.review h2{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 5px;
}
.review .user{
    margin-bottom: 20px;
    font-size: 15px;
    color: #CF1D1D;
}
.review .username{
    color: #5A5A5A;
}
.review .company{
    color: #000000;
    text-decoration: underline;
}
.review .more{
    color: #CF1D1D;
    font-weight: 600;
    cursor: pointer;
}
#pagination{
    background: #191919;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
.pagination a{
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin: 0 2px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
}

/* ==================================================================
TEXT BLOCK
==================================================================*/
.text-block{
    padding: 45px 0;
}
.text-block h2{
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 20px;
}