/*
Theme Name: Garden Square
Author: Jason Wightman
*/

 
 
/* =Shopping Centre Child Theme customization starts here
------------------------------------------------------- *


/* =Child Theme color reference
-------------------------------------------------------
Purple: #BEA5CD
Black: #222E37
Red: #d81e5b
*/




/* =Fonts
----------------------------------------------- */
/*@font-face {
    font-family: 'abrilfatface';
    src: url('fonts/abrilfatface-regular-webfont.eot');
    src: url('fonts/abrilfatface-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/abrilfatface-regular-webfont.woff2') format('woff2'),
         url('fonts/abrilfatface-regular-webfont.woff') format('woff'),
         url('fonts/abrilfatface-regular-webfont.ttf') format('truetype'),
         url('fonts/abrilfatface-regular-webfont.svg#abrilfatface') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

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

@font-face {
    font-family: 'Norks';
    src: url('fonts/Norks.woff2') format('woff2'),
         url('fonts/Norks.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NomixaBlack';
    src: url('fonts/Nomixa-Black.woff2') format('woff2'),
         url('fonts/Nomixa-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BehindTheNinetiesRegular';
    src: url('fonts/Behind-The-Nineties-Rg.woff2') format('woff2'),
         url('fonts/Behind-The-Nineties-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BehindTheNinetiesItalic';
    src: url('fonts/Behind-The-Nineties-It.woff2') format('woff2'),
         url('fonts/Behind-The-Nineties-It.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ThingsRegular';
    src: url('fonts/Things-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ThingsItalic';
    src: url('fonts/Things-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'BrakedBold';
    src: url('fonts/BRAKED-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
    font-size: 62.5%; 
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
}

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



/* =Typography
----------------------------------------------- */

/* <weight>: Use a value from 100 to 1000
 <uniquifier>: Use a unique and descriptive class name
.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/

body {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 21px;
	color: #222E37;
	background-color: #fcfbf5;
	
}

h1 {
	font-family: 'BrakedBold';
	font-size: 7.2rem;
	letter-spacing: 0.1rem;
	line-height: 0.8;
	text-transform: uppercase;
	margin-bottom: 80px;
}

h2 {
	font-family: 'BrakedBold';
	font-size: 4.2rem;
	letter-spacing: 0.1rem;
	line-height: 0.8;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h3 {
	font-family: 'BrakedBold';
	font-size: 2.8rem;
	letter-spacing: 0.1rem;
	line-height: 0.8;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h4 {
	font-family: 'BrakedBold';
	font-size: 2.4rem;
	line-height: 0.8;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h6 {
	font-family: 'BrakedBold';
	font-size: 2.2rem;
	line-height: 0.8;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/*.item-content h2 {
    margin: 30px 0px 5px;
    padding: 0;
	font-family: 'BrakedBold';
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -1px;
    color: #BEA5CD;
	text-transform: none;
	text-align: left;

}

.item-content h3 {
    margin: 30px 0px 5px;
    padding: 0;
	font-family: 'BrakedBold';
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -1px;
    color: #222E37;
	text-transform: none;
	text-align: left;
}

.item-content h4 {
	font-size: 22px;
	line-height: 30px;
}

.item-content h6 {
	margin: 30px 0px 10px;
	padding: 0;
	font-family: 'BrakedBold';
	font-size: 22px;
	line-height: 27px;
	letter-spacing: -1px;
	color: #BEA5CD;
}*/

p {
	margin-bottom: 20px;
}

strong {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
}

ul {
	padding-left: 13px;
}

ul li {
	padding-left: 5px;
}

ol {
	padding-left: 20px;
}

ol li {
    padding-left: 10px;
}


a {
	color: #222E37;
	-ms-word-break: break-word;
	     word-break: break-word;
}

a:hover,
a:active,
a:focus {
	color: #d81e5b;
}

.introduction-text {
	font-size: 2.0rem;
	line-height: 24px;
	font-weight: 700;
}


/* =Structure
----------------------------------------------- */


#page-content {
	background-color: #fcfbf5;
}

body #page {
	padding-top: 200px;
}

body.home #page {
	padding-top: 0;
}

img {
	width: 100%;
	height: auto;
}

/* Buttons */

