/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

html,
body {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    /*
      Override the default (display: inline) for
      browsers that do not recognize HTML5 tags.

      IE8 (and lower) requires a shiv:
      http://ejohn.org/blog/html5-shiv
    */
    display: block;
}

b,
strong {
    /*
      Makes browsers agree.
      IE + Opera = font-weight: bold.
      Gecko + WebKit = font-weight: bolder.
    */
    font-weight: bold;
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    /*
      For IE.
      http://css-tricks.com/ie-fix-bicubic-scaling-for-images
    */
    -ms-interpolation-mode: bicubic;
}

ol,
ul {
    list-style: none;
}

li {
    /*
      For IE6 + IE7:

      "display: list-item" keeps bullets from
      disappearing if hasLayout is triggered.
    */
    display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

sub,
sup,
small {
    font-size: 75%;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg {
    /*
      For IE9. Without, occasionally draws shapes
      outside the boundaries of <svg> rectangle.
    */
    overflow: hidden;
}


/* FONT FACE
----------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: aleo_bold;
    src: url('/fonts/aleo/aleo-bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('/fonts/aleo/aleo-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/aleo/aleo-bold-webfont.woff') format('woff'), /* Modern Browsers */
         url('/fonts/aleo/aleo-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('/fonts/aleo/aleo-bold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: aleo_bold_italic;
    src: url('/fonts/aleo/aleo-bolditalic-webfont.eot'); /* IE9 Compat Modes */
    src: url('/fonts/aleo/aleo-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/aleo/aleo-bolditalic-webfont.woff') format('woff'), /* Modern Browsers */
         url('/fonts/aleo/aleo-bolditalic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('/fonts/aleo/aleo-bolditalic-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: aleo_italic;
    src: url('/fonts/aleo/aleo-italic-webfont.eot'); /* IE9 Compat Modes */
    src: url('/fonts/aleo/aleo-italic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/aleo/aleo-italic-webfont.woff') format('woff'), /* Modern Browsers */
         url('/fonts/aleo/aleo-italic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('/fonts/aleo/aleo-italic-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: aleo_light;
    src: url('/fonts/aleo/aleo-light-webfont.eot'); /* IE9 Compat Modes */
    src: url('/fonts/aleo/aleo-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/aleo/aleo-light-webfont.woff') format('woff'), /* Modern Browsers */
         url('/fonts/aleo/aleo-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('/fonts/aleo/aleo-light-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: aleo_light_italic;
    src: url('/fonts/aleo/aleo-lightitalic-webfont.eot'); /* IE9 Compat Modes */
    src: url('/fonts/aleo/aleo-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/aleo/aleo-lightitalic-webfont.woff') format('woff'), /* Modern Browsers */
         url('/fonts/aleo/aleo-lightitalic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('/fonts/aleo/aleo-lightitalic-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: aleo_regular;
    src: url('/fonts/aleo/aleo-regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('/fonts/aleo/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/aleo/aleo-regular-webfont.woff') format('woff'), /* Modern Browsers */
         url('/fonts/aleo/aleo-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('/fonts/aleo/aleo-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: stampgothic;
    src: url('/fonts/stampgothic/stampgothic-webfont.eot'); /* IE9 Compat Modes */
    src: url('/fonts/stampgothic/stampgothic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/stampgothic/stampgothic-webfont.woff') format('woff'), /* Modern Browsers */
         url('/fonts/stampgothic/stampgothic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('/fonts/stampgothic/stampgothic-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: marcopolo;
    src: url('/fonts/marco-polo/marco_polo-webfont.eot'); /* IE9 Compat Modes */
    src: url('/fonts/marco-polo/marco_polo-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/marco-polo/marco_polo-webfont.woff') format('woff'), /* Modern Browsers */
         url('/fonts/marco-polo/marco_polo-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('/fonts/marco-polo/marco_polo-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: travelling;
    src: url('/fonts/traveling-typewriter/traveling-typewriter.regular.ttf');
}

@font-face {
    font-family: elephant;
    src: url('/fonts/elephant/elephnt-webfont.woff') format('woff'); /* Modern Browsers */;
}


/* STYLES START HERE
----------------------------------------------------------------------------------------------------*/
body {
    text-align: center;
    font-size: 100%;
    font-family: 'Lato', sans-serif;
    position: relative;
    overflow-x: hidden;
}

main {
    /*margin-top: 60px;*/
    /*-webkit-box-shadow: 0 8px 15px 0 #000;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.5);*/
    /*z-index: 900;*/
    position: relative;
    overflow-x: hidden;
}

.content_container {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.content_container:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content_container.larger_width {
    max-width: 1720px;
}

/*HEADER*/
header {
    /*position: fixed;
    top: 0;*/
    width: 100%;
    z-index: 500000;
    font-family: 'Lato', sans-serif;
}

.logo {
    position: absolute;
    left: -40px;
    top: 20px;
    overflow: visible;
    width: 186px;
    z-index: 10000;
}

.logo img {
    width: 186px;
    height: 186px;
}

nav:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

nav ul:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.telephone {
    color: #fff;
    padding: 9px 0;
    font-size: 1.3em;
    background-color: rgba(0,0,0,0.5);
}

.eden-adrian .telephone {
    color: #B99A55;
}

.eden-adrian .telephone .underline {
    border-color: #B99A55;
}

.telephone .content_container div, .eden-adrian .telephone .content_container div {
/*    background: url('/img/png/heading-left-white.png') left center no-repeat,
                url('/img/png/heading-right-white.png') right center no-repeat;
    background-size: 28px;*/
    display: inline-block;
    padding: 0 40px;
}

.eden-adrian .telephone .content_container div {
/*    background: url('/img/png/heading-left-gold.png') left center no-repeat,
                url('/img/png/heading-right-gold.png') right center no-repeat;
    background-size: 28px;*/
    display: inline-block;
    padding: 0 40px;
}



/*TOP NAV*/
.top_nav {
    /*-webkit-box-shadow: 0 5px 5px 0 #000;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.5);*/
    z-index: 500000;
    position: relative;
    background-color: #E9C05B;
    border-bottom: 1px dashed #fff;
    padding: 5px 0;
}

.top_nav ul {
    margin: 0 auto;
    padding-left: 0;
}

.eden .top_nav ul {
    padding-left: 0;
}

.top_nav_ul {
    display: inline-flex;
}

.top_nav li {
    float: left;
}

.top_nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    padding: 20px 20px 21px 20px;
}

.top_nav li .flower {
    padding: 10px 20px 0 0;
}

.top_nav li .flower img {
    width: 30px;
}

.top_nav li .flower:hover {
    background: none !important;
}

.top_nav li a:hover {
    background-color: rgba(0,0,0,0.2) !important;
}

.sign-in .nav_sign,
.top_nav .selected {
    background-color: rgba(0,0,0,0.2) !important;
}

.nav_home {
    margin-left: 0 !important;
}

/*.eden .nav_home {
    padding-left: 0 !important;
}*/

.eden .nav_home {
    margin-left: 0 !important;
}

.nav_signup {
    /*border: none !important;*/
    /*background: url("/img/jpg/cardboard_red.jpg") top left repeat-x !important;*/
    /*width: 160px;*/
    position: relative;
}

.nav_logout {
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    padding: 0 !important;
    display: none;
}

.nav_logout li {
    float: none;
    border-right: none;
    background: url("/img/jpg/cardboard_red.jpg") top left repeat-x !important;
}

.eden .nav_signup, .eden .nav_logout li {
    /*background: url("/img/jpg/cardboard_light_green.jpg") top left repeat-x !important;*/
}

.eden-events .nav_signup {
    border: none !important;
    /*background: url("/img/jpg/cardboard_light_green.jpg") top left repeat-x !important;*/
}

.eden-adrian .nav_signup {
    border: none !important;
    /*background: url("/img/jpg/cardboard_light_purple.jpg") top left repeat-x !important;*/
}

.eden-boxed .nav_signup {
    border: none !important;
    /*background: url("/img/jpg/cardboard_light_purple.jpg") top left repeat-x !important;*/
}

.nav_cart.social_nav img {
    height: 23px;
    top: 18px;
    width: auto;
}

.nav_cart {
    position: relative;
}

.nav_cart img {
    width: 54px;
    position: relative;
    top: 6px;
}

.top_nav .nav_cart a {
    padding: 0;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.top_nav .nav_cart a:hover {
    background: none !important;
}

#basket_no {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    text-align: center;
}

.nav_menu {
    display: none;
    cursor: pointer;
    cursor: hand;
}

.nav_signup a, .nav_cart a {
    padding-left: 0.8em !important;
    padding-right: 0.8em !important;
}

.nav_blank {
    width: 156px;
    height: 39px;
}



/*SUB NAV*/
.sub_nav {
    z-index: 999;
    position: relative;
}

.eden .sub_nav {
    background: url("/img/jpg/cardboard_light_grey.jpg") top left repeat-x;
}

.eden-express .sub_nav {
    background: url("/img/jpg/cardboard_blue.jpg") top left repeat-x;
}

.eden-events .sub_nav {
    background: url("/img/jpg/cardboard_light_green.jpg") top left repeat-x;
}

.eden-adrian .sub_nav {
    background: url("/img/jpg/cardboard_light_purple.jpg") top left repeat-x;
}

.eden-boxed .sub_nav {
    background: url("/img/jpg/cardboard_boxed_green.jpg") top left repeat-x;
}

.eden-boxed .sub_nav {
    background-color: #0d6043;
}

.eden .sub_nav li a {
    color: #552C7F;
}

.eden-adrian .sub_nav li a {
    color: #B99A55;
}

.sub_nav ul {
    margin-left: 0;
    display: inline-flex;
    /*border-left: 1px solid #fff;*/
}

.eden .sub_nav ul {
    margin-left: 0;
    border-left: none;
}

.sub_nav li {
    float: left;
    border-right: 1px solid #fff;
}

.eden-adrian .sub_nav li {
    border-right: 1px solid #B99A55;
}

.eden .sub_nav li {
    border-right: 1px solid #552C7F;
}

.sub_nav .border_left {
    border-left: 1px solid #fff;
}

.sub_nav li:first-child {
    /*padding-left: 0.5em;*/
}

.sub_nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 9px 1.3em;
    font-size: 0.7em;
}

.sub_nav li a {
    font-family: 'Lato', sans-serif;
    text-transform: lowercase;
    padding: 7px 1.1em;
    font-size: 1.1em;
    letter-spacing: 0.04em;
}

.sub_nav li a:hover {
    background-color: rgba(0,0,0,0.2) !important;
}

.sub_nav li .selected,
.venues .sub_nav_venues,
.our-customers .sub_nav_customers,
.news .sub_nav_news,
.get-ordering .sub_nav_ordering,
.download-express-menus .sub_nav_download,
.faqs .sub_nav_faq,
.terms_conditions .sub_nav_terms {
    background-color: rgba(0,0,0,0.2);
}

.get-ordering .main_content {
    padding-top: 0;
}

.get-ordering .main_text {
    padding-top: 0;
}

.get-ordering-product .product_single h1 {
    font-size: 2.5em !important;
    text-transform: none !important;
    font-family: 'Lato', 'sans-serif' !important;
    display: block !important;
}

.get_ordering_header {
    position: relative;
    height: 650px;
}

.get_ordering_header_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.get_ordering_header h1#tag_name {
    text-shadow: 2px 2px 3px rgb(0 0 0 / 60%);
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 6em;
}

.get_ordering_header #tag_type_description {
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 90%);
    font-size: 1.1em;
}

.unselect {
    background: none !important;
}

.eden-adrian .unselect {
    color: #B99A55 !important;
}

.eden-adrian .sub_nav li .selected,
.eden-adrian.faqs .sub_nav_faq,
.eden-adrian.terms_conditions .sub_nav_terms {
    background: url("/img/jpg/cardboard_gold.jpg") top left repeat-x;
    color: #542B7E;
}

.eden-adrian .sub_nav li a:hover {
    background: url("/img/jpg/cardboard_gold.jpg") top left repeat-x !important;
    color: #542B7E !important;
}


/*MOBILE NAV*/
.mobile_nav {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    z-index: 9999999;
    background-image: none !important;
    background-color: #575757;
    width: 100%;
}

.nav_main .nav_mobile_menu, .reset_open_menus {
    background-color: #000;
    padding: 10px !important;
}

.nav_main_close {
    display: none;
}

.mobile_sub_nav {
    display: none;
}

.eden .mobile_nav {
    /*background: url("/img/jpg/cardboard_dark_grey.jpg") top left repeat;*/
}

.eden-events .mobile_nav {
    /*background: url("/img/jpg/cardboard_light_green.jpg") top left repeat;*/
}

.eden-adrian .mobile_nav {
    /*background: url("/img/jpg/cardboard_light_purple.jpg") top left repeat;
    color: #B99A55;*/
}

.eden-boxed .mobile_nav {
    /*background: url("/img/jpg/cardboard_boxed_green.jpg") top left repeat;*/
}

.mobile_nav li {
    border-bottom: 2px solid #fff;
}

.mobile_nav li a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 30px;
    display: block;
    font-size: 1em;
    /*background: url("/img/png/border-h-white.png") bottom center repeat-x;*/
}

.mobile_nav li a:hover {
    background-color: #E5C052;
}

.mobile_nav li a.selected {

}

.mobile_nav li:last-of-type {
    border-bottom: none;
}

/*.eden .mobile_nav li a:hover,
.eden .mobile_nav .nav_home {
    background: url('/img/png/border-h-white.png') bottom center repeat-x,
                url('/img/jpg/cardboard_light_grey.jpg') left top repeat;
}

.eden-events .mobile_nav li a:hover,
.eden-events .mobile_nav .nav_events {
    background: url('/img/png/border-h-white.png') bottom center repeat-x,
                url('/img/jpg/cardboard_dark_green.jpg') left top repeat;
}

.eden-adrian .mobile_nav li a:hover,
.eden-adrian .mobile_nav .nav_adrian {
    background: url('/img/png/border-h-white.png') bottom center repeat-x,
                url('/img/jpg/cardboard_gold.jpg') left top repeat;
    color: #542B7E;
}

.eden-boxed .mobile_nav li a:hover,
.eden-boxed .mobile_nav .nav_boxed {
    background: url('/img/png/border-h-white.png') bottom center repeat-x,
                url('/img/jpg/cardboard_boxed_green_dark.jpg') left top repeat;
}*/





/*HEADER CONTENT*/
.header_content {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: auto 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    height: 768px;
    color: #fff;
    /*padding-top: 44px;*/
    -ms-behavior: url(/backgroundsize.min.htc);
}

.header_content h1 {
    font-size: 9.5em;
    font-family: 'elephant', sans-serif;
    letter-spacing: 0.1em;
    line-height: 0.4em;
    /*text-shadow: 5px 5px 10px #000;*/
    padding-top: 150px;
}

.eden-boxed .header_content h1 {
    padding-top: 55px;
}

.full_images {
    background-position: 50% 0 !important;
}

.header_content h1>span {
    font-size: 40%;
    letter-spacing: 0.44em;
    padding-left: 10px;
}

.eden-events .header_content h1 {
    font-family: 'Lato', sans-serif;
}

.eden-events .header_content h1>span {
    font-size: 47%;
}

.eden-adrian .header_content h1>span {
    font-size: 25%;
    letter-spacing: 0.2em;
    padding-left: 0;
}

.eden-adrian .header_content h1>span>img {
    width: 275px;
    padding-top: 10px;
}

.eden .header_content .heading {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.eden .header_content .heading h1 {
    white-space: nowrap;
}

.eden .header_content .heading .head_line {
    flex-grow: 1;
    height: 2px;
    background-color: white;
    margin-right: 10px;
    margin-top: 10px;
}

.eden .header_content h1 {
    font-family: 'elephant', sans-serif;
    /*background: url('/img/png/heading-left-white.png') left center no-repeat,*/
                /*url('/img/png/heading-right-white.png') right center no-repeat;*/
    font-size: 4.5em;
    letter-spacing: normal;
    display: inline-block;
    padding: 20px 0 30px 0;
    margin-top: 25px;
    line-height: normal;
    color: #fff;
    /*text-shadow: 2px 2px 8px #000;*/
}

.head_pt1 {
    font-size: 2.250em !important;
    font-family: 'Lato', sans-serif;
    letter-spacing: normal !important;
    line-height: normal !important;
    padding-top: 100px;
    text-shadow: 5px 5px 10px #000;
}

.header_content h2 {
    font-size: 2.4em;
    /*font-family: 'Lato', sans-serif;*/
    font-family: "Lexend", sans-serif;
    font-weight: bold;
    max-width: 400px;
    margin: 0 auto;
/*    background: url('/img/png/heading-left-white.png') left center no-repeat,
                url('/img/png/heading-right-white.png') right center no-repeat;*/
    padding: 50px 65px 0;
    color: #3f3f3f;
}

.eden .header_content h2 {
    background: none;
    max-width: none;
    padding: 0;
    color: #fff;
    /*text-shadow: 2px 2px 3px #000;*/
}

.eden .header_content p {
    color: #fff;
    font-size: 1.5em;
    font-family: "Lexend", sans-serif;
    /*text-shadow: 2px 2px 3px #000;*/
}

.eden-adrian .header_content h2 {
    background: none;
    max-width: 550px;
}

.eden-boxed .header_content h2 {
    background: none !important;
    max-width: none !important;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.eden-boxed .header_content p {
    padding-left: 60px;
    padding-right: 60px;
}

.how_help {
    font-size: 1.6em;
    padding-bottom: 40px;
    padding-top: 20px;
}

.leaf {
    padding: 20px 0;
}

.eden-events .leaf {
    padding-bottom: 0;
}

.eden-adrian .leaf {
    padding: 10px 0 0 0;
}

.header_content .divide {
    padding: 15px 0 20px 0;
}

.eden-adrian .header_content .divide {
    padding: 0 0 20px 0;
}

.header_content .icon img {
    width: 150px;
    margin-bottom: 75px;
}

.header_content .arrow {
    position: absolute;
    bottom: 70px;
    /*left: 50%;
    margin-left: -75px;*/
    text-align: left;
    max-width: 550px;
}

.header_content .arrow .see_food {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 1.4em;
    color: #fff;
    background: url("/img/png/arrow-down-circle.png") no-repeat;
    background-size: 25px;
    background-position: right 20px center;
    padding-right: 55px !important;
}

.header_content .arrow .contact_button {
    background-color: #E5C052;
    padding: 14px 30px;
    text-shadow: none;
    border-radius: 30px;
    font-family: "Lexend", sans-serif;
}

.header_content .arrow>img {
    cursor: pointer;
    cursor: hand;
    width: 40px;
}

.express_image, .events_image, .dining_image {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 768px;
}

#express, #events, #dining {
    opacity: 0;
}

.header_content_2 {
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc);
	height: 641px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.header_text, .header_text_content {
    /*background-color: rgba(0,0,0,0.3);*/
    padding: 0 70px 50px 70px;
    /*width: 846px;*/
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 300;
    position: relative;
    left: 0;
    right: 0;
}

.eden-boxed .header_text, .eden-boxed .header_text_content {
    font-family: 'Lato', sans-serif;
    font-size: 1.4em;
}

.header_text_content {
    position: relative;
}

.header_text_content {
    height: 641px;
    padding-bottom: 0 !important;
}

.call {
    padding-top: 30px;
}

.title {
    /*padding-top: 50px;*/
}

.strip_text p {
    font-family: 'Lato', sans-serif;
    font-size: 120%;
}

.tel_strip {
    font-size: 105%;
}

.home_tel {
    font-size: 150%;
}

.valign_item {
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: visible;
}

.sub_pic {
    background: url("/img/jpg/foreground-parallax-image.jpg") top center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 768px;
    width: 100%;
    color: #fff;
    padding: 0;
    -ms-behavior: url(/backgroundsize.min.htc);
}

.sub_pic_2 {
    /*background: url("/img/jpg/foreground-parallax-image.jpg") top center fixed;*/
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 768px;
    width: 100%;
    color: #fff;
    padding: 0;
    -ms-behavior: url(/backgroundsize.min.htc);
}

.sub_pic_3 {
    /*background: url("/img/jpg/foreground-parallax-image.jpg") top center fixed;*/
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 768px;
    width: 100%;
    color: #fff;
    padding: 0;
    -ms-behavior: url(/backgroundsize.min.htc);
}

.sub_pic_4 {
    background: url("/img/jpg/foreground-parallax-image.jpg") top center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 768px;
    width: 100%;
    color: #fff;
    padding: 0;
    -ms-behavior: url(/backgroundsize.min.htc);
}

.sub_pic_5 {
    background: url("/img/jpg/foreground-parallax-image.jpg") top center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 768px;
    width: 100%;
    color: #fff;
    padding: 0;
    -ms-behavior: url(/backgroundsize.min.htc);
}

.sub_pic_newsletter {
    background: url("/img/parallax/home/content-6.jpg") top center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
    color: #fff;
    padding: 0;
    -ms-behavior: url(/backgroundsize.min.htc);
}

.tree_planting_pic {
    background: url("/img/jpg/tree-planting.jpg") top center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 768px;
    width: 100%;
    color: #fff;
    padding: 0;
    -ms-behavior: url(/backgroundsize.min.htc);
}

.tree_planting_column {
    float: left;
    font-size: 100%;
}

.section_text {
    height: 30px;
    position: relative;
}

.section_text h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.logo_fmg {
    position: absolute;
    left: 55px;
    top: 40px;
    width: 75px;
}

.logo_lw {
    position: absolute;
    right: 55px;
    top: 53px;
    width: 85px;
}



/*PARALLAX IMAGES*/
/*HOME*/
/*.eden .header_content {
    background: url("/img/parallax/home/eden-main-parallax-1.jpg") center center fixed;
}*/

.eden .header_content_2 {
    background: url("/img/parallax/home/eden-main-parallax-2.jpg") center center fixed;
}

.eden .sub_pic {
    background: url("/img/parallax/home/content-1.jpg") center center fixed;
}

.eden .sub_pic_2 {
    /*background: url("/img/parallax/home/content-7.jpg") center center fixed;*/
}

.eden .sub_pic_3 {
    /*background: url("/img/parallax/home/content-8.jpg") center center fixed;*/
}

.eden .sub_pic_4 {
    background: url("/img/parallax/home/content-3.jpg") center center fixed;
}

.eden .sub_pic_5 {
    background: url("/img/parallax/home/content-4.jpg") center center fixed;
}

.main_content.centre_content.team_pic {
    background: url("/img/parallax/home/team-2.jpg") center center fixed;
    height: 800px;
    /*align-items: baseline !important;*/
    background-size: cover;
}

.express_image {
    background: url("/img/parallax/home/express-rollover.jpg") center center fixed;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc);
}

.events_image {
    background: url("/img/parallax/home/events-rollover.jpg") center center fixed;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc);
}

.dining_image {
    background: url("/img/parallax/home/eba-rollover.jpg") center center fixed;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc);
}

/*VENUES*/
.venues .header_content {
    background: url("/img/parallax/home/venues-main.jpg") center center fixed;
}

.venues .header_content_2 {
    background: url("/img/parallax/home/venues-1.jpg") center center fixed;
}

.venues .sub_pic {
    background: url("/img/parallax/home/venues-2.jpg") center center fixed;
}


/*CUSTOMERS & PARTNERS*/
.partners .header_content {
    background: url("/img/parallax/home/customers-main.jpg") center center fixed;
}

.partners .header_content_2 {
    background: url("/img/parallax/home/customers-1.jpg") center center fixed;
}

.partners .sub_pic {
    background: url("/img/parallax/home/customers-2.jpg") center center fixed;
}


/*EXPRESS HOME*/
.eden-express .header_content {
    background: url("/img/parallax/express/express-main-parallax-1.jpg") center center fixed;
}

.eden-express .header_content_2 {
    background: url("/img/parallax/express/express-main-parallax-2.jpg") center center fixed;
}

.eden-express .sub_pic {
    background: url("/img/parallax/express/express-1.jpg") center center fixed;
}


/*EXPRESS TERMS*/
.terms_conditions .header_content {
    background: url("/img/parallax/express/express-ts&cs-main.jpg") center center fixed;
}

.terms_conditions .header_content_2 {
    background: url("/img/parallax/express/express-ts&cs-1.jpg") center center fixed;
}

.terms_conditions .sub_pic {
    background: url("/img/parallax/express/express-ts&cs-2.jpg") center center fixed;
}


/*EVENTS HOME*/
.eden-events .header_content {
    background: url("/img/parallax/events/events-main-parallax-1.jpg") center center fixed;
}

.eden-events .header_content_2 {
    background: url("/img/parallax/events/events-main-parallax-2.jpg") center center fixed;
}

.eden-events .sub_pic {
    background: url("/img/parallax/events/events-1.jpg") center center fixed;
}

.eden-events .sub_pic_2 {
    background: url("/img/parallax/events/events-2.jpg") center center fixed;
}


/*ADRIAN HOME*/
.eden-adrian .header_content {
    background: url("/img/parallax/adrian/eba-main-parallax-1.jpg") center center fixed;
    background-size: 100%
}

.eden-adrian .header_content_2 {
    background: url("/img/parallax/adrian/eba-main-parallax-2.jpg") center center fixed;
}

.eden-adrian .sub_pic_2 {
    background: url("/img/parallax/adrian/eba-1.jpg") center center fixed;
}


/*BOXED HOME*/
.eden-boxed .header_content {
    background: url("/img/parallax/boxed/boxed-parallax.jpg") center center fixed;
    background-size: 100%
}

/*.eden-boxed .header_content_2 {
    background: url("/img/parallax/adrian/eba-main-parallax-2.jpg") center center fixed;
}*/

/*.eden-boxed .sub_pic_2 {
    background: url("/img/parallax/adrian/eba-1.jpg") center center fixed;
}*/

.eden-boxed .full_images h1 img, .eden-boxed .sub_pic_2  h1 img {
    width: 50%;
    transform: rotate(-8deg);
}

.eden-boxed .sub_pic_2 {
    background: url("/img/parallax/boxed/boxed-parallax-2.jpg") center center fixed;
    background-size: 100%
}

.eden-boxed .sub_pic_2 h1 {
    left: 0;
}

.eden-boxed .sub_pic_2 h1 img {
    position: absolute;
    left: -5px;
    top: 60px;
    width: 30%;
    transform: rotate(-12deg);
}



/*MAIN CONTENT*/
.main_content {
    padding: 10px 0;
    position: relative;
    /*z-index: 2000; removed because of issues with overlapping sticky nav*/
    clear: both;
    box-sizing: border-box;
}

.main_content:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.main_content.centre_content {
    display: flex !important;
    align-items: center !important;
}

.main_content h1 {
    font-family: 'elephant', sans-serif;
    font-size: 5em;
    padding: 0 70px;
    display: inline-block;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
}

.main_content .account_group h1 {
    font-size: 2em;
}

.black_back h1 {
    color: #fff;
}

.main_content h2 {
    font-size: 1.9em;
    color: #fff;
}

.main_content.waypoint {
    padding-top: 0;
}

h2.heading_white {
    font-size: 1.5em;
}

/*.blue_text.main_content h1 {
    background: url('/img/png/heading-left-blue.png') left center no-repeat,
                url('/img/png/heading-right-blue.png') right center no-repeat;
}

.white_text.main_content h1 {
    background: url('/img/png/heading-left-white.png') left center no-repeat,
                url('/img/png/heading-right-white.png') right center no-repeat;
}

.green_text.main_content h1 {
    background: url('/img/png/heading-left-green.png') left center no-repeat,
                url('/img/png/heading-right-green.png') right center no-repeat;
}

.purple_text.main_content h1 {
    background: url('/img/png/heading-left-purple.png') left center no-repeat,
                url('/img/png/heading-right-purple.png') right center no-repeat;
}

.gold_text.main_content h1 {
    background: url('/img/png/heading-left-gold.png') left center no-repeat,
                url('/img/png/heading-right-gold.png') right center no-repeat;
}*/

.eden-adrian #about.purple_text.main_content h1 {
    margin: 0 70px;
    padding: 0 70px;
}

.sub_content {
    padding-top: 70px;
}

.main_text {
    padding: 20px 0 40px 0;
}

.main_text.transparent_box {
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.main_text.transparent_box.transparent_box_darker {
    background-color: rgba(0,0,0,0.6);
}

.main_text li {
    padding: 1em;
}

.narrow_content {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

/*.narrow_text {
    padding-left: 100px !important;
    padding-right: 100px !important;
}*/

.narrow_text {
    max-width: 760px;
    margin: 0 auto;
}

.narrow_text_alt {
    max-width: 1024px;
    margin: 0 auto;
}

.narrower_text {
    max-width: 460px;
    margin: 0 auto;
}

.form_text h1 {
    padding-bottom: 20px;
}

.form_comment {
	font-style: italic;
    margin-top: 5px;
    display: block;
    text-align: left;
    font-size: 14px;
}


/*CATEGORY DETAIL*/
/*.category_detail .details {
    position: absolute;
    bottom: 0;
    width: 100%;
}*/

/*.category_detail .details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}*/

.category_detail .details {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.category_detail .sub_header_text_container {
    text-align: right;
    max-width: 600px;
    float: right;
    padding-right: 50px;
    margin-top: 45px;
}

.category_detail .sub_header_text_container h3 {
    font-size: 1em;
    padding: 20px 0 0 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-style: italic;
}

.category_detail .header_text_container {
    text-align: left;
    padding-left: 50px;
    max-width: 600px;
    float: left;
}

.category_detail .header_text_container.container_right {
    text-align: right;
    padding-right: 50px;
    padding-left: 0;
    max-width: 600px;
    float: right;
}

.category_detail .header_text_container h1 {
    font-size: 3em;
    font-family: 'elephant', sans-serif;
    padding: 20px 0 10px 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid #E9C05B;
    display: block;
    color: #fff;
}

.category_detail .header_text_container h2 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.category_detail .header_text_container p,
.category_detail .header_text_container li {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

.category_detail .header_text_container li {
    font-size: 1.063em;
    margin-left: 40px;
    list-style-type: disc;
    padding: 1px 0 1px 5px;
}

.category_detail .details .text,
.category_detail .details .menu_options {
    max-width: 946px;
    text-align: center;
    margin: 0 auto;
    font-size: 1.1em;
}

.category_detail .details .text {
    font-size: 1em;
}

.category_detail .details .details_container {
    background-color: rgba(0,0,0,0.4);
    padding: 15px;
}

.category_detail .details .details_container p {
    padding: 5px 0;
    margin: 0;
}

.category_detail .details .details_container .disclaimer {
    font-style: italic;
}

.category_detail .header_text {
    display: block;
    width: 100% !important;
    max-width: none;
}

.menu_options .form_button, #the-eden-team .form_button, #about-us .form_button, #our-menu .form_button, #tree-planting .form_button {
    display: inline-block;
    font-size: 1.4em;
    background-color: #E5C052;
    padding: 20px 35px;
}

#the-eden-team .form_button {
    background-color: #434343;
}

#tree-planting h1 {
    font-size: 2.7em;
    margin-bottom: 30px;
}

/*#the-eden-team .form_button {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    width: 185px;
    bottom: 25px;
}*/

.menu_options {
    overflow: auto;
    padding: 20px;
}

.menu_options .order_online {
    float: left;
}

.menu_options .view_menus {
    float: right;
}

#del_info {
    font-size: 13px;
    margin-bottom: 10px;
}


/*FOOTER*/
footer {
    position: relative;
    z-index: 800 !important;
    padding: 0 !important;
}

/*footer.main_content {
    padding-bottom: 0;
}*/

.contact_form_nav li {
    font-size: 1.313em;
    background-size: 26px !important;
    padding-left: 40px;
    padding-right: 40px;
}

.footer_group {
    padding-top: 20px;
}

.footer {
    /*-webkit-box-shadow: 0 8px 15px 0 #000;
    box-shadow: 0 -5px 15px 0 rgba(0,0,0,0.5);*/
    padding: 15px 0 !important;
}

.footer_links {
    padding-top: 25px;
    font-size: 0.8em;
}

.footer_links a {
    text-decoration: none;
}

.footer_links a:hover {
    text-decoration: underline;
}

.footer_1 {
    width: 65%;
    float: left;
}

.footer_2 {
    width: 35%;
    float: left;
}

.footer_float {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 0 1% 10px 1%;
    font-size: 1em;
}

.footer_float img {
    width: 40px;
    height: 40px;
    margin: 0 3px;
}

.footer_1 .footer_social {
    padding: 0 0 30px 0;
    position: relative;
    left: -70px;
}

.footer_social img {
    width: 40px;
    height: 40px;
    margin: 0 3px;
}

.footer_nav {
    padding-bottom: 10px;
}

.footer_nav ul {
    padding: 0.8em 0;
    text-align: left;
}

.footer_nav .main_text {
    padding: 20px 0;
}

.eden-adrian .footer_nav ul {
    font-size: 1.2em;
}

.footer_nav h2 {
    font-size: 0.8em;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.footer_nav li {
    padding: 4px 0;
    font-size: 0.8em;
    color: #fff;
}

.footer_nav li a {
    color: #fff;
    text-decoration: none;
    padding: 0;
}

.footer_nav li a:hover {
    text-decoration: underline;
}

.footer_address h2 {
    padding-bottom: 15px;
}

.footer_social div {
    padding-top: 20px;
}

.footer_social div:nth-of-type(1) {
    padding-top: 0;
    padding-bottom: 20px;
}

.copyright {
    font-size: 0.9em;
}

.footer_nav .logo_fmg, .footer_nav .logo_lw {
    position: initial;
    width: auto;
    padding: 0 8px;
}

.footer_nav .logo_fmg {
    height: 80px;
}

.footer_nav .logo_lw {
    height: 90px;
}

.newsletter {
    background-color: #474747;
    padding: 20px 0;
}

.newsletter p {
    font-size: 1em;
}

.newsletter .input {
    width: 20%;
}

.newsletter .contact_button {
    padding: 12px 16px;
}

#mc_embed_signup form {
    padding: 0 !important;
}


/*EDEN*/
.boxes {
    width: 85%;
    margin: 0 auto;
    padding: 30px 0 60px;
}

.boxes:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.box {
    float: left;
    width: 33.33%;
    text-align: center;
}

.box img {
    width: 215px;
    height: 215px;
}

.hidden {
    display: none;
}

.testimonials_click {
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.testimonials_click:hover {
    text-decoration: underline;
}

.testimonials_back {
    /*background-color: rgba(0,0,0,0.4);*/
    padding: 30px 25%;
    font-family: 'Lato', sans-serif;
    font-size: 3.5rem;
    max-width: 100%;
    margin: 0 auto !important;
    line-height: 1.6em;
}

.testimonial h2 {
    font-size: 1.5em;
}

.testimonial p {
    font-size: 2em;
    font-style: italic;
    padding: 0.2em 0;
}

.slide_button {
    width: 50px;
    height: 50px;
    background-color: #ccc;
    cursor: pointer;
    cursor: hand;
}

.testimonials_back.slick-slider {
    margin: 0;
}

.testimonials_back .slick-slide {
    height: auto;
    padding: 0;
    background: none;
    /*width: 20% !important;*/
    /*left: 6.5% !important;*/
}

.testimonials_back .slick-next {
    background: url(/img/png/arrow-right.png) left center no-repeat !important;
    right: 30px;
    background-size: 38px !important;
}

.testimonials_back .slick-prev {
    background: url(/img/png/arrow-left.png) left center no-repeat !important;
    left: 30px;
    background-size: 38px !important;
}

.testimonials_back .slick-track {
    /*width: 100% !important;*/
}

.testimonials_company {
    font-size: 65%;
    font-family: 'Lato', sans-serif;
}

.valign_item_new {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.slide_button.prev {

}

.slick_button.next {

}

.news_columns {
    margin-top: 30px;
}

.news_columns:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.news_column {
    float: left;
    /*width: 33.33%;*/
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 15px;
    /*background: url("/img/png/border-v-white-long.png") top right repeat-y;*/
    /*border-right: 2px solid #fff;*/
}

body.news .news_column {
    border-color: #E5C052;
}

.social_news img {
    width: 30px;
    height: 30px;
}

.social_news a {
    text-decoration: none !important;
}

.social_news a:hover {
    text-decoration: underline !important;
}

.news_column.latest_news {
    /*width: 50%;*/
}

.news_column.main_news {
    width: 75%;
}

.news_column.side_news {
    width: 25%;
    background: none;
    border-right: none;
}

.news_column a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    color: #fff;
}

.news_snippet p {
    margin-top: 0;
    padding-top: 0;
    text-align: left;
}

.news_column.tweets a {
    color: #333;
}

.news_column a:hover {
    text-decoration: underline;
}

.news_content .news_title a {
    color: #fff;
}

.news_content .news_title a:hover {
    text-decoration: none;
}

.news_column:nth-child(3), .news_column.tweets {
    background: none;
    border: none;
}

.news_column.tweets li {
    background-color: #fff;
    margin: 0 0 0.8em 0;
    color: #333;
    line-height: 1.5em;
}

.news_column {
    padding-bottom: 15px;
    margin-bottom: 0;
}

/*.instagram {
    width: 100%;
    clear: both;
}*/

.news_item:after {
  content: "";
  display: table;
  clear: both;
}

.instagram .news_content {
    width: 100%;
}

#instafeed a {
    width: 33.33%;
    display: block;
    float: left;
}

#instafeed a div {
    width: 100%;
    height: 103px;
}

.news_column h2 {
    /*text-transform: uppercase;*/
    font-family: 'Lato', sans-serif;
    font-size: 1.500em;
    /*background: url("/img/png/border-h-white.png") bottom center repeat-x;*/
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;/*
    text-decoration: underline;*/
}

.news_column.latest_news h2 {
    font-size: 1.500em;
    /*padding-top: 0 !important;*/
}

.news_item {
    /*background: url("/img/png/border-h-white.png") bottom center repeat-x;*/
    padding-bottom: 15px;
    margin-bottom: 7px;
}

.news_item h2 {
    /*background: url("/img/png/border-h-white.png") bottom center repeat-x;*/
    border-bottom: 2px solid #E5C052;
    text-decoration: underline;
}

body.news .news_item h2 {
    color: #6F7173;
}

.news_column h3 {
    /*background: url("/img/png/border-h-white.png") bottom center repeat-x;*/
    border-bottom: 2px solid #E5C052;
    padding-bottom: 10px;
}

.news_item img {
    width: 100%;
}

.main_news .news_item {
    background: none;
}

.main_news .news_item h2 {
    text-decoration: none;
}

.news_comments {
    text-align: left;
    font-size: 0.9em;
}

.comment_name {
    color: #71943E;
}

.comment_group {
    padding: 10px 20px;
}

.news_comment {
    clear: both;
    padding: 5px 0;
    color: #a5a8aa;
}

#instafeed img {
    /*height: 235px;*/
    width: 33.33%;
    box-sizing: border-box;
    overflow: hidden;
    /*width: auto;*/
    position: relative;
    left: 0;
    margin: 0;
}

