.transparent-header{
     visibility: hidden;
}
.transparent-footer{
     visibility: hidden;
}

.fa-long-arrow-right{
     visibility: hidden;
}

/* Contact Form 7 Styles */

.wpcf7 {
background-color: #F9F9F9;
}

.wpcf7-form {
padding-top: 25px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 20px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
background:#fff;
color:#000000;
font-family:roboto;
border-style: hidden;    
}

input.wpcf7-form-control.wpcf7-submit:hover {
background-color: #1B1B20;
color: white;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: #4960E5;
color: white;
}

/* Footer Display */
#footer-bottom { display: none;}

/* Remove Scroll To Top */
#scroll-top 
{
visibility: hidden;
}