/*
    Theme Name: Malachi Split Portfolio Layout 2025
    Theme URI: http://malachisimonyan.com
    Description: HTML5 Blank WordPress Theme
    Version: 1.4.3
    Author: Malachi SImonyan
    Author URI: http://toddmotto.com
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font: 300 11px/1.4 'Roboto', sans-serif;
    ;
    color: #444;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    /* max-width:1280px; */
    /* width:95%; */
    /* margin:0 auto; */
    /* position:relative; */
}

/* header */
.header {}

/* logo */
.logo {}

.logo-img {}

/* nav */
.nav {}

/* sidebar */
.sidebar {}

/* footer */
.footer {}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------

@font-face {
    font-family:'Font-Name';
    src:url('fonts/font-name.eot');
    src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

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

@media only screen and (min-width:1024px) {}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #4F4F4F;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* Malachi Additions */

.roboto {
    font-family: 'Roboto', sans-serif;
}

.playfair {
    font-family: 'Playfair Display', serif;
}

.leftBg {
    background: url(img/black-bg.png)center center;
    transition: all .5s;
    height: 100%;
    width: 100%;
    position: absolute;
}

.leftBg:hover {
    /* background: url(img/Malachi-Hands.jpg) center center; */
    height: 100%;
    width: 100%;
    animation: bgfade2 6s infinite;
    /* background: url("img/black-bg-1.jpg") no-repeat center center; */
    background-size: cover;
    transition: background 5s;
    /* position: relative; */
}
    @keyframes bgfade {
        0% {
            background-image: url(img/black-bg-1.jpg)

        }

        15% {
            background-image: url(img/black-bg-2.jpg)
        }

        30% {
            background-image: url(img/black-bg-3.jpg)
        }

        45% {
            background-image: url(img/black-bg-4.jpg)
        }

        60% {
            background-image: url(img/black-bg-5.jpg)
        }

        75% {
            background-image: url(img/black-bg-6.jpg)
        }
        
        90% {
            background-image: url(img/black-bg-7.jpg)
        }
        
        100% {
            background-image: url(img/black-bg-1.jpg)
        }
    }
        @keyframes bgfade2 {
        0% {
            background-image: url(img/mfade1.jpg)

        }

        15% {
            background-image: url(img/mfade2.jpg)
        }

        30% {
            background-image: url(img/mfade3.jpg)
        }

        45% {
            background-image: url(img/mfade4.jpg)
        }

        60% {
            background-image: url(img/mfade5.jpg)
        }

        75% {
            background-image: url(img/mfade6.jpg)
        }
        
        90% {
            background-image: url(img/mfade7.jpg)
        }
        
        100% {
            background-image: url(img/mfade1.jpg)
        }
    }

/* .leftBg:hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0);
    content: "";
    opacity: 0.2;
    z-index: 2;
} */

.malachi-top {
    text-align: right;
    font-weight: 200;
    font-size: 4em;
    text-transform: uppercase;
    position: relative;
    margin-top: 1em;
    transition: all .2s;
}

/*
.malachi-top:before {
content:"";
position:absolute;
width: 65%;
height:1px;
background:white;
top:.75em;
right: 35%;
}
*/
.simonyan-top {
    text-align: left;
    font-weight: 300;
    font-size: 4em;
    text-transform: uppercase;
    position: relative;
    margin-top: 1em;
    transition: all .2s;
}

.intro-content p {
    text-align: center;
    margin-top: -10%;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}

/*
.simonyan-top:before {
content:"";
position:absolute;
width: 60%;
height:1px;
background:black;
top:.75em;
left:40%;
}
*/

li {
    float: left;
    list-style: none;
    margin: 0px 0px;
}

.the-menus {}


#gallery-1 .gallery-item,
.gallery-item {
    /* float: right!important; */
    margin-top: 0px !important;
    text-align: center !important;
    width: 25% !important;
    height: 25% !important;
    overflow: hidden;
    margin-bottom: 0px !important;
    position: relative;
    max-height: 25vh;
    display: block;
}

#gallery-1 img,
.gallery-item img {
    border: 0px solid #cfcfcf !important;
    transition: all .5s;
    width: 100%;
    height: 100%;
    margin-top: 0%;
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-item img:hover {
    width: 125% !important;
    max-width: 125% !important;
    height: 125% !important;
    margin-top: -10% !important;
    margin-left: -10% !important;
}

dt.gallery-icon {
    max-width: 100%;
    max-height: 25%;
    position: relative;
    display: block;
    height: 25%;
    overflow: hidden;
}

.gallery a {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    display: block;
}


#myDrawings {}

#myPaintings {}

#mySculptures {}

.hiddenLeft {
    display: none;
}

.leftCurrent {
    display: block;
}

.navlinkLeft {
    cursor: pointer;
    text-align: right;
    float: right;
}

.pageLeft h2 {
    clear: both;
}

.pageLeft h2 {
    margin-right: 0.3em !important;
}

.menu a {
    transition: all .25s;
    padding-bottom: 20px;
    display: block;
    padding: 20px 10px 20px 10px;
    font-size: .85em;
}

.menu a:hover {
    box-shadow: inset 0 -20px 0 black;
}

.menu a:focus {
    box-shadow: inset 0 -70px 0 black;
    color: white;
}
/*.menu {
    text-align: right;
    float: right;
    padding-right: .7em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
}
*/
/*
.gallery-item {
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.gallery-item img{
    width: 300px;
    height: 300px;
    transition:all .5s;
}

.gallery-item img:hover{
    width: 400px;
    height: 400px;
}
*/

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.4) !important;
    -moz-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0px 18px 100px -30px rgba(0, 0, 0, 1) !important;
}

