@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 
@font-face {
    font-family: Routhers;
    src: url(https://deliverit-vhosts-sync.s3-ap-southeast-2.amazonaws.com/projects.deliverit.com.au/gisbornepizza/fonts/Routhers.ttf);
}
@font-face {
    font-family: "Bogart";
    src: url("https://deliverit-vhosts-sync.s3-ap-southeast-2.amazonaws.com/gisbornepizza.com.au/fonts/Bogart-Bold.ttf");
}
@font-face {
	font-family: "Aptos";
	src: url('https://d2ova09jg8x3xk.cloudfront.net/deliverit.com.au/gisbornepizzapasta/fonts/Aptos-Narrow.ttf');
}
@font-face {
	font-family: "Verdana";
	src: url('https://d2ova09jg8x3xk.cloudfront.net/deliverit.com.au/gisbornepizzapasta/fonts/verdana.ttf');
}
@font-face {
	font-family: "Vintage";
	src: url('https://d2ova09jg8x3xk.cloudfront.net/deliverit.com.au/gisbornepizzapasta/fonts/vintage.ttf');
}

/*popup*/

div.jqi {
    max-width: max-content;
}

div#jqi .jqimessage div{
    font-size: 20px;
    padding: 40px;
}

@media (max-width: 768px) {
    
    div#jqi .jqimessage div{
        font-size: 18px;
        padding: 40px;
    }
    
}

@media (max-width: 600px) {

    div#jqi .jqimessage {
        padding-right: 0;
    }
    
    div#jqi .jqimessage div{
        font-size: 14px;
        padding: 40px 0px;
        font-weight: 600;
        letter-spacing: normal;
    }
    
}

/*popup*/

.navbar-inverse .navbar-nav>li>a {
    color: #fff!important;
    text-transform: uppercase;
    font-size: 12px!important;
}
.navbar-right > li, .navbar-right > li > a {
    color: #fff!important;
}
.navbar-right .glyphicon img {
    filter: brightness(0%) invert(10)!important;
    /* filter: brightness(0%)!important; */
}
.navbar.navbar-inverse.navbar-fixed-top.nav-color .navbar-left > li > a, .navbar.navbar-inverse.navbar-fixed-top.nav-color .navbar-right > li > a,
.navbar.navbar-inverse.navbar-fixed-top.nav-color .navbar-right > li {
    color: #000!important;
}
.navbar.navbar-inverse.navbar-fixed-top.nav-color .navbar-right .glyphicon img {
    filter: brightness(0%)!important;
}
.navbar-left > li > a::after, .navbar-left > .menu-franchise-inquiry::after {
    color: #222 !important;
	background-color: #538933;
    left: 0;
    height: 4px;
    border-radius: 0;
    width: 100%;
}

#landing {
	background: url('./uploads/n_bg2.png');
	background-size: cover;
	background-position: 50%;
}

#landing #landing-logo img {
    display: none;
}
#tag-line img {
    width: 250px;
	filter: drop-shadow(0px 0px 30px #00000008);
}
#tag-line p {
	letter-spacing: 2px;
}
#tag-line p:nth-child(2) {
	font-family: "Vintage";
    color: #CD3528 !important;
    font-size: 60px;  
	margin-top: 8%;
	text-transform: uppercase;
    text-shadow: 2px 2px 0px #000000c7, 4px 3px 0px rgb(2 2 2 / 17%);
}
/* #tag-line p:nth-child(2):after {
    content: '';
    display: block;
    width: 60%;
    border-bottom: 5px solid #222;
    margin: auto;
    border-radius: 10px;
} */
#tag-line p:nth-child(3) {
	font-family: "Vintage";
    color: #538933 !important;
	text-transform: uppercase;
    font-size: 60px;
	margin-top: -4%;
    text-shadow: 2px 2px 0px #000000c7, 4px 3px 0px rgb(2 2 2 / 17%);
}
ul.splide__pagination--ltr li button {
    display: none!important;
}
#store-data {
	background-image: linear-gradient(rgb(255 255 255 / 57%), rgb(255 255 255 / 57%)), url('https://deliverit-vhosts-sync.s3-ap-southeast-2.amazonaws.com/gisbornepizza.com.au/uploads/menubg.jpg');    
    background-size: cover!important;
    background-position: center!important;
    box-shadow: 0px 0px 40px 5px #09000063;
	color: #222!important;
	font-weight: bold!important
}
#store-data h2 {
    font-size: 50px;
	font-family: "Vintage";
    color: #222 !important;
	letter-spacing: 1px;
	font-size: 60px;
	text-transform: uppercase;
    text-shadow: 2px 2px 0px #fff, 3px 2px 0px rgb(2 2 2 / 71%);
}
.office-info p, #h-address a {
	color: #000!important;
}
/* menu */
#menu {
    background: #222;
    border-bottom: 2px solid #fefefe;
    border-bottom: none;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 12%);
