@charset "UTF-8";

/* ===================================
    1.1 Font Load
====================================== */

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

}

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

}

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

}

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

}

.project-name {
  font-family: 'sequel_sansbook_head';
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 1rem;
  font-size: 1rem;
  margin-bottom: 0rem;
}
}


/* ===================================
    2. Menu Overlay
====================================== */


#toggle:hover
{
    cursor: pointer;
}

.menu-wraper
{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: auto;
    visibility: hidden;
    opacity: 0;      
    transition: visibility 0s linear 0.5s, opacity 0.7s ease;
    cursor: url(../img/close.png), auto;
}

.menu-wraper.show
{
    visibility: visible;    
    opacity: 1;   
    transition-delay: 0s;
}

.menu-holder
{
    color: #fff;
    position: relative;
    width: 1270px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    margin-top: 140px;
    transition: opacity 1s ease, margin-top 1s ease;
}

.menu-holder.show
{            
    opacity: 1;
    margin-top: 70px;
    transition-delay: 0.3s;
}

.menu-left{
    cursor: auto;
    padding-top: 3rem;
    padding-right: 4rem !important;
    text-align: right;
}

.menu-left:after 
{
    content: "";
    position: absolute;
    display: block;
    border-right: 1px solid #1a1a1a;
    height: 110%;
    left: 50%;
    left: calc(50% - 1px);
    top: 0;
}

#header-main-menu
{        
    font-weight: 300;
    text-align: left;    
    padding-left: 3rem;  
    padding-top: 3rem;
    display: inline-block;
    cursor: auto;
}

.cursor {
    cursor: auto;
}

.main-menu.sm-clean
{
    background-color: transparent;    
}

.main-menu.sm-clean a
{    
    font-size: 1.5rem;
    line-height: 3rem;
    color: #fff;        
}

.main-menu.sm-clean .sub-menu a,  .main-menu.sm-clean .children a
{
    font-size: 2rem;
    line-height: 3rem;
    border-left: 0;
}

.sm-clean li a.current, .sm-clean .current_page_item a 
{
    color: #8c8c8c;
}

.main-menu.sm-clean a:hover 
{
    color: #8c8c8c;
}

/* ===================================
    3. Navigation Bar
====================================== */

.full {
    background-color: rgb(255 255 255 / 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); /* safari 6.0 - 9.0 */
    z-index: 99;
    position: fixed;
    top: 0;
    width:100%;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.logo-wrap .logo {
    transition: all 500ms ease;
}

.logo-wrap:hover .logo {
     
    transition: all 500ms ease;
     -webkit-filter: invert(50%); /* safari 6.0 - 9.0 */
          filter: invert(50%);
        
}

 @media print, screen and (max-width: 80em) {
    .nav {
    padding-left: 0!important;
}
}

.logo-wrap {
    padding: 2.1rem 1.2rem;
    background-color: #000;
    display: inline-block;
}

.hamburger{
    text-align: right;
}

.menu-icon-burger {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 18px;
    color: #000000;
}

.menu-icon-burger .menu-t-1 {
    margin-top: -7px;
    position: absolute;
    display: block;
    top: 50%;
    width: 28px;
    height: 0;
    border-bottom: 2px solid;
    transition: .3s .2s width, .3s opacity, .2s transform;
    will-change: width, opacity, transform;
    -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
    transform-style: preserve-3d;
}

.menu-icon-burger .menu-t-2 {
    margin-top: -1px;
    position: absolute;
    display: block;
    top: 50%;
    width: 28px;
    height: 0;
    border-bottom: 2px solid;
    transition: .3s .2s width, .3s opacity, .2s transform;
    will-change: width, opacity, transform;
    -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
    transform-style: preserve-3d;
}

.menu-icon-burger .menu-t-3 {
    margin-top: 5px;
    position: absolute;
    display: block;
    top: 50%;
    width: 28px;
    height: 0;
    border-bottom: 2px solid;
    transition: .3s .2s width, .3s opacity, .2s transform;
    will-change: width, opacity, transform;
    -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
    transform-style: preserve-3d;
}

.menu-icon-burger:hover .menu-t-1,
a:hover > .menu-icon-burger .menu-t-1 {
  -webkit-animation: menu-icon-burger-animation .4s ease-in-out;
          animation: menu-icon-burger-animation .4s ease-in-out;
}

.menu-icon-burger:hover .menu-t-2,
a:hover > .menu-icon-burger .menu-t-2 {
  -webkit-animation: menu-icon-burger-animation .4s .1s ease-in-out;
          animation: menu-icon-burger-animation .4s .1s ease-in-out;
}

.menu-icon-burger:hover .menu-t-3,
a:hover > .menu-icon-burger .menu-t-3 {
  -webkit-animation: menu-icon-burger-animation .4s .2s ease-in-out;
          animation: menu-icon-burger-animation .4s .2s ease-in-out;
}

@-webkit-keyframes menu-icon-burger-animation {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    width: 14px;
    transform: translateX(3px);
  }
}

@keyframes menu-icon-burger-animation {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    width: 14px;
    transform: translateX(3px);
  }
}

