/*
Theme Name: El Patio
Author: Codevision
Description: El Patio presentation layer for the existing WordPress backend.
Version: 1.1.2
Text Domain: el-patio
*/

/* The complete responsive design is compiled from the supplied Elpatio source
 * and loaded as assets/css/style.min.css via wp_enqueue_style(). */

.custom-logo-link {
    display: block;
}
.custom-logo {
    display: block;
    width: auto;
    max-height: 80px;
}
.button-burger span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    background: currentColor;
    transition: transform 0.2s;
}
.button-burger.active span:first-child {
    transform: translateY(3.5px) rotate(45deg);
}
.button-burger.active span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
}
.sg-menu .current-menu-item > a,
.sg-menu .current-menu-ancestor > a {
    opacity: 0.65;
}
.wp-block-image img {
    height: auto;
}
