/*
Theme Name: Verno Child
Theme URI: https://verno.themeshop.co/
Author: themezinho
Author URI: https://themeforest.net/user/themezinho/portfolio
Template: verno
Description: Verno | Creative Portfolio for Freelancers & Agencies
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: verno
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


.archive figure.post-image {
    max-width: 500px;
    margin: auto;
}


.page-template-default p, .page-template-default h4, .page-template-default ul {
    color: #fff;
}

.archive.post-type-archive main {
    background-color: #000!important;
}

.archive .author {
    display: none!important;
}

.archive .post-image {
    margin-bottom: 30px!important;
}

.archive h3 a, .archive p {
    color: #fff!important;
}

.archive small.post-date {
    display: none!important;
}

.archive .blog .post .post-content {
    max-width: 700px;
    margin: auto;
}

.hide-canvas canvas {
    display: none;
}

h2, h3 {
    text-transform: uppercase;
}


figcaption h3 {
    text-transform: inherit;
}


.sub-footer small .footerlink:first-child {
    margin-left: 18px;
}

.footerlink {
    padding: 0 5px;
}

.footerlink:hover {
    color: #fff!important;
}

.backarrowsvg {
    margin-right: 20px;
    width: 32px;
    display: block;
    fill: #59cbff;
}

.backarrow {
    position: relative;
    display: flex;
    margin-top: 3%;
    align-items: center;
    z-index: 11;
}

.backarrow span {
    font-size: 22px;
    font-weight: 600;
    color: #59cbff;
}

.portfolio-template-default .navbar {
    z-index: 10;
}

.overflow .backarrow  {
    opacity: 0;
}

.logo-inner {
    display: none;
}

.overflow .logo-inner {
    display: block;
}

.portfolio-template-default main,
.portfolio-template-default section {
    background-color: #000;
}

.contact-hero a {
    font-size: 30px;
    color: #fff;
}

.contact-hero.contact-hero {
    margin: 90px 0 120px;
}

.contact-hero.contact-hero a, .contact-hero.contact-hero p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 26px;
    font-weight: 600;
    font-family: Poppins;
}

.brand-logo-birdie img {
    padding: 0 14px;
}


/*FANCE LINES*/



.animated-lines path {
    fill: none;
    stroke: #ddd;
    stroke-width: 0.5px;
    vector-effect: non-scaling-stroke;
}

.super-container {
    position: absolute;
    height: 1200px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #1a1a1a;
    z-index: -1;
  }
  
  
  .lines {
    opacity: 0.05;
  }
  
  .line {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #4C3A90;
  }
  
  .lights {
    opacity: 0.9;
  }
  
  .light {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #7A6BB5;
  }
  

@media only screen and (max-width: 1200px) {
    .stripeybg { height:900px; }
  }


p.portfolio-hint.portfolio-hint {
    height: 26px;
    font-size: 14px;
    color: #3F51B5;
    font-family: Poppins;
    font-weight: 600;
}


/* TEAM SECTION */

.team .client-item {
    position: relative;
    padding-bottom: 18px;
}


.team__portfoliourl {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}

.team ul li {
    border-right: none;
}

.plusquamteam {
    display: flex;
    float: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1em;
    margin-bottom: 36px;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    align-items: center;
}

.plusquamteam > li {
    float: none;
    flex: 1 1 calc(100% / 4 - 2em);
    max-width: 260px;
    padding: 6px 32px;
    min-width: 130px;
}

.team ul li:nth-child(even) {
    margin-top: 80px;
}


/*  BURGER / CONTACT MENU */

.logo-inner {
    font-weight: 900;
    font-family: Poppins;
    text-transform: uppercase;
    color: #000;
    font-size: 3rem;
}

.sandwich-text {
    text-transform: uppercase;
    cursor: pointer;
}

.sandwich-nav {
    position: relative;
}

.speechicon {
    fill: #fff;
    overflow: inherit!important;
    width: 100%;
    max-width: 34px;
    height: auto;
    position: absolute;
    right: -8px;
    top: 9px;
}

.navbar .sandwich-nav .sandwich-text {

    padding-right: 14px;
}

.navigation-menu .inner ul {
    display: none;
}


@media (max-width: 450px) {

    .logo-inner {
        font-size: 30px;
    }

}


/* INTRO STAGE */

@keyframes flickerAnimation {
    0%   { opacity:1; }
    80%  { opacity:1; }
    90%  { opacity:0.2; }
    100% { opacity:1; }
  }


.scrollr {
    margin-bottom: -30em;
    -webkit-animation: flickerAnimation 5s infinite;
    -moz-animation: flickerAnimation 5s infinite;
    -o-animation: flickerAnimation 5s infinite;
     animation: flickerAnimation 5s infinite;
}


