@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url("https://use.typekit.net/mjs7exd.css");

h1, h2, h3, h4, h5, h6 {
  font-family: 'Special Elite', cursive;
}

p {
  font-family: 'Special Elite', cursive;
}

#gform_wrapper_1 label {
  font-family: 'Special Elite', cursive !important;
}

#gform_wrapper_1 input[type=submit] {
  background-color: #555555;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#gform_wrapper_1 input[type=submit]:hover {
  background-color: #eee;
  color: #000;
}

p {
  font-size: 1.75rem;
}

html {
  background-color: #000;
}

.post, .page {
  margin-bottom: 0;
}

#page {
  background-color: #000;
}
main#primary {
	/*background-color: #000;*/
}

img.custom-logo {
  /*  width: 90%;
    max-width: 250px;
    margin-top: 25px;*/
    width: 100%;
    max-width: 250px;
    margin: 30px;
}

#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 20%;
  width: calc(20% + 60px);
  width: 20%;
  height: 100%;
	z-index: 10;
	background-color: #000;
}
.menu-toggle {
	border: none;
	background-color: transparent;
	float: left;
    /*top: 50%;*/
    /*position: absolute;*/
    /*transform: translateY(-50%);*/
    height: 22px;
    width: 22px;
    cursor: pointer;
    z-index: 4;
    /*right: calc(2% + 20px);*/
    padding: 0 0 5px;
    position: relative;
}

.right-side-nav {
	position: absolute;
	top: 50%;
    right: calc(2% + 20px);
    transform: translateY(-50%);
    z-index: 4;
    display: grid;
    justify-content: center;
    text-align: center;
}

a.contact-btn {
	position: absolute;
    top: 100%;
  /*  left: 50%;
    transform: translateX(-50%);*/
    color: #9e9e9e;
}

.contact-btn > svg {
    font-size: 22px;
    margin-top: .5rem;
}

.menu-toggle span {
    display: block;
    height: 2px;
    top: 10px;
    position: absolute;
    transition: all .3s ease;
    width: 22px;
    z-index: 2;
    right: 0;
    background: #9e9e9e;
}

.menu-toggle.toggled span {
	background-color: transparent;
}

.menu-toggle span:before,
.menu-toggle span:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    transition: all .3s ease-in-out;
    transform: translateY(6px);
    background: #9e9e9e;
}

.menu-toggle.toggled span:before {
	transform: rotate(45deg);
}
.menu-toggle.toggled span:after {
	transform: rotate(-45deg);
}

.menu-toggle span:after {
    transform: translateY(-6px);
}

#site-navigation {
	/*display: none;*/
}
.main-navigation {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #000;
	width: 20%;
	/*width: 0;*/
	height: 100%;
	z-index: 2;
	display: grid;
}

.main-navigation .menu-main-menu-container {
	/*align-self: flex-end;*/
  align-self: center;
}
.main-navigation .social-container {
	align-self: flex-start;
}

.main-navigation ul {
	position: relative;
	zoom: 1;
	padding: 8px 0 10px 0;
    position: relative;
    display: block;
    z-index: 2000;
    text-align: center;
}

.social-container > ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-container li {
	margin: 0 20px;
}
.main-navigation a {
	color: #9e9e9e;
	font-family: Montserrat, sans-serif;
  font-family: 'Special Elite', cursive;
	text-transform: uppercase;
    font-size: 1.75rem;
    margin: 1rem auto;
        letter-spacing: .15em;
}

.main-navigation .current-menu-item a {
	color: #fff;
}
/*
.div-image {
	width: 400px;
	height: 200px;
	border:2px solid #fff;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 10px 10px 5px #ccc;
	-moz-box-shadow: 10px 10px 5px #ccc;
	-webkit-box-shadow: 10px 10px 5px #ccc;
	-khtml-box-shadow: 10px 10px 5px #ccc;
}*/

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
/*  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }*/
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
 /* 75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }*/
}
.main-navigation a,
a.contact-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition: all .4s;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active,
a.contact-btn:hover, a.contact-btn:focus, a.contact-btn:active {
 /* -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
      -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
 /* -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;*/
}



main#primary {
/*	padding-top: 100px;
	background-color: #000;
  min-height: 100vh;
  margin: 0 auto;
  color: #eee;
*/
  /*padding-top: 100px;*/
    background-color: #000;
    min-height: 100vh;
    margin: 0 auto;
    color: #eee;
    width: calc(60% - 60px);
    width: 60%;
    margin: 0 auto;
    padding-left: 30px;
}


.main-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	margin: 10px auto;
	min-height: 40vh;
  min-height: 60vh;
		/*grid-template-rows: 25% 100px auto;*/
}

.main-grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
	min-height: 50vh;
  min-height: 80vh;
  margin-bottom: 10px;
		/*grid-template-rows: 25% 100px auto;*/
}

.grid-2 {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: flex-start;
	position: relative;
	align-items: center;
	grid-gap: 15px;
}

.grid-2 .logo-image {
	max-width: 25vw;
	max-height: 75px;
}

.fixedframe img {
	/*position: absolute;*/
}
.fixedframe {
	background-position: center center;
  background-position: top center;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	/*height: -webkit-fill-available;*/
}

