@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Barlow: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&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merienda:wght@300..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'MyCustomFont';
  src: url('https://tastymomo.com.au/wp-content/themes/tastymomo/assets/font/Bernard MT Condensed Regular.ttf') format('truetype');
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'MyCustomFont', sans-serif;
}
html,body{overflow-x: hidden !important;}
a{text-decoration: none;}
ul{
    margin-bottom: 0 !important; 
    padding-left: 0 !important;
}
ul li{list-style: none;}
strong{font-family: "Roboto", sans-serif;}

/*===================== header =========================*/
.navbar {
	background: #FFE1B2;
	margin: 0 !important;
    border-radius: 0 !important;
}
.navbar .navbar-nav .nav-item a{
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}
/*.navbar-nav .active{color: #E41E26 !important;}*/
.navbar-nav li a:hover{color: #E41E26 !important; transition: all 0.4s ease 0s;}
.top-info{background: #E41E26;}
.top-info .conInfowrp .cinfo{margin-right: 13px;}
.top-info .conInfowrp .cinfo a{color: #fff;margin-left: 5px;font-family: "Roboto", sans-serif;}
.top-info .conInfowrp .cinfo p{color: #fff;margin-left: 5px;font-family: "Roboto", sans-serif;}
.btnWrp {display: flex;}
.orderbtn a {
    background: #fff;
    border: 2px solid #E41E26;
    padding: 13px 34px 13px 34px;
    border-radius: 50px;
    color: #E41E26;
    font-size: 17px;
    font-weight: 600;
    margin-right: 12px;
    font-family: "Roboto", sans-serif;
    transition: all 0.4s ease 0s;
}
.orderbtn span {
    background: #fff !important;
    border: 2px solid #E41E26;
    padding: 10px 34px 10px 34px;
    border-radius: 50px;
    color: #E41E26 !important;
    font-size: 17px;
    font-weight: 600;
    margin-right: 12px;
    font-family: "Roboto", sans-serif;
    transition: all 0.4s ease 0s;
}
.orderbtn span:hover {background: #fff !important; color: #E41E26 !important;}
.bookbtn a {
    background: #fff;
    border: 2px solid #E41E26;
    padding: 10px 34px 10px 34px;
    border-radius: 50px;
    color: #E41E26;
    font-size: 17px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    transition: all 0.4s ease 0s;
}
.bookbtn span {
    background: #fff !important;
    border: 2px solid #E41E26;
    padding: 10px 34px 10px 34px;
    border-radius: 50px;
    color: #E41E26 !important;
    font-size: 17px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    transition: all 0.4s ease 0s;
}
.bookbtn span:hover {background: #fff !important; color: #E41E26 !important;}

.fixed-header.is-sticky {
    position: fixed;
    background: #fff;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    top: 0;
    width: 100%;
    z-index: 999;
    animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


/*================== footer =================*/
.footer-bg{background: #313131;}
.footer-info{padding: 65px 0 25px 0;}
.footerinfo{padding: 23px 0 20px 0;}
.footerinfo p {color: #fff;padding-top: 15px;font-size: 17px;}
.footer-info h5{
    font-size: 25px;
    color: #E41E26;
    margin-bottom: 25px;
	letter-spacing: 1px;
}
.footer-info ul li a{font-size: 18px;color: #fff;font-family: "Roboto", sans-serif;}
.footer-info ul li{padding-bottom: 9px;}
.footer-info ul li a:hover{color: #E41E26;transition: all 0.4s ease 0s;}
.information svg {font-size: 32px;color: #fff;padding-right: 5px;}
.information a {color: #fff;font-size: 18px;font-family: "Roboto", sans-serif;}
.information a:hover{color: #E41E26;transition: all 0.4s ease 0s;}
.information p {color: #fff;font-size: 17px;}
.copyright p a{color: #fff;font-family: "Roboto", sans-serif;}
.copyright p a:hover{color: #E41E26;transition: all 0.4s ease 0s;}
.copyright p{color: #fff;font-size: 17px;padding: 0;font-family: "Roboto", sans-serif;}
.social-media a svg {font-size: 28px;color: #fff;}
/* .social-media a svg:hover{color: #E41E26;transition: all 0.4s ease 0s;} */
.social-media a {
    background: #28251F;
    border-radius: 50px;
    padding: 9px;
    margin-right: 12px;
}
.footerinfo .foo_logo {
    width: 104px;
    transform: translateY(43px);
}
.bottomfo{display: flex;justify-content: end;}
.copyright {border-top: 2px solid #E41E26;background: #000;}
.information{margin-bottom: 10px;}
.bottomfo ul li{margin-right: 8px;}
.bottomfo ul li a{color: #fff;}
.bottomfo ul li a:hover{color: #E41E26;transition: all 0.4s ease 0s;}
.footer-info ul li::before {
    content: url("https://tastymomo.com.au/wp-content/uploads/2026/01/arrow-right-2-duotone_.png");
    position: relative;
    top: 6px;
    right: 5px;
}
.google_map iframe {
    width: 100%;
    height: 290px;
}
.desk_non{display: none;}

/*================= banner ===================*/
.banner-section{position: relative;}
.bannerConWrp {
    position: absolute;
    top: 30%;
    left: 9%;
}
.bannerCon h1{
	width: 68%;
	color: #fff;
	font-size: 60px;
/* 	font-weight: 700; */
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.bannerCon p {
    color: #fff;
    width: 60%;
    font-size: 20px;
    margin-bottom: 35px;
    font-family: "Roboto", sans-serif;
}
.banner-section .slick-prev:before {
    background: #fff;
    color: #A47F44;
    padding: 15px;
    border-radius: 50px;
    border: 1px solid #fff;
}
.banner-section .slick-prev {
    left: 65px;
    z-index: 9999;
    top: 420px;
}
.banner-section .slick-next {
    right: 105px;
    z-index: 999;
    top: 420px;
}
.banner-section .slick-next:before {
    background: #fff;
    color: red;
    padding: 15px;
    border-radius: 50px;
    border: 1px solid;
}
.banner-section .slick-dots {bottom: 30px;}
.banner-section .slick-dots li.slick-active button:before {color: #fff;}
.banner-section .slick-dots li button:before {
    font-size: 16px;
    color: #fff;
}
.banner-section .slick-dotted.slick-slider {
     margin-bottom: -6px !important; 
}


/*=========== inner banner ===========*/
.inner-banner{
    display: flex;
    align-items: center;
}
.inner-banner-con h1 {
    font-size: 45px;
/*     font-weight: 600; */
    color: #fff;
	letter-spacing: 1px;
}
.breadcrumb-item.active {
    color: #fff !important;
}
.inner-banner-con {margin-top: 28px;}
/*.inner-banner-con {
    position: relative;
    left: 39%;
    margin-top: 65px;
}*/
nav .breadcrumb .breadcrumb-item {font-family: "Roboto", sans-serif;}
nav .breadcrumb .breadcrumb-item a{color: #fff;font-family: "Roboto", sans-serif;}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}
.inner-banner-con nav {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*=====================about us=====================*/
.about-section{padding: 90px 0 90px 0;}
.aboutCon h3 {
    color: #fff;
    font-size: 38px;
/*     font-weight: 600; */
    margin-bottom: 23px;
}
.aboutCon p {color: #fff;font-family: "Roboto", sans-serif;}
.about-section .aboutCon .orderbtn{padding-top: 24px;}
.about-sec{background: #1B1B1B;padding: 70px 0 190px 0;border-bottom: 2px solid #E41E26;}
.abcontent h3 {
    width: 60%;
    color: #fff;
    font-size: 38px;
/*     font-weight: 600; */
    margin: 0 auto;
	letter-spacing: 1px;
}
.abcontent .abpara p {
    width: 80%;
    color: #fff;
    margin: 0 auto;
    padding-bottom: 10px;
    font-family: "Roboto", sans-serif;
}
.abpara{margin-top: 25px;margin-bottom: 40px;}

.page-template-template-cloverdale .about-section .about-img img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

/*=====================why us===============*/
.why-us{background: #1B1B1B;padding: 65px 0 70px 0;}
.top_sec h5{color: #fff;font-size: 17px;position: relative;letter-spacing: 1px;}
.top_sec h5:before {
    content: "";
    width: 5%;
    height: 1px;
    background: #ffffff;
    opacity: 0.6;
    position: absolute;
    bottom: 7px;
    left: 68px;
}
.top_sec h3{color: #E41E26;font-size: 35px;letter-spacing: 1px;}
.why-box{background: #1A1814;padding: 20px;}
.why-box span{color: #E41E26;font-weight: 600;font-size: 20px;font-family: "Roboto", sans-serif;}
.why-box h5{color: #fff;font-size: 24px;margin-top: 12px;letter-spacing: 1px;}
.why-box p{color: #fff;font-family: "Roboto", sans-serif;}

.why-us-sec{background: #000;padding: 65px 0 70px 0;}
.centerImg {
    display: flex;
    justify-content: center;
    margin-top: -195px;
}

/*==============menu===================*/
.menu-section{background: #1A1814;padding: 70px 0 80px 0;}
.menu-section .top_sec h5:before {
    left: 57px;
}
.srvc_devTag_hldr ul {
    display: flex;
    justify-content: center;
    padding: 20px 0 15px 0;
}
.srvc_devTag_hldr ul li {color: #fff;font-size: 19px; margin-right: 15px;}
.srvc_devTag_hldr .active{color: #E41E26 !important;}
.srvc_devTag_hldr ul .nav-item .nav-link {
    background: transparent;
    border: none;
	color: #fff;
	padding: 8px;
	letter-spacing: 1px;
}
.wg-box-content {
  position: relative;
  /*width: 90%;
  max-width: 400px;
  margin: auto;*/
  overflow: hidden;
}
.wg-box-content .wg-box-content-overlay {
  /*background: rgba(0,0,0,0.7);*/
  background: linear-gradient(rgba(217, 217, 217, 0.5) 1%, rgba(0, 0, 0, 0.5) 67%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  border-bottom: 5px solid #000;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.wg-box-content:hover .wg-box-content-overlay{opacity: 1;}
.wg-box-content-image{
	width: 100%;
	height: 315px;
	object-fit: cover;
	mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
}
.wg-box-content-details {
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.wg-box-content-details h5 {
    color: #000;
    font-size: 20px;
    padding: 10px;
/*     font-weight: 500; */
    background: #FFFFFF99;
    width: 50%;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
	letter-spacing: 1px;
}

/* .tab-pane.fade {
  transition: opacity 1s ease-in-out;
} */

.page-template-menu .our-menus .menus-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.our-menus {background: #1A1814;padding: 75px 0 90px 0;}
.our-menus .top_sec h5:before {left: 100px;}
.btnwraper{display: flex;}
.page-template-menu .btnwraper {align-items: center;}
.menuCons h3{color: #fff;font-size: 34px;margin-bottom: 25px;letter-spacing: 1px;}
.menuCons p {color: #fff;font-family: "Roboto", sans-serif;}

/*================reservation======================*/
.reservation-section{background: #1B1B1B;padding: 70px 0 80px 0;}
.reservation-section .top_sec h5:before {
    bottom: 9px; left: 105px; width: 30%;
}

.book_a_table input[type="text"],input[type="tel"],input[type="email"],input[type="date"] {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 2px solid #625B4B;
    background: #0C0B09;
    outline: none;
    margin-bottom: 17px;
}
.book_a_table textarea {
    width: 100%;
    height: 160px;
    padding: 7px;
    border-radius: 5px;
    border: 2px solid #625B4B;
    background: #0C0B09;
    outline: none;
    margin-bottom: 17px;
}

.book_a_table input[type="submit"] {
    width: 30%;
    padding: 15px 30px 15px 30px;
    background: #E41E26;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 50px;
	margin: 0 auto;
}
.wpcf7-response-output{color: #fff;}

.reservation-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*=============review===============*/
.review-section{background: #1A1814;padding: 70px 0 80px 0;}
.review-section .top_sec h5:before {
    left: 113px;
}

/*==============gallery==============*/
.gallery-section{background: #1B1B1B;padding: 70px 0 80px 0;}
.img-gallery{margin-bottom: 7px;position: relative;}
.img-gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.gallery-section .row>* {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff69; 
    opacity: 0;
    transition: opacity 1s ease;
}
.img-gallery:hover .overlay {opacity: 1;}
.icon svg {
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


/*==============contact us================*/
.contact-section{background: #1B1B1B;padding: 70px 0 80px 0;}
.infoConw .ficon svg {
    width: 46px;
    height: 46px;
    background: #E41E26;
    border-radius: 50px;
    padding: 10px;
    margin-right: 12px;
}
.infoConw .cinfo a{color: #BAB3A6;font-size: 19px;font-family: "Roboto", sans-serif;}
.infoConw .cinfo p{color: #BAB3A6;font-size: 19px;font-family: "Roboto", sans-serif;}
.infoConw{margin-bottom: 15px;}
#google_map iframe{width: 100%;}

.contact_form input[type="text"],input[type="tel"],input[type="email"] {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 2px solid #625B4B;
    background: #0C0B09;
    outline: none;
    margin-bottom: 17px;
}
.contact_form textarea {
    width: 100%;
    height: 160px;
    padding: 7px;
    border-radius: 5px;
    border: 2px solid #625B4B;
    background: #0C0B09;
    outline: none;
    margin-bottom: 17px;
}
.contact_form input[type="submit"] {
    width: 30%;
    padding: 15px 30px 15px 30px;
    background: #E41E26;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 50px;
	margin: 0 auto;
}








/*=================================== responsive ==========================================*/
@media only screen and (max-width: 768px) {
    .top-info{display: none;}
    .btnWrp {display: none;}
    .bannerConWrp {top: 22%;left: 0;}
    .bannerCon h1 {width: 100%;font-size: 35px;}
    .bannerCon p {width: 100%;font-size: 17px;}
    .banner_item{height: 70vh !important;}
    .aboutCon h3 {font-size: 29px;}
    .aboutCon p {font-size: 15px;}
    .about-img{margin-bottom: 15px;}
    .top_sec h3 {font-size: 27px;}
    .top_sec h5:before {width: 15%;}
    .why-box h5 {font-size: 21px;}
    .why-box p {font-size: 14px;}
    .wg-box-content{margin-bottom: 15px;}
    .footer-info {padding: 8px 0 8px 0;}
    .footerinfo .foo_logo {transform: translateY(0px);}
    .footer-info ul li a {font-size: 16px;}
    .footer-info h5 {font-size: 22px;margin-bottom: 15px;}
    .mob_non{display: none;}
    .desk_non{display: block;text-align: center;}

    .inner-banner{height: 285px !important;}
    .inner-banner-con h1 {font-size: 36px;}

    .abcontent h3 {width: 100%;color: #fff;}
    .abcontent .abpara p {width: 100%;}
    .infoConw .ficon svg {
        width: 40px;
        height: 40px;
        padding: 9px;
    }
    .infoConw .cinfo a {font-size: 17px;}
    .infoConw .cinfo p {font-size: 17px;}

    .navbar .navbar-nav .nav-item a {font-size: 17px;}
    .navbar-nav{padding-top: 15px;}
    .navbar-nav li{margin-bottom: 8px;}
	.why-box {margin-bottom: 12px;}
	.book_a_table input[type="submit"] {width: 100%;}
	.contact_form{margin-top: 30px;}
	.contact_form input[type="submit"] {width: 100%;}
	.menuCons h3 {font-size: 28px;margin-bottom: 25px;margin-top: 20px;}
	.btnwraper {justify-content: center;}
	.page-template-template-cloverdale .btnwraper {justify-content: start;}
	
	.page-template-template-cloverdale .about-section .about-img img {height: 305px;}
	.srvc_devTag_hldr ul li {font-size: 16px;margin-right: 2px;}
	.reservation-wrp {display: block;text-align: center;}
	.reservation-section .reservations  {margin-top: 30px;}
	.reservation-section .top_sec h5:before {width: 15%;left: 160px;bottom: -2px;}

}