/*!
Theme Name: Harisdoukas-Child
Theme URI: https://harisdoukas.gr/
Author: Mindseed
Author URI: https://www.mindseed.gr/
Description: harisdoukas child theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: harisdoukas
Text Domain: harisdoukas-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
*/

html {
    --clb-title-color: rgba(50,54,37,0.96) !important;
    --clb-text-color: rgba(50,54,37,0.96) !important;
}

.marquee-line-el {
    height: 40px;
}

body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .icon-button:not(.-overlay-button):not(.-small),
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .hamburger-outer {
    color: var(--clb-color-button) !important;
}

.nav.with-highlighted-menu .nav-item .menu-link:hover, .nav.with-highlighted-menu .nav-item.current-menu-item > .menu-link {
    color: #e4ce78 !important;
}

.project-page .vc_col-md-6.project-content {
    width: 100% !important;
}

.project-page  .project-details {
    padding-left: 7%;
    padding-right: 20%;
    font-size: 19px;
}

@media (max-width: 900px) {
    .bioharis .vc_parallax-inner {
        background-position: 0 50px !important;
    }

    .single-post iframe {
        max-width: 100% !important;
    }
}


@media (max-width: 768px) {
 html body .single-ohio_portfolio .project-title .headline {
    font-size: 2rem !important;
}

.project-page  .project-details {
    padding-left: 6%;
    padding-right: 16%;
    font-size: 17px;
}

.page-id-10 .oharis-widget.content-box {
    display: flex;
    column-gap: 30px;
    align-items: center;
    align-content: center;
}

.page-id-10 .oharis-widget.content-box p {
    margin: 0;
}
}