/* Enter Your Custom CSS Here */

.caldera-grid .form-control {
    margin-top: 15px;
}

.caldera-grid .btn-default{
	margin-top: 10px;
    color: #fff;
    background-color: #000000;
  	border: none;
}

.caldera-grid .btn-default:hover{
 	background-color: #E51633;
    color: #fff;
  	border: none;
}

#back_to_top span{
	border: none;
  	background: #fff;
}