/*
 Theme Name:   Webgun leads
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

#responsive-form {
		max-width: 550px ;
		margin:0 auto;
	}

.form-row{
		width: 100%;
	}

.form-row-half-1{
		float: left;
		width: 100%;
	}

.form-row-half-2{
		float: right;
		width: 100%;
	}

.column-half, .column-half-left, .column-half-right, .column-full{
		float: left;
		position: relative;
		width:100%;
		-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

.column-half-cont, .column-half-left-cont, .column-half-right-cont, .column-full-cont{
		float: left;
		margin-top: 30px;
		position: relative;
		width:100%;
		-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

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

/* CF7 Styling Form */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
		min-width: 100%;
		margin-top: 8px;
		padding: 15px 20px;
	}

.wpcf7 textarea {
		max-height: 102px;
	}

.wpcf7-submit {
	position: relative !important;
	margin-top: 60px !important;
}

.wpcf7-response-output{
    clear:both;
}

/* Media query */
@media (min-width: 551px) { 
.column-half-right, .column-half-right-cont{
		float: right;
		width:48.85%;
	}
	
.column-half-left, .column-half-left-cont{
		float: left;
		width:48.85%;
	}
	
	.form-row-half-1{
		float: left;
		width: 49.5%;
	}

.form-row-half-2{
		float: right;
		width: 49.5%;
	}
}



.form-row p {
    margin-bottom: 0px;
}
.column-full.submit-row {
    margin: 0 auto;
    text-align: center;
}

.wpcf7-spinner {
    visibility: hidden;
    display: block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    margin-top: -10px;
}

/*Form style End Here*/


