﻿.visitor-count
{
    display:flex;
    align-items:center;

}
    .visitor-count > .center1 > span {
        display: inline-block;
        padding: 6px 6px 4px;
        border-radius: 3px;
        background: #fff;
        margin-right: -2px;
        color: #000;
    }
    .visitor-count > label {
        color: #fff;
        margin-bottom: 0;
        margin-right: 15px;
    }
    .center1 {
        text-align: center;
    }
.reglink {
    text-align: center;
    padding: 10px;
    background: #8a162d;
}
    .reglink a {
        color: #fff;
        font-size:20px;
        text-transform:uppercase;
    }
.readmorelink {
    color: #8a162d;
    text-decoration:underline;

}
.mywrap--innerimg {
    width: 270px;
    height: 320px;
    border-radius: 4px;
}