ul#menu-art {
    text-align: right;
    float: right;
    padding-right: .7em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    /* padding-bottom: 21px; */
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    /* background: none!important; */
    /* background: none!important; */
    background-color: rgba(205, 205, 205, 0.69);
}

/* Right Panel Line Art */
.svg-holder {
    height: 100%;
    position: absolute;
    /* overflow: hidden; */
    display: none;
    width: 100%;
    transition: all .2s;
    top: 0px;
    z-index: 1;
}

.svg-holder svg path {
    fill: rgba(252, 252, 252, 0);
    stroke: rgb(0 0 0 / 27%);
    stroke-width: 1px;
    stroke-opacity: .2;
}

.svg-holder .PiYG {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    /* position: absolute; */
    /* display: block; */
}

.svg-holder .gallery {
    /* left: 0; */
    /* top: 0; */
    width: 100%;
    height: 101%;
    /* display: block; */
    position: absolute;
}

.intro-content {
    z-index: 2;
}

/*html {
    -webkit-filter: blur(0px);
    -webkit-animation: fadein linear 1s;
}

@-webkit-keyframes fadein {
   0% {    -webkit-filter: blur(300px);
            opacity: 0;}
  28% { -webkit-filter: blur(25px);
            opacity: .2;}
 100% {  -webkit-filter: blur(0px);
            opacity: 1;}
}*/



/*=======================*/
/* Page Right */

.page-right .page-inner {
    display: block;
}

#menu-design, #menu-right-menu, #menu-left-menu {
    display: block;
    text-align: right;
    float: right;
    padding-right: .7em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
}

.page-right .page-inner h2 {
    /* padding-left: 50px; */
    /* margin-bottom: .75em; */
}

.hiddenRight {
    display: none;
}

.rightCurrent {
    display: block;
}

.navlinkRight {
    cursor: pointer;
}

.portfolio-block {
    margin-top: 0;

}

.portfolio-block-list {
    margin-bottom: 3em;
    border-bottom: 1px solid rgb(237, 237, 237);
    padding-bottom: 3em;
}

.portfolio-block-list a {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    transition: all .5s;
    /* max-width:100%!important; */
    /* max-height: 100%!important; */
    overflow: hidden;
    display: block;
    min-width: 300p;
}

.grid.main-image img{
    max-width: 98.45%;
}

.portfolio-block-list a:hover {
    /* opacity:.5; */
    -webkit-filter: grayscale(100%);
}

.portfolio-block-list a img {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: all .2s;
}

.portfolio-block-list a img:hover {
    /* max-width:150%; */
    /* max-height: 60%; */
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
}

.design-block {}

ul.logos-block {
    padding-left: 15px;
    padding-right: 5px;
}

