.post-single__container {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

body:not(.page-id-29756) .post-single__container {
    align-items: flex-start;
}

@media(min-width: 992px) {
    .post-single__container {
        justify-content: center;
    }

    .post-single__container.--image {
        position: relative;
        flex-direction: row;
        justify-content: space-between;
    }

    .post-single__container.--image .post-single {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-self: stretch;
    }

    .post-single__container.--image .post-single {
        padding-left: 40px;
    }
}

@media(max-width:991px) {
    .post-single__container {
        padding: 0;
    }
}

.post-single__header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.post-title {
    margin: 0;
}

.post-single__top {
    padding: 0 20px;
}

@media(min-width: 992px) {
    .post-single__container.--image .post-single__header {
        min-width: 435px;
        min-height: 443px;
        padding: 0 20px 0;
        margin-top: 30px;
        margin-bottom: 30px;
        border-radius: 4px;
        overflow: hidden;
    }

    .post-single__container.--image .post-single__title {
        color: #fff
    }

    .post-single__container.--image .post-single__category a {
        color: rgba(255, 255, 255, .8) !important;
    }

    .post-single__container.--image .post-single__top {
        margin-top: 20px;
    }

    .post-single__top {
        padding: 0;
    }
}

@media(min-width: 1200px) {
    .post-single__container.--image .post-single__header {
        min-width: 480px;
        min-height: 633px;
    }
}

.post-single__category {
    font-size: 15px;
    letter-spacing: -.016em;
    line-height: 1.33343;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
}

.post-single__category a {
    color: #8e8e93 !important;
}

.post-single__title {
    font-size: 34px;
    letter-spacing: .018em;
    line-height: 1.20604;
    font-weight: 700;
    margin: 0;
}

.post-single__author {
    display: none;
}

@media(min-width: 992px) {
    .post-single__container.--image .post-single__author {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
        background: rgba(0, 0, 0, .3);
        padding: 15px;
    }

    .post-single__container.--image .post-single__author-image {
        min-width: 85px;
        width: 85px;
        height: 85px;
        margin-right: 15px;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
    }

    .post-single__container.--image .post-single__author-name {
        width: 100%;
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
    }
}

.post-single__thumbnails {
    height: 0;
}

.post-single__container.--image .post-single__thumbnails {
    height: 300px;
    width: 100%;
    margin-top: 20px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

@media (min-width: 992px) {
    .post-single__container.--image .post-single__thumbnails {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: 0;
        z-index: -2;
    }

    .post-single__container.--image .post-single__thumbnails:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: rgba(0, 0, 0, .3);
    }
}

.post-single__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

@media(max-width: 991px) {
    .post-single {
        padding: 0 20px;
    }
}

.entry-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
    color: #333;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .027em;
    line-height: 1.2223;
}

.entry-content b,
.entry-content strong {
    color: #111;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 17px;
    color: #000;
}

.entry-content ul,
.entry-content ol {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 1.5em;
    margin-bottom: 2em;
}

.entry-content ol {
    counter-reset: section;
}

.entry-content ul li,
.entry-content ol li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}

.entry-content ol li:before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #111;
}

.entry-content ul li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: .5em;
    left: 0;
    border: 2px solid #111;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social-in-post {
    display: none;
    width: 60px;
    min-width: 60px;
}

@media(min-width: 992px) {
    .social-in-post {
        position: relative;
        right: 0;
        display: flex;
        justify-content: center;
        align-self: stretch;
    }
}

.social-after-post {
    margin-bottom: 50px;
}

@media(min-width: 992px) {
    .social-after-post {
        margin-right: 60px;
    }
}

.social-after-post .entry-social__buttons {
    display: flex;
    justify-content: space-between;
}

