body {
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
}

h1, h2, h3, h4 {
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
}

button {
	letter-spacing: 2px;
}

small {
	font-size: 10px;
	letter-spacing: 2px;
}

button { 
	cursor: pointer; 
	outline:0 !important;
}

#navbarNavDropdown #main-menu {
	height: 100vh;
}

#navbarNavDropdown .menu-item {
	text-align: right;	
}

.navbar-expand-md > .container {
	flex-wrap: wrap !important;
}

.shide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s linear;
  height: 0px;
}

.shidden {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.phide {
  opacity: 1;
  transition: opacity 0.5s linear;
}

.phidden {
  opacity: 0;
}

.bg-dark2 {
	background-color: black;
}

.dots {
	border-top:2px dotted #fff;
	padding-bottom
}

.blackdots {
	border-top:2px dotted #000;
	padding-bottom
}
.wrapper {
	padding: 0px;
}

.black {
	background: black;
	color: white;
}

.feature {
	text-align: center;
	position: relative;
	border-top: 35px solid white;
}

.feature h2 {
	font-size: 18px;
    border-bottom: white solid 2px;
    padding-top: 30px;
    padding-bottom: 15px;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: 400;
}

.feature p {
	padding: 15px;
    font-size: 16px;
}

.feature button, .feature2 button {
	background: none;
    color: white;
    border: white solid 1px;
    padding: 10px 25px 1px 25px;
	transition: 0.3s;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.feature button:hover, .feature2 button:hover {
	background: white;
    color: black;
}

.blackbutton button {
	background: none;
    color: black;
    border: black solid 1px;
    padding: 10px 25px 1px 25px;
	transition: 0.3s;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.blackbutton button:hover {
	background: black;
    color: white;
}

.feature .bottom, .feature2 .bottom {
    position: absolute;
    bottom: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}

.feature2 {
	padding: 40px;
	position: relative;
}

.feature2 .bottom {
	margin-left: -40px;
}
  
.feature3, .feature3 h1, .feature3 h2, .feature3 h3, .feature3 p, .feature3 small {
	color: white;
}

.zero {
	padding-left:100px;
	padding-bottom: 100px;
}

.hero {
	text-align: center;
    flex: 1;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.hero h1, .zero h2 {
	color: white;
	font-size: 52px;
	letter-spacing: 2px;
}

.hero p {
	color: white;
	font-size: 18px;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: 400;
	padding: 10px;
}

.zero small {
	color: white;
	text-transform: uppercase;
}

.hero button {
	background: black;
    color: white;
    border: 0px;
    padding: 10px 25px 1px 25px;
	transition: 0.3s;
	font-size: 18px;
	text-transform: uppercase;
}

.hero button:hover {
	background: white;
    color: black;
}

.zero button, .feature3 button {
	background: None;
    color: white;
    border: white solid 1px;
    padding: 10px 25px 1px 25px;
	transition: 0.3s;
	font-size: 18px;
	text-transform: uppercase;
}

.zero button:hover, .feature3 button:hover {
	background: white;
    color: black;
}

.navbar-nav-left ul, .navbar-nav-right ul {
	display: inline;
	text-align: center;
}

.navbar-nav-left li, .navbar-nav-right li {
	display:block;
	float: left;
	list-style-type: none;
}

.menu-item a {
	color: white !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 2px;
	transition: 0.3s;
	text-decoration: none;
	display: inline-block;
}

.menu-item a:after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: white;
  transition: 300ms;
}

.menu-item a:hover:after {
  width: 100%;
}

.home-menu {
	background: linear-gradient(180deg, rgba(0,0,0,0.41220238095238093) 10%, rgba(255,255,255,0) 86%, rgba(255,255,255,0) 100%);
	position: absolute; 
	z-index: 999; 
	width: 100%;
	display: none;
	padding-top: 30px;
}

.site-info {
	background: black;
	color: gray;
	height: 100px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.5px;
}

.site-info a {
	color: gray;
}

.subfooter {
	min-height: 270px;
	background: url(../img/Footer.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
    align-items: center;
    justify-content: center;
}

.subfooter .row {
	width: 100%;
}

.subfooter .col-sm {
	height: 100%;
	text-align: center;
	color: white;
}

.subfooter h3 {
	padding-bottom: 20px;
}

.subfooter h3, .subfooter p, .subfooter a {
	font-size: 18px;
	margin-bottom: 0;
}

.gallery img {
	padding-bottom: 20px;
}

@media (min-width: 1300px) {
	.navbar-nav {
		display: none;
	}
}

@media (max-width: 768px) {
	.navbar-nav-right {
		display: none;
	}
	.navbar-nav-left {
		display: none;
	}
}

.entry-footer {
	display: none;
}

.smallmenu {
    display: none;
}

.navbar-nav-left, .navbar-nav-right {
	display: block;
}

.reservations {
  background: url(../img/Reservations_Side.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contacts {
  background: url(../img/Contact_Side.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about {
  background: url(../img/About.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1300px) {
    .menufb {
		display: none;
	}
	
	.smallmenu {
        display: block;
    }
	
	.smallflex {
		display: flex !important;
	}
	
	.navbar-nav-left, .navbar-nav-right {
		display: none;
	}
	
	.navbar-brand {
		padding: 8px 0px;
		margin: 0px;
	}

	h1, h2, h3, h4, h5, p, small, .contactform {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.black button, .zero button {
		margin-left: 25px;
	}
	
	.feature button {
		margin-left: 0px;
	}

	
	.gallery .panel-grid-cell {
		padding-top: 35px !important;
	}
	
	.navbar .col-2 {
		padding: 0px !important;
	}
	
	.subfooter .col-sm {
		padding-top: 15px;
	}
	
	.bbbottom {
		display: none;
	}
	
	.zero {
		padding-left: 0px;
	}
	
	.nosmall {
		display: none;
	}
	
	.site-info span {
		width: 100%;
	}
	
	.site-info, .subfooter {
		padding: 20px;
	}
	
	.vbottom {
		padding-bottom: 50px;	
	}
	
	.vbottom > * {
		position: inherit !important;
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
	
	.functioncta button {
		margin-bottom: 60px !important;
	}
	
	.functioncta p {
		padding: 20px !important;
		margin-top: 30px !important;
	}
	
	.reservations {
		background: url(../img/Reservations_Mobile.jpg);
		height: 600px;
		  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	}
	
	.contacts {
	  background: url(../img/Contact_mobile.jpg);
	  height: 600px;
	    background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	}
	
	.about {
	  background: url(../img/About_Mobile.jpg);
	  height: 800px;
	    background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	}
}

@media only screen and (max-height: 900px) {
	.hero {
		justify-content: flex-end;
	}
}


.form-control, .wpcf7 input[type=text], .wpcf7 input[type=search], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=date], .wpcf7 input[type=month], .wpcf7 input[type=week], .wpcf7 input[type=time], .wpcf7 input[type=datetime], .wpcf7 input[type=datetime-local], .wpcf7 input[type=color], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 select, .wpcf7 textarea, .wpcf7 .wpcf7-validation-errors {
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
    background-color: black;
    background-clip: padding-box;
    border: 1px solid black;
    border-radius: 0px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	padding: 10px;
}

.wpcf7 input[type=submit] {
	font-size: 1rem;
    line-height: 1.5;
    color: black;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid black;
    border-radius: 0px;
	line-height: 38px;
    height: 46px;
}

.wpcf7 input[type=submit]:hover {
	font-size: 1rem;
    color: white;
    background-color: black;
    background-clip: padding-box;
    border: 1px solid black;
    border-radius: 0px;
}

.wpcf7 input[type=text]:focus, .wpcf7 textarea:focus {
    color: black;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 49, 205, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

div.wpcf7 {
	max-width: 100%;
}

input::placeholder, textarea::placeholder{ 
  color: white !important;
}

.vbottom > * {
	position: absolute;
	bottom: 50px;
}

.mobileicon {
	padding-left: 8px;
}

.menulink a, .menulink a:hover {
	color: black;
}

.nav-link {
    display: block;
    padding: 8px !important;
}
