@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&display=swap');
@font-face {
    font-family: "Magnolia";
    src: url('https://deliverit-vhosts-sync.s3-ap-southeast-2.amazonaws.com/deliverit.com.au/treat-pizza-pasta/fonts/Magnolia_Script.otf');
}
/* scrollbar */
/* width */
::-webkit-scrollbar {
    width: 0px;
}
.navbar {
	background: transparent!important;
}
.nav-color {
    background-color: #fff!important;
}
.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;
}
.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: #fff !important;
	background: #ED1C24;
	left: 0;
	height: 4px;
	border-radius: 0;
	width: 100%;
}
#landing-content {
	top: 40%!important;
	left: 50%!important;
}
#landing {
    background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 45%)), url('https://deliverit-vhosts-sync.s3-ap-southeast-2.amazonaws.com/treatpizzaandpasta.com.au/blackburnsouth/uploads/sample_bg.jpg')!important;
    background-size: cover!important; 
    background-position: center!important;
    background-attachment: fixed!important;
	overflow-x: hidden!important;
}
#landing #landing-logo img {
    -webkit-filter: drop-shadow(0px 0px 3 px #222);
    filter: drop-shadow(0px 0px 3px #222);

}
#landing #landing-form #tag-line {
    font-family: 'Grand Hotel', cursive;
	color: #fff;
}
/* #landing .container img {
    display: block!important;
} */

.landing-img-1 {    
    -webkit-filter: drop-shadow(3px 3px 3px #222);
    filter: drop-shadow(3px 3px 3px #222);
    animation: roll-in 2.1s ease;
	transition: right 1s;
    top: 12%;
    right: 1%;
    position: absolute;
    width: 650px;
}
.landing-img-2 {
    -webkit-filter: drop-shadow(3px 3px 3px #222);
    filter: drop-shadow(3px 3px 3px #222);
    animation: fade 2.5s ease;
	transition: right 1s;
    top: 40%;
    right: 19%;
    position: absolute;
    width: 350px;
}
.landing-img-float-1 {
	animation: spindiv 120s infinite;
}
.landing-img-float-2 {
    animation: float 9s infinite;
}
.rotate p {
    font-size: 28px;
}
.rotate span {
    font-family: 'Grand Hotel', cursive;
	font-size: 80px;
    color: #f8f8f8;
    display: inline-flex;
    animation: rotate 6s infinite;
}
.rotate span:nth-of-type(6), .rotate span:nth-of-type(12), .rotate span:nth-of-type(16) {
	margin: 0px 7px;
}
.rotate span:nth-of-type(1) {
    animation-delay: 0.2s;
}
.rotate span:nth-of-type(2) {
    animation-delay: 0.4s;
}
.rotate span:nth-of-type(3) {
    animation-delay: 0.6s;
}
.rotate span:nth-of-type(4) {
    animation-delay: 0.8s;
}
.rotate span:nth-of-type(5) {
    animation-delay: 1s;
}
.rotate span:nth-of-type(7) {
    animation-delay: 1.2s;
}
.rotate span:nth-of-type(8) {
    animation-delay: 1.4s;
}
.rotate span:nth-of-type(9) {
    animation-delay: 1.6s;
}
.rotate span:nth-of-type(10) {
    animation-delay: 1.8s;
}
.rotate span:nth-of-type(11) {
    animation-delay: 2s;
}
.rotate span:nth-of-type(13) {
    animation-delay: 2.2s;
}
.rotate span:nth-of-type(14) {
    animation-delay: 2.4s;
}
.rotate span:nth-of-type(15) {
    animation-delay: 2.6s;
}
.rotate span:nth-of-type(17) {
    animation-delay: 2.8s;
}
.rotate span:nth-of-type(18) {
    animation-delay: 3s;
}
.rotate span:nth-of-type(19) {
    animation-delay: 3.2s;
}
.rotate span:nth-of-type(20) {
    animation-delay: 3.4s;
}
.rotate span:nth-of-type(21) {
    animation-delay: 3.6s;
}
.button-edged {
    position: relative;
    font-family: 'Grand Hotel', cursive;
    padding: 10px 40px!important;
    border: 0;
    background-color: #ED1C24!important;
    color: #ffffff;
    font-weight: 500;
    font-size: 25px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.button-edged:hover {
    background-color: #1C75BC!important;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.562);
    transform: scale(1.01);
    box-shadow: inset 0px 0px 10px rgba(255, 0, 0, 0.575);
}

.button-edged::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 50%;
    height: 100%;
    transform: rotate(80deg);
    background: #ffffff77;
    filter: blur(10px);
    transition: 0.6s ease-in-out;
}

.button-edged:hover::after {
    left: 100%;
}
#store-data {
/*     background-image: url('https://deliverit-vhosts-sync.s3-ap-southeast-2.amazonaws.com/deliverit.com.au/treat-pizza-pasta/uploads/hero_bg.jpg'); */
    background: none;
    padding-top: 0px;
    background-color: #050404;
}
#store-data h2 {
    font-family: "Magnolia";
    text-transform: capitalize;
}
#h-address, .menu-locations, .navbar-right .move-nav, #deals-of-the-day, #our-menu, #footer-subscribe, #change-store-btn-containter, #download-app .section-content .section-title {
    display: none!important;
}
#menu {
	background-color: #ED1C24;
	box-shadow: 0px 3px 3px #0000003b;
}
.pn-Advancer {
	background-color: #ED1C24;
}
.menu-item, #menu-items {
	background-image: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 51%)), url('https://deliverit-vhosts-sync.s3-ap-southeast-2.amazonaws.com/treatpizzaandpasta.com.au/blackburnsouth/uploads/menu_bg.jpg')!important;
	background-size: cover!important; 
    background-position: center!important;
    background-attachment: fixed!important;
