/* Themify Customize Styling */
#headerwrap {	background-image: url(https://www.lavatransforms.org/wp-content/uploads/2015/09/superNovaNext.jpg);
	background-size: cover; 
}
#site-description {	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	font-style:italic;
	font-weight:bold;
	font-style:italic;
	font-size:1.5em;
	text-transform:capitalize;
	color: #ffffff; 
}
#main-nav a {	
	color: #ffffff;background: none;
	background-color: #403838;
	border: 1px solid #ffffff;
	padding: 3px;
	margin: 3px; 
}
#main-nav a:hover {	
	color: #ffffff; 
}

/* Themify Custom CSS */
a:hover a:visited a:link a:active{
  text-decoration: none;
border:0!important;
font-size: 102%;
font-weight: 900;
}
/* unvisited link */a:link {
  color: orange;
}
/* visited link */a:visited {
  color: salmon;
}
/* mouse over link */a:hover {
  color: goldenrod;
}
/* selected link */a:active {
  color: cornsilk;
}
/* setting the sizes for tiles  */body .module-tile.size-square-largebody .module-tile.size-square-large .map-container {
  width: 480px;
height: 480px;
}
body .module-tile.size-square-smallbody .module-tile.size-square-small .map-container {
  width: 240px;
height: 240px;
}
body .module-tile.size-landscapebody .module-tile.size-landscape .map-container {
  width: 480px;
height: 240px;
}
body .module-tile.size-portraitbody .module-tile.size-portrait .map-container {
  width: 240px;
height: 480px;
}
/*  making sign now button much bigger for petition   */a.dk-speakout-submit {
  font-size: 150%;
text-decoration: none;
}
/* fuzzy border for name field   */#dk-speakout-first-name-1 {
  box-shadow: orange 0px 2px 3px inset rgba(0000.2) 0px -1px 2px;
border-radius: 20px;
}
#dk-speakout-last-name-1 {
  box-shadow: orange 0px 2px 3px inset rgba(0000.2) 0px -1px 2px;
border-radius: 20px;
}
#dk-speakout-email-1 {
  box-shadow: orange 0px 2px 3px inset rgba(0000.2) 0px -1px 2px;
border-radius: 20px;
bottom-padding: 20px;
}
.dk-speakout-share {
  display: none;
}
/* dropshadow for front page about  */.single-event .featured-area{
  padding-bottom:0;
}

/*  This is a tweak for display posts short code for the blog posts which are forensic science events */


/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}