/*********************************************************************************/
/*GLOBAL VARIABLES*/
*{
	box-sizing: border-box;
}
.BG-homepage{
	background-image: url(https://www.buongiorno-glasgow.com/images/backgrounds/BG-Pasta.png);
}
.container{
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
}
.container:after { 
	content: "\0020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#main {
    position: absolute;
    overflow-y: scroll;
	top: 120px;
	left: 0; 
	bottom: 0; 
	right: 0;
}
body{
	margin: 0 0 0 0;
	font-family: 'Open Sans', sans-serif;
	background-color: #ffffff;
	color: #333333;
	overflow-x: hidden; /* THIS STOPS THE MOBILE HAMBURGER MENU FROM OVERFLOWING  */
}
.display-table{
	display: table;
}
.display-block{
	display: block;
}
.display-none{
	display: none;
}
.vis-hidden{
	visibility:hidden;
}
.bold, strong{
	font-weight: 700;
}
.italic{
	font-style: italic;
}
.no-dec, .no-decoration{
	text-decoration: none;
}
.dark {
	background: #212121 url("../images/backgrounds/black_paper.jpg") repeat;
	color: #dbdbdb;
}
.light {
	background: #212121 url("../images/backgrounds/white_paper.jpg") repeat;
	background-color: #f5f5f5 ;
	color: #333333;
}
.shadow-dark {
	box-shadow: 0px 0px 10px 3px #333333;
}
.shadow-light {
	box-shadow: 0px 0px 10px 3px #FDFDFD;
}
.shadow-green {
	box-shadow: 0px 0px 10px 3px #bcf2dc
}
.pointer{
	cursor: pointer;
}
.embedded-map{
	width: 98%;
	height: 100%;
	min-height: 400px;
}
/*HEADER AND NAVIGATION*/
header{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
header {
	background: #827F77;
	border-top: 6px solid #000;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
}
header .logo {
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}
header h1 a {
	display:block;
	max-height: 80px;
}
.full-screen-menu ul {
	float: right;
	height: 61px;
}
.full-screen-menu li {
	list-style: none;
	display: block;
	float: left;
	margin-top: -6px;
	margin-bottom: 0;
}
/*TYPE*/
.rubik-doodle-shadow-regular {
	font-family: "Rubik Doodle Shadow", system-ui;
	font-weight: 400;
	font-style: normal;
}
.rubik-dirt-regular {
	font-family: "Rubik Dirt", system-ui;
	font-weight: 400;
	font-style: normal;
}
.rubik-scribble-regular {
	font-family: "Rubik Scribble", serif;
	font-weight: 400;
	font-style: normal;
}
.angkor-regular {
	font-family: "Angkor", serif;
	font-weight: 400;
	font-style: normal;
}
.bebas-neue-regular {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.cinzel-400{
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.cinzel-500{
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.cinzel-600{
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.cinzel-700{
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.cinzel-800{
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}
.cinzel-900{
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #404040;
	font-weight: 600;
	text-shadow: 0px 1px 0px #fff;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	text-shadow: 0px 2px #000000;
}
p, span, li, td, a{
	line-height: 1.25;
	font-size: 0.95em;
}
h1, .h1{
	font-size: 1.25em;
	font-weight: 700;
}
h2, .h2{
	font-size: 1.15em;
}
h3, .h3{
	font-size: 1.05em;
}
h4, .h4{
	font-size: 1.0em;
}
.big{
	font-size: 1.25em;
}
.bigger{
	font-size: 1.5em;
}
.bigger-ish{
	font-size: 2em;
}
.biggest{
	font-size: 2.5em;
}
/*LINKS*/
a { 
	color: #555555; 
	text-decoration: underline; 
	outline: 0;
	transition:all 0.1s linear;
}
a:hover, a:focus{
	color: #000;
}
.dark a {
	color:#16c67b;
}
.dark a:hover, .dark a:focus {
	color: #ffffff;
}
.full-screen-menu a, .full-screen-menu a:focus {
	display: block;
	padding: 20px 20px 0 20px;
	text-decoration: none;
	font-weight	: 600;
	border-top: 3px solid #000;
	margin-top: 1px;
	border-top-color: #16c67b
}
.full-screen-menu a:hover {
	color: #ffffff;
	border-top-color: #c1c1c1;
}
.full-screen-menu a span {
	color: #bcf2dc;
	font-size: 12px;
}
a img {
	opacity: 1;
	transition:opacity 1s ease;
}
a:hover img {
	zoom: 1;
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition:opacity 0.3s ease;
}
/* OVERLAYS */
.image-container {
  position: relative;
  text-align: center;
}
.image-overlay-text-TL {
	position: absolute;
	top: 20px;
	left: 0px;
	max-width: 95%;
}
.image-overlay-text-BL {
	position: absolute;
	bottom: 20px;
	left: 0px;
	max-width: 95%;
}
.image-overlay-text-TR {
	position: absolute;
	top: 20px;
	right: 0px;
	max-width: 95%;
}
.image-overlay-text-BR {
	position: absolute;
	bottom: 20px;
	right: 0px;
	max-width: 95%;
}
.image-overlay-TL {
	position: absolute;
	top: 8px;
	left: 8px;
}
.image-overlay-BL {
	position: absolute;
	bottom: 8px;
	left: 8px;
}
.image-overlay-TR {
	position: absolute;
	top: 0px;
	right: 0px;
}
.image-overlay-BR {
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.image-overlay-BR p{
	margin-right: -8px;
}
.image-overlay-BL p, .image-overlay-TL p{
	margin-left: -8px;
}
/*OPACITY*/
.opacity-90{
	opacity: 0.9;	
}
.opacity-80{
	opacity: 0.8;	
}
.opacity-70{
	opacity: 0.7;	
}
.opacity-60{
	opacity: 0.6;	
}
/*HEIGHTS, WIDTHS, PADDING AND MARGINS*/
.icon-padding{
	padding: 0px 5px;
}
.pad-T-0{
	padding-top: 0px !important;	
}
.pad-0{
	padding: 0;
}
.pad-5{
	padding: 5px;
}
.pad-TB-5{
	padding-top: 5px;
	padding-bottom: 5px;
}
.pad-TB-10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad-10{
	padding: 10px;
}
.pad-TRL-10{
	padding: 10px 10px 0px 10px;
}
.pad-LR-10{
	padding: 0px 10px 0px 10px;
}
.pad-R-10{
	padding: 0px 10px 0px 0px;
}
.margin-0{
	margin: 0px;
}
.margin-2{
	margin: 2px;
}
.margin-T-0{
	margin-top: 0;
}
.margin-B-0{
	margin-bottom: 0;
}
.margin-T-5{
	margin-top: 5px;
}
.margin-T-10{
	margin-top: 10px;
}
.margin-T-15{
	margin-top: 15px;
}
.margin-B-5{
	margin-bottom: 5px;
}
.margin-B-10{
	margin-bottom: 10px;
}
.margin-B-20{
	margin-bottom: 20px;
}
.margin-auto{
	margin-left: auto;
	margin-right: auto;
}
.margin-auto-all-4{
	margin: auto;
}
.WS-no-wrap{
	white-space: nowrap;	
}
.full-width{
	width: 100%;
}
.max-100-pcent{
	max-width: 100%;
}
/*COLOURS*/
.orange{
	color: #f68d2d;
}
.just-eat-orange{
	color: #f78303;
}
.uber-eats-green{
	color: #06c168; 
}
.deliveroo-turquiose{
	color: #00cdbf; 
}
.parking-blue{
	color: #167CB9; 
}
.dark-blue{
	color: #0b2f7d; 
}
.pale-blue{
	color: #99a7cb; 
}
.bright-green{
	color: #16c67b; 
}
.pale-green{
	color: #bcf2dc; 
}
.olive-green{
	color: #39481f;	
}
.bg-olive-green{
	background-color: #39481f;	
}
.dark-grey{
	color: #424242;	
}
.bg-dark-grey{
	background-color: #424242;	
}
.light-grey{
	color: #c3c5c6;	
}
.bg-light-grey{
	background-color: #c3c5c6;	
}
.it-green{
	color: #00c852;
}
.bg-it-green{
	background-color: #00c852;
}
.it-red{
	color: #d50001;
}
.bg-it-red{
	background-color: #d50001;
}
.white{
	color: #ffffff;
}
.bg-white{
	background-color: #ffffff;
}
.mustard{
	color: #e48707;
}
.bg-mustard{
	background-color: #e48707;
}
.bg-instagram{
	background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}
.bg-fb-messenger{
	background: linear-gradient(115deg, #168AFF, #9F33FF, #FF6070);
}
/*HR*/
.dark hr {
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #2c2c2c;
}
/*BORDERS*/
.rounded{
	border-radius: 5px;
}
.no-border{
	border: 0;
}
/*LISTS*/
.no-bullet-points{
	list-style-type: none;
}
/*ALIGNMENTS*/
.center{
	max-width: 100%;
	text-align: center;
}
.right-align{
	text-align: right;
}
.left-align{
	text-align: left;
}
.v-a-middle{
	vertical-align: middle;
}
/*BREADCRUMBS*/
.breadcrumb-box{
	padding: 0px 0px 0px 5px;
	border-bottom: 1px dotted #bcf2dc;
}
.breadcrumb-box li{
	display: inline;
}
.breadcrumb-box ol{
	margin: 2px 0px;
	padding-left: 0;
}
.breadcrumb-box a, .breadcrumb-box span{
	font-size: 90%;
	color: #ffffff;
	text-decoration: none;
}
.breadcrumb-box i{
	color: #bcf2dc;
}
/*BUTTONS*/
a.button, a.button:visited, button{
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.09) 100%);
	background-color: #ffffff;
	color: #555555;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
	border: 1px solid #eeeeee;
	border-top: 1px solid #ccc;
	text-decoration: none;
	display: block;
	width: 60%;
	text-align: center;
	border-radius: 18px;
}
a.button:hover, button:hover {
	background-color: #f1f1f1;
	border-bottom: 1px solid #e7e7e7;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
}
a.button:active, button:active {
	background-color: #dddddd;
	border: 1px solid #999999;
	border-bottom: 1px solid #888;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3), 0px 1px 10px -3px #000 inset;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
}
/*DARK BUTTONS*/
.dark a.button, .dark a.button:visited, .dark button {
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.09) 0%,rgba(255,255,255,0) 100%);
	color: #cccccc !important;
	text-shadow: 1px 1px rgba(0, 0, 0, 1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,1), 0px 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
}
.dark a.button:hover, .dark button:hover {
	background-color: #2b2b2b;
}
.dark a.button:active, .dark button:active{
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1), 0px 1px 10px 2px rgba(0, 0, 0, 0.7) inset;
}
/*CTA BUTTONS*/
.bg-filled-cta-button{
	display: inline;
	color: #ffffff;
	background-color: #072c7a;
	border: 2px solid #072c7a;
	border-radius: 50px;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
	padding: 10px 15px;
	font-weight: 300;
	margin: 5px auto;
	font-family: "Shippori Antique B1", sans-serif;
	font-style: normal;
}
.bg-filled-cta-button:hover{
	color: #f5f5f5;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.6);
}
.bg-outline-cta-button{
	display: inline;
	color: #072c7a;
	background-color: transparent;
	border: 2px solid #072c7a;
	border-radius: 50px;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
	padding: 10px 15px;
	font-weight: 300;
	margin: 5px auto;
	font-family: "Shippori Antique B1", sans-serif;
	font-style: normal;
}
.bg-outline-cta-button:hover{
	color: #072c7a;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.6);
}
.bg-tonal-cta-button{
	display: inline;
	color: #072c7a;
	background-color: #b5c0d7;
	border: 2px solid #b5c0d7;
	border-radius: 50px;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
	padding: 10px 15px;
	font-weight: 300;
	margin: 5px auto;
	font-family: "Shippori Antique B1", sans-serif;
	font-style: normal;
}
.bg-tonal-cta-button:hover{
	color: #072c7a;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.6);
}
.contact-buttons{
	font-size: 1em;
	min-width: 260px
}
.product-page-buttons{
	font-size: 1.25em;
	width: 100%;
	width: 300px;
}
.target-cta-button{
	display: inline-block;
	color: #ffffff !important;
	background-color: #16c67b;
	border-radius: 50px;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
	padding: 10px 15px;
	width: 300px;
	max-width: 95%;
}
.target-cta-button:hover{
	color: #f5f5f5;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.6);
}
/*LAYOUT GRIDS & ELEMENTS*/
.welcome-grid{
	display: grid;
	grid-template-columns: 40% 60%;
	grid-template-rows: auto;
	margin: auto;
	padding: 5px;
	max-width: 100%;	
}
.welcome-grid-message-box {
	display: grid;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
}
.welcome-grid-slider-box{
	display: grid;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.third{
    margin: 3px;
	padding: 5px;
	display: inline-block;
	width: 32.5%;
	min-width: 32.5%;
}
.contact-grid{
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	margin: auto;
	max-width: 100%;	
}
.contact-grid-info-box{
	display: grid;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
}
.contact-grid-message-box{
	display: grid;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
/* MOBILE HAMBURGER MENU*/
.hamburger-menu{
	display: none;
}
#menuToggle {
	display: block;
	position: relative;
	top: 35px;
	left: 20px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}
#menuToggle input {
	display: block;
	width: 50px;
	height: 40px;
	position: absolute;
	top: -15px;
	left: -15px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */
}
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #16c67b;
	border-radius: 3px;
	z-index: 2;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  opacity 0.55s ease;
}
#menuToggle span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #16c67b;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}
#menu {
	position: absolute;
	width: 375px;
	margin: -120px 0 0 -100px;
	padding: 150px 10px 20px 50px;
	background: #212121 url("../images/backgrounds/black_paper.jpg") repeat;
	border: 2px solid #bcf2dc;
	border-radius: 3px;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li {
	padding: 10px;
	margin-left: 15px;
	text-align: left;
}
#menu a {
	text-decoration: none;
}
#menuToggle input:checked ~ ul {
	transform: none;
}
/*FOOTER*/
footer{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 90%;
}
.footer-grid{
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	margin: auto;
	padding: 20px;
	max-width: 100%;	
}
.footer-grid-list-signup-box{
	display: grid;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.footer-grid-about-box{
	display: grid;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.footer-grid-accreditations-box{
	display: grid;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 4;
}
.footer-grid-social-box{
	display: grid;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 4;
	grid-row-end: 5;
}
.footer-grid-legal-box{
	display: grid;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 45
	grid-row-end: 6;
	border-top: 2px solid #2c2c2c;
}
.footer-icon{
	height: 30px;
	max-height: 30px;
}
#footer input{
	margin: 5px;
	padding: 10px 25px;
}
/* OPTIMISED MEDIA STYLES BELOW */

@media only screen and (max-width: 1500px) {
.container{
	max-width: 86%;
}}
@media only screen and (max-width: 1249px) {
.BG-homepage{
	background-image: url(https://www.buongiorno-glasgow.com/images/backgrounds/BG-Pasta-Med-Screen.png);
}
.container{
	max-width: 90%;
}
.third{
	width: 32.25%;
	min-width: 32.25%;
}
.embedded-map{
	min-height: 350px;
}}

@media only screen and (max-width: 1175px) {
.header-menu-list-items{
	padding-inline-start: 0px;	
}
.full-screen-menu a, .full-screen-menu a:focus {
	padding: 20px 10px 0 10px;
}}
@media only screen and (max-width: 999px) {
.container{
	max-width: 95%;
}
.big{
	font-size: 1.15em;
}
.bigger{
	font-size: 1.25em;
}
.biggest{
	font-size: 2.0em;
}
.welcome-grid-message-box {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.welcome-grid-slider-box{
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.third{
	width: 31.75%;
	min-width: 31.765%;
}
.embedded-map{
	width: 100%;
	min-height: 195px;
}
.logo-header{
	max-width: 225px;
}}
@media only screen and (max-width: 850px) {
.logo-header{
	max-width: 180px;
}
.big{
	font-size: 1.15em;
}
.bigger{
	font-size: 1.25em;
}
.biggest{
	font-size: 1.95em;
}
.full-screen-menu a, .full-screen-menu a:focus {
	padding: 20px 7px 0 7px;
}}
@media only screen and (max-width: 767px) {
/*THIS SWITCHES FROM THE FULL WIDTH MENU TO HAMBURGER*/
.full-screen-menu{
	display: none;
}
.hamburger-menu{
	display: inline;
	text-align: left;
}
.logo-header{
	max-width: 275px;
}
.container{
	max-width: 95%;
}
header .logo {
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 75px;
}
/*CHANGES COLUMNAR ELEMENTS TO FULL WIDTH*/
.third{
	width: 95%;
	min-width: 95%;
	margin: 0px;
	padding: 0px;
}
.contact-grid{
	grid-template-columns: 100%;
}
.contact-grid-info-box{
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 3;
}
.contact-grid-message-box{
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
}	
.welcome-grid-message-box {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.welcome-grid-slider-box{
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.footer-grid-about-box{
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.footer-grid-accreditations-box{
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 4;
}
.footer-grid-social-box{
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 4;
	grid-row-end: 5;
}
.footer-grid-legal-box{
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 5;
	grid-row-end: 6;
}
.button{
	width: 95%;
	min-width: 95%;	
}
}