/*     text-align: center; */
}
ul#menu-ul {
	text-align: center!important;
	padding: 5px 0px;
}
#menu-cont #menu #menu-ul li a {
    color: #fff !important;
    text-transform: uppercase;
    font: 14px 'Poppins', sans-serif;
    font-weight: 600;
    background: #222 !important;
}

/* #menu-cont #menu #menu-ul li {
    background: rgb(224 172 89) !important;
} */
#menu-cont #menu #menu-ul li a.menu-active {
    border-top: 3px solid #538933 !important;
    border-bottom: 3px solid #538933 !important;
    background: #CD3529 !important;
    color: #fefefe !important;
}

#menu-cont #menu #menu-ul li a:hover {
    background: #538933 !important;
    color: #fefefe !important;
}

.pn-Advancer {
    background-color: #222!important;
}
.pn-Advancer_Icon {
	fill: #fff!important;
}

#menu-items .menu-item:nth-child(1) {
    padding-top: 50px !important;
    border-bottom: none;
}

.menu-item {
    background: linear-gradient(to bottom, rgb(255 255 255 / 80%) 0%, rgb(255 255 255 / 80%) 100%), url(https://deliverit-vhosts-sync.s3-ap-southeast-2.amazonaws.com/gisbornepizza.com.au/uploads/menubg.jpg), #fff no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    border-bottom: none;
}

#menu-items h1 {
	font-family: "Vintage";
	font-size: 50px!important;
    color: #CD3529 !important;
    background-color: transparent !important;
    margin-left: 3%;
    text-align: center;
    text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 900;
	margin-bottom: 2%;
    text-shadow: 1px 1px 0px #000000a8, 2px 2px 0px rgb(2 2 2 / 17%);
}

#menu_items ul li.single, #menu_items ul li.group {
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 700;
    color: #d4d4d4;
    background-color: #fff;
    transition: all 250ms;
    overflow: hidden;
    /*         border-radius: 10px; */
    border: 3px solid #538933;
    outline: 3px solid #CD3529;
    outline-offset: 2px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    font-family: 'Poppins', sans-serif !important;
}
.b-lazy.b-loaded {
	padding: 15px!important;
}

#menu-items .item-title {
    color: #222;
	font-family: "Vintage";
	font-size: 18px;
}

.item-description {
    color: #777 !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
	-webkit-line-clamp: 10!important;
	font-family: "Verdana";
}

.item-price {
    color: #fff;
    background-color: #538933 !important;
	font-size: 13px;
    font-weight: 600;	
	padding: 5px;
	border-radius: 5px;
	height: 30px;
}

#menu-desc-header, #menu-desc-footer {
    text-align: center;
    font-size: 14px;
}

#menu_items ul li.single:hover, #menu_items ul li.group:hover {
    background: #CD3529;
    border: 3px solid #CD3529;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 66%);
}
#menu_items ul li.single:hover .item-title, #menu_items ul li.group:hover .item-title {
    color: #fefefe !important;
}
#menu_items ul li.single:hover .item-price, #menu_items ul li.group:hover .item-price {
	background-color: #538933!important;
	color: #fff!important;
	padding: 5px;
	border-radius: 5px;
}
#menu_items ul li.single:hover .item-description, #menu_items ul li.group:hover .item-description {
    color: #fefefe !important;
}
li.single:hover #item-buttons .activetime_span, li.group:hover #item-buttons .activetime_span {
    font-weight: 600!important;
    color: #222 !important;
    background-color: #fff !important;
	padding: 5px!important;
	border-radius: 5px!important;
}
li.single:hover .menu-item-outofstock, li.group:hover .menu-item-outofstock {
    font-weight: 600!important;
    color: #222 !important;
    background-color: #fff !important;
	padding: 5px!important;
	border-radius: 5px!important;
}
.menu-item .item-thumb {
    background: transparent!important;
}

/* modals */

.input-group-label-default {
    color: #222 !important;
}
.input-group-label{
    color: #444 !important;
}

input:checked+.input-group-label {
    background: #c44a43 !important;
    color: #f3f3f3 !important;
}
.input-group-label:hover {
    background-color: #d83939 !important;
    border-color: #d83939 !important;
    color: #f3f3f3 !important;
}
#menu-items ul li #item-buttons input[type="button"], .item-add-buttons #modal-addbtn {
    background-color: #c44a43 !important;
    border: 1px solid #c44a43 !important;
    text-transform: uppercase !important;
    color: #f3f3f3 !important;
    font-weight: 700;
}

#menu-items ul li #item-buttons input[type="button"]:hover, .item-add-buttons #modal-addbtn:hover {
    background-color: #f3f3f3 !important;
    border-color: #d83939 !important;
    color: #d83939 !important;
}
img.check-img-popup {
    filter: invert(0%)
}

.popup-current-toppings #current-toppings, .popup-extra-toppings #extra-toppings {
    color: #222 !important;
}

