/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Steve Norman
Template: Avada
*/

@import url("../Avada/style.css");

#nav {
clear: right;
margin-top: 75px;
}

#nav ul a, #nav li.current-menu-ancestor a {
border-top: none !important;
}

.tel {
float:right;
margin-top:20px;
}

#main {
padding: 25px 10px;
}

.post-content h1 {
margin-top: 0px;
}

#nav ul .current_page_item a, #nav ul .current-menu-item a {
font-size:20px;
}

/*=======================*/

/*=== custom CF7 code ===*/

/*=======================*/



.wpcf7 input[type="text"], input[type="email"], .wpcf7 textarea { 
border: 1px solid #888;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
color:#888;
-webkit-border-radius: 5px;
-moz-border-radius:5px;
border-radius: 5px;
padding: 5px;
width: auto;
}

.wpcf7 input[type="text"]:focus, textarea:focus{
background: #eee;
}

.wpcf7 input[type="submit"]{
padding:8px 18px;
background:#888;
color:#FFFFFF;
border: 1px solid #fff;
font-size: 12px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


.wpcf7 input[type="submit"]:hover {
background:#344D7E;
color:#FFFFFF;
border: 1px solid #FFFFFF;
}

.wpcf7 p {
margin-bottom: 10px;
}

#wpcf7-f61-w1-o1 .wpcf7-submit {
float:right !important;
}