@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400&display=swap');

/*!
Theme Name: web
Theme URI: https://www.drupalbuilder.com/
Author: Rajesh Kumar
Author URI: https://www.drupalbuilder.com/
Description: This was a bespoke theme
Version: 1.0.0
*/


@font-face {
    font-family : 'DottiesChocolate-Medium'; 
    src : url('fonts/DottiesChocolate-Medium.woff');
    font-weight : normal;
    font-style : normal;
}
@font-face {
    font-family : 'Montserrat-Bold'; 
    src : url('fonts/Montserrat-Bold.woff');
    font-weight : normal;
    font-style : normal;
}
body {
    font-family: Montserrat-Bold !important;
    font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	position: relative;
	overflow: hidden;
	background: #f5f0ec;
}
.overflowb {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    width: 100%;
    max-width: 1280px !important;
}
.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(230,0,73,0.9);
  overflow-y: scroll;
}
.hamburger-menu {
  position: absolute;
  top: 32px;
  left: 35px;
  z-index: 99999;
  cursor: pointer;
}
.hamburger-menu.active {
  color: #fff !important;
  border: 1px solid;
  border-radius: 100%;
  padding: 8px 0 0px 5px;
  width: 55px;
  height: 55px;
  position: fixed;
}
.menu-bar1, .menu-bar2, .menu-bar3 {
  width: 40px;
  height: 0.2rem;
  background-color: red;
  margin: 0.7rem 0;
  transition: 0.4s;
}
.overlay-slide-left {
  transition: all 0.8s ease-in-out;
  transform: translateX(-100vw);
}
.overlay-slide-right {
  transition: all 0.4s ease-in-out;
  transform: translateX(0);
}
.active .menu-bar1 {
  transform: rotate(-45deg) translate(-7px, 8px);
  transform: rotate(-45deg) translate(-0.7rem, 0.8rem);
  background: #fff;
  margin: 0 0px 14px;
}
.active .menu-bar2 {
  opacity: 0;
}
.active .menu-bar3 {
  transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-0.6rem, -0.8rem);
  background-color: #fff;
}

/***********************/
/* NAV SLIDE IN ANIMATION */
/***********************/

.slide-in-1 {
  animation: slide-in 0.4s linear 0.2s both;
}

.slide-in-2 {
  animation: slide-in 0.4s linear 0.4s both;
}

.slide-in-3 {
  animation: slide-in 0.4s linear 0.6s both;
}

.slide-in-4 {
  animation: slide-in 0.4s linear 0.8s both;
}

.slide-in-5 {
  animation: slide-in 0.4s linear 1s both;
}

