/*
	Theme Name: mia
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/*
@font-face {
	font-family:nightcomes;
		src:url('fonts/WhenNightComes-Regular.otf');
		src:url('fonts/WhenNightComes-Regular.ttf') format('truetype');
}
*/
@font-face {
	font-family:lunaralchemy;
		src:url('fonts/LunarAlchemy-Regular.otf');
		src:url('fonts/LunarAlchemy-Regular.ttf') format('truetype');
}


/* 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, html {
    color: #7b7b7b;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

body.page-id-527 {
	margin-top:75px;
}
 
input {
	text-transform:uppercase;
}

.nav ul li a, .mob-s-f-b a, .mob-s-s-b a {
    font-size: 21px !important;
    line-height: 15px;
    padding-bottom: 18px;
}


.book-delivery a, .whole-find-us label, .tcs-privacy-policy {
	font-size: 20px;
}

input[type="submit"] {
    padding: 7px 20px;
    letter-spacing: 2px;
   	width:100%;
}

.submitbutton [type="submit"] {
    background: url("img/mia-authentic-italian-edinburgh-LINK-SOLID.png");
    border: none;
    color: #fff;
    width: 204px;
    height: 48px;
	text-transform: uppercase;
}

.our-sty-button a, .book-delev-fix-btn a{
    padding-top: 7px !important;
}

.f.emailbox [type="email"] {
    background: url("img/mia-authentic-italian-edinburgh-TEXT-FIELD.png");
        background-repeat: repeat;
        background-size: auto;
    border: none;
    padding: 13px 25px;
    background-repeat: no-repeat;
    background-size: cover;
}
.whole-footer.fixed{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:9;
}
heads {
    font-family: 'Cormorant Garamond', serif;
    display: block;
    font-size: 44px;
    color: #917f7b;
    line-height: 70px;
    position: relative;
    z-index: 5;
    font-weight: 600;
    letter-spacing: 2px;
}

heads.sname {
    max-width: 315px;
    margin: auto;
    bottom: -60px;
}
.stay-first {
    margin-bottom: 10px;
}
.stay-desc {
    margin-bottom: 30px;
}
.section2 .sname {
bottom: -30px;
max-width: 410px;
}

.section4 heads.sname {
    max-width: 450px;
    bottom: -40px;
}

.section3 .sname, .section6 .sname {
    bottom: -5px;
    max-width: 370px;
}

.new-title h2, .our-sty-title, .easy_testimonial_title {
	font-size: 18px;
}

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

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

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;
}
.od-btn {
    margin-left: 10px;
}
.mob-face-icon.cn-fa-icon {
    margin-top: 8px;
}
.hamburger_menu {
	position: fixed;
	top: 0;
	left: 0px;
	width: 290px;
	height: 100vh;
	background: #fff;
	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, 0.2);
	box-shadow:0px 0px 6px rgba(0, 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;
}
.hamburger_close {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
    display: block;
    font-size: 0;
    font-weight: normal;
    color: #918383;
    font-family: serif;
    background: url("img/close.png");
    width: 20px;
    height: 20px;
}
.hamburger_menu_content {
	padding-top: 85px;
	width: 100%;
	padding-right: 20px;
	text-align: left !important;
}
/*Section BG styles*/
.section1 .whole-our-story{
	background: url("img/mia-authentic-italian-edinburgh-FOOTER-BG-1.png");
}
.section2 .whole-our-story{
	background: url("img/mia-authentic-italian-edinburgh-FOOTER-BG-2.png");
}
.section3 .whole-our-story{
	background: url("img/mia-authentic-italian-edinburgh-FOOTER-BG-3.png");
}
.section4 .whole-our-story{
	background: url("img/mia-authentic-italian-edinburgh-FOOTER-BG-4.png");
}
.section5 .whole-our-story{
	background: url("img/mia-authentic-italian-edinburgh-FOOTER-BG-5.png");
}
.section6 .whole-our-story{
	background: url("img/mia-authentic-italian-edinburgh-FOOTER-BG-6.png");
}
.section7 .whole-our-story{
	background: url("img/mia-authentic-italian-edinburgh-FOOTER-BG-7.png");
}
.section8 .whole-our-story{
	background: url("img/mia-authentic-italian-edinburgh-FOOTER-BG-8.png");
}

