/**
 * Theme Name: kts Child
 * Description: Child theme for the kts
 * Author: LineThemes
 * Template: kts
 */

[class*="header-style"].header-transparent {
    position: relative;
    padding-bottom: 80px;
}

@media only screen and (min-width: 1025px) {

    [class*="header-style"].header-transparent.header-style1+.site-header-sticky+.site-content .content-header,
    [class*="header-style"].header-transparent.header-style1+.site-content .content-header {
        padding-top: 70px;
    }

}

@media only screen and (max-width: 480px) {

    [class*="header-style"].header-transparent.header-style1+.site-header-sticky+.site-content .content-header,
    [class*="header-style"].header-transparent.header-style1+.site-content .content-header {
        padding-top: 50px;
    }
}

.home [class*="header-style"].header-transparent {
    position: absolute;
}

.menu-sliding {
    height: auto;
    overflow: visible;
}

body.blog .header-transparent, body.archive .header-transparent, body.page-template-template-projects .header-transparent, body.search .header-transparent, body.customHeader .header-transparent {
    color: inherit;
}

body.blog .header-transparent .header-info-text ul li p, body.archive .header-transparent .header-info-text ul li p, body.page-template-template-projects .header-transparent .header-info-text ul li p, body.search .header-transparent .header-info-text ul li p, body.customHeader .header-transparent .header-info-text ul li p {
    color: inherit;
}
body.blog .header-transparent .menu-extras > li.search-box > a, body.archive .header-transparent .menu-extras > li.search-box > a, body.page-template-template-projects .header-transparent .menu-extras > li.search-box > a, body.search .header-transparent .menu-extras > li.search-box > a, body.customHeader .header-transparent .menu-extras > li.search-box > a, body.blog .header-transparent[class*="header-style"] a[data-target="off-canvas-right"], body.archive .header-transparent[class*="header-style"] a[data-target="off-canvas-right"], body.page-template-template-projects .header-transparent[class*="header-style"] a[data-target="off-canvas-right"], body.search .header-transparent[class*="header-style"] a[data-target="off-canvas-right"], body.customHeader .header-transparent[class*="header-style"] a[data-target="off-canvas-right"]{
    background-color: #292b2c;
}
body.blog .header-transparent a, body.archive .header-transparent a, body.page-template-template-projects .header-transparent a, body.search .header-transparent a, body.customHeader .header-transparent a, body.blog .header-transparent .navigator .menu-primary > li[class*="current"] > a, body.archive .header-transparent .navigator .menu-primary > li[class*="current"] > a, body.page-template-template-projects .header-transparent .navigator .menu-primary > li[class*="current"] > a, body.search .header-transparent .navigator .menu-primary > li[class*="current"] > a, body.customHeader .header-transparent .navigator .menu-primary > li[class*="current"] > a, body.blog .header-transparent .navigator .menu-primary > li:hover > a, body.archive .header-transparent .navigator .menu-primary > li:hover > a, body.page-template-template-projects .header-transparent .navigator .menu-primary > li:hover > a, body.search .header-transparent .navigator .menu-primary > li:hover > a, body.customHeader .header-transparent .navigator .menu-primary > li:hover > a {
    color: initial;
}