.fusion-tb-header {
    display: none;
}

#main {
    padding: 0px !important;
    padding-right: 0px !important;
    
}
.fusion-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;
}

.bg-image {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
}

.bg-image .hero-content {
    height: 65vh !important;
    display: flex !important;
    align-items: center !important;
    justify-items: center !important;
    flex-direction: column !important;
}

.landing-title {
    font-size: 3.5rem;
}
.landing-subtitle {
    font-size: 2.5rem;
}

.place-item {
    position: relative;
}
.place-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.place-item h4 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
	width: 100%;
}

@media screen and (max-width: 768px)	{
    .fixed-whatsapp-btn {
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 1001;
        width: 100%;
    }

    .fixed-whatsapp-btn .fixed-whatsapp-btn-wrapper {
        display: flex;
        justify-content: center;
        align-content: center;
    }

	.fixed-whatsapp-btn .fixed-whatsapp-btn-wrapper .wa-btn {
        padding: 20px 5px;
        display:flex;
        justify-content: center;
        align-content: center;
        cursor: pointer;
        width: 100%;
	}
    .fixed-whatsapp-btn .fixed-whatsapp-btn-wrapper .wa-btn a {
		color: #fff;
    	text-decoration:none
	}
    .fixed-whatsapp-btn .fixed-whatsapp-btn-wrapper .fixed-whatsapp-btn-content {
	    background-color: #25d366;
    }

    .fixed-whatsapp-btn .fixed-whatsapp-btn-wrapper .fixed-whatsapp-btn-form {
	    background-color: #006d86;
    }
}

@media screen and (min-width: 768px)	{
	.fixed-whatsapp-btn { display: none;}
}