/*
Theme Name: Bellina Alimentari
Theme URI: http://visualsoldiers.com
Description: Hand Crafted with love in Atlanta.
Author: Visual Soldiers
Author URI: http://visualsoldiers.com
Version: 1.0.0
*/

/* ==========================================================================
   Global styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Mukta+Vaani:300,700|Playfair+Display:700,700i');


html {
  font-size: 100%;
}

body {
	position: relative;
	background: #E9DFDC;
	-webkit-font-smoothing: subpixel-antialiased;

	-o-transition: background-color 1.5s ease-in-out;
	-moz-transition: background-color 1.5s ease-in-out;
	-webkit-transition: background-color 1.5s ease-in-out;
	transition: background-color 1.5s ease-in-out;
}

.container {
	max-width: 1600px;
	width: 100%;
}

.container-fluid {
	max-width: 100%;
	position: relative;
  z-index: 1;
}

h1, .h1, h2, .h2, h3, .h3 {
	font-family: 'Playfair Display', serif;
}

h4, .h4, h5, .h5, h6, .h6, p, .p, body, button, .btn, .nav-item, .side-menu-items, .mc_embed_signup input.email, .form-control, .products-list li, label {
  font-family: 'Mukta Vaani', sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #2B2C2D;
}

body, p, .p {
	color: #2B2C2D;
}

h1, .h1 {
	font-size: 5.625rem;
	line-height: 5.625rem;
	font-weight: 700;
}

.h1.lg {
	font-size: 10.5rem;
	line-height: 7rem;
	font-weight: 700;
	position: relative;
	z-index: 5;
}


h2, .h2, h1.sm {
	font-size: 3.75rem;
	line-height: 4rem;
	font-weight: 700;
}

h3, .h3 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: 700;
	margin-bottom: 15px;
}

h4, .h4, .link {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

body, p, .p {
	font-size: 1rem;
	line-height: 1.875rem;
	font-weight: 300;
}

b, strong {
  font-weight: 700;
}

.vertical-hr {
	height: 300px;
	width: 1px;
	background-color: rgba(152, 149, 156, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}

/*----------------Utilities-----------------*/
a {
  color: inherit;
  text-decoration-color: currentcolor;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  text-decoration-color: currentcolor;
  color: inherit;
  outline: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

p a {
	color: #614063;
}
p a:hover {
	color: #845586;
}

.btn {
	padding: 1rem 2.05rem;
	border-radius: 0;
	color: #ffffff !important;
	font-size: 0.7rem;
	letter-spacing: 0.3rem;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 1000;
}

.btn-primary {
	background: #614063;
	border-color: #614063;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.catering-btn:hover, .catering-btn:focus, .catering-btn:active,
.private-event-btn:hover, .private-event-btn:focus, .private-event-btn:active {
	background: #614063;
	border-color: #614063;
	color: #ffffff;
	box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.25);
}

.catering-btn, .private-event-btn {
	display: none;
	background: #614063;
	padding: 0.5rem 1rem;
	color: #fff;
}
.postid-407 .catering-btn, .postid-408 .private-event-btn {
	display: inherit;
}

/*----------------Margins-----------------*/
.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.m-y-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.m-a-1 {
  margin: 1rem !important;
}
.m-t-1 {
  margin-top: 1rem !important;
}
.m-r-1 {
  margin-right: 1rem !important;
}
.m-b-1 {
  margin-bottom: 1rem !important;
}
.m-l-1 {
  margin-left: 1rem !important;
}
.m-x-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.m-y-1 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.m-a-2 {
  margin: 2rem !important;
}
.m-t-2 {
  margin-top: 2rem !important;
}
.m-r-2 {
  margin-right: 2rem !important;
}
.m-b-2 {
  margin-bottom: 2rem !important;
}
.m-l-2 {
  margin-left: 2rem !important;
}
.m-x-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.m-y-2 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
.m-a-3 {
  margin: 3rem !important;
}
.m-t-3 {
  margin-top: 3rem !important;
}
.m-r-3 {
  margin-right: 3rem !important;
}
.m-b-3 {
  margin-bottom: 3rem !important;
}
.m-l-3 {
  margin-left: 3rem !important;
}
.m-x-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.m-y-3 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.m-a-4 {
  margin: 4rem !important;
}
.m-t-4 {
  margin-top: 4rem !important;
}
.m-r-4 {
  margin-right: 4rem !important;
}
.m-b-4 {
  margin-bottom: 4rem !important;
}
.m-l-4 {
  margin-left: 4rem !important;
}
.m-x-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.m-y-4 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}
.m-a-5 {
  margin: 5rem !important;
}
.m-t-5 {
  margin-top: 5rem !important;
}
.m-r-5 {
  margin-right: 5rem !important;
}
.m-b-5 {
  margin-bottom: 5rem !important;
}
.m-l-5 {
  margin-left: 5rem !important;
}
.m-x-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.m-y-5 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}
.m-a-6 {
  margin: 6rem !important;
}
.m-t-6 {
  margin-top: 6rem !important;
}
.m-r-6 {
  margin-right: 6rem !important;
}
.m-b-6 {
  margin-bottom: 6rem !important;
}
.m-l-6 {
  margin-left: 6rem !important;
}
.m-x-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.m-y-6 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
}

/*----------------Padding-----------------*/
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-y-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.p-a-1 {
  padding: 1rem !important;
}
.p-t-1 {
  padding-top: 1rem !important;
}
.p-r-1 {
  padding-right: 1rem !important;
}
.p-b-1 {
  padding-bottom: 1rem !important;
}
.p-l-1 {
  padding-left: 1rem !important;
}
.p-x-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.p-y-1 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.p-a-2 {
  padding: 2rem !important;
}
.p-t-2 {
  padding-top: 2rem !important;
}
.p-r-2 {
  padding-right: 2rem !important;
}
.p-b-2 {
  padding-bottom: 2rem !important;
}
.p-l-2 {
  padding-left: 2rem !important;
}
.p-x-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.p-y-2 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}
.p-a-3 {
  padding: 3rem !important;
}
.p-t-3 {
  padding-top: 3rem !important;
}
.p-r-3 {
  padding-right: 3rem !important;
}
.p-b-3 {
  padding-bottom: 3rem !important;
}
.p-l-3 {
  padding-left: 3rem !important;
}
.p-x-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.p-y-3 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.p-a-4 {
  padding: 4rem !important;
}
.p-t-4 {
  padding-top: 4rem !important;
}
.p-r-4 {
  padding-right: 4rem !important;
}
.p-b-4 {
  padding-bottom: 4rem !important;
}
.p-l-4 {
  padding-left: 4rem !important;
}
.p-x-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.p-y-4 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}
.p-a-5 {
  padding: 5rem !important;
}
.p-t-5 {
  padding-top: 5rem !important;
}
.p-r-5 {
  padding-right: 5rem !important;
}
.p-b-5 {
  padding-bottom: 5rem !important;
}
.p-l-5 {
  padding-left: 5rem !important;
}
.p-x-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.p-y-5 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}
.p-a-6 {
  padding: 6rem !important;
}
.p-t-6 {
  padding-top: 6rem !important;
}
.p-r-6 {
  padding-right: 6rem !important;
}
.p-b-6 {
  padding-bottom: 6rem !important;
}
.p-l-6 {
  padding-left: 6rem !important;
}
.p-x-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.p-y-6 {
  padding-bottom: 6rem !important;
  padding-top: 6rem !important;
}


/*----------------Zindex-----------------*/
.z-0 {
	z-index: -1 !important;
}
.z-1 {
	z-index: 10 !important;
}
.z-2 {
	z-index: 20 !important;
}
.z-3 {
	z-index: 30 !important;
}
.z-4 {
	z-index: 40 !important;
}
.z-5 {
	z-index: 50 !important;
}
.z-6 {
	z-index: 60 !important;
}


/*----------------Main Colors-----------------*/
.white, .white p {
	color: #F7F5F5;
}

.black {
	color: #222223;
}

.dark-gray {
	color: #2B2C2D;
}

.gray {
	color: #98959B;
}

.peach {
	color: #E9DFDC;
}

.purple {
	color: #614063;
}

/*----------------Background Colors-----------------*/
.bg-white {
	background: #F7F5F5;
}

