@font-face {
    font-family: 'Pangram';
    src: url('../fonts/Pangram-Bold.eot');
    src: url('../fonts/Pangram-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pangram-Bold.woff2') format('woff2'),
    url('../fonts/Pangram-Bold.woff') format('woff'),
    url('../fonts/Pangram-Bold.ttf') format('truetype'),
    url('../fonts/Pangram-Bold.svg#Pangram-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Pangram';
    src: url('../fonts/Pangram-Medium.eot');
    src: url('../fonts/Pangram-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pangram-Medium.woff2') format('woff2'),
    url('../fonts/Pangram-Medium.woff') format('woff'),
    url('../fonts/Pangram-Medium.ttf') format('truetype'),
    url('../fonts/Pangram-Medium.svg#Pangram-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pangram';
    src: url('../fonts/Pangram-Light.eot');
    src: url('../fonts/Pangram-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pangram-Light.woff2') format('woff2'),
    url('../fonts/Pangram-Light.woff') format('woff'),
    url('../fonts/Pangram-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pangram';
    src: url('../fonts/Pangram-Regular.eot');
    src: url('../fonts/Pangram-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pangram-Regular.woff2') format('woff2'),
    url('../fonts/Pangram-Regular.woff') format('woff'),
    url('../fonts/Pangram-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff'),
    url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Gotham Book';
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #000000;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #000000;
    color: #ffffff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Theme Base */
html, body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

body {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-family: 'Pangram';
    margin: 0;
    padding: 0;
}

a, a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    font-weight: inherit;
    color: #a9002a;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.page-home .widget.widget-pageHeading {
    display: none;
}

.widget.widget-pageHeading {
    padding: 40px 0 20px 0;
    text-align: center;
    margin-bottom: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget.widget-pageHeading h1 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 45px;
    text-align: center;
    text-transform: none;
    line-height: 25px;
    font-family: 'Pangram';
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    color: #000000;
    font-weight: 500;
    font-family: 'Pangram';
}

h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p {
    font-family: 'Pangram';
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 300;
    text-align: left;
}

/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type=submit], input, input[type=text], textarea, select, input[type=password], address, input[type=file], input[type=hidden], button, input[type=image], blockquote {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Pangram';
}

input[type="submit"], input[type="button"], button, .button, a.button {
    margin-top: 0px;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
    text-align: center;
    padding: 7px 30px;
    display: inline-block;
    height: auto !important;
}

input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
    background: #000;
    color: #fff;
}

input[type=text], input[type=password], select {
    height: 40px;
}

input[type=text], input[type=password], select, textarea {
    border-color: #000;
    font-family: inherit;
    box-sizing: border-box;
    padding-left: 10px;
}

textarea {
    height: 90px;
}

input[type="text"].validation-error, input[type="password"].validation-error {
    background: #fff;
}

button.Zebra_DatePicker_Icon {
    background-position: right center;
}

table {
    max-width: 100%;
    margin-bottom: 20px;
}

table th {
    font-size: 17px;
    font-weight: 700;
    background: #eee;
}

table, th, td {
    border: 1px solid #d9d9d9;
    padding: 8px;
    text-align: left;
    font-weight: normal;
    font-size: 17px;
    color: #000000;
}

table tr:nth-child(2n) {
    background: #f8f8f8;
}

.widget-snippet {
    font-family: 'Pangram';
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
}

.widget-snippet a {
    color: #000000;
}

.widget-snippet a:hover {
    color: #a9002a;
}

.widget-snippet ul,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

.widget-snippet ul li, .widget-snippet ol li,
ul li, ol li {
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding: 0 0 6px 24px;
    list-style-type: none;
    font-family: 'Pangram';
}

.widget ul li a,
.widget ol li a {
    color: #000000;
}

.widget ul li a:hover,
.widget ol li a:hover {
    color: #a9002a;
}

ol li {
    list-style-type: decimal;
    padding: 0 0 6px 10px;
}

.widget-snippet ul li::before,
ul li::before {
    content: '\f00c';
    position: absolute;
    left: -1px;
    top: 6px;
    width: 13px;
    height: 10px;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    color: #a9002a;
    font-size: 15px;
}

ul, ol,
.widget-snippet ul,
.widget-article ul,
.widget-snippet ol,
.widget-article ol {
    margin-bottom: 12px;
}

ol,
.widget-article ol,
.widget-snippet ol {
    padding-left: 19px;
}

/* Webcommander Base */
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
}

.auto-page .page-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.form-row {
    position: relative;
}

.errorlist.after .message-block {
    color: #a9002a;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.errorlist.after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    padding: 0;
    bottom: 0;
}

.simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: block;
    margin-top: 15px;
}

.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}

.simpleCaptcha-container .form-row.simple-captcha {
    width: 48%;
    display: inline-block;
    box-shadow: 0 0 0 1px #ddd inset;
    text-align: center;
    height: 40px;
    background: #fff;
}

.form-row.simple_captcha_input_field.mandatory {
    width: 48%;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    vertical-align: top;
    float: right;
    margin-bottom: 18px;
}

