.main > header,
footer,
.footer-top-block,
#first-sidebar
{
    display:none;
}

#the-review-page
{
    padding:15px;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background: #86956F;
}

#the-review-page-inner
{
    margin: 15px;
    width:100%;
    max-width: 600px;
    background:#fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


@media all and (min-width: 1025px)
{
    #the-review-page-inner
    {
        padding: 30px;
        padding-bottom: 80px;
    }
}

#review-form-wrapper{
    display:none;
    padding-top:30px;
    border-top:1px solid #eee;
    margin-top:30px;
}

#review-line-1,
#review-line-2,
#review-line-3,
#review-line-4
{
    text-align:center;
}

#stars-wrapper
{
    display: flex;
    justify-content: center;
    align-items: center;
}

#review-logo img
{
    width:100%;
    height:80px;
    object-fit: contain;
    object-position: center;
}

@media all and (min-width: 1025px)
{
    #review-logo img
    {
        height:100px;
    }

}

#review-logo svg
{
    margin:auto;
    height:80px;
    display:block;
}

#stars-wrapper svg
{
    width:30px;
    height:auto;
    cursor:pointer;
    margin: 0 10px;
    opacity: 0.6;
    transition:0.55s;
}

@media all and (min-width:576px)
{
    #stars-wrapper svg
    {
        width:40px;
    }
}

#stars-wrapper a
{
    text-align: center;
    color:#324624;
    text-decoration: none;
    font-size:14px;
}

#stars-wrapper a:hover
{
    text-decoration:none;

}

#stars-wrapper .hovered svg,
#stars-wrapper .clicked svg
{
    opacity: 1;
}

#review-line-3
{
    font-weight:bold;
}

#review-line-1
{
    font-family: "Mrs Eaves";
    font-weight: 400;
    color: #324624;
    font-variant: small-caps;
    line-height: 1.2;
    font-size:35px;
    margin-bottom: 5px;
}

#review-line-2
{
    margin-bottom: 25px;
}

#review-line-3
{
    margin-bottom: 3px;
}

#review-line-4
{
    margin-bottom: 30px;
}


#review-line-2,
#review-line-3,
#review-line-4
{
    font-size:15px;
    color: #324624;
}

#the-review-page .frm_submit button
{
    padding-left:20px;
    padding-right:20px;
    width:100%;
}

@media all and (max-width:575px)
{
    #the-review-page-inner
    {
        padding:20px;
    }

    #review-line-2
    {
        margin-bottom:15px;
    }

    #review-line-1
    {
        font-size:28px;
    }
}



#stars-wrapper svg:after
{
    content: 'test';
}


#close-window
{
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    color:#fff;
    border-radius: 5px;
    background: #86956F;
    text-decoration:none;
}

#close-window:hover
{
    text-decoration:none;
    background: #324624;
    color:#fff;
}