/***************************************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.4.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
***************************************************************************************/

/******************************************
 GENERAL STYLES
******************************************/
/* Font Faces - BEGIN */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800,900&display=swap');
@font-face {
  font-family: 'Avenir';
  src: url('Avenir-Medium.eot?#iefix') format('embedded-opentype'),
      url('library/fonts/Avenir-Medium.woff') format('woff'),
      url('library/fonts/Avenir-Medium.ttf')  format('truetype'),
      url('library/fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-weight: 500;
}

/* Font Faces - END */

html {
    font-size: 100% !important;
}
body {
    color: #5A5252;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 2.3em;
}
h1, h2, h3, h4, h5, h6 {
    color: #242424;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 12px;
    padding: 0;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 2.8125rem;
}
h2 {
    font-size: 2.1875rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.75rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1.125rem;
}
a {
    color: #B81814;
    outline: none;
    text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
    color: #419a9d;
    text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
    border: 0;
    max-width: 100%;
    position: relative;
    width: auto\9;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
    height: auto !important;
}
img:before {
    background-color: #efefef;
    border: 2px dotted rgb(200, 200, 200);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    height: 100px;
    width: 100%;
}
img:after {
    color: rgb(100, 100, 100);
    content: "\f127" " Broken Image of " attr(alt);
    display: block;
    font-size: 16px;
    font-style: normal;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
img:-moz-loading:after,
img:-moz-loading:before {
  visibility: hidden;
}
img.cke_wordpress_more {
    height: 10px !important;
}
p {
    margin-bottom: 26px;
    margin-top: 26px;
    padding: 0;
}
table {
    margin: 20px 0;
}
hr {
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    color: transparent;
    height: 1px;
    margin: 20px 0;
}
::-webkit-input-placeholder { color: #5A5252; font-size: 0.875rem; opacity: 1;  }
::-moz-placeholder { color: #5A5252; font-size: 0.875rem; opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { color: #5A5252; font-size: 0.875rem; opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { color: #5A5252; font-size: 0.875rem; opacity: 1; }
iframe {
    max-width: 100%;
}
#post-not-found {
    padding-top: 30px;
    text-align: center;
}
.em-googlemap,
.acf-map {
    position:relative;
}
.overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.twenty20 {
    max-width: 100%;
}
.extra-content {
    padding: 65px 0;
}

.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15, .col-lg-15 {
    width: 20%;
    float: left;
}
blockquote {
    border-left: 8px solid #B81814;
    line-height: 1.75em;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    padding-left: 23px;
}
body {
    background-color: #FFF;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    /*width: 100%;*/
}
/******************************************
 CONTENT PANELS
******************************************/
/* Content Panel default settings */
.extra-content,
.extra-content-col-inner {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Custom width container */
.container-custom-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* Use Divup plugin to create boostrap grid in the WP editor */
.divup-wrap.row .div-1 {
    display: none;
}

/* More support for Bootstrap Grid */
.align-items-stretch .extra-content-col-inner {
    height: 100%;
}


/******************************************
 TYPOGRAPHY
******************************************/
.font-100 {
    font-weight: 100;
}
.font-200 {
    font-weight: 200;
}
.font-300 {
    font-weight: 300;
}
.font-400 {
    font-weight: 400;
}
.font-500 {
    font-weight: 500;
}
.font-600 {
    font-weight: 600;
}
.font-700 {
    font-weight: 700;
}
.font-800 {
    font-weight: 800;
}
.font-900 {
    font-weight: 900;
}
.font-avenir {
    font-family: 'Avenir', sans-serif;
}
.fz-14 {
    font-size: 0.875rem;
}
.fz-18 {
    font-size: 1.125rem;
}
.fz-19 {
    font-size: 1.1875rem;
}
.text-red {
    color: #B81814;
}
.text-blue {
    color: #067DC7;
}
.text-gray {
    color: #5A5252;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    color: #403c3e;
    display: inline-block;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1rem;
    margin: 0;
    max-width: 100%;
    padding: 6px 24px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium,
div.gform_wrapper .left_label input.medium, div.gform_wrapper .left_label select.medium,
div.gform_wrapper .top_label input.large, div.gform_wrapper .top_label select.large,
div.gform_wrapper .left_label input.large, div.gform_wrapper .left_label select.large {
    height: 44px;
    width: 100%;
}
input[type="password"] {
    letter-spacing: 0.3em;
}
textarea,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper textarea.textarea {
    height: 149px;
    width: 100%;
    padding: 13px 22px;
}
.gform_wrapper select, select {
    background-image: url(library/images/icon-expand@2x.png);
    background-position: right 24px center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-position: right 24px center;
    background-repeat: no-repeat;
    font-size: 0.875rem !important;
    padding: 6px 22px;
}
.gform_wrapper .top_label input[type="file"].medium {
    font-size: inherit;
    font-weight: inherit;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 40px;
}
input[type="submit"], button,
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button,
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
    background-color: #B81814;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font: 900 0.9375rem/1.2em 'Nunito Sans', sans-serif;
    padding: 12px 30px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    display: block;
}
input[type="submit"]:hover, button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce input.button:hover,
div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type="image"]:hover, div.gform_wrapper .gform_footer input[type="submit"]:hover,
div.gform_wrapper .gform_page_footer .button.gform_button:hover, div.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
    background-color: #ED1B24;
    color: #fff;
}
a.em-button {
    border: 2px solid rgba(0,0,0,0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font: 900 0.9375rem/1.2em 'Nunito Sans', sans-serif;
    padding: 12px 30px 10px;
    text-align: center;
    text-decoration: none;
}
a.em-red-background {
    background-color: #B81814;
    color: #fff;
}
a.em-gray-border {
    background-image: url(library/images/left-arrow-black@2x.png);
    background-position: 18px center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    border: 1px solid rgba(112,112,112,0.3);
    color: #242424;
    font-size: 0.875rem;
    padding: 12px 19px 10px;
    padding-left: 42px;
}
a.em-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a.em-button:hover {
    background-color: #00c9cc;
    color: #fff;
    text-decoration: none;
}
a.em-red-background:hover {
    background-color: #d4111b;
    color: #fff;
}
a.em-gray-border:hover {
    background-color: rgba(112,112,112,0.3);
    color: #242424;
}
a.pdf-link:before, a.doc-link:before {
    font-family: FontAwesome;
    font-size: 30px;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 0;
}
a.doc-link:before {
    content: "\f0f6";
}
a.pdf-link:before {
    content: "\f1c1";
}
a.pdf-link, a.doc-link {
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 8px 0 6px 53px;
    position: relative;
}
a.hyper-link {
    background: url(library/images/icon-link@2x.png) no-repeat 0 7px;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    -o-background-size: 24px auto;
    background-size: 24px auto;
    font-weight: 500;
    padding: 0 0 0 32px;
    text-decoration: none;
}
p.testimonial {
    border-left: 7px solid #009ED2;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.54545455em;
    margin: 22px 0;
    padding-left: 25px;
}
.list-inline {
    list-style: none;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
}
.list-inline li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
}
.blue-dot,
.black-dot {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.blue-dot ul,
.black-dot ul {
    list-style: none;
    margin-left: 1rem;
    padding-left: 0;
}
.blue-dot li:before,
.black-dot li:before {
    background: #009ED2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 11px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 11px;
}
.black-dot li:before {
    background: #272525;
}
.blue-dot li,
.black-dot li {
    padding: 0 0 0 27px;
    position: relative;
}
.list-check-square,
.list-check {
    list-style: none;
    padding: 0;
}
.list-check-square li {
    background: url(library/images/check-square@2x.png) no-repeat 0 0.12em;
    -webkit-background-size: 21px auto;
    -moz-background-size: 21px auto;
    -o-background-size: 21px auto;
    background-size: 21px auto;
    margin: 1rem 0;
    padding-left: 30px;
}
.list-check li:before {
    color: #166988;
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
}
.list-check li {
    font-weight: normal;
    margin: 1rem 0;
    padding-left: 40px;
    position: relative;
}
.no-bullet {
    margin-left: 0;
    padding: 0;
}
.no-bullet li ul, .no-bullet li ol {
    list-style: none;
    margin-left: 20px;
    margin-bottom: 0;
}
ul.square, ol.square {
    list-style-type: square;
}
ul.circle, ol.circle {
    list-style-type: circle;
}
ul.disc, ol.disc {
    list-style-type: disc;
}
ul.no-bullet, ol.no-bullet {
    list-style: none;
}
ul.d-xl-flex, ul.d-lg-flex, ul.d-md-flex, ul.d-sm-flex, ul.d-flex,
ol.d-xl-flex, ol.d-lg-flex, ol.d-md-flex, ul.d-sm-flex, ol.d-flex {
    list-style: none;
    margin: 26px -15px;
    padding: 0;
}
ul.d-xl-flex li, ul.d-lg-flex li, ul.d-md-flex li, ul.d-sm-flex li, ul.d-flex li,
ol.d-xl-flex li, ol.d-lg-flex li, ol.d-md-flex li, ul.d-sm-flex li, ol.d-flex li {
    padding: 0 15px;
}
ul.justify-content-center,
ol.justify-content-center {
    text-align: center;
}
table.table-style-1 {
    background: #0d294a5;
}
.table-style-1 td, .table-style-1 th {
    border-bottom: none;
    border-left: 1px solid #fff;
    border-right: none;
    border-top: 1px solid #fff;
    padding: 13px 15px 13px;
    text-align: left;
}
.table-style-1 th {
    background: #152e54;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.333333em;
}
.table-style-1 tr td:first-child, .table-style-1 tr th:first-child {
    border-left: none;
}
.table-style-1 tr:nth-child(2n) td {
    background: #e1e5ec;
}
code {
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
    color: #333333;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    padding: 0 5px;
}
abbr, acronym {
    color: #222;
    cursor: help;
    font-size: 90%;
    text-transform: uppercase;
}
abbr {
    text-transform: none;
}
abbr[title] {
    border-bottom: 1px dotted #DDDDDD;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 24px;
}
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
img.alignright {
    display: inline;
    float: right;
    margin-left: 18px;
    margin-top: 4px;
}
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.mce-content-body img[data-wp-more] {
    height: 16px !important;
}

@media (max-width: 1400px) {
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    select,
    div.gform_wrapper .top_label input.medium,
    div.gform_wrapper .top_label select.medium,
    div.gform_wrapper .left_label input.medium,
    div.gform_wrapper .left_label select.medium,
    div.gform_wrapper .top_label input.large,
    div.gform_wrapper .top_label select.large,
    div.gform_wrapper .left_label input.large,
    div.gform_wrapper .left_label select.large,
    div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        height: 44px;
    }
     button,
    .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
    .woocommerce .cart .button, .woocommerce .cart input.button, div.gform_wrapper .gform_footer input[type="image"],
    div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
        padding: 13px 30px 12px;
    }
    .jqTransformSelectWrapper div span,
    .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
        line-height: 42px;
    }
    .jqTransformSelectWrapper a.jqTransformSelectOpen {
        width: 42px;
    }
}