.social-in-post .entry-social__buttons {
    position: absolute;
    top: 30px;
    width: 40px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.entry-social .social-button {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.social-after-post .social-button {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 5px;
    background: rgba(0, 0, 0, .04);
}

.social-in-post .social-button {
    min-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.entry-social .social-button:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-top: -2px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.social-after-post .social-button:before {
    margin-right: 8px;
}

@media(max-width: 991px) {
    .entry-social .social-button span {
        display: none;
    }

    .social-after-post .social-button:before {
        margin-right: 0;
    }
}

.social-after-post .social-button:not(:last-child) {
    margin-right: 10px;
}

.social-in-post .social-button:not(:last-child) {
    margin-bottom: 10px;
}

.social-after-post .social-button.--facebook,
.social-in-post .social-button.--facebook:hover {
    background-color: #3a579d;
}

.social-after-post .social-button.--facebook:before,
.social-in-post .social-button.--facebook:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='18' viewBox='0 0 9 18'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath d='M-8-3h24v24H-8z'/%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M5.625 6V3.96c.21-.702.674-.866 1.001-.866h2.01V.01L5.868 0C2.794 0 2.095 2.3 2.095 3.772V6H0v3.007h2.25V18h3.375V9.007h2.73L8.682 6H5.625z'/%3E %3C/g%3E %3C/svg%3E");
}

.social-in-post .social-button.--facebook:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='18' viewBox='0 0 9 18'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath d='M-8-3h24v24H-8z'/%3E %3Cpath fill='%233a579d' fill-rule='nonzero' d='M5.625 6V3.96c.21-.702.674-.866 1.001-.866h2.01V.01L5.868 0C2.794 0 2.095 2.3 2.095 3.772V6H0v3.007h2.25V18h3.375V9.007h2.73L8.682 6H5.625z'/%3E %3C/g%3E %3C/svg%3E");
}

.social-after-post .social-button.--facebook:hover {
    background-color: #334c82;
}

.social-after-post .social-button.--vkontakte,
.social-in-post .social-button.--vkontakte:hover {
    background-color: #4c74a2;
}

.entry-social .social-button.--vkontakte:before,
.social-in-post .social-button.--vkontakte:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' viewBox='0 0 22 12'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath d='M-1-6h24v24H-1z'/%3E %3Cpath fill='%23FFF' d='M18.276 5.884s2.898-3.81 3.187-5.061c.095-.447-.116-.698-.615-.698h-2.515c-.576 0-.787.233-.96.572 0 0-1.36 2.7-3.013 4.4-.532.55-.802.715-1.095.715-.236 0-.345-.183-.345-.68V.788c0-.608-.077-.787-.615-.787H8.274c-.307 0-.5.166-.5.393 0 .573.941.702.941 2.254v3.2c0 .645-.038.895-.364.895-.864 0-2.918-2.772-4.07-5.92C4.051.18 3.801 0 3.148 0H.634C.269 0 0 .232 0 .572c0 .626.787 3.523 3.878 7.404C5.95 10.587 8.678 12 11.134 12c1.498 0 1.862-.232 1.862-.823V9.174c0-.5.212-.715.519-.715.345 0 .955.103 2.38 1.413C17.585 11.374 17.7 12 18.621 12h2.822c.288 0 .557-.125.557-.572 0-.59-.826-1.646-2.093-2.897-.518-.644-1.363-1.342-1.631-1.664-.384-.375-.269-.59 0-.983'/%3E %3C/g%3E %3C/svg%3E");
}

.social-in-post .social-button.--vkontakte:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' viewBox='0 0 22 12'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath d='M-1-6h24v24H-1z'/%3E %3Cpath fill='%234c74a2' d='M18.276 5.884s2.898-3.81 3.187-5.061c.095-.447-.116-.698-.615-.698h-2.515c-.576 0-.787.233-.96.572 0 0-1.36 2.7-3.013 4.4-.532.55-.802.715-1.095.715-.236 0-.345-.183-.345-.68V.788c0-.608-.077-.787-.615-.787H8.274c-.307 0-.5.166-.5.393 0 .573.941.702.941 2.254v3.2c0 .645-.038.895-.364.895-.864 0-2.918-2.772-4.07-5.92C4.051.18 3.801 0 3.148 0H.634C.269 0 0 .232 0 .572c0 .626.787 3.523 3.878 7.404C5.95 10.587 8.678 12 11.134 12c1.498 0 1.862-.232 1.862-.823V9.174c0-.5.212-.715.519-.715.345 0 .955.103 2.38 1.413C17.585 11.374 17.7 12 18.621 12h2.822c.288 0 .557-.125.557-.572 0-.59-.826-1.646-2.093-2.897-.518-.644-1.363-1.342-1.631-1.664-.384-.375-.269-.59 0-.983'/%3E %3C/g%3E %3C/svg%3E");
}

.social-after-post .social-button.--vkontakte:hover {
    background-color: #46638f;
}

.social-after-post .social-button.--twitter,
.social-in-post .social-button.--twitter:hover {
    background-color: #55acee;
}

