:root {
  --cc-body-bg: #2a313c; /* off page background color */
  --cc-pagewrap-bg: white; /* pagewrap background color */
  --cc-pagewrap-txt: #2a313c; /* pagewrap general color */
  
  --cc-brandblack1: #2a313c; /* logo color */
  --cc-brandblack2: #2a313c; /* logo color */
  --cc-brandblack3: #2a313c; /* logo color */
  --cc-brandblack4: #343446; /* old footer */
  --cc-brandblack5: #45454C; /* default image background on point section */
  --cc-brandblack6: #83838C; /* pewter topango lines */

  --cc-brandblack8: #b9b8b7; /* BRAND steel gray - mobile menu lines and linework */
  
  --cc-brandblack9: #f9f9fb; /*sidenav background */
   
  --cc-alert-bg: #a81f23; /* alert background color */
  --cc-alert-txt: white; /* alert text color */
  
  --cc-h1: #2a313c; /* h1 color */
  --cc-h2: #2a313c; /* h2 color */
  --cc-h3: #2a313c; /* h3 color */
  --cc-h4: #2a313c; /* h4 color */
  --cc-h5: #2a313c; /* h5 color */
  --cc-h6: #2a313c; /* h6 color */
  
  --cc-alink: #a81f23; /* primary link color */
  --cc-ahover: #8e1b24; /* primary hover color */
  --cc-asec-link: #2a313c; /* secondary link color */
  --cc-asec-hover: #4a414c; /* secondary hover color */
  --cc-asec-divider: #b9b8b7; /* secondary divider color */
  
  --cc-pnav-link: #212529; /* var(--cc-pnav-link) nav color */
  --cc-pnav-hover: #a81f23; /* var(--cc-pnav-hover) nav hover color */ 
  --cc-pnav-dropdown: #ffffff; /* var(--cc-pnav-dropdown) dropdown background color */
  
  
  --cc-linework: #b9b8b7; /* hr, sidenav, mobile nav BRAND STEEL GRAY*/
  --cc-bg-silver: #e7e4e4; /* silver background */
  --cc-footer-wrap: #BADA55; /* var(--cc-pnav-dropdown) dropdown background color */
  --cc-banner-wrap: #e7e4e4; /* var(--cc-pnav-dropdown) dropdown background color */
}

body,html {
  height:100%;
  background-color:var(--cc-body-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
}

#page-wrap {
  position:relative;
  width:100%;
  background-color:var(--cc-pagewrap-bg);
  color:var(--cc-pagewrap-txt);
}

#page-content { }

.container-fluid-full { }
@media screen and (min-width: 1200px) {
  .container-fluid-full { max-width:1600px; padding-left:5%; padding-right:5%; }
}


/* global typography */

h1 { font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif; font-weight:500; color:var(--cc-h1); font-size: 2.5rem; margin-top:0px; margin-bottom: 1rem; }
h2 { font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif; font-weight:800; color:var(--cc-h2); font-size: 1.3rem; margin-top:1rem; margin-bottom: 1rem; }
h2.on-detail { font-size: 0.9rem; margin-top:1.5rem; margin-bottom: 1rem; text-transform:uppercase; letter-spacing:0.050rem; }
h3 { font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif; font-weight:500; color:var(--cc-h3); font-size: 1.1rem; font-weight:700; }
h4 { color:var(--cc-h4); }
h5 { color:var(--cc-h5); } 
h6 { color:var(--cc-h6); }

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

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

label { }

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); opacity:1; }

a { color:var(--cc-alink); text-decoration:none; }
a:hover { color:var(--cc-ahover); text-decoration:none; }

a div.lnk-location { color: inherit; font-weight:600; font-family: "Gotham Cond SSm A", "Gotham Cond SSm B"; font-size:14px; line-height:18px; text-transform:uppercase; letter-spacing:0.100rem; }

a div.lnk-primary { color: inherit; font-weight:700; font-size:18px; line-height:23px; }
a div.lnk-secondary { color:var(--cc-asec-link); font-weight:400; font-size:16px; line-height:20px; margin-top:3px; }
a div.lnk-secondary span { color:var(--cc-asec-divider); }
a:hover div.lnk-primary { color: inherit; }
a:hover div.lnk-secondary { color:var(--cc-asec-hover); }


/* buttons */

.btn-brand { background-color:var(--cc-alink); border:1px solid var(--cc-alink); color:white; font-size:14px; font-weight:400; text-transform:uppercase; letter-spacing:0.100rem;
  margin:4px 2px 4px 0px; padding: .375rem .75rem; transition: all 0.15s linear 0s; border-radius:0; }
.btn-brand:hover { background-color:var(--cc-ahover); border-color:var(--cc-ahover); color:white; }

.btn-outline-brand { background-color:white; border:1px solid var(--cc-alink); color:var(--cc-alink); font-size:14px; font-weight:400; text-transform:uppercase; letter-spacing:0.100rem; 
 margin:4px 2px 4px 0px; padding: .375rem .75rem; transition: all 0.15s linear 0s; border-radius:0; }
.btn-outline-brand:hover { background-color:var(--cc-ahover); border-color:var(--cc-ahover); color:white; }

