
/******************************************************************************/
/* MOBILE DEVICE PORTRAIT                                                     */
/******************************************************************************/
@media screen and (orientation: portrait) {    
    .devider-50 { width: 100%; height: 100%;  background: transparent; display: block; padding: 0; float: right; position: relative; padding-top: 4vh; }  

    .menu-container             { width: 100vw; height: 6vh; }
    .menu-header                { width: 100vw; height: 6vh; background: #1c1c1c; }
    .menu-navigation            { width: 100vw; height: 100vh; left: 0; top: 0; }
    .menu-title                 { 
        font-size: 2vh; 
        line-height: calc(6vh - 1px); 
        width: 100%;
        height: 6vh;        
        transform: none; 
        writing-mode: horizontal-tb;   
        text-align: center;
        cursor: pointer;
        vertical-align: middle;
    }
    .menu-title-close
    {
        background: #cbad08;
        color: #1c1c1c;
    }

    .menu-filter-wrapper 
    { 
        top: 6vh;
        width: 96vw; 
        height: 93vh; 
        left: 2vw; 
        margin: 0 0 0 0; 
        position: relative; 
        display: block; 
        background: #1c1c1c; 
        box-shadow: 0 0 5px 1px #1c1c1c;
    }

    .menu-filter-wrapper h1 { visibility: hidden; } 
    .menu-filter-wrapper h4 { visibility: hidden; } 
    .menu-filter-wrapper .wp-block-button { visibility: hidden; } 

    .filter-items-container { margin: 5vh 0 0 0; width: 100%; position: relative; }
    .filter-item { display: block; position: relative; width: 100%; margin: 1vh 0 1vh 2vh;}
    .filter-item-text {  
        letter-spacing: 0.5vw;
        display: inline-block; 
        margin: 1vh 0 0 1.5vh; 
        height: 5vh; 
        line-height: 6vh; 
        vertical-align: middle; 
        font-size: 6vw; 
        color: #cbad08;
        cursor: pointer;
    }
    
    .filter-item-text-unchecked {  color: #989898; }

    .filter-item-counter {  
        display: inline-block; 
        margin: 1vh 0 0 2vw; 
        height: 5vh; 
        line-height: 6vh; 
        vertical-align: top; 
        font-size: 5vw;
        letter-spacing: 0.5vw;
        color: #FFFFFF;
    }


    .portfolio-container            { width: 96vw; padding: 0; margin: calc(4vh + 2px) 2vw 2vh 2vw; position: absolute; display: block; }   
    .portfolio-content-wrapper-l    { width: 96vw; height: calc((( 96vw / 3) * 2) - 2px); margin: 2vh 0 2vh 0; }
    .portfolio-content-wrapper-p    { width: 96vw; height: calc((( 96vw / 2) * 3) - 2px); margin: 2vh 0 2vh 0; }
    .portfolio-photo-l {    
        box-shadow: 0 0 5px 1px #000000;
        float: left;
        display: block; 
        position: relative; 
        width: calc(96vw - 2px);
        height: calc((( 96vw / 3) * 2) - 2px);   
        margin-left: 1px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;  
    }
    .portfolio-photo-p {        
        box-shadow: 0 0 5px 1px #000000;
        display: block; 
        position: relative; 
        width: calc(96vw - 2px);
        height: calc(((96vw / 2) * 3) - 2px);   
        margin-left: 1px;
        margin-bottom: 2vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;  
    }
    .potfolio-header {
        height: 90vh;
    }

    .potfolio-header .portfolio-photo-l { height: 90vh;}

    .portfolio-title-wrapper    { 
        width: 80vw;         
        position: absolute; 
        display: block; 
        margin: 10vh 0 0 calc(50% - 40vw);
        height: calc(100% - 10vh);
    }
    .portfolio-title-wrapper h1 { font-size: 13vw; }
    .portfolio-title-wrapper h2 { font-size: 13vw; }
    .portfolio-title-wrapper h3 { font-size: 4vw; margin: 40vh 0 0 0; bottom: 25vw; }
    .portfolio-title-wrapper h4 { font-size: 45pt; text-transform: uppercase; letter-spacing: 0.2vw; color: #FFFFFF; margin: 0 0 5vh 3.5vw; padding: 0; }

    .footer-container img { 
        width: 10vh;
        height: 10vh; background: transparent; 
    }



    .footer-image               { margin: 0 0 0 0; padding: 0; display: block; z-index: 50; }
    .footer-image img           { 
        z-index: 50;
        display: block;
        position: relative;
        left: calc(50% - 3.5vh);
        text-align: center;
        width: 7vh; 
        height: 7vh; 
        padding: 0;
        top: 1vh;
        margin: 1vh 0 0 0;
        letter-spacing: 0; 
    } 
    .footer-image figcaption    {
        display: block;
        padding-top: 2vh;
        padding-bottom: 1vh;
        color: #cbad08; 
        font-size: 30pt; 
    }
}