@charset "UTF-8";
/*
Theme Name: Regent Shopping Centre
Author: Sort Design
Author URI: https://www.sortdesign.co.uk
*/
/*------------------------------------------------------------------------*\
	INITIAL IMPORTS
\*------------------------------------------------------------------------*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*------------------------------------------------------------------------*\
	FONT
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	VARIABLES
\*------------------------------------------------------------------------*/
button,
input,
select,
textarea, body {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal; }

strong, nav.top-nav, header#header, a.button-link, a.filter-link, .intro-copy, .title-strip, a.link-strip, .page-link__label, .offer, .offer--alt, .offer-block__copy, button.filter-button, .career-listing__title, .news-listing__title, .store-header h1, .store-header__description, .signup-block, .opening-hours, .store-offer__heading, .store-offer__terms, .store-map-link, .icon-nav, nav.repeat-nav, footer#footer, a.back-link {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal; }

h1, h2, h3, h4, h5, .filter-label, .listing-block__inner, .store-logo__replacement-text, .signup-block__copy strong, .store-offers__heading {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal; }

.banner__heading, .signup-block__heading {
  font-family: raleway, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.05; }

/*------------------------------------------------------------------------*\
	MEDIA QUERIES
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	GRID COLUMNS
	- background colour grid item boxes by using div inside them, (eg flex-v-align)
	- if using "minimum propotion blocks", use 
	  container -> flex columm -> flex-v-align -> minimum-proportion -> div -> content
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	MINIMUM PROPORTION TILES
	- eg square, 16x9 etc, fluid, until content is too big to fix, 
	  in which case row will expand to fit
	- contain in a flex-v-align in most cases.
	- use with inner div to contain content
	
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	FLEXBOX VERTICAL ALIGN
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	OTHER MIXINS
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
	SORT RESET
\*------------------------------------------------------------------------*/
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  box-sizing: content-box;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

/*------------------------------------------------------------------------*\
	CLEARFIX
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
		EMBED CONTAINER 16x9 (VIMEO ETC)
\*------------------------------------------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*------------------------------------*\
		LISTS
\*------------------------------------*/
ul {
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 0; }
  ul li:before {
    content: "•";
    text-indent: -1em;
    padding-right: 0.75em; }
  ul li {
    text-indent: -1em; }

nav.top-nav ul, .social--desktop, .social--mobile, .icon-nav, .icon-nav--content, nav.repeat-nav ul, .bottom-nav ul, .social--footer {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  margin-bottom: 0; }
  nav.top-nav ul li, .social--desktop li, .social--mobile li, .icon-nav li, .icon-nav--content li, nav.repeat-nav ul li, .bottom-nav ul li, .social--footer li {
    text-indent: 0; }
    nav.top-nav ul li::before, .social--desktop li::before, .social--mobile li::before, .icon-nav li::before, .icon-nav--content li::before, nav.repeat-nav ul li::before, .bottom-nav ul li::before, .social--footer li::before {
      content: none; }

/*----------------------------------------------------------------------------------*\
		CURSOR
\*----------------------------------------------------------------------------------*/
input[type="submit"], .nav-trigger, button.filter-button {
  cursor: pointer;
  cursor: hand; }

/*------------------------------------------------------------------------*\
	BACKGROUND COVER
\*------------------------------------------------------------------------*/
.regent-site-logo, .banner, .banner--top, .prop-block-aside, .page-link__image, .offer-pic, .news-listing__pic, .news-pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/*------------------------------------------------------------------------*\
	NO WRAP
\*------------------------------------------------------------------------*/
.no-wr {
  white-space: nowrap; }

