/*
Theme Name: 7thVision Theme 2016
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2015
*/
/*________ GLOBAL ELEMENTS ________*/

* {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
.ie * {}
img {
    display: block;
    border: 0;
    /*chrome fix for animations */

    -webkit-backface-visibility: hidden;
    position: relative;
}
a {
    outline: none;
    color: #f6a20f;
    text-decoration: none;
}
a:hover {
    color: #f6a20f;
    text-decoration: underline;
}
a[href*='tel:'] {
    cursor: default;
}
html {
    font-size: 100%;
}
body {
    font-family: 'ff-din-web', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape */

    -ms-text-size-adjust: 100%;
    background-color: #f1f0f0;
}
.outerWrapper {
    clear: both;
    width: 100%;
    max-width: 1200px;
    max-width: 75rem;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 1px #dddcdc;
    -webkit-box-shadow: 0 0 0.25rem 1px #dddcdc;
    box-shadow: 0 0 4px 1px #dddcdc;
    box-shadow: 0 0 0.25rem 1px #dddcdc;
    padding: 30px 30px 0;
    padding: 1.875rem 1.875rem 0;
}
.wrapper {
    width: 100%;
    max-width: 1200px;
    max-width: 75rem;
    margin: 0 auto;
}
.ie .wrapper {
    width: 1140px;
}


.font-tungsten {
    font-family: 'Tungsten A', 'Tungsten B';
}

/*________ HEADER & NAV ________*/

.header {
    position: relative;
    overflow: hidden;
    border-top: 4px solid #d25e40;
    border-top: 0.25rem solid #d25e40;
}
.header .wrapper {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.header .logo {
    width: 100%;
    max-width: 148px;
    max-width: 9.25rem;
    height: auto;
    float: left;
    margin: 20px 0 20px 30px;
    margin: 1.25rem 0 1.25rem 1.875rem;
}
.header .logo img {
    width: 100%;
    height: auto;
}

.header .newsletterContainer {
    position: absolute;
    top: 64px;
    top: 4rem;
    right: 0;
    background-color: #dadada;
    padding: 12px 30px 0 30px;
    padding: 0.75rem 1.875rem 0 1.875rem;
    width: 100%;
    max-width: 724px;
    max-width: 45.25rem;
}

/*
.header .newsletterContainer .overlay {
    position: absolute;
    width: 110px;
    width: 6.875rem;
    height: 110px;
    height: 6.875rem;
    top: 0;
    left: -48px;
    left: -3rem;
    bottom: 0;
    margin: auto;
    background: url(images/bg-overlay-orange.png) no-repeat center center;
    background-size: contain;
}
.header .newsletterContainer .overlay h3 {
    font-size: 38px;
    font-size: 2.375rem;
    color: #fff;
    font-family: 'Tungsten A', 'Tungsten B';
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 0.9;
    padding: 22px 0 0;
    padding: 1.375rem 0 0;
}
*/

.header .newsletterContainer p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #656563;
    position: relative;
    padding: 0 24px 12px 0;
    padding: 0 1.5rem 0.75rem 0;
    display: inline-block;
}
.header .newsletterContainer p img,
.header .newsletterContainer p svg {
    position: absolute;
    bottom: 4px;
    bottom: 0.25rem;
    right: 0;
    width: 18px;
    width: 1.125rem;
    height: auto;
}
.header .newsletterContainer .fc_container form.elab_form {
    position: relative;
    padding-right: 170px;
    padding-right: 10.625rem;
}
.header .newsletterContainer .fc_container form.elab_form label {
    display: none;
}
.header .newsletterContainer .fc_container form.elab_form fieldset {
    width: 100%;
}
.header .newsletterContainer .fc_container form.elab_form fieldset div.single {
    width: 50%;
    padding: 0 16px 12px 0;
    padding: 0 1rem 0.75rem 0;
    clear: none;
    float: left;
}

.header .newsletterContainer .fc_container form.elab_form fieldset input[type="email"],
.header .newsletterContainer .fc_container form.elab_form fieldset input[type="text"] {
    font-size: 14px;
    font-size: 0.875rem;
    height: 42px;
    height: 2.625rem;
    padding: 0 14px;
    padding: 0 0.875rem;
}

.header .newsletterContainer .fc_container form.elab_form input[type="submit"],
.header .newsletterContainer .fc_container form.elab_form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    height: 2.625rem;
    line-height: 42px;
    line-height: 2.625rem;
    padding: 0;
    width: 170px;
    width: 10.625rem;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: 'Tungsten A', 'Tungsten B';
}
.header .newsletterContainer .fc_container form.elab_form .footnote.error-field {
    display: none;
}


.header .headerInfo {
    position: absolute;
    top: -4px;
    top: -0.25rem;
    right: 0;
    color: #fff;
    background-color: #d25e40;
    padding: 10px;
    padding: 0.625rem;
    width: 100%;
    max-width: 724px;
    max-width: 45.25rem;
    /*overflow: hidden;*/
}
.header .headerInfo form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.header .headerInfo form :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.header .headerInfo form ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.header .headerInfo form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}
.header .headerInfo a {
    color: #fff;
}
.header .headerInfo .flexItems {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
}
.header .headerInfo .flexItems .block {

}
.header .headerInfo .flexItems .block.hours a {
    text-decoration: none;
    font-family: 'Tungsten A', 'Tungsten B';
    font-style: normal;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 20px;
    margin-left: 1.25rem;
}
.header .headerInfo .flexItems .block.hours a span {
    position: relative;
    display: block;
}

.header .headerInfo .flexItems .block.hours a span.icon {
    width: 26px;
    width: 1.625rem;
    overflow: hidden;
    height: 26px;
    height: 1.625rem;
}
.header .headerInfo .flexItems .block.hours a span.icon img,
.header .headerInfo .flexItems .block.hours a span.icon svg {
    width: 100%;
    height: auto;
}

.header .headerInfo .flexItems .block.hours a span.text {
    font-weight: 600;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 0.75;
    text-transform: uppercase;
    margin: 0 10px 0 10px;
    margin: 0 1.25rem 0 0.625rem;
}

.header .headerInfo .flexItems .block.hours a span.button {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    height: 30px;
    height: 1.875rem;
    line-height: 26px;
    line-height: 1.625rem;
    border: 2px solid #fff;
    border: 0.125rem solid #fff;
    padding: 0 24px;
    padding: 0 1.5rem;
    text-align: center;
}
.header .headerInfo .flexItems .block.hours a span.button:hover {
    background-color: #fff;
    color: #d25e40;
}