button,
.button {
	background-color: transparent;
	border: 1px solid #d81e5b;
	padding: 6px 20px;
	box-shadow: none;
	font-size: 1.3rem;
	line-height: 1;
	color: #d81e5b;
	height: 30px;
	border-radius: 15px;
	
}

button a,
.button a {
	text-decoration: none;
		color: #d81e5b;
}

button:hover,
.button:hover {
	background-color: #d81e5b;
	color: #ffffff;
}

button:hover a,
.button:hover a {
	color: #ffffff;
}

svg#facebook-button {
	margin-left: 6px;
}

button:hover svg#facebook-button path,
.button:hover svg#facebook-button path{
	fill: #ffffff;
}

/* =Masthead
----------------------------------------------- */
.header {
	position: fixed;
	width: 100%;
    background: #fcfbf5;
	border: none;
	/*-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);*/
	z-index: 100;
}

/*.header:after {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	content: "";
	background-color: #222E37; 
}*/

.header .logo {
	text-align: center;
}

/*#header-inner {
        height: 152px;
        padding-top: 35px;
}*/

#header-top {
	padding-top: 10px;
	padding-bottom: 8px;
	background-color: #d81e5b;
	color: #ffffff;
		line-height: 1;
	height: 34px;

}

.header .opening-times-summary p {
	margin: 0;
	font-size: 13px;
	line-height: 1;
}

.header .opening-times-summary strong {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
}

.header .opening-times-summary span {
	display: none;
}

@media (min-width: 768px) { 
	.header .opening-times-summary span {
		display: inline;
	}
}

.header .header-tel {
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
}

.header ul.social-links {
	justify-content: flex-end;
}

.header ul.social-links li {
	margin-left: 10px;
	padding-left: 0;
}

/*.header .opening-times-summary .view-all-times a {
    text-decoration: none;
}
.header .opening-times-summary .view-all-times a:hover {
        text-decoration: underline;
}

.header .opening-times-summary .view-all-times a:link,
.header .opening-times-summary .view-all-times a:visited {
	color: #BEA5CD;
}*/

#header-bottom {
	padding-top: 15px;
	padding-bottom: 15px;
}


/* =Main Navigation
----------------------------------------------- */
/*.header .menu-button .icon-bar-wrapper.close {
 	display: none;
}

.header .menu-button .icon-bar-wrapper.close img {
 	float: right;
}*/

@media screen and (max-width: 1000px) {
    #main-navigation {
        display: none;
    }
}

#main-navigation {
	/*margin-top: 20px;
    height: 51px;*/
}

/*#main-navigation:before {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	content: "";
	background-color: #222E37; 
}*/

#main-navigation ul {
	width: 100%;
	/*background-color: #FFF;*/
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

#main-navigation li {
	margin-left: 40px;
	width: auto;
	font-family: 'BrakedBold';
	font-size: 3rem;
	text-transform: uppercase;
    list-style: none;
	letter-spacing: 0.1rem;
	padding-left: 0;
}

#main-navigation li:first-child {
	margin-left: 0;
}

#main-navigation li a {
	display: inline-block;
	/*padding: 15px 20px;*/
    text-decoration: none;
    line-height: 1;
}

#main-navigation .glyphicon {
	display: none;
}

#main-navigation li a {
	color: #222E37;
}

#main-navigation li > a:hover,
#main-navigation li > a:active,
#main-navigation li > a:focus,
#main-navigation li.active > a,
#main-navigation li.current-menu-item > a,
#main-navigation li.current-menu-ancestor > a,
#main-navigation li.current-menu-parent > a,
#main-navigation .dropdown-menu > li > a:hover,
#main-navigation .dropdown-menu > li > a:active,
#main-navigation .dropdown-menu > li > a:focus,
#main-navigation .dropdown-menu > li.active > a,
#main-navigation .dropdown-menu > li.active > a:hover,
#main-navigation .dropdown-menu > li.active > a:focus {
	color: #d81e5b;
}

#main-navigation .open > a,
#main-navigation .open > a:hover,
#main-navigation .open > a:focus {
	color: #FFF !important;
	background-color: #d81e5b;
}

#main-navigation .dropdown-menu {
	margin-top: 1px;
	background: #FFF;
	border: none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);
}

#main-navigation > li > .dropdown-menu li {
	border-bottom: none;
}

#main-navigation > li > .dropdown-menu li a {
	font-family: 'BrakedBold';
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
}


