/*
Theme Name: Erie Beer Company
Theme URI: https://eriebeer.com/
Version: 1.0
Description: A custom theme for Erie Beer Company.
Author: The Snowberry Team
Author URI: https://snowberrymedia.com/
template: bb-theme
*/

.fl-builder-content button:not(.fl-menu-mobile-toggle),
.fl-builder-content input[type=button],
.fl-builder-content input[type=submit],
.fl-builder-content a.fl-button,
.fl-page .fl-builder-content button:not(.fl-menu-mobile-toggle),
.fl-page .fl-builder-content input[type=button],
.fl-page .fl-builder-content input[type=submit],
.fl-page .fl-builder-content a.fl-button {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.header-buttons .fl-button-group-button:first-child .fl-button {
	text-decoration-color: var(--eb-gold) !important;
	text-decoration-thickness: 5px !important;
	text-underline-offset: 5px;
	transition: all 0.2s linear;
}

.header-buttons .fl-button-group-button:first-child .fl-button:hover,
.header-buttons .fl-button-group-button:first-child .fl-button:focus,
.header-buttons .fl-button-group-button:first-child .fl-button:active {
	background: none;
	text-underline-offset: 2px;
}

@media (max-width:545px) {
	.fl-builder-content-14 .fl-node-c02fi4kzj91q {
		justify-content: center;
	}
}


.footer-details .uabb-info-list-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

.footer-details .uabb-info-list-wrapper .uabb-info-list-item {
	padding: 0;
}

.footer-details .uabb-info-list-wrapper .uabb-info-list-icon {
	margin-right: 10px;
}

@media (max-width:600px) {
	.footer-details .uabb-info-list-wrapper {
		flex-direction: column;
	}
}

.footer-separator .fl-separator {
	width: 155px;
}

.footer-logo {
	width: calc(100% + 40px);
	margin-top: 40px;
}

.hero-caption {
	background-size: 60% !important;
}

.col-skyline {
	mix-blend-mode: multiply;
}

.row-why {
	background-size: 100% auto;
}

.testimonial-box {
	background-position: 30px 30px !important;
}

.page-banner {
	background-size: clamp(120px, 20%, 400px) !important;
}

.contact-form {
	background-size: clamp(120px, 50%, 400px) !important;
}

.brand-feed .fl-post-feed {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    flex-direction: row;
    grid-auto-flow: normal;
    row-gap: 25px;
    column-gap: 25px;
}

.brand-feed .fl-post-feed .fl-post-feed-post {
	margin-bottom: 0 !important;
}

@media (max-width: 991px) {
	.brand-feed .fl-post-feed {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.brand-feed .fl-post-feed {
		grid-template-columns: repeat(2, 1fr);
	}
}

.brand-card.card {
	height: 100%;
	background: #ffffff;
	border-radius: 0;
	padding: 20px 20px 25px;
	align-items: center;
}

.brand-card--body {
	padding-left: 0;
	padding-right: 0;
	margin-top: 1.25rem;
	width: 100%;
}

.brand-card--body::before {
	content: '';
	display: block;
	height: 2px;
	background: #c1c1c1;
	width: 100%;
	transform: translateY(-1.25rem);
}

.brand-card--image {
	width: 200px;
	height: 150px;
	object-fit: contain;
}

@media (max-width: 991px) {
	.brand-card--image {
		width: 160px;
		height: 120px;
	}
}

@media (max-width: 767px) {
	.brand-card--image {
		width: 120px;
		height: 90px;
	}
}

.brand-card--title {
	text-transform: uppercase;
	text-align: center;
}

.brand-card--link {
	font-family: "Saira Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.25px;
	text-align: center;
	font-weight: 700;
	color: var(--eb-black);
	border-bottom: 5px solid var(--eb-gold);
}

.brand-profile {
	position: relative;
	z-index: 1;
}

@media (min-width:992px) {
	.brand-profile {
		transform: translateY(-50%);
	}
}

.segment-banner .fl-node-content .uabb-new-ib {
    aspect-ratio: 4 / 3;
    height: auto;
}

@media (max-width:525px) {
	.segment-banner .fl-node-content .uabb-new-ib h3 {
		font-size: 22px;
	}
}

.brand-profile .fl-photo-img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

@media (max-width:525px) {
	.brand-profile .fl-photo-img {
		width: 120px;
		height: 120px;
	}
}

.county-list ul {
	column-count: 2;
	column-gap: 2rem;
	list-style: none;
	padding-left: 0;
	width: 280px;
	font-weight: 400;
}

.county-list ul li {
	break-inside: avoid;
	padding-left: 0;
	margin-bottom: 15px;
}

.county-list ul li a {
	color: inherit;
}

.tooltip-inner {
    background-color: #ffffff;
    color: var(--eb-black);
	border-radius: 0;
    padding: 0.5rem 1rem;
}

.bs-tooltip-top .arrow::before {
	border-top-color: #ffffff;
}

.bs-tooltip-right .arrow::before {
	border-right-color: #ffffff;
}

.bs-tooltip-left .arrow::before {
	border-left-color: #ffffff;
}

.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #ffffff;
}

.history-slider .fl-slide-photo-img {
	width: 100%;
	height: auto;
}

.history-slider .fl-content-slider-navigation {
	bottom: 58px;
	top: auto;
	left: 45%;
	margin-top: 0;
}

.history-slider .fl-content-slider-navigation .slider-next,
.history-slider .fl-content-slider-navigation .slider-prev {
	display: flex;
    align-items: center;
    justify-content: center;
	border: 5px solid var(--eb-gold);
	width: 48px;
	height: 48px;
	line-height: 48px;
	padding: 0;
	opacity: 1;
	text-align: center;
}

.history-slider .fl-content-slider-navigation .slider-next:hover,
.history-slider .fl-content-slider-navigation .slider-prev:hover {
	background: var(--eb-gold);
}

.history-slider .fl-content-slider-navigation .slider-prev {
	left: 70px;
}

.history-slider .fl-content-slider-navigation .slider-next {
	left: 158px;
	right: auto;
}

.history-slider .fl-content-slider-navigation .fl-content-slider-svg-container {
    width: 18px;
    height: 18px;
}

@media (max-width: 767px) {
	.history-slider .fl-content-slider-navigation {
		bottom: 0;
		left: 50%;
	}
	
	.history-slider .fl-content-slider-navigation .slider-prev {
		left: -68px;
	}

	.history-slider .fl-content-slider-navigation .slider-next {
		left: 10px;
	}
}

.fl-builder-content-28 .fl-node-gn5uiaesfty0 {
	row-gap: 20px;
}

.eb-collage img {
	filter: brightness(1.05) contrast(1.05) saturate(0.9);
}

.resource-links i.fas.fa-info-circle::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    line-height: 90%;
    background: var(--eb-black);
    left: 5%;
    top: 5%;
    border-radius: 100%;
    z-index: -1;
}