/*breadcrumbs*/
.blog__breadcrumbs {
    text-align: center;
    margin: 1rem auto;
}
.blog__breadcrumbs a {
    color: #757575;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}
.blog__breadcrumbs a:hover {
    color: #000;
}
/*post*/
.post {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 1rem auto;
}

.post__main video,
.post__main iframe{
    max-width: 100%;
    width: 100%;  
}

.post__main ul {
    list-style-type: inherit;
}

.post-video {
    position: relative;
    padding-bottom: 56.25%;
    margin: 2rem 0;
    height: 0;
}

.post-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.post__featured-image {
    margin-bottom: 1rem;
}

.post__main .post__tags a {
    display: inline-block;
    color: #000;
    background-color: #d9d9d9;
    font-family: "Roboto Condensed","Roboto",sans-serif;
    font-weight: 400;
    letter-spacing: .05rem;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.25em 0.75em;
    margin: 0.25em;
    transition: color .2s,background-color .2s;
}
.post__main .post__tags a:hover {
    background-color: #000;
    color: #fff;
}

.post__main .post__title {
    font-family: "Roboto Condensed","Roboto",sans-serif;
    font-weight: 400;
    letter-spacing: .05rem;
    margin: 1rem 0;
    font-size: 2.5em;
}

.post__timestamp {
    font-size: .9em;
}
.post__main p {
    margin-top: 1em;
    margin-bottom: 1em;
}
.post__main a {
    text-decoration: underline;
    color: #000;
    transition: color .2s;
}
.post__main a:hover {
    color: #106fad;
}
.post__main {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
}
.post .blog__search {
    flex: 0 0 100%;
    margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  
    .post__tags a:first-child {
        margin-left: 0;
    }
    .post__main {
        flex: 0 0 70%;
        width: 70%;
        padding-right: 1rem;
    }
    .post__aside {
        flex: 0 0 30%;
        width: 30%;
        padding-left: 1rem;
    }

}
@media screen and (max-width: 767px) {
    .post__main {
        font-size: 85.5%;
        flex: 0 0 100%;
        width: 100%;
    }
    .post__aside {
        flex: 0 0 100%;
        width: 100%;
    }
}

/*aside*/
.post__aside img {
    max-width: 100%;
    height: auto;
}

.related-products-widget {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.related_posts_widget{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}
.related-products-widget .related-products-widget__item {
    margin-bottom: 1rem;
}
.related-products-widget__item {
    box-shadow: 0 1px 3px #00000042;
    transition: box-shadow .3s;
}
.related-products-widget__item a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 1rem;
}

.products-widget__name {
    display: block;
    font-family: "Roboto Condensed","Roboto",sans-serif;
    font-weight: 400;
    letter-spacing: .05rem;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.products-widget__description {
    display: block;
    margin-bottom: 0.5em;
    font-size: 16px;
    line-height: 22.4px;
}
.products-widget__cta {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
}

.post__aside .widgettitle {
    font-family: "Roboto Condensed","Roboto",sans-serif;
    font-weight: 400;
    letter-spacing: .05rem;
    margin: 1rem 0;
    font-size: 1.5em;
}

.related_posts_widget__item:not(:last-child)  {
    margin-bottom: 1rem;
}
.related_posts_widget__item {
    display: flex;
    text-decoration: none;
    color: #000;
    box-shadow: 0 1px 3px #00000042;
    transition: box-shadow .3s;
    padding: 1rem;
    position: relative;
}

.related-products-widget__item:hover,
.related_posts_widget__item:hover {
    box-shadow: 0 10px 6px 0 rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: 0 10px 6px 0 rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0 10px 6px 0 rgba(51, 51, 51, 0.2);
    
}   

.related-posts__image {
    flex: 0 0 30%;
    position: relative;
    overflow: hidden;
    padding-bottom: 17.25%;
}
.related-posts__image picture,
.related-posts__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%) translateY(-50%);
    width: 100%;
}
.related-posts__info {
    flex: 0 0 70%;
    padding-left: 1rem;
}
.related-posts__title {
    color: #000;
    display: block;
    font-family: "Roboto Condensed","Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05rem;
    
}
.related-posts__title a {
    color: #000;
}
.related-posts__title a::before {
    content:'';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.related-posts__timestamp {
    font-size: .8em;
}

/*gallery*/
.gallery-section {
    overflow: hidden;
    margin: 2em 0;
    position: relative;
    width: 100%;

}

.gallery-list__item .gallery-list__item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor:zoom-in;
    width: 100%;
    height: 100%;
}
/*.gallery-list__item .img-fit-cover {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/

.gallery-button {
    height: 37px;
    width: 37px;
    cursor: pointer;
    transition: background-color .1s;
    border: none;
    background-color: #333;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    top: calc(50% - 27px);
    z-index: 2;
}
.gallery-button.swiper-button-disabled {
    opacity: 0;
}
.gallery-button  svg {
    text-align: center;
    fill: #fff;
    width: 20px;
}

.gallery-button:hover {
    background-color: #000;
}
.gallery-button-prev {
    left: 5px;
}
.gallery-button-next  {
    right: 5px;
}

@media screen and (min-width: 640px) {
    .gallery-section .swiper-slide {
        width: 25%;
    }
}
@media screen and (max-width: 639px) {
    .gallery-section .swiper-slide {
        width: 33.33%;
    }
}
@media screen and (max-width: 479px) {
    .gallery-section .swiper-slide {
        width: 50%;
    }   
}


.blog__nav {
    background: #f8f8f8;
    overflow: auto;
    width: 100%;
}
.blog__nav__wrapper {
    max-width: 100%;
}
.blog__nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 36px;
}
@media screen and (min-width: 1024px) {
    .blog__nav__wrapper {
        max-width: 1024px;
        margin: 0 auto;
    }
    .blog__nav ul {
        justify-content: center;
    }

}

.blog__nav .menu-item {
    flex:  0 0 96px;
    position: relative;
    display: block;
}
.blog__nav .menu-item.active {
    border-bottom: 2px solid #000;
}

.blog__nav a {
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 1rem 0;
}

.blog__nav .blog__nav-icon {
    display: block;
    margin: 0 auto 1em;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.blog__nav .blog__nav-icon svg,
.blog__nav .blog__nav-icon img {
    display: block;
    margin: 0 auto;
    max-height: 50px;
}

@media screen and (min-width: 768px) {
    .blog__heading {
        padding-left: 1rem;
        padding-right: 1rem;
        margin: 1rem auto;
        max-width: 960px;
    }
    .blog__search .form__search {
        margin: 0;
        width: 33.3333333333%;
    }

}

.blog__heading h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: .05rem;
    margin: 1rem 0;
    font-size: 2.5em;
    text-align: center;
}

.blog__search .form input[type=search] {
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNy43NyAxNy4zMiI+PHBhdGggZD0iTTE2LjM0LDE3LjMyLDExLDExLjhhNi42Nyw2LjY3LDAsMSwxLDEuMzMtMS41bDUuNDgsNS42MlpNNi42OCwyYTQuNjgsNC42OCwwLDEsMCw0LjY4LDQuNjhBNC42OSw0LjY5LDAsMCwwLDYuNjgsMloiIGZpbGw9IiMyMzFmMjAiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 1em center;
    background-size: 1em;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 1em 1em 1em 3em;

}
@media screen and (max-width: 767px) {
    .blog__search .form__search {
        margin: 0 1rem;
        width: calc(100% - 2rem);
        padding: 0 1rem;
    }

    .post .blog__search .form__search {
        padding: 0;
    }
}

.post-list {
    background: #eee;
}

.post-list__wrapper {
    display: flex;
    flex-direction: column;
    margin: 1rem 1rem 0 1rem;
    padding: 2rem 1rem 1rem 1rem;
    gap: 16px;
}

.post-list .post-card img {
    max-width: 100%;
}

.post-list .post-card {
    background: #fff;
    border-radius: 3px;
    position: relative;
}

.post-list .post-card__image {
    position: relative;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    padding-bottom: 50%;
    width: 100%;
}

.post-list .post-card__content {
    padding: 1rem;
}

.post-list .post-card__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    object-fit: cover;
    transform: translate(-50%) translateY(-50%);
    width: 100%;
}

.post-list .post-card__categories {
    text-transform: uppercase;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: .8em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    letter-spacing: .05rem
}

.post-list .post-card__categories>li {
    display: inline-block;

}

.post-list .post-card__categories>li+li {
    margin-left: 1em;

}

.post-list .post-card__title {
    color: #000;
    line-height: 1.2;
    margin: 0.25em 0;
    font-size: 1.2rem;
}

.post-list .post-card__title a {
    color: #000;
}

.post-list .post-card__title a::before{
    bottom: 0;
    content:'';
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
}

.post-list .post-card__date {
    font-size: .9rem;
}

@media screen and (min-width: 768px) {
    .post-list__wrapper {
        flex-direction: row;
        flex-flow: row wrap;
        max-width: 960px;
        padding: 2rem 1rem;
        margin: 0 auto;
    }
    .post-list .post-card {
        flex: 0 0 calc(33.33% - .666rem);
    }
    .post-list .pagination {
        max-width: 960px;
        padding: 1rem;
        margin: 0 auto;
    }

    .blog__breadcrumbs {
        max-width: 960px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin: 1rem auto;
    }
}

.blog__breadcrumbs a {
    color: #757575;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}
.post-list .pagination a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0.25em;
}
.post-list .pagination__next {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0.25em;
    font-family: "Roboto Condensed","Roboto",sans-serif;
    font-weight: 400;
    letter-spacing: .05rem;

}
.post-list  .pagination__next:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3OCA0OC43NSI+CiAgPHBhdGggZD0iTTM5LDI3Ljc5LDEwLjczLDAsMCwxMC4yNCwzOSw0OC43NSw3OCwxMC4yNCw2Ny4yOCwwWiIgc3R5bGU9ImZpbGw6IzAwMCIvPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 0.75em;
    height: 1em;
    margin-left: 1em;
    transition: background-position .3s;
}
.post-list  .pagination a:hover .pagination__next:after {
    background-position: bottom;
}

/*newsletters*/
.newsletter-signup {
    font-family: 'Roboto',sans-serif;
    position: relative;
    padding: 3em 0;
}

