/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* config */

.overflow-hidden {
    overflow: hidden;
}

/* end: config */

/* buttons */

.lime-btn {
    align-items: center;
    column-gap: 8px;
    display: flex;
    justify-content: center;
    position: relative;
    text-decoration: none;
    padding-top: 10px !important;
    padding-right: 25px !important;
    padding-bottom: 10px !important;
    padding-left: 25px !important;
    transform-origin: center;
    color: #ffffff;
    background-color: #fb454c;
    border-radius: 8px;
}

.lime-btn:is(:hover) {
    color: #ffffff;
    background-color: #e8343a;
}

/* end: buttons */

/* header */

/* Приховуємо десктопний хедер */
[data-device="desktop"] {
    display: none !important;
}

/* Показуємо мобільний хедер завжди */
[data-device="mobile"] {
    display: block !important;
}

/* langs */

.mobile-menu li.lang-item {
    display: inline-flex;
    margin-right: 15px;
}

.mobile-menu li.lang-item a {
    font-size: 15px;
}

/* end: langs */

/* end: header */

/* projects */

.recent-projects-items .wp-block-post {
    background-color: #ffffff;
    box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

/* end: projects */