.btn-brand-pill { background-color:var(--cc-alink); border:1px solid var(--cc-alink);  color:white; font-size:12px; font-weight:400; text-transform:uppercase; letter-spacing:0.100rem; border-radius:20px; 
  margin:4px 2px 4px 0px; padding: .275rem 1rem; transition: all 0.15s linear 0s; }
.btn-brand-pill:hover {  background-color:var(--cc-ahover); border-color:var(--cc-ahover); color:white; }

.btn-outline-brand-pill { background-color:white; border:1px solid var(--cc-alink); color:var(--cc-alink); font-size:12px; font-weight:400; text-transform:uppercase; letter-spacing:0.100rem; border-radius:20px; 
  margin:4px 2px 4px 0px; padding: .275rem 1rem; transition: all 0.15s linear 0s; }
.btn-outline-brand-pill:hover { background-color:var(--cc-ahover); border-color:var(--cc-ahover); color:white; }

.btn-naked { color:var(--cc-alink); text-transform:uppercase; letter-spacing:0.050rem; margin:4px 2px 4px 0px; padding: .375rem 0rem; transition: all 0.15s linear 0s; }
.btn-naked:hover { color:var(--cc-ahover); }

.lk { display:table; width:100%; margin-bottom:12px; }
.lk-arrow { display:table-cell; width:30px; vertical-align:top; font-size:16px; line-height:1.4; color:var(--cc-alink); }
.lk-content { display:table-cell; width:auto; vertical-align:top; }


/* alert box */