.bg-black {
	background: #222223;
}

.bg-dark-gray {
	background: #2B2C2D;
}

.bg-gray {
	background: #98959B;
}

.bg-peach {
	background: #E9DFDC;
}

.bg-purple {
	background: #614063;
}

.bg-dark-peach {
	background: #E0C4BC;
}

.wood-bg {
	background-image: url('images/wood-bg.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}
.marble-bg {
	background-image: url('images/marble-bg.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}
.greenery-bg {
	background-image: url('images/greenery-bg.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}

/* ==========================================================================
   Animation Styles
   ========================================================================== */
/* Block Reveal */
.block-reveal {
	overflow: hidden;
	position: relative;
}

.block-reveal span {
	background: #614063;
	height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;

  -moz-transform: translate(-102%, 0);
  -webkit-transform: translate(-102%, 0);
  -ms-transform: translate(-102%, 0);
  -o-transform: translate(-102%, 0);
  transform: translate(-102%, 0);
}

.block-reveal span.animate {
  -webkit-transform: translate(102%, 0);
  -moz-transform: translate(102%, 0);
  -ms-transform: translate(102%, 0);
  -o-transform: translate(102%, 0);
  transform: translate(102%, 0);


	-webkit-transition: all 500ms cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition: all 500ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition: all 500ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition: all 500ms cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */
}

.block-reveal .content {
	position: relative;
	z-index: 0;
	display: block;
	opacity: 0;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.block-reveal .content.animate {
	opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}



/* FadeIn */
.fadeIn {
  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;

}

.fadeIn.in-view {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 0.45s;
  -moz-animation-duration: 0.45s;
  -ms-animation-duration: 0.45s;
  -o-animation-duration: 0.45s;
  animation-duration: 0.45s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;

  -webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/* moveUp */
.moveUp {
  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;

}

.moveUp.in-view {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;

  -webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}


@-webkit-keyframes moveUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 0;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


/* Delay */
.animationDelay{
	-webkit-animation-delay:0.1s;
	-moz-animation-delay:0.1s;
	-o-animation-delay:0.1s;
	-ms-animation-delay:0.1s;
	animation-delay:0.1s;
}
.animationDelay1{
	-webkit-animation-delay:0.3s;
	-moz-animation-delay:0.3s;
	-o-animation-delay:0.3s;
	-ms-animation-delay:0.3s;
	animation-delay:0.3s;
}
.animationDelay2{
	-webkit-animation-delay:0.5s;
	-moz-animation-delay:0.5s;
	-o-animation-delay:0.5s;
	-ms-animation-delay:0.5s;
	animation-delay:0.5s;
}
.animationDelay3{
	-webkit-animation-delay:0.7s;
	-moz-animation-delay:0.7s;
	-o-animation-delay:0.7s;
	-ms-animation-delay:0.7s;
	animation-delay:0.7s;
}


/* ==========================================================================
   Landing Styles
   ========================================================================== */
#landing {
  background: #E9DFDC;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10000;
  min-height: 100vh;
	height: auto;

  display:         -webkit-box;
  display:         -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#landing.animate {
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}


.landing-bg {
	background: url("images/Landing-img.jpg") no-repeat;
	width: 100%;
	height: 765px;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	opacity: 0;

	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);


	-webkit-transition: transform 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), opacity 600ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	 -moz-transition: transform 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), opacity 600ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	  -o-transition: transform 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), opacity 600ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	     transition: transform 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), opacity 600ms cubic-bezier(0.250, 0.250, 0.750, 0.750);

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.landing-bg.animate {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 1;

	-webkit-transition: transform 20000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), opacity 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	 -moz-transition: transform 20000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), opacity 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	  -o-transition: transform 20000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), opacity 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	     transition: transform 20000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), opacity 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);


-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.loading-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin-left: -20px;
}

.loading-content.drink, .loading-content.shop, .loading-content.learn {
  opacity: 0;
	-webkit-transition: opacity 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: opacity 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: opacity 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: opacity 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.loading-content.drink.animate, .loading-content.shop.animate, .loading-content.learn.animate {
  opacity: 1;
	-webkit-transition: opacity 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: opacity 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: opacity 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: opacity 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.italian-icon {
	position: absolute;
	z-index: 10;
	bottom: -40px;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;

-webkit-transition: bottom 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55); /* older webkit */
-moz-transition: bottom 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition: bottom 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: bottom 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); /* older webkit */
-moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); /* custom */

}

.italian-icon.animate {
	bottom: 80px;

-webkit-transition: bottom 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55); /* older webkit */
-ms-transition: bottom 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
   -moz-transition: bottom 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
     -o-transition: bottom 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: bottom 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); /* older webkit */
-ms-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
   -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
     -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); /* custom */
}

.color-block-1 {
	background: #614063;
	height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 2;
}

.color-block-1.animate {
	width: 100vw;

-webkit-transition: all 400ms cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition: all 400ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition: all 400ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition: all 400ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition: all 400ms cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */
}

.color-block-2 {
	background: #E9DFDC;
	height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 2;
}

.color-block-2.animate {
	width: 100vw;

-webkit-transition: all 300ms cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition: all 300ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition: all 300ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition: all 300ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition: all 300ms cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */
}


/* ==========================================================================
   welcome Bar styles
   ========================================================================== */
#welcome.cookie-message {
  padding:3px 0 0 0;
  background:#614063;
  z-index: 99;
}

.close-button {
  width: 26px;
  height: 26px;
  padding: 2px 5px;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
}

.close-button:hover, .close-button:focus {
  cursor: pointer;
  color: #ffffff;
  opacity: 0.4;
}

.welcome-bar ul li p  {
  color: #ffffff;
  font-size: 85%;
  margin-bottom: 0.5rem;
}

.cookie-message.welcome-bar a {
  color: white;
  text-decoration-color: currentcolor;
  text-decoration-line: underline;
  text-decoration-style: solid;
}


/* ==========================================================================
   Cookie Sign Up Styles
   ========================================================================== */
#sign-up.cookie-message {
  margin: 15px;
  padding: 10px;
  position: fixed;
  right: 0;
  width: 100%;
  max-width: 345px;
  z-index: 1000;
  bottom: 0;
  box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.30);
}


#sign-up .mc_embed_signup input.email {
  color: #ffffff;
  width: 100%;
  background: rgba(152, 149, 156, 0.12);
}

#sign-up .mc_embed_signup input.email:-moz-placeholder {
  color: #ffffff;
}
#sign-up .mc_embed_signup input.email::-moz-placeholder {
  color: #ffffff;
}

#sign-up .mc_embed_signup .select {
  background-image: url("images/circle-right-white.svg");
}


/* ==========================================================================
   Nav Styles
   ========================================================================== */
.navbar {
	max-width: 1600px;
	margin: auto;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}

.nav-link, .side-menu-items {
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1875rem;
}

.navbar-toggleable-md .navbar-nav .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.nav-item {
  padding-top: 20px;
}

.nav-link:focus, .nav-link:hover {
  opacity: 0.6;
  text-decoration-color: currentcolor;
  text-decoration-line: none;
  text-decoration-style: solid;
}

.nav-link svg {
	width: 100%;
}

#menu-main-navigation .nav-link {
  padding: 0;
}


/*-----------------White Navigation-----------------*/
.post-type-archive-products .navbar, .tax-product-categories .navbar {
	color: #ffffff;
}
.post-type-archive-products .navbar svg path, .tax-product-categories .navbar svg path {
	fill: #ffffff;
}

.post-type-archive-products .line, .tax-product-categories .line {
	border-top-color: #ffffff;
}
.post-type-archive-products .diamond, .tax-product-categories .diamond {
	border: 1px solid #ffffff;
}


