/*
Theme Name: codingstyle
Description: Coding Theme
Author: Dev AM
Version: 1.0
*/

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/** Generated by FG **/
@font-face {
	font-family: 'AvenirLTStd-Black';
	src: url('fonts/AvenirLTStd-Black.eot');
	src: local('☺'), url('fonts/AvenirLTStd-Black.woff') format('woff'), url('fonts/AvenirLTStd-Black.ttf') format('truetype'), url('fonts/AvenirLTStd-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DrukWideMedium';
	src: url('fonts/DrukWideMedium.eot');
	src: local('☺'), url('fonts/DrukWideMedium.woff') format('woff'), url('fonts/DrukWideMedium.ttf') format('truetype'), url('fonts/DrukWideMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helvmono';
	src: url('fonts/HELVMONO.eot');
	src: local('☺'), url('fonts/HELVMONO.woff') format('woff'), url('fonts/HELVMONO.ttf') format('truetype'), url('fonts/HELVMONO.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'KnittedTall';
    src: url('fonts/KnittedTall.eot');
    src: url(fonts/KnittedTall.eot?#iefix') format('embedded-opentype'),
        url('fonts/KnittedTall.woff2') format('woff2'),
        url('fonts/KnittedTall.woff') format('woff'),
        url('fonts/KnittedTall.ttf') format('truetype'),
        url('fonts/KnittedTall.svg#KnittedTall') 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;
}

@font-face {
    font-family: 'IBMPlexMono';
    src: url('fonts/IBMPlexMono.woff2') format('woff2'),
        url('fonts/IBMPlexMono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}






:root {
    --color-blue: #0000ff;
    
    --size-body: 2vw;
    --line-body: 2vw;
    
    --size-content: 0.9vw;
    --size-content: 12px;
    --line-content: 1.2em;
    
    --stroke-width: 1px;
}


/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
html{
    overflow-y: auto;
}
body {
    font-size: var(--size-body);
    line-height: var(--line-body);
    font-family: 'DrukWideMedium';
    background-color: var(--color-blue);
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #fff;}

a {color: #fff; text-decoration: none;}
a:hover {color: #fff;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fff; color: var(--color-blue); text-shadow: none;}
::selection {background: #fff; color: var(--color-blue); text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fff;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; 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; }

.clearafter:after{
    display: block;
    content: '';
    clear: both;
}

/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/

#bigtitle {
    position: fixed;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12vw;
    font-family: 'AvenirLTStd-Black';
}


#header{
    padding: 10px;
}
#header span.stroke {
    -webkit-text-stroke: var(--stroke-width) #fff;
    color: transparent;
    font-size: 1.9vw;
    position: relative;
    top: -0.05vw;
}
#header .name a:hover > span{
    color: #fff;
}
#header .navigation {
    text-align: right;
}
#header .navigation a:hover,
#header .navigation a.current{
    -webkit-text-stroke: var(--stroke-width) #fff;
    color: transparent;
}


.ai-content input{
    width: 100%;
    border: 0;
    background-color: transparent;
    color: #fff;
    outline: none;
    font-family: 'DrukWideMedium';
}
.ai-content input::-webkit-input-placeholder { /* Edge */
    font-family: 'DrukWideMedium';
    color: #fff;
}
.ai-content input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'DrukWideMedium';
    color: #fff;
}
.ai-content input::placeholder {
    font-family: 'DrukWideMedium';
    color: #fff;
}


#score {
    position: fixed;
    bottom: 45vh;
    text-transform: uppercase;
    width: 24vw;
    left: 38vw;
}





/*
---------------------------------------------------------------*/
.home .wrapper-positions {
    font-family: 'SuisseIntlMono';
    font-size: var(--size-content);
    line-height: var(--line-content);
    position: fixed;
    left: 10px;
    bottom: calc(20px + 2.4em);
}
.home .wrapper-positions .single-location {
    display: flex;
    flex-direction: row;
    display: none;
}
.home .wrapper-positions .blinking-char {
    animation: blinkChar 1.5s step-start 1s infinite;
    background-color: #fff;
}
@keyframes blinkChar {
    40% {opacity: 0;}
}





/*
---------------------------------------------------------------*/


#home-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    font-family: 'SuisseIntlMono';
    font-size: var(--size-content);
    line-height: var(--line-content);
}


#home-footer .studio-data {
    width: 25%;
}
#home-footer .studio-data .vcenter-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#home-footer .studio-data .charging-icon.hidden {
    display: none;
}
#home-footer .studio-data .charging-icon {
    display: block;
    height: 1em;
    margin-left: 0.3em;
}
#home-footer .studio-data .eco {
    display: block;
    height: 1em;
}
#home-footer .meteo-data {
    width: 25%;
}
#home-footer .wrapper {
    margin-left: auto;
}

