/*
Theme Name: Cali Tea Pty Ltd
Theme URI: https://www.hi5shopfitting.com
Description: Font Awesome 5.15.2 + Bootstrap 5.2 Framework
Author: Gerard Milo
Author URI: https://www.dashify.com.au
Template: dashify
Version: 5.0
*/
@import url("../dashify/style.css");

body {
    background: #fff;
    color: #444;
}
h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 30px;
}
h2 {
    font-size: 28px;
    font-weight: bold;
}
h3 {
    font-weight: 400;
}

.btn {
    border-radius: 25px;
    font-family: "Caveat", cursive;
    font-size: 140%;
}
.bg-brand {
    background: #FFE0F5;
}
.section-title-alt {
    color: #333 !important;
}
.lead {
    font-family: "Nunito";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
}

.convert {
    font-family: "Caveat", cursive;
    font-weight: bold;
}
@media (max-width: 991px) {
    h1 {
        font-size: 38px;
        line-height: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
}


#container-wrapper {
    overflow: hidden;
}
.header-fixed-perm {
    background: #333 !important;
}
.header-fixed {
    background: #333 !important;
}
.home .header-fixed-perm {
    position: fixed;
    top: 0px;
}

.home.admin-bar .header-fixed-perm {
    top: 32px;
}

.header-fixed #header-inner,
.header-fixed-perm #header-inner {
    background: none !important;
    border-radius: 8px;
}

#logo img {
    height: 100px;
    max-height: 100px;
}
#top-btn span {
    background: #ED9ADF;
}

@media (min-width: 992px) {
    #page-wrapper {
            padding-top: 100px;
    }
    .home #page-wrapper {
            padding-top: 0px;
    }
    .nav-top>li>a{
        font-family: "Caveat", cursive;
        font-optical-sizing: auto;  
        font-size: 36px;
        font-weight: bold;
        line-height: 50px;
        padding-left: 0px;
        margin-left: 30px;
        padding-right: 10px;
        color: #F9F9F9;
        color: #ED9ADF;
    }
    .nav-top>li>a:hover {
        color: #FFF;
    }
    .nav-top li.current_page_item a {
        color: #FFF;
    }
    .header-fixed .nav-top li.current_page_item a {
        color: #FFF;
    }
    #menu-main #nav-item-467 a {
        padding: 0px 25px;
        background: #ED9ADF;
        border-radius: 25px;
        color: #FFF;
        line-height: 50px;
    }
}

@media ( max-width: 1400px ) {
    .container {
        max-width: 1300px; 
    }
}
@media (max-width: 991px) {
    .home #page-wrapper,
    #page-wrapper {
            padding-top: 60px;
        }
    #logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    #logo img {
        height: 60px;
        max-height: 60px;
        padding: 5px 0px;
    }
}

@media ( max-width: 782px ) {
    .admin-bar .header-fixed,
    .admin-bar .header-fixed-perm {
        top: 46px;
    }
    .home.admin-bar .header-fixed-perm {
        top: 46px;
    }
    .home.admin-bar #page-wrapper,
    #page-wrapper {
        padding-top: 60px;
    }
}
.section-container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-container-npt0 .container {
    padding-top: 0px;
}
.section-container-npb0 .container {
    padding-bottom: 0px;
}
.section-bgimg {
    background: url(images/bg_img1.png) no-repeat center center;
    background-size: cover;
}

@media (max-width: 400px) {
    #logo {
        left: 70px;
        transform: translate(0%, 0%);
    }
}
/* navigation */


@media ( min-width: 992px ) {
    .nav-top>li>a {
        line-height: 50px;
    }
    .nav-top .sub-menu a {
        font-size: 30px;
        line-height: 50px;
        color: #ED9ADF !important;
    }
    .nav-top .sub-menu {
        background: #FFF;
        border-radius: 15px;
    }
    .nav-top .sub-menu>li {
        border: 0px;
    }
}

.nav-top .sub-menu a {
    font-size: 30px;
    line-height: 50px;
    color: #ED9ADF;
}
.nav-top .sub-menu {
    background: #FFF;
    border-radius: 15px;
}
.nav-top .sub-menu>li {
    border: 0px;
}

.topmenu-mobile a {
    line-height: 60px !important;
    color: #ED9ADF;
}

.topmenu-mobile i {
    font-size: 26px;
}

