@media screen and (min-width: 576px){
	.mobile-only{
		display: none;
	}
}
@media screen and (max-width: 575px){
	li.main-menu-item{
		border-bottom: 1px solid rgba(255,255,255,0.45) !important;
	}
    .zb-menu-trigger{
        display: flex !important;
    }
}

@media screen and (max-width: 767px) {
	h1{
		line-height: 50px !important;
	}
}

body .brlbs-cmpnt-container.brlbs-cmpnt-shortcode-element{
	height: unset;
}

.close-X{
	color: #fff;
  	padding: 5px 5px;
  	font-size: 30px;
	cursor: pointer;
}