@charset "utf-8";

.fonts-loaded .beer-review-tooltip-title,
.fonts-loaded .beer-review-tooltip-desc {
	font-family: 'Roboto', sans-serif !important;
}

.fonts-loaded .beer-rating-container .beer-rating-header, 
.fonts-loaded .beer-rating-container .beer-rating-data-info {
	font-family: 'Megrim', cursive !important;
}

.sortable-header i {
	line-height: 1.2;
	font-size: 16px;
	color: rgba(242, 242, 242, 0.6);
}

.modal-body-beer-info, 
.sortable-header, 
.masonry-body-beer-info, 
.masonry-beer-info-style, 
.masonry-beer-info-style-data, 
.masonry-beer-info-circle-container, 
.masonry-beer-info-abv-circle, 
.masonry-beer-info-rating-circle, 
.masonry-beer-info-blg-circle, 
.latest-reviews-grid, 
.discoveries-grid-item, 
.discoveries-grid-item-body, 
.modal-beer-info-circle-container, 
.modal-beer-info-style, 
.modal-beer-info-style-data, 
.modal-beer-info-abv-circle, 
.modal-beer-info-rating-circle, 
.modal-beer-info-blg-circle, 
.discoveries-grid-beer-review-footer, 
.discoveries-grid, 
.beer-review-header-container, 
.beer-rating-content, 
#lightgallery, 
.info-feed-panel-news-info, 
.masonry-beer-review-footer, 
.latest-review-item, 
.latest-review-item-padding, 
.latest-review-item .masonry-body, 
.latest-review-item .masonry-beer-review-container, 
.social-grid-item-container, 
.social-grid-item-container-outer, 
.modal-body-content, 
.spiderweb-chart-tooltip-data-container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.discoveries-grid-beer-review-footer, 
.modal-body-beer-info-background, 
.masonry-body.discoveries-grid-item-body, 
.latest-review-item .masonry-body, 
.latest-review-item .masonry-beer-review-container, 
.modal-body-content {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
}

.modal-beer-info-style-data, 
.modal-beer-info-abv-circle, 
.modal-beer-info-rating-circle, 
.modal-beer-info-blg-circle, 
.masonry-beer-info-style-data, 
.masonry-beer-info-abv-circle, 
.masonry-beer-info-rating-circle, 
.masonry-beer-info-blg-circle, 
#ageModal .modal-header, 
.modal-body-content {
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
}

.discoveries-grid-beer-review-footer {
	-webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
	align-items: end;
}

.masonry-beer-info-style, 
.masonry-beer-info-abv-circle, 
.masonry-beer-info-rating-circle, 
.masonry-beer-info-blg-circle, 
.modal-beer-info-style, 
.modal-beer-info-abv-circle, 
.modal-beer-info-rating-circle, 
.modal-beer-info-blg-circle, 
.masonry-beer-info-circle-container, 
.modal-beer-info-circle-container, 
.beer-rating-content, 
.info-feed-panel-news-info, 
.modal-body-content, 
.spiderweb-chart-tooltip-data-container {
	-webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}

.modal-beer-info-abv-circle, 
.modal-beer-info-rating-circle, 
.modal-beer-info-blg-circle, 
.masonry-beer-info-style-data, 
.masonry-beer-info-abv-circle, 
.masonry-beer-info-rating-circle, 
.masonry-beer-info-blg-circle {
	padding-left: 16px;
}

.modal-beer-info-style-data {
	padding-left: 10px;	
}

.modal-beer-info-style-data, 
.modal-beer-info-abv-circle, 
.modal-beer-info-rating-circle, 
.modal-beer-info-blg-circle, 
.masonry-beer-info-style-data, 
.masonry-beer-info-abv-circle, 
.masonry-beer-info-rating-circle, 
.masonry-beer-info-blg-circle, 
.discoveries-grid-item-flex-direction, 
.discoveries-grid-item-body, 
.beer-review-header-container, 
.beer-rating-content, 
.latest-review-item-padding, 
.latest-review-item .masonry-body, 
.latest-review-item .masonry-beer-review-container, 
.social-grid-item-container, 
.modal-body-content {
	-webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
	flex-direction: column;	
}

.discoveries-grid-beer-review-footer,
.beer-review-header-container, 
.masonry-beer-review-footer, 
.social-grid-item-container-outer {
	-webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.discoveries-grid-beer-review-footer {
	padding: 10px;
}

.discoveries-grid-beer-review {
	margin-bottom: 0px !important;
}

.latest-reviews-grid, 
.discoveries-grid, 
#lightgallery, 
.info-feed-panel-news-info {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal-beer-info-style-data p, 
.modal-beer-info-abv-circle p, 
.modal-beer-info-rating-circle p, 
.modal-beer-info-blg-circle p, 
.masonry-beer-info-style-data p, 
.masonry-beer-info-abv-circle p, 
.masonry-beer-info-rating-circle p, 
.masonry-beer-info-blg-circle p {
	color: #f2f2f2;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.2;
	text-align: justify;
	word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
	margin-bottom: 0px;
}

.modal-beer-info-abv-circle p, 
.modal-beer-info-rating-circle p, 
.modal-beer-info-blg-circle p {
	font-size: 12px;
}

.modal-body-text-content h4, 
.modal-body-text-content p, 
.modal-body-text-content h4, 
.modal-body-text-content p, 
#ageModal .modal-footer > p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.modal-body-text-content h4, .modal-body-text-content p {
	color: #f2f2f2;	
	line-height: 1.5;
	text-align: justify;
	word-wrap: break-word;
}

.review-parts-title-separator {
	background-color: rgba(255,255,255,0.2);
	margin-top: 0px;
	margin-bottom: 8px;
}

.modal-body-text-content {
	margin-top: 26px;
}

.modal-body-text-content p {
	font-weight: 300;
}

.modal-body-text-content h4, 
.beer-gallery .gallery-title, 
.disquis-container .comments-title, 
.beer-flavor-chart .flavor-chart-title {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 0px;
	color: #ddcc80;
}

.beer-gallery .gallery-title, 
.disquis-container .comments-title, 
.beer-flavor-chart .flavor-chart-title {
	font-size: 20px;
	margin-bottom: 8px;
}

.beer-gallery .gallery-title i, 
.disquis-container .comments-title i, 
.beer-flavor-chart .flavor-chart-title i {
	padding-right: 8px;
}

.modal-beer-info-abv-circle, 
.modal-beer-info-rating-circle, 
.modal-beer-info-blg-circle {
	padding: 16px;
	border-radius: 50%;
	background-color: transparent;
	height: 65px;
	width: 65px;
}

.modal-beer-info-style-icon {
	height: 40px;
	width: 40px;
}

.masonry-beer-info-style-data p {
	font-size: 12px;	
}

.masonry-beer-info-style-data p, 
.modal-beer-info-style-label {
	text-align: left;
}

.masonry-beer-info-style-data p, 
.modal-beer-info-style-label {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	-o-hyphens: manual;
	hyphens: manual;	
}

.masonry-beer-info-abv-circle p, 
.masonry-beer-info-rating-circle p, 
.masonry-beer-info-blg-circle p {
	font-size: 10px;
}

.masonry-beer-info-style-label, 
.modal-beer-info-style-label {
	font-weight: 300 !important;
	text-transform: none !important;
}

.masonry-beer-info-style-icon {
	height: 30px;
	width: 30px;
}

.masonry-beer-info-abv-circle, 
.masonry-beer-info-rating-circle, 
.masonry-beer-info-blg-circle {
	padding: 12px;
	background-color: transparent;
	height: 50px;
	width: 50px;
}

.modal-beer-info-rating-circle, 
.masonry-beer-info-rating-circle {
	background-color: transparent;
}

.modal-beer-info-blg-circle, 
.masonry-beer-info-blg-circle {
	background-color: transparent;
}

.masonry-beer-info-rating-star {
	font-size: 10px;
	color: #f2f2f2;
	line-height: 1.2;
	margin-bottom: 1px;
}

.modal-beer-info-circle-container > div {
	padding-right: 4px;
	padding-left: 4px;
}

.modal-beer-info-rating-star {
	font-size: 12px;
	color: #f2f2f2;
	line-height: 1.2;
	margin-bottom: 2px;
}

.masonry-beer-info-abv-label, 
.masonry-beer-info-blg-label {
	font-weight: 400 !important;
	text-transform: none !important;
	font-size: 14px !important;
	text-align: center !important;
}

.masonry-beer-info-rating-label {
	font-weight: 400 !important;
	text-transform: none !important;
	font-size: 11px !important;
	text-align: center !important;
}

.sortable-header, 
.masonry-body-beer-info,
.latest-reviews-grid, 
.modal-body-beer-info, 
.discoveries-grid, 
.latest-review-item .masonry-beer-review-container {
	-webkit-box-pack: space-between;
    -moz-box-pack: space-between-between;
    -ms-flex-pack: space-between;
	justify-content: space-between;	
}

.modal-body-beer-info {
	padding: 10px;
	background-color: rgba(0,0,0,.1);
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, 0.2);
}

