/*
Theme Name: Diablo Water District
Theme URI: https://diablowater.org/
Author: Rauch Communication Consultants
Author URI: https://rauchcc.com/
Version: 1.0
*/

/* capitalize form inputs */
/* .texttoupper input {
	text-transform: uppercase !important;
} */
/* @todo integrate into theme scss */
/* fix z-index overlapping admin bar */
#dwd-header a.logo {
	z-index: 99999;
}
/* fix white space below nav */
@media (min-width: 850px) and (max-width: 1023px) {
	#dwd-header {
		margin-bottom: 0;
	}
}

/* @todo integrate into theme scss _documents */
.rccd-documents-menu a {
	display: inline-block !important;
	margin: 0 !important;
}
.rccd-documents-menu a.pdf {
	line-height: 1.3;
}
.rccd-documents-menu .summary a {
	display: inline-block;
	padding: 0;
}
.rccd-documents-menu .summary {
	display: block;
}
.rccd-documents-menu ul.doclinks {
	margin-top: 10px;
}

/* homepage draft d proposed */
.home-mini-slider-col .fl-col-content {
	width: 1270px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px;
}
.home-mini-slider {
	width: 500px;
	max-width: 100%;
	float: right;
}
.home-mini-slider .bx-wrapper {
	border: 6px solid rgba(255,255,255,0.4) !important;
}
.home-mini-slider .fl-slide-content-wrap {
	position: absolute;
	bottom: 0;
	z-index: 99;
}
.home-mini-slider .fl-slide-title {
	margin-bottom: 4px !important;
}
.home-mini-slider .fl-slide-text p {
	font-size: 0.8em;
	line-height: 1.3;
}
.home-mini-slider .fl-slide-cta-button {
	padding-top: 10px !important;
}
.socicos i {
	font-size: 24px;
}
.socicos i:before {
	/* background: #fff; */
}
.hd-sm-icons img {
	display: inline-block;
	width: 28px;
	height: auto;
	margin-right: 6px;
}
.homeserv-icon img {
	display: inline-block;
	width: 72px;
	height: auto;
	margin-left: 10px;
	margin-right: 5px;
}

/* skip nav */

#dwd-wrapper > a.skipnav.sr-only:focus {
	/* position: absolute !important; */
	width: auto !important;
	height: auto !important;
	padding: 20px !important;
	/* overflow: hidden !important; */
	clip: initial !important;
	/* white-space: nowrap !important; */
	/* border: 0 !important; */
	background: #fff !important;
	z-index: 1000000;
}

/* agendas and minutes */

.form-group-agenda {
    display: flex;
    margin-top: 1rem;
}
.form-group-agenda select {
    flex: 1;
}
.form-group-agenda button {
    cursor: pointer;
    margin-left: 20px;
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    height: 2.9rem;
    padding: 0 30px;
}