/*------------------------------------------------------------------------*\
	CENTERING - TRANSFORM
\*------------------------------------------------------------------------*/
.tr_parent {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.tr-v, .nav-trigger__icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.tr-vh {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/*------------------------------------------------------------------------*\
	BEGIN
\*------------------------------------------------------------------------*/
html {
  font-size: 17px; }
  @media (min-width: 768px) and (max-width: 991px) {
    html {
      font-size: 14.45px; } }
  @media (max-width: 767px) {
    html {
      font-size: 14.45px; } }

body {
  font-size: 1rem;
  background-color: #EBEBEB;
  color: #494a56;
  line-height: 1.3; }

p {
  margin-bottom: 1em; }

h1, h2, h3, h4, h5 {
  margin-bottom: 1rem;
  text-transform: uppercase; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.2rem; }

h3 {
  font-size: 1.2rem;
  margin-bottom: 0.25rem; }

h4 {
  font-size: 1rem;
  margin-bottom: 0.25rem; }

a,
a:link,
a:visited {
  color: #494a56;
  transition: color 0.65s; }

a:hover,
a:active {
  color: #e94256; }

ul, ol {
  margin-bottom: 1rem; }

select, input, textarea, button {
  font-size: 1rem; }

select, input, textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: solid 1px #e6e6e6;
  color: #494a56; }

select {
  padding: 0.25rem 3rem 0.25rem 0.5rem;
  background-image: url("https://regentshoppingcentre.com/wp-content/themes/regent/icon-down-arrow.svg");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 21px 10px;
  background-color: transparent;
  color: #494a56; }

input, textarea {
  background-color: #ffffff;
  color: #494a56;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem; }

input[type="submit"] {
  background-color: #e94256;
  color: #ffffff;
  text-transform: uppercase;
  transition: color 0.3s; }

input[type="number"] {
  width: 3rem; }

textarea {
  min-height: 100px;
  margin-bottom: 1rem; }

table {
  margin-bottom: 1rem; }

th, td {
  padding: 3px;
  vertical-align: middle; }
  @media (max-width: 767px) {
    th, td {
      padding: 5px; } }

th:first-child, td:first-child {
  padding-left: 0; }

th {
  text-align: left;
  text-transform: uppercase; }

::-moz-selection {
  background: rgba(43, 35, 7, 0.13); }

::selection {
  background: rgba(43, 35, 7, 0.13); }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #494a56; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #494a56; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #494a56; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #494a56; }

/*------------------------------------------------------------------------*\
	LAYOUT
\*------------------------------------------------------------------------*/
.wrap {
  margin: 0 auto;
  max-width: 1400px;
  position: relative; }
  @media (max-width: 1480px) {
    .wrap {
      padding-left: 40px;
      padding-right: 40px; } }

.wrap--nm {
  margin: 0 auto;
  max-width: 1400px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1480px) {
    .wrap--nm {
      padding-left: 40px;
      padding-right: 40px; } }

.container {
  background-color: #ffffff; }

@media (min-width: 768px) {
  .layout-section {
    margin-bottom: 20px; } }

.content {
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .content {
      min-height: 300px; } }
  @media (max-width: 767px) {
    .content {
      padding-top: 40px;
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 40px; } }

/*------------------------------------------------------------------------*\
	GRID
\*------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .cols {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    flex: 0 1 auto;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0; } }

.cols--small {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  flex: 0 1 auto;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 768px) {
  .col--1of2 {
    flex: 1 1 auto;
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0; } }

@media (min-width: 768px) {
  .col--1of3 {
    flex: 1 1 auto;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0; } }

@media (max-width: 767px) {
  .col--offer {
    width: 100%; } }

@media (min-width: 768px) {
  .col--offer {
    flex: 1 1 auto;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0; } }

@media (max-width: 767px) {
  .col--listing {
    flex: 1 1 auto;
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0; } }

@media (min-width: 768px) {
  .col--listing {
    flex: 1 1 auto;
    flex-basis: 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0; } }

@media (min-width: 768px) {
  .cols--g {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    flex: 0 1 auto;
    align-items: stretch;
    margin-left: -40px;
    margin-right: -40px; } }

@media (min-width: 768px) {
  .col--1of2--g {
    flex: 1 1 auto;
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 0px; } }

@media (min-width: 768px) {
  .col--1of3--g {
    flex: 1 1 auto;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 0px; } }

@media (min-width: 768px) {
  .col--swap {
    order: 2; } }

/*------------------------------------------------------------------------*\
	NAV
\*------------------------------------------------------------------------*/
.nav-trigger-container {
  position: absolute;
  top: 16px;
  right: 20px; }

.nav-trigger {
  display: none; }
  @media (max-width: 767px) {
    .nav-trigger {
      display: block;
      width: 30px;
      height: 30px;
      position: relative; } }

.nav-trigger__icon {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #9a969b;
  /* upper and lower lines in the menu icon */ }
  .nav-trigger__icon::before, .nav-trigger__icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #9a969b;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s; }
  .nav-trigger__icon::before {
    top: -9px; }
  .nav-trigger__icon::after {
    top: 9px; }
  .nav-trigger.is-clicked .nav-trigger__icon {
    background-color: transparent; }
    .nav-trigger.is-clicked .nav-trigger__icon::before {
      top: 0;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    .nav-trigger.is-clicked .nav-trigger__icon::after {
      top: 0;
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg); }

nav.top-nav {
  color: #ffffff;
  font-size: 0.8rem; }
  @media (max-width: 767px) {
    nav.top-nav {
      margin-bottom: 40px; } }
  nav.top-nav ul {
    background-color: #494a56;
    width: 100%; }
    @media (min-width: 768px) {
      nav.top-nav ul {
        display: flex; } }
  nav.top-nav ul.sub-menu {
    display: none; }
    @media (min-width: 768px) {
      nav.top-nav ul.sub-menu {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10; } }
    nav.top-nav ul.sub-menu li {
      display: block;
      border-left: none;
      border-bottom: none;
      border-top: solid 1px #3d3e48; }
    @media (max-width: 767px) {
      nav.top-nav ul.sub-menu a {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 0.8rem; } }
  nav.top-nav li {
    position: relative;
    display: block;
    flex-grow: 1;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 767px) {
      nav.top-nav li {
        border-bottom: solid 1px #3d3e48; } }
    @media (min-width: 768px) {
      nav.top-nav li {
        border-left: solid 1px #ffffff; } }
    @media (min-width: 768px) {
      nav.top-nav li:first-child {
        border-left: none; } }
    nav.top-nav li.current-menu-item > a {
      background-color: #e94256; }
      nav.top-nav li.current-menu-item > a:hover {
        background-color: #e94256; }
  nav.top-nav a {
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    padding: 20px 0;
    display: block;
    transition: background-color 0.3s, color 0.3s; }
    @media (min-width: 768px) {
      nav.top-nav a {
        padding: 15px 0; } }
    nav.top-nav a:hover {
      background-color: #32323a; }

.nav-container {
  display: none; }
  @media (max-width: 767px) {
    .nav-container {
      background-color: #494a56;
      padding-bottom: 40px;
      text-align: center; } }
  @media (min-width: 768px) {
    .nav-container {
      display: block; } }

/*------------------------------------------------------------------------*\
	HEADER
\*------------------------------------------------------------------------*/
header#header {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    header#header {
      padding-top: 0;
      padding-bottom: 0;
      height: 140px; } }
  header#header .wrap {
    position: static; }
    @media (min-width: 768px) {
      header#header .wrap {
        height: 100%;
        display: flex;
        justify-content: space-between; } }

.header--left {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  @media (min-width: 768px) {
    .header--left {
      justify-content: left; } }

.header--right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  @media (min-width: 768px) {
    .header--right {
      justify-content: right; } }
  .header--right a:link {
    text-decoration: none; }
  .header--right .icon-opening-hours {
    line-height: 1; }

.regent-site-logo {
  margin-bottom: 40px;
  display: block;
  width: 240px;
  height: 76px;
  background-image: url("images/regent-shopping-centre-logo.svg"); }
  @media (min-width: 768px) {
    .regent-site-logo {
      margin-bottom: 0; } }

.social--desktop {
  display: none;
  margin-left: 1rem; }
  @media (min-width: 768px) {
    .social--desktop {
      display: block; } }
  .social--desktop img, .social--desktop svg {
    width: 20px; }
  .social--desktop li {
    display: inline;
    margin: 0 0.1rem; }
    .social--desktop lili:last-child {
      margin: 0; }
  .social--desktop a {
    text-decoration: none; }

.social--mobile {
  display: block; }
  @media (min-width: 768px) {
    .social--mobile {
      display: none; } }
  .social--mobile img, .social--mobile svg {
    width: 20px; }
  .social--mobile li {
    margin: 0 0.25rem;
    display: inline; }
  .social--mobile a {
    text-decoration: none; }
  .social--mobile path.cls-1, .social--mobile circle.cls-1 {
    fill: #e94256; }

.opening-hours-caveat {
  font-size: 0.5em; }

/*------------------------------------------------------------------------*\
	BANNERS
\*------------------------------------------------------------------------*/
.banner {
  padding-bottom: 50%;
  position: relative; }
  @media (max-width: 767px) {
    .banner {
      padding-bottom: 100%; } }

.banner__heading {
  color: #ffffff;
  font-size: 4rem;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .banner__heading {
      font-size: 3rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .banner__heading {
      font-size: 3rem; } }
  @media (max-width: 479px) {
    .banner__heading {
      font-size: 2rem; } }

.banner--top {
  padding-bottom: 40%;
  position: relative; }
  @media (max-width: 767px) {
    .banner--top {
      padding-bottom: 100%; } }

.banner__overlay--lens {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #494a56;
  opacity: 0.2;
  background-blend-mode: multiply; }

.banner__overlay {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center; }

.banner__overlay__copy {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }

/*------------------------------------------------------------------------*\
	UTILITY / RE-USABLE
\*------------------------------------------------------------------------*/
a.button-link, a.filter-link {
  padding: 0.5rem 1.5rem;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #e94256;
  text-decoration: none;
  transition: background-color 0.3s; }
  a.button-link:hover, a.filter-link:hover {
    background-color: #e62b42; }

.intro-copy {
  font-size: 1.3rem;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .intro-copy {
      max-width: 90%; } }

.icon-opening-hours, .icon-visit-us, .icon-store-map, .icon-globe, .icon-phone, .icon-at, .icon-instagram, .icon-facebook, a.back-link {
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: left center;
  text-transform: uppercase;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .icon-opening-hours, .icon-visit-us, .icon-store-map, .icon-globe, .icon-phone, .icon-at, .icon-instagram, .icon-facebook, a.back-link {
      padding-left: 23px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .icon-opening-hours, .icon-visit-us, .icon-store-map, .icon-globe, .icon-phone, .icon-at, .icon-instagram, .icon-facebook, a.back-link {
      padding-left: 23px; } }

.icon-opening-hours {
  background-image: url("images/icon-clock.svg");
  background-size: 18px 18px; }
  @media (max-width: 767px) {
    .content .icon-opening-hours {
      background-size: 15px 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content .icon-opening-hours {
      background-size: 15px 15px; } }

.icon-visit-us {
  background-image: url("images/icon-visit.svg");
  background-size: 18px 18px; }
  @media (max-width: 767px) {
    .content .icon-visit-us {
      background-size: 15px 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content .icon-visit-us {
      background-size: 15px 15px; } }

.icon-store-map {
  background-image: url("images/icon-map.svg");
  background-size: 18px 18px; }
  @media (max-width: 767px) {
    .content .icon-store-map {
      background-size: 15px 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content .icon-store-map {
      background-size: 15px 15px; } }

.icon-globe {
  background-image: url("images/icon-globe.svg");
  background-size: 19px 19px;
  text-transform: none; }
  @media (max-width: 767px) {
    .content .icon-globe {
      background-size: 16px 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content .icon-globe {
      background-size: 16px 16px; } }

.icon-phone {
  background-image: url("images/icon-phone.svg");
  background-size: 11px 21px;
  background-position: 3px center; }
  @media (max-width: 767px) {
    .content .icon-phone {
      background-size: 9px 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content .icon-phone {
      background-size: 9px 18px; } }

.icon-at {
  background-image: url("images/icon-at.svg");
  background-size: 19px 19px;
  text-transform: none; }
  @media (max-width: 767px) {
    .content .icon-at {
      background-size: 16px 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content .icon-at {
      background-size: 16px 16px; } }

.icon-instagram {
  background-image: url("images/icon-social-instagram.svg");
  background-size: 18px 18px;
  text-transform: none; }
  @media (max-width: 767px) {
    .content .icon-instagram {
      background-size: 16px 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content .icon-instagram {
      background-size: 16px 16px; } }

.icon-facebook {
  background-image: url("images/icon-social-facebook.svg");
  background-size: 18px 18px;
  text-transform: none; }
  @media (max-width: 767px) {
    .content .icon-facebook {
      background-size: 15px 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content .icon-facebook {
      background-size: 15px 15px; } }

.grey-module, .signup-block {
  background-color: #494a56;
  color: #ffffff; }
  .grey-module a, .signup-block a {
    color: #ffffff; }

.light-grey-module {
  background-color: #DCDCDC;
  color: #494a56; }
  .light-grey-module a {
    color: #494a56; }

.pink-module {
  background-color: #e94256;
  color: #ffffff; }
  .pink-module a {
    color: #ffffff; }

.white-module {
  background-color: #ffffff;
  color: #494a56; }
  .white-module a {
    color: #494a56; }

.title-strip, a.link-strip, .filter-strip {
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
  position: relative; }

.title-strip {
  background-color: #494a56;
  color: #ffffff; }

a.link-strip {
  display: block;
  background-color: #e94256;
  color: #ffffff;
  transition: background-color 0.3s;
  text-decoration: none; }
  a.link-strip:hover {
    background-color: #e62b42; }

.smallprint {
  font-size: 0.8rem; }

/*------------------------------------------------------------------------*\
	MODULES
\*------------------------------------------------------------------------*/
.prop-block {
  font-size: 0; }
  .prop-block:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 100%; }
  .prop-block > div {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    vertical-align: middle; }
  .prop-block img {
    width: 100%; }

.prop-block__inner {
  padding: 40px; }

.prop-block-aside {
  padding-bottom: 100%; }
  @media (min-width: 768px) {
    .prop-block-aside {
      padding-bottom: 0;
      height: 100%; } }

.page-link {
  display: block;
  padding-bottom: 100%;
  position: relative; }

.page-link__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.page-link__label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #e94256;
  color: #ffffff;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 20px;
  text-align: center;
  transition: background-color 0.3s; }
  a:hover .page-link__label {
    background-color: #e62b42; }

.page-link__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  transition: opacity 0.3s; }
  .page-link__image:hover {
    opacity: 0.95; }

.page-link--alt .page-link__label {
  background-color: #ec596a; }

.offer, .offer--alt {
  display: flex;
  flex-flow: column; }

.offer-pic {
  display: block;
  padding-bottom: 100%;
  color: #ffffff;
  position: relative; }
  @media (min-width: 768px) {
    .offer--alt .offer-pic {
      order: 1; } }

.offer-block {
  display: block;
  padding-bottom: 100%;
  color: #ffffff;
  position: relative;
  text-align: center;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .offer--alt .offer-block {
      order: 2; } }

.offer-block--alt {
  color: #494a56; }
  .offer-block--alt a:link, .offer-block--alt a:hover, .offer-block--alt a:visited {
    color: #494a56; }

.offer-block__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.offer-block__copy {
  text-transform: uppercase;
  padding: 0 40px;
  font-size: 1.3rem; }
  @media (min-width: 992px) {
    .offer-block__copy {
      padding: 0 60px; } }
  @media (max-width: 479px) {
    .offer-block__copy {
      font-size: 1.04rem; } }
  @media (max-width: 767px) {
    .offer-block__copy {
      font-size: 1.04rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .offer-block__copy {
      font-size: 1.04rem; } }
  @media (min-width: 1200px) {
    .offer-block__copy {
      font-size: 1.625rem; } }
  @media (max-width: 479px) {
    .offer-block__copy {
      font-size: 1.17rem; } }
  @media (max-width: 767px) {
    .offer-block__copy {
      font-size: 2.08rem; } }

.offer-block__top {
  position: absolute;
  top: 40px;
  left: 25%;
  right: 25%;
  height: 25%;
  display: flex;
  justify-content: center; }
  @media (max-width: 479px) {
    .offer-block__top {
      top: 30px; } }
  @media (max-width: 767px) {
    .offer-block__top {
      top: 40px; } }

.offer-block__logo--xwide {
  width: 80%;
  height: 80%; }

.offer-block__logo--wide {
  width: 70%;
  height: 70%; }

.offer-block__logo--medium {
  width: 60%;
  height: 60%; }

.offer-block__logo--narrow {
  width: 50%;
  height: 50%; }

.offer-block__logo--xnarrow {
  width: 40%;
  height: 40%; }

.offer-block__logo--xxnarrow {
  width: 30%;
  height: 30%; }

a.offer-block__link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 40px;
  color: #ffffff;
  text-decoration: underline;
  font-size: 1rem; }
  @media (max-width: 479px) {
    a.offer-block__link {
      font-size: 0.8rem;
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    a.offer-block__link {
      font-size: 1.25rem;
      padding-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    a.offer-block__link {
      font-size: 0.8rem; } }
  @media (min-width: 1200px) {
    a.offer-block__link {
      font-size: 1.25rem; } }

.filter-strip {
  background-color: #494a56;
  color: #ffffff;
  font-size: 0.8rem; }
  @media (min-width: 768px) {
    .filter-strip {
      text-align: left;
      display: flex; } }

button.filter-button {
  background-color: transparent;
  border: none;
  color: #ffffff;
  outline: 0;
  font-size: 0.8rem;
  margin: 0 0.3rem; }
  button.filter-button.active {
    text-decoration: underline; }

button.show-all-button {
  text-transform: uppercase; }

.filter-label {
  font-size: 0.8rem;
  padding: 0.25rem 0;
  text-transform: uppercase;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .filter-label {
      padding-bottom: 20px; } }

.filter-select {
  font-size: 0.8rem;
  border: none;
  color: #ffffff;
  background-color: #555664;
  background-image: url("images/icon-arrow-down.svg"); }

a.filter-link {
  display: block;
  margin-top: 1rem;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e94256;
  color: #ffffff;
  text-decoration: none; }
  @media (min-width: 768px) {
    a.filter-link {
      margin-top: 0;
      position: absolute;
      top: 16px;
      right: 20px;
      width: auto; } }

.listings {
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .listings {
      min-height: 800px; } }

.listing-block {
  display: block;
  padding-bottom: 100%;
  color: #ffffff;
  position: relative; }

.listing-block__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase; }

.listing-block__image--xwide {
  width: 80%;
  height: auto; }

.listing-block__image--wide {
  width: 70%;
  height: auto; }

.listing-block__image--medium {
  width: 60%;
  height: auto; }

.listing-block__image--narrow {
  width: 50%;
  height: auto; }

.listing-block__image--xnarrow {
  width: 40%;
  height: auto; }

.listing-block__image--xxnarrow {
  width: 30%;
  height: auto; }

@media (min-width: 768px) {
  .cols--career {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    flex: 0 1 auto;
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px; } }

.col--career {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .col--career {
      flex: 1 1 auto;
      flex-basis: 50%;
      max-width: 50%;
      padding-right: 5px;
      padding-left: 5px;
      padding-bottom: 0px; } }
  @media (min-width: 992px) {
    .col--career {
      flex: 1 1 auto;
      flex-basis: 33.333%;
      max-width: 33.333%;
      padding-right: 5px;
      padding-left: 5px;
      padding-bottom: 0px; } }

.career-listings {
  padding: 20px;
  background-color: #ffffff; }

.career-listing {
  background-color: #EBEBEB;
  padding: 20px;
  text-align: center;
  min-height: 100%; }

.career-listing__copy {
  padding: 40px; }

.career-listing__title {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  min-height: 100px; }

@media (min-width: 768px) {
  .cols--news {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    flex: 0 1 auto;
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px; } }

.col--news {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .col--news {
      flex: 1 1 auto;
      flex-basis: 50%;
      max-width: 50%;
      padding-right: 5px;
      padding-left: 5px;
      padding-bottom: 0px; } }
  @media (min-width: 992px) {
    .col--news {
      flex: 1 1 auto;
      flex-basis: 33.333%;
      max-width: 33.333%;
      padding-right: 5px;
      padding-left: 5px;
      padding-bottom: 0px; } }

.news-listings {
  padding: 20px;
  background-color: #ffffff; }

.news-listing {
  background-color: #EBEBEB;
  padding: 20px;
  text-align: center;
  min-height: 100%; }

.news-listing__copy {
  padding: 40px; }

.news-listing__title {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  min-height: 100px; }

.news-listing__pic {
  display: block;
  padding-bottom: 100%;
  color: #ffffff;
  position: relative; }
  @media (min-width: 768px) {
    .offer--alt .news-listing__pic {
      order: 1; } }

.news-pic {
  position: relative;
  padding-bottom: 100%; }
  @media (min-width: 768px) {
    .news-pic {
      padding-bottom: 0;
      height: 100%; } }

.store-header h1 {
  font-size: 2.5rem; }

@media (min-width: 1200px) {
  .store-header .prop-block__inner {
    padding-top: 4rem; } }

.store-header__content {
  position: relative;
  font-size: 0;
  background-color: #DCDCDC;
  color: #494a56; }
  .store-header__content:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    padding-bottom: 80%; }
  .store-header__content > div {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    vertical-align: top; }
  .store-header__content img {
    width: 100%; }
  .store-header__content .prop-block__inner {
    padding-bottom: 160px; }

.store-header__contact {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  width: auto !important; }

.store-logo {
  position: relative;
  padding-bottom: 100%; }
  @media (min-width: 768px) {
    .store-logo {
      padding-bottom: 0;
      height: 100%; } }

.store-logo__outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.store-logo__replacement-text {
  font-size: 2rem;
  text-transform: uppercase;
  max-width: 70%;
  text-align: center; }

.store-logo__inner--xwide {
  width: 80%;
  height: auto; }

.store-logo__inner--wide {
  width: 70%;
  height: auto; }

.store-logo__inner--medium {
  width: 60%;
  height: auto; }

.store-logo__inner--narrow {
  width: 50%;
  height: auto; }

.store-logo__inner--xnarrow {
  width: 40%;
  height: auto; }

.store-logo__inner--xxnarrow {
  width: 30%;
  height: auto; }

.store-logo-iefix {
  flex-shrink: 0;
  width: 100%;
  text-align: center; }

.signup-block {
  text-align: center; }

.signup-block__inner {
  padding: 80px 40px; }
  @media (min-width: 1200px) {
    .signup-block__inner {
      padding: 60px; } }

.signup-block__heading {
  font-size: 3rem;
  margin-bottom: 2rem;
  text-transform: uppercase; }
  @media (max-width: 479px) {
    .signup-block__heading {
      font-size: 2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .signup-block__heading {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    .signup-block__heading {
      font-size: 2.55rem; } }
  @media (min-width: 1200px) {
    .signup-block__heading {
      font-size: 3rem; } }

.signup-block__copy {
  line-height: 1.5;
  margin-bottom: 60px; }

.opening-hours {
  font-size: 0.8em;
  width: 100%; }
  @media (min-width: 1200px) {
    .opening-hours {
      width: 90%; } }
  @media (min-width: 1400px) {
    .opening-hours {
      width: 80%; } }
  .opening-hours td:nth-last-child(2) {
    width: 55%; }

.opening-hours__times {
  white-space: nowrap; }

.store-offer__content {
  max-width: 760px; }

.store-offers__heading {
  text-transform: uppercase;
  font-size: 1rem; }

.store-offer {
  border-bottom: solid 1px darkgray;
  margin-top: 20px;
  padding-bottom: 20px; }
  .store-offer:last-of-type {
    border-bottom: none; }

.store-offer__heading {
  font-size: 1.3rem; }

.store-offer__terms {
  font-size: 0.8rem; }

/*------------------------------------------------------------------------*\
	FOOTER
\*------------------------------------------------------------------------*/
.icon-nav li {
  line-height: 2; }

.icon-nav a {
  text-decoration: none; }

.icon-nav--content a {
  text-decoration: none; }

nav.repeat-nav ul {
  width: 100%; }
  @media (min-width: 768px) {
    nav.repeat-nav ul {
      display: flex; } }

nav.repeat-nav li {
  display: block;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 768px) {
    nav.repeat-nav li {
      border-left: solid 1px #494a56;
      flex-grow: 2; } }
  @media (min-width: 768px) {
    nav.repeat-nav li:first-child {
      border-left: none;
      text-align: left;
      flex-grow: 1; } }
  @media (min-width: 768px) {
    nav.repeat-nav li:last-child {
      text-align: right;
      flex-grow: 1; } }
  @media (max-width: 767px) {
    nav.repeat-nav li {
      margin: 1em 0;
      text-align: left; } }

nav.repeat-nav a {
  width: 100%;
  text-decoration: none;
  padding: 0 0;
  display: block; }

.pre-footer {
  background-color: #DCDCDC;
  padding-top: 40px;
  padding-bottom: 40px; }

.pre-footer__cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px; }

footer#footer {
  background-color: #9a969b;
  color: #494a56;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.666rem; }
  @media (max-width: 767px) {
    footer#footer {
      text-align: center; } }
  @media (min-width: 768px) {
    footer#footer .wrap {
      display: flex;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    footer#footer .wrap > div {
      padding-bottom: 20px; } }
  footer#footer a {
    text-decoration: none; }

.bottom-nav li {
  display: inline;
  border-right: solid 1px #494a56;
  padding-right: 1rem;
  margin-right: 1rem; }
  .bottom-nav li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0; }
  @media (max-width: 767px) {
    .bottom-nav li {
      padding-right: 0.25rem;
      margin-right: 0.25rem; } }

.social--footer {
  margin-left: 1rem; }
  .social--footer img, .social--footer svg {
    width: 20px; }
  .social--footer li {
    display: inline;
    margin: 0 0.1rem; }
    .social--footer lili:last-child {
      margin: 0; }
  .social--footer a {
    text-decoration: none; }
  @media (max-width: 767px) {
    .social--footer {
      display: none; } }

.form-name-container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between; }
  .form-name-container div {
    flex: 0 0 50%; }
    .form-name-container div:first-child {
      padding-right: 0.5rem; }

a.back-link {
  text-transform: uppercase;
  background-image: url("images/icon-arrow-left.svg");
  background-size: 12px 20px;
  text-decoration: none; }

/*------------------------------------------------------------------------*\
	PLUGINS, ETC
\*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*\
		MAPS
\*------------------------------------------------------------------------*/
.googlemap-container {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .googlemap-container {
      padding-bottom: 70%; } }

#google-map {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*------------------------------------------------------------------------*\
    LAZY SIZES
\*------------------------------------------------------------------------*/
/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 600ms; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://regentshoppingcentre.com/wp-content/themes/regent/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("https://regentshoppingcentre.com/wp-content/themes/regent/slick.eot");
  src: url("https://regentshoppingcentre.com/wp-content/themes/regent/slick.eot#iefix") format("embedded-opentype"), url("https://regentshoppingcentre.com/wp-content/themes/regent/slick.woff") format("woff"), url("https://regentshoppingcentre.com/wp-content/themes/regent/slick.ttf") format("truetype"), url("https://regentshoppingcentre.com/wp-content/themes/regent/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*------------------------------------------------------------------------*\
	PLUGIN OVERRIDES
\*------------------------------------------------------------------------*/
.wp-block-separator {
  border-style: none;
  border-bottom: solid 1px #494a56;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem; }
  .grey-module .wp-block-separator, .signup-block .wp-block-separator {
    border-bottom: solid 1px #ffffff; }

.slick-dots li {
  text-indent: 0; }

ul.slick-dots {
  padding-left: 0;
  text-indent: 0;
  margin-left: 0;
  bottom: 5px; }

ul.slick-dots li:before {
  content: normal;
  text-indent: 0;
  padding-right: 0; }

.slick-dots li button {
  background-color: #ffffff;
  border-radius: 100%;
  height: 8px;
  width: 8px;
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .slick-dots li button {
      width: 6px;
      height: 6px; } }

.slick-dots li button:before {
  content: none; }

.slick-dots li.slick-active button {
  opacity: .65;
  background-color: #ffffff; }

.slick-slider, .slick-slider.slick-dotted {
  margin-bottom: -4px; }
  @media (min-width: 768px) {
    .slick-slider, .slick-slider.slick-dotted {
      margin-bottom: -5px; } }

.mapplic-element {
  background-color: #494a56; }
  @media (min-width: 768px) {
    .mapplic-element {
      min-height: 700px !important; } }

.mapplic-clickable:not(g), g.mapplic-clickable > * {
  opacity: 1 !important;
  fill: #f1666f !important; }

.mapplic-clickable:hover {
  fill: #ff626d !important; }

.mapplic-tooltip-wrap {
  background-color: #494a56 !important;
  color: #ffffff !important;
  text-align: center !important; }

.mapplic-element .mapplic-tooltip:after {
  border-color: #494a56 transparent transparent transparent !important; }

.mapplic-element .mapplic-popup-link {
  float: none !important;
  background-color: transparent !important;
  text-decoration: underline !important; }
  .mapplic-element .mapplic-popup-link:hover {
    box-shadow: none !important; }

.mapplic-tooltip-title {
  color: #ffffff !important; }

.mapplic-tooltip-close {
  color: #ffffff !important;
  background-color: transparent !important;
  background-image: url("images/icon-cross.svg") !important;
  opacity: 1 !important; }
  .mapplic-tooltip-close:hover {
    opacity: 0.8 !important; }

.mapplic-filter {
  background-color: #494a56 !important; }

.mapplic-list-expandable {
  background-color: #494a56 !important; }

.mapplic-list-expandable .mapplic-list-category > a {
  background-color: #494a56 !important;
  color: #ffffff !important; }

.mapplic-list-container:before {
  background-color: #494a56 !important; }

.mapplic-list-count {
  color: #e94256 !important; }

.mapplic-tag {
  background-color: #e94256 !important; }

.mapplic-filter .mapplic-search-input {
  color: #ffffff;
  background-image: url("images/icon-magnifier.svg") !important; }

.mapplic-list-location > a {
  background-color: #494a56 !important;
  color: #ffffff; }

.mapplic-list-location h4 {
  color: #ffffff !important; }

.mapplic-search-clear {
  background-image: url("images/icon-cross.svg") !important; }

li.mapplic-list-location {
  border-top: solid 1px #42424d !important; }

li.mapplic-list-category {
  border: solid 1px #42424d;
  border-left: none;
  border-right: none;
  border-bottom: none; }

.mapplic-tooltip-wrap {
  min-width: 200px !important; }

#cookie-law-info-bar {
  padding-top: 30px;
  padding-bottom: 30px; }

div.wpcf7 {
  margin-top: 2rem;
  padding: 1rem 2rem;
  border: solid 2px #DCDCDC;
  margin-bottom: 1rem; }

.col--1of2 div.wpcf7 {
  margin-top: 0;
  padding: 0;
  border: none;
  margin-bottom: 0; }

.wpcf7 label {
  display: inline-block;
  margin-top: 1rem; }

.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  max-width: none;
  margin: 0.5rem 0;
  border: none;
  background-color: #EBEBEB; }
  .grey-module .wpcf7 input, .signup-block .wpcf7 input, .grey-module .wpcf7 textarea, .signup-block .wpcf7 textarea {
    background-color: #ffffff; }

.wpcf7 input[type="submit"] {
  width: auto;
  background-color: #e94256;
  color: #ffffff; }

.wpcf7 input[type="checkbox"] {
  width: auto;
  max-width: none;
  -webkit-appearance: checkbox;
  width: 1rem;
  height: 1rem; }

span.wpcf7-list-item {
  margin-left: 0; }

#mc-embedded-subscribe-form {
  max-width: 1000px;
  margin-bottom: 1rem; }
  #mc-embedded-subscribe-form input {
    width: 100%;
    border: none; }
  #mc-embedded-subscribe-form input[type="email"] {
    margin-right: 0;
    width: 100%; }

.remodal {
  background-color: #494a56;
  color: #ffffff; }
  .remodal a {
    color: #ffffff; }
  .remodal h3 {
    margin-bottom: 2rem; }

/*------------------------------------------------------------------------*\
	WORDPRESS CORE
\*------------------------------------------------------------------------*/
li.blocks-gallery-item::before {
  content: none;
  text-indent: 0;
  padding-right: 0; }

/*# sourceMappingURL=maps/style.css.map */