.beer-listing-wrapper {
	border-bottom: #aaa 1px solid;
	font-size: 0.95rem;
	padding: 8px;
	clear: both;
}

.beer-listing-wrapper:last-child {
	border-bottom: none;
}

.beer-listing-item-headline, .beer-listing-vote-icon {
	float: left;
}
.beer-listing-item-headline {
	line-height: 23px;
}

#content-main .beer-listing-singular .beer-listing-items {
	margin-top: 30px;
}

#content-main .beer-listing-singular .beer-listing-items .beer-listing-name h1 {
	font-weight: 900;
	font-size: 2.4rem;
	text-transform: none;
}

#content-main .beer-listing-singular .beer-listing-items .beer-listing-name h1, .beer-brewery-listing #post-header h1 {
	font-weight: 900;
	font-size: 2.4rem;
	text-transform: none;
}

#content-main.beer-brewery-listing #post-header {
	margin: 10px 0 12px 0;
}

.beer-listing-singular .beer-listing-image {
	min-width: 120px;
	max-width: 120px;
}

.beer-listing-singular .beer-listing-image img {
	min-width: 120px;
}

.beer-listing-singular .beer-listing-image img:hover {
	transform: none;
	filter: none;
}

.beer-listing-inner {
	display: flex;
}

.beer-listing-item-type {
	border-bottom: #aaa 1px solid;
}

#content-main .beer-listing h2 {
	margin-top: 25px;
}

.beer-listing-review {
	font-size: 1.05rem;
}

.beer-listing-items {
	flex-grow: 1;
}

.beer-listing-item {
	display: inline-block;
	margin-right: 12px;
}

.beer-listing-item a {
	font-weight: 900;
	color: #333;
}

.beer-brewery-wrapper a {
	font-weight: 700;
	color: #333;
	font-size: 1rem;
}

.beer-listing-item a:hover, .beer-brewery-wrapper a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.beer-listing-label {
	font-size: 0.8rem;
    color: #aaa;
	line-height: 20px;
    margin-top: 5px;
}

.beer-listing-name {
	font-weight: 900;
	font-size: 1.2rem;
}

.beer-listing-name a {
	font-weight: 700;
	color: #000;
}

.beer-listing-image {
	flex-grow: 1;
    max-width: 28px;
    margin-right: 20px;
	position: relative;
	z-index: 50;
}

.beer-listing-image:hover {
	z-index: 51;
}

.beer-listing-image img {
	width: 28px;
	max-width: none;
	-webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.beer-listing-image img:hover {
	transform: scale(2.8) rotate(0.0deg);
	filter: drop-shadow(2px 2px 5px #999);
}

.beer-form {
	display: none;
}


.beer-form-container {
	margin-bottom: 20px;
}

.beer-heart {
	color: #d12424;
	margin-left: 10px;
	cursor: pointer;
}

.beer-vote {
	display: none;

}

.beer-form-personal-data {
	overflow: hidden;
}

.beer-form-name, .beer-form-email {
	float: left;
	width: 50%;
}
.beer-form-name {
	padding-right: 10px;
	box-sizing: border-box;
}

.beer-form-name input, .beer-form-email input {
	width: 250px;
    border-radius: 5px;
    height: 30px;
    border-color: gray;
    padding: 4px 12px;
    border-style: solid;
    border-color: grey;
    border-width: 1px;
    font-family: Lato, sans-serif;
    font-weight: 400;
	box-sizing: border-box;
	width: 100%;
}



.beer-submit input, .beer-submit button {
	border-radius: 5px;
    width: 100px;
    color: white;
    background: dodgerblue;
    border: none;
    height: 30px;
    font-family: Lato, sans-serif;
    font-size: 14px;
}

.beer-submit input:disabled, .beer-submit button:disabled {
	background: lightblue;
}

.beer-submit {
	margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.beer-vote-error {
	position: fixed;
	margin: auto;
    left: 0;
    right: 0;
	top: 150px;
    width: 70%;
	padding: 6px 8px;
	background-color: #D12424;
	color: white;
	border-radius: 5px;
	filter: drop-shadow(10px 10px 20px #000);
	z-index: 200;
}

.beer-vote-success {
	position: fixed;
	margin: auto;
    left: 0;
    right: 0;
	top: 150px;
    width: 70%;
	padding: 6px 8px;
	background-color: green;
	color: white;
	border-radius: 5px;
	filter: drop-shadow(10px 10px 20px #000);
	z-index: 200;
}

.beer-vote-error span,
.beer-vote-success span {
	margin-right: 8px;
	font-size: 20px;
	cursor: pointer;
}

#content-main .beer-vote-error h2,
#content-main .beer-vote-success h2 {
	color: white;
	margin: 0 10px 0 0;
	display: inline;

}

#content-main .beer-release-list-brewery {
	overflow:visible;
}

.beer-captcha-wrapper {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.beer-captcha {
	display: inline-block;
}

#beerChart {
	height: 200px;
}

#content-main .beer-brewery-wrapper h2 {
	text-transform: none!important;
	font-size: 2rem;
}

.beer-brewery-wrapper {
	clear: both;
    overflow: hidden;
}

.beer-brewery-lists, .beer-brewery-stats {
	float:left;
}

.beer-brewery-articles {
	margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
	overflow: auto;
	max-height: 290px;
}

.beer-brewery-name {
	border-bottom: solid 1px #ccc;
}

.beer-brewery-lists {
	width: 37%;
	padding-right: 18px;
	box-sizing: border-box;
}

.beer-brewery-stats {
	width: 60%;
}

.beer-brewery-stat-item {
	width: 100%;
	position: relative;
}
.beer-brewery-stats {
	position: relative;
}

.beer-brewery-release-date {
	font-family: 'Flama', sans-serif;
    font-size: 1rem;
}

.brewery-nav-links {
	padding: 4px;
	float: left;
}

.beer-brewery-area {
	margin-bottom: 6px;
	display: inline-block;
	margin-right: 8px;
}

#content-main .beer-brewery-stat-item .brewery-stat-label {
	font-size: 0.8rem;
}

.brewery-navigation {
	overflow: hidden;
}

.brewery-single {
	width: 100%!important;
}


@media screen and (max-width: 600px) {
	.beer-form-name input, .beer-form-email input {
		width: 100%;
	}
	.beer-form-name, .beer-form-email {
		width: 100%;
	}

	#beerChart {
		height: 600px;
	}
}

@media screen and (max-width: 600px) {
	.beer-listing-singular .beer-listing-image img {
		min-width: 50px;
	}
	.beer-listing-singular .beer-listing-image {
		min-width: 50px;
    	max-width: 50px;
	}
	.beer-listing-singular .beer-listing-item {
		/* display: block; */
	}
}