/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.contact-form input {
	
	width:100%;
	margin:10px;
	border-radius: 5px;
    border: 1px solid #ccc;
	padding:5px;
	
}

.contact-form textarea {
	
	width:100%;
	margin:10px;
	border-radius: 5px;
    border: 1px solid #ccc;
	padding:5px;
	
}.viewbuttons {
    margin-top: 10px;
    text-align: center;
	}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-primary.inverse-colors {
    color: #C64E61;
    background-color: #ffffff;
    border-color: #ffffff;
}
.viewbuttons a, .viewbuttons p {
    padding: 0px;
    text-decoration: none;
    display: block;
    line-height: normal;
}
.viewbuttons a i, .viewbuttons p i {
    font-size: 28px;
}
.controls.styledradio {
    text-align: center;
}
.field i.fa {
    position: absolute;
    top: 0;
    left: 0;
    color: #C64E61;
    background: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 38px;
    height: 100%;
    cursor: pointer;
}
field input[type="radio"].styled, .field input[type="checkbox"].styled {
    height: 0 !important;
    width: 0 !important;
}
.viewbuttons a.btn-xs i, .viewbuttons p.btn-xs i {
    font-size: 14px;
    position: static;
    height: auto;
    top: inherit;
    display: inline-block;
    float: none;
    margin: 0;
    line-height: normal;
    left: inherit;
    width: inherit;
    background: none;
}
.viewbuttons a span, .viewbuttons p span {
    font-size: 12px;
    display: inline-block;
    line-height: normal;
    float: none;
}
.field input, .field textarea, .field select {
    padding: 12px 2px 12px 40px !important;
    width: 100% !important;
    float: left;
    color: #222222;
    font-size: 12px;
    border: 1px solid #ffffff !important;
    box-sizing: border-box;
    margin: 0;
    height: auto;
    line-height: 14px;
    border-radius: 0;
    cursor: pointer;
}
.field input[type="radio"].styled, .field input[type="checkbox"].styled {
    height: 0 !important;
    width: 0 !important;
}
.field .styledradio label {
    display: inline-block;
    width: auto;
}
.field input[type="radio"].styled + label i.radio, .field input[type="checkbox"].styled + label i.radio {
    width: 40px;
    height: 40px !important;
    position: relative;
    color: #757575;
    display: inline-block;
    background: none;
    font-size: 40px;
    padding: 0;
    margin: auto;
}

.field input[type="radio"].styled:checked + label i.radio, .field input[type="checkbox"].styled:checked + label i.radio {
    color: #c85b38;
    text-shadow: none;
}
.field input[type="radio"].styled:checked + label i.radio.fa-check, .field input[type="checkbox"].styled:checked + label i.radio.fa-check {
    color: #017630;
}
label.privacy {
    color: #000 !important;
}

.field input[type="radio"].styled + label span, .field input[type="checkbox"].styled + label span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    color: #757575;
}
.field input[type="radio"].styled:checked + label span, .field input[type="checkbox"].styled:checked + label span {
    color: #c85b38;
}

.field input[type="radio"].styled:checked + label#_pwf_privacy1-lbl span, .field input[type="checkbox"].styled:checked + label#_pwf_privacy1-lbl span  {
    color: #017630;
}
.viewbuttons {
    margin-top: 0;
    text-align: center;
}

a.btn-primary.btn-icon.inverse-colors:hover {
    color: #fff;
    background: #C64E61;
}
a.btn-primary.btn-icon.inverse-colors:hover i.fa{
    color: #fff;
}
#results {
	background: #FFF;
	padding: 20px 30px;
	max-width: 700px;
	margin: 40px auto;
	position: relative;
	text-align: center
}

#results .actions {
}

#results .actions a.modalBtn {
	display: inline-block;
	width: 50%;
	height: 3em;
	line-height: 3em;
	color: #fff;
	text-align: center
}

#results .actions a.modalBtn.btn-left {
	background-color: #555
}

#results .actions a.modalBtn.btn-right {
	background-color: #017630
}

#results.open {
	padding: 20px 30px;
	margin: 40px auto
}

#results.error {
	border: 3px solid #f00;
	background: #E19797
}

#results.error .actions a.modalBtn.btn-left {
	background-color: #f00
}

#results.error .actions a.modalBtn.btn-right {
	background-color: #f00
}

#results.error p {
	color: #f00
}

form#contact_form {
    margin-top: 15px;
    margin-bottom: 30px;
}

textarea#_pwf_message {
    height: 200px;
}