.home footer {
    display: none;
}


.floppy {
    animation: spiny 10s linear infinite;
    position: fixed;
    width: 20vw;
    left: 40vw;
    top: calc((100vh - 20vw) / 2);
    z-index: -2;
}
@keyframes spiny {
    0% { transform: rotateZ(0deg);}
    100% { transform: rotateZ(359deg);}
}




#footer {
    padding: 0 10px;
    padding-top: 1em;
}
#footer .inner-footer{
    font-family: 'SuisseIntlMono';
    padding: 10px 0;
    border-top: 1px solid #fff;
    font-size: 0.8vw;
    line-height: 1vw;
}


#footer .contacts {
    font-size: 2vw;
    line-height: 2vw;
    padding-bottom: 10px;
}
#footer .contacts div:last-child{
    text-align: right;
}









/* PAGE WORK **************************************/
.page-template.page-template-page-work .entry {
    min-height: calc(100vh - 4vw - 20px - 4vw - 20px - 1vw - 10px);
    background-image: url('images/ita-map.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}







/* curfew **************************************/


.frosted{
    display: block;
    font-family: 'SuisseIntlMono';
    font-size: 0.8vw;
    position: initial;
    width: 14vw;
    height: 20vw;
    top: calc(50% - 10vw);
    left: calc(50% - 7vw);
    padding: 20px;
    border-radius: 1vw;
    line-height: 1em;
    overflow: hidden;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 25%);
    background-color: #ffffff1f;
}

.page-id-647 svg,
.page-id-647 svg * {
    box-sizing: inherit;
    font-size: 2vw;
    font-family: 'DrukWideMedium';
    color: red;
}
.page-id-647 svg text {
/*    stroke: #e90000;*/
/*    fill: currentColor;*/
    fill: #fff;
}
.page-id-647 svg text a:hover {
    fill: #ff0058;
}




/* curfew **************************************/

#home-footer .curfew-wrapper {
    text-align: center;
    position: fixed;
    bottom: 10px;
    left: calc(25% + 12.5%);
    width: 25%;
    text-align: center;
}
#home-footer .curfew-wrapper .curfew {
    font-family: 'SuisseIntlMono';
    width: 100%;
    text-align: center !important;
    border: 2px solid #f00;
    border-radius: 0.6em;
    border-radius: 3em;
    padding: 0.5vw;
    color: red;
    background-color: #ff000070;
    display: none;
    font-size: 1vw;
    line-height: 1em;
}
#home-footer .curfew-wrapper .curfew.free {
    color: #00ef37;
    border: 1px solid #00ef37;
    background-color: #00ef3754;
}








/* SINGLE PAGE **************************************/
.entry {
    padding: 0 10px;
}





/* PROJECTS **************************************/

.page-template-page-about #header,
.page-template-page-projects #header {
    padding: 10px;
    padding-bottom: 0;
    position: fixed;
    background-color: blue;
    width: 100%;
}
.page-template-page-about #header .inner-wrapper,
.page-template-page-projects #header .inner-wrapper {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.page-template-page-projects .entry {
    padding-top: calc(4vw + 20px);
}


.page-template-page-projects .projects-wrapper article {
    border-top: 1px solid #fff;
    line-height: 2.5vw;
}
.page-template-page-projects .projects-wrapper article:first-child{
    border-top: 0;
}


