/*
Theme Name: GP Child
Template: generatepress
Author: Netkant
Author URI: https://nkt.com
Version: 1.0.0
Text Domain: nkt-child
Domain Path: /languages
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    margin: 1em 0;
}

.main-nav .menu li.menu-item a {
    padding: 0;
}

.main-nav .menu li.menu-item {
    margin: 0 20px;
}

.main-nav .menu .menu-item::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: auto;
    bottom: 0;
    height: 2px;
    width: 0;
    background: transparent;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #487f5b;
}

.main-nav .menu .menu-item.current-menu-item::after {
    width: 100%;
}

.main-nav .menu .menu-item:hover::after {
    width: 100%;
}


.main-nav .secondary-menu .menu-item:nth-child(1) a {
    background-color: #F3F0D7;
    padding: 10px 25px 10px 10px;
    text-decoration: none;
    color: #161616;
    text-transform: uppercase;
    font-size: 1.125rem;
    position: relative;
    line-height: 1.2;
}

.main-nav .secondary-menu .menu-item:nth-child(2) a {
    margin-left: 12px;
    margin-right: 12px;
    background-color: #DBD9C7;
    padding: 10px 25px 10px 10px;
    text-decoration: none;
    color: #161616;
    text-transform: uppercase;
    font-size: 1.125rem;
    position: relative;
    line-height: 1.2;
}

.main-nav .secondary-menu .menu-item:nth-child(1) a:hover {
    color: #487f5b;
    background-color: #F3F0D7;
}

.main-nav .secondary-menu .menu-item:nth-child(2) a:hover {
    color: #487f5b;
    background-color: #DBD9C7;
}

.main-nav .secondary-menu .menu-item:nth-child(1) a::after,
.main-nav .secondary-menu .menu-item:nth-child(2) a::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #02C785;
    content: "\f054";
    height: auto;
    width: auto;
    padding-left: 5px;
}

.main-nav .secondary-menu .lang-item a {
    padding: 4px 12px;
}

.inside-header.grid-container {
    padding-top: 0;
}


@media (min-width: 981px) {
    .site-header {
        position: fixed;
        top: 48px;
        z-index: 99;
        width: 100%;
        box-shadow: 0px 2px 0px rgba(22, 22, 22, 0.2);
    }

    .secondary-navigation {
        position: fixed;
        top: 0px;
        z-index: 99;
        width: 100%;
    }

    .admin-bar .site-header {
        top: 80px;
    }

    .admin-bar .secondary-navigation {
        top: 32px;
    }
}

#mobile-header .mobile-header-logo .is-logo-image {
    height: 78px;
    width: auto;
    padding: 0;
    margin-bottom: 16px;
}

@media (min-width: 981px) {
    .home .site.grid-container {
        padding-top: 148px;
    }

    .error404 .site.grid-container,
    .search-no-results .site.grid-container {
        padding-top: 120px;
    }


    .category.date .nk-archive-header-menu {
        padding-top: 168px;
    }

    .search-results #main {
        padding-top: 148px;
    }

}


.smartcrawl-breadcrumb strong {
    font-weight: 400 !important;
}

.primary-button--arrow::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #02C785;
    content: "\f053";
    height: auto;
    width: auto;
    left: 15px;
}

.single-post .inside-article h1.entry-title {
    font-size: 1.75rem
}

.single-post .inside-article {
    padding: 40px 0px;
}

@media (max-width: 775px) {
    .single-post .inside-article {
        padding: 0px 40px 40px 40px;
    }

    #content.site-content {
        flex-direction: column-reverse;
    }

    #content .inside-left-sidebar {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.archive .post .inside-article {
    background-color: unset;
}

.paging-navigation .nav-links {
    width: fit-content;
    margin: 0 auto;
}

.paging-navigation .nav-links a {
    text-decoration: none;
}

.paging-navigation .nav-links a:hover {
    border-bottom: 2px solid var(--green);
}

.paging-navigation .nav-links .page-numbers {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: inherit;
    border: 2px solid transparent;
    font-weight: 700;
    margin: 5px;
    font-size: 0.89em;
    text-transform: uppercase;
    padding: 0 14px;
}

.paging-navigation .nav-links .page-numbers.current {
    color: white;
    background-color: var(--green);
}

.paging-navigation .nav-links .next {
    width: fit-content;
}

.search-results .page-title {
    font-weight: 400;
    font-weight: 1.75rem;
}

.search-results .page-header {
    margin-top: 0;
    padding-top: 0;
}

.search-results .wp-block-search {
    padding: 0 40px;
}

.search-results .page-title span {
    font-weight: 700;
}

article h2.entry-title {
    font-weight: 400;
    font-size: 1.75rem;
}

.nk-archive-header-menu {
    padding: 0 40px;
    max-width: 1580px;
    margin: 0 auto;
}

@media (max-width: 775px) {
    #main .is-style-green-back .wp-block-group__inner-container {
        padding: 0;
    }
}

#main .cb-button-prev.swiper-button-prev::after,
#main .cb-button-next.swiper-button-next::after {
    color: #02C785;
    font-size: 2rem;
}