/* 	background-color: #000; */
}
#menu ul {
	text-align: center;
}
#menu ul li a {
    font-family: 'Poppins', cursive;
	font-size: 14px;
	text-transform: uppercase;
}
#menu ul li a:hover {
	background-color: #1C75BC!important;
}
#menu-cont > #menu > #menu-ul > li > a.menu-active {
	background-color: #1C75BC;
	border-bottom: none!important;
}
#menu-items h1 {
	text-align: center;
	font-size: 60px!important;
	padding: 30px;
	margin: 40px;
    font-family: 'Grand Hotel', cursive;
	color: #fff;
}
#menu-items ul li.group, #menu-items ul li.single {
	padding: 15px;
	border: 1px solid #fff;
}
#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-items ul li.group:hover, #menu-items ul li.single:hover {
    border-color: #000;
    background-color: #ee4449c9;
	border: 1px solid #1C75BC;
}
.menu-item .item-thumb {
  background: transparent;
}
.item-thumb {
  overflow: hidden;
}
img.b-lazy.b-loaded {
  transition: transform .5s ease;
  width: fit-content!important;
}

#menu-desc-header {
    text-align: center;
}
#menu-items .item-title {
	color: #ee4449;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}
.item-description {
	color: #fff;
}
#menu-items ul li.single div.item-price, #menu-items ul li.group div.item-price {
    --f: 15px;
    --r: 11px;
    --t: 10px;
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 10px;
    clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
    background: #ED1C24;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 80px !important;
    height: 55px;
}
li.single:hover .item-title, li.group:hover .item-title {
    color: #fff !important;
}

li.single:hover .item-description, li.group:hover .item-description {
    color: #fff !important;
}

li.single:hover .item-price, li.group:hover .item-price {
    color: #fff !important;
    background-color: #1C75BC!important;
}
li.single:hover .visual-tag-label, li.group:hover .visual-tag-label {
    color: #000;
    background-color: #fff!important;
}
li.single:hover .menu-item-outofstock, li.group:hover .menu-item-outofstock {
    font-weight: bold!important;
    color: #fff!important;
    background-color: #ED1C24;
    padding: 5px;
}
li.single:hover .item-icons, li.group:hover .item-icons {
    filter: brightness(0%) invert(10)!important;
}
#deals-of-the-day, #our-menu, #footer-subscribe {
    display: none;
}
.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: #000!important;
    text-transform: uppercase;
}
input:checked+.input-group-label, .modal-hh input:checked + .input-group-label {
    background-color: #000!important;
}
.input-group-label:hover {
    color: #fff!important;
    background-color: #ED1C24!important;
}
.btn-primary:hover {
    color: #fff!important;
    background-color: #ED1C24!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: #ED1C24!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: #ED1C24!important;
    border: 1px solid #000!important;
}
#download-app {
	background-color: #F1F1F1;
}
#download-app .section-content .section-title2 {
    font-family: "Magnolia";
	color: #ED1C24;
	font-size: 55px;
}
#classic-pizzas #extra-toppings-list li:nth-child(2),
#classic-pizzas #extra-toppings-list li:last-child,
#traditional-pizzas #extra-toppings-list li:nth-child(2),
#traditional-pizzas #extra-toppings-list li:last-child,
#gourmet-pizzas #extra-toppings-list li:nth-child(2),
#gourmet-pizzas #extra-toppings-list li:last-child,
#vegan-pizzas #extra-toppings-list li:nth-child(2),
#vegan-pizzas #extra-toppings-list li:last-child,
#specials li:nth-child(1) .deal-modal-body-customize ul.accordion li:nth-child(2),
#specials li:nth-child(1) .deal-modal-body-customize ul.accordion li:last-child,
#specials li:nth-child(2) .deal-modal-body-customize ul.accordion li:nth-child(2),
#specials li:nth-child(2) .deal-modal-body-customize ul.accordion li:last-child,
#specials li:nth-child(4) .deal-modal-body-customize ul.accordion li:nth-child(2),
#specials li:nth-child(4) .deal-modal-body-customize ul.accordion li:last-child,
#specials li:nth-child(5) .deal-modal-body-customize ul.accordion li:nth-child(2),
#specials li:nth-child(5) .deal-modal-body-customize ul.accordion li:last-child,
#specials li:nth-child(7) .deal-modal-body-customize ul.accordion li:nth-child(2),
#specials li:nth-child(7) .deal-modal-body-customize ul.accordion li:last-child,
#specials li:nth-child(3) .deal-modal-body-customize ul.accordion#accordion-DEAL09-328075-LCP01-2 li:nth-child(2),
#specials li:nth-child(3) .deal-modal-body-customize ul.accordion#accordion-DEAL09-328075-LCP01-2 li:last-child{
	display: none !important;
}
.form-wrap .group-2-btn #login {
    background-color: #3498db!important;
}
#about-us {
	background-image: url('https://deliverit-vhosts-sync.s3-ap-southeast-2.amazonaws.com/treatpizzaandpasta.com.au/blackburnsouth/uploads/sample_bg.jpg');
	background-position: center;
	background-size: cover;
	
}
#about-us .section-content img {
	width: 350px;
	left: 35%;
}
#about-us .section-title {
	display: none;
}
.about-us-para  p {
	text-align: center;
	color: #fff!important;
}
.about-us-txt p:nth-child(1) {
	margin-top: 30px;
	color: #ED1C24;
	text-align: center;
	font-size: 50px;
    font-family: "Magnolia";
}
.pn-Advancer_Icon {
	fill: #fff!important;
}
.jqimessage h4 {
	font-size: 25px;
    font-family: "Magnolia"
}
@media (max-width: 1152px) {
	#about-us .section-content img {
		left: 32%!important;
	}
}