.alert-wrap { background-color:var(--cc-alert-bg); }
.alert-wrap, a.alert-link, a.alert-link:hover { color:var(--cc-alert-txt); }
.alert-hold { display: table; width: 100%; }
.alert-prefix { display:table-cell; vertical-align: top; width:32px; padding-top:20px; padding-right: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 { 
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.100rem;
  padding-bottom:20px;
}

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

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

.alert-dismiss { 
  font-size:20px;
  line-height:20px; 
  padding-bottom:20px;
}

#dismiss-alert { color:var(--cc-alert-txt); text-decoration:none; }


/* css for modal backdrop */

.modal-backdrop { background-color: #000000; }
.modal-backdrop.show { opacity:0.5; }
.modal-body h1 { margin-top:1rem; }

/* footer */

.footer-wrap {
  border-top:8px solid var(--cc-body-bg);
  padding:70px 0 50px 0; 
  background-color: var(--cc-body-bg);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233f4959' fill-opacity='0.4' d='M0 40c5.523 0 10-4.477 10-10V0C4.477 0 0 4.477 0 10v30zm22 0c-5.523 0-10-4.477-10-10V0c5.523 0 10 4.477 10 10v30z' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.footer-wrap p { color:white; font-size:16px; line-height:1.5; }
.footer-wrap p.footer-headline { color:white; font-size:22px; line-height:1.5; font-weight:700; margin-bottom:0.5rem; margin-top:20px; }
.footer-wrap a { color:white; text-decoration:underline; }
.footer-wrap a:hover { color:white; text-decoration:underline; }

span.divider { color:#ddd; padding-left:8px; padding-right:8px; }

.footer-logo { width:100%; max-width:300px; margin:0 auto 24px auto; }
.footer-wrap p.footer-explains { width:100%; max-width:560px; margin-left:auto; margin-right:auto; }

.footer-social { padding-top:8px; }
.footer-social a { display:inline-block; width:40px; height:40px; font-size:16px; line-height:40px; border-radius:50%; text-align:center; margin:0 12px; }
.footer-social a { text-decoration:none; color:var( --cc-brandblack4); background-color:#fff; border:none; transition: all 0.15s linear 0s; }
.footer-social a:hover { color:white; background-color:var(--cc-ahover); }
@media screen and (min-width: 992px) { 
  .footer-logo { margin-left:0; }
  .footer-wrap p.footer-explains { margin-left:0; font-size:15px; }
  .footer-social a { width:30px; height:30px; font-size:14px; line-height:30px; margin:0 14px 0 0; } 
}




/* banner */

.no-banner { width:100%; border-top:1px solid var(--cc-banner-wrap); }
.banner-b { width:100%; height:200px; background-color:var(--cc-banner-wrap); background-position:center center; background-size:cover;}
@media all and (min-width: 992px) {
  .banner-b { height:240px; }
}


/* detail header */

.full-color { width:100%; background:var(--cc-banner-wrap); }
.detail-header { width:100%; background:var(--cc-banner-wrap); }
.detail-header h1 { font-size: 3.0rem; margin:0; }

p.header-groups { margin:1rem 0; } 
a.btn-header-groups { background-color:inherit; 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:var(--cc-alink); border:2px solid var(--cc-alink); }
a.btn-header-groups:hover { color:var(--cc-ahover); border-color:var(--cc-ahover); }



/* sidenav drawer */

.sidenav-container { max-width:1500px; margin:auto; } /* match container-fluid width */
.sidenav-row { display:block; width:100%; }
.sidenav-col-nav { display:block; width:100%; padding:0; }
.sidenav-col-content { display:block; width:100%; padding-right:24px; padding-left:24px; }
@media screen and (min-width: 1200px) {
  .sidenav-container { max-width:1600px; padding-left:5%; padding-right:5%; } /* match container-fluid width */
	.sidenav-row { display: flex; flex-direction: row-reverse; width:100%; }
	.sidenav-col-nav { display:block; width:25%; padding:60px 24px 60px 40px; }
	.sidenav-col-content { display:block; width:75%; padding-right:40px; }
}
@media screen and (min-width: 1400px) {
  .sidenav-container { max-width:1600px; padding-left:5%; padding-right:5%; } /* match container-fluid width */
	.sidenav-row { display: flex; flex-direction: row-reverse; width:100%; }
	.sidenav-col-nav { display:block; width:25%; padding:60px 24px 60px 80px; }
	.sidenav-col-content { display:block; width:75%; padding-right:80px; }
}

.d-sidenav { width:100%; }

.d-sidenav-section { display:table; width:100%; background-color:var(--cc-pagewrap-txt); padding:8px 0; }
.d-sidenav-section-label { display:table-cell; text-align:left; width:auto; vertical-align:top; font-size:18px; line-height:24px; }
.d-sidenav-section-label a { display:block; padding:10px 12px 10px 24px; color:white; font-weight:700; text-transform:uppercase; text-decoration:none; margin-right:40px; }
.d-sidenav-section-label a { 
  font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif;
  letter-spacing:0.050rem;
  font-weight:700;
}
.d-sidenav-section-label a:hover { color:white; text-decoration:none;  }
.d-sidenav-section-toggle { display:table-cell; text-align:right; width:60px; vertical-align:top; cursor:pointer; color:white; font-size:20px; line-height:24px; }
.d-sidenav-section-toggle a { display:block; padding:10px 24px 10px 12px; color:white; text-decoration:none;  }
.d-sidenav-section-toggle a:hover { color:white; text-decoration:none; }
#d-sidenav-drawer { display:none; }
@media all and (min-width: 1200px) {
  .d-sidenav-section { padding:2px 0; }
	.d-sidenav-section-label { display:block; width:100%; }
  .d-sidenav-section-label a { margin-right:0; }
	.d-sidenav-section-toggle { display:none;  }
	#d-sidenav-drawer { display:block!important; }
}

.d-sidenav ul { padding:0; margin:0; background-color:var(--cc-brandblack9); }
.d-sidenav > ul { border:1px solid var(--cc-linework); } 
.d-sidenav li { padding:0; margin:0; list-style:none; }

.d-sidenav li .li-flex { display:flex; }

.d-sidenav > ul > li { border-bottom:1px solid var(--cc-linework); }
.d-sidenav > ul > li:last-child { border-bottom:none; }

.d-sidenav li ul { padding-bottom:16px; }
.d-sidenav li ul li { padding:4px 0px; }

.d-sidenav li a {
  display:table;
  width:100%; 
  text-decoration:none;
  font-weight:400;
}

.d-sidenav li.d-open {  }

.d-sidenav li a div.sn-indicator { display:table-cell; width:36px; text-align:left; padding:14px 0px 14px 20px; font-weight:400; font-size:14px; line-height:24px; vertical-align:top; color:var(--cc-brandblack9); }
.d-sidenav li a div.sn-label { display:table-cell; width:auto; text-align:left; padding:14px 20px 14px 0px; font-weight:400; font-size:15px; line-height:24px; vertical-align:top; color:var(--cc-pagewrap-txt); }
.d-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:var(--cc-pagewrap-txt); }
.d-sidenav li a:hover div { color:var(--cc-ahover); }

.d-sidenav li.d-open a div.sn-indicator { color:var(--cc-pagewrap-txt); }
.d-sidenav li.d-selected div.sn-indicator { color:var(--cc-pagewrap-txt)!important; }
.d-sidenav li.d-selected div.sn-label { color:var(--cc-pagewrap-txt); }

.d-sidenav li.d-sub-selected div.sn-label-nested { color:var(--cc-pagewrap-txt)!important; }


/* mobile nav */

.header-wrap { padding:22px 0; }
.nav-relative { }
.nav-hold { width:100%; height:36px; } 
.nav-logo-mobile { float:left; width:240px; height:36px; }
.nav-logo-mobile { display:block; }
.nav-logo-mobile a { display:block; width:240px; height:36px; background-size:contain; background-repeat:no-repeat; }
.nav-logo-desktop { display:none; }
.nav-toggle a { float:right; font-size:24px; line-height:36px; color:var(--cc-pnav-link); }
.nav-toggle a:hover { color:var(--cc-pnav-hover);  }

#nav-drawer { display:none }

#primary-nav { padding-top:16px; }
#primary-nav ul { margin:0; padding:0; }  
#primary-nav ul li { list-style: none; margin:0; padding:0; width:100%; }
#primary-nav ul li div.menu-set { display:table; border-top:2px solid var(--cc-linework); width:100%; }
#primary-nav ul li div.menu-set a {
  display:table-cell;
  width:90%;
  text-align:left;
  vertical-align:top;
  padding:12px 0px;
  color:var(--cc-pnav-link);
  font-size:20px;
  line-height:1.5;
  font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif;
  letter-spacing:0.050rem;
  font-weight:700;
  text-transform:uppercase;
}

#primary-nav ul li div.menu-set a.subnav-toggle { width:10%; text-align:right; }
#primary-nav ul li div.menu-set a:hover { color:var(--cc-pnav-hover); }

#primary-nav ul ul { display:none; margin:0; padding:8px 0px 24px 0px; }

#primary-nav ul li ul li a { /*dropdowns*/
  display: block;
  padding:12px 4px 12px 20px;
  font-size:16px;
  line-height:1.5;
  font-weight:500;
  text-transform:none;
  color:var(--cc-pnav-link);
}

#primary-nav ul li ul li a:hover { color:var(cc-pnav-hover); }

#secondary-nav { padding-bottom:16px; }

.nav-search { }

#site-search {
  display:table;
  width:100%;	
  padding:8px 16px;
  margin:20px 0 0 0;
  border:2px solid var(--cc-linework);
  border-radius:3px;
  text-align:left;
}

#site-search input[type="text"]{
  display:table-cell;	
  font-size:16px;
  line-height:24px;
  color:var(--cc-pnav-link);
  background:transparent;
  border:none;
  padding:0;
  margin:0;
  width:90%;
  text-align:left;  
  vertical-align:middle;
  outline:0;
}