.news_content {
    /*height: 235px;*/
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 0.8em;
}

.latest_news .news_content {
    height: 480px;
}

.news_content ul {
    text-align: left;
}

.news_title {
    position: absolute;
    bottom: 0;
    height: 115px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    width: 100%;
    padding: 10px 5px 0 5px;
    box-sizing: border-box;
}

.news_title h1 {
    background: none !important;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 1.4em;
    padding: 0;
}

.news_title h1 a {
    text-decoration: none;
    font-size: 1em;
}

.news_extra {
    padding: 10px 20px;
    color: #6F7173;
    font-size: 0.9em;
}

.news_extra:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.news_main_text {
    text-align: left;
    padding: 10px 20px;
    font-size: 0.9em;
}

.news_main_text a {
    color: #E5C052;
    text-transform: none;
}

.news_side_group {
    /*background: url("/img/png/border-h-white.png") bottom center repeat-x;*/
    /*border-bottom: 2px solid #E5C052;*/
    padding-bottom: 15px;
}

.news_side_group:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.news_side_group h2 {
    /*background: url("/img/png/border-h-white.png") bottom center repeat-x;*/
    font-size: 0.9em;
    padding-top: 24px;
    color: #E5C052;
    border-bottom: 2px solid #E5C052;
}

.news_side_group li {
    font-size: 0.7em;
    padding: 0.2em;
    color: #A5A8AA;
}

