/**
* template:  Hop&Malt

TABLE OF CONTENTS

      + Global
	  + Header
	  + Header Content
	  + Edge
	  + About Us
	  + Discont
	  + Menu
	  + Booking
	  + Testimonials
	  + Contact
      
*/

@import 'reset.css';
@import 'all.min.css';
@import 'magnific-popup.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import 'scrollCue.css';

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/**************************************
*
*         GLOBAL   
*
***************************************/


:root {
    --color-dark: #191919;
    --color-brown: #B28564;
    --color-gray: #efefef;
    --color-white: #ffffff;
}

 ::-moz-selection {
	background-color: var(--color-brown);
	color: var(--color-dark);
}

 ::selection {
	background-color: var(--color-brown);
	color: var(--color-dark);
}

@-webkit-keyframes load {

	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(720deg);
		        transform: rotate(720deg);
	}
}

@keyframes load {

	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(720deg);
		        transform: rotate(720deg);
	}
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	outline: none;
}

a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
	line-height: 1.2;
	margin-bottom: 30px;
	text-transform: uppercase;
    color: var(--color-dark);
}

h1 {
	font-size: 90px;
    color: var(--color-white);
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 18px;
}

.align-center {
	text-align: center;
}

.btn {
	padding: 15px 30px;
	background-color: transparent;
	color: var(--color-white);
	text-transform: uppercase;
	border: 1px solid var(--color-white);
}

.btn:hover {
  border: 1px solid var(--color-brown);
  color: var(--color-brown);
}

.wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.flex { 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
}

.suptitle {
	display: inline-block;
	color: var(--color-brown);
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
}

.suptitle:before {
	content: "";
	width: 50px;
	height: 1px;
	background-color: var(--color-brown);
	position: absolute;
	top: 50%;
	right: -60px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#openmenu,
#closemenu {
	font-size: 30px;
	color: var(--color-white);
	display: none;
}

#openmenu:hover,
#closemenu:hover {
	color: var(--color-brown);
}

#closemenu {
	float: right;
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 15px;
	background-color: transparent;
	color: var(--color-brown);
	border: 1px solid var(--color-brown);
	font-size: 18px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background-color:  rgba(255, 255, 255, 0.5);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}

.overlay i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--color-brown);
	font-size: 20px;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--color-dark);
	z-index: 100000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	width: 44px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.res-booking {
	margin-top: 30px;
	display: none;
	font-size: 16px;
	margin-top: 20px;
	position: absolute;
}

.res-booking .error {
	color: #ff0000;
}

.res-booking .send {
	color: var(--color-white);
}


/**************************************
*
*         HEADER   
*
***************************************/


.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

#logo {
   margin-right: 20px;
   outline: none;
   border: none;
}

#logo img {
   max-width: 100%;
    outline: none;
   border: none;
}

.wrapper-top-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 5px;
    color: var(--color-white);
}

.wrapper-top-header i {
    margin-right: 10px;
}

.wrapper-header {
	padding-top: 5px;
	padding-bottom: 15px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.wrapper-menu {
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}

.header-menu li {
   float: left;
   margin-left: 30px;
}

.header-menu>li a {
	color: var(--color-white);
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}

.header-menu>li a:hover {
	color: var(--color-brown);
}


/**************************************
*
*         HEADER CONTENT
*
***************************************/


.wrapper-header-content {
	min-height: 900px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
  background-attachment: fixed;
	background-size: cover;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.wrapper-header-content  .suptitle {
	color: var(--color-white);
}

.wrapper-header-content  .suptitle:before {
	background-color: var(--color-white);
}


/**************************************
*
*         EDGE    
*
***************************************/


#edge {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}

.single-edge {
    width: calc(25% - 20px);
    padding: 40px 20px;
    margin: 10px;
    border: 1px solid var(--color-gray);
}

.single-edge img {
    max-width: 70px;
    height: auto;
    margin-bottom: 50px;
}

.single-edge h2 {
    font-size: 26px;
}


/**************************************
*
*         ABOUT US      
*
***************************************/


#aboutus {
    padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto;
}

.wrapper-aboutus {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.aboutus-img {
	width: 45%;
	position: relative;
}

.aboutus-img img {
    width: 100%;
}

.experiense {
	 position: absolute;
	 bottom: -20px;
	 right: -20px;
	 background-color: var(--color-dark);
	 padding: 40px 30px;
	 color: var(--color-white);
	 -webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);
	         box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);
}

