/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
    background: #d5d971 !important;
    color: #333 !important;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
    background: #092f41 !important;
    border-radius: 20px;
    border: unset !important;
    content: "";
    display: table-cell;
    height: 40px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 40px;
}

input.gform-theme-button, input[type=submit] {
	font: var(--the7-base-font-big);
	padding: 15px 30px !important;
	background: transparent !important;
	border: 1px solid #000;
	color: black !important;
	text-transform: Uppercase !important;
}

input.gform-theme-button:hover, input[type=submit]:hover {
	background: #d5d971 !important;
	color: white !important;
	border: 1px solid #d5d971 !important;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2) !important;
}

.gfield--type-html {
	font-size: 22px !important;
    font-weight: 600 !important;
    color: #16a6b6 !important;
	
}


.branding {
	max-width: 250px;
}

input[type=submit] {
	margin: 0 !important;
    padding: 20px 30px !important;
    font-family: 'montserrat' !important;
    text-transform: Uppercase !important;
    font-weight: 400 !important;  
    font-size: 16px !important; 
}