/* Colours */

/* Primary Colour */
.primary-colour,
.primary-colour .dropdown-menu,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #b4183e!important;
	color: #fff;
}

.btn-primary {
    background-color: #b4183e;
    border-color: #b4183e;
    color: #fff;
}
.btn-primary:hover {
    color: #292b2c!important;
    background-color: #fff;
    border-color: #ccc;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
    color: #fff;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #ebe9eb;
    border-color: #ebe9eb;
    color: #6a6a6a;
}

.btn-dark {
    background-color: #323c41;
    border-color: #323c41;
    color: #fff;
}

.btn-outline-primary {
  color: #b4183e;
  background-image: none;
  background-color: transparent;
  border-color: #b4183e; }
  .btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
    color: #fff;
    background-color: #b4183e;
    border-color: #b4183e; }
  .btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] {
    box-shadow: 0 0 0 1px rgba(62, 122, 191, 0.5); }
  .btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit], .btn-outline-primary:disabled, .wpcf7 input[type=submit]:disabled {
    color: #b4183e;
    background-color: transparent; }
  .btn-outline-primary:active, .wpcf7 input[type=submit]:active, .btn-outline-primary.active, .wpcf7 input.active[type=submit],
  .show > .btn-outline-primary.dropdown-toggle, .wpcf7
  .show > input.dropdown-toggle[type=submit] {
    color: #fff;
    background-color: #b4183e;
    border-color: #b4183e; }

.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    border-color: #6a6a6a;
}


.secondary-colour {
  background: #91b553!important;
  color: #fff;
}
.third-colour {
  background: green!important;
  color: #fff;
}

.generic-colour,
.wpcf7 input[type=submit] {
  background: #ece9e0;
  border-color: #ece9e0;
  color: #323232;

  /*
  background: #efefef;
  border-color: #efefef;
  color: #272733;
  */

}
.dark-colour {
  background-color: #353535;
}
.dark-colour,
.dark-colour a {
    color: #e3e3e3;
}

/* White */
.primary-colour a,
.secondary-colour a,
.third-colour a,
.dark-colour h1,
.dark-colour h3,
.dark-colour h5 {
	color: #fff;
}

/* Black */
body,
aside .menu-item a {
    color: #272733;
}

/* Red */
h1, h2, h3, h4, h5, h6,
a,
.styled_list ul li:before,
.product_short_desc ul li:before,
.woocommerce-Tabs-panel--description ul li:before,
.faq-label,
.faq-chevron,
#footer_social .social-icons a,
#footer_company_name {
	color: #b4183e;
}
/* Grey */
.grey a,
.grey #searchsubmit,
.grey #search_box {
	color: #6a6a6a;
}
.grey a:hover {
	color: #000;
}

/* Green */
#hero_content ul li:before {
    color: #b8d349;
}