header#site-header {
    padding: 8px 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.site-logo img {
    width: 140px;
    height: auto;
}

.hero-logo img {
    filter: drop-shadow(0px 0px 7px #26cdfc73);
}

.hero-title h1 {
    text-shadow: 0 0 12px #26cdfc73;
}

.menu-item-icon img {
    width: 30px;
    height: auto;
}

.site-header .header-inner {
    flex-grow: 1;
}

figure.wp-caption a {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 1.77;
}

figure.wp-caption a img {
    box-shadow: 0 0 0 1px #ffffff38;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.current-projects figure.wp-caption a:after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("/wp-content/themes/roicohen.dev/assets/img/external.svg") no-repeat;
    background-size: 60px;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    opacity: 0;
    transition: all 0.3s;
}

.current-projects figure.wp-caption:hover a:after {
    content: '';
    background: url("/wp-content/themes/roicohen.dev/assets/img/external.svg") no-repeat;
    background-size: 60px;
    opacity: 1;
}


.past-projects .elementor-widget-image {
    aspect-ratio: 2;
    overflow: hidden;
    object-position: top;
    object-fit: cover;
    border-radius: 4px;
}

.past-projects .elementor-widget-image img {
    border-radius: 4px;
}

.footer-links a {
    color: #FFFFFFA6;
    transition: all 0.3s;
}

.footer-links a:hover {
    color: #FFFFFF;
}

.contact input,
.contact button {
    box-shadow: 0px 0px 3px 1px #26cdfcb3;
}

.cky-consent-container .cky-consent-bar {
    border: none !important;
    padding: 10px !important;
    box-shadow: none !important;
}

.cky-consent-container .cky-notice {
    font-family: 'Lexend', serif;
}

.cky-consent-container .cky-notice .cky-title {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}

.cky-consent-container .cky-notice-des {
    font-size: 12px;
    line-height: 17px;
}

.grecaptcha-badge {
    display: none !important;
}

@media (min-width: 768px) {

}

@media (min-width: 991px) {
    figure.wp-caption a {
        height: 253px;
    }
}