@media (max-width: 1199.98px) {
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    select,
    div.gform_wrapper .top_label input.medium,
    div.gform_wrapper .top_label select.medium,
    div.gform_wrapper .left_label input.medium,
    div.gform_wrapper .left_label select.medium,
    div.gform_wrapper .top_label input.large,
    div.gform_wrapper .top_label select.large,
    div.gform_wrapper .left_label input.large,
    div.gform_wrapper .left_label select.large,
    div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        height: 40px;
    }
     button,
    .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
    .woocommerce .cart .button, .woocommerce .cart input.button, div.gform_wrapper .gform_footer input[type="image"],
    div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
        padding: 11px 25px 10px;
    }
    .jqTransformSelectWrapper div span,
    .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
        line-height: 38px;
    }
    .jqTransformSelectWrapper a.jqTransformSelectOpen {
        width: 38px;
    }

    /*
     * Responsive Table
    */

    /* Force table to not be like tables anymore */
    .notable-lg, .notable-lg thead, .notable-lg tbody, .notable-lg tfoot, .notable-lg tr, .notable-lg th, .notable-lg td {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .notable-lg thead tr, .notable-lg th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .notable-lg td {
        /* Behave like a "row" */
        border: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: relative;
        text-align: left;
        white-space: normal;
        width: 100% !important;
    }
    .notable-lg td:before {
        display: block;
        font-weight: bold;
        text-align:left;
        width: 100%;
        white-space: normal;
    }
    /* Label the data */
    .notable-lg td:before {
        content: attr(data-heading);
    }
}

