body,html {
  height:100%;
  font-family: 'Montserrat', sans-serif;
  background-color:#222;
  border-top:2px solid #bfe3d3;
}

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

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

#page-header.is-fixed {
  border-top:2px solid #bfe3d3;
  position: fixed;
  top:0px;
  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:1160px; padding:0 24px; margin:0 auto; }

.silver-wrap { background-color:#f7f7f7; }

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


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

.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: #d33f26; color:#fff; border-top:1px solid #fff; }
.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: 300;
  text-transform: uppercase;
  letter-spacing: 0.100rem;
  padding-bottom:20px;
}

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

.alert-message { padding-bottom:20px; }
a.alert-link { font-weight: 500; 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:800; color:#0e1d43; margin-top:0px; margin-bottom: 1rem; text-transform:uppercase; letter-spacing:0.150rem; }
h2 { font-size: 1.3rem; font-weight:700; color:#0e1d43; margin-top:1rem; margin-bottom: 1rem; letter-spacing:0.050rem; }
h2.on-detail { font-size: 0.8rem; margin-top:1.5rem; margin-bottom: 1rem; font-weight:700; color:#0e1d43; text-transform:uppercase; letter-spacing:0.050rem; }
h3 { font-size: 1.1rem; font-weight:700; color:#0e1d43; }
h4 { color:#0e1d43; }
h5 { color:#0e1d43; } 
h6 { color:#0e1d43; }

b,strong { font-weight:500; }

p, li { font-weight:300; color:#0e1d43; font-size:17px; line-height:1.6; }

p.intro { font-weight:300; font-size:20px; line-height:1.6; }

label { color:#0e1d43; }

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

a { color:#d33f26; text-decoration:none; }
a:hover { color:#b73d29; text-decoration:none; }

a div.lnk-primary { color:#d33f26; font-weight:700; font-size:18px; line-height:23px; }
a div.lnk-secondary { color:#0e1d43; font-weight:400; font-size:16px; line-height:20px; margin-top:5px; }
a div.lnk-secondary span { color:#aaa; }
a:hover div.lnk-primary { color:#b73d29; }
a:hover div.lnk-secondary { color:#000; }

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


.btn-brand { background-color:#d33f26; font-weight:500; text-transform:uppercase; color:#fff; letter-spacing:0.100rem; border:1px solid #d33f26; font-size:14px; transition: all 0.15s linear 0s; }
.btn-brand:hover { background-color:#b73d29; border-color:#b73d29; color:#fff; }

.btn-outline-brand { background-color:#fff; font-weight:500; text-transform:uppercase; color:#d33f26; letter-spacing:0.100rem; border:1px solid #d33f26; font-size:14px; transition: all 0.15s linear 0s; }
.btn-outline-brand:hover { background-color:#b73d29; border-color:#b73d29; color:#fff; }

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

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

.btn-brand-navy { background-color:#0e1d43; font-weight:500; text-transform:uppercase; color:#fff; letter-spacing:0.100rem; border:1px solid #d33f26; font-size:14px; transition: all 0.15s linear 0s; }
.btn-brand-navy:hover { background-color:#0e1d43; border-color:#b73d29; color:#fff; }

.btn-brand-pill-navy { background-color:#0e1d43; font-weight:500; text-transform:uppercase; color:#fff; letter-spacing:0.100rem; border:1px solid #d33f26; font-size:12px; line-height:16px; transition: all 0.15s linear 0s; padding: 5px 15px; border-radius:60px; }
.btn-brand-pill-navy:hover {  background-color:#0e1d43; border-color:#b73d29; color:#fff; }



/* footer subscribe */

.footer-subscribe { background:#bc4d37 url('https://cty-cms.s3.amazonaws.com/ca-fresno/word-bg.svg') center center; background-size: cover; padding:120px 24px; }
.footer-subscribe-teaser { font-size:28px; font-weight:800; text-transform:uppercase; color:#bfe3d3; letter-spacing:0.100rem; text-align:center; }
.footer-subscribe-button { margin-top:20px; text-align:center; } 

/* footer */

.footer-wrap { background-color:#0e1d43; padding:30px 0px; }
.footer-wrap p { font-size:15px; line-height:1.5; font-weight:700; }
.footer-wrap a { color:#E4F2EA; }
.footer-social { margin: 2px 0px 30px 0px; }
.footer-social a { display:inline-block; width:30px; height:30px; font-size:14px; line-height:30px; border-radius:50%; text-align:center; margin:0 6px; }
.footer-social a { text-decoration:none; color:#fff; background-color:#d33f26; border:none; transition: all 0.15s linear 0s;}
.footer-social a:hover { color:#0e1d43; background-color:#E4F2EA; }
.center-then-left { text-align:center; }
.center-then-right { text-align:center; }
p.md-inline { color:#fff; margin:0; }
@media screen and (min-width: 768px) {
	.footer-social { margin:0;}
  .footer-social a { margin:0 12px 0 0; }
  .footer-wrap p { line-height:30px;}
	.center-then-left { text-align:left; }
	.center-then-right { text-align:right; }
	p.md-inline { display:inline-block; }
}

	
/* banner */

.no-banner { width:100%; border-top:1px solid #eee; }
.banner-b { width:100%; background-color:#eee; background-position:center center; background-size:cover;}
.banner-b-cover { display:table; width:100%; }
.banner-b-cover-more { background-color:rgba(0,0,0,0.5); }
.banner-b-hold { display:table-cell; text-align:center; vertical-align:middle; padding:24px; height:170px; }
.banner-b-headline { font-size: 30px; line-height: 36px; color:#fff; text-shadow: 2px 2px 4px #000000; }
.banner-b-subhead { font-size: 18px; line-height: 23px; color:#fff; text-shadow: 2px 2px 4px #000000; margin-top:8px; }
@media all and (min-width: 768px) {
	.banner-b-hold { padding:40px; height:340px; }
	.banner-b-headline { font-size: 60px; line-height: 60px; }
	.banner-b-subhead {  font-size: 24px; line-height: 28px; }
}


/* detail header */

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

.detail-header { width:100%; background:#bfe3d3; }

.detail-header h1 { font-weight:800; }

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

a.btn-header-groups { background-color:#d33f26; 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:#fff; border:2px solid #d33f26; }
a.btn-header-groups:hover { color:#fff; background-color:#b73d29; border-color:#b73d29; }


/* sidenav */

#sidenav { width:100%; }

#snavsection { background-color:#e4f2ea; border:1px solid #e4f2ea; }
#snavsection a { display:block; padding:16px 16px; text-transform:uppercase; font-weight:700; letter-spacing:0.100rem; font-size:15px; line-height:20px; color:#0e1d43; }
#snavsection a:hover { color:#b73d29; }

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

#sidenav > ul { border:1px solid #fff; border-bottom:1px solid #0e1d43; } /* 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 #0e1d43; }
#sidenav > ul > li:last-child { border-bottom:none; }

#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:500; font-size:14px; line-height:24px; vertical-align:top; color:#0e1d43; }
#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:#0e1d43; }
 
#sidenav li a:hover div { color:#b73d29; }
#sidenav li a.activeitem div { color:#d33f26; }
#sidenav li a.activeiteminner div { color:#d33f26; }




/* image links gallery */

.image-link-gallery { }
.image-link-gallery a { display:block; width:100%; margin-top:30px; background-color:#aaa; }

.image-link-gallery a .galleryhi-image { width:100%; background-size:cover; background-position:center center;  }
.image-link-gallery a .galleryhi-table { display:table; width:100%; height:120px; background-color:rgba(0,0,0,0.10); transition: all 0.25s linear 0s; }
.image-link-gallery a .galleryhi-tr { display:table-row; width:100%; height:100%;}
.image-link-gallery a .galleryhi-td { display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle; padding:0px 40px; }

.image-link-gallery a .galleryhi-td span { display:inline-block; padding-top:8px; padding-bottom:5px; border-bottom:3px solid #fff; color:#fff; transition: all 0.25s linear 0s; }
.image-link-gallery a .galleryhi-td span { font-weight:700; font-size:28px; line-height:38px; color:#fff; text-shadow: 0px 0px 1px #000; }

.image-link-gallery a:hover .galleryhi-table { background-color:rgba(0,0,0,0.40); }
.image-link-gallery a:hover .galleryhi-td span { border-color:#b73d29;; }

@media screen and (min-width: 768px) {
	.image-link-gallery a .galleryhi-table { height:240px; }
}



/* home - topango gallery */

.topango-wrap { padding:0; margin:0; overflow:hidden; background-color:#eee; }
.topango-slide { width:100%; height:auto; }
.topango-relative { position:relative; width:100%; height:auto; }
.topango-image { display:block; z-index:10; position:relative; background-size: cover; background-position: center center; }
.topango-cover { display:block; z-index:11; position:absolute; top:0px; background-color:rgba(35,31,32,0.15); }
.topango-text { display:block; z-index:12; position:absolute; top:0px;}
.topango-x { display:table; }
.topango-y { display:table-cell; vertical-align:middle; text-align:center;}

.topango-wrap, .topango-image, .topango-cover, .topango-text,.topango-x, .topango-y { width:100%; height:400px; }
@media all and (min-width: 768px) { .topango-wrap, .topango-image, .topango-cover, .topango-text,.topango-x, .topango-y { height:600px; }}
@media all and (min-width: 992px) { .topango-wrap, .topango-image, .topango-cover, .topango-text,.topango-x, .topango-y { height:700px; }}

.topango-y { text-align:center; padding:0 60px; }
.topango-headline { color:#fff; font-weight:700; font-size:28px; line-height:36px; margin:40px 0 10px 0; text-shadow: 1px 1px 1px #0e1d43; }
.topango-subhead { color:#fff; font-weight:500; font-size:18px; line-height:26px; margin:10px 0 10px 0; text-shadow: 1px 1px 1px #0e1d43; }
.topango-link { padding-top:20px; }
@media all and (min-width: 768px) {
	.topango-y { text-align:center; padding:0 15%; }
	.topango-headline { color:#fff; font-weight:700; font-size:58px; line-height:58px; margin:50px 0 20px 0; max-width:600px; }
  .topango-subhead { color:#fff; font-weight:500; font-size:28px; line-height:36px; margin:20px 0 20px 0; max-width:600px; }
}
@media all and (min-width: 992px) {
	.topango-y { text-align:left; padding:0 15%; }
	.topango-headline { color:#fff; font-weight:700; font-size:68px; line-height:68px; margin:50px 0 20px 0; }
}

.cycle-pager { display:none; }
.cycle-next { position: absolute; z-index: 300; right:5%; top: 50%; margin-top:-42px; width: 44px; height: 84px; display: block; cursor: pointer; }
.cycle-prev { position: absolute; z-index: 301; left: 5%; top: 50%; margin-top:-42px; width: 44px; height: 84px; display: block; cursor: pointer; }
@media all and (max-width: 767px) {
	.cycle-next, .cycle-prev { width:22px; height:42px; background-size:cover; margin-top:-21px; }
}


/* citylight social grid */

.citylight-social-grid { width:100%; border-left:0px solid #fff; border-bottom:0px solid #fff; background-color:#333; }

.citylight-social-square {
  display:block;
  background-size:cover;
  background-position:center center;	
  float:left;
  position: relative;
  margin:0px;
  overflow:hidden;
  border-right:0px solid #fff;
  border-top:0px solid #fff;
}

/* 5x2, then 3x3, then 2x5 */
.citylight-social-square { width: 50%; padding-bottom : 50%; }
@media all and (min-width: 768px) { .citylight-social-square { width: 33.33%; padding-bottom : 33.33%; } .citylight-social-square-10 { display:none; }}
@media all and (min-width: 992px) { .citylight-social-square { width: 20%; padding-bottom : 20%; } .citylight-social-square-10 { display:block; } }

.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.35); }
.citylight-social-square-icon { position:absolute; bottom:8%; left:8%; color:#fff; font-size:22px; line-height:22px; }
@media all and (min-width: 768px) { 
   .citylight-social-square-icon { bottom:16%; left:16%; font-size:28px; line-height:28px; }
}






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





/* map markers and popups */

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

.mapboxgl-popup { font-family: 'Montserrat', sans-serif; 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 { margin:4px 0px; color: #132C50; font-weight:700; font-size:16px; line-height:20px; text-transform:uppercase; }
.mapboxgl-popup-content h5 { margin:4px 0px 8px 0px; font-size:12px; line-height:20px; color:#222; }
.mapboxgl-popup-content p { 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:center; margin:30px 0px; }
.section-filters .section-filters-title { text-align:center; color:#0e1d43; 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-weight:500;
text-decoration: none;
line-height: 12px;
font-size: 12px;
text-align: center;
display:inline-block;
color:#0e1d43;
background-color:#ffffff;
letter-spacing:  0.050rem;
border:1px solid #0e1d43;
border-radius:0px;
padding:6px 10px;
white-space: nowrap;
margin:4px 3px;
text-transform:uppercase;
}
.section-filters a:hover { background-color:#0e1d43; border-color:#0e1d43; color:#fff; text-decoration: none; }
.section-filters a.selected { background-color:#0e1d43; border-color:#0e1d43; color:#fff; }

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

.pst { margin-bottom:24px; }
.pst-topline { border-top:1px solid #eee; padding-top:8px; }
.pst a { display:block; }

.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);  }



/* 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:30px; border-radius:50%; text-align:center; margin:0 12px 0 0; }
.point-social-icons a { text-decoration:none; color:#fff; background-color:#d33f26; border:none; transition: all 0.15s linear 0s;}
.point-social-icons a:hover { color:#fff; background-color:#b73d29; }



#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:100px; max-height:300px; 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; }
}

.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; font-weight:400; }
.ftn li:last-child { border-bottom:0;}
.ftnname { display:block; font-size:110%;}
.ftnaddress { font-size:80%; color:#000; }
.ftndistance { font-size:80%; color:#666;}





/* bbq-events-calendar */

/* bbq-controls */

.bbq-control-wrap { margin-bottom:30px; font-weight:400; }

.bbq-cal-header { display:table; width:100%; margin:0; padding:0; background-color:#e4f2ea; font-size:16px; line-height:1.5; padding:12px 0px; }
.bbq-cal-header-left { display:table-cell; width:40px; vertical-align:middle; text-align:center; }
.bbq-cal-header-middle { display:table-cell; width:auto; vertical-align:middle; text-align:center; text-transform:uppercase; }
.bbq-cal-header-right { display:table-cell; width:40px; vertical-align:middle; text-align:center; }

#bbq-calendar table { width:100%; background-color:#fff; margin:0; padding:0; }   
#bbq-calendar th { /* days of the week */
  border-top:1px #ffffff solid; 
  background-color:#e4f2ea;
  color:#0e1d43; /* color of days of the week */
  font-size:10px;
  line-height:26px;
  text-align:center;
  }
#bbq-calendar td {
  border-top:1px #ffffff solid;
  background-color:#e4f2ea;
  color:#e4f2ea; /* color of inactive dates */
  font-size:13px;
  line-height:32px;
  text-align:center;
  }
#bbq-calendar a { display:block; text-decoration:none; }
#bbq-calendar a.ontoday { font-weight:700; }
#bbq-calendar a:hover { text-decoration:none; background-color:#bfe3d3; }
#bbq-calendar td.highlight a { background-color:#bfe3d3; color:#0e1d43; }
#bbq-calendar td.highlight a:hover { text-decoration:none; background-color:#bfe3d3; }

.bbq-p { text-align:center; font-size:12px; line-height:36px;  }

#bbq-categories ul { list-style:none; padding:0; margin:0; width:100%; }

#bbq-categories ul li { padding:0; margin:0; border-bottom:1px solid #fff; }
#bbq-categories ul li:last-child { border-bottom:0px; }
#bbq-categories a { display:block; background-color:#e4f2ea; padding:0 24px; font-size:14px; line-height:36px; text-align:center; }
#bbq-categories a.highlight {  background-color:#bfe3d3; color:#0e1d43; }
#bbq-categories a:hover { text-decoration:none; background-color:#bfe3d3; }



/* bbq-results */

h1.bbq-headline {  }

.bbq-results-header { display:table; width:100%; margin:0; padding:0; background-color:#e4f2ea; font-size:16px; line-height:1.5; padding:12px 0px; }
.bbq-results-header-left { display:table-cell; width:40px; vertical-align:middle; text-align:center;  }
.bbq-results-header-middle { display:table-cell; width:auto; vertical-align:middle; text-align:center; text-transform:none; }
.bbq-results-header-right { display:table-cell; width:40px; vertical-align:middle; text-align:center; }

.bbq-results-list { width:100%;}

.bbq-row { display:block; width:100%; border-top:1px solid #e4f2ea; padding:20px 0px; }
.bbq-row-homepage { border-top:0px; padding:12px 0px; }
.bbq-row-date { display:block; width:100%; text-align:center; }
.bbq-row-list { display:block; width:100%; text-align:center; }

@media all and (min-width: 768px) {
	.bbq-row { display:table; }
	.bbq-row-date { display:table-cell; vertical-align:top; width:70px; text-align:center; padding-right:30px; }
	.bbq-row-list { display:table-cell; vertical-align:top; width:auto; text-align:left; }
}

.bbqdate { width:70px; margin:0 auto 24px auto; padding:0; }
@media all and (min-width: 768px) { .bbqdate { margin:0; }}
.bbqdate-month { text-align:center; font-weight:400; color:#fff; background-color:#0e1d43; font-size:12px; line-height:21px; border-radius:4px 4px 0px 0px; margin-top:5px;}
.bbqdate-day { text-align:center; font-weight:700; color:#0e1d43; background-color:#e4f2ea; font-size:20px; line-height:41px; border-radius:0px 0px 4px 4px; letter-spacing:0.100rem;}
.bbqdate-tip { text-align:center; font-weight:400; color:#0e1d43; background-color:inherit; font-size:12px; line-height:16px; margin-top:5px; }
.bbqdate-ongoing { text-align:center; font-weight:400; color:#fff; background-color:#0e1d43; font-size:12px; line-height:21px; border-radius:4px; margin-top:6px;}

.bbq-row-list ul { margin:0; padding:0; list-style:none; }
.bbq-row-list li { margin:0; padding:0; list-style:none; padding-bottom:16px;}
.bbq-row-list a { }
.bbq-row-list a:hover { text-decoration:none; }


/* event-detail */

ul.datelist { list-style-type: none; padding-left:0; margin-left:0; }
ul.datelist li { margin-bottom:6px; }
ul.datelist li .dldate {  }
ul.datelist li .dltime { color:#666; }


/* news links */

.lk { padding:8px 0px 16px 0px; }
.lk a { display:table; width:100%; }
.lk a .lk-arrow { display:table-cell; vertical-align:top; width:36px; color:#0e1d43; }
.lk a .lk-content { display:table-cell; vertical-align:top; width:auto;}



/* 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: #b73d29; /* 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: #d33f26; /* 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 and Home */

.post-card-gallery { margin:48px 0px 24px 0px; }

.post-card-lower-margin { margin-bottom:30px; }

.post-card {  width:100%; height:100%; }
.post-card a { display:block; xxbackground-color:#E4F2EA; width:100%; height:100%; }

.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(35,31,31,0.05); }

.post-card-content { padding:20px; text-align:left; }
.post-card-content-headline { color:#0e1d43; font-weight:700; font-size:20px; line-height:1.4; margin-bottom:12px; }
.post-card-content-body { color:#0e1d43; font-weight:400; font-size:15px; line-height:23px;  margin-bottom:12px; }
.post-card-content-more { color:#d33f26; font-size: 13px; font-weight: 700; letter-spacing: 0.0500rem; text-transform: uppercase; }

.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 { xxbackground-color:#edf4f0; } 
.post-card a:hover .post-card-image-cover { background-color:rgba(35,31,31,0.15); }
.post-card a:hover .post-card-content-headline { color:#0e1d43; }
.post-card a:hover .post-card-content-body { color:#0e1d43; }
.post-card a:hover .post-card-content-more { color:#b73d29; }


/* Post Detail */

.sharing-box { display:table; margin:10px auto; }
.sharing-label { display:table-cell; text-align:center; padding:10px; }
.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:38px; text-align:center;  }
.sharing-square a { text-decoration:none; color:#fff; background-color:#d33f26; border:none; transition: all 0.15s linear 0s;}
.sharing-square a:hover { color:#fff; background-color:#b73d29; }
.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; }
}

.awesome-box { display:table; width:100%; }
.awesome-box-icon { display:table-cell; width:40px; vertical-align:top; text-align:center; }
.awesome-box-link { display:table-cell; width:auto; vertical-align:top; text-align:left; }




/* Covid Dining */

.pcovid-padding { padding-bottom:30px; }
.pcovid { border:1px solid #eee; 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:30px; border-radius:50%; text-align:center; }
.pcovid-option-icons { text-decoration:none; color:#fff; background-color:#d33f26; border:none; margin-right:4px; }

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