/*
Theme Name: A—LAB
Description: Concept and design
Theme URI: https://andreamantegazza.it
Author: AM A—LAB
Version: 1.0
*/

/* 
-------------------------------------------------------------------------------*/

@font-face {
    font-family: 'SuisseIntl-Book';
    src: url('fonts/SuisseIntl-Book.eot');
    src: url('fonts/SuisseIntl-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/SuisseIntl-Book.woff2') format('woff2'),
        url('fonts/SuisseIntl-Book.woff') format('woff'),
        url('fonts/SuisseIntl-Book.ttf') format('truetype'),
        url('fonts/SuisseIntl-Book.svg#SuisseIntl-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SuisseIntlMono';
    src: url('fonts/SuisseIntlMono.eot');
    src: url('fonts/SuisseIntlMono.eot?#iefix') format('embedded-opentype'),
        url('fonts/SuisseIntlMono.woff2') format('woff2'),
        url('fonts/SuisseIntlMono.woff') format('woff'),
        url('fonts/SuisseIntlMono.ttf') format('truetype'),
        url('fonts/SuisseIntlMono.svg#SuisseIntlMono') format('svg');
    font-weight: normal;
    font-style: normal;
}


:root {
    --size-body: 14px;
    --line-body: 1.2em; 
    
    --size-title: 60px;
    --line-title: 1em; 
}

html{
    overflow-y: auto;
}
body {
    font-size: var(--size-body);
    line-height: var(--line-body);
    font-family: 'SuisseIntlMono', monospace;
    background-color: #000;
    color: #fff;
}

/* We like off-black for text. */
body, select, input, textarea {color: #fff;}

a {color: #fff; text-decoration: none;}
a:hover {color: #fff;}

::-moz-selection{background: #fff; color: #000; text-shadow: none;}
::selection {background: #fff; color: #000; text-shadow: none;}

a:link {-webkit-tap-highlight-color: #fff;}

ins {background-color: #fff; color: #000; text-decoration: none;}
mark {background-color: #fff; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/* C O D E
-------------------------------------------------------------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #000;
}
#header {
    font-family: 'SuisseIntl-Book';
    font-size: var(--size-title);
    line-height: var(--line-title);
}


.entry {
    padding-top: calc(var(--size-title) + 20px);
}

.home .entry {
    padding-top: 200px;
}
.home .project-list .single-project {
    display: flex;
    flex-direction: row;
    padding: 0 10px;
}
.home .project-list .single-project .project-title,
.home .project-list .single-project .project-customer {
    font-family: 'SuisseIntl-Book';
    font-size: var(--size-title);
    line-height: var(--line-title);
}


/* SINGLE PROJECT
 * -------------------------------------------------------------------*/

/* FIRE LAMP
 * -------------------------------------------------------------------*/
.single .entry.projects.firelamp h1.entry-title {
    font-family: 'SuisseIntl-Book';
    font-size: var(--size-title);
    line-height: var(--line-title);
    padding: 0 10px;
}
.single .entry.projects.firelamp .entry-image {
    height: 35vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    text-transform: uppercase;
    
}
.single .entry.projects.firelamp .section {
    padding: 0 10px;
}
.single .entry.projects.firelamp .section .section-title {
    font-family: 'SuisseIntl-Book';
    text-transform: uppercase;
    font-size: var(--size-title);
    line-height: var(--line-title);
    
}
.single .entry.projects.firelamp .section .section-content {
    text-transform: uppercase;
}
.single .entry.projects.firelamp .section.design .section-content {
    display: flex;
    flex-direction: row;
}
.single .entry.projects.firelamp .section.design .section-content .sizing-height {
    border-left: 1px solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    margin-left: 10px;
}
.single .entry.projects.firelamp .section.design .section-content img {
    width: 65%;
}
.single .entry.projects.firelamp .section.design .section-details {
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    margin-top: 4em;
}
.single .entry.projects.firelamp .section.design .section-details .col {
    width: 30%;
}


@media screen and (max-width: 960px) {
    
    
}

