@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap');

.navbar-inverse .navbar-nav>li>a {
    color: #fff!important;
    text-transform: uppercase;
    font-size: 12px!important;
	font-weight: bold;
}
.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: #0D0C0C!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: #fff !important;
    background: #F5862C;
    left: 0;
    height: 4px;
    border-radius: 0;
    width: 100%;
}
#landing {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('https://d2ova09jg8x3xk.cloudfront.net/antoniospizzeria.com.au/sylvaniawaters/uploads/bg.jpg');
    background-size: cover!important;
    background-position: center!important;
    height: 100vh!important;
}
#landing #landing-logo img {
	filter: drop-shadow(0px 0px 5px #F5862C);
	animation: zoom-in-zoom-out 2s ease-out;
}
#tag-line p {
	margin-top: 5%;
	color: #fff;
	font-family: "Catamaran", sans-serif;
	animation: fadeInUp 1s ease-out
}
#tag-line hr {
	margin-top: -1.5%;
	width: 80%;
	position: relative;
    border: none;
    height: 5px;
    background-color: #F5862C;
	box-shadow: 0px 4px 5px #000;
	border-radius: 5px;
}
.button-edged {
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	padding: 0.7em 2em;
	border: 3px solid #F5862C;
	background-color: #0C0D0C!important;
	border-radius: 2px;
	position: relative;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
	color: #F5862C;
	text-decoration: none;
	transition: 0.3s ease all;
	z-index: 1;
}

.button-edged:before {
	transition: 0.5s all ease;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: '';
	background-color: #F5862C;
	z-index: -1;
}

.button-edged:hover, .button-edged:focus {
	color: #fff;
	background-color: #000!important;
}

.button-edged:hover:before, .button-edged:focus:before {
	transition: 0.5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}

.button-edged:active {
	transform: scale(0.9);
}
#store-data {
    background: none;
    background-color: #000B12!important;
}
#store-data h2 {
	color: #F5862C;
	text-shadow: 2px 2px 0px #000, 5px 4px 0px rgba(0,0,0,0.15);
	font-family: "Catamaran", sans-serif;
	font-weight: bold;
	font-size: 5rem;
}
#menu {
	background-color: #0C0D0C;
	border-top: 5px solid #0C0D0C;
	border-bottom: 5px solid #0C0D0C;
}
.pn-Advancer {
	background-color: #0C0D0C;
}
#menu ul li a {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #fff!important;
	background: transparent;
	font-family: "Catamaran", sans-serif;
}
#menu ul li a:hover, #menu ul li:hover > a {
	background-color: #F5862C!important;
	color: #000!important;
}
#menu-cont > #menu > #menu-ul > li > a.menu-active {
	background-color: #F5862C!important;
	color: #000!important;
	border-bottom: 0px solid #0C0D0C!important; 
}
#menu-items ul li.group, #menu-items ul li.single {
    min-height: 200px!important;
    padding: 25px;
	border: 1px solid #010B13;
}
.menu-item .item-thumb {
	background: transparent;
}
.item-thumb {
	overflow: hidden;
}
img.b-lazy.b-loaded {
	transition: transform .5s ease;
	width: fit-content!important;
}

#menu-items h1 {
	color: #0C0D0C!important;
	font-family: "Catamaran", sans-serif;
	background: transparent!important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 40px!important;
	text-shadow: 2px 2px 0px #ffffff, 5px 4px 0px rgba(0,0,0,0.15);
}
#menu-desc-header {
    text-align: center;
}
#menu-items .item-title {
	font-family: "Catamaran", sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
}
.item-description {
    -webkit-line-clamp: 5;
}
#menu-items ul li.single div.item-price, #menu-items ul li.group div.item-price {
	font-size: 17px;
	color: #0C0D0C!important;
	padding: 5px;
	background-color: #F5862C!important;
	border-radius: 5px;
}
#menu-items ul li.group:hover, #menu-items ul li.single:hover {
	background-color: #fff;
    box-shadow: 0 1px 2px 0 #81818194, 0 2px 6px 2px #818181a1 !important;
    border-color: #81818194;
}
li.single:hover .item-title, li.group:hover .item-title {
    color: #222 !important;
}