.beer-review-header-container .modal-body-beer-info {
	border: none;
}

.statistics-section-header {
	font-size: 16px;
	font-weight: 300 !important;
}

.beer-statistics-section-separator {
	margin-top: 0px;
	background-color: rgba(255,255,255,0.3);
	margin-bottom: 12px;
}

.masonry-beer-info-style-data {
	padding-right: 8px;
	padding-left: 6px;
}

.masonry-beer-info-abv, .masonry-beer-info-blg {
	padding-right: 4px;
}

.review-beer-info-date {
    float: left;
    position: absolute;
	left: 13px;
    top: 53px;
	z-index: 3;
	background: rgba(207, 67, 110, 0.6);
	background: -webkit-linear-gradient(top left, rgba(207, 67, 110, 0.6), rgba(93, 75, 222, 0.6));
	background: -moz-linear-gradient(top left, rgba(207, 67, 110, 0.6), rgba(93, 75, 222, 0.6));
	background: linear-gradient(to bottom right, rgba(207, 67, 110, 0.6), rgba(93, 75, 222, 0.6));
	padding: 3px 8px;
	text-align: center;
	background-color: rgba(255,0,0,0.75);
}

.masonry-beer-info-date {
    float: left;
    position: absolute;
	left: 13px;
    top: 13px;
	z-index: 10;
	background: rgba(207, 67, 110, 0.6);
	background: -webkit-linear-gradient(top left, rgba(207, 67, 110, 0.6), rgba(93, 75, 222, 0.6));
	background: -moz-linear-gradient(top left, rgba(207, 67, 110, 0.6), rgba(93, 75, 222, 0.6));
	background: linear-gradient(to bottom right, rgba(207, 67, 110, 0.6), rgba(93, 75, 222, 0.6));
	padding: 3px 8px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.masonry-beer-info-date svg, 
.review-beer-info-date svg {
	float: left;
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
}

.masonry-beer-info-date-day, .masonry-beer-info-date-month, .masonry-beer-info-date-year {
	color: #f2f2f2;
	line-height: 1;
	margin-bottom: 2px;
	font-weight: 300;
}

.masonry-beer-info-date-month {
	text-transform: uppercase;
	font-size: 15px;
}

.masonry-beer-info-date-day {
	font-size: 24px;
	font-weight: 500;
}

.masonry-beer-info-date-year {
	font-weight: 400;
	font-size: 12px;
}

.beer-masonry-img-top-background {
	background-color: rgba(0,0,0,0.3);
}

.masonry-img-top, 
.discoveries-grid-img-top {
	margin-left: auto;
	margin-right: auto;
	display: block;
	opacity: 0.9;
	cursor: pointer;
	-webkit-transition: opacity 250ms ease-in-out;
	-moz-transition: opacity 250ms ease-in-out;
	-ms-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}

.discoveries-grid-item-body {
	background: transparent;
	width: 100%;
}

.discoveries-grid-item {
	position: relative;
	background: rgba(60, 60, 60, 0.6);
	background: -webkit-radial-gradient(bottom left, rgba(60, 60, 60, 0.6), rgba(45, 45, 45, 0.6));
	background: -moz-radial-gradient(bottom left, rgba(60, 60, 60, 0.6), rgba(45, 45, 45, 0.6));
	background: radial-gradient(to top right, rgba(60, 60, 60, 0.6), rgba(45, 45, 45, 0.6));
	z-index: 1;
}

.discoveries-grid-body-beer-info-background, 
.latest-review-body-beer-info-background {
	position: relative;
	background: linear-gradient(128deg, rgba(22, 107, 179, 0.65), rgba(117, 196, 135, 0.65));
	z-index: 1;
}

.discoveries-grid-body-beer-info-background::before, 
.latest-review-body-beer-info-background::before  {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 250ms ease-in-out;
	-moz-transition: opacity 250ms ease-in-out;
	-ms-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
	opacity: 0;
}

.discoveries-grid-body-beer-info-background::before  {
	background: linear-gradient(128deg,rgba(175,215,247,.35),rgba(157,86,174,.38));
}

.latest-review-body-beer-info-background::before {
	background: linear-gradient(128deg,rgba(111,138,159,.35),rgba(251,58,58,.35));
}

.masonry-beer-review-container {
	padding: 10px 10px 0px 10px;
}

.masonry-beer-review {
	margin-bottom: 16px;
}

.masonry-beer-review p, 
.masonry-beer-review h4 {
	color: #f2f2f2;
	line-height: 1.4;
	text-align: justify;
	word-wrap: break-word;
	font-size: 12px;
	margin-bottom: 0px;
	letter-spacing: -0.01em;
}

.masonry-beer-review p {
	font-weight: 300;
}

.masonry-beer-review h4 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0em;
}

