/*
*******************************************
*******************************************

Template Name: 
Template URL: https://themescare.com/demos/droome-preview
Description: 
Author: Themescare
Author URL: https://themeforest.net/user/themescare
Version: 1.0

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - NAV CSS
04 - SLIDER CSS
05 - ABOUT AREA CSS
06 - PROMO AREA CSS
07 - OFFER AREA CSS
08 - MENU AREA CSS
09 - ALL ABOUT AREA CSS
10 - SIGNATURE DISH CSS
11 - CHEF AREA CSS
12 - TABLE BOOKING AREA CSS
12 - BLOG AREA CSS
13 - OPENING AREA CSS
14 - CONTACT AREA CSS
15 - FOOTER AREA CSS

*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Rancho');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css?family=Molle:400i');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	color: #555555;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.7em;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0
}

.no-pad-left {
	padding-left: 0
}

.no-pad-right {
	padding-right: 0
}

.no-pad-all {
	padding: 0
}

.droome-btn:before {
	background: #121212 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
	width: 100%
}

.droome-btn:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.droome-btn {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #ca3d26 none repeat scroll 0 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	color: #fff !important;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
	margin-top: 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #6b739c
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

.site-heading {
	text-align: center;
	width: 70%;
	margin: 0 auto 25px;
	position: relative;
}

.site-heading>p {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	font-size: 75px;
	position: absolute;
	top: -0;
	left: 25%;
	opacity: 0.05;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
}

.site-heading h2 {
	font-family: 'Dancing Script', cursive;
	font-size: 55px;
	color: #ca3d26;
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
}

.site-heading h2:before {
	position: absolute;
	content: "";
	bottom: -19px;
	width: 15px;
	height: 15px;
	background: #ca3d26;
	left: 50%;
	z-index: 9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 3px solid #fff;
}

.site-heading h2:after {
	position: absolute;
	content: "";
	right: 40px;
	height: 2px;
	width: 67%;
	background: #333 none repeat scroll 0 0;
	bottom: -13px;
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.section_100 {
	padding: 100px 0;
}

.section_70 {
	padding: 20px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_b_80 {
	padding-bottom: 80px
}


/*================================================
03 - NAV CSS
==================================================*/

nav.navbar {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;
	padding-top: 30px;
	padding-bottom: 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.logo {
	font-family: 'Molle', cursive;
	font-size: 30px;
	text-transform: capitalize;
	color: #f2794d !important;
}

nav.navbar .navbar-toggler {
	border: 0;
}

nav.navbar .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.navbar .nav-item {
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
}

nav.navbar .nav-item:first-child {
	padding-left: 0;
}

nav.navbar .nav-item:last-child {
	padding-right: 0;
}

nav.navbar .nav-item .nav-link {
	color: #fff;
	position: relative;
	text-decoration: none;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700
}

nav.navbar .nav-item .nav-link:before {
	position: absolute;
	right: auto;
	bottom: -5px;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	content: '';
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-color: #ca3d26
}

nav.navbar .nav-item .nav-link:hover:before {
	right: 0;
	width: 100%;
}

nav.navbar .nav-item .nav-link:hover:before {
	position: absolute;
	right: auto;
	bottom: -5px;
	z-index: 1;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-color: #ca3d26
}

nav.fixed-top .nav-item .nav-link.active {
	position: relative !important
}

nav.fixed-top .nav-item .nav-link.active:before {
	position: absolute;
	right: auto;
	bottom: -5px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-color: #ca3d26
}

nav.fixed-top {
	position: fixed;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #fff;
	box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

nav.fixed-top .logo {
	color: #000;
}

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
	color: #000;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
	color: #000;
}

nav.fixed-top .nav-item .nav-link {
	color: #000 !important;
	position: relative !important
}

nav.fixed-top .nav-item .nav-link:before {
	background-color: #000;
}

#navbarCollapse {
	text-align: center;
}

ul.navbar-nav {
	display: block !important;
	float: none;
	margin: 0 !important;
	width: 100%;
}

ul.navbar-nav .nav-item {
	display: inline-block
}


/*================================================
04 - SLIDER CSS
==================================================*/

.droome-slider-area {
	position: relative
}

.slider-container {
	background-size: cover;
	height: 100vh;
}

.slider-2 .single-slider {
	background: url(../img/slider-1.jpg)
}

.slider-1 .single-slider {
	background: url(../img/slider-2.jpg)
}
.slider-3 .single-slider {
	background: url(../img/slider-3.jpg)
}
.slider-4 .single-slider {
	background: url(../img/slider-4.jpg)
}
.slider-5 .single-slider {
	background: url(../img/slider-5.jpg)
}

