/*
Theme Name: Visual Soldiers
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=Montserrat:300,600|css?family=Playfair+Display:400');
   
html {
  font-size: 100%;
}  

body {
	background: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
} 

.container {
	max-width: 1600px;
}

.container-fluid {
  padding: 0;
  overflow: hidden;
}


h1, .h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.425rem;
	line-height: 4.375rem;
	letter-spacing: -0.025rem;
	font-weight: 300;
}

h2, .h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.375rem;
	line-height: 3.125rem;
	letter-spacing: -0.55px;
	font-weight: 300;
}

h3, .h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.625rem;
	line-height: 2.5rem;
	letter-spacing: -0.60px;
	font-weight: 300;
}

h4, .h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.85rem;
	line-height: 1.875rem;
	letter-spacing: -0.40px;
	font-weight: 600;
}


body, p, .p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-weight: 300;
	color: #212529;
}

p small {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8125rem;
	line-height: 0.875rem;
	font-weight: 300;
}

b, strong {
    font-weight: 600;
}

blockquote p {
	font-family: 'Playfair Display', serif;
	font-size: 3.225rem;
	line-height: 4.375rem;
	letter-spacing: 0rem;
	font-weight: 400;
}



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

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

/*----------More Link----------*/
.more-link a {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-weight: 300;
	color: #212529;
	position: relative;
	display: inline-block;
	
	background: transparent;
	padding: 0 0 5px;
}

.more-link a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0px;
	background: #212529;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
}

