/* Add your custom CSS here */

.wpb_video_widget {
	margin-top: 15px !important;
}

.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  text-transform: uppercase;
  min-width: 50%;
  border: 0;
  font-weight: bold;
  padding: 1rem 2rem;
  background-color: #ff6600 !important;
  color: #fff;
  transition: all .4s;
  border-radius: 3px !important
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  border: 0;
  font-weight: bold;
  padding: 1rem 2rem;
  background-color: #FF8533 !important;
  color: #fff; }

.contact-page-info a {
	color: #fff !important;
}
.contact-page-info a:hover {
	color: #fff !important;
	text-decoration: underline;
}