/*-----------------Side Menu-----------------*/
.sidemenu-btn-wrapper {
  height: 42px;
  width: 42px;
  background: #F7F5F5;
  border-radius: 50%;
  padding: 11px;
  left: 20px;
  position: fixed;
  top: 30px;
  z-index: 9000;
  cursor: pointer;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.sidemenu-btn-wrapper:hover {
  box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}


.sidemenu-btn::after, .sidemenu-btn::before, .sidemenu-btn div.sidemenu-btn-center::before {
  content: "";
  display: block;
  height: 2px;
  margin: 4px 0;
  position: relative;
  top: -2px;
  outline: 1px solid transparent;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  width: 20px;
}

.sidemenu-btn::after, .sidemenu-btn::before, .sidemenu-btn div.sidemenu-btn-center::before {
  background-color: #2B2C2D;
}

.sidemenu-btn:hover::after, .sidemenu-btn:hover::before, .sidemenu-btn:hover div.sidemenu-btn-center::before {
  background-color: #2B2C2D;
}

.sidemenu-active .sidemenu-btn::after, .sidemenu-active .sidemenu-btn::before, .sidemenu-active .sidemenu-btn div.sidemenu-btn-center::before {
  background-color: #2B2C2D;
}

.sidemenu-active .sidemenu-btn:hover::after, .sidemenu-active .sidemenu-btn:hover::before, .sidemenu-active .sidemenu-btn:hover div.sidemenu-btn-center::before {
  background-color: #2B2C2D;
}

.sidemenu-active .sidemenu-btn::before {
  position: relative;
  margin: 0 0;

  -moz-transform: translateY(12px) rotate(45deg);
  -webkit-transform: translateY(12px) rotate(45deg);
  -o-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);

  -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.sidemenu-active .sidemenu-btn::after {
  position: relative;
  margin: 0 0;

  -moz-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);

  -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.sidemenu-active .sidemenu-btn div.sidemenu-btn-center {
  position: relative;
  opacity: 0;
  margin: 4px 0;

  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;

  -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.sidemenu-btn div.sidemenu-btn-center {
  position: relative;
  opacity: 1;
  margin: 4px 0;

  -moz-transition: all 0.15s ease 0s;
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;

  -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.sidemenu-background {
  background-color: #F7F5F5;
  box-shadow: 0 16px 16px rgba(0,0,0,0.05);
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 270px;
  z-index: 8800;

  -moz-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);

  transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -moz-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -webkit-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -o-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
}
.sidemenu-background-active {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0px);
}


.sidemenu-main-wrapper {
  color: #767676;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden !important;
  padding: 0;
  position: fixed;
  top: 0;
  width: 270px;
  z-index: 8900;

  -moz-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);

  transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -moz-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -webkit-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -o-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
}
.sidemenu-main-wrapper-active {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0px);
}
.sidemenu-main-wrapper-inner {
  width: 287px;
  height: 100%;
  padding-left: 30px;
  padding-top: 130px;
  overflow-x: hidden;
  overflow-y: scroll !important;
  position: relative;
  text-align: left;
}

.sidemenu-background-overlay {
  background-color: #000;
  height: 110%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: -1000%;
  width: 100%;
  z-index: 8000;

  -moz-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  -webkit-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  -o-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  -ms-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
}

.sidemenu-background-overlay-active {
  opacity: 0.3;
  top: 0;

  -moz-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  -webkit-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  -o-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  -ms-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
}

#main-wrapper {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);

  -moz-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -webkit-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -o-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -ms-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;

  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

#main-wrapper.animate {
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -o-transform: translateX(270px);
  -ms-transform: translateX(270px);
  transform: translateX(270px);

  -moz-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -webkit-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -o-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -ms-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;

  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

body {
	overflow: auto;
}

body.animate {
	overflow: hidden;
}


.menu-color-block-1 {
	background: #614063;
	height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  z-index: 2;

-webkit-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */
}


.menu-color-block-1.animate {
	width: 100vw;
	left: 300px;

-webkit-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */
}


.menu-color-block-2 {
	background: #E9DFDC;
	height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  z-index: 1;

-webkit-transition: all 600ms cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition: all 600ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition: all 600ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition: all 600ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition: all 600ms cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */
}


.menu-color-block-2.animate {
	width: 100vw;
	left: 300px;

-webkit-transition: all 600ms cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition: all 600ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition: all 600ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition: all 600ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition: all 600ms cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */
}

/*---------Side Menu Items-------*/
.side-menu-items li a {
	opacity: 0.6;
}
.side-menu-items li a:focus, .side-menu-items li a:hover  {
	opacity: 1;
  color: #2B2C2D;
  text-decoration-line: none;
  text-decoration-style: solid;
}

.side-menu-items li {
  opacity: 0;
  padding-bottom: 0.4rem;
  padding-top: 0;

  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);

  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;

  -moz-transition-duration: 0.35s, 0.35s;
  -webkit-transition-duration: 0.35s, 0.35s;
  -ms-duration: 0.35s, 0.35s;
  -o-transition-duration: 0.35s, 0.35s;
  transition-duration: 0.35s, 0.35s;

  -moz-transition-property: transform, opacity;
  -webkit-transition-property: transform, opacity;
  -ms-property: transform, opacity;
  -o-property: transform, opacity;
  transition-property: transform, opacity;

  transition-timing-function: ease, ease;
  -moz-transition-timing-function: ease, ease;
  -webkit-transition-timing-function: ease, ease;
  -ms-transition-timing-function: ease, ease;
  -o-transition-timing-function: ease, ease;
}


.side-menu-items li:first-child {
  transition-delay: 0.1s;
}
.side-menu-items li:nth-child(2) {
  transition-delay: 0.2s;
}
.side-menu-items li:nth-child(3) {
  transition-delay: 0.3s;
}
.side-menu-items li:nth-child(4) {
  transition-delay: 0.4s;
}
.side-menu-items li:nth-child(5) {
  transition-delay: 0.5s;
}
.side-menu-items li:nth-child(6) {
  transition-delay: 0.6s;
}
.side-menu-items li:nth-child(7) {
  transition-delay: 0.7s;
}
.side-menu-items li:nth-child(8) {
  transition-delay: 0.8s;
}
.side-menu-items li:nth-child(9) {
  transition-delay: 0.9s;
}
.side-menu-items li:nth-child(10) {
  transition-delay: 1.0s;
}
.side-menu-items li:nth-child(11) {
  transition-delay: 1.1s;
}
.side-menu-items li:nth-child(12) {
  transition-delay: 1.2s;
}
.side-menu-items li:nth-child(13) {
  transition-delay: 1.3s;
}
.side-menu-items li:nth-child(14) {
  transition-delay: 1.4s;
}

.sidemenu-main-wrapper-active .side-menu-items li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}


/*---------Social-------*/
.social li a {
	opacity: 1;
	color: #2B2C2D;
}

.social li a:hover, .social li a:active, .social li a:focus {
	opacity: 0.6;
}

/*---------Mail Chimp-------*/
.mc_embed_signup {
    height: 50px;
}
.mc_embed_signup input.email {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: none;
  border-left-width: 0;
  border-right-color: transparent;
  border-right-style: none;
  border-right-width: 0;
  border-top-color: transparent;
  border-top-style: none;
  border-top-width: 0;
  color: #2B2C2D;
  height: 50px;
  left: 0;
  position: relative;
  width: 85%;
  background: rgba(152, 149, 156, 0.12);
  font-size: 0.75rem;
  font-weight: 300;
  padding-left: 10px;
  padding-right: 45px;
}
.mc_embed_signup input.email:focus {
  outline-color: currentcolor;
  outline-style: none;
  outline-width: medium;
}
.mc_embed_signup input.email:-moz-placeholder {
  color: #2B2C2D;
}
.mc_embed_signup input.email::-moz-placeholder {
  color: #2B2C2D;
}
.mc-embedded-subscribe {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: rgba(44, 45, 46, 0.6);
  font-size: 25px;
  height: 50px;
  margin-right: 0;
  position: absolute;
  right: 50px;
    width: 40px;
}
.mc-embedded-subscribe:hover {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  color: #efede8;
  transition-delay: 0s;
  transition-duration: 0.35s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
.mc_embed_signup .select {
  -moz-appearance: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("images/circle-right.svg");
  background-origin: padding-box;
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: auto auto;
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-top-color: currentcolor;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  margin-top: 6px;
}

.mc_embed_signup .select:hover {
	opacity: 0.4;
	cursor: pointer;
}


/*---------Dropdown-------*/
.dropdown-toggle {
	opacity: 1;
	-o-transition: opacity 0.35s ease-in;
  -moz-transition: opacity 0.35s ease-in;
  -webkit-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
  -webkit-appearance: none !important;

}
.dropdown-toggle:hover {
	cursor: pointer;
	opacity: 0.5;

	-o-transition: opacity 0.35s ease-in;
  -moz-transition: opacity 0.35s ease-in;
  -webkit-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
}

.dropdown-menu {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.08);
	margin-top: 1.3rem;
	border: none;
	text-align: right;
}