li.single:hover .item-description, li.group:hover .item-description {
    color: #000 !important;
}

li.single:hover .item-price, li.group:hover .item-price {
    /* color: #fff !important;
    background-color: #DB3342!important; */
}
li.single:hover .visual-tag-label, li.group:hover .visual-tag-label {
    /* color: #fff;
    background-color: #F5862C!important; */
}
li.single:hover .menu-item-outofstock, li.group:hover .menu-item-outofstock {
    /* font-weight: bold!important;
    color: #fff!important;
    background-color: #DB3342;
    padding: 5px; */
}
li.single:hover .item-icons, li.group:hover .item-icons {
    filter: brightness(0%) invert(10)!important;
}
#menu-items ul li.group:hover img.b-lazy.b-loaded,
#menu-items ul li.single:hover img.b-lazy.b-loaded {
    transform: scale(1.2);
}
.menu-item .item-thumb {
	background: transparent;
}
.item-thumb {
	overflow: hidden;
}
img.b-lazy.b-loaded {
	transition: transform .5s ease;
	width: fit-content!important;
}
.deal-item-thumb img {
	padding: 10px!important;
}
#deals-of-the-day, #our-menu, #footer-subscribe, #about-us .section-title, #download-app .section-content .section-title {
    display: none!important;
}
.btn-primary, .btn-primary.active, .open>.dropdown-toggle.btn-primary, #menu-items ul li #item-buttons input[type=button], 
#float-box #view-basket input[type=button], #float-box #view-basket input[type=submit], #float-box #edit-details-button, 
#customer_details_checkout #edit-details-button, #cancel-order-button, #back-menu-button, #checkout input[type=button]#final_checkout, 
#customise-add-button, .add-half-half-btn, #menu-items ul li #item-buttons .modal-hh .modal-footer button {
    color: #fff!important;
    background-color: #F5862C!important;
    text-transform: uppercase;
}
input:checked+.input-group-label, .modal-hh input:checked + .input-group-label {
    background-color: #F5862C!important;
}
.input-group-label:hover {
    color: #fff!important;
    background-color: #F5862C!important;
}
.btn-primary:hover {
    color: #fff!important;
    background-color: #F5862C!important;
    border: 1px solid #000!important;
}

