/*
Theme Name: wolfpackmarine
Theme URI: https://wolfpackmarine.yourdevelopmentserver.net/
Description: Child theme for Genesis
Author: Your Name
Template: genesis
Version: 1.0
*/

/* Add your custom CSS below */

body {
    margin: 0px;
    padding: 0px;
}

.elementor-widget-text-editor p {
    margin: 0px !important;
}

.header-contact-btn a {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 25px;
    color: #000 !important;
    padding: 15px 30px !important;
}

.home-carousel .bdt-ep-static-carousel-item {
    display: flex;
    flex-direction: row-reverse;
}

.home-carousel .bdt-ep-static-carousel-image {
    width: 35% !important;
    height: fit-content !important;
}

.home-carousel .bdt-ep-static-carousel-content {
    width: 65% !important;
    justify-content: center;
}

.slider-price {
    border-top: 1px solid #C8C8C8;
    padding-top: 20px;
    margin-top: 20px;
}

.slider-price b {
    font-size: 26px;
}

.home-image-box img {
    width: 100% !important;
}

.home-image-box .elementor-image-box-wrapper {
    position: relative;
}

.home-image-box .elementor-image-box-content {
    position: absolute;
    bottom: 20px;
    padding-top: 400px;
    background-color: #3977A2;
    background: linear-gradient(180deg, #00000000, #3977A2);
    padding-bottom: 60px;
}

.home-image-box .elementor-image-box-content h2 {
    margin: 0px !important;
    margin-bottom: 20px !important;
}

.home-image-box .elementor-image-box-content a {
    color: #FFFFFF;
    font-size: 24px;
    text-decoration: underline;
}