@media (max-width: 1024px) {
	.navbar {
		background-color: #fff!important;
	}
	.rotate span {
		font-size: 90px;
	}
	#menu-items h1 {
		padding: 60px 0px;
		margin-top: 0px!important;
		background: transparent!important;
	}
}
@media (max-width: 768px) {
	#menu ul li a {
		background-color: #ED1C24!important;
		color: #fff!important;
	}
	#menu-cont > #menu > #menu-ul > li > a.menu-active {
		background-color: #1C75BC!important;
		border-bottom: none!important;
	}
	#menu-items h1 {
		padding: 30px 0px 20px 0px;
		color: #fff!important;
	}
	#menu-items ul li.group, #menu-items ul li.single {
		margin: 25px;
	}
	.download-app-content .badges img {
		width: 250px;
	}
	.download-app-content img {
		margin-left: 26%!important;
	}
	#about-us .section-content img {
		width: 170px;
		left: 40%!important;
	}
}
@media (max-width: 480px) {
	#landing-content {
		top: 55%!important;
	}
	#landing #landing-logo img {
		width: 160px!important;
	}
	.rotate p {
		font-size: 15px;
	}
	.rotate span {
		font-size: 28px!important;
	}
	.button-edged {
		font-size: 20px;
	}
	#menu-items h1 {
		font-size: 37px!important;
	}
	#menu-items .item-title-container .item-title {
		font-size: 10px!important;
	}
	#menu-items ul li.single div.item-price, #menu-items ul li.group div.item-price {
		font-size: 10px!important;
		height: 45px;
		width: 50px!important;
	}
	.download-app-content {
		text-align: center;
	}
	.download-app-content img {
		margin-left: 0%!important;
	}
	#about-us .section-content img {
		left: 22%!important;
	}
}
@media (max-width: 414px) {
	.rotate span {
		font-size: 29px!important;
	}
	#about-us .section-content img {
		margin-left: 20px;
	}
}
@media (max-width: 375px) {
	#about-us .section-content img {
		margin-left: 15px;
	}
}
@keyframes rotate {
    0%,
    75% {
        transform: rotateY(360deg);
    }
}
@keyframes flick {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes spindiv {
   0%{
      transform: rotate(0deg);
     }
  100%{
      transform: rotate(-360deg);
     }
  }
@keyframes roll-in {
   0%{
      transform: rotate(0deg);
	   margin-right: -100%;
     }
  100%{
      transform: rotate(-360deg);
     }
  }

/* animate */ 
.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 500ms ease-in;
}

.active.fade-left {
    animation: fade-left 500ms ease-in;
}

.active.fade-right {
    animation: fade-right 500ms ease-in;
}

.active.zoomIn {
    animation: zoomIn 400ms ease-in;
}

@keyframes animate {
	0% {
	    background-position: -500%;
    }
    100% {
        background-position: 500%;
    }
}
@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)
    }
}
@keyframes pulsate {
  100% {
      text-shadow:
      0 0 10px #E41937,
      0 0 15px #E41937,
      0 0 15px #e2e2e2ad,
      0 0 15px #e2e2e2db,
      0 0 20px #e2e2e24f;
  }
    
  0% {
    text-shadow:
      0 0 1px #E41937,
      0 0 3px #E41937,
      0 0 5px #cacaca,
      0 0 7px #9e9e9e,
      0 0 9px #898989;
    }
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform:scale3d(.3,.3,.3);
		transform:scale3d(.3,.3,.3)
	}
	50% {
		opacity:1v
	}
}
@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(0px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-roll-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes rotate {
    0%,
    75% {
        transform: rotateY(360deg);
    }
}