@charset "UTF-8";

/* # Breadcrumbs */

.nn-breadcrumbs {
    margin: 0 0 20px;
    padding: 0;
}

.nn-breadcrumbs li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

.nn-breadcrumbs li .sep-link:after {
    content: "";
    border: 1px solid;
    width: 7px;
    height: 7px;
    border-color: transparent #0056b3 #0056b3 transparent;
    transform: rotate(-45deg);
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.nn-breadcrumbs li a {
    vertical-align: middle;
}

/* # Posts styles */

article.post {
    max-width: 100%;
}

article.post img {
    max-width: 100%;
    height: auto;
}

article.post iframe {
    max-width: 100%;
}

.entry-header {
    width: 100%;
}

.entry-title {
    padding-bottom: .5rem;
}

.page .entry-title {
    margin-bottom: 2rem;
}

.img-wrap {
    margin-bottom: 30px;
}

.nn-breadcrumbs {
    margin: 0 !important;
}

.nn-breadcrumbs li,
.nn-breadcrumbs a {
    color: #999;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

.nn-breadcrumbs a:hover {
    color: #d7d7d7;
}

.nn-breadcrumbs a:after {
    border-color: transparent #999 #999 transparent !important;
}

.breadcrumbs {
    margin: 0 0 20px;
    color: #d7d7d7;
}

.breadcrumbs span,
.breadcrumbs a {
    color: var(--text-color);
    font-size: .75rem;
}

.breadcrumbs span:first-letter,
.breadcrumbs a:first-letter {
    text-transform: uppercase;
}

.breadcrumbs > span {
    vertical-align: top;
    line-height: 1.3rem;
    padding: 0 6px;
}

.breadcrumbs > span:first-child {
    padding-left: 0;
}

.breadcrumbs > span:last-child {
    padding-right: 0;
}

.text {
    margin-bottom: 20px;
}

.singular-post article h1,
.singular-post article h2,
.singular-post article h3,
.singular-post article h4,
.singular-post article h5,
.singular-post article h6 {
    word-break: break-word;
}

.singular-post article .entry-title:before {
    content: "";
    border-bottom: 4px solid red;
    width: 80px;
    position: absolute;
    top: clamp(34px, 1.115rem + 3.51vw, 60px);
    z-index: -1;
    display: inline-block;
    transform: translate(-20px, 10px);
}

.singular-post article img {
    max-width: 100%;
    height: auto;
}

.singular-post article .post-thumbnail {
    margin-bottom: 20px;
}

.singular-post article .post-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 700px;
    width: 100%;
}

.singular-post article .tags-short {
    margin: 20px 0;
    font-weight: 400;
}

.singular-post article .entry-end {
    border-top: 1px dashed var(--forms-border-color);
    margin: 20px 0 40px;
    height: 0;
    width: 100%;
}

.singular-post article .ssba-wrap {
    margin-bottom: 20px;
}

.singular-post article .ssba-wrap > div {
    font-size: var(--font-size);
}

.singular-post article .ssba-wrap img {
    padding: 2px;
}

.singular-post article .ssba-wrap a {
    padding: 0 3px;
}

.singular-post article .small {
    font-size: 14px;
    line-height: 1.5em;
}

.singular-post article .small p {
    margin-bottom: 20px;
}

.singular-post article blockquote {
    line-height: 1.9em;
    font-weight: 500;
    font-style: italic;
    border-left: 4px solid #eee;
    margin: 20px 0 20px 20px;
    padding: 0 0 0 30px;
}

.singular-post article blockquote cite {
    font-weight: 400;
}

.singular-post article .wp-block-pullquote {
    padding: 2em 0;
}

.singular-post article hr + h1,
.singular-post article hr + h2,
.singular-post article hr + h3 {
    margin-top: 20px;
}

.singular-post article ol,
.singular-post article ul {
    font-size: var(--font-size);
    margin-left: 1rem;
}

.singular-post article ol ul,
.singular-post article ol ol,
.singular-post article ul ul,
.singular-post article ul ol {
    margin-top: 5px;
    padding-left: 0;
}

.singular-post article ol li,
.singular-post article ul li {
    margin-bottom: 6px;
}

.singular-post article dd {
    font-style: italic;
    margin-left: 1rem;
}

.singular-post article dt {
    margin-top: 1em;
}

.singular-post article .social-small {
    margin-bottom: 15px;
}

.singular-post article .social-small a {
    padding: 0 5px;
}

.singular-post article .social {
    margin-top: 30px;
    margin-bottom: 15px;
}

.singular-post article ul.wp-block-gallery {
    margin-left: 0;
}

.singular-post article .gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.singular-post article .gallery .gallery-caption {
    font-size: var(--font-size);
}

.singular-post article .gallery:after {
    display: table;
    content: "";
    clear: both;
}

.singular-post article .gallery-item {
    margin: 0;
    float: left;
    padding: .5em;
}

.singular-post article .gallery-item a {
    width: 100%;
}

.singular-post article .gallery-item img {
    width: 100%;
}

.singular-post article .gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.singular-post article .gallery-columns-2 .gallery-item {
    width: 50%;
}

.singular-post article .gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.singular-post article .gallery-columns-4 .gallery-item {
    width: 25%;
}

.singular-post article .gallery-columns-5 .gallery-item {
    width: 20%;
}

.singular-post article .gallery-columns-6 .gallery-item {
    width: 16.6667%;
}

.singular-post article .gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.singular-post article .gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.singular-post article .gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.singular-post article .gallery-columns-2 .gallery-item:nth-child(2n+1),
.singular-post article .gallery-columns-3 .gallery-item:nth-child(3n+1),
.singular-post article .gallery-columns-4 .gallery-item:nth-child(4n+1),
.singular-post article .gallery-columns-5 .gallery-item:nth-child(5n+1),
.singular-post article .gallery-columns-6 .gallery-item:nth-child(6n+1),
.singular-post article .gallery-columns-7 .gallery-item:nth-child(7n+1),
.singular-post article .gallery-columns-8 .gallery-item:nth-child(8n+1),
.singular-post article .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.singular-post article .alignleft {
    float: left;
    margin-right: 1.5em;
    margin-top: .5em;
    margin-bottom: .5em;
}

.singular-post article .alignright {
    float: right;
    margin-left: 2em;
    margin-top: .5em;
    margin-bottom: 1em;
    display: inherit;
}

.singular-post article .aligncenter {
    clear: both;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1em;
    text-align: center;
    display: inherit;
}

.singular-post article input:not([type=submit], [type=button]),
.singular-post article select,
.singular-post article textarea {
    width: 100%;
}

.singular-post .woocommerce {
    margin: 50px 0;
}

.singular-post .woocommerce .products {
    place-items: center;
    margin-left: auto;
    margin-right: auto;
}

.singular-post .woocommerce .products:before,
.singular-post .woocommerce .products:after {
    display: none !important;
}

.singular-post .woocommerce li {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
    max-width: 315px;
}

.li-compact.li-compact ul {
    margin-left: .5rem;
}

.pages-pagination {
    margin-bottom: 40px;
}

.entry-edit-link {
    margin-top: 40px;
}

.entry-edit-link .dashicons {
    font-size: 1.5rem;
}

.singular-post .paging-navigation {
    border-bottom: 1px dashed var(--forms-border-color);
    margin: 40px 0;
    width: 100%;
    padding-bottom: 40px;
}

.singular-post .paging-navigation hr {
    display: none;
}

.singular-post .paging-navigation .pagination {
    display: flex;
}

.singular-post .paging-navigation .pagination > div {
    flex: 1 1 auto;
    position: relative;
    align-self: center;
}

.singular-post .paging-navigation .pagination > div a {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.singular-post .paging-navigation .pagination .nav-next {
    text-align: right;
    padding: 0 35px 0 20px;
    max-width: 50%;
    margin-left: auto;
}

.singular-post .paging-navigation .pagination .nav-previous {
    text-align: left;
    padding: 0 20px 0 35px;
    max-width: 50%;
    margin-right: auto;
}

.singular-post .paging-navigation .pagination .post-title {
    color: var(--link-color);
    word-wrap: break-word;
}

.singular-post .paging-navigation .pagination .screen-reader-text {
    font-weight: 300;
}

.singular-post .paging-navigation .pagination .nav-previous a:before,
.singular-post .paging-navigation .pagination .nav-next a:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg) translateY(-50%);
    background: none;
    position: absolute;
    top: 50%;
    transform-origin: top;
}

