/*
	Theme Name: L'artigiano
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Rajesh Kumar
	Author URI: https://drupalbuilder.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:NeutraText-Bold;
		src:url('fonts/NeutraText-Bold.otf');
		src:url('fonts/NeutraText-Bold.otf') format('truetype');
}
@font-face {
	font-family:NeutraText-BoldAlt;
		src:url('fonts/NeutraText-BoldAlt.otf');
		src:url('fonts/NeutraText-BoldAlt.otf') format('truetype');
}
@font-face {
	font-family:NeutraText-BoldItalic;
		src:url('fonts/NeutraText-BoldItalic.otf');
		src:url('fonts/NeutraText-BoldItalic.otf') format('truetype');
}
@font-face {
	font-family:NeutraText-Book;
		src:url('fonts/NeutraText-Book.otf');
		src:url('fonts/NeutraText-Book.otf') format('truetype');
}
@font-face {
	font-family:NeutraText-BookItalic;
		src:url('fonts/NeutraText-BookItalic.otf');
		src:url('fonts/NeutraText-BookItalic.otf') format('truetype');
}
@font-face {
	font-family:NeutraText-Demi;
		src:url('fonts/NeutraText-Demi.otf');
		src:url('fonts/NeutraText-Demi.otf') format('truetype');
}
@font-face {
	font-family:NeutraText-LightAlt;
		src:url('fonts/NeutraText-LightAlt.otf');
		src:url('fonts/NeutraText-LightAlt.otf') format('truetype');
}
@font-face {
	font-family:Rotally;
		src:url('fonts/Rotally.ttf');
		src:url('fonts/Rotally.ttf') format('truetype');
}
@font-face {
	font-family:Marcellus-Regular;
		src:url('fonts/Marcellus-Regular.ttf');
		src:url('fonts/Marcellus-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: #34404a;
    font-family: NeutraText-Book;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
body {
	background: url("/wp-content/themes/lartigiano/img/Best-italian-restaurant-edinburgh-Artigiano-quality-food.jpg");
}

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"] {
    letter-spacing: 1px;
   	width:100%;
}
.powd a {
  color: #fff;
}
.submitbutton [type="submit"] {
  height: 40px;
  text-transform: uppercase;
  border-radius: 20px;
  color: #34404a;
  border: none;
  background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh link green-8.png");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  font-family: NeutraText-Book;
  background-size: contain !important;
}
.submitbutton [type="submit"]:hover {
  background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh link gold-8.png");  
}
.f.emailbox [type="email"] {
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 20px;
  border: 1px solid #a89f72;
  height: 40px;
  color: #7a7d85;
}
.f.emailbox [type="email"]::placeholder{
	text-transform: lowercase;
}
.whole-footer.fixed{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:9;
}
.stay-first {
    margin-bottom: 10px;
}
.stay-desc {
  max-width: 470px;
  margin: 0 auto 30px auto;
}
.new-title h2, .our-sty-title, .easy_testimonial_title {
	font-size: 28px;
}
/* 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;
}
.menuSeven.menu {
    float: left;
}
.mob-face-icon.cn-fa-icon {
    float: left;
    margin-top: 12px;
    margin-left: 5px;
}
.hamburger_menu {
	position: fixed;
	top: 0;
	left: 0px;
	width: 290px;
	height: 100vh;
	background: #e6e5e0;
	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;
}
.sidenav .mob-face-icon.cn-fa-icon {
	margin: 28px 0px 100px 20px;
}
.sidenav .mob-face-icon a {
  display: initial !important;
  padding: 0px !important;
}
.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: 40px;
  right: 30px;
  cursor: pointer;
  display: block;
  width: 30px;
}
.hamburger_menu_content {
	padding-top: 85px;
	width: 100%;
	padding-right: 20px;
	text-align: left !important;
}
section .whole-our-story {
  background-repeat: no-repeat !important;
  background-size: 50% 100% !important;
}

.section1 .whole-our-story, .section2 .whole-our-story {
  background-size: cover !important;
}

.section8 .whole-our-story.whole-find-us {
  background-position: bottom right !important;
}
.section2 .whole-our-story, .section4 .whole-our-story, .section6 .whole-our-story, .section8 .whole-our-story {
    background-position: center 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 {
    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 {

}


::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  {
	min-height: 750px;
}
.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: 4% 6% 4% 6%;
}
.our-sty-sub-tite {
  color: #fff;
  text-transform: uppercase;
  font-family: Marcellus-Regular;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.section4 .our-sty-sub-tite, .section3 .our-sty-sub-tite, .section5 .our-sty-sub-tite, .section7 .our-sty-sub-tite {
  color: #ada38c;
}
.section4 .our-sty-title, .section3 .our-sty-title, .section5 .our-sty-title, .section6 .our-sty-title, .section7 .our-sty-title {
  color: #05311f;
}
.section4 .our-sty-button a, .section3 .our-sty-button a {
  color: #05311f;
}
.section3 .our-sty-desc, .section7 .our-sty-desc {
  color: #34404a;
}
.section3 .ovb-top-text {
  color: #34404a;
  padding-bottom: 13px;
}
.gallery-sub-title {
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 10px;
}
.section5 .our-sty-button {
  margin-top: 100px;
}
.section8 .our-sty-button, .section1 .sec1-btn-1.our-sty-button, .section1 .sec1-btn-2.our-sty-button {
    margin-top: 5px !important;
}
.our-sty-title {
  font-family: Marcellus-Regular;
  display: block;
  font-size: 56px;
  color: #fff;
  line-height: normal;
  position: relative;
  z-index: 5;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}
.section3 .our-sty-sub-tite , .section4 .our-sty-sub-tite{
    padding: 0px 0;
}
.testimonial_body {
  margin-top: 0;
  line-height: 22px;
}
.testimonial_body p {
  margin-top: 0;
}
.testimonial_author, .testimonial-other {
    padding-top: 10px;
	margin: 0px;
    font-size: 10px;
}
.our-sty-desc.we-care-desc p {
    margin-bottom: 20px;
}
.section2 .we-care-desc {
  color: #fff;
  font-size: 18px;
}
blockquote.easy_testimonial {
	margin: 0 auto;
}
.our-sty-desc.we-care-desc p:last-child {
    margin-bottom: 0;
}
.our-sty-button a {
  text-align: center;
  color: #34404a;
  font-weight: normal;
  display: block;
  letter-spacing: 0.5px;
  /*padding: 8px 0px !important;*/
  font-family: NeutraText-Book;
  line-height: 39px;
  display: -webkit-box;