.page-template-page-projects .categories {
    -webkit-text-stroke: var(--stroke-width) #fff;
    color: transparent;
    text-align: right;
}
.page-template-page-projects .credits {
    -webkit-text-stroke: var(--stroke-width) #fff;
    color: transparent;
}

.page-template-page-projects .single-project {
    
}
.page-template-page-projects .single-project .project-heading {
    display: flex;
    flex-direction: row;
}

.page-template-page-projects .single-project.expandable .project-heading {
    cursor: pointer;
}
.page-template-page-projects .single-project .project-heading .title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 60%;
}
.page-template-page-projects .single-project .project-heading .details-wrapper {
    font-family: 'SuisseIntlMono';
    font-size: var(--size-content);
    line-height: var(--line-content);
    width: 16.66%;
    margin-left: auto;
    text-align: right;
}

.page-template-page-projects .single-project.expandable .project-heading:hover {
/*    background-color: #fff;*/
/*    color: var(--color-blue);*/
}
/*
.page-template-page-projects .single-project.expandable .project-heading:hover .title-wrapper:after {
    display: block;
    content: '';
    height: 0.75em;
    width: 0.25em;
    background-color: #fff;
    margin-left: 10px;
    animation: blinkCaret 0.8s linear infinite;
}
@keyframes blinkCaret {
    0%   {opacity: 1;}
    50%  {opacity: 1;}
    51%  {opacity: 0;}
    100% {opacity: 0;}
}
*/

.page-template-page-projects .single-project.expandable .project-heading:hover .categories {
    -webkit-text-stroke-color: var(--color-blue);
}

.page-template-page-projects .single-project.expandable .pvw-gallery {
    padding: 10px 0;
}



/*
.page-template-page-projects .background-nav {
    display: none;
    height: 30vw;
    width: 10px;
    position: absolute;
    background-color: rgb(0, 0, 255);
    z-index: -1;
}
*/
.page-template-page-projects .background-nav {
    display: none;
    height: 5px;
    width: 10px;
    background-color: #fff;
    z-index: -1;
}

.page-template-page-projects .project-specs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.page-template-page-projects .project-specs .project-description {
    font-family: 'SuisseIntlMono';
    font-size: var(--size-content);
    line-height: var(--line-content);
    padding-bottom: 10px;
    width: 50%;
}
/**/
.page-template-page-projects .project-specs .project-credits {
    font-family: 'SuisseIntlMono';
    font-size: var(--size-content);
    line-height: var(--line-content);
    padding-bottom: 10px;
    width: calc(25% - 10px);;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}
.page-template-page-projects .project-specs .project-credits .project-credits-table {
/*    border: 1px solid #fff;*/
}
.page-template-page-projects .project-specs .project-credits .credits-row {
    display: flex;
    flex-direction: row;
    padding: 0 5px;
}
.page-template-page-projects .project-specs .project-credits .credits-row span {
    width: 50%;
    word-break: break-all;
}

/**/
.page-template-page-projects .project-specs .project-data {
    font-family: 'SuisseIntlMono';
    font-size: var(--size-content);
    line-height: var(--line-content);
    padding-bottom: 10px;
    width: 16.66%;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.page-template-page-projects .project-specs .project-data .project-data-table {
/*    border: 1px solid #fff;*/
}
.page-template-page-projects .project-specs .project-data .data-row {
    display: flex;
    flex-direction: row;
/*    border-bottom: 1px solid #fff;*/
    padding: 0 5px;
}
.page-template-page-projects .project-specs .project-data .data-row:last-of-type {
    border-bottom: 0;
}
.page-template-page-projects .project-specs .project-data .data-row span {
    width: 50%;
}
.page-template-page-projects .project-specs .project-data .data-row span.value {
    text-align: right;
}
.page-template-page-projects .project-specs img {
    height: 30vw;
    display: block;
}

.page-template-page-projects .single-project.expandable:hover span.arrowdown {
    opacity: 1;

}
.page-template-page-projects .single-project.expandable:hover span.arrowdown img {
    
}
.page-template-page-projects .single-project.expandable span.arrowdown {
    opacity: 0;
    position: absolute;
    transition: transform 0.3s, opacity 0.1s;
    margin-left: 1vw;
    font-size: 1.8vw;
    z-index: -1;
}
.page-template-page-projects .single-project.expandable span.arrowdown img {
    height: 1.5vw;
    width: 1.5vw;
}


.page-template-page-projects .single-project .preview-image {
    display: none;
    position: fixed;
    top: 10vh;
    left: 20vw;
    width: 60vw;
    height: 80vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    z-index: 0;
/*    mix-blend-mode: multiply;*/
}
.page-template-page-projects .single-project:hover .preview-image {
    display: block;
}
.page-template-page-projects .single-project.selected:hover .preview-image {
    display: none;
}






.page-template-page-projects #footer {
    display: none;
}