.singular-post .paging-navigation .pagination .nav-previous a:before {
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    left: -1.8rem;
}

.singular-post .paging-navigation .pagination .nav-next a:before {
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    right: -1.8rem;
}

.archive-posts .off-btm-brd .end-content-post::before,
.singular-post .off-btm-brd .paging-navigation {
    border: 0;
    padding-bottom: 0;
}

.single-format-video iframe,
.single-format-audio iframe {
    width: 100%;
    height: 56.25vw;
}

.entry-content {
    word-break: break-word;
}

.entry-content p {
    word-break: break-word;
}

.entry-content iframe[src*="youtube.com/embed"] {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

/* # Woocommerce */

ul.products {
    margin: 0;
    padding: 0;
}

ul.products li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.products {
    --wdt: 1fr;
}

.products.columns,
.products.columns-1,
.products.columns-2,
.products.columns-3,
.products.columns-4,
.products.columns-5,
.products.columns-6 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 20px;
}

.products.columns-2 {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.products.columns-3 {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.products.columns-4 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.products.columns-5 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.products.columns-6 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: 500;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 40px;
}

.woocommerce span.onsale {
    width: 55px;
    height: 55px;
    padding: 0;
    line-height: 55px;
    background-color: red;
    border-radius: 100%;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 auto 1em;
}

/* # Comments block */

.comments-area {
    margin-top: 20px;
}

.comments-area .comments-title {
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 800;
}

.comments-area .comments-title span {
    color: #0082c8;
}

.comments-area .comment-navigation {
    margin: 0 0 30px;
}

.comments-area .screen-reader-text {
    display: none;
}

.comments-area .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}

