/* Styles form page blocks */

#custom-footer-section .footer-col	{
		#custom-footer-section .footer-col}

#custom-footer-section .footer-col	{
		min-height: 155px;
		                  margin-bottom: 30px;
		}

#custom-footer-section .copyright a	{
		color: #e68541;
		                  font-size: 17px;
		}

.footer-social	{
		color:#7b7b7b;
		                  font-size:16px;
		}

.footer-social:hover	{
		color:  #e68541;
		}

/* END Styles form page blocks */

.custom-contact-form .form-control{
    border-radius: 0;
    margin-bottom: 20px;
    color: #626262;
    background-color: rgba(255, 255, 255, 1);
    border-color: #EBEBEB;
}
.custom-contact-form .form-control:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f58634;
    background-color: rgba(255, 255, 255, 1) !important;
    border-color: #f58634;
}
.custom-contact-form .btn{
    border-radius: 0;
}

@media (min-width: 768px) {
    .custom-contact-form .form-half-row>div:first-child{
        padding-right: 10px;
    }
    .custom-contact-form .form-half-row>div:last-child{
        padding-left: 10px;
    }
}