.widget-form .single-input-row .form-row {
    margin-top: 0;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
    display: none;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field input {
    width: 100%;
}

.login-form .title, .registration-form .title, .password-reset-form .title, .customer-new-password .title {
    padding-bottom: 20px;
    text-align: center;
    color: #000;
}

.widget.widget-form.contact-form {
    background: #f8f8f8;
    padding: 30px 50px 40px;
}

.widget.widget-form.contact-form button.submit-button {
    width: 100%;
    background-color: #002368;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    font-family: 'Pangram';
    font-weight: 500;
    letter-spacing: 1px;
}

.widget.widget-form.contact-form button.submit-button:hover {

    background-color: #a9002a;
}

.simpleCaptcha-container .form-row.simple-captcha img {
    height: 36px;
    vertical-align: middle;
    margin-top: 2px;
}

.widget.widget-form.contact-form .form-row.btn-row {
    margin-top: 15px;
}

.widget.widget-form.contact-form .form-row.btn-row label {
    display: none;
}

.widget.widget-form.contact-form textarea {
    min-height: 160px;
    padding-top: 10px;
}

.widget-form input[type=text], .widget-form textarea, .widget-form select , .widget-form input[type=email]{
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    font-weight: 400;
    font-size: 15px;
}
.widget-form input[type=text], .widget-form select, .widget-form input[type=email]{
    height: 40px;
}
.contact-cell a {
    color: #a9002a;
}

.widget > .widget-title {
    font-size: 20px;
    padding-bottom: 0px;
    color: #000000;
    font-weight: 500;
    font-family: 'Pangram';
}

/*start: jssor slider css */
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
    opacity: 0;
}

div.jssor-slider-container .slide {
    display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}

div.jssor-slider-container .container, div.jssor-slider-container {
    width: 1920px;
    height: 750px;
    padding: 0 !important;
    text-align: center;
}
.jssor-slider-container .container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 33;
}
.jssor-slider-container .container [u="caption"]{
  z-index: 444;
}
div.jssor-slider-container {
    margin: 0 auto;
}

div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block !important;
}

.widget-gallery div.jssor-slider-container[jssor-slider="true"] .slide,
.widget-gallery div.jssor-slider-container[jssor-slider="true"] .jssora20l,
.widget-gallery div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block;
}

.widget-gallery div.jssor-slider-container[jssor-slider="true"] .jssora20l,
.widget-gallery div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    top: auto !important;
    bottom: 10%;
    left: 17%;
}

.widget-gallery div.jssor-slider-container[jssor-slider="true"] .jssora20l {
    background: url("/template/042960e7/images/slider-arrow.png");
    background-repeat: no-repeat;
    background-position: 5px 18px;
}

.widget-gallery div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    background: url("/template/042960e7/images/slider-arrow.png");
    background-repeat: no-repeat;
    background-position: -66px 18px;
    margin-left: 75px;
}

.main-slider::before {
    content: url("/template/images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -18px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.widget-gallery .jssor-slider-container .container [u="caption"] {
    font-family: 'Pangram';
    width: auto;
    max-width: 100%;
    left: 17%;
    padding: 0;
    border: 0;
}

.widget-gallery .jssor-slider-container .container [u="caption"].jssor-caption-1 {
    font-size: 100px;
    color: #fff;
    font-weight: bold;
}

.widget-gallery .jssor-slider-container .container [u="caption"].jssor-caption-2 p, .widget-gallery .jssor-slider-container .container [u="caption"].jssor-caption-2 h1 {
    font-size: 30px;
    color: #fff;
    margin: 62px 0 0 0;
    font-weight: 300;
    line-height: 28px;
}

.widget-gallery .jssor-slider-container .container [u="caption"].jssor-caption-3 {
    margin: 120px 0 0 0;
}

.widget-gallery .jssor-slider-container .container [u="caption"].jssor-caption-3 a {
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    background: #ffc420;
    display: inline-block;
    padding: 10px 51px;
}

.widget-gallery .jssor-slider-container .container [u="caption"].jssor-caption-3 a:hover {
    background: #000;
    color: #fff;
}

/*end: jssor slider css */


/* Menu */
.widget-navigation.main-menu {
    text-align: right;
}

.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: "\f107";
    color: rgba(0, 0, 0, 0.8);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    font-weight: bold;
    left: auto;
    margin-left: 10px;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
    content: "\f106";
}

.widget-navigation.main-menu .navigation-item a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding: 20px 20px;
    font-family: 'Pangram';
    line-height: 35px;
}

.widget-navigation.main-menu .navigation-item a span {
    position: relative;
}

.widget-navigation.main-menu .navigation-item a span::before, .widget-navigation.main-menu .navigation-item.active a span::before{
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #FFC420;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .navigation-item a:hover span::before, .widget-navigation.main-menu .navigation-item.active a span::before{
    width: 89%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.main-menu .navigation-item.has-child a:hover,
.widget-navigation.main-menu .navigation-item.active a,
.widget-navigation.main-menu .navigation-item a:hover, .widget-navigation.main-menu .navigation-item a:focus {
    color: #000;
}

.widget-navigation .navigation-item-child-container .navigation-item.last a,
.widget-navigation .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 12px 24px;
}

/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
    width: 268px;
    top: 70px;
    background: #fff;
    text-align: center;
    padding: 0px;
    left: 50%;
    box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
    transform: translateX(-50%);
    margin: -10px 0 0 10px;
}

.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #fff transparent #fff transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    margin-left: -19px;
    z-index: 1;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    padding: 12px 24px;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    text-transform: none;
    font-family: 'Pangram';
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    transition: all 0.5s ease 0s;
    background: #002368;
    color: #ffffff;
    z-index: 2;
    display: block;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-of-type a:hover {
    border-color: rgba(255, 255, 255, 0.1);
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}

/*end:menu*/

/* testimonials */
.widget-gallery.testimonials div.jssor-slider-container .container,
.widget-gallery.testimonials div.jssor-slider-container {
    width: 1920px;
    height: 543px;
    margin-bottom: -2px;
}

.widget-gallery.testimonials .jssor-slider-container .container [u="caption"] {
    width: 100%;
    left: 0;
    top: 33%;
    padding: 0 30px;
}

.widget-gallery.testimonials .jssor-slider-container .container [u="caption"].jssor-caption-1 {
    font-size: 42px;
    color: #ffc420;
    text-align: center;
}

