/* ------------------- */
/* STYLESHEET SECTIONS */
/* ------------------- */
/* 1__CSS Resets
   2__Layout helpers
   3__Header
   4__Main content
   5__Footer
   6__Typo3 Overrides
   7__Bootstrap overrides
   8__Media queries
*/

/* ------------------------ */
/* 1__CSS Resets            */
/* ------------------------ */
/* Limited CSS reset */
/* See normalize-4.1.1.css */

:root {
	--colour-yellow: #FEC900;
	--colour-purple: #784794;
	--colour-primary: #FEC900;
	--colour-primary-darker: #fea900;
	--colour-primary-darker2: #fea900;
}

html, body, button, input, select, textarea {
	font-family: 'acumin-pro', sans-serif;
	font-weight: 300;
}

html {
	height: 100%;
	font-size: 16px;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	/*font-size: .9em;*/
	line-height: 1.2;
	font-weight: 400;
	background: none;
}

/* ------------------ */
/* 2__Layout helpers  */
/* ------------------ */
.constrain-1240w {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
}


.mobile-only-block,
.mobile-only-inline {
	display: none;
}

.desktop-only-inline {
	display: inline-block;
}

.desktop-only-block {
	display: block;
}

.no-t-wrap {
	white-space: nowrap;
}

/* ------------------------ */
/* 3__Header styles         */
/* ------------------------ */
#top-header {
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(../images/brushed-metal-46850941_1920x1280.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*border-bottom: 2px solid darkslategrey;*/
	box-shadow: 0 3px 10px #333;
}

#top-header #logo {
	display: block;
	/*opacity: 0;*/
	opacity: 1;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: auto;
}


/* ------------------------ */
/* 4__Main Content          */
/* ------------------------ */
.fade-content {
	margin: 58px 0 0;
	/*opacity: 0;*/
	opacity: 1;
}

.intro-text {
	margin-bottom: 40px;
	/*font-size: 1.7em;*/
	font-size: 1.53em;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
	/*color: var(--colour-purple);*/
	/*color: var(--colour-yellow);*/
	color: black;
	text-decoration: none;
	font-weight: 600;
}

#site-body img {
	max-width: 100%;
	height: auto;
}

/* START: Business profiles - DESKTOP */
.map-and-profiles--desktop .profile:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 5px solid #666;
}

.map-and-profiles--desktop .profile a,
.map-and-profiles--desktop .profile a:visited,
.map-and-profiles--desktop .profile a:hover,
.map-and-profiles--desktop .profile a:focus,
.map-and-profiles--desktop .profile a:active {
	color: var(--colour-purple);
	text-decoration: none;
	font-weight: 600;
}

.map-and-profiles--desktop .biz-name-grid {
	display: grid;
	grid-template-columns: 28px 1fr;
	grid-gap: 15px;
}

.map-and-profiles--desktop .profile-num {
	position: relative;
	top: -3px;
	width: 25px;
	height: auto;
}

.map-and-profiles--desktop .biz-name {
	margin-bottom: 0;
	/*font-size: 1.3em;*/
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}

.map-and-profiles--desktop .biz-profile-text {
	margin-bottom: 10px;
}

.map-and-profiles--desktop .biz-contact-details {
	display: grid;
	grid-template-columns: 10px 1fr;
	grid-gap: 10px 15px;
}

.map-and-profiles--desktop .biz-contact-details .icon {
	font-size: 1.1em;
}

.map-and-profiles--desktop .trading-hours {
	display: grid;
	grid-template-columns: 10px 1fr;
	grid-gap: 10px 15px;
	margin-top: 10px;
}

.map-and-profiles--desktop .trading-hours .icon {
	font-size: 1.1em;
}

.map-and-profiles--desktop .dining-info {
	display: grid;
	grid-template-columns: 10px 1fr;
	grid-gap: 10px 15px;
	margin-top: 10px;
}

.map-and-profiles--desktop .dining-info .icon {
	font-size: 1.1em;
}

/* END: Business profiles - DESKTOP */

.btn.show-shutter {
	display: none;
	margin-top: 1em;
	border-radius: 0 !important;
	color: black !important;
}

#shutter-cover #shutter-content {
	text-align: right;
}

#shutter-cover #shutter-content img {
	/*max-height: calc(95vh - 40px);*/
	max-height: calc(100vh - 60px);
	max-width: calc(100vw - 30px);
}

#shutter-cover .shutter-close {
	display: block;
	color: white;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.2em;
}

/* ------------------------ */
/* 5__Footer Content        */
/* ------------------------ */
footer {
	margin: 40px 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer .cta-email {
	font-size: 1.7em;
	margin-right: 8px;
	text-align: center;
}

/* ------------------------ */
/* 7__Bootstrap Overrides   */
/* ------------------------ */
.btn {
	padding: .6em 1em;
	font-size: 1em;
}

a.btn-primary,
.btn-primary {
	color: white;
	background-color: var(--colour-primary);
	/*border: 2px solid var(--colour-primary);*/
	border: none;
	/*border-radius: 100px;*/
	letter-spacing: 1px;
	font-weight: 600;
	text-decoration: none;
}

.btn-primary:hover {
	color: #fff;
	background-color: var(--colour-primary-darker);
	/*border: 2px solid var(--colour-primary-darker);*/
	text-decoration: none;
}

.btn-primary:focus,
.btn-primary.focus {
	/*color: #fff;*/
	background-color: var(--colour-primary-darker2);
	outline: none;
	/*border: 2px solid var(--colour-primary-darker2);*/
	text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	/*color: #fff;*/
	background-color: var(--colour-primary-darker2);
	/*border: 2px solid var(--colour-primary-darker2);*/
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
	/*border: 2px solid var(--colour-primary-darker2);*/
}


/* ------------------------ */
/* 8__Media Queries         */
/* ------------------------ */
@media screen and (max-width: 1000px) {
	#top-header #logo {
		max-width: 240px;
	}
}

@media screen and (max-width: 768px) {
	#top-header #logo {
		max-width: 200px;
	}

	#site-body img.map {
		display: none;
	}

	.btn.show-shutter {
		display: inline-block;
	}

	.map-and-profiles .row .left {
		margin: 0 !important;
	}

	.fade-content {
		margin: 35px 0 0;
	}
}

@media screen and (max-width: 700px) {
	#logo {
		max-width: 170px;
		width: auto;
	}
}

/* Extra Small Devices, Phones (Bootstrap col-xs-*) */
@media only screen and (max-width: 480px) {
	#top-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#top-header #logo {
		max-width: 50%;
		height: auto;
	}

	/*
	.map-and-profiles--desktop .biz-name {
		font-size: 1.1em;
	}
	*/

	.intro-text {
		margin-bottom: 40px;
		font-size: 1.3em;
	}

	.desktop-only-inline,
	.desktop-only-block {
		display: none;
	}

	.mobile-only-block {
		display: block;
	}

	.mobile-only-inline {
		display: inline-block;
	}

	footer .cta-email {
		font-size: 1.2em;
	}
}