.slider-container:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.40) none repeat scroll 0 0;
}

.droome-slide .owl-item {
	overflow: hidden
}

.single-slider {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #353031;
	background-origin: padding-box;
	background-position: 50% 50% !important;
	background-repeat: repeat;
	background-size: cover !important;
	height: 100%
}

.banner-caption {
	border-radius: 4px;
	display: table;
	height: 100%;
	width: 100%;
}

.banner-area {
	position: absolute;
	top:40%;
	z-index: 9;
	width: 50%;
	left: 24%;
	text-align: center;
}

.banner-welcome h2 {
	font-family: 'blackwood';
	color: #fff;
	font-size: 65px;
	margin-top: 30px;
	letter-spacing: 1px
}

.droome-slide .owl-next {
	position: absolute;
	top: 45%;
	right: 45px;
	width: 50px;
	height: 50px;
	background: rgba(114, 114, 114, 0.33) !important;
	color: #fff !important;
	border-radius: 50%;
}

.droome-slide .owl-prev {
	position: absolute;
	top: 45%;
	left: 45px;
	width: 50px;
	height: 50px;
	background: rgba(114, 114, 114, 0.33) !important;
	border-radius: 50%;
	color: #fff !important;
}

.zoom {
	animation: zoom 15s ease 0s normal both infinite;
	-webkit-animation: zoom 15s ease 0s normal both infinite;
	-moz-animation: zoom 15s ease 0s normal both infinite;
	-ms-animation: zoom 15s ease 0s normal both infinite;
	-o-animation: zoom 15s ease 0s normal both infinite;
}

@-webkit-keyframes zoom {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}


/*================================================
05 - ABOUT AREA CSS
==================================================*/

.droome-about-area {
	position: relative;
	z-index: 1
}

.droome-about-area:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	/* background: url(../img/about_bg_1.png) no-repeat scroll right bottom; */
	height: 100%;
	width: 100%;
	z-index: -1
}

.about-box {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.about-box img {
	width: 180px;
	margin-top: 20px;
}

.about-box p {
	margin: 0 0 20px;
	line-height:30px;
	font-size: 15px
}


/*================================================
06 - PROMO AREA CSS
==================================================*/

.droome-promo-area {
	background: #dd5039 none repeat scroll 0 0;
}

.single-promo {
	padding: 70px 0;
	color: #fff;
	text-align: center;
}

.promo-icon {
	width: 90px;
	margin: 0 auto 30px;
}

.bg_promo_pad {
	padding: 0;
}

.single-promo.bg_promo {
	background: #101010 none repeat scroll 0 0;
	color: #fff;
	padding: 70px 15px 70px;
}

.promo-text h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 600;
}

/*================================================
07 - OFFER AREA CSS
==================================================*/

.droome-special-area {
	background: #f5fcff none repeat scroll 0 0;
}

.special-slider {
	margin-top: 50px;
}

.droome-special-area .site-heading>p {
	left: 22%;
}

.special-text h3 {
	font-family: 'Montserrat', sans-serif;
	color: #111;
	font-size: 26px;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 600;
}

.special-text h3 span {
	display: block
}

.special-text ul li{
    margin: 3px 0
}

.special-text ul li i {
	color: #ca3d26;
	margin-right: 5px
}

.special-slider .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.special-slider .owl-dot span {
	height: 5px;
	width: 15px;
	background: #333 none repeat scroll 0 0;
	display: inline-block;
	margin: 0 2px;
	border-radius: 3px;
}

.special-slider .owl-dot.active span {
	height: 5px;
	width: 15px;
	background: #ca3d26 none repeat scroll 0 0;
	display: inline-block;
	margin: 0 2px;
	border-radius: 3px;
}


/*================================================
08 - MENU AREA CSS
==================================================*/

/* .droome-food-menu.section_70 {
	background: rgba(0, 0, 0, 0) url("../img/menu_bottom_bg.png") no-repeat scroll center bottom / contain;
} */

.book-wrapper {
	position: relative;
	margin: 2% auto 0;
	width: 670px;
}

.book-cover img {
	border-radius: 5px;
	box-shadow: 0px 5px 13px #333;
}

.pages-container {
	position: absolute;
	top: 15px;
	left: 20px;
	right: 0;
	bottom: 0;
	width: 94.5%;
	height: 95%;
}

.pages [class^="page-num-"] {
	background-size: auto 100%;
	position: relative;
}

.pages-content {
	background: #fff none repeat scroll 0 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5%;
	z-index: 1
}

