/*
Theme Name: South
Theme URI: 
Author: WpServed
Author URI: http://wpserved.com
Description: WpServed.
Version: 1.0
*/


.contact h3 {
	font-size: 36px!important;
}

@media (min-width: 768px){
	.no-padding-lr{
		padding-left: 0!important;
		padding-right: 0!important;
	}
}
.contact_box .noafter::after{	
    width: 0!important;
    height: 0!important;
    display: block!important;
    background: transparent!important;
    content: ''!important;
    margin: 16px 0px 20px 0px!important; 
}

.contact_box .left-col .last-child{
	margin-top: 50px!important;
}

.wpcf7 .wpcf7-form label{
    margin-bottom: 0;
    width: 100%;
}
.wpcf7 .wpcf7-form input:focus{
    outline: none;
}
.wpcf7 .wpcf7-form .first-child {
    padding: 0;	
}

.wpcf7 .wpcf7-form .wpcf7-text {
    outline: none;
    border-style: none;
    border-width: 0px;
    background-color: transparent;
    border-bottom: 1px solid #daa640;
    padding: 30px 0 14px 0;
    color: #daa640;
    font-size: x-large;
    margin-top: 0;
    width: 100%;
}

.wpcf7 .wpcf7-form .wpcf7-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #daa640;
    opacity: 1; /* Firefox */
}

.wpcf7 .wpcf7-form .wpcf7-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #daa640;
}

.wpcf7 .wpcf7-form .wpcf7-text::-ms-input-placeholder { /* Microsoft Edge */
    color: #daa640;
}
.wpcf7 .wpcf7-form input:-webkit-autofill,
.wpcf7 .wpcf7-form textarea:-webkit-autofill, 
.wpcf7 .wpcf7-form select:-webkit-autofill {
    background-color: transparent!important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #daa640!important;
    color: #daa640!important;
}

.wpcf7 .wpcf7-form .wpcf7-response-output{
	display: none!important;
}

.wpcf7 .wpcf7-form .submitform{
    background: #daa640;
    color: #000000;
	border: 1px solid #daa640;
    letter-spacing: 1px;
    padding: 12px 34px 12px 34px;
   	line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 20px;
    font-size:20px;
}
.wpcf7 .wpcf7-form .submitform:hover{
	border: 1px solid #daa640;
	background: transparent;
    color: #daa640;
    -webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
    color: #fff!important;
    font-size: 14px!important;
}
.wpcf7 .wpcf7-form .ajax-loader{
	visibility: hidden!important;
}
@media (min-width: 1024px){
	.wpcf7 .wpcf7-form .submitform{
		margin-bottom: 100px;
	}
	.contact-boxs-content .margin-bottom{
		margin-bottom: 300px!important;
	}
}