/*
Theme Name: Kathy Child
Theme URI: https://themeforest.net/item/kathy-minimal-photography-and-portfolio-wordpress-theme/20880327
description: This is a child theme for theme Kathy.
Author: Vit SPISEK
Template: kathy
Version: 1.0.0
*/


html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}


#main-container {
    float: left;
}

.site-title-heading, .with-tagline .logo-wrapper {
    font-size: 70px;
    margin-bottom: 0;
}
.portfolio-title-wrapper {
    bottom: inherit;
    top: 12px;
}
.type-page .post-title {
    display: none;
}

h2 {
    margin-bottom: 0;
}

.portfolio-categories li {
    font-size: 0.9em;
    letter-spacing: 2.2px;
    line-height: 1.38em;
}

.next-prev-post-navigation, .next-prev-post-navigation {
    background-color: #f8f8f8;
}

.menu-list > li > a {
    font-family: 'Karla', sans-serif;
}

body, .tagline {
    font-family: 'Karla', sans-serif;
}

.copyright-social-wrapper a, .search-button-wrapper a {
    font-family: 'Karla', sans-serif;
}

@media only screen and (min-width: 1151px) {
    .logo-wrapper {
        width: 192px;
    }
}

@media only screen and (max-width: 1150px) {
    #root-container {
        padding-top: 2%;
    }
    #side-container {
        padding-bottom: 2%;
    }
    .copyright-social-wrapper {
        display: none;
    }
    .logo-tagline-wrapper {
        width: 160px;
    }
    #mobile-menu-toggle i {
        font-size: 60px;
    }
    #mobile-menu-toggle {
        font-size: 20px;
        font-weight: 400 !important;
    }
    .tagline {
        position: absolute;
        top: 88px;
    }
    .portfolio-categories {
        margin-bottom: 4%;
    }
}

@media only screen and (max-width: 400px) {
    .logo-tagline-wrapper {
        margin: auto;
    }
    .tagline {
        width: 100%;
        left: 0;
    }
}