#fixButton {
	position: fixed !important;
	width: 100% !important;  
	left: 0 !important;  
	transition: all .8s ease;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden !important; 
	backface-visibility: hidden  !important;
	bottom:-100px;
	background: #000;
	color: #fff; 
	padding: 20px 0;
	font-size:16px;
	text-align: center;
	font-weight: 700 !important;	
	z-index: 9999;
	display:none; 
	text-transform: uppercase;
}

#fixButton.on { 
	bottom:0;
	transition: all 0.9s cubic-bezier(.87,-.41,.19,1.44);
}

@media only screen and (max-width: 600px)  {
	#fixButton {display:block;}  
	.pulse {display:block;}  
}

/*Pulse button CSS*/

.pulse {
	z-index: 10;
	position:fixed;
	top:20px;
	right:20px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #4bafef;
	background-image: url("https://folderhop.com/assets/unbounce/phone.png");
	background-size: 23px 23px;                    
	background-repeat:   no-repeat;
	background-position: center center; 
	cursor: none;
	opacity: 0;
	box-shadow: 0 0 0 rgba(75,175,239, 0.4);
	animation: pulse 2s infinite;
	transition:opacity .5s ease;
	display: block;
}
.pulse:hover {
	animation: none;
}

.pulse.on { 
	opacity: 1;
	transition:opacity .5s ease;
	cursor: pointer;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(75,175,239, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 12px rgba(75,175,239, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(75,175,239, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(75,175,239, 0.4);
		box-shadow: 0 0 0 0 rgba(75,175,239, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 12px rgba(75,175,239, 0);
		box-shadow: 0 0 0 12px rgba(75,175,239, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(75,175,239, 0);
		box-shadow: 0 0 0 0 rgba(75,175,239, 0);
	}
}

@media only screen and (min-width: 768px){
	#landing-hero{
		background-image: url(/wp-content/uploads/2025/04/The-Marine-Brighton-Animation_v2-1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}

.section-justhome{
	background-image: url(/wp-content/uploads/2025/04/Hero_Lady-1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #000;
	color: #fff;
}
@media only screen and (min-width: 1441px){
	.section-justhome{
		background-size: contain;
	}
}
.section-justhome .content-wrap {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	height: 100%;
}

@media only screen and (max-width: 767px){
	.section-justhome {
		height: 250px;
	}
}