.news_side_group li a {
    color: #313131;
    display: block;
    width: 100%;
    font-size: 1.1em;
    text-transform: uppercase;
}

.news_side_group li a img {
    width: 100%;
}

.news_side_group .input {
    width: 150px;
    float: left;
    padding: 0.6em;
}

.news_side_group .img_button {
    float: left;
}

#tags {
    /*display: none;*/
}

.comment_reply {
    padding: 10px;
    background-color: #3a3a3a;
    margin: 10px;
}

.news_cats {
    color: #E5C052;
    text-align: left;
    padding-top: 10px;
}

.news_cats:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.news_cats p {
    padding: 1px 0;
}

.news_cats img {
    width: 16px;
    margin: 0 2px;
}

.pagination {
    /*background: url("/img/png/border-h-white.png") top center repeat-x;*/
    border-top: 2px solid #E5C052;
    padding: 10px 0;
    font-size: 0.9em;
}

.pagination .left {
/*    background: url('/img/png/heading-left-white.png') center left no-repeat;
    background-size: 22px;*/
    padding-left: 30px;
}

.pagination .right {
/*    background: url('/img/png/heading-right-white.png') center right no-repeat;
    background-size: 22px;*/
    padding-right: 30px;
}

.pagination .no_link {
    color: #d7d7d7;
}

