/**
* Theme Name: Airtifact Child
* Description: This is a child theme of Airtifact, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/vankarwai">Hey Themers</a>
* Template: airtifact
* Version: 1.1.0
*/





/*/////////////////Site////////////////////*/

  /* * {
   outline: 1px solid red;
  }*/

 .special-object .lazyload-container { display: initial; }

.wrapper {
	width: 97% !important;
}

#content {
	width: 93%;
	margin: auto;
	padding-bottom: 100px;
}

#site-footer {
	width: 97% !important;
	margin: auto;
	/*border-top: 3px solid;
	padding: 50px 0 0 0;*/
}

#site {
	padding-top: 60px !important;
}

#site-header {
	padding: 20px 0 80px 0;
}

/*/////////////////Header////////////////////*/


#site-header.sticky.add-bg {
	background-color: rgba(255, 255, 255, 0) !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-content-holder {
	border-right: 10px;
}

#site-logo {
	left: 10% !important;
}

.site-header-holder .wrapper {
	width: 90%;
}

.lines:nth-child(2) {
    top: 10px;
}

.lines:nth-child(3) {
    display: none;
}

.header-animation {
}

    @media screen and (max-width: 1180px) {
      .header-animation { }
    @media screen and (max-width: 768px) {
      .header-info {
        margin-bottom: 15px !important; } }
    @media screen and (max-width: 480px) {
      .header-info {
        margin-bottom: 15px !important; } }


#responsive-menu .tagline {
	display: none;
}

.type_second.weight_normal.welcome, h1.type_second.weight_normal.welcome  {
	 font-size: calc(11px + (19 - 11) * ((100vw - 300px) / (1690 - 300))) !important;
	 line-height: calc(1.1em + (8.1 - 1.1) * ((100vw - 300px) / (1690 - 300))) !important;
}

.type_main.weight_normal.welcome, h1.type_second.weight_normal.welcome  {
	 font-size: calc(13px + (21 - 13) * ((100vw - 300px) / (1690 - 300))) !important;
	 line-height: calc(1.1em + (8.1 - 1.1) * ((100vw - 300px) / (1690 - 300))) !important;
}

.welcome-info, h1.welcome-info {
	line-height: calc(1.1em + (8.1 - 1.1) * ((100vw - 300px) / (1690 - 300))) !important;
}

h1.welcome-info {
	font-size: 1em;
}

 /*   @media screen and (min-width: 320px) {

h1.welcome-info .type_second  {
	 font-size: calc(11px + (19 - 11) * ((100vw - 300px) / (1690 - 300))) !important;}

h1.welcome-info .type_main  {
	 font-size: calc(13px + (21 - 13) * ((100vw - 300px) / (1690 - 300))) !important;}

	 h1.welcome-info {
	line-height: calc(1.1em + (8.1 - 1.1) * ((100vw - 300px) / (1690 - 300))) !important;
}
	 }

/* @media screen and (max-width: 1680px) {
    .type_second.weight_normal.welcome {
	font-size: 1.063em !important;
	line-height: 1.1;}
    
    @media screen and (max-width: 1180px) {
    .type_second.weight_normal.welcome {
	font-size: 1.188em !important;
	line-height: 1.1;}

    @media screen and (max-width: 768px) {
    .type_second.weight_normal.welcome {
	font-size: 1.188em !important;
	line-height: 1.1;}
    
    @media screen and (max-width: 480px) {
    .type_second.weight_normal.welcome {
	font-size: 1.188em !important;
	line-height: 1.1;}

@media screen and (max-width: 768px) {
    .Apple-converted-space {
	display: none !important;} } 

   /* @media screen and (max-width: 1680px) {
    .type_second.weight_normal.welcome {
	font-size: 1.063em !important;
	line-height: 1.1;}

	.type_main.weight_normal.welcome {
	font-size: 1.188em !important;
	line-height: 1.1; } }
    
    @media screen and (max-width: 1180px) {
    .type_second.weight_normal.welcome {
	font-size: 1.188em !important;
	line-height: 1.1;}

	.type_main.weight_normal.welcome {
	font-size: 1.313em !important;
	line-height: 1.1; } }
    
    @media screen and (max-width: 768px) {
    .type_second.weight_normal.welcome {
	font-size: 1.188em !important;
	line-height: 1.1;}

	.type_main.weight_normal.welcome {
	font-size: 1.313em !important;
	line-height: 1.1; } }
    
    @media screen and (max-width: 480px) {
    .type_second.weight_normal.welcome {
	font-size: 1.188em !important;
	line-height: 1.1;}

	.type_main.weight_normal.welcome {
	font-size: 1.313em !important;
	line-height: 1.1; } }*/