.header .headerInfo .flexItems .block.socialNav ul {
    text-align: left;
}
.header .headerInfo .flexItems .block.socialNav ul li {
    list-style: none;
    padding: 0 5px;
    padding: 0 0.3125rem;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.header .headerInfo .flexItems .block.socialNav ul li a {
    display: block;
    width: 26px;
    width: 1.625rem;
    height: 26px;
    height: 1.625rem;
    position: relative;
    border-radius: 2px;
    border-radius: 0.125rem;
}
.header .headerInfo .flexItems .block.socialNav ul li a * {
    fill: #fff;
}
.header .headerInfo .flexItems .block.socialNav ul li a img,
.header .headerInfo .flexItems .block.socialNav ul li a svg {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.header .headerInfo .flexItems .block.socialNav ul li.facebook a {
    background-color: #fff;
}
.header .headerInfo .flexItems .block.socialNav ul li.facebook a * {
    fill: #d25e40;
}
.header .headerInfo .flexItems .block.socialNav ul li.facebook a svg,
.header .headerInfo .flexItems .block.socialNav ul li.facebook a img {
    max-width: 40%;
    top: auto;
    left: auto;
    right: 4px;
    right: 0.25rem;
}
.header .headerInfo .flexItems .block.socialNav ul li.instagram a svg,
.header .headerInfo .flexItems .block.socialNav ul li.instagram a img {
    max-width: 100%;
}
.header .headerInfo .flexItems .block.socialNav ul li.email a {
    width: 34px;
    width: 2.125rem;
}
.header .headerInfo .flexItems .block.socialNav ul li.email a svg,
.header .headerInfo .flexItems .block.socialNav ul li.email a img {
    max-width: 100%;
}

.header .headerInfo .flexItems .block.search {
    width: 200px;
    width: 12.5rem;
    margin-right: 20px;
    margin-right: 1.25rem;
}
.header .headerInfo .flexItems .block.search form {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.header .headerInfo .flexItems .block.search form label {
    display: none;
}
.header .headerInfo .flexItems .block.search form input[type="text"] {
    width: 100%;
    height: 30px;
    height: 1.875rem;
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
    -webkit-appearance: none;
    border-radius: 0;
    font-weight: 500;
    font-family: 'Tungsten A', 'Tungsten B';
    font-style: normal;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border: 0.125rem solid #fff;
    font-size: 18px;
    font-size: 1.125rem;
}
.header .headerInfo .flexItems .block.search form button[type="submit"] {
    text-indent: -9999px;
    border: none;
    width: 22px;
    width: 1.375rem;
    height: 22px;
    height: 1.375rem;
    background: none;
    position: absolute;
    top: 4px;
    top: 0.25rem;
    right: 10px;
    right: 0.625rem;
}
.header .headerInfo .flexItems .block.search form button[type="submit"] img {
    width: 100%;
    height: auto;
}


.navContainer {
    height: 48px;
    height: 3rem;
    position: relative;
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
    z-index: 1500;
    text-transform: uppercase;
    padding: 0 200px 0 0;
    padding: 0 12.5rem 0 0;
}
.mainNavToggle {
    display: none;
    border: none;
    padding: 0;
    float: left;
    color: #d25e40;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    background-color: transparent;
    margin: 0;
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    position: relative;
    text-transform: uppercase;
}
.mainNavToggle .icon {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.mainNavToggle .icon .icono {
    color: #d25e40;
}
.mainNavToggle .icon .icono-hamburger {
    margin-top: 16px;
    margin-top: 1rem;
    width: 28px;
    width: 1.75rem;
}
.mainNavToggle .icon .icono-cross {
    margin-top: 0;
    width: 28px;
    width: 1.75rem;
}
.mainNavToggle .text {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 4px;
    padding: 0 0 0.25rem;
}
/* Solid MultiLevel Css Nav */

.mainNav {
    margin: 0;
    line-height: 100%;
    z-index: 1500;
    position: relative;
}
.mainNav li {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    list-style: none;
}
.mainNav > li:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    height: 1.25rem;
    background-color: #414042;
    width: 1px;
    display: block;
    content: '';
}
.mainNav > li:last-child:after {
    display: none;
}
/* main level link */

.mainNav a {
    text-decoration: none;
    display: block;
    padding: 0 20px;
    padding: 0 1.25rem;
    margin: 0;
    line-height: 48px;
    line-height: 3rem;
    font-family: 'Tungsten A', 'Tungsten B';
    font-style: normal;
    color: #414042;
    font-weight: 600;
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.mainNav > li.menu-item-has-children > a {
    padding-right: 28px;
    padding-right: 1.75rem;
}
.mainNav .menu-item-has-children > a:after {
    content: '';
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border: 0.25rem solid transparent;
    border-top-color: #414042;
    top: 22px;
    top: 1.375rem;
    position: absolute;
    margin: 0 0 0 4px;
    margin: 0 0 0 0.25rem;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.mainNav .menu-item-has-children:hover > a:after {
    border-top-color: #d25e40;
}
.mainNav > li.current-menu-parent.menu-item-has-children > a:after,
.mainNav > li.current-menu-item.menu-item-has-children > a:after {
    border-top-color: #d25e40;
}
.mainNav > li:first-child a {
    padding-left: 0;
}
/* main level link hover */

.mainNav > li:hover > a {
    color: #d25e40;
}
/* sub levels link hover */

.mainNav ul li:hover a,
.mainNav li:hover li a {} .mainNav > li.current-menu-parent > a,
.mainNav > li.current-menu-item > a {
    color: #d25e40;
}
.home .mainNav li.current-menu-parent > a,
.home .mainNav li.current-menu-item > a {}
/* level 2 list */

.mainNav ul {
    display: none;
    margin: 0;
    padding: 4px 24px;
    padding: 0.25rem 1.5rem;
    width: 240px;
    width: 15rem;
    position: absolute;
    top: 48px;
    top: 3rem;
    left: 0;
    background-color: #d25e40;
    background-color: rgba(210, 94, 64, 0.8);
}
.mainNav ul .menu-item-has-children > a:after {
    border: 4px solid transparent;
    border: 0.25rem solid transparent;
    border-top-color: transparent;
    border-left-color: #fff;
    top: 16px;
    top: 1rem;
    right: 8px;
    right: 0.5rem;
}
/* Prevent dropdown nav items from flowing off screen (place in first media query) */
/*.mainNav li:nth-last-child(1) ul,

.mainNav li:nth-last-child(2) ul {

    left: auto;

    right: 0;

}*/
/* dropdown */

.mainNav li:hover > ul {
    display: block;
}
.mainNav ul li {
    float: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
}
.mainNav ul > li:last-child {
    border-bottom: none;
}
.mainNav ul a {
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    padding: 0;
    text-transform: none;
}
.mainNav ul a:hover {
    color: #414042;
}
/* level 3+ list */

.mainNav ul ul {
    left: 240px;
    left: 15rem;
    top: 0;
}
.mainNav ul .menu-item-has-children > a:after {
    border-top-color: transparent;
    border-left-color: #fff;
    top: 22px;
    top: 1.375rem;
    right: 8px;
    right: 0.5rem;
}
.mainNav ul .menu-item-has-children:hover > a:after {
    border-top-color: transparent;
    border-left-color: #fff;
}
/* clearfix */

.mainNav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .mainNav {
    display: block;
}
* html .mainNav {
    height: 1%;
}
.navContainer .widgetContainer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1600;
    overflow: hidden;
    height: 48px;
    height: 3rem;
    width: 220px;
    padding: 8px 0 0;
    padding: 0.5rem 0 0;
}


/*________ HEADER IMAGE ________*/

.headerImageContainer {
    width: 100%;
    clear: both;
    padding: 0 0 18px;
    padding: 0 0 1.125rem;
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
    border-bottom: 1px solid #dadada;
}
.headerImageContainer .headerImage {
    position: relative;
    overflow: hidden;
    height: 356px;
    height: 22.25rem;
}
.headerImageContainer .headerImage .imageContainer {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.headerImageContainer .headerImage .imageContainer img.image {
    width: 1140px;
    width: 71.25rem;
    position: relative;
}
.headerImageContainer .headerImage .absoluteWrapper {
    position: absolute;
    right: auto;
    top: auto;
    z-index: 10;
    left: -30px;
    left: -1.875rem;
    bottom: 0;
}
.headerImageContainer .headerImage .absoluteWrapper .overlay {
    display: block;
    padding: 36px 32px 36px 48px;
    padding: 2.25rem 2rem 2.25rem 3rem;
    width: 100%;
    height: 100%;
    max-height: 260px;
    max-height: 16.25rem;
    max-width: 260px;
    max-width: 16.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.headerImageContainer .headerImage .absoluteWrapper .overlay .centerVertical {
    position: relative;
    z-index: 4;
    width: 180px;
    width: 11.25rem;
}
.headerImageContainer .headerImage .absoluteWrapper .overlay .centerVertical .title {
    position: relative;
    display: block;
    line-height: 0.8;
    color: #fff;
    text-transform: uppercase;
    font-size: 78px;
    font-size: 4.875rem;
    font-family: 'Tungsten A', 'Tungsten B';
    font-weight: 600;
}
.single .headerImageContainer .headerImage .absoluteWrapper .overlay .centerVertical .title,
.category-56 .headerImageContainer .headerImage .absoluteWrapper .overlay .centerVertical .title,
.category-62 .headerImageContainer .headerImage .absoluteWrapper .overlay .centerVertical .title {
    font-size: 62px;
    font-size: 3.875rem;
}
.page-id-841 .headerImageContainer .headerImage .absoluteWrapper .overlay .centerVertical .title {
    font-size: 64px;
    font-size: 4rem;
}
.headerImageContainer .headerImage .absoluteWrapper .overlay img.bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}
.breadcrumbs {
    overflow: hidden;
    color: #565656;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 26px;
    margin: 0 0 1.625rem;
    position: relative;
    text-align: right;
    margin: -16px 0 0;
    margin: -1rem 0 0;
    z-index: 200;
    padding: 0 0 0 260px;
    padding: 0 0 0 16.25rem;
    line-height: 1.25;
}
.breadcrumbs a {
    color: #565656;
    text-decoration: underline;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.breadcrumbs a:hover {
    color: #222;
    text-decoration: none;
}
/*________ CONTENT ________*/

.contentContainer {
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
}
.content {} .contentContainer .content {
    padding: 0 0 10px;
    padding: 0 0 0.625rem;
}
.mainContent .content {
    padding-right: 32px;
    padding-right: 2rem;
    width: 73%;
    float: left;
}
.halfContent .content {
    width: 50%;
    float: left;
}
.fullContent .content {
    width: 100%;
    float: none;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    line-height: 1.25;
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    color: #414042;
}
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
    color: #414042;
}
.content h1 {
    font-family: 'Tungsten A', 'Tungsten B';
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 600;
}
.content h1.entryTitle {
    text-transform: uppercase;
}
.content h2 {
    font-family: 'Tungsten A', 'Tungsten B';
    font-size: 32px;
    font-size: 2rem;
    font-weight: 500;
}
.content h3 {
    font-family: 'Tungsten A', 'Tungsten B';
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
}
.content h4,
.content h5,
.content h6 {
    font-size: 16px;
    font-size: 1rem;
}
.content p {
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    line-height: 1.5;
}
.content p.small {
    font-size: 14px;
    font-size: 0.875rem;
}
.content ul,
.content ol {
    padding: 0 0 20px 40px;
    padding: 0 0 1.25rem 2.5rem;
}
.content ul ul,
.content ol ol {
    margin-bottom: 0;
}
.content ul li,
.content ol li {
    line-height: 1.5;
}
.content blockquote {
    font-style: italic;
    padding: 0 0 20px 40px;
    padding: 0 0 1.25rem 2.5rem;
}
.content iframe {
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    overflow: auto;
}
.content img {
    max-width: 100%;
    height: auto;
}
.content .outerTable {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch; /* momentum based scrolling */
}
.content table {
    width: 100%;
    margin: 0;
}
.content hr {
    border: none;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    display: block;
    clear: both;
}
.content .entryContent {
    overflow: hidden;
    /*for gallery +20px*/

    width: 100%;
}
.content .articleContainer {} .content .articleContainer .article {
    margin: 0 0 32px;
    margin: 0 0 2rem;
    border-bottom: 1px dotted #dadada;
    overflow: hidden;
}
.content .articleContainer .article:last-child {
    border-bottom: none;
}
.content .articleContainer .article .thumbContainer {
    display: block;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
}
.content .articleContainer .article .thumbContainer img {
    width: 100%;
    height: auto;
}
.content .articleContainer .article .thumbContainer:hover img {
    opacity: 0.8;
}
.content .articleContainer .article h3 {
    padding: 0 0 12px;
    padding: 0 0 0.75rem;
    font-size: 40px;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Tungsten A', 'Tungsten B';
}
.content .articleContainer .article h3 a {
    text-decoration: none;
    color: #414042;
}
.content .articleMeta {
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 0 10px;
    padding: 0 0 0.625rem;
}
.content .articleMeta p {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding: 0 12px 0 0;
    padding: 0 0.75rem 0 0;
    margin: 0 12px 12px 0;
    margin: 0 0.75rem 0.75rem 0;
    border-right: 1px solid #b7b6b7;
    line-height: 1;
}
.content .articleMeta p:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.content .articleContainer .kidsClubArticle {
    width: 48%;
    float: left;
    margin-right: 2%;
}
.content a.arrowLink {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 32px;
    margin: 0 0 2rem;
    line-height: 1.25;
    display: inline-block;
    padding: 0 4px 0 0;
    padding: 0 0.25rem 0 0;
}
.content a.arrowLink span {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.content a.arrowLink span.text {
    padding: 4px 8px 0 0;
    padding: 0.25rem 0.5rem 0 0;
}
.content a.arrowLink.right:hover span.image {
    -ms-transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0);
}
.content a.arrowLink span img {
    width: 16px;
    width: 1rem;
    height: auto;
}
.content a.arrowLink.left {
    padding: 0 0 0 4px;
    padding: 0 0 0 0.25rem;
}
.content a.arrowLink.left span.text {
    padding-right: 0;
    padding-left: 8px;
    padding-left: 0.5rem;
}
.content a.arrowLink.left:hover span.image {
    -ms-transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
}
.content .navBelow {
    overflow: hidden;
}
.content .navBelow .pageNav {
    float: left;
}
.content .navBelow .pageNav.navNext {
    float: right;
}
.contentContainer .adjacentPostsWrapper {
    padding: 24px 0 24px;
    padding: 1.5rem 0 1.5rem;
    clear: both;
    width: 100%;
}
.contentContainer .adjacentPostsContainer {
    background-color: #f1f0f0;
    padding: 8px 16px 4px;
    padding: 0.5rem 1rem 0.25rem;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
}
.contentContainer .adjacentPostsContainer p {
    display: inline-block;
    padding: 0 12px 4px 0;
    padding: 0 0.75rem 0.25rem 0;
    color: #999;
}
.contentContainer .adjacentPostsContainer a {
    display: inline-block;
    padding: 0 16px 4px 0;
    padding: 0 1rem 0.25rem 0;
}
.contentContainer .adjacentPostsContainer a.next {
    padding-right: 0;
}


/*________ FRONT PAGE ________*/

.home .contentContainer .wrapper {
    overflow: hidden;
    padding: 0;
}
.home .tickerSliderContainer {
    background-color: #f1f0f0;
    padding: 16px 16px 16px 180px;
    padding: 1rem 1rem 1rem 11.25rem;
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}
.home .tickerSliderContainer h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    width: 10.625rem;
    height: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 34px;
    font-size: 2.125rem;
    font-family: 'Tungsten A', 'Tungsten B';
    background-color: #d25e40;
    line-height: 1;
    padding: 0;
    z-index: 100;
}
.home .tickerSliderContainer h3:after {
    position: absolute;
    right: -24px;
    right: -1.5rem;
    top: 0;
    bottom: 0;
    margin: auto;

    content: '';
    height: 0;
    width: 0;
    border: 14px solid transparent;
    border: 0.875rem solid transparent;
    border-left-width: 10px;
    border-left-width: 0.625rem;
    border-left-color: #d25e40;
}
.home .tickerSliderContainer .tickerSlider .slide {
    padding: 0 22px 0 20px;
    padding: 0 1.375rem 0 1.25rem;
    position: relative;
}
.home .tickerSliderContainer .tickerSlider .slide:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    width: 0.125rem;
    height: 18px;
    height: 1.125rem;
    background-color: #d25e40;
}
.home .tickerSliderContainer .tickerSlider .slide p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: 'Tungsten A', 'Tungsten B';
}
.home .tickerSliderContainer .tickerSlider .slide p a {
    display: block;
    color: #414042;
}
.home .tickerSliderContainer .tickerSlider .slide p a:hover {
    color: #d25e40;
    text-decoration: none;
}


.home .homePromos {
    position: relative;
    z-index: 2;
}
.home .homePromos .inlineBlocks {
    width: 100%;
    width: calc(100% + 30px);
    width: calc(100% + 1.875rem);
    text-align: left;
}
.home .homePromos .inlineBlocks .inlineBlock {
    width: 33.333%;
    padding: 0 30px 30px 0;
    padding: 0 1.875rem 1.875rem 0;
}
.home .homePromos .inlineBlocks .inlineBlock a {
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-size: 2.5rem;
    font-family: 'Tungsten A', 'Tungsten B';
    font-weight: 600;
}
.home .homePromos .inlineBlocks .inlineBlock a img.thumb {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    filter: url('http://www.thepineselanora.com.au/wp-content/themes/pines-2016/frontend/js/filters.svg#grayscale');
    /* Firefox 3.5+ */

    filter: gray;
    /* IE6-9 */

    -webkit-filter: grayscale(1);
    /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
}
.home .homePromos .inlineBlocks .inlineBlock a:hover img.thumb {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: none;
    /* Applies to FF + IE */

    -webkit-filter: grayscale(0);
}
.home .homePromos .inlineBlocks .inlineBlock a .absoluteWrapper {
    position: absolute;
    right: auto;
    top: auto;
    z-index: 10;
    left: -10px;
    left: -0.625rem;
    bottom: -40px;
    bottom: -2.5rem;
}
.home .homePromos .inlineBlocks .inlineBlock a .absoluteWrapper .overlay {
    display: block;
    padding: 20px 20px 40px 24px;
    padding: 1.25rem 1.25rem 2.5rem 1.5rem;
    width: 100%;
    height: 100%;
    max-height: 158px;
    max-height: 9.875rem;
    max-width: 158px;
    max-width: 9.875rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home .homePromos .inlineBlocks .inlineBlock a .absoluteWrapper .overlay .centerVertical {
    position: relative;
    z-index: 4;
}
.home .homePromos .inlineBlocks .inlineBlock a .absoluteWrapper .overlay .centerVertical .title {
    line-height: 0.8;
}
.home .homePromos .inlineBlocks .inlineBlock a .absoluteWrapper .overlay img.bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.home .homePromos .inlineBlocks .inlineBlock a:hover .absoluteWrapper .overlay img.bg {
    opacity: 0.75;
}



/*________ COMMUNITY PAGE ________*/

.eventsContainer {
    width: 100%;
    overflow: hidden;
}
.eventsContainer h2 {
    font-family: 'Tungsten A', 'Tungsten B';
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.eventsContainer .flexBlocks {
    margin-left: -16px;
    margin-left: -1rem;
    margin-right: -16px;
    margin-right: -1rem;
}
.eventsContainer .flexBlocks .flexBlock {
    padding: 0 16px 32px;
    padding: 0 1rem 2rem;
}
.eventsContainer .event .inner {
    text-decoration: none;
    display: block;
    color: #fff;
    text-align: center;
}
.eventsContainer .event .inner:hover {
    background-color: #f9a11b;
}

.eventsContainer .event .inner span {
    display: block;
}
.eventsContainer .event .inner .thumbContainer  {
    background-color: #000;
    overflow: hidden;
}
.eventsContainer .event .inner .thumbContainer img {
    width: 100%;
}
.eventsContainer .event .inner:hover .thumbContainer img {
    opacity: 0.9;
}
.eventsContainer .event .inner .info {
    padding: 8px 8px;
    padding: 0.5rem 0.5rem;
    background-color: #398fac;
}
.eventsContainer .event .inner .info .title {
    font-weight: 700;
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
}
.eventsContainer .event .inner .info .date {
    font-size: 14px;
    font-size: 0.875rem;
}



/*________ CONTACT PAGE ________*/

.mapContainer {
    position: relative;
    width: 100%;
    height: 400px;
    height: 25rem;
    margin: 0 0 40px;
    margin: 0 0 2.5rem;
}
.mapContainer .locationCanvas {
    width: 100%;
    height: 100%;
    position: absolute;
}
.mapContainer img {
    max-width: none;
}
.offersContainer {
    width: 100%;
    overflow: hidden;
}
.offersContainer .inlineBlocks {
    width: 100%;
    width: calc(100% + 32px);
    width: calc(100% + 2rem);
    text-align: left;
}
.offersContainer .inlineBlocks .inlineBlock {
    width: 33.33%;
    padding: 0 32px 32px 0;
    padding: 0 2rem 2rem 0;
    text-align: center;
}
.offersContainer .inlineBlocks .inlineBlock a {
    text-decoration: none;
    display: block;
}
.offersContainer .inlineBlocks .inlineBlock a img {
    width: 100%;
    height: auto;
}
.offersContainer .inlineBlocks .inlineBlock a:hover img {
    opacity: 0.8;
}
.offersContainer .inlineBlocks .inlineBlock a .title {
    display: block;
    padding: 8px 8px;
    padding: 0.5rem 0.5rem;
    color: #fff;
    background-color: #d25e40;
}
.offersContainer .inlineBlocks .inlineBlock a:hover .title {
    background-color: #f9a11b;
}

/*________ SERVICES PAGE ________*/

.page-id-9 .headerImageContainer .headerImage .absoluteWrapper .overlay .centerVertical .title,
.parent-pageid-9 .headerImageContainer .headerImage .absoluteWrapper .overlay .centerVertical .title {
    font-size: 60px;
    font-size: 3.75rem;
}
/*________ RECIPES PAGE ________*/

.recipesContainer {
    width: 100%;
    overflow: hidden;
}
.recipesContainer .inlineBlocks {
    width: 100%;
    width: calc(100% + 30px);
    width: calc(100% + 1.875rem);
    text-align: left;
}
.recipesContainer .inlineBlocks .inlineBlock {
    width: 33.33%;
    padding: 0 30px 16px 0;
    padding: 0 1.875rem 1rem 0;
    text-align: center;
}
.recipesContainer .inlineBlocks .inlineBlock img {
    width: 100%;
    height: auto;
    margin: 0 0 8px;
    margin: 0 0 0.5rem;
}
.recipesContainer .inlineBlocks .inlineBlock img:hover {
    opacity: 0.8;
}
.recipesContainer .inlineBlocks .inlineBlock h4 {
    padding: 0;
}


.page-template-pages-leasing .content .graphicContainer {
    overflow: hidden;
    padding: 0 0 24px;
    padding: 0 0 1.5rem;
}
.page-template-pages-leasing .content .graphicContainer img {
    width: 100%;
    height: auto;
    float: left;
}
.page-template-pages-leasing .content .graphicContainer img.overview {
    max-width: 57.2%
}
.page-template-pages-leasing .content .graphicContainer img.demographic {
    max-width: 42.8%
}
.page-template-pages-leasing .leasingFormContainer {
    background-color: #f1f0f0;
    padding: 30px 80px 30px 60px;
    padding: 1.875rem 5rem 1.875rem 3.75rem;
    overflow: hidden;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
.page-template-pages-leasing .content h1 {
    text-transform: uppercase;
}
.page-template-pages-leasing .leasingFormContainer h1 {
    text-align: center;
}

.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form fieldset {
    padding: 0;
}
.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form label {
    width: 43%;
    text-align: right;
    padding: 0 20px 0 0;
    padding: 0 1.25rem 0 0;
    color: #414042;
}
.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form fieldset .fieldwrap {
    padding: 0 0 10px;
    padding: 0 0 0.625rem;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}
.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form fieldset .fieldwrap.hide {
    display: none;
}
.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form fieldset .inputwrap {
    width: 57%;
    position: relative;
}
.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form fieldset .fieldwrap.dropdown .inputwrap:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border: 0.25rem solid transparent;
    border-top-color: #878787;
    top: 20px;
    top: 1.25rem;
    right: 22px;
    right: 1.375rem;
    position: absolute;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form fieldset input[type="email"],
.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form fieldset input[type="text"],
.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form fieldset select,
.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form fieldset textarea {
    height: 44px;
    height: 2.75rem;
    border-radius: 4px;
    border-radius: 0.25rem;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    padding: 0 1.25rem;
    -webkit-appearance: none;
}
.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form fieldset textarea {
    height: 100px;
    height: 6.25rem;
    padding: 16px 20px;
    padding: 1rem 1.25rem;
}
.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form input[type="submit"],
.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form button[type="submit"]{
    float: right;
    margin: 10px 0 0;
    margin: 0.625rem 0 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0 64px;
    padding: 0 4rem;
    height: 42px;
    height: 2.625rem;
    line-height: 42px;
    line-height: 2.625rem;
    font-family: 'Tungsten A', 'Tungsten B';

}
.page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form .footnote {
    text-align: right;
}


.page-template-pages-leasing .sidebar .section {
    border-bottom: 1px solid #dadada;
    padding: 0 0 4px;
    padding: 0 0 0.25rem;
    margin: 0 0 22px;
    margin: 0 0 1.375rem;
}
.page-template-pages-leasing .sidebar .section h5 {
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    color: #f7a31c;
    padding: 0 0 6px;
    padding: 0 0 0.375rem;
    font-family: 'ff-din-web', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.page-template-pages-leasing .sidebar .section.media h5 {
    color: #b6bc4c;
}
.page-template-pages-leasing .sidebar .section.reviews h5 {
    color: #3a8eb1;
}
.page-template-pages-leasing .sidebar .section.articles p {
    padding: 0 0 16px;
    padding: 0 0 1rem;
    color: #414042;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    overflow: hidden;
}
.page-template-pages-leasing .sidebar .section.articles p strong {
    font-weight: 700;
    line-height: 1.5;
    float: left;
}
.page-template-pages-leasing .sidebar .section.articles p span {
    display: inline;
    line-height: 1.5;
    display: block;
}
.page-template-pages-leasing .sidebar .section.articles p span a {
    color: #414042;
    line-height: 1.5;
    display: block;
}







/*________ STORE PAGES ________*/

.page-template-pages-search-stores .alphabetContainer {
    background-color: #f6a20f;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;

    margin: 0 0 30px;
    margin: 0 0 1.875rem;
}
.page-template-pages-search-stores .alphabetContainer a {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 50px;
    line-height: 3.125rem;
    padding: 0 16px;
    padding: 0 1rem;

    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.page-template-pages-search-stores .alphabetContainer a:hover {
    color: #f6a20f;
    background-color: #fff;
}
.page-template-pages-search-stores .alphabetContainer a.selected:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    content: '';
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border: 0.375rem solid transparent;
    border-bottom-color: #fff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.page-template-pages-search-stores .storesContainer {

}
.page-template-pages-search-stores .storesContainer .store {
    background-color: #f1f0f0;
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
    padding: 30px;
    padding: 1.875rem;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content:  flex-start;
    align-content:  flex-start;
}


.page-template-pages-search-stores .storesContainer .store .thumbContainer {
    width: 190px;
    width: 11.875rem;
    height: 190px;
    height: 11.875rem;
    background-color: #fff;
    border: 1px solid #dadada;
    overflow: hidden;
    margin: 0 30px 0 0;
    margin: 0 1.875rem 0 0;
    position: relative;
    padding: 20px;
    padding: 1.25rem;

    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.page-template-pages-search-stores .storesContainer .store .thumbContainer img {
    width: 150px;
    width: 9.375rem;
    height: 150px;
    height: 9.375rem;

    object-fit: contain;
}



.page-template-pages-search-stores .storesContainer .store .info {
    padding: 0 30px 0 0;
    padding: 0 1.875rem 0 0;

    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}
.page-template-pages-search-stores .storesContainer .store .info h3.entryTitle {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    font-size: 2.5rem;
    font-family: 'Tungsten A', 'Tungsten B';
    padding: 20px 0 8px;
    padding: 1.25rem 0 0.5rem;
}
.page-template-pages-search-stores .storesContainer .store .info p {
    font-weight: 500;
    padding: 0;
}
.page-template-pages-search-stores .storesContainer .store .info p a {
    color: #414042;
    text-decoration: none;
}

.page-template-pages-search-stores .storesContainer .store .hours {
    width: 270px;
    width: 16.875rem;
    padding: 0 30px 0 0;
    padding: 0 1.875rem 0 0;
}
.page-template-pages-search-stores .storesContainer .store .hours p strong {
    font-weight: 500;
}
.page-template-pages-search-stores .storesContainer .store .hours p {
    padding: 0;
}

.page-template-pages-search-stores .storesContainer .store .links {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;

    width: 270px;
    width: 16.875rem;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-template-pages-search-stores .storesContainer .store .links a {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'Tungsten A', 'Tungsten B';
    line-height: 42px;
    line-height: 2.625rem;
    display: block;
    width: 120px;
    width: 7.5rem;
    margin: 10px 0;
    margin: 0.625rem 0;
    background-color: #d25e40;
    text-align: center;
}
.page-template-pages-search-stores .storesContainer .store .links a:hover {
    background-color: #f6a20f;
}



/*________ STORE PAGES ________*/

.page-template-pages-stores .termsContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 48px;
    padding: 0 0 3rem;
}
.page-template-pages-stores .termsContainer a {
    display: block;
    width: 31%;
    line-height: 1.25;
    border: 1px solid #dadada;
    text-transform: uppercase;
    color: #414042;
    padding: 8px 12px 6px;
    padding: 0.5rem 0.75rem 0.375rem;
    background-color: #f6a20f;
    text-align: center;
    text-decoration: none;
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
}
.page-template-pages-stores .termsContainer a:hover {
    background-color: #b6bb4a;
}
.page-template-pages-stores .storeTerm {
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.page-template-pages-stores .storeTerm.active {
    height: auto;
    opacity: 1;
}
.page-template-pages-stores .storeTerm h3 {
    font-size: 26px;
    font-size: 1.625rem;
}
.page-template-pages-stores .storeTerm ul {
    font-size: 20px;
    font-size: 1.25rem;
}


.storeMapContainer {
    float: left;
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
    overflow: visible;
    overflow-x: hidden
}
.mappedStores {
    overflow: hidden;
    margin: 30px 0 0 40px;
    margin: 1.875rem 0 0 2.5rem;
    height: 540px;
    overflow-y: auto;
}


/*________ CATEGORY PAGES ________*/

/*________ TAXONOMY PAGES ________*/

/*________ SINGLE PAGES ________*/

.single-store .storeContent {
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    overflow: hidden;
}
.single-store .storeContent .thumbContainer {
    width: 190px;
    width: 11.875rem;
    height: 190px;
    height: 11.875rem;
    background-color: #fff;
    border: 1px solid #dadada;
    overflow: hidden;
    float: left;
    margin: 0 40px 20px 0;
    margin: 0 2.5rem 1.25rem 0;
    position: relative;
    padding: 20px;
    padding: 1.25rem;

    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.single-store .storeContent .thumbContainer img {
    width: 150px;
    width: 9.375rem;
    height: 150px;
    height: 9.375rem;

    object-fit: contain;
}


.single-store .storeContent .storeInfo {
    overflow: hidden;
}
.single-store .storeContent .storeInfo p {
    padding: 0 0 16px;
    padding: 0 0 1rem;
    line-height: 1.4;
}
.single-store .entryContent {
    padding: 0 0 12px;
    padding: 0 0 0.75rem;
}
.single-store .offersContainer {
    text-align: center;
    border-top: 1px solid #dadada;
    padding: 32px 0 0;
    padding: 2rem 0 0;
}
.single-store .offersContainer .offerPageContent {
    text-align: left;
}
.single-store .offersContainer .offerPageContent h2.entryTitle {
    font-family: 'Tungsten A', 'Tungsten B';
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
.single-store .offersContainer a.viewMore {
    text-transform: uppercase;
    font-size: 16px;
    color: #414042;
    border: 3px solid #414042;
    border: 0.1875rem solid #414042;
    line-height: 1.25;
    padding: 14px 16px 10px;
    padding: 0.875rem 1rem 0.625rem;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 32px;
    margin: 0 0 2rem;
}
.single-store .offersContainer a.viewMore:hover {
    color: #d25e40;
    border-color: #d25e40;
    text-decoration: none;
}
.storeMapContainer {
    width: 100%;
    max-width: 810px;
    overflow: visible;
    overflow-x: auto;
    position: relative;
    margin: 40px 0 0;
    margin: 2.5rem 0 0;
    /*-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
}
.storeMapContainer p.storeColor {
    font-weight: 700;
    color: #222;
    padding: 0 0 8px;
    padding: 0 0 0.5rem;
}
.storeMapContainer p.storeColor .color {
    display: inline-block;
    height: 16px;
    height: 1rem;
    width: 32px;
    width: 2rem;
    background-color: #fda86f;
    vertical-align: middle;
}
.storeTooltip {
    background-color: #414042;
    text-align: left;
    width: 376px;
    width: 23.5rem;
    padding: 4px;
    padding: 0.25rem;
    font-size: 12px;
    font-size: 0.75rem;
    color: #161616;
    padding: 8px;
    padding: 0.5rem;
    line-height: 1.3;
    -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.4);
}
/*

.storeTooltip:after {

    position: absolute;

    content: '';

    height: 0;

    width: 0;

    border: 10px solid transparent;

    border: 0.625rem solid transparent;

    border-top-color: #414042;

    bottom: -20px;



    margin: auto;

    left: 0;

    right: 0;

}*/

.storeTooltip .inner {
    padding: 22px;
    padding: 1.375rem;
    border: 1px solid #dddddd;
    background-color: #fff;
    overflow: hidden;
}
.storeTooltip .inner img {
    float: left;

    width: 116px;
    width: 7.25rem;
    height: auto;
}


.storeTooltip .inner .thumbContainer {
    width: 116px;
    width: 7.25rem;
    height: 116px;
    height: 7.25rem;
    background-color: #fff;
    border: 1px solid #dadada;
    overflow: hidden;
    float: left;
    margin: 0 30px 0 0;
    margin: 0 1.875rem 0 0;
    position: relative;
    padding: 10px;
    padding: 0.625rem;

    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.storeTooltip .inner .thumbContainer img {
    width: 96px;
    width: 6rem;
    height: 96px;
    height: 6rem;

    object-fit: contain;
}


.storeTooltip .inner span {
    display: block;
}
.storeTooltip .inner .storeInfo {
    overflow: hidden;
}
.storeTooltip .inner .storeInfo .title {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0 0 8px;
    padding: 0 0 0.5rem;
    line-height: 1.25;
}
.storeTooltip .inner .storeInfo .contactInfo {
    padding: 0 0 10px;
    padding: 0 0 0.625rem;
}
.storeTooltip .inner .storeInfo .openingInfo {
    padding: 0 0 8px;
    padding: 0 0 0.5rem;
}
.storeTooltip .inner .storeInfo a {
    text-decoration: underline;
}
.storeTooltip .inner .storeInfo a:hover {
    text-decoration: none;
}
/*________ SIDEBAR ________*/

.sidebar {
    padding: 0 0 10px;
    padding: 0 0 0.625rem;
}
.mainContent .sidebar {
    width: 27%;
    float: left;
    padding-left: 32px;
    padding-left: 2rem;
    border-left: 1px solid #dadada;
}
.halfContent .sidebar {
    width: 50%;
    float: left;
    padding-left: 60px;
    padding-left: 3.75rem;
}
.fullContent .sidebar {
    width: 100%;
    float: none;
}
.sidebar .section {
    padding: 0 0 26px;
    padding: 0 0 1.625rem;
}
.sidebar .section h5,
.sidebar .section h6 {
    font-size: 28px;
    font-size: 1.75rem;
    color: #000;
    font-family: 'Tungsten A', 'Tungsten B';
    line-height: 1.25;
    font-weight: 500;
    padding: 6px 20px;
    padding: 0.375rem 1.25rem;
    background-color: #f6a20f;
    text-transform: uppercase;
}
.sidebar .section .inner {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    background-color: #f1f0f0;
}
.sidebar .section ul.basicList {
    list-style: none;
}
.sidebar .section ul.basicList li {
    border-bottom: 1px solid #fff;
}
.sidebar .section ul.basicList li a {
    padding: 16px 16px 16px 46px;
    padding: 1rem 1rem 1rem 2.875rem;
    color: #414042;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    display: block;
    background-color: #f1f0f0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #414042;
}
.sidebar .section ul.basicList li a:hover {
    background-color: #dddddd;
}
.sidebar .section.stores h5 {
    background-color: #f6a20f;
}
.sidebar .section.stores .inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.sidebar .section.stores .inner form * {
    font-size: 14px;
    font-size: 0.875rem;
}
.sidebar .section.stores .inner form.searchform {
    position: relative;
    padding: 0 20px 8px;
    padding: 0 1.25rem 0.5rem;
    margin: 0 0 8px;
    margin: 0 0 0.5rem;
    border-bottom: 1px solid #fff;
}
.sidebar .section.stores .inner form.searchform .fieldContainer {
    overflow: hidden;
}
.sidebar .section.stores .inner form.searchform .fieldContainer label {
    display: none
}
.sidebar .section.stores .inner form.searchform .fieldContainer input[type="text"] {
    height: 32px;
    height: 2rem;
    padding: 0 8px;
    padding: 0 0.5rem;
    font-size: 12px;
    font-size: 0.75rem;
    width: 100%;
}
.sidebar .section.stores .inner form.searchform button[type="submit"] {
    text-indent: -9999px;
    border: none;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    background: none;
    position: absolute;
    top: 8px;
    top: 0.5rem;
    right: 32px;
    right: 2rem;
}
.sidebar .section.stores .inner form.searchform button[type="submit"] img {
    width: 100%;
    height: auto;
}
.sidebar .section.stores .selectContainer {
    padding: 0 20px 8px;
    padding: 0 1.25rem 0.5rem;
    border-bottom: 1px solid #fff;
}
.sidebar .section.stores .selectContainer.typesContainer {
    margin: 0 0 8px;
    margin: 0 0 0.5rem;
}
.sidebar .section.stores .selectContainer select {
    border-radius: 0;
    border: 1px solid #dfdfdf;
    color: #414042;
    padding-left: 24px;
    padding-left: 1.5rem;
    height: 34px;
    height: 2.125rem;
    width: 100%;
    -webkit-appearance: none;
    background: #fff url(images/icon-arrow-down.png) no-repeat 96% center;
    background-size: 12px 5px;
    background-size: 0.75rem 0.3125rem;
}
.sidebar .section.newsletter h5 {
    background-color: #e9c0ce;
}
.sidebar .section.newsletter form.elab_form label {
    display: none;
}
.sidebar .section.newsletter form.elab_form fieldset .fieldwrap {
    padding: 0 0 8px;
    padding: 0 0 0.5rem;
}
.sidebar .section.newsletter form.elab_form input[type="text"] {
    height: 42px;
    height: 2.625rem;
    border: 1px solid #dedede;
    padding: 6px 8px 4px 24px;
    padding: 0.375rem 0.5rem 0.25rem 1.5rem;
}
.sidebar .section.newsletter form.elab_form input[type="submit"],
.sidebar .section.newsletter form.elab_form button[type="submit"] {
    float: none;
    width: 100%;
    margin: 10px 0;
    margin: 0.625rem 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    line-height: 2.5rem;
    padding: 2px 0 0;
    padding: 0.125rem 0 0;
    background-color: #e9c0ce;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    height: 42px;
    height: 2.625rem;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.sidebar .section.newsletter form.elab_form input[type="submit"]:hover,
.sidebar .section.newsletter form.elab_form button[type="submit"]:hover {
    background-color: #222;
}
.sidebar .section.instagram h5 {
    background-color: #b6bb4a;
    margin: 0 0 14px;
    margin: 0 0 0.875rem;
}
.sidebar .section.instagram .instagramFeedContainer {
    width: 100%;
    overflow: hidden;
}
.sidebar .section.instagram .instagramFeedContainer .instagramFeed {
    width: 100%;
    width: calc(100% + 2px);
    width: calc(100% + 0.125rem);

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: flex-start;
}
.sidebar .section.instagram .instagramFeedContainer .instagramFeed .feedImage {
    width: 33.33%;
    padding: 0 2px 2px 0;
    padding: 0 0.125rem 0.125rem 0;
}
.sidebar .section.instagram .instagramFeedContainer .instagramFeed .feedImage a {
    overflow: hidden;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sidebar .section.instagram .instagramFeedContainer .instagramFeed .feedImage a img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sidebar .section.instagram .instagramFeedContainer .instagramFeed .feedImage a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sidebar .section.facebook h5 {
    background-color: #e9c0ce;
    margin: 0 0 14px;
    margin: 0 0 0.875rem;
}
.sidebar .section.kidsClub .inner {
    padding-top: 24px;
    padding-top: 1.5rem;
}
.sidebar .section.kidsClub p.fieldsetHeading {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    font-weight: 700;
}


/*________ FOOTER ________*/

.footer {
    width: 100%;
    clear: both;
    font-size: 12px;
    font-size: 0.75rem;
    color: #565656;
    padding: 14px 0 4px;
    padding: 0.875rem 0 0.25rem;
}
.footer a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #565656;
    text-decoration: none;
}
.footer a:hover {
    color: #222;
}
.footer .footerInfo {
    float: left;
    max-width: 70%;
}
.footer .footerInfo .inlineBlocks {
    text-align: left;
}
.footer .footerInfo .inlineBlocks .inlineBlock {
    padding: 0 60px 20px 0;
    padding: 0 3.75rem 1.25rem 0;
    vertical-align: middle;
    float: left;
}
.footer .footerInfo .inlineBlocks .inlineBlock:last-child {
    padding-right: 0;
}
.footer .footerInfo .inlineBlocks .inlineBlock.facebookBlock{
    padding: 0 16px 20px 0;
    padding: 0 1rem 1.25rem 0;
    vertical-align: middle;
    float: left;
}
.footer .footerInfo .inlineBlocks .inlineBlock.googleReviewBlock {
    margin: auto;
}
.footer .footerInfo p {
    padding: 0 0 4px;
    padding: 0 0 0.25rem;
    line-height: 1.25;
}
.footer .footerInfo p .block {
    padding: 0 12px;
    padding: 0 0.75rem;
    position: relative;
}
.footer .footerInfo p .block:after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 10px;
    height: 0.625rem;
    background-color: #a0a0a0;
}
.footer .footerInfo p .block:first-child {
    padding-left: 0;
}
.footer .footerInfo p .block:last-child {
    padding-right: 0;
}
.footer .footerInfo p .block:last-child:after {
    display: none;
}
.footer .footerInfo .footerNav {
    list-style: none;
    text-align: left;
}
.footer .footerInfo .footerNav li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}
.footer .footerInfo .footerNav li a {
    display: block;
    line-height: 1.25;
    padding: 0 12px;
    padding: 0 0.75rem;
    position: relative;
}
.footer .footerInfo .footerNav li a:after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 10px;
    height: 0.625rem;
    background-color: #a0a0a0;
}
.footer .footerInfo .footerNav li:first-child a {
    padding-left: 0;
}
.footer .footerInfo .footerNav li:last-child a {
    padding-right: 0;
}
.footer .footerInfo .footerNav li:last-child a:after {
    display: none;
}
.footer .footerSponsors {
    overflow: hidden;
}
.footer .footerSponsors .inlineBlocks {
    text-align: right;
}
.footer .footerSponsors .inlineBlocks .inlineBlock {
    padding: 0 0 10px 16px;
    padding: 0 0 0.875rem 1rem;
    vertical-align: middle;
}
.footer .footerSponsors .inlineBlocks .inlineBlock img {
    width: 100%;
    height: auto;
}
.footer .footerSponsors .inlineBlocks .inlineBlock.kmart img {
    max-width: 68px;
    max-width: 4.25rem;
}
.footer .footerSponsors .inlineBlocks .inlineBlock.coles img {
    max-width: 72px;
    max-width: 4.5rem;
}
.footer .footerSponsors .inlineBlocks .inlineBlock.woolworths img {
    max-width: 120px;
    max-width: 7.5rem;
}
.footer .footerSponsors .inlineBlocks .inlineBlock.aldi img {
    max-width: 24px;
    max-width: 1.5rem;
}
.footer .reviewButton {
    background: #d25e40;
    color: #fff;
    width: 138px;
    width: 8.625rem;
    text-align: center;
    display: block;
    font-family: 'Tungsten A','Tungsten B';
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 34px;
    line-height: 2.125rem;
}
.footer .reviewButton:hover {
    background-color: #f6a20f;
    color: #fff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

/*________ FORMS ________*/

form *,
form.elab_form *,
.fc_container form.elab_form * {
    font-family: inherit;
    font-size: 16px;
    font-size: 1rem;
}
form::-webkit-input-placeholder {
    /* WebKit browsers */

    color: #919191;
}
form:-moz-placeholder {
    /* Firefox 18- */

    color: #919191;
    opacity: 1;
}
form::-moz-placeholder {
    /* Firefox 19+ */

    color: #919191;
    opacity: 1;
}
form:-ms-input-placeholder {
    /* Internet Explorer 10+ */

    color: #919191;
}
.fc_container form.elab_form input[type="submit"],
.fc_container form.elab_form button[type="submit"],
.content .protectedPageForm input[type="submit"] {
    float: none;
    border-radius: 0;
    background-color: #d25e40;
    font-weight: 700;
    padding: 12px 32px 8px;
    padding: 0.75rem 2rem 0.5rem;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 8px;
    margin: 0 0 0.5rem;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.fc_container form.elab_form input[type="submit"]:hover,
.fc_container form.elab_form button[type="submit"]:hover,
.content .protectedPageForm input[type="submit"]:hover {
    background-color: #f6a20f;
}

.content .protectedPageForm input[type="submit"] {
    color: #ffffff;
    padding: .875rem 2rem;
}
.content .protectedPageForm input.pagePassword {
    width: 288px;
    width: 18rem;
    margin: 32px 16px 0;
    margin: 2rem 1rem 0;
    border: 1px solid #dedede;
    color:#333333;
    padding:14px 22px;
}
.content .membershipContainer,
.content .kidsClub {
    padding: 20px 0;
    padding: 1.25rem 0;
}
/*________ DEVS FORMS ________*/
/*

form.devsForm .ffname {

    display: none !important;

}



form.devsForm .fieldContainer {

    width: 100%;

    text-align: left;

    margin: 0 0 16px;

    margin: 0 0 1rem;

}

form.devsForm .fieldContainer label {

    display: block;

    padding: 0 0 4px;

    padding: 0 0 0.25rem;

}

form.devsForm .fieldContainer.noLabel label {

    display: none;

}

form.devsForm .fieldContainer .inputContainer {

    position: relative;

}

form.devsForm .fieldContainer input[type="text"],

form.devsForm .fieldContainer input[type="email"],

form.devsForm .fieldContainer input[type="password"],

form.devsForm .fieldContainer textarea {

    height: 40px;

    height: 2.5rem;

    width: 100%;

    border: 1px solid #ccc;

    width: 100%;

    padding: 0 10px;

    padding: 0 0.625rem;

    color: #222;

    border-radius: 0;

    -webkit-appearance: none;

}

form.devsForm .fieldContainer input:focus {

    border-color: #000;

}

form.devsForm .fieldContainer textarea {

    height: 120px;

    height: 7.5rem;

    resize: vertical;

    padding: 10px;

    padding: 0.625rem;

}



form.devsForm .fieldContainer select {

    height: 40px;

    height: 2.5rem;

    width: 100%;

    border-radius: 0;

}





form.devsForm .fieldContainer.checkbox.single label {

    overflow: hidden;

    display: block;

}

form.devsForm .fieldContainer.checkbox.single label input {

    float: left;

    margin: 2px 20px 0 0;

    margin: 0.125rem 1.25rem 0 0;

}

form.devsForm .fieldContainer.checkbox.single label span {

    overflow: hidden;

    display: block;

    color: #fff;

}



form.devsForm button[type="submit"] {

    width: 100%;

    height: 40px;

    height: 2.5rem;

    padding: 0 12px;

    padding: 0 0.75rem;

    font-weight: 700;

    color: #fff;

    background-color: #000;

    text-transform: uppercase;

    font-weight: 700;

}

form.devsForm button[type="submit"]:hover {

    background-color: #222;

}



form ul.parsley-errors-list {

    padding: 0;

}

form ul.parsley-errors-list::after {

    content: '!';

    display: block;

    width: 18px;

    width: 1.125rem;

    height: 18px;

    height: 1.125rem;

    border-radius: 50%;

    background-color: #ee3333;

    position: absolute;

    top: 8px;

    top: 0.5rem;

    right: 8px;

    right: 0.5rem;

    text-align: center;

    color: #fff;

    font-size: 14px;

    font-size: 0.875rem;

    font-weight: 700;

    line-height: 18px;

    line-height: 1.125rem;

    opacity: 0;

    -webkit-transition: all 100ms linear;

    -moz-transition: all 100ms linear;

    -ms-transition: all 100ms linear;

    -o-transition: all 100ms linear;

    transition: all 100ms linear;

}

form ul.parsley-errors-list.filled::after {

    opacity: 1;

}

form ul.parsley-errors-list li {

    display: none;

}

*/

.fc_container form.elab_form .footnote {
    display: none;
}
.fc_container form.elab_form .footnote.error-field {
    display: block
}



.sharingContainer {
    overflow: hidden;
    padding: 24px 0 0;
    padding: 1.5rem 0 0;
    clear: both;
}
.sharingContainer p {
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
}
.shareContainer {
    overflow: hidden;
}
.shareContainer .inlineBlocks {
    text-align: left;
}
.shareContainer .inlineBlocks .inlineBlock {

}

.shareContainer .inlineBlocks .inlineBlock a {
    text-decoration: none;
    display: block;
    text-align: center;
    height: 40px;
    height: 2.5rem;
    padding: 0 12px;
    padding: 0 0.75rem;
}
.shareContainer .inlineBlocks .inlineBlock.facebook a {
    background-color: #3b5998;
}
.shareContainer .inlineBlocks .inlineBlock.twitter a {
    background-color: #238ccc;
}
.shareContainer .inlineBlocks .inlineBlock.linkedIn a {
    background-color: #0076b2;
}
.shareContainer .inlineBlocks .inlineBlock a .centerVertical {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.shareContainer .inlineBlocks .inlineBlock a .centerVertical:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.shareContainer .inlineBlocks .inlineBlock a span.subBlocks {
    text-align: center;
}
.shareContainer .inlineBlocks .inlineBlock a span.subBlock {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    position: relative;

    line-height: 1.25;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    margin: 0 2px;
    margin: 0 0.125rem;
}
.shareContainer .inlineBlocks .inlineBlock a span.image {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
}
.shareContainer .inlineBlocks .inlineBlock.linkedIn a span.image {
    margin-top: -4px;
    margin-top: -0.25rem;
}
.shareContainer .inlineBlocks .inlineBlock.facebook a span.image img,
.shareContainer .inlineBlocks .inlineBlock.facebook a span.image svg {
    width: 44%;
}
.shareContainer .inlineBlocks .inlineBlock.twitter a span.image img,
.shareContainer .inlineBlocks .inlineBlock.twitter a span.image svg {
    width: 98%;
}
.shareContainer .inlineBlocks .inlineBlock a span img,
.shareContainer .inlineBlocks .inlineBlock a span svg {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 100%;
    height: auto;
}
.shareContainer .inlineBlocks .inlineBlock a span svg,
.shareContainer .inlineBlocks .inlineBlock a span img {
    max-width: 10px;
    max-width: 0.625rem;
}
.shareContainer .inlineBlocks .inlineBlock a span svg,
.shareContainer .inlineBlocks .inlineBlock a span img {
    max-width: 16px;
    max-width: 1rem;
}
.shareContainer .inlineBlocks .inlineBlock a span.text {

}










/*________ MISC ________*/



.flexBlocks {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: auto;

    margin-left: -20px;
    margin-left: -1.25rem;
    margin-right: -20px;
    margin-right: -1.25rem;
}
.flexBlocks .flexBlock {
    padding: 0 20px;
    padding: 0 1.25rem;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}




.inlineBlocks {
    text-align: center;
    overflow: hidden;
}
.inlineBlocks .inlineBlock {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}
.hide {
    display: none;
}
.clearFix::after {
    clear: both;
    display: block;
    content: ' ';
    visibility: hidden;
    line-height: 0;
    height: 0;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    /* Remove stupid button padding in FF */

    border: 0;
    padding: 0;
}
.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
    border: none;
}
.flexibleContainer {
    /* Flexible iFrame */

    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoContainer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.animate,
.animate:hover,
.animate:focus,
.animate:active {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}


.animateZoom {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.animateZoom:hover,
.animateZoom:focus,
.animateZoom:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}



.centerVertical {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.absoluteWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.feedback {
    width: 100%;
    clear: both;
    border-radius: 4px;
    border-radius: 0.25rem;
    padding: 16px 20px 0;
    padding: 1rem 1.25rem 0;
    color: #fff;
    margin: 0 auto 20px;
    margin: 0 auto 1.25rem;
}
.feedback.positive {
    background-color: #26ba3b;
}
.feedback.negative {
    background-color: #ee3333;
}
.feedback p {
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
}
.feedback.positive p {
    text-align: center;
}
.feedback ul {
    padding: 0 0 24px 40px;
    padding: 0 0 1.5rem 2.5rem;
}
/*________ WP IMAGES ________*/
/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    /* When images are too wide for containing element, force them to fit. */

    height: auto;
    /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-right: 1.5rem;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
.wp-caption {
    background: #f1f1f1;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    max-width: 100%;
    padding: 4px;
    padding: 0.25rem;
    text-align: center;
}
.wp-caption img {
    padding: 4px 4px 0;
    padding: 0.25rem 0.25rem 0;
    max-width: 100%;
    height: auto;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px;
    padding: 0.25rem;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    clear: both;
    width: 100%;
    width: calc(100% + 20px);
    width: calc(100% + 1.25rem);
    text-align: left;
}
.gallery .gallery-item {
    width: 25%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    min-width: 120px;
    min-width: 7.5rem;
    padding: 0 20px 20px 0;
    padding: 0 1.25rem 1.25rem 0;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2%;
}
.gallery-columns-8 .gallery-item {
    width: 12%;
}
.gallery .gallery-item a {
    display: block;
    background-color: #222;
    overflow: hidden;
}
.gallery .gallery-item img {
    width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.gallery .gallery-item a img:hover {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 12px;
    margin: 0 0 0.75rem;
    text-align: center;
    line-height: 1.5;
}
.gallery br {
    display: none;
}
.gallery dl {
    margin: 0;
}
.content .attachment img {
    /* single attachment images should be centered */

    display: block;
    margin: 0 auto;
}
/*________ WP PRINT ________*/

@media print {}
/*________ RESPONSIVE ________*/

/* 1440px */
@media (max-width: 90em) {}

/* 1340px */
@media (max-width: 83.75em) {}

/* 1240px */
@media (max-width: 77.5em) {
    html {
        font-size: 90%;
    }
}

/* 1140px */
@media (max-width: 71.25em) {
    html {
        font-size: 80%;
    }

    .breadcrumbContainer {
        padding-top: 10px;
        padding-top: 0.625rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }
    .mainNav a {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

/* 1040px */
@media (max-width: 65em) {

    .header .logo {
        margin-left: 20px;
        margin-left: 1.25rem;
    }

    .header .newsletterContainer {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem;
    }


    .header .headerInfo .flexItems .block.hours a {
        margin-left: 10px;
        margin-left: 0.625rem;
    }
    .header .headerInfo .flexItems .block.search {
        margin-right: 10px;
        margin-right: 0.625rem;
    }

    .mainNav a {
        padding: 0 16px;
        padding: 0 1rem;
    }
    .wrapper {
        padding-left: 16px;
        padding-left: 1rem;
        padding-right: 16px;
        padding-right: 1rem;
    }


    .page-template-pages-search-stores .alphabetContainer {
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
    }
    .page-template-pages-search-stores .alphabetContainer a {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 500;
        line-height: 40px;
        line-height: 2.5rem;
        padding: 0 12px;
        padding: 0 0.75rem;
        margin-bottom: 2px;
        margin-bottom: 0.125rem;
    }
    .page-template-pages-search-stores .storesContainer .store .links {
        width: 120px;
        width: 7.5rem;
    }
    .page-template-pages-search-stores .storesContainer .store {
        padding: 20px;
        padding: 1.25rem;
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
    }
    .page-template-pages-search-stores .storesContainer .store .thumbContainer {
        width: 170px;
        width: 10.625rem;
        height: 170px;
        height: 10.625rem;
        padding: 10px;
        padding: 0.625rem;
        margin-right: 20px;
        margin-right: 1.25rem;
    }
    .page-template-pages-search-stores .storesContainer .store .info {
        padding-right: 20px;
        padding-right: 1.25rem;
    }
    .page-template-pages-search-stores .storesContainer .store .hours {
        padding-right: 20px;
        padding-right: 1.25rem;
    }


    .footer .footerInfo {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0 0 24px;
        padding: 0 0 1.5rem;
    }
    .footer .footerInfo .inlineBlocks .inlineBlock.facebookBlock {
        float: left;
    }
    .footer .footerSponsors {
        float: none;
        width: 100%;
    }
    .footer .footerSponsors .inlineBlocks {
        text-align: center;
        padding: 0 0 16px;
        padding: 0 0 1rem;
    }
    .footer .footerSponsors .inlineBlocks .inlineBlock {
        padding: 0 8px 8px;
        padding: 0 0.5rem 0.5rem;
    }
}

/* 940px */
@media (max-width: 58.75em) {
    .mainNav a {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 0 14px;
        padding: 0 0.875rem;
    }
    .mainNav > li.menu-item-has-children > a {
        padding-right: 20px;
        padding-right: 1.25rem;
    }
    .page-template-pages-stores .storeMapContainer {
        float: none;
    }
    .page-template-pages-stores .mappedStores {
        margin: 0;
        height: 320px;
    }


    .page-template-pages-search-stores .storesContainer .store .info h3.entryTitle {
        font-size: 32px;
        font-size: 2rem;
        padding-top: 16px;
        padding-top: 1rem;
    }

    .page-template-pages-leasing .leasingFormContainer {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 30px;
        padding-right: 1.875rem;
    }
}

/* 840px */
@media (max-width: 52.5em) {


    .header .newsletterContainer {
        max-width: 640px;
        max-width: 40rem;
        top: 40px;
        top: 2.5rem;
    }


     .header .headerInfo {
        position: relative;
        top: auto;
        right: auto;
        max-width: 100%;
        clear: both;
    }

    .page-template-pages-stores .termsContainer a {
        width: 49%;
        margin: 0 0 16px;
        margin: 0 0 1rem;
    }
    .outerWrapper {
        padding: 16px 16px 0;
        padding: 1rem 1rem 0;
    }
    .outerWrapper .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .mainNav a {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 0 16px;
        padding: 0 1rem;
    }
    .headerImageContainer .headerImage {
        height: 360px;
        height: 22.5rem;
    }
    .headerImageContainer .headerImage .imageContainer img.image {
        margin-left: -570px;
        margin-left: -35.625rem;
        left: 50%;
    }
    .home .homePromos .inlineBlocks .inlineBlock {
        width: 50%;
    }
    .home .homePromos .inlineBlocks .inlineBlock.news {
        display: none;
    }
    .recipesContainer .inlineBlocks .inlineBlock {
        width: 33.33%;
    }
    .footer .footerInfo .inlineBlocks .inlineBlock {
        padding-right: 20px;
        padding-right: 1.25rem;
    }
}

/* 740px */
@media (max-width: 46.25em) {


    .header .newsletterContainer {
        max-width: 560px;
        max-width: 32.5rem;
        top: 40px;
        top: 2.5rem;
    }
    .header .newsletterContainer p {
        /*display: none;*/
    }
    .header .newsletterContainer .fc_container form.elab_form input[type="submit"],
    .header .newsletterContainer .fc_container form.elab_form button[type="submit"] {
        width: 120px;
        width: 7.5rem;
    }
    .header .newsletterContainer .fc_container form.elab_form {
        padding-right: 120px;
        padding-right: 7.5rem;
    }

    .navContainer {
        height: 50px;
        height: 3.125rem;
    }
    .mainNavToggle {
        display: block;
    }
    .mainNav {
        opacity: 0;
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 60px;
        top: 3.75rem;
        left: 0;
        width: 100%;
    }
    .mainNav.show {
        opacity: 1;
        height: auto;
        overflow: visible;
    }
    .mainNav a {
        color: #fff;
        line-height: 50px;
        line-height: 3.125rem;
    }
    .mainNav li {
        width: 100%;
        float: none;
    }
    .mainNav > li {
        background-color: #222;
        background-color: rgba(0, 0, 0, 0.85);
    }
    .mainNav > li:first-child {
        border-radius: 6px 6px 0 0;
        border-radius: 0.375rem 0.375rem 0 0;
        overflow: hidden;
    }
    .mainNav > li:first-child a {
        padding-left: 16px;
        padding-left: 1rem;
    }
    .mainNav > li:last-child {
        border-radius: 0 0 6px 6px;
        border-radius: 0 0 0.375rem 0.375rem;
        overflow: hidden;
    }
    .mainNav ul {
        width: 100%;
        position: relative;
        top: auto;
        left: auto !important;
        right: auto !important;
        text-align: left !important;
        border: none !important;
    }
    .mainNav .menu-item-has-children > a:after {
        border-color: transparent;
        border-top-color: #fff;
        left: auto;
        right: auto;
        top: 24px;
        top: 1.5rem;
    }
    .mainNav .menu-item-has-children:hover > a:after,
    .mainNav > li.menu-item-has-children.current-menu-parent > a:after,
    .mainNav > li.menu-item-has-children.current-menu-item > a:after {
        border-top-color: #d25e40;
    }
    .mainNav li:hover > ul {
        display: none;
    }
    .mainNav li.hover > ul {
        display: block;
    }
    .mainNav ul a {
        background-color: transparent;
        line-height: 40px;
        line-height: 2.5rem;
    }
    .mainNav ul ul {
        padding-left: 48px;
        padding-left: 3rem;
    }
    .contentContainer .content {
        float: none;
        width: 100% !important;
        padding-right: 0;
    }
    .offersContainer .inlineBlocks .inlineBlock {
        width: 50%;
    }
    .categoriesContainer ul li {
        width: 50%;
    }
    .contentContainer .sidebar {
        width: 100% !important;
        float: none;
        padding-left: 0;
        padding-top: 0;
        border-left: 0;
    }


    .page-template-pages-search-stores .storesContainer .store {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-template-pages-search-stores .storesContainer .store .thumbContainer {
        width: 120px;
        width: 7.5rem;
        height: 120px;
        height: 7.5rem;
    }
    .page-template-pages-search-stores .storesContainer .store .thumbContainer img {
        width: 100px;
        width: 6.25rem;
        height: 100px;
        height: 6.25rem;
    }
    .page-template-pages-search-stores .storesContainer .store .info h3.entryTitle {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .page-template-pages-search-stores .storesContainer .store .hours {
        width: 100%;
        padding-top: 20px;
        padding-top: 1.25rem;
        -webkit-order: 4;
        order: 4;


    }
    .page-template-pages-search-stores .storesContainer .store .links {
        -webkit-order: 3;
        order: 3;
        -webkit-flex-shrink: 1;
        flex-shrink: 1;
        width: 100px;
        width: 6.25rem;
    }
    .page-template-pages-search-stores .storesContainer .store .links a {
        line-height: 38px;
        line-height: 2.375rem;
        font-size: 18px;
        font-size: 1.125rem;
        margin: 8px 0;
        margin: 0.5rem 0;
        width: 100px;
        width: 6.25rem;
    }

    .footer .footerInfo .inlineBlocks {
        text-align: center;
    }
    .footer .footerInfo .inlineBlocks .inlineBlock {
        padding-left: 20px;
        padding-left: 1.25rem;
    }
    .footer .footerInfo .inlineBlocks .inlineBlock.facebookBlock {
        float: left;
        padding: 0;
    }
    .footer .footerInfo p {
        text-align: center;
    }
    .footer .footerInfo .footerNav {
        text-align: center;
    }
    .footer .googleReviewBlock {
        margin-top: 11px;
        margin-top: 0.6875rem;
    }
}

/* 640px */
@media (max-width: 40em) {

    .header .logo {
        max-width: 120px;
        max-width: 7.5rem;
    }

    .header .newsletterContainer {
        max-width: 500px;
        max-width: 31.25rem;
        top: 20px;
        top: 1.25rem;
    }
    .header .newsletterContainer .fc_container form.elab_form input[type="submit"],
    .header .newsletterContainer .fc_container form.elab_form button[type="submit"]{
        width: 100px;
        width: 6.25rem;
    }
    .header .newsletterContainer .fc_container form.elab_form {
        padding-right: 100px;
        padding-right: 6.25rem;
    }

/*
    .header .newsletterContainer {
        top: 24px;
        top: 1.5rem;
        max-width: 440px;
        max-width: 27.5rem;
        display: none;
    }
    .header .newsletterContainer .fc_container form.elab_form  {
        padding-right: 0;
    }
    .header .newsletterContainer .fc_container form.elab_form fieldset input[type="email"],
    .header .newsletterContainer .fc_container form.elab_form fieldset input[type="text"] {
        height: 36px;
        height: 2.25rem;
    }
    .header .newsletterContainer .fc_container form.elab_form fieldset div:last-child {
        padding-right: 0;
    }

    .header .newsletterContainer .fc_container form.elab_form input[type="submit"] {
        width: 100%;
        position: relative;
        height: 36px;
        height: 2.25rem;
        margin: 0 0 12px;
        margin: 0 0 0.75rem;
    }*/



    .home .tickerSliderContainer {
        padding-left: 100px;
        padding-left: 6.25rem;
    }
    .home .tickerSliderContainer h3 {
        width: 100px;
        width: 6.25rem;
        font-size: 32px;
        font-size: 2rem;
    }
    .home .tickerSliderContainer h3 span.hideMobile {
        display: none;
    }


    .page-template-pages-search-stores .storesContainer .store .hours {
        padding-right: 0;
    }
    .page-template-pages-search-stores .storesContainer .store .hours {
        width: calc(100% - 100px);
        width: calc(100% - 6.25rem);
    }
    .page-template-pages-search-stores .storesContainer .store .links {
        -webkit-order: 6;
        order: 6;
        padding-top: 20px;
        padding-top: 1.25rem;
    }



    .headerImageContainer .headerImage .absoluteWrapper {
        right: auto;
        top: auto;
        left: -10px;
        left: -0.625rem;
        bottom: -40px;
        bottom: -2.5rem;
    }
    .headerImageContainer .headerImage .absoluteWrapper .overlay {
        display: block;
        padding: 20px 50px 40px 24px;
        padding: 1.25rem 3.125rem 2.5rem 1.5rem;
        width: 100%;
        height: 100%;
        max-height: 200px;
        max-height: 12.5rem;
        max-width: 200px;
        max-width: 12.5rem;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .headerImageContainer .headerImage .absoluteWrapper .overlay .centerVertical {
        width: 160px;
        width: 10rem;
    }
    .headerImageContainer .headerImage .absoluteWrapper .overlay .centerVertical .title {
        font-size: 50px;
        font-size: 3.125rem;
    }
    .breadcrumbs {
        padding-left: 200px;
        padding-left: 12.5rem;
    }
    .recipesContainer .inlineBlocks .inlineBlock {
        width: 50%;
    }
}

/* 540px */
@media (max-width: 33.75em) {
    .header .logo {
        float: none;
        margin: 10px auto;
        margin: 0.625rem auto;
    }
    .header .newsletterContainer {
        display: none;
    }

    .header .headerInfo .flexItems .block.socialNav {
        display: none;
    }


    .page-template-pages-search-stores .storesContainer .store .hours {
        width: 100%;
        padding-right: 0;
    }
    .page-template-pages-search-stores .storesContainer .store .links {
        width: 100%;
    }
    .page-template-pages-search-stores .storesContainer .store .links a {
        margin: 0;
    }


    .page-template-pages-leasing .content .graphicContainer img {
        float: none;
    }
    .page-template-pages-leasing .content .graphicContainer img.overview {
        max-width: 100%
    }
    .page-template-pages-leasing .content .graphicContainer img.demographic {
        max-width: 75%
    }


    .eventsContainer .flexBlocks {
        margin-left: -10px;
        margin-left: -0.625rem;
        margin-right: -10px;
        margin-right: -0.625rem;
    }
    .eventsContainer .flexBlocks .flexBlock {
        padding: 0 10px 20px;
        padding: 0 0.625rem 1.25rem;
    }
    .footer .footerInfo .inlineBlocks .inlineBlock.facebookBlock {
        float: none;
    }
    .footer .footerInfo .inlineBlocks .inlineBlock.googleReviewBlock {
        float: none;
        margin-top: 16px;
        margin-top: 1rem;
        padding-left: 0px;
    }
}

/* 440px */
@media (max-width: 27.5em) {

    .header .headerInfo .flexItems .block.hours a span.text {
        font-size: 28px;
        font-size: 1.75rem;
    }
    .header .headerInfo .flexItems .block.hours a span.button {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        margin-right: 10px;
        margin-right: 0.625rem;
        display: none;
    }



    .home .tickerSliderContainer {
        padding-left: 80px;
        padding-left: 5rem;
    }
    .home .tickerSliderContainer h3 {
        width: 80px;
        width: 5rem;
        font-size: 28px;
        font-size: 1.75rem;
    }

    .headerImageContainer .headerImage {
        height: 264px;
        height: 16.5rem;
    }
    .headerImageContainer .headerImage .imageContainer img.image {
        width: 840px;
        width: 52rem;
        margin-left: -420px;
        margin-left: -26.25rem;
    }
    .home .homePromos .inlineBlocks .inlineBlock {
        width: 100%;
    }
    .home .homePromos .inlineBlocks .inlineBlock.news {
        display: block;
    }
    .offersContainer .inlineBlocks .inlineBlock {
        width: 100%;
    }
    .page-template-pages-stores .termsContainer a {
        width: 100%;
        margin: 0 0 8px;
        margin: 0 0 0.5rem;
    }


    .page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form label {
        width: 100%;
        padding: 0 0 4px;
        padding: 0 0 0.25rem;
        text-align: left;
    }
    .page-template-pages-leasing .leasingFormContainer .fc_container form.elab_form fieldset .inputwrap {
        width: 100%;
    }


    .eventsContainer .flexBlocks .flexBlock {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }



    .alignleft,
    img.alignleft,
    .alignright,
    img.alignright {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .gallery .gallery-item {
        width: 50% !important;
    }

}

/* 340px */
@media (max-width: 21.25em) {


    .recipesContainer .inlineBlocks .inlineBlock {
        width: 100%;
    }
    .categoriesContainer ul li {
        width: 100%;
    }
}

/* HEIGHT */

/* 340px */
@media (max-height: 21.25em) {}


.hint,
[data-hint] {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Helvetica Neue',
    Helvetica,
    Arial,
    sans-serif;
}
.hint:before,
.hint:after,
[data-hint]:before,
[data-hint]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}
.hint:hover:before,
.hint:hover:after,
.hint:focus:before,
.hint:focus:after,
[data-hint]:hover:before,
[data-hint]:hover:after,
[data-hint]:focus:before,
[data-hint]:focus:after {
    visibility: visible;
    opacity: 1;
}
.hint:hover:before,
.hint:hover:after,
[data-hint]:hover:before,
[data-hint]:hover:after {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}
.hint:before,
[data-hint]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    border: 0.375rem solid transparent;
    z-index: 1000001;
}
.hint:after,
[data-hint]:after {
    content: attr(data-hint);
    background: #000000;
    color: #fff;
    padding: 5px 8px;
    padding: 0.3125rem 0.5rem;
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 1.25;
    white-space: nowrap;
}
/**
 * bottom tooltip
 */

.hint--bottom:before,
.hint--bottom:after {
    top: 140%;
    left: 50%;
}
.hint--bottom:before {
    margin-top: -0.75rem;
    border-bottom-color: #000000;
    margin-left: -6px;
    margin-left: -0.375rem;
}
.hint--bottom:after {
    margin-left: -34px;
    margin-left: -2.125rem;
    width: 68px;
    width: 4.25rem;
    text-align: center;
    font-weight: 700;
}
.hint--bottom:hover:after,
.hint--bottom:hover:before,
.hint--bottom:focus:after,
.hint--bottom:focus:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
