.entry-thumbnail-rss {
    margin-bottom: 20px;
}
.entry-content-rss img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.entry-title {
    text-align: center;
    padding: 0px 0;
    padding-bottom: 20px;
}
.entry-permalink{
    padding-bottom: 30px;
    border-bottom: 2px solid #ececec;
}

.entry-title h2 a {
    font-family: 'Raleway', sans-serif;
    color: #555555;
}

/*p {*/
/*    font-family: 'Raleway', sans-serif;*/
/*    font-weight: 600;*/
/*    !* font-size: 16px; *!*/
/*    font-size: 18px;*/
/*    line-height: 25px;*/
/*    color: #191919;*/
/*}*/

.btn-defaut {
    background: none;
    border: 2px solid #0E1E3E;
    color: #0E1E3E;
    border-radius: 0.5rem;
    text-transform: uppercase;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.entry-content-rss {
    margin-bottom: 30px;
    padding: 0px 0 0px;
    text-align: center;
}
.page-numbers {
    border-radius: 50%;
    display: inline-block;
    padding: 6px 14px;
    border: 2px solid #0E1E3E;
    color: #0E1E3E;
    margin-right: 10px;
    transition: border 500ms, color 500ms, background 500ms ease;
    background: white;
}
.page-numbers:hover {
    background: #0E1E3E;
    border-color: #0E1E3E;
    color: #FFFFFF;
}

.simple-pagination-rss ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination-rss ul li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination-rss ul li a,
.simple-pagination-rss ul li span {
    border-radius: 50%;
    display: inline-block;
    padding: 6px 14px;
    border: 2px solid #0E1E3E;
    color: #0E1E3E;
    margin-right: 10px;
    transition: border 500ms, color 500ms, background 500ms ease;
}

.simple-pagination-rss .current {
    color: #FFF;
    background-color: #1a2b50;
    border-color: #1a2b50;
}

.simple-pagination-rss .prev.current,
.simple-pagination-rss .next.current {
    background: #242424;
}

.paginate-last-reviews a:hover, .paginate-last-reviews a:active, .paginate-last-reviews a:focus {
    color: #191919!important;
}






