.topmenu-mobile .menu-description {
    font-size: 8px;
    text-transform: uppercase;
    margin-top: -15px;
}

/* home banner */



.section-seperator {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #ed9adf;
    color: #FFF;
}
.section-seperator h1 {
    color: #FFF !important;
    margin-bottom: 30px;
    font-size: 66px !important;
    line-height: 68px !important;
}
.section-seperator::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/bg_header.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.06;
    /* Adjust this value for desired opacity */
    z-index: -1;
}


.section-seperator .hero-img {
        background-image: url(images/hero_bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        right: 0px;
}
.section-seperator .lead {
    color: #FFF;
    font-weight: bold;
}
@media ( max-width: 991px ) {
    .home-banner .container-row {
        display: block !important;
        max-width: 600px;
        margin: 0 auto;
    }
    .home-banner h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .home-banner .lead {
        font-weight: 400;
    }
    .home-banner .container-row .col-md-6 {
        padding-top: 40px;
        width: 100%;
        max-width: 100%;
        flex: 1;
        text-align: center;
    }
        .home-banner .container-row .hero-img {
            position: relative;
            width: 100%;
            margin: 0 auto;
            max-width: 400px;
        }
}

@media ( max-width: 576px ) {
    .home-banner h1 {
        line-height: 36px !important;
        margin-bottom: 10px !important
    }
    .home-banner .lead {
        font-size: 17px !important;
        line-height: 20px !important;
    }
}
/* wave */


.section-wave .container {
    max-width: 100%;
    padding: 0px;
}
.section-wave {
    transform: rotate(180deg);
    margin-top: -50px;
    position: relative;
    z-index: 2;
}
.section-wave svg {
    display: block;
    position: relative;
    height: 55px;
}

.elementor-shape-fill {
    fill: #fff;
    transform: rotateY(0deg);
    transform-origin: center;
}
#section-info .section-container {
    padding-top: 100px;
}
#section-info .grid-item {
    text-align: center;
}
#section-info .grid-item .description {
    height: 140px;
}
#section-info .grid-item img {
    width: 100px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

#section-info .grid-item-inner {
    padding: 70px 20px 30px;
    background: #F9F9F9;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #CCC;
}


/* slider */

.section-content-slides .item-inner {
    padding: 30px;
}
.section-content-slides .section-container {
    margin-bottom: 30px !important;
}
.home .section-content-slides .section-container {
    margin-bottom: 0px !important;
}
.swiper-horizontal {
    position: relative;
}

.swiper-button:after {
    font-size: 30px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 60px;
    background: #333;
    color: #FFF;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    display: block;
    border-radius: 10px;
    top: 50%;
    transform: translate(0%, -50%);
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next {
    right: 0px;
}

.swiper-pagination-bullet {
    border: 2px solid #FFE0F5;
    height: 15px;
    width: 15px;
}
.swiper-pagination-bullet-active {
    background: #ED9ADF;
}

@media (max-width: 1140px) {
    .swiper-button-prev {
        left: 15px;
    }

    .swiper-button-next {
        right: 15px;
    }
}

@media (max-width: 768px) {
    .box-slider .slider {
        padding-left: 0px;
    }

    .box-slider .slider::after {
        width: 50px;
        box-shadow: -30px 1px 18px -4px #FFF inset;
        -webkit-box-shadow: -30px 1px 18px -4px #FFF inset;
        -moz-box-shadow: -30px 1px 18px -4px #FFF inset;
    }

    .swiper-button-next,
    .swiper-button-prev {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}

/* section grid - services grid */

.section-grid .grid-item {
    text-align:  center;
}
.section-grid .grid-item img {
    margin-bottom: 20px;
}

.services-grid img {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .section-grid .grid-item {
        flex: 1 50%;
    }
}




#footer-wrapper {
    background: #ED9ADF;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 50px;
}
#footer-wrapper a:not(.btn) {
    color: #333;
}
#footer-wrapper h3 {
    font-size: 34px;
    font-weight: 400;
    color: #333 !important;
    margin-bottom: 20px;
    font-weight: bold;
}
#footer-wrapper img {
    max-height: 140px;
}
#footer-sig {
    color: #333;
    font-size: 14px;
}
#footer-sig a {
    color: #333;
}
#footer-wrapper ul { 
    list-style: none;
    margin: 0px;
    padding: 0px;
}
