/*
Theme Name: HSL - Single Page Design
Theme URI: http://hertfordshelving.co.uk/
Author: Daniel Payne
Author URI: http://danielpayne.co.uk
Description: Wordpress theme for Hertford Shelving
Version: 1.0.0

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* --------------------------------------------------- */
/* THEME STYLES */
/* --------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	background-color: #fafafa;
	color: #191c47;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	margin-top: 20px;
}

html {
	min-height: 100vh;
	position: relative;
}

.logged-in .navbar-fixed-top {
	top: 32px;
}

img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* --------------------------------------------------- */
/* REUSABLE COMPONENTS */
/* --------------------------------------------------- */

.row {
	max-width: 1140px;
	margin: 0 auto;
}

.flex-container {
	display: flex;
}

#slider .row {
	max-width: 100%;
	margin: 0 auto;
}

.half {
	width: 60%;
}

section {
	padding: 30px 0;
	position: relative;
	clear: both;
}

section h1 span,
section h3 span {
	text-transform: lowercase;
}

section#slider {
	margin-top: 40px;
}

section#gallery,
section#slider,
section#contact {
	padding: 0;
}

section#call-us {
	padding: 10px 0;
	display: none;
}

#exhibitions p,
#counters p {
	padding-left: 30px;
}

#bespoke p,
#slat p {
	padding-right: 30px;
}

#exhibitions img,
#counters img,
#bespoke img,
#slat img,
#wall-bay img,
#gondola img {
	width: 100%;
	height: auto;
	padding: 1%;
}

#primary {
	padding-top: 40px;
	padding-bottom: 40px;
}

.span-1-of-4:nth-child(4n + 1) {
	margin-left: 0px;
	clear: left;
}

.box img {
	width: 100%;
	height: auto;
}

.box {
	padding: 0 1%;
}

.box.flex-container {
	flex-direction: column;
}

.box .btn {
	align-self: flex-start;
}

.flex-item {
	flex: 1 1;
}

.prod,
.card {
	background-color: #eee;
	border-radius: 5px;
	width: 90%;
	border: solid 1px #ddd;
	font-size: 90%;
}

.prod div,
.card div {
	padding: 10px;
}

.dimentions {
	background-color: #eee;
	border-radius: 5px;
	width: 90%;
	border: solid 1px #ddd;
	font-size: 90%;
}

.dimentions div {
	padding: 0;
}

.prod div:nth-child(2),
.card .card__img {
	padding: 0px;
}

.prod div:nth-child(4),
.card .card__options {
	/*    padding-top: 0;*/
	border-top: solid 1px #ddd;
	padding: 0;
}

.card__img {
	cursor: pointer;
}

.card .card__text {
	border-top: solid 1px #ddd;
	padding: 0;
}

.prod.panel div:nth-child(3) {
	padding: 0;
}

.prod h3,
.card h3 {
	margin: 0;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.prod h4,
.card h3 {
	padding: 5px 10px 5px 10px;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.prod p,
.card p {
	margin: 0px;
	padding: 0px;
}

.dimentions h3 {
	margin: 0;
}

.dimentions h4 {
	padding: 5px 0 5px 10px;
}

.dimentions p {
	margin: 0px;
	padding: 0px;
}

.prod ul,
.card ul {
	list-style: none;
}

.prod ul li,
.card ul li {
	padding: 2px 0 2px 10px;
}

.prod ul li:nth-child(odd),
.card ul li:nth-child(odd) {
	background-color: #ddd;
}

.dimentions ul {
	list-style: none;
}

.dimentions ul li {
	padding: 2px 0 2px 10px;
}

.dimentions ul li:nth-child(odd) {
	background-color: #ddd;
}

section#shelving,
section#bespoke,
section#slat,
section#wall-bay,
section#dimention,
section#shelving-bays {
	background-color: #eee;
}

.feature-image-default {
	/*background: url(../img/bg.jpg) no-repeat;
    background-size: cover;*/
	background-color: #eee;
}

.feature-image-default-alt {
	/*background: url(../img/hipster-stuff.jpg) no-repeat;*/
	background-color: #eee;
}

.feature-image {
	display: table;
	width: 100%;
	padding: 80px 0;
}

.feature-image h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #191c47;
}

.hover {
	cursor: pointer;
}