.widget-gallery.testimonials .jssor-slider-container .container [u="caption"].jssor-caption-2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    max-width: 810px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 46px;
    line-height: 30px;
}

.widget-gallery.testimonials .jssor-slider-container .container [u="caption"].jssor-caption-3 {
    font-size: 36px;
    color: #fff;
    margin-top: 135px;
}
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.widget-gallery.testimonials div.jssor-slider-container[jssor-slider="true"] .jssora20l,
.widget-gallery.testimonials div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    left: 50%;
    bottom: 21%;
    transform: translateX(-50%);
}

.widget-gallery.testimonials div.jssor-slider-container[jssor-slider="true"] .jssora20l {
    margin-left: -25px;
    background-position: 13px 22px;
    background-size: auto 22%;
}

.widget-gallery.testimonials div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    margin-left: 25px;
    background-position: -33px 22px;
    background-size: auto 22%;
}

/* Footer */
.footer {
    position: relative;
    background: url("/template/042960e7/images/footer-bg.jpg");
}
.widget-navigation.footer-menu .navigation-item a {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-right: 20px;
    margin-right: 13px;
}
.widget-navigation.footer-menu .navigation-item a:hover {
    color: #ffc420;
}
.widget-navigation.footer-menu .navigation-item a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    height: 17px;
    width: 2px;
    background: #fff;
    transform: rotate(27deg);
}
.widget-navigation.footer-menu .navigation-item:nth-last-of-type(1) a::after {
    display: none;
    margin: 0;
    padding: 0;
}
.widget-article.copyright-footer,
.widget-article.copyright-footer a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.50px;
    font-family: 'Gotham Book';
}
.copyright-footer p, .copyright-footer p a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.50px;
    font-family: 'Gotham Book';
}
.widget-article.copyright-footer a:hover {
    color: #ffc420;
}

.widget-snippet.footer-social-share .social-share a i {
    color: #fff;
}

.body .widget-container .page-content {
    min-height: 350px;
}

.page-page-not-found .page-content .article-content h1 {
    color: #FFC420;
    text-align: center;
    padding: 0;
    margin: 0 0 15px 0;
}

.page-page-not-found .page-content .article-content h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 0;
    margin: 0 0 15px 0;
}

.page-page-not-found .page-content .article-content p {
    text-align: center;
    padding: 0;
    margin: 0;
}