.dropdown-item {
  color: rgba(34, 34, 35, 1);
  font-weight: 700;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 7px;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
  padding-bottom: 7px;
  font-size: 11px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  -webkit-appearance: none !important;
}

.dropdown-toggle::after {
	border-top-color: transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
  color: rgba(34, 34, 35, 0.5);
  text-decoration-color: currentcolor;
  text-decoration-line: none;
  text-decoration-style: solid;
}

/* ==========================================================================
   Main Styles
   ========================================================================== */
/* remove spacing between middle columns */
.row.full [class*='col-']:not(:first-child):not(:last-child) {
  padding-right:0;
  padding-left:0;
}
/* remove right padding from first column */
.row.full [class*='col-']:first-child {
  padding-right:0;
  padding-left:0;
}
/* remove left padding from first column */
.row.full [class*='col-']:last-child {
  padding-left:0;
  padding-right: 0;
}

.relative {
	position: relative;
}

.no-overflow {
	overflow: hidden;
}

section.full {
	height: 100vh;
}

.flex-section {
	min-height: 1000px;
	height: 100vh;

  display:         -webkit-box;
  display:         -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.flex-section.left {
	-webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;

  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

header {
  display:         -webkit-box;
  display:         -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*overflow-x: hidden;*/
}

header#main {
	height: auto;
}

.header-bg-img {
	position: absolute;
	z-index: -1;
	left: -300px;
	margin-bottom: -400px;
	opacity: 0.2;
	overflow: hidden;
}

.body-bg-img img {
	position: absolute;
	z-index: -1;
	left: -300px;
	margin-bottom: 0;
	opacity: 0.2;
	overflow: hidden;
	height: 380px;
	bottom: 0;
	width: auto;
	max-width: 100%;
}

.header-bg-img img, .seal img {
	width: 100%;
}

.seal {
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 20;
	overflow: hidden;
}

.bg-image {
  width: 100%;
  height: 100%;
  max-height: 700px;
  min-height: 700px;
  position: relative;
}

.bg-image .content, bg-image .btn {
  position: relative;
  z-index: 2;
}

.bg-image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.20);
  z-index: 1;
}

.negative-top {
  margin-top: -120px;
}

.negative-top-sm {
  margin-top: -40px;
}

.section-bg-img-bottom {
	overflow: hidden;
}
.section-bg-img-bottom img {
  position: absolute;
	z-index: -1;
	right: 0;
	bottom: -200px;
	opacity: 0.3;
	width: 100%;
	max-width: 500px;
	overflow: hidden;
  background-blend-mode: multiply;
}

/*---------Line Seperator-------*/
.line-seperator {
	position: relative;
	width: 100%;
	margin: auto;
	max-width: 1600px;
	height: 30px;
	overflow: hidden;
	opacity: 0.4;
	z-index: 2;
}

.line-seperator.sm {
	max-width: 600px;
}

.diamond {
	position: absolute;
	margin: auto;
	margin-top: 0.4rem;
	left: 0;
	right: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #98959B;

	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.line {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0;
  border-top-color: #98959B;
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 1rem;
  margin-top: 0.7rem;
  width: 100%;
	max-width: 500px;
}

.line.left {
	left: -530px;
	margin-right: 53%;
}

.line.right {
	right: -530px;
	margin-left: 53%;
}

/*---------Lline Seperator White-------*/
.line-seperator.white .diamond {
	border: 1px solid #ffffff;
}

.line-seperator.white .line {
	border-top-color: #ffffff;
}

/*-----------------Content Boxes------------------*/
.box-image {
	width: 120%;
	margin-top: -50px;
	height: 70vh;
	min-height: 620px;
}

.box-content {
	height: 70vh;
	min-height: 620px;
	padding: 8%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.box-content .btn {
	align-self: flex-start;
}

.box-image.menu-loop {
	width: 150%;
	height: 400px;
	min-height: 400px;
}

.box-content.menu-loop {
	height: 400px;
	min-height: 400px;
}


/*---------Box Button-------*/
.box-button {
  width: 100%;
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  background: #0e0e0f;
  margin-bottom: 100px;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.16);

  transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
}

.box-button h3, .box-button p {
  color: #E9DFDC;
}

.box-button p {
  line-height: 0.9rem;
  font-size: 0.9rem;
}

.box-button:hover, .box-button:active{
  background: #E9DFDC;

	transform: scale(1.01);
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-o-transform: scale(1.01);

  transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
}

.box-button:hover h3, .box-button:active h3, .box-button:focus h3,
.box-button:hover p, .box-button:active p, .box-button:focus p {
  color: #222223;

  transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
}

.box-button .line-seperator {
	max-width: 200px;
	transition: all 0.35s ease-in-out 0.1s;
  -moz-transition: all 0.35s ease-in-out 0.1s;
  -webkit-transition: all 0.35s ease-in-out 0.1s;
  -o-transition: all 0.35s ease-in-out 0.1s;
}

.box-button:hover .line-seperator, .box-button:active, .box-button:focus {
	max-width: 700px;

	transition: all 0.35s ease-in-out 0.2s;
  -moz-transition: all 0.35s ease-in-out 0.2s;
  -webkit-transition: all 0.35s ease-in-out 0.2s;
  -o-transition: all 0.35s ease-in-out 0.2s;
}


.box-button a {
  width: 100%;
  height: 100%;
  display: block;
}

.box-button img {
  margin-top: -70px;
}

/*-----------------Column List------------------*/
.column-list {
  -moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-fill: balance;
   column-fill: balance;
}

.column-list li {
  margin-bottom: 15px;
}

/*-----------------Footer------------------*/

footer ul {
  margin-bottom: 0;
}

footer .nav-link {
	padding-left: 0.2em;
	padding-right: 0.2em;
	line-height: 0;
}



/*-----------------Flickety Styles------------------*/
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*---draggable--*/

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ----previous/next buttons--- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: solid 1px #fff;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  background: hsla(0, 0%, 100%, 0);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.flickity-prev-next-button:hover {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.flickity-prev-next-button:hover path.arrow {
	fill: rgba(0, 0, 0, 0.3);
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 1;
}

.flickity-prev-next-button.previous {
	left: 75px;
}
.flickity-prev-next-button.next {
	right: 75px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.next:before {
	content: url('images/arrow-right.svg');
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.flickity-prev-next-button.previous:before {
	content: url('images/arrow-left.svg');
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


/*----page dots----*/
.flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 500;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  background-color: rgba(245, 245, 245, 0.5);
}

.flickity-page-dots .dot.is-selected {
  background-color: rgba(245, 245, 245, 1);
}

.transparent {
	color: rgba(255, 255, 255, 0);
}

/* ----404 page--- */
.section-404 {
	min-height: 70vh;
	height: auto;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

/* ==========================================================================
   Form Styles
   ========================================================================== */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.65rem + 2px);
}

.form-group.select {
	overflow: hidden;
}

.form-group select {
	width: 120%;
	padding-right: 25%;
}

.form-group select:hover {
	cursor: pointer;
}

.form-group.select.white .form-control {
	background-color: rgba(255, 255, 255, 0.20);
	border-bottom-color: rgba(255, 255, 255, 0.20);
	border-top-color: rgba(255, 255, 255, 0.20);
	border-right-color: rgba(255, 255, 255, 0.20);
	border-left-color: rgba(255, 255, 255, 0.20);
	color: #ffffff;
}
.form-group.select.white .form-control option {
	color: #2B2C2D;
	background: #ffffff;
}

.form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-clip: padding-box;
  background-color: rgba(44, 45, 46, 0.10);
  background-image: none;
  border-bottom-color: rgba(44, 45, 46, 0.10);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: rgba(0, 0, 0, 0.10);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.10);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.10);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: solid;
  border-top-width: 1px;
  color: #2B2C2D;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-property: border-color, box-shadow, -webkit-box-shadow;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  width: 100%;
  -webkit-appearance:none;
  height: 50px;
}