/*.pagination .left.no_link {
    background: url('/img/png/heading-left-grey.png') center left no-repeat;
    background-size: 22px;
}

.pagination .right.no_link {
    background: url('/img/png/heading-right-grey.png') center right no-repeat;
    background-size: 22px;
}*/

.pagination:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.tweets a, .instagram a {
    /*font-size: 0.7em;*/
}

.account_group {
    padding-bottom: 30px;
}

.account_group h2 {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #E5C052;
/*    background: url('/img/png/heading-left-blue.png') left center no-repeat,
                url('/img/png/heading-right-blue.png') right center no-repeat;
    background-size: 21px;*/
    display: inline-block;
    padding: 0 30px;
    line-height: 1.7em;
}

.account_group ul {
    padding: 10px 0;
}

.account_group li {
    color: #6F7173;
    padding: 0.1em 0;
}

.account_group a {
    color: #E5C052;
    font-size: 0.9em;
    cursor: pointer;
    cursor: hand;
}

.account_group a:hover {
    color: #b59242;
}

.account_group.account_group_column {
    width: 48%;
    margin: 0 auto;
}

.divider_purple_top {
    background: url('/img/png/border-h-purple.png') center top repeat-x;
    padding: 10px 0;
}

.divider_blue_top {
    background: url('/img/png/border-h-blue.png') center top repeat-x;
    padding: 10px 0;
}

.divider_yellow_top {
    /*background: url('/img/png/border-h-blue.png') center top repeat-x;*/
    border-top: 2px solid #E5C052;
    padding: 10px 0;
}

.divider_purple_top:after, .divider_blue_top:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.account_group_column {
    float: left;
    width: 50%;
}

.account_group_column:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.my-account .account_group_column {
    float: left !important;
    width: 50% !important;
    box-sizing: border-box;
    padding: 0 10px 20px 10px;
}

.account_group_column h3 {
    padding: 0.5em 0;
    font-size: 1em;
}

.eden-express .account_group_column {
    padding-bottom: 20px;
    float: none;
    width: 100%;
}

.eden-express .account_group_column ul {
    float: left;
    width: 50%;
}

.my-account .account_group_column ul {
    float: none !important;
    width: auto !important;
}

.update_account_address,
.update_delivery_address_1,
.update_delivery_address_2,
.update_delivery_address_3,
.update_delivery_address_4,
.update_delivery_address_5,
.update_delivery_address_6,
.update_delivery_address_7,
.update_delivery_address_8,
.update_delivery_address_9,
.update_delivery_address_10,
.add_delivery_address {
    display: none;
}

.divider_yellow_top:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.divider_yellow_top.stack {
    border: none;
}

.delivery_address_container  {
    padding: 0 0 10px 0;
}

.delivery_address_container.stack, .delivery_address_container.stack_alt {
    float: left;
    width: 50%;
    padding: 20px 0;
}

.delivery_address_container:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.update_address {
    padding-top: 20px;
}

.address_ph {
    display: none;
}

.change_phone_numbers {
    display: none;
}

.order_column {
    float: left;
    width: 24%;
    padding: 0 0.5%;
    font-size: 1em;
    color: #000;
}

.order_column>strong {
    color: #E5C052;
    font-weight: normal;
}

.order_column.links {
    width: 11.5% !important;
}

.order_column a {
    color: #71943E;
    text-decoration: underline;
    font-size: 0.8em;
    cursor: pointer;
    cursor: hand;
}

.order_column a:hover {
    color: #506e34;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableCell {
	border: none;
	display: table-cell;
	padding: 5px 10px;
}

.divTableHead {
    color: #686868;
}

.divTableBody {
	display: table-row-group;
}

.order_details {
    text-align: left;
    padding-top: 20px;
    padding-left: 50px;
    clear: left;
    font-size: 0.9em;
    display: none;
}

.order_details dt, .order_details dd {
    float: left;
    padding: 5px 0;
}

.order_details dt {
    clear: left;
    width: 300px;
    margin-right: 10px;
}

.cart_row {
    border-bottom: 1px dashed #E5C052;
    padding: 10px 0;
}

.cart_exec {
    padding: 10px 0;
}

.cart_row:after, .cart_exec:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.cart_row, .cart_exec {
    font-size: 0.9em;
}

.cart_item {
    width: 16.66%;
    float: left;
    box-sizing: border-box;
}

.cart_img {
    width: 9%;
    height: 70px;
    margin-right: 1%;
    border: 1px solid #e3e3e3;
}

.cart_img_hide {
    height: 25px;
    border: none;
}

.cart_name {
    width: 22.32%;
    text-align: left;
    font-weight: bold;
}

.main_text .cart_row:last-of-type {
    border: none;
}

.details_1 {
    padding-bottom: 20px;
}

.details_1, .details_2 {
    display: block;
    overflow: auto;
    text-align: left;
}

.cart_exec {
    border-top: 2px solid #E5C052;
}

.cart_remove img {
    margin-right: 2px;
}

.cart_remove a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    background-color: #434343;
    padding: 7px 10px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.cart_buttons {
    display: inline-block;
    padding: 3px;
    /*border-right: 1px solid #348BC5;*/
    cursor: pointer;
    cursor: hand;
}

.cart_buttons:first-of-type {
    /*padding-left: 10px;*/
}

.cart_buttons:last-of-type {
    border-right: 0;
}

.cart_totals {
    font-size: 1em;
    padding: 15px 0;
}

.cart_totals div {
    padding: 5px 2em;
    width: 20%;
    float: left;
    box-sizing: border-box;
}

.cart_item_total  {
    font-weight: bold;
}

.cart_group {
    border-bottom: 2px solid #E5C052;
}

.cart_group:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.cart_group li {
    padding: 0.1em 0;
}

.cart_group h2, h2.sub_heading {
    padding: 20px 0 0;
    font-family: 'elephant', sans-serif;
    font-size: 2em;
    display: inline-block;
    text-transform: capitalize;
    color: #6F7173 !important;
    line-height: 1.7em;
}

.add_exec {
    width: 70%;
    padding: 30px 0;
    margin: 0 auto;
}

.exec_images img {
    width: 31.33%;
    float: left;
    padding: 1%;
}

.mini_cart_row {
    padding: 10px 0;
    border-bottom: 1px dashed #E5C052;
}

.mini_cart_row:last-of-type {
    border-bottom: none;
}

.mini_cart_row>div {
    padding: 2px 0;
}

