html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	border: 0px;
}


.mailing-subsribe {
	background-color: #111;
	background-image: url(https://d256619kyxncpv.cloudfront.net/gui/assets/img/dark_pattern_bg.png);
	background-size: 10px 10px;
	color: #bf8f60;
}

.mailing-subsribe .subscribe h1 {
	padding: 60px 0 40px 0;
}

.mailing-subsribe .subscribe-form {
	border: 1px solid #bf8f60;
	margin-bottom: 20px;
}

.mailing-subsribe .subscribe-form p {
	padding-top: 20px;
}

.footer-banner {
	background-color: #111;
	border-top: 3px solid #b27d6d;
	color: #bf8f60;
}


.float-right {
	float: right;
}

.brand-title-sm {
	display: none;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-brand {
	color: #bf8f60;
	transition: 300ms;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-brand:hover {
	color: #f7f3ee;
}

.navbar-brand img {
	border-radius: 50%;
	margin-top: -5px;
}

.top-header {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), /*url('https://d256619kyxncpv.cloudfront.net/gui/site/img/landing/speakeasy/v2/cover_desktop2.jpg');*/
	url('imgs/whisky_case.jpg');
	color: #bf8f60;
	/*background-attachment: fixed; */
	background-position: center;
/*	background-repeat: no-repeat; */
	background-size: cover;
	height: 50vh;
	top: 50%;
	left: 50%;
	border-bottom: 3px solid #b27d6d;
}



.fees {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)),
		url('imgs/whiskey_bar_alcohol_glass_scotch_drink_bourbon_nightclub-1341551.jpg');
	height: 50vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fees h1 {
	padding-top: 20vh;
}

.fees-p {
	color: #f7f3ee;
}

.header h1 {
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 20vh;
}

.header h1::after {
	content: '';
	height: 3px;
	display: block;
	width: 60%;
	background: #b27d6d;
	margin: 0 auto;
}

.topdrinks h1::after, .members h1.brothers-md:first-child::after {
	content: '';
	height: 2px;
	display: block;
	width: 15%;
	background: #b27d6d;
	margin: 0 auto;
	margin-top: 7px;
}

.history h1::after, .reviews h1::after, .tasting h1::after {
	content: '';
	height: 2px;
	display: block;
	width: 15%;
	background: black;
	margin: 0 auto;
	margin-top: 7px;
}

.navbar {
	background-color: #222222;
	color: #bf8f60;
	border-bottom: 1px solid #b27d6d;
}

.cream-white {
	background-color: #f7f3ee;
}

.members {
	padding: 50px 0;
}

.members h1 {
	padding: 20px 0px;
}

.bg-dots {
	background: url(https://d256619kyxncpv.cloudfront.net/gui/site/img/backgrounds/dots.png) #F7F3EE;
	background-size: auto auto;
	background-size: 8px auto;
}

.brothers-lg {
	font-family: 'Old Standard TT', serif;
	font-size: 72px;
	line-height: 68px !important;
	color: #C29C78;
	font-weight: 900;
	text-transform: uppercase;
}

.brothers-md {
	font-family: 'Old Standard TT', serif;
	font-size: 48px;
	line-height: 48px !important;
	color: #C29C78;
	font-weight: 900;
	text-transform: uppercase;
}

.brothers {
	font-family: 'Old Standard TT', serif;
	text-transform: uppercase;
}

.brothers-norm {
	font-family: 'Old Standard TT', serif;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.5em;
}

#reviews h3 a {
	font-weight: 600;
	color: #000;
	font-size: 1.75rem;
}

#reviews h3 {
	border-bottom: 1px solid #ddd;
	margin-right: 10px;
}

.latest-reviews {
	padding-top: 20px;
}

.color-black {
	color: #000;
}

.color-coffee {
	color: #bf8f60;
}

.history {
	padding: 50px 0;
}

.reviews {
	padding: 50px 0;
}

.reviews h1 {
	padding: 20px 0;
}

.history h1 {
	padding: 20px 0px;
}

.col-lg-6 article.row.post header.col-lg-8.offset-lg-4 h3 {
	padding-right: 50px;
}

.footer-logo {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	z-index: 1;
	border: 3px solid #b27d6d;
	position: absolute;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
}

.tasting {
	padding: 50px 0;
}

.tasting h1 {
	padding: 20px 0;
}

.card {
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.card-profile {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 300px;
	margin: auto;
	text-align: center;
	background-color: #000;
	transition: 500ms;
}

.card-profile:hover {
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.5);
}

.card-profile h1 {
	font-family: 'Old Standard TT', serif;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 0;
	margin-bottom: 0;
}

.card-profile .title {
	color: #000;
	font-size: 1.2em;
	padding-bottom: 15px;
}

.card-profile button {
	font-family: 'Old Standard TT', serif;
	border: none;
	outline: 0;
	display: inline-block;
	padding: 8px;
	color: #bf8f60;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #222222;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-size: 18px;
}

.card-profile img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	z-index: 1;
	border: 3px solid #b27d6d;
	left: 50px;
}

.card-profile-info {
	background-color: #fff;
}

.card-profile a{
	text-decoration: none;
	font-size: 22px;
	color: black;
}

.card-profile button:hover, .card-profile a:hover {
	opacity: 0.95;
}