#site-search button {
  display:table-cell;
  font-size:14px;
  line-height:24px;
  color:var(--cc-pnav-link);
  background:transparent;
  border:none;
  margin:0;
  padding:0;
  width:10%;
  text-align:right;
  vertical-align:middle;
}

#site-search ::-webkit-input-placeholder { color:var(--cc-pnav-link); opacity: 0.8; }
#site-search :-moz-placeholder { color:var(--cc-pnav-link); opacity: 0.8; }
#site-search ::-moz-placeholder { color:var(--cc-pnav-link); opacity: 0.8; }
#site-search :-ms-input-placeholder { color:var(--cc-pnav-link); opacity: 0.8; }


/* desktop nav */
@media all and (min-width: 1200px) {
  
  .header-wrap { padding:0; }
  .nav-relative { position:relative; width:100%; height:120px; }
  .nav-hold { }
  .nav-logo-mobile { display:none; }
  .nav-logo-desktop { display:block; position:absolute; top:36px; left:0px; }
  .nav-logo-desktop a { display:block; width:320px; height:48px; background-size:contain; background-repeat:no-repeat; }
  .nav-toggle { display:none; }

   #nav-drawer { display:block!important; } /* slidetoggle fix */
  
  /* primary-nav */
   
  #primary-nav { position:absolute; top:33px; right:0px; width:auto; padding:0; }
  #primary-nav ul { display:block; float:right; }
  #primary-nav ul li { display:block; float:left; width:auto; }
  #primary-nav ul li div.menu-set { display:table; border:none; width:auto; }
  #primary-nav ul li div.menu-set a {
    width: auto;
    padding:12px 12px 12px 12px;
  }
  
  @media all and (min-width: 1400px) {
    #primary-nav ul li div.menu-set a { padding:12px 22px 12px 22px; }
  }
  
  #primary-nav ul li div.menu-set a.subnav-toggle { display:none; }
  #primary-nav ul li div.menu-set:hover a { color:var(--cc-pnav-hover); }

  #primary-nav ul li:hover a { background-color:var(--cc-pnav-dropdown); }
  #primary-nav ul li a:hover { color:var(--cc-pnav-hover); }

  /* drop down lists */

  #primary-nav ul li ul { 
    position: absolute;
    width: 220px;
    height:auto;
    padding:5px 0px 20px 0;
    background-color:var(--cc-pnav-dropdown);
    display:none;
    /*border:1px solid #a81f23; border-top:0px;*/
    box-shadow:  0px 12px 14px -12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:  0px 12px 14px -12px rgba(0, 0, 0, 0.5);
  }

  #primary-nav ul li:hover > ul { display:block !important; left: auto; z-index:9999; } 
  @media all and (min-width: 992px) { #primary-nav li:last-child:hover > ul { right:0px; } }
  
  #primary-nav ul li ul li { width:200px; }
  #primary-nav ul li ul li a { 
    width:100%;
    padding:6px 24px;
    background-color:var(--cc-pnav-dropdown);
  }


  /* secondary nav */
  
  #secondary-nav { display:none; }
    
}














/* home page topango carousel */

.topango-wrap { padding:0; margin:0; overflow:hidden; }
.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(0,0,0,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-linery {
  width: 90%;
  height: 6px;
  margin: 0 auto;
  background-color: var(--cc-brandblack8);
}

.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:white; font-weight:700; font-size:28px; line-height:36px; margin:40px 0 10px 0; text-shadow: 1px 1px 1px var(--cc-h1); }
.topango-link { padding-top:20px; }
@media all and (min-width: 768px) {
	.topango-y { text-align:center; padding:0 15%; }
	.topango-headline { color:white; font-weight:700; font-size:58px; line-height:58px; margin:50px 0 20px 0; max-width:600px; }
}
@media all and (min-width: 992px) {
	.topango-y { text-align:left; padding:0 15%; }
	.topango-headline { color:white; 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; }
}



/* home events */

.home-events-wrap { background-color:var(--cc-brandblack9); }


/* citylight social grid */