/*/////////////////Slider////////////////////*/

.hero-slider-captions .caption {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.hero-slider-captions .description {
    font-size: 13px;
    line-height: 1.2;
}

.hero-slider-captions .caption .title:after {
    font-size: 24px;
    font-weight: 600;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 45%;
    text-align: center;
    line-height: 20px;
    margin-left: 1.5217391304rem;
    margin-top: -0.2rem;
    content: "⟶";
    transition: all 80ms linear;
}

.flickity-slider {
  transform: none !important;
}
.carousel-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  z-index: -1;
}
.carousel-cell.is-selected {
  opacity: 1;
  z-index: 0
}

/*/////////////////UI////////////////////*/


.top-menu {
	right: 0px;
}

.top-menu li:not(:first-child) {
	margin-left: 15px;
}

.top-menu {
    font-family: 'Custom_2', sans-serif;
    font-size: 9px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

.top-menu li.listening {
      opacity: 1;
      transition: opacity 0.475s ease 0.139s}

.no-touchevents .subtle-fade .top-menu > li:not(:hover) {
  opacity: 1 !important; }

.lines {
    height: 3.5px;
}

.hero-helper-arrow::before {
	width: 20px;
	-webkit-animation: elasticus 1s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 1s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 1s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1s cubic-bezier(1, 0, 0, 1) infinite; 
}

    @media screen and (min-width: 2561px) {
      .hero-helper-arrow::before {
        width: 20px; } }
    @media screen and (max-width: 1680px) {
      .hero-helper-arrow::before {
        width: 20px; } }
    @media screen and (max-width: 1180px) {
      .hero-helper-arrow::before {
        width: 20px; } }
    @media screen and (max-width: 768px) {
      .hero-helper-arrow::before {
        width: 15px; } }
    @media screen and (max-width: 480px) {
      .hero-helper-arrow::before {
        width: 15px; } }

#site-actions span:first-child:after {
	height: 3px;
    width: 26px;
    opacity: 0.9;
    top: -1px;
    margin-left: 12px;
    margin-right: 1px;
}

#site-actions span {
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: 1px;
    text-transform: capitalize;
}

#site-actions {
	margin-bottom: 5%;
	margin-right: 25px;
}

@media screen and (max-width: 480px) {
	#site-actions.shoow {
	margin-bottom: -0.5%;
	margin-right: 0px;
}}

#site-actions-back {
	padding: 4px;
}

.no-touchevents #site-actions a:hover {
	opacity: 1;
}

#site-actions-up .text {
    margin-right: 0px;
    font-size: 12px;
    opacity: 1;
}

#site-actions-up .icon {
}


.entry-content a:not(.image-text-link):not(.button):not(.fancybox):not(.post-edit-link):not(.entry-navigation__item):after, .entry-minimal__title span:after, .post-navigation a:after, .entry-meta a:after, .edit-link:after, .post-tags a:after, .entry-caption.hover-two h3:after, .overlay-menu a span.name:after, #site-sidebar .widget a:after {
    height: 3px;
    transition: all 50ms linear;
}

.top-menu li a:after, #site-footer .widget a:after {
    height: 2px;
}

.top-menu li > a:after {
	margin-top: 0px;
	transition: all 50ms linear;
}

.nav-sep {
	width: 300px;
    height: 3px !important;
}

/*.top-arrow-icon-body {
	display: none;
}*/

path.top-arrow-icon-body { d: M26.4968442,39.7770254 C26.4968442,39.7770254 50.2881961,39.7770254 50.3359792,39.7770254 C54.1543916,39.7770254 57.2607737,42.9499537 57.2607737,46.8498542 C57.2607737,50.7497548 54.1543232,53.922683 50.3359792,53.922683 C47.5296031,53.922683 46.126415,53.922683 46.126415,53.922683; transform: translate(41.878809, 46.849854) rotate(0.000000) translate(-41.878809, -46.849854); stroke-width: 2; display: none;}

path.top-arrow-chevron { d: M37.5,19.5 C37.5,19.5 59.4522169,19.6456576 59.5,19.6456576; transform: translate(48.500000, 20.000000) rotate(-270.000000) translate(-48.500000, -20.000000); stroke-width: 3; stroke-linecap: square; }

path.top-arrow-chevron-body { d: M52.1609309,4 L46.5156853,10.386566 C45.8280593,11.164739 45.8281277,12.3380014 46.5157536,13.1159674 L52.1609993,19.5026025; transform=translate(49.080500, 11.751301) rotate(-270.000000) translate(-49.080500, -11.751301); stroke-width: 3; stroke-linecap: butt;}


