/*
Theme Name: CVWD
Author: Rauch Communication Consultants
Author URI: https://rauchcc.com/
Description: Official website theme.
Requires at least: WordPress 5.0.0
Version: 2
*/

/* breadcrumb */
.fbc .fbc-wrap .fa.fa-home {
	margin-right: 5px !important;
}

/* Mailchimp embedded forms */
body #mc_embed_signup{
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 20px;
	clear: left;
	width: 100%;
	max-width: 600px;
}
body #mc_embed_signup .helper_text {
	background-color: transparent;
}
body p.brandingLogo {
	position: absolute;
	left: -99999px;
	opacity: 0;
}

/* Skip Nav */
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
  }
  
.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	top: 0;
	left: 0;
	width: auto;
}

.skipblock {
	position: absolute !important;
	margin-top: 0 !important;
	font-size: 1rem !important;
	font-weight: bold !important;
	padding: 15px 20px !important;
	border: 2px solid #000 !important;
	background: #fff !important;
	color: #000 !important;
	z-index: 999999 !important;	
}

/* fix color contrast on homepage panel links */
.cvwd-hp-panels-row h2 small {
	color: #9b6d15 !important;
}

/* slider focus */
.n2-ss-widget.nextend-arrow.nextend-arrow-next:focus {
	outline: 3px solid yellow;
	box-shadow: 0 0 0 5px black;
}
.n2-ss-widget.nextend-arrow.nextend-arrow-previous:focus {
	outline: 3px solid yellow;
	box-shadow: 0 0 0 5px black;
}
.nextend-bullet-bar .n2-bullet:focus {
	outline: 3px solid yellow;
	box-shadow: 0 0 0 4px black !important;
}
.n2-ss-widget.nextend-autoplay:focus {
	outline: 3px solid yellow;
	box-shadow: 0 0 0 5px black !important;
}

/* social links */

.cvwd-social-links {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-left: auto;
    margin-top: -5px;
}
.cvwd-social-links p:empty {
    display: none;
}
.cvwd-social-links a {
    margin-left: 12px;
}
.cvwd-social-links a:after {
    display: none;
}
.cvwd-social-links img {
    width: 26px;
    height: auto;
    display: block;
}
.cvwd-social-links img[alt="Nextdoor"] {
    width: 100px;
}