body,html {
  height:100%;
  font-family: 'Josefin Sans', sans-serif;
  background-color:#222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

#page-wrap {
  position:relative;
  width:100%;
  background-color:#ffffff;
  color:#111111;
}

#page-header {
  position: static;
  width:100%;
}

#page-header.is-fixed {
  position: fixed;
  z-index: 999999;
  width:100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

#page-content { position: static; z-index:1; }

@media print { .no-print, .no-print * { display: none !important; }}


/* responsive support */

.container-fluid { max-width:1300px; padding:0 24px; margin:0 auto; }
@media all and (min-width: 992px) {
	.container-fluid { padding:0 40px; }
}

.hold-width { max-width:800px; margin:0 auto; }
.padding-top { padding-top:40px; }
.padding-top-half { padding-top:20px; }
.padding-bottom { padding-bottom:40px; }
.form-padding { margin:24px 0; }
.form-boxed { border: 1px solid #ced4da; padding:8px; }
.form-vote-padding { padding-top:10px; padding-bottom:20px; }
@media all and (min-width: 768px) {
	.padding-top { padding-top:60px; }
	.padding-top-half { padding-top:30px; }
	.padding-bottom { padding-bottom:60px; }
	.split-left { padding-right:30px; }
	.split-right { padding-left:30px; }
	.form-boxed { padding:24px; }
}

/*
.awesome-box { display:table; width:100%; }
.awesome-box-icon { display:table-cell; width:30px; vertical-align:top; padding-top:2px; }
.awesome-box-link { display:table-cell; width:auto; vertical-align:top; }
*/


/* responsive images */

.img-responsive { max-width: 100%; height:auto!important; }
.img-fluid { width:100%!important; height:auto!important; }
.img-wrapright { float:right; padding:0; margin:6px 0px 14px 24px; max-width:48%; height:auto!important; }
.img-wrapleft { float:left; padding:0; margin:6px 24px 14px 0px; max-width:48%; height:auto!important; }
@media all and (min-width: 992px) {
	.img-wrapright { margin:6px 0px 16px 32px; }
	.img-wrapleft { margin:6px 32px 16px 0px; }
	
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-responsive { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-responsive iframe, .video-responsive object, .video-responsive embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* responsive features */

figure,figcaption,img { display: block; }
figcaption { font-weight:400; font-size:14px; line-height:1.4; margin:6px 0px 12px 0px; } 

.container-fluid-feature { max-width:768px; padding:0 24px; margin:0 auto; }

.body-feature { padding:0; margin:24px 0px 24px 0px; width:100%; }
.body-feature-full { padding:0; margin:24px 0px 24px 0px; width:100%; }
.body-feature-full p, .body-feature-full div, .body-feature-full figure { margin-left:-24px; margin-right:-24px; }
.body-feature-left { padding:0; margin:24px 0px 24px 0px; width:100%; }
.body-feature-right { padding:0; margin:24px 0px 24px 0px; width:100%; }
.body-feature-callout { border-top:1px solid #eee; border-bottom:1px solid #eee; margin-top:30px; margin-bottom:30px; }
.body-feature-callout p { font-weight:400; font-size:20px; line-height:30px; text-align:center; padding:16px 0px 6px 0px; }

.body-feature-full figcaption { padding-left:24px; padding-right:24px; }

@media all and (min-width: 768px) {
	.body-feature-left { float:left; padding:0; margin:6px 30px 12px 0px; width:60%; }
	.body-feature-left p, .body-feature-left figure { margin-left:-24px; } 
	.body-feature-right { float:right; padding:0; margin:6px 0px 12px 30px; width:60%; }
	.body-feature-right p, .body-feature-right figure { margin-right:-24px; }
	.body-feature-callout { } 
	.body-feature-callout p { padding:24px 24px 14px 24px; }
	
	.body-feature-left figcaption { padding-left:24px; }
	.body-feature-right figcaption { padding-right:24px; }
}


/* sponsor logos */

.sponsor-logos { margin:24px 0px; text-align:center;}
.sponsor-logos p { display:inline-block; max-width:120px; margin:6px 6px; border:4px solid #eee;}
.sponsor-logos p a { display:block; border:2px solid #fff;  transition: all 400ms ease;  }
.sponsor-logos p a:hover { border:2px solid #ddd; }
.sponsor-logos p img { max-width:120px; border:16px solid #fff; width:100%!important; height:auto!important; }
@media all and (min-width: 768px) {
	.sponsor-logos p { max-width:160px; margin:14px 12px;}
	.sponsor-logos p img { max-width:160px; }
}


/* alert box */

.alert-wrap { background-color:#E52424; color:#fff; padding-top:4px; }
.alert-hold { display: table; width: 100%; }
.alert-prefix { display:table-cell; vertical-align: top; width:90px; padding-top:20px; }
.alert-content { display:table-cell; vertical-align: top; width:auto; padding-top:20px; }
.alert-dismiss { display:table-cell; vertical-align: top; width:32px; padding-top:20px; text-align:right; }

.alert-prefix { 
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.100rem;
  padding-bottom:20px;
}

.alert-content { 
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.100rem;
}

.alert-message { padding-bottom:20px; }
a.alert-link { color:#fff; text-decoration:underline; }
a.alert-link:hover { color:#fff; text-decoration:underline; }

.alert-dismiss { 
  color:#fff;
  font-size:20px;
  line-height:20px; 
  font-weight: 700;
  padding-bottom:20px;
}

#dismiss-alert { color:#fff; text-decoration:none; }

#page-header.is-fixed .alert-wrap { display:none; }


/* global typography */

h1 { font-size: 2.5rem; font-weight:700; color:#222; margin-top:0px; margin-bottom: 1rem; }
h2 { font-size: 1.3rem; font-weight:700; color:#222; margin-bottom: 0.75rem; }
h2.on-detail { font-family: 'Open Sans Condensed', sans-serif; font-weight:700; font-size:15px; margin-top: 1.5rem; margin-bottom: 1.0rem;  color:#007E8F; text-transform:uppercase; letter-spacing:0.100rem; }
h3 { font-size: 1.1rem; font-weight:700; color:#222; }
h4 { color:#222; }
h5 {  } 
h6 { }

p, li { font-size:18px; line-height:1.5; }

p.intro { font-weight:500; font-size:22px; line-height:1.5;}

label { font-family: 'Open Sans', sans-serif; font-weight:400; font-size:14px; letter-spacing:0.050rem; text-transform:uppercase; color:#222; }
.form-control { border-radius:0; }

hr { margin-top: 2rem; margin-bottom: 2rem; border: 0; border-top-color: currentcolor; border-top-style: none; border-top-width: 0px; border-top: 1px solid rgba(0,0,0,.1); }

.hr-zigzag-blue-dashed { width:82px; height:20px; background:url('https://ctycms.com/ca-fashion-district/zigzag-blue-dashed.svg'); margin-top: 1.5rem; margin-bottom: 1.5rem; }
.hr-zigzag-blue-dashed-feat-events { margin:0px auto 30px auto; }
.hr-zigzag-green-dashed { width:82px; height:20px; background:url('https://ctycms.com/ca-fashion-district/zigzag-green-dashed.svg'); margin-top: 1.5rem; margin-bottom: 1.5rem; }
.hr-zigzag-green { width:82px; height:20px; background:url('https://ctycms.com/ca-fashion-district/zigzag-green.svg'); margin-top: 1.5rem; margin-bottom: 1.5rem; }


a { color:#e91c22; text-decoration:none; }
a:hover { color:#d0181d; text-decoration:none; }
a.little-more { font-weight:700; letter-spacing:0.070rem; font-size:80%; color:#DF161D;}

a div.lnk-primary { color:#e91c22; font-weight:700; font-size:18px; line-height:23px; }
a div.lnk-secondary { font-family: 'Open Sans', sans-serif; color:#222; font-weight:400; font-size:14px; line-height:20px; margin-top:3px; }
a div.lnk-secondary span { color:#aaa; }
a:hover div.lnk-primary { color:#d0181d; }
a:hover div.lnk-secondary { color:#000; }

b,strong { font-weight:700; }

ul { margin-left: 0; padding-left: 16px; }
li { margin-bottom:3px; }
@media all and (min-width: 768px) { ul { margin-left: 0; padding-left: 32px; } }

.santee-blue { color:#0b2d72;}

.btn-brand { background-color:#e91c22; font-weight:700; text-transform:uppercase; color:#fff; letter-spacing:0.100rem; padding:8px 12px 4px 12px; border:1px solid #e91c22; border-radius:0; font-size:14px; transition: all 0.15s linear 0s; }
.btn-brand:hover { background-color:#d0181d; border-color:#d0181d; color:#fff; }

.btn-brand-white { background-color:#ffffff; font-weight:700; text-transform:uppercase; color:#000; letter-spacing:0.100rem; padding:8px 12px 4px 12px; border:1px solid #ffffff; border-radius:0; font-size:14px; transition: all 0.15s linear 0s; }
.btn-brand-white:hover { background-color:#ffffff; border-color:#ffffff; color:#d0181d; }

.btn-brand-white-santee { background-color:#ffffff; font-weight:700; text-transform:uppercase; color:#000; letter-spacing:0.100rem; padding:8px 12px 4px 12px; border:1px solid #ffffff; border-radius:0; font-size:14px; transition: all 0.15s linear 0s; }
.btn-brand-white-santee:hover { background-color:#ffffff; border-color:#ffffff; color:#0b2d72; }

.btn-brand-black { background-color:#000000; font-weight:700; text-transform:uppercase; color:#fff; letter-spacing:0.100rem; padding:8px 12px 4px 12px; border:1px solid #000000; border-radius:0; font-size:14px; transition: all 0.15s linear 0s; }
.btn-brand-black:hover { background-color:#d0181d; border-color:#d0181d; color:#ffffff; }

.btn-brand-santee { background-color:#0b2d72; font-weight:700; text-transform:uppercase; color:#fff; letter-spacing:0.100rem; padding:8px 12px 4px 12px; border:1px solid #0b2d72; border-radius:0; font-size:14px; transition: all 0.15s linear 0s; }
.btn-brand-santee:hover { background-color:#000000; border-color:#000000; color:#ffffff; }

.btn-brand-white-outline { background-color:inherit; font-weight:700; text-transform:uppercase; color:#fff; letter-spacing:0.100rem; padding:8px 12px 4px 12px; border:1px solid #ffffff; border-radius:0; font-size:14px; transition: all 0.15s linear 0s; }
.btn-brand-white-outline:hover { background-color:#ffffff; border-color:#ffffff; color:#d0181d; }


.btn-outline-brand { background-color:#fff; font-weight:700; text-transform:uppercase; color:#e91c22; letter-spacing:0.100rem;  padding:7px 12px 5px 12px; border:1px solid #e91c22; border-radius:0; font-size:14px; transition: all 0.15s linear 0s; }
.btn-outline-brand:hover { background-color:#d0181d; border-color:#d0181d; color:#fff; }


.btn-brand-pill { background-color:#e91c22; font-weight:400; text-transform:uppercase; color:#fff; letter-spacing:0.100rem; border:1px solid #e91c22; font-size:12px; line-height:16px; transition: all 0.15s linear 0s; padding:6px 15px 4px 15px;; border-radius:60px; }
.btn-brand-pill:hover {  background-color:#d0181d; border-color:#d0181d; color:#fff; }


.btn-google { background-color:#eee; font-weight:400; color:#666; border:none; border-radius:10px; font-size:10px; line-height:12px; padding:2px 8px; white-space:nowrap; margin-left:8px;  }
.btn-google:hover { background-color:#ddd; color:#222; }


.span-wholesale-public { display:inline-block; background-color:#1EAA68; font-weight:400; color:#fff!important; border:2px solid #1EAA68; font-size:13px; line-height:16px; padding:4px 8px 2px 8px; border-radius:20px; }
.span-wholesale-industry { display:inline-block; background-color:#fff; font-weight:400; color:#1EAA68!important; border:2px solid #1EAA68; font-size:13px; line-height:16px; padding:4px 8px 2px 8px; border-radius:20px; }


/* ist dropdown */

.filter-box { width:100%; background-color:#111; font-weight:700; font-size:17px; line-height:1.2; }

.ist-dropdown { position:relative; width:100%; margin-top:24px; margin-bottom:2px; border-top:2px solid #1EAA68; }
.ist-dropdown-closed { width:100%; background-color:#1EAA68; color:#fff; }
.ist-dropdown-open { position:absolute; width:100%; z-index:999; background-color:#1EAA68; color:#fff; }

.ist-dropdown-intro { padding:12px 20px; cursor:pointer;}
.ist-dropdown-intro-text { }
.ist-dropdown-intro-open { float:right; }
.ist-dropdown-intro-close { float:right; }

.ist-dropdown-content { width:100%; padding:12px 24px; border-top:2px solid #EAE9E7;}

.ist-list { margin:10px 0;}
.ist-dropdown-content a { color:#fff; font-weight:400; }
.ist-dropdown-content a:hover { color:#023A53; text-decoration:none; }
.ist-dropdown-content a.ist-selected { color:#023A53; text-decoration:none; }

.list-section-results { }
.list-section-results a { display:block; border:1px solid #eee; border-top:none; background-color:#fff; padding:24px 24px 24px 24px; } 

.list-section-results a div.lsr-primary { color:#e91c22; font-weight:700; font-size:19px; line-height:23px; margin-bottom:6px; }
.list-section-results a div.lsr-secondary { color:#444; font-weight:400; font-size:16px; line-height:20px; margin-bottom:6px; }
.list-section-results a div.lsr-secondary span { color:#aaa; }
.list-section-results a div.lsr-tags { color:#555; font-weight:400; font-size:14px; line-height:18px; font-style:italic; margin-bottom:10px; }

.list-section-results a:hover { background-color:#fafafa; }
.list-section-results a:hover div.lsr-primary { color:#d0181d; }
.list-section-results a:hover div.lsr-secondary { color:#000; }


/* global patterns */

.dark-pattern-wrap { background: #000000 url('https://ctycms.com/ca-fashion-district/la-logo-pattern.svg') top center; }

.santee-wrap { background-color:#ed4f7c; }


/* subscribe footer */

.footer-subscribe-blue { background-color:#05a3d9; }
.footer-subscribe-hold { display:block; width:100%; padding:70px 24px; }
.footer-subscribe-cta { display:block; text-align:center; font-family: 'Josefin Sans', sans-serif; color:#fff; font-size:36px; line-height:40px; padding-top:0px; }
.footer-subscribe-a { display:block; text-align:center; padding-top:24px; }
@media screen and (min-width: 768px) {
	.footer-subscribe-hold { display:table; max-width:800px; margin:0 auto; padding:80px 24px; }
	.footer-subscribe-cta { display:table-cell; text-align:left; vertical-align:middle; padding-top:2px;}
	.footer-subscribe-a { display:table-cell; text-align:right; vertical-align:middle; padding-top:0px; }
}

/* footer */

.footer-wrap { padding:10px 0px; background:#000000 url('https://ctycms.com/ca-fashion-district/stitch-footer.svg') top center repeat-x; background-size:18px 11px; }
.footer-wrap-santee { padding:10px 0px; background:#e6e6e6; }
.footer-wrap div.footer-h4 { color:#c4c4c4; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:0.100rem; font-size:14px; text-transform:uppercase; margin-top: 0rem; margin-bottom: 1rem; }
.footer-wrap p { font-family: 'Open Sans', sans-serif; color:#eee; font-size:14px; line-height:1.5; }

.footer-logo { width:115px; margin:0 auto; }
.footer-logo-santee { width:225px; margin:0 auto; }
.footer-hours-santee { color:#0b2d72; font-weight:700; font-size:23px; line-height:26px; }

.footer-addresses a { color:#fff; }
.footer-addresses a:hover { color:#fff; }

.footer-social { margin:2px 0; padding-bottom:24px; }
.footer-social a { display:inline-block; width:30px; height:30px; font-size:14px; line-height:32px; border-radius:50%; text-align:center; margin:0 6px; }
.footer-social a { text-decoration:none; color:#fff; background-color:#e91c22; border:none; transition: all 0.15s linear 0s; }
.footer-social a:hover { color:#fff; background-color:#d0181d; }

.footer-social a.bg-instagram { background-color:#e1306c; }
.footer-social a.bg-facebook { background-color:#3b5998; }
.footer-social a.bg-twitter { background-color:#1da1f2; }
.footer-social a.bg-pinterest { background-color:#bd081c; }

.center-then-left { text-align:center; }
.center-then-right { text-align:center; }
.center-then-left-lg { text-align:center; }
.center-then-right-lg { text-align:center; }
@media screen and (min-width: 768px) {
	.footer-social a { margin:0 0 0 12px; }
	.center-then-left { text-align:left; }
	.center-then-right { text-align:right; }	
}
@media screen and (min-width: 992px) {
	.footer-logo { margin:0; }
	.footer-logo-santee { margin:0; }
	.footer-hours-santee { padding-top:20px; }
	.center-then-left-lg { text-align:left; }
	.center-then-right-lg { text-align:right; }	
}
.footer-legal-wrap { background-color:#131212; padding:30px 0px 0px 0px; }
.footer-legal-wrap-santee { background-color:#0b2d72; }
.footer-legal-wrap p { font-family: 'Open Sans', sans-serif; color:#ddd; font-size:13px; line-height:1.5; margin:0; padding-bottom:30px; }
.footer-legal-wrap a { color:#f6f6f5; }
.footer-legal-wrap a:hover { color:#fff; }
.footer-legal-wrap p.md-inline { margin:0; }
@media screen and (min-width: 768px) {
	.footer-legal-wrap p.md-inline { display:inline-block; }
}	
	
	
/* banner */

.no-banner { width:100%; max-width:1300px; margin:0 auto; }
.no-banner-content { width:100%; height:6px; background: #131212; }
.wide-banner { width:100%; max-width:1300px; margin:0 auto; }
.wide-banner-img { width:100%; background-position:center center; background-size:cover; background-color:#fafafa; }
@media all and (min-width: 992px) {
	.wide-banner { padding:0 40px; }
	.no-banner { padding:0 40px; }
}



/* detail header */

.full-color { width:100%; background:#fafafa; }

.detail-header { width:100%; background:#fafafa; border-top:1px solid #f2f2f2; border-bottom:1px solid #f2f2f2; }

.detail-header h1 { }

p.header-groups { margin-top:20px;} 

a.btn-header-groups { background-color:rgba(255, 255, 255, 0); padding:4px 8px; margin:3px 1px; border-radius:4px; transition: all 0.15s linear 0s;  }
a.btn-header-groups { font-size:13px; line-height:15px; letter-spacing:0.050rem; font-weight:700; text-transform:uppercase; color:#e91c22; border:2px solid #e91c22; }
a.btn-header-groups:hover { background-color:rgba(255, 255, 255, 1); color:#d0181d; border-color:#d0181d; }


/* sidenav */

#sidenav { width:100%; }

#snavsection { background-color:#000; border:1px solid #000;}
#snavsection a { display:block; padding:16px 16px; text-transform:uppercase; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:0.100rem; font-size:14px; line-height:20px; color:#f8a233; }
#snavsection a:hover { color:#f8a233; }

#sidenav ul { padding:0; margin:0; }

#sidenav > ul {  } /* outer ul */

#sidenav li { padding:0; margin:0; list-style:none; }

#sidenav li ul { padding-bottom:16px; }

#sidenav li ul li { padding:4px 0px; }

#sidenav > ul > li { border-bottom:1px solid #000; }

#sidenav li a {
  display:table;
  width:100%; 
  text-decoration:none;
  background-color:#fff;
  font-weight:400;
  letter-spacing:0.025rem;
}

#sidenav li a div.sn-indicator { display:table-cell; width:36px; text-align:center; padding:16px 0px; font-weight:400; font-size:12px; line-height:24px; vertical-align:top; color:#ffffff; }
#sidenav li a div.sn-label { display:table-cell; width:auto; text-align:left; padding:16px 20px 16px 0px; font-weight:400; font-size:17px; line-height:24px; vertical-align:top; color:#222223; }
#sidenav li a div.sn-label-nested { display:table-cell; width:100%; text-align:left; padding:4px 20px 4px 50px; font-weight:400; font-size:14px; line-height:24px; vertical-align:top; color:#222223; }
 
#sidenav li a:hover div { color:#d0181d; }
#sidenav li a.activeitem div { color:#e91c22; }
#sidenav li a.activeiteminner div { color:#e91c22; }


/* home hero */

.home-hero-wrap { position:relative; }
.home-hero-upper { position:relative; z-index:2; }
.home-hero-lower { position:relative; z-index:1; margin-top:-70px; }

.hero-image { display:table; width:100%; background-size: cover; background-position: center center; }
.hero-image-cell { display:table-cell; width:100; height:400px; text-align:center; vertical-align:middle; }
@media all and (min-width: 768px) { .hero-image-cell { height:600px; }}

.hero-headline { color:#fff; font-weight:400; font-size:28px; line-height:36px; text-shadow: 1px 1px 1px #333; }
.hero-link { padding-top:20px; }
@media all and (min-width: 768px) {
	.hero-headline { font-size:58px; line-height:58px;  }
}

.hero-santee { font-family: 'Josefin Sans', sans-serif; color:#fff; font-size: 26px; line-height: 30px; text-align:center; }

.hero-cta-hold { display:block; width:100%; padding:140px 24px 70px 24px; }
.hero-cta-text { display:block; text-align:center; font-family: 'Josefin Sans', sans-serif; color:#fff; font-size:26px; line-height:30px; padding-top:0px; }
.hero-cta-button { display:block; text-align:center; padding-top:24px; }
@media screen and (min-width: 992px) {
	.hero-cta-hold  { display:table; max-width:1100px; margin:0 auto; padding:140px 40px 70px 40px; }
	.hero-cta-text { display:table-cell; text-align:left; vertical-align:middle; padding-top:2px; padding-right:20px; }
	.hero-cta-button { display:table-cell; text-align:right; vertical-align:middle; padding-top:0px; }
}

/* home hero video */

.hero-wrap {
  position: relative;
  width:100%; height:56vh; min-height:400px; max-height:800px;
  top: 0;
  overflow:hidden;
  background:#111;
}

#hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -ms-transform: translate(-50%, -50%) scale(1.01);
  -moz-transform: translate(-50%, -50%) scale(1.01);
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);	
}
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

.hero-video-darken {  position: absolute;z-index: 101; display:table; width:100%; height:100%; }
.hero-video-content { display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle; }

.btn-white-border { border:1px solid #333; border-width:0px 1px 1px 0px; }




/* home featured */

.featstory-wrap { background-color:#f6f6f5; margin-top:0px; padding:30px 0px;}
.featstory-hold { display:block; width:100%; }
.featstory-teaser { display:block; width:100%; padding:30px 0px; }
.featstory-image-mobile { display:block; width:100%; }
.featstory-image-desktop { display:none; width:100%; }
@media screen and (min-width: 768px) {
	.featstory-wrap { margin-top:60px; padding:0; background: linear-gradient(90deg, #f6f6f5 60%, #ffffff 60%); }
	.featstory-hold { display:table; width:100%; }
	.featstory-teaser { display:table-cell; width:50%; vertical-align:middle; padding-right:90px; }
	.featstory-image-mobile { display:none; }
	.featstory-image-desktop { display:table-cell; width:50%; vertical-align:middle; padding-top:40px; padding-bottom:40px; }
}
.blog-tag { font-family: 'Open Sans Condensed', sans-serif; font-weight:700; text-transform:uppercase; letter-spacing:0.100rem; color:#111; font-size:14px; }
.blog-head { font-weight:700; margin:20px 0px; font-size:32px; line-height:1.25; }
@media screen and (min-width: 768px) {
	.blog-head { font-size:38px; line-height:1.25; }
}
.blog-text { font-weight:400; margin:20px 0px; font-size:18px; }
.blog-image-line-outer { border:4px solid #fff; }
.blog-image-line-inner { border:4px solid #f6f6f5; padding:14px; }

/* home featured shopping */

.featstoryshop-wrap { background-color:#f6f6f5; margin-top:0px; padding:30px 0px; }
.featstoryshop-hold { display:block; width:100%; }
.featstoryshop-teaser { display:block; width:100%; padding:30px 0px; }
.featstoryshop-image { display:block; width:100%; }
@media screen and (min-width: 768px) {
	.featstoryshop-wrap { padding:0; background: linear-gradient(90deg, rgba(255,255,255,0) 40%, #ffffff 40%); }
	.featstoryshop-hold { display:table; width:100%; }
	.featstoryshop-teaser { display:table-cell; width:50%; vertical-align:middle; padding-left:40px; }
	.featstoryshop-image { display:table-cell; width:50%; vertical-align:middle; padding-top:40px; padding-bottom:40px; }
}


/* home */

.bg-shapes { position:relative; width:100%; background:#f6f6f5 url('https://ctycms.com/ca-fashion-district/shapes-bg.svg') center center; 
-webkit-box-shadow: inset 0px -10px 20px 0px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px -10px 20px 0px rgba(0,0,0,0.15);
box-shadow: inset 0px -10px 20px 0px rgba(0,0,0,0.15);
}
.bg-shapes-top { position:absolute; top:0px; width:100%; height:326px; }
.bg-shapes-white { width:100%; height:300px; background-color:#ffffff; }
.bg-shapes-stitch { width:100%; height:26px; background: url('https://ctycms.com/ca-fashion-district/stitch-home.svg'); }
.bg-shapes-content { position:relative; top:0px; }

/* home featured events */

.home-event-card-cell { height:100%; padding-bottom:30px;  }

.home-event-card { border-radius:3px; height:100%; background-color:#fff; position:relative; 
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12)}

.home-event-card-image { width:100%; height:280px; background-position:center center; background-size:cover; border-radius:3px 3px 0px 0px; }

.home-event-card-icon { position:absolute; display:block; top:280px; left:50%; width:36px; height:36px; border-radius:18px; margin-left:-18px; margin-top:-18px; color:#fff; background-color:#1A8451; text-align:center; font-size:14px; line-height:38px;}

.home-event-card-content { padding:24px 30px 30px 30px; }

.home-event-card-tag { font-family: 'Open Sans Condensed', sans-serif; font-weight:700; margin-bottom:16px; text-transform:uppercase; letter-spacing:0.100rem; color:#1A8451; font-size:14px; }
.home-event-card-label { font-size:26px; line-height:1.3; font-weight:700; text-transform:none; margin-bottom:8px; }
.home-event-card-dateline { font-family: 'Open Sans', sans-serif; font-size:14px; line-height:1.3; text-transform:none; color:#000; }
.home-event-card-teaser { }









/* home quick links */


.home-quick-links-hold { display:block; width:100%; padding:30px 0px; }
.home-quick-links-cell { display:block; width:100%; margin-bottom:30px; }
.home-quick-links-cell a { -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12) }
.home-quick-links-image { width:100%; padding-bottom:68%; background-position:center center; background-size:cover; }
.home-quick-links-a-1 { display:block; background-color:#fff; } 
.home-quick-links-a-2 { display:block; background-color:#fff; } 
.home-quick-links-content { display:table; width:100%; }
.home-quick-links-content-head { display:table-cell; width:auto; padding:22px 20px 18px 20px; font-weight:400; font-size:16px; line-height:16px; vertical-align:middle; }

.home-quick-links-cell a .home-quick-links-content-head { color: #000; }
.home-quick-links-cell a .home-quick-links-content-head span { color: #e91c22; }
.home-quick-links-cell a:hover .home-quick-links-content-head { color: #d0181d; }
.home-quick-links-cell a:hover .home-quick-links-content-head span { color: #d0181d; }

.home-quick-links-content-triangle { display:table-cell; width:58px; }
.home-quick-links-content-triangle-1 { background: linear-gradient(-55deg, #ee52a9 0%, #ee52a9 50%, white 50%, white 100%); border-right:2px solid #ee52a9; }
.home-quick-links-content-triangle-2 { background: linear-gradient(-55deg, #4ebd87 0%, #4ebd87 50%, white 50%, white 100%); border-right:2px solid #4ebd87; }
@media all and (min-width: 768px) {
	.home-quick-links-hold { display:table; width:100%; padding:60px 0px; }
	.home-quick-links-cell { display:table-cell; width:50%; }
	.home-quick-links-content-head { font-size:20px; line-height:20px; }
	.home-quick-links-a-1 { margin-right:20px; }
	.home-quick-links-a-2 { margin-left:20px; }
}
@media all and (min-width: 1200px) {
	.home-quick-links-a-1 { margin-right:40px; }
	.home-quick-links-a-2 { margin-left:40px; }
}

/* home social squares */

.insta-promo { display:block; }
.insta-promo-left { display:block; background-color:#444; }
.insta-promo-right { display:block; background-color:#444; }
.insta-promo-content { display:block; background-color:#fff; text-align:center; padding:30px; }
.insta-promo-content-silver { background-color:#fafafa; }
.insta-promo-handle a, .insta-promo-handle a:hover { font-family: 'Open Sans Condensed', sans-serif; font-weight:700; color:#DD1D83; font-size:14px; line-height:16px; text-transform:uppercase; letter-spacing:0.100rem; }
.insta-promo-cta { font-size: 36px; line-height:48px; font-weight:700; color:#222; margin-top:2rem; margin-bottom: 1rem; }
.insta-promo-cta-santee { color:#0b2d72;}
.insta-promo-button {  margin-top:2rem; }
@media all and (min-width: 768px) {
	.insta-promo { display:table; width:100%; }
	.insta-promo-left { display:table-cell; width:33%; vertical-align:top; }
	.insta-promo-right { display:table-cell; width:33%;  vertical-align:top; }
	.insta-promo-content { display:table-cell; width:34%;  vertical-align:middle; text-align:center; }
}

/* citylight social grid */

.citylight-social-grid { width:100%; background-color:#fafafa; }
.citylight-social-square {
  display:block;
  background-size:cover;
  background-position:center center;	
  float:left;
  position: relative;
  margin:0px;
  overflow:hidden;
  border:0;
}

.citylight-social-square { width: 50%; padding-bottom : 50%; }
.citylight-social-square-cover { position:absolute; width:100%; height:100%; background-color:rgba(0,0,0,0.05); transition: all 0.15s linear 0s; }
.citylight-social-square:hover .citylight-social-square-cover { background-color:rgba(0,0,0,0.10); }
.citylight-social-square-icon { position:absolute; bottom:8%; left:8%; color:#fff; font-size:22px; line-height:22px; }



/* landing page */

.landing-row { display:block; width:100%;  background-color:#ffffff; }

.landing-main-content { display:block; width:100%; height:400px; }

.landing-intro { display:block; width:100%; height:auto; border:1px solid #fff; background-color:#f6f6f5; padding:4px; margin-bottom:24px; }
.landing-intro-panel { width:100%; height:100%; background-color:#f6f6f5; border:4px solid #ffffff; display:table; }
.landing-intro-panel-cell { display:table-cell; width:100%; height:100%; padding:40px 30px; vertical-align:middle; text-align:left; }

.landing-stack { display:block; width:100%; height:400px; }
.landing-stack-link { display:block; width:100%; height:50%; position:relative; }
.landing-stack-link-a { height:54%; border:1px solid #fff; }
.landing-stack-link-b { height:46%; border:1px solid #fff; }
.landing-stack-image { position:absolute; z-index:1; width:100%; height:100%; background-size:cover; background-position:center center; }
.landing-stack-cover { position:absolute; z-index:2; width:100%; height:100%;  display:table; }
.landing-stack-label { background-color:rgba(0,0,0,0.05); transition: all 400ms ease; display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center; }
.landing-stack-label span { background-color:#fff; padding:25px 24px 23px 24px; font-weight:700; font-size:15px; line-height:15px; color:#000; }
.landing-stack-label span i { color:#e91c22; }
.landing-stack-label:hover { background-color:rgba(0,0,0,0.15); }

.landing-short { display:block; width:100%; height:200px; border:1px solid #fff; }
.landing-short-link { display:block; width:100%; height:100%; position:relative; }
.landing-short-image { position:absolute; z-index:1; width:100%; height:100%; background-size:cover; background-position:center center; }
.landing-short-cover { position:absolute; z-index:2; width:100%; height:100%;  display:table; }
.landing-short-label { background-color:rgba(0,0,0,0.05); transition: all 400ms ease; display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center; }
.landing-short-label span { background-color:#fff; padding:25px 24px 23px 24px; font-weight:700; font-size:15px; line-height:15px; color:#000; }
.landing-short-label span i { color:#e91c22; }
.landing-short-label:hover { background-color:rgba(0,0,0,0.15); }


@media all and (min-width: 768px) {
	.landing-row { display:table; width:100%; }
	.landing-main-content { display:table-cell; width:70%; height:610px; vertical-align:top; }
	
	.landing-intro { display:table-cell; width:70%; height:610px; vertical-align:top; padding:30px; margin-bottom:0px; }
	.landing-intro-panel-cell { padding:20px 80px;}
	
	.landing-stack { display:table-cell; width:30%; height:610px; vertical-align:top; }
	
	.landing-short { display:table-cell; width:35%; height:320px; vertical-align:top; }
	.landing-short-30 { width:30%; }
	.landing-short-40 { width:40%; }
}




/* side ads */

.sideads-wrap { margin-top:36px; }
.sideads-mark { font-size:12px; color:#757575; text-align:center; }
.sideads-link { margin-bottom:24px; }

/* basic lightbox */

.lightbox-wrap { margin-top:30px; }
.lightbox-squares { width:100%; padding-bottom:100%; background-color:#eee; background-position:center center; background-size:cover; margin-bottom:30px; }

/* staff browser */

.staff-wrap { margin-bottom:24px; }
.staff-picture-size { max-width:240px; margin:36px auto 22px auto; }
.staff-picture { width:100%; padding-bottom:100%; border-radius:50%; background-size:cover; background-position:center center; }
.staff-name { text-align:center; font-weight: 700; font-size:20px; line-height:1.3; margin-bottom:4px; }
.staff-title { text-align:center; font-weight: 400; font-size:18px; line-height:1.3; margin-bottom:4px; }
.staff-email { text-align:center; font-family: 'Open Sans', sans-serif; font-size:14px; line-height:1.3; margin-bottom:18px; }


/* map markers and popups */

.mapboxgl-map { font-family:inherit; }
.mapboxgl-ctrl-attrib.mapboxgl-compact { min-height:24px; } /* bug fix */

.smarker {  width: 24px; height: 36px; cursor: pointer; }
.smarker-bg { position:absolute; width:24px; height:36px; fill:#d0181d; }
.smarker-i { position:absolute; width:24px; height:36px; text-align:center; font-size:11px; line-height:24px; color:#ffffff; }

.mapboxgl-popup { width: 200px; padding-bottom: 30px; } /* adjust padding bottom to height of marker */
.mapboxgl-popup-content { text-align: center; padding:20px 10px; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); }
.mapboxgl-popup-content h3 { font-family: 'Josefin Sans', sans-serif; margin:4px 0px; color: #000; font-weight:700; font-size:16px; line-height:20px; text-transform:uppercase; }
.mapboxgl-popup-content h5 { font-family: 'Open Sans', sans-serif; margin:4px 0px; font-size:12px; line-height:20px; color:#555;}
.mapboxgl-popup-content p { font-family: 'Open Sans', sans-serif; margin:4px 0px; font-size:14px; line-height:20px;}


/* point-section */

#point-section #clmap { width:100%; height:50vh; min-height:100px; max-height:500px; background-color:#E6E4E0; border-top:1px solid #eee; border-bottom:1px solid #eee; }

.section-filters { text-align:left; margin:24px 0px 36px 0px; }
.section-filters .section-filters-title { text-align:left; color:#222; font-size:14px; line-height:16px; letter-spacing:0.100rem; font-weight:700; text-transform:uppercase; margin:0 0 14px 0;}
.section-filters ul { list-style:none; margin:0; padding:0 ;}
.section-filters li { display:inline; margin:0; padding:0; }
.section-filters a {
font-family: 'Open Sans Condensed', sans-serif; 
font-weight:700;
text-decoration: none;
line-height: 14px;
font-size: 14px;
text-align: center;
display:inline-block;
color:#000;
background-color:#ffffff;
letter-spacing:  0.050rem;
border:1px solid #000;
border-radius:0px;
padding:8px 12px;
white-space: nowrap;
margin:6px 3px;
text-transform:uppercase;
}
.section-filters a:hover { background-color:#d0181d; border-color:#d0181d; color:#fff; text-decoration: none; }
.section-filters a.selected { background-color:#000; border-color:#000; color:#fff; }

.section-filters-sub { text-align:left; margin-top:-26px; padding-top:10px; margin-bottom:36px; border-top:3px solid #F6F6F4;; }
.section-filters-sub a {
font-family: 'Open Sans Condensed', sans-serif; 
font-weight:700;
text-decoration: none;
line-height: 12px;
font-size: 12px;
text-align: center;
display:inline-block;
color:#000;
background-color:#ffffff;
letter-spacing:  0.050rem;
border:1px solid #000;
border-radius:0px;
padding:6px 8px;
white-space: nowrap;
margin:6px 3px;
text-transform:uppercase;
}
.section-filters-sub a:hover { background-color:#d0181d; border-color:#d0181d; color:#fff; text-decoration: none; }
.section-filters-sub a.selected { background-color:#000; border-color:#000; color:#fff; }

.point-section-results { margin:40px 0px 24px 0px; }

.pst { margin-bottom:24px; }

.pst-spacea { background-color:#fafafa; height:100%; }
.pst-spacea-content { padding:12px 16px 8px 16px; }

.pst-topline { border-top:4px solid #fff; padding-top:10px; }
.pst-topline-dark { border-top:4px solid #F6F6F4; padding-top:10px; }
.pst a { display:block; }

.pst-no-santee a { padding-left:24px; }
.pst-santee-alley a { padding-left:24px;  background:url('https://ctycms.com/ca-fashion-district/santee-alley-umbrella.svg') top left no-repeat; background-size:16px 16px; }

.pst a .pst-image { position:relative; width:100%; padding-bottom:66.66%; background-color:#eee; margin-bottom:12px; }
.pst a .pst-image-bg { position:absolute; top:0; width:100%; height:100%; background-position:center center; background-size:cover; }
.pst a .pst-image-cover { position:absolute; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.1); transition: all .5s;}
.pst a:hover .pst-image-cover { background-color:rgba(0,0,0,0.5);  }

/* space avail */

.filter-box-spacea { background-color:#fafafa; border-radius:10px; padding:24px 30px 24px 30px; margin-top:30px; }

.filter-box-spacea label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.050rem;
}

/* point-section-fixed */

.ps-fixed-wrap { width:100%; }
.ps-fixed { width:100%; }
.ps-fixed-content { width:100%; padding:24px; }
.ps-fixed-map { display:none; }
@media all and (min-width: 992px) {
	.ps-fixed { width:100%; max-width:1360px; margin:0 auto; }
	.ps-fixed-content { margin-left:50%; width:50%; padding:40px; }
	.ps-fixed-map { display:block; position: -webkit-sticky; position:sticky; float:left; top:0px; left:0px; width:50%; height:780px;  }
}

#santee-section #clmap { width:100%; height:420px; background-color:#E6E4E0; border:1px solid #eee; }
#santee-location #clmap { width:100%; height:420px; background-color:#E6E4E0; border:1px solid #eee; }
@media all and (min-width: 992px) {
	#santee-section { padding:40px 0px; }
	#santee-section #clmap { width:100%; height:700px; }
  #santee-location { padding-top:4px; }
  #santee-location #clmap { width:100%; height:700px; }
}


/* point-detail */

.point-social-icons { margin:24px 0; text-align:left;}
.point-social-icons a { display:inline-block; width:30px; height:30px; font-size:15px; line-height:34px; border-radius:50%; text-align:center; margin:0 12px 0 0; }
.point-social-icons a { text-decoration:none; color:#fff; background-color:#e91c22; border:none; transition: all 0.15s linear 0s;}
.point-social-icons a:hover { color:#fff; background-color:#d0181d; }

#point-detail { margin-left:-24px; margin-right:-24px; border-top:1px solid #E6E4E0; border-bottom:1px solid #E6E4E0;}
#point-detail #clmap { width:100%; height:50vh; min-height:200px; max-height:500px; background-color:#E6E4E0; border-top:2px solid #fff; border-bottom:2px solid #fff; }
@media all and (min-width: 992px) {
	#point-detail #clmap { border:2px solid #fff; }
	#point-detail { margin-left:0px; margin-right:0px; border: 1px solid #E6E4E0; }
}

.pev ul { list-style-type: none; padding:0; margin:0; }
.pev li { } 
.pev .pevname { }
.pev .pevdate { color:#555; }
.pev .pevtime { color:#aaa; }

.ftn { text-align:center; }
.ftn h4 { text-align:center; }
.ftn ul { margin:20px 0px; padding:0; }
.ftn li { list-style-type: none; padding:10px 0px; margin:0; border-bottom:1px solid #eee6e8;}
.ftn li:last-child { border-bottom:0;}
.ftnname { display:block; font-size:110%;}
.ftnaddress { font-size:80%; color:#555; }
.ftndistance { font-size:80%; color:#aaa;}



/* event cards */

.toaster-controls { display:table; width:auto; max-width:800px; margin:0 auto; margin-top:30px;}
.toaster-left { display:table-cell; width:60px; vertical-align:top; text-align:left; }
.toaster-right { display:table-cell; width:60px; vertical-align:top; text-align:right; }
.toaster-middle { display:table-cell; width:auto; vertical-align:top; }

.toaster-links { display:inline-block; width:36px; height:36px; background-color:#e91c22; color:#fff; border-radius:18px; text-align:center; vertical-align:middle; font-size:16px; line-height:40px; }
.toaster-title { color:#000; font-size:24px; line-height:28px; text-align:center; font-weight:700; }
.toaster-types { padding-top:10px; color:#222; font-size:18px; line-height:18px; text-align:center; }

a.toaster-pill {
display:inline-block;
text-align: center;
font-weight: 700;
font-style: normal;
text-transform: none;
font-size: 12px;
line-height: 12px;
text-decoration: none;
color: #e91c22;
background-color:#fff;
letter-spacing: 0.010rem;
border: 1px solid #e91c22;
border-radius: 16px;
padding:8px 12px 6px 12px;
white-space: nowrap;
transition: all 0.15s linear 0s;
margin:6px 4px;
}
a.toaster-pill:hover { background-color:#e91c22; color:#fff; text-decoration: none; cursor:pointer;}
a.toaster-pill-selected { background-color:#e91c22; color:#ffffff; }

.toaster-range { display:none; padding-top:24px; width:100%; max-width:468px; margin:0 auto; }

.event-card-results { margin:30px 0px; }
.col-event-margin { margin-bottom:30px; }
a.event-card { display:block; width:100%; border:1px solid #ddd; border-radius:5px; height:100%; background-color:#fff; position:relative; 
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.event-card-image { width:100%; padding-bottom:56.25%; background-position:center center; background-size:cover; border-radius:5px 5px 0px 0px; border-bottom:1px solid #ddd;}
.event-card-content { position:relative; padding: 24px 30px 30px 30px; }
.event-card-tag { font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.100rem; color: #1A8451; font-size: 14px; }
.event-card-label { font-size:26px; line-height:1.3; font-weight:700; text-transform:none; margin-bottom:8px; color:#e91c22; }
.event-card-teaser { font-size: 15px; line-height: 1.4; color:#000; }
.event-card-teaser span { color:#999; }
.event-card-icon { position: absolute; top: 0px; left: 50%; width: 36px; height: 36px; border-radius: 18px; margin-left: -18px; margin-top: -18px; color:#fff; background-color:#1A8451; text-align: center; font-size: 14px; line-height: 36px; }

a.event-card:hover .event-card-label { color:#d0181d; }
	
/* event-detail */


ul.datelist { padding-left:0; margin-left:0; } 
ul.datelist li { list-style-type: none; padding-left:0; margin-left:0; }
.datelist .dldate {  }
.datelist .dltime { font-size:90%; color:#757575; }



/* Owl Gallery */

.owl-wrapper { }

.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6; /* inactive color */
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #d0181d; /* hover color */
  color: #fff;
  text-decoration: none; 
}
.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }

.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.owl-theme .owl-dots .owl-dot span {
  width: 20px; /* circle size */
  height: 20px; /* circle size */
  margin: 6px 8px;
  background: #d6d6d6; /* inactive color */
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #e91c22; /* active color */
}


/* form submit event */

.input-group-addon.Sstartdate,
.input-group-addon.Senddate{
  cursor: pointer;
  }

.input-group-text {height:38px; }  
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
input[readonly] {
  background-color: #f6f8f9!important;
  color: #999!important;
}

.div-advanced-options { 
	border: 1px solid #ced4da;
	border-radius: 4px;
	padding:8px 16px;
}

.table-advanced-events > tbody > tr > td, .table-advanced-events > tbody > tr > th {
    padding: 10px 16px 0px 0px;
    line-height: 1.42857143;
    vertical-align: middle;
	border-top:none;
	margin:0;
}

.table-advanced-events > tbody > tr > th { width:120px; }
.table-advanced-events > tbody > tr > td { line-height:34px;}
.table-advanced-events > tbody > tr > th > label { font-weight:700;}



/* Post Section */

.grid-margin { margin-bottom:30px;}

.post-card-gallery { margin:24px 0px 24px 0px; }
.post-card-border { height:100%; border:4px solid #F6F6F5; padding:0px 4px 4px 4px; }
.post-card { height:100%; background-color:#F6F6F5; }
.post-card a {  }

.post-card-image { position:relative; width:100%; height:auto; }
.post-card-image-image { }
.post-card-image-cover { position:absolute; top:0px; width:100%; height:100%; background-color:rgba(0,0,0,0); }
.post-card-image-tag { position:absolute; top:0px; right:0px; width:auto; height:auto; background-color:rgba(0,0,0,0.5); font-size:12px; line-height:12px; color:#fff; padding:10px; }

.post-card-content { background-color:#F6F6F5; padding:20px; text-align:left; }
.post-card-content-tags { font-family: 'Open Sans Condensed', sans-serif; font-weight:700; text-transform:uppercase; letter-spacing:0.100rem; color:#000; font-size:14px; margin-bottom:16px; }
.post-card-content-headline { color:#e91c22; font-weight:700; font-size:24px; line-height:1.25; margin-bottom:8px; }
.post-card-content-body { color:#000; font-weight:400; font-size:18px; line-height:1.5;  }

.post-card-content-body span.little-more { font-weight:700; letter-spacing:0.070rem; font-size:80%; color:#e91c22; }


.post-card-transition {  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}


.post-card a:hover .post-card-image-cover { background-color:rgba(0,0,0,0.1); }
.post-card a:hover .post-card-content {  } 
.post-card a:hover .post-card-content-headline { color:#d0181d; }
.post-card a:hover .post-card-content-body {  }
.post-card a:hover .post-card-content-body span.little-more { color:#d0181d; }


/* Post Detail */

.sharing-box { display:table; margin:10px auto; }
.sharing-label { display:table-cell; text-align:center; padding:10px; color:#757575; }
.sharing-icons { display:table-cell; text-align:center; }
.sharing-square { display:inline-block; text-align:center; margin:10px; }
.sharing-square a { display:inline-block; width:40px; height:40px; font-size:18px; line-height:46px; text-align:center;  }
.sharing-square a { text-decoration:none; color:#fff; background-color:#e91c22; border:none; transition: all 0.15s linear 0s;}
.sharing-square a:hover { color:#fff; background-color:#d0181d; }
.share-cta { font-size:14px; line-height:16px; letter-spacing:0.100rem; font-weight:700; text-transform:uppercase; }
@media all and (min-width: 992px) {
	.sharing-box { display:block; margin-top:50px; }
	.sharing-label { display:block; }
	.sharing-icons { display:block; }
	.sharing-square { display:block; margin:20px 10px; }
}


/* CC Subscribe */

.ctct-custom-form {
    min-width:350px;
    margin:0 auto;
    box-sizing:border-box;
    padding: 15px;
}
.ctct-form-defaults {
    color: #000;
    padding:15px;
    border-radius:5px;
}
.ctct-custom-form * { box-sizing:border-box; }
.ctct-custom-form p { margin: 0; margin-bottom: 24px;}
.ctct-custom-form select { width: 100%; height: 46px; border: 1px solid #b0b6bb; background-color: #fff; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.ctct-custom-form .ctct-form-required { position: relative; }
.ctct-custom-form .ctct-form-required:before {content: "\2217";position: absolute;top: -4px;left: -12px;color: #f5463b; }
.ctct-custom-form input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #b0b6bb;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: Helvetica Neue, Arial, sans-serif;
    color: #394856;
    font-size: 16px;
    line-height: 1.5; 
    }
.ctct-custom-form input[type="text"]:focus { outline: 1px solid #5dacd6; }
.ctct-custom-form .ctct-form-errorMessage {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #f5463b; 
}
.ctct-custom-form ::-webkit-input-placeholder { color: #88919a; }
.ctct-custom-form :-moz-placeholder { color: #88919a; }
.ctct-custom-form ::-moz-placeholder { color: #88919a; }
.ctct-custom-form :-ms-input-placeholder { color: #88919a; }
.ctct-custom-form input.is-error, .ctct-custom-form .ctct-form-input.is-error {
    border-color: #f5463b !important;
    color: #f5463b !important; 
}
.ctct-custom-form label {
    display: block;
    margin-bottom: 12px;
    line-height: 1; 
}
.ctct-custom-form .Button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    padding: 14px 20px;
    line-height: 1;
    background-image: none;
    background-color: #ebedee;
    color: #0078c1;
    border: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
}
.ctct-custom-form .ctct-button {
    color: #fff;
    background-color: #0078c1;
    display: block;
    width: 100%; 
}

.ctct-custom-form .ctct-button:hover {
    color: #fff;
    background-color: #3e9fda; 
}

.ctct-custom-form .ctct-button:active {
    background-color: #005c94; 
}

.ctct-custom-form .ctct-form-footer {
    font-size: 11px;
    padding: 10px 0px 0px 0px;
}


/* Covid Dining */

.pcovid-padding { padding-bottom:30px; }
.pcovid { border:4px solid #F6F6F5; padding:16px 20px; height:100%; }
.pcovid h2 { margin:0 0 6px 0; font-size:23px; line-height:1.5; text-transform:none; }
.pcovid p { margin:0 0 6px 0; }

.pcovgroups { font-style:italic; font-size:14px; line-height:1.3; margin:-3px 0 8px 0px; }

.pcovid-options { margin:12px 0px; }

.pcovid-options > div { margin:8px 0px; font-weight:700;}

.pcovid-option-icons { display:inline-block; width:30px; height:30px; font-size:16px; line-height:32px; border-radius:50%; text-align:center; }
.pcovid-option-icons { text-decoration:none; color:#fff; background-color:#1EA968; border:none; margin-right:4px; }

.pcovid p.covid-narrative { font-size:15px; line-height:1.3; margin:0; }




/* Specials */

.specials-isotope-filters { text-align:center; margin:60px 0px 30px 0; }
.specials-isotope-filters h3 { text-align:center; color:#023A53; font-size:14px; line-height:16px; letter-spacing: 0.100rem; text-transform:uppercase; font-style:normal; font-weight:700; }
.specials-isotope-filters button {
  font-family: 'Open Sans Condensed', sans-serif; 
  font-weight:700;
  text-decoration: none;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  display:inline-block;
  color:#000;
  background-color:#ffffff;
  letter-spacing:  0.050rem;
  border:1px solid #000;
  border-radius:0px;
  padding:8px 12px;
  white-space: nowrap;
  margin:6px 3px;
  text-transform:uppercase;
}
.specials-isotope-filters button:hover { background-color:#d0181d; border-color:#d0181d; color:#fff; text-decoration: none; }
.specials-isotope-filters button.button-selected { background-color:#000; border-color:#000; color:#fff; }


.specials-isotope { margin:24px 0px; width:100%; }
.specials-isotope-sizer,.specials-isotope-item { width: 100%; }
.specials-gutter-sizer { width:0%; }
@media all and (min-width: 768px) {
	.specials-isotope-sizer,.specials-isotope-item { width: 47%; }
  .specials-gutter-sizer { width:3%; }	
}
@media all and (min-width: 992px) {
	.specials-isotope-sizer,.specials-isotope-item { width: 31%; }
  .specials-gutter-sizer { width:2%; }	
}

.promo-border { height:100%; border:4px solid #F6F6F5; padding:0px 4px 4px 4px; margin-bottom:24px; }
.promo-card { height:100%; background-color:#F6F6F5; }
a.promocard { display:block; width:100%;  }

.promocard-where { color:#222; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.050rem; margin-bottom:12px; }
.promocard-where span { padding:0 5px;  margin-bottom:12px; }
.promocard-text { color:#222; margin-bottom:12px; }

a.promocard .little-more { 
  font-weight: 700;
  letter-spacing: 0.070rem;
  font-size: 80%;
  color: #DF161D;
  text-transform:uppercase;
}



/* report cards */

.reportcards { clear:both; margin-top: 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid #ddd; }
.reportcard { border-top: 1px solid #ddd; padding:30px 0px; }
.reportcard-image { width:100%; padding-bottom:20px; }
.reportcard-image-image { width:160px; margin:3px; }
.reportcard-image-image img { display:block; border:1px solid #ddd; box-shadow: 0px 0px 6px rgba(0,0,0,0.16);}
.reportcard-content { width:100%; }
.reportcard-maxwidth { max-width:500px; }
.reportcard-content h2 { margin-top:-3px; margin-bottom:4px; }
.reportcard-content p { font-size: 16px; margin-top: 1px; margin-bottom:16px; }
.reportcard-content p.intro { font-size: 20px; margin-top:1px; margin-bottom:6px; }
@media all and (min-width: 992px) {
	.reportcard { display:table; width:100%; }
	.reportcard-image { display:table-cell; width:30%; vertical-align:middle; padding-bottom:0px; }
	.reportcard-image-image { margin:3px auto; }
	.reportcard-content { display:table-cell; width:70%; vertical-align:middle; padding-right:30px; padding-left:30px;}
}