@media (max-width: 991.98px) {
    a.pdf-link:after, a.doc-link:after {
        right: 0;
    }
    a.pdf-link, a.doc-link {
        padding-right: 40px;
    }

    /*
     * Responsive Table
    */

    /* Force table to not be like tables anymore */
    .notable-md, .notable-md thead, .notable-md tbody, .notable-md tfoot, .notable-md tr, .notable-md th, .notable-md td {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .notable-md thead tr, .notable-md th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .notable-md td {
        /* Behave like a "row" */
        border: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: relative;
        text-align: left;
        white-space: normal;
        width: 100% !important;
    }
    .notable-md td:before {
        display: block;
        font-weight: bold;
        text-align:left;
        width: 100%;
        white-space: normal;
    }
    /* Label the data */
    .notable-md td:before {
        content: attr(data-heading);
    }
    .table-style-1.notable-md td,
    .table-style-2.notable-md td {
        padding: 5px 10px !important;
    }
    .table-style-1.notable-md tr:nth-child(2n+1) td {
        background: #f2f2f2;
    }
}

@media (max-width: 767.98px) {
    /*
     * Responsive Table
    */

    /* Force table to not be like tables anymore */
    .notable, .notable thead, .notable tbody, .notable tfoot, .notable tr, .notable th, .notable td,
    .table-style-1, .table-style-1 thead, .table-style-1 tbody, .table-style-1 tfoot .table-style-1 tr, .table-style-1 th, .table-style-1 td,
    .table-style-2, .table-style-2 thead, .table-style-2 tbody, .table-style-2 tfoot, .table-style-2 tr, .table-style-2 th, .table-style-2 td,
    .shop_table, .shop_table thead, .shop_table tbody, .shop_table tfoot, .shop_table tr, .shop_table th, .shop_table td {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .notable thead tr, .notable th,
    .table-style-1 thead tr, .table-style-1 th,
    .table-style-2 thead tr, .table-style-2 th,
    .shop_table thead tr, .shop_table th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-style-2 tr {
        border-top: 1px solid #e5e5e5;
    }
    .table-style-2 tbody tr:first-child {
        border-top: none;
    }
    .notable td,
    .table-style-1 td,
    .table-style-2 td,
    .shop_table td {
        /* Behave like a "row" */
        border: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: relative;
        text-align: left;
        white-space: normal;
        width: 100% !important;
    }
    .notable td:before,
    .table-style-1 td:before,
    .table-style-2 td:before,
    .shop_table td:before {
        display: block;
        font-weight: bold;
        text-align:left;
        width: 100%;
        white-space: normal;
    }
    /* Label the data */
    .notable td:before,
    .table-style-1 td:before,
    .table-style-2 td:before,
    .shop_table td:before {
        content: attr(data-heading);
    }

    /* Custom Style */
    .shop_table tr {
        border-top: 1px solid #e5e5e5;
    }
    .shop_table tbody tr:first-child {
        border-top: none;
    }
    .table-style-1 td,
    .table-style-2 td,
    .shop_table td {
        padding: 0 10px 10px !important;
        width: auto !important;
    }
    .shop_table td {
        border-top: none !important;
    }
    .table-style-1 tr td:first-child,
    .table-style-2 tr td:first-child,
    .shop_table tr td:first-child, .shop_table tr th:first-child {
        padding-top: 10px !important;
    }
    .table-style-1 tr:nth-child(2n+1) td {
        background: #f2f2f2;
    }
    .product-remove {
        line-height: 0.9em;
    }
    .list-check li {
        padding-left: 27px;
    }
    .list-check-square li {
        -webkit-background-size: 16px auto;
        -moz-background-size: 16px auto;
        -o-background-size: 16px auto;
        background-size: 16px auto;
    }
    button,
    .woocommerce #respond input#submit.alt, .woocommerce a.button .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
    .woocommerce .cart .button, .woocommerce .cart input.button,
    div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"] {
        font-size: 1rem;
    }
}

@media (max-width: 641px) {
    div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        line-height: inherit;
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    p.testimonial {
        border-left-width: 8px;
        padding-left: 15px;
    }
    a.pdf-link, a.doc-link {
        padding-left: 40px;
    }
}


/******************************************
 SIDEBAR
******************************************/
.main-sidebar ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-sidebar ul.menu > li {
    margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
    background: #b8b8b8;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.006em;
    padding: 22px 15px 21px 20px;
    position: relative;
    text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
    background: #152e54;
}
.main-sidebar .widget {
    margin-bottom: 25px;
}
.main-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-sidebar ul li a {
    color: #067DC7;
}
.main-sidebar .widgettitle {
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
}
/******************************************
 IMAGE SCROLLER
******************************************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
    margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
    margin-left: 0;
}
.em-image-slider {
    overflow: hidden;
}
.image-scrollbox > ul {
    *zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
    content: "";
    display: table;
    line-height: 0;
}
.image-scrollbox > ul:after {
    clear: both;
}
.image-scrollbox > ul {
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
    width: 5000px;
}
.image-scrollbox > ul li {
    float: left;
    margin: 0 40px 0 0;
}


/******************************************
 ACCORDION
******************************************/
.accordion {
    margin: -20px 0 30px;
}
.accordion > p {
    display: none; /* Fix empty P tag */
}
h3.accordion-title:before {
    content: "\002B";
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1em;
    margin-top: -9px;
    position: absolute;
    right: 25px;
    top: 50%;
}
h3.accordion-title.open:before {
    content: "\2212";
}
h3.accordion-title {
    border: 2px solid #ED1B24;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 50px 0 0;
    padding: 30px 60px 30px 30px;
    position: relative;
}
h3.accordion-title.open {
    background: #009ED2;
    border-color: #009ED2;
    color: #fff;
}
.accordion-content {
    background: #F2F2F2;
    margin: 0;
    padding: 15px 40px;
}


/******************************************
 WP-TILES
******************************************/
div.tb-close-icon:before {
    line-height: 18px;
}
div.tb-close-icon {
    height: 18px;
    line-height: 18px;
    width: 18px;
}
div#TB_caption {
    height: auto;
    padding-left: 15px;
}