ul.logos-block li {
    white-space: nowrap;
    text-align: center;
    /* max-height: 300px; */
    background-color: white;
    text-align: center;
    /* margin: 1em; */
    white-space: nowrap;
    overflow: hidden;
    min-height: 300px;
    border: 10px solid rgb(249, 249, 249);
    margin-bottom: 0px;
}

ul.logos-block li span {
    /* display: inline-block; */
    height: 100%;
    vertical-align: middle;
}

ul.logos-block li span img {
    vertical-align: middle;
    /* max-height: 300px; */
    /* max-width: 300px; */
    display: inline-block;
}

.block-left {
    padding-left: 0 !important;
}

.extra-images {}

.extra-images ul {
    padding-left: 0;
}

.extra-images ul li {
    padding: 10px 10px 0 0 !important;
}

.extra-images ul li img {}

.block-right {
    /* border-left: 1px solid rgb(199, 199, 199); */
    /* margin-top: .75em; */
    padding-left: 30px !important;
    padding-right: 40px !important;
}

.block-right h3 {
    font-weight: 300;
    margin: 0;
    font-size: 2em;
    padding-bottom: .5em;
    border-bottom: 1px solid rgb(207, 207, 207);
}

.block-right p {
    margin-bottom: 30px;
}


.button {
    background-color: #00000000;
    display: block;
    padding: 8px 20px;
    color: #000000;
    font-size: .95em;
    box-shadow: inset 0 0 0 0px black;
    transition: all .2s cubic-bezier(0, 0, 0.2, 1) !important;
    max-width: 280px;
    text-align: center;
    padding: 20px;
    margin: 10px 0;
    box-shadow: inset 0 0 0 2px black;
}

.button:hover {
    color: #ffffff;
    background-color: #000000;
    box-shadow: inset 0 0 0 2px black;
}

.button:focus {
    background-color: rgb(39 28 38);
    -webkit-filter: none;
    -webkit-filter: grayscale(0) !important;
    color: white;
    box-shadow: 0 0 0 0 black;
}

.contact-info-right {
    position: absolute;
    top: 7.5em;
    /* margin-top: -4em; */
    font-weight: 500;
    color: black;
    left: 5px;
    text-align: left;
    z-index: 500;
    /* font-size: 14px; */
}

.contact-info-right a {
    color: black;
    /* margin-left: 10px; */
    text-align: right;
    width: 100%;
    display: block;
    position: relative;
    right: -158px;
}

.contact-info-left {
    position: absolute;
    top: 9.1em;
    font-weight: 300;
    color: white;
    right: 75px;
    text-align: left;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    /* margin-left: -30px; */
    /* left: 67%; */
    /* display: flex; */
}
.contact-info-left p.show-desktop{
    margin-left: -20px;
    position: relative;
    left: -18px;
}
.contact-info-left a {
    color: black;
    margin-left: 10px;
}
/*=========================================*/
/*=========================================*/
.preloader-visible {
    background: black;
    width: 100% !important;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
}

/* +++++++++++++ Preloader +++++++++++++ */
/* +++++++++++++ Preloader +++++++++++++ */
/* +++++++++++++ Preloader +++++++++++++ */

.preloader-container {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    z-index: 9999;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 60px;
    margin: -30px 0 0 -40px;

}

.preloader .lines {
    width: 80px;
    height: 40px;
    position: absolute;
}

.preloader .lines .line {
    width: 80px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    clip: rect(0, 0, 20px, 0);
}

.preloader .lines .line.line-1 {
    top: 0;
    -webkit-animation: slide 2s ease 0s infinite;
    animation: slide 2s ease 0s infinite;
}

.preloader .lines .line.line-2 {
    top: 15px;
    -webkit-animation: slide 2s ease 0.25s infinite;
    animation: slide 2s ease 0.25s infinite;
}

.preloader .lines .line.line-3 {
    top: 30px;
    -webkit-animation: slide 2s ease 0.5s infinite;
    animation: slide 2s ease 0.5s infinite;
}

.preloader .loading-text {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-family: sans-serif;
    letter-spacing: 3px;
    line-height: 10px;
    height: 10px;
    -webkit-animation: fade 1s ease 0s infinite;
    animation: fade 1s ease 0s infinite;
}

