.elementor-1545 .elementor-element.elementor-element-55c164c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1545 .elementor-element.elementor-element-55c164c:not(.elementor-motion-effects-element-type-background), .elementor-1545 .elementor-element.elementor-element-55c164c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://unleashmetal.com/wp-content/uploads/2024/10/unleash-metal-blog-background-v3.webp");}.elementor-1545 .elementor-element.elementor-element-26dac49{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1545 .elementor-element.elementor-element-1055536{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1545 .elementor-element.elementor-element-6da906b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1545 .elementor-element.elementor-element-ce7db80{--grid-columns:1;--grid-row-gap:30px;--grid-column-gap:30px;}.elementor-1545 .elementor-element.elementor-element-2193a27{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-1545 .elementor-element.elementor-element-1055536{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1545 .elementor-element.elementor-element-ce7db80{--grid-columns:1;}}@media(max-width:767px){.elementor-1545 .elementor-element.elementor-element-ce7db80{--grid-columns:1;}}@media(min-width:768px){.elementor-1545 .elementor-element.elementor-element-6da906b{--width:50%;}.elementor-1545 .elementor-element.elementor-element-2193a27{--width:50%;}}/* Start custom CSS *//* Hero Section */
.hero-section {
    min-height: 40vh;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.hero-section:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
}

.hero-section .e-con-inner {
    display: flex;
    justify-content: center!important;
}

.hero-section .hero-big-image-animation-mobile .e-lottie__animation,
.hero-section .hero-big-image-animation-desktop .e-lottie__animation {
    height: 64px;
    width: auto;
    position: absolute!important;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    z-index: 1;
}

.hero-section .hero-big-image-animation-mobile svg path,
.hero-section .hero-big-image-animation-desktop svg path {
    stroke: var(--ast-global-color-5);
    fill: var(--ast-global-color-5);
}

.hero-section h1,
.hero-section h2 {
    color: var(--ast-global-color-4);
}

.hero-section h1 {
    font-size: 48px;
}

/* Post archive */
.main-panel {
    width: 100%;
}

.panel-top {
    display: none;
}

.post-archive {
    padding-bottom: 50px;
}

.sidepanel-custom {
    width: 100%;
    padding-bottom: 0;
}

/* Post Form */
.blog-search-form input {
    border-radius: 3px 3px 3px 3px!important;
    padding: 20px!important;
}

/* Tablet */
@media (min-width: 768px) {
    /* Hero Section */
    .hero-section h1 {
        font-size: 64px;
    }
}

/* Desktop */
@media (min-width: 1025px) {
    /* Hero Section */
    .hero-section {
        min-height: 50vh;
    }
    
    .hero-section .hero-big-image-animation-mobile .e-lottie__animation,
.hero-section .hero-big-image-animation-desktop .e-lottie__animation {
        bottom: -96px;
    }
        
    /* Post Archive Base */
    .sidepanel-custom {
        width: 25%;
    }
    
    .main-panel {
        width: 75%;
    }
    
    /* Post Archive */
    .sidepanel-custom {
        padding-top: 90px;
        padding-bottom: 30px;
    }
    
    .sidepanel-custom .wpc-filters-widget-top-container {
        display: none;
    }
    
    .panel-top {
        display: block;
    }
    
    .panel-top-chips {
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .panel-top .wpc-filter-chips-list {
        margin-bottom: 0;
    }

}/* End custom CSS */