/* RESET
------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; max-width: 100%;}
.container, iframe { max-width: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
html, body	{ height:100%; }
a img,:link img,:visited img { border:none }
:focus { outline: 0; }
a  { text-decoration:none;} 
a, a:active, a:visited {outline: 0 !important; } /* Firefox */
table { border-collapse: collapse; border-spacing: 0; }
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after {  -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
.clearFloat::before, .clearFloat::after { display:table; content:"";}
.clearFloat::after	{ clear:both; }
img	{ max-width: 100%; height: auto; width: auto9; /* ie8 */ }

/* PALETTE
------------------------------------------------------------------------------------*/
body { background: #000; color: #999;}
h1.siteName, a { color: #999; }
a:hover, .accent1	{ color: #000; } 
.accent2	{color: #333;}
.accent3	{color: #ccc;}

/*html {-webkit-tap-highlight-color: rgba(0, 0, 0, 0.8);} - safari ios active link bg color 80% black*/

/* HTML / FONTS
------------------------------------------------------------------------------------*/
body {
	font-family:'Helvetica Neue', 'Source Sans Pro', 'Open Sans', Arial, Verdana, Helvetica, "Lucida Grande", Tahoma, sans-serif;
	 font-family: 'Special Elite', cursive;   
    font-size: 110%; font-weight: 400;
}

h1 {
    margin-top: 10px;
}

.navbar-default .navbar-brand {
		 font-family: 'Nixie One', cursive; 
		 font-family: 'Special Elite', cursive;
		 font-size: 26px;
		margin-top: 20px;
}

.navbar-default .navbar-brand span.tagline {}

p	{margin-bottom: 20px;}
.wp-video	{margin-bottom: 60px;border: 1px solid #222;}
h1 {}
h2 {}
h3 {}
h4 {}

p.noTopMargin	{
	margin-top: -40px;
	margin-bottom: 40px;
}

p.noTopBottomMargin	{
	margin-top: -40px;
	}
	
p a:hover	{
		color: #fff;
		text-decoration: underline;
}

p::-moz-selection { color: white; background: #4b5e81;}
p::selection { color: white; background: #4b5e81; }

@media screen and (max-width: 736px)	{
	iframe {height: 380px; }
}

@media screen and (max-width: 450px)	{
	iframe {height: 210px; }
}

/* HEADER / NAVIGATION
------------------------------------------------------------------------------------*/
.navbar-wrapper 	{}
.container-fluid	{}
.navbar				{}
.navbar-default		{}
.navbar-static-top	{}

.navbar-header	{ width: 80%;}
.navbar-default  .navbar-brand	{ width: 800px; max-width: 80%}
.navbar-nav	{ max-width: 110px; float: right;}
.navbar-nav li a	{text-align: right;}
.navbar-default .navbar-collapse	{}

.navbar-default{
	background-color: initial;
    border: 0px;
}
.navbar-header {
    width: 100%;
}
.navbar-toggle {
    display: block; border: 0;margin-top: 20px; padding: 7px 7px 1px;
}
.navbar-collapse.collapse {
    display: none !important;
}
.navbar-collapse.collapse.in {
    display: block !important;
}

@media screen and (max-width:768px){
	.navbar-header{margin-right:0px !important;}
	.navbar-default  .navbar-brand{font-size:23px !important;font-weight:bold;margin-top:0px;width: initial !important;max-width: initial !important;}
	.navbar-header .navbar-toggle{margin-right:0px !important;}
}

button.white	{display: block;}
button.black {display: none;}

.page-id-150 button.white	{display: none;}
.page-id-150 button.black	{display: block;}

/* PAGINATION
------------------------------------------------------------------------------------*/

/* FOOTER
------------------------------------------------------------------------------------*/
.footer	{padding-top: 40px;}

.date	{
	font-size: .9em;
	color: #444;
	padding-top: 40px;
}

.page-id-139 .footer,
.page-id-150 .footer	{
color: #ccc;
}

.home .footer	{display: none;}

/* COMMENTS
------------------------------------------------------------------------------------*/

/* HOME
------------------------------------------------------------------------------------*/

.home_page_video_bg{
	/*width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: auto;
    position: relative;*/
	
	/*position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;*/
	
}
.home_page_video_bg video {
	/*position: absolute;
    z-index: 0;
    bottom: 0;*/
}
.home_fixed_video{
	position: fixed;
    /*top: 50%;*/
    top:0;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /*-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
	max-width: initial;
	-webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.home_header{
	height: 50px;
    position: fixed;
    padding: 6px 0;
    top: 0;
    width: 100%;
    z-index: 9;
    /*background-color: #000;*/
}

/* hide video player icon for iphone */
/*.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}*/



/* ABOUT
------------------------------------------------------------------------------------*/
body.page-about		{background-color: #fff; color: #333;line-height: 1.4em;}

/* WRITING
------------------------------------------------------------------------------------*/
body.page-id-150		{background-color: #fff; color: #333;line-height: 1.4em;}
body.page-id-150 h2.featurette-heading	{color: #666;font-family: helvetica, sans-serif;}

/* PROJECTS
------------------------------------------------------------------------------------*/
.textLinks	{min-width: 100%; font-size: .8em;margin: 20px auto 50px;}
.textLinks ul li 	{margin-bottom: 2px;}
.projectLink	{margin-right: 20px; padding: 0 10px; }

.player .title .headers	{display: none !important;}
.player .title header h1 a	{display: none !important;}

@media screen and (max-device-width: 600px)	{
body.page-projects,
body.page-projects .container		{background-color: #000 !important;}
}

img.bordered	{border: 1px solid #333;}

.postid-46 .swipebox img	{
	padding: 0 25px 25px;
	background-color: black;
}

@media screen and (max-width: 480px)	{
	.postid-46 .swipebox img	 {padding: 0; }
}

div.high-res-images, 
div.exhibition-details	{
	margin-top: 100px;
	border-top: 1px solid #999;
	padding: 50px 0;
}
div.exhibition-notes	{
	margin-top: 0px;
}

div.high-res-images h4,
div.exhibition-notes h4	{
	font-size: 1.2em;
    font-family: helvetica, sans-serif;
    color: #bbb;
	margin-bottom: 20px;
}

/* SCRIBBLES
------------------------------------------------------------------------------------*/
.post-type-archive-scribbles a:hover,
.nav-links a:hover	{
	color: #aaa;
	text-decoration: none;
}

.post-type-archive-scribbles h2.entry-title	{
	font-size: 1.2rem;
	margin: 50px 0 16px;
}

.post-type-archive-scribbles  p.readMore	{
	margin: 40px 0;
}

p.editLink	{
	text-align: right;
}

.single-scribbles h1 {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.single-scribbles .nav-links	{
	margin-top: 20px;
}

.container.marketing {
	min-height: calc(100svh - 100px);
}

.single-scribbles-navigation {
    width: 100%;
    border-top: 1px solid #999;
    margin-top: 50px;
}

.nav-links {
    display: flex;
    justify-content: space-between;
}

.nav-previous, .nav-next {
    width: 48%;
    text-align: center;
}

.nav-previous a, .nav-next a {
    display: block;
    padding: 10px;
    text-decoration: none;

}

.nav-previous a:hover, .nav-next a:hover {
    background-color: #000; /* Adjust the hover background color as needed */
}

/* Ensure empty nav divs still occupy space */
.nav-previous:empty::before, .nav-next:empty::before {
    content: "";
    display: inline-block;
    height: 100%;
}

.nav-previous a {
	text-align: right;
}

.nav-next a {
	text-align: left;
}

/* CONTACT
------------------------------------------------------------------------------------*/

/* FONTS
------------------------------------------------------------------------------------*/
.korean	{
	font-family: 'unbatangregular', 'UnJamoBatang';
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 1.5em;
	color: #bbb;
}
.single-projects .korean	{color: #555 !important;}

@font-face {
    font-family: '/wp-content/themes/hey-yeun/fonts/UnBatang/unbatangregular';
    src: url('/wp-content/themes/hey-yeun/fonts/UnBatang/unbatang-webfont.woff2') format('woff2'),
         url('/wp-content/themes/hey-yeun/fonts/UnBatang/unbatang-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'UnJamoBatang';
	src: url('/wp-content/themes/hey-yeun/fonts/UnJamoBatang/UnJamoBatang.eot');
	src: url('/wp-content/themes/hey-yeun/fonts/UnJamoBatang/UnJamoBatang.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/hey-yeun/fonts/UnJamoBatang/UnJamoBatang.woff') format('woff'),
		url('/wp-content/themes/hey-yeun/fonts/UnJamoBatang/UnJamoBatang.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h2.featurette-heading, .sectionheadertitle {
    margin-bottom: 20px;
    font-size: 1.3em;
    color: #bbb;
    font-family: helvetica, sans-serif;
}
.project_item{height: 200px;background-repeat: no-repeat;float: left;margin-right:10px;margin-bottom:10px;}
.projects_list{list-style: none;}
.project_list_item{float: left;
    margin: 0px;
    margin-right: 12px;
margin-bottom: 6px;}
.project_list_item img{height:200px;}

.project_item a{
position: relative;
    display: inline-block;
    z-index: 3;
    text-align: center;
    height: 100%;
    width: 100%;
}
.asm_display{display:none;}
.textLinks ul{list-style-type: none; width: 100%;}
.textLinks ul li{float:left;padding-right: 10px;line-height: 20px;}
.textLinks ul li a,.textLinks ul li a:hover{text-decoration:none;color:#999999;}

@media only screen and (max-device-width: 1024px)	{
	.textLinks ul li{padding: 20px 20px 20px 0px;}
}

@media only screen and (max-width: 768px){
	.asm_hidden{display:none;}
	.asm_display{display:block;}
	.project_list_item img{width:300px !important;height:200px;}
	.asm_display.project_item{width:100% !important;height:100%;}
	.annrow{margin-left:0px;margin-right:0px;}
	.project_gal_wrapper{text-align:center;}
}
div.mybreadcrumbs	{font-size: 1.2em;font-family: helvetica, sans-serif;}
div.mybreadcrumbs span.current	{color: #ccc;}
.breadcrumb1 a:hover, .featurette-heading a:hover
{
	color:#5e5e5e;
	color: #ddd;
	text-decoration:none;
}
#navbar
{
	position: absolute;
    top: 70px;
    float: right;
    right: 7%;
	width: 100%;
}
@media only screen and (max-width: 768px){
.mobile_project_wrapper
{
	display:block;
	text-align: center;
}
.project_wrapper
{
	display:none;
}
.mobile-project_item
{
  padding-bottom: 20px;
  
}
}
@media only screen and (min-width: 769px){
.mobile_project_wrapper
{
	display:none;
	
}
.project_wrapper
{
	display:block;
	text-align: center;
}
}

.cvf_pag_loading {padding: 20px;}
.cvf-universal-pagination ul {margin: 0; padding: 0;}
.cvf-universal-pagination ul li {display: inline; margin: 3px; padding: 4px 8px; color: white; }
.cvf-universal-pagination ul li.active:hover {cursor: pointer;  color: gray; }
.cvf-universal-pagination ul li.inactive {background: #7E7E7E;}
.cvf-universal-pagination ul li.selected { color: gray;}
.cvf-universal-pagination ul li:after{content:"|"; padding-left: 25px;}

.credit	{
	font-size: .8em;
	color: #444;
}

.credit a	{ color: #555;text-decoration: underline;}
.credit a:hover	{color: #999;}