* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	height: 100%;
	font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: "Oswald", sans-serif;
}

h1 {
	font-size: 30px;
	color: #444;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

p {
	margin: 0 0 15px 0;
}

#topbar {
	background-color: #545454;
	padding: 10px 20px;
}

#topbar:after {
	clear: both;
	display: block;
	content: "";
}

#topbar .social-media {
	padding-right: 50px;
}

#topbar .social-media ul li a {
	color: #FFF;
}

#topbar .social-media ul li a:hover {
	color: #be9c79
}

.social-media ul {
	list-style-type: none;
	margin: 0px;
}

.social-media ul li {
	display: inline-block;
	margin-right: 10px;
}

.social-media ul li:last-child {
	margin-right: 0px;
}

.header {
	background: transparent;
	box-shadow: none;
	position: relative;
	width: 100%;
	z-index: 11;
	border: 0;
	padding: 0 15px;
}
.header.home-banner-active {
	background: #000;
	padding: 0 15px 15px;
}
.header .navbar {
	padding: 0;
}

.header .navbar-brand {
	max-width: 150px;
	padding: 0;
}

.header .pull-right {
	float: right;
	padding-top: 20px;
}

.navigation-wrapper .mobile-nav-btn {
	width: 23px;
	height: 20px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: url(../images/nav-icon.jpg) 0 0px no-repeat;
	display: none;
	margin: auto;
}

.navigation-wrapper .mobile-nav-btn.cross {
	background: url(../images/nav-close.jpg) 0 0px no-repeat;
}

.navigation-wrapper .dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}

.navigation-wrapper .dropdown-menu li:hover .sub-menu {
	visibility: visible;
}

.navigation-wrapper .dropdown:hover .dropdown-menu {
	display: block;
}

.header-logo-holder {
	text-align: center;
}

.header-right-holder {
	display: flex;
	position: absolute;
	right: 15px;
	top: 15px;
	gap: 10px;
}

.header-right-holder .nav-link {
	padding: 0;
	color: #fff;
	font-size: 12px;
}

.header-right-holder .nav-link:hover {
	text-decoration: none;
	color: #f7eb67;
	transition: color 0.4s ease-in-out;
}

.header-navigation-holder {
	text-align: center;
}

.header-navigation-holder .nav {
	display: flex;
	gap: 25px;
	justify-content: center;
	font-size: 25px;
	letter-spacing: 1.5px;
	font-family: "Oswald", sans-serif;
}

.header-navigation-holder .nav li a {
	text-transform: uppercase;
	color: #fff;
	transition: color 0.4s ease-in-out;
}

.header-navigation-holder .nav li a:hover, .header-navigation-holder .nav li a.active {
	text-decoration: none;
	color: #f7eb67;
	transition: color 0.4s ease-in-out;
}

.home-kicker {
	position: absolute;
	width: 100%;
	z-index: 100;
	background-color: rgba(238, 238, 238, 0.9);
	bottom: 0px;
	padding: 15px 0px;
}

.home-page-banner {
	position: relative;
	margin: -150px 0 100px;
	max-height: 100vh;
	overflow: hidden;
}

.goto-next-section {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	color: #fff;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	animation: moveDown 1s ease-in-out infinite alternate;
}

@keyframes moveDown {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-15px);
	}
}

.home-page-banner img {
	width: 100%;
	height: auto;
}

.home-page-banner::before {
	position: absolute;
	content: " ";
	z-index: 1;
	width: 100%;
	height: 400px;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.home-about-us {
	margin-bottom: 100px;
}

.home-about-us h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
}

.home-about-us .btn {
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
}

.home-about-us .btn:hover {
	background-color: #d5ad37;
}

#banner {
	position: relative;
}

#banner .nivo-controlNav {
	display: none;
}


#banner-heading img {
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1000;
	height: 100%;
	width: 100%;
}

#banner-heading h1 {
	padding: 25px 0px;
	text-align: center;
	margin: 0;
}