/* =Sibling Navigation
----------------------------------------------- */
#sibling-navigation {
	float: left;
	width: 100%;
}

#sibling-navigation ul.nav-sibling li {
	float:left;
	border-bottom: none;
}

#sibling-navigation ul.nav-sibling li a {
	padding: 10px 20px;
}



/* Navigation Mobile
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Hamburger */

.hamburger {
	display: none;
}

@media screen and (max-width: 1000px) {
    .hamburger {
        padding: 0;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        overflow: visible; 
        display: block;
		height: 18px;
        /*position: absolute;
        top: 47px;
        right: 5.35%;
        z-index: 200;*/
    }
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #b5d555;
	}

.hamburger-box {
	width: 22px;
	height: 18px;
	display: inline-block;
	position: relative; 
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
}

.hamburger-inner, 
.hamburger-inner::before,
.hamburger-inner::after {
    width: 22px;
    height: 2px;
    background-color: #b5d555;
    border-radius: 1px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
  
.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    display: block; 
}
  
.hamburger-inner::before {
    top: -6px; 
}
  
.hamburger-inner::after {
    bottom: -6px; 
}

/* Spin */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
  
.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; 
}
  
.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
  
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; 
}
  
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}



/* Mobile Nav */

#mobile-nav {
	font-family: 'BrakedBold';
	font-size: 3rem;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

#mobile-nav.visible {
	display: block;
	text-align: left;
	position: fixed;
	width: 100vw;
	z-index: 100;
	top: 124px;
	bottom: 0;
	background: #d81e5b;
}

#mobile-nav {
	display: none;
}

#mobile-nav ul {
	list-style: none;
	margin-bottom: 0;
    padding-left: 0;
    margin-top: 0;
}

#mobile-nav ul li {
	border-bottom: 1px solid rgba(255,255,255,0.50);
	margin-left: 0;
	padding: 12px 20px;
	margin-bottom: 0;
	background: none;
}

#mobile-nav ul li a {
	color: #fff;
	    text-decoration: none;
}


/* Submenu Mobile */

#mobile-nav ul li ul {
    display: block;
    margin: 0;
}

#mobile-nav ul li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 12px 20px;
    margin: 0 -20px;
}

#mobile-nav ul li ul li:first-child {
	margin-top: 8px;
}
#mobile-nav ul li ul li:last-child {
    border-bottom: none;
	    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*#mobile-nav ul li ul li a {
	color: rgba(96, 96, 96, .6);
}*/


/* Submenu Animation */
#mobile-nav li.menu-item-has-children ul {
    display: none;
}

#mobile-nav li.menu-item-has-children ul.visible {
    display: block;
}



a.toggle {
	display: inline-block;
	font-size: 1.4rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	float: right;
}

a.toggle:after {
	content: "\f107"
}

a.toggle.visible:after {
	content: "\f106";
}






/* =New Social Links
----------------------------------------------- */

ul.social-links {

    list-style: none;
    padding: 0 !important;
    margin: 0;
	display: flex;

}

/*#footer ul.social-links {
	justify-content: center;
}*/

#footer #instagram-footer {
	margin-left: 10px;
}

ul.social-links li a {
    display: inline-block;
    text-align: center;
    /*width: 40px;
    height: 40px;
    line-height: 40px;
    border-style: solid !important;
    border-width: 1px;
    text-decoration: none !important;
    font-size: 18px;
    border-color: #e2df31;*/
}


/* =Home Page
----------------------------------------------- */

/*.home-video {
    display: block;
    width: 100%;
}

.slide-img {
	width: 100vw;
	height: calc(60vh - 125px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 125px;
}

@media (min-width: 768px) {
	.slide-img {
		height: calc(100vh - 125px);
	}
}*/

.slide-img {
	margin-top: 125px;
}

.slick-slide img {
	display: inline-block;
}

.intro {
	padding-top: 100px;
}

.intro h1 {
	font-size: 5.2rem;
	margin-bottom: 40px;
}

@media (min-width: 768px) { 
	.intro h1 {
		margin-bottom: 80px;
	} 
}

.intro p {
	margin-bottom: 80px;
}


/* Logo Slider */

.logos {
	margin-top: 40px;
	margin-bottom: 100px;
}