.partners .button_pad, .venues .button_pad {
    padding-top: 100px;
}

.eden.partners .header_content h1 {
    padding-top: 0;
    padding-bottom: 0;
}

.partners .heading_purple {
    background-size: 30px;
    font-size: 1.6em;
    font-family: 'Lato', sans-serif;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
}

.partners_left {
    width: 22%;
    float: left;
    text-align: right;
    padding-right: 3%;
    padding-top: 15px;
}

.partners_left img {
    width: 80%;
}

.partners_right {
    width: 72%;
    float: left;
    text-align: left;
    padding-left: 3%;
    background: url("/img/png/border-v-purple-med.png") top left repeat-y;
}

.partners_right a {
    color: #71943E;
    text-decoration: none;
}

.partners_right a:hover {
    text-decoration: underline;
}

#our-customers .slick-slider {
    margin: 40px 0 0 0;
}

#our-customers .slick-slide {
    height: 100px;
    padding: 25px 15px 25px 10px;
    /*border-right: 2px solid #E5C052;*/
}

#our-customers .slick-slide img {
    height: 100px;
    border: 10px solid #fff;
}

#our-customers .slick-prev, .slick-next {
    margin-top: -23px;
}

#our-customers .slick-next {
    background: url("/img/png/slick-next@2x.png") top left no-repeat !important;
    background-size: 38px !important;
    width: 38px;
    height: 51px;
    right: -45px;
}

#our-customers .slick-next:before {
    content: "";
}

#our-customers .slick-prev {
    background: url("/img/png/slick-prev@2x.png") top left no-repeat !important;
    background-size: 38px !important;
    width: 38px;
    height: 51px;
    left: -35px;
}

#our-customers .slick-prev:before {
    content: "";
}

#testimonials .slick-slider {
    margin-bottom: 0;
}

#testimonials .slick-list, #testimonials .slick-track {
    display: flex !important;
    align-items: center !important;
}

#testimonials .slick-prev:before, #testimonials .slick-next:before {
    font-size: 35px;
}

#testimonials .slick-prev, #testimonials .slick-next {
    height: 35px;
    width: 35px;
}

#testimonials .slick-prev {
    left: -100px;
}

#testimonials .slick-next {
    right: -100px;
}

.testimonials {
    margin-top: 40px;
    overflow: hidden;
}

.venues_visited_text {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    font-size: 1.9em;
    font-weight: normal;
}


/*EDEN EXPRESS*/
.what_to_do {
    clear: both;
    margin-top: 30px;
    position: relative;
}

.what_to_do:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.what_to_do .bullet {
    float: left;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}

.what_to_do .bullet_container {
    background: url("/img/png/border-v-blue.png") top right repeat-y;
    padding: 30px;
    position: relative;
    top: -30px;
}

.what_to_do .bullet h2 {
    background: url("/img/png/bullet-blue.png") center center no-repeat;
    background-size: 61px;
    color: #fff;
    font-size: 1.500em;
    padding: 18px 3px 0 0;
    height: 61px;
    width: 61px;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    position: relative;
}

.menu_columns {
    margin-top: 30px;
}

.menu_columns:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.menu_columns.sample_menus {
    background: url("/img/png/border-h-white-long.png") center top repeat-x,
                url("/img/png/border-h-white-long.png") center bottom repeat-x;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
}

.menu_column {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 10px;
    /*background: url("/img/png/border-v-blue-long.png") top right repeat-y;*/
}

.eden-events .menu_column {
    background: url("/img/png/border-v-white.png") top right repeat-y;
}

.menu_column:nth-child(3), .menu_column:nth-child(6), .menu_column:nth-child(9) {
    background: none;
}

.menu_item {
    padding-bottom: 0;
    margin-bottom: 0;
    /*background: url("/img/png/border-h-blue.png") bottom center repeat-x;*/
}

.item_pic_holder {
    width: 100%;
    height: 188px;
}

.item_pic_holder a {
    height: 188px;
    display: block;
}

.eden-events .menu_item {
    background: url("/img/png/border-h-white.png") bottom center repeat-x;
}

.sample_menus .menu_item {
    background: none;
    padding-bottom: 0;
}

.menu_item h2 {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 1.500em;
    /*background: url("/img/png/border-h-blue.png") bottom center repeat-x;*/
    padding-bottom: 0;
    margin-bottom: 0;
    color: inherit;
    text-shadow: 2px 2px 3px rgb(62, 62, 62);
    color: #fff;
}

.menu_item h2 {
    /*background: url("/img/png/border-h-white.png") bottom center repeat-x;*/
}

.menu_item h2 a {
    padding-top: 250px;
    padding-bottom: 15px;
    /*padding-top: 130px;
    padding-bottom: 130px;*/
    display: block;
    text-decoration: none;
    /*font-family: 'elephant', sans-serif;*/
    text-transform: capitalize;
}

.menu_item img {
    width: 100%;
}

#mobile_category_menus-sticky-wrapper {
    display: none;
}

.mobile_category_menus {
    display: none;
}

#mobile_category_menus {
    background-color: #474747;
    color: #fff;
    display: none;
    border-bottom: 1px solid #fff;
}

#mobile_category_menus:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#mobile_category_menus div {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    display: block;
    float: left;
    padding: 10px 0;
}

#mobile_category_menus div:first-of-type {
    border-right: 1px solid #fff;
}

.signup {
    clear: both;
    padding-top: 60px;
    display: none;
}

.order-delivery .main_form {
    padding-top: 30px;
}

/*.eden-express a {
    color: #20201E;
}*/

.see_more_info {
    margin-top: 4px;
}

.see_more_info a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.see_more_info a:hover {
    text-decoration: underline;
}

.see_more_info a.arrow_down {
    background: url('/img/png/arrow-menu-down.png') center left no-repeat;
}

.see_more_info a.arrow_up {
    background: url('/img/png/arrow-menu-up.png') center left no-repeat;
}

.menu_left {
    float: left;
    width: 17.5%;
    padding: 0 2% 0 2%;
    position: relative;
    box-sizing: border-box;
}

.menu_right {
    float: left;
    width: 17.5%;
    padding: 0 2%;
    position: relative;
    box-sizing: border-box;
    /*display: none;*/
}

.menu_right .heading_blue {
    margin-bottom: 10px;
    margin-top: 9px;
}

#cart_wrapper {
    background-color: #fff;
    z-index: 10000;
    max-width: 160px;
}

.small_back {
    margin-bottom: 10px;
}

.menu_main {
    float: left;
    width: 65%;
    padding: 0 2%;/*
    background: url('/img/png/border-v-blue-long.png') left top repeat-y,
                url('/img/png/border-v-blue-long.png') right top repeat-y;*/
    border-left: 2px solid #E9C05B;
    border-right: 2px solid #E9C05B;
    box-sizing: border-box;
}

.menu_cat h2 {
    color: inherit;
    font-size: 1em;
    text-transform: uppercase;
}