.hide {
	display: none;
}

/* --------- HEADINGS --------- */
h1,
h2,
h3 {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #191c47;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 300%;
	margin-bottom: 0;
}

h1.small {
	font-size: 380%;
}

h2 {
	font-size: 150%;
}

h2.blue {
	color: #191c47;
}

header h1,
h2,
h3 {
	color: #191c47;
	line-height: 1;
	margin: 0 0 10px 0;
}

h2 {
	text-align: center;
	margin-bottom: 40px;
}

h3 {
	margin-bottom: 20px;
}

#exhibitions h2,
#counters h2,
#bespoke h2,
#slat h2,
#wall-bay h2,
#gondola h2 {
	color: #191c47;
}

/* --------- PARAGRAPHS --------- */

p {
	margin-bottom: 20px;
}

strong {
	font-weight: 700;
}

/*
#bespoke, #slat {
 color: #fff;
}
*/

/* --------- ICONS --------- */

/* --------- LINKS --------- */

a:link,
a:visited {
	color: #3498db;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover,
a:active {
	color: #c0392b;
}

/* --------- BUTTONS --------- */

.btn:link,
.btn:visited,
input[type='submit'] {
	display: inline-block;
	padding: 7px 10px;
	text-decoration: none;
	border-radius: 10px;
	-webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
	transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.widget .btn:link,
.widget .btn:visited,
input[type='submit'] {
	padding: 0 15px;
}

.btn:hover,
.btn:active,
input[type='submit']:hover,
input[type='submit']:active {
	background-color: #8e0e12;
}

.btn-red:link,
.btn-red:visited,
input[type='submit'] {
	background-color: #bc1318;
	border: 1px solid #bc1318;
	color: #fff;
	margin-right: 15px;
	cursor: pointer;
}

/*
.btn-ghost:link,
.btn-ghost:visited {

}
*/

.btn-red:hover,
.btn-red:active {
	background-color: #8e0e12;
	border: 1px solid #8e0e12;
}

.btn-red:focus {
}

#exhibitions .btn,
#counters .btn {
	margin-left: 30px;
}

a.btn.btn-red.call {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}
/*
.btn-ghost:hover,
.btn-ghost:active {
	border: 1px solid #cf6d17;
	color: #fff;
}
*/

/* --------------------------------------------------- */
/* HEADER */
/* --------------------------------------------------- */

.hero-text-box {
	position: absolute;
	/*width: 1140px;*/
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.logo {
	height: 60px;
	width: auto;
	float: left;
	margin: 0 0 0 1%;
}

nav {
	-webkit-transition: all 0.5 ease-in-out;
	transition: all 0.5 ease-in-out;
}

/* Main nav */
.main-nav {
	list-style: none;
	margin: 20px 0;
	text-align: center;
}

.main-nav ul {
	display: none;
	transition: all 0.5s;
}

.main-nav li {
	display: inline-block;
	margin-left: 10px;
}

.main-nav ul {
	position: absolute;
	top: 80%;
	background-color: rgba(25, 28, 71, 0.98);
}

.main-nav ul li {
	float: none;
	margin: 0;
	padding: 15px 15px;
	position: relative;
}

.main-nav li:hover > ul {
	display: block;
}

.main-nav li:last-child {
	margin-right: 2%;
}

.main-nav li a:link,
.main-nav li a:visited {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 0;
	-webkit-transition: all, 0.5s, ease-in;
	transition: all, 0.5s, ease-in;
}

.main-nav li a:hover,
.main-nav li a:active {
	/*    color: #8e0e12;*/
	color: #bc1318;
}

.mobile-nav-icon {
	float: right;
	margin: 10px 0;
	cursor: pointer;
	display: none;
}

.mobile-nav-icon i {
	font-size: 200%;
	color: #fff;
}

.bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25%;
}

.sticky {
	background-color: rgba(25, 28, 71, 0.98);
	position: fixed;
	top: 0px;
	width: 100%;
	/*box-shadow: 0 2px 2px #070815;*/
	z-index: 100;
}

.admin-bar .sticky {
	top: 32px;
}

/* --------------------------------------------------- */
/* SHELVING */
/* --------------------------------------------------- */
/*
#shelving {
    padding: 60px 0;
}*/

#shelving .row > p {
	margin-left: 1%;
	margin-right: 1%;
}

