/*
Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/xpro/
Author: Taraprasad Swain
Author URI: https://puresilvercreative.com/
Description: Make all of your modifications to X Pro in this child theme.
Version: 1.0.0
Template: x
*/

/*Inner Banner*/
.inner-banner {
    background-color: #000;
    position: relative;
    min-height: 220px;
    background-image: url(/wp-content/uploads/2024/03/banner-img-2-scaled-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.inner-banner .page-title {
    font-size: 54px;
    line-height: 1.25em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2em;
    margin-top: 2em;
    position: relative;
    z-index: 1;
}

.inner-banner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width:978.98px) {
    .inner-banner .page-titles {
        top: 70px;
    }

    .inner-banner .page-title {
        font-size: 48px !important;
    }
}

@media only screen and (max-width:640px) {
    .banner-img {
        min-height: 160px;
    }

    .inner-banner .page-titles {
        top: 45px;
    }

    .inner-banner .page-title {
        font-size: 36px !important;
    }
}

/*Inner Banner*/