/* @override 
	http://bsava-staging-sf.zentsocloud.com/wp-content/themes/bsava/style-05-utility.css?* */

/*  ===============
	UTILITY CLASSES 
	=============== */

.pos-relative {
	position: relative;
}

/*
Hide an element but keep it available to screen readers
See https://kittygiraudel.com/snippets/sr-only-class/
*/
.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	margin: -1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

@media all and (max-width: 760px) {
	.mobile_mb_0 {
		margin-bottom: 0 !important;
	}
}

p.admin_page-edit {
	background: #F1F4F5;
	padding: 1em;
	line-height: 0;
	display: inline-block;
	position: absolute;
	z-index: 200;
}

p.admin_page-edit-header {
	position: fixed;
}

p.admin_page-edit a {
	position: relative;
}

p.admin_page-edit a:before {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'%0Awidth='24' height='24'%0AviewBox='0 0 24 24'%0Astyle=' fill:%23ff4814;'%3E%3Cpath d='M 18.414062 2 C 18.158062 2 17.902031 2.0979687 17.707031 2.2929688 L 15.707031 4.2929688 L 14.292969 5.7070312 L 3 17 L 3 21 L 7 21 L 21.707031 6.2929688 C 22.098031 5.9019687 22.098031 5.2689063 21.707031 4.8789062 L 19.121094 2.2929688 C 18.926094 2.0979687 18.670063 2 18.414062 2 z M 18.414062 4.4140625 L 19.585938 5.5859375 L 18.292969 6.8789062 L 17.121094 5.7070312 L 18.414062 4.4140625 z M 15.707031 7.1210938 L 16.878906 8.2929688 L 6.171875 19 L 5 19 L 5 17.828125 L 15.707031 7.1210938 z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(0, 0.2em);
}

/*  ===============
	EMBED CONTAINER 
	=============== */

.embed-container {
	overflow: hidden;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 56.25%;
	position: relative;
}

.embed-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*  ===========
  	WP ELEMENTS
	=========== */

.wp-caption {
	font-size: 0.9em;
	text-align: center;
	max-width: 100%;
	margin: 0 auto 2em;
}

.wp-caption img {
	margin-bottom: 0.4em;
}

img.alignright {
	float: right;
	margin: 0 0 2em 2em;
}

img.alignleft {
	float: left;
	margin: 0 2em 0 2em;
}

/*  ================
  	USER BADGE LABEL
	================ */
.user-badge {
	position: absolute;
	top: 0;
	left: 0;
	background: #ededed;
	padding: 0.5em;
	font-size: 12px;
}

/*  ===========
  	BADGE ICONS
	=========== */
.badge-icon {
	height: 0.7em;
	margin-top: -0.25em;
}

.badge-icon img {
	height: 100%;
	width: auto;
}

/* Panel footer */
.panel__content__footer .a_arrow:after {
	position: absolute;
	right: 0;
}

.panels .panel .container:hover .a_arrow:after {
	transform: translate(0.5em, 0);
}

/*  ===========
  	PAGINATION
	=========== */
#pagination {
	width: 100%;
	float: left;
	clear: both;
	margin: 2em auto 1em;
}

.pagination {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.pagination a {
	margin: 0 0.5em;
}

.pagination a:hover {
	background: #e0e0e0;
}

.pagination span.current,
.pagination a.inactive {
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	padding: 0.25em 0.5em;
	margin: 0 3px;
}

.pagination span.current {
	color: #fff;
	border: 1px solid #ffa347;
	background: #ffa347;
}

.pagination .page-count {
}

.pagination .label {
	margin-left: 1em;
	margin-right: 1em;
}

/* Member Content Notification */
.member-content-notification {
	padding: 1.25rem;
	box-sizing: border-box;
}

.grecaptcha-badge {
	z-index: 9000;
}