-webkit-box-orient: horizontal;
display: flex;
display: -webkit-flex;
justify-content: center;
-webkit-justify-content: center;
align-items: center;
-webkit-align-items: center;
}
.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;
}
.section5 .our-story {
    min-height: 480px;
}
.section5 .setofsdata .our-story {
    min-height: 640px;
}
.our-story {
    width: 50%;
	text-align:center;
}
.d-inline {
  display: inline-block;
}
.sec1-btn-1, .sec1-btn-2 {
  margin-top: 20px;
}
.sec1-btn-3 {
  margin-top: 40px !important;
}
/*
.our-sty-button.link-but a {
  width: unset;
  padding-top: 7px;
  margin-top: 0;
}
*/
.tcs.our-sty-button.link-but a {
  color: #4a707a;
  display: inline-block;
}
.our-story-image {
    width: 50%;
    height: 100%;
    position: absolute;
}
.section1 .our-sty-desc {
    float: left;
	color: #fff;
}
.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: 45px;
    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 {
    color: #a89f72;
}
.testimonial-client {
	 color: #05311f;
}
.easy_testimonial_title {
  font-size: 18px;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.testimonial-client {
  font-size: 14px;
  line-height: normal;
  font-style: normal;
}
.testimonial-other {
    position: relative;
    top: -4px;
	color: #7a7d85;
	font-size: 15px;
}
.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;
}
.title h2 {
  font-size: 34px;
  color: #4a707a;
  text-transform: uppercase;
}
fleft.f {
    width: 68%;
    margin-right: 2%;
}
fleft {
	width: 30%;
   float: left;
}
label {
    display: block;
    margin-bottom: 0px;
}
.whole-find-us label {
  color: #a89f72;
  font-size: 16px;
}
.tcs-privacy-policy {
    padding-top: 23px;
    font-size: 40px;
}
.address, .phone, .email, .opening-hours {
  margin-bottom: 15px;
}
.header {
    display: none !important;
}
.sticky-inner {
	padding: 20px 20px 0 20px;
}
.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #e6e6df;
    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: 90px;
	background-size: cover;
	background-position: bottom center;
}
.nav-menu-logo img {
  margin-top: -13px;
}
.sticky.active {
    display: block;
	width: 100%;
}
.sidenav a {
  padding: 8px 8px 8px 30px;
  text-decoration: none;
  color: #34404a;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  font-family: NeutraText-Book;
  font-weight: normal;
  font-size: 18px;
  position: relative;
}
.sidenav a:hover {
  color: #000;
}
.sidenav .our-sty-button a:hover {
  color: #000;
}
.closebtn {
    color: #918383 !important;
    font-size: 36px !important;
}
.sticky-button.our-sty-button {
    margin-top: 10px;
    display: inline-block;
}
.our-sty-button {
  width: 170px;
  height: 36px;
  vertical-align: middle;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.link-but {
  margin: 26px auto;
}
.ovb-btn {
  margin: 8px auto 0 auto;
}
.rd-btn {
  background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh link beige-8.png");
}
.nav-wid.r .rd-btn {
	margin-right: 6px;
}
.rd-btn:hover {
  background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh link green-8.png");
}
.od-btn {
	background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh link green-8.png");
}
.od-btn:hover {
  background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh link gold-8.png");
}
.blue-btn {
	background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh link green-8.png");
}
.blue-btn:hover {
  background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh link gold-8.png");
}
.nav-button.our-sty-button.blue-btn.voucher-btn {
	background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh link gold-8.png");
}
.white-btn {
	background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh link white-8.png");
}
.white-btn a {
	color: #fff;
}
.white-btn:hover {
  background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh link gold-8.png");
}
#menu-item-514 {
    margin-bottom: 8px;
}
.new-left-menu {
  margin-bottom: 30px;
}
.nav-button {
  margin-left: 20px;
  margin-bottom: 10px;
}
.nav-button a {
  color: #34404a;
  font-size: 16px;
  padding: 0px !important;
  border-radius: 50px;
  margin: 20px 0px;
    display: -webkit-box;
-webkit-box-orient: horizontal;
display: flex;
display: -webkit-flex;
justify-content: center;
-webkit-justify-content: center;
align-items: center;
-webkit-align-items: center;
}
.nav-wid {
    width: 35%;
    float: left;
}
.nav-wid.l {
    width: 30%;
    float: left;
}
.nav-wid.r {
    text-align: right;
}
.nav-menu-logo {
  text-align: center;
}
.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;
}
.menuSeven {
  margin-right: 20px;
}


