/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentychild
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

p.gform_required_legend {
	display: none;
}
span.gfield_required.gfield_required_asterisk {
	display: none !important;
}
label.gfield_label.gform-field-label {
	display: none !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 130px !important;
	    resize: none;
}
input#gform_submit_button_1 {
	color: #0C2539;
    font-family: "barlow", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
	border: 2px solid #D6320B;
	padding: 10px 50px;
	text-transform:uppercase;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
input#gform_submit_button_1:hover{
	border: 2px solid #2275EF;
	background: #2275EF;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.experience-form input {
	border: none;
	outline:none;
}
.experience-form select {
	border: none;
	outline:none;
}
.experience-form textarea {
	border: none;
	outline:none;
}
@media(max-width:767px){
	.admin-bar .rmp-container, .admin-bar .rmp_menu_trigger {
        margin-top: 0px !important;
    }
}
