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

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%;
}

#cookie-notice *{
    font-family: var(--ff-text);
}
#cookie-notice .cn-button:not(.cn-button-custom){
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: var(--ff-text);
}