/*/////////////////Fonts////////////////////*/


@font-face {font-family: 'Blackest-Bold';src: url('webfonts/38BFA2_0_0.eot');src: url('webfonts/38BFA2_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/38BFA2_0_0.woff2') format('woff2'),url('webfonts/38BFA2_0_0.woff') format('woff'),url('webfonts/38BFA2_0_0.ttf') format('truetype');}

.Blackest-Bold { 
	font-family: Blackest-Bold;
	font-weight: normal;
	font-style: normal;
}

.overlay-menu a {
	font-weight: 400 !important;
}

#responsive-menu .overlay-menu a .meta {
	text-transform: none !important;
}

#responsive-menu .overlay-menu a {
	text-transform: uppercase;
}

#overlay-mouse svg {
    height: 40px ;
    width: 40px;
stroke: none;}

h1 .type_second.weight_lighter.big-intro, h1 .type_second.weight_bold.big-intro, h1 .type_second.weight_medium.big-intro {
  font-size: 8vw;
  line-height: 1.1em;
  margin-bottom: 1em;
  letter-spacing: 0px !important; }
  @media screen and (min-width: 2561px) {
    h1 .type_second.weight_lighter.big-intro, h1 .type_second.weight_bold.big-intro, h1 .type_second.weight_medium.big-intro {
      font-size: 8vw; } }
  @media screen and (max-width: 1680px) {
    h1 .type_second.weight_lighter.big-intro, h1 .type_second.weight_bold.big-intro, h1 .type_second.weight_medium.big-intro {
      font-size: 7vw; } }
  @media screen and (max-width: 1180px) {
    h1 .type_second.weight_lighter.big-intro, h1 .type_second.weight_bold.big-intro, h1 .type_second.weight_medium.big-intro {
      font-size: 8vw; } }
  @media screen and (max-width: 768px) {
    h1 .type_second.weight_lighter.big-intro, h1 .type_second.weight_bold.big-intro, h1 .type_second.weight_medium.big-intro {
      font-size: 12vw; } }
  @media screen and (max-width: 480px) {
    h1 .type_second.weight_lighter.big-intro, h1 .type_second.weight_bold.big-intro, h1 .type_second.weight_medium.big-intro {
      font-size: 12.5vw; } }

h1 .type_second.weight_lighter.middle-intro, h1 .type_second.weight_normal.middle-intro {
  font-size: 6.7vw;
  line-height: 0.93em;
  margin-bottom: 1em; }
  @media screen and (min-width: 2561px) {
    h1 .type_second.weight_lighter.middle-intro, h1 .type_second.weight_normal.middle-intro {
      font-size: 6vw; } }
  @media screen and (max-width: 1680px) {
    h1 .type_second.weight_lighter.middle-intro, h1 .type_second.weight_normal.middle-intro {
      font-size: 7vw; } }
  @media screen and (max-width: 1180px) {
    h1 .type_second.weight_lighter.middle-intro, h1 .type_second.weight_normal.middle-intro {
      font-size: 8vw; } }
  @media screen and (max-width: 768px) {
    h1 .type_second.weight_lighter.middle-intro, h1 .type_second.weight_normal.middle-intro {
      font-size: 10vw; } }
  @media screen and (max-width: 480px) {
    h1 .type_second.weight_lighter.middle-intro, h1 .type_second.weight_normal.middle-intro {
      font-size: 11.9vw; } }

h1 .type_second.weight_normal.middle-intro {
  font-size: 4vw;
  line-height: 1.1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 2561px) {
  h1 .type_second.weight_normal.middle-intro {
      font-size: 4vw; } }
  @media screen and (max-width: 1680px) {
     h1 .type_second.weight_normal.middle-intro {
      font-size: 4vw; } }
  @media screen and (max-width: 1180px) {
    h1 .type_second.weight_normal.middle-intro {
      font-size: 5vw; } }
  @media screen and (max-width: 768px) {
     h1 .type_second.weight_normal.middle-intro {
      font-size: 7.5vw; } }
  @media screen and (max-width: 480px) {
     h1 .type_second.weight_normal.middle-intro {
      font-size: 9vw; } }

#site-footer .widget a:after {
	margin-top: -2px !important;
}

.entry-caption.hover-two.invert-caption-direction {
	display: block;
 }

.big-intro, .entry-hero-tagline .big-intro {
	letter-spacing: -1px !important;

}

header.entry-caption.huge .hover-two.invert-caption-direction .entry-excerpt {
	display: block !important; 
}