@media only screen and (max-width:991px) {
section  {
	min-height: 350px;
}

fleft {
    width: 100%;
}
input[type="submit"] {
  max-width: 200px;
}
.f.emailbox input {
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
}
fleft.f {
  width: 100%;
  margin-right: 0;
}
.our-story {
    width: 100% !important;
}

	.our-story-image{
		height:auto!important;
	}
	
.section5 .our-sty-button {
	margin-top:40px;
}
.page-id-298 .whole-footer.fixed {
    display: none;
}
#flipdish-menu .delivery {
    width: 100%;
}
#main {
    margin-top: 210px;
}
.tcs.our-sty-button {
  margin-top: 40px;
}
}
@media only screen and (min-width:1001px) {
.desk-slider {
    display: block !important;
}
.mob-slider {
    display: none !important;
}
}
@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;
}
.f.emailbox [type="email"]{
	width: 100%;
	border-radius: 20px;
}
.submitbutton [type="submit"]{
	width: 100%;
	max-width: 50%;
	border-radius: 20px;
}
#mc4wp-form-1 {
    margin-left: 0 !important;
}

}
@media only screen and (min-width:768px) and (max-width:1024px) {
body {
	margin-top:80px;
}
body.home {
	margin-top:0;
}
}
@media only screen and (min-width:1025px) and (max-width:1140px) {
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) {
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;
}
.section4  .our-story .left-content{
	width:90%;
	margin:auto;
}
}
@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: 12px;
    left: 0;
    z-index: 99;
    right: 0;
	max-width: 360px;
	margin: 0 auto;
}
.book-delev-fix-btn a {
	color: #fff;
	float:none;
    display:block;
	margin:0 auto;
	padding: 0px !important;
}
}
@media only screen and (max-width:768px) {

.book-delev-fix-btn {
    display: none !important;
}
.mob-res-btn {
    display: none !important;
}

.mob-s-b a {
    padding: 10px;
    display: block;
}

.mob-s-s-b a {
    color: #be9a5c;
    letter-spacing: 1px;
}
.passion-overvire{
		padding-right: 0px !important;
}
.section3 .our-sty-tit-desc{
	padding-top: 20px ;
	padding-bottom: 10px 
}

.slide1{
	background-position: top !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;
}
}
@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;
}
.section5 .gla-bg {
  background: url("");
  margin-bottom: 40px;
}
.sec-cont-bg { 
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: block !important;
}
section .whole-our-story {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !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;
  width: 100%;
}
.slide1.mbs img{
	display:none;
}
.slide1.mbs{
	height:500px;
}
.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;
}
.copyr {
  float: unset !important;
}
.powd {
  text-align: center !important;
  margin-top: 10px;
}
}
.our-vision-btn {
  margin-top: 50px;
}
@media only screen and (min-width:992px) {
.mob-nav {
    display: none !important;
}
.stay-btn {
  margin-top: 100px !important;
}
.tcs.our-sty-button.link-but {
  margin-top: 60px;
  margin-bottom: 150px;
}
}
@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:relative;
	width:100%;
	left:0;
	top:40px;
}
.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-arrow.png");
  width: 16px;
  height: 14px;
  display: inline-block;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right top;
  -moz-top : 12px;
  -webkit-top: 0;
  opacity: 0.5;
  margin-left: 10px;
}
.sub-menu li a::after {
    background: none !important;
}
#st_gdpr_iframe {
    display: none;
}
.email a, .phone a {
    color: #34404a;
}
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: 30px!important;
  z-index: 999;
}
.pager {
    margin: 0px auto 30px auto;
    position: relative;
    z-index: 9;
    width: 88%;
}
.pager span {
    display: block;
    position: absolute;
	padding:0 20px;
}
.slick-prev, .prev {
    left: 0;
    width: 37px;
    height: 33px;
    font-size: 0;
    background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh left arrow-8.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: 37px;
    height: 33px;
    font-size: 0;
    background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh right arrow-8.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: #4a707a;
    line-height: 35px;
    text-transform: uppercase;
	cursor:pointer;
}
.pager span.next {
    height: 32px;
    width: 50%;
    text-align: center;
}
.pager span.prev {
    width: 50%;
    border-right: 2px solid #4a707a;
    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: 22%;
    font-size: 0;
    margin: 6px 2px;
    line-height: 40px;
	border-bottom: 2px solid #05311f;
	opacity: 0.5;
}
.slick-dots li.slick-active button {
	border-color: #c0a983;
	opacity: 1;
}

