/*
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);
}
.section-padding-right{
    padding-right:calc(((100% - var(--theme--site-width)) / 2) + 16px);
}
/*site-header*/
.site-header .top-header{
    display:flex;
    justify-content: space-between;
    font-size:12px;
    font-weight:600;
    color:#94d2ff;
}
.site-header .sub-menu{
    z-index:2;
}
.main-navigation ul li a{
    font-weight:600;
}
/* Header Icon*/
.header-icon  a{
    display:flex;
}
.header-icon a:after{
    content:'';
    background-image:url(assets/images/header-icon.svg);
    background-repeat:no-repeat;
    min-width:32px;
    height:32px;
    display:block;
}
/*Contact Us*/
.contact-us input:not([type="submit"]){
    background-image: url(./assets/images/asterisk.svg);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 18px;
}
/*book an appointment*/
.appointment label{
    color:#fff;
}
.appointment .grid{
    row-gap:15px;
}
.appointment textarea{
    height:80px;
}
.appointment input[type="submit"]{
    width:100%;
    background:#d71b19;
    background-image:url(assets/images/submit-arrow.svg);
    background-repeat:no-repeat;
    background-position:calc(50% + 50px);
}
/*menu-conditions-treatment*/
#menu-conditions-treat{
    list-style:none;
    padding:0;
    margin:0
}
#menu-conditions-treat li{
    padding:15px 0;
}
#menu-conditions-treat li:not(:last-of-type){
    border-bottom:1px solid #5d5d5d;
}
.tab_container:hover .tab_label{
    color:#000 !important;
}
/*site-footer*/
.site-footer .follow-us{
    color:#fff !important;
    font-size:12px;
}
.site-footer .widget{
    margin:0;
}
.site-footer #menu-copyright-menu{
    display:flex;
}
.site-footer .footer-bottom-left{
    gap:20px;
}
.site-footer .copyright-content{
    font-size:12px;
}
.site-footer .widget ul li:not(.wp-block-social-link) a{
    color:#fff;
    margin-bottom:0 !important;
}
.site-footer .wp-block-social-links svg{
    fill:#fff !important;
}
.site-footer #menu-copyright-menu li a{
    font-size:12px;
    font-weight:400;
}
.site-footer .footer-widget2 ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
.site-footer .footer-widget2 li{
    margin-bottom:15px;
}
.site-footer .footer-widget2 li a{
    color:#fff;
}
@media only screen and (min-width: 768px) {
    .element-boxshadow {
        box-shadow: 12px 0 15px -4px rgba(234, 234, 234, 0.3), -12px 0 15px -4px rgba(234, 234, 234, 0.3);
        z-index: 1;
    }
    .site-footer #menu-copyright-menu li:not(:last-of-type) a:after {
        content: '|';
        margin: 0 5px;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer .footer-bottom-left{
        flex-direction:column;
        align-items:flex-start;
        gap:5px;
    }
    .site-footer .footer-bottom-left #menu-copyright-menu{
        flex-direction:column;
    }
    .site-footer .footer-bottom-left #menu-copyright-menu li{
        margin-bottom:10px;
    }
}