.masonry-beer-review h4:not(:first-child) {
	margin-top: 10px;
}

.statistics-custom-styled-button {
	font-size: 12px;
	font-weight: 300;
	border-radius: 20px;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.2);
	background-color: rgba(255,255,255,0.07);
	text-align: center;
	color: rgba(255,255,255,0.8);
	padding: 4px 0px;
	text-transform: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.statistics-custom-styled-button:hover {
	border-color: rgba(89, 95, 102, 0.6);
	background-color: rgba(89, 95, 102, 0.3);
	color: rgba(255,255,255,0.45);
}

.statistics-custom-styled-button:disabled {
	border-color: rgba(89, 95, 102, 0.3);
	background-color: rgba(89, 95, 102, 0.1);
	color: rgba(255,255,255,0.2);
}

.statistics-custom-styled-button i {
	padding-left: 5px;
}

.masonry-body-beer-info-background  {
	background: linear-gradient(128deg, #166bb3, #75c487);
}

.discoveries-grid-item .masonry-body-beer-info-background {
	background: linear-gradient(128deg,rgba(175,215,247,.25),rgba(157,86,174,.28));
}

.modal-body-beer-info-background {
	background: linear-gradient(128deg,rgba(113,134,151,.73),rgba(157,86,174,.8));
}

.masonry-body-beer-info {
	background-color: transparent;
	padding: 4px;
}

.masonry-body-beer-header {
	padding: 8px 10px;
	background-color: transparent;
}

.masonry-body-beer-header h3 {
	font-weight: 300;
	font-size: 14px;
	text-transform: none;
	margin-bottom: 1px;
}

.masonry-body-beer-header-name {
	text-transform: uppercase !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	margin-bottom: 0px !important;
}

.latest-review-item .beer-masonry-img-top-background {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.latest-review-item .beer-masonry-img-top-background img, 
.discoveries-grid-img-top.thumbnail-size {
	object-fit: cover;
	width: 100%;
}

.latest-review-item .masonry-body .masonry-beer-review-container {
	padding: 10px;
}

.discoveries-grid-item:hover .discoveries-grid-body-beer-info-background::before, 
.latest-review-item:hover .latest-review-body-beer-info-background::before {
	opacity: 1;
}

.discoveries-grid-item:hover .discoveries-grid-img-top, 
.discoveries-grid-item:hover .masonry-beer-info-date, 
.latest-review-item:hover .masonry-img-top, 
.latest-review-item:hover .masonry-beer-info-date {
	opacity: 1;
}

.discoveries-grid-item:hover .masonry-beer-info-date, 
.latest-review-item:hover .masonry-beer-info-date {
	background-color: rgba(255,0,0,0.75);
}

.discoveries-grid-item, 
.latest-review-item {
	margin-bottom: 12px;
}

.latest-review-item {
	width: 100%;
	position: relative;
}

.latest-review-item .masonry-body {
	background: linear-gradient(215deg,rgba(111,109,109,.32),rgba(68,65,65,.36));
	padding: 0;
}

.latest-review-item-padding {
	background: rgba(255, 255, 255, 0.05);
	-webkit-transition: background-color 250ms ease-in-out;
	-moz-transition: background-color 250ms ease-in-out;
	-ms-transition: background-color 250ms ease-in-out;
	-o-transition: background-color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out;
}

.discoveries-grid-item::before, 
.latest-review-item .masonry-body::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 250ms ease-in-out;
	-moz-transition: opacity 250ms ease-in-out;
	-ms-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
	opacity: 0;
}

.latest-review-item .masonry-body::before {
	background: linear-gradient(215deg,rgba(111,109,109,.35),rgba(68,65,65,.55));
}

.discoveries-grid-item::before {
	background: rgba(60, 60, 60, 0.9);
	background: -webkit-radial-gradient(bottom left, rgba(60, 60, 60, 0.9), rgba(45, 45, 45, 0.9));
	background: -moz-radial-gradient(bottom left, rgba(60, 60, 60, 0.9), rgba(45, 45, 45, 0.9));
	background: radial-gradient(to top right, rgba(60, 60, 60, 0.9), rgba(45, 45, 45, 0.9));
}

.discoveries-grid-item:hover::before, 
.latest-review-item:hover .masonry-body::before {
	opacity: 1;
}

.latest-review-body-gradient {
    height: 2px;
    background-color: #dd4545;
    background-image: linear-gradient(to right,#dd4545,#b05b5b,#d94242,#b55353,#e84949,#b34e4e,#d75e5e);
}

#lastDrinkedBeer, 
.beer-statistics-separator.review, 
.beer-gallery, 
#infoFeedPanel, 
.beer-flavor-chart {
	margin-bottom: 26px;
}

#beerReviewSection, 
#lastMonthDiscoveries {
	margin-bottom: 40px;
}

.discoveries-grid-item:hover .masonry-beer-info-top-ten-header, 
.discoveries-grid-item:hover .masonry-beer-info-top-ten-image {
	background-color: #c1b064;
}

.discoveries-grid-item:hover .masonry-beer-info-top-ten-header::before, 
.discoveries-grid-item:hover .masonry-beer-info-top-ten-image {
	border-top-color: #7d6a4c;
	border-left-color: #7d6a4c;
}

.beer-review-header-container {
	padding-top: 40%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 75%;
}

.beer-review-header-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
	height: 100%;
	width: 100%;
}

.modal-body-header-beer-info {
	padding: 0px 18px;
}

.modal-body-header-brewery {
	font-size: 26px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	color: #000;
	mix-blend-mode: lighten;
	padding: 5px 10px;
	display: inline-block;
}

.modal-body-header-beer-name {
	font-weight: 400;
	text-shadow: rgba(0, 0, 0, 0.8) 2px 2px 4px;
	text-transform: none;
	min-height: 115px;
}

.modal-beer-info-abv-label, 
.modal-beer-info-blg-label {
	font-weight: 400 !important;
	text-transform: none !important;
	font-size: 18px !important;
	text-align: center !important;
}

.modal-beer-info-rating-label {
	font-weight: 400 !important;
	text-transform: none !important;
	font-size: 14px !important;
	text-align: center !important;
}

