/*
Theme Name: Marinio Child Theme
Theme URI: https://marinio.peerduck.com
Author: PeerduckThemes
Author URI: https://peerduck.com
Description: Blank Child Theme for Marinio
Template: marinio
Version: 1.00
Requires at least: 5.0
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: marinio
*/

:root {
    --header-current-page: #222222 !important;
    --header-text-color-hover: #222222 !important;
    --breadcrumbs-a-hover: #222222 !important;
}

body,
#pr-nav {
    max-width: 100%;
}

.footer-copyright,
.footer-menu li a {
    font-size: 14px;
}

.elementor-widget-button-full .elementor-button {
    width: 100% !important;
}

#site-footer .widget .widget-content iframe,
.elementor-element.windy-forecast iframe {
    border-radius: 12px;
}

#site-footer a {
    text-decoration: none;
}

#site-footer .footer-copyright {
    color: var(--fw-title-color);
}

#site-footer .footer-bg {
    padding-left: 30px;
    padding-right: 30px;
}

#home-title {
    word-break: break-all;
}

#pr-nav {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#main-header .breadcrumbs a {
    text-decoration: none;
    font-size: 16px;
}

#main-header .breadcrumbs .current-item {
    font-size: 16px;
}

#main-header .title-wrap {
    font-family: "Jost", sans-serif;
}

#main-header .title-wrap h1.header-title {
    font-weight: 600;
    text-transform: none;
    line-height: 1em;
    letter-spacing: 3.4px;
    margin-bottom: 35px;
}

@media (min-width: 1200px) {
    #pr-nav {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    #primary-menu {
        gap: 12px;
    }

    #primary-menu .nav-item.active .nav-link {
        background: var(--primary-color);
        font-size: 14px;
        border-radius: 12px;
    }

    #pr-nav .header-cta .elementor-button {
        font-size: 14px;
        border-radius: 12px;
        font-weight: 600;
    }

    #pr-nav .header-cta .elementor-button:hover {
        color: #222222 !important;
    }

    #site-footer .footer-inner {
        margin: auto;
        max-width: 1140px;
    }
}

@media (max-width: 1024px) {
    #main-header .title-wrap h1.header-title {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    #pr-nav .navbar-collapse {
        justify-content: unset !important;
    }

    #pr-nav .navbar-collapse #primary-menu {
        padding-top: 30px;
    }

    #site-footer {
        text-align: center;
    }

    #site-footer .social-menu {
        justify-content: center;
        margin-right: -0.75rem;
    }
}

@media (max-width: 767px) {
    .elementor-widget-button-mobile-full .elementor-button {
        width: 100% !important;
    }

    .wind_section .wind_direction {
        justify-content: center;
    }

    #main-header .title-wrap h1.header-title {
        font-size: 30px;
    }
}
