@media screen and (max-width: 1000px) {
    .content {
        width: auto !important;
        padding-right: 20px;
        padding-left: 20px;
    }
    .post {
        padding-right: 20px;
        padding-left: 20px;
    }
    .sidebar {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .content {
        width: auto !important;
        padding-right: 20px;
        padding-left: 20px;
    }
    .content,
    .sidebar {
        float: none !important;
    }
    .sidebar {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .container {
        position: unset;
        margin-left: unset;
        margin-right: unset;
    }
}

@media screen and (max-width: 993px) {
    .social-links {
        color: rgba(0, 0, 0, .8);
    }
}

@media screen and (max-width: 680px) {
    .wp-pagenavi span.pages,
    a.first,
    span.extend,
    a.page.smaller,
    a.page.larger,
    a.larger.page,
    a.last {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .social-links-bottom {
        display: none;
    }
}

.container {
    word-break: keep-all;
    word-wrap: break-word;
    overflow: hidden;
}

body {
    font-family: 'Lato', sans-serif;
    color: rgba(0, 0, 0, .8);
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.58;
}

a {
    color: rgba(0, 0, 0, .8);
}

a:hover {
    color: #CE112D;
}

.description-content a:hover {
    color: #CE112D;
}

.description-content p a {
    color: #CE112D;
}

sidebar a:hover {
    color: #CE112D;
}

a:link {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.entry-content a {
    color: #CE112D;
    text-decoration: none;
}

.footer {
    height: 90px;
    background-color: #333333;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.footer img {
    padding-top: 10px;
    height: 60px;
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
}

.navbar-brand img {
    max-width: 136px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.nav-link {
    color: #fff !important;
    letter-spacing: 1px;
    margin-right: 20px;
    font-size: 18px;
}

.navbar ul li a:hover {
    color: #CE112D !important;
}

.navbar {
    background: #333333;
    border-bottom: 5px solid #CE112D;
}

.navbar a {
    color: #fff;
}

.navbar-toggler {
    background: #fff;
}

.navbar-nav {
    padding-left: 40px;
}

.description {
    padding-top: 30px;
    padding-bottom: 30px;
}

.author-container {
    padding: 30px 40px;
}

.description-container {
    margin-top: 20px;
    margin-bottom: 10px;
    clear: left;
    float: left;
    width: 100%;
    text-align: left;
    background: #ffffff;
    position: relative;
    border: 1px solid #e9e9e9;
    padding: 30px 40px;
    word-wrap: normal;
}

.description-thumb {
    float: left;
}

.description-thumb img {
    display: block;
    margin-right: 40px;
    width: 320px;
}

.wrapper {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.content {
    padding-top: 20px;
    width: 840px;
}

.sidebar {
    margin-top: 20px;
    width: 250px;
    margin-left: 20px;
    padding: 0 0 60px 18px;
}

.sidebar h3 {
    margin: 0;
}

.sidebar-author a {
    color: rgba(0, 0, 0, .44) !important;
    padding-top: 1px;
    font-size: 14px;
    line-height: 1.2;
}

.sidebar-title {
    font-size: 14px;
    line-height: 1.2;
}

.sidebar-header {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 8px;
    font-weight: 600;
}

.sidebar-post {
    margin: 10px 0 10px 0;
}

.wrapper {
    width: 1140px;
}

.content,
.sidebar {
    float: left;
}

.sidebar-post-author-image {
    padding-bottom: 5px;
}

.sidebar-post-author-links {
    margin-bottom: 10px;
}

.card-container {
    background: #fafafa!important;
    overflow: hidden;
    padding-bottom: 20px;
    min-height: 100%;
}

.card {
    width: 100%;
    margin-bottom: 10px;
}

.post-container {
    overflow: hidden;
}

.post {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    background: #fff;
    word-break: break-word;
    word-wrap: break-word;
}

.post-card-meta {
    float: left !important;
}

.post-card-meta-avatar {
    display: table-cell;
}

.post-card-meta-author {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.4;
}

.post-card-meta-author-page {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.4;
}

.post-card-meta-date {
    font-size: 12px;
}

.post-meta-avatar {
    display: table-cell;
}

.post-meta-author {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.4;
}

.post-meta-date {
    font-size: 12px;
}

.post-meta {
    font-size: 14px;
    display: table;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}

.post-author {
    margin-top: 5px;
}

.post-meta a {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
}

.post-meta a:hover {
    color: #CE112D;
}

.post-meta-author-name {
    font-size: 18px;
}

.post-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}

.post img {
    border: 1px;
    border-style: solid;
}

.social-links {
    padding-top: 10px;
}

.social-links a {
    color: rgba(0, 0, 0, .8);
}

.social-links-bottom a {
    color: rgba(0, 0, 0, .8);
}

.social-links a:hover {
    color: #CE112D;
}

.wp-pagenavi {
    clear: both;
    margin: 35px 0 0;
    text-align: center;
    padding-bottom: 3px;
}

.wp-pagenavi span.pages {
    border: 0;
}

.wp-pagenavi a {
    margin: 0 2px;
    padding: 4px 8px;
    color: #333;
    border: 1px solid #bdbcbc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    text-decoration: none;
}

.wp-pagenavi span.extend {
    padding: .5em;
    color: #bbb;
    border: none;
    text-decoration: none;
}

.wp-pagenavi span.current {
    padding: 4px 8px;
    background: -moz-linear-gradient( top, rgba(245, 245, 245, 1.0), rgba(217, 217, 217, 1.0));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(245, 245, 245, 1.0)), to(rgba(217, 217, 217, 1.0)));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fff5f5f5', endColorstr='#ffd9d9d9');
    -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, .1);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, .1);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, .1);
    text-shadow: rgba(0, 0, 0, .2) 0 0 1px;
    font-weight: normal;
}

.wpp-list {
    list-style: none;
    margin-top: 10px;
    padding-left: 0;
}