.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;
}
}
@media only screen and (max-width:500px) {
.mob-face-icon.cn-fa-icon {
    margin-top: 3% !important;
}
}
@media (min-width:1001px) and (max-width:1239px) {
.nav-button.our-sty-button.rd-btn {
  position: relative;
  left: 0;
}
.story-btn, .sec1-btn-2 {
  position: relative;
  left: 0;
}

}
@media (min-width:1001px) and (max-width:1040px) {
.nav-wid.r .our-sty-button {
  width: 160px !important;
}

}
@media (min-width:1240px) and (max-width:1324px) {
.rd-btn img, .od-btn img {
    height: 42px;
}
.sticky-button.our-sty-button {
    margin-top: 14px;
}
.testimonial-button {
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
}
}
@media only screen and (min-width:1001px) {
.menuSeven.menu.desk-ham img {
  display: block;
}
}
@media only screen and (max-width:1000px) {
.mob-hamburger .menuSeven.menu {
  float: unset;
  width: 100%;
  background: #05311f;
  padding: 10px 0px;
  margin-right: 0;
}
.mob-hamburger .menuSeven.menu img {
	max-width: 32px;
}
.main-menu-text {
  font-size: 21px;
  color: #fff;
  margin-left: 5px;
  line-height: 32px;
  letter-spacing: 1px;
}
.logo-image.nav-wid {
  margin-bottom: 60px;
}
.menuSeven.menu.desk-ham img {
  display: none;
}
.sticky {
	height: 100px;
}
.our-story.our-sty-tit-desc, .our-story.our-sty-tit-desc.right-content {
    padding: 15% 4% 15% 4%;
}
section .our-story .our-sty-button a{
	margin-bottom: 0px;	
}
.mob-face-icon.cn-fa-icon {
    position: absolute;
    right: 25px;
}	
.sidenav .mob-face-icon.cn-fa-icon {
    left: 0px;
}	
.mob-s-f-b a {
    color: #fff;    
}
.mob-s-s-b {
	background: #b5b6aa;
}
.mob-s-b a {
    padding: 15px 15px;
    display: block;
}
.mob-s-s-b a {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
	font-weight: normal;
}
.mob-s-f-b {
    background: #ada38c;
}
.mob-s-f-b a {
    color: #fff;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 16px;
}
.nav-wid {
    padding:0;
	width:25%;
}
.nav-wid.l {
	width:50%;
}
.book-delev-fix-btn {
    display: none !important;
}
.book-delivery {
    display: none !important;
}
.mob-res-btn {
    display: none !important;
}
.mob-face-icon img.desktop{
    display: block !important;
    float: right;
    margin-top: 36% !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;	
}
.nav-wid.r {
    float: right;
    width: 25%;
	padding:0;
}
.nav-menu-logo img.mobile {
  display: inline !important;
  width: 100%;
  max-width: 140px;
  position: absolute;
  left: 20px;
  height: auto;
}
.nav-menu-logo img.desktop {
	display:none;
}
.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;
}
.desk-slider {
    display: none !important;
}
.mob-slider {
    display: block !important;
}
.slider-image.mob-slider {
     padding-top: 20px;
}
.weform-page {
  padding-top: 260px !important;
}
}
@media only screen and (min-width:992px) {
	.tab-sticky-btn {
		display: none !important;
	}
}
@media only screen and (max-width:767px) {
.section6 .sec-cont-bg {
  background-size: 110% !important;
}
}
@media only screen and (max-width:580px) {
.section6 .sec-cont-bg {
  background-size: 120% !important;
}
.our-sty-title {
  font-size: 32px;
  font-family: NeutraText-Bold;
}
.our-sty-sub-tite {
	font-size: 16px;
}
.since-desc {
    font-size: 13px;
    padding: 0 5px;
}
.pager {
    margin: 0px auto 50px auto !important;
}
.pager span {
	font-size: 18px !important;
}
.section3 .sec-cont-bg {
  background-size: 130% !important;
}
}
@media only screen and (max-width:480px) {
.section6 .sec-cont-bg {
  background-size: 200% !important;
}
}
@media only screen and (min-width:992px) {
.sname.stay-info {
    margin-top: -60px;
}
.sname.our-sto {
    margin-top: -40px;
}
.desk-n-e-btn {
    display: block !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;}
.desk-n-e-btn {
    display: none !important;
}
.mob-n-e-btn {
    display: block !important;
	text-align: center;
}
.gallary-section.setofsdata {
	min-height: 0 !important;
}
.sec1-btn-3 {
  margin-top: 60px !important;
}
section .whole-our-story {
  background-size: cover auto !important;
}
.section8 .whole-our-story.whole-find-us {
  background-image: none !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 .new-booking-btn a{
    margin-right: 15px;
	float:left;	
}
.c-buttons .ns a{
    margin-right: 15px;
	float:left;	
}
.our-story .left-content {
	width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.section8 .tcs.our-sty-button a {
  border: none;
  color: #34404a;
}
.section8 .tcs.our-sty-button {
  width: 220px;
}
.pipe-n {
  padding: 0 5px 0 5px;
}
.footer-social {
  margin-bottom: 30px;
  display: none;
}
.section5 .our-story .left-content{
    max-width: 700px;
}
.section7 .our-story .aos-item {
    max-width: 550px;
    margin: auto;
}
.section6 .our-story .aos-item {
    max-width: 570px;
    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 {    
    color: #fff;
    width: 204px;
    display: block;
    margin: 0 auto;
    line-height: 48px;
}
.we-care-desc-outer h2 {
  margin-bottom: 20px;
  color: #05311f;
}
/* for voucher*/
.voucher_list{display:none;}
.our-sty-button.parent-data a {
    background: url("/wp-content/themes/umia/img/BURGER-DROPDOWN-ARROW-cafe-artista-pizzeria-pasta-takeaway-delivery-edinburgh.png") right center no-repeat;
    background-position-x: 100%;
    background-size: 15%;
}
.our-sty-button a{
	text-transform: uppercase;
}
.vouture-list a {
    text-transform: uppercase;
}
/* for voucher*/

/*----- GENERAL ENQUIRIES-----*/
.wpcf7-form.sent {
    width: 100%;
    padding-bottom: 8%;
}
.post-945 .coupon-activate .title h2, .post-1425 .coupon-activate .title h2 {
    margin-top: 6%;
    color: #05311f;
    font-weight: 400;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 52px;
}
.wpcf7-form input {
    padding: 18px;
    border-radius: 50px;
    border: 2px solid #e2e2e2;
    margin-bottom: 5px;
    font-weight: normal;
    width: 100% !important;
	color: #34404a;
	text-transform: initial;
}
.wpcf7-form textarea {
    width: 100%;
    border: 2px solid #e2e2e2;
    border-radius: 20px;
    padding: 20px 0 0 20px;
	resize: none;
	color: #34404a;
}
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: 7px;
}
.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: 25px;
    font-family: Mada-Regular;
    vertical-align: top;
    font-size: 22px;
    font-weight: normal;
    color: #000;
	
}
.single-check label a {
	color: #000;
}
.wpcf7-list-item.first.last {
    line-height: 0;
    margin-top: 36px;
    margin-left: 0;
}
.single-check {
    margin-top: 40px;
}
.submit-btn {
    width: 100%;
    text-align: center;
	margin-top: 40px;
}
.wpcf7-form-control.wpcf7-submit {
  background-image: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh link green-8.png");
  background-position: center !important;
  background-size: auto%;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  border: 0 !important;
  max-width: unset !important;
  text-transform: uppercase;
  font-family: NeutraText-Book;
  font-weight: normal !important;
  color: #34404a !important;
  font-size: 16px !important;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background: url("/wp-content/themes/lartigiano/img/Artigiano italian artisan restaurant in edinburgh link gold-8.png");
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
	color: #000;
	text-transform: capitalize;
	font-size: 16px;
}
.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder { 
	color: #000;
	text-transform: capitalize;
	font-size: 16px;
}
.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
	color: #000;
	text-transform: capitalize;
	font-size: 16px;
}
.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
	color: #000;
	text-transform: capitalize;
	font-size: 16px;
}
.wpcf7-form input:-moz-placeholder, .wpcf7-form textarea:-moz-placeholder {
	color: #000;
	text-transform: capitalize;
	font-size: 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;
	margin-bottom: 15px;
}
}
.enq-but {
    margin-top: 24px;
}
.cf7sr-g-recaptcha {
    overflow: hidden;
    clear: both;
}
@media only screen and (min-width:1369px) {
.gallary-sec-top {
  margin-top: 0px;
}
.gallary-section-inner {
	padding-bottom: 20px;
}	
.gallary-section-inner {
	top:30px;
}
}
@media only screen and (min-width:1469px) {
.gallary-sec-top {
  margin-top: -40px;
}
.gallary-section-inner {
	padding-bottom: 60px;
}	
.gallary-section-inner {
	top:60px;
}
}

