/*
Theme Name:  Limoncello Theme
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#505050;
--secondarycolor:#0a0a0a;
--tertiarycolor:#f1f1f1;
  /* Font Variables: */
--primaryfont:"Oswald", sans-serif;
--secondaryfont: "Montserrat", sans-serif;
--tertiaryfont: "Cookie", sans-serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:var(--primarycolor);font-weight: 400;font-size: 16px;line-height: 1.7;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--primarycolor);text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 10px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1000px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;border-bottom: 1px solid rgba(255,255,255,0.2);padding:10px 0}
.header_area .row{align-items:center}
.header_area .grid{display: grid; grid-template-columns: 30% auto 30%; align-items: center;justify-content: space-between;}

.header_area.navbar_fixed .main_menu {position: fixed;padding:15px 0;width: 100%;top: -71px;left: 0;right: 0;z-index: 997;background: #ffffffed;transform: translateY(71px);transition: transform 500ms ease, background 500ms ease;-webkit-transition: transform 500ms ease, background 500ms ease;z-index: 9999;backdrop-filter: blur(5px) brightness(2);box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;}
.header_area.navbar_fixed #logo img{width: 140px}
#fixednavgap.fixed {height:85px;width:1117;}


.hamIcon{display: flex; width: 50px;flex-direction: column; gap:0.3rem; margin-left: auto;background: #f1f1f1;padding: 0.6rem 0.9rem;height: 50px;justify-content: center;align-items: center;border-radius: 50%;cursor: pointer;}
.hamIcon span{width: 100%;border-top: 2px solid #0a0a0a;}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:216px;}
.site-menu-toggle{display: none;}

h1,h2,h3,h4,h5,h6 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);}

h1 {font-size: 42px;text-transform: uppercase;}
h2 {font-size: 40px;text-transform: uppercase;}
h2.cursive {font-size: 42px; font-family:var(--tertiaryfont); text-transform: capitalize;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--secondarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}
.call-now-button {animation: animationFramesTwo 1.5s infinite linear alternate;}
.call-now-button {
	animation: animationFramesTwo 1.5s infinite linear alternate;
}
@keyframes animationFramesTwo {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.1)
 }
 100% {
  transform:scale(1)
 }
}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{background:#fff;padding: 0.4rem 2.6rem;margin: 1.6rem 0 0;display: table;color:#000;text-transform: uppercase;font-family: var(--primaryfont);font-size: 17px;border: 2px solid var(--secondarycolor);font-weight: 600;letter-spacing: 1px;}
.btn-primary:hover{background:var(--secondarycolor);color:#fff;}

.more-btn{display: flex;align-items:center; justify-content:center;width: fit-content;height:42px;  background: var(--tertiarycolor); color:  #000; transition: 0.5s ease; border-radius: 60px;padding: 5px 5px 5px 20px;font-weight: 600;font-size: 17px;}
.more-btn:after{content:"\f061"; font-family: "Font Awesome 5 Free"; width:30px; height:30px; background: #0a0a0a; color: #fff; border-radius:50%;   margin-left: 14px; font-weight: 900;font-size: 16px;display: flex;align-items: center;justify-content: center;transform: rotate(-45deg);}



#hero-section{padding-bottom:4.5rem;overflow: hidden;}
.hero-nav{padding: 5.5rem 0 3rem; margin-bottom: 0  ; display: flex; /*! flex-direction: column; */ justify-content: center; align-items: center;  gap:5px; list-style: none;flex-wrap: wrap;}
.hero-nav li{font-family: var(--primaryfont); }
.hero-nav li a{display: table; padding: 7px 10px; background: #000; color:  #fff; min-width: 196px; border: 2px solid #fff; text-align: center; text-transform: uppercase; font-size:20px;position: relative;}
.hero-nav li a:before{content: ""; position: absolute ; top: 0; left: 0; bottom: 0;overflow: hidden; right: 0; backdrop-filter: invert(1); transition:0.5s ease; transform:  scaleY(0); transform-origin:bottom;  }
.hero-nav li:hover a:before{transform: scaleY(1)}
#hero-section .main-image{position: relative; }
#hero-section .main-image:before{content: ""; position: absolute; top: -9rem; right: -8rem; width: 200px; height: 171px; background: url(https://www.cafelimoncello.com.au/wp-content/uploads/2025/08/Floating-image.png) no-repeat center; z-index:-1; background-size:cover;transform: rotate(0deg);opacity: 0.4; animation:mooving 10s linear infinite;}
#hero-section .main-image:after{content: ""; position: absolute; top: -8rem; left: -8rem; width: 247px; height: 203px; background: url(https://www.cafelimoncello.com.au/wp-content/uploads/2025/08/sendvich-image.png) no-repeat center; z-index:-1; background-size:cover;transform: rotate(0deg);opacity: 0.4; animation:mooving2 10s linear infinite; animation-delay:500ms;}
.slidertext{text-align: center;margin-bottom:3rem}
.slidertext h2{font-family:var(--tertiaryfont);text-transform: capitalize;font-size:2.5rem;letter-spacing: 1px;line-height: 1.1;}

@keyframes mooving{
    50%{transform: rotate(-20deg)  translateY(-4rem);}
}
@keyframes mooving2{
    50%{transform: rotate(20deg)  translateY(-5rem);}
}

#about {margin-bottom: 4.5rem}
#about .row{background: var(--tertiarycolor); }
#about .text-wrap{width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;text-align:center;  padding: 2.5rem 1.7rem;border: 2px solid #fff;}
#about img{height: 100%; width: 100%; display: flex; object-fit: cover}
#about .col-md-6:nth-child(1){padding: 15px}
#about .col-md-6:nth-child(2){padding: 0px}
#about h3{margin-top:2rem;font-weight:600;letter-spacing:1px}
.list{text-align: left}
.list li{position: relative;display:flex;margin-bottom:0.7rem;align-items: start;}
.list li:before{content:"\f0f4";color:var(--secondarycolor); margin-right: 8px;  font-family: 'Font Awesome 5 Free';  font-weight: 900;margin-top: 2px;}

#menu{margin-bottom:4rem;width:100%}
#menu .row{gap:1rem;justify-content: center;}
.menubox{flex: 1 0 300px;background:#F1F1F1;padding:10px;position: relative;max-width: 325px;}
.menubox h3{font-weight: 500;letter-spacing: 1px;margin-top:1rem}

#gallery-section .ngg-galleryoverview{display:flex !important;  flex-wrap: wrap;justify-content: center;gap: 8px;margin-bottom: 4rem;}

#contact-section {margin-bottom: 4.5rem; font-size:17px;}
#contact-section .row{background: var(--tertiarycolor); }
#contact-section .text-wrap{width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;text-align:center;  padding: 2.5rem 1.5rem;border: 2px solid #fff;}
#contact-section img{height: 100%; width: 100%; display: flex; object-fit: cover}
#contact-section .col-md-6:nth-child(2){padding: 15px}
#contact-section .col-md-6:nth-child(1){padding: 0px}
#contact-section  h2{margin-bottom: 1.1rem;letter-spacing: 2px;font-weight: 600;}
#contact-section strong{color: #0a0a0a; font-size: 20px; margin-top:1rem; display: flex !important;}
#contact-section .btn-primary{min-width: 200px; margin-top:2rem}
#contact-section .btn-primary+.btn-primary{margin-top: 18px}

.hours-list{list-style: none;width: 78%;margin-bottom: 0;}
.hours-list li{width: 100%; display: flex; justify-content: space-between; }

#contact-section .list{margin-top:1rem}

#testimonials{padding: 4rem 0px;width: 100%;float: left;text-align: center}
.testimonial .testimonial-item {padding:28px 25px; background:#f5f5f5;}
#testimonials .testimonial h4{margin: 10px 0;color:var(--secondarycolor);}
#testimonials .owl-nav, #testimonials .owl-dots {margin-top: 25px;text-align: center;}
#testimonials .owl-dot {display: inline-block;width:30px; height:4px; background:#dbd9e6; border-radius:5px; margin:5px 5px}
#testimonials .owl-dot.active {background-color:var(--secondarycolor);}

.column{column-count: 2;margin:25px 0 !important;}
.column3{column-count: 3;}


#blog{width:100%;float:left;padding:4rem 0;}
#blog h1{text-align: center;}
#blog .col-md-4{margin:3rem 0.5rem 0;width:32%;-webkit-transition-duration: 800ms;transition-duration: 800ms;cursor:pointer;padding:0 0 1.5rem;}
.blog-thumbnail img{width: 100%;height:200px;}
#blog .col-md-4:hover{box-shadow:12px 15px 20px 0px rgba(46,61,73,0.15) ;-webkit-transition-duration: 800ms;transition-duration: 800ms;cursor:pointer;}
#blog .col-md-4 .post-title{font-size: 1.2rem;color:var(--primarycolor);margin:1rem 0;display: block;font-weight: bold;}
#blog .col-md-4 .post-title:hover{color:var(--secondarycolor);}
#blog .col-md-4 p{text-align: justify;margin:0 0 25px;padding:0 15px;}
#blog .col-md-4 .more-link{background:var(--secondarycolor);text-align: center;color:#fff;max-width: 100%;float: right;padding:0.5rem 1rem;margin:0 1rem;border: 2px solid var(--secondarycolor);transition: .6s ease;}
#blog .col-md-4 .more-link:hover{background:transparent;color:var(--primarycolor);border-color: var(--secondarycolor);}

#single-post {padding:3rem 0;}
#single-post .post-title{font-size:1.5rem;color:var(--primarycolor);margin:1rem 0;display: block;border-bottom: 1px solid #eee;line-height: 3rem;}
#single-post .post-title:hover{color:var(--secondarycolor);}
#single-post p{margin-bottom: 25px;text-align:justify;}
#single-post img{max-width: 100%;height: auto;margin-bottom:25px;}
#single-post #featured-img img{max-width: 100%;display: block;margin-top:35px;height: auto;}

#contactform{border: 5px solid;padding: 1.5rem;margin: 0 auto;width: 70%;background: #f1f1f1;display: table;}
#contactform .wpcf7-spinner{display: none}
#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform p{margin: 0;}
#contactform input{width: 100%;background: #fff;border: 0;padding: 10px 20px;margin: 10px 0;}
#contactform select{width: 100%;background: #FFF;border: 0;padding: 10px 20px;
	margin: 10px 0;color:var(--primarycolor);-webkit-border-radius:0px}
#contactform textarea{width: 100%;height: 125px;background: #fff;border: 0;padding: 20px;margin: 10px 0;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	background: rgba(255,255,255,0.5);color:var(--secondarycolor)}


::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}

#contactform input.wpcf7-submit{background: var(--secondarycolor);color: #fff;text-transform: uppercase;cursor: pointer;border: none;margin: 15px auto;display: table;width: 200px;transition: 0.6s ease-in-out;border: 1px solid var(--tertiarycolor);height: 48px;-webkit-border-radius: 0rem;}
#contactform input.wpcf7-submit:hover{background: #fff;color: var(--secondarycolor);}

textarea, iframe{max-width: 100%;}
.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: var(--secondarycolor) !important;}

#babyseat p,#returnjourney p{width: 100%;display: flex;align-items:center}
#contactform .wpcf7-radio{display: flex;}
#contactform .wpcf7-list-item{display: flex}
#contactform .wpcf7-list-item label{width: 100%;}
#contactform .wpcf7-radio input{width:unset}

.post {padding: 10px;margin: 0 0 10px 0;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}
.post ul {margin: 10px 0 0px 0px;}

#floatbtn{position: fixed;right: 0;top: 40%;z-index: 999;}
#floatbtn .more-btn{writing-mode: vertical-rl;border-radius:0;padding:20px 5px;margin:0;float: right;background:var(--tertiarycolor);color:#fff;border:0}
#floatbtn .more-btn:hover{background:var(--secondarycolor)}

#pagetitle {padding:2rem 0;float: left;width: 100%;text-align: center;background:linear-gradient(-45deg, var(--tertiarycolor) 25%, #f3f3f3 25.1%, #f3f3f3 50%, #eee 50.1%, 75%, #f3f3f3 75.1%, var(--tertiarycolor) 0);color:#fff;background-size:cover;position: relative;float: left;width: 100%;}
#pagetitle h1 {color:var(--primarycolor);text-align: center;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 14px;text-transform: uppercase;color: var(--primarycolor);font-weight: 300;}
.breadcrumb a:hover{color:var(--tertiarycolor);}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;font-family:'Font Awesome 5 Free';font-weight:900}
/* #pagetitle .breadcrumb> a {color: #fff} */

#main{padding: 3rem 0;}
#main p{color:var(--primarycolor);font-size: 16px;text-align:justify;}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main h3{border-bottom: 1px solid #eee;line-height: 50px;}
#main li{list-style: none;line-height: 30px;color: var(--primarycolor);}


#bottom{background: var(--secondarycolor); padding: 3.5rem 10px;}
#bottom .footer-logo{display: flex; justify-content: center; align-items: center; margin-bottom:3.2rem; }
#bottom .footer-logo img{width: 250px; filter:invert(1)}
#bottom .footer-cta{display: grid; grid-template-columns: 22% 30% 30%; justify-content: space-between;}
#bottom .footer-cta li{display: flex; align-items: center; justify-content: center;}
#bottom .footer-cta li a{font-family: var(--primaryfont); font-size: 22px;color: #fff; display:flex;align-items:center; justify-content:center; gap:1rem;line-height: 1.2;}
#bottom .footer-cta li a:before{content:""; font-family: "Font Awesome 5 Free"; width:48px; height:48px; background: #fff; color: #000; border-radius:10px;   margin-left: 14px; font-weight: 900;font-size: 24px;display: flex;align-items: center;justify-content: center;min-width: 48px;}
#bottom .footer-cta li a.phone:before{content:"\f095"; }
#bottom .footer-cta li a.map:before{content:"\f3c5"; }
#bottom .footer-cta li a.mail:before{content:"\f0e0";}

#footer {clear: both;background:var(--secondarycolor);color: #fff;padding:0 0 0.5rem;text-align: center;font-size:13px;}
#footer a {color: #fff;}
#footer a:hover {color:var(--tertiarycolor);}
.fleft {float: left;}
.fright {float: right;}

.phone-call {width: 60px;height: 60px;left: 20px;bottom: 20px;background:var(--secondarycolor);position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 99;display: inline-block;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;padding:10px}
.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color:var(--secondarycolor);width: 80px;height: 80px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: 0.6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.fa-phone-alt::before {content: "\f879";}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0);opacity: 0;}
    25% { -webkit-transform: scale(0.3); opacity: 1; }
    50% {-webkit-transform: scale(0.6);opacity: .6;}
    75% {-webkit-transform: scale(0.9);opacity: .3;}
    100% {-webkit-transform: scale(1);opacity: 0;}
}

