* {
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* GENERAL RULES */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr:last-child {
    display: none;
}

.div-img {
	width: 100%;
}

.div-img img {
	width: 100%;
}

.fascia{
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.al-title {
    text-transform: uppercase;
}

.al-title h2 {
    position: relative;
    margin-bottom: 40px;
}

div.al-title {
    position: relative;
}

div.al-title:before {
    content: '';
    width: 90px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 1;
}

.al-container-subtitle {
    /* height: 70px; */
    padding-top: 70px;
}

.al-line-left {
    content: '';
    border-bottom: 1px solid #fff;
    float: right;
    width: 90px;
    height: 20px;
    margin-right: 30px;
    margin-top: -3px;
}

.al-container-subtitle:after {
    content: "";
    display: table;
    clear: both;
}

.al-line-left-black {
    border-bottom: 1px solid #1C1C1C;
}

.al-line-text {
    float: right;
    font-size: 4rem;
}

.cw {
    color: #fff;
}

.cb {
    color: #1C1C1C;
}

.tr {
    text-align: right;
}

.fw {
    font-weight: 300;
}

h2 {
    letter-spacing: 3px;
}

.hr-archive {
    border-top: 1px solid #1C1C1C;
    margin: 0;
}

p {
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 1px;
}

.triangle-down {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #1C1C1C;
    left: 50%;
    transform: translate(-50%);
    top: 0;
  }

/* HEADER */
header {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
}

.menu-menu-principale-container {
    float: right;
    padding-right: 60px;
}

.menu-menu-principale-container li {
    display: inline-block;
    padding: 15px;
}

.menu-menu-principale-container li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.hamburger {
    display: none;
}

.fat-nav {
    padding-top: 150px;
}

.logo {
    text-align: center;
}

.logo img {
    height: 140px;
    padding-bottom: 40px;
}

/* HOMEPAGE */
.home-page {
    height: 100%;
    width: 100%;
    background-image: url(./images/home-al.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
    overflow-y: hidden;
    background-position: center;
}

.al-title-home {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    margin-top: -50px;
}

.al-title-home h1 {
    font-size: 5.5rem;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
    letter-spacing: 6px;
    line-height: 1;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.al-title-home p {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 3px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}

div.border-home::after {
    content: '';
    height: 1000px;
    border-right: 1px solid #fff;
    position: absolute;
}


/* FILOSOFIA */
.filosofia {
    position: relative;
    background-color: #1C1C1C;
}

.container-filosofia p {
    padding-bottom: 60px;
    margin-bottom: 0;
    color: #fff;
}

.al-row-filosofia {
    height: 400px;
}

.al-p-filosofia {
    height: 100%;
    border: 1px solid #fff;
    margin-left: 15px;
}

.al-p-filosofia p {
    font-size: 1.75rem;
    padding: 40px;
    color: #fff;
    text-transform: uppercase;
}

.al-div-img {
    margin-right: -50px;
}

.al-img-filosofia {
    height: 400px;
    background-image: url(./images/filosofia.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 15px;
}

/* CHI SONO */
.chi-sono {
    background-color: #E9E9E9;
}

div.al-title-black:before {
    background: #1C1C1C;
}

.container-chisono p {
    padding-bottom: 100px;
    margin-bottom: 0;
    color: #1C1C1C;
}

.foto-chisono {
    height: 450px;
    margin-left: -15px;
    margin-right: -15px;
}

.foto-right {
    height: 100%;
    width: 40%;
    background-image: url(./images/man-foto.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    display: block;
}

.foto-left {
    height: 100%;
    width: 60%;
    background-image: url(./images/wooden-structure.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    display: block;
}

.chi-sono h3 {
    margin-right: 15px;
}

/* STUDIO SOLARE */
.studio {
    position: relative;
}

.studio p {
    padding: 5px 0;
    color: #1C1C1C;
}

/* .studio p:last-child {
    margin-bottom: 0;
    padding-bottom: 60px;
}

.studio p:last-child {
    padding-bottom: 50px;
} */

.al-blog-content {
    margin-bottom: 90px;
}

/* BLOG */
.h3-blog {
    padding-top: 50px;
    padding-bottom: 100px;
}

div.h3-blog:before {
    right: 100px;
    bottom: 123px;
}

.foto-blog {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

p.al-blog-date {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

/* FOOTER */
.fascia-footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.al-bg-contatti {
    background-color: #1C1C1C;
}

.p-contatti {
    padding-bottom: 70px;
}

input#nameid,
input#emailid {
    height: 50px;
    padding: 0 15px;
}

#nameid {
    width: 100%;    
    margin-top: 0;
}

#emailid,
#messageid {
    width: 100%;
    margin-top: 20px;
}

#messageid {
    padding: 15px;
}

input#inviaid {
    position: absolute;
    right: 15px;
    font-weight: 300;
    font-size: 1.75rem;
    margin-top: 15px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-weight: 300;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-weight: 300;    
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-weight: 300;    
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-weight: 300;    
}


.div-form,
.div-address {
    margin-top: 50px;
    margin-bottom: 50px;
}

.div-address p {
    font-size: 1.1rem;
    color: #fff;
    padding: 0;
    margin-bottom: 25px;
}

.al-bold {
    font-weight: bold;
}

.al-contact p {
    font-size: 1rem;
    color: #fff;
}

.al-row-privacy p {
    font-size: 0.9rem;
    color: #fff;
}

.div-form input {
    border-radius: inherit;
}

#inviaid {
    background-color: #1C1C1C;
    color: #fff;
    border: none;
    font-size: 1.4rem;
    padding-right: 0;
}

.al-inviaid {
    bottom: 112px;
    left: 275px;
}

.line-invia {
    position: absolute;
    top: 285px;
    right: 60px;
}

.al-contact a {
    color: #fff;
}

.wpcf7-form input,
.wpcf7-form textarea {
    overflow: hidden;
    font-size: 1.1rem;
    border: 0px;
}

.wpcf7-not-valid-tip {
    font-size: 0.9rem;
}

.wpcf7-response-output {
    color: #fff;
}

#inviaid::before {
    content: '';
    width: 90px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    border-bottom: 2px solid #fff;
}

/* BLOG PAGE */
.container-blog {
    margin-top: -40px;
}

.blog-page {
    height: 300px;
    width: 100%;
    background-image: url(./images/home-al.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.blog-page h1 {
    width: 100%;
    color: #fff;
    font-size: 5rem;
    text-align: center;
    padding-top: 130px;
    margin-bottom: 15px;
    letter-spacing: 6px;
}

.al-img-logo {
    height: 70px;
}

.logo-blog {
    position: absolute;
    left: 30px;
    top: 30px;
}

.al-border-right {
    position: relative;
    height: 130px;
    border-right: 1px solid #fff;
    right: 50%;
    padding-bottom: 0;
}

/* PORTFOGLIO */
.portfoglio-page {
    height: 300px;
    width: 100%;
    background-image: url(./images/wooden-structure.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.portfoglio-page h1 {
    width: 100%;
    color: #fff;
    font-size: 5rem;
    text-align: center;
    padding-top: 130px;
    margin-bottom: 15px;
    letter-spacing: 6px;
}

.al-img-logo {
    height: 70px;
}

.logo-portfoglio {
    position: absolute;
    left: 30px;
    top: 30px;
}

/* SINGLE */
.foto-single {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* PAGE 404 */
.div-404,
.div-404 a {
    color: #1C1C1C;
    text-decoration: none;
    margin-top: 100px;
    background-color: #fff;
}

.error404 {
    background-color: #1C1C1C;
}

/* PAGE ARCHIVE */
.background-archive {
    background-color: #1C1C1C;
    position: absolute;
    top: 0;
    height: 80px;
}

.div-archive {
    background-color: #fff;
    margin-top: 80px;
}

.al-category-list {
    margin-top: -23px;
    margin-bottom: 20px;
}

.al-category-list a {
    text-decoration: none;
    color: #1C1C1C;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 1px;
}

/* MOBILE */
@media only screen and (max-width: 992px) {

    p {
        font-size: 1rem;
    }

    .al-title-home p {
        margin-top: 0px;
    }

    /* FILOSOFIA */
    .al-p-filosofia p {
        font-size: 1.3rem;
    } 

    .al-title-home h1 {
        font-size: 2.5rem;
    }

    .al-row-filosofia {
        height: 250px;
    }

    .al-p-filosofia {
        height: 250px;
    }

    .al-div-img {
        height: 250px;
    }

    .al-img-filosofia {
        height: 250px;
    }

    .row-blog,
    .row-porfolio {
    padding-bottom: 0px;
    }

    .foto-blog {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 768px) {

    .fascia {
        padding: 50px 15px;
    }

    .hamburger {
        display: block !important;
    }

    .fat-nav ul li {
        display: block !important;
        padding: 0;
        float: none !important;
    }

    .fat-nav__wrapper div {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .al-title h2 {
        padding-bottom: 15px;
    }

    .container-chisono p,
    .container-filosofia p {
        padding-bottom: 25px;
    }

    .al-font-menu {
        display: none;
    }

    /* FILOSOFIA */

    .al-p-filosofia {
        display: block;
        width: 100%;
        height: 250px;
        margin-right: 15px;
    }

    .al-div-img {
        display: block;
        height: 250px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .al-img-filosofia {
        display: block;
        height: 250px;
        width: 100%;
    }

    .al-row-filosofia {
        height: 530px;
    }

    .foto-chisono {
        height: 600px;
    }

    .foto-right {
        display: block;
        width: 100%;
        height: 300px;
    }

    .foto-left {
        display: block;
        width: 100%;
        height: 300px;
    }

    /* FOOTER */
    .p-contatti {
        padding-bottom: 0;
    }

    .al-inviaid {
        bottom: 333px;
        left: 275px;
    }

    .div-form {
        margin-bottom: 0;
    }

    .div-address {
        text-align: center;
    }

    .row-contatti {
        padding-bottom: 0;
    }

    .foto-single {
        height: 400px;
    }
}

@media only screen and (max-width: 575px) {

    .al-title-home h1 {
        font-size: 1.5rem;
    }

    .al-title-home p {
        font-size: 1rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    .container-filosofia p,
    .al-p-filosofia p,
    .container-chisono p,
    .studio p,
    .p-contatti {
        font-size: 1rem;
    }

    .al-line-left {
        display: none;
    }

    .al-contact p {
        text-align: center;
    }

    .al-row-privacy p {
        text-align: center;
        margin-bottom: 0;
    }

    div.al-title:before {
        display: none;
    }

    .al-border-right {
        display: none;
    }

    .foto-blog {
        height: 200px;
    }
    
    .title-blog  h2{
        padding-top: 30px;
        padding-bottom: 0;
    }

    .foto-single {
        height: 200px;
    }

    .h3-single-bottom {
        padding-bottom: 50px;
    }
}