/*
Theme Name:        Landkit Child
Theme URI:         https://themeforest.net/user/madrasthemes/portfolio
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Child theme of Landkit Multipurpose Business Theme. Build a beautiful, modern WordPress website with Landkit. Develop anything.
Requires at least: WordPress 5.0
Template:          landkit
Version:           1.0.17
License:           GNU General Public License v2 or later
License URI:       LICENSE
Text Domain:       landkit-child
Tags:              custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, footer-widgets, sticky-post, theme-options
*/

/* Menu itemler arası boşluk düzenlemesi - Box Menu Orjinali 1.5rem */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
        font-weight: 600 !important;
        font-size: 16px !important;
    }
    a:hover {
        text-decoration: inherit !important;
    }
}
/* Menu Logo Büyütme Orjinali 2.4rem */
.navbar-brand-img {
    max-height: 3rem !important;
    width: auto;
}
a:hover {
    text-decoration: inherit !important;
}

.text-author {
    color: var(--lk-dark-primary);
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}
.post__title{
    color: var(--e-a-color-txt);
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
    padding-bottom: 30px !important;
}
.has-post-thumbnail .post__excerpt{
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
}
.text-post-navigation-r{
    text-transform: capitalize !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-align: right !important;
}
.text-post-navigation-l{
    text-transform: capitalize !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-align: left !important;
}

/* Sub Menu Düzeltmeleri */
.dropdown-item a {
    font-weight: 500 !important;
}