.modal-deals .modal-header button, .modal-deals .modal-footer button, .modal-deals .modal-body .auto-deal-selection button, 
.modal-deals .modal-body .deal-modal-body-selection-list button, #menu-items ul li #item-buttons .modal-hh #modal-header-hh button {
    background-color: #F5862C!important;
}
.modal-deals .modal-header button:hover, .modal-deals .modal-footer button:hover, .modal-deals .modal-body .auto-deal-selection button:hover, 
.modal-deals .modal-body .deal-modal-body-selection-list button:hover, .add-half-half-btn:hover, #menu-items ul li #item-buttons .modal-hh .modal-footer button:hover,
#menu-items ul li #item-buttons .modal-hh #modal-header-hh button:hover{
    color: #fff!important;
    background-color: #F5862C!important;
    border: 1px solid #000!important;
}
.jqimessage h4 {
	font-family: "Catamaran", sans-serif;
	text-transform: uppercase!important;
	color: #F5862C;
    font-size: 25px;
}
.form-wrap .group-2-btn #login {
    background-color: #3498db!important;
}
#download-app {
	background-color: #010B13;
	box-shadow: 0px 0px 15px #000000;
}
#download-app .section-content .section-title2 {
	color: #F5862C;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Catamaran", sans-serif;
}
.download-app-content p {
	color: #fff;
}
#download-app .section-content .column:nth-child(2) img {
	filter: drop-shadow(0px 0px 7px #F5862C);
}
#about-us {
	box-shadow: 0px 0px 5px #000000;
	padding-top: 50px;
	background-image: linear-gradient(rgb(0 0 0 / 86%), rgb(0 0 0 / 86%)), url('https://d2ova09jg8x3xk.cloudfront.net/antoniospizzeria.com.au/sylvaniawaters/uploads/bg.jpg');
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
}
#about-us .section-content img {
	border-radius: 100%;
	width: 300px!important;
	margin-left: 37%;
	filter: drop-shadow(0px 0px 5px #F5862C);
}
.about-us_storename {
	text-align: center;
	font-size: 50px!important;	
	color: #FDFFFC;
	border: 5px solid #914926;
	padding: 10px 20px;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 45px;
	background-color: #C82526;
	text-shadow: 2px 2px 0px #0C0D0C, 5px 4px 0px rgba(0,0,0,0.15);
}
.about-us-txt p {
	color: #F5862C;
	font-family: "Catamaran", sans-serif;
	text-shadow: 2px 2px 0px #0C0D0C, 5px 4px 0px rgba(0,0,0,0.15);
	text-transform: uppercase;
	margin-top: 40px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 45px;
}
.about-us-para p {
	color: #d5d5d5;
	font-size: 16px;
	text-align: center;
}
#footerOfflineAlert {
	background-color: #F5862C!important;
}
#footer-feedback {
	display: none;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0)
	}
	to {
		opacity:1;
		-webkit-transform:translateZ(0);
		transform:translateZ(0)
	}
}
@media (max-width: 1920px) and (min-width: 1152px) {
    .navbar {
    	background: transparent!important;
    }
    .nav-color {
        background-color: #fff!important;
        box-shadow: 0px 2px 50px #0003;
    }
	.phone-number {
		margin-top: -10px;
	}
}
@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;
	}
}
@media (max-width: 1600px) {

}
@media (max-width: 1366px) {

}
@media (max-width: 1280px) {
	#tag-line p {
		font-size: 35px!important;
	}
	.item-description {
		-webkit-line-clamp: 6;
	}
}
@media (max-width: 1152px) {
	#menu-items .item-title {
		font-size: 13px!important;
	}
	.item-description {
		font-size: 13px!important;
	}
	#menu-items ul li.group, #menu-items ul li.single {
		padding: 15px!important;
	}
	#menu-items ul li.single div.item-price, #menu-items ul li.group div.item-price {
		font-size: 13px!important;
	}
	#about-us .section-content img {
		margin-left: 34%!important;
	}
}
@media (max-width: 1024px) {
	#landing #landing-form {
		width: 100%!important;
	}
	#h-address a {
		color: #fff!important;
	}
}
@media (max-width: 768px) {
	#tag-line p:nth-child(1) {
		font-size: 15px!important;
	}
	#tag-line p:nth-child(3) {
		font-size: 20px!important;
	}
	#tag-line img {
		width: 200px!important;
	}
	#menu-items ul li.group, #menu-items ul li.single {
		margin: 15px!important;
	}
	.download-app-content .badges img {
		width: 250px;
	}
	#download-app .section-content .column:nth-child(2) img {
		margin-left: 25%!important;
	}
	#about-us .section-content img {
		margin-left: 29%!important;
	}
}
@media (max-width: 600px) and (min-width: 481px) {
	#about-us .section-content img {
		margin-left: 25%!important;
	}
}
@media (max-width: 480px) {	
	#tag-line img {
		width: 100px!important;
	}
	#menu-items h1 {
		font-size: 30px!important;
	}
	#menu-items ul li.group, #menu-items ul li.single {
		padding: 15px!important;
	}
	#menu-items ul li.single div.item-price, #menu-items ul li.group div.item-price {
		background: transparent!important;
		font-size: 15px!important;
	}
	.download-app-content p {
		text-align: center;
	}
	.download-app-content .badges img {
		width: 150px;
	}
	#download-app .section-content .column:nth-child(2) img {
		margin-left: 0%!important;
	}
	#about-us .section-content img {
		margin-left: 25%!important;
	}
	.about-us-txt p {
		font-size: 35px!important;
	}
	.about-us-para p {
		font-size: 13px!important;
	}
}