section .whole-our-story {
    background-position: bottom left !important;
    background-repeat: no-repeat !important;
    background-size: 50% auto !important;
}

.section2 .whole-our-story, .section4 .whole-our-story, .section6 .whole-our-story, .section8 .whole-our-story {
    background-position: bottom right !important;
}

section.section8 .our-story .add-c-btn a {
    font-family: inherit;
    background: url("img/mia-authentic-italian-edinburgh-LINK-OUTLINE.png");
    text-transform: uppercase;
    font-size: 18px;
	height: 47px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
}

section.section8 .our-story .add-c-btn a.active, section.section8 .our-story .add-c-btn a.hover, .page-id-1724 .l-w-btn, .page-id-527 .d-r-btn {
    background: url("img/mia-authentic-italian-edinburgh-LINK-SOLID.png");
	color: #fff;
}

/*------------------------------------*\
    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: #918383;
}
a:hover{
    text-decoration: none;
	color: #9c8778;
}
.nav ul, .header-social-icons ul {
    padding-left: 0;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    MISC
\*------------------------------------*/

::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:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.section  {
	background-image: url('/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: 0% 6% 4% 6%;
}

.our-sty-sub-tite {
    padding: 15px 0;
}
.gallery-sub-title {
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 24px;
}
.section5 .our-sty-button {
    margin-top: 100px;
}

.section8 .our-sty-button {
    margin-top: 5px;
}

.our-sty-title, .easy_testimonial_title {
    margin-bottom: 5px; 
	margin-top: 0;
    color: #7b7e6b;
	font-weight: 600;
	line-height:22px;
	text-transform:uppercase;
}
.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-desc.we-care-desc p:last-child {
    margin-bottom: 0;
}

.our-sty-button a, .book-delev-fix-btn a {
    padding: 12px 15px !important;
	text-align:center;
    color: #ffffff;
    background: url("img/mia-authentic-italian-edinburgh-LINK-OUTLINE.png");
    font-weight: 600;
    width: 193px;
    height: 47px;
    display: block;
}

.our-sty-button a:hover, .book-delev-fix-btn a:hover, .book-delivery a:hover {
    background: url("img/mia-authentic-italian-edinburgh-LINK-SOLID.png");
	color:#ffffff;
}

.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 #918383;
    background-color: #918383;
    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;
}

.our-story {
    width: 50%;
	text-align:center;
}
.our-story .our-sty-button a{
	margin-left:auto;
	margin-right:auto;
	float:none;	
}
section .our-story .our-sty-button a{
	font-family: 'Dawning of a New Day', cursive;
	color:#917f7b;
	text-transform:lowercase;
	border:none;
	background:transparent;
	font-size:40px;
	height: 54px;
	font-weight: 400;
}
/*
section .our-story .our-sty-button a::after, section .our-story .our-sty-button a::before {
    content: '';
    background-image: url("/wp-content/uploads/2021/01/down.png");
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 10px;
    background-repeat: no-repeat;
    bottom: 8px;
    right: 26%;
}
section .our-story .our-sty-button a::before {
	right: 0%;
	left: 27%;
}

section .whole-find-us .our-story .our-sty-button a::before, section .whole-find-us .our-story .our-sty-button a::after{
	bottom: 48px;
}
*/
.n-e-btn a::after {
    content: '';
    background-image: url("/wp-content/uploads/2021/01/down.png");
    width: 11px;
    height: 8px;
    display: block;
    float: right;
	margin-top: 15px;
	margin-left: 15px;
}
.n-e-btn a::before {
    content: '';
    background-image: url("/wp-content/uploads/2021/01/down.png");
    width: 11px;
    height: 8px;
    display: block;
    float: left;
	margin-top: 15px;
	margin-right: 15px;
}