@keyframes slide-in {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

/***********************/
/* NAV SLIDE OUT ANIMATION */
/***********************/

.slide-out-1 {
  animation: slide-out 0.3s linear 0.5s both;
}

.slide-out-2 {
  animation: slide-out 0.3s linear 0.4s both;
}

.slide-out-3 {
  animation: slide-out 0.3s linear 0.3s both;
}

.slide-out-4 {
  animation: slide-out 0.3s linear 0.2s both;
}

.slide-out-5 {
  animation: slide-out 0.3s linear 0.1s both;
}

@keyframes slide-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* header */
.header-outer {
    padding: 30px 0 30px 0;
    position: relative;
	line-height: 20px;
}
.lalogo {
  max-width: 200px;
  height: auto;
}
/*
.sticky {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: transparent;
    padding: 10px 30px;
    -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;
}
*/
.nav-wid {
    width: 33.333%;
    float: left;
}
.h-social-icons {
  margin-top: 5px;
  margin-left: 70px;
}
.n-w-r {
  margin-top: 5px;
}
.menuSeven {
    position: relative;
    float: left;
    margin-top: 26px;
    background: url("img/burger-menu-prana-indian-grill-restaurant-corstorphine-edinburgh.png");
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    width: 56px;
    height: 44px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .8s;
    transition-property: opacity,filter;
    text-transform: none;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: left center;
}
.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: 35px;
    margin-bottom: 10px;
    display: none !important;
    color: #f59c24;
}
/*
.showmenu .hamburger_menu {
    -webkit-transform: translate3d(0vw, 0, 0);
    transform: translate3d(0vw, 0, 0);
	left: 0;
}
.showmenu .fs_menu_overlay {
    visibility: visible;
}
.fs_menu_overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 19;
    opacity: 1;
    background-color: rgba(21,28,38, 0.9);
	
}
.hamburger_menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(230,0,73,0.9);
    z-index: 999;
    overflow: auto;
	overflow-y: scroll;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
	transition-duration: 1s;
	transition-delay: 0.2s;
	-webkit-animation: animation 1s;
    animation: animation 1s;	
	-webkit-transform: translate3d(-410px, 0, 0);
    transform: translate3d(-410px, 0, 0);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);	
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;	
}
.hamburger_close {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
    display: block;
    font-size: 0;
    font-weight: normal;
    color: #BD9A60;
    background: url("img/burger-close-prana-indian-grill-restaurant-corstorphine-edinburgh.png");
    width: 40px;
    height: 40px;
	background-size: 30px;
	background-repeat: no-repeat;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
  background-color: #fff;
}
.hamburger_menu_content {
  padding-top: 40px;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  text-align: left !important;
  overflow: hidden;
  font-family: DottiesChocolate-Medium;
  line-height: 46px;
  letter-spacing: 2px;
}
.hamburger_menu .hamburger.hamburger--squeeze.is-active {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding-left: 4px;
  padding-top: 9px;
  margin-left: 30px;
  margin-top: 35px;
}
*/
.hamburger_menu_content {
  padding-top: 120px;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  text-align: left !important;
  overflow: hidden;
  font-family: DottiesChocolate-Medium;
  line-height: 46px;
  letter-spacing: 2px;
}
.new-left-menu ul {
    margin: 0;
    padding: 0;
}
.new-left-menu ul li {
    list-style: none;
}
.sidenav a {
  padding: 0;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  font-weight: normal;
  font-family: DottiesChocolate-Medium;
}
.sidenav a:hover {
  color: #20284f;
}
.sidenav-btn a {
  font-size: 16px;
}
.sidenav-btn {
  border-top: 1px solid #fff;
}
.sidenav-btn-last {
	border-bottom: 1px solid #fff;
}
.sidenav-btn-desc {
  width: 260px;
  margin-top: 4px;
}
.sidenav-btn-desc-1 {
  margin-top: 12px;
}
.side-btn-2 {
  max-width: 460px;
}
.sn-btn.btn:hover {
  background: #20284f !important;
  border-color: #20284f !important;
}
.sn-btn a {
	color: #20284f !important;
}
.sn-btn.btn:hover a {
	color: #fff !important;
}
a {
    text-decoration: none;
}
.no-underline {
    text-decoration: none;
}
.no-underline:hover {
    text-decoration: none;
}
.bg-footer {
    background: #65696c;
	color: #fff;
}
.bg-footer a {
	color:#fff;
	text-decoration: none;
}
.bg-footer a:hover {
	text-decoration: underline;
}
/* --------- Banner Css ------------- */
.header-banner-image.top-image {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.overlay-color {
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  background: rgba(0, 0 ,0,0.5);
}

.header-banner-image .full-height {
    margin-top: 20% !important;
    margin-bottom: 5% !important;
}
.bc-content {
    background: rgba(230,0,73,0.7);
    width: 100%;
    max-width: 750px;
    border-bottom-right-radius: 150px;
    border-top-right-radius: 150px;
    padding-left: 5rem !important;
}
.banner-below-content {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.process-btn {
    position: absolute;
    bottom: 60px;
    right: 0;
}
.arrow-btn a, .enq-btn a, .arrow-right-link{
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.arrow-btn a:hover, .arrow-right-link:hover,.arrow-btn a:focus, .arrow-right-link:focus {
	color: #12B7E0;
	text-decoration: none;
}
.arrow-btn a, .arrow-btn a:hover, .arrow-btn a:focus {
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    padding-right: 35px;
}
.enq-btn {
    margin-top: 40px;
}
.enq-btn a {
    color: #005283;
    text-decoration: underline;
}
.enq-btn a:hover, .enq-btn a:focus {
    color: #12B7E0;
}
.scroll-more {
    bottom: 60px;
}
.post-lists {
    overflow: hidden;
}
.latest-post-img img {
    width: 100%;
    height: auto;
}
.sl-btn-h {
    margin-top: 20px;
}
.mc4-fields:focus {
    border-color: #12B7E0;
	color: #12B7E0;
}
.arrow-right-link .arrow-right {
    margin-left: 10px;
}
.scroll-more {
    display: none;
}
.home .scroll-more {
    display: block;
}
.h-b-byes {
    padding-bottom: 60px;
}
.border-byes {
    border-bottom: 1px solid;
}
.full-img img {
    width: 100%;
}
.single p {
	line-height: 22px;
	letter-spacing: 0.5px;
  }
  
.show-menu-btn.text-center {
    display: block;
    color: #fff;
}
/* --------- Banner Css End ------------- */
.slick-dots {
    display: flex;
    justify-content: center;
    padding: 0;
	margin: 0;
    list-style: none;
    position: absolute;
    bottom: 20px;
    left: 0;
	right: 0;
}
.slick-dots li {
    margin: 0 14px 0 0px;
}
.slick-dots li:last-child {
    margin: 0;
}
.slick-dots button {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #20284f;
    text-indent: -9999px;
    -webkit-appearance: none;
    appearance: none;
}
.slick-dots li.slick-active button {
  background-color: #e60049;
}
/* ------------- Global Css --------------- */
a, a:hover, a:focus {
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.thin-height {
    margin-top: 5%;
    margin-bottom: 5%;
}
.title {
    font-size: 48px;
    line-height: 56px;
    color: #F7F8F8;
    font-weight: 900 !important;
    max-width: 550px;
}
.title.w100{
	font-weight: 100;
}
.title.w200{
	font-weight: 200;
}
.title.w600{
	font-weight: 600;
}
.title.w700{
	font-weight: 700;
}
.title.w800{
	font-weight: 800;
}
.title.w900{
	font-weight: 900;
}
.thin-height .title {
    font-size: 50px;
	line-height: 60px;
	font-weight: 500;
}
.subtitle {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
    margin-top: 20px;
}
.thin-height .subtitle {
    font-size: 24px;
    line-height: 40px;
}
.subtitle p {
    color: #F7F8F8;
    margin-bottom: 0;
}
.banner-btn {
    margin-top: 40px;
}
.round-btn.btn {
  background: transparent;
  text-decoration: none;
  width: 200px;
  vertical-align: middle;
  color: #F7F8F8;
  border: 1px solid #F7F8F8;
  border-radius: 50px;
  line-height: 34px;
  font-weight: normal;
  font-family: DottiesChocolate-Medium;
  letter-spacing: 2px;
  padding: 8px 0 4px 0;
  font-size: 18px;
}
.round-btn.btn:hover, .round-btn.btn:focus {
	background: #F7F8F8;
	color: #050D13;
}
.page.page-id-454 #post-454 .round-btn.btn {
  width: 100% !important;
  max-width: 600px !important;
}
.btn-transparent.btn {
  border-color: #e60049 !important;
  background: transparent;
}
.btn-transparent.btn:hover, .btn-transparent.btn:hover a {
  background: #e60049 !important;
  color: #fff !important;
}
.text-round-btn.btn {
    background: #050D13;
}
.text-round-btn.btn:hover , .text-round-btn.btn:focus {
    background: transparent;
    color: #050D13;
    border-color: #050D13;
}
.red-btn.btn {
	background: #e60049;
	color: #fff;
	border-color: #e60049;
}
.red-btn.btn:hover {
	background: #fff;
	color: #20284f;
	border-color: #fff;
}
.bg-magenta {
    background: #BF1469 !important;
    width: 80% !important;
    border-color: #BF1469 !important;
    line-height: 30px !important;
}
.text-white p {
	color: #fff;
}
b, strong {
    font-weight: 400;
}
h1, h2, h3, h4, h5 {
  font-family: DottiesChocolate-Medium;
    letter-spacing: 5px;
}
h1 {
  font-size: 82px;
  font-weight: normal;
  line-height: 70px;
  margin-bottom: 5px;
  color: #e60049;
  letter-spacing: 5px;
}
.main-heading h1 {
  font-size: 60px;
}
h2 {
  font-size: 34px;
  line-height: 50px;
  font-weight: normal;
  margin-bottom: 0;
  letter-spacing: 5px;
}
.second-heading h2 {
  font-size: 64px;
  line-height: 60px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #e60049;
}
h3 {
  font-size: 42px;
  line-height: 40px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #20284f;
}
h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 0;
}
h5 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}
h3 a {
    text-decoration: none;
}
a {
	color: #050D13;
}
a:hover, a:focus {
	color: #20284f;	
}
.small-text {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}
.c-white, .c-white p {
    color: #F7F8F8;
}
.dark-purple, .dark-purple a {
	color: #201360;
}
.td-none {
	text-decoration: none;
}
.c-light {
    color: #12B7E0;
}
.dark-bg {
    background: #292929;
}
.light-purple {
	background: #F5F4FD;
}
.light-grey {
	background: #E8E7EF;
}
.signup-form {
    border-bottom: 1px solid #ddd;
}
.mc4-fields {
	background: #fff;
    border-radius: 0 !important;
    border: 1px solid #fff;
    outline: 0;
    padding: 0.8rem;
    display: block;
    width: 100%;
	line-height: 24px;
    resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mc4-fields:focus {
    border-color: #fff;
	color: #292929;
}
.s-btn {
    background: #e60049;
    border-radius: 50px !important;
    border: 1px solid #e60049;
    outline: 0;
    padding: 0.8rem;
    display: block;
    width: 100%;
    resize: none;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
}
.s-btn:hover {
  background: #20284f;
  border-color: #20284f;
  color: #fff;
}
.s-btn:focus {
	background: #e60049;
	border-color: #e60049;
	color: #fff;
	
}
input[type=submit]:active {
  background-color: #201360;
  -webkit-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-color: #201360;
	box-shadow: none;
}
input[type="submit"], .form-control {
	-webkit-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::-webkit-input-placeholder { 
  color: #000 !important;
  font-size: 16px;
}
::-moz-placeholder { 
  color: #000 !important;
  font-size: 16px;
}
:-ms-input-placeholder { 
  color: #000 !important;
  font-size: 16px;
}
:-moz-placeholder { 
  color: #000 !important;
  font-size: 16px;
}
.form-control {
  background: transparent !important;
  border: 1px solid #ddd;
  outline: 0;
  padding: 1.7rem 2rem;
  display: block;
  resize: none;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 0;
  color: #000;
}
.form-control:hover, .form-select:hover {
	-moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
	border-color: #e60049 !important;
}
.form-control:focus, .form-select:focus {
	-moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
	border: 1px solid #e60049;
	background: #fff;
	color: #20284f;
}
.btn:focus {
	box-shadow: none;
}
.wpcf7-date {
  padding: 20px 30px 20px 30px;
  height: 60px;
}
#message {
    height: 160px;
}
.wpcf7-form-control.wpcf7-textarea.form-control {
  border-radius: 10px;
  height: 200px;
}
.wpcf7-form select {
    background-image: url("/wp-content/themes/website/img/icons/down-expand-collapse-arrow-dark.svg");
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right .7em top 50%, 0 0;
}
.heading {
  font-family: DottiesChocolate-Medium;
  letter-spacing: 5px;
}
.t-right {
    text-align: right;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fs-22 {
	font-size: 22px;
}
.fs-24 {
	font-size: 24px;
}
.fs-26 {
	font-size: 26px;
}
.fs-28 {
	font-size: 28px;
}
.fs-32 {
	font-size: 32px;
}
.fs-42 {
	font-size: 42px;
}
.fs-48 {
	font-size: 48px;
}
.fs-82 {
	font-size: 82px;
	line-height: 70px;
}
.fs-8 {
	font-size: 82px;
	line-height: 70px;
}
.b-3 {
    font-weight: 300;
}
.b-5 {
    font-weight: 500;
}
.b-6 {
    font-weight: 600;
}
.b-7 {
    font-weight: 700;
}
.b-8 {
    font-weight: 800;
}
.b-9 {
    font-weight: 900;
}
.magenta {
    color: #BF1469;
}
.magenta:hover {
    color: #3866f2;
}
.a-magenta a {
    color: #BF1469;
    font-weight: 500;
}
.n-btn a {
    border-bottom: 1px solid;
    padding: 0px 0 5px 0;
}
.underline {
    text-decoration: underline;
}
.footer-sec-3 {
	font-family: Raleway !important;
}
@media only screen and (min-width:1200px) {
/*
.delivery-btn {
  position: absolute;
  right: 240px;
}
*/
}
@media only screen and (max-width:1199px) {
.collecton-btn {
  display: none;
}
}
@media (min-width:992px) and (max-width:1199px) {
#our-passion::before {
   background-size: 57% !important;
  top: -150px !important;
}
}
@media only screen and (min-width:1360px) {
.passion-desc {
  max-width: 810px;
}
}

@media only screen and (min-width:992px) {
#our-passion::before {
  content: "";
  background-image: url("/wp-content/themes/web/img/la-favorita-delivered-best-pizza-delivery-edinburgh-bg.png");
  display: block;
  background-position: left center;
  height: 1000px;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 50%;
  left: -200px;
  top: -200px;
  overflow: hidden;
}
}
@media only screen and (max-width:991px) {
.header-outer {
	padding: 10px 0 10px 0 !important; 
}
body.home {
  background-position: 50% 60% !important;
  background-size: 200% !important;
}
.hamburger-menu {
	top: 10px !important;
}
}

@media only screen and (max-width:767px) {
.title {
    font-size: 40px;
    line-height: 42px;
}
.subtitle {
    font-size: 22px;
    line-height: 32px;
}
.process-btn {
    position: relative;
	bottom: 0;
}
.submit-btn {
    margin-top: 10px;
}
.n-w-r {
	display: none !important;
}
body.home {
  background-position: 50% 52% !important;
  background-size: 200% !important;
}
.nav-wid {
  width: 100% !important;
}
.footer-sec-3.fs-16 {
  font-size: 14px;
}
}

.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}
.nav-link, .nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
.scroll-more.position-absolute.fixed-bottom {
    z-index: 9;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: 0;
    top: auto;
    width: 98%;
    height: auto;
    overflow:auto;
    margin: 10px 1%;
    padding:8px;
    border-radius: 15px;
    border:4px solid #007bff;
    text-align:center;
    font-size:1.2em;
    z-index:9999;
}

