/*
Theme Name: Startit
Theme URI: http://startit.select-themes.com/
Description: A Fresh Startup Business Theme
Author: Select Themes
Author URI:  http://themeforest.net/user/select-themes
Version: 2.3
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

@media only screen and (min-width: 1024px) {
	.qodef-container-inner {
		padding-top: 100px !important;
	}
}

.qodef-position-right {
	/* width: 100%;  */
}
.gform_wrapper li.hidden_label input, .gform_wrapper li.hidden_label textarea {
    margin-top: 0 !important;
    width: 100% !important;
    margin-bottom: 24px;
    padding: 13px 15px !important;
    border: 1px solid #cfcfcf;
    outline: 0;
    font-family: Raleway,sans-serif !important;
    font-weight: 500;
    font-size: 14px !important;
    background-color: #fff;
    color: #797979;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input#gform_submit_button_1 {
    display: inline-block;
    width: auto;
    height: 52px;
    line-height: 50px;
    padding: 0 35px;
    border: 2px solid #b2dd4c;
    font-size: 13px;
    font-weight: 800;
    font-family: inherit;
    letter-spacing: 1px;
    color: #fff;
    background-color: #b2dd4c;
    cursor: pointer;
    -webkit-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input#gform_submit_button_1:hover{
    background-color: #212121;
    color: #fff;   border: 2px solid #222222;
}