/*
 Theme Name:   Espresso Web Child
 Theme URI:    http://espressoweb.co.uk
 Description:  Espresso Web Child Theme
 Author:       Espresso Web
 Author URI:   http://espressoweb.co.uk
 Template:     Divi
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  espresso-web-child-theme
*/


/* Contact Form 7 Styling */
.wpcf7{
margin-left: auto!important;
margin-right: auto!important;
margin-bottom: 2.75%!important;
max-width: 750px!important;
}
.wpcf7 label{display:none;}
.wpcf7 p{padding-bottom:0;}
.wpcf7 .et_pb_contact_field_half{float:left;width:50%;}
.wpcf7 .et_pb_contact_field_last{margin-bottom: 3%;padding: 0 0 0 3%;}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #fff !important;
border: 1px solid #e1e3e5 !important;
width: 100% !important;
-moz-border-radius: 3px 3px 3px 3px !important;
-webkit-border-radius: 3px 3px 3px 3px !important;
border-radius: 3px 3px 3px 3px !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
float:right;
color: #fff!important;
background-color: #e0c76d !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover {
background-color: #fff !important;
border-color:#e0c76d !important;
color: #e0c76d !important;
padding: 6px 20px !important;
}

#footer-bottom a {
  color: #e0c76d !important;
}
 body a {
   color: #e0c76d;
 }

 .services-link a {
   color: #000000 !important;
 }

 #et_mobile_nav_menu .mobile_menu_bar_toggle:before {
   color: #e0c76d !important;
 }

 .et_mobile_menu {
   border-top: 3px solid #e0c76d;
 }