#about-us {
	box-shadow: 0px 0px 20px #2222225c;
	background-image: linear-gradient(rgb(255 255 255 / 86%), rgb(255 255 255 / 86%)), url('https://deliverit-vhosts-sync.s3-ap-southeast-2.amazonaws.com/gisbornepizza.com.au/uploads/menubg.jpg');
	backgroun-size: cover!important;
	background-position: bottom;
	padding-top: 70px;
	text-align: center!important;
}
#about-us .section-content img {
	width: 240px!important;
	border-radius: 10px;
}
.about-us-txt p {
	font-size: 60px;
	text-transform: uppercase;
	font-family: "Vintage";
	text-shadow: 2px 2px 0px #fff, 4px 3px 0px rgba(0,0,0,0.15);
    color: #538933!important;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 4%;
}
.about-us-para p {
	color: #222;
	font-family: "Verdana";
	font-size: 17px;
	text-align: center;
	font-weight: 500;
}

/*footer*/
#footerOfflineAlert {
    background: #fff !important;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 33%);
    color: #222;
}

#footerOfflineAlert .progress {
    background-image: -webkit-linear-gradient(top,#dadada 0,#dadada 100%);
    background-image: linear-gradient(to bottom,#dadada 0,#dadada 100%);
    background-color: #ffffff !important;
}

#footerOfflineAlert .progress-bar {
    color: #222;
    background-image: -webkit-linear-gradient(top,#c44a43 0,#c44a43 100%);
    background-image: linear-gradient(to bottom,#c44a43 0,#c44a43 100%);
}

#footerOfflineAlert-close {
    color: #222;
}
#deals-of-the-day, #our-menu, #footer-subscribe, #about-us .section-title {
    display: none;
}
/* keyframes */
@keyframes blink {
    20%,
    24%,
    55% {
      color: #111;
      text-shadow: none;
    }
  
    0%,
    19%,
    21%,
    23%,
    25%,
      54%,
    56%,
    100% {
  /*     color: #fccaff;
    text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
        0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
    text-shadow: 0 0 5px #f8c55361, 0 0 15px #f7892e66;
  }
}
@media screen and (min-width: 1152px) {
    .navbar {
    	background: transparent!important;
    }
    .nav-color {
        background-color: #fff!important;
        box-shadow: 0px 2px 50px #0003;
    }
	#store-data {
		height: 37vh!important;
	}
	.phone-number {
		margin-top: -10px;
	}
	#download-app .section-content .section-title {
		display: none;
	}
}
@media (max-width: 1024px) and (min-width: 320px) {
    .navbar {
        background-color: #fff!important;
    }
    .nav-color {
		color: #000!important;
        background-color: #fff!important;
        box-shadow: 0px 2px 35px #0003;
    }
	.navbar-inverse .navbar-nav>li>a {
		color: #000!important;
	}
	.navbar-right > li, .navbar-right > li > a {
		color: #000!important;
	}
	.navbar-right .glyphicon img {
	    /* filter: brightness(0%) invert(10)!important; */
	    filter: brightness(0%)!important;
	}
	#h-address a {
		color: #fff!important;
		text-decoration: none!important;
	}
}
@media (max-width: 1440px) {
	#tag-line p:nth-child(2), #tag-line p:nth-child(3) {
		font-size: 60px!important;
	}
	#menu-items .item-title {
		font-size: 16px!important;
	}
}
@media (max-width: 1366px) {
	#tag-line p:nth-child(2), #tag-line p:nth-child(3) {
		font-size: 50px!important;
	}
	#menu-items .item-title {
		font-size: 14px!important;
	}
}
@media (max-width: 1152px) {
	#tag-line img {
		width: 200px!important;
	}
	#tag-line p:nth-child(2), #tag-line p:nth-child(3) {
		font-size: 40px!important;
	}
	#store-data h2 {
		font-size: 70px!important;
	}
	#menu-items .item-title {
		font-size: 12px!important;
	}
	.item-price {
		height: 25px!important;
		font-size: 12px!important;
	}
	#about-us .section-content img {
		width: 150px!important;
	}
	.about-us-txt p {
		font-size: 60px!important;
	}
}
@media (max-width: 1024px) {	
	#menu-items .item-title {
		font-size: 16px!important;
	}
}
@media (max-width: 768px) {	
	#landing #landing-form {
		width: 100%!important;
	}
	#tag-line p:nth-child(2), #tag-line p:nth-child(3) {
		font-size: 30px!important;
	}
	#menu_items ul li.single, #menu_items ul li.group {
		margin: 25px!important;
	}
}
@media (max-width: 480px) {	
	#tag-line img {
		width: 150px!important;
	}
	#tag-line p:nth-child(2), #tag-line p:nth-child(3) {
		font-size: 20px!important;
	}
	#store-data {
		height: 300px!important;
	}
	#store-data h2 {
		font-size: 30px!important;
	}
	#menu-items h1 {
		font-size: 35px!important;
	}
	#menu-items .item-title {
		font-size: 18px!important;
	}
	.location .alert-danger {
		margin-bottom: 0px!important;
	}
	#menu-desc-header {
		padding: 0px!important;
	}
	.about-us-txt p {
		font-size: 40px!important;
	}
	.about-us-para p {
		font-size: 12px!important;
	}
}