/*
dice-deviated brandable elements
*/

a {
  color: #990000;
}
.wp-caption .wp-caption-text {
  font-size: 12px;
  text-align: center;
  color: #CCCCCC;
}
body {
  background: #000000;
}

/* plugin & customization   ********************************************************************/
/* hard-coded social footer */

div.sidebar ul li div.social { margin-left:auto; margin-right:auto; width: 100%; display:  block; float:  none; }
div.sidebar ul li div.social div {display: table-cell; text-align: center; padding: 5px;float: left; }
div.sidebar ul li div.social div img.social  {
  -webkit-filter: invert(.4);
  filter: invert(.4);
}
div.sidebar ul li div.social div img.social:hover  {
  -webkit-filter: none;
  filter: none;
}

/* Calendar Styles */
	table.em-calendar td { padding: 2px 4px; text-align: center; }
    table.em-calendar td.month_name { text-transform: uppercase;font-weight: bold;font-size: 14px;}
	table.em-calendar.table tr.days-names {  } 
	table.em-calendar td.eventless-pre, .em-calendar td.eventless-post { color: #666; }
	table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a{ color: #CCC; text-decoration:underline; }
	table.em-calendar td.eventful a, table.em-calendar td.eventful-today a { background-color: #990000; color: #FFFFFF; padding:  2px; }
    table.em-calendar td.eventful a:hover, table.em-calendar td.eventful-today a:hover { color: #000000 ; background-color: #FFFFFF; padding: 2px; text-decoration:  none; }
    table.em-calendar td.eventless { color: #CCC; }
	table.em-calendar td.eventful-today a {  }
	table.em-calendar td.eventless-today, table.em-calendar td.eventful-today { color: #FFF; font-weight:  bold; }
	table.em-calendar thead { font-size: 120%; font-weight: bold; }
	table.fullcalendar { border-collapse: collapse; }
	table.fullcalendar td { text-align: left; width: 50px; height: 50px; border: 1px solid #888; }
	div.em-calendar-wrapper { position:relative; }
/* plugin customization   ********************************************************************/

#wrapper .post-nav {
  background: #000000;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
  /*border-bottom: 5px solid #d4d9de;*/
  text-align: center;
  color: #EFEFEF;
  font-size: 14px;
}
#wrapper .post-nav a {
  display: inline-block;
  background: #328ebe;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.site-header .navigation ul > li:hover a {
    color: #990000;
    text-decoration:  none;
    /*font-weight: bold;
  background: #2d333a;*/
}
.site-header .navigation ul > li a {
  color: #FFFFFF;
  text-decoration: none;
    text-transform: uppercase;
  /*font-family: 'Archivo Narrow';
  font-family: 'Roboto slab';
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  border: 1px solid #22272c;
  */
  font-size: 14px;
  display: block;
  padding: 10px 10px;
  border-radius: 4px;
  margin-bottom: -1px;
  position: relative;
  z-index: 100;
}
.posts .title {
  font-size: 50px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: Impact, Charcoal, sans-serif;
  word-wrap: break-word;
    text-transform: uppercase;
}
.posts .title a {
  font-family: Impact, Charcoal, sans-serif;
  color: #CCCCCC;
  text-decoration: none;
}
.posts .title a:hover {
  /*color: #328EBE;*/
    color: #FFFFFF;
}
.posts .sticky {
  /*background: #f1f3f4;
		border: 5px solid #fff;
		

  border-bottom: 5px solid #708090;*/
}
.content {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
}
.content .post-password-form input[type="submit"] {
  display: inline-block;
  background: #328ebe;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content input[type="submit"],
.content input[type="reset"],
.content button {
  display: inline-block;
  border: none;
  background: #328ebe;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  cursor: pointer;
}
.post-nav-page .page-link-number {
  background: #f1f3f4;
  padding: 5px 10px;
  background: #328ebe;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.comment-container #respond #submit {
  display: inline-block;
  border: none;
  background: #328ebe;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  float: right;
  font-size: 14px;
  cursor: pointer;
}
.sidebar {
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 14px;
  /*line-height: 24px;*/
  color: #CCCCCC;
}
.sidebar li {
  list-style: none;
}
.sidebar li a {
  text-decoration: none;
  text-transform: uppercase;
    color: #CCCCCC;
}
.sidebar li a:hover {
  text-decoration: none;
    text-transform: uppercase;
    color: #990000;
}
.sidebar .widget {
  padding: 10px;
  margin-bottom: 20px;
  /*border-bottom: 5px solid #d4d9de;
    background: #f1f3f4;*/
}
.sidebar #searchform #searchsubmit {
  background: #328ebe;
  border: none;
  color: #fff;
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  float: right;
}
.site-header {
  background: #000000;
  /*border-bottom: 5px solid #22272c;*/
}
.site-header .navbar .logo {
  float: left;
  /*max-width:100%;
 max-height:100%;
 background-image: url("/wp-content/themes/dice-child/assets/images/SCACheaderGrey.png");
 background-repeat: no-repeat;*/
}
.site-header .navbar .logo img {
 /*width: 1px; height: 1px;*/
 max-width:100%;
 max-height:100%;
}
.site-header .navbar .searchform input[type="text"] {
  background: #22272c;
  border: none;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  outline: none;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  padding: 20px;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 100%;
  /*background: #2d333a;
  border-top: 5px solid rgba(0, 0, 0, 0.5);*/
  font-size: 10px;
  text-align: center;
  color: #CCCCCC;

  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .copy {
  color: #CCCCCC;
  font-size: 10px;
  margin-bottom: 5px;
}

@media all and (max-width: 720px) {
  .dashicons-menu {
    display: block;
    color: #CCCCCC;
    font-size: 32px;
    /*margin-left: 40px;*/
    background: #474747;
    width: 32px;
    height: 32px;
    padding: 10px;
    border-radius: 4px;
  }
  
  .site-header .navigation ul > li:hover > .sub-menu,
  .site-header .navigation ul > li:hover a,
  .site-header .navigation ul > li:hover a:hover {
    background: none;
  }
  .site-header .navigation ul > li.current-menu-item > a,
  .site-header .navigation ul > li.current-menu-ancestor > a,
  .site-header .navigation ul > li.current-menu-item > a:hover,
  .site-header .navigation ul > li.current-menu-ancestor > a:hover {
    /*background: #171a1d !important;
    border-radius: 4px !important;
    border: 1px solid #22272c;*/
      color: #ffffff;
  }
}

## attempting to customize BIC buttons
.bit-rsvp.bit-button { 
	background-color: #FFF !important;
	color: #000 !important;
	border: #C00 !important;
} 