.our-sty-button.link-but a {
    width: unset;
}

.tcs.our-sty-button.link-but a {
    min-width: auto !important;
}

.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-weight: normal;
}
.testimonial-client {
    font-size: 65px;
    font-family: lunaralchemy;
    font-weight: normal;
    text-transform: none;
    line-height: 60px;
    margin-bottom: 20px;
    margin-top: -35px;
}
.open-since {
    padding: 0px 8px;
	margin-bottom: 12px;
}
.since-subtitle {
    font-size: 100px;
    margin-top: -30px;
    color: #918383;
}
.since-desc {
    position: relative;
    top: -14px;
    padding: 0 8px;
}
.easy_t_single_testimonial .easy_testimonial_title, .testimonial-client {
    color: #918383;
}
.testimonial-other {
    font-style: initial;
    position: relative;
    top: -4px;
}

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


.mc4wp-form-fields input[type="email"] {
    width: 100%;
    float: left;
}
input::placeholder {
	color: #7b7b7b;
    font-weight: normal;
    text-transform: uppercase;
}

.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: #7b7e6b;
}

.tcs-privacy-policy {
    padding-top: 23px;
    font-family: 'Dawning of a New Day', cursive;
    font-size: 40px;
}

.address, .phone, .email, .opening-hours {
    margin-bottom: 15px;
}
.header {
    display: none !important;
}
.sticky-inner{
	padding: 10px 20px;
}

.sticky {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-image: url('/wp-content/uploads/2020/07/top-bg.jpg');
    background-repeat: no-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: 155px;
	background-size: cover;
	background-position: center;
}
.sticky.active {
    display: block;
	width: 100%;
}

.sidenav a {
  padding: 8px 8px 8px 30px;
  text-decoration: none;
  color: #7b7e6b;
  display: block;
  transition: 0.3s;  
}
.sidenav a:hover {
  color: #918383;
}
.sidenav .our-sty-button a:hover {
  color: #ffffff;
}
.closebtn {
    color: #918383 !important;
    font-size: 36px !important;
}
.sticky-button.our-sty-button {
    float: right;
	margin-top:10px;
}

.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: 199px;
    height: auto;
}
.nav-menu-logo img.mobile {
    width: 100%;
    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: #918383;
    margin: 12px 0;
	position: relative;
	z-index: 999;
}

.slide1 img{
	display:none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*
@media only screen and (max-width:1100px) {
	[data-aos^="fade"][data-aos^="fade"]{
		opacity:1!important;
	}
	
	[data-aos="fade-up"] {
    transform: translate3d(0,0,0)!important;
	}

}
*/
@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 iframe {
		height: 480px !important;
	}
.section5 .our-sty-button {
	margin-top:40px;
}
.section .our-sty-button {
	display:block;
}
.section .our-sty-button a{
	min-width:165px;
}
.section4 .left-content {
    padding-bottom: 6%;
}
.page-id-298 .whole-footer.fixed {
    display: none;
}
#flipdish-menu .delivery {
    width: 100%;
}
}


@media only screen and (max-width:768px) {

body {
	margin-top:135px;
	overflow:auto!important;
}
body.home {
	margin-top:20px;
}
body.page-id-527 {
	margin-top:140px;
}

}
@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:580px) {
	.c-buttons {
		width: 300px !important;
	}
	section .our-story .our-sty-button a::before {
        left: 20% !important;
	}
	section .our-story .our-sty-button a::after {
		right: 20% !important;
	}
}
@media only screen and (max-width:380px) { 
	section .our-story .our-sty-button a::before {
        left: 12% !important;
	}
	section .our-story .our-sty-button a::after {
		right: 12% !important;
	}
}
@media only screen and (max-width:480px) {
	heads {
    font-size: 36px !important;
}
	section .our-story .our-sty-button a::before {
        left: 15% !important;
	}
	section .our-story .our-sty-button a::after {
		right: 15% !important;
	}

.add-c-btn a.d-r-btn {
    margin-right: 0 !important;
    margin-bottom: 10px;
}
.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: 10% 6% !important;
}
.section4 .our-story.our-sty-tit-desc {
    padding: 6% 0!important;
}

