/*
Theme Name: Legends
Theme URI: http://underscores.me/
Author: Fire Engine Design
Author URI: http://www.fireenginedesign.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: legends
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Legends is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Header
# Footer
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Mapplic
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/



html {opacity:1;transition: transform .6s ease-in-out, opacity .6s ease-in-out;}

html.wf-loading {font-family:Helvetica !important;opacity:0;}

html {
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {background-color: transparent;transition: all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}

#legends p a {font-family: "Gotham SSm A", "Gotham SSm B";font-style: normal;font-size: 14px !important;font-weight: 700;color:#ee293b;text-transform:uppercase;}
#legends p a:hover {text-decoration:underline !important;color:#d52535;}

a:active,
a:hover {
	outline: 0;
}
a.button {border-radius:3px;}

.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.event-content a.button, .deals-link a.button, .careers-content a.button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 2px #fff, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.homecontent a.button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 2px #2c2c2c, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active, .event-content a:hover.button, .event-content a:focus.button, .event-content a:active.button, .deals-link a:hover.button, .deals-link a:focus.button, .deals-link a:active.button, .careers-content a:hover.button, .careers-content a:focus.button, .careers-content a:active.button {
  box-shadow: inset 0 0 0 2px #a4fbf4, 0 0 1px transparent;
  text-decoration:none;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.homecontent a:hover.button, .homecontent a:focus.button, .homecontent a:active.button {
  box-shadow: inset 0 0 0 2px #d52535, 0 0 1px transparent;
  text-decoration:none;
  /* Hack to improve aliasing on mobile/tablet devices */
}

.homecontent a.button, .event-content a.button, .deals-link a.button, .careers-content a.button {font-family:"Gotham SSm A", "Gotham SSm B"; font-weight:500;font-style:normal; text-transform:uppercase;}

abbr[title] {
	border-bottom: 1px dotted;
}

#legends b, #legends strong {font-family:"Gotham SSm A", "Gotham SSm B", sans-serif; font-weight:700; font-style:normal;}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-weight:400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}




#legends h1, #legends h2, #legends h3, #legends h4, #legends h5, #legends h6, #mc_embed_signup .mc-field-group label {font-family:"Gotham XNarrow SSm A", "Gotham XNarrow SSm B";letter-spacing: 1px; font-weight:700;font-style:normal;text-transform:uppercase;}
#legends h1 {color:#2c2c2c;text-align: center;}
#legends h2 {font-size:30px;color:#2c2c2c;text-transform:uppercase;}
#legends.page-id-35 h2 {text-transform:none;}
#legends h3 {font-size:24px;color:#2c2c2c;padding-bottom: 5px;}
#legends h4, #mc_embed_signup .mc-field-group label {font-size:14px;text-transform:uppercase;}
#legends h6 {font-size:16px;color:#2c2c2c;}
#legends article.deals h6 {font-size:16px;color:#fff;}
#legends.post-type-archive-careers .careers-content h3 {font-size:18px;color:#a4fbf4;text-transform:none;letter-spacing:0.5px}
#legends.post-type-archive-deals .portitem h3 {font-size:16px;color:#a4fbf4;letter-spacing:0.5px}

#legends .event-content h3 {color:#262223;margin:10px 0px;}
#legends .standards .event-content h3 {font-size:24px;line-height:30px;}
#legends.page-id-101 h3, .single-stores .store-deals h2 span {color:#ee293b;}
#legends.page-id-124 h2 {font-size:30px;line-height:36px;text-transform:uppercase;margin-bottom:25px;}
#legends.single-events h2, #legends.single-stores .store-deals h2 {margin-top:0px;}
#legends.page-id-124 .col-md-6:first-child h2, #legends.page-id-124 .col-md-6:first-child p {color:#fff;}
#legends.page-id-35 .col-md-4 h3 {font-size:14px;color:#ee293b;margin-bottom:25px;}
#legends .vipdeals-content h3 {color:#a58c3e;}

footer h5 {color:#ee293b;font-size:16px;text-transform:uppercase;padding-bottom:10px;}

#legends.single-deals h1 {font-family:"Gotham SSm A", "Gotham SSm B", sans-serif;font-weight:700;font-style:normal;font-size:42px;line-height:55px;text-transform:uppercase;color:#fff;margin-top:100px;}

.site-header .navbar, .site-header .dropdown-menu>li>a {font-family:"Gotham SSm A", "Gotham SSm B";font-weight:500;font-style:normal;text-transform:uppercase;}
footer a.button {font-family:"Gotham SSm A", "Gotham SSm B";font-weight:700;font-style:normal;text-transform:uppercase;}

#legends h5, p, footer, body, .careers-content .panel-body p, article.stores .acf-map p, .site-content ul, .site-content ol {font-family:"Gotham SSm A", "Gotham SSm B", sans-serif !important;font-weight:500;font-style:normal; font-size: 16px;
    line-height: 28px;}