.newsletter-title .newsletter__header {
    font-family:"Roboto Condensed","Roboto",sans-serif;
    font-weight: 400;
    letter-spacing: .05rem;
    margin: 0;
    font-size: 1.5em;
    text-align: center;
    color: #000;
    text-transform: uppercase;

}

.newsletters-email__form {
    position: relative;
    margin: 1em auto 0;
    overflow: hidden;
    text-align: center;
    width: 90%;
}

.newsletters-email__input-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 23.5em;
    overflow: hidden;
    transition: .4s max-width,.4s opacity;
}

.newsletters__email-input {
    font-family: "Roboto",sans-serif;
    height: 37px;
    padding: 0 48px 0 12px;
    font-size: 16px;
    color: #333;
    border: 1px solid #737373;
    position: relative;
    width: 100%;
    background: #fff;
}
.newsletters__email-input.error {
    border: 1px solid #920000;
    background-color: #fcc;
    box-shadow: inset 0 0 0 0 #920000, inset 0 0 0 0 #920000;
}

.newsletters__email-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 37px;
    cursor: pointer;
    transition: background-color .1s;
    border: none;
    background-color: #333;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
}

.newsletters__email-submit  svg {
    display: inline-block;
    fill: #fff;
    width: 22%;
    vertical-align: middle;
}

.newsletters-copy__wrapper {
    min-height: 2em;
    position: relative;
}

.newsletters-copy__error {
    color: #920000;
    min-height: 28px;
    position: absolute;
    line-height: 2.7em;
    margin: 0 auto;
    font-size: .8em;
    transition: opacity .8s,max-height .8s;
    width: 100%;
}
@media screen and (max-width: 440px) {
    .newsletters-copy__error {
        line-height: 1.2;
        margin: 5px auto 0 auto;
    }
}

.newsletters-copy__error.hidden {
    opacity: 0;
}

.newsletters-disclaimer {
    font-size: .675em;
    font-weight: 400;
    transition: opacity .1s;
    text-align: center;
    color: #000;
    line-height: 1rem;

}
.newsletters-disclaimer a {
    color: #000;
    display: block;
    text-decoration: underline;
}

.gallery-list .swiper-slide {
    overflow: hidden;
}

.gallery-list__item {
    height: 140px;
}

.gallery-list__item picture {
    display: flex;
    align-items: center;
    justify-content: center;
}