.section4  .our-story .left-content{
	width:90%;
	margin:auto;
}
}
@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 (min-width:769px) {


.book-delev-fix-btn {
    width: 100%;
    position: fixed;
    text-align: center;
    bottom: -2px;
    left: 0;
    z-index: 99;
    right: 0;
	max-width: 15%;
	margin: 0 auto;
	display: none;
}
.book-delev-fix-btn a {
	background: url("img/mia-authentic-italian-edinburgh-LINK-SOLID.png");
	color: #fff;
	float:none;
	width: 204px;
    height: 48px;
    display:block;
	margin:0 auto;
}



}
@media only screen and (max-width:1000px) {
	.enq-wwu .our-sty-button a{
		margin-right: 0px ! important;
	}
	.mob-s-f-b {
    background: #918383;
}
.mob-s-f-b a {
    color: #fff;    
}
.mob-s-b a {
padding: 18px !important;
display: block;
color: #fff !important;
}
.mob-s-s-b {
	background: #786b69;
}
.mob-s-s-b a {
    color: #ffffff;
}
.mob-face-icon.cn-fa-icon {
    position: absolute;
    right: 22px;
}	

.book-delev-fix-btn {
    display: none !important;
}
.mob-res-btn {
    display: none !important;
}
.mob-face-icon {
	position: absolute;
	right: 22px;
	top: 68px;
}

.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: 40% !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: 10px !important;
    margin-bottom: 14px;
}
.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;
	
}
.sticky {
    height: 210px;
    background: #505050;
}
.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;
}
.mob-sticky-btn .nav-button.our-sty-button a {
  padding-left: 0;
  max-width: 100%;
  text-align: center;
  padding: 20px 00px !important;
  font-size: 22px;
}
.mob-sticky-btn .nav-button.our-sty-button {
  padding: 00px;
  margin: 0 auto;
}
.mob-sticky-btn .our-sty-button a, .mob-sticky-btn .our-sty-button a:hover {
	background-color: #505050 !important;
	width: 100% !important;
	height: auto !important;
	background: none ;
}
.mob-voucher_list {
  padding: 10px 0;
}
.vouture-list a{
	font-size: 18px ! important;
	display: block;
padding: 8px 0 !important;
color: #fff;
}
.our-sty-button.parent-data a::after{
	height: 12px ! important;
}
}

@media only screen and (max-width:768px) {
	
#main {
    margin-top: 145px;
}

.passion-overvire{
		padding-right: 0px !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;
}
fleft.f {
    width: 100% !important;
    margin-right: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
}
.submitbutton {
    width: 100% !important;
    margin-top: 20px;
}
}

@media only screen and (max-width:991px) {
.our-story.our-sty-tit-desc {
    padding: 8% 0;
}

.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;
}	

section .whole-our-story {
    background: none!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;
}
.section4 .slide1.mbs{
	background-position:top center!important;
}

.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;
}

}

@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: 0.3s;
	cursor: pointer;
}
.d-menu:hover, .menu-pdf span:hover {
    color: #918383;
}
.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("img/down.png");
    width: 26px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 130px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: 7px;
}
.sub-menu li a::after {
    background: none !important;
}