#banner-heading h1 span {
	padding: 10px 0px;
}

/*Blog styles starts*/
.blog-contents-wrapper #posts {
	padding-top: 70px;
}

.blog-contents-wrapper .blog-data {
	margin-bottom: 10px;
}

.blog-contents-wrapper .comments-container {
	background-color: #EEE;
	border: solid 1px #CCCCCC;
	margin-top: 15px;
	padding: 15px;
}

.blog-contents-wrapper #posts {
	font-size: 0px;
}

.blog-contents-wrapper #posts .post {
	display: inline-block;
	width: 32%;
	margin: 0px 2% 90px 0px;
	padding: 15px 15px 15px 15px;
	vertical-align: top;
	font-size: 15px;
	border: solid 1px #CCC;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10), 0px 2px 0px #333;
	position: relative;
	background-image: linear-gradient(#FFF, #EEE);
	background-image: -webkit-linear-gradient(#FFF, #EEE);
	background-image: -moz-linear-gradient(#FFF, #EEE);
	background-color: #FFF;
}

.blog-contents-wrapper #posts .post:nth-child(3n) {
	margin-right: 0px;
}

.blog-contents-wrapper #posts .post:hover {
	box-shadow: 0px 2px 0px #333
}

.blog-contents-wrapper #posts .post:hover .authorImageDiv img {
	box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.15);
}

.blog-contents-wrapper #posts .post h2 {
	font-size: 20px;
	margin-top: 42px;
}

.blog-contents-wrapper #posts .post p {
	line-height: normal;
}

.blog-contents-wrapper #posts .post .authorImageDiv {
	position: absolute;
	top: -52px;
	left: 50%;
	transform: translateX(-50%);
}

.blog-contents-wrapper #posts .post .authorImageDiv img {
	width: 90px;
	height: 90px;
	transition: all 0.3s ease;
	border-radius: 100px;
	border: solid 1px #CFCFCF;
	padding: 3px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
}

.blog-contents-wrapper #posts .post .btn-read-more {
	display: inline-block;
	position: absolute;
	left: 15px;
	bottom: 15px;
	background-color: #333;
	transition: all 0.3s ease;
	padding: 4px 15px 4px 0px;
	border-radius: 0px 15px 15px 0px;
	box-shadow: -15px 0px 0px #333, inset -4px 0px 0px rgba(0, 0, 0, 0.15);
	font-size: 13px;
	color: #FFF;
}

.blog-contents-wrapper #posts .post .btn-read-more:hover {
	text-decoration: underline;
	padding-right: 25px;
	text-align: right;
}

@media (max-width:767px) {
	.blog-contents-wrapper #posts .post:nth-child(3n) {
		margin-right: 2%;
	}

	.blog-contents-wrapper #posts .post:nth-child(2n) {
		margin-right: 0px;
	}

	.blog-contents-wrapper #posts .post {
		width: 49%;
	}
}

@media (max-width:500px) {
	.blog-contents-wrapper #posts .post {
		width: 100%;
		display: block;
		margin: 0px 0px 90px 0px;
	}
}

/*Blog styles end*/
.help-text {
	color: #1b4d6d
}

.inner-page-contents {
	padding: 10px 0px 30px 0px;
	background-color: #fff !important;
}

.user-welcomemsg {
	color: #fff !important;
}

.wine-details-custom {
	color: #a0a0a0;
}

.wine-details-custom p {
	color: #a0a0a0;
}

.wine-details-custom .row-fluid>.span4 {
	background-color: #CCC;
	padding: 15px;
	text-align: center;
}

.wine-details-custom h2 {
	margin-bottom: 20px;
	color: #000;
	font-size: 32px;
}

.wine-details-custom .tabs {
	margin-top: 20px;
}

.wine-details-custom .tabs ul {
	margin: 0px;
	padding: 0px;
	height: 50px;
}