.more-link a:hover::after,
.more-link a:focus::after {
	height: 1.5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/*-----------Buttons-----------*/
.btn {
	font-family: 'Montserrat', sans-serif;
	padding: 0.4rem 1.35rem;
	border-radius: 0;
	color: #212529;
	font-size: 0.95rem;
	font-weight: 600;
	border-radius: 2px;
}

.btn-primary {
	background: #1b1f22;
	border-color: #1b1f22;
	color: #fff;
}

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


/*----------------Margins-----------------*/
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ma-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.ma-1 {
  margin: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-1 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.ma-2 {
  margin: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.my-2 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
.ma-3 {
  margin: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.my-3 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.ma-4 {
  margin: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.my-4 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}
.ma-5 {
  margin: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.my-5 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}
.ma-6 {
  margin: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.my-6 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
}

/*----------------Padding-----------------*/
.pa-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.pa-1 {
  padding: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-1 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.pa-2 {
  padding: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-2 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}
.pa-3 {
  padding: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-3 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.pa-4 {
  padding: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.py-4 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}
.pa-5 {
  padding: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.py-5 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}
.pa-6 {
  padding: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.py-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;
}


/*----------------Main Colors-----------------*/
.white {
	color: #ffffff;
}

.black {
	color: #212529;
}

.gray {
	color: #f5f5f5;
}




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

.black-bg {
	background: #212529;
}

.gray-bg {
	background: #f5f5f5;
}


/* ==========================================================================
   MailChimp Styles
   ========================================================================== */
.mc_embed_signup {
  background: #F5F5F5;
  border-radius: 6px;
  color: #000000;
  display: block;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
}
.mc_embed_signup input.email {
  background: transparent none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #9b8069;
  border-color: -webkit-use-text-color -webkit-use-text-color #9b8069;
  border-style: none none;
  border: 0px 0px 1px 0px solid #9b8069;
  border-radius: 0;
  color: #000000;
  font-weight: 300;
  height: 40px;
  left: 5px;
  margin-bottom: 0px;
  padding: 10px 10px;
  position: relative;
  width: 100%;
  margin-top: 5px;
}
.mc_embed_signup input.email:focus {
  outline: medium none;
}


.mc_embed_signup input.email:-webkit-input-placeholder {
  color: #000000;
}
.mc_embed_signup input.email::-webkit-input-placeholder {
  color: #000000;
}
.mc_embed_signup input.email:-moz-placeholder {
  color: #000000;
}
.mc_embed_signup input.email::-moz-placeholder {
  color: #000000;
}
.mc-embedded-subscribe {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  color: #000000;
  font-size: 15px;
  height: 100px;
  width: 30px;
  margin-right: 30px;
  padding: 3px 2px 3px 6px;
  position: absolute;
  right: 0;
  border-radius: 15px;
  
  -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;
}

.mc_embed_signup input.email.form-control:focus {
  border-color: #202023;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.00) inset, 0 0 8px rgba(102, 175, 233, 0.0);
  outline: 0 none;
}

.mc_embed_signup .select {
	border: none;
	color: #000000;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-bottom: 0px solid transparent;
	border-radius: 0px;
	top: 0;
	right: 1rem;
	bottom: 0;
	margin: auto;
  width: 100px;
  height: 50px;
	
	-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;
}



/* ==========================================================================
   Animation Styles
   ========================================================================== */
/* 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.85s;
  -moz-animation-duration: 0.85s;
  -ms-animation-duration: 0.85s;
  -o-animation-duration: 0.85s;
  animation-duration: 0.85s;

  -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);
	}
}





/* ==========================================================================
   Nav Styles
   ========================================================================== */
.top-bar {
	position: fixed;
	width: 100%;
	z-index: 100;
}   

.brand {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	padding: 10px 0px;
}

.nav-cta {
	position: fixed;
	right: 0;
	padding: 20px;
	z-index: 80;
}


/*---------------Mobile Navigation------------------*/
.mobile-toggle {
	position: fixed;
	top: 28px;
  left: 20px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  -o-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  z-index: 120;
}
.mobile-toggle.active .top {
	-o-transform: translateY(11px) translateX(0) rotate(45deg);
	-ms-transform: translateY(11px) translateX(0) rotate(45deg);
	-moz-transform: translateY(11px) translateX(0) rotate(45deg);
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #ffffff;
}

.mobile-toggle.active .bottom {
	-o-transform: translateY(-11px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
	-moz-transform: translateY(-11px) translateX(0) rotate(-45deg);
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #ffffff;
}
.mobile-toggle span {
  background: #212529;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.mobile-toggle span:nth-of-type(2) {
  top: 11px;
}
.mobile-toggle span:nth-of-type(3) {
  top: 11px;
}

.mobile-toggle.active span:nth-of-type(2) {
  top: 22px;
}
.mobile-toggle.active span:nth-of-type(3) {
  top: 11px;
}


/*---------------Overlay------------------*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  top: -100vh;
  width: 50%;
  height: 100%;
  padding: 40px;
  visibility: hidden;
  overflow: hidden;
  z-index: 100;
  
  -webkit-transition: all 800ms cubic-bezier(0.155, 0.810, 0.260, 0.995);
   -moz-transition: all 800ms cubic-bezier(0.155, 0.810, 0.260, 0.995);
     -o-transition: all 800ms cubic-bezier(0.155, 0.810, 0.260, 0.995);
        transition: all 800ms cubic-bezier(0.155, 0.810, 0.260, 0.995); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
   -moz-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
     -o-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
        transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995); /* custom */
}
.overlay.open {
  visibility: visible;
  top: 0;
  bottom: 0;
 
 -webkit-transition: all 800ms cubic-bezier(0.155, 0.810, 0.260, 0.995);
   -moz-transition: all 800ms cubic-bezier(0.155, 0.810, 0.260, 0.995);
     -o-transition: all 800ms cubic-bezier(0.155, 0.810, 0.260, 0.995);
        transition: all 800ms cubic-bezier(0.155, 0.810, 0.260, 0.995); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
   -moz-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
     -o-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
        transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995); /* custom */
}

.overlay li {
	padding: 0.2rem 0 !important;
  font-size: 1.5rem;
}

/*------Overlay List Animation----------*/
.overlay-menu li {
  opacity: 0;
  transform: translate3d(0, 30px,0);
  -moz-transform: translate3d(0, 30px,0);
  -webkit-transform: translate3d(0, 30px,0);
  -o-transform: translate3d(0, 30px,0);
  
  transition-delay: 0s, 0s;
  transition-duration: 0.8s, 0.8s;
  transition-property: transform, opacity;
  transition-timing-function: ease, ease;
}
.overlay-menu li:first-child {
  transition-delay: 0.5s;
}
.overlay-menu li:nth-child(2) {
  transition-delay: 0.6s;
}
.overlay-menu li:nth-child(3) {
  transition-delay: 0.7s;
}
.overlay-menu li:nth-child(4) {
  transition-delay: 0.8s;
}
.overlay-menu li:nth-child(5) {
  transition-delay: 0.9s;
}
.overlay-menu li:nth-child(6) {
  transition-delay: 1s;
}
.overlay-menu li:nth-child(7) {
  transition-delay: 1.1s;
}
.overlay-menu li:nth-child(8) {
  transition-delay: 1.2s;
}
.overlay-menu li:nth-child(9) {
  transition-delay: 1.3s;
}

.overlay.open .overlay-menu li {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}

/*------Overlay Open----------*/

#overlay.open .nav-link {
  font-weight: 300;
  font-size: calc(17px + (30 - 10) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.7rem;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
	padding-right: 0 !important;
	display: inline-block;
	
}
#overlay.open .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 1.5px;
  background-color: #ffffff;
  width: 100%;
  transform: translate(-102%, 0px);
  -moz-transform: translate(-102%, 0px);
  -webkit-transform: translate(-102%, 0px);
  transition: transform 1500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 1500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: transform 1500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

#overlay.open .nav-link:hover:after {
  transform: translate(102%, 0px);
  -webkit-transform: translate(102%, 0px);
  -moz-transform: translate(102%, 0px);
}

#overlay.open .nav-link:hover, #overlay.open .active .nav-link {
  color: #ffffff;
  transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

#overlay.open .active .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 1.5px;
  background-color: #ffffff;
  width: 100%;
  transform: translate(0%, 0px);
  -moz-transform: translate(0%, 0px);
  -webkit-transform: translate(0%, 0px);
  transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
 


#overlay .quick-info-container {
	visibility: hidden;
	opacity: 0;
	transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;

} 

#overlay.open .quick-info-container {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 2000ms cubic-bezier(0.155, 0.810, 0.260, 0.995) 1s;
   -moz-transition: all 2000ms cubic-bezier(0.155, 0.810, 0.260, 0.995) 1s;
     -o-transition: all 2000ms cubic-bezier(0.155, 0.810, 0.260, 0.995) 1s;
        transition: all 2000ms cubic-bezier(0.155, 0.810, 0.260, 0.995) 1s; /* custom */

-webkit-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
   -moz-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
     -o-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
        transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995); /* custom */
} 
 

/* ==========================================================================
   Footer Styles
   ========================================================================== */
footer {
	overflow: hidden;
}   
.list-inline-item.social-item{
	margin: 2.5rem;
	margin-bottom: -1rem;
	font-weight: 300;
}

.single-menus footer, .page-id-7 footer, .page-id-20 footer, .page-id-18 footer, .page-id-16 footer, .blog footer {
	display: none;
}


/* ==========================================================================
   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;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.overflow-hidden {
	overflow: hidden;
}

img {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0 transparent;
	outline: none;
}

section.full, header.full {
	height: 100vh;  
}

.half-div {
	background: #f5f5f5;
	width: 50%;
	height: 100vh;
	right: 0;
	left: 0;
	z-index: 0;
	position: absolute;
	-moz-transform: translate(100%, 99%);
	-webkit-transform: translate(100%, 99%);
	transform: translate(100%, 99%);
}

.half-div.in-view {
	-moz-transform: translate(100%, 0%);
	-webkit-transform: translate(100%, 0%);
	transform: translate(100%, 0%);
	-webkit-transition: all 800ms cubic-bezier(0.155, 0.810, 0.260, 0.995);
   -moz-transition: all 800ms cubic-bezier(0.155, 0.810, 0.260, 0.995);
     -o-transition: all 800ms cubic-bezier(0.155, 0.810, 0.260, 0.995);
        transition: all 800ms cubic-bezier(0.155, 0.810, 0.260, 0.995); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
   -moz-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
     -o-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
        transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995); /* custom */
}