.pages-content:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/* background: url(../img/food.png); */
	z-index: -1
}

.text ul {
	margin: 0 15px;
	text-align: left;
}

.text ul li {
	margin: 3px 0;
	color: #333;
	text-transform: capitalize;
}

.text ul li span {
	float: right;
	width: 30%
}

.content-inner h2 {
	background: #ca3d26;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	line-height: normal;
	padding: 10px;
	margin: 20px 0;
}

.content-inner {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.book-wrapper {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.food-menu-slider {
	display: none !important
}

.menu-slider-inner img {
	margin: 0 auto 30px;
	width: auto !important
}

.single-food-menu {
	text-align: center;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	margin: 5px 0px;
	padding: 20px;
}

.single-food-menu:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../img/food.png);
	z-index: -1;
}

.menu-slider-inner h2 {
	background: #ca3d26;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	line-height: normal;
	padding: 5px;
	margin: 20px 0;
}

.food-menu-slider .owl-dots {
	text-align: center;
	margin-top: 10px;
	display: block
}

.food-menu-slider .owl-dot span {
	height: 5px;
	width: 15px;
	background: #333 none repeat scroll 0 0;
	display: inline-block;
	margin: 0 2px;
	border-radius: 3px;
}

.food-menu-slider .owl-dot.active span {
	height: 5px;
	width: 15px;
	background: #ca3d26 none repeat scroll 0 0;
	display: inline-block;
	margin: 0 2px;
	border-radius: 3px;
}


/*================================================
09 - ALL ABOUT AREA CSS
==================================================*/

.droome-all-about-area {
	background: url(../img/gd_bg.jpg) no-repeat fixed 0 0/cover;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 11;
}

.all-about>h3 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 600
}

.all-about>h2 {
	font-family: 'Rancho', cursive;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	position: relative;
	display: inline-block;
	font-size: 70px;
    letter-spacing: 2px
}

.all-about>h2:before {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.all-about>h2:after {
	background: #fff none repeat scroll 0 0;
	bottom: -7px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}

.droome-all-about-area:after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}


/*================================================
10 - SIGNATURE DISH CSS
==================================================*/

.droome-signature-dish-area {
	background: #f5fcff none repeat scroll 0 0;
	padding-bottom: 40px
}

.droome-signature-dish-area .site-heading>p {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	font-size: 75px;
	position: absolute;
	top: -0;
	left: 29%;
	opacity: 0.08;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
}

.single-signature {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	background: #fff none repeat scroll 0 0;
	margin-bottom: 30px;
	position: relative
}

.single-signature:after {
	content: '';
	position: absolute;
	border: 0;
	height: 2px;
	width: 0;
	left: 50%;
	bottom: 0;
	background-color: #ca3d26;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.single-signature:hover:after {
	left: 0;
	width: 100%;
}

.signature-text {
	padding: 20px;
}

.signature-text h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height: normal;
	margin-bottom: 10px;
	color: #111;
	font-weight: 600;
	text-align: center;
}
.signature-text h3 a {
	color: #333
}

.signature-text h3 a:hover {
	color: #ca3d26
}

.signature-text li {
	margin: 3px 0;
	color: #333;
	text-transform: capitalize
}

.signature-text ul li span {
	float: right;
	width: 30%;
	color: #333
}

.signature-img {
	overflow: hidden;
}

.signature-img img {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%
}

.single-signature:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*================================================
11 - CHEF AREA CSS
==================================================*/

.droome-team-area .site-heading>p {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	font-size: 75px;
	position: absolute;
	top: -0;
	left: 33%;
	opacity: 0.08;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
}

.chef-text {
	text-align: center;
	margin-top: 15px;
}

.chef-img img {
	width: 100%
}

.single-chef {
	margin-bottom: 30px;
}

.chef-text>h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: normal;
	margin-bottom: 5px;
	color: #111;
	font-weight: 600;
}

.chef-text>h3 a {
	color: #111
}

.chef-text>p {
	color: #333;
	text-transform: capitalize
}

.chef-text>h3>a:hover {
	color: #ca3d26
}

.chef-text p span {
	margin-left: 5px;
}

.team-slider .owl-dots {
	text-align: center;
	margin-top: 0px;
	display: block
}

.team-slider .owl-dot span {
	height: 5px;
	width: 15px;
	background: #333 none repeat scroll 0 0;
	display: inline-block;
	margin: 0 2px;
	border-radius: 3px;
}

.team-slider .owl-dot.active span {
	height: 5px;
	width: 15px;
	background: #ca3d26 none repeat scroll 0 0;
	display: inline-block;
	margin: 0 2px;
	border-radius: 3px;
}