/* ===================================
    4. Home
====================================== */

#hero h1 {
    font-size: 6rem;
    line-height: 100%;
    max-width:9em;
}

@media print, screen and (max-width: 40em) {
    
    #hero h1, .h1 {
    font-size: 3.1rem;!important
    } }

.indent-line {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 0px 0px 0px 30px;
    border-left: 1px solid rgba(10, 10, 10, 1);
    border-radius: 0;
    background-color: white;
    color: #0a0a0a; }

.line-break {
    height: 1px;
    background-color: #DFDFDF;
}

.line-break-black {
    height: 1px;
    background-color: #000000;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.hero {
    margin-top: 15rem;
    margin-bottom: 11rem;
}


.space-bottom {
    margin-bottom: 4rem;
}

.space {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.space-2{
    padding-top: 15rem;
    padding-bottom: 4rem;
}

.space-3{
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

::selection {
    background: #000000;
    color: #ffffff;/* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #000000;
    color: #ffffff;/* Gecko Browsers */
}

.no-margin {
    margin-bottom: 0;
}

.svg-container {
  height: 40px;
  position: relative;
  width: 40px;
  
}

.svg-circle {
  height: 42px;
    width: 42px;}
  
  .svg-background {
    fill: transparent;
    stroke: #000000;
    transition: all 200ms ease;
  }
  
  .svg-foreground {
    fill: transparent;
    stroke-dasharray: 377;
    stroke-dashoffset: 377;
    stroke: #C9C9C9;
    transform-origin: 50% 50%;
    transform: rotate(-270deg);
    transition: all 800ms ease;
  }
    
.svg-background:hover  {
      stroke: transparent;
    }

.svg-foreground:hover   {
      stroke-dashoffset: 0;
      transform: rotate(-90deg);
    }

@media print, screen and (max-width: 64em) {
    
.logo-footer {
    display: none;
    }
    
.skills-desktop {
    display: none;
    }

.skills-mobile {
    text-align: center;
    padding: 3rem 1rem 0rem 1rem;    
    }

}

    @media print, screen and (max-width: 63em) {
        .social-footer{
        text-align: center;
        margin-bottom: 2rem;    
}
        .small-hide{
            display:none;
        }
}

@media print, screen and (min-width: 63em) {
    
.skills-mobile {
        display: none;
    }
}

figure.effect-selena {
	background: #000000;
}

figure.effect-selena img {
	-webkit-transition: -webkit-transform 500ms;
	transition: transform 500ms;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.995,0.99,1);
	transform: scale3d(0.995,0.99,1);
}

/* ===================================
    5. Portfolio Page
====================================== */


.article-container {
    max-width: 1440px;
    margin: 150px auto 0px auto;
}

.large-article-noosa {
    background: url("../img/noosa/noosa_header.jpg") no-repeat center;
    background-size: cover;
    height: 31.25rem;
    position: relative;
    margin-top: 95px;
}
.large-article-stacado {
    background: url("../img/stacado/stacado_header.jpg") no-repeat center;
    background-size: cover;
    height: 31.25rem;
    position: relative;
    margin-top: 95px;
}
.large-article-abduction {
    background: url("../img/abduction_records/abduction_header.jpg") no-repeat left;
    background-size: cover;
    height: 31.25rem;
    position: relative;
    margin-top: 95px;
}
.large-article-ghost_brand_1 {
    background: url("../img/ghost_exploration/exploration_header.jpg") no-repeat left;
    background-size: cover;
    height: 31.25rem;
    position: relative;
    margin-top: 95px;
}

.large-article-ghost_brand_2 {
    background: url("../img/ghost_brand/ghost_brand_header.jpg") no-repeat center;
    background-size: cover;
    height: 31.25rem;
    position: relative;
    margin-top: 95px;
}

.large-article-procurify_brand {
    background: url("../img/procurify/procurify_header.jpg") no-repeat center;
    background-size: cover;
    height: 31.25rem;
    position: relative;
    margin-top: 95px;
}

.large-article-ghost_lp {
    background: url("../img/ghost_web/ghost_web_header.jpg") no-repeat center;
    background-size: cover;
    height: 31.25rem;
    position: relative;
    margin-top: 95px;
}

.large-article-lifie {
    background: url("../img/lifie/lifie_header.jpg") no-repeat center;
    background-size: cover;
    height: 31.25rem;
    position: relative;
    margin-top: 95px;
}

.large-article-new_york {
    background: url("../img/new_york/new_york_header.jpg") no-repeat center;
    background-size: cover;
    height: 31.25rem;
    position: relative;
    margin-top: 95px;
}

.large-article-lagoon {
    background: url("../img/illustrations/black_lagoon_header.jpg") no-repeat center;
    background-size: cover;
    height: 31.25rem;
    position: relative;
    margin-top: 95px;
}

.large-article-sightbox_website {
    background: url("../img/sightbox/sb_header.jpg") no-repeat center;
    background-size: cover;
    height: 31.25rem;
    position: relative;
    margin-top: 95px;
}

.large-article-404 {
    background: url("../img/404.png") no-repeat center;
    background-size: cover;
    height: 31.25rem;
    position: relative;
    margin-top: 95px;
    
}

@media screen and (max-width: 39.9375em) {
    .large-article-procurify_brand, 
    .large-article-sightbox_website, 
    .large-article-noosa, 
    .large-article-stacado,
    .large-article-abduction, 
    .large-article-ghost_brand_1,
    .large-article-ghost_brand_2,
    .large-article-ghost_lp,
    .large-article-yantriks,
    .large-article-lifie,
    .large-article-new_york,
    .large-article-lagoon,
    .large-article-upchannel
    {
        height: 20.83333rem;
  }
}

.project-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0rem;
}

.project-title {
    padding-top: 4rem;
    margin-bottom: 0rem;
}

.project-details {
    margin-bottom: 2rem;
}

.data-block {
    padding: 3rem 1.5rem;
    background-color: #F6F7F8;
}

.title {
  font-family: 'sequel_sanssemi_bold_head';
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.line-break-data {
    height: 1px;
    background-color: #000000;
    margin-bottom: 2rem;
}

.right {
    float: right;
}

@media print, screen and (max-width: 63em) {
.mobile-art-space {
    margin-bottom: 1.75rem;
}
}
/* ===================================
    6. Art Page
====================================== */
.art-space {
    margin-bottom: 1.75rem;
}

.height {
    min-height: 300px;
}



/* ===================================
    7. About Page
====================================== */




.large-article-header-about {
    background: url("../img/about/desk.jpg") no-repeat center;
    background-size: cover;
    height: 31.25rem;
    position: relative;
    margin-top: 95px;
}

@media screen and (max-width: 39.9375em) {
  .large-article-header-about {
    height: 20.83333rem;
  }
}

/* ===================================
    10. Contact Page CSS
====================================== */


.contact-form
{
    max-width: 100%;
    color: #000;
}

.contact-right {
    background-color: #F7F9FA;
    padding: 4rem 4rem!important;
}

@media print, screen and (max-width: 60em) {
    .contact-right {
        padding-right: 0.925rem!important;
        padding-left: 0.925rem!important;}
}

.spam {
    padding-top: 2rem;
}

.spam-text {
    margin-top: 1rem;
}

.help-block {
    color: #FF0000;
    font-size: .8rem;
    padding-top: 5px;
}


/* form starting stylings ------------------------------- */
.input-bar 			  { 
  position:relative; 
  margin-bottom:45px; 
}

input 				{
  font-size:16px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #000;
  background: transparent!important;
    
}

input:focus 		{ outline:none; }

/* LABEL ======================================= */

label 				 {
  color:#999; 
  font-size:14px;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.5s ease all; 
  -moz-transition:0.5s ease all; 
  -webkit-transition:0.5s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:12px;
  color:#000;
  font-family: 'sequel_sanssemi_bold_head';
  transition:0.5s ease all; 
  -moz-transition:0.5s ease all; 
  -webkit-transition:0.5s ease all;
}

textarea				{
  font-size:16px;
  padding: 2px 10px 0px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #000;
  background: transparent!important;
  resize: none;
    
}

textarea:focus 		{ outline:none; }

/* active state */
textarea:focus ~ label, textarea:valid ~ label 		{
  top:-20px;
  font-size:12px;
  color:#000;
  font-family: 'sequel_sanssemi_bold_head';
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }

.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#000; 
  transition:0.5s ease all; 
  -moz-transition:0.5s ease all; 
  -webkit-transition:0.5s ease all;
}

.bar:before {
  left:50%;
}

.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* active state */
textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  width:50%;
}