.single-menus .half-div {
	position: fixed;
	width: 50%;
}


.box-content {
	padding: 6em;
}

.title-margin {
	margin-bottom: 200px;
}

.social {
	margin-bottom: 0rem;
}
.social a {
 font-size: 18px;
 padding: 5px;
 color: inherit;
}
.social a:hover {
	opacity: 0.3;
}

.pattern {
	background: url('images/pattern-large.svg') repeat-x center bottom;
	position: absolute;
	left: 0;
	min-width: 1900px;
	width: 100%;
	height: 70px;
	bottom: 0;
}

.page-title {
	position: absolute;
	top: 0;
	left: 80px;
}


/* ==========================================================================
   Form Styles
   ========================================================================== */
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #92999f;
  background-color: #2D3238;
  background-clip: padding-box;
  border: 1px solid #2D3238;
  border-radius: .25rem;
  height: 55px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.blog .form-control, .archive .form-control {
	background-color: rgba(45, 50, 56, 0.08);
	border: 1px solid rgba(45, 50, 56, 0.08);
	width: 90%;
	margin-left: 15px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(242, 242, 242, 0.0);
}

input.form-control:focus {
	-moz-transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    transition: all 0.65s ease-in-out;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}


select.form-control:not([size]):not([multiple]) {
    height: calc(3.15rem + 2px);
}

