@font-face {
  font-family: 'Gotham Rounded';
  src: url('fonts/GothamRnd-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/GothamRnd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/GothamRnd-Bold.woff') format('woff'), /* Modern Browsers */
       url('fonts/GothamRnd-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/GothamRnd-Bold.svg#cf294c6136807d0e69a971e863b3cd88') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url('fonts/GothamRnd-Book.eot'); /* IE9 Compat Modes */
  src: url('fonts/GothamRnd-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/GothamRnd-Book.woff') format('woff'), /* Modern Browsers */
       url('fonts/GothamRnd-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/GothamRnd-Book.svg#21661efc977bfcfec5c6c16307c05ceb') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url('fonts/GothamRnd-BoldIta.eot'); /* IE9 Compat Modes */
  src: url('fonts/GothamRnd-BoldIta.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/GothamRnd-BoldIta.woff') format('woff'), /* Modern Browsers */
       url('fonts/GothamRnd-BoldIta.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/GothamRnd-BoldIta.svg#e276be916220be37271d4fd52706a38b') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  700;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url('fonts/GothamRnd-BookIta.eot'); /* IE9 Compat Modes */
  src: url('fonts/GothamRnd-BookIta.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/GothamRnd-BookIta.woff') format('woff'), /* Modern Browsers */
       url('fonts/GothamRnd-BookIta.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/GothamRnd-BookIta.svg#9ffda8e14c915fd81799e950aa5e5b9e') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  400;
}



