
/* global box-sizing */
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
	margin-top: 0px !important;
}

#ls-global {
	margin: 0 !important;
}

body, input {
	color: #444;
}

body.page-id-527 {
	margin-top: 75px;
}

heads {
	font-family: "nightcomes";
	display: block;
	font-size: 75px;
	color: #c2ab85;
	line-height: 80px;
	position: relative;
	z-index: 5;
}

heads.sname {
	font-family: "lunaralchemy";
	font-size: 95px;
	z-index: 2;
	color: #9c8778;
	top: -30px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 25px;
}

/* clear */
.clear:before, .clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #444;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #04a4cc;
}

.mob-face-icon.cn-fa-icon {
	margin-top: 8px;
}

.od-btn {
	margin-left: 10px;
}

.hamburger_menu {
	position: fixed;
	top: 0;
	left: 0px;
	width: 290px;
	height: 100vh;
	background: #1f2e3a;
	z-index: 10;
	overflow: auto;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: translateX(-450px);
	transform: translateX(-450px);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
}

.showmenu .hamburger_menu {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.hamburger_container1 {
	display: block;
	margin-left: 0px;
}

.hamburger_menu a {
	color: #fff;
}

.overlay {
	position: fixed;
	top: 0;
	right: 0px;
	width: 450px;
	height: 100vh;
	background: #d4ddda;
	z-index: 10;
	overflow-y: auto;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: translateX(450px);
	transform: translateX(450px);
	padding: 20px 45px;
}

.showmenu .overlay {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.overlay .closebtn {
	position: absolute;
	right: 45px;
}

.hamburger_menu.active {
	left: 0;
}

.fs_menu_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9;
	background: rgba(255, 255, 255, 0);
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menuOne {
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transition: .1s;
	transition: .1s;
	display: inline-block;
}

.menuSeven {
	width: 27px;
	height: 21px;
	position: relative;
	float: left;
	top: 10px;
	background: url("https://cdn-ilebmdn.nitrocdn.com/fsfldxCFEBhbXFobmBvijWqUflkVwdwq/assets/images/optimized/rev-017206f/la-casa-restaurant.co.uk/wp-content/uploads/2020/12/la-casa-edinburgh-BURGER-MENU.png");
	display: block;
}

.menuSeven span {
	position: relative;
	-webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	border-bottom: 2px solid;
	width: 25px;
	margin-bottom: 6px;
	display: none !important;
}

.hamburger_close {
	position: absolute;
	top: 20px;
	left: 30px;
	cursor: pointer;
	display: block;
	font-size: 0;
	font-weight: normal;
	color: #c2ab85;
	font-family: serif;
	background: url("https://cdn-ilebmdn.nitrocdn.com/fsfldxCFEBhbXFobmBvijWqUflkVwdwq/assets/images/optimized/rev-017206f/la-casa-restaurant.co.uk/wp-content/uploads/2020/12/la-casa-edinburgh-BURGER-MENU-CLOSE.png");
	width: 20px;
	height: 20px;
}

.hamburger_menu_content {
	padding-top: 85px;
	width: 100%;
	padding-right: 20px;
	text-align: left !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}

/* header */
.header {
	position: fixed;
	z-index: 999;
	width: 100%;
	padding: 15px 30px;
	top: 0px !important;
}

/* logo */
.logo {
	float: left;
}

.logo img {
	width: 100%;
	max-width: 110px;
}

/* nav */
.nav {
	float: right;
	margin-left: 75px;
	display: flex;
}

.nav ul li {
	display: inline;
	margin-right: 25px;
}

.nav ul li a {
	color: #fff;
}

a {
	color: #c2ab85;
}

a:hover {
	text-decoration: none;
	color: #9c8778;
}

.nav ul, .header-social-icons ul {
	padding-left: 0;
}

::selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

::-webkit-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	@page {
		margin: .5cm;
	}
	
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
}

.section {
	background-image: url("https://cdn-ilebmdn.nitrocdn.com/fsfldxCFEBhbXFobmBvijWqUflkVwdwq/assets/images/optimized/rev-017206f/la-casa-restaurant.co.uk/wp-content/uploads/2020/07/background.jpg");
	background-repeat: repeat;
	position: relative;
	display: table;
	width: 100%;
}

.mob-nav .nav {
	display: none;
	overflow: hidden;
}

.our-story.our-sty-tit-desc {
	padding: 4% 6% 4% 6%;
	color: #fff;
}

.whole-our-story.setofsdata .our-story.our-sty-tit-desc {
	padding: 2% 6%;
}

.section3 .our-story.our-sty-tit-desc {
	padding: 4% 2%;
	color: #fff;
}

.our-sty-sub-tite {
	padding: 15px 0;
}

.section.nitro-lazy {
	background-image: none !important;
}

.section5 .our-sty-button {
	margin-top: 100px;
}

.c-buttons .our-sty-button {
	margin-top: 35px;
}

.our-sty-title, .easy_testimonial_title {
	margin-bottom: 14px;
	margin-top: 0;
	color: #c2ab85;
	font-weight: 800;
	line-height: 26px;
}

.section3 .our-sty-sub-tite, .section4 .our-sty-sub-tite {
	padding: 0px 0;
}

.testimonial_body {
	margin-top: 20px;
	line-height: 24px;
}

.testimonial_author, .testimonial-other {
	padding-top: 10px;
	margin: 0px;
}

.our-sty-desc.we-care-desc p {
	margin-bottom: 20px;
	line-height: 24px;
}

blockquote.easy_testimonial {
	margin: 0 auto;
}

.our-sty-tit-desc p {
	line-height: 24px;
}

.we-care-desc {
	line-height: 24px;
}

.our-sty-desc.we-care-desc p:last-child {
	margin-bottom: 0;
}

.our-sty-button a, .book-delev-fix-btn a {
	padding: 10px 20px !important;
	border: 1px solid #c2ab85;
	color: #fff;
	font-weight: 800;
}

.our-sty-button a:hover, .book-delev-fix-btn a:hover, .book-delivery a:hover {
	border: 1px solid #c2ab85;
	background-color: #c2ab85;
	color: #fff;
}

.section .our-sty-button a, .book-delev-fix-btn a {
	display: inline-block;
	min-width: 180px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

.book-delivery a {
	text-align: center;
	padding: 12px 20px;
	border: 1px solid #c2ab85;
	background-color: #c2ab85;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
}

.slide1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center, center;
	height: 100%;
	position: absolute;
	right: 0;
	width: 100%;
}

.whole-our-story {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	position: relative;
	top: 0px;
}

.whole-our-story.setofsdata {
	padding: 0;
}

.section5 .our-story {
	min-height: 480px;
}

.section5 .setofsdata .our-story {
	min-height: 640px;
}

.our-story {
	width: 50%;
	text-align: center;
}

.our-story .our-sty-button a {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.our-story-image {
	width: 50%;
	height: 100%;
	position: absolute;
}

.our-story.our-sty-tit-desc.left-content {
	float: left;
}

.our-story.our-sty-tit-desc.right-content {
	float: right;
}

.our-story-image.right-image {
	right: 0;
	top: 0px;
}

.our-story-image.left-image {
	left: 0;
	top: 0;
}

.book-delivery {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	bottom: 12px;
	left: 0;
	z-index: 99;
}

.passion-overvire {
	display: inline-block;
	padding-right: 50px;
}

.open-since {
	font-size: 42px;
	font-family: "GreatVibes-Regular";
	font-weight: normal;
}

.testimonial-client {
	font-size: 65px;
	font-family: lunaralchemy;
	font-weight: normal;
	text-transform: none;
	line-height: 60px;
	margin-bottom: 30px;
	margin-top: -20px;
}

.open-since {
	padding: 0px 8px;
	margin-bottom: 12px;
}

.since-subtitle {
	font-size: 100px;
	margin-top: -30px;
	font-family: "Bodoni-Antiqua-T-OT-Bold-Condensed_7644";
	color: #c2ab85;
}

.since-desc {
	position: relative;
	top: -14px;
	padding: 0 8px;
}

.easy_t_single_testimonial .easy_testimonial_title, .testimonial-client {
	color: #c2ab85;
}

.testimonial-other {
	font-style: initial;
	position: relative;
	top: -4px;
}

.mc4wp-form-fields label {
	display: inline;
}

.mc4wp-form-fields input {
	color: #fff;
	background-color: #353e45;
	border-radius: 0px;
	border: 1px solid #353e45;
}

.mc4wp-form-fields input[type="email"] {
	width: 100%;
	float: left;
	padding: 0px 12px;
	color: #fff;
	line-height: 38px;
}

input::placeholder {
	color: #fff;
	font-weight: normal;
}

.mc4wp-form-fields {
	margin: 20px 0;
	overflow: hidden;
}

fleft.f {
	width: 60%;
	margin-right: 1%;
}

fleft {
	width: 39%;
	float: left;
}

label {
	display: block;
	margin-bottom: 0px;
}

.whole-find-us label {
	font-weight: 600;
	color: #c2ab85;
}

.tcs-privacy-policy {
	padding-top: 20px;
}

.address, .phone, .email, .opening-hours {
	margin-bottom: 25px;
}

.header {
	display: none !important;
}

.sticky-inner {
	padding: 10px 20px;
}

.sticky {
	position: fixed;
	z-index: 1000;
	width: 100%;
	background-image: url("https://cdn-ilebmdn.nitrocdn.com/fsfldxCFEBhbXFobmBvijWqUflkVwdwq/assets/images/optimized/rev-017206f/la-casa-restaurant.co.uk/wp-content/uploads/2020/07/top-bg.jpg");
	background-repeat: repeat;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
	display: block;
	top: 0;
	left: 0;
	height: 85px;
}

.sticky.nitro-lazy {
	background-image: none !important;
}

.sticky.active {
	display: block;
	width: 100%;
}

.sidenav a {
	padding: 8px 8px 8px 30px;
	text-decoration: none;
	color: #fff;
	display: block;
	transition: .3s;
}

.sidenav a:hover {
	color: #c2ab85;
}

.sidenav .our-sty-button a:hover {
	color: #fff;
}

.closebtn {
	color: #c2ab85 !important;
	font-size: 36px !important;
}

.sticky-button.our-sty-button {
	float: right;
	margin-top: 20px;
}

.nav-button.our-sty-button {
	padding: 0 25px;
	margin: 15px auto;
}

.nav-button.our-sty-button a {
	padding-left: 0;
	max-width: 200px;
	text-align: center;
}

.nav-wid {
	width: 35%;
	float: left;
}

.nav-wid.l {
	width: 30%;
	float: left;
}

.nav-menu-logo {
	text-align: center;
}

.nav-menu-logo img {
	width: 140px;
	height: 150px;
}

.nav-menu-logo img.mobile {
	width: 161px;
	height: auto;
	display: none;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
	width: unset !important;
	justify-content: unset !important;
	margin: 0 auto !important;
	background-color: none !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
	max-width: 100%;
}

.glarry-img img {
	width: 100%;
	padding: 2px;
	max-width: 100%;
	height: auto !important;
}

.glarry-img {
	width: 25%;
	float: left;
	cursor: pointer;
	height: auto !important;
}

.mob-nav .nav ul li {
	display: block;
	list-style: none;
	margin-right: 0px;
	border-bottom: 1px solid #fff;
}

.mob-nav .nav ul li:last-child {
	border-bottom: none;
}

.mob-nav .nav ul li a {
	display: block;
	padding: 15px;
}

.mob-nav .nav {
	float: unset;
	margin-top: 25px;
	margin-left: 0px;
	width: 100%;
}

.mob-nav .nav ul {
	width: 100%;
	text-align: center;
	background: #c2ab85;
	margin: 12px 0;
	position: relative;
	z-index: 999;
}

.slide1 img {
	display: none;
}

@media only screen and (max-width:991px) {
	fleft {
		width: 39%;
	}
	
	fleft.f {
		width: 60%;
	}
	
	.our-story {
		width: 100% !important;
	}
	
	.our-story-image {
		height: auto !important;
	}
	
	.our-story-image.g-map {
		height: 480px !important;
	}
	
	.section5 .our-sty-button {
		margin-top: 40px;
	}
	
	.section .our-sty-button {
		display: block;
	}
	
	.section .our-sty-button a {
		min-width: 165px;
	}
}

@media only screen and (max-width:768px) {
	body {
		margin-top: 135px;
		overflow: auto !important;
	}
	
	body.home {
		margin-top: -45px;
	}
	
	body.page-id-527 {
		margin-top: 140px;
	}
	
	.ns .l-w-newington {
		margin-top: 20px;
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	body {
		margin-top: 80px;
	}
	
	body.home {
		margin-top: 0;
	}
	
	.section .our-sty-button a, .book-delev-fix-btn a, .our-story .our-sty-button a {
		min-width: 160px;
		margin-right: 10px;
	}
}

@media only screen and (min-width:1025px) and (max-width:1140px) {
	.section .our-sty-button a, .book-delev-fix-btn a, .our-story .our-sty-button a {
		min-width: 160px;
		margin-right: 10px;
	}
	
	body {
		margin-top: 60px;
	}
	
	body.home {
		margin-top: 0;
	}
}

@media only screen and (max-width:1480px) and (min-width:1141px) {
	body {
		margin-top: 60px;
	}
	
	body.home {
		margin-top: 17px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {}

@media only screen and (max-width:480px) {
	.section .our-sty-button, .section .our-sty-button a {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.ns .l-w-newington {
		margin-top: 0px !important;
	}
	
	.c-buttons {
		width: auto !important;
	}
	
	.c-buttons .new-booking-btn a {
		margin-right: 0 !important;
	}
	
	.c-buttons .ns a {
		margin-right: 0 !important;
	}
	
	.our-story.right-image {
		min-height: 340px !important;
	}
	
	.our-story.our-sty-tit-desc {
		padding: 25% 6% 16% 6% !important;
	}
}

@media only screen and (min-width:769px) {
	.mob-sticky-btn {
		display: none !important;
	}
	
	.book-delev-fix-btn {
		width: 100%;
		position: fixed;
		text-align: center;
		bottom: 0;
		left: 0;
		z-index: 99;
		right: 0;
		max-width: 15%;
		margin: 0 auto;
		display: none;
	}
	
	.book-delev-fix-btn a {
		border: 1px solid #c2ab85;
		background-color: #c2ab85;
		color: #fff;
		display: block;
		float: none;
		width: 180px;
		margin: 0 auto;
	}
	
	.book-delev-fix-btn a:hover {
		border: 1px solid #9c8778;
		background-color: #9c8778;
	}
}

@media screen and (min-device-width:1001px) and (max-device-width:1239px) {
	.mob-face-icon.cn-fa-icon {
		margin-top: 14px;
		position: absolute;
		right: 220px;
	}
	
	.od-btn {
		position: absolute;
		left: 60px;
	}
}

@media only screen and (max-width:1000px) {
	.sticky {
		height: 200px;
	}
	
	.book-delev-fix-btn {
		display: none !important;
	}
	
	.mob-res-btn {
		display: none !important;
	}
	
	.mob-face-icon {
		position: absolute;
		right: 22px;
		top: 25px;
	}
	
	.mob-sticky-btn {
		display: block !important;
		overflow: hidden;
		clear: both;
		text-align: center;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -10px;
		padding-top: 5px;
	}
	
	.mob-s-b a {
		padding: 10px;
		display: block;
	}
	
	.mob-s-f-b {
		background: #be9a5c;
	}
	
	.mob-s-f-b a {
		color: #fff;
		letter-spacing: 1px;
		font-weight: 500;
	}
	
	.mob-s-s-b a {
		color: #be9a5c;
		letter-spacing: 1px;
	}
	
	.nav-wid {
		padding: 0;
		width: 25%;
	}
	
	.nav-wid.l {
		width: 50%;
	}
	
	.menuSeven {
		margin-top: 8% !important;
	}
	
	.nav-wid.r {
		float: right;
		width: 25%;
		padding: 0;
	}
	
	.sticky-inner {
		padding: 10px 10px;
	}
	
	.nav-menu-logo img.mobile {
		display: inline !important;
		margin-top: 26px !important;
		margin-bottom: 26px;
	}
	
	.nav-menu-logo img.desktop {
		display: none;
	}
	
	.book-delev-fix-btn {
		display: none !important;
	}
	
	.book-delivery {
		display: none !important;
	}
	
	.mob-res-btn {
		display: none !important;
	}
	
	.mob-sticky-btn {
		display: block !important;
		overflow: hidden;
		clear: both;
		text-align: center;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -10px;
		padding-top: 5px;
	}
	
	.mob-s-b a {
		padding: 10px;
		display: block;
	}
	
	.mob-s-f-b {
		background: #918383;
	}
	
	.mob-s-f-b a {
		color: #fff;
		letter-spacing: 1px;
		font-weight: 500;
		font-size: 16px;
	}
	
	.mob-s-s-b a {
		color: #918383;
		letter-spacing: 1px;
		font-size: 16px;
	}
}

@media only screen and (max-width:768px) {
	#main {
		margin-top: 145px;
	}
	
	.passion-overvire {
		padding-right: 0px !important;
	}
	
	.our-story.our-sty-tit-desc {
		padding: 3% 6% !important;
	}
	
	.section3 .our-sty-tit-desc {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.slide1 {
		background-position: center !important;
	}
	
	.book-delivery {
		z-index: 99;
	}
	
	.whole-our-story {
		padding-top: 0px !important;
	}
	
	.since-subtitle {
		font-size: 40px !important;
		padding-bottom: 8px;
	}
	
	.open-since {
		font-size: 28px !important;
		padding-bottom: 8px !important;
	}
	
	.news {
		width: 100%;
		float: none;
	}
	
	.whole-news {
		width: 100% !important;
		float: none !important;
	}
}

@media only screen and (max-width:991px) {
	.our-story-image {
		width: 100% !important;
		position: unset !important;
	}
	
	.our-story.our-sty-tit-desc.left-content {
		float: none !important;
	}
	
	.our-story.our-sty-tit-desc.right-content {
		float: none !important;
	}
	
	.our-story {
		width: 100% !important;
		min-height: 350px;
		padding: 8% 6% !important;
	}
	
	.new-title h2 {
		line-height: 28px;
	}
	
	.dask-menu .nav ul {
		display: none;
	}
	
	.cn-fa-facebook.cn-fa-icon i {
		top: 0px !important;
	}
	
	.slide1 {
		position: unset !important;
	}
	
	.slide1 img {
		display: block;
	}
	
	.slide1.mbs img {
		display: none;
	}
	
	.slide1.mbs {
		height: 300px;
	}
	
	.book-delivery {
		position: relative;
		clear: both;
		margin-top: 40px;
		margin-top: 20px;
	}
	
	.copyright {
		text-align: center;
	}
	
	.copyr {
		float: none;
	}
	
	.powd {
		text-align: none;
	}
	
	.g-map {
		position: relative !important;
	}
	
	.g-map iframe {
		height: 800px;
	}
	
	.whole-find-us {
		vertical-align: top;
	}
	
	.whole-our-story.setofsdata {
		padding: 0 !important;
	}
	
	.whole-our-story {
		vertical-align: top;
	}
	
	.map-img {
		top: 15% !important;
	}
	
	.mob-s-b.mob-s-s-b .nav-button.our-sty-button a {
		max-width: 100%;
		text-align: center;
	}
	
	.mob-s-b.mob-s-s-b .nav-button.our-sty-button {
		padding: 10px;
		margin: 0px auto;
	}
	
	.voucher_list.moblie-list {
		background-color: #353e45;
		padding: 10px 0;
	}
	
	.voucher_list.moblie-list .vouture-list {
		padding: 5px 0 5px 0;
	}
	
	.voucher_list.moblie-list .vouture-list a {
		display: block;
	}
	
	.our-sty-button.mob-s-b.mob-s-v-b.parent-data a::after {
		margin-top: 3px;
	}
}

@media only screen and (min-width:992px) {
	.section {
		min-height: 800px;
	}
	
	.mob-nav {
		display: none !important;
	}
}

@media screen and (min-device-width: 769px) and (max-device-width: 1180px) {
	.whole-news {
		width: 50% !important;
	}
}

.gallary-section.setofsdata {
	position: relative;
	min-height: 70px;
}

.gallary-section-inner {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.cn-fa-facebook.cn-fa-icon {
	margin-top: 4px;
}

@media screen and (min-device-width: 1500px) and (max-device-width: 1720px) {
	.passion-overvire {
		padding-right: 45px;
	}
	
	.since-subtitle {
		font-size: 98px;
	}
	
	section.section3 .our-story.our-sty-tit-desc {
		padding: 0% 4%;
	}
}

@media screen and (min-device-width: 1380px) and (max-device-width: 1500px) {
	.passion-overvire {
		padding-right: 30px;
	}
	
	.since-subtitle {
		font-size: 92px;
	}
	
	section.section3 .our-story.our-sty-tit-desc {
		padding: 0% 4%;
	}
}

@media screen and (min-device-width: 1120px) and (max-device-width: 1380px) {
	.passion-overvire {
		padding-right: 30px;
	}
	
	.open-since {
		font-size: 32px;
	}
	
	.since-subtitle {
		font-size: 70px;
	}
	
	.since-desc {
		padding: 0 6px;
		font-size: 14px;
	}
}

@media screen and (min-device-width: 991px) and (max-device-width: 1120px) {
	.passion-overvire {
		padding-right: 22px;
	}
	
	.open-since {
		font-size: 28px;
	}
	
	.since-subtitle {
		font-size: 60px;
	}
	
	.since-desc {
		padding: 0 4px;
		font-size: 14px;
	}
}

.slick-slide .slick-active:focus {
	border: none !important;
}

.menu-pdf span {
	padding: 8px 8px 8px 30px;
	text-decoration: none;
	color: #fff;
	display: block;
	transition: .3s;
	cursor: pointer;
}

.d-menu:hover, .menu-pdf span:hover {
	color: #c2ab85;
}

.d-menu img {
	vertical-align: baseline;
	width: 12px;
	margin-left: 5px;
}

.new-left-menu ul {
	margin: 0;
	padding: 0;
}

.new-left-menu ul li {
	list-style: none;
}

.sub-menu {
	display: none;
}

#menu-item-514 a::after {
	content: "";
	background: url("https://cdn-ilebmdn.nitrocdn.com/fsfldxCFEBhbXFobmBvijWqUflkVwdwq/assets/images/optimized/rev-017206f/la-casa-restaurant.co.uk/wp-content/uploads/2020/12/BURGER-MENU-DROPDOWN.png");
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 130px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 7px;
}

.sub-menu li a::after {
	background: none !important;
}

#st_gdpr_iframe {
	display: none;
}

.email a, .phone a {
	color: #fff;
}

heads.first {
	top: 30px;
}

button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.slick-arrow {
	position: absolute;
	top: 100%;
	margin-top: 35px !important;
	z-index: 999;
}

.pager {
	margin: 0px auto 30px auto;
	position: relative;
	z-index: 99;
	width: 88%;
}

.pager span {
	display: block;
	position: absolute;
	padding: 0 20px;
}

.slick-prev, .prev {
	left: 0;
	width: 10px;
	height: 19px;
	font-size: 0;
	background: url("https://cdn-ilebmdn.nitrocdn.com/fsfldxCFEBhbXFobmBvijWqUflkVwdwq/assets/images/optimized/rev-017206f/la-casa-restaurant.co.uk/wp-content/uploads/2020/12/la-casa-edinburgh-GALLERY-ARROW-LEFT.png");
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-repeat: repeat;
	background-repeat: no-repeat;
	margin-top: 10px;
	background-position: left center;
	background-size: contain;
}

.slick-next, .next {
	right: 0;
	width: 11px;
	height: 19px;
	font-size: 0;
	background: url("https://cdn-ilebmdn.nitrocdn.com/fsfldxCFEBhbXFobmBvijWqUflkVwdwq/assets/images/optimized/rev-017206f/la-casa-restaurant.co.uk/wp-content/uploads/2020/12/la-casa-edinburgh-GALLERY-ARROW-RIGHT.png");
	background-repeat: repeat;
	background-repeat: no-repeat;
	margin-top: 10px;
	background-position: right center;
	background-size: contain;
}

.slick-dots {
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	right: 0;
}

.pager span {
	display: block;
	position: absolute;
	font-size: 28px;
	color: #fff;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.pager span.next {
	height: 32px;
	width: 50%;
	text-align: center;
}

.pager span.prev {
	width: 50%;
	border-right: 2px solid #b99b65;
	height: 32px;
	text-align: center;
}

.slick-dots li {
	display: inline list-item;
}

.slick-dots li {
	display: inline list-item;
	font-size: 0;
	max-width: 100%;
	display: inline;
}

.slick-dots li button {
	width: 18%;
	font-size: 0;
	margin: 6px 2px;
	line-height: 40px;
	background: url("https://cdn-ilebmdn.nitrocdn.com/fsfldxCFEBhbXFobmBvijWqUflkVwdwq/assets/images/optimized/rev-017206f/la-casa-restaurant.co.uk/wp-content/uploads/2020/12/la-casa-edinburgh-GALLERY-GOLD.png");
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.slick-dots li.slick-active button {
	background: url("https://cdn-ilebmdn.nitrocdn.com/fsfldxCFEBhbXFobmBvijWqUflkVwdwq/assets/images/optimized/rev-017206f/la-casa-restaurant.co.uk/wp-content/uploads/2020/12/la-casa-edinburgh-GALLERY-WHITE.png");
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: bottom;
}

.glarry-img img {
	filter: gray;
	-webkit-filter: grayscale(1);
}

.glarry-img img:hover, .glarry-img img.active {
	-webkit-filter: grayscale(0);
	filter: none;
}

.map-img img {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	top: -60px;
}

@media only screen and (max-width:1440px) {
	.map-img img {
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
		top: -60px;
	}
}

@media only screen and (max-width:1200px) {
	.passion-overvire {
		padding-right: 30px;
	}
}

@media only screen and (min-width:769px) {
	/*
.mob-sticky-btn {
	display: none !important;
}*/
	.book-delivery {
		display: none !important;
	}
}

@media only screen and (max-width:768px) {
	heads {
		font-size: 50px;
	}
	
	heads.sname {
		font-size: 70px;
		margin-bottom: 0;
	}
	
	.nav-wid {
		padding: 0;
		width: 22%;
	}
	
	.nav-wid.l {
		width: 50%;
	}
	
	.menuSeven {
		top: 20px !important;
	}
	
	.nav-wid.r {
		float: right;
		width: 28%;
		padding: 0;
	}
	
	.sticky-inner {
		padding: 10px 10px;
	}
	
	/*
.nav-menu-logo img.mobile {
	display:inline!important;
	margin-top: 4px !important;
	
}*/
	.nav-menu-logo img.desktop {
		display: none;
	}
	
	.book-delev-fix-btn {
		display: none !important;
	}
	
	.book-delivery {
		display: none !important;
	}
	
	.mob-res-btn {
		display: none !important;
	}
	
	.mob-face-icon {
		display: block !important;
		float: right;
		margin-top: 4px !important;
		margin-right: 0 !important;
	}
	
	.mob-sticky-btn {
		display: block !important;
		overflow: hidden;
		clear: both;
		text-align: center;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -10px;
		padding-top: 5px;
	}
	
	.mob-s-b a {
		padding: 10px;
		display: block;
	}
	
	.mob-s-f-b {
		background: #c2ab85;
	}
	
	.mob-s-f-b a {
		color: #fff;
		letter-spacing: 1px;
		font-weight: 500;
		font-size: 16px;
	}
	
	.mob-s-s-b a {
		color: #c2ab85;
		letter-spacing: 1px;
		font-size: 16px;
	}
}

@media only screen and (min-width:992px) {
	.tab-sticky-btn {
		display: none !important;
	}
}

@media only screen and (max-width:580px) {
	.since-desc {
		font-size: 13px;
		padding: 0 5px;
	}
	
	.pager {
		margin: 0px auto 50px auto !important;
	}
	
	.pager span {
		font-size: 18px !important;
	}
	
	.nav-wid {
		padding: 5px;
	}
}

@media only screen and (max-width:991px) {
	.tab-sticky-btn {
		display: block !important;
		overflow: hidden;
		clear: both;
		position: absolute;
		left: 0;
		right: 0;
		top: 80px;
		z-index: 9;
		text-align: center;
	}
	
	.mob-s-f-b {
		background: #c2ab85;
	}
	
	.mob-s-f-b a {
		color: #fff;
	}
	
	.mob-s-b a {
		padding: 15px;
		display: block;
		letter-spacing: 1px;
		font-weight: 500;
		font-size: 16px;
	}
	
	.mob-s-s-b {
		background-image: url("https://cdn-ilebmdn.nitrocdn.com/fsfldxCFEBhbXFobmBvijWqUflkVwdwq/assets/images/optimized/rev-017206f/la-casa-restaurant.co.uk/wp-content/uploads/2020/07/top-bg.jpg");
	}
	
	.mob-s-s-b.nitro-lazy {
		background-image: none !important;
	}
	
	.mob-s-s-b a {
		color: #fff;
	}
	
	.gallary-section .setofsdata {
		display: none;
	}
	
	.section5 .our-story {
		min-height: unset !important;
		height: auto !important;
	}
	
	.pager {
		display: block !important;
	}
}

.header {
	display: none !important;
}

.menuSeven.menu span {
	color: #c2ab85 !important;
}

.slick-slide:focus {
	outline: none !important;
}

.new-booking-btn a {
	background: #c2ab85;
	float: left;
	color: #fff;
	padding: 10px 10px;
	margin-right: 10px;
}

.section4.section .our-sty-button a {
	float: left;
}

.gloaders, .gloaders img {
	opacity: 0;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.c-buttons {
	margin: auto;
	width: 380px;
	max-width: 96%;
	overflow: hidden;
}

.c-buttons .new-booking-btn a {
	margin-right: 15px;
	float: left;
}

.c-buttons .ns a {
	margin-right: 15px;
	float: left;
}

.our-story .left-content {
	max-width: 525px;
	margin: auto;
}

.section7 .our-story .aos-item, .section6 .our-story .aos-item {
	max-width: 600px;
	margin: auto;
}

.our-story {
	text-transform: uppercase;
}

#map {
	width: 100%;
	height: 100%;
}

heads.first.g-title {
	margin-bottom: 30px;
	top: 0;
}

.add-c-btn {
	margin-bottom: 24px;
}

.add-c-btn a.d-r-btn, .add-c-btn a.l-w-btn {
	margin-right: 15px;
}

.add-c-btn a:hover {
	cursor: pointer;
}

.add-c-btn .active {
	background: #c2ab85;
}

/* for voucher*/
.voucher_list {
	display: none;
}

.our-sty-button.parent-data a::after {
	content: "";
	background: url("https://cdn-ilebmdn.nitrocdn.com/fsfldxCFEBhbXFobmBvijWqUflkVwdwq/assets/images/optimized/rev-017206f/la-casa-restaurant.co.uk/wp-content/uploads/2020/12/BURGER-MENU-DROPDOWN.png");
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 7px;
	margin-left: 5px;
}

.our-sty-button a {
	text-transform: uppercase;
}

.vouture-list a {
	text-transform: uppercase;
}

.voucher_list li {
	list-style: none;
}

.shot-menu {
	margin-bottom: 20px;
}

/* for voucher*/

/*----- GENERAL ENQUIRIES-----*/
.wpcf7-form.sent {
	width: 100%;
	padding-bottom: 8%;
}

.post-842 .coupon-activate .title h2, .post-844 .coupon-activate .title h2, .post-1482 .coupon-activate .title h2, .post-3328 .coupon-activate .title h2 {
	margin-top: 6%;
	color: #716c66;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 52px;
}

.wpcf7-form input {
	padding: 18px;
	font-weight: 400;
	width: 100% !important;
	color: #000;
	font-family: Mada-Regular;
	text-transform: initial;
	border: 2px solid #ddd;
	margin-bottom: 20px !important;
}

input[type="file"] {
	background-color: #fff;
}

.form-files-field label {
	float: left;
	font-size: 22px;
	text-transform: initial;
}

.wpcf7-form textarea {
	width: 100%;
	border: 2px solid #e2e2e2;
	border-radius: 5px;
	padding: 20px 0 0 20px;
	font-family: Mada-Regular;
	resize: none;
}

textarea:focus-visible, textarea:active, textarea:focus {
	outline: none;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-form input[type="checkbox"] {
	width: 36px !important;
	height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #e2e2e2;
	background-color: #fff;
	vertical-align: middle;
	padding: 0 !important;
	outline: 0 !important;
	user-select: none;
	border-radius: 0;
	margin-bottom: 0;
	margin-right: 20px;
	margin-top: 5px;
}

.wpcf7-form input[type="checkbox"]:checked {
	background-image: url("https://cdn-ilebmdn.nitrocdn.com/fsfldxCFEBhbXFobmBvijWqUflkVwdwq/assets/images/optimized/rev-017206f/la-casa-restaurant.co.uk/wp-content/uploads/2021/07/tick-off.png");
	background-size: contain;
}

.wpcf7-form input[type="checkbox"]:checked.nitro-lazy {
	background-image: none !important;
}

.single-check label {
	display: inline-block;
	line-height: 28px;
	font-family: Mada-Regular;
	vertical-align: middle;
	font-size: 22px;
	font-weight: normal;
}

.single-check label a {
	color: #716c66;
}

.wpcf7-list-item.first.last {
	line-height: 0;
	margin-top: 36px;
	margin-left: 0;
}

.single-check {
	margin-top: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}

.submit-btn {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.submit-btn input[type="submit"] {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	text-transform: uppercase !important;
}

.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
	color: #444 !important;
	text-transform: capitalize;
	font-size: 20px;
}

.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
	color: #444 !important;
	text-transform: capitalize;
	font-size: 20px;
}

.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
	color: #444 !important;
	text-transform: capitalize;
	font-size: 20px;
}

.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
	color: #444 !important;
	text-transform: capitalize;
	font-size: 20px;
}

.wpcf7-form input:-moz-placeholder, .wpcf7-form textarea:-moz-placeholder {
	color: #444 !important;
	text-transform: capitalize;
	font-size: 20px;
}

.wpcf7-submit {
	padding: 12px 15px !important;
	text-align: center;
	color: #fff;
	background-color: #897f72 !important;
	border: 1px solid #897f72 !important;
	border-radius: 50px;
	font-weight: normal;
	width: 190px;
	display: block;
}

/*
.eq-but a {
    padding: 6px 40px;
    background: #897f72;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}
.eq-but{
	padding-top: 20px;
}*/
@media only screen and (max-width:822px) {
	.single-check .wpcf7-list-item {
		float: left;
		width: 50px;
	}
	
	.single-check label {
		float: left;
		margin-left: 60px;
		margin-top: -35px;
	}
	
	.wpcf7-form.sent {
		padding-bottom: 40%;
	}
}

.enq-but {
	margin-top: 24px;
}

.gb-e-form p {
	margin: 0 !important;
	padding: 0px !important;
}

.gb-e-form p br {
	display: none !important;
}

.dalry-road-map iframe, .leith-walk-map iframe, .newington-map iframe {
	position: absolute;
	height: 100%;
}

.newington-map {
	height: 100%;
}

.mob-s-v-b {
	background: #1f2e3a;
}

.mob-s-v-b a:hover {
	background: #1f2e3a !important;
}

.our-sty-button.mob-s-b.mob-s-v-b a {
	border: 0 !important;
}

.recaptcha {
	margin-top: 20px;
}

@media only screen and (max-width:1520px) and (min-width:992px) {
	.section .our-sty-button .l-w-newington {
		margin-top: 15px;
	}
}
