.listing-block * {
    box-sizing: border-box;
}

.listing-block {
    padding: 60px 0 20px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .listing-block {
        padding: 80px 0;
    }
}

@media (min-width: 1200px) {
    .listing-block {
        padding: 80px 0;
    }
}

.listing-block a {
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
}

.listing-block .container {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .listing-block .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0 -15px;
    }
}

@media (min-width: 1200px) {
    .listing-block .row {
        margin: 0 -15px;
    }
}

.listing-block .row .col {
    padding: 0 0 30px;
    box-sizing: border-box;
}

@media (min-width: 1024px) {
    .listing-block .row .col {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .listing-block .row .col {
        padding: 0 15px;
    }
}

.listing-block .row #content {
    margin: 0;
}

@media (min-width: 1024px) {
    .listing-block .row #content {
        width: 66%;
    }
}

@media (min-width: 1024px) {
    .listing-block .row #sidebar {
        width: 34%;
    }
}

.listing-block .row #sidebar form, .listing-block .row #sidebar ul, .listing-block .row #sidebar ul li {
    display: block;
}

.post-article {
    margin: 0 0 35px;
    padding-bottom: 35px;
    border-bottom: solid 1px #e8e8e8;
}

@media (min-width: 768px) {
    .post-article {
        margin: 0 0 50px;
        padding-bottom: 50px;
    }
}

.post-article p {
    font-size: 16px;
    line-height: 24px;
}

.post-article .featured-image {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
    background-color: #1C9987;
    color:  #fff;
}

.post-article .featured-image img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.post-article .text-block {
    padding: 28px 0 0;
    position: relative;
}

.post-article .text-block a {
    text-decoration: none;
}

.post-article h3, .post-article .h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px;
    display: block;
}

.post-article h3 a, .post-article .h3 a {
    color: #000;
}

.post-article h3 a:hover, .post-article .h3 a:hover {
    color: #1C9987;
}

.post-article .read-more {
    color: #1C9987;
    text-decoration: underline;
    font-weight: 700;
    font-size: 17px;
}

.post-article .read-more:hover {
    text-decoration: none;
    color: #1C9987;
}

.post-article p {
    margin: 0 0 22px;
}

.post-article .meta {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px;
    padding-right: 60px;
}

.post-article .meta a {
    color: #000;
}

.post-article .meta a:hover {
    color: #1C9987;
}

.post-article .meta .date {
    color: #000;
}

.post-article .icon-share {
    position: absolute;
    right: 1px;
    top: 27px;
    background: url(images/icon-share.svg);
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
}

.widget {
    margin: 0 0 50px;
}

.widget .widgettitle {
    display: block;
    color: #000;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 10px;
    position: relative;
}

.widget .widgettitle span {
    position: relative;
}

.widget .widgettitle span:after {
    position: absolute;
    left: 100%;
    bottom: 5px;
    margin: 0 0 0 10px;
    content: "";
    width: 100px;
    background-color: #000;
    height: 1px;
}

.widget ul {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    border-bottom: solid 1px #e8e8e8;
}

@media (min-width: 1200px) {
    .widget ul {
        font-size: 16px;
        line-height: 20px;
    }
}

.widget ul li + li {
    border-top: solid 1px #e8e8e8;
}

.widget ul li a {
    display: block;
    padding: 16px 0;
    color: #000;
}

.widget ul li a:hover {
    color: #1C9987;
    text-decoration: none;
}

.widget .social-networks {
    margin: 0 -9px;
    padding-top: 30px;
}

.widget .social-networks li {
    margin: 0 9px;
}

.widget a {
    text-decoration: none;
}

.widget_categories ul {
    border-bottom: 0 !important;
}

.widget_categories ul li {
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 8px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget_categories ul li + li {
    border: 0;
}

.widget_categories ul li a {
    padding: 0;
}

.searchform > div, .searchform form, .widget_search > div, .widget_search form {
    border-bottom: solid 1px #e8e8e8;
    position: relative;
}

.searchform > div:before, .searchform form:before, .widget_search > div:before, .widget_search form:before {
    position: absolute;
    right: 0;
    top: 2px;
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
}

.searchform > div input[type='search'], .searchform form input[type='search'], .widget_search > div input[type='search'], .widget_search form input[type='search'] {
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    height: auto;
    padding: 0 50px 18px 0;
    min-height: inherit;
    outline: none;
}

.searchform > div [type='submit'], .searchform form [type='submit'], .widget_search > div [type='submit'], .widget_search form [type='submit'] {
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    min-height: inherit;
    background: none !important;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    border: 0;
}

.social-networks {
    padding: 0;
    list-style: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -9px;
}

.social-networks li {
    margin: 0 9px 10px;
}

.social-networks li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: relative;
    color: #000 !important;
    background-color: #1C9987;
    font-size: 15px;
}

.social-networks li a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social-networks li a.icon-facebook {
    background-color: #3b5998;
}

.social-networks li a.icon-twitter {
    background-color: #26a6d1;
}

.social-networks li a.icon-instagram {
    background-color: #d11969;
}

.social-networks li a.icon-instagram:before {
    margin-left: 1px;
}

.social-networks li a.icon-youtube {
    background: none;
    color: #ff0000 !important;
    width: auto;
    height: auto;
    font-size: 22px;
}

.social-networks li a.icon-youtube:before {
    position: static;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.paging .nav-links .prev, .paging .nav-links .next {
    padding: 8px 20px;
}

.paging {
    clear: both;
    text-align: center;
    width: 100%;
}

.paging .screen-reader-text {
    display: none;
}

.paging .nav-links a, .paging .nav-links span {
    color: #000 !important;
    text-decoration: none;
    background: none;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    margin: 2px 10px;
    border-radius: 100%;
    border: 0;
}

.paging .nav-links a:hover, .paging .nav-links span.current {
    opacity: 0.8;
}

.paging .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.paging .nav-links .next, .paging .nav-links .prev {
    font-size: 0;
    line-height: 0;
    padding: 0;
}

.paging .nav-links .next {
    text-align: center;
    position: static;
}

.paging .nav-links .next:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f054";
    font-family: 'FontAwesome';
}

.paging .nav-links .prev {
    text-align: center;
    position: static;
}

.paging .nav-links .prev:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f053";
    font-family: 'FontAwesome';
}

/*# sourceMappingURL=main.css.map */