.form-control:focus {
  background-color: rgba(250, 250, 250, 0.55);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  color: #2B2C2D;
  outline-color: currentcolor;
  outline-style: none;
  outline-width: 0;
}

label {
	text-align: left;
	font-weight: bold;
	 line-height: 24px;
	 width: 100%;
}

/*Contact Form 7*/
div.wpcf7-validation-errors {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #ed275c;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ed275c;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #ed275c;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #ed275c;
    border-top-style: solid;
    border-top-width: 2px;
    background: #ed275c;
    color: #ffffff;
}

div.wpcf7-mail-sent-ok {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #3cd16e;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #3cd16e;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #3cd16e;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #3cd16e;
    border-top-style: solid;
    border-top-width: 2px;
    background: #3cd16e;
    color: #ffffff;
}

.wpcf7 textarea {
height: auto;
width: 100%;
}

.wpcf7-radio {
    float: left;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
}



/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #111111;
  background-image: -moz-linear-gradient(top, #111111, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(#111111));
  background-image: -webkit-linear-gradient(top, #111111, #111111);
  background-image: -o-linear-gradient(top, #111111, #111111);
  background-image: linear-gradient(to bottom, #111111, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#111111', GradientType=0);
  border-color: #111111 #111111 #111111;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #111111;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #111111;
  background-image: -moz-linear-gradient(top, #111111, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(#111111));
  background-image: -webkit-linear-gradient(top, #111111, #111111);
  background-image: -o-linear-gradient(top, #111111, #111111);
  background-image: linear-gradient(to bottom, #111111, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#111111', GradientType=0);
  border-color: #111111 #111111 #111111;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #111111;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}


/* ==========================================================================
   Home Styles
   ========================================================================== */
header#home {
	min-height: 90vh;
	height: auto;
}

#home-carousel {
	max-height: 750px;
	height: 100vh;
}

#home-carousel img {
  height: 100%;
}

#home div.col-md-5 {
	margin-top: 200px;
}

.css-award {
  position: absolute;
  right: 25px;
  bottom: 10px;
  z-index: 100;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  -webkit-box-shadow: -2px -1px 53px -10px rgba(0,0,0,0.95);
	-moz-box-shadow: -2px -1px 53px -10px rgba(0,0,0,0.95);
	box-shadow: -2px -1px 53px -10px rgba(0,0,0,0.95);
}
.css-award img {
	width: 100px;
  height: 100px;
}

.css-award:hover {
  -webkit-box-shadow: -2px -1px 53px -10px rgba(0,0,0,0.0);
	-moz-box-shadow: -2px -1px 53px -10px rgba(0,0,0,0.0);
	box-shadow: -2px -1px 53px -10px rgba(0,0,0,0.0);
}

.hours {
	background: rgba(0, 0, 0, 0.04);
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	width: 70%;
	margin: auto;
}
.hours li {
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 5px;
}

/* ----------Flickity previous/next buttons home-------- */
#home-carousel .flickity-prev-next-button {
  position: absolute;
  width: 85px;
  height: 65px;
  background: #F7F5F5;
  border: 0 solid transparent;
  border-radius: 0;
  left: 85px;
  top: 100%;
  opacity: 1;
  cursor: pointer;
  /* vertically center */

  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#home-carousel .flickity-prev-next-button.next:hover:before {
  margin-left: -10px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#home-carousel .flickity-prev-next-button.previous:hover:before {
  margin-right: -10px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#home-carousel .flickity-prev-next-button.previous {
	margin-left: -85px;
}


/* ----------Carousel 2-------- */
#carousel-2 {
	height: 450px;
}

.carousel-card {
	position: relative;
	width: 100%;
	max-width: 750px;
	height: 380px;
	background: #F7F5F5;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.home .carousel-card, .post-type-archive-press .carousel-card {
	margin-left: 30px;
	margin-right: 30px;
}

.carousel-card.is-selected {
	box-shadow: 1px 25px 40px rgba(0, 0, 0, 0.09);

	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);

	-webkit-transition: all 0.35s ease-in-out 0.3s;
  -moz-transition: all 0.35s ease-in-out 0.3s;
  -o-transition: all 0.35s ease-in-out 0.3s;
  transition: all 0.35s ease-in-out 0.3s;
}

.carousel-card-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 100%;
}

