﻿.resize-logo img {
    max-height: 55px !important;
    padding: 0 10px;
}

.size-14 {
    font-size: 14px !important;
}

.color-default {
    color: #ed1c24;
}

.color-default2 {
    color: #c8161c;
}

.bgcolor-default {
    background-color: #ed1c24;
}

.bgcolor-default2 {
    background-color: #c8161c;
}

.ttm-meta-line a {
    color: #c8161c;
}

.display-initial {
    display: initial !important;
}

.content-default ul li {
    list-style: initial !important;
}

.newsletter-form button {
    position: absolute;
    content: "\e628";
    top: 0px;
    right: 0px;
    font-family: "themify";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    height: 47px;
    width: 55px;
    padding: 0;
    line-height: 47px;
    text-align: center;
    border: 0;
    cursor: pointer;
    background-color: #ed1c24;
}

.pagination {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

    .pagination li {
        width: 40px;
        height: 40px;
        line-height: 39px;
        text-align: center;
        display: inline-block;
        background-color: #fff;
        font-size: 15px;
        font-weight: 600;
        border: 1px solid #fff;
        border-radius: 0;
        margin: 0 3px;
        padding: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .pagination li.active {
            background-color: #ed1c24;
            color: #fff;
        }
