/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */
*{
	text-transform: inherit!important;
}
.rey-siteLogo img.custom-logo {
	transition-duration: var(--header-fixed-shrank-speed);
	transition-timing-function: var(--easeoutcubic);
	transition-property: width;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield textarea {
  border-radius: 10px !important;
}

body .gform_wrapper .gfield_label {
  color: #fff !important;
}

.gform_wrapper .gform_button {
  background-color: #ed7a3a !important;
  border-radius: 20px !important;
}

.embed-label-bold {
	color: #fff !important;
}