/* Home page styles */
/* Mobile: Call Today Button on homepage */
@media (min-width: 768px) {
.call-now-btn {
	display: none;
  }
}

@media (max-width: 768px) {
.call-now-btn a.fl-button {
	font-size: 25px;
	line-height: 27px;
	padding: 15px 30px;
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
	letter-spacing: 1px;
	background: #fff;
	color: #3b3c40;
	border: 1px solid #f3f3f3;
  }

.call-now-btn a.fl-button:hover {
	text-decoration: none;
	color: #fff !important;
  }
}
