/**
 * Theme Name: Dark Fitness Child
 * Template: dark-fitness
 * Author: Dragos Han
 * Version: 1.0.0
*/

html body {
    background-color: black;
}

body * {
    word-break: normal !important;
}

body #dark_fitness_service_section {
    margin: 0;
}

/* #page {
    max-width: 1440px;
    margin: 0 auto;
} */

@media (min-width: 1440px) {
    .container-shadow {
        box-shadow: 
            inset -55px 0 30px black,
            inset 55px 0 30px black;
        position: absolute;
        pointer-events: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    body #dark_fitness_service_section {
        margin: 0 !important;
    }
}

@media (max-width: 600px) {
    header.site-header .asterthemes-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }

    header.site-header .header-main-wrapper .bottom-header-outer-wrapper
    .bottom-header-part .asterthemes-wrapper .bottom-header-part-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }

    header.site-header .header-main-wrapper .bottom-header-outer-wrapper
    .bottom-header-part .asterthemes-wrapper .bottom-header-part-wrapper
    .bottom-header-left-part .site-branding .site-logo {
        max-width: 120px;
    }

    header.site-header .header-main-wrapper .bottom-header-outer-wrapper
    .bottom-header-part .asterthemes-wrapper .bottom-header-part-wrapper
    .bottom-header-left-part {
        justify-content: flex-start;
    }

    header.site-header .header-main-wrapper .bottom-header-outer-wrapper
    .bottom-header-part .asterthemes-wrapper .bottom-header-part-wrapper
    .bottom-header-right-part {
        justify-content: flex-end !important;
        width: auto;
        min-width: auto;
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    header.site-header .header-main-wrapper .bottom-header-outer-wrapper
    .bottom-header-part .asterthemes-wrapper .bottom-header-part-wrapper
    .bottom-header-middle-part {
        order: 1;
    }

    header.site-header .header-main-wrapper .bottom-header-outer-wrapper
    .bottom-header-part .asterthemes-wrapper .bottom-header-part-wrapper
    .bottom-header-left-part {
        display: none;
    }
}


body .banner-section.banner-style-1 .banner-single {
    justify-content: flex-start;
    padding-top: 40px;
}


body .banner-section.banner-style-1 .banner-single .banner-caption {
    top: 0 !important;
}

@media (max-width: 600px) {
    body .banner-section.banner-style-1 .banner-single .banner-caption {
        top: -130px !important;
    }

    body .banner-section.banner-style-1 .banner-single .banner-caption .banner-catption-wrapper .caption-subtitle,
    body .banner-section.banner-style-1 .banner-single .banner-caption .banner-catption-wrapper .banner-caption-title {
        text-align: left;
        margin-bottom: 30px;
    }
}


.colored-bg {
    background-color: var(--primary-color);
    color: var(--background-color-white);
    padding: 2px 4px;
}

.colored {
    color: var(--primary-color);
}

.hero-animated {
    animation-delay: 0.2s;
    transform-origin: top;
    animation-fill-mode: both;
    animation-duration: 0.7s;
    animation-name: asterthemes-animation1;
}

#ce-static-hero {
    background-image: url('img/hero-background.png');
    font-family: 'Raleway', sans-serif;
    background-position: center;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
 
}

@media (max-width: 485px) {
    #ce-static-hero {
        background-position-x: 80%;
    }
}

@media (min-width: 1700px) {
    #ce-static-hero {
        background-position-y: 33%;
    }
}

@media (min-width: 2000px) {
    #ce-static-hero {
        background-position-y: 20%;
    }
}

#ce-static-hero .hero-text-content {
    border-bottom: 1px solid #909090;
    padding: 20px 80px 50px;
    margin-bottom: 50px;
}

@media (max-width: 744px) {
    #ce-static-hero .hero-text-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#ce-static-hero .site-name {
    font-size: 24px;
    font-weight: 400;
}

#ce-static-hero .hero-title {
    font-size: 41px;
    font-weight: 600;
    max-width: 600px;
    line-height: 47px;
    margin: 25px 0 15px;
}

@media (max-width: 744px) {
    #ce-static-hero .hero-title {
        font-size: 24px;
        max-width: 520px;
        line-height: 30px;;
    }
}

#ce-static-hero .hero-cta-container {
    width: 100%;
    text-align: center;
}

#ce-static-hero .hero-cta {
    font-weight: 600;
    padding: 10px 40px;
    text-transform: none;
    margin: 50px 0 0;
}

@media (max-width: 744px) {
    #ce-static-hero .hero-cta {
        padding: 10px;
    }
}


@media (min-width: 1440px) {
    footer {
        display: none;
    }
}