.experiense .counter {
	font-size: 50px;
	font-weight: 700;
} 

.aboutus-content {
	width: 55%;
	padding-left: 50px;
}

.aboutus-content p {
	margin-bottom: 20px;
}

.wrapper-signature {
	margin-top: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.wrapper-signature img {
	max-width: 180px;
	margin-right: 10px;
}

.wrapper-signature h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.wrapper-signature p {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	color: var(--color-brown);
}

.aboutus-img  > a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 80px;
	color: var(--color-dark);
}

.aboutus-img  > a:hover {
	color: var(--color-brown);
}


/**************************************
*
*        DISCONT	
*
***************************************/


#banner h2 {
	color: var(--color-white);
	font-size: 60px;
}

#banner  .suptitle {
	color: var(--color-white);
}

#banner  .suptitle:before {
	background-color: var(--color-white);
}


/**************************************
*
*        MENU
*
***************************************/


#menu {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}

.list-menu {
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.list-menu li {
	margin:10px;
}

.list-menu li a {
	text-transform: uppercase;
	color: var(--color-dark);
	font-size: 18px;
}

.list-menu li a:hover {
	color: var(--color-brown);
}

.list-menu .active {
	color: var(--color-brown);
}

.wrapper-menu-item {
	margin-top: 50px;
}

.single-menu {
	margin: 10px;
	width: calc(50% - 20px);
	border: 1px solid var(--color-gray);
	padding: 20px;
}

.menu-title {
	border-bottom: 1px solid var(--color-gray);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.menu-title h3 {
	margin-bottom: 0px;
	margin-bottom: 10px;
}

.menu-content {
	padding-top: 10px;
}

.price {
	font-weight: 900;
	padding-left: 20px;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
}


/**************************************
*
*         BOOKING
*
***************************************/


#booking {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#booking h2 {
	color: var(--color-white);
}

.wrapper-booking {
	width: 50%;
	padding: 100px 50px;
	background-color: var(--color-dark);
	color: var(--color-white);
}

form {
	margin-top: 50px;
}

input, textarea {
	outline: none;
	border: none;
	padding: 15px;
	border: 1px solid rgba(239, 239, 239, 0.2);
	color: var(--color-gray);
    font-size: 16px;
	background-color: transparent;
	display: block;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
}

textarea {
    min-height: 150px;
	width: 100%;
	margin-bottom: 20px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: var(--color-gray);
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: var(--color-gray);
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: var(--color-gray);
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: var(--color-gray);
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

input::placeholder, 
textarea::placeholder {
	color: var(--color-gray);
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

.wrapper-input {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.wrapper-input input {
   width: calc(50% - 10px);
   margin-bottom: 20px;
}

#sendmessage {
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}


/**************************************
*
*        TESTIMONIALS
*
***************************************/


#testimonials {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}

.wrapper-testimonials {
	max-width: 1000px;
	margin-top: 50px;
}

.single-testimonials img {
	width: 80px !important;
	height: 80px !important;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
}

.single-testimonials p {
	margin-bottom: 20px;
}

.wrapper-author h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.wrapper-author p {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#testimonials .owl-carousel.testimonials-carousel .owl-item {
	height: auto;
}

#testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

#testimonials .owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-brown);
}

#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    margin: 5px 7px;
    background: var(--color-dark);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: none;
}


/**************************************
*
*        CONTACT
*
***************************************/


#contact {
	background-color: var(--color-dark);
	color: var(--color-white);
	padding-top: 100px;
}

#contact h2, 
#contact h3,
#contact a {
	color: var(--color-white);
}

#contact a:hover {
	color: var(--color-brown);
}

.contact-content {
	width: 60%;
}

.contact-hours {
   width: 40%;
}

.contact-content > div {
	width: 50%;
	padding: 20px;
}

.contact-hours {
	padding: 20px;
}

.wrapper-table {
	border: 1px solid rgba(239, 239, 239, 0.2);
	padding: 20px;
}

.table-hours {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid rgba(239, 239, 239, 0.2);
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.copyright {
	padding: 100px 10px 50px 10px;
}