h1 {
color: #cfa4ab;
font-size: 2.5em;
line-height: 1.8;
}

h2 {
color: #cfa4ab;
font-size: 1.8em;
line-height: 1.5;
}

.blog-list-small h2  {
color: #cfa4ab;
font-size: 1.05em;
font-weight: 500;
line-height: 1.5;
}

h3 {
color: #cfa4ab;
font-size: 1.5em;
line-height: 1.2;
}

a.button, #advisor-form a.buton, input[type="submit"], input[type="button"] {
    display: inline-block;
    width: auto;
    padding: 15px 30px;
    background: #cfa4ab;
    color: #000000;
    line-height: 100%;
    border: 1px solid #cacaca;
    cursor: pointer;
    margin: 10px;
    box-shadow: 0px 0px 5px #00000030;
    transition: all 300ms;
}

a.button:hover {
    background: #cf7a88;
    color: #fff;
    box-shadow: 0px 0px 5px #00000010;
}

.blog-category-list h2 {
    text-transform: uppercase;
    color: #cfa4ab;
    font-weight: 500;
    font-size: 1.3em;
    line-height: 1.5;
}
.blog-category-list h2 {
    text-transform: uppercase;
    color: #cfa4ab;
    font-weight: 500;
    font-size: 1.3em;
    line-height: 1.5;
    font-family: dazzle-unicase,sans-serif;
    font-weight: 300;
}
.blog-category-list h2 {
    text-transform: uppercase;
    color: #cfa4ab;
    font-size: 1.3em;
    line-height: 1.5;
    font-family: dazzle-unicase,sans-serif;
    font-weight: 300;
    font-style: normal;
}
div.message {
    margin: 50px auto;
    text-align: center;
    font-size: 125%;
    max-width: 640px;
    padding: 20px;
    display: block;
    color: #837d7d;
    background-color: #f6e9e8;
    border-color: #d6e9c6;
}

.vertical-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.blog-area a {
    text-decoration: underline;
}

.blog-category-list a,
.blog-list-big a,
.blog-list-small a,
#shop-breadcrumbs a {
    text-decoration: none;
}

.blog-area .container li {
    margin: 0px 0px 0px 50px;
    padding: 3px;
}

a.button.cboxElement {
    margin: 50px 0px 50px 0px;
    font-weight: bolder;

}

.faq-list h2::before {
content: "•";
margin-left: -30px;
margin-right: 20px;
}

.review-images img {
 
}

.review-item .review-rating, .review-total-stars {
    font-size: 125%;
}

.review-item .review-dislike li::before {
    font-weight: bold;
    content: "–";
    margin: 0px 10px 0px -20px;
    color: maroon;
}


.review-item .review-like li::before {
    font-weight: bold;
    content: "+";
    margin: 0px 10px 0px -20px;
    color: green;

}