.themeContentStyle1 {

    font-size: 20px;
    color: #c5a0a1;
    text-transform: uppercase;
}

.themeContentStyle1:before {
    content: '';
    height: 19px;
    width: 15px;
    display: inline-block;
    background-image: url('../images/link_arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.themeContentStyle2 {
    text-decoration: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
    color: #ffffff !important;
    background-color: #b4824b;
    text-align: center;
    padding: 2px 10px;
}

.themeContentStyle2 > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 24px;

}
