.blog-page-list .page-title-wrapper {
    display: none;
}
.blog-page-list .page-main {
    padding-left: 20px;
    padding-right: 20px;
}

.blog-post-view .sidebar-additional {
    padding-left: 32px;
}
.blog-post-view .page-main .page-title-wrapper .page-title {
    margin: 0 0 16px;
    display: block;
    font-weight: 900;
    font-size: 40px;
    font-family: 'Source Serif Pro';
    line-height: 40px;
    color: #00A8B4;
}
.blog-post-view .blog-newsletter-bl {
    min-height: 120px;
    margin: 0 0 32px;
}
.blog-post-view .blog-newsletter-bl form {
    padding: 0 !important;
}
.blog-post-view .blog-newsletter-bl div[data-testid="form-component"] {
    padding: 0 !important;
}
.blog-post-view .blog-newsletter-bl div[data-testid="form-row"]:first-child {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Source Serif Pro';
    line-height: 28px;
    color: #666;
}
.blog-post-view .blog-newsletter-bl div[data-testid="form-row"]:first-child span {
    display: block;
    line-height: 28px;
}
.blog-post-view .blog-newsletter-bl div[data-testid="form-row"]:nth-child(2) {
    margin: 0 0 8px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.blog-post-view .blog-newsletter-bl div[data-testid="form-row"]:nth-child(2) input[type="email"] {
    height: 36px;
    padding: 8px 11px !important;
    font-size: 14px;
    line-height: 20px;
    border: 1.5px solid #666;
    border-radius: 5px;
    color: #666;
}
.blog-post-view .blog-newsletter-bl div[data-testid="form-row"]:nth-child(2) input[type="email"]::placeholder {
    color: #666;
}
.blog-post-view .blog-newsletter-bl div[data-testid="form-row"]:nth-child(2) button {
    padding: 7px 11px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    border-radius: 5px !important;
    border: none !important;
    box-sizing: border-box;
}
.blog-post-view .blog-newsletter-bl div[data-testid="form-row"]:last-child {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    opacity: 0.7;
}
.blog-post-view .blog-newsletter-bl div[data-testid="form-row"]:last-child a {
    text-decoration: underline;
    color: #666;
}
.blog-post-view .blog-newsletter-bl div[data-testid="form-row"]:last-child a:hover {
    text-decoration: none;
}
.blog-post-view .blog-newsletter-bl div[data-testid="form-row"]:last-child span {
    line-height: 20px;
    display: block;
}
.blog-post-view .blog-shop-link-bl {
    margin: 0 0 32px;
}
.blog-post-view .blog-shop-link-bl a {
    padding: 11px 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #fff;
    background: #006778;
    border-radius: 4px;
}
.blog-post-view .blog-shop-link-bl a:hover {
    background: #00a8b4;
}
.blog-post-view .blog-social-links {
    padding: 0 0 24px;
    display: flex;
    flex-wrap: wrap;
}
.blog-post-view .blog-social-links a {
    width: 24px;
    height: 24px;
    margin: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00a8b4;
    color: #fff;
    text-decoration: none;
    font-size: 0;
    border-radius: 50%;
}
.blog-post-view .blog-social-links a:hover {
    background: #006778;
}
.blog-post-view .blog-social-links a:before {
    font-size: 16px;
}
.blog-post-view .block-categories {
    margin: 0 0 32px;
}
.blog-post-view .block-categories .block-title {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Source Serif Pro';
    line-height: 28px;
    color: #666;
}
.blog-post-view .block-categories .block-title strong {
    font-weight: 700;
    font-size: 18px;
    color: #666;
}
.blog-post-view .sidebar.sidebar-additional .blog-custom {
    margin: 0;
}
.blog-post-view .block-categories ul li {
    margin: 0 0 8px;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    color: #AA9C8F;
}
.blog-post-view .block-categories ul li:last-child {
    margin: 0;
}
.blog-post-view .block-categories ul li a {
    font-weight: 400;
    color: #00A8B4;
}
.blog-post-view .block-categories ul li ul {
    margin: 0 0 0 16px;
}
.blog-post-view .post-holder {
    margin: 0 0 10px;
    padding: 0;
}
.blog-post-view .post-featured-image {
    margin: 0 0 32px;
}
.blog-post-view .post-description {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.blog-post-view .post-description a {
    text-decoration: none;
    color: #aa9c8f;
    transition: color 300ms ease 0ms;
}
.blog-post-view .post-description a:hover {
    color: #89817c;
}
.blog-post-view .post-description a u {
    text-decoration: none;
}
.blog-post-view .post-description img,
.blog-post-view .post-description hr {
    margin: 0 0 32px;
}
.blog-post-view .post-description p {
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 26px;
}
.blog-post-view .post-description p:last-of-type {
    margin: 0;
}
.blog-post-view .post-description p > img {
    margin: 0;
}
.blog-post-view .post-description h1 {
    margin: 0 0 32px;
    font-family: 'Source Serif Pro',Georgia,"Times New Roman",serif;
    font-weight: 700;
    font-size: 40px;
    color: #00a8b4;
}
.blog-post-view .post-description h2,
.blog-post-view .post-description h3,
.blog-post-view .post-description h4,
.blog-post-view .post-description h5 {
    margin: 0 0 32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #73BFBD !important;
}
.blog-post-view .post-description h3,
.blog-post-view .post-description h4 {
    font-size: 18px;
}
.blog-post-view .post-description h3 b,
.blog-post-view .post-description h4 b {
    font-weight: 500;
}
.blog-post-view .post-description h2 {
    font-weight: 600;
    font-family: 'Source Serif Pro',Georgia,"Times New Roman",serif;
    font-size: 26px;
    line-height: 1.4em;
    text-transform: none;
    color: #00a8b4 !important;
}
.blog-post-view .post-description h4 {
    color: #89817c !important;
}
.blog-post-view .post-description h5 {
    font-weight: 600;
    text-transform: none;
    color: #006778 !important;
}
.blog-post-view .post-description h2 b,
.blog-post-view .post-description h5 b {
    font-weight: 500;
}
.blog-post-view .post-description ul,
.blog-post-view .post-description ol {
    margin: 0 0 32px;
}
.blog-post-view .post-description ul li,
.blog-post-view .post-description ol li {
    margin: 0 0 16px;
}
.blog-post-view .post-description ul li p,
.blog-post-view .post-description ol li p {
    margin: 0;
}
.blog-post-view .post-data-wrap {
    margin: 0 0 12px !important;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Work Sans';
    line-height: 26px;
    color: #8D8D8D;
}
.blog-post-view .post-data-wrap .post-date {
    margin: 0 0 4px;
}
.blog-post-view .post-data-wrap .post-category {
    margin: 0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.blog-post-view .post-data-wrap .post-category span {
    margin: 0 0 4px;
    display: flex;
    align-items: center;
}
.blog-post-view .post-data-wrap .post-category span:before {
    content: "/";
    margin: 0 8px;
}
.blog-post-view .post-data-wrap .post-category a {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    color: #8D8D8D;
    background: none;
}
.blog-post-view .post-data-wrap .post-category a:hover {
    text-decoration: underline;
}
.blog-post-view .post-sharing-bottom {
    display: none;
}
.blog-post-view .post-nextprev {
    margin: 48px 0 0;
    padding: 48px 0 0;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    border-bottom: none;
}
.blog-post-view .post-nextprev > * {
    width: calc(50% - 8px);
    max-width: calc(50% - 8px);
    flex: auto;
}
.blog-post-view .post-nextprev:before,
.blog-post-view .post-nextprev:after {
    display: none;
}
.blog-post-view .post-nextprev .nextprev-link {
    float: none !important;
    font-weight: 600;
    font-size: 26px;
    font-family: 'Source Serif Pro';
    line-height: 32px;
    text-align: left;
    color: #00A8B4;
}
.blog-post-view .post-nextprev .nextprev-link:hover {
    color: #006778;
}
.blog-post-view .post-nextprev .nextprev-link.next-link {
    text-align: right;
}
.blog-post-view .post-nextprev .nextprev-link span {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #AA9C8F;
    font-family: 'Work Sans';
}

.post-list {
    margin: 0;
}
.post-list .post-item.post-holder {
    margin: 0 0 48px;
    padding: 0 0 48px;
    border-bottom: 1px solid #ddd;
}
.post-list .post-item.post-holder:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.post-list .post-item.post-holder .post-image {
    width: 300px;
    flex: 0 0 300px;
}
.post-list .post-item.post-holder .post-image .image-wrap {
    padding-bottom: 66.67%;
}
.post-list .post-item.post-holder .post-info {
    max-width: calc(100% - 300px);
    width: calc(100% - 300px);
    padding: 0 0 0 24px;
}
.post-list .post-item.post-holder .post-description {
    margin: 0 !important;
    display: block;
    font-size: 16px;
    line-height: 26px;
}
.post-list .post-item.post-holder .post-description p:last-child{
    margin-bottom: 0;
}
.post-list .post-item.post-holder .post-description a {
    text-decoration: none;
    color: #aa9c8f;
    transition: color 300ms ease 0ms;
}
.post-list .post-item.post-holder .post-description a:hover {
    color: #89817c;
}
.post-list .post-item.post-holder .post-data-wrap {
    margin-bottom: 12px !important;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Work Sans';
    line-height: 26px;
    color: #8D8D8D;
}
.post-list .post-item.post-holder .post-data-wrap .post-date {
    margin: 0 0 4px;
    font-size: 16px;
}
.post-list .post-item.post-holder .post-data-wrap .post-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.post-list .post-item.post-holder .post-data-wrap .post-category span {
    margin: 0 0 4px;
    display: flex;
    align-items: center;
}
.post-list .post-item.post-holder .post-data-wrap .post-category span:before {
    content: "/";
    margin: 0 8px;
}
.post-list .post-item.post-holder .post-data-wrap .post-category a {
    font-weight: 400;
    color: #8D8D8D;
}
.post-list .post-item.post-holder .post-title-wrap {
    margin-bottom: 8px !important;
}
.post-list .post-item.post-holder .post-title-wrap h3 a {
    font-weight: 600;
    font-size: 26px;
    font-family: 'Source Serif Pro';
    line-height: 32px;
    text-decoration: none;
    color: #00a8b4;
    -webkit-transition: all .3s ease,opacity .3s;
    transition: all .3s ease,opacity .3s;
}
.post-list .post-item.post-holder .post-title-wrap h3 a:hover {
    color: #006778;
}
.post-list .post-item.post-holder:first-child .post-container {
    display: block;
}
.post-list .post-item.post-holder:first-child .post-image {
    width: 100%;
    margin: 0 0 16px;
}
.post-list .post-item.post-holder:first-child .post-image .image-container:hover .animation-type-zoom {
    transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: scale3d(1.05, 1.05, 1);
}
.post-list .post-item.post-holder:first-child .post-info {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
    .post-list .post-item.post-holder:first-child .post-image .image-wrap {
        padding-bottom: 50%;
    }
}

@media (max-width: 767px) {
    .post-list .post-item.post-holder .post-container {
        display: block;
    }
    .post-list .post-item.post-holder .post-image {
        width: 100%;
        margin: 0 0 16px;
    }
    .post-list .post-item.post-holder .post-info {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .blog-post-view.mobile-sticky .page-main {
        margin-top: 115px !important;
        padding-bottom: 64px;
    }
    .blog-post-view .post-holder {
        margin-bottom: 32px;
    }
    .blog-post-view .sidebar-additional {
        padding: 32px 0 0;
    }
    .blog-post-view .columns .column.main {
        margin-top: 0 !important;
        padding-bottom: 0;
    }
    .blog-post-view .post-nextprev {
        display: block;
    }
    .blog-post-view .post-nextprev > * {
        width: 100%;
        max-width: 100%;
    }
    .blog-post-view .post-nextprev .post-prev {
        margin: 0 0 16px;
    }
    .blog-post-view .post-nextprev .nextprev-link.next-link,
    .blog-post-view .post-nextprev .nextprev-link span {
        text-align: left !important;
    }
}
