.non-linking-beers{
	display: flex;
}

.highland-brewing-modal-container-overlay {
	background-color: rgba(255,181,22,0.8);
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0;
	z-index: -1;
}

.highland-brewing-modal-container {
	opacity: 0;
	z-index: -1;
	display: none;
	line-height: 1.7;
	width: 90%;
	max-width: 1080px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
	box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
	transition: opacity .25s ease-in-out;
}

.highland-brewing-modal-open {
    cursor: pointer;
}

.highland-brewing-modal-close {
	background: #fff url(/wp-content/uploads/svg/x-red.svg) no-repeat 50% 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: -70px;
	width: 50px;
	height: 50px;
}

.highland-brewing-modal-close:hover {
	background-color: #f7eedd;
}

.highland-brewing-modal-top {
	background-color: #f51c27;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

.highland-brewing-modal-title h2,
.highland-brewing-modal-first-name h2 {
	color: #fff;
	padding: 0;
}

.highland-brewing-modal-category h2,
.highland-brewing-modal-last-name h2 {
	color: #FFB516;
	font-size: 24px;
}

.highland-brewing-modal-profile {
	background: #f7eedd url(/wp-content/uploads/modal-mountain.png) no-repeat 0% 100%;
	padding: 50px;
	max-height: 61vh;
	overflow-y: auto;	
}

.highland-brewing-modal-right {
	margin-bottom: 2em;
}
@media all and (min-width: 768px) {
	.highland-brewing-modal-left {
		display: flex;
		align-content: center;
		justify-content: center;
		position: relative;
	}

	.highland-brewing-modal-profile {
		display: flex;
		flex-wrap: wrap;
	}

	.highland-brewing-modal-left {
		width: 40%;
		margin-right: 10%;
	}

	.highland-brewing-modal-right {
		width: 50%;
	}
}

/* .highland-brewing-beer-image{width:auto; height: 550px;} */

.highland-brewing-beer-image-popup {
	width: 200px;
	height: auto;
}

.highland-brewing-beer-details {
	margin-bottom: 10px;
}

.highland-brewing-beer-details .table {
	border: 1px solid #00953c;
	border-width: 1px 1px 0 0;
}

.highland-brewing-beer-details .row,
.highland-brewing-beer-details .detail {
	display: flex;
}

.highland-brewing-beer-details .row {
	border-bottom: 1px solid #00953c;
}

.highland-brewing-beer-details .detail {
	border-left: 1px solid #00953c;
	min-height: 70px;
	text-transform: uppercase;
}

.highland-brewing-beer-details .numbers {
	width: 50%;
}

.highland-brewing-beer-details .header {
	border-right: 1px solid #00953c;
	color: #00953c;
	position: relative;
	width: 40px;
}

.highland-brewing-beer-details .header span {
	position: absolute;
	top:50%;
	left: 50%;
	font-weight: 700;
	letter-spacing: 0.08em;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	word-break: normal;
}

.highland-brewing-beer-details .content {
	display: flex;
    align-items: center;
	width: calc(100% - 40px);
	font-size: 12px;
	color: #7e614e;
	font-weight: 700;
	padding: 12px;
}

.highland-brewing-beer-details .numbers .content {
    display: flex;
	align-items: center;
    align-content: center;
    justify-content: center;
	font-size: 28px;
    letter-spacing: 0.05em;
}

.highland-brewing-beer-field,
.highland-brewing-product-field {
	color: #333;
	font-weight: 600;
	margin-bottom: 1em;
}

.highland-brewing-beer-tasting-notes {
	color: #00953c;
	font: 700 24px/1.1 "Open Sans Condensed", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.highland-brewing-beer-overview {
	font-size: 16px;
}

.highland-brewing-beer-overview ul {
	font-size: 14px;
	padding: 1em 0 0 1em !important;
}

.highland-brewing-beer-overview li:marker {
	color: #ed1c27;
}

.highland-brewing-beer-package-styles {
	font-size: 12px;
    font-weight: 600;
}

.highland-brewing-beer-untappd-link a {
	color: #333;
	font-weight: 600;
	position: relative;
	padding-left: 45px;
}

.highland-brewing-beer-untappd-link a:before {
	background-image: url(/wp-content/uploads/svg/icon-untappd.svg);
	background-color: #00953c;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-position: 50% 50%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;

}

.highland-brewing-beer-untappd-link a:hover {
	color: #00953c;
}

.highland-brewing-modal-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.highland-brewing-modal-title {
	width: 70%;
}

.highland-brewing-modal-previous-container,
.highland-brewing-modal-next-container {
	width: 15%;
	color: #6c0000;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.highland-brewing-modal-previous-container:hover,
.highland-brewing-modal-next-container:hover {
	color: #fff;
}

.highland-brewing-modal-arrow img {
	text-align: center;
	width: 50px;
}

html .slick-prev {
	left: -50px;
}

html .slick-prev,
html .slick-next {
	top: 10%;
	height: 30px;
	width: 30px;
}

html .home .slick-prev:before {
	background-image: url(/wp-content/uploads/svg/arrow-left-red.svg);
	opacity: 1;
}

html .home .slick-next:before {
	background-image: url(/wp-content/uploads/svg/arrow-right-red.svg);
	opacity: 1;
}

html .slick-prev:before {
	background-image: url(/wp-content/uploads/svg/arrow-left-white.svg);
}

html .slick-next:before {
	background-image: url(/wp-content/uploads/svg/arrow-right-white.svg);
}

@media all and (max-width:980px) {
	html .slick-prev {
		left: -35px;
	}

	html .slick-next {
		right: -15px;
	}
}

@media all and (max-width:767px) {
	html .slick-prev {
		left: -25px;
	}

	html .slick-next {
		right: -25px;
	}
}

@media all and (max-width:479px) {
	html .slick-prev {
		left: -15px;
	}

	html .slick-next {
		right: -15px;
	}
}

/** Post Slider **/
.bb_post_slider-slide-section-inner.section-inner-number-3{bottom: unset; top: 0;}
/* .home .bb_post_slider-slide-section:before{content:''; position: absolute; display: block; width: 100%;height: 100%; background-color: rgba(0, 0, 0, .2);} */
/*.bb_post_slider-slide-section span {
	-webkit-text-stroke: rgb(0 0 0 / 38%);
    -webkit-text-stroke-width: 1.5px;
}
.bb_post_slider-slide-section span.small {
	-webkit-text-stroke: rgb(0 0 0 / 28%);
    -webkit-text-stroke-width: 1.5px;	
}*/

html .slick-prev:before,
html .slick-next:before {
	content: '';
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	width: 45px;
	height: 45px;
}

/*Products/Team*/
.highland-brewing-product,
.highland-brewing-team-member {
	color: #7e614e;
	font: 600 16px/1.5 "Open Sans",sans-serif;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
	text-align: center;
	text-transform: none;
}

.product-modal-slider,
.product-modal-slider img {
	width: 392px;
	height: 392px;
}

html .slick-dots {
	bottom: 0;
}

html .slick-dots li button {
	border: 2px solid #fff;
	border-radius: 100%;
}

html .slick-dots li button:before {
	opacity: 0;
}

html .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff;
	font-size: 9px;
	line-height: 22px;
	width: 20.5px;
	height: 20.5px;
}

@media all and (min-width: 1101px) {
	.highland-brewing-products,
	.highland-brewing-team-members {
		display: flex;
		flex-wrap: wrap;
	}

	.highland-brewing-product,
	.highland-brewing-team-member {
		width: 22%;
	}

	.highland-brewing-product:not(:nth-child(4n)),
	.highland-brewing-team-member:not(:nth-child(4n)) {
		margin-right: 4%;
	}
}

@media all and (max-width: 1100px) and (min-width:981px) {
	.highland-brewing-products,
	.highland-brewing-team-members {
		display: flex;
		flex-wrap: wrap;
	}

	.highland-brewing-product,
	.highland-brewing-team-member {
		width: 30%;
	}

	.highland-brewing-product:not(:nth-child(3n)),
	.highland-brewing-team-member:not(:nth-child(3n)) {
		margin-right: 5%;
	}
}

@media all and (max-width: 980px) and (min-width:601px) {
	.highland-brewing-products,
	.highland-brewing-team-members {
		display: flex;
		flex-wrap: wrap;
	}

	.highland-brewing-product,
	.highland-brewing-team-member {
		width: 47.5%;
	}

	.highland-brewing-product:not(:nth-child(2n)),
	.highland-brewing-team-member:not(:nth-child(2n)) {
		margin-right: 5%;
	}
}

@media all and (max-width: 980px) {
	.product-modal-slider,
	.product-modal-slider img {
		width: 300px;
		height: 300px;
	}
	.beer-award-icon img{max-width: 50px !important;}
}

@media all and (max-width: 767px) {
	.product-modal-slider {
		margin: 0 auto 30px;
	}

	.highland-brewing-modal-previous .prev,
	.highland-brewing-modal-next .next {
		display: none;
	}

	.highland-brewing-modal-title h2 {
		font-size: 36px;
	}
}

@media all and (max-width: 479px) {
	.product-modal-slider,
	.product-modal-slider img {
		width: 175px;
		height: 175px;
	}

	.highland-brewing-modal-title h2 {
		font-size: 28px;
	}
}

#product-sizes,
#product-colors,
#product-stickers,
#product-styles,
#product-color-schemes {
	color: #333;
	height: 45px;
	width: 250px;
	max-width: 100%;
	text-indent: 6px;
	background: #fff;
	font-size: 16px;
	letter-spacing: 0.06em;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: -webkit-box-shadow 250ms linear;
	transition: -webkit-box-shadow 250ms linear;
	-o-transition: box-shadow 250ms linear;
	transition: box-shadow 250ms linear;
	transition: box-shadow 250ms linear, -webkit-box-shadow 250ms linear;
}

.snipcart-add-item {
	background: #ff5d31;
	color: #6c0000;
	padding: 8px 27px;
	font: 700 18px/1.111111 "Open Sans Condensed",sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border: none;
	cursor: pointer;
}

.snipcart-add-item:hover {
	background-color: #f48120;
}

.highland-brewing-product:hover img,
.highland-brewing-team-member:hover img {
	border: 1px solid #f51c27;
	-webkit-box-shadow: 2px 2px 8px rgb(0 0 0 / 25%);
	box-shadow: 2px 2px 8px rgb(0 0 0 / 25%);
}

.highland-brewing-product:hover,
.highland-brewing-team-member:hover .highland-brewing-team-member-title {
	color: #f51c27;
}

.highland-brewing-team-member-name {
	color: #f51c27;
}

.highland-brewing-team-member-title {
	font-size: 13px;
}

.highland-brewing-team-member:hover .highland-brewing-team-member-name {
	color: #6c0000;
}

.highland-brewing-product-price {
	font-weight: 700;
}

.highland-brewing-team-member-field:not(.highland-brewing-team-member-email):not(.highland-brewing-team-member-description) {
	margin-bottom: 1em;
}

.highland-brewing-team-member-field.highland-brewing-team-member-title {
	font: 600 24px/1.333333 "Open Sans",sans-serif;
	letter-spacing: 0.03em;
}

.highland-brewing-team-member-description {
	border-bottom: 1px solid #ffb516;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

.highland-brewing-team-member-description,
.highland-brewing-team-member-field .question {
	font: 600 13px/1.5384615 "Open Sans",sans-serif;
	letter-spacing: 0.04em;
}
.highland-brewing-team-member-field .question {
	margin-bottom: 5px;
}

.highland-brewing-team-member-field .answer {
	font: 500 13px/1.5384615 "Open Sans",sans-serif;
	letter-spacing: 0.04em;
}

.highland-brewing-team-member-email a {
	color: #333;
	font-weight: 600;
	position: relative;
	padding-left: 45px;
}

.highland-brewing-team-member-email:hover a {
	color: #6c0000;
}

.highland-brewing-team-member-email a:before {
	background-image: url(/wp-content/uploads/svg/icon-email.svg);
	background-color: #FFB516;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-position: 50% 50%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.highland-brewing-team-member-image-container img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

/*Careers - Current Openings List*/
@media screen and (min-width: 980px) {
	.highland-brewing-job-postings {
		display: flex;
		flex-wrap: wrap;
	}
	.highland-brewing-job-postings .highland-brewing-job-posting {
		width: 47%;
	}
}
.highland-brewing-job-postings .highland-brewing-job-posting:nth-child(odd) {
	margin-right: 3%;
}
.highland-brewing-job-posting-hours, .highland-brewing-job-posting-date-posted {
    font: 700 18px/1.4 "Open Sans",sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: .7;
}
.highland-brewing-job-posting-date-posted {
    color: #333;
}
.highland-brewing-job-posting-hours {
    margin-right: 8px;
    color: #f51c27;
}
.highland-brewing-job-posting {
	margin-bottom: 45px;
	padding: 22px;
	background: #fff;
	/*width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);*/
}
h3.highland-brewing-job-posting-name {
	margin: 7px 0 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffb516;
	font: 600 24px/1.333333 "Open Sans",sans-serif;
	letter-spacing: 0.03em;
	color: #333;
}
.highland-brewing-job-posting-details {
	font: 600 13px/1.5384615 "Open Sans",sans-serif;
	letter-spacing: 0.04em;
}
.highland-brewing-job-posting-button {
	display: inline-block;
	padding: 8px 27px;
	font: 700 18px/1.111111 "Open Sans Condensed",sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	background: #ff5d31;
	color: #6c0000;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	transition: background-color .2s ease-in-out;
	margin-top: 1em;
}
.highland-brewing-job-posting-button:hover {
	background-color: #ffb516;
}