.menu_cat {
    /*background: url('/img/png/border-h-blue.png') bottom center repeat-x;*/
    border-bottom: 2px solid #E9C05B;
    text-align: right;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.menu_cat a {
    color: inherit;
    text-decoration: none;
}

.menu_cat a:hover {
    text-decoration: underline;
}

.menu_cat ul {
    display: none;
}

.menu_cat li {
    padding: 0.2em 0;
}

.menu_cat li a {
    color: #A5A8AA;
    font-size: 0.875em;
    text-decoration: none;
}

.menu_cat li a:hover, .menu_cat li a.selected {
    color: #E9C05B;
    text-decoration: none;
    /*background: none !important;*/
}

.menu_main h2 {
    font-size: 1.500em;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #6F7173;
}

.menu_text {
    padding: 10px;
}

.menu_text p {
    font-size: 0.875em;
}

.delivery_information {
    /*color: #A92037;*/
    padding: 10px 0;
    margin-bottom: 5px;
    display: block;
}

.del_info {
    display: block;
}

.order_by {
    font-size: 0.813em;
    border-top: 1px dashed #E9C05B;
    border-bottom: 1px dashed #E9C05B;
    padding: 0.8em 0;
}

.order_by a {
    color: inherit;
    text-decoration: none;
}

.order_by a:hover, .order_by a.selected {
    color: #E9C05B;
}

.order_by .order_by_column {
    float: left;
}

.order_by .filter_by_column {
    float: right;
}

.order_by:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.menu_items {
    padding: 10px 0;
}

.menu_items:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.menu_item_container {
    width: 32.66%;
    float: left;
    /*height: 325px;*/
    overflow: hidden;
    margin-bottom: 2%;
    color: #fff;
    box-sizing: border-box;
    margin-right: 1%;
}

.menu_item_outer_container {
    clear: both;
    margin-bottom: 10px;
}

.menu_item_outer_container:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.product_single .allergy_info {
    color: #333;
}

.product_single .price {
    font-size: 1.8em;
    padding: 20px 0;
    color: #6F7173;
}

.product_single .item_qty {
    display: inline-block;
    width: 25px;
    padding: 10px;
}

.product_single .add_to_basket {
    display: inline-block;
    padding: 15px 20px;
    background-color: #E9C05B;
}

.product_single img {
    border: none;
    margin-bottom: 15px;
    max-width: 500px;
    width: 90%;
}

.menu_main .product_single h2 {
    font-size: 1.800em;
    padding: 15px 0;
}

.blocker {
    z-index: 500001 !important;
}

/*.menu_item_container:nth-child(odd) {
    margin-right: 1%;
}

.menu_item_container:nth-child(even) {
    margin-left: 1%;
}*/

.menu_item_outer_container .menu_item_container:nth-of-type(3n) {
    margin-right: 0;
}

.menu_item_header, .menu_item_text {
    padding: 10px 13px;
}

.menu_item_header {
    /*background-color: rgba(0,0,0,0.7);*/
    background-color: #E9C05B;
    color: #000;
}

.product_block .menu_item_header {
    background-color: #C95151;
    /*color: #fff;*/
}

.menu_item_header:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.menu_item_header .left {
    width: 80%;
    text-align: left;
}

.menu_item_header .right {
    width: 20%;
    text-align: right;
}

.menu_item_text {
    text-align: left;
    background-color: rgba(0,0,0,0);
    color: #A5A8AA;
    /*display: none;*/
}

.menu_item_text strong {
    font-weight: normal;
    color: #fff;
}

.menu_item_text ul {
    padding-bottom: 10px;
}

.menu_item_text li {
    padding: 0.1em 0;
    font-size: 0.875em;
}

.menu_item_wrapper {
    position: relative;
}

.menu_item_text_wrapper {
    height: 185px;
    font-size: 0.9em;
}

.menu_item_text_wrapper .menu_item_text {
    height: 165px;
    overflow-y: scroll;
}

.menu_item_footer_wrapper {
    position: relative;
    bottom: 0;
    width: 100%;
}

.no_products_message {
    margin-bottom: 50px;
    font-size: 1.2em;
    font-weight: bold;
}

.allergy_info {
    color: #fff;
    font-size: 0.875em;
    padding: 10px 0 0;
}

.product_modal {
    color: #6F7173;
}

.product_modal .product_image {
    width: 100%;
    margin: 10px 0 0;
}

.product_modal h1 {
    font-size: 1.5em;
    font-weight: 500;
    margin: 10px 0 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #E9C05B;
}

.product_modal .legend {
    font-size: 0.8em;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.product_modal .legend span {
    padding-top: 7px;
    display: block;
}

.product_modal h2 {
    font-size: 1.2em;
    font-weight: 500;
    margin: 10px 0 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    color: #000;
}

.product_modal h2 span {
    font-size: 0.8em;
}

.product_modal .allergy_info {
    color: inherit;
    font-size: inherit;
}

.product_modal .allergy_info p {
    padding: 0 0 10px 0;
}

.product_modal .price {
    font-size: 1.4em;
    padding-bottom: 10px;
    color: #000;
}

.product_modal .item_qty {
    display: inline-block;
    width: 25px;
    padding: 10px;
}

.product_modal .add_to_basket {
    display: inline-block;
    padding: 15px 20px;
    background-color: #E9C05B;
}

.portion_info {
    font-size: 0.685em;
    background-color: rgba(0,0,0,0.4);
    padding: 7px 13px;
}

.portion_info:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.menu_item_footer {
    padding: 5px 13px 7px 13px;
    /*background-color: rgba(0,0,0,0.7);*/
    background-color: #E9C05B;
    color: #000;
    font-size: 0.685em;
}

.product_block .menu_item_footer {
    background-color: #C95151;
    /*color: #fff;*/
}

.menu_item_footer:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.item_qty {
    font-size: 1.2em;
    padding: 2px;
    width: 20px;
    font-family: 'Lato', sans-serif;
}

.order_date_large {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 0;
}

.order_date {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.mini_cart_items {
    font-size: 0.75em;
    /*background: url('/img/png/border-h-blue-long.png') top center repeat-x;*/
    border-top: 2px solid #E9C05B;
    padding: 1em 0 0 0;
}

.mini_cart_buttons {
    padding-top: 0;
}

.mini_cart_item {
    text-align: left;
    padding-left: 0;
    font-weight: bold;
}

.mini_cart_qty {
    padding-right: 5px;
    text-align: left;
}

.mini_cart_price {
    text-align: left;
}

.mini_cart_buttons {
    text-align: left;
}

.cart_total {
    /*background: url('/img/png/border-h-blue-long.png') top center repeat-x,
                url('/img/png/border-h-blue-long.png') bottom center repeat-x;*/
    border-top: 2px solid #E9C05B;
    padding: 10px 0;
    font-size: 0.875em;
}

.cart_no {
    font-size: 0.688em;
}

.place_order_button {
     /*padding-top: 0.8em;*/
}

.place_order_button a {
    color: #348BC5;
    text-decoration: none;
}

.place_order_button a:hover {
    text-decoration: underline;
}

.preloader {
    padding: 50px 0;
}

.preloader_cart {
    padding: 10px 0;
    width: 40px;
}

.terms_conditions .leaf, .faqs .leaf {
    padding-top: 100px;
}

.eden-events.faqs .header_text h1 {
    padding-top: 0;
}

.eden-events.faqs .leaf {
    padding-top: 100px;
}

.terms_conditions .header_text h2, .faqs .header_text h2 {
    font-size: 2.5em;
    margin-top: 10px;
    max-width: 450px;
}

.terms_conditions .header_text p, .faqs .header_text p {
    font-size: 1.6em;
    padding: 0;
}

#how-boxed-works .header_text_content {
    overflow: hidden;
    padding-top: 235px;
    padding-left: 100px;
    padding-right: 100px;
    width: 646px;
}

.faqs .main_text h2 {
    font-size: 1.4em;
    color: inherit;
    padding: 1em 0 0.5em 0;
}

.download_menus .form_button {
    width: 300px;
}

.express_menus {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.express_menus .form_button_outer {
    display: inline-block;
    margin: 5px !important;
}


/*EDEN EVENTS*/
.content_columns {
    clear: both;
    position: relative;
    /*background: url('/img/png/border-h-white.png') center top repeat-x,
                url('/img/png/border-h-white.png') center bottom repeat-x;*/
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 35px 0;
}

/*.eden-express .content_columns {
    background: none !important;
    border: none !important;
}*/

.content_columns.sample_menus {
    background: none;
}

.content_columns.sample_menus {
    padding: 15px 0;
}

.content_columns:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content_column {
    float: left;
    width: 33.33%;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    /*background: url("/img/png/border-v-white.png") top right repeat-y;*/
    padding: 30px;
}

.content_column_header {
    font-size: 1.2em;
    /*background: url("/img/png/border-h-white-long.png") bottom center repeat-x !important;*/
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 2px solid #fff;
}

.content_column_header:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content_column.content_column_50 {
    width: 50%;
}

.content_column.content_column_100 {
    width: 100%;
}

.content_column:last-child {
    background: none;
}

.sample_menus .content_column {
    padding: 10px 20px 20px 10px;
    font-size: 0.85em;
}

.sample_menus .content_column ul {
    padding: 0.4em 0;
}

.sample_menus .content_column li {
    padding: 0.2em 0;
}

.download_sample_menu {
    background: url("/img/png/border-h-white-long.png") top center repeat-x;
    padding: 10px 0;
    margin-top: 10px;
}

.eden-express .content_column {
    /*background: url("/img/png/border-v-blue.png") top right repeat-y;*/
    border-right: 2px solid #E5C052;
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
}

.eden-express .payment_column {
    /*background: url("/img/png/border-v-blue.png") top left repeat-y;*/
    border-right: none;
    border-left: 2px solid #E5C052;
}

.delivery_box .notice_container {
    padding: 0 20px;
}

.delivery_box .content_columns {
    border: none;
}

.delivery_box .content_column,
#delivery_deadlines_mini .content_column {
    background: none;
    width: 33.33%;
    padding: 10px 0;
    text-align: center;
    font-size: 1.2em;
}

.delivery_box .content_column_header {
    font-weight: bold;
}

.content_column_wrapper {
    border-bottom: 1px solid #fff;
}

.content_column_wrapper:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#delivery_deadlines_mini .content_column {
    background: none;
    width: 50%;
    padding: 10px 0;
    text-align: left;
    font-size: 1em;
}

.content_column h2 {
    color: #fff;
    font-size: 1.500em;
}

.recent_events {
    position: relative;
}

.recent_events h1 {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    color: #fff;
    width: 300px;
    margin: 0 auto;
    z-index: 3000;
}

.venues_visited h1 {
    width: 400px;
}

.event_details {
    width: 50%;
    height: 345px;
    float: left;
    color: #fff;
    display: table;
    position: relative;
    cursor: pointer;
    cursor: hand;
    font-family: 'Lato', sans-serif;
}

.event_detail {
    height: 345px;
    background-color: rgba(0,0,0,0.3);
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 1.5em;
}

.event_more_details {
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 345px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    cursor: pointer;
    cursor: hand;
    display: none;
    z-index: 10000;
    font-family: 'Lato', sans-serif;
}

.event_more_details_container {
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    height: 305px;
}

.event_more_details_container.full_details {
    vertical-align: top;
}

.event_more_details_container h2 {
    font-size: 1.5em;
}

.event_more_text {
    color: #A5A8AA;
}

.event_more_text p {
    font-size: 0.95em !important;
}

.event_more_ul {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.event_more_ul li {
    padding: 5px 0;
    color: #A5A8AA;
    font-size: 0.95em;
}

.event_more_ul strong {
    font-weight: normal;
    color: #fff;
}

.eden-adrian .event_detail {
    font-size: 1.8em;
}

.main_content.recent_events {
    padding-top: 0;
    padding-bottom: 0;
}

.calendar-inline {
    padding: 10px;
    margin: 10px 0 20px 0;
}

.calendar-inline .xdsoft_datetimepicker {
    /*border-color: #E5C052;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 18px 10px 10px;
    margin-top: 0 !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    border: none;
}

.xdsoft_datetimepicker {
    margin-top: -66px !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
    background: #E5C052;
    box-shadow: #cba74b 0 1px 3px 0 inset;
}

.pac-container {
    margin-top: -69px !important;
}

.events_sample_menu {
    display: none;
}

.sample_menu_selected {
    color: #fff !important;
}

#events_samples_menus {
    display: none;
}

.event_menu_outer_container {
    height: 181px;
    overflow: hidden;
    position: relative;
}

.event_menu_container {
    height: 181px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
}

.event_menu_item_content {
    background-color: rgba(0,0,0,0.5);
    font-size: 0.8em;
    padding: 10px 15px;
    text-align: left;
    box-sizing: border-box;
    height: 154px;
}

.event_menu_footer {
    background-color: rgba(0,0,0,0.7);
    font-size: 0.7em;
    padding: 5px 10px;
    text-align: right;
    height: 27px;
    box-sizing: border-box;
}

.menu_arrow {
    width: 9px !important;
    margin-left: 5px;
}

.event_menu_click, .events_menu_click_more {
    cursor: pointer;
    cursor: hand;
}

.events_menu_click_more {
    /*height: 188px;*/
}

.event_wrapper {
    display: none;
}

.event_wrapper:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#event_wrapper_group_1 {
    display: block;
}





/*EDEN ADRIAN*/
.menu_image {
    margin-bottom: 35px;
    -webkit-box-shadow: 0 -10px 15px 0 rgba(0,0,0,0.4);
    box-shadow: 0 -10px 15px 0 rgba(0,0,0,0.4);
}

.menu_image img {
    width: 100%;
}

.menu_divider_top, .menu_divider_bot {
    width: 262px;
    height: 13px;
    margin: 0 auto;
}

.menu_divider_top {
    background: url('/img/png/border-h-gold-top.png') center top no-repeat;
}

.menu_divider_bot {
    background: url('/img/png/border-h-gold-bot.png') center top no-repeat;
}

.menu_content {
    font-size: 0.9em;
    padding: 40px 0;
}

.menu_content:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.menu_content strong {
    color: #fff;
    font-weight: normal;
}

.menu_column_adrian {
    width: 33.33%;
    float: left;
}

.menu_column_adrian ul {
    padding: 10px 30px;
}

.menu_column_adrian li {
    padding: 10px 0;
}



/*MEET THE TEAM*/
.team_container {
    padding-top: 20px;
}

.team_container:after {
    content: "";
    clear: both;
    display: table;
}

.team_container.left_align {
    text-align: left;
}

.team_container.right_align {
    text-align: right;
}

.team_container.left_align .team_image {
    float: left;
}

.team_container.right_align .team_image {
    float: right;
}

.team_image {
    width: 220px;
}

.team_text>h2 {
    font-size: 1.4em;
    color: inherit;
    border-bottom: 1px solid #EBBE66;
    display: inline-block;
    padding: 5px 80px 5px 0;
}

.team_container.right_align .team_text>h2 {
    padding-left: 80px;
    padding-right: 0;
}

.team_group {
    padding-top: 20px;
}

.team_slide.slick-slider {
    margin: 0;
}

.team_slide .slick-prev:before, .team_slide .slick-next:before {
    font-size: 55px;
}

.team_slide .slick-prev {
    left: 15px;
}

.team_slide .slick-next {
    right: 15px;
}

.team_slide .slick-prev, .team_slide .slick-next {
    height: 55px;
    width: 55px;
    margin-top: -30px;
}

.name_position {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    font-size: 1.6em;
    font-weight: 600;
    padding-top: 10px;
}

.the_team.category_detail .details {

}

.team_click {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10000;
}

.meet-the-team .main_text h1 {
    font-size: 2em;
}

.meet-the-team main>.main_content {
    padding: 0;
}

.meet-the-team main>.main_content>.main_text {
    padding: 40px 20px;
}

.meet-the-team-nav ul {
    display: inline-block;
}

.meet-the-team-nav li {
    display: inline-block;
}

.meet-the-team-nav a {
    text-transform: uppercase;
    text-decoration: none;
}

.meet-the-team-nav a:hover, .meet-the-team-nav a.selected {
    text-decoration: underline;
}

.meet-the-team-content .team-member {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 5px 5px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    text-align: left;
}

.meet-the-team-content .team-member h2 {
    color: inherit;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 0 0 0;
}

.meet-the-team-content .team-member .team-image {
    width: 100%;
    height: 250px;
}

.modal.meet-the-team-modal {
    max-width: 700px;
    padding: 0;
}

.team-image-modal {
    float: left;
    width: 40%;
    height: 500px;
    box-sizing: border-box;
}

.team-description-modal {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 30px;
}

.team-description-modal h1 {
    font-family: 'elephant', sans-serif;
    font-size: 2em;
}

.team-description-modal h2 {
    font-size: 1.1em;
    padding-bottom: 10px;
}

.team-description-modal p {
    line-height: normal;
    font-size: 1em;
}


/*COMPANY POLICIES*/
.company-policies {

}

.company-policies #tag_name {
    border-bottom: none !important;
}

.company-policies .get_ordering_header_container p {
    color: #fff;
    font-size: 1.2em;
}

.company-policies-content {
    padding: 10px 0;
}

.company-policies-header {
    background-color: #E9C05B;
    padding: 20px;
    font-weight: bold;
    text-align: left;
}

