/*
Theme Name: WellMadeWebsite
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Tom Fraser http://www.wellmadewebsite.co.uk
Template: Divi
*/
/* http://paletton.com
colours green:
main: #00AB9F
light:#4AC1B8
lightmed:#26B1A7
darkmed:#00837A
dark:#00675F

colours orange:
main: #FF6F00
light:#FFA662
lightmed:#FF8D36
darkmed:#D55D00
dark:#A74900

@import url("../Divi/style.css");
*/


/* ------------------------------------------------BUTTONS  */


#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit input, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {
    color: #dd0000 !important;
}

/* ----------------------------------------------- SEARCH */

.widget_product_search label.screen-reader-text {
	display:none;
}

.widget_product_search input.search-field {
width:100%;
padding:5px;
font-size: 1em;
font-family:inherit;
border-radius:5px;
}

.widget_product_search  input[type="submit"] {
display:block;
width:100%;
background-color: #ff0000;
  color: #dd0000;
border-color: #dd0000;
    border-radius: 5px;
	padding: 0.2em 1em;
    border: 2px solid;
    background: transparent;
    font-size: 16px;
    font-weight: 500;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	margin-top:5px;
	cursor:pointer;
}
.widget_product_search  input[type="submit"]:hover {
background: #000000 !important;
    border-color: #dd0000 !important;
    border-radius: 5px;
}
/* ----------------------------------------------- FORMS */
.wpcf7 input {
width:100%;
  padding:5px;
font-size: 1em;
font-family:inherit;
  border-radius:5px;
}


.wpcf7 textarea {
  width:100%;
  height:100px;
  padding:5px;
font-size: 1em;
font-family:inherit;
  border-radius:5px;
}

.wpcf7 input[type="submit"] {
  background-color: #ff0000;
  padding:5px 10px 5px 10px;
  color: #fff;
font-size: 1em;
font-family:inherit;
border:0;

}

.wpcf7 input:hover[type="submit"] {
  background-color: #1e73be;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
}