<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: LandKit Child
Theme URI: http://socanny.com/landkit/
Author: SoCanny
Author URI: http://www.socanny.com/
Template: landkit
Description: Child Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: landkit
*/

li.only-menu-mobile {
    display: none;
}
.navbar-nav &gt; li &gt; a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.menu-cta {
    margin-top: 15px !important;
}

.header-base:not(.bg-cover) {
    background-image: linear-gradient( 135deg, rgb(249, 119, 148) 0%, rgb(98, 58, 162) 100%);
}
footer .container {
    padding: 5px 15px;
}





@media (max-width: 992px) {

    
    .navbar-nav &gt; li &gt; a {
    padding-top: 20px;
    padding-bottom: 10px;
    }
    
    .navbar-header {
    height: 80px;
    }
     
    .only-menu-mobile {
    display: block !important;
    }
    
    .navbar-brand img {
    max-height: 55px !important;
    }

}
</pre></body></html>