.row.full [class*="select-wrapper"]:first-child {
    padding-right: 40px;
    padding-left: 0;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #45cabf;
    background: #45cabf;
    color: #ffffff;
    border-radius: 6px;
}

span.wpcf7-not-valid-tip {
    color: #fb7c7c;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #d1ca76;
    background: #d1ca76;
    color: #ffffff;
    border-radius: 6px;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #fb7c7c;
	background: #fb7c7c;
	color: #ffffff;
	border-radius: 6px;
}


div.wpcf7-spam-blocked {
	border: 2px solid #e4bb6e;
	background: #e4bb6e;
	color: #ffffff;
	border-radius: 6px;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #77d2a0;
	background: #77d2a0;
	color: #ffffff;
	border-radius: 6px;
}



/*!
 * 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: 12px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.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
   ========================================================================== */   
.home .page-title {
	visibility: hidden;
}

.animation-container {
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -50px;
}
.h1-animation {
  padding: 0px 0;
  font-weight: 300;
  font-size: calc(33px + (80 - 10) * ((100vw - 300px) / (1600 - 300)));
  text-transform: uppercase;
  letter-spacing: 0.0em;
  overflow: hidden;
  margin-left: -8px;
}

.h1-animation .letter {
  display: inline-block;
  line-height: 1em;
  font-weight: 300;
}

.scroll .scroll-letter {
  display: inline-block;
}

.cycle-slideshow {
  position: absolute;
  overflow: hidden;
  left: 50%;
  max-width: 700px;
  opacity: 0;
  -moz-transform: translate(-50%, -42%);
	-webkit-transform: translate(-50%, -42%);
	transform: translate(-50%, -42%);
}

.cycle-slideshow.in-view {
	opacity: 1;
	
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	-webkit-transition: all 4500ms cubic-bezier(0.155, 0.810, 0.260, 0.995);
   -moz-transition: all 4500ms cubic-bezier(0.155, 0.810, 0.260, 0.995);
     -o-transition: all 4500ms cubic-bezier(0.155, 0.810, 0.260, 0.995);
        transition: all 4500ms cubic-bezier(0.155, 0.810, 0.260, 0.995); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
   -moz-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
     -o-transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995);
        transition-timing-function: cubic-bezier(0.155, 0.810, 0.260, 0.995); /* custom */
        
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
	
}

.pattern-large {
	position: absolute;
	right: 0;
	top: -30px;
	overflow: hidden;
	z-index: 5;
} 

.pattern-large svg {
	position: relative;
	left: 90%;
}

.quick-info {
	position: fixed;
	left: 20px;
	bottom: 30px;
	max-width: 400px;
}

.scroll-container {
	position: absolute;
	bottom: 30px;
}

.scroll {
	font-size: 80%;
}