.rating-stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 48px;
  line-height: 1;
}
.rating-stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, rgba(255, 218, 52, 0.95) var(--percent), rgba(255, 255, 255, 0.25) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.beer-rating-container .beer-rating-header {
	text-align: center;
	font-size: 26px;
	margin-bottom: 4px;
	color: #f2f2f2;
}

.beer-rating-container .beer-rating-data-info {
	text-align: center;
	font-size: 22px;
	margin-top: 2px;
	color: #ddcc80;
}

#lightgallery {
	list-style-type: none;
}

#lightgallery > li > a > img {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#lightgallery > li > a {
	background-color: transparent;
    text-align: center;
    color: #FFF;
	border: 2px solid;
	border-color: rgba(255,255,255,0.2);
	-webkit-transition: border-color 300ms linear;
	-moz-transition: border-color 300ms linear;
	-ms-transition: border-color 300ms linear;
	-o-transition: border-color 300ms linear;
	transition: border-color 300ms linear;
}

#lightgallery > li > a:hover {
	border-color: rgba(255,255,255,0.5);
}

#lightgallery > li {
	max-width: 33.333333333333%;
	min-width: 33.333333333333%;
	padding: 3px;
}

.slider-focus-dark-layer img {
	vertical-align: middle;
}

#lightgallery > li a .slider-focus-dark-layer > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

#lightgallery > li a:hover .slider-focus-dark-layer > img {
    opacity: 1;
}

#lightgallery > li a .slider-focus-dark-layer {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

#lightgallery > li a:hover .slider-focus-dark-layer {
    background-color: rgba(0, 0, 0, 0.6);
}

#lightgallery > li a {
    display: block;
    overflow: hidden;
    position: relative;
	height: 0;
	width: 100%;
	padding-bottom: calc(100% - (2px * 2)); /* 2px equals border width around image */
}

#lightgallery > li a:hover > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.lg-outer .lg-thumb-item {
	border-radius: 0px !important;
	border: 1px solid #58636d !important;
}

.lg-outer .lg-thumb-item.active, 
.lg-outer .lg-thumb-item:hover {
	border-color: #b2bac1 !important;
}

.lg-outer .lg-thumb {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.lg-actions {
	height: 90%;
}

.lg-counter {
	font-weight: 500;
}

.lg-outer .lg-thumb-outer {
	background-color: rgba(0,0,0,.45) !important;
}

.lg-sub-html h4 {
	font-size: 16px !important;
	text-transform: none;
	font-weight: 300 !important;
	color: #f2f2f2 !important;
}

.beer-rating-content {
	margin: 50px 0px 40px 0px;
}

.masonry-body-gradient {
	height: 2px;
	background-color: #9564ae;
	background-image: linear-gradient(to right, #a267c0, #bf53f6, #a116e8, #9564ae, #a116e8, #bf53f6, #a267c0);
}

.info-feed-panel-news-info {
	margin-bottom: 8px;
}

.info-feed-panel-news-info p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #e3e3e3;
}

.info-feed-panel-news-info p:not(:last-child) {
	margin-right: 10px;
}

.info-feed-panel-news-info p:not(:last-child):after {
	content: '|';
	margin-left: 10px;
	color: rgba(255,255,255,0.3);
}

.info-feed-panel-news-info p i {
	padding-right: 5px;
}

.info-feed-panel-title {
	font-weight: 300;
	margin-bottom: 8px;
	color: #ddcc80;
	font-size: 18px;
	padding-right: 30px;
}

.info-feed-panel-title span.orange {
	opacity: 0.9;
}

.info-feed-panel-news-content p {
	line-height: 1.3;
	text-align: justify;
	margin-bottom: 0px;
	color: #dfdfdf;
	font-size: 13px;
	-webkit-transition: color 250ms ease-in-out;
	-moz-transition: color 250ms ease-in-out;
	-ms-transition: color 250ms ease-in-out;
	-o-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}

.info-feed-panel-news-content p:not(:last-child) {
	margin-bottom: 8px;
}

.info-feed-panel-news {
	border: 1px solid rgba(255,255,255,0.2);
	background: linear-gradient(to top right, rgba(242, 242, 242, 0.075), rgba(242, 242, 242, 0.0375));
	padding: 15px 20px;
	/*border-radius: 10px;*/
	-webkit-transition: border-color 250ms ease-in-out;
	-moz-transition: border-color 250ms ease-in-out;
	-ms-transition: border-color 250ms ease-in-out;
	-o-transition: border-color 250ms ease-in-out;
	transition: border-color 250ms ease-in-out;
	z-index: 1;
	/*border-bottom-left-radius: 25px;*/
}

.info-feed-panel-news:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: opacity 250ms ease-in-out;
	-moz-transition: opacity 250ms ease-in-out;
	-ms-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
	opacity: 0;
	background: linear-gradient(to top right, rgba(242, 242, 242, 0.15), rgba(242, 242, 242, 0.075));
	/*border-bottom-left-radius: 25px;*/
}

.info-feed-panel-news:hover {
	border: 1px solid rgba(255,255,255,0.3);
}

.info-feed-panel-news:hover:before {
	opacity: 1;
}

.info-feed-panel-news:hover .info-feed-panel-news-content p {
	color: #f2f2f2;
}

.info-feed-panel-news:hover .info-feed-panel-news-pin-image {
	opacity: 0.8;
}

.info-feed-panel-news:not(:last-child) {
	margin-bottom: 12px;
}

.info-feed-panel-news-info-author span {
	font-weight: 400;
}

.info-feed-panel-news-pin-image {
	position: absolute;
	top: 15px;
	right: 20px;
	max-height: 25px;
	max-width: 25px;
	opacity: 0.5;
	-webkit-transition: opacity 250ms ease-in-out;
	-moz-transition: opacity 250ms ease-in-out;
	-ms-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}

.beer-review-tooltip-container {
	color: #8d97d0;
	cursor: default;
}

.beer-review-tooltip-container i {
	margin-right: 5px;
}

.beer-review-tooltip-title,
.beer-review-tooltip-desc {
	color: #515151;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 0px;
	text-align: left;
	line-height: 1.15;
}

.beer-review-tooltip-desc {
	font-size: 12px;
	font-weight: 300;
}

.beer-review-tooltip-separator {
	margin: 5px 0px;
	background-color: rgba(0,0,0,0.15);
}

.tooltip-inner {
	background-color: rgb(255,255,255);
	border-radius: 0px;
	padding: 8px;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top-color: rgb(255,255,255);
}

.beer-masonry-img-top-background .lazyload, 
#lightgallery .lazyload, 
.beer-review-header-container.lazyload {
	opacity: 0 !important;
}

