/*
Theme Name: Lobby Template
Author: GoodFellas Studio
Author URI: https://www.goodfellas.gr/
Version: 1.0
Text Domain: lobby
*/

#cookie-notice .cn-button:not(.cn-button-custom){
	color: var(--color-text-white, #FFFFFF);
}

img, picture{
    height: auto;
}
body.admin-bar header#site-header{
    margin-top: 32px;
}
code.alert{
    border-color: red;
    color: red;
}
.wpcf7-form-control-wrap.no-errors span.wpcf7-not-valid-tip{
    display: none !important;
}
.wpcf7-form-control-wrap{
    width: 100%;
}
[data-component="hero"][data-type="normal"] [data-widget="page-header"] .item__description{
    margin-inline: auto;
}

section#instagram .item__thumbnail img{
    aspect-ratio: 1/1;
}

section[data-widget="video-inline"][data-type="selfhosted"] video{
    width: 100%;
}

section[data-component="two-columns"] section[data-widget="content"]{
	z-index: 10;
}
section[data-component="two-columns"] section[data-widget="swiper"]{
	z-index: 1;
}