/*
Theme Name: Jadro Child
Theme URI: https://wpshout.com/jadro/
Template: jadro
Author: Jadro WP
Description: Jadro is a minimal and lightweight Full Site Editing theme. This speed optimized theme utilizes the WordPress blocks editor to create unique and eye-catching layouts. Jadro is perfect for blogs, small businesses, startups, law firms and other creative agencies who prefer simple and speed optimized websites.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,rtl-language-support,theme-options,threaded-comments,translation-ready,blog,e-commerce,wide-blocks
Version: 1.0.2.1747298916
Updated: 2025-05-15 08:48:36

*/

body, html {
    scroll-behavior: smooth;
}

a {
       -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover,
.wp-block-button__link:hover  {
    opacity: .7;
}

.is-current-page span {
    color:var(--wp--preset--color--primary);
}




.wp-block-button__link {
    display:inline-flex;
    align-items: center;
    justify-content: center;
}


.wp-block-button__link img {
    margin-right: 8px;
}


@media (max-width:781.99px) {
    .wp-block-post .wp-block-post-featured-image {
        max-width: 50%;
  
    }
    .site-footer {
        text-align: center;
    }

    .site-footer .wp-block-group {
        align-items: center;
    }

    header .wp-block-button,
    header .wp-block-buttons,
    header .wp-block-button__link  {
        min-width: 100%;
    }
    
    .site-footer .wp-block-navigation__container {
        flex-direction: column;
    }

    header .wp-block-navigation .wp-block-navigation-item {
       align-items: center !important;
    }

    .site-footer .wp-block-social-links {
        padding:16px 0
    }
    .cmplz-cookiebanner {
        gap:8px !important;
        padding: 8px !important;
      
    }
    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
        font-size:12px !important;
    }

    .cmplz-buttons {
        display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    }
  
}