.comments-area .nav-links .nav-next {
    text-align: right;
    grid-column-start: 2;
}

.comments-area .comments-ol .comment-list,
.comments-area .comments-ol .children {
    margin: 0;
    padding: 0;
}

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

.comments-area .comments-ol .comment-single {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 10px;
    margin-bottom: 25px;
}

.comments-area .comments-ol .comment-single .comment-author-avatar:after {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid;
    border-color: transparent #0056b3 #0056b3 transparent;
    transform: rotate(-45deg);
    display: inline-block;
    position: initial;
    margin-left: 10px;
    vertical-align: middle;
}

.comments-area .comments-ol .comment-single .comment-content {
    border: 1px solid rgba(0, 0, 0, .125);
}

.comments-area .comments-ol .comment-single .comment-info {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.comments-area .comments-ol .comment-single .comment-author {
    font-size: 14px;
    line-height: 17.5px;
    margin-bottom: 10px;
}

.comments-area .comments-ol .comment-single .comment-author .authorcomment {
    color: var(--main-color);
}

.comments-area .comments-ol .comment-single .comment-text {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.comments-area .comments-ol .comment-single .comment-reply {
    padding: .75rem 1.25rem;
}

.comments-area .comments-ol .comment-single .comment-reply .comment-reply-link {
    padding: 15px 30px;
    font-size: 18px;
}

.comments-area .comments-ol li ul.children {
    margin-left: 40px;
}

.comments-area .comment-respond {
    padding-bottom: 60px;
}

.comments-area .comment-respond .comment-reply-title {
    font-size: 30px;
    margin-bottom: 18px;
}

.comments-area .comment-respond .comments-field-comment {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dadada;
    color: #24292e;
    display: block;
    font-size: 15px;
    margin: 0 0 20px;
    outline: 0;
    padding: 30px 10px 10px;
    width: 100%;
    font-weight: 600;
    height: 64px;
    transition: border-color .15s ease-in-out,
                box-shadow .15s ease-in-out,
                background-color .4s ease-in-out;
}

.comments-area .comment-respond .comments-field-comment::-moz-placeholder {
    color: #24292e;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.comments-area .comment-respond .comments-field-comment:-ms-input-placeholder {
    color: #24292e;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.comments-area .comment-respond .comments-field-comment::placeholder {
    color: #24292e;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.comments-area .comment-respond .comments-field-comment:focus {
    background-color: #fff;
    border-color: var(--main-color);
}

.comments-area .comment-respond .comments-field input {
    padding: 15px 10px;
    border: 1px solid #eee;
    outline: none;
    background-color: #fff;
    margin-bottom: 20px;
}

.comments-area .comment-respond .logged-in-as a {
    display: inline-block;
    margin-right: 20px;
}

.comments-area .comment-respond #cancel-comment-reply-link {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
}

.comments-area .comment-respond .comment-recap {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.comments-area .comment-respond .btn-comment-submit-wrp {
    position: relative;
    z-index: 3;
}

/* # Posts single styles */

.site {
    background: #f6f6f6;
}

.post .entry-header-wrap {
    padding: clamp(50px, 1.571rem + 5.41vw, 90px) 0;
}

.single-container .entry-header {
    background: #1d2228;
    color: #fff;
}

.single-container .entry-header .entry-title,
.single-container .entry-header .entry-description {
    color: #fff;
    max-width: 900px;
}

.single-container .entry-header .entry-title {
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 20px;
}

.single-container .entry-header .entry-title {
    font-size: 34px;
}

.single-container .entry-header .entry-description {
    font-size: 18px;
}

.single-container .entry-content-wrap {
    margin-top: clamp(40px, 1.723rem + 2.7vw, 60px);
}

.single-container .entry-image {
    margin-top: clamp(-50px, 2.348rem + 2.7vw, -70px);
}

.single-container article .post-thumbnail img {
    width: auto;
}

.single-container .post-navigation {
    max-width: var(--container);
    margin: 0 auto;
    padding: clamp(10px, -1.318rem + 6.76vw, 60px) 0 40px;
}

.single-container .post-navigation .screen-reader-text {
    display: none;
}

.single-container .post-navigation a {
    text-decoration: none;
    padding: 18px 30px;
    border: 1px solid #ddd;
    transition: all .4s ease-in-out;
    display: inline-block;
}

.single-container .post-navigation a:after {
    content: "→";
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    line-height: 0;
    padding-bottom: 5px;
    vertical-align: middle;
}

.single-container .post-navigation a:hover {
    background: #eee;
}

.single-container .post-navigation .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}

.single-container .post-navigation .nav-links .nav-previous a:after {
    display: none;
}

.single-container .post-navigation .nav-links .nav-previous a:before {
    content: "←";
    margin-right: 10px;
    padding-bottom: 5px;
    font-size: 20px;
}

.single-container .post-navigation .nav-links .nav-next {
    text-align: right;
    grid-column-start: 2;
}

.single-container .post-author-bio {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
}

.single-container .post-author-bio li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-container .post-author-bio .post-author-avatar {
    padding: 20px;
}

.single-container .post-author-bio .post-author-content {
    padding: 20px 20px 20px 0;
}

.single-container .post-author-bio .post-author-name {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}

.single-container .post-author-bio .post-author-desc {
    font-size: 14px;
    line-height: 21px;
}

.single-container .entry-author {
    margin: 20px 0;
}

.single-container .entry-author .author-soc-wrap {
    margin: 0;
    padding: 5px 10px;
    background: #fcfcfc;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.single-container .entry-author .author-soc-wrap a {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.single-container .entry-author .author-soc-wrap a svg {
    max-width: 18px;
    height: auto;
    fill: #444;
    color: #444;
}

.single-container .post-share {
    margin-bottom: 40px;
    text-align: right;
}

.footer {
    border-top: 0;
    background-color: #f6f6f6;
}

.single-post .single-container article .post-thumbnail img {
    width: 100%;
}

article .post-thumbnail img {
    width: 100%;
}

@media screen and (min-width: 300px) {
    .single-container .entry-header .entry-title {
        font-size: calc(34px + 16 * ((100vw - 300px) / 468));
    }
}

@media screen and (min-width: 768px) {
    .single-container .entry-header .entry-title {
        font-size: 50px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1380px) {
    .products.columns-6 {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
}

@media screen and (max-width: 1380px) {
    .entry-header-wrap,
    .entry-content-wrap,
    .post-navigation,
    .entry-image,
    .comments-area {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 1200px) {
    ul.products {
        max-width: 800px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 992px) {
    .comments-area {
        max-width: 690px;
        margin-left: auto;
        margin-right: auto;
    }
    .single-container .post-navigation {
        max-width: 690px;
        margin-left: auto;
        margin-right: auto;
    }
    .single-container .post-navigation .nav-links .nav-title {
        display: none;
    }
    .single-container .post-author-bio {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .single-container .post-author-bio .post-author-content {
        padding: 0 10px 20px;
    }
}

@media screen and (max-width: 768px) {
    .single-format-video iframe,
    .single-format-audio iframe {
        max-height: 625px;
    }
    .comments-area .comments-ol .comment-single {
        grid-template-columns: 1fr;
    }
    .comments-area .comments-ol .comment-single .comment-author-avatar {
        padding: .75rem 1.25rem 0;
        border: 1px solid rgba(0, 0, 0, .125);
        border-bottom: 0;
    }

    .comments-area .comments-ol .comment-single .comment-author-avatar:after {
        display: none;
    }
    .comments-area .comments-ol .comment-single .comment-content {
        border-top: 0;
    }
    .comments-area .comment-respond .comment-recap .g-recaptcha {
        transform-origin: left;
    }
    .single-container .post-author-bio .post-author-avatar img {
        max-width: 100px;
    }
    .single-container .entry-author .author-soc-wrap {
        text-align: center;
    }
    .single-container .post-share {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    article.post iframe {
        height: 50vw;
        margin: 0 auto;
        display: block;
    }
    .singular-post article ol {
        margin-left: 15px;
        padding-left: 0;
    }

    .singular-post article ul {
        margin-left: 15px;
        padding-left: 0;
    }

    .entry-edit-link {
        text-align: left;
        margin-top: 20px;
    }

    .singular-post .paging-navigation {
        margin: 20px 0;
        padding-bottom: 20px;
    }

    .singular-post .paging-navigation .pagination .nav-next {
        max-width: 100%;
        width: 100%;
        padding: 10px 0 !important;
    }

    .singular-post .paging-navigation .pagination .nav-previous {
        max-width: 100%;
        width: 100%;
        padding: 10px 0 !important;
    }

    .singular-post .paging-navigation .pagination {
        flex-flow: column nowrap;
    }

    .singular-post .paging-navigation .pagination .nav-previous,
    .singular-post .paging-navigation .pagination .nav-next {
        text-align: center;
        padding: 10px;
    }

    .singular-post .paging-navigation .pagination .nav-previous a:before,
    .singular-post .paging-navigation .pagination .nav-next a:before {
        content: none;
    }
    .single-container .entry-image {
        text-align: center;
    }
    .single-container .post-navigation a {
        padding: 10px;
    }
}

/*# sourceMappingURL=post.css.map */