@media only screen and (min-width:768px) {
.pr-zero {
    padding-right: 0;
}
.pl-zero {
    padding-left: 0;
}
.n-w-r {
	display: block !important;
}
}

	
@media only screen and (max-width:767px) {
.footer-bottom {
    text-align: center;
}
.full-height {
	margin-left: 0 !important;
}
.thin-height {
    margin-left: 0 !important;
}
.header-banner-image .full-height {
    margin-top: 30% !important;
    margin-bottom: 20% !important;
}
.h-social-icons {
  position: absolute;
  right: 20px;
}
.lalogo {
  max-width: 150px;
}
}
.lh-normal {
	line-height: normal !important;
}
.ls-none {
    list-style: none;
}
.wpcf7-submit {
  background: #e60049;
  border: 1px solid #e60049;
  line-height: normal;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border-radius: 50px;
  max-width: 250px;
  margin: 0 auto;
  font-family: DottiesChocolate-Medium;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.radio-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wpcf7-radio .wpcf7-list-item input[type="radio"] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item input[type="radio"] + ::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 14px;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #292929;
}
.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + ::before {
    background: radial-gradient(#bf1469 0%, #bf1469 40%, transparent 50%, transparent);
    border-color: #BF1469;
}
.wpcf7-radio .wpcf7-list-item input[type="radio"] + * {
  display: inline-block;
  padding: 0;
}

/*    footer   */
.w-40 {
	width: 40%;
}
.w-60 {
	width: 60%;
}
.text-red {
	color: red;
}
.lh-1 {
	line-height: 1;
}
.m-h-25 {
  height: 50%;
}
.mt-n20 {
  margin-top: -20%;
}
.gallery-image-radius img {
  border-radius: 20px;
}
.page-hire-us .mt-n15 {
  margin-top: -15%;
}
.home #about .banner-below-content h1 {
  margin-bottom: 40px;
}
.footer-map-inner {
  content: "";
  bottom: 0;
}
.text-end {
  text-align: end;
  margin-top: 0.5rem;
}
.page-id-171 #about .margin-bottom {
	margin-bottom: 15rem;
}
.events-bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.b-radius {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.btn-white {
	background: #fff !important;
	color: #000 !important;
	font-size: 1rem;
	text-transform: uppercase;
}
.btn-white:hover {
	background: #e60049 !important;
	color: #fff !important;
	text-decoration: none !important;
	border-color: #e60049 !important;
 }
.follow-us {
  list-style: none;
  text-align: center !important;
}
.follow-us li {
  display: inline-block;
}
.follow-us li .fn-desc {
  vertical-align: middle;
}
.fn-desc {
  clear: both;
  overflow: hidden;
  display: inline;
}
.packages {
  background: #e6e2df;
}
.packages .selectlist select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2022/05/selectarrow.png") repeat-x scroll left bottom;
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: repeat-x;
  background-repeat: repeat-x;
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: repeat-x;
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-position: center right;
  border: none;
  width: 40px;
  margin-left: 30px;
}
.heading-dot {
  font-family: Montserrat-Bold;
}
.color-e60049 , .color-e60049 a {
  color: #e60049;
}
.color-blue {
	color: #20284f !important;
}
.hidden-field {
  display: none;
}
.customer-feedback .form-item {
  margin: 25px auto;
  display: block;
}
.wpcf7-list-item-label {
  width: 100%;
  display: block;
  background: transparent;
  padding: 10px 0px;
  border: 1px solid #e60049 !important;
  border-radius: 50px;
  color: #20284f;
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: DottiesChocolate-Medium;
  letter-spacing: 2px;
}
.wpcf7-list-item-label:hover , .wpcf7-list-item-label.active {
	background: #e60049 !important;
	color: #fff !important;
}
.customer-feedback span.wpcf7-list-item {
  display: inline-block;
  margin: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 1%;
  width: 48%;
  margin-top: 0;
  margin-bottom: 0;
}
.customer-feedback .form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2022/05/dropdown-arrow.png") no-repeat scroll 98% center;
    background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 50px;
  border: 1px solid #ddd;
  background-color: transparent;
  color: #000;
  line-height: normal;
  font-size: 1rem;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 40px;
  height: 3px;
}
.DottiesChocolate {
	font-family: DottiesChocolate-Medium;
}
.ls-2 {
	letter-spacing: 2px;
}
.footer-address {
  line-height: 24px;
}
.passion-desc {
  letter-spacing: 3px;
  word-spacing: 2px;
  font-size: 30px;
  line-height: 50px;
}
body.home {
  background-image: url("/wp-content/uploads/2022/05/la-favorita-pizzeria-in-edinburgh-logo-background-8.png");
  background-repeat: no-repeat !important;
  background-position: -70% 65%;
  background-size: 115%;
}
.footer-sec-3 a:hover, .footer-sec-3 a:focus {
  color: #e60049;
}
.page.page-id-171 .text.text-center {
  font-size: 32px;
  line-height: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
.fs-82 {
	font-size: 52px;
}
body.home {
  background-position: -20% 60% !important;
  background-size: 130% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-sec-2 .store .text-white.pb-5.fs-48.DottiesChocolate.lh-normal {
  font-size: 42px;
}
}

@media (max-width:991px) {
.m-h-25 {
  height: 25% !important;
}	
.text-align {
	text-align: center;
}
.passion-desc {
  letter-spacing: 1px;
  line-height: 40px;
}
.text-side {
  text-align: center;
}
.img-side {
  display: block !important;
}
.stores-img {
  margin-bottom: 15px;
}
}
@media (max-width:575px) {
.h-insta {
  display: none !important;
}
.lh-btn {
  line-height: 4rem;
}
.page.page-id-454 #post-454 .round-btn.btn {
  line-height: normal;
  letter-spacing: 0;
  padding: 8px 20px;
}
}
@media (max-width:767px) {	
.body {
	font-size: 16px;
}
.fs-82 {
  font-size: 35px;
}
.fs-28 {
	font-size: 18px;
}
.fs-24 {
  font-size: 20px;
}
h1, .main-heading h1 {
    font-size: 40px;
    line-height: 36px;
}
.fs-42 {
  font-size: 24px;
}
.fs-48 {
	font-size: 34px;
}
h2 {
	line-height: 34px;
}
.t-center {
	text-align: center;
}
.second-heading h2 {
  font-size: 54px;
  line-height: 54px;
}
.page.page-id-171 .text.text-center {
  font-size: 20px;
  line-height: normal;
}
.description.w-75 {
  width: 100% !important;
}
}
@media (max-width:520px) {	
.sidenav-btn-desc-1 {
  margin-top: 0;
  margin-bottom: 10px;
}
.insta-link {
  letter-spacing: 0;
}
}
@media (min-width:768px) and (max-width:1199px) {	
.page.page-id-171 .text.text-center {
  font-size: 26px !important;
  line-height: 40px;
}
}
@media (max-width:1199px) {	
.ns-set {
  display: block !important;
  margin-top: 20px !important;
  margin-bottom: 5px;
}
}
.wpcf7-form.init p {
  margin: 0 !important;
  padding: 0 !important;
}
.wpcf7-form.init p br {
	display: none;
}
.form-item.form-item-checkbox label {
  width: 100%;
}
.contact-us a:hover {
  color: #e60049;
}