.fixedframe-container {
    overflow: hidden;
    position: relative;
  }
  .fixedframe {
    width: 100%;
    height: 100%;
    background-color: black; /* fallback color */
    background-position: center;
    background-size: cover;
    transition: all .6s ease;
    position: relative;
  }

  .fixedframe-container:hover .fixedframe,
  .fixedframe-container:focus .fixedframe {
    transform: scale(1.2);
  }

  .fixedframe-container h2 {
      position: absolute;
      bottom: 0;
      right: 10px;
      color: #fff;
      margin: 0 auto;
      font-size: 1.3rem;
      opacity: 0;
      visibility: hidden;
      transition: all .7s ease;
  }
  .fixedframe-container:hover  h2 {
    visibility: visible;
    opacity: 1;
  }

.fixedframe.top-side {
	background-position: center 25%;
}

.logo-text {
	color: #607d8b;
	font-size: .6rem;
	font-family: 'Special Elite', cursive;
}

.fixedframe > .text {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #607d8b;
	z-index: 1;
}

.grid-top-2 {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-gap: 10px;
}

.grid-top-2.with-logo {
	grid-template-rows: auto 1fr;
}

 .slider{
  -webkit-transition: opacity 2000s ease-in-out;
    -moz-transition: opacity 2000s ease-in-out;
    -ms-transition: opacity 2000s ease-in-out;
    -o-transition: opacity 2000s ease-in-out;
     opacity: 1;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 10px;
}

.slick-dots
{
    /*position: absolute;
    bottom: -25px;
    bottom: calc(100% + 1rem);*/
    position: fixed;
    top: 55px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
    z-index: 10;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    font-size: 2rem;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #fff;
}

.slick-arrow {
/*	position: absolute;
	bottom: calc(100% + 1rem);*/
  position: fixed;
  top: 58px;
	z-index: 10;
    width: fit-content;
    transform: translateX(-50%);
}

.slick-left {
    left: 40%;
}

.slick-right {
	left: 60%;
}



.slick-arrow:hover:after {
  background: #000;
  background: rgba(255, 255, 255, .8);
  border-radius: .5em;
  bottom: 1.35em;
  color: #fff;
  content: attr(title);
  display: block;
  left: 1em;
  padding: .3em 1em;
  position: absolute;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap;
  z-index: 98;
  font-family: 'Special Elite', cursive;

}

.slick-arrow:hover:before {
  border: solid;
  border-color: #000 transparent;
  border-color: rgba(255, 255, 255, .8) transparent;
  border-width: .4em .4em 0 .4em;
  bottom: 1em;
  content: "";
  display: block;
  left: 2em;
  position: absolute;
  z-index: 99;
}


.grid-single {
    display: grid;
    align-items: center;
    text-align: center;
}

.logo-text {
    font-size: 1.2rem;
}

.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item:hover .vp-portfolio__item-overlay, .vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item-focus .vp-portfolio__item-overlay {
  opacity: .8 !important;
}

figure.vp-portfolio__item h2.vp-portfolio__item-meta-title {
  transition: none;
    margin-top: 0;
  
}
figure.vp-portfolio__item:hover h2.vp-portfolio__item-meta-title {
  /*  position: absolute;
    bottom: 10px;
    right: 10px;*/
}

figure.vp-portfolio__item h2.vp-portfolio__item-meta-title a:hover {
  color: #fff;
}

.card {
  position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
      /*box-shadow: 0 5px 11px 0 rgb(255 255 255 / 18%), 0 4px 15px 0 rgba(255, 255, 255, 0.15);*/
      border: 0;
    font-weight: 400;
}

.project-card {
  margin: 30px auto;
}

.post-type-archive-project .card .entry-header a {
  color: #fff;
}

.post-type-archive-project .card .entry-header a:hover {
  text-decoration: none;
}
.project-card:hover .wp-post-image {
  transform: scale(1.1);
}

.project-card .post-thumbnail{
  overflow: hidden;
}

.project-card .wp-post-image{
  height: 22vh;
  object-fit: cover !important;
  object-position: center !important;
  transition: all .6s ease-in-out;
}


.typewriter {
  max-width: 350px;
  margin: 0 auto;
  margin: 0 0 0 auto;
}
.typewriter h1 {
  width: fit-content;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #607d8b; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  margin: 10px 0 0 auto;
  letter-spacing: .15em; /* Adjust as needed */
  display: none;
}

.slick-current .typewriter h1,
.single-project .typewriter h1,
.typewriter.current h1{
  animation: 
    typing 4.5s steps(35, end),
    blink-caret .75s step-end infinite;
    display: block;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 70% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #607d8b; }
}

.fixedframe:hover .hover-overlay {
  opacity: 1;
}

.hover-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .7s ease-in-out;
}

.hover-overlay h2 {
  position: absolute;
  bottom: 0;
  right: 10px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.3rem;
}

  .site-branding {
    background-color: #000;
    text-align: right;
  /*  text-align: left;
    width: 100vw;*/
    position: relative;
  }

.site-branding:after {
    content: close-quote;
    width: 100vw;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


#bg-image-home {
  background-size: cover;
  background-position: center; 
  /*height: 80vh;*/
}

.post-type-archive main#primary,
.project-template-default main#primary,
main#primary {
    display: grid;
    /*align-items: center;*/
}

.typewriter > a {
    color: #607d8b;
}

.typewriter > a:hover {
    color: #607d8b;
    text-decoration: none;
}

div.project-img {
    height: 300px;
    background-size: cover;
    background-position: center center;
}

h3.vp-portfolio__item-popup-title {
    display: none;
}

.vp-portfolio__item-popup-description {
  font-family: 'Special Elite', cursive;
}

.entry-header .entry-title {
  padding: 0 10px;
}

li.page.footerlink li.menu-item > a {
  font-family: 'Special Elite', cursive !important;
}