/*color #9d9892 #d9d7cb #d05a4e some replaced with #9f0103*/
/*added #contact-antispam-label to html*/
#contact-antispam-label::after{content: " 7 + 5 = ?";}

.top-content input[type="text"], 
.top-content textarea, 
.top-content textarea.form-control {
	height: 50px;
    margin: 1px;
    padding: 0 20px;
    vertical-align: middle;
    background: #f7f4ed;
    border: 1px solid black;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #202020;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
    
    width: 100%;/*added for layout change*/
    margin: 5px 0px 15px 0px;/*added for layout change*/
}

.top-content textarea, 
.top-content textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

.top-content input[type="text"]:focus, 
.top-content textarea:focus, 
.top-content textarea.form-control:focus {
	outline: 0;
	background: #f7f4ed;
    border: 2px solid #202020/*#c4c0b4*/;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.top-content input[type="text"]:-moz-placeholder, .top-content .top-content textarea:-moz-placeholder, .top-content textarea.form-control:-moz-placeholder { color: #9d9892; }

.top-content input[type="text"]:-ms-input-placeholder, .top-content textarea:-ms-input-placeholder, .top-content textarea.form-control:-ms-input-placeholder { color: #9d9892; }
.top-content input[type="text"]::-webkit-input-placeholder, .top-content textarea::-webkit-input-placeholder, .top-content textarea.form-control::-webkit-input-placeholder { color: #9d9892; }

.top-content label {
    display: none;/*added for layout change to match walkerfirearmtraining.com contact forms*/
	font-weight: 400;
}

.top-content button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background-color: #9f0103;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.top-content button.btn:hover { /*opacity: 0.6;*/ background-color: black; color: #fff; }

.top-content button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.top-content button.btn:focus { outline: 0; opacity: 0.6; background: #9f0103; color: #fff; }

.top-content button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #9f0103; color: #fff; }

/*added*/.top-content button.btn{border-radius: 5px; margin-top: 10px;}/*added*/