/******************************************
 FLEXSLIDER
******************************************/
.flexslider {
    background: none;
    border: none;
}
.flex-direction-nav {
    height: 0;
}
.flex-nav-prev {
    float: left;
}
.flex-nav-next {
    float: right;
}
.flex-direction-nav a:before {
    color: rgba(0,0,0,0.4);
    font-family: FontAwesome;
    font-size: 60px;
    line-height: 34px;
    text-indent: 0;
    text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
    content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
    content: "\f105";
}
.flex-direction-nav a:hover:before {
    color: rgba(0,0,0,1);
}
.flex-direction-nav a {
    font-size: 0;
    line-height: 0;
    opacity: 1 !important;
    outline: none;
    text-indent: -999em;
    width: 25px;
}
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next{
    right: 0;
}
.flexslider .slides img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/******************************************
 NEXTGEN FLEXSLIDER
******************************************/
.flexslider.em-nextgen-flexslider {
    margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
    margin-right: 36px;
}

/******************************************
GRAVITY FORM
******************************************/
div.gform_wrapper {
    margin: 0;
    max-width: none;
}
div.gform_wrapper ul.gform_fields li.gfield {
    margin: 14px 0;
    padding-right: 0;
}
.gform_wrapper form li #extensions_message {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
    display: block;
    font-weight: inherit;
    margin: 0 0 4px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}
div.gform_wrapper .gform_footer {
    margin: 25px 0 0;
    padding: 0;
}
.ui-datepicker-title select {
    height: auto;
    width: auto;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
    margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
    height: 100px;
}
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    margin-top: 0 !important;
}
div.gform_wrapper ul.gform_fields li.gfield#field_3_11 {
    margin-top: 14px;
}
@media (max-width: 640px) {
    div.gform_wrapper ul.gform_fields {
        margin-right: 0 !important;
    }
}


/******************************************
 BLOG
******************************************/
.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
    background: #f4f4f4;
    margin: 0 0 43px;
    padding: 25px 30px;
}
.blog-description p {
    margin: 0;
}
.post-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.post-list .post {
    margin-bottom: 43px;
}
.mainbody-wrapper > .mainbody .mainbody-wrapper-inner {
    padding-top: 76px;
}
.single .main-content p {
    line-height: 1.75em;
}
.single .main-content h1 {
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: 10px
}
.single .story-list-inner .featured-story p {
    font-size: 1rem;
    line-height: 1.4em;
}
.single .story-list-inner .featured-story {
    padding: 40px 48px 38px 48px;
}
.single .story-list-inner {
    margin-bottom: 45px;
}
.single .story-list-inner .post-image img {
    height: 238px !important;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.blog .story-list-inner .story-list-readmore a {
    color: #067DC7;
}
.blog .inner-banner h2 {
    font-size: 2.8125rem;
}
/******************************************
 NAVIGATION
******************************************/
nav.main-nav ul.nav {
    *zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
    content: "";
    display: table;
    line-height: 0;
}
nav.main-nav ul.nav:after {
    clear: both;
}
nav.main-nav ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.main-nav ul.nav > li {
    float: left;
    padding: 0 11px;
    position: relative;
}
nav.main-nav ul.nav > li > a {
    color: #242424;
    display: block;
    font: 700 0.9375rem/40px 'Nunito Sans', sans-serif;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}
.home nav.main-nav ul.nav > li > a {
    color: #FFF;
    font-weight: 700;
}
nav.main-nav ul.nav > li:not(.white-border) > a {
    font-weight: 400;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
    color: #242424;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    margin-left: 12px;
    margin-top: -2px;
    -webkit-transition: transform 0.25s ease;
    -moz-transition: transform 0.25s ease;
    -ms-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    vertical-align: middle;
}
.home nav.main-nav ul.nav > li.menu-item-has-children > a:after {
    color: #FFF !important;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
    color: #242424;
}
nav.main-nav ul.nav > li.menu-item-has-children.menu-item-opened > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: FlipV;
}
nav.main-nav ul.nav > li.white-border > a {
    border-radius: 3px;
    border: 2px solid #242424;
    font-weight: 900;
    padding-left: 31px;
    padding-right: 14px;
}
.home nav.main-nav ul.nav > li.white-border > a {
    color: #FFF;
    border: 2px solid #FFFFFF;
}
nav.main-nav ul.nav > li.menu-item-has-children.white-border > a:after {
    color: #B81814;
    margin-left: 17px;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
    color: #B81814;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {

}
nav.main-nav ul.nav li ul {
    background: #B7190D;
    left: 100%;
    -moz-opacity: 0.00;
    -khtml-opacity: 0.00;
    opacity: 0.00;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter:alpha(opacity=0);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    visibility: hidden;
    width: 250px;
    z-index: 999;
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
}
nav.main-nav ul.nav > li > ul {
    left: 11px;
    top: 100%;
}
nav.main-nav ul.nav li ul li {
    border-top: 1px solid #fff;
    position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
    border-top: none;
}
nav.main-nav ul.nav li ul li a {
    color: #fff;
    display: block;
    font: normal 1.0625rem/1.3em 'Nunito Sans', sans-serif;
    padding: 8px 14px;
    text-decoration: none;
}
nav.main-nav ul.nav li ul li a:hover {
    background: #d4111b;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
    background: #d4111b;
}


/******************************************
 SUPERFLY MENU
******************************************/
.sfm-rollback {
    display: none;
}
div.sfm-label-metro .sfm-navicon-button {
    background: rgba(0,0,0,0);
    right: 15px;
}
div.sfm-label-metro .sfm-navicon, div#sfm-mob-navbar .sfm-navicon, div.sfm-label-metro .sfm-navicon:after, div#sfm-mob-navbar .sfm-navicon:after, div.sfm-label-metro .sfm-navicon:before, div#sfm-mob-navbar .sfm-navicon:before {
    background: #000;
}
.home div.sfm-label-metro .sfm-navicon, div#sfm-mob-navbar .sfm-navicon, .home div.sfm-label-metro .sfm-navicon:after, .home div#sfm-mob-navbar .sfm-navicon:after, .home div.sfm-label-metro .sfm-navicon:before, .home div#sfm-mob-navbar .sfm-navicon:before {
    background: #FFF;
}
div#sfm-sidebar .sfm-menu li:after {
    background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
    background: #B81814;
    color: #FFF;
}
#sfm-sidebar .sfm-menu li > a span {
    text-transform: none;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
    width: 28px;
}
.sfm-navicon {
    width: 28px;
}
.sfm-navicon-button {
    padding: 20px 8px;
}


