/*
Theme Name: PTP 2017 - V2
Theme URI: http://www.ptplondon.com
Description: Custom Wordpress Template for Protean Productions
Author: Robert Pentha
Author URI: http://www.ptplondon.com
*/






@font-face {
    font-family: 'da-refix-v1bold';
    src: url('fonts/darefix-bold-v2-webfont.woff2') format('woff2'),
         url('fonts/darefix-bold-v2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Refix3000';
    src: url('fonts/Refix-3000-v2.woff2') format('woff2'),
         url('fonts/Refix-3000-v2.woff') format('woff');
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}



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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
   padding:0;
  margin: 0;  
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
  padding:0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,html
{
background-color: #000;
}




body
{


-moz-font-feature-settings: "liga", "kern";
-moz-font-feature-settings:"liga=1, kern=1";
-ms-font-feature-settings:"liga", "kern";
-o-font-feature-settings:"liga", "kern";
-webkit-font-feature-settings:"liga", "kern";
font-feature-settings: "liga", "kern";
-webkit-font-smoothing: antialiased;


}


.center
{
  position: absolute;
 top:50%;
  left:50%;
  -ms-webkit-transform:translate(-50%,-50%); 
  -webkit-transform:translate(-50%,-50%); 
  transform:translate(-50%,-50%); 
}


.centertop
{
  position: absolute;
 top:50%;
  -ms-webkit-transform:translate(0,-50%); 
  -webkit-transform:translate(0,-50%); 
  transform:translate(0,-50%); 
}



h1 {
  font-family: "da-refix-v1bold",Helvetica,Arial;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 24px;
  /* text-transform: uppercase; */
}



h2 {
  font: 20px/24px "Open Sans",Helvetica,Arial;
  /* letter-spacing: 1px; */
  /* text-transform: uppercase; */
  color: #a2a2a2;
  font-size: 15px;
  margin-top: 20px;
}

p {
  font-family: "Open Sans",Helvetica,Arial;
  font-size: 12px;
  font-weight: 300;
  line-height: 26px;
}

a
{
 color: black;
}

p 
{
  margin-bottom: 25px;
  text-align: left;
}




p a
{
  color: black;
}

.single-post a
{
  color:#ffffff;

}



strong {
  font-weight: 700;
}


/*HOLDINGPAGE*/

.holdingpage {
  width: 200px;
}

.holdingpage h1 {
  width: 100%;
  text-align: center;
}

.holdingpage a {
  width: 100%;
  text-align: center;
  display: block;
  color: black;
}

/*End holdingpage*/ 

.burger {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 500;
  width: 40px;
  height: 35px;
}

.line
{
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: black;
}

.category-our-work .line {
  background-color: white;
}



#line1 {top: 10px;}
#line2 {top: 16px;}
#line3 {top: 22px;}


#logo {
  width: 75px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 500;
}

.sectionz {
  width: 100%;
  position: relative;
  /* height: 100vh; */
  float: left;
}

.workgrid {
  width: 100%;
  text-align: center;
}

.workgrid h1 {
  font-family: "Refix3000",Helvetica,Arial;
  font-size: 90px;
  letter-spacing: -0.06em;
  line-height: 80px;
  /* text-transform: uppercase; */
  width: 90%;
  padding: 0 5%;
}

.logoholder {
  width: 900px;
  /* height: 250px; */
  margin: 60px auto;
}

.logoholder img {
  width: 14.6%;
  padding: 1%;
  position: relative;
  float: left;
}

.themainmenu {
  position: absolute;
  width: 800px;
  right: 30px;
  top: 20px;
  z-index: 500;

}

.menu-newmenu-container {
  position: relative;
  float: right;
  margin-right: 20px;
  display: none;
}



#menu-newmenu li {
  float: left;
  margin-left: 20px;
}

#menu-newmenu li a {
  text-decoration: none;
  text-transform: lowercase;
  color: #686868;
  font-weight: 300;
}

.socialone {
  position: relative;
  float: right;
  margin-top: 3px;
  display: none;
}

.socialone a {
  width: 20px;
  height: 20px;
  position: relative;
  float: left;
  display: block;
  opacity: 0.4;
}

.socialone img
{
  width: 100%;
}



.logoholder h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
   font-family: "Refix3000",Helvetica,Arial;
  font-size: 80px;
  line-height: 60px;
}

.firstsection {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
    background-image: url(images/lightning.jpg);
}
.secondsection
{
  height: 100vh;
}

.category-our-work .firstsection
{
  height: 55vh;
}



.portfolioinner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  /* top: 0; */
  /* left: 0; */
  height: 0;
}

.portfolioitem {
  width: 33.33%;
  position: relative;
  float: left;
}

.portfolioimage {
  height: 73%;
  width: auto;
}

.innertitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-family: "Refix3000",Helvetica,Arial;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 12px;
  color: #000;
  /* letter-spacing: 1px; */
  background-color: #ffffff;
  height: 10px;
  padding: 20px 0;
}

