/*
Theme Name:     SSG Helpdesk
Description:    
Author:         Christian
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1.5em !important;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block;
    color: #ff0000 !important;
}
#responsive-form{
	max-width:900px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.25em;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.column-half-wht, .column-full-wht{
	float: left;
	position: relative;
	padding: 0.25em;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	color: #fff;
}

/*input[type=textarea],
select {
	padding: 0.25em;
	width: 100%;
}*/

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}



.wpcf7-file {margin-left: 10px;}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #F1F1F1 !important;
border: 1px solid #ccc !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #444 !important;
padding: 10px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #FFFFFF !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: #9BD4EB;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #ccc; 
border-color:#eee; 
padding: 6px 20px !important; 
}
span.wpcf7-list-item { display: block; }

input[type="text"], input.text, input.title, textarea, select {
    margin: 0;
    padding: 20px !important;
    border-radius: 6px !important;
    box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

.ok {
    width: 34px;
    height: 34px;
    background-image: url(img/ok.png);
    background-repeat: no-repeat;
    outline: none;
    background-color: transparent;
    border: none;
    line-height: 34px;
    color: white;
    line-height: 34;
    font-size: 12px;
    font-weight: bold;
    float: left;
    cursor: pointer;
    margin: 0px;
} 