.carousel-card-color-bar {
	width: 220px;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.carousel-card-content {
	margin-left: 250px;
	margin-right: 20px;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

a.more {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	margin-bottom: 20px;
	margin-right: 20px;
	-webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}

a.more:hover {
	margin-right: 30px;
	-webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}


/*---------Featured Product-----------*/
.basil {
  position: absolute;
  right: 10%;
  bottom: 21%;
}

.featured-product {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -170px;
  margin: auto;
  width: 100%;
  max-width: 680px;
  z-index: 3;
}

.featured-product img {
  max-width: 100%;
  height: auto;
}


/*---------Latest news-----------*/
.latest-news li.blog-article a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.latest-news li.blog-article {
	padding-left: 10px;
	border-bottom: 1px solid rgba(103, 114, 128, 0.2);
	background: rgba(34, 34, 35, 0);
	-webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}

.latest-news li.blog-article:hover {
	padding-left: 20px;
	background: rgba(34,  34,  35, 0.80);
	-webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}

.blog-article h3 {
  line-height: 2rem;
}

.blog-article h4 {
  line-height: 1rem;
}

.latest-news h4{
	position: relative;
	left: 0;
	top: 30%;
	opacity: 0.4;
}

.latest-news h3 {
	max-width: 520px;
}

.latest-news li.blog-article:hover .more-arrow {
	opacity: 1;
	right: 40px;
}

.blog-image {
  height: 80%;
  width: 150px;
  position: absolute;
  margin: auto;
  top: 0;
	bottom: 0;
}

.blog-title {
	margin-left: 200px;
}

.more-arrow {
	opacity: 0;
	height: 35px;
	width: 35px;
	border-radius: 35px;
	position: absolute;
	top: 30%;
	right: 25px;
	overflow-x: hidden;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.more-arrow div {
	height: 1px;
	width: 18px;
	background-color: #E9DFDC;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.more-arrow div:before {
	content: '';
	height: 1px;
	width: 8px;
	background-color: #E9DFDC;
	position: absolute;
	right: -1px;
	top: -3px;
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.more-arrow div:after {
	content: '';
	height: 1px;
	width: 8px;
	background-color: #E9DFDC;
	position: absolute;
	right: -1px;
	bottom: -3px;
	-webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


/* ==========================================================================
   Blog Styles
   ========================================================================== */
/*-----------------Loop-------------------*/
.blog .latest-news li.blog-article,
.archive .latest-news li.blog-article{
	background: rgba(34, 34, 35, 0);
	-webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}

.blog .latest-news li.blog-article:hover,.archive .latest-news li.blog-article:hover {
	background: rgba(34,  34,  35, 0.05);
	-webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}

.blog .latest-news h4,
.archive .latest-news h4 {
	opacity: 1;
}

.blog .latest-news h3,
.archive .latest-news h3 {
	max-width: 720px;
}

.blog .more-arrow div, .blog .more-arrow div:before, .blog .more-arrow div:after,
.archive .more-arrow div, .archive .more-arrow div:before, .archive .more-arrow div:after {
	background-color: #222223;
}

/*-----------------Individual Blog-------------------*/
.featured-img {
	width: 40vw;
	height: 100vh;
	position: fixed;
	left:0;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
}

.featured-img .content {
	opacity: 0;

-webkit-transition: all 700ms cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition: all 700ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition: all 700ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition: all 700ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition: all 700ms cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */
}

.featured-img .content.animate {
	opacity: 1;

-webkit-transition: all 700ms cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition: all 700ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition: all 700ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition: all 700ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition: all 700ms cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */
}

.featured-img .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.secondary-nav {
	top: 20px;
	left: 20px;
	width: 40%;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	 z-index: 20;
}

.secondary-nav .back {
  position: absolute;
  left: -13px;
  top: 5px;
  z-index: 20;
}

.back-to-all {
  margin-left: -40px;
  position: absolute;
  top: 25px;
}

.overlay-color-block-1 {
	background: #614063;
	height: 100%;
  position: absolute;
  left: -40vw;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  z-index: 0;

-webkit-transition: all 800ms cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition: all 800ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition: all 800ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition: all 800ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition: all 800ms cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */
}

.overlay-color-block-1.animate {
	width: 0vw;
	left: 40vw;

	-webkit-transition: all 800ms cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition: all 800ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition: all 800ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition: all 800ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition: all 800ms cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */
}

.circle-arrow {
	height: 35px;
	width: 35px;
	border: 1px solid #ffffff;
	border-radius: 35px;
	position: absolute;
	top: 30%;
	right: 25px;
	overflow-x: hidden;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.circle-arrow div {
	height: 1px;
	width: 18px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.circle-arrow div:before {
	content: '';
	height: 1px;
	width: 8px;
	background-color: #ffffff;
	position: absolute;
	right: -1px;
	top: -3px;
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.circle-arrow div:after {
	content: '';
	height: 1px;
	width: 8px;
	background-color: #ffffff;
	position: absolute;
	right: -1px;
	bottom: -3px;
	-webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.circle-arrow span {
	height: 1px;
	width: 18px;
	background-color: #222223;
	position: absolute;
	top: 50%;
	left: -60px;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.circle-arrow span:before {
	content: '';
	height: 1px;
	width: 8px;
	background-color: #222223;
	position: absolute;
	right: -1px;
	top: -3px;
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.circle-arrow span:after {
	content: '';
	height: 1px;
	width: 8px;
	background-color: #222223;
	position: absolute;
	right: -1px;
	bottom: -3px;
	-webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.circle-arrow:hover{
	border-color: #ffffff;
	background-color: #ffffff;

	box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.1);

	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.circle-arrow:hover div {
	right: -60px;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.circle-arrow:hover span {
	left: 0;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.circle-arrow.left {
 -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

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

.single-post iframe {
  max-width: 100%;
  height: 350px;
  -webkit-animation-fill-mode: none !important;
  -moz-animation-fill-mode: none !important;
  -ms-animation-fill-mode: none !important;
  -o-animation-fill-mode: none !important;
  animation-fill-mode: none !important;
}

/*-----------------Share-------------------*/
.article-share {
  float: right;
  width: 100px;
}

/*---------------Pagination------------------*/
.page-link {
  color: inherit;
  background-color: transparent;
  border: 0 solid #ddd;
  font-weight: 700;
}
.page-link:focus, .page-link:hover {
  color: #614063;
  background-color: transparent;
}

.page-item.active .page-link {
  color: #614063;
  background-color: transparent;
  border-color: transparent;
}

.pagination {
	padding-top: 3rem;
}

/*---------------Scroll to Top------------------*/
.scroll-top {
  position: fixed;
  z-index: 10000;
  bottom: 30px;
  right: 30px;
  background: #614063;
  padding: 10px 15px;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.scroll-top.scroll-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.scroll-top.scroll-fade-out {
  opacity: 1;
}

/*---------------Next and Previous------------------*/
.nav-arrows {
  position: fixed;
  bottom: 0;
  left: 40vw;
  margin-left: -80px;
  z-index: 100;
  display: flex;
  justify-content: center;
}

.nav-arrows .left-arrow, .nav-arrows .right-arrow{
	background: #ffffff;
	width: 80px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav-arrows .right-arrow {
	position: relative;
	margin-left: 80px;
}
.nav-arrows .left-arrow {
    position: relative;
    margin-right: -80px;
}


/* ==========================================================================
   Product Styles
   ========================================================================== */
.post-type-archive-products #main-wrapper .nav-wrapper, .tax-product-categories #main-wrapper .nav-wrapper{
	position: fixed;
	width: 100%;
	z-index: 5;
	top: 0;
}

.buy-now img {
	margin-top: -20px;
	padding-left: 10px;
	transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.buy-now img:hover {
  opacity: 0.5;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.buy-now::before {
	content: '';
	border-left: 1px solid rgba(255, 255, 255, 0.30);
	position: absolute;
	height: 60%;
	top: 15px;
}

.product-category-container {
	position: fixed;
	z-index: 5;
	width: 100%;
	max-width: 600px;
	top: 140px;
	left: 65px;
	height: 20px;

	-webkit-transition: all 500ms cubic-bezier(0.685, 0, 0.630, 1); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.685, -0.060, 0.630, 1.180);
	-moz-transition: all 500ms cubic-bezier(0.685, -0.060, 0.630, 1.180);
	-o-transition: all 500ms cubic-bezier(0.685, -0.060, 0.630, 1.180);
	transition: all 500ms cubic-bezier(0.685, -0.060, 0.630, 1.180); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.685, 0, 0.630, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.685, -0.060, 0.630, 1.180);
	-moz-transition-timing-function: cubic-bezier(0.685, -0.060, 0.630, 1.180);
	-o-transition-timing-function: cubic-bezier(0.685, -0.060, 0.630, 1.180);
	transition-timing-function: cubic-bezier(0.685, -0.060, 0.630, 1.180); /* custom */
	}

.product-list-container {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 50%;
}

.product-container {
	margin-top: 0.2px;
	margin-bottom: 0.2px;
	width: 100%;
	height: 100vh;
	min-height: 800px;
	opacity: 0;
	padding-top: 130px;
	overflow: hidden;
	position: relative;

	-webkit-transition: all 800ms cubic-bezier(0.685, 0, 0.630, 1); /* older webkit */
	-webkit-transition: all 800ms cubic-bezier(0.685, -0.060, 0.630, 1.180);
	-moz-transition: all 800ms cubic-bezier(0.685, -0.060, 0.630, 1.180);
	-o-transition: all 800ms cubic-bezier(0.685, -0.060, 0.630, 1.180);
	transition: all 800ms cubic-bezier(0.685, -0.060, 0.630, 1.180); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.685, 0, 0.630, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.685, -0.060, 0.630, 1.180);
	-moz-transition-timing-function: cubic-bezier(0.685, -0.060, 0.630, 1.180);
	-o-transition-timing-function: cubic-bezier(0.685, -0.060, 0.630, 1.180);
	transition-timing-function: cubic-bezier(0.685, -0.060, 0.630, 1.180); /* custom */
}

.product-container.in-view {
	opacity: 1;

	-webkit-transition: all 800ms cubic-bezier(0.685, 0, 0.630, 1); /* older webkit */
	-webkit-transition: all 800ms cubic-bezier(0.685, -0.060, 0.630, 1.180);
	-moz-transition: all 800ms cubic-bezier(0.685, -0.060, 0.630, 1.180);
	-o-transition: all 800ms cubic-bezier(0.685, -0.060, 0.630, 1.180);
	transition: all 800ms cubic-bezier(0.685, -0.060, 0.630, 1.180); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.685, 0, 0.630, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.685, -0.060, 0.630, 1.180);
	-moz-transition-timing-function: cubic-bezier(0.685, -0.060, 0.630, 1.180);
	-o-transition-timing-function: cubic-bezier(0.685, -0.060, 0.630, 1.180);
	transition-timing-function: cubic-bezier(0.685, -0.060, 0.630, 1.180); /* custom */
}

.product-bg-img {
	position: fixed;
	z-index: 2;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
	opacity: 1;
	overflow: hidden;
	background-blend-mode: multiply;
	mix-blend-mode: multiply;
}

.category-name.h1.lg {
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	color: rgba(0, 0, 0, 0.35);
}

.products-list {
  height: 100%;
  top: 10%;
	margin: auto;
	position: absolute;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.products-list .nav-list li {
  opacity: 0;
  padding-bottom:0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);

  transition-delay: 0s, 0s;
  transition-duration: 0.5s, 0.5s;
  transition-property: transform, opacity;
  transition-timing-function: ease, ease;
}

.products-list .nav-list li:first-child {
  transition-delay: 0.4s;
}
.products-list .nav-list li:nth-child(2) {
  transition-delay: 0.5s;
}
.products-list .nav-list li:nth-child(3) {
  transition-delay: 0.6s;
}
.products-list .nav-list li:nth-child(4) {
  transition-delay: 0.7s;
}
.products-list .nav-list li:nth-child(5) {
  transition-delay: 0.8s;
}
.products-list .nav-list li:nth-child(6) {
  transition-delay: 0.9s;
}
.products-list .nav-list li:nth-child(7) {
  transition-delay: 1s;
}
.products-list .nav-list li:nth-child(8) {
  transition-delay: 1.1s;
}
.products-list .nav-list li:nth-child(9) {
  transition-delay: 1.2s;
}
.products-list .nav-list li:nth-child(10) {
  transition-delay: 1.3s;
}
.products-list .nav-list li:nth-child(11) {
  transition-delay: 1.4s;
}
.products-list .nav-list li:nth-child(12) {
  transition-delay: 1.5s;
}
.products-list .nav-list li:nth-child(13) {
  transition-delay: 1.6s;
}
.products-list .nav-list li:nth-child(14) {
  transition-delay: 1.7s;
}
.products-list .nav-list li:nth-child(15) {
  transition-delay: 1.8s;
}
.products-list .nav-list li:nth-child(16) {
  transition-delay: 1.9s;
}
.products-list .nav-list li:nth-child(17) {
  transition-delay: 2.0s;
}
.products-list .nav-list li:nth-child(18) {
  transition-delay: 2.1s;
}
.products-list .nav-list li:nth-child(19) {
  transition-delay: 2.2s;
}
.products-list .nav-list li:nth-child(20) {
  transition-delay: 2.3s;
}

.products-list .nav-list li.animate {
  opacity: 1;
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.products-list .nav-list li a {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.25rem;
	line-height: 20px;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;

	padding-bottom: 0.1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.1em;
}


.products-list .nav-list li a:hover {
	color: #ffffff !important;
	margin-left: 15px;
}

.products-list .nav-list li a:before {
	content: '';
	width: 0;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	left: -50px;
	top: 50%;

	-webkit-transition: all 200ms cubic-bezier(0.550, 0, 0.510, 1); /* older webkit */
	-webkit-transition: all 200ms cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-moz-transition: all 200ms cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-o-transition: all 200ms cubic-bezier(0.550, -0.090, 0.510, 1.125);
	transition: all 200ms cubic-bezier(0.550, -0.090, 0.510, 1.125); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.550, 0, 0.510, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-moz-transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-o-transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125);
	transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125); /* custom */
}

.products-list .nav-list li a:hover:before{
	content: '';
	width: 30px !important;

	-webkit-transition: all 200ms cubic-bezier(0.550, 0, 0.510, 1); /* older webkit */
	-webkit-transition: all 200ms cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-moz-transition: all 200ms cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-o-transition: all 200ms cubic-bezier(0.550, -0.090, 0.510, 1.125);
	transition: all 200ms cubic-bezier(0.550, -0.090, 0.510, 1.125); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.550, 0, 0.510, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-moz-transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-o-transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125);
	transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125); /* custom */
}

.products-description {
  height: 100%;
  top: 10px;
  margin: auto;
  z-index: 1;
  width: 100%;
  position: absolute;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-box-direction: normal;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;

	-moz-box-pack: center;
	-ms-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-price {
	text-align: right;
	position: absolute;
	z-index: 60;
}

.lightgallery img {
  margin-right: 5px;
  margin-bottom: 10px;
  height: 80px;
  width: auto;
  max-width: 100px;
  box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.3);

  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

	-webkit-transition: all 400ms cubic-bezier(0.550, 0, 0.510, 1); /* older webkit */
	-webkit-transition: all 400ms cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-moz-transition: all 400ms cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-o-transition: all 400ms cubic-bezier(0.550, -0.090, 0.510, 1.125);
	transition: all 400ms cubic-bezier(0.550, -0.090, 0.510, 1.125); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.550, 0, 0.510, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-moz-transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-o-transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125);
	transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125); /* custom */
}

.lightgallery img:hover {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);

	-webkit-transition: all 400ms cubic-bezier(0.550, 0, 0.510, 1); /* older webkit */
	-webkit-transition: all 400ms cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-moz-transition: all 400ms cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-o-transition: all 400ms cubic-bezier(0.550, -0.090, 0.510, 1.125);
	transition: all 400ms cubic-bezier(0.550, -0.090, 0.510, 1.125); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.550, 0, 0.510, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-moz-transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125);
	-o-transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125);
	transition-timing-function: cubic-bezier(0.550, -0.090, 0.510, 1.125); /* custom */
	}

.lg-backdrop {
  background-color: #000;
  z-index: 10000;
}
.lg-outer, .lg-toolbar {
	z-index: 11000;
}
.lg-outer .lg-thumb-item {
  border-bottom-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0);
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-bottom-color: rgba(255, 255, 255, 0.6);
  border-left-color: rgba(255, 255, 255, 0.6);
  border-right-color: rgba(255, 255, 255, 0.6);
  border-top-color: rgba(255, 255, 255, 0.6);
}

.lg-fullscreen {
    display: none;
}

/*---------------Modal------------------*/
.post-type-archive-products iframe {
	width: 100%;
	height: 400px;
}


/*---------------Scroll Notification------------------*/
.scroll-notification {
  background-color: #ffffff;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  box-shadow: 10px 30px 30px rgba(0, 0, 0, 0.2);
  color: #111111;
  content: "scroll";
  font-size: 13px;
  padding-top: 25px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  height: 90px;
  left: 50%;
  line-height: 16px;
  margin-left: -45px;
  margin-top: -50px;
  font-style: italic;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transition-delay: 0s;
  transition-duration: 0.35s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  width: 90px;
  z-index: 300;
}

/* ==========================================================================
   About Styles
   ========================================================================== */
.map {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
.about-map {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.about-map-marker {
	position: absolute;
	bottom: 145px;
	right: 390px;
	height: 65px;
	margin: auto;
}

.page-id-19 .header-bg-img {
	left: -100px;
	top: -100px;
}

.about-menu-list li {
	padding: 20px 50px;
	border-top: 1px solid rgba(152, 149, 156, 0.30);
	border-right: 1px solid rgba(152, 149, 156, 0.30);
	border-bottom: 1px solid rgba(152, 149, 156, 0.30);
	margin-left: -4px;
}

.about-menu-list li.list-inline-item:last-child {
  border-right: 1px solid rgba(152, 149, 156, 0.0);
}

.about-menu-list li.list-inline-item:not(:last-child) {
  margin-right: 0;
}

.about-menu-list li:hover {
	background: rgba(255, 255, 255, 0.25);
	transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.plate-img {
	margin-left: -175px;
	margin-top: -200px;
	width: 250px;
  opacity: 0.3;
}

.box-padding {
	padding: 6rem;
}

.shop-box {
  position: absolute;
  left: 25%;
  width: 75%;
  padding-left: 150px !important;
  top: 25%;
  padding-right: 150px;
}
.shop-box a.more {
	right: inherit;
}

.shop-img {
	width: 45%;
}

.farmers-list {
  -moz-column-count: 2;
  -ms-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-fill: balance;
  column-fill: balance;
}

.farmers-list li {
	border-bottom: 1px solid rgba(248, 245, 245, 0.8);
  padding: 7px 0;
	margin-right: 30px;
}

.farmers-list li a:hover {
	opacity: 0.7;
}

.wine-img {
  position: absolute;
  z-index: 100;
  bottom: -155px;
  right: 0;
  max-width: 700px;
}

.col-6-paragraphs {
	-moz-column-count: 2;
	-ms-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-fill: balance;
  column-fill: balance;
}


/*-----------------Modal Window Styles-------------------*/
.team-btn {
  width: 85px;
  height: 85px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
  align-items: center;
	-ms-flex-pack: center;
  justify-content: center;
}
.team-btn:hover, .team-btn:focus{
	color: #ffffff;
	box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.25);
}

.team-content {
	height: 85px;
	position: absolute;
	bottom: 0;
	left: 85px;
	padding-left: 100px;
}
.team-content h3 {
	font-style: italic;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}
.team-content span{
	z-index: 1;
	position: relative;
}
.team-content:before {
	content: '';
	height: 1px;
	width: 60px;
	background-color: #979797;
	position: absolute;
	margin-top: 30px;
	left: 20px;
	z-index: 1;
}
.team-content:after {
	content: '';
	height: 85px;
	width: 215px;
	background-color: #E9DFDC;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}



/* ==========================================================================
   Events and Catering Styles
   ========================================================================== */
#gallery.carousel img {
  display: block;
  height: 700px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
}


#gallery .flickity-prev-next-button.next:before, #team-carousel .flickity-prev-next-button.next:before{
	content: url('images/arrow-right-white.svg');
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#gallery .flickity-prev-next-button.previous:before, #team-carousel .flickity-prev-next-button.previous:before {
	content: url('images/arrow-left-white.svg');
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


/*-----------------Modal Window Styles-------------------*/
.modal {
  margin: 5% auto;
  z-index: 10500;
}

.modal-content {
  background-clip: padding-box;
  background-color: transparent;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.0);
  outline: 0 none;
  position: relative;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #F7F5F5;
}

.modal-backdrop.fade {
  filter: alpha(opacity=50);
  opacity: 0.95;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .95;
}

.modal-dialog {
	background: #2B2C2D;
}

.close {
  color: #fff;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 transparent;
}

.modal-header, .modal-footer {
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.modal-body {
	color: #ffffff;
}



/* ==========================================================================
   Mobile Styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 543px) {

html {
	font-size: 14px;
}

.h1.lg {
	font-size: 8.5rem;
	height: 100%;
	overflow: hidden
}
.page-id-19 .h1.lg {
	height: inherit;
}

.navbar-brand svg {
	max-width: 150px;
}

.sidemenu-main-wrapper-inner {
  padding-top: 80px;
}

/*----------Content Box-----------*/
.box-image.menu-loop {
	width: 100%;
	min-height: 200px;
	height: 200px;
}

.box-image {
	height: 350px;
	min-height: 350px;
	width: 100%;
	margin-bottom: auto;
}

.box-content {
	height: auto;
	padding-top: 3%;
	padding-bottom: 3%;
}

.flickity-prev-next-button.previous {
	left: 10px;
]}
.flickity-prev-next-button.next {
	right: 10px;
}

.col-6-paragraphs {
  -moz-column-count: 1;
  -ms-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-column-fill: balance;
  column-fill: balance;
}

.bg-image {
	max-height: 400px;
}


/*--------Home---------*/
#home div.col-md-5 {
	margin-top: 20px;
}

#home-carousel {
	max-height: 350px;
}

.carousel-card-img {
  height: 125px;
  bottom: 25px;
  top: 0;
  width: 120px;
  right: 0;
  left: auto;
}

.carousel-card-content {
	margin-left: 40px;
}

.carousel-card-color-bar {
  height: 10px;
  width: 140px;
}

.hours {
  width: 100%;
}

/*--------About---------*/
.about-map {
  right: -200px;
}
.about-map-marker {
  bottom: 165px;
  right: 250px;
}

.plate-img {
  margin-left: -100px;
}

.box-padding {
  padding: 3rem;
}


.shop-box {
  position: relative;
  left: 0;
  width: 100%;
  padding-left: 30px !important;
  top: -60px;
  padding-right: 30px;
}

.wine-img {
	max-width: 100%;
	bottom: -75px;
}

.team-content {
	left: 20px;
}

.team-content::before {
  width: 15px;
  left: 75px;
}


/*----------Blog-----------*/
.featured-img {
	width: auto;
	height: auto;
	position: relative;
	left:0;
}

.secondary-nav {
	position: absolute;
}

.overlay-color-block-1 {
  left: -100vw;
}

.overlay-color-block-1.animate {
	left: 100vw;
	width: 30vw;

	-webkit-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */
}

.latest-news li.blog-article .more-arrow {
  right: 10px;
  bottom:10px;
  top:auto;
}
.latest-news li.blog-article:hover .more-arrow {
  right: 10px;
  bottom:10px;
  top:auto;
}

.nav-arrows {
  position: relative;
  left: 0;
  margin-left: 0;
  z-index: 100;
  padding-top: 30px;
}

.blog-image {
  width: 100px;
}

.blog-title {
	margin-left: 125px;
}

/*----------Shop-----------*/
.product-container {
	height: auto;
	min-height: auto;
	padding-top: 150px;
}

.product-price {
	top: 0;
	position: relative;
}

.products-description {
	position: relative;
	top: 0;
}

/*--------Footer---------*/
footer {
	text-align: center;
}

}

/* Landscape phone to portrait tablet */
@media (min-width: 544px) and (max-width: 767px) {

html {
	font-size: 14px;
}

.h1.lg {
	font-size: 8.5rem;
	height: 100%;
	overflow: hidden
}
.page-id-19 .h1.lg {
	height: inherit;
}

.navbar-brand svg {
	max-width: 150px;
}

.sidemenu-main-wrapper-inner {
  padding-top: 80px;
}

/*----------Content Box-----------*/
.box-image.menu-loop {
	width: 100%;
	min-height: 300px;
	height: 300px
}

.box-image {
	height: 350px;
	min-height: 350px;
	width: 100%;
	margin-bottom: auto;
}

.box-content {
	height: auto;
	padding-top: 3%;
	padding-bottom: 3%;
}

/*----------Flickity-----------*/
.flickity-prev-next-button.previous {
	left: 10px;
}
.flickity-prev-next-button.next {
	right: 10px;
}

.bg-image {
	max-height: 400px;
}

/*----------Landing-----------*/
.landing-bg {
  bottom: -30%;
}

#landing {
	top: -50px;
}


/*--------Home---------*/
#home div.col-md-5 {
	margin-top: 20px;
}

#home-carousel {
	max-height: 350px;
}

/*--------About---------*/
.about-map {
  right: -80px;
}
.about-map-marker {
  bottom: 135px;
	right: 290px;
}

.plate-img {
  margin-left: -100px;
}

.shop-box {
  left: 30%;
	width: 70%;
  padding-left: 50px !important;
  padding-right: 50px;
}

.shop-img {
  width: auto;
  max-height: 500px;
}

.wine-img {
	max-width: 100%;
	bottom: -75px;
}

.team-content {
	left: 20px;
}

.team-content::before {
  width: 15px;
  left: 75px;
}

/*----------Blog-----------*/
.featured-img {
	width: auto;
	height: auto;
	position: relative;
	left:0;
}

.secondary-nav {
	position: absolute;
}

.overlay-color-block-1 {
  left: -100vw;
}


.overlay-color-block-1.animate {
	left: 100vw;
	width: 30vw;

	-webkit-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1); /* older webkit */
-webkit-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
   -moz-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
     -o-transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215);
        transition: all 1100ms cubic-bezier(0.550, 0.085, 0.360, 1.215); /* custom */
}

