
/*--------------------------------
    Basics
----------------------------------*/

body { 
	padding:154px 0 0; 
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
}

b, strong { font-weight: 600; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

a.button {
	font-size: 16px;
	padding:10px 20px;
	line-height: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #f2f2f2;
	font-size: 11px;
	font-weight: 600;
	color: #666;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a.button:hover { 
	color: #fff;
	background-color: #c6579a;
}

.row { padding-left:3em; padding-right: 3em; }
.row.collapse,
.row .row { padding-left:0; padding-right: 0; }

@media only screen and (max-width: 64em) {
	.row { padding-left:2em; padding-right: 2em; }
	.row.collapse,
	.row .row { padding-left:0; padding-right: 0; }
	body { padding:110px 0 0; }
}

@media only screen and (max-width: 40em) {
	.row { padding-left:0; padding-right: 0; }
	.row.collapse,
	.row .row { padding-left:0; padding-right: 0; }
	body { padding:80px 0 0; }
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

/*--------------------------------
    Header
----------------------------------*/

.header {
	padding:0;
	background-color: #fff;
	z-index: 55;
	position: fixed;
	top:0;
	left:0;
	right:0;
}

.header > .row { min-height: 106px; }

	body.admin-bar .header { top: 32px; }

.header img.logo { 
	float: left;
	margin:15px 0;
	height: auto; 
	-ms-interpolation-mode: bicubic;
}

.header img.logo.logo-retina {
	display: none;
}

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
		.header img.logo { display: none; }
		.header img.logo.logo-retina { display: block; }
	}

.header nav {
	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 48px;	
}

.single-store .header nav ul li.menu-item-3144 > a,
.single-post .header nav ul li.menu-item-3132 > a,
.single-town .header nav ul li.menu-item-3216 > a,
.header nav ul#main-menu > li.current-menu-item > a,
.header nav ul#main-menu > li.current-menu-parent > a {
	text-decoration: underline;
	color: #999;
}

.header nav ul#main-menu ul li.current-menu-item > a {
	text-decoration: underline;
}

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {

}

@media only screen and (max-width: 64em) {

}

@media only screen and (max-width: 40em) { 
	.header img.logo { max-width: 60% !important; margin:10px 0; }
	.header > .row { min-height: 10px; }
}

/*--------------------------------
    Right Canvas
----------------------------------*/

a#toggle-menu {
	display: none;
	position: absolute;
	top:13px;
	right:50px;
	float: right;	
	height: 40px;
	width: 40px;
	text-align: left;
	text-indent: -9999px;
	opacity: 0.9;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

a#toggle-menu span {
	display: block;
	background-color: #999;
	height: 2px;
	width: 30px;
	top:10px;
	left:10px;
	position: absolute;
}

a#toggle-menu span.top-line { top:10px; }
a#toggle-menu span.middle-line { top:18px; }
a#toggle-menu span.bottom-line { top:26px; }

a#toggle-menu:hover { opacity: 1; }

#right-canvas {	
	overflow: auto;
	display: none;
	opacity: 0;
	z-index: 203;
	text-align: left;
	background: #000;
	background-color: rgba(0,0,0,0.88);
	color: #fff;
	position: fixed;
	top:0;
	right:-50px;
	bottom:0;
	left:0;
	width: 100%;
	padding:60px 0 20px;
	margin: 0;
}

a#close-menu {
	display: block;
	position: absolute;
	top:6px;
	right:17px;
	height: 50px;
	width: 50px;
	text-align: left;
	text-indent: -9999px;
	background: url(../images/ico-close.png) center center no-repeat;
	z-index: 5;
}

a#close-canvas {
	position: fixed;
	z-index: 201;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	background: #fff;
	background: rgba(255,255,255,0.3);
	display: none;
	text-align: left;
	text-indent: -9999px;
}

#right-canvas ul { margin:0; padding:0; list-style: none; text-align: center; }
#right-canvas ul li { margin:0; font-size: 22px; }
#right-canvas nav > ul > li { border-bottom: 1px solid #666; padding:10px 0; }

#right-canvas nav > ul > li:last-child { border-bottom: none; }
#right-canvas ul li a { display: block; color: #fff; letter-spacing: 1px; font-weight: 700; }
#right-canvas ul ul li a { font-weight: 400; }
#right-canvas ul ul { margin:0; }

#right-canvas p.opening { padding:0 20px; margin:20px 0 10px; font-size: 15px; text-align: center; }
#right-canvas p.opening span { font-weight: bold; }
#right-canvas ul.social-links { margin:0 20px 20px; text-align: center; }
#right-canvas ul.social-links li { display: inline-block; float: none; }
#right-canvas ul.social-links li a { background-color: transparent; }

#right-canvas .search-wrap { margin:0 20px 40px; }

@media only screen and (min-width: 64.063em) {
	#right-canvas { display: none !important; }
}

@media only screen and (max-width: 64em) {
	.header a#toggle-menu { display: block; }
	.header nav { display: none !important; }
}

@media only screen and (max-width: 40em) { 
	a#toggle-menu { right: 20px; }
}

/*--------------------------------
    Footer
----------------------------------*/

.footer { }