.main,
section.content {
    background-color: #000;
}

.works .works-title h2 {
    color: #fff;
    font-size: 3.0vw;
    margin-bottom: 30px;
}

.content__title-wrap {
    color: #fff;
    
}

.works .works-grid li figure figcaption h3 {
    font-weight: 800;
    color: #fff;

}


.content__title.content__title {
    font-family: Poppins;
    font-weight: 900;
    text-transform: uppercase;
}



/* Page Loader */
.js .loading::before,
.js .loading::after {
    content: '';
    position: fixed;
    z-index: 1000;
}

.js .loading::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg);
}

.js .loading::after {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    opacity: 0.4;
    background: var(--color-link);
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,180deg);
        border-radius: 50%;
    }
}



.message {
    background: var(--color-text);
    color: var(--color-bg);
    padding: 1rem;
    text-align: center;
}

.frame {
    padding: 3rem 5vw;
    text-align: center;
    position: relative;
    z-index: 1000;
}

.frame__title {
    font-size: 1rem;
    margin: 0 0 1rem;
    font-weight: normal;
}

.frame__links {
    display: inline;
}

.frame__links a {
    display: block;
    margin: 0 1rem 0.5rem;
}

.frame__demos {
    margin: 1rem 0;
}

.frame__demo {
    display: block;
    padding-top: 0.5rem;
}

.frame__demo--current,
.frame__demo--current:hover {
    color: var(--color-link-hover);
}

.frame__info {
    color: var(--color-info);
}

.content-stage {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: calc(100vh - 13rem);
    position: relative;
    justify-content: flex-start;
    align-items: center;
}

.content__title-wrap {
    position: relative;
    text-align: center;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content__title-wrap a {
    pointer-events: auto;
}

.content__pretitle {
    color: var(--color-alt);
    font-size: 1.35rem;
    font-family: "Libre Baskerville", serif;
    color: #59cbff;
}

.content__title {
    font-size: 6vw;
    font-weight: normal;
    margin: 0.5rem 0 1.5rem;
    font-family: azo-sans-uber, sans-serif;
}

.content__link {
    text-decoration: underline;
    font-family: azo-sans-uber, sans-serif;
    font-size: 1.1rem;
    color: inherit;
}

#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
}

canvas {
    width: 100%;
    height: 100%;
}


.message {
    display: none;
}
.frame {
    position: fixed;
    text-align: left;
    z-index: 100;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 2.5rem 4.5rem;
    pointer-events: none;
    grid-template-columns: 75% 25%;
    grid-template-rows: auto auto auto;
    grid-template-areas: 'title info'
                        '... ...'
                        '... demos';
}
.frame__title-wrap {
    grid-area: title;
    display: flex;
}
.frame__title {
    margin: 0 8vw 0 0;
}
.frame__demos {
    margin: 0;
    grid-area: demos;
    justify-self: end;
}
.frame__links a {
    display: inline-block;
}
.frame__info {
    justify-self: end;
}
.frame a {
    pointer-events: auto;
}
.content-stage {
    height: 100vh;
    justify-content: center;
}




@media (max-width: 767px) {

    .navigation-menu.navigation-menu.open address {
        display: block;
    }

    .address-svg.address-svg {
        max-width: 230px;
    }

    .contact__wrapper.contact__wrapper a {
        font-size: 16px;
    }
}
  
  

@media (max-width: 700px) {


    .content__title {
        font-size: 60px;
    }

}

@media (max-width: 500px) {
    .navbar .logo {
        max-width: 120px;
    }

    .logo-inner {
        font-size: 1.6rem;
    }

    .team.team h2,
    .works .works-title h2 {
        font-size: 26px;
    }

    .brand__intro h3 {
        margin-bottom: 30px;
    }

    .works-single .works-title {
        width: 100%;
    }

    .works-single .vc_row.wpb_row.vc_inner.vc_row-fluid > div {
        width: 100%;
    }

    .backarrow.backarrow {
        margin-top: 30%;
    }
}


@media (max-width: 450px) {


    .content__pretitle {
        font-size: 14px;
    }
    .content__title {
        font-size: 60px;
    }

    .scrollr {
        margin-bottom: -14em;
    }

    .contact-hero.contact-hero a, .contact-hero.contact-hero p {
        font-size: 18px;
    }

}

@media (max-width: 380px) {

    .content__pretitle {
        font-size: 12px;
    }
    .content__title {
        font-size: 40px;
    }

    .logo-inner {
        font-size: 1.1rem;
    }

    .navbar .logo {
        max-width: 100px;
    }

}


@media (max-width: 350px) {

    .logo-inner {
        font-size: 16px;
    }


}
