/* Enter Your Custom CSS Here */
#contact{
  background-color: #656b6a;
  color:#fff;
}
.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}
#contact .social li a { 
	line-height: 48px !important; border: 2px solid rgba(255, 255, 255, 0.26) !important; 
	} 
.light-text, .light-text label {
    color: #fff !important;
}
.wpcf7 label {
    display: inline-block;
    margin-right: 2em;
    color: #fff;
}
.wpcf7 input, .wpcf7 textarea {
		border-color: rgba(255, 255, 255, 0.6)!important;
    color: rgba(255, 255, 255, 0.8)!important;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
	border-color: rgba(255, 255, 255, 1) !important;
}