/*
Theme Name:   Cash Child
Theme URI:    https://cash.duraturk.org
Description:  Child theme for GeneratePress. Custom buyback / repair build.
Author:       Cash
Template:     generatepress
Version:      0.1.0
Text Domain:  cash-child
*/

/* Hide site title and tagline — using the logo image instead */
.site-branding .main-title,
.site-branding .site-description {
    display: none;
}

/* Force language switcher items onto a separate line at the end of the menu.
   Uses a flex pseudo-element with flex-basis 100% to act as a row break,
   and order properties to position lang-items after the break. */
.main-navigation .main-nav > ul {
    flex-wrap: wrap;
}
.main-navigation .main-nav > ul::after {
    content: "";
    flex-basis: 100%;
    height: 0;
    order: 99;
}
.main-navigation .main-nav > ul > .lang-item {
    order: 100;
}
