img {
    padding-right: 5px;
    max-width: 100%;
}

.category-pages {
    display: grid;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    grid-column-gap: 30px;
    grid-row-gap: 45px;

}

@media (max-width: 767px) {
    .category-pages {
        grid-template-columns: 1fr;
    }
}

.category-page__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.category-page__title a {
    color: #444;
    text-decoration: none;
}

.category-page .preview-image {
    float: left;
    margin-right: 15px;
    border: 1px solid #ddd;
}

.category-page .preview-image img {
    width: 255px;
    height: 200px;
}

.category-page {
    margin-bottom: 30px;
}

.category-page .preview-text {
    word-wrap: break-word;
    line-height: 22px;
    text-align: justify;
}

.text-logo {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 60px;
    color: #333333;
}

.b-share--post {
    border: 6px solid #efede7;
    padding: 20px;
    margin-bottom: 30px;
}

.b-share {
    text-align: center;
}

.b-share__title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 13px;
}

#boxed #footer,
#boxed .copyright {
    width: 1020px;
}

#footer {
    background-color: #ffffff;
    color: #999999;
}

.footer_teaser {
    background-color: #C93C3C;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.footer_teaser .teasercontent {

    margin: 0 auto;
    padding: 30px 0;
    color: #fff;
}

h3 {
    font-family: Kaushan Script !important;
    font-size: 20px;
    line-height: 23px;
    font-style: normal;
}

#footer .footersidebar {
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0 30px 0;
}

.footersidebar .inner {
    padding: 0 20px;
}

.inner {
    position: relative;
    margin: 0 auto;
}

.one_half,
.half_width,
.one_third,
.two_third,
.one_fourth,
.one_fifth,
.four_fifth,
.one_sixth,
.two_fifth,
.three_fifth,
.three_fourth {
    display: inline;
    float: left;
    position: relative;
    margin-right: 4%;
}

.one_third {
    width: 30.66%;
}

.last {
    margin-right: 0 !important;
}

#footer .widget-title {
    font-family: Pacifico;
    color: #000000;
}

body {
    background-color: wheat;
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
}

.pagemid .inner {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.pagemid {
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
    margin: 20px auto 20px auto;
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}