/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/

.youzify-navbar-item a[href*="/overview/"],
.youzify-navbar-item:has(a[href*="/overview/"]) {
	display: none !important;
}

/* Aesthetic Pin / Youzify profile typography */
.youzify-content,
.youzify-widget,
.youzify-info-data,
.youzify-aboutme-bio,
.youzify-item-content p {
    font-family: 'Nunito Sans', sans-serif;
}

/* Main widget headings: Base, Business Details, My Skills, My Services */
.youzify-widget-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
    color: #1f2933;
}

/* Profile name / sidebar name */
.youzify-aboutme-name,
.youzify-name h2 {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
}

/* Small field labels such as Name, Business Name, Details */
.youzify-info-label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #7a6470;
}

/* Main profile text */
.youzify-info-data,
.youzify-info-data p,
.youzify-aboutme-bio,
.youzify-aboutme-bio p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #4f5b66;
}

/* Make bold treatment/service names behave more like mini headings */
.youzify-info-data strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.25;
    color: #1f2933;
    margin-top: 22px;
    margin-bottom: 6px;
}

/* Remove extra top gap on first bold item */
.youzify-info-data p:first-child strong:first-child {
    margin-top: 0;
}

/* Lists inside qualifications */
.youzify-info-data ul,
.youzify-info-data ol {
    margin: 10px 0 20px 22px;
    padding-left: 0;
}

.youzify-info-data li {
    margin-bottom: 7px;
    line-height: 1.65;
}

/* Service widget cards */
.youzify-service-inner {
    border-radius: 16px;
}

.youzify-item-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.2;
    color: #1f2933;
}

.youzify-item-content p {
    font-size: 15px;
    line-height: 1.65;
    color: #4f5b66;
}