.wine-details-custom .tabs ul li {
	width: 49%;
	overflow: hidden;
	margin-right: 2%;
	list-style-type: none;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	float: left;
	padding: 0px 10px;
	text-align: center;
	font-size: 15px;
	background-color: #CCC;
	color: #000;
}

.wine-details-custom .tabs ul li:last-child {
	margin-right: 0px;
}

.wine-details-custom .tabs ul li.active {
	background-color: #545454;
	color: #FFF;
}

.wine-details-custom .tabs-contents {
	padding: 15px 0 0 0;
}

.wine-details-custom .tabs-contents .tab-view {
	display: none;
}

.wine-details-custom .tabs-contents .tab-view:first-child {
	display: block;
}

.wine-details-custom .tecknical-info ul {
	margin: 0px;
	padding-left: 10px;
}

.wine-details-custom .tecknical-info ul li {
	margin-bottom: 5px;
	line-height: normal;
	list-style-type: none;
	color: #a0a0a0
}

.wine-details-custom .tecknical-info ul li:last-child {
	margin-bottom: 0px;
}

.wine-details-custom .tecknical-info ul li:before {
	content: "-";
	margin-right: 5px;
}

.wine-details-custom .lbl-header {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.wine-details-custom .lbl-header span {
	font-size: 15px;
}

/* Float four columns side by side */
.club-listing .column {
	float: left;
	width: 25%;
	padding: 10px 10px;
}

/* Remove extra left and right margins, due to padding in columns */
.club-listing .row {
	margin: 0 -5px;
}

/* Clear floats after the columns */
.club-listing .row:after {
	content: "";
	display: table;
	clear: both;
}

.club-options ul {
	line-height: 20px;
	list-style: none;
	margin-left: 0px;
	padding: 10px 0px;
}

/* Style the counter cards */
.club-listing .card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	/* this adds the "card" effect */
	padding: 16px;
	text-align: left;
	background-color: #f1f1f1;
	min-height: 375px;

}

.club-listing .card .title {
	border-bottom: 1px solid #e4e4e4;
	padding: 5px;
}

@media (max-width:767px) {
	.wine-details-custom .row-fluid>.span4 {
		margin-bottom: 20px;
	}
}

#subscribe-widget input[type='text'] {
	width: 100%;
	display: block;
}

#subscribe-widget #no-spam {
	margin-top: 10px;
}


#footer ul.nav-pills {
	margin: 0px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

#footer ul.nav-pills li a::after {
	content: "|";
	display: inline-flex;
	margin-left: 10px;
}

#footer ul.nav-pills li:last-child a::after {
	display: none;
}

a {
	font-style: normal !important;
}

#footer ul.nav-pills li a:hover {
	text-decoration: none;
	color: #be9c79;
}

#footer .f-title {
	display: block;
	margin: 30px 0 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
}

.footer-links-list li {
	font-size: 14px;
	margin: 0 0 8px;
}

.footer-links-list li i {
	color: #be9c79;
	margin: 0 5px 0 0;
}

.footer-links-list li a:hover {
	text-decoration: none;
	color: #be9c79;
}

.footer-bottom {
	font-size: 12px;
	text-align: center;
	background: #1f1f1f;
	padding: 15px;
}