/* ABOUT **************************************/
.page-template-page-about .entry {
    padding-top: calc(4vw + 30px);
}
.page-template-page-about .content {
    padding-right: 5px;
    font-family: 'SuisseIntlMono';
    font-size: var(--size-content);
    line-height: var(--line-content);
}
.page-template-page-about .faqs-wrapper {
    margin-top: 0.5em;
}
.page-template-page-about .question {
    background-color: #fff;
    color: var(--color-blue);
    display: inline-block;
    margin-top: 0.5em;
}
.page-template-page-about .answer {
    
}

.page-template-page-about .contact {
    padding-left: 5px;
}

.page-template-page-about .gallery {
    background-image: url(https://www.andreamantegazza.it/wp-content/uploads/2020/10/am-bg.jpg);
    height: calc(100vh - 4vw - 20px - 10px - 20px - 2vw - 20px - 1vw);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-template-page-about #footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}








/* GAME
--------------------------------------------------------------------------*/
.page-template-page-game .entry  {
    font-family: 'SuisseIntlMono';
    font-size: 1vw;
    line-height: 1em;
}



.page-template-page-snake #footer {
    display: none;
}









/* CLOCK
***************************************************************************/
.page-template-page-clock #footer {
    display: none;
}
.page-template-page-clock div#clock {
    text-align: center;
    padding-top: calc(50vh - 4vw - 8vw);
    -webkit-text-stroke: var(--stroke-width) #fff;
    color: blue;
    font-size: 10vw;
    line-height: 1em;
}
.number-container.hour{ text-align: right; }
.number-container.seconds{ text-align: left; }
.w-2 {
    display: inline-block;
    width: 4.5vw;
    width: 2.2em;
    text-align: center;
}