.company-policies-item {
    display: flex;
    padding: 10px 20px;
    box-sizing: border-box;
}

.article_title {
    width: 70%;
    text-align: left;
    box-sizing: border-box;
}

.article_link {
    width: 30%;
    text-align: right;
    box-sizing: border-box;
}


/*CONTACT FORMS*/
.contact_forms {
    max-width: 610px;
    margin: 0 auto;
}

.main_form {
    max-width: 610px;
    margin: 0 auto;
}

.main_form:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.contact_form {
    display: none;
}

.comment_form {
    margin-top: 50px;
}

.comment_form form {
    padding-top: 15px;
}

.hpform{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.eden #contact_home {
    display: block;
    margin-top: 30px;
}

.eden-express #contact_express {
    display: block;
}

.eden-events #contact_events {
    display: block;
}

.eden-adrian #contact_adrian {
    display: block;
}

.contact_form_nav, .cart_nav, .event_menus_nav {
    padding: 20px 0;
}

.cart_nav {
    border-bottom: 2px solid #E5C052;
    padding-bottom: 10px;
}

.cart .cart_nav .your_cart,
.order-delivery .cart_nav .delivery_details,
.order-payment .cart_nav .payment,
.order-confirmation .cart_nav .order_confirmation {
    color: #E5C052;
}

.event_menus_nav {
    background: url('/img/png/border-h-white-long.png') bottom center repeat-x;
    padding-bottom: 10px;
}

.contact_form_nav li, .cart_nav li, .event_menus_nav li {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 0.688em;
    border-right: 1px solid #fff;
}

.cart_nav li {
    border-color: #333 !important;
    color: #333;
    font-family: 'Lato', sans-serif;
    padding: 5px 10px 5px 5px;
    font-size: 0.8em;
}

.event_menus_nav {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.event_menus_nav li {
    border-color: #333 !important;
    color: #496F35;
    font-family: 'Lato', sans-serif;
    padding: 5px 10px 5px 5px;
    font-size: 1em;
}

.contact_form_nav li:last-child, .cart_nav li:last-child, .event_menus_nav li:last-child {
    border-right: none;
}

.contact_form_nav li:hover,
/*.cart_nav li:hover,*/
.event_menus_nav li:hover,
.eden .form_nav_general,
.eden-express .form_nav_express,
.eden-events .form_nav_events,
.eden-adrian .form_nav_adrian {
    cursor: pointer;
    cursor: hand;
    color: #A5A8AA;
}

.contact_form_nav li.form_selected {
    color: #A5A8AA !important;
}

/*.cart_nav li:hover {*/
    /*color: #348BC5;*/
/*}*/

.event_menus_nav li:hover {
    color: #fff;
}

#terms h2 {
    color: #6F7173;
}

.input {
    background-color: #fff;
    padding: 0.7em;
    font-size: 0.938em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #A5A8AA;
    border: 1px solid #A5A8AA;
    outline: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
}

.input.grey_input, .grey_input .input, .grey_input .input.arrows {
    background-color: #eeeeee !important;
}

.input.input_50 {
    width: 50%
}

.input.input_48 {
    width: 48%
}

select.input {
    font-size: 0.888em;
}

.eden .input {
    border: 1px solid #fff;
}

.input_display {
    display: none;
}

.input.black_border {
    border: 1px solid #333;
}

.input.blue_border {
    border: 1px solid #348BC5;
}

.input.yellow_border {
    border: 1px solid #E5C052;
}

.eden .input::-webkit-input-placeholder, .eden .input:-moz-placeholder, .eden .input::-moz-placeholder, .eden .input:-ms-input-placeholder {
   color: #542B7E;
}

.input.arrows {
    background: #fff url('/img/png/input-arrows-blue.png') center right no-repeat;
    cursor: pointer;
    cursor: hand;
}

select::-ms-expand {
    display: none;
}

.eden .input.arrows {
    background: #fff url('/img/png/input-arrows-yellow.png') center right no-repeat;
}

.eden-events .input.arrows {
    background: #fff url('/img/png/input-arrows-green.png') center right no-repeat;
}

.eden-events .input.arrows {
    background: #fff url('/img/png/input-arrows-green.png') center right no-repeat;
}

.eden-adrian .input.arrows {
    background: #fff url('/img/png/input-arrows-gold.png') center right no-repeat;
}

.small_input {
    border-radius: 0;
    padding: 1px;
    border: none;
    font-size: 0.8em;
}

.textarea {
    height: 160px;
}

.textarea {
    height: 160px;
}

.corporate_multi {
    height: 140px;
}

.textarea.small {
    height: 80px;
}

.form_row {
    width: 100%;
    margin-bottom: 15px;
}

.form_title {
    padding: 5px 0;
    text-align: left;
    font-size: 0.938em;
}

.form_input {
    text-align: center;
    font-size: 0.938em;
}

.form_input ul {
    padding: 10px 0 10px 30px;
}

.form_input li {
    padding: 5px 0;
}

.form_input.no_input {
    text-align: left;
    padding: 11px;
}

.button {
    background: none;
    font-family: 'Lato', sans-serif;
    font-size: 0.813em;
    padding: 5px 10px;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    outline: none;/*
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);*/
}

.contact_button_outer, .form_button_outer {
    background-color: #A5A8AA;
    padding: 5px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: table;
    box-sizing: border-box;
}

.eden-events .contact_button_outer {
    background-color: #2D702D;
}

.eden-boxed .contact_button_outer {
    background-color: #0D6043;
}

.eden-adrian .contact_button_outer {
    background-color: #B99A55;
    color: #542B7E;
    border-radius: 0px;
}

.contact_button_outer.centre, .form_button_outer.centre {
    margin: 0 auto;
}

.contact_button_outer.shadow, .form_button_outer.shadow {
    -webkit-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
    box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
}

.contact_button, .form_button, .form_container, .notice_container {
    background-color: #434343;
    transition: background-color 0.2s ease-out;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    /*padding: 15px 20px;*/
    color: #fff;
    cursor: pointer;
    cursor: hand;
    outline: none;
    display: inline-block;
    border: none;
    margin: 10px auto 0 auto;
    text-transform: uppercase;
}

.contact_button:hover, .form_button:hover {
    background-color: #000;
}

input.contact_button, input.form_button,
button.contact_button, button.form_button {
    padding: 15px 20px;
}

.form_button a, .form_button a {
    padding: 15px 20px;
    display: block;
    font-size: 1em;
}

.form_button a.small_button {
    padding: 10px 15px;
    display: block;
    font-size: 0.9em;
}

.form_button a.extra_small_button {
    padding: 5px 10px;
    display: block;
    font-size: 12px;
}

.side_news .form_button {
    padding: 9px 8px;
    margin: 0 0 0 2px;
    border-radius: 4px;
}

a.form_button {
    display: block;
    text-decoration: none;
}

.full_width_button {
    display: block;
}

.full_width_button .contact_button {
    width: 100%;
}

.notice_container {
    cursor: auto !important;
    font-size: 0.750em;
}

.notice_box {
    position: absolute;
    top: 160px;
    width: 300px;
    z-index: 10;
    display: none;
}

.delivery_box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 680px;
    z-index: 10001;
    height: 500px;
    overflow-y: scroll;
}

.delivery_box .content_columns {
    padding: 5px 0; !important;
}

.cart_error_message {
    color: #fff;
    font-weight: bold;
    background-color: #990000;
    padding: 10px;
    display: none;
    margin-bottom: 10px;
}

.cart_box {
    display: none;
    position: absolute;
    top: -1px;
    left: -55px;
    width: 140px;
    z-index: 10001;
    text-align: left;
    cursor: pointer;
    cursor: hand;
}

.cat_hide {
    display: none;
}

#mobile_menus {
    text-align: right;
    left: 230px;
}

.cart_box img {
    margin-right: 10px;
}

#mobile_menus img {
    margin-left: 10px;
}

.cart_box .notice_container {
    cursor: pointer !important;
    cursor: hand !important;
    padding: 5px;
}

#delivery_deadlines_mini {
    display: none;
    max-width: 320px;
}

.form_button a {
    text-decoration: none !important;
    color: inherit;
}

.form_button a:hover {
    color: inherit;
}

/*.cart_group .form_button, .cart_group .form_button_outer {
    background-color: #348BC5;
}

.eden .contact_button, .eden .contact_button_outer {
    background-color: #71943E;
}*/

/*.eden .form_button, .eden .form_button_outer {
    background-color: #542B7E;
}

.eden-adrian .contact_button {
    color: #602881;
    border: none;
    border-radius: 0px;
    padding-right: 50px;
    padding-left: 50px;
}*/

.form_container {
    cursor: pointer;
}

.column {
    clear: both;
    padding: 0;
    width: 100%;
    overflow: auto;
}

.form_column_group {
    position: relative;
}

.form_column_mini {
    position: absolute;
    left: -110px;
    width: 100px;
}

.form_column_1 {
    width: 50%;
    float: left;
    padding: 0 1% 0 0;
    box-sizing: border-box;
}

.form_column_2 {
    width: 50%;
    float: left;
    padding: 0 0 0 1%;
    box-sizing: border-box;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px;
}

.ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    background-color: #348BC5;
    border-radius: 15px;
    border: 4px solid #fff;
    outline: none;
    cursor: pointer;
    cursor: hand;
}

.eden-events .ui-slider .ui-slider-handle {
    background-color: #496F35;
}

.eden-adrian .ui-slider .ui-slider-handle {
    background-color: #b99a55;
}

#budget, #budget-2, #budget-3 {
    background: none;
    border: none;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 0.938em;
}

.ui-slider {
    background-color: #A5A8AA;
    border-radius: 5px;
    height: 7px;
    margin-top: 20px;
    outline: none;
}

.radio {
    display: none;
}

.radio_replace:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.radio_button {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 15px;
    border: 5px solid #fff;
    outline: none;
    margin-right: 10px;
    cursor: pointer;
    cursor: hand;
    float: left;
}

.eden .radio_button.selected {
    background-color: #602881;
}

.eden-express .radio_button.selected {
    background-color: #348bc5;
}

.eden-events .radio_button.selected {
    background-color: #496F35;
}

.eden-adrian .radio_button.selected {
    background-color: #602881;
}

.postcode_checker {
    width: 50%;
}

.what_to_do .postcode_checker {
    width: 100%;
}

.radio_text {
    float: left;
    padding-top: 2px;
    cursor: pointer;
    cursor: hand;
}

.radio_text div {
    padding-bottom: 5px;
}

.forgotten_password {
    text-align: right;
    font-size: 0.8em;
}

.forgotten_password a {
    text-decoration: none;
}

.forgotten_password a:hover {
    text-decoration: underline;
}

.form_text {
    padding-bottom: 15px;
}

/*.notice {
	padding: 20px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: arial, sans-serif;
	color: #fff;
	font-size: 1em;
	margin: 10px 0 20px 0;
	background: #b4442a;
    text-align: center;
}*/

.contact_form .notice {
    padding: 20px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 1em;
	margin: 10px 0 20px 0;
	background: #b4442a;
    text-align: center;
}

.contact_form .success {
    background: #71943E;
}

.box_success {
    background: #71943E;
    text-align: center;
    padding: 20px 0;
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 1em;
    margin: 10px 0 20px 0;
}

.notice {
	padding: 10px 0;
	color: #A92037;
	font-size: 1.2em;
    text-align: center;
}

.success {
    color: #71943E;
}

.warning {
    color: #e68a00;
}

.error, .errormessage {
    color: #A92037;
}

.mandatory_error {
    border: 1px solid #A92037 !important;
    /*border: 2px solid #A92037 !important;*/
    background-color: #ffccba !important;
}

#product_block_message, .product_block_message {
    font-size: 1rem;
    padding: 10px 5px;
    margin: 10px 0;
    display: block;
    background-color: #c95151;
    color: #fff;
}

#product_block_message p, .product_block_message p {
    padding: 0;
    margin: 0;
}

#product_block_message div, .product_block_message span {
    font-weight: bold;
    font-size: 1.3rem;
    padding: 8px 5px 10px;
    display: block;
}