/*================================================
12 - TABLE BOOKING AREA CSS
==================================================*/

.booking-left.section_100{
    padding: 95px 0
}
.droome-booking-table-area {
	background: rgba(0, 0, 0, 0) url("../img/book_bg.jpg") repeat fixed 0 0 / cover;
	position: relative;
	z-index: 11
}

.droome-booking-table-area:after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.droome-booking-table-area .site-heading {
	margin: 0 0 50px 0
}

.droome-booking-table-area .site-heading>p {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	font-size: 75px;
	position: absolute;
	top: 0;
	left: -4px;
	opacity: 0.18;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=18)";
}

.droome-booking-table-area .site-heading h2:before {
	position: absolute;
	content: "";
	bottom: -19px;
	width: 15px;
	height: 15px;
	background: #ca3d26;
	left: 37%;
	z-index: 9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 3px solid #fff;
}

.droome-booking-table-area .site-heading h2:after {
	position: absolute;
	content: "";
	left: 0;
	height: 2px;
	width: 80%;
	background: #ca3d26 none repeat scroll 0 0;
	bottom: -13px;
}

.booking-left .site-heading {
	text-align: left;
}

.booking-left .site-heading>h2 {
	color: #fff;
}

.booking-left .heading-line {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 20px;
}

.booking-form p {
	margin-top: 10px;
}

.booking-form p input {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	height: 45px;
	border-radius: 5px;
	padding: 5px 10px;
	width: 100%;
}

.booking-form p textarea {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	height: 100px
}

.booking-form p button {
	background: #ca3d26 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
	border: medium none;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	cursor: pointer
}

.booking-form p button:hover {
	background: #121212 none repeat scroll 0 0;
}

.booking-right>img {
	max-width: 390px;
}

.datepicker {
	border: 2px solid #ca3d26;
	margin-top: -5px;
}

.datepicker .cell.day.selected,
.datepicker .cell.month.selected,
.datepicker .cell.year.selected,
.datepicker .cell.decade.selected {
	background: #ca3d26 none repeat scroll 0 0;
	color: #fff;
}

.datepicker .cell.day:hover,
.datepicker .cell.month:hover,
.datepicker .cell.year:hover,
.datepicker .cell.decade:hover {
	background: #ca3d26 none repeat scroll 0 0;
	color: #fff;
}

.popover.clockpicker-popover.bottom.clockpicker-align-left {
	border: 2px solid #ca3d26;
}

.text-primary,
.clockpicker-popover .popover-title {
	color: #ef4836;
}

.datepicker .row.header a {
	margin: 0 3px;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 100%;
}

.datepicker .day {
	font-size: 14px;
	text-align: center
}


/*================================================
12 - BLOG AREA CSS
==================================================*/

.droome-blog-area {
	padding-bottom: 40px
}

.single-blog {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
	position: relative
}

.single-blog:after {
	content: '';
	position: absolute;
	border: 0;
	height: 2px;
	width: 0;
	left: 50%;
	bottom: 0;
	background-color: #ca3d26;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.single-blog:hover:after {
	left: 0;
	width: 100%;
}

.blog-text {
	background: #fff;
	padding: 20px;
}

.blog-image {
	position: relative;
	overflow: hidden
}

.blog-image img {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%
}

.single-blog:hover .blog-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-blog:hover .post-date {
	background: #fff none repeat scroll 0 0;
	color: #ca3d26
}

.post-date {
	position: absolute;
	width: 20%;
	height: 90px;
	top: 0;
	background: #ca3d26 none repeat scroll 0 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 20px 0;
	border-radius: 0 0 50px 50px;
	left: 10px;
	line-height: 24px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.blog-meta p {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
	color: #333
}

.blog-meta p i {
	margin-right: 3px;
	color: #ca3d26
}

.blog-meta p a {
	color: #333
}

.blog-text h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: normal;
	margin-bottom: 10px;
	color: #111;
    text-transform: capitalize;
    margin-top: 10px;
	font-weight: 600;
}

.blog-text h3 a {
	color: #111;
}

.blog-text h3 a:hover {
	color: #ca3d26
}

.read-more {
	color: #ca3d26;
	text-transform: capitalize;
	margin-top: 10px;
	display: inline-block;
}

.read-more:hover {
	color: #333
}


/*================================================
13 - OPENING AREA CSS
==================================================*/

.opening-box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
    background: url(../img/opening_bg.jpg) no-repeat scroll 0 0/cover;
	padding: 100px 0;
	border: 1px solid #fff;
	position: relative;
    z-index: 1
}