/******************************************
 LAYOUT STYLES
******************************************/
/*** Enter your style for global layout here ***/
.main-header {
    padding-bottom: 40px;
    padding-top: 25px;
}
.home .main-header {
    padding-bottom: 111px;
}
.main-header .logo img {
    max-width: 198px;
	box-shadow: none;
}
.header-nav {
    padding-top: 10px;
}
.header-links ul li {
    padding: 0 25px;
}
.header-links ul li a {
    color: #B81814;
    font-weight: 700;
}
.home .header-links ul li a {
    color: #FFF;
}
.header-links ul li.login a {
    background-image: url(library/images/user-black@2x.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    color: #242424;
    padding-left: 26px;
}
.home .header-links ul li.login a {
    background-image: url(library/images/user@2x.png);
    color: #FFF;
}
.mainbody-wrapper {
    background-image: url(library/images/gradient-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.mainbody-wrapper-inner {
    background-color: #FFF;
    border-radius: 8px;
    margin-top: -35px;
    width: 100%;
}
.bottom-bar .bottom-content, .bottom-bar .bottom-content-homepage {
    background-image: url(library/images/bottom-bar-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 40px 100px 35px 55px;
}
.bottom-bar p, .bottom-bar h2 {
    color: #FFF;
    margin-top: 0;
}
.bottom-bar p {
    line-height: 1.4em;
}
.bottom-bar h2 {
    font-size: 2rem;
}
.bottom-bar .gform_wrapper form {
    position: relative;
}
.bottom-bar .gform_wrapper .gform_footer input.button, .bottom-bar .gform_wrapper .gform_footer input[type=submit] {
    background-color: #B7190D;
    background-image: url(library/images/email-envelope@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px auto;
    border: 0;
    font-size: 0;
    height: 60px;
    width: 62px;
    margin: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    bottom: 0;
}
.bottom-bar .gform_wrapper input[type=text] {
    border-radius: 3px;
    font-size: 14px;
    height: 60px !important;
    padding: 10px 32px !important;
}
.bottom-divider {
    background-image: url(library/images/bottom-divider.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    padding: 88px 0;
}
.main-footer {
    padding-bottom: 136px;
    padding-top: 120px;
}
.main-footer .widget {
    border-top: 8px solid #B81814;
    padding-top: 39px;
}
.main-footer .widgettitle {
    margin-bottom: 25px;
}
.main-footer ul {
    padding-left: 0;
}
.main-footer ul li {
    list-style: none;
    line-height: 1.2em;
}
.main-footer ul li a {
    color: #5A5252;
    font-size: 0.875rem;
}
.main-footer .footer-social li {
    padding: 0;
}
/*** Homepage - Enter any style for elements on homepage here ***/
.header-wrapper {
    background-image: url(library/images/header-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 185px;
}
.banner-area h1 {
    color: #FFF;
    font-size: 5rem;
    font-weight: 800;
    line-height: 100%;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.banner-area h1:after {
    background-color: #FFFFFF;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 119px;
}
.banner-area .banner .search-form, .inner-banner .search-form  {
    padding-left: 50px;
}
.banner-area .banner .search-form {
    padding-left: 82px;
}
.banner-area .banner .form-input, .inner-banner .search-form .form-input {
    position: relative;
}
.banner-area .banner form input[type="text"], .inner-banner .search-form form input[type="text"]  {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 80px;
    padding-left: 180px;
    padding-right: 90px;
}
.banner-area .banner form select, .banner-area .banner form input[type="submit"], .inner-banner form select, .inner-banner form input[type="submit"] {
    position: absolute;
    top: 0;
    width: auto;
}
.banner-area .banner form select, .inner-banner form select {
    background-color: #F4F4F4;
    background-image: url(library/images/dropdown-arrow@2x.png);
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 800;
    font-size: 1rem !important;
    height: 100%;
    left: 0;
    padding-left: 27px;
    padding-right: 45px;
}
.banner-area .banner form select option, .inner-banner form select option {
    color: #403c3e;
    padding: 5px 10px;
}
.banner-area .banner form input[type="submit"], .inner-banner form input[type="submit"] {
    background-color: #B7190D;
    background-image: url(library/images/search-icon@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px auto;
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 0;
    height: 80px;
    right: 0;
    text-indent: -9999px;
    width: 88px;
}
.banner-area p:empty, .inner-banner p:empty {
    display: none;
}
.banner-area .categories {
    margin-top: 20px;
}
.banner-area .categories * {
    color: #FFF;
}
.banner-area ul {
    margin: 0;
}
.banner-area ul li a {
    text-decoration: underline;
}
.story-wrapper {
    padding-bottom: 36px;
    padding-top: 36px;
}
.story-wrapper .extra-content-col-inner {
    position: relative;
}
.story-wrapper .left-heading {
    color: rgba(0,0,0,0.30);
    font-weight: 900;
}
.story-wrapper .left-heading.featured{
    top: 190px;
}
#stories ul {
    padding: 0;
}
#stories li {
    list-style: none;
}
.story-list-inner {
    background-color: #F2F2F2;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.story-list-inner .post-list-thumbnail,
.story-list-inner .story-list-thumbnail {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}
.story-list-inner .featured-story {
    padding: 43px 24px 35px 33px;
}
.story-list-inner .featured-story h3 {
    font-weight: 400;
}
.story-list-inner .featured-story .story-list-title {
    margin-bottom: 12px;
}
.story-list-inner .featured-story .story-list-title h3 {
    margin-bottom: 0;
}
.story-list-inner .featured-story .story-list-readmore {
    margin-top: 20px;
}
.story-list-inner .featured-story p {
    font-size: 0.875rem;
    line-height: 1.4em;
    margin-bottom: 0;
    margin-top: 0;
}
.story-list-inner .story-list-readmore a {
    color: #5A5252;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: underline;
}
.featured-story-wrapper .story-list-inner .story-list-thumbnail::before {
    content: "";
    display: block;
    padding-top: 63.297872%;
}
.featured-story-wrapper .story-list-inner .story-list-thumbnail {
    position: relative;
}
.featured-story-wrapper .story-list-inner .story-list-thumbnail img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.owl-carousel.row {
    margin: 0;
}
.owl-carousel .owl-dots {
    margin-top: 15px;
    text-align: center;
}
.owl-carousel button.owl-dot {
    background-color: rgba(0,0,0,.38);
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    margin: 0 4px;
    outline: 0;
    width: 12px;
}
.owl-carousel button.owl-dot.active {
    background-color: #000;
}
.ems__tiles {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.ems__tile-container {
    margin: 0;
    padding: 5px;
}
.ems__tile-container.single {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.ems__tile-container.double {
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
}
#storylist-container > .row {
    margin: 0 -5px;
}
#storylist-container > .row > .item {
    padding: 5px;
}

/*** Internal Pages - Enter any style for elements on internal pages here ***/
.inner-banner {
    background-image: url(library/images/wifi.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 83px;
}
.inner-banner * {
    color: #FFF;
}
.inner-banner h1, .blog .inner-banner h2 {
    font-weight: 900;
    margin-bottom: 24px;
    padding-bottom: 15px;
    position: relative;
}
.inner-banner h1:after, .blog .inner-banner h2:after {
    background-color: #FFFFFF;
    bottom: 0;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    width: 100px;
}
.inner-banner .search-form form input[type="text"], .inner-banner form input[type="submit"] {
    height: 64px;
}
.inner-banner form input[type="submit"] {
    background-size: 30px auto;
}
.inner-banner form select {
    color: #242424;
}
/*WIFI*/
.page-id-54 .wifi-printing-row-01 p {
    line-height: 26px;
}
.page-id-54 .wifi-printing-row-01 p.lh-36 {
    line-height: 36px;
}
/*Book a space*/
.book-a-space-wrapper tr td {
    padding: 7px 0;
}
.book-a-space-wrapper tr td:first-child {
    font-family: 'Avenir', sans-serif;
    font-size: 1.125rem;
    vertical-align: text-top;
    width: 165px;
}
.book-a-space-wrapper tr td p {
    margin-bottom: 0;
    margin-top: 0;
}
.book-a-space-wrapper tr td small {
    font-size: 0.875rem;
}
.book-a-space-wrapper tr td h6 {
    color: #5A5252;
}
.book-a-space-wrapper a.em-button {
    background-image: url(library/images/left-arrow@2x.png);
    background-position: right 25px center;
    background-repeat: no-repeat;
    background-size: 17px auto;
    display: block;
    text-align: left;
}
.book-a-space-wrapper .space-images p {
    margin-bottom: 46px;
}
#room-booking .booking-form {
    background-color: #F2F2F2;
    border-radius: 8px;
    padding-bottom: 85px;
    padding-top: 72px;
}
.booking-form h3 {
    font-weight: 500;
}
.booking-form p {
    line-height: 26px;
    margin: 40px 0;
}
#room-booking .booking-form .gform_wrapper li#field_3_4 input[type="text"] {
    width: 100%;
}
#room-booking .booking-form small {
    font-size: 0.875rem;
}
#room-booking .booking-form input[type="submit"] {
    max-width: 367px;
    width: 100%;
}
#room-booking .booking-form div.gform_wrapper .gform_footer {
    text-align: center;
}
#room-booking .booking-form .datepicker {
    background-image: url(library/images/calendar@2x.png);
    background-position: right 24px center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#room-booking .booking-form select {
    padding: 6px 22px;
}
#room-booking .booking-form textarea {
    height: 149px;
}
/*Contact*/
.contact-form .booking-form div.gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
}
.contact-form .booking-form {
    background-color: #F2F2F2;
    padding-bottom: 81px;
    padding-left: 66px;
    padding-right: 68px;
    padding-top: 56px;
}
.contact-form .booking-form p {
    line-height: 1.4em;
    margin-bottom: 30px;
    margin-top: 36px;
}
.contact-form ul, ul.branch {
    padding: 0;
}
.contact-form ul li, ul.branch li {
    list-style: none;
}
.contact-form ul.contact-list li {
    background-image: url(library/images/calendar@2x.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    font-size: 1.125rem;
    padding-left: 20px;
}
.contact-form ul.contact-list li.contact-phone {
    background-image: url(library/images/icon-phone@2x.png);
}
.contact-form ul.contact-list li.contact-phone a {
    color: #5A5252;
}
.contact-form ul.contact-list li.contact-email {
    background-image: url(library/images/icon-envelope@2x.png);
}
.contact-form ul.contact-list li.contact-email a {
    color: #067DC7;
    text-decoration: underline;
}
.contact-form ul.contact-social li {
    padding: 0;
}
ul.branch li {
    background-image: url(library/images/icon-map-pointer@2x.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    color: #067DC7;
    padding-left: 20px;
}
.additional-info h3 + p {
    margin-top: 0;
}
#fancybox-wrap {
    display: none;
}

/* Max Mega Menu */
.main-wrapper {
    overflow: hidden;
}
.max-mega-menu-overlay-em {
    background: rgba(0, 0, 0, 0.63);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
	/*
    -webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in;
    -moz-transition: opacity 200ms ease-in, visibility 200ms ease-in;
    -o-transition: opacity 200ms ease-in, visibility 200ms ease-in;
    transition: opacity 200ms ease-in, visibility 200ms ease-in;
	*/
    visibility: hidden;
}

.max-mega-menu-overlay-em.active {
    opacity: 1;
    visibility: visible;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.white-border > a.mega-menu-link::before {
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    bottom: 11px;
    content: "";
    left: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
}
body.inner #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.white-border > a.mega-menu-link::before {
    border-color: #000;
}
body.inner #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.white-border.mega-toggle-on > a.mega-menu-link::before {
    border-color: #fff;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.white-border > a.mega-menu-link {
    font-weight: 900;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    line-height: 44px;
}
body.inner #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    color: #000;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.white-border {
    margin-left: 11px;
    margin-right: 12px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.white-border:first-child {
    margin-left: 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    font-weight: bold;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    z-index: 1000;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu::before,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu::after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 999em;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu::before {
    right: 100%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu::after {
    left: 100%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.custom-mega-sub-heading > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-disable-link > a.mega-menu-link {
    border-bottom: 4px solid #E7E7E7;
    color: #b81814;
    margin-bottom: 25px;
    padding-bottom: 3px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.menu-sub-3-cols > ul.mega-sub-menu {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.menu-sub-3-cols > ul.mega-sub-menu > li.mega-menu-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 5px;
    padding-right: 5px;
}


/******************************************
 RESPONSIVE STYLES
******************************************/
@media(min-width: 641px) {
    #room-booking .booking-form .gform_wrapper li {
        padding-right: 16px;
    }
    #room-booking .booking-form .col-lg-8 {
        padding-left: 31px;
    }
    #room-booking .booking-form div.gform_wrapper ul.gform_fields li.gfield {
        margin: 7px 0;
    }
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
	.show-mobile {
		display: none !important;
	}
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .banner-text {
        padding: 0;
    }
    .contact-form ul.contact-social {
        margin-bottom: 63px;
        margin-top: 40px;
    }
    .mainbody-wrapper-inner {
        padding: 0 57px;
    }
    .story-wrapper .left-heading {
        color: rgba(0,0,0,0.30);
        left: -57px;
        position: absolute;
        top: 120px;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .single #main {
        padding-bottom: 110px;
    }
    nav.main-nav ul.nav > li.white-border.menu-item-16 > a {
        padding-left: 26px;
        padding-right: 19px;
    }
    .contact-form {
        padding-top: 46px
    }
}
@media(min-width: 1350px) {
    .mainbody-wrapper > .container, .mainbody-wrapper > .mainbody > .container {
        max-width: 1305px;
    }
}
@media (min-width: 1750px) {
    .container {
        max-width: 1190px;
    }
    .main-header > .container {
        max-width: 1710px;
    }
    .main-header .logo img {
        margin-left: -13px;
    }
    .header-nav {
        padding-left: 80px;
    }
}
@media (max-width: 1749px) {
    .main-header > .container {
        max-width: 1335px;
    }
}
@media (min-width: 1440px) and (max-width: 1749px) {
    .main-header .col-xl-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .main-header .col-xl-10 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (max-width: 1440px) {
    /* General Styles */
    .accordion {
        margin-top: 0;
    }
    h3.accordion-title {
        margin-top: 30px;
        padding: 20px 60px 20px 20px;
    }

    /*** Enter your custom style here ***/
}

@media (max-width: 1199.98px) {
    body {
        font-size: 1rem;
    }
    h2, h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1rem;
    }
    ul.d-xl-flex li,
    ol.d-xl-flex li {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    /* General Styles */
    .testimonial-box:after {
        left: 24px;
    }
    .testimonial-box {
        font-size: 1.25rem;
        padding: 50px 30px 10px 40px;
    }
    .free-quote-bar,
    .free-quote-bar p {
        text-align: center;
    }

    /*** Enter your custom style here ***/
    .main-header .logo img {
        max-width: 146px;
    }
    .header-right {
        padding-left: 0;
    }
    nav.main-nav ul.nav > li.white-border > a {
        padding-left: 12px;
        padding-right: 7px;
    }
    nav.main-nav ul.nav > li {
        padding: 0 8px;
    }
    .header-links ul li {
        padding: 0 7px;
    }
    nav.main-nav ul.nav > li.menu-item-has-children > a:after {
        margin-left: 8px;
    }
    .header-links ul li a, nav.main-nav ul.nav > li > a {
        font-size: 0.8125rem;
        padding: 0 4px;
    }
    .banner-area h1 {
        font-size: 4rem;
    }
    .mainbody-wrapper-inner {
        padding: 0 25px;
    }
    .book-a-space-wrapper table {
        margin: 0;
    }
    .story-wrapper .left-heading {
        margin-bottom: 25px;
    }
    .book-a-space-wrapper a.em-button {
        background-position: right 14px center;
        padding: 12px 20px 10px;
    }
    .story-list-inner .featured-story h3 {
        font-size: 20px;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding-left: 0;
    }
	#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.custom-mega-sub-heading > a.mega-menu-link,
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-disable-link > a.mega-menu-link {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.white-border {
        margin-left: 3px;
        margin-right: 4px;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
        padding-left: 12px;
        padding-right: 8px;
    }
}

@media (max-width: 991.98px) {
    h2, h3 {
        font-size: 25px;
    }
    h5 {
        font-size: 1rem;
    }
    h2.entry-title {
        font-size: 1.375rem;
    }
    p {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .table-style-1 td, .table-style-1 th {
        padding-left: 10px;
    }
    .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
        left: 0;
    }
    .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
        right: 0;
    }
    /*.extra-content-col {
        padding-bottom: 15px;
        padding-top: 15px;
    }*/
    .column-vertical-align .row,
    .column-vertical-align.row,
    .column-equal-height .row,
    .column-equal-height.row {
        display: block;
    }
    ul.d-lg-flex li,
    ol.d-lg-flex li {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    /* Testimonials */
    .woothemes-testimonials-layout-03 .testimonial-avatar {
        width: 200px;
    }
    .woothemes-testimonials-layout-03 .testimonial-avatar img {
        width: 150px;
    }

    /* General Styles */
    .sfm-rollback {
        display: block;
        width: 0;
    }
    .extra-content,
    .free-quote-bar,
    .free-quote-cta-panel.free-quote-bar {
        padding: 30px 0;
    }
    .border-bottom .container {
        padding-bottom: 30px;
    }
    .border-top .container {
        padding-top: 30px;
    }
    .background-only-panel {
        height: 250px !important;
    }
    .free-quote-bar {
        text-align: center;
    }
    .free-quote-bar h2 {
        margin-top: 0;
    }
    .free-quote-bar .col-md-4 {
        margin-top: 30px;
    }
    .free-quote-bar p {
        text-align: center;
    }
    .staff-panel {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .staff-panel-first {
        padding-top: 30px;
    }
    .staff-panel .extra-content-col {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .staff-panel .column-01 p {
        margin: 0;
    }
    .testimonial-box:after {
        top: 12px;
    }
    .accordion {
        margin-top: 10px;
    }
    h3.accordion-title {
        margin-top: 20px;
        padding: 15px 60px 15px 15px;
    }
    .accordion-content {
        padding: 15px 30px;
    }
    .contact-form .column-02, .get-a-quote-row-01 .column-02 {
        max-width: none;
    }

    /*** Enter your custom style here ***/
    .header-wrapper {
        padding-bottom: 100px;
    }
    .header-right  {
        display: none;
    }
    .main-header, .home .main-header  {
        padding-bottom: 45px;
        padding-top: 35px;
    }
    .main-header .logo  {
        text-align: center;
    }
    .banner-area h1 {
        margin-bottom: 50px;
    }
    .banner-area .banner .search-form, .inner-banner .search-form {
        padding-left: 0;
    }
    .inner-banner .search-form {
        margin-top: 30px;
    }
    .banner-area .banner form input[type="submit"], .inner-banner form input[type="submit"] {
        width: 70px;
        background-size: 28px auto;
    }
    .mainbody-wrapper {
        padding: 0 15px;
    }
    .mainbody-wrapper-inner {
        padding: 0 15px;
    }
    .story-wrapper .extra-content-col {
        padding: 0;
    }
    #room-booking .booking-form, #contact-form .booking-form {
        padding: 25px;
    }
    .main-footer {
        padding-bottom: 54px;
        padding-top: 63px;
    }
    .main-footer .footer-social {
        margin-top: 40px;
    }
    .main-footer .footer-col-5 {
        width: 100%;
    }
    .contact-form .booking-form {
        margin-bottom: 30px;
    }
    .owl-carousel .item {
        padding: 0;
    }
    .space-images img {
        width: 100%;
    }
    .contact-form ul.contact-social {
        margin: 30px 0;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 87.5% !important;
    }
    h1, h2 {
        font-size: 24px;
    }
    p {
        font-size: 16px;
    }
    ul.d-md-flex li,
    ol.d-md-flex li {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    /* Testimonials */
    .contact-form .testimonials-list {
        margin-top: 0;
    }
    .testimonials-list {
        margin-top: -15px;
    }
    .testimonials-list .quote {
        margin: 15px 0;
        text-align: center;
    }
    .testimonials-list blockquote {
        -webkit-background-size: 100px auto;
        -moz-background-size: 100px auto;
        -o-background-size: 100px auto;
        background-size: 100px auto;
        background-position: center top;
        padding-top: 20px;
    }
    .woothemes-testimonials-layout-01 .testimonials-list .quote,
    .woothemes-testimonials-layout-03 .testimonial-content {
        max-width: none;
    }
    .woothemes-testimonials-layout-01 .testimonials-list .quote {
        width: 100%;
    }
    .woothemes-testimonials-layout-03 .testimonials-list .quote {
        display: block;
    }
    .woothemes-testimonials-layout-03 .testimonial-avatar {
        margin-bottom: 20px;
        text-align: center;
        width: auto;
    }
    .woothemes-testimonials-layout-03 .testimonial-avatar img {
        width: 80px;
    }

    /* Content Panels */
    .column-equal-height .row, .column-equal-height.row {
        display: block;
    }
    .align-left-xs {
        background-position: left center;
    }
    .background-only-panel {
        height: 200px !important;
    }
    .list-inline {
        display: block;
        margin: 0;
    }
    .list-inline li {
        display: block;
        padding: 7.5px 0;
        text-align: center;
    }

    /* General Styles */
    .logos-panel {
        text-align: center;
    }
    .logos-panel ul {
        display: block;
    }
    .logos-panel ul li:before {
        display: none;
    }
    .logos-panel ul li {
        float: none;
        padding: 12px 0;
        width: auto;
    }
    .extra-content .testimonials-list blockquote p {
        max-width: none;
    }
    .woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
        left: 50%;
        margin-left: -34px;
        top: 0;
    }
    .woothemes-testimonials-layout-04 .testimonials-list blockquote {
        padding-left: 0;
        padding-top: 100px;
    }
    .woothemes-testimonials-layout-04 .testimonials-list .author {
        padding-left: 0;
    }
    .accordion {
        margin-top: 15px;
    }
    h3.accordion-title {
        margin-top: 15px;
        padding: 12px 50px 12px 15px;
    }
    h3.accordion-title:before {
        right: 15px;
    }
    .accordion-content {
        padding: 10px 20px;
    }

    /*** Enter your custom style here ***/
    .bottom-bar .bottom-content, .bottom-bar .bottom-content-homepage {
        padding: 42px 0;
        text-align: center;
    }
    .bottom-bar .bottom-content p, .bottom-bar .bottom-content-homepage p {
        display: none;
    }
    .bottom-bar .bottom-content, .bottom-bar .bottom-content-homepage {
        background-image: url(library/images/bottom-bar-bg-mobile@2x.jpg);
    }
    .bottom-bar div.gform_wrapper .gform_footer {
        margin: 0;
    }
    .bottom-bar {
        margin-top: 40px;
    }
    .main-footer .footer-social li, .contact-form ul.contact-social li, .banner-area .categories li  {
        display: inline-block;
        padding: 0;
    }
    .contact-form .booking-form {
        padding: 30px 25px;
    }
    .story-list-inner .featured-story {
        padding: 20px 16px 25px;
    }
    .story-list-inner .featured-story p {
        font-size: 14px;
    }
    .story-wrapper .mt-5 {
        margin-top: 15px !important;
    }
    .categories table tr {
        display: table-row;;
    }
    .categories table td {
        display: table-cell;
        line-height: 1.5em;
        vertical-align: top;
        width: auto !important;
    }
    .categories table td:first-child {
        padding-right: 20px !important;
    }
    .categories * {
        font-size: 16px;
    }
    .post-list .post-list-thumbnail img {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .g-recaptcha {
        -moz-transform: scale(0.925);
        -webkit-transform: scale(0.925);
        transform: scale(0.925);
        transform-origin: left center 0;
    }
    #fancybox-content .g-recaptcha {
        -moz-transform: scale(0.725);
        -webkit-transform: scale(0.725);
        transform: scale(0.725);
        transform-origin: left center 0;
    }
    ul.d-sm-flex li,
    ol.d-sm-flex li {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    /* General Styles */
    .list-check-square li {
        margin: 10px 0;
    }
    .free-quote-bar h2 {
        font-size: 1.5rem;
    }
    .free-quote-info .div-1 ul li {
        background-position: left top;
        background-repeat: no-repeat;
        -webkit-background-size: 24px auto;
        -moz-background-size: 24px auto;
        -o-background-size: 24px auto;
        background-size: 24px auto;
        margin: 13px 0;
        padding: 3px 0 3px 40px;
    }

    /*** Enter your custom style here ***/
    .banner-area h1 {
        font-size: 50px;
    }
    .banner-area h1:after {
        height: 10px;
        width: 79px;
    }
    .mainbody-wrapper {
        padding: 0;
    }
    .mainbody-wrapper > .mainbody .mainbody-wrapper-inner {
        padding-left:  0;
        padding-right:  0;
    }
    .single .story-list-inner .featured-story {
        padding: 20px;
    }
    #room-booking .booking-form input[type="submit"] {
        font-size: 1rem;
    }
    .ems__tile-container {
        flex: 0 0 100% !important;
        max-width: none !important;
    }
}
.wrap-footer-logos {
	margin-top: 30px;
}