.full-image {
	min-height: 100vh;
	height: 100%;
	width: 100%;
}  

.line-box {
	border: 
}

.line-box {
	position: relative;
	width: 100%;
	left: 0;
	z-index: 2;
	margin: auto;
	top: 10px;
  height: auto;
  padding: 50px 0;
  
}

.line-box.in-view  .border-top {
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  width: 100%;
}

.border-top {
  background-color: #212529;
  height: 6px;
  position: absolute;
  top: -1px;
  width: 0;
}
.border-bottom {
  background-color: #212529;
  bottom: -1px;
  height: 6px;
  position: absolute;
  width: 0;
}
.border-left {
  background-color: #212529;
  height: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 6px;
}
.border-right {
  background-color: #212529;
  height: 0;
  top: 0;
  position: absolute;
  right: 0;
  width: 6px;
}


.line-box.in-view  .border-bottom {
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
  width: 100%;
}

.line-box.in-view  .border-left {
  height: 100%;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.4s;
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.4s;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.4s;
}

.line-box.in-view  .border-right {
  height: 100%;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 2.2s;
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 2.2s;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 2.2s;
}


/* ==========================================================================
   About Styles
   ========================================================================== */
 .col-6-paragraphs {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-fill: balance;
	column-fill: balance;
	vertical-align: top;
}

blockquote {
	padding: 2em;
}

.blockquote-footer {
	margin-left: -20px;
}

.team-list li {
	margin-bottom: 1rem;
	padding: 12px 12px 12px 0px;
	border-bottom: 1px solid #eeeeee;
}

.team-list {
	font-size: calc(14px + (22 - 10) * ((100vw - 300px) / (1600 - 300)));
}




/* ==========================================================================
   Gallery Styles
   ========================================================================== */
.carousel {
  background: transparent;
height: 80vh;
width: 100%;
}

.carousel-cell {
  border-radius: 0;
  counter-increment: carousel-cell;
  height: auto;
  margin-right: 0;
  width:100%;
  height: 100%;
  max-width: 800px;
  max-height: 650px;
}

.carousel-cell > img {
  height: 100%;
  width: auto;
  display: block;
margin-left: auto;
margin-right: auto;
}

.quick-info-gallery {
    position: fixed;
    right: 20px;
    bottom: 30px;
}


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

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

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 90%;
  top:75px;
}

.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: 53%;
  width: 44px;
  height: 44px;
  border: solid 1px #fff;
  border-radius: 50%;
  opacity: 0.8;
  background: #ffffff;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


.flickity-prev-next-button .arrow {
  fill: #000000;
}

.flickity-prev-next-button:hover { 
	border: solid 1px #ffffff;
	background: #ffffff;
}

.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: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* 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 {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 20px 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: 0.45;
  cursor: pointer;
  border: 0px solid #af8358;
  background: #ffffff;
}

.flickity-page-dots .dot.is-selected {
  background: #ffffff;
  opacity: 1;
}


/* ==========================================================================
   News Styles
   ========================================================================== */
.blog .page-title, .archive .page-title {
	visibility: hidden;
}

body.blog, body.archive.date {
	background: #f5f5f5;
}

.carousel-2 {
    background: transparent;
    height: 60vh;
    width: 100%;
    margin-top: -8vh;
}

.carousel-card {
	position: relative;
	width: 100%;
	max-width: 940px;
	height: 100%;
	max-height: 500px;
	background: #FFFFFF;
	margin-left: 30px;
	margin-right: 30px;
	-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;
}

.carousel-card.is-selected {
	box-shadow: 1px 25px 40px rgba(0, 0, 0, 0.01);
	
	transform: scale(1.02);
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	
	-webkit-transition: all 0.65s ease-in-out 0.3s;
  -moz-transition: all 0.65s ease-in-out 0.3s;
  -o-transition: all 0.65s ease-in-out 0.3s;
  transition: all 0.65s ease-in-out 0.3s;
}

.carousel-card-img {
  position: absolute;
  left: -3%;
  top: 18%;
  width: 220px;
  height: 340px;
}


.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;
}

.carousel-card 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;

}

.carousel-card 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;

}

