@charset "utf-8";

/*======================================
 [ -Main Stylesheet-
  Theme: Restabook
  Version: 1.0
  Last change: 31/05/2020 ]
++ Fonts ++
++ loader ++
++ Typography ++
++ General ++
++ share ++
++ navigation ++
++ footer ++
++ button ++
++ hero ++
++ section ++
++ about ++
++ menu ++
++ team ++
++ testimonilas ++
++ forms ++
++ blog ++
++ responsive ++
/*-------------Fonts---------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&amp;family=Poppins:wght@200;300;400;500;600;700;800&amp;display=swap');
/*-------------General Style---------------------------------------*/
 
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 3;
} 
.box-media-zoom {
	position:absolute;
	width:36px;
	height:36px;
	line-height:36px;
	background:#292929;
	border-radius:50%;
	top:20px;
	right:20px;
	font-size:11px;
	transform:scale(0.1);
	opacity:0;
	z-index:20;
    transition: all 300ms ease-out;
}
.hov_zoom:hover .box-media-zoom {
	transform:scale(1.0);
	opacity:1;
}
/*------facts------------------------------------------------*/ 
.inline-facts-wrap {
	float:left;
	width:25%;
	position:relative;
}
.inline-facts .num {
	color:#fff;
 	font-family: 'Playfair Display', cursive;
	font-size:48px;
	font-weight:600;
}
.inline-facts h6 {
	padding-top:20px;
	font-weight:600;
	position:relative;
	color:#fff;
}
.inline-facts h6:after {
    position: absolute;
    content: '\25CF\25CF\25CF';
    width: 50px;
    left: 50%;
    bottom: -20px;
    margin-left: -25px;
    font-size: 6px;
    letter-spacing: 4px;
}
.big_prom {
	position:relative;
	display:inline-block;
	margin-top:10px;
}
.big_prom span {
	float:left;
	font-size:13px;
	width:60px;
	height:60px;
	line-height:60px;
	color:#fff;
	position:relative;
	z-index:2;
	border-radius:50%;
    transition: all 300ms ease-out;
}
.big_prom:hover span {
	background:#fff;
}
.big_prom:before {
	content:'';
	position:absolute;
	left:-10px;
	top:-10px;
	bottom:-10px;
	right:-10px;
	border:1px solid;
	border-radius:50%;
	background: rgba(255,255,255,0.2);
	z-index:1;
	transform:scale(1.0);
    transition: all 300ms ease-out;
}
.big_prom:hover:before {
	transform:scale(1.2);
}
.video_section-title h4 {
	font-size:14px;
	color:#fff;
	padding-bottom:20px;
}
.video_section-title h2{
	font-size:32px;
	font-weight:800;
	color:#fff;
  	font-family: 'Playfair Display', cursive;
}
/*------gallery------------------------------------------------*/
.grid-item-holder {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.spad .gallery-item {
	padding: 6px;
}

.min-pad .gallery-item {
	padding: 2px;
}
.hid-port-info .grid-item-holder {
	overflow: hidden;
}
.grid-big-pad .gallery-item {
	padding: 12px;
}
.gallery-item,
.grid-sizer {
	width: 33.3%;
	position: relative;
	float: left;
	overflow: hidden;
}
.grid-item-holder:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.3);
	z-index:2;
	opacity:0;
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.grid-item-holder .box-media-zoom {
	right:50%;
	top:50%;
	width:56px;
	height:56px;
	line-height:56px;
	font-size:16px;
	margin:-28px -28px 0 0;
}
.grid-item-holder:hover:before {
	opacity:1;
}
.gallery-item-second,
.grid-sizer-second {
	width: 66.6%;
}
.four-column .gallery-item {
	width: 25%;
}
.four-column .gallery-item.gallery-item-second   , .two-column .gallery-item{
	width: 50%;
}
.gallery-item img,
.grid-sizer img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	background: #292929;
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.gallery-item:hover img {
	transform: scale(1.15);
}
.gallery-filters {
    border: 1px solid #eee;
    display: inline-table;
    margin-bottom: 60px;
    padding: 30px;
    background: #f9f9f9;
    position: relative;
    margin-top: 40px;
}
.gallery-filters a {
    display: inline-block;
    margin: 0 30px;
    font-family: 'typewcond_demi';
    font-size: 16px;
    position: relative;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.gallery-filters a span {
    font-size: 12px;
    position: absolute;
    left: -20px;
    top: 8px;
}
.gallery-filters:before, .gallery-filters:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 120px;
    height: 1px;
    border-top: 1px dotted #ccc;
}
.gallery-filters:before {
    left: -150px;
}
.gallery-filters:after {
    right: -150px;
}
.gallery-filters a:before {
    font-family: Font Awesome\ 5 Pro;
	content: "\f0d8";
    position: absolute;
    color: #ccc;
    top: 35px;
    right: 50%;
    font-size: 15px;
    opacity: 0;
    font-weight: 800;
}
.grid-item-holder a i{color: #fff}
.gallery-filters a.gallery-filter-active:before {
	opacity:1;
}
.grid-item-details {
	float:left;
	width:100%;
	padding:20px;
	border:1px solid #eee;
	background:#f9f9f9;
	box-sizing:border-box;
}
.grid-item-details h3{
	display:block;
	text-align:left;
	padding-bottom:12px;
	color: #333;
    font-size: 17px;
    font-weight: 600;
    position: relative;
}
.grid-item-details h3 a{
	color:#333;
}
.grid-item-details h3 span {
	position:absolute;
	right:0;
	top:6px;
    font-family: 'Playfair Display', cursive;
	font-size:12px;
	font-style:italic;
}
.grid-item-details p {
	text-align:left;
}
.grid-item_price span{
	font-size: 22px;
    position: relative;
	float:left;
 
    font-family: 'Playfair Display', cursive;
}
.grid-item_price {
	float:left;
	width:100%;
	position:relative;
}
.grid-item_price .add_cart {
	opacity:1;
	bottom:0;
	visibility:visible;
	background:#fff;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	border-radius:50%;
	box-shadow: 0 0 0 4px rgba(255,255,255,.2);
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover{
	color:#fff;
}
 /*------responsive------------------------------------------------*/
@media only screen and (max-width: 1570px) {
.hero-social , .hero-dec_top , .hero-dec_bottom , .hero-dec_top_right , .hero-dec_bottom_right {
	display:none;
}
.scroll-nav {
    right: 20px;
}
.ec-button-next {
	right:-20px;
}
.ec-button-prev {
	left:-20px;
}
.align-text-block h4 {
	width:100%;
}
.align-text-block .btn {
    margin-left:0;
    margin-top:40px;
}  
} 
@media only screen and (max-width: 1064px) {
.nav-button-wrap {
	float:right;
	height:70px;
	width:70px;
	cursor:pointer;
	position:relative;
	display: block;
	border-left:1px solid #eee;
	left:24px;
}
.nav-button  {
	position:absolute;
	top:50%;
	left:50%;
	width:22px;
	height:20px;
	margin-left:-11px;
	margin-top:-6px;
}
.nav-button span{
	float:left;
	width:100%;
	height:2px;
	background:#000;
	margin-bottom:4px;
	border-radius:4px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.nav-button span:first-child {
    width: 50%;
}
.main-menu nav ul {
	display:none;
}
.main-menu{
	position: absolute  ;
	top:70px;
	right:-20px;
	width:300px;
	z-index:50;
 	padding:15px 10px ;
 	background:#292929;
	visibility:hidden;
	opacity:0;
	-webkit-transition: all 0.4s  ease-in-out;
	transition: all 0.4s  ease-in-out;
}
.vismobmenu {
	opacity:1;
	right:0;
	visibility:visible;
}
.menusb {
	display:block;
	float:left;
	position:relative;
	width:100%;
	overflow:hidden;
}
.main-menu .menusb ul  {
	display:block;
	float:left;
	position:relative;
	width:100%;
}
.menusb li {
	margin: 0;
	float: left;
	width:100%;
	position:relative;
	overflow:hidden;
	padding:0 20px;
}
.menusb   li i {
	position:absolute;
	right:18px;
	top:12px;
}
.menusb   li i:before {
	content:"\f0da"
}
.menusb  a {
	float:left;
	width:100%;
	padding:8px 5px;
	position:relative;
	font-weight: 600;
	text-transform:uppercase;
	font-size: 11px;
	color: #fff;
	line-height:20px;
	text-align:left;
}
.menusb a.back{
	padding-left:24px;
}
.menusb a.back:before{
	font-family: Font Awesome\ 5 Pro;
	content: "\f177";
	font-size:14px;
}
.column-wrap-bg  , .column-wrap-bg-text{
	width:100%;
	position:relative;
	float:left;
	padding:90px 0;
}
.column-section-wrap {
	width:100%;
}
.quote-box {
	float:left;
	position:relative;
	top:0;
}
.team-box  , .content-inner{
	margin-bottom:20px;
}
.image-collge-wrap , .align-text-block , .signature , .quote-box h4  {
	margin-top:20px;
}
.quote-box h4 {
	top:0;
}
.images-collage-item , .hero_promo-wrap  , .height-emulator , .hero-menu_header:before , .hero-menu_header li:before , .element {
	display:none;
}
.fixed-footer  , .footer-widget-content , .footer-widget-title{
	position:relative !important;
	float:left;
	width:100%;
}
.footer-widget-content , .pagination  {
	margin-bottom:20px;
}
.item-related {
	margin-bottom:40px;
}
.hero-menu_header li {
	float:none;
	width:auto;
	display:inline-block;
	margin:0 20px;
}
.hero-menu_header {
    padding: 0 10px 20px;
    margin-top:0;
}
.footer-widget-wrap {
    padding: 10px 0 30px;
}
.quote-box {
	padding:0 20px;
}
.text-block {
    padding-right:0;
}
.video_section-title h2 {
	font-size:24px;
}
.hero-section-scroll {
	bottom:80px;
}
.column-text {
	max-width:100%;
}
#contactform , .shop-btn{
	margin-bottom:20px;
}
.mob-bg {
	display:block;
}
.menu-wrapper-title .bg {
    height: 100%;
    top: 0%;
} 
}
@media only screen and (max-width: 768px) {
.inline-facts-wrap {
    width: 50%;
	margin-bottom:10px;
}
.gallery-item {
    width: 50%;
}
.gallery-items{margin-top: 0px}
.to-top , .copyright  {
	float:left;
	margin-top:10px;
	top:0;
}
.to-top {
	margin-bottom:40px;
}
.copyright {
	text-align:left;
	margin-top:20px;
	width:100%;
}
.nice-select  {
	margin-bottom:20px;
}
.hero-slider_btn_next {
    right: 20px;
}
.hero-slider_btn_prev {
    left: 20px;
}
.hero-slider_btn {
	top:100%;
	margin-top:-100px;
}
.hc-w .hero-bottom-container {
	display:none;
}
.single-menu .hero-menu-item  , .single-menu .hero-menu-item:nth-child(even){
    width: 100%;
    float: left;
    padding-right: 0!important;
    padding-left: 90px ;
    margin-bottom: 20px;
}
.single-menu .hero-menu-item:nth-child(even) .hero-menu-item-img {
    left: 0;
}
.single-menu .hero-menu_header li {
	margin-bottom:20px;
}
}
@media only screen and (max-width: 600px) {
.show-reserv_button i{
	display:block;
	font-weight: 400;
	font-size:18px;
	top:26px;
}
.gallery-items{margin-top: 0px}
.show-reserv_button  , .show-share-btn  , .show-cart , .nav-button-wrap{
	padding:0;
	width:40px;
	border-left:none;
}
.show-reserv_button span  , .contact-details:after{
	display:none;
}
.footer-social {
    float: left;
	width:100%;
	margin-top:30px;
}
.map-view-wrap {
    position: relative;
    width: 100%;
    height: auto;
	float:left;
	background:#fff;
}
.map-view-wrap .container {
	height:auto;
}
.map-view-wrap_item {
    width:100%;
    background: #fff;
    padding:0;
    top: 0;
}
.contact-details {
	border:none;
	padding:60px 0 0;
}
.contact-details h4 {
	text-align:left;
    font-weight: 900;
    color: #323246 !important;
	font-size:26px;
}
.con-sec {
	padding-top:50px;
}
.shop-header {
	margin-bottom:10px;
	padding:0 15px 10px;
}
.shop-header h4 {
	width:100%;
	text-align:left;
	margin-bottom:30px;
}
.shop-header_opt {
    float: left;
    width: 200px;
}
.ec-button-next {
	right:-40px;
}
.ec-button-prev {
	left:-40px;
}
.single-menu .hero-menu_content {
	padding: 40px 15px 30px;
}
.single-menu .hero-menu-item h6 {
	text-align:left;
	font-size:15px;
}
.single-menu .hero-menu-item, .single-menu .hero-menu-item:nth-child(even) , .menu-wrapper.single-menu .hero-menu-item:nth-child(even) {
	padding-right:0 !important;
}
}
@media only screen and (max-width: 560px) {
.main-header .container , .inline-facts-wrap , .gallery-item , .single-menu .hero-menu_header li , .two-column .gallery-item  {
	width:100%;
}
.header-inner {
	top:0 !important;
}
.header-top  , .gallery-filters a span , .gallery-filters a:before , .gth , .scroll-nav {
	display:block;
 
}
.gallery-filters a span {
    font-size: 12px;
    position: absolute;
    left: 7px;
    top: 8px;
}
.gallery-items{margin-top: 320px}
.hero-menu_content {
    margin-top: 30px;
    padding-left: 40px;
}
.hero-menu-item-title h6 span {
	left:-30px;
} 
.hero-menu_header li {
	margin-bottom:10px;
}
.section-title h2 , .column-wrap-bg-text h3 , section.parallax-section.hero-section .section-title h2 {
	font-size:26px;
}
.column-section-wrap:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    box-shadow: 0px 0px 0px 20px rgba(255,255,255,0.03);
}
.hero-title h2 {
	font-size:42px;
    line-height: 54px;
}
.tc-button-next, .ss-slider-cont-next {
    right: 10px;
}
.tc-button-prev, .ss-slider-cont-prev {
    left: 10px;
}
.gallery_filter-button {
	display:block;
	cursor:pointer;
	margin-bottom:20px;
}
.gallery-filters {
	float:left;
	width:100%;
	margin-bottom:20px;
	z-index: 10;
	margin-top: 0px;
}
.gallery-filters a{
	float:left;
	width:100%;
	margin:10px 0;
}
.section {
    padding: 70px 0;
}
.fs-slider-item .grid-carousel-title h3 {
    font-size: 34px;
}
.single-menu .hero-menu_header li {
	float:left;
	display:block;
	text-align:left;
}
.single-menu .hero-menu_header {
	padding:10px 0;
}
.shop-item-footer .post-counter{
	float:left;
	margin-top:20px;
}
.error-wrap h2{
	font-size:104px;
}
.share-container a {
    margin: 0 10px;
    font-size: 12px;
}
.header-cart_wrap {
    width: 350px;
}
.single-menu .hero-menu_content .hero-menu-item-price , .hero-menu-item-details {
	float:left;
	width:100%;
	text-align:left;
}
.hero-menu-item-details {
	margin-top:10px;
}
.single-menu .hero-menu-item , .single-menu .hero-menu-item:nth-child(even) , .menu-wrapper.single-menu .hero-menu-item:nth-child(even)  {
	padding-left:20px;
}
.hero-menu-item-img {
	position:relative;
	float:left;
 
}
.hero-menu-item-title {
	float:right;
	text-align:left;
	width:calc(100% - 90px);
}
.add_cart {
	bottom:0;
}
.menu-wrapper.single-menu .hero-menu-item:nth-child(even)  , .menu-wrapper.single-menu .hero-menu-item:nth-child(even) {
	padding-right:0;
} 
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}