/* Label Text Styles */

.wpcf7 label {
   padding: 0 0 10px 0;
   font-family: roboto condensed;
   font-size: 18px;
   color: #f4ba44;
}

/* Text Input Field Styles */

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 .wpcf7-select {
    font-family: roboto condensed;
    font-size:15px;
    color: white;
    border: 1px solid white;
}

.wpcf7 input.wpcf7-text { width: 90%; } 

/* Textarea Field Styles */

.wpcf7 textarea {
    width: 90%;
    color: white;
    font-size: 15px;
    border-color: white;
} 

/* Change input field styles when click into (on focus) */

.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=tel]:focus {
   background-color: none;
   color: white;
   border: 1px solid white;
}
.wpcf7 input[type=text]:active, .wpcf7 input[type=email]:active, .wpcf7 input[type=tel]:active {
   background-color: none;
   color: white;
   border: 1px solid white;
}

/* Submit Button CSS Styles */

.wpcf7 input[type=submit] {
    padding:15px 25px; 
    background: white;
    color:  black;
    font-size:25px;
    font-weight:bold;
    font-family: roboto condensed; 
    border: none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

/* Set apperance of href links like phonenumbers */

a[href^="tel:"] {
color: white;
text-decoration: none;
margin-right: 0.5em;
}

a[href^="mailto:"] {
color: white;
text-decoration: none;
margin-right: 0.5em;
}

/.sliderborderclass{
border: 2px solid white
}/