.entry-social .social-button.--twitter:before,
.social-in-post .social-button.--twitter:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath d='M-3-4h24v24H-3z'/%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M16.761 2.474A3.949 3.949 0 0 0 18.476.29a7.732 7.732 0 0 1-2.477.957A3.865 3.865 0 0 0 13.154 0c-2.15 0-3.897 1.77-3.897 3.95 0 .31.034.61.101.9-3.24-.166-6.111-1.736-8.036-4.13a3.986 3.986 0 0 0-.527 1.99c0 1.368.688 2.578 1.734 3.286a3.861 3.861 0 0 1-1.766-.492v.048c0 1.915 1.344 3.512 3.128 3.873a3.83 3.83 0 0 1-1.762.07c.497 1.569 1.936 2.71 3.643 2.741A7.754 7.754 0 0 1 0 13.873a10.945 10.945 0 0 0 5.975 1.774c7.17 0 11.091-6.018 11.091-11.238 0-.172-.003-.344-.01-.512A7.945 7.945 0 0 0 19 1.852c-.71.32-1.465.53-2.239.622z'/%3E %3C/g%3E %3C/svg%3E");
}

.social-in-post .social-button.--twitter:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath d='M-3-4h24v24H-3z'/%3E %3Cpath fill='%2355acee' fill-rule='nonzero' d='M16.761 2.474A3.949 3.949 0 0 0 18.476.29a7.732 7.732 0 0 1-2.477.957A3.865 3.865 0 0 0 13.154 0c-2.15 0-3.897 1.77-3.897 3.95 0 .31.034.61.101.9-3.24-.166-6.111-1.736-8.036-4.13a3.986 3.986 0 0 0-.527 1.99c0 1.368.688 2.578 1.734 3.286a3.861 3.861 0 0 1-1.766-.492v.048c0 1.915 1.344 3.512 3.128 3.873a3.83 3.83 0 0 1-1.762.07c.497 1.569 1.936 2.71 3.643 2.741A7.754 7.754 0 0 1 0 13.873a10.945 10.945 0 0 0 5.975 1.774c7.17 0 11.091-6.018 11.091-11.238 0-.172-.003-.344-.01-.512A7.945 7.945 0 0 0 19 1.852c-.71.32-1.465.53-2.239.622z'/%3E %3C/g%3E %3C/svg%3E");
}

.social-after-post .social-button.--twitter:hover {
    background-color: #4c99d4;
}

.social-after-post .social-button.--odnoklassniki,
.social-in-post .social-button.--odnoklassniki:hover {
    background-color: #ee8208;
}

.entry-social .social-button.--odnoklassniki:before,
.social-in-post .social-button.--odnoklassniki:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 0 0-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 0 0 1.688-1.687 1.69 1.69 0 0 0-1.688-1.688zm0 5.763a4.08 4.08 0 0 1-4.076-4.075 4.08 4.08 0 0 1 4.076-4.077 4.08 4.08 0 0 1 4.077 4.077 4.08 4.08 0 0 1-4.077 4.075zM10.025 15.624a7.633 7.633 0 0 1-2.367-.98 1.194 1.194 0 0 1 1.272-2.022 5.175 5.175 0 0 0 5.489 0 1.194 1.194 0 1 1 1.272 2.022 7.647 7.647 0 0 1-2.367.98l2.279 2.28a1.194 1.194 0 0 1-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 1 1-1.689-1.689l2.279-2.279'/%3E%3C/g%3E%3C/svg%3E");
}

.social-in-post .social-button.--odnoklassniki:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='%23ee8208' fill-rule='evenodd'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 0 0-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 0 0 1.688-1.687 1.69 1.69 0 0 0-1.688-1.688zm0 5.763a4.08 4.08 0 0 1-4.076-4.075 4.08 4.08 0 0 1 4.076-4.077 4.08 4.08 0 0 1 4.077 4.077 4.08 4.08 0 0 1-4.077 4.075zM10.025 15.624a7.633 7.633 0 0 1-2.367-.98 1.194 1.194 0 0 1 1.272-2.022 5.175 5.175 0 0 0 5.489 0 1.194 1.194 0 1 1 1.272 2.022 7.647 7.647 0 0 1-2.367.98l2.279 2.28a1.194 1.194 0 0 1-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 1 1-1.689-1.689l2.279-2.279'/%3E%3C/g%3E%3C/svg%3E");
}

.social-after-post .social-button.--odnoklassniki:hover {
    background-color: #cc7b1f;
}

.related-posts {
    background-color: #f2f2f2;
}

.related-posts>.container {
    padding-top: 45px;
    padding-bottom: 60px;
}

.related-posts__container {
    padding-left: 22px;
    padding-right: 22px;
}

.related-posts__title,
.comment-reply-title,
.comments-title {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 25px;
}