.logo-marquee {
	overflow: hidden;
}

.logo-marquee .slick-slide {
	margin: 0 45px;
}

.logo-marquee .slick-list {
	margin: 0 -45px;
}

@media (min-width: 768px) {
	.logo-marquee .slick-slide {
		margin: 0 90px;
	}

	.logo-marquee .slick-list {
		margin: 0 -90px;
	}
}

/* Map */

.homepage-map {
	overflow: hidden;
}

/* * * * * * * * * * * * * * * * * * 

SHOPS ARCHIVE

* * * * * * * * * * * * * * * * * */


.shops .container {
	padding-bottom: 100px;
}

/* Listings */


div.store-item-inner {
	background-color: #ffffff;
}

div.store-logo {
	/*margin-bottom: 20px;*/
	text-align: center;
	border-bottom: 1px solid #fcfbf5;
	aspect-ratio: 3/2;
}

div.store-logo a {
	display: inline-block !important;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
}

div.store-logo a:hover,
div.store-logo a:active,
div.store-logo a:focus
{
	opacity: 0.5;
	filter: alpha(opacity=50); /*(For IE8 and earlier)*/
}

div.store-logo img {
	display: inline-block !important;
	margin: auto;
	vertical-align: middle;
}

div.store-item h3 {
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 1;
	padding: 10px 10px 6px;
}

div.store-item h3 a:link,
div.store-item h3 a:visited {
	color: #d81e5b;
	text-decoration: none;
}

div.store-item h3 a:hover,
div.store-item h3 a:active {
	text-decoration: none;
}

div.store-item p {
	font-size: 1.2rem;
	padding: 0 10px 6px;
}

hr.store-list-hr {
	border-top: 1px solid #FFF !important;
}


/* * * * * * * * * * * * * * * * * * 

SHOPS SINGLE PAGE

* * * * * * * * * * * * * * * * * */


/* Store Page */

#store-information h1 {
	padding-left: 0;
}

/* Opening Times */

#store-information .store-content p {
	font-size: 22px;
	line-height: 28px;
}

#store-opening-hours h3,
#store-contact-details h3,
.store-content h3 {
	color: #d81e5b;
	margin-bottom: 20px;
}

#store-contact-details a:link,
#store-contact-details a:visited {
	text-decoration: none;
	border: none !important;
}

#store-contact-details a:hover,
#store-contact-details a:active,
#store-contact-details a:focus {
	color: #d81e5b !important;
}

#store-opening-hours,
#store-contact-details{
	margin-bottom: 40px;
}

@media (min-width: 768px) { 
	#store-opening-hours,
	#store-contact-details {
		margin-bottom: 0;
	}
}


#store-opening-hours #store-day {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
}

#store-opening-hours #store-time {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	text-align: right;
}

#store-opening-hours #store-day,
#store-opening-hours #store-time {
	margin-bottom: 6px;
}

#store-logo {
	margin-bottom: 40px;
	line-height: 250px;
	text-align: center;
	border: 1px solid #C6C6C6;
}

#store-logo span {
	display: block;
	width: 100%;
	background-color: #000;
}

#store-logo img {
	display: inline-block !important;
	margin: auto;
	vertical-align: middle;
}

.store-about {
	background-color: rgba(34, 46, 55, 0.04);
}

#share-buttons a {
	margin-right: 5px;
}

#store-info {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 60px;
	padding-bottom: 40px;
}

/* Store guide download */

#store-map-download {
	text-align: center;
}

@media (min-width: 768px) { 
	#store-map-download {
		text-align: right;
	}
}


#store-map-download button {
	margin-left: 10px;
}



/* Store Previous/Next */

.nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}
 
.nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
 
.nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


/* Buttons */

.shop-pagination {
	margin-top: 40px;
	margin-bottom: 100px;
}

.nav-previous a,
.nav-next a {
	background-color: transparent;
	border: 1px solid #d81e5b;
	padding: 8px 20px;
	box-shadow: none;
	font-size: 1.3rem;
	line-height: 1;
	color: #d81e5b;
	height: 30px;
	border-radius: 15px;
	text-decoration: none;
	display: inline-block;
}

.nav-previous a:hover,
.nav-next a:hover {
	background-color: #d81e5b;
	color: #ffffff;	
}

