
:root {
  --digifox-button-bg: #f8ba1b;
  --digifox-button-border: #f7b100;
  --digifox-button-text: #ffffff;
}

.slick-prev:before,
.slick-next:before {
color: #f8ba1b !important;
}
	
.hamburger-shell .top, .hamburger-shell .middle { background-color: #ffffff }
.hamburger-shell .menu-name { color: #ffffff }
@media screen and (max-width: 1079px) {
#menu { background-color: rgba(248, 186, 27, 1); }
}
.header { background-color: rgb(248,186,27);  }
.header { border-bottom: 1px solid #000000;  }
.header a { color: #ffffff }
.navigation { color: #ffffff }
.footer { background-color: #f8ba1b;  }
.footer { color: #ffffff;  }
.footer a { color: #ffffff; text-decoration: none; }


h2 { color: #f8ba1b }
h3 { color: #000000 }
body { color: #000000 }
a { color: #000000 }
.icon { color: #f8ba1b }
.border { border-color: #f8ba1b }
.module:nth-of-type(odd) { background-color: #ffffff }
.module:nth-of-type(even) { background-color: #f7f7f7 }

.module:nth-of-type(odd) .boxbg { background-color: #f7f7f7 }
.module:nth-of-type(even) .boxbg { background-color: #ffffff }

* { border-color: #f8ba1b }
.module { border-color: #ffffff !important; }

.button {
 border-width: 2px 2px 2px 2px;
  border-style: solid;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 0px;
  background-color: #f8ba1b;
  border-color: #f7b100; 
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.button:hover { 
  background-color: #f7b100;
  border-color: #f7b100; 
  color: #ffffff;
}

/* Gravity Forms buttons (Subscribe, Contact) use Setup button colours. */
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"],
.gform_wrapper .gform_button {
  border-width: 2px;
  border-style: solid;
  padding: 10px 15px;
  border-radius: 0px !important;
  background-color: #f8ba1b !important;
  border-color: #f7b100 !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper button[type="submit"]:hover,
.gform_wrapper .gform_button:hover {
  background-color: #f7b100 !important;
  border-color: #f7b100 !important;
  color: #ffffff !important;
}

.header a:hover,
.header a:active,
.header a:focus
 {
  border-color : #ffffff !important;
}
	
.card {
  overflow: hidden;
}

.card {
  border-radius: 0px;
}

.card img {
  border-radius: 0px;
}
.menu-cta .button { border-color: #fff !important;}

.header.large {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.yellow { color: #f8ba1b !important; }