.beer-masonry-img-top-background .lazyloading, 
#lightgallery .lazyloading, 
.beer-review-header-container.lazyloading {
	opacity: 0.15 !important;
	-webkit-transition: opacity 10ms;
	-moz-transition: opacity 10ms;
	-ms-transition: opacity 10ms;
	-o-transition: opacity 10ms;
	transition: opacity 10ms;
	background: url('../images/lazyloader.gif') no-repeat center;
}

.tooltip {
	z-index: 13;
}

/* ----- NEW THEME ----- */

.latest-review-item {
    -webkit-transition: box-shadow 250ms ease-in-out;
    -moz-transition: box-shadow 250ms ease-in-out;
    -ms-transition: box-shadow 250ms ease-in-out;
    -o-transition: box-shadow 250ms ease-in-out;
    transition: box-shadow 250ms ease-in-out;
}

.latest-review-item .masonry-body-beer-header, 
.latest-review-item .masonry-beer-review-container {
	border: 1px solid rgba(255,255,255,.07);
	-webkit-transition: border-color 250ms ease-in-out;
	-moz-transition: border-color 250ms ease-in-out;
	-ms-transition: border-color 250ms ease-in-out;
	-o-transition: border-color 250ms ease-in-out;
	transition: border-color 250ms ease-in-out;
}

.latest-review-item .masonry-body-beer-header, 
.latest-review-item .masonry-beer-review-container {
	border-top: none;
}

.latest-review-item .masonry-body-beer-header {
	border-bottom: none;
}

.latest-review-body-beer-info-background {
    background: linear-gradient(128deg,rgba(111,138,159,.25),rgba(251,58,58,.25));
}

.beer-review-header-container .modal-beer-info-circle-container > div:not(:last-child), 
.discoveries-grid-item .masonry-beer-info-circle-container > div:not(:last-child), 
.grid-item .masonry-beer-info-circle-container > div:not(:last-child), 
.latest-review-item .masonry-beer-info-circle-container > div:not(:last-child), 
.modal-beer-info-circle-container > div:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,.15);
}

.discoveries-grid-item .masonry-beer-info-circle-container > div, 
.grid-item .masonry-beer-info-circle-container > div, 
.latest-review-item .masonry-beer-info-circle-container > div {
    padding-right: 2px;
    padding-left: 2px;
}

.beer-review-header-container .modal-beer-info-abv-circle > p:first-child, 
.discoveries-grid-item .masonry-beer-info-abv-circle > p:first-child, 
.grid-item .masonry-beer-info-abv-circle > p:first-child, 
.latest-review-item .masonry-beer-info-abv-circle > p:first-child, 
.modal-beer-info-abv-circle > p:first-child {
    color: #80b7ca;
}

.beer-review-header-container .modal-beer-info-blg-circle > p:first-child, 
.discoveries-grid-item .masonry-beer-info-blg-circle > p:first-child, 
.grid-item .masonry-beer-info-blg-circle > p:first-child, 
.latest-review-item .masonry-beer-info-blg-circle > p:first-child, 
.modal-beer-info-blg-circle > p:first-child {
    color: #b4dd79;
}

.beer-review-header-container .modal-beer-info-rating-star, 
.discoveries-grid-item .masonry-beer-info-rating-star, 
.grid-item .masonry-beer-info-rating-star, 
.latest-review-item .masonry-beer-info-rating-star, 
.modal-beer-info-rating-star {
    color: #ddcc80 !important;
}

.discoveries-grid-item .masonry-beer-review-footer a, 
.discoveries-grid-item .masonry-beer-review-footer p, 
.grid-item .masonry-beer-review-footer a, 
.grid-item .masonry-beer-review-footer p, 
.latest-review-item .masonry-beer-review-footer a, 
.latest-review-item .masonry-beer-review-footer p {
    border-radius: 12px;
    -webkit-transition: transform 150ms ease-in-out,box-shadow 150ms ease-in-out,border-color 250ms ease-in-out,background-color 250ms ease-in-out;
    -moz-transition: transform 150ms ease-in-out,box-shadow 150ms ease-in-out,border-color 250ms ease-in-out,background-color 250ms ease-in-out;
    -ms-transition: transform 150ms ease-in-out,box-shadow 150ms ease-in-out,border-color 250ms ease-in-out,background-color 250ms ease-in-out;
    -o-transition: transform 150ms ease-in-out,box-shadow 150ms ease-in-out,border-color 250ms ease-in-out,background-color 250ms ease-in-out;
    transition: transform 150ms ease-in-out,box-shadow 150ms ease-in-out,border-color 250ms ease-in-out,background-color 250ms ease-in-out;
}

.discoveries-grid-item .masonry-beer-review-footer a:hover, 
.discoveries-grid-item .masonry-beer-review-footer p:hover, 
.grid-item .masonry-beer-review-footer a:hover, 
.grid-item .masonry-beer-review-footer p:hover, 
.latest-review-item .masonry-beer-review-footer a:hover, 
.latest-review-item .masonry-beer-review-footer p:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 2px 6px 0 rgba(255,255,255,.1);
}

.masonry-beer-review-footer a, 
.masonry-beer-review-footer p {
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 0;
	cursor: pointer;
	border: 1px solid rgba(89,95,102,.6);
	background-color: rgba(89,95,102,.2);
	color: rgba(255,255,255,.45);
	border-radius: 12px;
	padding: 6px 25px;
	-webkit-transition: border-color .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out;
	-moz-transition: border-color .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out;
	-ms-transition: border-color .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out;
	-o-transition: border-color .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out;
	transition: border-color .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out;
}

.masonry-beer-review-footer a:hover, 
.masonry-beer-review-footer p:hover {
	border-color: rgba(255,255,255,.2);
	background-color: rgba(255,255,255,.08);
	color: rgba(255,255,255,.65);
}

.masonry .masonry-beer-review-footer a:hover, 
.masonry .masonry-beer-review-footer p:hover {
	border-color: rgba(255,255,255,.4);
	color: rgba(255,255,255,.75);
	background-color: rgba(0,0,0,.06);
}

.latest-review-item:hover .masonry-beer-review-footer a, 
.latest-review-item:hover .masonry-beer-review-footer p {
	border-color: rgba(255,255,255,.2);
}

.masonry-beer-review-footer a i,.masonry-beer-review-footer p i {
	padding-left: 4px;
	font-size: 12px;
	cursor: pointer;
}

.latest-review-item:hover .masonry-beer-review-container, 
.latest-review-item:hover .masonry-body-beer-header {
	border-color: rgba(255,255,255,.12);
}