.subztitle {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
    font-family: "Open Sans",Helvetica,Arial;
  font-size: 9px;
    color: #848484;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portfoliolink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.singleheader {
  text-align: center;
  width: 100%;
  opacity: 0;
  color: white;
}


/*SINGLE PAGE*/

.singlesection1 {
  margin-top: 20vh;
  height: 80vh;
}

.singleleft {
  width: 50%;
  height: 70vh;
  position: relative;
  float: left;
}

.singleimage {
  height: 70vh;
  display: inline-block;
  opacity: 0;
}

.singleright {
  width: 50%;
  position: relative;
  float: right;
  height: 70vh;
}

.singlerightinner
{

  width: 70%;
  /* margin: 0 auto; */
  margin-left: 10%;
position: relative;
}

.singleright h1 {
  font-size: 46px;
  line-height: 46px;
  opacity: 0;
  margin-bottom: -4px;
  z-index: 50;
  display: block;
  position: relative;
  width: 100%;
  word-spacing: 100000px;
}


.singleright h2 {
  text-transform: uppercase;
  font-size: 8px;
  line-height: 9px;
  margin: 0 0 20px;
  opacity: 0;
  /* background-color: #c9c9c9; */
  display: inline-block;
  color: #c9c2b1;
  /* padding: 5px 8px; */
  font-family: "da-refix-v1bold",Helvetica,Arial;
  letter-spacing: 2px;
}

.singleright p {
  width: 300px;
  font-size: 12px;
  line-height: 23px;
  color: grey;
    opacity: 0;
}

.jumbotron
{
width: 100%;
height: 100vh;
position: relative;
float: left;
background-color: transparent;
}

.jumbotron2
{
width: 100%;
height: 100vh;
position: relative;
float: left;
background-color: transparent;
}

.middletexter {
  width: 90%;
  text-align: center;
}

.middletexter h3 {
  color: #929292;
}

.jumbotron h1 {
  font-size: 80px;
  /* width: 80%; */
  text-transform: uppercase;
  color: white;
  /* width: 80%; */
  text-align: center;
  letter-spacing: -4px;
  /* text-shadow: 0px 0px 10px #888; */
  display: block;

}

.jumbotron h2 {
  color: white;
  font-size: 46px;
  letter-spacing: 3px;
}

.introtyper a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0px;
  text-decoration: none;
  padding: 20px;
  border: 1px dashed red;
  /* border-radius: 4px; */
}

.introtyper h1
{
color: white;
}

.introtyper {
  margin-top: 60px;
  margin-bottom: 60px;

}

.thirdsection {
  height: 100vh;

}

.contactholder {
  width: 400px;
  height: 400px;
  border: 10px dashed white;
  /* border-radius: 200px; */
  margin: 60px auto;
  background-color: rgba(0,0,0,0.8);
}

.contactletter {
  width: 100%;
  margin-top: -50px;
  position: relative;
  height: 100px;
  padding-top: 50%;
  text-align: center;
}

.contactholder h1 {
  width: 100%;
  text-align: center;
  font-size: 46px;
  font-family: "Refix3000",Helvetica,Arial;
  color: white;
}

.contactholder a {
  font-family: "da-refix-v1bold",Helvetica,Arial;
  text-decoration: none;
  padding: 20px;
  border: 1px solid;
  background-color: black;
  color: white;
}

.downbutton {
  width: 50px;
  height: 50px;
  position: absolute;
  border: ;
  bottom: 10px;
  left: 50%;
  margin-left: -25px;
  background-image: url(svg/downbutton.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.portfoliosection {
  background-color: black;
}





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


.portfolioitem {
  width: 50%;
}

.innertitle {
  position: absolute;
  bottom: -15px;
  font-size: 10px;
  line-height: 10px;
}

.workgrid h1 {
  font-size: 60px;
  line-height: 60px;
}







}


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




}







#big 
{
  position: absolute;
  width: 100%;
  height: 100vh;
  top:0;left:0;
  overflow: hidden;
}

.dot 
{
  width: 1px;
  height:100vh;
  position: relative;
  float: left;
  background-color: hsl(120,100%,50%);
  /*backgroundColor:"hsl(120,100%,50%)"*/
  margin-left: 1%;
  opacity: 0.2;
}



/*Spinner*/

.green {
    width: 200px;
    background-color: green;
    height: 200px;
    opacity: 0;
}

.thespin
{
    width: 200px;
    height: 200px;
 transform-style: preserve-3d;
}

.innerspin
{
  position: absolute;
  width: 200px;
  height: 200px;

}

.bigholder
{
  position: absolute;
  width: 100%;
  height:100vh;
top:0;left: 0;
overflow: hidden;
transform-style: preserve-3d;
}

.bigholderdrag
{
    position: absolute;
  width: 100%;
  height:100vh;
top:0;left: 0;
overflow: hidden;
}

.home h1 {
  position: absolute;
  color: white;
  font-family: 'open sans',Helvetica,Arial;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.home h1 a 
{
  color: orange;
}