/*
 Theme Name:   Ben Street
 Description:  A GeneratePress child theme created for the Ben Street website.
 Author:       WP Allied
 Author URI:   https://wpallied.com
 Template:     generatepress
 Version:      1.0.0
*/


/* General
---------------------------------------------------------------------------- */

.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.site-content p:last-child {
	margin-bottom: 0;
}

.site-content .wpzoom-video-popup-block {
	background-image: none !important;
}



/* Site Footer
---------------------------------------------------------------------------- */

.site-footer .inside-site-info {
	border-top: 1px solid #f5f5f5;
	padding-top: 48px;
	padding-bottom: 64px;
}

.site-footer .copyright-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px 16px;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
}

.site-footer nav ul {
	display: flex;
	gap: 8px 24px;
	list-style: none;
	margin: 0;
}

.site-footer nav a {
	color: var(--contrast-2);
	text-decoration: none;
}