.contact_form .success {
    color: #fff !important;
}


/*LANDING PAGES*/
.landing_header_content {
    padding: 170px 0;
    color: #fff;
}

.landing_header_content h1 {
    border: none;
    font-size: 4em;
}

.landing_main_content h2, .landing_menus>h2 {
    font-family: 'elephant', sans-serif;
    font-size: 2em;
    color: #333;
    padding: 0 0 20px 0;
}

.landing_main_content.white_text h2 {
    color: #fff;
}

.landing_main_content p {
    font-size: 1.2em;
    line-height: 1.3em;
}

.landing_main_content .main_text {
    padding: 40px 0;
}


/*TEXT*/
h1, h2, h3, h4 {
    font-weight: normal;
}

p {
    padding: 0.6em 0;
    font-size: 1.063em;
}

.eden-adrian h2>p, .eden-events h2>p, .eden-express h2>p {
    font-size: 0.95em;
    letter-spacing: 0.07em;
}

/*.eden-adrian p {
    font-size: 1.25em;
}*/

.eden-adrian .divider.border_gold p {
    font-size: 1.25em;
}




/*SUSTAINABILITY*/
.sustainability>main>section {
    padding: 150px 0;
}

.sustainability>main>section h2, .sustainability>main>section h3 {
    font-family: 'elephant', sans-serif;
    font-size: 3em;
    padding: 0 70px;
    display: inline-block;
    text-transform: capitalize;
}

.sustainability>main>section h3 {
    font-size: 1.6em;
}

.sustainability>main>section .div_1 {
    font-weight: bold;
    font-size: 130%;
}

.sustainability>main>section .div_1>p {
    font-weight: bold;
    font-size: 1.5rem !important;
}

.sustainability>main>section .div_2 {
    font-size: 90%;
}

.sustainability>main section .links a {
    text-transform: uppercase;
    font-size: 0.9em;
}

.sustainability>main section a:hover {
    color: #E9C05B;
}

.sustainability>main section .strip_text p {
    font-size: 1.2rem;
}

.sustainability .icons .icon {
    width: 33%;
    float: left;
    /*margin: 10px 0;*/
    /*height: 280px;*/
    padding: 25px 20px 10px 20px;
    box-sizing: border-box;
}

.sustainability .icons_detailed .icon {
    height: 300px;
    overflow: visible;
}

.sustainability .icons.icons_larger .icon img {
    height: 130px;
}

.sustainability .icons .icon img {
    height: 100px;
    margin: 0 0 10px 0;
}

.sustainability .icons .icon div {
    font-weight: bold;
    margin: 5px 0;
}

.sustainability .icons .icon div:nth-of-type(1) {
    font-size: 2rem;
    margin: 0 0 5px 0;
}

.sustainability .icons .icon div:nth-of-type(2) {
    font-size: 1rem;
}

.sustainability .icons_detailed .icon h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin: 10px 0;
}

.sustainability .icons_detailed .icon div {
    font-weight: normal;
    text-transform: none;
    font-size: 0.9rem !important;
}

.sustainability .links {
    padding: 20px 0 0 0;
}

.sustainability .links a:hover {
    color: #E9C05B;
}

.sustainability .tree_planting img {
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
}



/*LINKS*/
a {
    text-decoration: underline;
    color: inherit;
}



/*MISC*/
.clear {
    clear: both;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.float_clear {
    clear: both;
}

.float_none {
    float: none !important;
}

.no_border {
    border: none !important;
}

.no_background {
    background: none !important;
}

.underline {
    border-bottom: 1px solid #fff;
}

.underline a {
    color: #fff !important;
    text-decoration: none !important;
}

.underline_text_blue {
    text-decoration: underline;
}

.border_none {
    border: none !important;
}

.border_solid_yellow {
    border-top: 2px solid #E5C052;
    clear: both;
}

.border_yellow {
    border-top: 1px dashed #E5C052;
    clear: both;
}

.border_blue {
    border-top: 1px dashed #348BC5;
    clear: both;
}

.border_green {
    border-top: 1px dashed #496F35;
    clear: both;
}

.border_purple_dashed {
    border-top: 1px dashed #542B7E;
    clear: both;
}

.border_purple {
    border-top: 1px solid #542B7E;
    clear: both;
}

.border_gold {
    border-top: 1px solid #B99A55;
    clear: both;
}

.border_white_straight {
    border-top: 1px solid #fff;
    clear: both;
}

.border_underline_white {
    background: url('/img/png/border-underline-white.png') bottom center no-repeat;
    height: 31px;
}

.border_white {
    border-top: 1px dashed #fff;
    clear: both;
}

.border_white_normal {
    border-bottom: 1px solid #fff;
    position: relative;
    bottom: 0;
    width: 100%;
}

.border_white_small {
    border-top: 1px dashed #fff;
    clear: both;
}

.border_grey {
    border-top: 1px dashed #A5A8AA;
    clear: both;
}

.grey_back {
    background: #797979;
}

.black_back {
    /*background-color: #333;*/
    background-color: #717274;
    color: #fff;
}

.jet_black_back {
    background-color: #000;
    color: #fff;
}

.white_back {
    background: #fff;
}

.yellow_back {
    background: #E9C05B;
}

.green_back {
    background: #519545;
}

.green_dark_back {
    background: #1E6123;
}

.purple_back {
    background: #602881;
}

.blue_back {
    background: #348BC5;
    color: #fff;
}

.red_back {
    background: #A92037;
    color: #fff;
}

.green_boxed_back {
    background: #0d6043;
    color: #fff;
}

.white_text {
    color: #fff;
}

.blue_text {
    color: #348BC5;
}

.yellow_text {
    color: #E9C05B;
}

.green_text {
    color: #496F35;
}

.green_boxed_text {
    color: #0D6043;
}

.purple_text {
    color: #542B7E;
}

.gold_text {
    color: #B99A55;
}

.black_text {
    color: #000;
}

.grey_text {
    color: #6F7173;
}

.shadow_drop {
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
}

.divider {
    font-size: 1.625em;
    font-family: 'Lato', sans-serif;
}

.pad_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pad_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pad_40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pad_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pad_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pad_left_20 {
    padding-left: 20px !important;
}

.pad_left_sub_nav {
    padding-left: 32px !important;
}

.pad_bot_10 {
    padding-bottom: 10px;
}

.pad_bot_15 {
    padding-bottom: 15px;
}

.pad_bot_20 {
    padding-bottom: 20px !important;
}

.pad_bot_30 {
    padding-bottom: 30px;
}

.pad_top_5 {
    padding-top: 5px;
}

.pad_top_10 {
    padding-top: 10px;
}

.pad_top_30 {
    padding-top: 30px;
}

.pad_top_40 {
    padding-top: 40px;
}

.pad_top_60 {
    padding-top: 60px !important;
}

.marg_50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.marg_t_5 {
    margin-top: 5px;
}

.marg_t_10 {
    margin-top: 10px !important;
}

.marg_t_20 {
    margin-top: 20px !important;
}

.marg_t_40 {
    margin-top: 40px !important;
}

.marg_tb_10 {
    margin: 10px 0;
}

.marg_b_20 {
    margin-bottom: 20px !important;
}

.marg_r_1_p {
    margin-right: 1%;
}

.marg_r_2_p {
    margin-right: 2%;
}

.no_marg_top {
    margin-top: 0;
}

.no_pad_top {
    padding-top: 0;
}

.no_pad_bot {
    padding-bottom: 0;
}

.no_pad {
    padding: 0 !important;
}

.smaller {
    font-size: 90%;
}

.smallest {
    font-size: 80%;
}

.align_right {
    text-align: right !important;
}

.heading_blue, .heading_white, .heading_green, .heading_purple, .heading_gold {
    padding-left: 70px;
    padding-right: 70px;
    display: inline-block;
    font-family: 'Lato', sans-serif;
}

.heading_gold a {
    text-decoration: none;
}

.heading_gold a:hover {
    text-decoration: underline;
}

/*.heading_blue {
    background: url('/img/png/heading-left-blue.png') left center no-repeat,
                url('/img/png/heading-right-blue.png') right center no-repeat;
}*/

.heading_blue a {
    color: inherit;
}

.heading_blue.small_back {
    background-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

/*.heading_white {
    background: url('/img/png/heading-left-white.png') left center no-repeat,
                url('/img/png/heading-right-white.png') right center no-repeat;
}

.heading_green {
    background: url('/img/png/heading-left-green.png') left center no-repeat,
                url('/img/png/heading-right-green.png') right center no-repeat;
}

.heading_purple {
    background: url('/img/png/heading-left-purple.png') left center no-repeat,
                url('/img/png/heading-right-purple.png') right center no-repeat;
}

.heading_gold {
    background: url('/img/png/heading-left-gold.png') left center no-repeat,
                url('/img/png/heading-right-gold.png') right center no-repeat;
}*/

.heading_smaller {
    background-size: 31px !important;
    padding-left: 40px;
    padding-right: 40px;
}

.respond {
    display: none;
}

.mobile {
    display: none;
}

.centre {
    text-align: center !important;
}

.p_heading {
    font-size: 120%;
}

.display_inline {
    display: inline-block;
    margin: 0 auto;
}

.display_block {
    display: block;
}

.back_to_top {
    display: none;
}

.ajax_link, a {
    cursor: pointer;
    cursor: hand;
}

.after:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.hide {
    display: none;
}

.hide_important {
    display: none !important;
}

.uppercase {
    text-transform: uppercase;
}

.hr_small {
    border-bottom: 1px solid #fff;
    max-width: 250px;
    margin: 25px auto;
}

.divider_blue_bot {
    background: url('/img/png/border-h-blue-long.png') bottom center repeat-x;
    height: 4px;
}

.divider_yellow_bot {
    /*background: url('/img/png/border-h-blue-long.png') bottom center repeat-x;*/
    border-bottom: 2px solid #E5C052;
    height: 4px;
}

.close-box a {
    background: url('/img/png/cross-white.png') center right no-repeat;
    padding-right: 25px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

#u {
    display: none;
}

.hand {
    cursor: pointer;
    cursor: hand;
}

.close_button {
    text-decoration: none;
}

.close_button:hover {
    text-decoration: underline;
}

.pos_relative {
    position: relative;
}

.nav_stick {
    position: absolute !important;
    bottom: 0 !important;
}

.map_canvas {
    width: 600px;
    height: 400px;
    margin: 10px 20px 10px 0;
    display: none;
}

.shadow_bottom {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.5);
}

.shadow_top {
    -webkit-box-shadow: 0 -10px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 0 -10px 15px 0 rgba(0,0,0,0.5);
}

.shadow_both {
    -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 30px 5px rgba(0,0,0,0.5);
}

.z999 {
    z-index: 999 !important;
}

.max_width_none {
    max-width: none !important;
}

.checkout_iframe {
	width: 100%;
	border: none;
	height: 740px;
}

.homepage #corner-popup {
    padding: 10px;
    background-color: rgba(255,255,255, 0.8);
    width: 300px;
    z-index: 1000000000000000;
}

.homepage #corner-popup .corner-text {
    font-size: 14px;
    line-height: 21px;
}

.get-ordering #corner-popup {
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
}

.get-ordering #corner-popup .corner-text {
    font-size: 14px;
}

.ucl_logo {
    max-width: 245px;
    display: block;
    margin: 0 auto;
}

#dateModal {
    text-align: center;
}

#dateModal .calendar-inline {
    margin: 10px 0;
}

/*CSS TRANSITIONS*/
.fade_in {
    -webkit-animation: fadein 2s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s forwards; /* Firefox < 16 */
        -ms-animation: fadein 2s forwards; /* Internet Explorer */
         -o-animation: fadein 2s forwards; /* Opera < 12.1 */
            animation: fadein 2s forwards;
}

.fade_out {
    -webkit-animation: fadeout 2s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeout 2s forwards; /* Firefox < 16 */
        -ms-animation: fadeout 2s forwards; /* Internet Explorer */
         -o-animation: fadeout 2s forwards; /* Opera < 12.1 */
            animation: fadeout 2s forwards;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
}

/*FADE OUT*/
@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    from { opacity: 1; }
}