@-webkit-keyframes slide {
    0% {
        clip: rect(0, 0, 20px, 0);
    }

    30% {
        clip: rect(0, 80px, 20px, 0);
    }

    50% {
        clip: rect(0, 80px, 20px, 0);
    }

    80% {
        clip: rect(0, 80px, 20px, 80px);
    }

    100% {
        clip: rect(0, 80px, 20px, 80px);
    }
}

@keyframes slide {
    0% {
        clip: rect(0, 0, 20px, 0);
    }

    30% {
        clip: rect(0, 80px, 20px, 0);
    }

    50% {
        clip: rect(0, 80px, 20px, 0);
    }

    80% {
        clip: rect(0, 80px, 20px, 80px);
    }

    100% {
        clip: rect(0, 80px, 20px, 80px);
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.nivo-lightbox-wrap {
    position: absolute;
    top: 2%!important;
    bottom: 10%;
    left: 10%;
    right: 10%
}

.nivo-lightbox-image {
    height: 95vh!important;
}

/*=========================================*/
/*=========================================*/
/*============= NEW ADDITIONS =============*/


ul.wp-block-list li {
    list-style: disc;
    text-align: left;
    font-size: 115%;
    line-height: 2.0;
}

.ed-top-p {
    font-size: 120%;line-height: 2;font-style: italic;display: flex;align-items: center;font-weight: 600;}
.marlena-pic {
    
}

hr.wp-block-separator.has-alpha-channel-opacity {
    margin: 50px 0;
    border-top: 1px solid #b1b1b1;
}

div#wpcf7-f133-o1 {
    max-width: 100%;
}

label {}

form.wpcf7-form.init {}

form.wpcf7-form.init label input, form.wpcf7-form.init label textarea{
    max-width: 100%;
}
.bio-text {

}
.bio-text h4{
    font-size: 95%;
    font-weight: 400;
}
/*=========================================*/
/*=========================================*/
/*=============== RESPONSIVE ==============*/

/*=========================================*/
/*SHOW DESKTOP AND HIDE MOBILE STYLES*/
.show-desktop {
  display: block;
}
.show-mobile {
  display: none;
}

/* -------------------------- */
@media (max-width:1600px) {

    #gallery-1 .gallery-item,
    .gallery-item {
        /* float: right!important; */
        max-height: 20vh;
    }

}
/* ------------------------- */
@media (max-width:1000px) {

    #gallery-1 .gallery-item,
    .gallery-item {
        /* float: right!important; */
        height: 50% !important;
        width: 50% !important;
        max-height: 20vh;
    }

    .malachi-top {
        font-size: 3em;
    }

    .simonyan-top {
        font-size: 3em;
    }

}

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

@media (max-width:800px) {

    #gallery-1 .gallery-item,
    .gallery-item {
        /* float: right!important; */
        height: 100% !important;
        width: 100% !important;
        max-height: 50vh;
    }

    .malachi-top {
        font-size: 2em;
        margin-right: 13px;
    }
    .malachi-top {
        text-align: right;
        font-weight: 200;
        font-size: 4.9em;
        text-transform: uppercase;
        position: relative;
        margin-top: 1em;
        transition: all .2s;
        transform: rotateZ(-90deg);
        position: absolute;
        top: 78px;
        right: -23vw;
    }

    .simonyan-top {
        font-size: 2em;
        letter-spacing: 2px;
        padding-left: 5px;
        /* new */
        5.5em;
        text-transform: uppercase;
        position: relative;
        font-size: 4.95em;
        margin-top: 1em;
        transition: all .2s;
        transform: rotateZ(90deg);
        position: absolute;
        top: 72px;
        left: -21.5vw;
    }

    .intro-content p {
        max-width: 50%;
        text-align: center;
    }

    .contact-info-right {
        top: revert;
        font-size: 13.5px;
        left: 0;
        right: 0;
        bottom: 2.3em;
    }

    .contact-info-right p {
        text-align: center;
        line-height: 1.25;
        letter-spacing: -.25px;
    }
    .contact-info-right a {
        color: black;
        margin-left: auto;
        right: 0px;
        left: 0;
        margin-right: auto;
        text-align: center;
    }
    .contact-info-left {
        bottom: 2.5em;
        right: 0;
        text-align: right;
        letter-spacing: 2px;
        top: initial;
        left: 0;
    }
    .contact-info-left p{
        line-height: 1.50;
        text-align: center;
    }
    .contact-info-left .show-mobile{
        
    }
    .profile:hover {
        top: 0!important;
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

    .mobile-layout.open-left .malachi-top, .mobile-layout.open-right .simonyan-top{
        display:none;
    }
    
    .mobile-layout.open-left .contact-info-left, .mobile-layout.open-right .contact-info-right{
        display:none;
    }
    .mobile-layout.open-left h1, .mobile-layout.open-left p {
        display: none;
    }
    .mobile-layout.open-right h1, .mobile-layout.open-right p {
        /* display: none; */
    }

    .menu a {
        transition: all .25s;
        padding-bottom: 20px;
        display: block;
        padding: 20px 10px 20px 0px;
        font-size: .80em;
    }

    ul#menu-art {
        padding-left: 0px;
        padding-right: 0.0em;
    }

    #menu-design {
        display: block;
        text-align: right;
        float: right;
        padding-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.11);
        margin-bottom: 10px;
        margin-top: 0;
        width: 100%;
        padding-left: 25px;
    }

    #menu-design.menu a {
        transition: all .25s;
        padding-bottom: 20px;
        display: block;
        padding: 20px 5px 20px 5px;
        font-size: .80em;
    }
    .open-right .back-left,
    .open-left .back-right {
        font-size:175%
    }

    .intro-content {
        top: 64%!important;
    }
    .intro-content .profile {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        /* top: 34%!important; */
        /* position: absolute; */
    }
    .intro-content h1, .back {
        margin-top:-10px;
    }

    /* LIGHTBOX */
    .nivo-lightbox-wrap {
        position: absolute;
        top: -13%!important;
        bottom: 10%;
        left: 5%;
        right: 5%;
    }

    .nivo-lightbox-image {
        height: 95vh!important;
    }

    .block-right h3 {
        font-weight: 300;
        margin: 0;
        font-size: 1.5em;
        padding-bottom: .5em;
        border-bottom: 1px solid rgb(207, 207, 207);
    }
    
    .block-right {
        /* border-left: 1px solid rgb(199, 199, 199); */
        /* margin-top: .75em; */
        padding-left: 0px !important;
        padding-right: 20px !important;
    }
    .button {
        background-color: #00000000;
        display: block;
        padding: 8px 20px;
        color: #000000;
        font-size: .80em;
        box-shadow: inset 0 0 0 0px black;
        transition: all .2s cubic-bezier(0, 0, 0.2, 1) !important;
        max-width: 280px;
        text-align: center;
        padding: 20px;
        margin: 10px 0;
        box-shadow: inset 0 0 0 2px black;
    }

    .portfolio-block-list {
        margin-bottom: 3em;
        border-bottom: 1px solid rgb(237, 237, 237);
        padding-bottom: 10px;
    }

    li.unit.w-1-4.portfolio-block-list {
        width: 50% !important;
        border: 5px solid rgb(249, 249, 249);
        padding: 5px;
    }

    ul.logos-block li {
        min-height: 50%;
    }
    
    .page-right .page-inner h2 {
        /* padding-left: 40px; */
        /* margin-bottom: .75em; */
        font-size: 1.25em;
    }
    .page-right {
        left: 0;
        padding-left: 7.5%!important;
    }

    .contact-info-left p.show-desktop{
        margin-left: unset;
        position: unset;
        left: unset;
    }

    ul.wp-block-list li {
        list-style: disc;
        text-align: left;
        font-size: 90%;
        line-height: 2.0;
    }
     ul.wp-block-list  {
        padding-left: 0;
    }
    
    .ed-top-p {
        font-size: 108%;
        line-height: 1.5;
        font-style: italic;
        display: flex;
        align-items: center;
        font-weight: 600;
        }
    .marlena-pic {
        
    }
   
    


}


/* ------------------------- */
/*CLOSE MEDIA QUERY*/

@media (max-width: 800px) {
    .show-desktop {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    
    /*END MEDIA QUERY*/
}
/*CLOSE MEDIA QUERY*/