#st_gdpr_iframe {
    display: none;
}

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

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("/wp-content/uploads/2021/01/mia-authentic-italian-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("/wp-content/uploads/2021/01/mia-authentic-italian-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: #917f7b;
    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 #917f7b;
    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("/wp-content/uploads/2021/01/mia-authentic-italian-edinburgh-GALLERY-LINE-1.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("/wp-content/uploads/2021/01/mia-authentic-italian-edinburgh-GALLERY-LINE-2.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) {


.book-delivery {
    display: none !important;
}
}

@media only screen and (max-width:768px) {

heads {
    font-size: 50px;
}

heads.sname {
    font-size: 70px;
	margin-bottom:0;
}

}
@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;
}
.mob-face-icon{
	top: 36px;
}
}
@media only screen and (min-width:992px) {
.sname.stay-info {
    margin-top: -60px;
}
.sname.our-sto {
    margin-top: -40px;
}

}
@media only screen and (max-width:500px) {
	.flo {
  float: unset !important;
}
.flr {
  float: unset !important;
}
}
	
@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;
}


.gallary-section .setofsdata {
    display: none;
}

.section5 .our-story {
    min-height: unset!important; 
	height: auto!important;
}
.pager {display:block!important;}

}
.header {
    display: none !important;
}

.slick-slide:focus { outline: none !important; }
.new-booking-btn a {
    background: #918383;
    float: left;
    color: #fff;
    padding: 10px 10px;
	margin-right: 10px;
}

.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;
}

#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 {
    margin-right: 15px;
}
.add-c-btn a:hover {
	cursor: pointer;
}
.add-c-btn .active {
    background: #918383;
}
.wd-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wd-btn a {
    background: url("img/mia-authentic-italian-edinburgh-LINK-SOLID.png");
    color: #fff;
    width: 204px;
    display: block;
    margin: 0 auto;
    line-height: 48px;
}
.f-s-c {
    margin-top: 30px;
}
/* for voucher*/
.voucher_list{display:none;}
.our-sty-button.parent-data a::after {
    content: "";
    background: url(//mia-restaurant.co.uk/wp-content/themes/mia/img/down.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center bottom;
    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%;
}
 .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;
    border-radius: 50px;
    border: 2px solid #e2e2e2;
    margin-bottom: 25px;
    font-weight: normal;
    width: 100% !important;
	color: #000;
    font-family: Mada-Regular;
	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("/wp-content/uploads/2021/07/tick-off.png");
    background-size: contain;
}
.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;
}

.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
	color: #444;
	text-transform: capitalize;
	font-size: 20px;
}
.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder { 
	color: #444;
	text-transform: capitalize;
	font-size: 20px;
}
.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
	color: #444;
	text-transform: capitalize;
	font-size: 20px;
}
.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
	color: #444;
	text-transform: capitalize;
	font-size: 20px;
}
.wpcf7-form input:-moz-placeholder, .wpcf7-form textarea:-moz-placeholder {
	color: #444;
	text-transform: capitalize;
	font-size: 20px;
}
.wpcf7-submit{
	padding: 12px 15px !important;
	text-align: center;
	color: #fff;
	background-color: #9c8778! important;
    border: 1px solid #9c8778! 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;
}
.insta-icon img {
  width: 36px;
  margin-left: 5px;
}

.flo {
  float: left;
}
.flr {
  float: right;
}
.tcs{
	overflow: hidden;
	clear: both;
}
.enq-wwu{
	width: 100%;
	max-width: 405px;
	margin: 0 auto;
}
.dalry-road-map, .leith-walk-map {
  height: 100%;
}
.wpcf7-form.init p {
  margin: 0 !important;
  padding: 0 !important;
}
.wpcf7-form.init p br {
	display: none;
}
.boottablepage {
  text-align: center;
}
.our-sty-button.boottablepage a {
  color: #000;
  display: inline-block;
}
.our-sty-button.boottablepage a:hover {
	color: #fff;
}
.page-id-1724 .l-w-btn, .page-id-527 .d-r-btn {
	color: #fff !important;
}
.in-frame .in-frame\:text-interface-400 {
  color: #000 !important;
}
.cf7sr-g-recaptcha {
  margin-top: 25px;
}