.mobile-card {
	margin-bottom: 20px;
	background: #ffffff;
	border-radius: 4px;
	padding: 15px;
}

.mobile-card .carousel-card-img {
    position: relative;
    right: 0;
    top: 18%;
    width: 100px;
    height: 120px;
    float: right;
}

.mobile-card .carousel-card-content {
	width: 80%;
	position: relative;
	display: block;
	margin-left: 0px;
}




/* ==========================================================================
   Menu Styles
   ========================================================================== */
.menu-links-container {
	position: fixed;
	height: 100vh;
	background: #ffffff;
	width: 50%;
	top: 0;
}

.menu-links-container.mobile {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 120px;
	padding-top: 140px;
	background: #f5f5f5;
}

.menu-content-container {
	padding: 5rem 3rem 5rem 8rem;
}

.menu-content-container h2 {
  position: relative;
  width: 80%;
}

.menu-images-container{
	position: absolute;
	width: 200px;
	margin: auto;
	padding-top: 15%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	z-index: 1;
}

.menu-images-container img {
	margin-bottom: 10rem;
}




/*------Menu List Animation----------*/
.menu-links-container ul li {
  opacity: 0;
  transform: translate3d(0, 30px,0);
  -moz-transform: translate3d(0, 30px,0);
  -webkit-transform: translate3d(0, 30px,0);
  -o-transform: translate3d(0, 30px,0);
  
  transition-delay: 0s, 0s;
  transition-duration: 0.8s, 0.8s;
  transition-property: transform, opacity;
  transition-timing-function: ease, ease;
}
.menu-links-container ul li:first-child {
  transition-delay: 0.5s;
}
.menu-links-container ul li:nth-child(2) {
  transition-delay: 0.6s;
}
.menu-links-container ul li:nth-child(3) {
  transition-delay: 0.7s;
}
.menu-links-container ul li:nth-child(4) {
  transition-delay: 0.8s;
}
.menu-links-container ul li:nth-child(5) {
  transition-delay: 0.9s;
}


.menu-links-container ul.in-view li {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}