#shelving h2,
h3 {
	color: #191c47;
}

#shelving h3 {
	margin: 20px 0 10px 0;
}

/* --------------------------------------------------- */
/* SHOPFITTING */
/* --------------------------------------------------- */

#shopfitting {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(255, 255, 255, 0.7)),
			to(rgba(255, 255, 255, 0.7))
		),
		url('assets/img/Floor_Plan.jpg');
	background-image: -webkit-linear-gradient(
			rgba(255, 255, 255, 0.7),
			rgba(255, 255, 255, 0.7)
		),
		url('assets/img/Floor_Plan.jpg');
	background-image: linear-gradient(
			rgba(255, 255, 255, 0.7),
			rgba(255, 255, 255, 0.7)
		),
		url('assets/img/Floor_Plan.jpg');
	background-size: cover;
	background-position: center;
	/*	background-attachment: fixed;*/
	padding: 100px 0;
	min-height: 50vh;
}

/*#shopfitting p {
    color: #fff;
}*/

/* --------------------------------------------------- */
/* SHOWCASE */
/* --------------------------------------------------- */

.shelving-showcase {
	list-style: none;
	width: 100%;
}

.shelving-showcase li {
	display: block;
	float: left;
	width: 25%;
}

.shelving-photo {
	width: 100%;
	margin: 0;
	overflow: hidden;
	position: relative;
	background-color: #191c47;
}