/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body { font-family: "Gotham Rounded", sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; }
header, main, footer { max-width: 820px; margin: 0 auto; position: relative; }
a { color: black; text-decoration: none; -webkit-transition: all .3s ease; transition: all .3s ease; }
h1 { font-size: 40px; text-transform: uppercase; letter-spacing: -1px; }
h2 { font-size: 30px; text-transform: uppercase; color: #9ddde2; font-weight: bold;}

header { display: -webkit-flex; display: flex; flex-flow: row nowrap; -webkit-align-items: flex-end; align-items: flex-end; height: 80px; z-index: 20; width: 820px; position: fixed; left: 50%; margin-left: -410px; }
 header h1 { -webkit-flex: 1; flex: 1; line-height: 26px;}
  header h1 a:hover { letter-spacing: -2.5px; opacity: .7 }
nav ul li { display: inline-block; background:black; padding: 5px 8px; }
 nav ul li:not(:last-child) { margin-right: 4px; }
 nav ul li a { color: white; font-size: 12px; text-transform: uppercase;}
 .current_page_item { background: #ed9baf;}
 nav ul li a:hover { opacity: .7; text-decoration: underline; }

.page-template-_whoispogo-php #about { position: fixed; box-sizing: border-box; width: 100%; z-index: 100; top: 0;}
.page-template-_whoispogo-php #about.on + header #about_toggle { top: 500px; -webkit-transition: all .7s ease; transition: all .7s ease; }
.page-template-_whoispogo-php header { top: 0;}
#about { background: #1c1b1a; height:500px; padding: 50px 0; color: white; margin-top: -500px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
 #about.loaded { -webkit-transition: all .7s ease; transition: all .7s ease; }
 #about.on { margin-top: 0; }
 #about > div { max-width: 500px; margin: 0 auto; padding: 60px 25px 0; }
 #about span, #about ul a, #about span a, #about > div > p { font-size: 14px }
 	#about h2 { margin-bottom: 30px; }
  #about a:hover { color:white; }
  #about ul { margin: 30px 0 10px; }
   #about ul li { display: inline-block; }
   #about ul a { color: #df7b93; text-decoration: underline; }
   #about ul li:not(:last-child):after { content:" | "; text-decoration: none; }
  #about span a { color: #FBD96B; }
   #about > div > p { line-height: 2; }

#about_toggle { position: absolute; font-size: 0; background: #1c1b1a; width: 28px; height: 20px; top: -5px; right: 0;}
	#about_toggle:before { content:""; width: 0; position:absolute; top: 20px; border-color: #1c1b1a transparent transparent; border-style: solid; border-width: 10px 14px 0;}
	#about_toggle:after { position:absolute; top: 9px; width: 28px; text-align:center; content:"?"; font-size: 14px; font-weight: bold; color: white; }
	#about_toggle:hover { top: 0; }
	
	
main {font-family: "Gotham Rounded", sans-serif; clear: both; margin-top: 100px;}

.media_container { position: relative; height: 469px; }
 .media_container img { position: absolute; top:0; left:0; display:none; width: 100%; box-sizing: border-box; padding: 5px; }
 
#mediaplayer { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 5px solid black; background: black; height: 466px;}

#mediabrowser ul { font-size: 0; margin-top: 10px; }
#mediabrowser ul li { display: inline-block; border: solid 5px black; width: 270px; height: 150px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 5px 5px 0; -webkit-transition: all .3s ease; transition: all .3s ease; z-index: 1; position: relative; }
	#mediabrowser ul li:nth-child(3n) {margin-right: 0;}
	#mediabrowser ul a img {width: 260px; height: 140px; -webkit-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-transition: all .3s ease; transition: all .3s ease;} 
	#mediabrowser ul a:hover img { -webkit-filter: none; -moz-filter: none; filter: none; filter: none; }
	#mediabrowser ul li:nth-child(n+4) { opacity: 0; margin-top: -150px ; z-index: 0;}
   #mediabrowser ul li.on { opacity:1; margin-top: 0; }
	
.reveal { display: inline-block; background: #a0dde2; padding: 6px 10px; text-decoration: underline; }
 .reveal:hover { background: #eee; }

footer { margin: 15px auto 0; }
footer p { color: #666; font-size: 12px; float:left; margin-bottom: 15px; line-height: 33px;}
footer p span { vertical-align: top; }
 footer p:nth-child(2) { float:right; }
  footer a:hover { color: #FBD96B; text-decoration: underline; }

.standard { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background: #eff2f4; position: relative; min-height: 400px; overflow: hidden; padding: 60px 50px; }
	.standard:before { content:""; width: 250px; height: 250px; background: url('assets/pogo_sb.png'); position: absolute; background-size: 250px; -webkit-transform: rotate(20deg); transform: rotate(20deg); opacity: .05; top:-50px; left:-30px; }


#stores ul { display: block; width: 60%; margin: 30px auto 0; position: relative; z-index: 1; }
 #stores img, #stores a { padding: 15px; }
 #stores img { width: 30px; height: 30px; opacity: .5; padding: 15px 30px; }
 #stores .store-item {  background: #fbfbfb; height: 60px; position: relative; }
 #stores .store-item a { font-size: 12px; font-weight: bold; color:#666; display: block; width: 100%; position: absolute; z-index: 2; top: 0; line-height: 30px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 15px 0 15px 130px; }
 #stores .store-item a:hover { background: white; color: black;}
#stores p { line-height:1.6; }

.store-feature { color: #ed9baf; }
.store-feature-description { margin: 10px 0 20px; }
.store-feature-wp { -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex; display: flex; padding-top: 10px; flex-wrap: wrap; }
.store-feature-wp hr { width: 100%; opacity: .5; margin: 40px 0 25px; border: solid 2px #9ddde2; }
.store-feature-wp hr + hr { display: none; }
.store-feature-wp ol { list-style-type: decimal-leading-zero; padding-left: 32px; font-family: monospace; padding-top: 10px; }
.store-feature-wp em { margin-top: 8px; display: block; font-size: 14px; }
.store-feature-wp .shopping_cart { display: flex; width: 100%; }
.store-feature-wp .wspsc_cart_item_row { font-weight: bold; }
.store-feature-wp .wspsc_cart_item_row th { padding-bottom: 5px; border-bottom: solid 1px rgb(215, 217, 219); }
.store-feature-wp .wp_cart_button_wrapper { margin-left: auto; }
.store-feature-wp .wspsc_cart_item_thumb td { padding-bottom: 10px; }
.store-feature-wp .wspsc_cart_total td { padding-top: 10px; border-top: solid 1px rgb(215, 217, 219); font-weight: bold; }
.store-feature-wp .wpspsc_checkout_form td { padding-top: 30px; text-align: right; }
.store-feature-wp .wp_cart_remove_item_form input[type="image"] { height: 16px; margin-top: 11px; margin-bottom: -3px; }
.store-feature-wp .wp_cart_button_wrapper input { -webkit-appearance: none; color: #58595b; background: #89ea9a; padding: 10px 20px; font-family: "Gotham Rounded", sans-serif; border: none; cursor: pointer; font-weight: bold; font-size: 17px; }
.store-feature-wp .wp_cart_button_wrapper input:hover { background: #6ad97f; }
#stores .store-feature-wp div:first-child img { padding: 0; margin-right: 30px; width: 150px; height: 150px; opacity: 1; }

#contact { display: -webkit-flex; display: flex; -webkit-flex-direction: horizontal; flex-direction: horizontal; }
 #contact > * { -webkit-flex: 1; flex: 1; }
 #contact aside { padding-right: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 2; }
  #contact aside strong { display: block; font-weight: bold; margin-top: 20px; font-size: 16px; }
  #contact aside { font-size: 14px; }
  #contact input, #contact textarea { border: solid 2px white; padding: 8px; resize: none; margin: 4px 0 10px; -webkit-transition: all .3s ease; transition: all .3s ease; color: #aaa; }
  #contact input:focus, #contact textarea:focus { outline: none; border-color: #a0dde2; color: #a0dde2; } 
  #contact form p { font-size: 12px; }
  #contact input[type="submit"] { width: 100%; background: #a0dde2; border:none; color: white; font-weight: bold; cursor:pointer;  }
   #contact input[type="submit"]:hover { color: black; background: white; }
  #contact h3 { color: #ed9baf; font-size: 18px; font-weight: 700; margin-bottom: 40px; }

#blog article, #article { background: #f0f3f5 url('assets/blogborder.png') no-repeat; background-size: 100% 3px; padding-top: 3px; margin-top: 10px; padding-bottom: 30px; margin-bottom: 20px;}
 #blog > img { width: 100%; display: none; }
 #blog h2, #article h2 { background: black; width: 100%; padding: 14px 18px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 50px; }
 #blog h2 a, #article h2, #article h2 a { color: white; }
 #blog h2 a:hover, #article h2 a:hover { color: #a0dde2; }
 #blog article .acontent, #blog article span, #blog article .date, #article .date { padding: 0 30px; }
 #blog article .acontent:hover { color: grey; }
 
  .date { color: #ed9baf; font-style: italic; margin-bottom: 20px; font-weight: 700; }
  #blog article .acontent { display: block; line-height: 1.6; margin-bottom: 20px; }
  #blog span a { display: inline-block; padding: 10px 6px; background: #a0dde2; color: white; font-weight: 700; }
  	#blog span a:hover { background: white; color: black; }
  	

#article { margin-top: 20px; }
  #article article { padding: 0 30px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
  #article article img { height: auto; max-width: 100%; }
  #article article img.aligncenter { display: block; margin: 0 auto; }
  #article article p { padding: 0 0; text-shadow: 0px 1px 0px white; line-height: 1.7; margin-bottom: 17px; }
  #article h2 a { padding-right: 20px; }

strong { font-weight: bold } 
#p404 { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; position: absolute; margin: auto; top:0; bottom:0; left:0; right:0; height:400px; padding: 0;}
#p404 h2 { font-size: 150px; text-align: center; color: white; text-shadow: 0px 13px 30px rgba(0,0,0,.2); }
	#p404 h2 + p { text-transform: uppercase; color: #ccc; margin-bottom: 60px;  }
	#p404 > p a { display:block; padding: 12px 20px; background: #a0dde2; color: white; font-weight: bold;  max-width: 200px; margin: 20px auto 0; }
		#p404 > p a:hover { background: #FBD96B; }
	#p404 p span { font-style: italic; color: #999; position:relative; }
		#p404 p span:after { content:""; width: 50px; height: 50px; position: absolute; background: url('assets/pogo_sb.png'); background-size: 50px; -webkit-transform: rotate(20deg); transform: rotate(20deg); left: 30px; top: -40px; opacity: .05;}
		

#p404 + footer { position: absolute; bottom: 0; width: 820px; margin: auto; left: 0; right: 0;}

.page-template-_whoispogo-php section {
  width: 820px;
  margin: 40px auto 0;
  *zoom: 1;
}
.page-template-_whoispogo-php section:before, .page-template-_whoispogo-php section:after {
  content: '';
  display: table;
}
.page-template-_whoispogo-php section:after {
  clear: both;
}
.page-template-_whoispogo-php section .visualizer {
  position: relative;
  z-index: 5;
}
.page-template-_whoispogo-php section .visualizer img {
  width: 100%;
  left: 0%;
  position: relative;
}
.page-template-_whoispogo-php section .visualizer figcaption {
  position: absolute;
  top: 0;
  right: -60%;
  font-weight: 700;
  font-size: 75px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  width: 80%;
  line-height: 0.85;
  z-index: 10;
  margin-top: 50px;
}
.page-template-_whoispogo-php section .visualizer .views {
  position: fixed;
  list-style: none;
}
.page-template-_whoispogo-php section .visualizer .views li {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-_whoispogo-php section .visualizer .views li img {
  width: 320px;
  height: auto;
	opacity: .85;
}
.page-template-_whoispogo-php section .visualizer .views li.active {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.page-template-_whoispogo-php section .wshad {
  content: "";
  display: block;
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255,255,255,0.8) 80%, transparent);
  background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0.8) 80%, transparent);
  position: fixed;
  top: 0px;
  width: 40%;
  height: 280px;
  z-index: 2;
  margin-left: -25px;
}
.page-template-_whoispogo-php section .projects {
  line-height: 1.6;
  padding: 220px 0 0;
  position: relative;
  float: right;
	width: 50%;
}
.page-template-_whoispogo-php section .projects ul {
  list-style: none;
  padding-left: 0;
	padding-bottom: 75%;
	min-height: 100vh;
}
.page-template-_whoispogo-php section .projects > p {
	margin-top: 60px;
}
.page-template-_whoispogo-php section .projects ul li, .page-template-_whoispogo-php section .projects > p {
	margin-bottom: 40px;
}
.page-template-_whoispogo-php section .projects ul li {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  left: 0;
}
.page-template-_whoispogo-php section .projects ul li h3 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.page-template-_whoispogo-php section .projects ul .active {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  left: -25px;
}
.page-template-_whoispogo-php section .projects ul .active h3 {
  color: #ed9baf;
}

body:not(.page-template-_whoispogo-php) header { position: relative; }
body:not(.page-template-_whoispogo-php) main { margin-top: 20px; }

@media screen and (max-width: 840px) { 
 body { padding: 0 10px; }  
 header { display: block; width: 100%; left:0; margin-left: 0; position: relative; height: auto; }
	header .page-item-1790 { display: none; }
  header h1 { line-height: 60px; }
 nav { width: 100%; }
	nav .menu ul { display: -webkit-flex; display: flex; }
   nav .menu ul li { -webkit-flex: 1; flex: 1; padding: 10px 6px; }
   #about { height: 600px; margin-top: -600px; }
  #mediaplayer, .media_container { height: 250px; }
  #mediabrowser ul { font-size:0; }
  #mediabrowser ul li { margin-right: 0px; display:inline-block; width: 49%; height: auto; }
  #mediabrowser ul li:nth-child(2n) { margin-left: 6px }
  #mediabrowser ul li img { width: 100%; height: auto;}
  #stores ul { width: 100%; margin-top: 40px; }
  #stores a { line-height: 1.6; padding-left: 120px; }
  #contact { display: block; }
  #contact aside { padding-right: 0; }
  	#contact .wpcf7 { margin-top: 70px;}
  	#contact .wpcf7 textarea { width: 100%}
  .media_container img { height:100%; }
  #stores, #contact { padding: 20px; }
}