.slider__related-posts {
    position: relative;
}

.slider__related-posts__wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.slider__related-posts__item {
    width: 100%;
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-self: stretch;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.slider__related-posts__item-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.slider__related-posts__item-main {
    padding: 20px;
}

.slider__related-posts__item-header {
    min-height: 122px;
    margin-bottom: 24px;
}

.slider__related-posts__item-category {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #f60;
    margin-bottom: 8px;
}

.slider__related-posts__item-title {
    max-height: 96px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    -webkit-transition: color 0.1s ease-out;
    -moz-transition: color 0.1s ease-out;
    -ms-transition: color 0.1s ease-out;
    -o-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
}

@media (min-width:992px) {
    .slider__related-posts__item:hover .slider__related-posts__item-title {
        color: #f60;
    }
}

.slider__related-posts__item-meta {
    color: #777;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.slider__related-posts__item-img {
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-button-next,
.swiper-button-prev {
    height: 44px;
    width: 30px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.slider__related-posts .swiper-button-next,
.slider__related-posts .swiper-button-prev {
    color: #000;
    background-image: none;
}

.slider__related-posts .swiper-button-next {
    right: -30px;
}

.slider__related-posts .swiper-button-prev {
    left: -30px;
}

.comments-area {
    padding: 45px 0 60px;
}

.comment-reply-title a,
.comment-form .logged-in-as a {
    color: #457afb !important;
    font-size: 18px;
}

.comment-reply-title small {
    font-weight: normal;
}

.comment-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media(min-width: 768px) {
    .comment-form {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.comment-form p.form-submit {
    margin-bottom: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment,
.form-submit,
.g-recaptcha,
.grecaptcha-result {
    width: 100%;
}

@media(min-width: 768px) {

    .comment-form-author,
    .comment-form-email {
        width: 49%;
    }

    .comment-form-author {
        margin-right: 2%;
    }
}

.grecaptcha-result {
    color: red;
}

.comments-title {
    margin-top: 25px;
}

ol.comment-list,
ol.comment-list ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment.depth-1 {
    padding: 0 15px;
    background: #efeff4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.comment-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.comment-box:only-child {
    border-bottom: none;
}

.comment__avatar {
    height: 38px;
    min-width: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.comment__content-container {
    width: 100%;
    margin-left: 12px;
}

.comment__content-header {
    line-height: 24px;
    color: #457afb;
}

.comment__content-header>.comment-author {
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
}

.comment__awaiting-moderation {
    font-weight: 500;
    color: #f60;
}

.comment__content,
.comment__awaiting-moderation {
    line-height: 22px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.comment__content p {
    margin: 0;
}

.comment__content-footer>.comment-time {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 8px 6px 0;
    color: #8e8e93;
}

.comment__content-footer>.comment-reply-link {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 0;
    font-weight: 600;
    cursor: pointer;
}

.comment-list .comment-respond {
    padding: 15px 0;
}

.comment-list .comment-respond:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}

ol.comment-list ol {
    margin-left: 50px;
}

.wp-caption {
    width: 100% !important;
    max-width: 100%;
    margin: 20px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.wp-caption.alignleft {
    float: left;
    margin-right: 1em
}

.wp-caption.alignright {
    float: right;
    margin-left: 1em
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-caption img {
    display: block;
}

.wp-caption figcaption {
    margin: 0;
    padding: 14.5px 20px 15.5px;
    color: #8e8e93;
    text-align: left;
    background: #efeff4;
    font-size: 18px;
    line-height: 1.2223;
    font-weight: 400;
    letter-spacing: .027em;
}

.zhdlightbox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.zhdlightbox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.zhdlightbox-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.zhdlightbox-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    overflow-y: auto;
    z-index: 99994
}

.zhdlightbox-image {
    position: absolute;
    top: 50px;
    left: 10px;
    right: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    z-index: 99995
}

@media (min-width: 768px) {
    .zhdlightbox-image {
        top: 70px;
        left: 70px;
        right: 70px
    }
}

.zhdlightbox-image img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-width: 100%;
    max-height: 100%
}

.zhdlightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 99996
}

@media (min-width: 768px) {
    .zhdlightbox-close {
        top: 40px;
        right: 40px
    }
}

.zhdlightbox-close:hover {
    opacity: 1
}

.zhdlightbox--open {
    display: block
}

.zhdlightbox--open .zhdlightbox-bg {
    opacity: .9
}

.zhdlightbox--open .zhdlightbox-image {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.zhdlightbox-scroll {
    overflow: hidden;
    height: auto
}