.custom-banner {
    padding: 100px 0;
    text-align: center;
    background: #fafafa;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    width: 100vw;
    min-height:500px;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
body.single-post .custom-banner {
    display: flex;
}
.custom-banner img {
    max-width: 100%;
}
.container {
    width: 100%;
    max-width: 2500px;
    padding: 0 100px;
}
.mx-width {
    max-width: 700px;
    padding: 40px 50px;
    text-align: left;
    background-color: #000000B8;
    border-radius: 16px;
    color: #fff;
    border: 1px solid #C19A4B40;
    box-shadow: 0px 20px 40px 0px #00000059;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.breakdance .custom-banner .mx-width h4 {
	color: #6B7280;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 20px;
}
.breakdance .custom-banner .mx-width h2 {
    color: #FFF;
    font-family: "Playfair Display", serif;
    font-size: 46px;
    line-height: 1.1;
    margin-block-start: 0px !important;
    margin-bottom: 20px !important;
    font-weight:700;
}
.breakdance .custom-banner .banner-content{
    margin: 0 0 30px !important;
    color: #FFFFFFD9;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}
.banner-btn {
    border-radius: 10px;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 20px 60px;
    background-color: #E04D00;
    display: inline-block;
    line-height:1.4;
    transition: all ease .5s;
    text-align:center;
    text-decoration: none;
}
.banner-btn:after {
    display: none;
}
section.bde-section .custom-banner .banner-btn:hover {
    background-color: #E04D00;
    color: #fff !important;
}
.custom-banner span.block-editor-rich-text__editable {
    padding: 0 8px;
    line-height: 2;
    min-height: 30px;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
}
body:has(.custom-banner) {
    overflow-x: hidden;
}
@media(min-width:768px){
    section.bde-section .custom-banner .banner-btn:hover {
        transform: translate(0px, -5px);
    }
}
@media(max-width:767px){
    body.single-post .mx-width {
        max-width: 100%;
        padding: 24px;
    }
    .custom-banner {
    	padding: 50px 0;
        min-height:auto;
    }
    .container {
        padding: 0 20px;
	}
    .breakdance .custom-banner .mx-width h2 {
        font-size: 32px;
    }
    .custom-banner .banner-content{
    	font-size:15px;
    }
    .banner-btn {
    	padding: 18px 25px;
    	width: 100%;
	}
}
@media(min-width:767px) and (max-width:1023px){
	.mx-width {
        max-width: 600px;
        padding: 30px 40px;
    }
    .custom-banner {
    	padding: 60px 0;
        min-height:550px;
    }
    .container {
        padding: 0 40px;
	}
    .breakdance .custom-banner .mx-width h2 {
        font-size: 40px;
    }
    .custom-banner .banner-content{
    	font-size:16px;
    }
    .banner-btn {
    	padding: 18px 40px;
	}
}
.overlay_bg {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 30%);
}