/*
Theme Name:     Dr Marina Vyso
Template:       finwave
Version:        1.0.0
*/


/* Commong */
.section-title-wrapper .main-title {
    font-size: clamp(34px, 4vw, 70px);
}
.section-title-wrapper .top-sub-title {
    font-size: 18px;
    font-weight: 600;
}


/* Header */
body .main-header-section {
    padding: 5px 0;
}
.home .headroom--top {
    .main-header-section {
        background-color: transparent;
    }
    .site-branding .dark-logo {
        display: none;
    }
    .site-branding .light-logo {
        display: block;
    }
    .finwave-navigation ul li a {
        color: #FFF;
    }
}
.header-logo {
    a img {
        width: 240px !important;
    }
}
.finwave-navigation ul li a {
    text-transform: uppercase;
}

/* Home */
.blog-grid-5 .rt-post-meta {
    display: none;
}


/* Banner */
.finwave-breadcrumb-wrapper {
    .entry-title {
        font-size: clamp(34px, 4vw, 24px);
    }
    .entry-breadcrumb {
        .dvdr {
            vertical-align: middle;
        }
    }
}
.single-post .finwave-breadcrumb-wrapper .entry-breadcrumb > span {
    &.dvdr:nth-last-child(2),
    &:last-child {
        display: none;
    }
}

/* Blog */
.blog-grid-4 {
    .post-thumbnail, img {
        border-radius: 0;
    }
    .entry-footer {
        display: none; /* Hide button */
    }
}