.opening-overlay {
	position: absolute;
	content: "";
	width: 91%;
	border: 1px solid #fff;
	height: 70%;
	top: 0;
	margin: 47px;
	left: 3px;
    z-index: -1
}

.opening-box h2 {
	font-family: 'Rancho', cursive;
	color: #fff;
	font-size: 55px;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.opening-box p {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 35px;
	letter-spacing: 2px;
	font-weight: 600;
}

.side_bg {
	position: absolute;
	left: 125px;
	z-index: 99;
	top: 30px;
}


/*================================================
14 - CONTACT AREA CSS
==================================================*/

.droome-contact-area {
	background: #f5fcff none repeat scroll 0 0;
}

.droome-contact-area .site-heading>p {
	left: 27%
}

.contact-left {
	background: #fff none repeat scroll 0 0;
	padding: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1
}

.contact-left:after {
	position: absolute;
	content: "";
	background: url(../img/food.png);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.contact-left form p {
	margin-bottom: 20px;
	position: relative
}

.contact-left form p:last-child {
	margin-bottom: 0;
}

.contact-left form p input {
	width: 100%;
	border-bottom: 2px solid #333;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 5px;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	background: transparent
}

.contact-left form p textarea {
	border-bottom: 2px solid #333;
	width: 100%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-size: 14px;
	padding: 5px;
	color: #333;
	box-sizing: border-box;
	background: transparent
}

.contact-left form p button {
	background: #ca3d26 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
	border: medium none;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}

.contact-left form p button:hover {
	background: #121212 none repeat scroll 0 0
}

.input:focus {
	outline: none;
}

.input:focus+.underline,
.input:focus+.textarea_u {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.underline {
	background-color: #ca3d26;
	display: inline-block;
	height: 2px;
	left: 0;
	margin-top: -4px;
	position: absolute;
	bottom: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 100%;
}

.textarea_u {
	bottom: 3px
}

.single-contact-info h3 {
	font-family: 'Montserrat', sans-serif;
	color: #111;
	font-size: 26px;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 600;
    line-height: 40px
}

.single-contact-info h3 span {
	display: block
}

.single-contact-info {
	margin-top: 15px;
}

.info-contact-details p span {
	font-weight: 600;
	color: #333;
	width: 8%;
	display: inline-block
}

.info-contact-details p a {
	color: #333
}

.info-contact-details p a:hover {
	color: #ca3d26
}


/*================================================
15 - FOOTER AREA CSS
==================================================*/

.droome-footer-area {
	background: #fff none repeat scroll 0 0
}

.footer-box {
	text-align: center;
}

.social-footer {
	text-align: center;
	margin-bottom: 15px
}

.social-footer li {
	display: inline-block;
	margin: 0 11px;
}

.social-footer li a {
	font-size: 23px;
	color: #8e96bd;
}

.social-footer li a:hover {
	color: #333
}

.footer-box p {
	color: #333;
	text-transform: capitalize;
}

.mobile{

		display:none !important;
}
.info-contact-details i{

		margin-right:15px;
		font-size:22px;
}
.info-contact-details p{

		font-size:17px;
		margin:15px 0px;

}
.opening-box a{

		color:#fff;
}
.text a{

		padding:12px 30px;
		background-color:#000;
		color:#fff;
		margin:15px 0px;
}
.m-15{

		margin:15px 0px;
}
.all-about h5{

		line-height:35px;
}
.logo1{

		width:200px;
		margin-bottom:10px;

}
.single-special{

		text-align: center;
		display:flex;
		justify-content: center;
		flex-direction: column;
}
.single-special img{

		width:75px !important;
		margin:15px auto;
}
.single-special h5{

		margin:15px 0px;
		padding:0px 15px;
		line-height:38px;
}
.single-special h3{

		text-transform: uppercase !important;
		color:#ca3d26;
}
@media(max-width:769px){

	.single-special h5{

			font-size:15px;
			line-height:35px;
	}
	.team-slider .owl-dots{

			display:none !important;
	}
	.opening-box p{

			font-size:14px !important;
	}
	/* .navbar{

			padding: !important;
	} */
}
@font-face {
    font-family: 'blackwood';
    src: url('../fonts/blackwood_castle-webfont.woff') format('woff');         
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'blackwood1';
    src: url('../fonts/blackwoodcastleshadow-webfont.woff') format('woff');         
    font-weight: normal;
    font-style: normal;

}
.banner-welcome p{

		color:#fff;
		font-size:22px;
}