.form-button {
    padding: 1rem 4rem;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    margin-bottom: 2rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: 0.5s ease all; 
    -moz-transition: 0.5s ease all; 
    -webkit-transition: 0.5s ease all;
}

.form-button:hover {
    padding: 1rem 4rem;
    background-color: #000;
    color: #fff;
    margin-bottom: 2rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: 0.5s ease all; 
    -moz-transition: 0.5s ease all; 
    -webkit-transition: 0.5s ease all;
}


/* ===================================
    6. Animation
====================================== */


.animate
{
    opacity: 0;
    transition: .8s ease-out;
    -ms-transform: translate(0px,30px); 
    -webkit-transform: translate(0px,30px);
    transform: translate(0px,30px);
}

.animate.show-it
{
    opacity: 1;
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
}


@media print, screen and (max-width: 40em) {
.hero {
    margin-top: 11rem;
    margin-bottom: 5rem;
}

.space-2 {
    padding-top: 8rem;
    padding-bottom: 4rem;
}
}


/* ===================================
    7. PRE LOADER
====================================== */


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#preloader {
    display: block;
    position: relative;
    z-index: 1001;
    padding-top: 300px;
}

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #000000;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #preloader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }


.desktop-only {
    display:block;
}

.mobile-only {
    display: none;
}

@media print, screen and (max-width: 63em) {

    .desktop-only {
    display:none;
}

.mobile-only {
    display: block;
}
    
}

.saturate {
  filter: saturate(0);
}
.saturate:hover {
  filter: saturate(100%);
}