/*/////////////////Footer////////////////////*/

#site-footer .widget-title {
	font-family: 'fahkwang', sans-serif; 
    font-weight: 600;
    font-size: 15px;
    opacity: 1;
    margin-bottom: 5px;
    letter-spacing: 0.06em;
}

#site-footer .widget li {
    padding-right: 2vw;
    font-family: 'Custom_2', sans-serif !important;
	font-size: 17px;
	margin-bottom: 20px;
	letter-spacing: 0.06em;
}
	@media screen and (max-width: 480px) {
   		#site-footer .widget li {
      		padding-right: 6vw; }
      	}

#site-footer {

}

#site-footer .widget_text p {
	font-size: 12px !important;
	line-height: 1.4em !important;
	margin-bottom:20px;
}

#site-footer .widget:not(:first-child) {
    margin-top: 0px;
}

/*///////////////Portfolio//////////////////*/

  .grid__item .portfolio-column-block {
  	padding-left: 0px !important;
  }

  .page-template-template-portfolio .entry-content.page-content {
  	margin-left: 0px;
  	width: calc(100%);
  	margin-top: 100px;
  }


  .huge-caption .entry-caption.huge {
    opacity: 0;
    width: 100%;
    transform-origin: 0 0;
    transform: matrix(0.99939, 0.0275, 0, 1.055, 0, -25);
    transition-delay: 50ms;
    transition: transform 250ms cubic-bezier(0.29, 0.09, 0.22, 0.98), opacity 575ms cubic-bezier(0.29, 0.09, 0.22, 0.98), visibility 575ms cubic-bezier(0.29, 0.09, 0.22, 0.98); }
  .huge-caption .entry-caption.huge.hover {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  .huge-caption .entry-caption-text {
    position: relative;
    line-height: 8.75em;
    opacity: 0;
    transform: translateY(50px);
    transition: all 80ms cubic-bezier(0.39, 0.575, 0.565, 1); }

header.entry-caption.huge .entry-title {
	font-weight: 400;
}

.entry-caption.hover-two.invert-caption-direction .entry-title.type_second {
	text-transform: uppercase;
}


.huge-caption .entry-meta:before {
      content: " "; 
  	  font-size: 2vw;
  	  font-weight: 600;
}

.entry-caption.huge .entry-meta {
	font-size: 1vw;
	letter-spacing: 0.07em;
	padding-bottom: 10px;
}

 .single-portfolio .entry-navigation__link {
 }

@media screen and (max-width: 1680px) {
.entry-caption.hover-two {
    margin-top: 8px;
    padding-left: 0px;
}

.entry-portfolio .entry-caption.hover-two.w-meta .entry-meta:before {
    content: " -";
    color: transparent;
}}

.entry-caption.hover-two .entry-title {
	font-weight: 400;
}

@media screen and (max-width: 1180px) {
  .entry-caption.hover-two .entry-title {
    font-size: 2vw;
    text-transform: uppercase;
}
.entry-caption.hover-two .entry-meta {
    font-size: 2.0vw;
}}

@media screen and (max-width: 768px) {
.entry-caption.hover-two .entry-title {
    font-size: 2.4vw;
}
.entry-caption.hover-two .entry-meta {
    font-size: 2.5vw;
}}

@media screen and (max-width: 480px) {
.entry-caption.hover-two .entry-title {
    font-size: 3.5vw;
}
.entry-caption.hover-two .entry-meta {
    font-size: 4vw;
}

/*/////////////////Custom Blocks////////////////////*/

.grid__item.outlined-block {
	border: 3px solid !important;
	padding: 40px;
}

.grid__item.border-left  {
	border-left: 3px solid !important;
}

.vertical-text, .grid__item.vertical {
	transform: rotate(-90deg) translateY(-1%) translateX(-134%) !important;
}

hr {
    height: 3px;
    margin: 25px 0 25px;
}

.full-width {
    left: 6px;
}

.grid__item.wide-block {
  position: relative;
  width: 100vw !important;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

 /*.grid__item.welcome-info p {
 	font-size: 21px !important;
 }*/

/*/////////////////Media Queries////////////////////*/
/*//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////*/



@media screen and (max-width: 480px){

.wrapper {
	width: 90% !important;
}

#site-header {
	padding: 15px 0 40px 0;
}

#content {
	width: 97%;
}

#site-footer {
	width: 90% !important;
	margin: auto;
}

#site-actions {
	margin-bottom: -0.5%;
    margin-right: 0px
}

#site-actions.shoow {
    margin-bottom: -0.5%;
	margin-right: 0px;
}
}
		}}