.nav-previous a svg {
	margin-right: 6px;
	max-height: 10px;
	margin-top: -3px;
}

.nav-next a svg {
	margin-left: 6px;
	max-height: 10px;
	margin-top: -3px;
}

.nav-previous a:hover svg path,
.nav-next a:hover svg path{
	fill: #ffffff;
}



/* Return to shop list */

#back-to-shops {
	margin-top: 20px;
}

@media (min-width: 768px) {
	#back-to-shops {
		margin-top: -30px;
	}
}

#back-to-shops button {
	width: auto;
	z-index: 10;
}

/* * * * * * * * * * * * * * * * * * 

WHAT'S ON ARCHIVE

* * * * * * * * * * * * * * * * * */
.events {
	margin-bottom: 100px;
}

#event-block {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.events .col-12 #event-block {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(34, 46, 55, 0.1);
	margin-bottom: 30px;
}

.events .col-12:last-child #event-block {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;}

.event-image {
	margin-bottom: 40px;
}

@media (min-width: 768px) { 
	.event-image {
		margin-bottom: 0;
	}
}

.event-info h2 {
	color: #d81e5b;
}


/* * * * * * * * * * * * * * * * * * 

CENTRE INFORMATION

* * * * * * * * * * * * * * * * * */

.page-centre-information #content {
	margin-bottom: 80px;
}

/* Information Section */

#information-content h3 {
	margin-top: 40px;
	color: #d81e5b;
}


/* Opening Times */

.opening {
	margin-bottom: 50px;
}

#opening-contact-details {
	margin-top: 40px;
}

@media (min-width: 768px) { 
	#opening-contact-details {
		margin-top: 0;
	} 
}

#opening-contact-details h2 {
	color: #d81e5b;
}

#opening-contact-details .time {
	text-align: right;
}

#individual-store-times p {
	font-size: 12px;
	padding-top: 15px;
	line-height: 16px;
}


/* * * * * * * * * * * * * * * * * * 

LETTING OPPORTUNITIES

* * * * * * * * * * * * * * * * * */

.units {
	margin-bottom: 100px;
}

.units-intro {
	margin-bottom: 20px;
}

.units-agents {
	margin-bottom: 60px;
}

#letting-agent-box {
	border: 1px solid rgba(34, 46, 55, 0.1);
}

.units-agents .col-12:nth-child(1) {
	margin-bottom: 40px;
}

@media (min-width: 992px) { 
	.units-agents .col-12:nth-child(1) {
		margin-bottom: 0;
	}
}


.letting-agent-logo {
	text-align: center;
	border-right: none;
	border-bottom: 1px solid rgba(34, 46, 55, 0.1);
	padding: 30px
}

@media (min-width: 768px) { 
	.letting-agent-logo {
		border-right: 1px solid rgba(34, 46, 55, 0.1);
		border-bottom: none;
	}
}


.letting-agent-logo img {
	max-width: 200px;
}

#letting-agent-box p {
	font-size: 1.8rem;
	line-height: 24px;
	margin-bottom: 0;
	text-align: center;
}

.letting-agent-details {
		padding: 30px
}


.unit-slide-img {
	aspect-ratio: 3/2;
	background-size: contain;
	background-repeat: no-repeat;
}

.unit-item h2 {
	margin-bottom: 30px;
}

.unit-item h2 span#colon {
	margin-top: 4.5px;
	position: absolute;
	margin-left: 3px;
}

.unit-item h2 span#address {
	color: #d81e5b;
}

.units .col-12 #unit-line {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(34, 46, 55, 0.1);
	margin-bottom: 30px;
}

.units .col-12:last-child #unit-line{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.unit-slider-outer {
	margin-bottom: 40px;
}

@media (min-width: 768px) { 
	.unit-slider-outer {
		margin-bottom: 0;
	}
}


.unit-slider-inner {
	overflow: hidden;
}

#unit-item-inner p {
	margin-bottom: 0;
}

/*.unit-slider-inner .slick-slide {
	margin: 0 15px;
}

.unit-slider-inner .slick-list {
	margin: 0 -15px;
}*/

.slick-slide div .row {
	--bs-gutter-x: 0;
}

.unit-slider-inner.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.unit-slider-inner .slick-dots {
	bottom: 5px;
}

.slick-dots li {
	margin: 0;
}