/* Blog page style */
.widget.widget-blogPost{
    padding: 0px 0 185px;
}
.page-headding{
    background: url("/template/042960e7/images/header-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    height: 205px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px !important;
    background-size: cover;
}
.page-headding h1{
    margin: 0;
    color: #fff;
    font-size: 45px;
}
.blog-post-content{
    max-width: 1527px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.blog-post-item {
    border-bottom: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -ms-flex: 33.333%;
    flex: 33.333%;
    max-width: calc(33.333% - 30px);
    margin: 0 15px 55px 15px;
}
.blog-post-item .post-list-view-width{
    padding-bottom: 0;
}
.blog-post-item .post-list-view-width a{
    display: block;
    height: 288px;
    overflow: hidden;
}
.blog-post-item img{
    max-width: 130%;
    object-fit: cover;
}
.post-description{
    position: relative;
    text-align: center;
    max-width: 440px;
    margin: 0 auto;
}
.widget-blogPost .title{
    padding-bottom: 0;
    margin: 45px 0 0 0;
}
.blog-post-info{
    position: absolute;
    top: -83px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFC420;
    width: 71px;
    height: 71px;
    border: 6px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 11px 8px 8px;
}
.blog-post-info span.date{
    background: none;
    padding: 0;
    line-height: 13px;
    display: block;
    margin: 0;
}
.blog-post-info span.date .word2,
.blog-post-info span.date .word3{
    color: #000;
    font-size: 21px;
    line-height: 17px;
    font-weight: bold;
}
.blog-post-info span.date .word3{
    font-size: 15px;
}
.blog-post-info span.date .word1,
.blog-post-info span.date .word4{
    display: none;
}
.blog-post-item .content{
    font-size: 15px;
    font-weight: normal;
    color: rgba(0,0,0,0.90);
    line-height: 23px;
    padding-bottom: 10px;
}
.post-description a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background: url("/template/042960e7/images/r-arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.post-description a:hover{
    color: #FFC420;
    background: url("/template/042960e7/images/r-arrow-collor.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.blog-post-item .title a {
    background: none;
    display: block;
    color: #000;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: none;
    padding-right: 0;
}
.blog-post-item .title a:hover{
    color: #FFC420;
    background: none;
}

.blog-post-content .footer{

    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin: 0;
    background: none;
    text-align: center;
}
.pagination {
    display: inline-block;
    float: none;
    overflow: hidden;
}
.pagination span{
    background: transparent;
    border: 0;
    box-shadow: 0 0 0 0;
    border-radius: 50%;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 13px;
    box-shadow: 1px 1px 0 transparent;
    transition: all 0.5s ease 0s;
}
.pagination span.current{
    background: #FFC420;
    color: #000;
    border: 0;
}
.pagination span.first,
.pagination span.last {
    display: none;
}
.pagination span.next  {
    font-size: 0;
    position: relative;
    padding: 0;
    background: url("/template/042960e7/images/r-arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    width: 73px;
    height: 16px;
}
.pagination span.next::before{
    content: "Next";
    position: absolute;
    width: 43px;
    color: #000;
    height: 18px;
    top: 0;
    left: 0;
    z-index: 9999;
    font-size: 17px;
    line-height: 12px;
}
.pagination span.prev{
    font-size: 0;
    position: relative;
    padding: 0;
    background: url("/template/042960e7/images/l-arrow.png");
    background-repeat: no-repeat;
    background-position: left center;
    width: 73px;
    height: 16px;
}
.pagination span.prev::before{
    content: "Prev";
    position: absolute;
    width: 43px;
    color: #000;
    height: 18px;
    top: 0;
    right: 0;
    z-index: 9999;
    font-size: 17px;
    line-height: 12px;
}
.pagination span:hover,
.pagination span:hover{
    opacity: 0.6;
}


/* blog-post-details */
.blog-post-details {
    padding: 0px 0 150px;
}
.blog-post-details .post-description{
    max-width: 935px;
    max-width: 935px;
    display: flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.blog-post-details .post-description .title,
.blog-post-details .post-description .blog-post-info,
.blog-post-details .post-description .image,
.blog-post-details .post-description .content{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.blog-post-details .post-description .image{
    -webkit-order:1;
    order: 1;
}
.blog-post-details .post-description .blog-post-info{
    -webkit-order:2;
    order: 2;
    position: relative;
    top: -56px;
    left: auto;
    transform: translateX(0);
    max-width: 71px !important;
    margin: 0 auto;
}
.blog-post-details .post-description .title{
    -webkit-order:3;
    order: 3;
    margin-top: 0;
}
.blog-post-details .post-description .content{
    max-width: 633px;
    margin: 0 auto;
    text-align: center;
    -webkit-order:4;
    order: 4;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Pangram';
}
.blog-post-details .post-description .content p{
    text-align: center;
}

/*============snippets =========*/
.food-gallery {

}

.food-gallery .section-top ,
.food-gallery .section-middle,
.food-gallery .section-bottom {
   display: -webkit-flex;
   display: flex;
   flex-wrap: wrap;
}
.food-gallery .section-top .gallery-item {
    position: relative;
    overflow: hidden;
    max-height: 976px;
}
.food-gallery .gallery-item::before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    opacity:0;
    transition: all .5s ease;
}
.food-gallery .gallery-item:hover::before {
    opacity:1;
    transition: all .5s ease;
}
.food-gallery .section-top .gallery-item{

}
.food-gallery .section-top .gallery-item:first-child::before {
    opacity:1;
}

.food-gallery .section-top .gallery-item.left {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;

}
.food-gallery .section-top .gallery-item.right {
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    max-width: 59%;
}
.food-gallery .section-top .gallery-item img {
    height: auto;
}
.responsive.page-our-menu .widget-snippet .food-gallery img{
    height: auto;
    max-width: 300% !important;
}
.food-gallery .section-top .gallery-item .gallery-content {
    position: absolute;
    top: 0;
    max-width: 450px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-top: 174px;
}

.food-gallery .section-top .gallery-item .gallery-content h2 {
    color: #ffc420;
    font-size: 48px;
    text-transform: lowercase;
    margin-top: 0;
    line-height: 42px;
    font-family: 'Pangram';
    font-weight:500;
    margin-bottom: 60px;
}

.food-gallery .section-top .gallery-item .gallery-content p {
    color: #fff;
    font-size: 21px;
    margin-top: 0;
    line-height: 42px;
    font-family: 'Pangram';
    font-weight:500;
    margin-bottom: 47px;
}
.food-gallery .gallery-item h1{
    color: #ffc420;
    font-size: 72px;
    margin-top: 0;
    line-height: 1;
    font-family: 'Pangram';
    font-weight:500;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    opacity:0;
    transition: all .5s ease;
}
.food-gallery .gallery-item:hover h1{
    opacity:1;
    transition: all .5s ease;
}

.food-gallery .section-middle {
    position: relative;
    overflow: hidden;
    max-height: 788px;
}

.food-gallery .section-middle .gallery-item {
    position: relative;
}
.food-gallery .section-middle .gallery-item.left {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
.food-gallery .section-middle .gallery-item.right {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.food-gallery .section-middle .gallery-item img {

}

.food-gallery .section-middle .gallery-item h1 {

}

.food-gallery .section-bottom {
    position: relative;
    overflow: hidden;
    max-height: 919px;
}

.food-gallery .section-bottom .gallery-item {
    position:relative;
}
.food-gallery .section-bottom .gallery-item.left {
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;

}
.food-gallery .section-bottom .gallery-item.right {
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
}
.food-gallery .section-bottom .gallery-item img {

}
.widget-snippet .instagram-section {
    padding: 100px 0;
    text-align: center;
}
.page-contact-us .widget-snippet .instagram-section {
    padding: 150px 0;
}
.widget-snippet .instagram-section .btn-line{
    font-family: 'Pangram';
    font-weight: 500;
    font-size: 22px;
    color: #231f20;
    padding: 12px 0;
    display: inline-block;
}
.widget-snippet .instagram-section .btn-line:hover{
    color: #FFC420;
}
.widget-snippet .instagram-section .btn-followus{
    background: #FFC420;
    display: inline-block;
    padding: 8px 56px;
    font-family: 'Pangram';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 18px;
}
.widget-snippet .instagram-section .btn-followus:hover {
    color: #fff;
    text-decoration: none;
    background: #000000;
}



/* Form Style */
.widget.widget-form.contact-form{
    background: url('/template/042960e7/images/form-bg.jpg');
    padding: 130px 0;
    background-position: center center;
}
.widget-form.contact-form .widget-title{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 30px;
}
.widget-form.contact-form .form-template{
    max-width: 700px;
    margin: 0 auto;
}
.widget-form.contact-form input[type="text"],
.widget-form.contact-form textarea,
.widget-form.contact-form select {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    padding-left:0;
    padding-right:0;
}
.widget-form.contact-form .single-input-row, .widget-form.contact-form .simpleCaptcha-container {
    display: inline-block;
    width: 50%;
    margin: 0 -2px;
    padding: 0 17px;
}
.widget-form.contact-form .single-input-row {
    padding: 0 12px 0 2px;
    vertical-align: top;
}
.widget-form.contact-form .simpleCaptcha-container {
    padding-right: 0;
    padding-top: 15px;
}
.widget.widget-form.contact-form textarea {
    min-height: 86px;
    height: 111px;
}
.form-row.simple_captcha_input_field.mandatory,
.simpleCaptcha-container .form-row.simple-captcha {
    width: 100%;
}
.widget.widget-form.contact-form .form-row.btn-row {
    text-align: center;
}
.widget.widget-form.contact-form button.submit-button {
    height: 95px !important;
    display: inline-block;
    width: 95px;
    border-radius: 50%;
    border: 2px solid #000;
    background: transparent;
    text-align: center;
    padding: 10px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.widget.widget-form.contact-form button.submit-button:hover{
    background: #000;
    color: #fff;
}
::-webkit-input-placeholder {
    font-family: 'Pangram';
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
::-moz-placeholder {
  font-family: 'Pangram';
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
:-ms-input-placeholder {
  font-family: 'Pangram';
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.widget-form .single-input-row .form-row{
    position: relative;
}
.widget-form .form-template .errorlist {
  /*  position: absolute;
    bottom: -22px;*/
    color: red;
}



/* accrodion-franchise */
.accrodion-franchise .accordion-panel > .label-bar.expanded .toggle-icon{
  width: 100%;
  background: none;
  left: 0;
}
.accrodion-franchise .accordion-panel > .label-bar.expanded .toggle-icon::before {
    content: "";
    position: absolute;
    top: 6px;
    background: transparent url('/template/042960e7/images/minus.png') no-repeat;
    height: 22px;
    width: 22px;
    left: 0;
}
.accrodion-franchise .accordion-panel > .label-bar.expanded:hover .toggle-icon::before {
    background: transparent url('/template/042960e7/images/minus.png') no-repeat;
}
.accrodion-franchise .accordion-panel > .label-bar .toggle-icon::before{
  background: transparent url('/template/042960e7/images/plus.png') no-repeat;
  content: "";
  position: absolute;
  top: -3px;
  height: 22px;
  width: 22px;
  left: 0;
}
.accrodion-franchise .accordion-panel > .label-bar .toggle-icon {
    background: none;
    height: 22px;
    left: 0;
    width: 100%;
}
.accrodion-franchise .accordion-panel > .label-bar.expanded .toggle-icon::after {
    content: "";
    position: absolute;
    top: 6px;
    background: transparent url('/template/042960e7/images/up-arrow.png') no-repeat;
    height: 22px;
    width: 22px;
    right: 0;
}
.accrodion-franchise .accordion-panel > .label-bar.expanded:hover .toggle-icon::after {
    background: transparent url('/template/042960e7/images/up-arrow.png') no-repeat;
}
.accrodion-franchise .accordion-panel > .label-bar .toggle-icon::after{
  background: transparent url('/template/042960e7/images/down-arrow.png') no-repeat;
  content: "";
  position: absolute;
  top: 3px;
  height: 22px;
  width: 22px;
  right: 0;
}
.accrodion-franchise .accordion-panel > .label-bar:hover .toggle-icon::after{
    background: transparent url('/template/042960e7/images/down-arrow-hov.png') no-repeat;
}
.accrodion-franchise .accordion-panel > .label-bar:hover .toggle-icon::before{
    background: transparent url('/template/042960e7/images/plus-hov.png') no-repeat;
}


.widget-tabAccordion.accrodion-franchise{
    background: url('/template/042960e7/images/accrodion-bg.jpg');
    padding: 100px 0;
}
.widget-tabAccordion.accrodion-franchise .widget-title{
    color: #ffc425;
    font-size: 42px;
    text-align: center;
    margin: 0 0 50px;
}
.widget-tabAccordion.accrodion-franchise .accordion-panel {
    padding: 0 0 15px;
    max-width: 880px;
    margin: 0 auto;
}
.widget-tabAccordion.accrodion-franchise .accordion-item,
.widget-tabAccordion.accrodion-franchise .accordion-panel > .label-bar.expanded,
.widget-tabAccordion.accrodion-franchise .accordion-panel > .label-bar{
    border: 0;
    background: transparent;
}
.accordion-panel > .label-bar{
    color: #fff;
    font-size: 28px;
    font-family: 'Pangram';
    font-weight: 500;
}
.accordion-panel > .label-bar:hover,
.accordion-panel > .label-bar.expanded{
    color: #ffc425;
}
.widget-html h3{
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}
.widget-html p{
    color: rgba(255,255,255, 0.70);
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
}
.accordion-item .widget-html ul li{
    color: rgba(255,255,255, 0.70);
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    padding: 0 0 6px 20px;
}
.accordion-item .widget-html ul li::before{
    color: #ffc425;
    content: "\f111";
    font-size: 12px;
}
.accrodion-franchise .accordion-panel .accordion-item{
    padding: 0 115px 0 30px;
}
.widget-tabAccordion.accrodion-franchise .accordion-panel .label-bar{
    margin: 28px 0;
}

/* testimonial-slider */
.widget-gallery.testimonial-slider {
    position: relative;
    padding: 141px 0 215px;
    background: transparent url('/template/042960e7/images/testimonial-banner.jpg') no-repeat;
    display: none;
}
.widget-gallery.testimonial-slider::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 33;
    top: 0;
}
.widget-gallery.testimonial-slider .owl-carousel{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 444;
}
.widget-gallery.testimonial-slider .article-title{
    display: none;
}
.widget-gallery.testimonial-slider .article-content{
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}
.widget-gallery.testimonial-slider h2{
    font-size: 42px;
    color: #ffc420;
    text-align: center;
}
.widget-gallery.testimonial-slider p{
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
    font-weight: normal;
    font-family: 'Pangram';
}
.widget-gallery.testimonial-slider h5{
    font-size: 36px;
    color: #fff;
    margin-top: 135px;
    margin-top: 25px;
}

.widget-gallery.testimonial-slider .owl-controls {
    height: 38px;
    margin: 0;
    position: absolute;
    bottom: -67px;
    width: 100%;
    left: 0;
    z-index: 1;
}
.widget-gallery.testimonial-slider .owl-stage-outer{
    z-index: 333;
}
.widget-gallery.testimonial-slider .owl-controls .owl-nav{
    position: relative;
}
.widget-gallery.testimonial-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]{
    position: absolute;
    left: 50%;
    height: 65px;
    padding: 0;
    margin: 0;
    width: 37px;
    font-size: 0;
    background: transparent url('/template/042960e7/images/slider-arrow.png') no-repeat;
    background-position: 13px 22px;
    background-size: auto 22%;
}
.widget-gallery.testimonial-slider .owl-theme .owl-controls .owl-nav .owl-prev{
    background-position: 2px 22px;
    background-size: auto 22%;
    margin-left: -45px;
}
.widget-gallery.testimonial-slider .owl-theme .owl-controls .owl-nav .owl-next{
    right: 50%;
    background-position: -47px 21px;
    background-size: auto 22%;
    margin-left: 6px;
}
/* End */

/*start:franchise menu*/
.widget-navigation.franchise-menu {
    text-align: center;
}
.page-franchise-famiglia .header{
    background: #1c1c1c;
}
.widget-navigation.franchise-menu .navigation-item a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    padding: 20px 25px;
    font-family: 'Pangram';
    line-height: 30px;
}
.widget-navigation.franchise-menu .navigation-item:last-child a{
    padding-right: 0;
}
.widget-navigation.franchise-menu .navigation-item a span {
    position: relative;
}
.widget-navigation.franchise-menu .navigation-item a span::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #FFC420;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.franchise-menu .navigation-item a:hover span::before {
    width: 89%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.franchise-menu .navigation-item.active a,
.widget-navigation.franchise-menu .navigation-item a:hover,
.widget-navigation.franchise-menu .navigation-item a:focus {
    color: #ffffff;
}
/*end:franchise menu*/
/*start:terms-and-conditions*/
.page-terms-and-conditions .instagram-section {
    display: none;
}
body.page-terms-and-conditions > .footer{
    margin-top: 100px;
}
.page-terms-and-conditions p{
    font-weight: 500;
}




.autocomplete-suggestions.chosen-results {
    height: 310px !important;
    width: 340px !important;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 30px;
    align-content: center;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
}
.autocomplete-suggestions h5 {
    background: #fff;
    margin-bottom: 14px;
    margin-top: 0;
    font-size: 20px;
}
.autocomplete-suggestions.chosen-results ul {
    display: block !important;
    list-style-type: none;
    background: none !important;
    padding: 0 !important;
    margin:  0 !important;
    border: 2px solid #ffc420;
}
.autocomplete-suggestions.chosen-results ul li {
    padding: 0;
    background: none !important;
    display: block;
    width: 50%;
    float: left;
    font-size: 15px;
}
.autocomplete-suggestions.chosen-results ul li::before {
    display: none;
}
a.countryChoice.activeCountry {
    background: #ffc420 !important;
}
button#findLocation {
    flex: 0 0 30%;
    box-sizing: border-box;
    max-width: 30%;
    padding: 0;
    align-self: center;
    height: 45px !important;
    background: #222;
    border-color: #222;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing:  0.5px;
    color: #fff;
}
button#findLocation:hover {
    background: #ffc420;
    color: #000;
    border-color: #ffc420;
}
.button-container {
    flex: 1 0 100%;
}
.widget-location .button-container {
    margin-bottom: 20px;
}
.autocomplete-suggestions.chosen-results text {
    flex: 0 0 100%;
    align-self: center;
    margin-bottom: 10px;
    font-size: 16px;
}
.autocomplete-suggestions.chosen-results input#tags:focus {
    border-color: #000000;
}
.autocomplete-suggestions.chosen-results input#tags {
    flex: 0 0 70%;
    float: left;
    max-width: 70%;
    align-self: center;
    height: 45px;
    border: 2px solid #b9b9b9;
    border-right: 0;
    padding: 5px 10px;
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

.button-container ul li a {
    padding: 7px;
    cursor: pointer;
    color: #000 !important;
}

a.countryChoice:hover {
    color: #000 !important;
    font-weight: 700 !important;
}

.autocomplete-suggestions.scrollable {
    background: #fff;
    padding: 0;
    box-shadow: 0px 2px 20px 1px rgba(100,100,100,0.2);
    min-width: 280px;
}
.autocomplete-suggestion {
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #bbb;
    padding: 10px 15px;
    cursor: pointer;
}
.autocomplete-suggestion:last-child{
    border-bottom: 0;
}
.autocomplete-suggestion:empty {
    border: 0;
    padding: 0;
    margin: 0;
}
.widget-location .location-container {
    height: 800px;
}
.autocomplete-suggestion:hover, .autocomplete-suggestion:focus {
    background: #f7e1a5;
    color: #000;
}
.autocomplete-no-suggestion {
    padding: 7px;
    font-size: 16px;
    color: #d81717;
}
.location-info-window {
    font-weight: 400;
    max-width: 280px !important;
}
.location-info-window h4 {
    font-size: 20px;
}
.location-info-window h5{
    font-size: 15px;
}
.location-info-window address {
    font-weight: 400;
    font-size: 16px;
}
.location-info-window address i {
    margin: 0;
    font-style: normal;
    color: #fb8f1c;
    margin-top: 5px;
    display: block;
}
.gm-style{
    font-family: 'Pangram' !important;
}
.location-hours-info {
    line-height: 20px;
}
.location-hours-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.location-distance span {
    font-weight: 600;
    font-family: 'Pangram';
    font-size: 15px;
    margin-top: 9px;
    display: block;
}
.location-hours-info a {
    color: #000;
}
.location-hours-info a[href^="mailto"]{
    color: #e7aa00;
    font-weight: 500;
}
.location-hours-info a:hover {
    color: #ffc420;
}
.location-info-window > br {
    display: none;
}
.location-address {
    margin-bottom: 15px;
}
.gm-iv-address{
    height: 56px !important;
}
.notification.error.popup {
    padding: 12px 35px;
    background: #ed1c24;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    top: 350px !important;
    font-size: 16px;
}
.location-info-window > br {
    display: none;
}
.page-find-us .page-headding, .page-find-us section.instagram-section {
    display: none;
}
.gmnoprint button {
    height: 27px !important;
}
.watermark-section{
    margin-bottom: 150px;
}
.page-careers .widget.widget-pageHeading{

}
.widget.widget-form.employment-form {
}
.widget.widget-form.employment-form  form.custom-form {
    max-width: 700px;
    margin: 0 auto;
}
.widget-form .form-row input[type=file] {
    position: absolute;
    top: 0;
    z-index: 999;
    opacity: 0;
    padding: 30px;
    width: 100%;
    cursor: pointer;
    height: 100%;
}
.widget-form .dropzone-wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.widget-form span.dropzone-text::after {
    content: "Upload CV";
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    vertical-align: top;
}
.widget-form span.dropzone-text::before {
    content: "";
    background: url(/template/042960e7/images/common_upload.png) no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
}
.widget-form span.dropzone-text {
    font-size: 0;
    position: relative;
}
.widget-form .dropzone {
    border: 2px dashed #000000;
    border-radius: 3px;
    box-sizing: content-box;
    cursor: pointer;
    height: auto;
    padding: 10px;
    text-align: center;
    background: none;
    min-height: 56px;
    box-sizing: border-box;
}
.widget.widget-form.employment-form button.submit-button {
    text-transform: uppercase;
    height: 95px !important;
    display: inline-block;
    width: 95px;
    border-radius: 50%;
    border: 2px solid #000;
    background: transparent;
    text-align: center;
    padding: 10px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.widget.widget-form.employment-form button.submit-button:hover {
    background: #000;
    color: #fff;
}
.widget.widget-form.employment-form .form-row.btn-row  label{
    display: none;
}
.widget.widget-form.employment-form .form-row.btn-row {
    margin-top: 40px;
    text-align: center;
}
.dropzone.file-added {
    background: none;
}
.file-preview {
    line-height: 30px;
    font-weight: 500;
}
.widget.widget-form.employment-form input[type=text], .widget.widget-form.employment-form textarea, .widget.widget-form.employment-form select, .widget.widget-form.employment-form input[type=email] {
    padding-left: 0;
    font-size: 17px;
}
.widget.widget-form.employment-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 18px;
    font-weight: 700;
}
.widget.widget-form.employment-form ::-moz-placeholder { /* Firefox 19+ */
    font-size: 18px;
    font-weight: 700;
}
.widget.widget-form.employment-form :-ms-input-placeholder { /* IE 10+ */
    font-size: 18px;
    font-weight: 700;
}
.widget.widget-form.employment-form :-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
    font-weight: 700;
}
.widget.widget-form.employment-form input{
    height: 55px !important;
}
.widget.widget-form.employment-form .single-input-row .form-row textarea{
    min-height: 170px;
    margin-top: 15px;
}

/* contact us page */
.widget-form.contact-form.us{
    background: #fff;
    padding: 17px 15px 0 0;
}
.widget-form.contact-form.us .widget-title{
    text-align: left;
    font-size: 36px;
    padding-bottom: 14px;
}
.widget-form.contact-form.us .simpleCaptcha-container .form-row.simple-captcha {
    box-shadow: 0 0 0 0;
    border-bottom: 2px solid #000;
}

.blog-post-details .post-description .image img{
    max-width: 100%;
}
.passion-food .feature-content ul li:before{
    top: 11px !important;
}
.accordion-panel > .label-bar {
    line-height: 25px;
}
.widget.widget-form.contact-form .submitting button, .widget.widget-form.employment-form .submitting button {
    font-size: 12px !important;
}
.page-find-us .widget-snippet.back-to-top {
    display: none;
}
.form-template .message-block {
    padding: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 17px;
}
body.ie {
    letter-spacing: -0.5px;
}
body.ie .widget-snippet .menu-content h2{
    letter-spacing: -4px;
}
body.ie .widget-snippet .join-with-us h2 {
    letter-spacing: -2px;
}
body.ie .widget-snippet .blog-post .post-content h2{
    letter-spacing: -1.2px;
}
body.ie .widget-snippet .btn-find-us a {
    letter-spacing: -1px;
}
.favourites-store a, .favourites-store a:link, .favourites-store a:active, .favourites-store a:visited,
.blog-post a, .blog-post a:link, .blog-post a:active, .blog-post a:visited{
    color:#fff;
}
.favourites-store a:hover, favourites-store a:focus {

}
.widget-snippet a.menu-favourites:hover .menu-content h2, .widget-snippet a.menu-favourites:focus .menu-content h2{
    color: #FDC10C;
}
.widget-snippet .blog-post a:hover .post-content h2, .widget-snippet .blog-post a:focus .post-content h2{
    color: #FDC10C;
}

body.ie .widget-gallery .jssor-slider-container .container [u='caption'].jssor-caption-1{
    letter-spacing: -3.5px;
}



ze: 18px;
    font-weight: 700;
}
.widget.widget-form.employment-form :-ms-input-placeholder { /* IE 10+ */
    font-size: 18px;
    font-weight: 700;
}
.widget.widget-form.employment-form :-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
    font-weight: 700;
}
.widget.widget-form.employment-form input{
    height: 55px !important;
}
.widget.widget-form.employment-form .single-input-row .form-row textarea{
    min-height: 170px;
    margin-top: 15px;
}

/* contact us page */
.widget-form.contact-form.us{
    background: #fff;
    padding: 17px 15px 0 0;
}
.widget-form.contact-form.us .widget-title{
    text-align: left;
    font-size: 36px;
    padding-bottom: 14px;
}
.widget-form.contact-form.us .simpleCaptcha-container .form-row.simple-captcha {
    box-shadow: 0 0 0 0;
    border-bottom: 2px solid #000;
}

.blog-post-details .post-description .image img{
    max-width: 100%;
}
.passion-food .feature-content ul li:before{
    top: 11px !important;
}
.accordion-panel > .label-bar {
    line-height: 25px;
}
.widget.widget-form.contact-form .submitting button, .widget.widget-form.employment-form .submitting button {
    font-size: 12px !important;
}
.page-find-us .widget-snippet.back-to-top {
    display: none;
}
.form-template .message-block {
    padding: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 17px;
}

body.widget-snippet .gallery-item.left .gallery-content {
    padding:10px 3px !important;;
}
body.ie {
    letter-spacing: -0.5px;
}
body.ie .widget-snippet .menu-content h2{
    letter-spacing: -4px;
}
body.ie .widget-snippet .join-with-us h2 {
    letter-spacing: -2px;
}
body.ie .widget-snippet .blog-post .post-content h2{
    letter-spacing: -1.2px;
}
body.ie .widget-snippet .btn-find-us a {
    letter-spacing: -1px;
}

.favourites-store a, .favourites-store a:link, .favourites-store a:active, .favourites-store a:visited,
.blog-post a, .blog-post a:link, .blog-post a:active, .blog-post a:visited{
    color:#fff;
}
.favourites-store a:hover, favourites-store a:focus {

}
.widget-snippet a.menu-favourites:hover .menu-content h2, .widget-snippet a.menu-favourites:focus .menu-content h2{
    color: #FDC10C;
}
.widget-snippet .blog-post a:hover .post-content h2, .widget-snippet .blog-post a:focus .post-content h2{
    color: #FDC10C;
}

body.ie .widget-gallery .jssor-slider-container .container [u='caption'].jssor-caption-1{
    letter-spacing: -3.5px;
}

.widget.widget-gallery .jssor-slider-container .container::before{
	display:none;
}
.widget.widget-gallery .jssor-slider-container .container::before{
	background-color:transparent !important;
}
.widget-gallery .jssor-slider-container .caption-wrapper {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    text-align: center;
    padding: 0;
}
.jssor-slider-container .container [u=caption] {
    position: absolute;
    top: 40%;
    width: 500px;
    height: 30px;
}
.jssor-slider-container .caption-wrapper [u=caption] a{
	border:none;	
}
.employment-form .form-row.recaptcha-row {
    text-align: center;
    padding: 20px 0 0 0;
}
.employment-form .form-row.recaptcha-row label {
    display: none;
}
.employment-form .form-row.recaptcha-row .recaptcha-container {
    margin-left: 0;
}
.widget-form.contact-form  .form-row.recaptcha-row {
    display: inline-block;
    margin: 35px -2px 0 -2px;
    padding: 0 0 0 18px;
}
.widget-form.contact-form  .form-row.recaptcha-row label{
    display: none;
}
.widget-form.contact-form  .recaptcha-container {
    display: inline-block;
    margin-left: 0;
    position: absolute;
    left: 15px;
    top: 0;
}
.widget-form.contact-form  button[disabled]{
    font-size: 11px !important;
    line-height: 10px !important;
}
.blog-post-item .post-list-view-width {
    height: auto;
    width: auto;
}
.blog-post-details span.loging-to-react {
    display: none;
}
.food-gallery .section-middle .gallery-item img {
    width: 100%;
}
.fee .popup {
    padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
    margin: 0 30px 20px !important;
}
 .fee .widget-image-edit-popup .fee-pu-content-footer {
    max-width: 500px
}
body.fee > .footer {
    margin-top: 55px;
}
div.widget-snippet .btn-find-us a {
  padding: 40px 50px;
  width: 100%;
  text-align: center;
}
.widget-navigation.main-menu.franchise .menu-button.responsive-menu-btn {
    position: absolute;
    right: -85px;
}

.widget-navigation.main-menu.franchise  .nav-wrapper.horizontal.show.responsive-navigation {
    top: 45px;
}
.fee .widget.widget-snippet .blog-post a::before, .fee .widget.widget-snippet .join-with-us::before, .fee .widget.widget-snippet .food-gallery .gallery-item::before {
  display:none;
}
.fee .widget.widget-snippet .watermark-section {
    margin-bottom: 0;
}
.fee .widget.widget-snippet .food-gallery .gallery-item h1, .fee .widget.widget-snippet .food-gallery .section-top .gallery-item .gallery-content {
    background: rgba(0,0,0,0.5);
}
@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

.widget-snippet .join-with-us img,
.widget-snippet .blog-post a img,
.widget-snippet .menu-favourites img {
    object-fit: cover;
    width: 100%;
}
.from-the-land .image-holder img,
.widget-snippet .about-page img {
    width: 100%;
     object-fit: cover;
}
.section-bottom-bottom img,
.food-gallery .section-bottom .gallery-item img,
.food-gallery .section-top .gallery-item img {
   width: 100%;
}
