.page-main {
    max-width: 100%;
    padding: 0;
}
.columns .column.main {
    padding: 0;
}
.homepage-bar {
    border-top: 0;
    border-bottom: 1px solid #eee;
    border-bottom-color: rgba(0,0,0,0.06);
    background-color: transparent;
    text-align: center;
    padding: 20px 0 10px;
}
.homepage-bar > .row > * {
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage-bar [class*=" porto-icon-"], .homepage-bar [class^=porto-icon-], .homepage-bar [class*=" porto-new-icon-"], .homepage-bar [class^=porto-new-icon-] {
    font-size: 35px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.homepage-bar [class^="porto-icon-"]:before, .homepage-bar [class*=" porto-icon-"]:before, .homepage-bar [class^="porto-new-icon-"]:before, .homepage-bar [class*=" porto-new-icon-"]:before{
    vertical-align: middle;
}
.homepage-bar .text-area {
    color: #222529;
}
.homepage-bar h3 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 3px;
    color: #222529;
}
.homepage-bar p {
    font-size: 13px;
    line-height: 15px;
    color: #777;
}
@media (min-width: 768px) {
    .filterproducts-tab .data.items {
        background: transparent;
    }
    .filterproducts-tab .data.items>.item.title {
        float: right;
        background-color: transparent;
    }
    .filterproducts-tab .data.items>.item.title a.switch {
        border: 0;
        padding: 0;
        margin-right: 30px;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        border-bottom: 3px solid transparent;
        display: inline-block;
    }
    .filterproducts-tab .data.items>.item.title.active a.switch, .filterproducts-tab .data.items>.item.title a.switch:hover  {
        border-bottom: 3px solid;
        text-decoration: none;
        color: #606da6;
    }
    .filterproducts-tab .data.items>.item.content {
        margin-top: 50px;
        box-sizing: border-box;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        width: 100%;
    }
    .filterproduct-title + .filterproducts-tab {
        margin-top: -54px;
    }
}
.recent-posts .item .post-image {
    position: relative;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.recent-posts .item .post-image img {
    border-radius: 0;
    display: block;
}
.recent-posts .post-date {
    float: none;
    position: absolute;
    left: 12px;
    top: 12px;
    background-color: #606da6;
    margin: 0;
    padding: 15px;
}
.recent-posts .post-date .day {
    color: #fff;
    background-color: transparent;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 1;
    padding: 0;
}
.recent-posts .post-date .month {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    line-height: 1;
    margin-top: 4px;
    opacity: .5;
    width: auto;
}
@media (min-width: 1160px) {
    .recent-posts > .item > .row > .col-md-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .recent-posts > .item > .row > .col-md-7 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}
.recent-posts .postCats > span {
    display: inline-block;
    padding: 8px 15px;
    background: #222529;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-indent: 0;
    line-height: 1;
    text-transform: uppercase;
    border-radius: .25rem;
    letter-spacing: 0.01em;
    vertical-align: middle;
}
.recent-posts .postCats {
    margin-bottom: 16px;
}
.recent-posts .postTitle {
    min-height: 0;
}
.recent-posts .postTitle h2 {
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recent-posts .postTitle h2 > a {
    color: #222529;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.3px;
}
.recent-posts .postContent {
    font-size: 13px;
    line-height: 25px;
    font-family: 'Open Sans';
    letter-spacing: 0.1px;
}
.recent-posts .postContent > p {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 1440px) {
    .recent-posts .postContent > p {
        -webkit-line-clamp: 3;
    }
}
.recent-posts a.readmore {
    border-radius: 0;
    font-size: 11px;
    padding: 8px 20px;
    color: #222529;
    border: 2px solid #e7e7e7;
    height: auto;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.65px;
    line-height: 1.3333;
    transition: all .3s;
    text-decoration: none;
}
.recent-posts a.readmore:hover {
    color: #fff;
    background-color: #606da6;
    border-color: #606da6;
}