/*animations */

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */

@-webkit-keyframes fade-in-bottom {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.slick-active .inner-post-content.fade-in-bottom>* {
    -webkit-animation-name: fade-in-bottom;
            animation-name: fade-in-bottom;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 1;
}


/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */

@keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* General style for the whole block */

.wp-block-gutentastic-post-layouts {
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin-bottom: 3em;
}

.gutentastic-overlay-effect {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.wp-block-gutentastic-post-layouts .blockHeading {
    width: 100%;
    margin: 2em 0 3em;
}

.wp-block-gutentastic-post-layouts .blockHeadingInner {
    max-width: 70%;
}

.wp-block-gutentastic-post-layouts .blockHeading.center {
    margin: auto;
}

.wp-block-gutentastic-post-layouts .blockHeading.right {
    display: flex;
    justify-content: flex-end;
}

.wp-block-gutentastic-post-layouts .blockHeading h2 {
    font-size: calc(38px + 0.3vw);
    line-height: 1.15;
    color: var(--block-heading-title-color, #000000);
    margin-bottom: 1em;
}

.wp-block-gutentastic-post-layouts .blockHeading p {
    color: var(--block-heading-intro-color, #777777);
    line-height: 1.5em;
}

.wp-block-gutentastic-post-layouts .inner-post-content {
    z-index: 3;
    display: flex;
    flex-direction: column;
}

.wp-block-gutentastic-post-layouts .post-meta {
    display: flex;
    align-items: end;
}

.wp-block-gutentastic-post-layouts .post-meta>div {
    margin-right: 1em;
}

.wp-block-gutentastic-post-layouts .post-item .post-content-area .post-meta.below {
    order: 2;
    margin-top: 0.5em;
}

.wp-block-gutentastic-post-layouts .postmeta_categories {
    display: inline-flex;
    margin-right: 0.2rem;
    flex-wrap: wrap;
}

.gutentastic-slider .more-link .dashicons {
    line-height: 1.6em;
}

.more-link {
    margin: 2em 0;
    line-height: 1.5;
}

.more-link .dashicons::before {
    font-size: auto;
    height: auto;
    line-height: 1.3em;
}

.more-link-span {
    font-weight: 600;
    font-size: 10px;
    letter-spacing: .3em;
    text-transform: uppercase;
}

.dashicons-arrow-right-alt2:before {
    content: "\f345";
}

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

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.gutentastic-d-flex {
    display: flex;
    box-sizing: border-box;
}

.gutentastic-flex-wrap {
    flex-wrap: wrap;
}

.gutentastic-mlr-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.gutentastic-mr-15 {
    margin-right: 15px;
}

.gutentastic-plr-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.gutentastic-pb-5 {
    padding-bottom: 5px;
}

.gutentastic-d-block {
    display: block;
}

.gutentastic-flex {
    flex: 1 1;
}

.grid-column-1 {
    width: 100%;
}

.grid-column-2 {
    width: 50%;
}

.grid-column-3 {
    width: 33.333%;
}

.grid-column-4 {
    width: 25%;
}

.grid-column-5 {
    width: 20%;
}

.grid-column-6 {
    width: 16.666%;
}

.grid-column-12 {
    width: 100%;
}

.gutentastic-row {
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 767px) {
    .grid-column-1,
    .grid-column-2,
    .grid-column-3,
    .grid-column-4,
    .grid-column-5,
    .grid-column-6 {
        width: 100%;
    }
}

.gutentastic-post-navigation a,
.gutentastic-post-navigation span {
    background-color: #111;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: none;
    text-decoration: none;
    transition: 0.4s;
    cursor: pointer;
}

.gutentastic-post-navigation a i,
.gutentastic-post-navigation span i {
    border-color: #fff;
}

.gutentastic-post-navigation a .gutentastic-right,
.gutentastic-post-navigation span .gutentastic-right {
    margin-left: 2px;
}

.gutentastic-post-navigation a .gutentastic-left,
.gutentastic-post-navigation span .gutentastic-left {
    margin-right: 2px;
    margin-bottom: 1px;
}

.gutentastic-post-navigation a:hover,
.gutentastic-post-navigation span:hover {
    background-color: #211e1e;
    opacity: 0.9;
    color: #fff;
}

.gutentastic-post-navigation a.gutentastic-prev,
.gutentastic-post-navigation span.gutentastic-prev {
    margin-right: 5px;
}

.gutentastic-post-navigation a.gutentastic-disable,
.gutentastic-post-navigation span.gutentastic-disable {
    cursor: not-allowed;
    opacity: 0.6;
}

.wp-block-gutentastic-post-layouts .post-item .post-link {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    box-shadow: none;
    display: block;
    text-decoration: none;
}

.wp-block-gutentastic-post-layouts .post-item:focus,
.wp-block-gutentastic-post-layouts .post-item:hover {
    outline: none;
}

.wp-block-gutentastic-post-layouts .post-item .post-image {
    line-height: 0;
    margin: 0;
}

.wp-block-gutentastic-post-layouts .post-item .post-image a {
    box-shadow: none;
}

.wp-block-gutentastic-post-layouts .post-item .post-image a:hover {
    box-shadow: none;
}

.wp-block-gutentastic-post-layouts .post-item .post-content-area {
    overflow: hidden;
    position: relative;
}

.wp-block-gutentastic-post-layouts .post-item .post-content-area .post-title {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.wp-block-gutentastic-post-layouts .post-item .post-content-area .post-meta time:last-child,
.wp-block-gutentastic-post-layouts .post-item .post-content-area .post-meta a:last-child {
    padding-right: 0;
}

.wp-block-gutentastic-post-layouts .post-item .post-content-area .post-excerpt {
    margin-top: 15px;
    order: 3;
    line-height: calc(1.1em + 0.5vw);
}

.wp-block-gutentastic-post-layouts .post-item .post-image {
    margin: 0;
}

.wp-block-gutentastic-post-layouts .post-item .post-image img,
.wp-block-gutentastic-post-layouts .post-item .post-image figure {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
}


/* post meta */

.post-meta-time-author {
    display: flex;
    margin-top: 0.6em;
    font-size: 14px;
}

.post-meta-time-author a {
    color: #777;
}

.time_meta {
    color: #777;
}

.wp-block-gutentastic-post-layouts.grid_style5 article:first-child .postmeta_author+.time_meta time {
    border-left: 1px solid #ccc;
    height: 10px;
    padding-left: 7px;
}

.wp-block-gutentastic-post-layouts.grid_style5 article:first-child .more-link {
    margin-top: 6em;
    display: block;
}

.wp-block-gutentastic-post-layouts .post-meta * {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    color: var(--block-text-color, #000);
    box-shadow: none;
}

.wp-block-gutentastic-post-layouts .post-meta a {
    text-decoration: none !important;
}

.wp-block-gutentastic-post-layouts .post-meta .postmeta_categories a:after {
    content: ", ";
    white-space: pre;
}

.wp-block-gutentastic-post-layouts .post-meta .postmeta_categories a:last-child:after {
    content: "";
}

.wp-block-gutentastic-post-layouts .post-meta .postmeta_categories::after {
    display: inline-block;
    position: relative;
    content: "";
    width: 1px;
    background-color: #d8d8d8;
    height: 8px;
    margin: 0 .6rem 0;
}

.wp-block-gutentastic-post-layouts .post-meta .postmeta_author {
    margin-right: 1em;
}


/* Slick slider */

.gutentastic-slider {
    margin: 0;
    padding: 0;
    height: 80vh;
}

.gutentastic-slider .slick-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    height: 100%;
}

.gutentastic-slider .slick-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.gutentastic-slider article.post-item:not(:first-of-type) {
    display: none;
}

.gutentastic-slider .slick-slider.slick-initialized article.post-item:not(:first-of-type) {
    display: block;
}

.gutentastic-slider.alignwide,
.gutentastic-slider.wide {
    margin: 2em 0;
    max-width: 100vw;
    width: 100%;
}

.gutentastic-slider .cover-link {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 3;
}

.gutentastic-slider .slider-container {
    width: 100%;
    height: 80vh;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.gutentastic-slider .slick-slide img {
    display: block;
    min-height: auto;
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
}

.gutentastic-slider .post-content-area {
    height: 100%;
    display: flex;
    position: absolute !important;
    width: 100%;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    text-align: center;
}

.gutentastic-slider-inner-post-content {
    display: flex;
    position: relative;
    z-index: 3;
    overflow: hidden;
    max-width: var(--post-content-container-width, 80%);
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding-right: 25%;
}

.gutentastic-slider .post-content-area .post-image {
    height: 100%;
    width: 100%;
    display: flex;
}

.gutentastic-slider .post-content-area .post-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

.gutentastic-slider .post-content-area .post-meta {
    display: inline-flex;
    padding: 0;
    font-size: 65%;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: normal;
    z-index: 3;
}

.gutentastic-slider .post-content-area .post-meta div {
    margin-right: 0.6em;
}

.gutentastic-slider .post-content-area .post-meta .postmeta_categories {
    margin-right: 1.3em;
    display: inline-flex;
    flex-wrap: nowrap;
}

.gutentastic-slider .post-content-area .post-meta .postmeta_categories a {
    padding-right: 0.2em;
    text-decoration: none;
    margin-top: 0;
}

.gutentastic-slider .post-content-area .post-meta a {
    text-decoration: none;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 0;
}

.gutentastic-slider .post-content-area .post-meta time {
    white-space: nowrap;
}

.gutentastic-slider .post-content-area h2.post-title {
    opacity: 1;
    z-index: 3;
    font-size: calc(36px + 0.5vw);
    color: #fff;
    color: var(--block-title-color, #fff);
    font-weight: 600;
    line-height: 1.2;
}

.gutentastic-slider .post-content-area h2.post-title a:link,
.gutentastic-slider .post-content-area h2.post-title a:visited {
    color: #fff;
    color: var(--block-title-color, #fff);
    text-decoration: none;
}

.gutentastic-slider .post-content-area h2.post-title a:hover,
.gutentastic-slider .post-content-area h2.post-title a:focus {
    opacity: 0.8;
}

.gutentastic-slider a {
    text-decoration: none;
}

.gutentastic-slider .post-content-area .post-excerpt {
    margin-bottom: 1vh;
    color: var(--block-text-color, #fff);
}

.gutentastic-slider .post-content-area .post-excerpt p {
    font-size: calc(12px + 0.5vw);
    line-height: 1.25em;
    z-index: 3;
}

.gutentastic-slider .post-content-area .post-excerpt h3 {
    font-size: calc(12px + 0.5vw);
}

.gutentastic-slider .slick-next,
.gutentastic-slider .slick-prev {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    padding: 5px;
    font-size: 0;
    border: 0;
}

.gutentastic-slider .slick-next:before,
.gutentastic-slider .slick-prev:before {
    color: #ccc;
    font-size: 40px;
    opacity: 1;
}

.gutentastic-slider .slick-next:hover:before,
.gutentastic-slider .slick-prev:hover:before {
    color: #fff;
}

.gutentastic-slider .slick-prev {
    left: 35px;
}

.gutentastic-slider .slick-next {
    right: 35px;
}

.gutentastic-slider.navigation-titles .slick-thumb li,
.gutentastic-slider.navigation-thumbnails .slick-thumb li {
    width: auto;
    height: auto;
    flex: 1;
    padding: 0;
    text-align: left;
    margin-left: 0.5em;
}

.gutentastic-slider.navigation-titles .slick-thumb li {
    border-top: 2px solid #ccc;
    margin-left: 1.2em;
}

.gutentastic-slider.navigation-thumbnails .slick-thumb li .navigation-thumbnails {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.5em 1em;
}

.gutentastic-slider.navigation-thumbnails .slick-thumb li .navigation-titles {
    padding-left: 0.2em;
    padding-right: 1em;
}

.gutentastic-slider.navigation-titles .slick-thumb li:first-child,
.gutentastic-slider.navigation-thumbnails .slick-thumb li:first-child {
    margin-left: 0;
}

.gutentastic-slider.navigation-titles .slick-thumb li.slick-active {
    border-top: 2px solid black;
}

.gutentastic-slider.navigation-titles li h3,
.gutentastic-slider.navigation-thumbnails li h3 {
    color: #999;
    margin-top: 0;
    line-height: 1.15em;
    font-weight: 700;
    font-size: calc(12px + 0.5vw);
    margin-bottom: 1em;
}

.gutentastic-slider.navigation-thumbnails li h3 {
    color: #fff;
}

.gutentastic-slider.navigation-titles li.slick-active * {
    color: black;
}

.wp-block-gutentastic-post-layouts .slick-thumb .post-slider-label-category {
    margin-bottom: 0.7em;
    font-size: 1vw;
    color: #999;
}


/* Slick slider Classic style */

.gutentastic-slider.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.gutentastic-slider.style-classic.navigation-vertical .inner-post-content {
    padding-left: 5vw;
}

.gutentastic-slider.style-classic .slick-slide {
    display: flex !important;
    flex-direction: column;
}

.gutentastic-slider.style-classic .inner-post-content {
    position: relative;
    margin: auto;
}

.gutentastic-slider.style-classic .inner-post-content.fade-in-bottom>* {
    -webkit-animation-name: fade-in-bottom;
            animation-name: fade-in-bottom;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 1;
}

@media (max-width: 769px) {
    .gutentastic-slider.style-classic .inner-post-content {
        width: 80%;
        padding-right: 10%;
    }
}

.gutentastic-slider.style-classic .inner-post-content.center {
    left: 50%;
    margin-left: -30%;
    align-items: center;
    text-align: center;
}

.gutentastic-slider.style-classic .inner-post-content.center>* {
    margin-right: 0;
    justify-content: center;
}

.gutentastic-slider.style-classic.navigation-thumbnails .inner-post-content,
.gutentastic-slider.style-classic.navigation-titles .inner-post-content {
    height: 95%;
}

.gutentastic-slider.style-classic .post-content-area {
    pointer-events: none;
}

.gutentastic-slider.style-classic .post-content-area .post-meta {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    color: #fff;
    padding: .5em 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.gutentastic-slider.style-classic .post-meta *,
.gutentastic-slider.style-classic .post-meta-time-author * {
    color: var(--block-text-color, #fff);
}

.gutentastic-slider.style-classic .post-content-area .inner-post-content .post-title {
    font-size: calc(30px + 1vw);
}

.gutentastic-slider.style-classic .post-content-area .inner-post-content .post-excerpt {
    color: var(--block-text-color, #fff);
}

.gutentastic-slider.style-classic .post-image {
    align-self: baseline;
    position: relative;
    height: 90vh;
}

.gutentastic-slider.style-classic .slick-dots li {
    color: rgba(255, 255, 255, .5);
    margin-bottom: 0.5em;
    font-weight: 600;
}

.gutentastic-slider.style-classic .slick-dots li.slick-active {
    color: #ccc;
    font-weight: bold;
}

.gutentastic-slider.style-classic .slick-dots li button {
    height: 15px;
    width: 15px;
    cursor: pointer;
    color: transparent;
    background: #888;
    border-radius: 50%;
}

.gutentastic-slider.style-classic .slick-dots li button:hover,
.gutentastic-slider.style-classic .slick-dots li.slick-active button {
    background: #fff;
}

.gutentastic-slider.style-classic.navigation-thumbnails .slick-arrow {
    top: calc(50% - 80px);
}

.slick-thumb {
    max-width: var(--post-content-container-width, 80%);
    padding: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    bottom: 120px;
    margin: auto !important;
    display: flex;
    justify-content: space-around;
    list-style-type: none !important;
    padding-left: 0 !important;
}

@media (max-width: 1280px) {}

.gutentastic-slider.style-classic.navigation-thumbnails .slick-thumb {
    height: 20vh;
    margin: auto;
    width: 100% !important;
    max-width: 100% !important;
}

.gutentastic-slider.style-classic.navigation-thumbnails .slick-thumb li {
    margin: 0;
}

.gutentastic-slider.style-classic.navigation-titles .slick-thumb li {
    border-top: 1px solid #fff;
    opacity: 0;
}

.gutentastic-slider.style-classic.navigation-titles .slick-thumb li,
.gutentastic-slider.style-classic.navigation-titles .slick-thumb li .post-slider-label-category,
.gutentastic-slider.style-classic.navigation-titles .slick-thumb li h3 {
    color: #fff;
    color: var(--block-title-color, #fff);
    font-weight: normal;
}

.gutentastic-slider.style-classic.navigation-titles .slick-thumb li:nth-child(1) {
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
}

.gutentastic-slider.style-classic.navigation-titles .slick-thumb li:nth-child(2) {
    -webkit-animation: 1s ease 0.3s normal forwards 1 fadein;
    animation: 1s ease 0.3s normal forwards 1 fadein;
}

.gutentastic-slider.style-classic.navigation-titles .slick-thumb li:nth-child(3) {
    -webkit-animation: 1s ease 0.6s normal forwards 1 fadein;
    animation: 1s ease 0.6s normal forwards 1 fadein;
}

.gutentastic-slider.style-classic.navigation-titles .slick-thumb li:nth-child(4) {
    -webkit-animation: 1s ease 0.9s normal forwards 1 fadein;
    animation: 1s ease 0.9s normal forwards 1 fadein;
}

.gutentastic-slider.style-classic.navigation-titles .slick-thumb li:nth-child(5) {
    -webkit-animation: 1s ease 1.2s normal forwards 1 fadein;
    animation: 1s ease 1.2s normal forwards 1 fadein;
}

.gutentastic-slider.style-classic.navigation-titles .slick-thumb li:nth-child(6) {
    -webkit-animation: 1s ease 1.5s normal forwards 1 fadein;
    animation: 1s ease 1.5s normal forwards 1 fadein;
}

.gutentastic-slider.style-classic.navigation-titles .slick-thumb li:nth-child(7) {
    -webkit-animation: 1s ease 1.8s normal forwards 1 fadein;
    animation: 1s ease 1.8s normal forwards 1 fadein;
}

.gutentastic-slider.style-classic.navigation-titles .slick-thumb li:nth-child(8) {
    -webkit-animation: 1s ease 2.1s normal forwards 1 fadein;
    animation: 1s ease 2.1s normal forwards 1 fadein;
}

.gutentastic-slider.style-classic.navigation-titles .slick-thumb li.slick-active,
.gutentastic-slider.style-classic.navigation-titles .slick-thumb li.slick-active .post-slider-label-category,
.gutentastic-slider.style-classic.navigation-titles .slick-thumb li.slick-active h3 {
    color: #fff;
    color: var(--block-title-color, #fff);
    font-weight: bold;
}


/* Slider style post-slider */

.gutentastic-slider.style-postslider {
    height: auto;
    margin-bottom: 1em;
}

.blockHeading h2 {
    font-size: calc(16px + 1vw);
}

.gutentastic-slider.style-postslider .slick-slider {
    border-top: 1px solid #ddd;
    margin-top: 3em;
}

.gutentastic-slider.style-postslider .slider-container {
    height: auto;
}

.gutentastic-slider.style-postslider .post-item {
    border-right: 1px solid #ddd;
    padding: .6em .3em !important;
    min-height: calc(var(--image-height) + 10rem);
}

.gutentastic-slider.style-postslider .post-item:not(:last-child) {
    border-right: 1px solid #ddd;
    padding: .6em .3em !important;
    height: inherit !important;
}

.gutentastic-slider.style-postslider .post-content-area {
    position: relative !important;
}

.gutentastic-slider.style-postslider .inner-post-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 1em 1.1em;
    padding-left: 0;
}

.gutentastic-slider.style-postslider .post-content-area h2.post-title a:hover {
    text-decoration: underline;
}

.gutentastic-slider.style-postslider[data-arrows="true"] .gutentastic-slider-inner-post-content,
.gutentastic-slider.style-postslider .gutentastic-slider-inner-post-content {
    padding-left: 1em;
    padding-right: 0 !important;
}

.gutentastic-slider.style-postslider .inner-post-content .post-meta {
    display: unset;
    text-align: left;
    font-size: calc(6px + 1vw);
    margin-bottom: 0;
    line-height: 1.25em;
}

.gutentastic-slider.style-postslider .inner-post-content .post-meta * {
    font-weight: normal;
    font-size: unset;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none;
    color: #000;
    color: var(--block-text-color, #000);
}

.gutentastic-slider.style-postslider .inner-post-content .post-meta .postmeta_categories {
    margin-right: 0;
    flex-wrap: wrap;
    font-size: calc(10px + 1vh);
}

.gutentastic-slider.style-postslider .inner-post-content .post-meta time {
    font-size: calc(9px + 1vh);
}

.gutentastic-slider.style-postslider .inner-post-content .post-meta .postmeta_categories+time {
    border-left: 1px solid;
    padding-left: .4em;
    margin-left: .4em;
}

.wp-block-gutentastic-post-layouts .post-meta .postmeta_categories::after {
    height: 0;
    margin: 0;
}

.gutentastic-slider.style-postslider .post-content-area h2.post-title {
    font-size: calc(12px + 1vh);
    line-height: 1.25em;
    margin-top: 0;
}

.gutentastic-slider.style-postslider .post-content-area h2.post-title,
.gutentastic-slider.style-postslider .post-content-area h2.post-title a:link,
.gutentastic-slider.style-postslider .post-content-area h2.post-title a:visited {
    color: var(--block-title-color, #222);
}

.gutentastic-slider.style-postslider .post-content-area .post-excerpt p {
    font-size: calc(10px + 0.5vw);
}

.gutentastic-slider.style-postslider img {
    transition: .4s ease-in-out;
    height: var(--image-height, 200px);
}

.gutentastic-slider.style-postslider post-img {
    height: var(--image-height, 200px);
}

.gutentastic-slider.style-postslider .post-image,
.gutentastic-slider.style-postslider .wp-block-video video,
.gutentastic-slider.style-postslider .wp-block-embed iframe {
    height: var(--image-height, 200px);
}

.gutentastic-slider.style-postslider .slick-prev,
.gutentastic-slider.style-postslider .slick-next {
    top: -40px;
    background: none;
}

.gutentastic-slider.style-postslider .slick-prev {
    left: calc(100% - 100px);
}

.gutentastic-slider.style-postslider .slick-next:before,
.gutentastic-slider.style-postslider .slick-prev:before {
    color: #333333;
    font-size: 30px;
    opacity: 1;
}

.gutentastic-slider.style-postslider .gutentastic-btn-wrapper {
    flex-direction: column;
}

.gutentastic-slider.style-postslider .gutentastic-btn-wrapper .gutentastic-btn {
    margin-right: 0;
    font-size: 1.1vw;
    flex: 1;
    padding: 1vh 2vw;
    margin-bottom: 1vh;
}

.gutentastic-slider.style-postslider .slick-dots,
.gutentastic-slider.style-postslider .slick-thumb {
    display: none !important;
}

@media screen and (min-width: 1280px) {
    .gutentastic-slider.style-postslider img {
        height: var(--image-height, 300px);
    }
}

@media screen and (max-width: 991px) {
    .wp-block-gutentastic-post-layouts .slick-prev {
        left: -15px;
    }
}

@media screen and (max-width: 767px) {
    .wp-block-gutentastic-post-layouts .slick-prev {
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    .wp-block-gutentastic-post-layouts .slick-next {
        right: -15px;
    }
}

@media screen and (max-width: 767px) {
    .wp-block-gutentastic-post-layouts .slick-next {
        right: 0;
    }
}

.gutentastic-slider.post-item .post-content-area .inner-post-content .post-excerpt {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
}

.wp-block-gutentastic-post-layouts .slick-dots {
    position: relative;
    bottom: 50px;
}

.wp-block-gutentastic-post-layouts .slick-dots li button {
    height: 15px;
    width: 15px;
    cursor: pointer;
    color: transparent;
    background: #ccc;
    border-radius: 50%;
}

.gutentastic-slider .slick-dots li button:before {
    display: none;
}

.wp-block-gutentastic-post-layouts .slick-dots li.slick-active button {
    background: #000;
}


/* GUTENTASTIC GRIDS */

.wp-block-gutentastic-post-layouts.gutentastic-grid {
    padding-top: var(--item-gap, 16px);
    background-color: var(--block-background-color, transparent);
    height: auto;
}

.wp-block-gutentastic-post-layouts.gutentastic-grid .grid-posts {
    margin-bottom: 3em;
}

.wp-block-gutentastic-post-layouts.gutentastic-grid .hover-excerpt {
    position: absolute;
    opacity: 0;
    width: 80%;
}

.wp-block-gutentastic-post-layouts.gutentastic-grid .playVideoButton {
    display: none;
}

.wp-block-gutentastic-post-layouts.gutentastic-grid article.gutentastic-grid-infinite-animate {
    opacity: 1;
    -webkit-animation-name: fadeInOpacity;
            animation-name: fadeInOpacity;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
}

@-webkit-keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.wp-block-gutentastic-post-layouts.gutentastic-grid .post-content-area .post-title {
    font-size: calc(20px + 0.3vw);
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 0;
    padding-right: 2rem;
    padding-left: 0;
    letter-spacing: .005em;
    word-spacing: -.002em;
}

.wp-block-gutentastic-post-layouts.gutentastic-grid .post-content-area .post-title a {
    color: #000;
    color: var(--block-title-color, #000);
}

.wp-block-gutentastic-post-layouts.gutentastic-grid .post-content-area .post-title a:hover {
    color: var(--block-hover-color, none);
}

.wp-block-gutentastic-post-layouts.gutentastic-grid .post-content-area .post-inner-content:hover .post-title a {
    color: #ccc;
}

.wp-block-gutentastic-post-layouts.gutentastic-grid .post-content-area .post-excerpt {
    font-size: calc(11px + 0.3vw);
    color: #7b7b7b;
    color: var(--block-text-color, #7b7b7b);
    order: 3;
}


/* Modern style premium */

.wp-block-gutentastic-post-layouts.gpl_grid_style_modern .day-highlight {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    background-color: var(--day-bg-color, #e6e6e6);
    width: 10%;
    margin-right: 1em;
    justify-content: center;
    padding: 0.4em 1em;
}

.wp-block-gutentastic-post-layouts.gpl_grid_style_modern .grid-posts {
    flex-wrap: wrap;
    display: flex;
}

.wp-block-gutentastic-post-layouts.gpl_grid_style_modern .post-item {
    padding: var(--item-gap, 18px);
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.wp-block-gutentastic-post-layouts.gpl_grid_style_modern article:first-child {
    border-top: 3px solid #333;
}

.wp-block-gutentastic-post-layouts.gpl_grid_style_modern .post-content-area {
    min-height: 70px;
}

.wp-block-gutentastic-post-layouts.gpl_grid_style_modern .inner-post-content {
    width: 89%;
    padding: 0;
}

.wp-block-gutentastic-post-layouts.gpl_grid_style_modern h2.post-title {
    font-size: calc(18px + .2vw) !important;
    margin-top: 0.2em !important;
    margin-bottom: 0 !important;
}


/* grid_style2 Masonry */

.wp-block-gutentastic-post-layouts.grid_style2_masonry {
    display: flex;
    overflow: auto !important;
    padding-left: 0;
    height: calc(100vh + 100px);
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry.alignfull {
    padding: 0 2em;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry::-webkit-scrollbar {
    display: none;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .blockHeading {
    width: 40%;
    /* for Safari */
    position: sticky;
    top: 0px;
    padding-top: 30px;
    align-self: flex-start;
    opacity: 0;
    height: 100%;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .blockHeading+.grid-posts {
    width: 60%;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .blockHeading.right {
    order: 2;
    max-width: 100%;
    margin-left: 60px;
    text-align: left;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .blockHeading.right .blockHeadingInner {
    max-width: 90%;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .blockHeading h2 {
    font-size: calc(48px + 0.3vw);
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .blockHeading+.grid-posts {
    margin-top: 130px;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .grid-posts {
    display: -ms-grid;
    display: grid;
    visibility: hidden;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .grid-posts.masonry {
    visibility: visible;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .post-item {
    padding: var(--item-gap, 16px);
    box-sizing: border-box;
    padding-left: 0;
    padding-top: 0;
    opacity: 0;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .animate {
    padding-top: 0;
    -webkit-animation: animationFadeUp .7s ease-out;
            animation: animationFadeUp .7s ease-out;
    opacity: 1;
}

@-webkit-keyframes animationFadeUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes animationFadeUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .post-image img {
    transition: .4s ease-in-out;
    height: var(--image-height, 350px);
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .post-content-area .post-image,
.wp-block-gutentastic-post-layouts.grid_style2_masonry .wp-block-video video,
.wp-block-gutentastic-post-layouts.grid_style2_masonry .wp-block-embed iframe {
    height: var(--image-height, 350px);
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .post-item:nth-child(2) {
    padding-top: 90px;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .inner-post-content {
    padding: 1em 0 3em;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .postmeta_categories {
    position: absolute;
    z-index: 5;
    top: 1em;
    left: 1em;
    display: flex;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .post-meta * {
    font-size: unset;
    letter-spacing: initial;
    text-transform: none;
    font-weight: 600;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .postmeta_categories a {
    color: #fff;
    background-color: var(--cat-general-color, rgba(0, 0, 0, 0.4));
    padding: .6em 1em;
    display: block;
    margin-right: .6em;
    margin-bottom: .6em;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 1;
    text-transform: uppercase;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .postmeta_categories a:hover {
    background-color: rgba(inherit, 0.5);
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .postmeta_categories a:after {
    content: "";
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .postmeta_categories a:last-child::after {
    padding: .5em;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .post-meta .postmeta_categories::after {
    width: 0;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .post-meta .postmeta_author {
    order: 3;
    margin-left: .3em;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry time,
.wp-block-gutentastic-post-layouts.grid_style2_masonry .post-meta .postmeta_author a {
    color: var(--block-heading-title-color);
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .post-content-area .post-title {
    padding-right: 0;
    font-weight: 600;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry .post-image,
.wp-block-gutentastic-post-layouts.grid_style2_masonry .post-title a {
    transition: .4s ease-in-out;
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry article:hover .post-image img {
    transform: scale(1.1);
}

.wp-block-gutentastic-post-layouts.grid_style2_masonry article:hover .post-title a {
    color: var(--block-hover-color, #000);
}


/* grid_style3 */

.wp-block-gutentastic-post-layouts.grid_style3 {
    padding: 0;
    height: auto;
    margin-bottom: 4em;
}

.wp-block-gutentastic-post-layouts.grid_style3 .grid-posts {
    display: flex;
    position: relative;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.wp-block-gutentastic-post-layouts.grid_style3 .col1,
.wp-block-gutentastic-post-layouts.grid_style3 .col2 {
    display: block;
    padding: 0;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    will-change: transform;
    flex: 1;
    width: 100% !important;
}

.wp-block-gutentastic-post-layouts.grid_style3 .post-item .post-link {
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    z-index: 3;
    transition: 1s ease-in-out;
    color: #fff;
    color: var(--block-title-color, #fff);
}

.wp-block-gutentastic-post-layouts.grid_style3 .hover-excerpt {
    top: 32%;
    left: 2%;
    font-size: calc(15px + 0.3vw);
    line-height: 1.5em;
    transition: .5s ease-in-out;
}

.wp-block-gutentastic-post-layouts.grid_style3 .post-item .post-link:hover .hover-excerpt {
    opacity: 1;
    transform: translate(5.5%);
}

.wp-block-gutentastic-post-layouts.grid_style3 .post-item .post-link:hover {
    opacity: 1;
}

.wp-block-gutentastic-post-layouts.grid_style3 .post-content-area .post-image,
.wp-block-gutentastic-post-layouts.grid_style3 .wp-block-video video,
.wp-block-gutentastic-post-layouts.grid_style3 .wp-block-embed iframe {
    height: var(--image-height, 350px);
}

.wp-block-gutentastic-post-layouts.grid_style3 .post-content-area {
    background-color: #000;
}

.wp-block-gutentastic-post-layouts.grid_style3 .post-content-area .post-image:hover {
    filter: hue-rotate(185deg);
}

.wp-block-gutentastic-post-layouts.grid_style3 .inner-post-content {
    position: absolute;
    top: 10%;
    padding: 0 6%;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.wp-block-gutentastic-post-layouts.grid_style3 .inner-post-content .post-excerpt {
    display: none;
}

.wp-block-gutentastic-post-layouts.grid_style3 .post-meta * {
    position: initial;
    text-transform: unset;
    color: #fff;
    color: var(--block-text-color, #fff);
    font-size: calc(10px + 0.3vw);
    line-height: 1.15em;
    letter-spacing: unset;
    font-weight: normal;
}

.wp-block-gutentastic-post-layouts.grid_style3 .post-meta .postmeta_categories {
    position: absolute;
    top: 72%;
}

.wp-block-gutentastic-post-layouts.grid_style3 .post-meta .postmeta_categories * {
    font-size: calc(13px + 0.3vw);
}

.wp-block-gutentastic-post-layouts.grid_style3 .post-meta .postmeta_categories::after {
    display: none;
}

.wp-block-gutentastic-post-layouts.grid_style3 .post-content-area .post-title {
    font-size: calc(30px + 0.3vw);
    margin: 0;
}

.wp-block-gutentastic-post-layouts.grid_style3 .post-content-area .post-title a {
    color: #fff;
    color: var(--block-title-color, #fff);
}


/* grid_style4 */

.wp-block-gutentastic-post-layouts.grid_style4 .grid-posts {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.wp-block-gutentastic-post-layouts.grid_style4 .grid-posts {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.wp-block-gutentastic-post-layouts.grid_style4 .post-item {
    padding: var(--item-gap, 16px);
    box-sizing: border-box;
    padding-left: 0;
    padding-top: 0;
}

.wp-block-gutentastic-post-layouts.grid_style4 .post-item>div.post-content-area {
    flex: 1 1 auto;
}

.wp-block-gutentastic-post-layouts.grid_style4 .post-content-area {
    position: relative;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    border: var(--item-border, none);
    padding-bottom: 2em;
}

.wp-block-gutentastic-post-layouts.grid_style4 .post-item.grid-column-1 .post-content-area {
    flex-direction: row;
    height: 100%;
}

.wp-block-gutentastic-post-layouts.grid_style4 .post-item.grid-column-1 .post-image {
    flex-direction: row;
    flex: 1 0 60%;
    height: var(--image-height, 100%);
    min-height: 100%;
}

.wp-block-gutentastic-post-layouts.grid_style4 .inner-post-content {
    display: flex;
    height: var(--inner-item-height, auto);
    flex-direction: column;
    padding: var(--inner-item-padding, 1.2rem .6rem);
    background-color: #fff;
    flex: 1;
}

.wp-block-gutentastic-post-layouts.grid_style4 .post-item.grid-column-1 .inner-post-content {
    justify-content: center;
    flex: 1 0 40%;
    background-color: #fff;
}

.wp-block-gutentastic-post-layouts.grid_style4 .post-item .post-content-area .post-excerpt p {
    font-size: calc(12px + 0.3vw);
}

.wp-block-gutentastic-post-layouts.grid_style4 .post-meta * {
    color: #7b7b7b;
}

.wp-block-gutentastic-post-layouts.grid_style4 .post-image {
    overflow: hidden;
    height: var(--image-height, 300px);
    -webkit-box-flex: 1;
}


/* grid_style5 */

.wp-block-gutentastic-post-layouts.grid_style5 {
    padding-left: 0;
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 0px 1fr 0px 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
        grid-template-areas: "featured . .""featured . .";
    border-top: 1px solid #e6e6e6;
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts article:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: featured;
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts article:first-child .inner-post-content {
    text-align: center;
    padding-bottom: 5em;
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts article:not(:first-child) .postmeta_categories::after {
    width: 0;
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts article:not(:first-child) .post-excerpt {
    display: none;
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts article:first-child .post-meta {
    justify-content: center;
    margin-top: 2em;
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts article:first-child .post-meta-time-author {
    justify-content: center;
    margin-top: 2.4em;
    margin-bottom: 2em;
    justify-content: center;
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts article:not(:first-child) .post-title {
    padding-right: 0;
    margin-bottom: 3em;
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts .more-link {
    margin-bottom: 7em;
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts article:first-child .post-title {
    font-size: calc(40px + 0.3vw);
    padding-right: 0;
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts article:first-child .post-excerpt h3 {
    font-weight: normal;
    font-size: calc(20px + 0.3vw);
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts .post-content-area {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 2em 1em 0;
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts article:first-child .post-content-area {
    margin-left: 0;
}

.wp-block-gutentastic-post-layouts.grid_style5 .post-image {
    overflow: hidden;
    width: 100%;
    flex: 1;
    height: 30%;
    padding-bottom: 1em;
}

.wp-block-gutentastic-post-layouts.grid_style5 .inner-post-content {
    overflow: hidden;
    flex: 1;
    padding-bottom: 1em;
}

.wp-block-gutentastic-post-layouts.grid_style5 .grid-posts article:not(:first-child) {
    border-left: 1px solid #e6e6e6;
}

.wp-block-gutentastic-post-layouts.grid_style5 article:nth-child(4) .post-content-area,
.wp-block-gutentastic-post-layouts.grid_style5 article:nth-child(5) .post-content-area {
    border-top: 1px solid #e6e6e6;
    padding-top: 2em;
}


/* grid_style5_masonry */

.wp-block-gutentastic-post-layouts.grid_style5_masonry.alignwide {
    margin: 0;
    padding: 0;
}

.wp-block-gutentastic-post-layouts.grid_style5_masonry .grid-posts {
    display: -ms-grid;
    display: grid;
}

.wp-block-gutentastic-post-layouts.grid_style5_masonry .grid-posts article {
    margin-bottom: 30px;
    border-top: 1px solid #e6e6e6;
    margin-top: -1px;
}

.wp-block-gutentastic-post-layouts.grid_style5_masonry .grid-posts {
    visibility: hidden;
}

.wp-block-gutentastic-post-layouts.grid_style5_masonry .grid-posts.masonry {
    visibility: visible;
}


/* Masonry image effects */

.wp-block-gutentastic-post-layouts.grid_style5_masonry .grid-posts article img {
    transition: all .5s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    /* Remove Image flickering on hover */
}

.wp-block-gutentastic-post-layouts.grid_style5_masonry .grid-posts .post-content-area {
    display: flex;
    flex-direction: column;
    margin: 2em 1em 0;
}

.wp-block-gutentastic-post-layouts.grid_style5_masonry .post-meta {
    padding-top: 1em;
}

.wp-block-gutentastic-post-layouts.grid_style5_masonry .inner-post-content {
    overflow: hidden;
    flex: 1;
    padding-bottom: 1em;
}


/* buttons */

.gutentastic-btn-wrapper {
    display: inline-flex;
    width: 100%;
    color: #fff;
    margin-top: 6vh;
    max-height: 7vh;
}

.gutentastic-btn-wrapper.left {
    text-align: left;
}

.gutentastic-btn-wrapper.right {
    text-align: right;
}

.gutentastic-btn-wrapper.center {
    text-align: center;
    justify-content: center;
}

.gutentastic-btn-wrapper .gutentastic-btn {
    font-weight: 600;
    position: relative;
    font-size: 1.3vw;
    text-decoration: none;
    display: inline-flex;
    box-shadow: none;
    border: var(--slider-btn-border-color, 1px solid #fff);
    color: var(--slider-btn-text-color, #fff);
    background-color: var(--slider-btn-bg-color, transparent);
    padding: 20px 30px;
    flex: 0.3;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.gutentastic-btn-wrapper.center .gutentastic-btn:last-child {
    margin-right: 0;
}

.gutentastic-btn-wrapper .gutentastic-btn.effectNone:hover {
    background-color: var(--slider-btn-hover-color, transparent);
}

.gutentastic-btn-wrapper .gutentastic-btn.btnFlash {
    overflow: hidden;
    box-shadow: none;
    transition: all 0.8s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.gutentastic-btn-wrapper .gutentastic-btn.btnFlash::before,
.gutentastic-btn-wrapper .gutentastic-btn.btnFlash::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
}

.gutentastic-btn-wrapper .gutentastic-btn.btnFlash::after {
    left: -100%;
    -webkit-clip-path: polygon(10% 0, 70% 0, 90% 100%, 30% 100%);
            clip-path: polygon(10% 0, 70% 0, 90% 100%, 30% 100%);
    background-color: rgba(255, 255, 255, 0.4);
    transition: all 300ms ease;
}

.gutentastic-btn-wrapper .gutentastic-btn.btnFlash:hover::after {
    left: 100%;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinBack {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-720deg);
    }
}

@keyframes spinBack {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-720deg);
    }
}


/* PAGINATION */

.gutentastic-pagination {
    margin: 0 auto 5em;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
}

.gutentastic-pagination a,
.gutentastic-pagination span {
    display: inline-block;
    text-decoration: none;
    padding: 2px 10px;
    color: #000;
    margin: 0;
    line-height: 1.5;
}

.gutentastic-pagination.pagination-style-border a,
.gutentastic-pagination.pagination-style-border span {
    border: 1px solid #ccc;
}

.gutentastic-pagination.pagination-style-round a,
.gutentastic-pagination.pagination-style-round span {
    padding: 2px 11px;
}

.gutentastic-pagination i {
    padding: 0;
    line-height: 1.30;
}

.gutentastic-pagination a:hover {
    background-color: #f3f3f3;
    transition: background-color 0.3s;
    color: #000;
}

.gutentastic-pagination .current {
    background-color: #ccc;
    color: #fff;
}

.gutentastic-pagination.gutentastic-pagination-style1 .current,
.gutentastic-pagination.gutentastic-pagination-style1 a:hover {
    border-radius: 5px;
}

.gutentastic-pagination.pagination-style-border .current,
.gutentastic-pagination.pagination-style-border a:hover {
    border-radius: 0;
}

.gutentastic-pagination.pagination-style-round .current,
.gutentastic-pagination.pagination-style-round a:hover {
    border-radius: 36px;
}

.gutentastic-pagination.gutentastic-navigation>*:not(.next):not(.prev) {
    display: none;
}

.gutentastic-pagination-loading-container {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url(images/loading.26e7b7dc.gif) 50% 50% no-repeat;
}


/* PREMIUM CONTENT */


/* slider layout styles */


/* Slick slider TABS style */

.gutentastic-slider.style-tabs {
    margin-bottom: 170px;
    margin-top: 5vh;
    max-height: 75vh;
}

.gutentastic-slider.alignfull.style-tabs {
    padding: 0 3em;
}

.gutentastic-slider.style-tabs .post-item .post-content-area {
    display: flex;
    height: 70vh;
    margin-bottom: 3em;
}

.gutentastic-slider.style-tabs .left .slider-container {
    text-align: right;
}

.gutentastic-slider.style-tabs .right .slider-container {
    text-align: left;
}

.gutentastic-slider.style-tabs .slick-slide img {
    min-height: 50vh;
    position: relative;
    display: inline-block;
    max-width: 45%;
    min-width: 45%;
    -o-object-fit: cover;
       object-fit: cover;
}

.gutentastic-slider.style-tabs .post-item .post-image {
    display: flex;
    height: auto;
    justify-content: end;
}

.gutentastic-slider.style-tabs.right .post-item .post-image {
    justify-content: start;
}

.gutentastic-slider.style-tabs .post-item .post-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.gutentastic-slider.style-tabs .post-item .post-content-area.right {
    margin-right: 0;
}

.gutentastic-slider.style-tabs .post-item .post-content-area .inner-post-content {
    padding: 0.3em 0 0 0;
    max-width: 50%;
    justify-content: flex-start;
}

.gutentastic-slider.style-tabs .post-item .post-content-area.left .inner-post-content {
    margin-left: 0;
}

.gutentastic-slider.style-tabs .post-item .post-content-area.right .inner-post-content {
    padding: 0.3em 0 0 5em;
    margin-right: 0 !important;
}

.gutentastic-slider.style-tabs .post-item .post-title a:link,
.gutentastic-slider.style-tabs .post-item .post-title a:visited {
    color: var(--block-title-color, #000);
    text-decoration: none;
}

.gutentastic-slider.style-tabs .post-item .post-excerpt {
    color: #888;
    color: var(--block-text-color, #888);
}

.gutentastic-slider.style-tabs .button-container-div {
    position: relative;
    width: 100%;
}

.gutentastic-slider.style-tabs .right .button-container-div {
    margin-right: 0;
    width: 40%;
}

.gutentastic-slider.style-tabs .button-container {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 40px;
    width: 100px;
    height: 40px;
    justify-content: space-evenly;
}

.gutentastic-slider.style-tabs.right .button-container {
    right: 2%;
    left: unset;
    z-index: 100;
}

.gutentastic-slider.style-tabs .slick-arrow.slick-prev,
.gutentastic-slider.style-tabs .slick-arrow.slick-next {
    background: none;
    width: 12px;
    position: unset;
    transform: unset;
}

.gutentastic-slider-editor .gutentastic-slider.style-tabs .slick-arrow.slick-prev,
.gutentastic-slider-editor .gutentastic-slider.style-tabs .slick-arrow.slick-next {
    top: auto;
    bottom: 210px;
}

.gutentastic-slider.style-tabs .slick-prev {
    left: 20%;
}

.gutentastic-slider-editor .gutentastic-slider.style-tabs .slick-prev {
    left: 0;
}

.gutentastic-slider-editor .gutentastic-slider.style-tabs .slick-next {
    left: 50px;
}

.gutentastic-slider.style-tabs .slick-prev:before {
    color: #000;
    font-size: 30px;
}

.gutentastic-slider.style-tabs .slick-next:before {
    color: #000;
    font-size: 30px;
}

.gutentastic-slider.style-tabs .slick-arrow.slick-prev,
.gutentastic-slider.style-tabs .slick-arrow.slick-next {
    background: none;
    width: 12px;
    margin-left: -26px;
}

.gutentastic-slider-editor .gutentastic-slider.style-tabs .slick-arrow.slick-prev,
.gutentastic-slider-editor .gutentastic-slider.style-tabs .slick-arrow.slick-next {
    top: auto;
}

.gutentastic-slider.style-tabs .slick-prev {
    left: 20%;
}

.gutentastic-slider-editor .gutentastic-slider.style-tabs .slick-prev {
    left: 0;
}

.gutentastic-slider-editor .gutentastic-slider.style-tabs .slick-next {
    left: 50px;
}

.gutentastic-slider.style-tabs .slick-prev:before {
    color: #000;
    font-size: 30px;
}

.gutentastic-slider.style-tabs .slick-next:before {
    color: #000;
    font-size: 30px;
}

.gutentastic-slider.style-tabs .slick-disabled::before {
    color: #CCC;
    font-weight: bold;
    opacity: 1;
}

.gutentastic-slider.style-tabs .slick-thumb {
    max-width: 100%;
    bottom: 0;
    margin-top: 48px !important;
}


/* slider layout styles: Navigation Vertical */

.gutentastic-slider.style-classic.navigation-vertical .inner-post-content {
    justify-content: flex-start;
    top: 14vh;
}

.gutentastic-slider.style-classic.navigation-titles.navigation-vertical .inner-post-content .inner-post-content {
    height: calc(100% - 160px);
}

.gutentastic-slider.style-classic.navigation-vertical .slick-thumb {
    padding-left: 5vw;
}

.gutentastic-slider.style-classic.navigation-vertical .slick-numbers {
    position: absolute;
    top: 15vh;
    left: 2vw;
    z-index: 1;
    color: rgba(255, 255, 255, 0.7);
    list-style: none;
    margin: 0;
    padding: 0;
}

.gutentastic-slider.style-classic.navigation-vertical .slick-dots {
    position: absolute;
    top: 188px;
    left: 2%;
    display: flex;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100px;
    transform: translateY(-50%);
    z-index: 5;
    list-style: none;
    list-style-position: inside;
    overflow: hidden;
    padding-left: 20px;
    list-style: disc;
}

.gutentastic-slider.style-classic.navigation-vertical .slick-numbers li {
    padding: 0.3vh 0.5vw;
    cursor: pointer;
}

.gutentastic-slider.style-classic.navigation-vertical .slick-numbers li.slick-active,
.gutentastic-slider.style-classic.navigation-vertical .slick-dots li.slick-active {
    font-weight: bold;
    color: #fff;
}


/* button effects */


/* color Reveal */

.gutentastic-btn-wrapper .gutentastic-btn.colorReveal {
    overflow: hidden;
    transition: all .5s;
}

.gutentastic-btn-wrapper .gutentastic-btn.colorReveal:before,
.gutentastic-btn-wrapper .gutentastic-btn.colorReveal:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: var(--slider-btn-hover-color, transparent);
    /* onhover background color */
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    /* move elements above button so they don't appear initially */
    transition: all .5s;
}

.gutentastic-btn-wrapper .gutentastic-btn.colorReveal:before {
    background: var(--slider-btn-bg-color, transparent);
    /* button default background color */
    z-index: -2;
    transform: translate3D(0, 0, 0);
}

.gutentastic-btn-wrapper .gutentastic-btn.colorReveal:hover {
    z-index: 5;
}

.gutentastic-btn-wrapper .gutentastic-btn.colorReveal:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
}

.gutentastic-btn-wrapper .gutentastic-btn.colorReveal:after {
    transform: translate3D(-100%, 100%, 0);
}


/* go round */

.gutentastic-btn-wrapper .gutentastic-btn.goRound {
    transition: all 0.3s ease 0s;
}

.gutentastic-btn-wrapper .gutentastic-btn.goRound:hover {
    border: var(--slider-btn-border-color, 1px solid #fff);
    color: var(--slider-btn-text-color, #fff);
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}

.gutentastic-btn-wrapper .gutentastic-btn.btnExpand {
    transition: all 0.3s ease 0s;
}

.gutentastic-btn-wrapper .gutentastic-btn.btnExpand:hover {
    font-weight: 700;
    letter-spacing: 3px;
    background: var(--slider-btn-hover-color, transparent);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.3s ease 0s;
}


/* pulse */

.gutentastic-btn-wrapper .gutentastic-btn.btnPulse {
    transition: .3s;
}

.gutentastic-btn-wrapper .gutentastic-btn.btnPulse:hover {
    -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
    transition: .3s;
    background-color: var(--slider-btn-hover-color, rgba(255, 255, 255, 0.3));
    border: 0;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}


/* video button overlay */

.wp-block-video,
.wp-block-embed {
    height: 100%;
    width: 100%;
    margin: 0;
}

.wp-block-video video,
.wp-block-embed video,
.wp-block-embed__wrapper {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
}

.gutentastic-video {
    line-height: 0;
    height: 100%;
}

.gutentastic-slider .gutentastic-video {
    position: relative;
    z-index: 2;
}

.gutentastic-slider .playVideoButton {
    position: absolute;
    top: 10px;
    right: 80px;
    color: #ccc;
    height: 40px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    font-size: 12px;
}

.gutentastic-slider:hover .playVideoButton {
    opacity: 1;
}

.gutentastic-slider .dashicons-video-alt3 {
    color: rgba(0, 0, 0, 0.5);
}

.playVideoButton .dashicons-video-alt3 {
    font-size: 36px;
    padding-right: 50px;
    height: 34px;
}


/* premium infinite scroll */

.gutentastic-loadmore {
    margin: auto;
    width: 200px;
    border: 1px solid #999;
    display: block;
    text-align: center;
    padding: .4em 0;
    color: #999;
    margin-bottom: 8em;
    opacity: 0;
}

.gutentastic-loading-container {
    margin: auto;
    position: relative;
    width: 200px;
    height: 60px;
    display: none;
    margin-bottom: 5em;
}

.gutentastic-loading-container span {
    color: #999;
    display: block;
    line-height: 2.5;
}

#gutentastic-no-more-posts {
    color: #999;
    margin: 3em auto;
    width: 200px;
    opacity: 1;
    -webkit-animation-name: fadeInOpacity;
            animation-name: fadeInOpacity;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
}

.gutentastic-loading {
    position: relative;
    width: 40px;
    height: 40px;
    float: left;
}

.gutentastic-loading div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 4px;
    border: 4px solid #777;
    border-radius: 50%;
    -webkit-animation: gutentastic-loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: gutentastic-loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #777 transparent transparent transparent;
}

.gutentastic-loading div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
            animation-delay: -0.45s;
}

.gutentastic-loading div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
}

.gutentastic-loading div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s;
}

@-webkit-keyframes gutentastic-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes gutentastic-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* premium filtering */

.gutentastic-filter-container {
    width: 100%;
    padding: 0 0 1.5em;
    display: inline-block;
    margin-bottom: 2em;
    font-size: calc(14px + 0.3vw);
}

.gutentastic-filter-container ul {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.gutentastic-filter-container li {
    list-style-type: none;
    display: block;
    float: left;
    width: 25%;
    color: #777;
    white-space: nowrap;
    margin: 2px 0 !important;
}

.gutentastic-filter-container li.filter-item-selected {
    text-decoration: underline;
    color: #000;
    transition: all .1s linear;
}

.filtr-item {
    transition: 0.5s;
}

.item-hidden {
    display: none;
    -webkit-animation: .5s ease-out;
    animation: .5s ease-out;
}

/*# sourceMappingURL=style-index.css.map*/