@media (max-width:1200px) and (min-height: 800px) {
.section6 .our-sty-button.link-but a {
	padding-top: 0px;
}
}
@media (max-width:1300px) and (min-height: 900px) {
.section6 .our-sty-button.link-but a {
	padding-top: 0px;
}
}
@media (max-width:1366px) and (min-height: 768px) {
.section6 .our-sty-button.link-but a {
	padding-top: 0px;
}
}
@media (max-width:1400px) and (min-height: 1000px) {

.section6 .our-sty-button.link-but a {
	padding-top: 0px;
}
}

@media (max-width: 1440px) and (min-height: 700px) {

.section5 .whole-our-story {
	vertical-align: bottom;
}
}

@media (max-width: 580px) {
section .whole-our-story {
  background-size: cover !important;
}
}
.story-btn {
  margin: 0 10px !important;
}
.workus-btn-outer {
  margin-top: 20px;
}
.workus-btn {
  width: 100%;
}
.gb-e-form p, .submit-btn p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.gb-e-form p br, .submit-btn p br {
	display: none;
}
.gb-e-form .btn {
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #34404a;
}
.wpcf7-form-control.wpcf7-file {
  background: #fff;
}
.mob-t-f-b {
  background: #4a707a;
}
.mob-t-f-b a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  font-size: 21px !important;
  font-weight: normal;
}
.wpcf7-form .gb-e-form input {
  line-height: 22px;
  font-size: 12px;
}
#wpcf7-f944-p945-o1 .wpcf7-form input {
  margin-bottom: 16px;
}
#wpcf7-f944-p945-o1 .wpcf7-form .submit-btn {
  margin-top: 0 !important;
}
.ex-buttons {
  margin-top: 20px;
}

body.in-frame .font-semibold.font-heading {
  color: #4a707a !important;
}
body.in-frame .font-heading {
  color: #0b3427 !important;
}

