/* Font globali */
/* body,
p,
span,
a,
li,
label,
input,
textarea,
button {
    font-family: 'Instrument Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Instrument Serif', serif;
} */

.logo {
    height: 36px;
}

.contact-us {
    position: relative;
}

footer {
    background-color: #60544D;

}

.color-black {
    color: black !important;
}

.footer-details li {
    color: #c8bdb1;
}

.navigation a,
.footer-details li:first-child,
.entry-author,
.project-category .item h2,
.featured-works-item .overlay .content,
.btn-inverse,
.projects a,
.entry-category,
.quote,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #c8bdb1;
}

.copyright,
.footer-details li,
.footer-details li a {
    color: #c8bdb1;
}

html {
    background-color: #000;
}

.open-nav i,
.open-nav i:before,
.open-nav i:after,
.case-study .hero .content h2:before,
.featured-works-item .overlay .content span:nth-of-type(2):after,
.responsive-nav-container,
.footer-details form button:hover,
.similar-posts,
.journal,
.next-project header,
.btn:hover,
.main-hero,
.contact-us .block-1,
.btn,
.footer-details form button,
.contact-form textarea::-webkit-scrollbar-thumb,
.services .item,
.projects .item span:after {
    background-color: #000;
}

.contact-image {
    background-image: url('/images/contacts.png');
}

.about-us {
    background-color: #60544D;
    margin-top: 0;
    margin-bottom: 0;
    /* padding-top: 100px; */
    position: relative;
}

.about-us .block-1 {
    width: 55%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    min-height: 680px;
}

.about-us .block-1 .content {
    width: 60%;
}

.about-us .block-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
}

.about-us .block-2 .about-image {
    height: 100%;
}

.about-us .block-2 .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-us .block-1 {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 680px;
}

.contact-us .block-1 .content {
    width: 60%;
}

.contact-us .block-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
}

.contact-us .block-2 .about-image {
    height: 100%;
}

.contact-us .block-2 .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.color-brown-light {
    color: #c8bdb1;
}

.bg-brown-light {
    background-color: #c8bdb1;
}

.projects {
    /* padding-top: 105px; */
    padding-bottom: 100px;
}

.navigation a {
    color: #c8bdb1;
}

.home-video {
    opacity: 0.8;
}

.text-brown-light {
    color: #c8bdb1;
}

.bg-brown {
    background-color: #60544D;
}

/* Blocchi progetto */
.block-gallery {
    margin: 40px auto;
}

.block-gallery .grid-sizer,
.block-gallery .grid-item {
    width: calc(33.333% - 10px);
}

.block-gallery .grid-item {
    margin-bottom: 10px;
}

.block-gallery .grid-item img {
    width: 100%;
    display: block;
}



/* Solo da mobile */




@media (max-width: 768px) {

    .block-gallery .grid-sizer,
    .block-gallery .grid-item {
        width: calc(50% - 10px);
    }



}

.block-image {
    margin: 40px 0;
}

.block-image h3 {
    margin-bottom: 15px;
}

.block-image figure {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.block-image figure img {
    width: 100%;
    display: block;
}

.block-heading {
    margin: 50px 0;
    padding: 20px 0;
}

.block-heading h2 {
    margin-bottom: 20px;
}

.block-content {
    line-height: 1.7;
}

.block-content ul {
    list-style: disc;
    margin-left: 20px;
}

.block-content li {
    margin-bottom: 8px;
}

.dm-serif {
    font-family: 'DM Serif Display', serif;
    line-height: .9;
}

.case-study .hero .content h2:before {
    background-color: #c8bdb1;
}

.project-title {
    margin-left: 30% !important;
}

@media (max-width: 1024px) {
    .project-title {
        margin-left: 0 !important;
    }
}


.bg-black {
    background-color: #000;
}

/* Blog blocks */
.block-title {
    margin-top: 40px;
    margin-bottom: 20px;
}

.block-text {
    line-height: 1.7;
}

.block-text p {
    margin-bottom: 15px;
}

.block-text ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.single-journal-entry .block-gallery {
    margin: 40px auto;
}

.single-journal-entry .entry-image_1 {
    margin: 40px 0;
}

.quote cite {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: bold;
}

.about-us .block-1 {
    margin-top: 0;
}


@media (max-width: 1510px) {
    .block-gallery {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .single-journal-entry .block-gallery {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .quote,
    .entry-image_1 {
        margin: 50px 0;
    }

    .about-us .content h2 {
        font-size: 3rem;
    }

    .block-1 {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .about-us .container {
        display: flex;
        flex-direction: column;
    }

    .about-us .block-1 {
        width: 100% !important;
        min-height: auto;
        padding: 40px 0;
        order: 1;
    }

    .about-us .block-1 .content {
        width: 100%;
    }

    .about-us .block-2 {
        position: relative;
        width: 100%;
        height: 300px;
        order: 2;
    }
}

.open-nav i,
.open-nav i:before,
.open-nav i:after {
    background-color: #c8bdb1;
}

.responsive-nav-container a,
.entry-title a {
    color: #c8bdb1;
}


.responsive-nav-container.active {
    z-index: 999;
}

.main-hero header {
    z-index: 3;
}

.hero-video-bg{
    opacity: 0.5;
}