/*------Menu List ----------*/
.menu-links-container ul li .nav-link {
  font-weight: 300;
  font-size: calc(14px + (30 - 10) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.7rem;
  color: rgba(32, 36, 40, 0.3);
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
	padding-right: 0 !important;
	display: inline-block;
	
}
.menu-links-container ul li .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 1.5px;
  background-color: #212529;
  width: 100%;
  transform: translate(-102%, 0px);
  -moz-transform: translate(-102%, 0px);
  -webkit-transform: translate(-102%, 0px);
  transition: transform 1500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 1500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: transform 1500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.menu-links-container ul li .nav-link:hover:after {
  transform: translate(102%, 0px);
  -webkit-transform: translate(102%, 0px);
  -moz-transform: translate(102%, 0px);
}

.menu-links-container ul li .nav-link:hover, .menu-links-container ul li.active .nav-link {
  color: #212529;
  transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.menu-links-container ul li.active .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 1.5px;
  background-color: #212529;
  width: 100%;
  transform: translate(0%, 0px);
  -moz-transform: translate(0%, 0px);
  -webkit-transform: translate(0%, 0px);
  transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: transform 3500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/*---------------Menu Items------------------*/
.menu-items {
	border-bottom: 1px solid rgba(33, 37, 41, 0.10);
	margin-bottom: 5em;
}

.menu-items li {
	margin-bottom: 1.2em;
}

.menu-description {
    width: 80%;
    position: relative;
    display: inline-block;
}

.menu-price {
	width: 20%;
	float: right;
	font-weight: 600;
	text-align: right;
}

/*------Menu Items Animation----------*/
.menu-items li {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  
  transition-delay: 0s, 0s;
  transition-duration: 0.8s, 0.8s;
  transition-property: transform, opacity;
  transition-timing-function: ease, ease;
}
.menu-items li:first-child {
  transition-delay: 0.5s;
}
.menu-items li:nth-child(2) {
  transition-delay: 0.6s;
}
.menu-items li:nth-child(3) {
  transition-delay: 0.7s;
}
.menu-items li:nth-child(4) {
  transition-delay: 0.8s;
}
.menu-items li:nth-child(5) {
  transition-delay: 0.9s;
}
.menu-items li:nth-child(6) {
  transition-delay: 1.0s;
}

.menu-items li:nth-child(7) {
  transition-delay: 1.1s;
}

.menu-items li:nth-child(8) {
  transition-delay: 1.2s;
}



.menu-items li.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}


/*---------------Scroll to Top------------------*/
.scroll-top {
  position: fixed;
  z-index: 10000;
  bottom: 25px;
  right: 25px;
  border: 1.5px solid #212529;
  border-radius: 21px;
  width: 42px;
  height: 42px;
  padding: 3px 14px;
  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;
}

/*---------------Order Online------------------*/
.order-online {
	margin-right: 20px;
	border-bottom: 1px solid #212529;
}


/* ==========================================================================
   Reservations Styles
   ========================================================================== */
body.page-id-7 {
	background: #1b1f22; 
}

body.page-id-7 .page-title {
	color: #ffffff;
}

body.page-id-7 .brand {
	display: none;
}

body.page-id-7 .mobile-toggle span {
    background: #ffffff;
}

.reservations-logo {
	width: 60%;
}

.reservation-hours p {
	font-size: 80%;
	color: #ffffff;
}


/* ==========================================================================
   Contact Styles
   ========================================================================== */
body.page-id-20 .page-title {
	color: #ffffff;
}

body.page-id-20 .mobile-toggle span {
    background: #ffffff;
}



/* ==========================================================================
   Private Events Styles
   ========================================================================== */
body.page-id-16 {
	background: #1b1f22; 
}

body.page-id-16 .page-title {
	color: #ffffff;
}

body.page-id-16 .brand svg g {
	fill: #ffffff;
}

body.page-id-16 .mobile-toggle span {
    background: #ffffff;
}


/* ==========================================================================
   Mobile Styles
   ========================================================================== */
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 

html {
	font-size: calc(14px + 4 * ((100vw - 575px) / 575));
}

section.full, header.full {
	height: 90vh;  
}

.brand svg {
	height: 55px;
}

.overlay {
	width: 100%;
}

#overlay.open .nav-link {
	line-height: 0.6rem;
}

.box-content {
    padding: 2em;
}

.title-margin {
    margin-bottom: 70px;
}

.menu-images-container{
	width: 100px;
	padding-top: 15%;
	left: -40px;
	right: auto;
}

.menu-content-container {
	padding: 4rem 1rem 4rem 4.3rem;
}

.reservations-logo {
	display: none;
}

.row.full [class*="select-wrapper"]:first-child {
    padding-right: 0px;
}

.single-menus .half-div {
	width: 100%;
	-moz-transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

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

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 500px;
    margin-top: 100px;
}

.carousel {
	height: 100vh;
}

.carousel-cell {
	height: 75%;
}
	
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 

html {
	font-size: calc(14px + 4 * ((100vw - 575px) / 767));
}

.brand svg {
	height: 65px;
}

.overlay {
	width: 100%;
}

#overlay.open .nav-link {
	line-height: 0.9rem;
}

.box-content {
    padding: 5em;
}

.title-margin {
    margin-bottom: 100px;
}

.menu-images-container{
	width: 180px;
	padding-top: 15%;
	left: -80px;
	right: auto;
}

.menu-content-container {
	padding: 4rem 2rem 4rem 7rem;
}

.row.full [class*="select-wrapper"]:first-child {
    padding-right: 0px;
}

.single-menus .half-div {
	position: fixed;
	width: 100%;
}

.single-menus .half-div {
	width: 100%;
	-moz-transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

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

.carousel-cell {
	height: 75%;
}



}



/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

.menu-images-container{
	width: 180px;
	padding-top: 15%;
	left: -80px;
	right: auto;
}

.menu-content-container {
	padding: 4rem 3rem 4rem 7rem;
}

.single-menus .half-div {
	width: 100%;
	-moz-transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

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

}




/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}



/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1999px) {
	
}



   