.shelving-photo img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.5;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.shelving-photo img:hover,
figcaption:hover .shelving-photo img {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.shelving-photo figcaption {
	position: absolute;
	bottom: 10px;
	left: 0;
	background-color: rgba(25, 28, 71, 0.6);
	font-size: 90%;
	color: #fff;
	/*    width: 90%;*/
	padding: 2% 3%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.shelving-photo:hover figcaption {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.shelving-photo figcaption p {
	padding: 0;
	margin-bottom: 0;
}

/* --------------------------------------------------- */
/* CONTACT */
/* --------------------------------------------------- */

.contact-form {
	width: 90%;
	margin: 0 auto;
}

input[type='text'],
input[type='email'],
select,
textarea {
	width: 100%;
	padding: 7px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

/*textarea {
	height: 100px;
}*/

input[type='checkbox'] {
	margin: 10px 5px 10px 0;
}

*:focus {
	outline: none;
}

.map-box {
	width: 100%;
	height: 660px;
	position: relative;
}

#map {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}

strong.map {
	line-height: 17px;
}

.form-box {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 10;
	height: 100%;
	padding-top: 40px;
}

.form-box h2 {
	color: #191c47;
}

/* --------------------------------------------------- */
/* Blog */
/* --------------------------------------------------- */

.post,
.widget {
	position: relative;
	border: solid 1px #ddd;
	background: #eee;
	margin: 0 0 40px;
	border-radius: 4px;
}

.post header,
.post .post-excerpt,
.post .post-body {
	padding: 20px;
}

.post-body {
	margin-bottom: 20px;
}

.post header h1,
.post header h3 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
}

.post header h1 {
	font-size: 200%;
	color: #191c47;
}

.post-image {
	height: auto;
}

.post-details {
	font-size: 90%;
}

.post-details i.ion {
	padding-right: 2px;
	padding-left: 5px;
}

.post-details i.ion:first-child {
	padding-left: 0;
}

/* --------------------------------------------------- */
/* Widgets */
/* --------------------------------------------------- */

.widget {
	padding: 20px;
}

.widget h4 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ddd;
}

.widget ul {
	list-style: none;
}

.widget ul li {
	margin: 0 0 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: block;
	width: auto;
}

.widget ul li:hover {
	position: relative;
	left: 1px;
}

/* --------------------------------------------------- */
/* FOOTER */
/* --------------------------------------------------- */

footer {
	background-color: #191c47;
	padding: 25px;
	font-size: 80%;
	/*position: absolute;
	bottom: 0px;*/
	width: 100%;
	/*z-index: 0;*/
}

.footer-nav {
	list-style: none;
	float: left;
}

.social {
	list-style: none;
	float: right;
}

.footer-nav li,
.social li {
	display: inline-block;
	margin-right: 20px;
}

.footer-nav li:last-child,
.social li:last-child {
	margin: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social li a:link,
.social li a:visited {
	text-decoration: none;
	border: 0;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
	color: #8e0e12;
}

.social li a:link,
.social li a:visited {
	font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.ion-social-facebook:hover {
	color: #3b5998;
}

.ion-social-twitter:hover {
	color: #55acee;
}

.ion-social-googleplus:hover {
	color: #dd4b39;
}

.ion-social-instagram:hover {
	color: #125688;
}

footer p {
	color: #fff;
	margin-top: 10px;
}

/* --------------------------------------------------- */
/* BACKDROP/MODAL */
/* --------------------------------------------------- */

#backdrop {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.75);
	/* background: rgba(0, 0, 0, 0.75); */
	z-index: 1000;
	pointer-events: none;
	display: none;
}

#backdrop.visible {
	display: block;
	pointer-events: all;
}

.visible {
	display: flex;
}

.modal {
	/* max-width: 800px; */
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	display: none;
	border: 1px solid #ddd;
	background-color: #fff;
	z-index: 10000;
}

.modal.visible {
	display: block;
	animation: fade-in 0.3s ease-out forwards;
}

.modal.closed {
	animation: fade-out 0.3s ease-out forwards;
}

.modal .modal__content {
	padding: 10px 25px 20px 25px;
	max-width: 900px;
	height: auto;
}

.modal__img {
	overflow: hidden;
	margin-bottom: 10px;
}

.modal__img img {
	height: auto;
	object-fit: contain;
}

.modal__text h3 {
	margin-bottom: 0;
}

.modal p {
	font-size: 20px;
	font-weight: 800;
}

.modal__close {
	font-size: 20px;
	margin-bottom: 5px;
	margin-left: auto;
	cursor: pointer;
}

#add-modal .modal__content {
	display: flex;
	flex-direction: column;
}

/* --------------------------------------------------- */
/* ANNIMATIONS */
/* --------------------------------------------------- */
@keyframes fade-in {
	from {
		transform: translate(-50%, -50%) scale(0);
	}
	to {
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes fade-out {
	from {
		transform: translate(-50%, -50%) scale(1);
	}
	to {
		transform: translate(-50%, -50%) scale(0);
	}
}

@media only screen and (max-width: 1200px) {
	.row {
		margin: 0 3%;
	}
}

@media only screen and (max-width: 1069px) {
	/* .sticky {
		max-height: 461px;
		overflow: scroll;
	} */

	.row {
		padding: 0 4%;
	}

	#slider > .row {
		padding: 0;
	}

	.logo {
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		float: none;
		margin: 0;
	}

	.main-nav {
		display: none;
		position: relative;
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
	}
	.mobile-nav-icon {
		display: inline-block;
		position: absolute;
		top: 0px;
		right: 10px;
		float: none;
	}

	.main-nav {
		float: left;
		margin-top: 30px;
	}

	.main-nav li {
		display: block;
		text-align: center;
	}

	.main-nav li a:link,
	.main-nav li a:visited {
		display: block;
	}

	.main-nav ul li {
		display: none;
	}
}

@media only screen and (max-width: 990px) {
	.row {
		padding: 0 4%;
	}
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}
	/*	section { padding: 30px 0; }*/

	.col {
		width: 100%;
		margin: 0 0 4% 0;
	}

	.map-box {
		width: 100%;
		height: auto;
		position: relative;
	}

	#map {
		width: 100%;
		height: 500px;
		position: relative;
		z-index: 0;
	}

	.form-box {
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 0;
	}

	.prod,
	.card {
		width: 100%;
	}

	.card__img img {
		width: 100%;
	}

	.btn-red {
		margin-bottom: 15px;
	}

	#exhibitions h2,
	#counters h2,
	#bespoke h2,
	#slat h2 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

/* Small phones 0 to 480px */
@media only screen and (max-width: 480px) {
	/*	section { padding: 25% 0; }*/
	.contact-form {
		width: 100%;
	}

	#exhibitions,
	#counters,
	#bespoke,
	#slat,
	#wall-bay,
	#gondola {
		padding-bottom: 30px;
	}

	section#call-us {
		display: block;
	}

	.modal__content {
		padding: 10px 15px 20px 15px;
	}

	.mobile {
		display: none;
	}
}
