/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

.post-meta-item,
.post-meta-item + .post-meta-item {
	display: none;
}

.post-meta-item + .post-meta-item + .post-meta-item,
.post-meta-item + .post-meta-item + .post-meta-item + .post-meta-item {
	display: block;
}

.format-icon {
	display: none;
}

.post-meta-item .post-meta-title {
	display: none;
}

.mosaic-overlay .details span {
	visibility: hidden;
}

.mosaic-overlay .details span:after {
	visibility: visible;
	content: “Learn More →”;
	display: block;
}

table {
    width: 100%;
}

 div.outer  {float:none; width:25%; text-align:center; }


.nivo-prevNav, .nivo-nextNav {
    border: 0;
}

@media screen and (max-width: 850px) {
	#blog-title {display: none;}	
	.site-header .logo img {    height: 100px;
    max-width: none;
    top: 10px;
    position: relative;}
}

/* increase width of single portfolio and blog post pages  / 1758662-zd bk */
.single .site-primary,
.single .hentry.post .entry-content, 
.single .hentry.jetpack-portfolio .entry-content {
  width: 100%;
  float: none;
}

.entry-title {
	display: none;
}




.menu-item {
	font-weight: 600;
	color: #ffffff !important;
}
.menu-item > a:active,
.menu-item > a:hover {
  color: #0f5171 !important;
  background-color: #ffef2f;
}



/*TICKETS BUTTON BELOW*/
.menu-button > a {
  padding: !important;
  color: #ffef2f !important;
  border-radius: 0px;
  background-color: #0f5171;
}

/* Adjust the position for the fixed navigation menu */
.menu-button > a {
  position: relative;
  bottom: 0px;
	font-weight:800;
}

/* Give the button a hover & active state */
.menu-button > a:active,
.menu-button > a:hover {
  color: #ffffff !important;
  background-color: #06ab71;
}


/*DONATE BUTTON BELOW*/
.menu-button2 > a {
  padding: !important;
  color: #ffef2f !important;
  border-radius: 0px;
  background-color: #0f5171;
}

/* Adjust the position for the fixed navigation menu */
.menu-button2 > a {
  position: relative;
  bottom: 0px;
	font-weight:800;
}

/* Give the button a hover & active state */
.menu-button2 > a:active,
.menu-button2 > a:hover {
  color: #ffffff !important;
  background-color: #FE4168;
}

/*Act II BUTTON BELOW*/
.menu-button3 > a {
  padding: !important;
  color: #ffef2f !important;
  border-radius: 0px;
  background-color: #0f5171;
}

/* Adjust the position for the fixed navigation menu */
.menu-button2 > a {
  position: relative;
  bottom: 0px;
	font-weight:800;
}

/* Give the button a hover & active state */
.menu-button2 > a:active,
.menu-button2 > a:hover {
  color: #ffffff !important;
  background-color: #Ffef2f;
}