.nav-arrows {
  position: relative;
  left: 0;
  margin-left: 0;
  z-index: 100;
  padding-top: 30px;
}

/*----------Shop-----------*/
.product-container {
	height: auto;
	min-height: auto;
	padding-top: 150px;
}

.product-price {
	top: 0;
	position: relative;
}

.products-description {
	position: relative;
	top: 0;
}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px)  {
.h1.lg {
	font-size: 9.5rem;
}
/*----------Landing-----------*/
.landing-bg {
  bottom: -30%;
}

/*----------About-----------*/
.shop-box {
  left: 10%;
	width: 90%;
  padding-left: 50px !important;
  padding-right: 50px;
  top: 33%;
}

.shop-img {
  width: 38%;
  top: -50%;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.about-map-marker {
  bottom: 130px;
  right: 380px;
}

.team-content {
	left: 20px;
}

.team-content::before {
  width: 15px;
  left: 75px;
}

/*----------Shop-----------*/
.product-container {
	height: auto;
	min-height: auto;
	padding-bottom: 50px;
}


}

/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1440px) {
/*----------Landing-----------*/
.h1.lg {
	font-size: 10.5rem;
}

.landing-bg {
  bottom: -30%;
}

/*----------About-----------*/
.shop-box {
  left: 40%;
  width: 60%;
  padding-left: 50px !important;
  padding-right: 50px;
}

.product-bg-img img {
	width: 300px;
}

.team-content {
	left: 20px;
}

.team-content::before {
  width: 15px;
  left: 75px;
}

}