@keyframes bounceUpBeerData {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes bounceUpBeerData {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.discoveries-grid-item.beer-review-header:hover .modal-beer-info-abv-circle>p, 
.discoveries-grid-item.beer-review-header:hover .modal-beer-info-blg-circle>p, 
.discoveries-grid-item.beer-review-header:hover .modal-beer-info-rating-circle>i, 
.discoveries-grid-item.beer-review-header:hover .modal-beer-info-rating-circle>p, 
.discoveries-grid-item:hover .masonry-beer-info-abv-circle>p, 
.discoveries-grid-item:hover .masonry-beer-info-blg-circle>p, 
.discoveries-grid-item:hover .masonry-beer-info-rating-circle>i, 
.discoveries-grid-item:hover .masonry-beer-info-rating-circle>p, 
.grid-item:hover .masonry-beer-info-abv-circle>p, 
.grid-item:hover .masonry-beer-info-blg-circle>p, 
.grid-item:hover .masonry-beer-info-rating-circle>i, 
.grid-item:hover .masonry-beer-info-rating-circle>p, 
.latest-review-item:hover .masonry-beer-info-abv-circle>p, 
.latest-review-item:hover .masonry-beer-info-blg-circle>p, 
.latest-review-item:hover .masonry-beer-info-rating-circle>i, 
.latest-review-item:hover .masonry-beer-info-rating-circle>p {
	-webkit-animation: bounceUpBeerData .3s ease-in-out;
	-moz-animation: bounceUpBeerData .3s ease-in-out;
	animation: bounceUpBeerData .3s ease-in-out;
}

.discoveries-grid-item.beer-review-header:hover .modal-beer-info-blg-circle>p, 
.discoveries-grid-item:hover .masonry-beer-info-blg-circle>p, 
.grid-item:hover .masonry-beer-info-blg-circle>p, 
.latest-review-item:hover .masonry-beer-info-blg-circle>p {
	-webkit-animation-delay: 50ms;
	-moz-animation-delay: 50ms;
	animation-delay: 50ms;
}

.discoveries-grid-item.beer-review-header:hover .modal-beer-info-rating-circle>i, 
.discoveries-grid-item.beer-review-header:hover .modal-beer-info-rating-circle>p, 
.discoveries-grid-item:hover .masonry-beer-info-rating-circle>i, 
.discoveries-grid-item:hover .masonry-beer-info-rating-circle>p, 
.grid-item:hover .masonry-beer-info-rating-circle>i, 
.grid-item:hover .masonry-beer-info-rating-circle>p, 
.latest-review-item:hover .masonry-beer-info-rating-circle>i, 
.latest-review-item:hover .masonry-beer-info-rating-circle>p {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	animation-delay: .1s;
}

.latest-review-item {
	-webkit-transition: box-shadow 250ms ease-in-out;
	-moz-transition: box-shadow 250ms ease-in-out;
	-ms-transition: box-shadow 250ms ease-in-out;
	-o-transition: box-shadow 250ms ease-in-out;
	transition: box-shadow 250ms ease-in-out;
}

.latest-review-item:hover {
	box-shadow: 0px 10px 10px -10px rgba(255,255,255,.2);
}

/* ----- END ----- */

.social-grid-item-container-outer {	
	position: absolute;
	z-index: 10;	
	right: 8px;
	top: 13px;
}

#beerReviewSection .social-grid-item-container-outer {
	left: 13px;
	top: 53px;
}

.social-grid-item-container > a {
	border: 1px solid rgba(242,242,242,0.15);
	border-radius: 5px;
	background-color: rgba(71, 70, 70,0.6);
	padding: 8px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: transform 150ms ease-in-out, border-color 150ms ease-in-out, opacity 150ms ease-in-out, visibility 0s ease-in-out;
	-moz-transition: transform 150ms ease-in-out, border-color 150ms ease-in-out, opacity 150ms ease-in-out, visibility 0s ease-in-out;
	-ms-transition: transform 150ms ease-in-out, border-color 150ms ease-in-out, opacity 150ms ease-in-out, visibility 0s ease-in-out;
	-o-transition: transform 150ms ease-in-out, border-color 150ms ease-in-out, opacity 150ms ease-in-out, visibility 0s ease-in-out;
	transition: transform 150ms ease-in-out, border-color 150ms ease-in-out, opacity 150ms ease-in-out, visibility 0s ease-in-out;	
}

#beerReviewSection .social-grid-item-container > a {
	opacity: 1;
	visibility: visible;
}

.discoveries-grid-item:hover .social-grid-item-container > a,
.latest-review-item:hover .social-grid-item-container > a {
	opacity: 1;
	visibility: visible;
}

.social-grid-item-container > a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.social-grid-item-container > a > img {
	width: 26px;
	height: 26px;
	opacity: 0.7;
	-webkit-transition: transform 150ms ease-in-out, opacity 150ms ease-in-out;
	-moz-transition: transform 150ms ease-in-out, opacity 150ms ease-in-out;
	-ms-transition: transform 150ms ease-in-out, opacity 150ms ease-in-out;
	-o-transition: transform 150ms ease-in-out, opacity 150ms ease-in-out;
	transition: transform 150ms ease-in-out, opacity 150ms ease-in-out;	
}

.social-grid-item-container > a:hover > img {
	opacity: 0.9;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

.social-grid-item-container > a.twitter-icon:hover {
	border-color: #2ca7e0;
}

.social-grid-item-container > a.facebook-icon:hover {
	border-color: #4267b2;
}

.social-grid-item-container > a.untappd-icon:hover {
	border-color: #c57029;
}

.social-grid-item-container > a:not(:last-child) {
	margin-bottom: 6px;
}

/* ==================== CUSTOM SOCIAL BUTTON SIZES ================= */

.discoveries-grid-item .social-grid-item-container > a {
	border-radius: 3px;
	padding: 6px;
}

.discoveries-grid-item .social-grid-item-container > a > img {
	width: 20px;
	height: 20px;
}

.latest-review-item .social-grid-item-container > a {
	border-radius: 4px;
	padding: 8px;
}
	
.latest-review-item .social-grid-item-container > a > img {
	width: 22px;
	height: 22px;
}

.discoveries-grid-item .social-grid-item-container > a:not(:last-child) {
	margin-bottom: 4px;
}

#beerReviewSection .social-grid-item-container > a > img {
	width: 32px;
	height: 32px;
}

.modal-backdrop {
   z-index: 590 !important;
   opacity: 0.75 !important;
}

.modal.fade {
    z-index: 600 !important;
}

div.modal {
    padding-right: 0px !important;
}