.slick-dots li button::before {
	color: white;
	opacity: 1.0;
}

.slick-dots li.slick-active button::before {
	color: white;
}


/* * * * * * * * * * * * * * * * * * 

FOOTER

* * * * * * * * * * * * * * * * * */



#footer {
	position: relative;
	margin-top: 0;
	padding-top: 40px;
	text-align: left;
	color: #FFF;
	background-color: #222E37;
	z-index: unset;
	padding-bottom: 20px;
}

#footer .container {
	background-color: transparent;
}

#footer-logo {
	margin-bottom: 20px;
}

#footer-logo svg {
	max-width: 200px;
}

#footer-address {
	font-size: 14px;
}

#footer-contact {
	font-size: 14px;
}

#footer-contact a {
	color: #ffffff;
	text-decoration: none;
}

#footer-links {
	font-size: 14px;
}

.footer-menu {
	padding-left: 0;
}

.footer-menu li {
	list-style: none;
	padding-left: 0;
}

.footer-menu a {
	color: #ffffff;
	text-decoration: none;
}



/*#footer a:link,
#footer a:visited {
	color: #FFF;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #BEA5CD;
}*/

#footer-signoff {
	margin-top: 30px;
	text-wrap: balance;
}

#footer-signoff a {
	color: #ffffff;
}

#footer p.copyright {
	margin-bottom: 0;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-size: 12px;
	line-height: 21px;
}

#footer p.copyright a {
    text-decoration: none;
}

/*#footer .scrollup-button {
	float: left;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 100%;
	float: right;
}

#footer button.scrollup {
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px solid #BEA5CD;
	background: none;
	text-align: center;
}

#footer button.scrollup:hover,
#footer button.scrollup:active,
#footer button.scrollup:focus {
	background-color: #59626A;
}

#footer button.scrollup img {
	position: absolute;
	top: 40%;
	left: 31%;
	max-width: 14px;
}*/



/* * * * * * * * * * * * * * * * * * 

404 Page

* * * * * * * * * * * * * * * * * */


body.error404 #page {
	padding-top: 125px;
}

.FourOFour {
	height: calc(100vh - 125px);
}


/* 404 Text */

#error-text {
	text-align: center;
	margin: 50px 0 0 0;
}

@media (min-width: 768px) {
	#error-text {
	text-align: center;
	margin: auto 0 auto 0;
	}
}

#error-text #fof {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 3rem;
}

#error-text h1 {
	font-size: 10rem;
	margin-bottom: 2.2rem;
}

#error-text p {
	font-size: 1.8rem;
	margin-bottom: 3rem;	
}


/* Face */

.face {
  display: block;
  width: 12em;
  height: auto;
}

@media (min-width: 768px) {
	.face {
	  width: 20em;
	}
}

.face g {
	stroke: #d81e5b;
}
	
.face__eyes, .face__eye-lid, .face__mouth-left, .face__mouth-right, .face__nose, .face__pupil {
  animation: eyes 1s 0.3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.face__eye-lid, .face__pupil {
  animation-duration: 4s;
  animation-delay: 1.3s;
  animation-iteration-count: infinite;
}
.face__eye-lid {
  animation-name: eye-lid;
}
.face__mouth-left, .face__mouth-right {
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.face__mouth-left {
  animation-name: mouth-left;
}
.face__mouth-right {
  animation-name: mouth-right;
}
.face__nose {
  animation-name: nose;
}
.face__pupil {
  animation-name: pupil;
}

/* Animations */
@keyframes eye-lid {
  from, 40%, 45%, to {
    transform: translateY(0);
  }
  42.5% {
    transform: translateY(17.5px);
  }
}
@keyframes eyes {
  from {
    transform: translateY(112.5px);
  }
  to {
    transform: translateY(15px);
  }
}
@keyframes pupil {
  from, 37.5%, 40%, 45%, 87.5%, to {
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }
  12.5%, 25%, 62.5%, 75% {
    stroke-dashoffset: 0;
    transform: translate(-35px, 0);
  }
  42.5% {
    stroke-dashoffset: 35;
    transform: translate(0, 17.5px);
  }
}
@keyframes mouth-left {
  from, 50% {
    stroke-dashoffset: -102;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes mouth-right {
  from, 50% {
    stroke-dashoffset: 102;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes nose {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 22.5px);
  }
}