:root{--page-title-display:none;}/* Start custom CSS */html {
    font-size: 62.5%;
}
.dark-red {
    color: #340000;
}
.text-red {
    color: #711d1b;
}
.btn-arrow {
    font-family: monospace;
}
body p {
    line-height: normal;
}
.order-form-embed form input[type=text], .order-form-embed form input[type=email] {
    width: 100%;
    background: #fffff3;
    border: 2px solid #8f8e8e;
    padding: 12px 20px !important;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    letter-spacing: normal;
    -webkit-box-shadow: 0px 4px 14px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 14px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 14px -8px rgba(0,0,0,0.75);
    display: block;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.order-form-embed form .infusion-option [type=checkbox] + label {
    display: block;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: auto;
    line-height: 1.5;
    white-space: normal;
    font-size: 12px !important;
    font-style: italic;
    font-weight: normal !important;
    color: #525252;
    position: relative;
    padding-left: 25px;
}
.order-form-embed form .infusion-option [type=checkbox]:checked + label:after {
    content: '';
    width: 10px;
    height: 12px;
    background: url(/wp-content/uploads/2019/11/checkbox-tick.png) center center no-repeat;
    display: block;
    position: absolute;
    left: 2px;
    top: 4px;
}
.order-form-embed form .infusion-option [type=checkbox] + label:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #b1b1b1;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 3px;
    box-sizing: border-box!important;
}
.order-form-embed form .infusion-option [type=checkbox] {
    display: none;
}
.order-form-embed form .infusion-submit button {
    margin-top: 20px;
    background-color: #01A31B;
    background-image: none !important;
    width: 100%;
    font-weight: bold;
    font-size: 2.2rem;
    font-family: "Roboto",Sans-serif;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.17);
    padding: 15px 10px;
    color: #fff;
    z-index: 3;
    line-height: 1.2;
    position: relative;
    border: 0;
    border-bottom: 10px solid  #35621d;
    border-radius: 4px !important;
    min-height: 70px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.error-field[type=text], .error-field[type=checkbox] + label:before {
    border-color: #FF0000 !important;
}
.error-field-wrap:after {
    content: "Please make sure your email addresses match";
    margin-top: -18px;
    display: block;
    margin-bottom: 20px;
    color: #FF0000;
}
.footer-copyright a {
    color: rgba(255,255,255,0.69);   
}
.footer-copyright a:hover {
    color: #84b800;
}
.essb_links {
    display: none;
}
/* Media Queries */
@media only screen and (min-width:1401px) and (max-width:1600px) {
html {
	font-size: 60%;
}
}
@media only screen and (min-width:1201px) and (max-width:1400px) {
html {
	font-size: 58%;
}
}
@media only screen and (min-width:1024px) and (max-width:1200px) {
html {
	font-size: 56.3%;
}
}
@media only screen and (min-width:960px) and (max-width:1023px) {
html {
	font-size: 50%;
}
}
@media only screen and (max-width:960px) {
html {
	font-size: 43.8%;
}
}

@media only screen and (max-width:767px) {
.order-form-embed form .infusion-submit button {
    font-size: 18px;
}    
.mobile-block {
    display: block;
}
}/* End custom CSS */