/* Enter Your Custom CSS Here */

.ff-size-w2.ff-size-h2 .ff-title{color:white !important;}
.ff-more{color:white !important;border-color:white !important;}
.ff-more:hover {
    background: #000000 none repeat scroll 0 0 !important;
}
.lead-contact-form>.gform_body>ul>li>div>input {
    /*width: 100%;*/
    background-color: #181c22;
    border: 1px solid #2d4b71;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    color: #96a1b1;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: 42px;
    padding: 0 17px;
}
.lead-contact-form>.gform_body>ul>li>div>textarea{
    /*width: 100%;*/
    background: #181c22;
    border: 1px solid #2d4b71;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    color: #96a1b1;
    padding: 11px 17px;
    height: 75px;
}
.widget-contacts p a{
	font-size: 16px;
	color: #96a1b1;
}
.widget-contacts p a:hover{
	color: #1f9aff!important;
}
.widget-contacts li:last-child{
    margin-bottom: 20px;
}
li.lead-contact-half-size.gfield {
    clear: none !important;
    float: left;
    width: 48%;
    margin-right: 2%;
}
.lead-contact-form>.gform_footer>.button{
    width: 97.5%;
    border: 0;
    background: #1f9aff;
    /* height: 50px; */
    line-height: 50px;
    text-align: center;
    font-family: "Lato", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 19px !important;
    letter-spacing: 0.02em;
    cursor: pointer;
}
.lead-contact-form>.gform_body>ul>li>.gfield_label{
 display:none; 
  
}
.gform_confirmation_message{
    color: #5cb85c;
    font-size: 2em;
}