/*
 * Style for dodify template reviews page.
 */

/* Reviews page style */
section#reviews {
    width: 80%;
    margin: auto;
    padding: 6em 0;
}

section#reviews > div {
    border: 1px solid #000000;
    display: inline-block;
    border-radius: 5px;
    padding: 5%;
    margin-bottom: 2em;
    width: 89%;
}

section#reviews > div div.left {
    width: 30%;
    margin-right: 10%;
    text-align: center;
}

section#reviews > div div.right {
    width: 60%;
}

section#reviews > div div h6 {
    font-size: .9em;
    text-transform: uppercase;
    margin-bottom: 1em;
}

section#reviews > div div.left h2 {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: .5em;
}

section#reviews > div div.left h4 {
    font-size: .9em;
}

section#reviews > div div i.fa-thumbs-up {
    margin: .2em 0;
}

section#reviews > div div div i.fa-star {
    color: #E76E18;
}