
			 html {
	hyphens: auto;
}
.is-logo-image, .navigation-branding {
 filter: drop-shadow(0 0 0.3em var(--orange))
}

#masthead, #sticky-navigation, #mobile-header {
	box-shadow: 0 1px 5px 1px var(--orange)
}

/* Maybe Delete */

.featured-image img {
	border-radius: 10px;
	box-shadow: 0 0 15px var(--accent);
}

.references, .img-references {
	font-size: 1.2em;
	font-weight: bolder;
	margin-top: 1em;
}

.references-list {
	font-size: 0.8em;
}

#right-sidebar {
	border-left: 1px solid var(--accent);
}

h2.widget-title {
	font-size: 1.5em;
}

h3.widget-title {
	font-size: 1.2em;
	margin: 1.5em 0 0.5em;
}


.divecenters h3, .divecenters h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Search Forms */
#ww-search-form {
	display: flex;
	flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
	column-gap: 1em;
	row-gap: 1em;
	margin: 1em 0;
}

#ww-search-form label {
	display: none;
}

#ww-search-form .select2 {
	min-width: 25%;
	max-width: 50%
}

#ww-search-form ul {
	margin: 0;
}

button[type="submit"] {
	padding: 3px 5px;
	border-radius: 5px;
}

/* Marine Species */
.sci-tax {
	list-style: none;
	margin: 0;
}

/* Privacy Policy */

.inside-site-info {
	flex-flow: column;	

}
.copyright-bar {
	margin-left: auto;
}

/* Share Buttos */

#main .shariff {
	display: flex!important;
	align-items: center;
	gap: 0.5em;
	margin-bottom: 1em;
}		