.footer .top-footer { padding:50px 0 15px; background-color: #252525; color: #fff; }
.footer .top-footer h3 { color: #fff; margin:0 0 10px; padding:0; font-size: 19px;  font-weight: bold; }
.footer .top-footer p { font-size: 12px; margin:0 0 6px; padding:0 2px 6px; border-bottom: 1px solid #fff; max-width: 240px; }
.footer .top-footer p[itemprop="name"] { display: none; }
.footer .top-footer p.view-map { margin:0 0 40px; }
.footer .top-footer a { color: #fff; }
.footer .top-footer a,
.footer .top-footer p.view-map { border-bottom: none; }
.footer .top-footer p.view-map a { color: #fff; text-decoration: none; }
.footer .top-footer p.view-map a:hover { text-decoration: underline; }

.top-footer ul.opening-hours { margin:0 0 20px 0; padding:0; list-style: none; max-width: 260px; }
.top-footer ul.opening-hours li { margin:0 0 5px; padding:0 0 5px; color: #fff; font-size: 12px; border-bottom: 1px solid #fff; }
.top-footer ul.opening-hours li span { display: inline-block; width: 145px; }

.top-footer ul.social-links li { margin-right: 4px; }

.top-footer .gform_wrapper { margin: 0; max-width: 100%; }
.top-footer .gform_wrapper form { margin:0 0 20px; padding:0; max-width: 265px; }
.top-footer .gform_wrapper h3.gform_title { margin:0 0 0 !important;  font-weight: bold; padding:0; text-transform: none; font-size: 19px !important; color: #fff }
.top-footer .gform_wrapper .gform_description { display: block; font-size: 18px; margin:0 0 10px; color: #fff; line-height: 1.3em; }

.top-footer .gform_wrapper input[type="email"],
.top-footer .gform_wrapper input[type="text"] {
	border:none;
	width: 100% !important;
	border-radius: 0px;
	box-shadow: none;
	font-size: 12px !important;
	color: #fff;
	margin:0 0 4px;
	padding:8px 10px;
	height: auto;
	background: url(../images/ico-submit-arrow-white.png) transparent right 10px center no-repeat;
	border-bottom: 1px solid #fff;
}
.top-footer .gform_wrapper ::-webkit-input-placeholder { color: #fff; opacity: 1; }
.top-footer .gform_wrapper :-moz-placeholder { color: #fff; opacity: 1; }
.top-footer .gform_wrapper ::-moz-placeholder { color: #fff; opacity: 1; }
.top-footer .gform_wrapper :-ms-input-placeholder { color: #fff; opacity: 1; }

.top-footer .gform_wrapper input[type="submit"] { display: none !important; }

.top-footer .gform_wrapper .gform_footer { margin:10px 0 0; padding: 0; text-align: right; }

.footer .bottom-footer { padding:20px 0 60px; }
.footer .footer-logos { float: right; }

.footer ul.footer-menu { margin:40px 0 0; padding:0; list-style: none; text-transform: uppercase; }
.footer ul.footer-menu li { margin:0; font-size: 10px; margin-right: 20px; font-weight: bold; }
.footer ul.footer-menu ul { margin:0; list-style: none; }
.footer ul.footer-menu li a { color: #999; text-decoration: none; }
.footer ul.footer-menu li a:hover { text-decoration: underline; }


@media only screen and (max-width: 64em) {
	.footer ul.menu.simple li { margin-right: 0px; display: block; margin-bottom: 10px; }
	.footer .top-footer .columns { margin-bottom: 30px; }
}


/*--------------------------------
    Social Links
----------------------------------*/

.header ul.social-links { float: right; position: relative; margin:47px 0 10px; }

ul.social-links.menu.simple li { margin-right: 2px; margin-bottom: 2px; display: block; float: left; }
ul.social-links.menu.simple li:last-child { margin-right: 0; }
ul.social-links.menu li a i { margin-right: 0; }
ul.social-links li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding:0 10px;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 3px;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
ul.social-links li a { display: block; line-height: 40px; font-size: 16px; }
ul.social-links li.li-su a {
	width: 140px;	
}
ul.social-links li a:hover { text-decoration: none; }

.header ul.social-links li a i { display: block; line-height: 40px; font-size: 17px; }

.footer ul.social-links.menu.simple li { margin-right: 6px; }
.footer ul.social-links li a { background-color: #999; border-radius: 50%; height: 37px; width: 37px; line-height: 37px; font-size: 17px; }
.footer ul.social-links li a i { display: block; line-height: 37px; }


@media only screen and (max-width: 64em) {
	.header ul.social-links { top: auto; display: none; }
}

@media only screen and (max-width: 40em) {
	
}

/*--------------------------------
    Homepage Opt-in Popup
----------------------------------*/

#popup-optin { position: relative; width: 100%; margin:0 auto; max-width: 500px; color: #fff; text-align: center; background-repeat: no-repeat; background-position: center center;
	padding:20px;
	background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#popup-optin a {
	display: block;
}
.mfp-circle #popup-optin img,
.mfp-circle #popup-optin {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#popup-optin img {
	display: block;
	margin:0;
	max-width: 100%;
	height: auto;
}


#popup-optin .entry { padding:110px 120px; text-align: center; }
#popup-optin .entry h3 { font-size: 52px; color: #fff; text-transform: uppercase; margin:0 0 20px; letter-spacing: 2px; }

#popup-optin .entry .gform_wrapper { margin: 0 !important; max-width: 100% !important; }
#popup-optin .entry .gform_wrapper form { margin: 0; }
#popup-optin .entry .gform_wrapper .gform_heading { margin-bottom: 0; }
#popup-optin .entry .gform_wrapper span.gform_description {
	margin-bottom: 35px;
	padding:15px 70px;
	
	color: #fff;
	font-size: 21px;
	text-align: center;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	line-height: 1.2em;
	width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield { padding-right: 0 !important; }
body .gform_wrapper ul li.gfield { margin-top: 0 !important; }
body .gform_wrapper .top_label div.ginput_container { margin-top: 0 !important; }
#popup-optin .entry .gform_wrapper input[type="email"] {
	border:none;
	margin-bottom: 0;
	font-size: 14px;
	color: #666;
	max-width: 345px;
	width: 100%;
	margin:0 auto;
	background: url(../images/ico-submit-arrow.png) #fff right 10px center no-repeat;
	font-weight: 600;
	padding:10px;
	box-shadow: none;
}
#popup-optin .entry .gform_wrapper input[type="submit"] { border:none; }
#popup-optin .entry .gform_wrapper .gform_body { }
#popup-optin .entry .gform_wrapper .gform_footer { clear: none; margin: 0; padding: 0; display: none; }

#popup-optin .entry .gform_wrapper ::-webkit-input-placeholder { color: #333; opacity: 1; }
#popup-optin .entry .gform_wrapper :-moz-placeholder { color: #333; opacity: 1; }
#popup-optin .entry .gform_wrapper ::-moz-placeholder { color: #333; opacity: 1; }
#popup-optin .entry .gform_wrapper :-ms-input-placeholder { color: #333; opacity: 1; }

#popup-optin ul.social-links { position: absolute; right:30px; bottom:20px; }
#popup-optin ul.social-links li { margin-right: 0; margin-left: 5px; }



@media only screen and (max-width: 64em) { 
	#popup-optin {  max-width: 400px; }
}

@media only screen and (max-width: 40em) { 
	#popup-optin .entry { padding:40px 30px; }
	#popup-optin {  max-width: 90%; }
}


/*--------------------------------
    Home - slider
----------------------------------*/

.royalSlider > .rsContent,
.royalSlider > img {
    display: none;
}

#slider.royalSlider { width: 100%; margin:30px 0 35px; }
#slider.royalSlider a.link-url { display: block; }
#slider.royalSlider a.link-url:hover { text-decoration: none; }
#slider.royalSlider .rsABlock { left: 0; right:0; top:20%; bottom:auto; text-align: center; }
.csstransforms #slider.royalSlider .rsABlock { top:50%; }
.csstransforms #slider.royalSlider .rsABlock > .row { 
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
    transform: translateY(-50%);
}

#slider.royalSlider .rsABlock h3 { color: #fff; max-width: 730px; width: 100%; margin:0 auto; font-weight: normal; text-transform: uppercase; font-size: 58px; line-height: 1.1em; margin-bottom: 40px; }
#slider.royalSlider .rsABlock a.inline-button { font-size: 18px; padding:7px 15px; border-bottom:1px solid #fff; color: #fff;  display: inline-block; background-color: transparent;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#slider.royalSlider .rsABlock a.inline-button:hover { text-decoration: none; }

@media only screen and (max-width: 64em) { 
	#slider.royalSlider .rsABlock h3 { font-size: 65px; }
	#slider.royalSlider .rsABlock a.inline-button { font-size: 16px; }
}

@media only screen and (max-width: 40em) { 
	#slider.royalSlider .rsABlock h3 { font-size: 30px; }
	#slider.royalSlider #rsTogglePlay, .home #slider.royalSlider .rsBullets { display: none; }
}

/*--------------------------------
    Subscribe Forms
----------------------------------*/

.page-template-tpl-full-width article .entry { margin:0 0 40px; }

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .gform_wrapper ul.gfield_radio li input[type="radio"] { margin-bottom: 0; }
.ui-datepicker-title select { width: auto !important; font-size: 13px; font-weight: normal; }
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li { margin-right: 12px; }
/*--------------------------------
    Home - Feature content
----------------------------------*/

.banner { background-color: #252525; color: #fff; padding:28px 0 20px; color: #fff; margin:0 0 50px; }

.banner p.todays-opening { margin:0; padding:14px 0 14px 60px; font-size: 17px; position: relative; line-height: 1.1em; }
.banner p.todays-opening:before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 41px;
	height: 41px;
	background: url(../images/sprite-ico.png) no-repeat;
	background-position: -43px 0;
}
.banner p.todays-opening span { font-weight: 600; text-decoration: underline; }

.search-wrap {
	background-color: #252525; 
	color: #fff;
	padding:20px;
	margin:40px 0 60px;
}

.home .search-wrap { padding:0; margin:0; }

.search-wrap form {
	margin:0;
	padding:0 0 5px 64px;
	position: relative;

}
.search-wrap form:before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 43px;
	height: 45px;
	background: url(../images/sprite-ico.png) no-repeat;
	background-position: 0 0;
}

.search-wrap form .input-group {
	margin-bottom: 0;
}

.search-wrap form .input-group-label {
	display: none;
}

.search-wrap form input.search-field {
	margin-bottom: 0;
	border: none;
	background-color: #fff;
	box-shadow: none;
	padding:5px 15px;
	height: 40px;
	margin:0;
	font-size: 15px;	
	color: #333;
	border-radius: 0px;
}

.search-wrap form  ::-webkit-input-placeholder { color: #333; opacity: 1; }
.search-wrap form  :-moz-placeholder { color: #333; opacity: 1; }
.search-wrap form  ::-moz-placeholder { color: #333; opacity: 1; }
.search-wrap form  :-ms-input-placeholder { color: #333; opacity: 1; }

.search-wrap form button {
	padding:0;
	width: 80px;
	height: 40px;
	border:none;
	background: url(../images/ico-search-arrow.png) #fff center center no-repeat;
	text-align: left;
	text-indent: -9999px;
}

.search-wrap form button:hover {
	background-color: #fff;
}

@media only screen and (max-width: 64em) { 

}

@media only screen and (max-width: 40em) { 
	.banner p.todays-opening { font-size: 14px; background: none; padding:0; margin:0 0 20px; text-align: center; }
	.search-wrap form { background: none; padding:0 15px; }
	.banner p.todays-opening:before,
	.search-wrap form:before { display: none; }
}

/*--------------------------------
    Blogroll Posts
----------------------------------*/

.blogroll { text-align: center; padding:0 0 30px 0; }

.home .post-grid { text-align: center; }
.home .post-grid h3 { font-size: 20px; background-color: #999; font-weight:bold; line-height: 1.2em; margin:0 0 30px; text-align: left; }
.home .post-grid h3 a { color: #fff; display: block; padding:18px 20px 22px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.home .post-grid h3 a:hover { text-decoration: none; background-color: #666; }
.home .post-grid img { display: block; width: 100%; height: auto; margin:0; }


@media only screen and (max-width: 64em) { 

}

@media only screen and (max-width: 40em) { 

}

/*--------------------------------
    Post Archive
----------------------------------*/

.instagram-feed { padding:30px 120px 60px; text-align: center; background-color: #e5e5e5; position: relative; overflow: hidden; }
.instagram-feed h2 { font-size: 24px; font-weight: bold; color: #666;  margin:0 0 25px; }
.instagram-feed a.instagram-link { font-size: 16px; color: #999;  margin:0 0 35px; display: inline-block; }
.instagram-feed a.instagram-link:hover { text-decoration: underline; }
.instagram-feed .carousel-item { padding:0 2px; }
.instagram-feed .carousel-item:focus, .instagram-feed .carousel-item:active { outline: none; }
.instagram-feed .instagram-carousel { margin-bottom:  40px; display: none; }
.instagram-feed .instagram-carousel.slick-initialized { display: block; }
.instagram-feed .slick-arrow {
	display: block;
	width: 58px;
	position: absolute;
	z-index: 2;
	top:0;
	bottom:0;
	border:none;
	text-transform: uppercase;
	text-align: left;
	text-indent: -9999px;
	background: url(../images/sprite-arrows.png) no-repeat;
}

.instagram-feed .slick-arrow.slick-prev { left: -85px; background-position: left center; }
.instagram-feed .slick-arrow.slick-next { right: -85px; background-position: right center; }

.instagram-feed a.button {
	background-color: #000;
	color: #fff;
	padding:10px 50px;
	font-size: 15px;
	font-weight: 600;
}

@media only screen and (max-width: 80em) { 
	.instagram-feed { padding:30px 80px 65px; }
	.instagram-feed .slick-arrow.slick-prev { left: -70px; }
	.instagram-feed .slick-arrow.slick-next { right: -70px; }
}

@media only screen and (max-width: 64em) { 
	.instagram-feed { padding:30px 60px 65px; }
	.instagram-feed .slick-arrow.slick-prev { left: 20px; }
	.instagram-feed .slick-arrow.slick-next { right: 20px; }
}

@media only screen and (max-width: 40em) { 
	.instagram-feed { padding:30px 20px 65px; }
}

/*--------------------------------
    Page Header
----------------------------------*/

.content-header { padding:50px 0 30px; text-align: center; background-color: #252525; }
.content-header h1 { font-size: 31px; line-height: 1.2em; text-transform: none; color: #fff; margin:0 0 10px; font-weight: normal; }
.content-header p { font-size: 18px; color: #fff; font-weight: 300; margin:0 0 20px; padding:0 10px; }

	body.page-template-tpl-category .content-header { margin-bottom: 30px; }
	body.page-template-tpl-whatson .content-header { margin-bottom: 30px; }
	body.page-template-tpl-to-your-table .content-header { margin-bottom: 30px; }

.post-grid-row { margin-bottom: 30px; }
.post-grid-row .post-grid .entry { margin-bottom: 30px;}

.hero-image {
	width: 100%;
	height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-content article { background-color: #f2f2f2; padding:45px 0 120px; }

.page-content .entry h1 { font-size: 23px; font-weight: bold; margin:0 0 10px; }
.page-content .entry h2 { font-size: 20px; font-weight: bold; margin:0 0 20px; }
.page-content .entry h3 { font-size: 20px; font-weight: 600; line-height: 1.3em; margin:0 0 30px; }
.page-content .entry h4 { font-size: 17px; font-weight: 700; }
.page-content .entry h5 { font-size: 16px; font-weight: normal; margin:0 0 30px; }

.page-content .entry.entry-left { padding-right: 30px; color: #333; }

.page-content .entry h1,
.page-content .entry h2,
.page-content .entry h3,
.page-content .entry h4,
.page-content .entry h5,
.page-content .entry p,
.page-content .entry li { color: #333; }

.entry p { margin-bottom: 20px; }

.page-content .entry.entry-left p { margin:0 0 10px; }

.page-content .entry.entry-left p,
.page-content .entry.entry-left li { font-size: 14px; line-height: 1.5em; }

.page-content .entry.entry-right p,
.page-content .entry.entry-right li { font-size: 14px; line-height: 1.5em; }

.page-content .entry-right h1 { }

.page-content .entry a.button { font-weight: 600; text-transform: none; font-size: 14px; background-color: #999; color: #fff; }
.page-content .entry a.button:hover { background-color: #666; }

.page-content small { font-size: 70%; }

@media only screen and (max-width: 78em) { 
	.hero-image { height: 350px }
}

@media only screen and (max-width: 64em) { 
	.content-header h1 { font-size: 26px; }
	.hero-image { height: 260px }
}

@media only screen and (max-width: 40em) { 
	.content-header h1 { font-size: 22px; }
	.hero-image { height: 180px }
	.page-content .entry.entry-left { margin-bottom: 20px; }
}

/*--------------------------------
    Search Results
----------------------------------*/

.post-entry { padding-bottom: 10px; margin-bottom: 30px; border-bottom: 1px solid #ccc; }

/*--------------------------------
    Single
----------------------------------*/

.single-store .content-header { padding-bottom: 0; }
.single-store .content-header h1 { margin-bottom: 30px; }

.single-store .content-header a.button {
  background-color: #252525;
  color: #fff;
  border:1px solid #fff;
  padding: 12px 50px 13px 55px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

.single-store .content-header a.button:hover {
	background-color: #252525;
	color: #fff;
}

.single-store .content-header a.button span {
	display: block;
	border:6px solid transparent;
	border-right:6px solid #fff;
	position: absolute;
	top:15px;
	left: 27px;
}


.single-store .entry-left h1 { 
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 0 0 5px; 
}

.single-store table.store-data {  }

ul.single-store-meta { margin:0 0 15px; padding:0; list-style: none; }
ul.single-store-meta li { font-size: 17px; font-weight: normal;  color: #333; margin:0 0 4px; line-height: 1.2em; }
ul.single-store-meta li a { color: #333; text-decoration: none; }
ul.single-store-meta li a:hover { text-decoration: underline; }

.store-description { padding-right: 20px; margin-bottom: 30px; }

.store-description p { margin:0 0 10px; }
.store-description p,
.store-description li { font-size: 14px; }
.store-description p a { text-decoration: underline; }

.single-store table.store-data tbody tr td { font-size: 13px; padding: 5px 4px; }

@media only screen and (max-width: 64em) { 

}

@media only screen and (max-width: 40em) { 

}

/*--------------------------------
    About
----------------------------------*/

.page-template-tpl-about .page-content article { padding:0; background-color: #fff; }
.content-row { background-color: #fff; padding:50px 0 30px; }
.content-row.content-row-grey { background-color: #f2f2f2; }

.page-content .content-row .entry h2 { font-size: 18px; }

/*--------------------------------
    Community
----------------------------------*/

.post-grid-masonry { margin:0 -15px; }
.post-grid-masonry .grid-item { padding:0 15px; margin-bottom: 30px; float: left; width: 33.3333%; }
.post-grid-masonry .grid-item.grid-item-double { width: 66.6666%; }
.post-grid-masonry .grid-item img { display: block; width: 100%; height: auto; }
.post-grid-masonry .grid-item .entry { background-color: #f2f2f2; padding:20px 20px 10px; min-height: 120px; }
.post-grid-masonry .grid-item h3 { font-weight: bold; font-size: 17px; margin:0 0 5px; line-height: 1.2em; color: #666; }
.post-grid-masonry .grid-item h3 a { color:#666; text-decoration: none; }
.post-grid-masonry .grid-item h3 a:hover { color:#999; text-decoration: none; }
.post-grid-masonry .grid-item p { font-size: 14px; margin:0 0 10px; line-height: 1.3em; color: #666; }
.post-grid-masonry .grid-item a.button { margin:0 0 10px; color: #fff; background-color: #000; }
.post-grid-masonry .grid-item a.button:hover { background-color: #333; color: #fff; }
.post-grid-masonry:after { content: ""; display: table; clear: both; }

ul.cat-menu { padding:20px 0 0; margin:0 0 20px; }
ul.cat-menu li { text-transform: uppercase; font-size: 13px; font-weight: bold; margin-right: 30px; }
ul.cat-menu li a { color: #000; }
ul.cat-menu li a:hover { text-decoration: underline; }

a.submit-news { margin:20px 0; background-color: #999; color: #fff; font-size: 17px; text-transform: uppercase; font-weight: bold; float: right; }
a.submit-news:hover { color: #fff; background-color: #333; }

.ginput_container_fileupload .screen-reader-text { display: block; font-size: 12px; color: #999; }

@media only screen and (max-width: 64em) { 
	.post-grid-masonry .grid-item { width: 50%; }
	.post-grid-masonry .grid-item.grid-item-double { width: 50%; }
}

@media only screen and (max-width: 40em) { 
	.post-grid-masonry .grid-item { width: 100%; }
	.post-grid-masonry .grid-item.grid-item-double { width: 100%; }
}


/*--------------------------------
    Contact
----------------------------------*/

article .entry .gform_wrapper input[type="text"],
article .entry .gform_wrapper input[type="email"] {
	border:1px solid #cacaca;
	background-color: #fff;
	font-weight: 600;
	margin:0 0 6px;
	color: #333;
	font-size: 14px;
	padding:12px 15px !important; 
	height: auto;
	box-shadow: none;
}

.entry .gform_wrapper textarea {
	border:1px solid #cacaca;
	background-color: #fff;
	font-weight: 600;
	margin:0 0 6px;
	color: #333;
	font-size: 14px;
	padding:12px 15px !important; 
	box-shadow: none;
	height: 150px !important;
}

.entry .gform_wrapper input[type="text"]:focus,
.entry .gform_wrapper input[type="email"]:focus,
.entry .gform_wrapper input[type="text"]:active,
.entry .gform_wrapper input[type="email"]:active { box-shadow: none; }

article .entry .gform_wrapper ::-webkit-input-placeholder { color: #333; opacity: 1; }
article .entry .gform_wrapper :-moz-placeholder { color: #333; opacity: 1; }
article .entry .gform_wrapper ::-moz-placeholder { color: #333; opacity: 1; }
article .entry .gform_wrapper :-ms-input-placeholder { color: #333; opacity: 1; }

article .entry .gform_wrapper { margin:0 0 20px !important; max-width:340px !important; padding:0; width: 100%; }
article .entry .gform_wrapper .gform_heading { margin-bottom: 0 !important; width: 100%; }
article .entry .gform_wrapper .gform_footer { margin: 0; padding: 20px 0 0 !important; }

article .entry .gform_wrapper input[type="submit"],
article .entry form button[type="submit"] { margin: 0; font-size: 17px !important; letter-spacing: 1px; padding:12px 50px; text-transform: uppercase; border:1px solid #333; color: #fff; background-color: #333; }
article .entry .gform_wrapper input[type="submit"]:hover,
article .entry form button[type="submit"]:hover { background-color: #000; color: #fff; }

article .entry form#subForm { margin:0 0 40px; }

.entry .gform_confirmation_message { display: block; margin:0 0 20px; padding:20px; border:1px solid #0aab2d; background-color: #fff; }

#myChart { max-width: 550px; }

/*--------------------------------
    Getting Here
----------------------------------*/

.acf-map { height: 510px; border-bottom: 1px solid #fff; }

@media only screen and (max-width: 64em) { 
	.acf-map { height: 350px; }
}

@media only screen and (max-width: 40em) { 
	.acf-map { height: 200px; }
}

/*--------------------------------
    To your table
----------------------------------*/

.grid-block { margin-bottom: 50px; }

/*--------------------------------
    Trading Hours
----------------------------------*/

table tfoot, table thead { color: #333; }
table.store-data { width: 100%; margin-bottom: 30px; }
table.store-data thead { border-bottom: 2px solid #fff; }
table.store-data thead tr th { text-align: left; padding:7px 4px 10px; background-color: #f2f2f2; font-size: 15px; }
table.store-data tbody tr:first-child td { padding-top: 15px; }
table.store-data tbody tr td { padding:7px 4px; background-color: #f2f2f2; font-size: 14px; }

/*--------------------------------
    Leasing
----------------------------------*/

ul.contact-meta { margin:0 0 20px; list-style: none; max-width: 240px; }
ul.contact-meta li { margin:0 0 10px; padding:0 0 10px; font-weight: normal; font-size: 15px; color: #666; border-bottom: 1px solid #666;  line-height: 1.2em; }
ul.contact-meta li.contact-name,
ul.contact-meta li.contact-email { border-bottom: none; }

/*--------------------------------
    About ISPT
----------------------------------*/

ul.about-meta { margin:0 0 20px; list-style: none; max-width: 240px; }
ul.about-meta li { margin:0 0 10px; padding:0 0 5px; font-weight: normal; font-size: 15px; color: #666; border-bottom: 1px solid #666;  line-height: 1.2em; }
ul.about-meta li a { color: #666; }

.mfp-figure button.mfp-close { display: none !important; }

/*--------------------------------
    Single About Town
----------------------------------*/

.single-town .entry-right img { display: none; }

.single-town .entry-right h2,
.single-town .entry-right h3,
.single-town .entry-right h4 { font-size: 16px; margin:0 0 5px; }
.single-town .entry-right span { display: block; }

/*--------------------------------
    Competition
----------------------------------*/

.terms,
.terms p,
.terms li { font-size: 13px; }

/*--------------------------------
    Post Archive
----------------------------------*/

#paginate { padding:35px 0 45px; text-transform: uppercase; font-weight: bold; text-align: center; }
#paginate a.first,
#paginate a.last,
#paginate a.page,
#paginate span.extend,
#paginate span.current { display: none; }
#paginate span.pages { display: inline-block; margin:0 0 10px 0; font-size: 13px; line-height: 24px; }

#paginate span.pages {
	color: #999;
	font-weight: normal;
	padding:0 30px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	text-transform: none;
}

.wp-pagenavi {
	width: 100%;
	max-width: 485px;
	margin:0 auto;
	border-top: 1px solid #999;
	padding:20px 0 0;
}

#paginate a.previouspostslink,
#paginate a.nextpostslink { padding:0 25px; font-size: 13px; font-weight: bold; position: relative; }

#paginate a.previouspostslink:hover,
#paginate a.nextpostslink:hover { text-decoration: underline; }

#paginate a.previouspostslink:after {
	display: block;
	content: "";
	border:6px solid transparent;
	border-right:6px solid #000;
	position: absolute;
	top:3px;
	left:0;
}

#paginate a.nextpostslink:after {
	display: block;
	content: "";
	border:6px solid transparent;
	border-left:6px solid #000;
	position: absolute;
	top:3px;
	right:0;
}

@media only screen and (max-width: 64em) { 
	.article-list .column > div { min-height: 300px; }
}

/*--------------------------------
    Stores - thumbnail view
----------------------------------*/

.content-header.directory-header { background-color: #252525; margin-bottom: 10px; color: #fff; }
	.page-template-tpl-store-list .content-header.directory-header { margin-bottom: 10px; }
.content-header.directory-header h1 { margin-bottom: 30px; }

.stores-header .row .row.collapse { max-width: 420px; }

.stores-header form { margin-bottom: 10px; margin-right: 8px; }
.stores-header form .input-group { margin-bottom: 0; }
.stores-header form input[type="text"] { color: #999; font-size: 13px; font-weight: 600; text-transform: uppercase; border:none; background-color: #fff; box-shadow: none; padding:11px; height: 40px; }
.stores-header form input[type="submit"] { border:none; margin:0; text-align: left; text-indent: -9999px; width: 50px; height: 40px; background: url(../images/ico-store-search.png) #fff center center no-repeat; }

.stores-header form ::-webkit-input-placeholder { color: #999; opacity: 1; text-transform: uppercase; }
.stores-header form :-moz-placeholder { color: #999; opacity: 1; text-transform: uppercase; }
.stores-header form ::-moz-placeholder { color: #999; opacity: 1; text-transform: uppercase; }
.stores-header form :-ms-input-placeholder { color: #999; opacity: 1; text-transform: uppercase; }

ul#menu-store-views { float: right; margin:0 0 15px; list-style: none; }
ul#menu-store-views li { margin:0; padding:0 0 5px 7px; float: left; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;  }
ul#menu-store-views li:first-child { padding-left: 0; }
ul#menu-store-views li a { background-color: #fff; color: #000; padding:12px 25px 13px; display: block; }
ul#menu-store-views li a:hover { text-decoration: underline; }

.tax-store-category ul#menu-store-views li:first-child a,
ul#menu-store-views li.current-menu-item a { background-color: #999; color: #fff; }

.stores-header select#select-category { border:none; text-transform: uppercase; font-weight: normal; color: #999; font-size: 14px; height: 40px; text-transform: uppercase; padding:11px 30px 11px 11px; margin:0; font-family: sans-serif; }
.stores-header select#select-category option { padding:5px 11px; border:none; }

@media only screen and (max-width: 64em) { 
	.stores-header form { margin-right: 0; }
}

@media only screen and (max-width: 40em) { 
	ul#menu-store-views { float: none; }
	ul#menu-store-views li { padding:0; width: 50%; }
	ul#menu-store-views li a { text-align: center; padding:13px 5px 15px; text-align: center; }
}

/*--------------------------------
    Categories
----------------------------------*/

.post-grid .entry h3 { font-size: 20px; font-weight: bold; padding:0 10px; line-height: 1.2em; margin:0 0 20px; }
.post-grid.post-grid-recipes .entry h3 { min-height: 80px; }
.post-grid .entry h3 a { color: #666; }
.post-grid .entry img { display: block; width: 100%; height: auto; margin:0 0 30px; }
.post-grid .entry p { font-size: 13px; color: #333; padding:0 10px; }
.post-grid .entry a.button { margin-bottom: 40px; background-color: #000; color: #fff; }
.post-grid .entry a.button:hover { background-color: #999; color: #fff; }
.post-grid .entry { background-color: #fff; text-align: center; margin:0 0 30px; -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0); box-shadow: 0 0 20px 0 rgba(0,0,0,0); 
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.post-grid .entry:hover { -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3); box-shadow: 0 0 20px 0 rgba(0,0,0,0.3); }

@media only screen and (max-width: 64em) { 

}

@media only screen and (max-width: 40em) { 

}

/*--------------------------------
    Floorplan
----------------------------------*/

.page-template-tpl-floorplan .mapplic-tooltip-link { background-color: #a1a1a1; color: #ffffff; }

.tabs { padding:40px 0 20px; }
.tabs > ul { margin:0 0 30px; padding:0; list-style: none; text-align: center; }
.tabs > ul li { margin:0; padding:0 2px 4px; display: inline-block; line-height: 1.1em; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; font-weight: 600; }
.tabs > ul li a { display: block; padding: 12px 15px 13px; min-width: 110px; text-align: center; background-color: #999; color: #fff; 
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.tabs > ul li a:hover { text-decoration: underline; }
.tabs > ul li.ui-state-active a { background-color: #333; }
.tabs > div { display: none; }

@media only screen and (max-width: 64em) { 

}

@media only screen and (max-width: 40em) { 
	.tabs > ul:after { content: ""; display: table; clear: both; }
	.tabs > ul li { display: block; width: 50%; float: left; }
	.tabs > ul li a { min-width: 20px; }
	.page-template-tpl-floorplan table,
	.page-template-tpl-floorplan table tr,
	.page-template-tpl-floorplan table tr td { display: block; height: auto !important; width: auto !important; }
	.page-template-tpl-floorplan table tbody tr:nth-child(2n),
	.page-template-tpl-floorplan table tbody tr { background-color: #fff; }
}

/*--------------------------------
    Stores - list view
----------------------------------*/

ul.filters-alpha { margin:0 0 8px 0; list-style: none; background: #fff; padding:9px 11px; display: inline-block; float: left; }
ul.filters-alpha li { padding:0; margin:0; font-weight: 600; margin-right: 6px !important; float: left; color: #c1c1c1;  font-size: 13px; }
ul.filters-alpha li.li-label { margin-right: 15px !important; font-weight: bold; color: #000; text-transform: uppercase; }
ul.filters-alpha li a { color: #c1c1c1; }
ul.filters-alpha li a:hover { text-decoration: underline; color: #000; }

.fixed-filter { position: fixed; top: 150px; left:0; right:0; background-color: #252525; padding:10px 0; z-index: 10; display: none; }
	body.admin-bar .fixed-filter { top: 182px; }
	.scrolled .fixed-filter { display: block; }
.fixed-filter ul.filters-alpha { margin-bottom: 0; float: none; display: block; }

#store-list { margin:0 0 80px; }

#store-list h3 { 
	display: block; 
	font-size: 20px; 	
	margin:35px 0 0; 
	padding: 0 18px; 
	line-height: 38px; 
	background-color: #000; 
	color: #fff; 
	font-weight: normal; 
	text-transform: uppercase; 
	position: relative; 
}

.store-item {
	padding:18px 15px;
	font-size: 14px;
	border-bottom: 1px solid #e5e4e4;
}
.store-item a:hover { text-decoration: underline; }
.store-item h4 { 
	font-weight: normal;
	font-size: 15px;
	color: #666;
	padding:0;
	margin:0;
}

.store-item h4 a { color: #666; }

.store-meta div { padding-bottom: 0; font-size: 14px; line-height: 30px; text-transform: uppercase; color: #666; }
.store-meta div a { color: #666; }
.store-meta div span {
	display: block;
	height: 30px;
	width: 20px;
	float: left;
	background: url(../images/sprite-store-meta.png) no-repeat;
	background-position: left center;
	margin-right: 8px;
}

.store-meta .li-ph span { background-position: 0 center; }
.store-meta .li-web span { background-position: -20px center; }
.store-meta .li-map span { background-position: -40px center; }

p.back-to-top {
	margin:10px 0 0;
	padding-right: 25px;
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
}

p.back-to-top a {
	color: #999;
	position: relative;
	display: inline-block;
	*display: inline;
	zoom:1;
	padding-right: 17px;
}

p.back-to-top a:hover {
	text-decoration: underline;
}

p.back-to-top a:after {
	content: '';
	display: block;
	position: absolute;
	top:1px;
	right:0;
	border: 5px solid transparent;
	border-bottom: 5px solid #999;
}

#paginate p.back-to-top { margin-top: 0 ; padding-right: 0; }

@media only screen and (max-width: 40em) { 
	ul.store-meta { padding:0 7px; }
	.fixed-filter,
	.scrolled .fixed-filter { display: none !important; }
}

/*--------------------------------
    Single Detail
----------------------------------*/

.single-slider { padding:60px 0 70px; background-color: #fff; margin:0; }

body.single .main-content > article { background-color: #f2f2f2; padding:50px 0 80px; }

.single-content .entry h1 { font-size: 23px; font-weight: bold; margin:0 0 10px; }
.single-content .entry h2 { font-size: 20px; font-weight: bold; margin:0 0 20px; }
.single-content .entry h3 { font-size: 22px; font-weight: 600; line-height: 1.3em; margin:0 0 30px; }
.single-content .entry h4 { font-size: 17px; font-weight: 700; }
.single-content .entry h5 { font-size: 16px; font-weight: normal; margin:0 0 30px; }

.single-content .entry.entry-left { padding-right: 30px; color: #333; }

.single-content .entry h1,
.single-content .entry h2,
.single-content .entry h3,
.single-content .entry h4,
.single-content .entry h5,
.single-content .entry p,
.single-content .entry li { color: #333; }

.single-content .entry.entry-left p { margin:0 0 10px; }

.single-content .entry.entry-left p,
.single-content .entry.entry-left li { font-size: 14px; line-height: 1.5em; }

.single-content .entry.entry-right p,
.single-content .entry.entry-right li { font-size: 14px; line-height: 1.5em; }

.single-content .entry-right h1 { }

.single-post .single-content .entry.entry-left h3 { font-size: 20px; }

img.attachment-single-large,
img.attachment-page-hero { width: 100%; height:auto; }

ul.share-this { padding:10px 0;  }
ul.share-this li { font-weight: bold; font-size: 15px; color: #999 !important; letter-spacing: 1px; }
ul.share-this li.share-fb a { display: block; height: 17px; width: 20px; text-align: left; text-indent: -9999px; background: url(../images/ico-facebook.png) center center no-repeat; }

a.print-recipe {
	display: block;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #999;
	max-width: 240px;
	margin:60px 0 10px;
}

@media only screen and (max-width: 40em) { 
	.single-content .entry h3 { margin:0 0 20px; }
	.single-content .entry { margin-bottom: 30px; }
	a.print-recipe { margin:10px 0;}
}
.responsive-embed.facebook {
	margin-bottom:0 !important;
	padding-bottom:56.125% !important;
}
.responsive-embed > .fb-video,
.responsive-embed > .fb-video > span,
.responsive-embed > .fb-video iframe {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
}
body .ginput_container_select {
	position: relative;
}
body .ginput_container_select:after {
    background-image: url(../images/arrow-down.png) !important;
    background-size: 10px 10px !important;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 16px;
    content: '-';
    text-indent: -9999px;
    z-index: 100;
}
body .ginput_container_select select {
	background-image: none !important;
}

/*--------------------------------
    Vote Charts
----------------------------------*/

#vote-chart-wrapper p small,
#vote-chart-wrapper li small {
	font-family:sans-serif;
	font-size:12px;
	position:relative;
	display: block;
	line-height:18px;
}
#vote-chart-wrapper canvas {
	margin-left: -12px;
}
#vote-chart-wrapper #my-chart-legend ul {
	list-style:  none;
    margin-left: 0;
    padding-top:16px
}
#vote-chart-wrapper #my-chart-legend ul li small {
	position:relative;
	padding-left:24px;
	display: block;
    padding-bottom: 12px;
}
#vote-chart-wrapper #my-chart-legend ul li span {
	position:absolute;
	top:0;
	left:0;
	height:16px;
	width:16px;
}


/*--------------------------------
    Print Friendly
----------------------------------*/

@media print {

	.header ul.social-links, .header .search-wrap, .header nav,
	.footer, #popup-optin, .banner,
	ul.share-this,
	a.print-recipe { display: none; }

	.header { position: relative; }
	body { padding-top: 0; }

	.post-slider.royalSlider  {   /* width: 75% !important; margin:0 auto; text-align: center; */ }	
	.single-slider { padding:10px 0 30px !important; }
/*
	.post-slider.royalSlider .rsOverflow { width: auto !important; height: auto !important; }
	.post-slider.royalSlider img.rsImg { width: auto !important; height: auto !important; margin-top: 0; }
	.post-slider.royalSlider .rsSlide {
		    position: relative;
		    left: auto;
		    top: auto;
		    display: block;
		    overflow: hidden;
		    height: auto;
		    width: auto;
		}
*/
	.header .columns { text-align: center; }
	.header img.logo { float: none; width: 300px; height: auto; display: inline-block; }

	body.single .main-content > article { padding: 0 0 20px; }
	.single-content .entry h3 { margin:0 0 20px; }
	.single-content .entry.entry-left { margin-bottom: 20px; }

	a[href]:after { display: none !important; content: normal; }

}