.prop65warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.information-text {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	padding: 5px;
}
.hamburger {
	display: none;
}
.home-about-us.page-about-us {
	padding-bottom: 100px;
	border-bottom: 1px dashed #c2c2c2;
}
.alert-notification {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #caedcc;
	z-index: 1;
	width: 100%;
	border-radius: 0;
	margin: 0;
}
.wines-listing .card-deck .store-card-header{
	height: auto;
}
.wines-listing .card-deck .store-card-header .card-title {
	margin: 0;
}
.wines-listing .card-deck .card-footer{
	text-align: center;
}
.wines-listing .card-deck .card-footer .btn-primary {
	background-color: #343a40;
	width: 150px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
@media (max-width:1200px) {
	.container {
		width: auto;
		padding: 0px 15px;
	}
}

@media (max-width:1150px) {
	.navbar .nav>li>a {
		padding: 10px 15px;
	}
}

@media only screen and (min-width:992px) {
	.header-navigation-holder {
		display: block !important;
	}
	span.close-header-menu {
		display: none;
	}
}
@media only screen and (max-width:991.5px) {
	span.close-header-menu {
		position: absolute;
		top: 0;
		right: 15px;
		color: #fff;
		font-size: 36px;
		transform: rotate(45deg);
		display: block;
	}
	.hamburger {
		width: 30px;
		height: 20px;
		position: relative;
		cursor: pointer;
		transition: 0.3s ease;
		display: inline-block;
		top: 2px;
	}

	.hamburger span {
		position: absolute;
		height: 2px;
		width: 100%;
		background: #f1c36d;
		left: 0;
		transition: 0.3s ease;
	}

	.menu-opner:hover .hamburger span {
		background: #fff;
	}

	.hamburger span:nth-child(1) {
		top: 0;
	}

	.hamburger span:nth-child(2) {
		top: 5px;
	}

	.hamburger span:nth-child(3) {
		top: 10px;
	}

	.header-right-holder {
		position: static;
		padding: 15px 0 0;
		justify-content: right;
	}

	.goto-next-section {
		display: none;
	}

	.header-navigation-holder {
		text-align: center;
		position: fixed;
		top: -1px;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		background: #000;
		overflow-y: auto;
		padding: 40px 20px;
		display: none;
	}

	.header-navigation-holder .nav {
		flex-direction: column;
		justify-content: center;
	}

	.home-page-banner {
		position: relative;
		margin: -150px 0 30px;
		max-height: 100vh;
		overflow: hidden;
	}

	.home-about-us {
		margin-bottom: 40px;
	}
	.home-about-us.page-about-us{
		padding-bottom: 40px;
	}
	span.close-header-menu {
		position: absolute;
		top: 0;
		right: 15px;
		color: #fff;
		font-size: 36px;
		transform: rotate(45deg);
	}
}

@media (max-width: 979px) {
	.header .pull-left {
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}

	.header .pull-right {
		float: none;
		width: 100%;
		text-align: center;
	}

	.navigation-wrapper .mobile-nav-btn {
		display: block;
	}

	.navigation-wrapper .nav-collapse>ul li ul {
		background-color: #DDD;
	}

	.navigation-wrapper .nav-collapse>ul li ul li a {
		color: #333;
		padding: 7px 10px;
	}
}

@media (max-width: 767px) {
	.inner-page-contents>.container {
		padding: 0px 15px;
	}

	.home-kicker .container {
		padding: 0px;
	}

	#banner-heading h1 {
		padding: 25px 15px;
	}

	h1 {
		font-size: 20px;
		font-weight: normal;
	}

	h2 {
		font-size: 19px;
		font-weight: normal;
	}

	h3 {
		font-size: 18px;
		font-weight: normal;
	}

	h4 {
		font-size: 17px;
		font-weight: normal;
	}

	h5 {
		font-size: 16px;
		font-weight: normal;
	}

	.home-kicker {
		position: relative;
		padding: 15px;
	}

	.home-kicker .span4 {
		margin-bottom: 20px;
	}

	.home-kicker .span4 h1 {
		margin-bottom: 10px;
	}

	.home-kicker .span4:last-child {
		margin-bottom: 0px;
	}

	#topbar .pull-left {
		text-align: center;
		float: none;
		width: auto;
		padding-bottom: 10px;
	}

	#topbar .pull-right {
		text-align: center;
		float: none;
		width: auto;
	}

	#topbar .social-media {
		padding-right: 0px;
	}

	.social-media ul {
		margin: 0px;
	}
}

@media (max-width: 360px) {
	.sitelogo {
		display: block;
		text-align: center;
	}
}

.errorMessage,
.errorSummary {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}