#ageModal .modal-content {
	background: rgba(34,35,48,0.93);
	background-image: radial-gradient(farthest-side at top right,rgba(136,37,78,0.11),transparent 70%),radial-gradient(farthest-corner at top left,rgba(50,255,193,0.103),transparent 30%),radial-gradient(farthest-corner at bottom right,rgba(109,38,44,0.04),transparent 30%),radial-gradient(farthest-corner at bottom left,rgba(50,255,193,0.04),transparent 45%);
	background-color: rgba(34,35,48,0.93);
	background-repeat: repeat,no-repeat;
}

#ageModal .modal-content {
    border-radius: 0px;
    border-color: rgba(255,255,255,.25);
}

#ageModal .modal-top-gradient {
    background-color: #c07656;
    background-image: linear-gradient(to right,#c07656,#aa4c24,#c07656,#aa4c24,#c07656,#aa4c24,#c07656);
	height: 2px;
}

#ageModal .modal-footer, 
#ageModal .modal-header {
    background-image: url(../images/planeta-piwa-tlo.png);
}

#ageModal .modal-header {
    padding: 1rem 1rem 1rem 1rem;
    background-position: center top;
	border: none;
}

#ageModal .modal-footer, 
#ageModal .modal-header, 
#ageModal .modal-header-secondary {
    background-color: transparent;
}

#ageModal .modal-header h4 {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    color: #ce7854;
}

#ageModal .modal-body {
    border-top: 1px solid;
	border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.2);
    padding: 1.5rem 1rem;
    background-image: url(../images/proces-warzenia-piwa.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#ageModal .modal-body-content {
    min-height: 200px;
}

#ageModal .modal-body-text-content > p.age-info {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 8px;
    text-align: center;
}

#ageModal .modal-body-text-content h4, 
#ageModal .modal-body-text-content p {
    color: #f2f2f2;
    word-wrap: break-word;	
}

#ageModal .modal-body-text-content > p.age-question {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.1;
    color: #df8e6c;
}

#ageModal .modal-body-buttons {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
}

#ageModal .modal-body a, 
#ageModal .modal-body button {
    border-color: rgba(255,255,255,0.2);
    font-size: 14px;
    font-weight: 300;
    border-radius: 20px;
    background-color: rgba(51,52,57,0.55);
    outline: 0px;
    color: #f2f2f2;
    padding: 8px 40px;
}

#ageModal .modal-body a, 
#ageModal .modal-body a:active, 
#ageModal .modal-body a:hover, 
#ageModal .modal-body a:link, 
#ageModal .modal-body a:visited {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

#ageModal .modal-body a:hover, 
#ageModal .modal-body button:hover {
    background-color: rgba(51,52,57,0.85);
    color: #fff;
}

#ageModal .modal-footer {
    background-position: center bottom;
	border: 0px;
}

#ageModal .modal-footer > p {
    font-size: 12px;
    margin: 0px;
    text-align: justify;
    color: #dfdfdf;
	line-height: 1.1;
	font-weight: 300;
}

#ageModal .modal-body-text-content {
	margin-top: 0px;
}

#beerFlavorSpiderwebChartData {
	display: none;
}

.spiderweb-chart-tooltip-data-container i {
	padding-right: 5px;
	font-size: 12px;
}

.spiderweb-chart-tooltip-data-value {
	font-weight: 400;
	color: #515151;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.2;
}

#beerFlavorSpiderwebChartContainer {
	padding-top: 10px;
}

.spiderweb-chart-tooltip-data-container .spiderweb-chart-tooltip-data-value strong {
	font-weight: 500;
}

.modal-body-text-content p > a, 
.info-feed-panel-news-content a {
	color: #e88c66;
	text-decoration: underline;
}

.modal-body-text-content p > a:hover, 
.info-feed-panel-news-content a:hover {
	color: #ca7450;
}

/* ============ RESPONSIVE ============ */

@media only screen and (min-width: 1200px) {
	
	.discoveries-grid-img-top.thumbnail-size {
		min-width: 220px;
		max-width: 220px;
		max-height: 220px;
		height: 220px;
	}
	
	.latest-review-item .beer-masonry-img-top-background img {
		height: 250px;
	}
}

@media only screen and (max-width: 1199px) {
	
	.discoveries-beer-header-brewery {
		font-size: 14px !important;
	}

	.discoveries-beer-header-name {
		font-size: 16px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.discoveries-grid-img-top.thumbnail-size {
		min-width: 237px;
		max-width: 237px;
		max-height: 237px;
		height: 237px;
	}
	
	.latest-review-item .beer-masonry-img-top-background img {
		height: 225px;
	}
	
	.latest-review-item .masonry-body-beer-info {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		flex-direction: column;
		padding: 5px 4px 4px 4px;
	}
	
	.latest-review-item .masonry-beer-info-circle-container, 
	.latest-review-item .masonry-beer-info-style {
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.latest-review-item .masonry-beer-info-style {
		margin-bottom: 8px;
	}
	
	.discoveries-grid-item .social-grid-item-container > a > img {
		width: 22px;
		height: 22px;
	}
	
	#beerReviewSection .social-grid-item-container > a > img {
		width: 28px;
		height: 28px;
	}
}

@media only screen and (max-width: 991px) {
	
	.latest-review-item {
		width: 49%;
	}
	
	#lightgallery > li {
		max-width: 33.333333333333%;
		min-width: 33.333333333333%;
	}
	
	.latest-reviews-grid .latest-review-item:nth-last-child(-n+2)	{
		display: none;
	}
	
	.latest-review-item .beer-masonry-img-top-background {
	    position: relative;
		height: 0;
		display: block;
		width: 100%;
		padding-bottom: 177.64%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.discoveries-grid-img-top.thumbnail-size {
		min-width: 272px;
		max-width: 272px;
		max-height: 272px;
		height: 272px;
	}
	
	#beerReviewSection .social-grid-item-container > a > img, 
	.latest-review-item .social-grid-item-container > a > img, 
	.discoveries-grid-item .social-grid-item-container > a > img {
		width: 24px;
		height: 24px;
	}
	
	.discoveries-grid-item .social-grid-item-container > a > img {
		width: 26px;
		height: 26px;
	}
	
	#beerReviewSection .social-grid-item-container > a > img {
		width: 32px;
		height: 32px;
	}
}

