/*
	Theme Name: Child Hello Elementor
	Template: hello-elementor
	Version: 1.0
*/
.cm-member-btn{
 	display:none;	
}
.cm-black-font{
	color:#141414;
}
@media(max-width:767px){
.cm-member-btn{
	width: 50%;
    border-radius: 30px;
	display:block;
	background-color: var(--e-global-color-primary);
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    fill: var(--e-global-color-5a8451a);
    color: var(--e-global-color-5a8451a);
    padding:8px !important;
	margin-top:16px !important;
}
	.cm-member-btn a {
    color: #fff !important;
}
	div#ekit-megamenu-main-menu {
    padding-left: 8px;
}
}
@media(max-width: 1024px){
.elementskit-nav-identity-panel{
    display: flex !important;
    justify-content: space-between;
    padding: 10px 0 10px 10px;
	 align-items: center;
}

.elementskit-nav-logo img{
    width: 100%;
	}
}

.page-id-6{
	background-image: url(/wp-content/uploads/2026/07/beach-bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.page-id-6::after{
}