.reviews .card {
	font-family: 'Old Standard TT', serif;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.reviews .card-title {
	font-weight: 600;
	font-size: 28px;
}

.reviews .card-subtitle {
	font-weight: 500;
	font-size: 12px;
}

.reviews .card-text {
	font-weight: 600;
}

.associate_logo {
	display: block;
	margin: auto;
	width: inherit;
	padding: 20px 40px;
}

.buz_logos {
	padding: 50px 0;
}


/*** Top Drinks Styles ***/
.topdrinks {
	padding: 60px 0;
}

.topdrinks-header {
	padding-bottom: 10px;
}

.checked {
	color: orange;
}

.drink_card {
	padding: 10px 20px;
}

.drink_review_card {
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	min-height: 378px;
}

.drink_image {
	margin-top: 20px;
}

.drink_image .bottle_preview {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
}

.jim-beam {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 300px;
}

.drink_text {
	padding-top: 20px;
	padding-left: 20px;
}

.drink_text h3 {
	font-weight: 600;
	padding-right: 20px;
}

.drink_text p {
	padding: 10px 20px 10px 0px;
}

.drink_text a {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

.subscribe {
	padding-top: 0px;
}

.color-white {
	color: white;
}

.blog-container {
	padding: 40px 0;
}

/** BLOG Styles **/

.feature-image {
	display: table;
	width: 100%;
	height: 30vh;
}

.feature-image-default {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url('imgs/bottle_glass_banner.jpg') no-repeat;
	background-size: cover;
}

.feature-image h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.post, .widget, #comments {
	position: relative;
	border: solid 1px #ddd;
	background: white;
	margin: 0 0 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.post .post-excerpt,
.post .post-body,
#comments .comments-wrap{
	padding: 20px;
}

.post header {
	padding: 20px 20px 0 20px;
}

.post header h3,
.post header h1 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
}

.post header h3 a,
.widget h4 {
	color: black;
	font-weight: 600;
	font-family: 'Old Standard TT', serif;
	text-transform: uppercase;
}

.post {
	padding-bottom: 20px;
}

.post header h3 {
	padding-right: 10px;
}

.post header h1 {
	font-size: 24px;
}

.post-image img {
	width: 100%;
	height: auto;
}

.post-details {
	font-size: 12px;
	width: 90%;
}

.post-details span.far,
.post-details span.fas {
	padding-left: 10px;
	padding-right: 3px;
}

.post-details span.fa:first-child {
	padding-right: 3px;
}

.post-comments-badge {
	height: 70px;
	width: 70px;
	position: absolute;
	top: -20px;
	right: -10px;
	border: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #222;
	text-align: center;
	display: table;

}

.post-comments-badge a {
	display: table-cell;
	vertical-align: middle;
	color: #bf8f60;
	font-size: 20px;
	line-height: 20px;
}

.post-comments-badge a:hover {
	text-decoration: none;
	color: #222;
}

.post-comments-badge span.fas {
	display: block;
	font-size: 15px;
	padding: 0;
	margin-bottom: 4px;
}

.post-comments-badge:hover {
	background: #bf8f60;
}

.widget {
	padding: 20px;
}

.widget h4 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ddd;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 0 0 5px;

}

.widget ul li:hover {
	position: relative;
	margin-left: 1px;
}

/* FORMS */
label {
	display: block;
	font-weight: bold;
}

#sidebar-search,
.standard-input {
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}

/* POST STYLE */

.post-container {
	padding-top: 40px;
	padding-bottom: 60px;
}

.post-container header h3 {
	padding-right: 50px;
	font-size: 38px;
}

.col-lg-12.post-body {
	padding: 20px 40px;
}

#comments h3 {
	text-align: center;
}

#comments h4 {
	font-size: 1.3em;
}

#comments ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#comments ol li {
	background: rgba(0, 0, 0, 0.02);
	padding: 10px 20px;
	margin: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px rgba(0, 0, 0. 0.03);
}

#comments ol li ol.childern {
	padding: 0;
	list-style: none;
	font-size: 0.96em;
}

#leave-comment {
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: solid 1px #eee;
}

/**** REVIEW STYLES ****/
.review-container {
	padding-top: 40px;
	padding-bottom: 60px;
}

.review-container header h3 {
	padding-right: 70px;
}

.review container header .review-comments-badge a {
	display: inline-block;
	float: right;
}

.review-comments-badge {
	height: 70px;
	width: 70px;
	position: absolute;
	top: -20px;
	right: -10px;
	border: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #222;
	text-align: center;
	display: table;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.review-comments-badge a {
	display: table-cell;
	vertical-align: middle;
	color: #bf8f60;
	font-size: 20px;
	line-height: 20px;
}

.review-comments-badge a:hover {
	text-decoration: none;
	color: #222;
}

.review-comments-badge span.fas {
	display: block;
	font-size: 15px;
	padding: 0;
	margin-bottom: 4px;
}

.review-comments-badge:hover {
	background: #bf8f60;
}

.review-body .rating,
.review-body .post-details,
.review-body .review-excerpt {
	padding: 0 20px 20px 20px;
}

.post-image img {
	width: auto;
	display: block;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	max-height: 400px;
}

#primary {
	padding-bottom: 30px;
}

@media(max-width: 850px) {
	.top-header {
		height: 70vh;
	}
}

@media(max-width: 760px) {
	.top-header {
		height: 100vh;
	}
}

@media(max-width: 667px) {
	.top-header {
		height: 100vh;
	}
}

@media(max-width: 550px) {
	.top-header {
		height: 55vh;
	}
	.header h1 {
		padding-top: 100px;
	}
	.fees {
		padding-left: 0px;
	}
	.fees h1 {
		padding-top: 12vh;
	}
	.footer {
		height: auto;
	}
	.brand-title-lg {
		display: none;
	}
	.brand-title-sm {
		display: inline;
	}
	.brothers-lg {
		font-size: 42px;
		line-height: 42px !important;
	}
	.topdrinks h1::after, .members h1.brothers-md::after, .history h1::after, .reviews h1::after, .tasting h1::after {
		width: 70%;
	}

	.post-image img {
		height: 300px;
	}
}