.site-content li {margin-bottom:10px;}
.homecontent p, article.stores .acf-map p {font-size:18px;line-height:28px;}
.page-id-101 .site-content p, .page-id-101 .site-content a {font-size:18px;line-height:28px;margin-bottom:0px;}
.event-content p {font-size:18px;line-height:28px;font-family:"Gotham SSm A", "Gotham SSm B";font-weight:500;font-style:normal;text-transform:uppercase;color:#fff;margin-bottom:0px;}
.standards .event-content p {font-size:18px;line-height:28px;font-family:"Gotham SSm A", "Gotham SSm B";font-weight:500;font-style:normal;text-transform:uppercase;color:#fff;margin-bottom:0px;}

.careers-content .panel-body p, .careers-content .panel-body ul, .page-id-124 p, .outer-container .col-md-6:first-child a, .vipdeals-content p, .post-type-archive-news .site-content p {font-size:16px;line-height:24px;font-family:"Gotham SSm A", "Gotham SSm B";font-weight:400;font-style:normal;}

#legends h1.redh {color:#ee293b;}

.page-id-101 .red-co {font-family:"Gotham SSm A", "Gotham SSm B";font-weight:500;font-style:normal;text-transform:uppercase;font-size:32px;line-height:36px;}

article.stores p {font-size:17px;line-height:28px;font-family:"Gotham SSm A", "Gotham SSm B";font-weight:400;font-style:normal;color:#2c2c2c;}
article.stores .col-sm-4, article.stores .col-sm-4 p, article.deals .col-sm-4, article.deals .col-sm-4 p {font-size:18px;line-height:28px;font-family:"Gotham SSm A", "Gotham SSm B";font-weight:400;font-style:normal;}
article.deals p, .post-type-archive-vip .col-md-12 p {font-size:18px;line-height:28px;font-family:"Gotham SSm A", "Gotham SSm B";font-weight:500;font-style:normal;color:#fff;}
article.deals .dealdetails p {font-size:18px;line-height:28px;font-family:"Gotham SSm A", "Gotham SSm B";font-weight:400;font-style:normal;color:#fff;margin-top:70px;}
article.events p  {font-size:18px;line-height:28px;font-family:"Gotham SSm A", "Gotham SSm B";font-weight:400;font-style:normal;color:#2c2c2c;margin-top:10px;}
p {margin-bottom: 1.5em;}


dfn, cite, em, i {font-family:"Gotham SSm A", "Gotham SSm B";font-weight:400;font-style: italic;}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

span.red {color:#ee293b;}

.txtcenter {text-align:center;}
.txtleft {text-align:left;}

.disclaimer p {font-family:"Gotham SSm A", "Gotham SSm B";font-weight:400;font-style: italic;font-size:14px;line-height:20px;}

@media (min-width:992px) {
#legends h1 {font-size:42px;}
#legends .event-content h3 {font-size:24px;line-height:48px;}
article p, .page-id-35 .site-content p, .page-id-100 .site-content p {font-size:15px;line-height:23px;}	
}
@media (max-width:992px) {
#legends h1 {font-size:42px;}
#legends .event-content h3 {font-size:24px;line-height:30px;}
article p, .page-id-35 .site-content p, .page-id-100 .site-content p {    font-size: 14px; line-height: 21px; padding: 15px;}	
}
@font-face {
    font-family: 'Rustico';
    src: url('fonts/Rustico-Regular.woff2') format('woff2'),
        url('fonts/Rustico-Regular.woff') format('woff'),
        url('fonts/Rustico-Regular.ttf') format('truetype'),
        url('fonts/Rustico-Regular.svg#Rustico-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.mt25 {margin-top:25px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}
.pt100 {padding-top:100px;}

.mb25 {margin-bottom:25px;}
.mb50 {margin-bottom:50px;}

.w100 {width:100%;}

/* .page-id-101 .container-fluid .ltgray-co {padding-left:270px;} */

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

.site-header {position:fixed;width:100%;background:#fff;z-index:1000;}
.site-header a.logo {display:inline-block;}
.site-header a.logo img {width:200px;}
.site-header .navbar {font-size:11px;letter-spacing:0.9px;margin-top:15px;margin-bottom:0px;min-height:auto;}
.nav>li>a, .site-header .dropdown-menu>li>a {color:#231f20;padding:8px 20px;}
.site-header .navbar-nav>li>a:hover, .site-header .dropdown-menu>li>a:hover {background:none;color:#494445;}

.site-header .nav .open>a, .site-header .nav .open>a:hover, .site-header .nav .open>a:focus, .site-header .nav .open>a:visited {background:none;border:none;}
.site-header .dropdown-menu {background:#eee;border:none;font-size:11px;letter-spacing:0.9px;border-radius:0px;box-shadow:none;}

.site-header .col-lg-3.hours {text-align:right;}

.hoursbox {padding:5px 5px 2px;text-align:center;}
.hoursbox {background:#ee293b;color:#fff;font-family:"Gotham SSm A", "Gotham SSm B";font-weight:700;font-style:normal;text-transform:uppercase;letter-spacing:0.3px;display:inline-block;}
.hoursbox .fa-clock-o {vertical-align:middle;margin-right:5px;}

@media (min-width:1200px) {
.hoursbox {font-size:13px;}
.hoursbox p {font-size:10px;font-weight:700;line-height: 2;}
.hoursbox .fa-clock-o {font-size:24px;}	
}
@media (max-width:1200px) {
.hoursbox {font-size:13px;text-align:center;margin-top: 10px;}
.hoursbox p {font-size:12px;font-weight:700;line-height: 2;margin:0 !important}
.hoursbox .fa-clock-o {display:none;}	
}
@media (min-width:992px) {
.site-header .container-fluid {padding:0px 50px;}
.site-header {padding:0px 0px 13px;}
.site-header a.logo {padding-top:22px;}
.site-header .navbar {padding-top:12px;}
}
@media (max-width:992px) {
.site-header {text-align:center;padding:0px 0px 18px;}
.site-header .navbar-toggle {float:none;margin-right:0px;border:none;}
.site-header .navbar-toggle:hover, .site-header .navbar-toggle:active {background-color:transparent;border:none;}
.site-header .navbar-toggle .icon-bar {background-color:#ee293b;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.site-header .navbar-toggle .icon-bar:hover {background-color:#d52535;}
.site-header .navbar-collapse {box-shadow:none;-webkit-box-shadow:none;border-top:1px solid #ee293b;border-bottom:1px solid #ee293b;margin-bottom:10px;}
.site-header .navbar-nav .open .dropdown-menu {text-align:center;}
}

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

footer {font-size:16px;background:#252223;text-align:center;width:100%;color:#6b6b6b;padding-bottom:40px;}
footer .social-news {background:#2c2c2c;padding:50px 0px;text-align:center;}
footer .social-news a .fa {color:#fff;margin-right:20px;font-size:36px;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
footer .social-news a:hover .fa {color:#E92433;}
footer a.button {
    letter-spacing: 1.6px;
    background: none;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    border: 2px solid #E92433;
    padding: 13px 40px;
    transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -webkit-transition: all 0.08s ease;
}
footer a.button:visited {color:#2c2c2c;}
footer a.button:hover {background-color: #E92433;}
footer .info {margin-top:90px;}
footer .info a, footer .more-links a, footer .site-info a, footer .info a:visited, footer .more-links a:visited, footer .site-info a:visited {color:#6b6b6b;}
footer .info a:hover, footer .more-links a:hover, footer .site-info a:hover {color:#525252;text-decoration:none;}
footer .more-links a {display:block;margin-bottom:5px;}
img.footer-logo {width:280px; padding:60px 0px 35px;}
.site-info, .site-info a {color:#525252;}
.site-info a:hover {color:#6b6b6b;text-decoration:none;}

@media (max-width:768px) {
footer a.button {margin-top:50px;display:inline-block;}
footer .info div {margin-bottom:75px;}
footer .info div:last-child {margin-bottom:0px;}	
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.site-content a {
	color:#ee293b;
}

.site-content a:visited {
	color:#ee293b;
	text-decoration:none;
}

.site-content a:hover {color:#d52535;text-decoration:underline;}

.site-content a:focus, .site-content a:active {
	color:#ee293b;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* 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
--------------------------------------------------------------*/

/*-- Home & General --*/

.hot-deals-co {background:#d4d4d4;font-family: "Gotham XNarrow SSm A", "Gotham XNarrow SSm B";font-weight:700;font-style:normal;font-size:24px;text-transform:uppercase;letter-spacing: 1px; text-align:center;color:black;padding:42px 0px;}
.hot-deals-co a.button, .ltgray-co a.button, #legends #mc_embed_signup .button, #legends.page-id-100 .site-content a.button {background:#E92433;color:#fff;font-family:"Gotham SSm A", "Gotham SSm B";font-weight:700;text-transform:uppercase;font-size:14px;font-style:normal;border:none;padding:13px 50px;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease; letter-spacing: 1.6px;}
#legends #mc_embed_signup .button {height:auto;line-height:inherit;margin:0px;border-radius:3px;}
.hot-deals-co a.button:hover, .ltgray-co a.button:hover, #legends #mc_embed_signup .button:hover, #legends.page-id-100 .site-content a.button:hover {background:#E92433;text-decoration:underline;}
.page-id-100 .site-content a.button {display:inline-block;margin-top:20px;}

.homecontent {text-align:center;padding:70px 0px;}
.homecontent .col-sm-4 img {    height: 100px;
    margin-bottom: 30px;}

.homecontent a.button {background:transparent;color:#2c2c2c;font-size:18px;padding:5px 10px;margin-top:20px;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.homecontent a:hover.button {color:#d52535;}

#legends .tp-leftarrow {left:-20px !important;}
.tp-rightarrow {display:none;}
#legends .tp-caption.rev-btn {font-family:"Gotham SSm A", "Gotham SSm B" !important;font-weight:400 !important;font-style:normal;text-transform:uppercase;}
<!--  {left:auto !important;right:113px;} -->
.next-cbtn1 {position:absolute;right:0px;cursor:pointer;transform-origin:79% 0% 0px !important;}
.next-cbtn {position:absolute;right:0px;cursor:pointer;transform-origin:79% 0% 0px !important;}

.carousel-inner .item {height:auto;}
#legends .carousel-control {width:0px;}
#legends .carousel-control.left, #legends .carousel-control.right {background-image:none;}
#legends .carousel-control .glyphicon-chevron-left  {color:#fff;background:#2c2c2c;padding:10px;width:auto;height:auto;margin-left:0px;}
#legends .carousel-control .glyphicon-chevron-right  {color:#fff;background:#2c2c2c;padding:10px;width:auto;height:auto;margin-right:0px;}
#legends video {display:block;}
.video-headline {position:absolute;bottom:10%;width:100%;text-align:center;}

@media (min-width:1350px) {
.video-headline img {width:700px;}	
}
@media (max-width:1350px) {
.video-headline img {width:600px;}	
}
@media (max-width:1170px) {
.video-headline img {width:500px;}	
}
@media (max-width:992px) {
.video-headline img {width:400px;}	
}
@media (min-width:768px) {
#legends .carousel-control.right {z-index:1000;width:auto;top:50%;-ms-transform: rotate(-90deg);-ms-transform-origin:100px 0px;-webkit-transform: rotate(-90deg);-webkit-transform-origin:100px 0px;transform: rotate(-90deg);transform-origin:100px 0px;background:#2c2c2c;padding:10px;color:#fff;font-family:"Gotham SSm A", "Gotham SSm B" !important;font-weight:400 !important;font-style:normal;text-transform:uppercase;}
#legends .carousel-control.right.two {z-index:1000;width:auto;top:50%;-ms-transform: rotate(-90deg);-ms-transform-origin:75px 0px;-webkit-transform: rotate(-90deg);-webkit-transform-origin:75px 0px;transform: rotate(-90deg);transform-origin:75px 0px;background:#2c2c2c;padding:10px;color:#fff;font-family:"Gotham SSm A", "Gotham SSm B" !important;font-weight:400 !important;font-style:normal;text-transform:uppercase;}
#legends .carousel-control.right:hover {text-decoration:none;}
.sm-block {display:inline-block;}
.hot-deals-co a.button {margin-left:30px;}
}
@media (max-width:768px) {
#legends .carousel-control .glyphicon-chevron-right {color:#fff;background:#2c2c2c;padding:10px;width:auto;height:auto;margin-right:0px;}
.sm-block {width:100%;display:block;}
.homecontent a.button, .hot-deals-co a.button, .ltgray-co a.button {display:inline-block;}	
.hot-deals-co a.button, .ltgray-co .col-sm-6:last-child a.button {margin-top:50px;}
.homecontent a.button {margin-bottom:50px;}
.mb50 {margin-bottom: 50px; margin-top: 30px;}
    #legCarousel{
        display: none;
    }
    .corner-stamp{
        display: none;
    }
    .hero-mobile {height:500px;}
    
}

/*-- Stores & Hot Deals --*/

.stores-container, .deals-container {padding-bottom:100px;}

.sortarea {font-family:"Gotham SSm A", "Gotham SSm B";font-weight:700;font-style:normal;text-transform:uppercase;font-size:12px;letter-spacing:0.9px;padding:100px 0px;}
.sortarea .filterbutton {color:#E92433;padding:0px 12px;}
.post-type-archive-deals .sortarea .filterbutton, .post-type-archive-ks-legends .sortarea .filterbutton {color:#2c2c2c;padding:0px 12px;border-right:1px solid #2c2c2c;}
.sortarea .filterbutton:first-child {padding-left:0px;}
.sortarea .filterbutton:last-child {padding-right:0px;border-right:none;}
.sortarea .filterbutton:hover {color:#a4fbf4;text-decoration:none; cursor: pointer;}

.post-type-archive-stores .portitem {height:auto;text-align:center;margin:15px;padding: 24px;
    background-color: #262223;}

.post-type-archive-deals .portitem {height:auto;background:#2c2c2c;margin:0px 15px 30px;padding:40px;color:#fff;font-size:16px;letter-spacing:0.5px;text-align:center;}
.post-type-archive-deals .corner-stamp.portitem {padding:0px;height:810px;}
.post-type-archive-deals .portitem .logo {display:block;text-align:center;}
.post-type-archive-deals .portitem .logo img {display:inline-block;width:150px;}

.post-type-archive-stores .portitem img {opacity:1;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.post-type-archive-stores .portitem img:hover {opacity:0.6;}

.dealdetails.one, .single_storedeals.one {background:url(assets/img/deal-texture1.jpg);}
.dealdetails.two, .single_storedeals.two {background:url(assets/img/deal-texture2.jpg);}
.dealdetails.three, .single_storedeals.three {background:url(assets/img/deal-texture3.jpg);}

.dealdetails.one, .dealdetails.two, .dealdetails.three {background-repeat:no-repeat;background-size:cover;background-position:center center;}

.single_storedeals.one, .single_storedeals.two, .single_storedeals.three {height:200px;display:table;background-repeat:no-repeat;background-size:93%;background-position:center center;}

.single_storedeals {color:#fff;}

.single_storedeals .sdcontent {display:table-cell;vertical-align:middle;}

.store-logo {display:inline-block;text-align:center;}

.post-type-archive-deals .carousel-inner .item {height:810px;}
.deal-images img {width:95%;margin-bottom:25px;}

article.stores {text-align:center;}
article.stores .col-sm-4 a, article.deals .col-sm-4 a, #legends article.stores .acf-map p a, .page-id-124 .site-content .col-md-6 a {font-family:"Gotham SSm A", "Gotham SSm B";font-weight:400;font-style:normal;font-size:16px;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;display:inline-block;}
article.stores .col-sm-4 a, article.stores a {color:#2c2c2c;}
article.deals .col-sm-4 a, article.deals a, .site-content .single_storedeals a, .page-id-124 .site-content .col-md-6 a {color:#fff;}
article.stores a, article.deals a, article.events a {font-family:"Gotham SSm A", "Gotham SSm B";font-weight:700;font-style:normal;font-size:17px;text-transform:uppercase;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;display:inline-block;}
article.deals a:hover, article.deals .col-sm-4 a:hover, article.events a:hover, .site-content .single_storedeals a:hover, .page-id-124 .site-content .col-md-6 a:hover {color:#a4fbf4;text-decoration:none;}
article.stores a:hover, article.stores .col-sm-4 a:hover, #legends article.stores .acf-map p a {color:#ee293b;text-decoration:none;}
#legends article.stores .acf-map p a:hover {color:#d52535;text-decoration:none;}

article.stores .col-md-6.map {padding-left:0px;padding-right:0px;}

article.deals .col-sm-4 a, .page-id-124 .site-content .col-md-6 a {font-size:18px;}

.acf-map p.address {margin-top:15px;}

.acf-map {
	width: 100%;
	height: 385px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.portmasonry
{
	margin: 0 auto;
}

.portmasonry:after {
  content: '';
  display: block;
  clear: both;
}

.valid {font-family:"Gotham SSm A", "Gotham SSm B";font-weight:700;font-style:normal;text-transform:uppercase;font-size:32px;color:#fff;}

/*--.portitem:hover {border:2px solid rgba(255,255,255,0.4);}--*/

.overlay-gray {
	background: white; 
	height: inherit;	
}

/*-- Events --*/

.row.standards, .row.standards .col-md-10 {background: lightslategrey;}
.row.standards .col-md-2 {background-color:#24b0d1;text-align:center;}
.row.standards .col-md-2.default, article.events .col-md-4.default {background-image:url(assets/img/LG_Bokka.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;text-align:center;}
.row.standards img {width:125px;display:inline-block;padding-top:10px;}

.row.featureds .event-content {background:#2c2c2c;padding:30px 40px;margin-bottom:25px;color:#fff;}
.row.standards .event-content {padding:40px 30px;color:#fff;}
.deals-link {display:block;text-align:center;position:absolute;bottom:35px;width:76%;}
.event-content a.button, .deals-link a.button, .careers-content a.button {background:transparent;color:#fff;font-size:16px;padding:5px 18px;margin-top:20px;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.careers-content a.button.instore {font-size:18px;padding:5px 13px;}
.event-content a:hover.button, .deals-link a:hover.button, .careers-content a:hover.button {color:#a4fbf4;}

article.events .col-md-4, article.events .col-md-8 {padding:0px 20px}
article.events .col-md-4.image {padding:0px;}
article.events img {display:inline-block;}

.single_events .event-image {height:200px;text-align:center;}
.single_events .event-image img {height:190px;padding-top:10px;display:inline-block;}

/*-- Careers --*/

.row.careers .col-md-3.logo {background:#ee293b;text-align:center;}
.row.careers .col-md-9 {background:#2c2c2c;}
.row.careers .col-md-3.logo img {width:220px;display:inline-block;padding-top:10px;}
.row.careers .careers-content {padding:40px 30px;color:#fff;}

.careers-content .panel, .news-content .panel {background:none;border:none;box-shadow:none;}
.careers-content .panel-default>.panel-heading, .news-content .panel-default>.panel-heading {background:none;border:none;padding:0px;}
.careers-content .panel a {color:#fff;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;text-transform:none;font-size:16px;}
.careers-content .panel a:hover, .news-content .panel a:hover, .news-content h4 a:hover {color:#a4fbf4;text-decoration:none;}
.careers-content .panel-body, .news-content .panel-body {padding:15px 0px;}

.careers-content a.button {display:inline-block;text-align:center;}
.apstore {margin-top:12px;}

/*-- News --*/

.post-type-archive-news .row.news {margin-bottom:25px;}
.row.news img {display:inline-block;}
.news-content .panel a, .news-content h4 a {color:#2c2c2c;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;text-transform:none;font-size:16px;text-transform:uppercase;}

/*-- VIP Club Hidden --*/

.post-type-archive-vip .site-content {background-image:url(assets/img/vip-page-bg.jpg);background-repeat:repeat;}
.post-type-archive-vip .site-content img.graphic {width:600px;padding-top:75px;}

.row.vipdeals .col-md-4.logo {background:#a58c3e;text-align:center;}
.row.vipdeals .col-md-8 {background:#fff;}
.row.vipdeals .col-md-4.logo img {width:200px;display:inline-block;}
.row.vipdeals .vipdeals-content {padding:40px 30px;color:#a58c3e;}

.vipdeals-content .panel {background:none;border:none;box-shadow:none;}
.vipdeals-content .panel-default>.panel-heading {background:none;border:none;padding:0px;}
.vipdeals-content .panel a {color:#a58c3e;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;text-transform:none;font-size:21px;}
.vipdeals-content .panel a:hover {color:#8b7634;text-decoration:none;}
.vipdeals-content .panel-body {padding:15px 0px;}

/*-- Page Banners --*/

.page-banner {background:#ccc;height:600px;width:100%;}

.guest-top-banner {background-image:url(/wp-content/uploads/2019/11/guest-services.jpg);background-repeat:no-repeat;background-size:cover;background-position:center right;width:100%;}
.guest-top-banner {height:325px;}
/* Commenting out animated background for spring refresh
.top-banner {
    background-image:url(/wp-content/uploads/2017/12/Winter-Animation-compressed.gif);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    width:100%;
    margin-bottom:100px;
    background-color:#28a7c6;
}
*/
/*-- Events page background --*/
.post-type-archive-events .top-banner{
    background-image:url(/wp-content/uploads/2019/04/Legends-Outlets-hero1.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    width:100%;
    margin-bottom:100px;
    background-color:#28a7c6;
}

/*-- Center info background --*/
.page-id-100 .top-banner{
    background-image:url(/wp-content/uploads/2019/11/about-legends.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center left;
    width:100%;
    margin-bottom:100px;
    background-color:#28a7c6;
}

/*-- Gift card background --*/
.page-id-36 .top-banner{
    background-image:url(/wp-content/uploads/2021/11/LOKC.WebGraphic.GiftCard.2021-01.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    width:100%;
    margin-bottom:100px;
    background-color:#28a7c6;
}

/*-- Hot Deals background --*/
.post-type-archive-deals .top-banner{
    background-image:url(/wp-content/uploads/2019/11/hot-deals.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center left;
    width:100%;
    margin-bottom:100px;
    background-color:#28a7c6;
}


/*-- Stores background --*/
.post-type-archive-stores .top-banner{
    background-image:url(/wp-content/uploads/2021/08/Webpage-Header_STORES_Coach.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center right;
    width:100%;
    margin-bottom:100px;
    background-color:#d0eac0;
}

/*-- Email signup page, no Top Banner --*/
.page-id-35 .top-banner{
    display:none; 
}

/*-- Tree Lighting Ceremony Nomination Page Banner --*/
.page-id-5588 .top-banner{
    background-image:url(/wp-content/uploads/2018/09/Tree-lighting-ceremony.jpg);
        background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    width:100%;
    margin-bottom:0px;
    background-color:#28a7c6;
}

.page-id-5588 .wpcf7-submit{
    background: #28a7c6;
    color: #fff;
    text-transform: uppercase;
    font-family: "proxima-nova";
    font-weight: 500;
    font-size: 17px;
    font-style: normal;
    border: none;
    padding: 13px 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

@media (max-width:600px) {
    .top-banner{
        display: none;
        /*height: 120vw;
        margin-top: 30px;
        background-size: cover;*/
    }
	.stores-header {margin-top:75px}
    .top-banner .copy{
        display: none;
    }
    /*-- Events page background --*/
.post-type-archive-events .top-banner{
    background-image:url(/wp-content/uploads/2018/03/Events_Mobile.jpg);

}

/*-- Center info background --*/
.page-id-100 .top-banner{
    background-image:url(/wp-content/uploads/2018/03/Hangout_Mobile.jpg);
}
    

/*-- Gift card background --*/
.page-id-36 .top-banner{
    background-image:url(/wp-content/uploads/2018/03/GiftCards_Mobile.jpg);
}
    

/*-- Hot Deals background --*/
.post-type-archive-deals .top-banner{
    background-image:url(/wp-content/uploads/2018/03/Hot-Deals_Mobile.jpg);
}


/*-- Stores background --*/
.post-type-archive-stores .top-banner{
    background-image:url(/wp-content/uploads/2018/03/Brands_Mobile.jpg);
}
 
.page-id-5588 .top-banner{
    display: none;
    
    }
    .page-id-5588 .entry-title{
        padding-top: 10px;
    }
    #legends #mc_embed_signup .button {font-size: 11px;padding: 12px 10px;}

}


.post-type-archive-stores .top-banner, .post-type-archive-deals .top-banner, .page-id-35 .top-banner, .page-id-100 .top-banner {margin-bottom:0px;}

.top-banner .copy {font-family:"Gotham SSm A", "Gotham SSm B";font-weight:700;font-style:normal;text-transform:uppercase;color:#fff;text-align:center;}
.top-banner .copy span {background:#e9202f;padding:0px 20px;}
.top-banner .copy span:first-child {margin-bottom:30px;}
.top-banner .image {position:absolute;}

.post-type-archive-stores .top-banner .image {left: 0px;}
.post-type-archive-deals .top-banner .image {left:0px;}
/*.post-type-archive-events .top-banner .image {right:0px;width:996px;height:600px;}*/
.page-id-35 .top-banner .image { }
.page-id-100 .top-banner .image { }

.post-type-archive-deals .portitem {height:390px;}

/*-- Legends --*/

.post-type-archive-ks-legends .portitem {width:100%;}
#legends.post-type-archive-ks-legends .portitem h3 {margin-top:0px;color:#fff;}
.post-type-archive-ks-legends .portitem {color:#fff;margin-bottom:25px;padding:40px;}
.post-type-archive-ks-legends .portitem-red {background:#c32026;}
.post-type-archive-ks-legends .portitem-gray {background:#818285;}
.post-type-archive-ks-legends .portitem-blue {background:#499fbc;}

@media (min-width:1170px) {
	.top-banner .copy {position:absolute;}

	.post-type-archive-deals .top-banner .copy, .page-id-36 .top-banner .copy {right:10%;}

	.post-type-archive-stores .top-banner .copy, .post-type-archive-events .top-banner .copy, .page-id-35 .top-banner .copy, .page-id-100 .top-banner .copy {right:3%;}
}
@media (max-width:1170px) {
.top-banner .copy {position:relative;}
}
@media (min-width:992px) {
.top-banner {height:600px;}
.top-banner .copy {top:100px;}
article.stores .col-sm-4, article.deals .col-sm-4 {text-align:left;}
.post-type-archive-vip .portitem {width:890px;}
.post-type-archive-vip .row.content-header p {padding:25px 100px 0px;}
.row.standards .col-md-2.default img {padding-top:46px;}
.row.standards  {
  margin-bottom:25px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
.row.careers {
  margin-bottom:25px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
.row.red-co, article.events .row, .page-id-35 .row.vip, .page-id-124 .row.guest, .page-id-101 .row.location {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
.row.vipdeals  {
  margin-bottom:25px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  background:#a58c3e;
	}
}
@media (max-width:992px) {
/*.top-banner {height:500px;}*/
.top-banner .copy {top:115px;font-size:100px;}
.top-banner .image {display:none;}
article.stores .col-sm-4, article.deals .col-sm-4 {text-align:center;}
.row.standards, .row.careers, .row.vipdeals {margin-bottom:25px;}
.single_storedeals {width:100%;}
article.events .col-md-4.image img {height:auto;}
article.events img {height:200px;}
.sortarea .filterbutton, .post-type-archive-deals .sortarea .filterbutton, .post-type-archive-ks-legends .sortarea .filterbutton {display:inline-block;border-right:none;line-height:30px;}
.single_storedeals.one,.single_storedeals.two, .single_storedeals.three {margin-bottom:25px;}
.row.standards .col-md-2.default {padding:100px 0px;}
.row.standards .col-md-2.default img {width:300px;}
.row.standards .col-md-2.image {height:300px;}	
}
@media (max-width:768px) {
.row.news {text-align:center;}
}
@media (min-width:768px) {
	
}
@media (min-width:600px) {
.post-type-archive-deals .portitem {width:340px;}
.post-type-archive-stores .portitem {width:200px;}
    .top-banner{
        height: 500px;
    }
}
@media (max-width:600px) {
.top-banner .copy {font-size:60px;}	
.post-type-archive-deals .portitem {width:300px;}
.post-type-archive-stores .portitem {width:125px;}
}

/*-- General --*/

.single-stores article {padding-bottom:90px;}
.page-content {margin:100px 0px 60px;}
.ltgray-co {background:#ebebeb;padding:70px 0px;}
.page-id-101 .ltgray-co {background:#ebebeb;padding:70px 65px;}
.page-id-101 .row.location .col-md-7 {padding:0px;background-color:#C7C8C9;}
.red-co {background:#ee293b;}
.post-type-archive-stores .red-co {background:white;}
.post-type-archive-stores .red-co {background-position:right top;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;}
.page-id-101 .red-co {background:#ee293b;padding:15px 0px;text-align:center;color:#fff;}
article.events {padding:70px 0px;}
.page-id-124 .site-content .col-md-6, .page-id-35 .row.vip .col-md-8 {padding:70px 50px;}
.page-id-35 .row.vip .col-md-4 {padding-left:50px;padding-right:50px;}
article.stores .ltgray-co {background:#ebebeb;padding:0px;}
article.stores .ltgray-co .col-md-6 {padding:40px;}
article.stores .red-co, article.deals .red-co .col-md-6 {padding:40px;}
.ltgray-co button {margin-left:60px;margin-right:60px;}
.page-id-35 .ltgray-co button {margin-left:0px;margin-right:0px;}
.blue-co {
    background: #a4fbf4;
    display: inline-block;
    padding: 15px 0px;
    width: 100%;
    margin-bottom: -5px;
    margin-top: 10px;
}
.blue-co a {text-transform:uppercase;color:#2c2c2c;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.blue-co a:visited {color:#2c2c2c;text-decoration:none;}
.blue-co a:hover {color:#494445;text-decoration:none;}

.outer-container .col-md-6:first-child a {color:#fff;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.outer-container .col-md-6:first-child a:hover {color:#2c2c2c;text-decoration:none;}
.outer-container .col-sm-4 img {width:100px;}

.page-id-35 .row.vip .col-md-4 img {width:120px;}

#legends #mc_embed_signup input {border-radius:0px;}
#legends #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #ee293b;}
#legends #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {color:#ee293b;font-family:"Gotham SSm A", "Gotham SSm B";font-weight:400;font-style:normal;border-radius:0px;font-size:18px;}
#legends #mc_embed_signup input.valid {font-family:"Gotham SSm A", "Gotham SSm B";font-weight:400;font-style:normal;font-size:18px;text-transform:none;}
#legends #mc_embed_signup #mce-success-response {color:#2c2c2c;font-family:"Gotham SSm A", "Gotham SSm B";font-weight:400;font-style:normal;font-size:18px;}

.page-id-100 .section1 .col-md-7 {background-image:url(assets/img/about-one-placeholder.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;}
.page-id-100 .section2 .col-md-7 {background-image:url(assets/img/Amelia_Earhart_LOC_hec.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;}
.page-id-100 .section3 .col-md-7 {background-image:url(assets/img/about-three.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;}
.page-id-100 .section4 .col-md-7 {background-image:url(assets/img/legends-map-about.svg);background-repeat:no-repeat;background-position:center 8%;background-size:cover;}
.page-id-100 .section1 .col-md-5, .page-id-100 .section2 .col-md-5, .page-id-100 .section3 .col-md-5 {padding:75px 50px;}
.page-id-100 .section4 .col-md-5 {padding:175px 50px;}
.container-fluid.section1, .container-fluid.section2, .container-fluid.section3, .container-fluid.section4 {padding:0px;}
.container-fluid.section2, .container-fluid.section4 {background:#ebebeb;}
/*--------------------------------------------------------------
# Shortcode customize
--------------------------------------------------------------*/
.su-carousel .su-carousel-slide img {
    padding: 3px;
    border: 0px !important;
    background: transparent; 
    border-radius: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


@media (min-width:992px) {
.site-content {padding-top:100px;}
article.stores .red-co {height:385px;}
.event-content a.button {float:right;}
.outer-container {background:-moz-linear-gradient(90deg, #ee293b 50%, #ebebeb 50%);background:-webkit-linear-gradient(90deg, #ee293b 50%, #ebebeb 50%);background:linear-gradient(90deg, #ee293b 50%, #ebebeb 50%);}
.page-id-124 .row.guest .col-sm-6 {text-align:left;}
.page-id-35 .outer-container {background:-moz-linear-gradient(90deg, #ebebeb 61.5%, #fff 39.5%);background:-webkit-linear-gradient(90deg, #ebebeb 61.5%, #fff 39.5%);background:linear-gradient(90deg, #ebebeb 61.5%, #fff 39.5%);}
/* .page-id-100 .outer-container {background-image:url(assets/img/about-one-placeholder.jpg);background-repeat:no-repeat;background-position:left;} */

.container-fluid.section1, .container-fluid.section2, .container-fluid.section3, .container-fluid.section4 {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */	
}
#legends #mc_embed_signup form {display:inline-block;width:65%;}
}
@media (max-width:992px) {
.site-content, .home .site-content {padding-top:190px;}
.page-id-101 .ltgray-co {text-align:center;}
.page-id-101 .ltgray-co .col-md-7 {margin-top:50px;}	
.page-id-35 .outer-container .col-md-8 {background:#ebebeb;}
.page-id-35 .outer-container .container {width:auto;}
.page-id-100 .section1 .col-md-7, .page-id-100 .section2 .col-md-7, .page-id-100 .section3 .col-md-7, .page-id-100 .section4 .col-md-7 {height:550px;}	
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.col-xs-5ths {
    width: 20% !important;
    float: left !important;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20% !important;
        float: left !important;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20% !important;
        float: left !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20% !important;
        float: left !important;
    }
}



/*--------------------------------------------------------------
## 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-links {
	clear: both;
	margin: 0 0 1.5em;
}


.cvp-live-filter.cvp-button input[type=radio]:checked~div {
    background: #ee293b !important;
}
.cvp-live-filter {
	font-family: "Gotham XNarrow SSm A", "Gotham XNarrow SSm B";
	letter-spacing: 1px;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
## 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;
}



.holiday-hours h2{
	color: white !important;
}

.holiday-hours h4{
	font-size: 20px !important;
	text-transform: none !important;
	margin-bottom: 0px !important;
	/*line-height: 18px !important;*/
}

.holiday-hours p{
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
	margin-bottom: 30px !important;
	font-weight: lighter !important;
}

.pum-content h3{
	position: absolute;
    top: 40%;
    max-width: 40%;
    right: 21%;
    text-align: center;
    color: #11709E !important;
    font-size: 31px !important;
	text-transform: none !important;
}

.pum-overlay{
    padding-right: 0px !important;
}

.pum-content p{
	margin: 0px;
	padding: 0px;
}

#vip-button{
    padding: 10px 20px;
    border: 1px solid #A78A47;
    margin-top: 30px;
    color: white;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
}

#vip-copy{
	max-width: 860px;
    margin: 0 auto;
	font-weight: 400;
}

#vip-copy p{
	font-weight: 400;
}


.post-type-archive-givesback article:first-child{
    background-color: red;
}

.post-type-archive-givesback .entry-content{
    background-color: #2c2c2c;
    color: white;
}

.post-type-archive-givesback .entry-content img{

}

.post-type-archive-givesback h2{
    /*margin-top: 0px;*/
}

.post-type-archive-givesback .entry-thumbnail{
    padding: 0px;
    display: inline-block;
}

.post-type-archive-givesback .entry-description{
    margin-top: 1.4%;
    margin-bottom: 1.4%;
    display: inline-block;
}

.post-type-archive-givesback .entry-description p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}


.givesback-container{
    background-color: #4dd0e2;
}

.post-type-archive-givesback .read-more {
top: 40px;
    position: absolute;
    right: 30px;
    background: transparent;
    color: #fff !important;
    border: 1px solid white;
    font-size: 16px;
    padding: 5px 18px;
    /* margin-top: 20px; */
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    text-decoration: none;
}

.post-type-archive-givesback .page-header{
    text-align: center;
}

.givesback-content{
    padding: 40px 0px;
}


@media only screen and (min-width : 992px) {
	#whats-new{
		margin-top: 30px;

	}
	.related-news{
		margin-top: 160px !important; 
	}
	
	.related-post img {
    width: 100%;
    object-fit: cover !important;
    height: 112px;
}
    article:first-child .entry-thumbnail{
        width: 100%;
    }

    article:first-child .entry-thumbnail img{
        width: 100%;
    }

    article:first-child .entry-description{
        width: 100%;
           top: 0px;
    }

    article:nth-child(2){
        display: inline-block;
        width: 49%;
    }

    article:nth-child(2)  .entry-content{
        width: 100%;
    }

    article:nth-child(2)  .entry-thumbnail{
        width: 100%;
    }

    article:nth-child(2)  .entry-thumbnail img{
        width: 100%;
    }

    article:nth-child(2)  .entry-description{
        width: 100%;
                   top: 0px;

    }

    article:nth-child(3){
        display: inline-block;
        width: 49%;
        float: right;
    }

    article:nth-child(3)  .entry-content{
        width: 100%;
    }

    article:nth-child(3)  .entry-thumbnail{
        width: 100%;
    }

    article:nth-child(3)  .entry-thumbnail img{
        width: 100%;
    }

    article:nth-child(3)  .entry-description{
        width: 100%;
                   top: 0px;

    }
}

.rp4wp-related-job_listing>ul li.job_listing a img.company_logo, .rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo, ul.job_listings li.job_listing a img.company_logo, ul.job_listings li.no_job_listings_found a img.company_logo {
    background-color: #2C2C2C;
}

.job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_keywords {
    width: 100%;
}

.job_filters .search_jobs div.filter_last, .job_filters .search_jobs div.search_location {
    display: none;
}

.rp4wp-related-job_listing>ul li.job_listing a div.location, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.location, ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location {
    display: none;
}


.homecontent a{
	text-decoration: none !important;
    letter-spacing: 1.6px;
}

.icon-description {
    min-height: 80px;
}

.standards{
	color: #262223;
	margin-bottom: 80px;
}

.event-date{
    color: white;
    background-color: #262223;
    width: 30%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 14px;
    font-weight: 500;
}

.event-date .month{
	background-color: #707070;
	padding: 5px;
}

.event-date .date{
	font-size: 34px;
	padding-top: 5px;
	
}

.event-date .day{
	padding-bottom: 5px;
	
}


.news{
	margin-bottom: 25px;
}

.stores-header .btn-primary{
    background: #E92433;
    color: #fff !important;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    border: 1px solid #E92433 !important;
    padding: 13px 50px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    letter-spacing: 1.6px;
	margin: 50px 20px 0px 20px;
	box-shadow: none;

}

.stores-header .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #E92433;
    background-color: white;
    border: 1px solid #E92433;
    box-shadow: none;
}

.stores-header .btn-primary:hover {
	color: #E92433 !important;
    background-color: white;
    border: 1px solid #E92433;
    box-shadow: none;
}

.btn-primary:focus, .btn-primary.focus {
	color: #E92433 !important;
    background-color: white !important;
    border: 1px solid #E92433 !important;
    box-shadow: none !important;
}

.newsimage{
    width: 100%;
    height: 350px;
    overflow: hidden;
    padding-top: 0px;
}

.newsimage img{
	height: 100%;	
    width: 100%;
    object-fit: cover;
}

.news-content{
	min-height: 190px; padding-top:20px;
}

.news-content a{
	color: black !important;
}

.news-article{ 
	text-align: left;
}

.related-post{
	margin: 15px;
	height: 120px;
}

.related-post img{
	width: 100%;
	object-fit: contain;
}

.related-post a{
	font-size: 14px;
	line-height: 20px;
	color: black;
	text-decoration: none;
}

.related-news{
	margin: 40px 0px;
}

.related-news h2{
font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
	text-transform: uppercase;
}

#whats-new{
	text-align: left !important;
    font-weight: 900 !important;
    font-size: 48px !important;
	margin-left: 15px;
}

.single #whats-new{
	margin-left: 5px;
}

#news-category{
	background: #E92433;
    color: #fff !important;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    font-style: normal;
    border: none;
    padding: 10px 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    letter-spacing: 1.6px;
	Margin-top: 1px;
	Margin-bottom: 10px;
	Font-size: .75em;
	display: inline-block;
}

.released{
	Text-transform: uppercase;
	Font-size: 12px !important;
}

.events h2{
	text-transform: none !important;
	font-weight: 900 !important;
	font-size: 40px !important;
}

@media only screen and (min-width : 992px) {
	.sorting{
		margin:-20px;
	}
	
	.sort-dropdown{
		margin-bottom: 30px;
	}
	.news-article{
		margin-left: 40px !important;
	}
	
	.news-content h3{
    height: auto;
    line-height: 1.3;
	}
	
    .post-type-archive-news article:first-child .news{
        width: 100vw;
    }

    .post-type-archive-news article:first-child .entry-thumbnail img{
        width: 100%;
    }

    .post-type-archive-news article:first-child .entry-description{
        width: 100%;
           top: 0px;
    }

    .post-type-archive-news article:nth-child(3){
        display: block;
        width: 100%;
		margin-top: 40px;

    }

    .post-type-archive-news article:nth-child(3)  .news-content{
        width: 40%;
		display: inline-block;
		vertical-align: top;
		padding-right: 50px;
    }
	
	.post-type-archive-news article:nth-child(3) .news-content h3{
		font-size: 34px !important;
		line-height: 50px !important;
		font-weight: 800 !important;
		height: unset;
	}

    .post-type-archive-news article:nth-child(3)  .entry-thumbnail{
        width: 100%;
    }

    .post-type-archive-news article:nth-child(3)  .newsimage{
        width: 59%;
		display: inline-block;
    }

    .post-type-archive-news article:nth-child(3)  .entry-description{
        width: 100%;
                   top: 0px;

    }

    .post-type-archive-news article:nth-child(3)  button{
        margin-top: 40px;
		margin-bottom: 10px;

    }
    .post-type-archive-news article:nth-child(4){
        display: inline-block;
        width: 66%;
        float: left;
    }

    .post-type-archive-news article:nth-child(4)  .entry-content{
        width: 100%;
    }

    .post-type-archive-news article:nth-child(4)  .entry-thumbnail{
        width: 100%;
    }

    .post-type-archive-news article:nth-child(4)  .entry-thumbnail img{
        width: 100%;
    }
    .post-type-archive-news article:nth-child(4){
        display: inline-block;
        width: 66%;
    }

    .post-type-archive-news article:nth-child(5)  .entry-content{
        width: 100%;
    }

    .post-type-archive-news article:nth-child(5)  .entry-thumbnail{
        width: 100%;
    }

    .post-type-archive-news article:nth-child(5)  .entry-thumbnail img{
        width: 100%;
    }

    .post-type-archive-news article:nth-child(5)  .entry-description{
        width: 100%;
                   top: 0px;

    }
    .post-type-archive-news article:nth-child(5)  .entry-description{
        width: 100%;
                   top: 0px;

    }
}

.su-posts-teaser-loop .su-post {
    margin-bottom: 1.5em;
    line-height: 1.2;
    padding: 0px;
    margin-left: 0px;
    margin-right: 50px;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

[data-category="hidden-stores"]{
	display: none;
}

.mapplic-pin{
	display: none;
	
}

.page-id-5902 .container{
	width: 100vw;
}

.newslinks a{
	margin-right: 25px;
    text-transform: uppercase;
    border-bottom: 1px #ee293b;
	Font-size: 12px;
	Font-weight: 700;
	Letter-spacing: 2px;
}

.newslinks{
	margin-left: 0px;
}

.underlined{
	border-bottom: 1px solid #ee293b !important;
	text-decoration: none !important;
}

.sort-dropdown{
	border: 1px gray solid;
    border-radius: 3px;
	color: black !important;
	
}

.sort-dropdown a{
	color: black !important;
	width: 100%;
	text-align: left;
}

.sort-dropdown .dropdown-menu{
	width: 100%;
}

.sort-dropdown .dropdown-menu a{
	color: black !important;
    width: 100%;
    text-align: left;
	display: block;
	margin: 10px;
}

/*--------------------------------------------------------------
# Mapplic
--------------------------------------------------------------*/
.mapplic-popup-link {
    background-color: #8e8e8e !important;
    border-radius: 2px !important;
    font-family: "Gotham XNarrow SSm A", "Gotham XNarrow SSm B" !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    padding: 0 20px !important;
}
.mapplic-popup-link:hover {
    background-color: #ee293b !important;
}

.st67 {
    font-family: "Gotham XNarrow SSm A", "Gotham XNarrow SSm B" !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

/*--------------------------------------------------------------
# Whats your outlet
--------------------------------------------------------------*/

.wyo {
    margin-top: 0px !important;
    background-image: url("/wp-content/themes/legends/assets/img/WYO-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
   width: 100%;
    padding-bottom: 50px;
  }

.wyo2 {  
    background: #c5c5c5;
    padding:30px 40px;  
}

.landingwyo {
    margin-top: auto;
}
.wyo2 p a {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-size: 14px !important;
    font-weight: 700;
    color: #ee293b;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
# Lawn
--------------------------------------------------------------*/
.lawn-opening {
	margin-top: 0px; padding-top: 10px; padding-bottom: 10px; background-color: #ee293b; text-align: center; color: #ffffff;
}
.lawn-opening h1 {color: #ecdcb0 !important; font-size: 4em; letter-spacing: 2px;}

.lawn-opening h3 {font-size: 19px; margin-top: 5px !important; margin-bottom: 5px !important; color: #ffffff;}

.lawn h4 {
	text-transform: none !important;
	font-size: 16px !important;
}
@media (max-width:768px) {
	.lawn-opening h1 {font-size: 3em;}
	.lawn-opening h3 {font-size: 17px;}
	.lawn {text-align:center;}
}

/*--------------------------------------------------------------
# B2S
--------------------------------------------------------------*/
.b2s {
	margin-top: 0px; padding: 10px 25px 25px 25px; background-color: #142C3F; text-align: center; color: #ffffff;
}
.b2s .su-button-center { margin-bottom: 20px;}
.b2s h1 {font-size: 4em; letter-spacing: 2px;}

.b2s h3 {font-size: 19px; margin-top: 5px !important; margin-bottom: 5px !important; color: #ffffff;}
.b2s p {font-size: 1em; padding: 0 2em 0 2em;}

.b2s h4 {
	text-transform: none !important;
	font-size: 16px !important;
}
.bingo {margin-bottom: 0 !important}
.bingo img{
    width: 33.333% !important;
    height: auto !important;
    border:3px solid #ffffff !important;
}
@media (max-width:768px) {
	.b2s h1 {font-size: 3em;}
	.b2s h3 {font-size: 17px;}
	.b2s {text-align:center;}
    .bingo img {width: 70% !important; height: auto !important; display: block; margin-left: auto !important; margin-right: auto !important;}

}
