/*
	Theme Name: HOKO STUDIOS
	Theme URI: http://veindigital.com/HOKOSTUDIOS
	Description: HOKO STUDIOS
	Version: 1.4.3
	Author: Jack Yeu (@itsyeu)
	Author URI: http://veindigital.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%;
}
html, body {
	font:300 0.6em/1.4 'Roboto', sans-serif;
	color:#444;
	position: relative;
  	height:100vh;

}
/* 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 {
	min-height: 100vh;
	position: relative;
}
/* header */
.header {

}
/* logo */
.logo {
	width: 300px;
}
.logo-img {
	width: 140px;
	float: left;
}
.logo h1.page-name{
	font-size: 0.68em;
	text-transform: uppercase;
	float: left;
	margin-top: -4px;
	margin-left: -25px;
	color: #808080;
	font-weight: bold;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	z-index:998;
	color: #1c1c1c;
	font-size: 0.8em;
	position: absolute;
	bottom: 20px;
	left: 30px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
body{
  background: #f6f6f6;
  overflow: auto;
	font-size: 1.5em;
}
header{
  width: 98%;
  padding-top: 0;
  height: 50px;
  position: fixed;
  z-index:998;
	top: 0px;
}
header .logo a{
  text-decoration: none;
  font-size: 2em;
  font-weight:bold;
  width: 200px;
  position: absolute;
  left: 20px;
  top: 20px;
  color: white;
}
.menu-icon-wrap, .close-icon-wrap{
  position: fixed;
  right: 20px;
  top: 20px;
  font-size: 2em;
  cursor: pointer;
  z-index:9999;
  color: #1c1c1c;
  width: 30px;
  height: 30px;
}

.menu-div{
	position: fixed;
	right: 0px;
	top: 0px;
	cursor: pointer;
	width: 100px;
	height: 100px;
	z-index: 9999;
}
.menu-div span{
	right: 30px;
	display: block;
	width: 40px;
	height: 1.5px;
	position: absolute;
	background: #1c1c1c;
	//border: 0.5px solid #1c1c1c;
	border-radius: 50px;
	transition: 0.3s;
}
.menu-div:hover span{
	
	background: #fff;
	//border: 0.5px solid #fff;
	transition: 0.3s;
}
.menu-div span:nth-child(1){
	top: 30px;
}
.menu-div span:nth-child(2){
	top: 42px;
}
.menu-div span:nth-child(3){
	top: 54px;
}
.menu-div.open span{
    background: #fff;
}
.menu-div.open span:nth-child(1){
	top: 42px;
	-webkit-transform: rotate(135deg);
  	-moz-transform: rotate(135deg);
 	 -o-transform: rotate(135deg);
 	 transform: rotate(135deg);
}
.menu-div.open span:nth-child(2){
	opacity: 0;
}
.menu-div.open span:nth-child(3){
	top: 42px;
	-webkit-transform: rotate(-135deg);
  	-moz-transform: rotate(-135deg);
 	 -o-transform: rotate(-135deg);
 	 transform: rotate(-135deg);
}
//.menu-icon, .menu-close{
  position: fixed;
  right: 20px;
  top: 20px;
  font-size: 2em;
  cursor: pointer;
  z-index:9999;
  color: #1c1c1c;
  width: 100%;
}
.menu-close{
  display: none;
  color: red;
}
.header nav.nav-menu{
visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 35vh;
  background: rgba(0, 0, 0, 0.6);

}
.header nav.nav-menu.open{
	transition: 1s all;
	visibility: visible;
	opacity: 1;
	top: 0px;
}
.header nav.nav-menu ul{
	padding: 0;
}
.header nav.nav-menu ul li{
  list-style: none;
  margin-top: 25px;
  font-size: 1em;
}
.header nav.nav-menu ul li a{
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.header nav.nav-menu ul li a:hover{
  text-decoration: underline;
  transition: 0.3s;
}
.myslider{
  width: 100% !important;
  height: 100% !important;
  background: blue;
}

.slides-arrows{
  font-size: 3em;
  color: #fff;
}
/*------------------------------------*\
   Page Styles
\*------------------------------------*/

/*------------------------------------*\
    About Page

\*------------------------------------*/
div.central-content{
	width: 100%;
	height: 100vh;
	padding-top: 30vh;
	position: relative;
	background-attachment: fixed;
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover;
}
div.central-text-wrap p{
	display: block;
	max-width: 400px;
	width: 90%;
	margin: 0 auto;
	color: #1c1c1c;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	font-size: 0.75em;
}
div.central-text-wrap ul{
	padding: 0;
	margin:0 auto;
	width: 250px;
}
div.central-text-wrap ul li{
	list-style: none;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 40px;
	letter-spacing: 0.05em;
	font-size: 0.8em;
}
div.central-text-wrap a{
	color: #1c1c1c;
}
div.central-text-wrap .social{
	font-size: 1.5em;
	color: #1c1c1c;
	margin-right: 10px;
}
div.central-text-wrap a:hover{
	opacity: 0.8;
	transition: all 0.3s;
}
ul.works-navi{
	margin: 0;
	padding: 0;
	padding-top: 80px;
	padding-bottom: 20px;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
ul.works-navi li{
	display: inline-block;
	position: relative;
	margin: 0 5px 0 5px ;
	cursor: pointer;
}
.fb-link{
	margin-left: -2px;
}
.fb-text{
	margin-left: 1px;
}
li.categories{
	text-decoration: underline;
	padding-bottom: 30px;
	transition: all 0.3s;
}
ul.works-navi.work-page li.categories{
	text-decoration: none;
	padding-bottom: 0px;
}
ul.works-navi li.categories.cat-open{
	//text-decoration: underline;
	padding-bottom: 30px;
	transition: all 0.3s;
	opacity: 1;
	transition: all 0.3s;
}
ul.works-navi.workpage li{
	border-bottom: none;
}
ul.works-navi.workpage li:hover{
	color: #1c1c1c;
	transition: all 0.3s;
	text-decoration: underline;
}
ul.work-page li.categories ul{
	opacity: 0;
}
ul.work-page li.categories.cat-open ul{
	opacity: 1;
}
li.categories ul{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 1000px;
	top: 30px;
	left: -500px;
}

li.categories ul li{
	display: inline-block;
	margin-left: 20px;
	font-size: 1em;
}
li.categories ul li:hover, li.current-cat{
	display: inline-block;
	margin-left: 20px;
	color: #1c1c1c;
	text-decoration: underline;
	transition: 0.3s all;
}

div.work-content{
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	padding-top: 100px;
	font-size: 0.9em;
	letter-spacing: 0.03em;
}
div.work-content p{
    text-align: left;
    margin-top: 30px;
}
h1.work-cat-title{
	text-transform: uppercase;
}
h1.work-cat-title p.work-cat-content{
	display: block;
}
.reg-content{
	font-size: 0.9em;
}
h1.work-cat-title{
	font-size: 1.2em;
	letter-spacing: 0.05em;
}
.work-content-wrap{
	width: 100%;
	height: 100%;
	padding-bottom: 100px;
}
.works-content{
	width: 50%;
	float: left;
	height: 360px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.work-text-wrap{
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding-top: 150px;
	opacity: 0;
}
h2.work-title{
	margin: 0;
	text-align: center;
	letter-spacing: 0.05em;
}
.works-content:hover .work-text-wrap{
	opacity: 1;
	transition: all 0.3s;
}

.single-work{
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 150px;
	position: relative;
	padding-bottom: 100px;
}
.back-btn{
	text-transform: uppercase;
	position: fixed;
	left: 30%;
	font-size: 0.8em;
}
.back-btn-btn{

}
.single-work h1{
	font-size: 1em;
	text-transform: uppercase;
}
.single-work img{
	width: 100%;
}

iframe{
	width: 100%;
	min-height: 300px;
}
.post-navi-wrap{
	border-top: 1px solid #e6e6e6;
}
.post-navi-wrap h3{
	text-align: center;
}
.single-post-navi-wrap{
	width: 50%;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
}
.single-post-navi{
	padding-top: 30px;
	background: rgba(255,255,255, 0.8);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.1s;
}
.single-post-navi:hover{
	opacity: 1;
	transition: all 0.3s;
}
.single-navi-title{
	text-align: center;
}
/*------------------------------------*\
    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
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) and (max-width:480px){
	.back-btn{
        left: 4%;
	    top: 100px;
    }
	.single-work{
		width: 90%;
	}
	.works-content{
		width: 100%;
	}
	div.central-content{
		padding-top: 30vh;
	}
	div.central-text-wrap ul li{
	margin-left: 60px;
}
	li.categories ul{
		position: absolute;
		margin: 0;
		padding: 0;
		max-width: 280px;
		top: 0px;
		left: -140px;
	}
	li.categories ul li{
		width: 100%;
		display: block;
		margin-top: 30px;
	}
	li.categories ul li:first-child{
		margin-top: 40px;
	}
	ul.works-navi li.categories.cat-open{
		padding-bottom: 380px;
	}
	li.categories{
		padding-bottom: 0px;
	}
	ul.works-navi li.works-li{
		z-index: 9999;
	}
	a img.alignnone{
		margin: 0 auto !important;
	}
	.single-post-navi-wrap{
		width: 100%;
	}
}
@media only screen and (min-width:480px) and (max-width:768px) {
	.back-btn{
	    left: 4%;
	    top: 100px;
    }
	.works-content{
		width: 100%;
	}
	div.central-content{
		padding-top: 30vh;
	}
div.central-text-wrap ul li{
	margin-left: 80px;
}
	.header nav.nav-menu{
		padding-top: 15vh;
	}
	li.categories ul{
		position: absolute;
		margin: 0;
		padding: 0;
		max-width: 280px;
		top: 0px;
		left: -140px;
	}
	li.categories ul li{
		width: 100%;
		display: block;
		margin-top: 30px;
	}
	li.categories ul li:first-child{
		margin-top: 40px;
	}
	ul.works-navi li.categories.cat-open{
		padding-bottom: 380px;
	}
	li.categories{
		padding-bottom: 0px;
	}
	ul.works-navi li.works-li{
		z-index: 9999;
	}
	a img.alignnone{
		margin: 0 auto !important;
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.header nav.nav-menu{
		padding-top: 20vh;
	}
	div.central-content{
		padding-top: 30vh;
	}
div.central-text-wrap ul li{
	margin-left: 60px;
}
	.back-btn{
	    left: 5%;

    }
}
@media only screen and (min-width:1024px) and (max-width:1440px) {
	.works-content{
		width: 50%;
	}
	.back-btn{
	left: 15%;
    }
div.central-text-wrap ul li{
	margin-left: 60px;
}
}
@media only screen and (min-width:1440px){
	.works-content{
		width: 33.33%;
	}
	.back-btn{
	left: 25%;
    }
}
@media only screen and (min-width:1440px){
	.works-content{
		width: 33.33%;
	}
	.back-btn{
	left: 25%;
    }
}@media only screen and (min-width:2000px){
	.works-content{
		width: 33.33%;
	}
	.back-btn{
	left: 32%;
    }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	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
\*------------------------------------*/

.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: 0 auto;
}
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;
	}
}
