/*
Theme Name: Knote Child
Author: CodeGearThemes
Description: Child theme for Knote
Author URI: https://www.codegearthemes.com
Theme URI: https://www.codegearthemes.com/products/knote
Template: knote
Version: 1.0.0
*/

.section-padding-left{
    padding-left:calc(((100% - var(--theme--site-width)) / 2) + 16px) !important;
}
.section-padding-right{
    padding-right:calc(((100% - var(--theme--site-width)) / 2) + 16px) !important;
}
.custom-slider .swiper-slide img{
    width:100%;
}
.custom-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

/*---------------------------------------------------------
            Header
----------------------------------------------------------*/
.site-header .component-button a{
    border-radius:30px;
    padding:10px 20px;
    font-size:18px;
    font-weight:700;
}
.site-header .component-html .header-rating:before{
    content: '';
    background: url(assets/images/rating.svg);
    background-repeat: no-repeat;
    height: 15px;
    width: 105px;
    display: inline-block;
    margin:0 10px;
}
.site-header .component-html{
    font-size:18px;
}

/*-----------------------------------------------------------------
            Google Review
-----------------------------------------------------------------*/
.google-review .ti-widget.ti-goog .ti-review-item>.ti-inner{
    border:2px solid #07080f !important;
    border-radius:0 !important;
    padding:25px !important;
    position:relative;
}
.google-review .ti-profile-img{
    display:none;
}
.google-review .ti-verified-review{
    position:absolute;
    left:-10px;
    top:35px;
    margin:0 !important;
}
.google-review .ti-name{
    padding-right:0 !important;
    width:65%;
}
.google-review .ti-verified-review:before {
    content: "Verified Client" !important;
    font-size:10px;
    line-height:1em;
    position: absolute;
    left: 15px;
    top: 0;
}
.google-review .ti-verified-review{
    background:url(assets/images/verified-client.svg) !important;
    background-repeat: no-repeat !important;
    width:100%;
}
.google-review .ti-review-header{
    position:unset !important;
}
.google-review .ti-review-text-container{
    font-size:14px;
    font-weight:600;
    margin-bottom:40px;
}
.google-review .ti-widget .source-Google .ti-star.f,
.google-review .ti-widget .source-Google .ti-star.f{
    background-image:url(assets/images/star.svg) !important;
    width:12px;
    height:12px;
    margin-right:4px !important;
    background-size:auto;
}
.google-review .ti-widget.ti-goog .ti-review-item:hover{
    -webkit-transform:unset;
    -ms-transform:unset;
    transform:unset;
}
.google-review .ti-stars{
    position:relative;
    top:-36px;
    text-align:right !important;
    right:-10px;
}
.google-review .ti-date{
    position:absolute;
    bottom:25px;
    color:#07080F !important;
    opacity:1 !important
}
.google-review .ti-widget.ti-goog .ti-controls .ti-next:before, 
.google-review .ti-widget.ti-goog .ti-controls .ti-prev:before,
.google-review .ti-widget.ti-goog .ti-controls .ti-next:after, 
.google-review .ti-widget.ti-goog .ti-controls .ti-prev:after{
    background:#07080F !important;
}
/*----------------------------------------------------------------
            Map section
----------------------------------------------------------------*/
.map-section{
    clip-path: circle(50% at 68% 65%);
    background:#a9e5ff;
    margin-top:-100px;
}
.map-section .elementor-widget-container{
    clip-path: circle(48% at 68% 65%)
}
/*------------------------------------------------------------------
            Footer
-------------------------------------------------------------------*/
.footer-scrolltop{
    z-index:1;
}
/*------------------------------------------------------------------
            Media query
-------------------------------------------------------------------*/
@media only screen and (min-width:993px) and (max-width:1700px){
    .map-section{
        margin-top:-150px;
    }
}
@media only screen and (max-width:880px){
    .site-header .component-button .button{
        background:#244c8d;
        border-color:#244c8d;
    }
    .site-header .component-button .button:before{
        content:'CALL';
        margin-right:5px;
    }
    .map-section{
        margin-top:-50px;
    }
}
