#lumihome_nb5 {
    background: #fff;
}
#lumihome_nb5 .heading .s-hd {
    color: #222;
}
#lumihome_nb5 .project-carousel .project-title a {
    color: #222;
}
#lumihome_nb7 {
    background: #fff;
    color: #222;
}
#lumihome_nb7 .heading .s-hd {
    color: #222;
}
#lumihome_nb7 .lumihome-description {
    color: #222;
}
.product-summary h1.page-title {
    font-weight: 500 !important;
}
.post-type-archive-video .site-content > .container,
.post-type-archive-catalogue .site-content > .container {
    max-width: 100%;
}
.post-type-archive-video .site-main,
.post-type-archive-catalogue .site-main {
    max-width: 100% !important;
    flex-basis: 100% !important;
}
.cata-sc .post-info__thumb {
    margin-bottom: 15px;
    position: relative;
}
.single_variation_wrap {
    display: none !important;
}
.woocommerce div.product form.cart .variations th {
    text-align: left;
}
@keyframes play {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    15% {
        transform: translate(-50%, -50%) scale(1.05);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    }
    25% {
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4),
            0 0 0 20px rgba(255, 255, 255, 0.2);
    }
    25% {
        transform: translate(-50%, -50%) scale(1.15);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4),
            0 0 0 30px rgba(255, 255, 255, 0.2);
    }
}
.video-sc.cata-sc .post-info__thumb .button {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: unset;
    min-height: unset;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    border: none !important;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.08));
    transform: translate(-50%, -50%);
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.catalogue-menu ul.menu {
    padding: 0;
    margin: 0 0 40px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalogue-menu ul.menu li {
    margin: 0 20px;
}
.catalogue-menu ul.menu a {
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    padding: 10px 0;
}
.catalogue-menu ul.menu .current-menu-item a {
    border-color: #008a50;
}
.cata-sc .post-info__thumb .img img {
    aspect-ratio: 1/0.78125;
    object-position: center;
    object-fit: cover;
}
.video-sc .post-info__thumb .img img {
    aspect-ratio: 1/0.5625;
    object-position: center;
    object-fit: cover;
}
.cata-sc .post-info__title {
    font-size: 15px;
}
.aligncenter > figcaption {
    text-align: center;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
    display: block;
    font-size: smaller;
    margin-bottom: 2em;
}
.blog-shortcode.style-2 .post-info__thumb .img img {
    aspect-ratio: 1/0.621621622;
    object-position: center;
    object-fit: cover;
}
.download-file {
    margin-bottom: 30px;
    text-align: right;
}
.download-file a {
    display: inline-block;
    padding: 15px 20px 10px;
    border: 1px solid #e4861b;
    text-transform: uppercase;
    color: #e4861b;
}
.download-file a:hover {
    border-color: #000;
    color: #000;
}
.woocommerce-product-gallery__wrapper .slick-arrow:before {
    color: #000;
    font-size: 25px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    overflow: hidden;
}