/* LIGHTNING
***************************************************************************/
.page-template-page-lightnings {
    background-color: #000;
    color: #ff0;
}
.page-template-page-lightnings #header {
    display: none;
}
.page-template-page-lightnings .entry {
    display: flex;
    flex-direction: column;
    padding: 0;
    font-family: 'SuisseIntlMono';
    font-size: 0.9vw;
    line-height: 1.1em;
}
.page-template-page-lightnings .entry .scopes-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.page-template-page-lightnings .entry .section-data {
    width: 50%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.page-template-page-lightnings .entry .section-data:nth-child(1) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.page-template-page-lightnings .entry .section-data:nth-child(2) {
    border-bottom: 1px solid #fff;
}
.page-template-page-lightnings .entry .section-data:nth-child(3) {
    border-right: 1px solid #fff;
}

.page-template-page-lightnings .section-title {
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
        display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.page-template-page-lightnings .section-title .status.online {
    color: #0f0;
}
.page-template-page-lightnings .section-title .status.offline {
    color: #f00;
}

.page-template-page-lightnings .detection-wrapper .single-detection {
    display: flex;
    flex-direction: row;
    padding: 0 5px;
}
.page-template-page-lightnings .detection-wrapper .single-detection.heading {
/*    border-bottom: 1px solid #fff;*/
    
}
.page-template-page-lightnings .detection-wrapper .single-detection div {
    flex: 1;
    padding: 2px 0;
}
.page-template-page-lightnings .detection-wrapper .single-detection.heading div {
    padding: 5px 0;
}
.page-template-page-lightnings .detection-wrapper .single-detection div.param-1 {
    flex: 1.2;
}
.page-template-page-lightnings .detection-wrapper .single-detection div.param-5 {
    text-align: right;
    padding-right: 10px;
}

.page-template-page-lightnings .detection-wrapper .single-detection div.blink {
    width: auto;
    animation: blink-animation 1.5s infinite;
    -webkit-animation: blink-animation 1.5s infinite;
    padding: 2px 2px;
}

@keyframes blink-animation {
  0%   {background-color: transparent; color: #ff0; }
  49%   {background-color: transparent; color: #ff0; }
  50%   {background-color: #ff0; color: #000; }
  100% {background-color: #ff0; color: #000; }
}


.page-template-page-lightnings .detection-status #timer {
    color: #fff;
}
.page-template-page-lightnings .detection-status {
    color: #00a900;
/*    font-size: 3vw;*/
/*    line-height: 1em;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 100%;*/
    padding: 5px 10px;
}


.page-template-page-lightnings #footer {
    display: none;
}




/* COOKIES
***************************************************************************/
div#cookie-law-info-bar,
div#cookie-law-info-bar * {
    font-family: 'SuisseIntlMono';
    font-size: var(--size-content);
    line-height: var(--line-content);
}
div#cookie-law-info-bar a.cli_settings_button,
div#cookie-law-info-bar a.cli_action_button {
    background-color: var(--color-blue);
    display: inline !important;
    cursor: pointer;
    padding: 0 2px;
}

.cli-modal-content.cli-bar-popup,
.cli-modal-content.cli-bar-popup *,
.cli-switch .cli-slider:after {
    border-radius: 0;
    font-family: 'SuisseIntlMono';
    font-size: var(--size-content) !important;
    line-height: var(--line-content) !important;
    color: var(--color-blue);
}
.cli-tab-section .cli-tab-content {
    padding: 10px 0 !important;
}
.cli-switch input:checked + .cli-slider {
    background-color: var(--color-blue) !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: var(--color-blue) !important;
    color: #fff !important;
    padding: 0 2px !important;
}




/***************************************/
.col-md-1{
    width: 8.33%;
    float: left;
}
.col-md-2{
    width: 16.66%;
    float: left;
}
.col-md-3{
    width: 25%;
    float: left;
}
.col-md-6{
    width: 50%;
    float: left;
}
.col-md-9{
    width: 75%;
    float: left;
}
.col-md-10{
    width: 83.33%;
    float: left;
}
.col-md-11{
    width: 91.66%;
    float: left;
}

.mobile{
    display: none;
}

@media screen and (max-width: 960px) {
    
    :root {
            
        --size-body: 5vw;
        --line-body: 5vw;

        --size-content: 3.5vw;
        --line-content: 1.2em;
        
        --stroke-width: 0.2vw;
    }

    .desktop{display: none;}
    body {
        font-size: var(--size-body);
        line-height: var(--line-body);
        font-family: 'DrukWideMedium';
        background-color: var(--color-blue);
    }
    
    #header {
        padding-bottom: 5px;
    }
    


    .home #header {
        padding-bottom: 5px;
        box-shadow: 0;
    }
    
    
    
    /*
    ---------------------------------------------------------------*/
    .home .wrapper-positions {
        display: none;
    }


    
    
    .page-template-page-projects #header .inner-wrapper {

    }
    
    #header span.stroke {
        -webkit-text-stroke: var(--stroke-width) #fff;
        color: transparent;
        font-size: var(--size-body);
        position: relative;
        top: 0px;
        left: 0.8vw;
        display: block;
    }
    #header .name {
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    #header .navigation{
        text-align: left;
    }
    
    
    canvas{
        display: none !important;
    }
    
    
        
    

    .floppy {
        animation: spiny 8s linear infinite;
        position: fixed;
        width: 60vw;
        left: 20vw;
        top: 50vw;
    }

    
    
    
    #home-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    #home-footer .studio-data,
    #home-footer .meteo-data {
        width: 100%;
    }
    #home-footer .wrapper{
        border-top: 1px solid #fff;
        padding-top: 10px;
        width: 100%;
    }
    
    
    
    .working-data{
        padding-bottom: 10px;
    }
    .connection{
        display: inline-block;
        width: 0.76em;
        height: 0.76em;
        border-radius: 2em;
        border: 1px solid #fff;
        margin-right: 10px;
        background-color: #fff;
    }
    .connection.offline{
        background-color: transparent;
    }
    .connection span.speedtest {
        text-transform: initial;
    }
    span.speedtest {
        text-transform: initial;
    }

    
    
    /* curfew **************************************/

    .curfew {
        position: fixed;
        width: 25%;
        left: calc(25% + 12.5%);
        top: 65vh;
        border: 2px solid #f00;
        border-radius: 1.5vw;
        padding: 2vw 0px;
        color: red;
        background-color: #ff000070;
        display: none;
    }
    
    .curfew {
        display: none;
        position: inherit;
        width: calc(100%);
        margin-left: 0;
        border-radius: 4vw;
        padding: 5vw 0;

        display: none;
        color: red;
        border: 1px solid red;
        background-color: #ff000054;
        position: inherit;
        border-radius: 2vw;
        padding: 5px 10px;
        margin-bottom: 0.2em;
    }
    .curfew.free {
        color: #00ef37;
        border: 1px solid #00ef37;
        background-color: #00ef3754;
    }


    
    
    /* PROJECTS **************************************/
    .page-template-page-projects .entry {
        padding-top: calc(25vw + 20px + 2px + 5px);
    }    
    .page-template-page-projects .projects-wrapper article {
        line-height: var(--line-body);;
        padding: 5px 0;
    }
    .page-template-page-projects .project-specs {
        flex-direction: column;
        padding-top: 5px;
    }
    .page-template-page-projects .project-specs .project-credits {
        width: 100%;
        margin-left: 0;
    }

    .page-template-page-projects .project-specs .project-data {
        width: 100%;
        margin-left: 0;
    }
    .page-template-page-projects .project-specs .project-description {
        padding-bottom: 10px;
        width: 100%;
    }
    .page-template-page-projects .project-specs img {
        width: 100%;
        height: auto;
    }
    .page-template-page-projects .single-project.expandable .project-heading:hover {
        background-color: inherit;
        color: inherit;
    }
    .page-template-page-projects .single-project.expandable .pvw-gallery {
        padding-top: 0;
    }
    
    .page-template-page-projects .single-project.selected .background-nav {
        animation-name: previewScroll;
        animation-duration: 8s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    @keyframes previewScroll {
        0% {width: 0;}
        100% {width: 100%;}
    }
    .page-template-page-projects .single-project .project-heading .title-wrapper {
        width: 70%;
        font-size: var(--size-content);
        line-height: var(--line-content);
    }
    .page-template-page-projects .single-project .project-heading .details-wrapper {
        width: 30%;
    }
    
    .page-template-page-projects .credits {
        font-family: 'SuisseIntlMono';
        -webkit-text-stroke: 0;
        color: #fff;
        line-height: 1.2em;
        font-size: 4vw;
        display: inline-block;
    }


    
    
    /* ABOUT **************************************/
    .page-template-page-about .entry {
        padding-top: calc(50vw + 25px);
    }    
    .page-template-page-about .content {
        padding-right: 5px;
        font-size: var(--size-content);
        line-height: var(--line-content);
        font-family: 'SuisseIntlMono';
    }
    .page-template-page-about .content p {
        padding-bottom: 0.5em;
    }
    
    .page-template-page-about .gallery {
        height: 100vw;
    }
    
    .page-template-page-about #footer{
        position: initial;
    }
    #footer .contacts {
        font-size: inherit;
        line-height: inherit;
    }
        
    #footer .inner-footer {
        border-top: 1px solid #fff;
        font-size: var(--size-content);
        line-height: var(--line-content);
    }

        
        
    
    #cookie-law-info-bar {
        font-size: 3vw;
        line-height: 4vw;
        text-align: left !important;
    }
    
    .cli_settings_button {
        cursor: pointer;
        margin: 0 !important;
        padding: 0 !important;
        margin-right: 4vw!important;
    }

    /***************************************/
    .col-sm-50{
        width: 50%;
        float: left;
    }
    .col-sm-100{
        width: 100%;
        float: left;
    }
    
    .mobile{
        display: block;
    }
    
}