.social-boxing { padding:20px 24px 40px 24px; text-align:center; background-color:var(--cc-brandblack9); }

#home-social a { display:inline-block; width:30px; height:30px; font-size:14px; line-height:30px; border-radius:50%; text-align:center; margin:0 6px; }
#home-social a { text-decoration:none; color:#fff; background-color:#DE3421; border:none; }

#home-social a.fsocial-fb { background-color:#3b5998; }
#home-social a.fsocial-tw { background-color:#0B7BC1; }
#home-social a.fsocial-in { background-color:#DF2060; }
#home-social a.fsocial-lk { background-color:#0073B0; }

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

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

.citylight-social-square { width: 50%; padding-bottom : 50%; }
@media all and (min-width: 768px) { .citylight-social-square { width: 33.33%; padding-bottom : 33.33%; } }
@media all and (min-width: 992px) { .citylight-social-square { width: 20%; padding-bottom : 20%; } .citylight-social-square-6 { display:none; } }

.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:white; 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; }
}


/* home messages */

.home-messages { display:block; width:100%; }
.home-message { display:block; width:100%; background-position: center left; background-size:cover; }
.home-message p.lead { font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif; font-weight: 800; font-size:26px; }
.home-message hr { width:80px; height:3px; background-color:#a81f23; margin:1rem auto; }
.home-message-on-image, .home-message-no-image { text-align:center;  padding:90px 30px; }
.home-message-on-image { background-color:rgba(0,0,0,0.4); }
.home-message-on-image p { color:#fff; }
.home-message-on-image hr { background-color:#9ba0a8; }
.home-message-1 { background-color:#111; }
.home-message-2 { }
.home-message-3 { background-color:#111; }
@media all and (min-width: 992px) { 
  .home-messages { display:table; }
  .home-message { display:table-cell; width:33%; vertical-align:middle; }
  .home-message-on-image, .home-message-no-image { text-align:center;  padding:180px 20%; }
  
}



/* feature card */

.feature-card { }
.feature-card-image { position:relative; }
.feature-card-image-img { position:relative; background-color:white; }
.feature-card-image-tag { position:absolute; bottom:-15px; display:inline-block; font-size:14px; line-height:30px; padding:0 8px; background-color:var(--cc-ahover); color:white; text-transform:uppercase; }
.feature-card-image-div3x2 { width:100%; background-color:#eee; background-size:cover; background-position:center center; }
.feature-card-content { background-color:white;  }
.feature-card-content-headline { color:var(--cc-h1); font-size:1.35rem; line-height:1.4; font-weight:700; margin-bottom:6px; }
.feature-card-content-body { color:var(--cc-h2); font-size:1.1rem; line-height:1.4; margin-bottom:12px; }
.feature-card a .feature-card-content-linklabel { color:var(--cc-alink); text-decoration:none; font-weight:700; }
.feature-card a:hover .feature-card-content-linklabel { color:var(--cc-ahover); text-decoration:none; }


/* basic lightbox */

.lightbox-wrap { margin-top:30px; }
.lightbox-squares { width:100%; padding-bottom:100%; background-color:var(--cc-banner-wrap); background-position:center center; background-size:cover; margin-bottom:30px; }


/* basic landing */

.nav-card-gallery { margin:48px 0 0 0; }
.nav-card-margin { margin-bottom:48px; }
.nav-card { width:100%; height:100%; background-color:#fff; border-radius:6px; overflow:hidden; 
  -webkit-box-shadow: 0px 0px 8px 0px rgba(177,158,144,0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(177,158,144,0.25);
  box-shadow: 0px 0px 8px 0px rgba(177,158,144,0.25);
}
.nav-card a { display:block; }
.nav-card a .nav-card-image { position:relative; width:100%; padding-bottom:66.66%; background-color:#eee; margin-bottom:12px; overflow:hidden;  }
.nav-card a .nav-card-image-bg {  position:absolute; top:0; width:100%; height:100%; background-position:center center; background-size:cover; transition: all .5s; }
.nav-card a .nav-card-image-cover { position:absolute; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.0); transition: all .5s;  }
.nav-card a:hover .nav-card-image-bg { transform: scale(1.02); }

.nav-card-content { width:100%; height:100%; background-color:#fff; padding:10px 20px 20px 20px; text-align:center; }
.nav-card-content-headline { color: inherit; font-weight: 700; font-size: 20px; line-height: 25px;}




/* fhm ooh stats */

.basic-stats { margin:30px 0; }

.stat-card {  }
.stat-picture-hold { max-width:125px; margin:36px auto 22px auto; }
.stat-picture { width:100%; padding-bottom:100%; background-position:center center; background-size:cover;  }
.stat-stat { text-align:center; color:#343446; font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif; font-weight: 800; font-size:24px; line-height:30px; width:100%; max-width:250px; margin:0 auto 6px auto;  }
.stat-text { text-align:center; color:#343446; font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif; font-weight: 700; font-size:12px; line-height:1.3; width:100%; max-width:250px; margin:0 auto; }



/* mapbox styles */

.smarker { width: 24px; height: 36px; cursor: pointer; }
.smarker-bg { position:absolute; width:24px; height:36px; fill:var(--cc-h1); }
.smarker-i { position:absolute; width:24px; height:36px; text-align:center; font-size:11px; line-height:24px; color:white; }

.fhmmarker { width: 26px; height: 39px; cursor: pointer; }
.fhmmarker-bg { position:absolute; width:26px; height:39px; fill:#a81f23; }
.fhmmarker-i { position:absolute; width:26px; height:39px; text-align:center; font-size:11px; line-height:24px; color:white; }

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

.mapboxgl-popup { width: 200px; padding-bottom: 30px; } /* adjust padding bottom to height of marker */
.mapboxgl-popup-content { text-align: center; padding:30px 20px; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); }

.mapboxgl-popup-content p.mapbox-pop-type { font-weight: 400; margin:0 0 12px 0; color: var(--cc-pagewrap-txt); font-weight:500; font-size:14px; line-height:1.3; letter-spacing:0.010rem; text-transform:uppercase; }
.mapboxgl-popup-content p.mapbox-pop-name { margin:8px 0px; color: var(--cc-h1); font-weight:700; font-size:19px; line-height:22px; }
.mapboxgl-popup-content p.mapbox-pop-address { margin:12px 0px; font-size:14px; line-height:16px; font-weight:500; color:var(--cc-asec-link); }
.mapboxgl-popup-content p.mapbox-pop-link { margin:4px 0px; }

.mapboxgl-popup-content p.mapbox-pop-type-58 { color:#1976D2; }
.mapboxgl-popup-content p.mapbox-pop-type-59 { color:#2a313c; }
.mapboxgl-popup-content p.mapbox-pop-type-60 { color:#38878e; }

/* point-section */

#point-section #clmap { width:100%; height:70vh; 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 auto; width:100%; max-width:990px; }
.section-filters .section-filters-title { text-align:center; color:#222; font-size:12px; line-height:14px; 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: var(--cc-alink);
background-color:white;
letter-spacing:  0.050rem;
border:1px solid var(--cc-alink);
border-radius:2px;
padding:6px 10px;
white-space: nowrap;
margin:6px 3px;
text-transform:uppercase;
}
.section-filters a:hover { background-color:var(--cc-ahover); border-color:var(--cc-ahover); color:white; text-decoration: none; }
.section-filters a.selected { background-color:var(--cc-alink); border-color:var(--cc-alink); color:white; }

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


/* fhm custom */

.fst { width:100%; height:100%; border:1px solid #45454C; padding-top:2px; position:relative; overflow:hidden; }

.fst a { display:block; width:100%; height:100%; border-top:1px solid #45454C; padding-left:40px; position:relative; }

.fst-content { width:100%; height:100%; border-left:1px solid #45454C; }

.fst-location { 
position: absolute; bottom:2px;
left: 2px;
display: block;
bottom:20px;
left:40px;
width: auto;
height: 40px;
transform: rotate(-90deg);
transform-origin: 0 100%;
color:#2a313c;
text-transform:uppercase;
font-size:10px;
line-height:40px;
letter-spacing:0.100rem;
}

.fst-image-hold { width:100%; background-color:#45454C; overflow:hidden; }
.fst-image { width:100%; padding-bottom:66.66%; background-position:center center; background-size:cover;  }

.fst-inner-content { padding:20px 20px 20px 20px; }

.fst-callout { padding:4px 0 12px 0; margin-left:-8px; }
.pcallout { padding-bottom:20px; }
.btn-label { display:inline-block; background-color:#d43d1c; color:#fff; border-radius:30px; font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif; font-weight:800; font-size:14px; line-height:22px; padding:2px 12px; }

.fst-name { padding:4px 0px 10px 0px; color:#2a313c; font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif; font-weight:800; font-size:24px; line-height:1.15; }
.fst-more { padding:0; color:#2a313c; }
.fst-more span { color:var(--cc-alink); }

.fst-image { transition: all 0.35s linear 0s; }
.fst-name { transition: all 0.25s linear 0s; }
.fst a:hover .fst-image, .fst a:focus .fst-image { transform: scale(1.02); }
.fst a:hover .fst-name, .fst a:focus .fst-name { color:var(--cc-alink); }


/* performers */

.performer { border:1px solid #45454C; }
.performer-image { width:100%; border-bottom:1px solid #45454C; background-position:center center; background-size:cover; }
.performer-content { padding:20px 20px 20px 20px; margin-top:4px; border-top:1px solid #45454C; }
.performer-name { font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif; font-weight:800; font-size:26px; line-height:1.25; margin-bottom:12px; width:85%; }
.performer p { font-size:15px; }


/* hotels custom */

.stay-featured { display:block; width:100%; background-color: var(--cc-pagewrap-txt); overflow:hidden; }
.stay-featured-image { display:block; width:100%; padding-bottom:66.66%; background-position:center center; background-size:cover; }
.stay-featured-content { display:block; width:100%; padding:24px; }
@media all and (min-width: 992px) {
  .stay-featured { display:table; width:100%;  }
  .stay-featured-image { display:table-cell; width:50%; padding:0; }
  .stay-featured-content { display:table-cell; width:50%; padding:48px 48px 48px 36px; } 
}
.stay-featured-name { color:#fff; font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif; font-weight:800; font-size:26px; line-height:1.25; margin-bottom:12px; }
.stay-featured-content p { color:#fff; }
.stay-featured-more { margin-bottom:30px;}
.stay-featured-more a { color:#ffffff; transition: all 0.25s linear 0s; }
.stay-featured-more a span { color:var(--cc-alink); transition: all 0.25s linear 0s; }
.stay-featured-more a:hover { color:#ffffff;  }
.stay-featured-more a:hover span { color:var(--cc-ahover); }


.stay { width:100%; height:100%; border:1px solid #45454C; padding-top:2px; overflow:hidden; }
.stay-content { width:100%; height:100%; border-top:1px solid #45454C; padding:20px; }
.stay-content p { margin-top:4px; margin-bottom:10px; font-size:14px; font-weight:700; }
.stay-name { color:#2a313c; font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif; font-weight:800; font-size:22px; line-height:1.15; }
.stay-more a { color:#2a313c; transition: all 0.25s linear 0s; }
.stay-more a span { color:var(--cc-alink); transition: all 0.25s linear 0s; }
.stay-more a:hover { color:var(--cc-ahover);  }
.stay-more a:hover span { color:var(--cc-ahover); }


/* point section sticky */

.sticky-wrap { background-color:#fff; }
.sticky-hold { display:block; }
.sticky-content { width:100%; background-color:white; padding:40px; min-height:100px; }
.sticky-map { width:100%; height:90vh; min-height:420px; background-color:#E8E0D8; }
#stickymap { width:100%; height:90vh; background-color:#E8E0D8; }
@media all and (min-width: 768px) {
	.sticky-hold { display:flex; width:100%; max-width:1800px; margin:0 auto; background-color:#000; min-height:100vh; }
	.sticky-content { flex: 1 1 auto; height:auto; }
	.sticky-map { flex: 1 1 auto; height:auto; }
	#stickymap { width:100%; height:100vh; top:0px; position: sticky; position: -webkit-sticky; /* need for safari */ }
}



/* point-detail */

.pst-detail-row { padding-top:24px; padding-bottom:48px; }
.pst-detail-col-images { padding-bottom:36px; }
.pst-detail-col-content { overflow-wrap: break-word; }

h1.point-detail-name { font-size: 2.75rem; line-height:1.25; font-weight:800; }

@media all and (min-width: 992px) {
  .pst-detail-row { padding-top:48px; padding-bottom:48px; }
  .pst-detail-col-content { padding-left:48px; }
}

.point-detail-hours b, .point-detail-hours strong { font-weight:500; }
.point-detail-hours i, .point-detail-hours em { font-size:80%; }

.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:white; background-color:var(--cc-alink); border:none; transition: all 0.15s linear 0s;}
.point-social-icons a:hover { color:white; background-color:var(--cc-ahover); }

#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:150px; max-height:500px; background-color:#E6E4E0; border-top:2px solid white; border-bottom:2px solid white; }
@media all and (min-width: 992px) {
	#point-detail #clmap { border:2px solid white; }
	#point-detail { margin-left:0px; margin-right:0px; border: 1px solid #E6E4E0; }
}


.crosspromo-wrap { padding:6px; }

.crosspromo-hold { display:flex; width:100%; margin:0 auto; background-color:#f0f0f7; }
.crosswrap-prev	{ width:50%; border-right:3px solid #ffffff; }
.crosswrap-next { width:50%; border-left:3px solid #ffffff; }
.crosspromo-hold a { display:block; }

.crs-image { width:100%; background-color:#45454C; padding-bottom:66.66%; background-position:center center; background-size:cover;  }
.crs-content { width:100%; padding:20px 12px; text-align:center; overflow:hidden; align-items: center; }
.crs-name { color:#2a313c; font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif; font-weight:500; font-size:20px; line-height:1.25;  }
.crs-more { color:#2a313c; padding-top:12px; font-size:14px; }
.crs-more span { color:var(--cc-alink); }

.crs-name { transition: all 0.25s linear 0s; }
.crosspromo-hold a:hover .crs-name, .crosspromo-hold a:focus .crs-name { color:var(--cc-alink); }


@media all and (min-width: 992px) {
  .crosswrap-prev a { display:flex; align-items: center; }
  .crosswrap-next a { display:flex; flex-direction: row-reverse; align-items: center;  }
  .crs-image { width:150px; height:100px; padding:0; }
  .crs-content { padding:12px 20px; }
  .crs-more { padding-top:6px; }
  .crosswrap-prev a .crs-content  { width:auto; text-align:left; }
  .crosswrap-next a .crs-content  { width:auto; text-align:right; }
}

/*
.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:#000; }
.ftndistance { font-size:80%; color:#666;}
*/


/* bbq-events-calendar */
  
:root {
  /*
  --cc-alink: #1976D2; 
  --cc-ahover: #2196F3;
  --cc-asec-link: #222; 
  --cc-asec-hover: #444; 
  --cc-asec-divider: #aaa; 
  */
  
  --cc-bbq-bg: #ffffff; /* header bg and calendar bg */
  --cc-bbq-lns: #eaeaea; /* linework between dates and calendar rows and tags */
  --cc-bbq-bgtxt: #666; /* color of days of the week + empty dates */
  
  --cc-bbq-month: #fff;
  --cc-bbq-month-bg: #333;
  --cc-bbq-day: #333;
  --cc-bbq-day-bg: #eee;
  --cc-bbq-dow: #333;
  --cc-bbq-dow-bg: inherit;
  
  --cc-bbq-highlight: #a81f23; 
  --cc-bbq-highlight-bg: #eeeeee;  
  --cc-bbq-hover: #ffffff; 
  --cc-bbq-hover-bg: #9ba0a8; 
}


.bbq-results-header { display:table; width:100%; margin:0; padding:0; background-color:var(--cc-bbq-bg); border:1px solid var(--cc-bbq-lns); border-bottom:0; 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; font-weight:700; }
.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 var(--cc-bbq-lns); 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; color:var(--cc-bbq-month); background-color:var(--cc-bbq-month-bg); font-size:12px; line-height:21px; border-radius:4px 4px 0px 0px; margin-top:5px;}
.bbqdate-day { text-align:center; font-family: 'Surveyor SSm A', 'Surveyor SSm B', Garamond, serif; font-weight:500; color:var(--cc-bbq-day); background-color:var(--cc-bbq-day-bg); font-size:30px; line-height:41px; border-radius:0px 0px 4px 4px;}
.bbqdate-tip { text-align:center; color:var(--cc-bbq-dow); background-color:var(--cc-bbq-dow-bg); font-size:12px; line-height:16px; margin-top:5px; }
.bbqdate-ongoing { text-align:center; color:var(--cc-bbq-month); background-color:var(--cc-bbq-month-bg); 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; }
  
.bbq-control-wrap { margin-bottom:30px; }

.bbq-cal-header { display:table; width:100%; margin:0; padding:0; background-color:var(--cc-bbq-bg); border:1px solid var(--cc-bbq-lns); border-bottom:0; 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%; margin:0; padding:0; border:1px solid var(--cc-bbq-lns);  }   
#bbq-calendar th { /* days of the week */
  border-top:1px var(--cc-bbq-lns) solid; 
  background-color:var(--cc-bbq-bg);
  color:var(--cc-bbq-bgtxt); 
  font-size:10px;
  line-height:28px;
  text-align:center;
  }
#bbq-calendar td {
  border-top:1px var(--cc-bbq-lns) solid;
  background-color:var(--cc-bbq-bg);
  color:var(--cc-bbq-bg); /* color of hidden/inactive dates */
  font-size:14px;
  line-height:36px;
  text-align:center;
  }
#bbq-calendar a { display:block; text-decoration:none; }
#bbq-calendar a.ontoday { text-decoration:underline!important; }
#bbq-calendar td.highlight a { background-color:var(--cc-bbq-highlight-bg); color:var(--cc-bbq-highlight); }
#bbq-calendar a:hover, #bbq-calendar td.highlight a:hover { background-color:var(--cc-bbq-hover-bg); color:var(--cc-bbq-hover); }

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

#bbq-categories ul { list-style:none; padding:0; margin:0; width:100%; border:1px solid var(--cc-bbq-lns); }
#bbq-categories ul li { padding:0; margin:0; background-color:var(--cc-bbq-bg); border-bottom:1px solid var(--cc-bbq-lns); }
#bbq-categories ul li:last-child { border-bottom:0px; }
#bbq-categories a { display:block; padding:0 24px; font-size:14px; line-height:36px; text-align:center; }
#bbq-categories a.highlight { background-color:var(--cc-bbq-highlight-bg); color:var(--cc-bbq-highlight); text-decoration:none; }
#bbq-categories a:hover { background-color:var(--cc-bbq-hover-bg); color:var(--cc-bbq-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; }



/* Post Section */

.post-card-gallery { margin:48px 0px 24px 0px; }
a.post-card { display:block; width:100%; height:100%; background-color:var(--cc-bg-silver); }

.post-card-image { position:relative; width:100%; }
.post-card-image-image { width:100%; padding-bottom:66%; background-position:center center; background-size:cover; }
.post-card-image-cover { position:absolute; top:0px; width:100%; height:100%; background-color:rgba(0,0,0,0); transition: all 250ms ease-out; }
.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:white; padding:10px; }

.post-card-content { padding:20px; text-align:left; }
.post-card-content-headline { color:var(--cc-pagewrap-txt); font-weight:700; font-size:20px; margin-bottom:12px; }
.post-card-content-body { color:var(--cc-pagewrap-txt); font-weight:400; font-size:15px; margin-bottom:12px; }
.post-card-content-more { color:var(--cc-alink); font-weight:700; font-size: 13px; letter-spacing: 0.0500rem; text-transform: uppercase; }

a.post-card:hover .post-card-image-cover { background-color:rgba(0,0,0,0.15); }
a.post-card:hover .post-card-content-more { color:var(--cc-ahover); }


/* 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:white; background-color:var(--cc-alink); border:none; transition: all 0.15s linear 0s;}
.sharing-square a:hover { color:white; background-color:var(--cc-ahover); }
.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:0px; }
	.sharing-label { display:block; }
	.sharing-icons { display:block; }
	.sharing-square { display:block; margin:20px 10px; }
}