@keyframes shake{
    50%{transform:scale(1.1)rotate(90deg)}
}

@keyframes pulse {
    0% {transform: scale(0);opacity: 0;}
    25% {transform: scale(0.3);opacity: 1;}
    50% {transform: scale(0.6);opacity: .6;}
    75% {transform: scale(0.9);opacity: .3;}
    100% {transform: scale(1);opacity: 0;}
}

@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}

#logo{display:flex;align-items:center;justify-content:space-between}
#logo .site-title{margin: 10px 0;}
#logo img{width: 200px;height: auto;float:left;}


#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
   #bottom .footer-cta{grid-template-columns: 100% !important; width: fit-content;margin: 0 auto;}   
    #bottom .footer-cta li{width: 100%; justify-content: start; border-bottom: 1px solid #fff1; padding: 12px}
    #bottom .footer-cta li:last-child{border-bottom: 0;}
    
    #hero-section .hero-nav{padding: 4.2rem 0 4rem;}
    #contactform{width:95%}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
.lefthalf {float: left;width: 48%;}
.righthalf {float: right;width: 48%;}
.site-menu-toggle{display:none;}
}



@media screen and (max-width: 600px) {
    h1{font-size:2rem}
    .slidertext h2{font-size:2rem}
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
    .header_area .more-btn{display: none}
    
    .header_area{padding: 10px 10px 0;}
    #logo img{width: 145px}
    .header_area.navbar_fixed #logo img{width: 130px;}
    #hero-section{padding-bottom: 0}
    
    #about .text-wrap{padding: 1.6rem 0.8rem;}
    #hero-section .main-image img{aspect-ratio: 6/4.5; object-fit: cover}
    
    h2.cursive{font-size: 36px}
    h2{font-size: 32px}
    #contact-section h2{margin-bottom: 0.8rem}
    #gallery-section{padding: 0 10px}
    #gallery-section .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box{flex: 1 0 150px}
    #gallery-section .ngg-clear, #gallery-section  br{display: none; position: absolute;}
    #about{margin-bottom: 4rem}
    
    #contact-section .text-wrap{padding: 2.5rem 0.8rem}
    .hours-list{width: 100%}
    
    #contact-section{margin-bottom: 0}
    #bottom .footer-cta{width: 100%;}
    #bottom .footer-cta li a{font-size: 20px}
    #bottom .footer-cta li a:before{width: 45px; height: 45px; font-size: 20px}
    #bottom .footer-logo img{width: 200px}
    #bottom .footer-logo{margin-bottom: 2.2rem;}
    
    #bottom {padding: 3rem 10px 2.5rem;}
    #hero-section .hero-nav li a{font-size: 19px}
    
    #hero-section .main-image:before{ top: -4.5rem; right: -4rem; width: 100px; height: 81px; opacity:0.4; }
    #hero-section .main-image:after{ top: -4rem; left: -4rem; width: 147px; height: 103px; opacity:0.4;}
}

@media screen and (min-width: 600px) and (max-width: 1200px) {

}