@media only screen and (max-width: 767px) {
	
	.discoveries-grid-item {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		flex-direction: column;
	}
	
	/*.discoveries-grid-item {
		border: 1px solid rgba(255,255,255,0.1);
	}*/
	
	.rating-stars {
		font-size: 40px;
	}

	.beer-rating-container {
		top: 27%;
	}

	.beer-rating-container .beer-rating-header {
		font-size: 26px;
	}

	.beer-rating-container .beer-rating-data-info {
		font-size: 20px;
	}
	
	#lightgallery > li {
		max-width: 50%;
		min-width: 50%;
	}
	
	.discoveries-grid-item .beer-masonry-img-top-background {
	    position: relative;
		height: 0;
		display: block;
		width: 100%;
		padding-bottom: 177.64%;
	}
	
	.discoveries-grid-item .masonry-beer-review-footer a, 
	.discoveries-grid-item .masonry-beer-review-footer p, 
	.latest-review-item .masonry-beer-review-footer a, 
	.latest-review-item .masonry-beer-review-footer p {
		width: 100%;
	}
	
	.latest-review-item .masonry-body .masonry-beer-review-footer {
		padding: 0px 0px 6px 0px;
	}
	
	.discoveries-grid .masonry-body .masonry-beer-review-footer {
		padding: 16px 10px;
	}
	
	.discoveries-grid-item .discoveries-grid-beer-review-footer, 
	.discoveries-grid-item .masonry-beer-review-container, 
	.discoveries-grid-item .masonry-body-beer-header {
		border: 1px solid rgba(255,255,255,0.07);
		-webkit-transition: border-color 250ms ease-in-out;
		-moz-transition: border-color 250ms ease-in-out;
		-ms-transition: border-color 250ms ease-in-out;
		-o-transition: border-color 250ms ease-in-out;
		transition: border-color 250ms ease-in-out;
	}
	
	.discoveries-grid-item .discoveries-grid-beer-review-footer, 
	.discoveries-grid-item .masonry-beer-review-container, 
	.discoveries-grid-item .masonry-body-beer-header {
		border-top: none;
	}
	
	.discoveries-grid-item .masonry-beer-review-container, 
	.discoveries-grid-item .masonry-body-beer-header {
		border-bottom: none;
	}
	
	.discoveries-grid .discoveries-grid-item:nth-last-child(-n+1) {
		display: none;
	}
	
	#lastMonthDiscoveries {
		margin-bottom: 20px;
	}
	
	.discoveries-grid-item .social-grid-item-container > a:not(:last-child) {
		margin-bottom: 6px;
	}
	
	.discoveries-grid-item .social-grid-item-container > a {
		border-radius: 4px;
		padding: 8px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	
	.masonry-body-beer-info {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		flex-direction: column;
		padding: 5px 4px 4px 4px;
	}
	
	.masonry-beer-info-circle-container, .masonry-beer-info-style {
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.masonry-beer-info-style {
		margin-bottom: 8px;
	}
	
	.discoveries-grid-item {
		width: 49%;
	}
	
	.discoveries-grid-item .social-grid-item-container > a > img {
		width: 22px;
		height: 22px;
	}
	
	#beerReviewSection .social-grid-item-container > a > img {
		width: 28px;
		height: 28px;
	}
}

@media only screen and (max-width: 575px) {
	
	.latest-review-item {
		width: 100%;
	}
	
	.discoveries-grid-img-top {
		object-fit: cover;
		width: 100%;
	}
	
	.modal-body-header-brewery {
		font-size: 20px;
	}
	
	.modal-body-header-beer-name {
		font-size: 32px;
		min-height: 77px;
	}
	
	.modal-beer-info-abv-circle, 
	.modal-beer-info-rating-circle, 
	.modal-beer-info-blg-circle {
		height: 50px;
		width: 50px;
	}

	.modal-beer-info-style-icon {
		height: 30px;
		width: 30px;
	}
	
	.modal-beer-info-style-data > p {
		font-size: 12px;
	}
	
	.modal-beer-info-abv-circle p, .modal-beer-info-rating-circle p, .modal-beer-info-blg-circle p {
		font-size: 10px;
	}
	
	.modal-beer-info-rating-star {
		font-size: 10px;
	}
	
	.modal-beer-info-abv-label, 
	.modal-beer-info-blg-label {
		font-size: 14px !important;
	}
	
	.modal-beer-info-rating-label {
		font-size: 11px !important;
	}
	
	.modal-body-beer-info {
		padding: 6px 12px 6px 6px;
	}
	
	.modal-beer-info-circle-container > div:not(:last-child) {
		margin-right: 5px;
	}
	
	.modal-beer-info-style-data {
		padding-left: 6px;
	}
	
	.beer-review-header-container {
		padding-top: 60%;
	}
	
	body.touch-device .discoveries-grid .discoveries-grid-item .beer-masonry-img-top-background, 
	body.touch-device .latest-reviews-grid .latest-review-item .beer-masonry-img-top-background {
		height: auto;
		padding-bottom: 0px;
	}
	
	body.touch-device .discoveries-grid .discoveries-grid-item .beer-masonry-img-top-background img.thumbnail-size, 
	body.touch-device .latest-reviews-grid .latest-review-item .beer-masonry-img-top-background img {
		height: 300px;
	}
	
	.latest-review-item .social-grid-item-container > a > img, 
	.discoveries-grid-item .social-grid-item-container > a > img {
		width: 30px;
		height: 30px;
	}
	
	.social-grid-item-container > a {
		border: 1px solid rgba(242,242,242,0.15);
		background-color: rgba(71, 70, 70,0.6);
		opacity: 1;
		visibility: visible;
	}
	
	#beerReviewSection .social-grid-item-container > a > img {
		width: 28px;
		height: 28px;
	}
}

@media only screen and (max-width: 450px) {
	
	.modal-body-beer-info {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		flex-direction: column;
		padding: 8px;
	}
	
	.modal-beer-info-circle-container {
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.modal-beer-info-style {
		margin-bottom: 10px;
	}
	
	.modal-beer-info-abv {
		padding-left: 0px;
	}
	
	.modal-beer-info-style, .modal-beer-info-abv, .modal-beer-info-blg, .modal-beer-info-rating {
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.modal-beer-info-abv, .modal-beer-info-blg, .modal-beer-info-rating {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media only screen and (max-width: 367px) {
	
	.masonry-body-beer-info {
		-webkit-box-direction: normal !important;
		-webkit-box-orient: vertical !important;
		-moz-box-direction: normal !important;
		-moz-box-orient: vertical !important;
		flex-direction: column !important;		
	}
	
	.masonry-beer-info-circle-container, .masonry-beer-info-style {
		-webkit-box-pack: center !important;
		-moz-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.masonry-beer-info-style {
		margin-bottom: 8px !important;
	}
	
	.masonry-body-beer-info {
		padding: 5px 4px 4px 4px !important;
	}
}

@media only screen and (max-width: 355px) {
	
	#lightgallery > li {
		max-width: 100%;
		min-width: 100%;
	}
	
	#lightgallery {
		-webkit-box-pack: space-around;
		-moz-box-pack: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

/* ==== WOW.JS ANIMATIONS SET */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
