 /*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
*/


#site-header,
#site-footer,
.entry-title{
	display: none !important;
}


@font-face {
    font-family: 'Instrument';
    src: url('../hello-elementor-child/fonts/instrument-serif-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h1, h2, h3, h4 {
    font-family: 'Instrument' !important;
}

.txt-instrument{
    font-family: 'Instrument' !important;
}

.wpcf7-form p label{
    width: 100%;
    font-weight: 700;
    font-family: 'Inter';
    color: #000;
}

.wpcf7-form p:nth-of-type(1) br{
    display: none !important;
}


.wpcf7-form p:nth-of-type(1) label{
    width:49%;
    display: inline-block;
}

.wpcf7-form input,
.wpcf7-form textarea{
    border-bottom: 1px solid #D1D5DC !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-radius: 0px !important;
}

.wpcf7-submit{
    background-color: #000 !important;
    color: #FFF !important;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    width: 150px !important;
}


.bdpp-post-title{
    font-size:30px !important;
    line-height:40px !important;
    text-align:left;
}


.bdpp-post-title a{
    color:#000 !important;
}

.bdpp-wrap img, .bdpp-wrap .bdpp-img{
    width:499px;
}

.videos .bdpp-post-title{
    display:none !important;
}


.my-header {
    transition: all 0.3s ease;
    background: transparent;
}

.my-header.scrolled {
    /*background: rgba(0,0,0,0.85);*/
    /*backdrop-filter: blur(8px);*/
    display: none;
}

.contact-form-2 p:nth-of-type(1),
.contact-form-2 p:nth-of-type(2),
.contact-form-2 p:nth-of-type(3),
.contact-form-2 p:nth-of-type(4){
    width:49%;
    display:inline-block;
}

.contact-form-2 p:nth-of-type(1) label,
.contact-form-2 p:nth-of-type(2) label{
    width:100%;
}

.hfe-post-title a{
    text-decoration:none !important;
}

.single-post .entry-title{
    display: block !important;
    padding-top:150px;
    font-size:90px;
    text-align: center;
}

.single-post .my-header{
    background-color:#000;
}

#comments{
    display: none;
}

.page-id-223 .hfe-nav-menu li a,
.page-id-235 .hfe-nav-menu li a{
    color:#000 !important;
}

.page-id-223 .scrolled .hfe-nav-menu li a,
.page-id-235 .scrolled .hfe-nav-menu li a{
    color:#FFF !important;
}

.page-id-223 .scrolled .hfe-nav-menu li .sub-menu li a,
.page-id-235 .scrolled .hfe-nav-menu li .sub-menu li a{
    color:#000 !important;
}

.wpcf7-list-item{
    margin:0px !important;
}

.wpcf7-form p:nth-of-type(3){
    margin-bottom:20px;
}

.page-id-223 .my-header img,
.page-id-235 .my-header img{
	content: url('/wp-content/uploads/2026/05/attore-logo-text-black.png');
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    
}