/*
  Theme Name: The Pod	Theme URI: http://the-pod.com.au/	Description: The Pod Multimedia Theme 2	Version: 2
	Author: kmozuna
	Author URI: kmozuna.com
	Tags: the pod theme
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Main */
/* Typeface */
body{
  font-family: "Inter", sans-serif;
  font-size:22px;
  color:#4d4d4d;
}
h3{
  font-family: "Inter", sans-serif;
  font-size: 1.1em;
  font-weight:800;
  margin:46px 0 37px;
  text-transform: uppercase;
}
#contact h3, footer h3{font-size: 0.955em;text-transform: none;}
#projects h3{margin:21px 0 37px 5px;}
#clients h3{margin-top:21px}
#about h3, #clients h3{margin-left: 5px}
#single h3{text-transform: none;}
h5{
  font-family: "Inter", sans-serif;
  font-size:1em;
  font-weight:800;
  text-transform: uppercase;
}
.projectSingle h5{text-transform: none;  margin:0 0 37px;}
strong, b {
  font-weight: bold;
}
span{
  font-size:0.91em;
}
a{
  color:#4d4d4d;
  text-decoration: none;
}
a:hover{
  opacity:0.7;
}
nav{
  font-family: "Inter", sans-serif;
  font-size:0.82em;
  font-weight:800;
  text-transform: uppercase;
}
#coverTxt{
  font-family: "Inter", sans-serif;
  font-size: 1.46em;
white-space: pre;
	line-height:2.2rem;
	text-transform:uppercase;
}
#coverTxt strong{
  	font-weight:900;
	display:block;
}
#coverTxt strong:first-of-type{
	margin-bottom:16px;
}
#coverTxt strong:last-of-type{
	margin-top:16px;
}
.coverTitle{
  font-family: "Inter", sans-serif;
  font-size: 1.4em;
  font-weight:800;
  color:#fff;
  text-transform: uppercase;
}
.coverClient{
  font-size:1em;
  color:#fff;
}
#projects article>div{
  color: #fff;
}
#projects article>div span{
  font-size:0.82em;
}
#about>div,#clients>div{
  font-size:0.82em;
  line-height: 1.4em;
}
.projectSingle p{
  font-size:0.82em;
  line-height: 1.6em;
}
#single>div>.backLink{
  font-family: "Inter", sans-serif;
  font-weight:800;
}
#single>div>.backLink>a>span:last-of-type{
  color:#777;
}
footer{font-size:0.8em;}
footer>.one_third:nth-of-type(2)>p{font-size:0.91em;line-height: 1.6em;}
footer strong {
	margin-right:10px;
}
footer>.one_third>span:first-of-type {
	margin-bottom:20px;
}
form>input:not(.submit),textarea,form>input::placeholder,textarea::placeholder{
  font-family: "Inter", sans-serif;
  font-size: 0.855em;
  color:#4d4d4d;
}
form>input:-ms-input-placeholder,textarea:-ms-input-placeholder{font-family: "Inter", sans-serif;font-size: 0.855em;color:#4d4d4d;}
form>input::-ms-input-placeholder,textarea::-ms-input-placeholder{font-family: "Inter", sans-serif;font-size: 0.855em;color:#4d4d4d;}
.formMessage{font-size: 0.7em;}
.error{color:#cc0000;}
.success{color:#00cc00;}
.missing{border: 5px solid #cc0000 !important}
/* Layout */
body{background:#fff;}
body>section,#contact>section,nav>section,footer{
  max-width:1920px;
  width:100%;
  padding:0 20px;
  box-sizing:border-box;
  margin:0 auto;
  display:flex;
  flex-wrap: wrap;
}
.one_third{
  width:32%;
  margin:0 5px;
  box-sizing: border-box;
  flex-shrink: 0;
}
hr{
  margin:0;
  border:none;
}
/* ContactTab */
#contact{
  width: 100%;
  background: #fff;
  height:180px;
  position: fixed;
  z-index: 10;
	top:-1000px;
}
#contact>section{position: relative;}
#contact span, footer span{
  display:block;
  margin:6px 0;
}
#contact .one_third:nth-of-type(3){padding-right:30px;}
#contact h3{margin:21px 0 6px;}
#contact #phone strong {
	margin-right:10px;
}
#contact .social{
  display:flex;
  justify-content:flex-start;
  margin-top:20px;
}
#contact .social a {
    width: 39px;
    height: 39px;
    float: left;
}
.socialIcons{width:100%;height:100%;}
.socialIcons.instagram {background: url(images/instagram.svg) no-repeat center;}
.socialIcons.vimeo {background: url(images/vimeo.svg) no-repeat center;}
.socialIcons.linkedin {background: url(images/linkedin.svg) no-repeat center;}

.closeBtn {
  width: 104px;
  height: 76px;
  background: url(images/cross2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: -20px;
  cursor: pointer;
	opacity: 0.5;
}

/* Form */
form>input:not(.submit),textarea{
  width:70%;
  border:5px solid #d2d2d2;
  padding:4px 11px;
  box-sizing: border-box;
  margin:4px 0;
  background:#d2d2d2;
}
form>input:first-of-type{margin-top:6px}
form>.submit{
  display: block;
  border: none;
  background: none;
	font-size:0.65em;
  font-weight: 700;
  color:#4d4d4d;
  padding: 7px 0;
}
footer form>.submit{
	font-size:0.8em;
}
textarea{width:100%; height: 170px;}
/* Nav */
nav{
  width:100%;
  position: fixed;
  top:0;
  height:80px;
  background:#fff;
  z-index: 5;
}
nav>section{justify-content: space-between;}
.smallLogo {
  background: url(images/timjoiner.svg) no-repeat center;
  background-size: contain;
  display: block;
  background-color: white;
  float: left;
  width: 204px;
  height: 32px;
  margin-left: 5px;
  margin-top: 21px;
}
nav ul{
  display: flex;
  justify-content: space-evenly;
}
nav ul>li{
  margin:5px 35px;
  padding-top: 26px;
}
nav ul>li:last-of-type{margin-right:0;}
/* Cover */
#cover{margin-top:80px;}
#coverTxt{
  width:51%;
	max-width: 627px;
  padding:78px 10px 85px 5px;
  padding-right:10px;
  box-sizing: border-box;
}
#coverImg{
  width:49%;
  position: relative;
  overflow:hidden;
	flex-grow: 1
}
#coverImg>img{
  min-width:100%;
  position: absolute;
	top: -20%;
	right: 0;
  z-index: 2;
}
#coverImg>div{
  position: absolute;
  z-index: 3;
  top: 53%;
  left: 5%;
}
#coverImg>div>span{display:block;}
/* Projects */
.greyBorder{border-top:1px solid #4d4d4d; width:calc(100% - 5px); margin-top:25px;opacity: 0.5;margin-left:5px;}
#projects>div{
  display: flex;
  flex-wrap: wrap;
}
#projects a{overflow:hidden;margin-top:5px; margin-bottom:5px;}
#projects img{width:100%;height:auto;display:block;}
#projects article{position: relative;}
#projects article>div{
  width:100%;
  height:100%;
  background:rgba(03,126,173,0.5);
  position: absolute;
  top:0;
  left:-100%;
  opacity:0;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
}
#projects article>div>div{
	width: 90%;
	position: absolute;
	bottom: 10%;
	left: 5%;
}
#projects a:hover{opacity:1;}
#projects article:hover>div{
  left:0;
  opacity:1;
}
/* About */
#about>div,#clients>div{
  columns: 2;
  column-gap: 60px;
  column-fill: auto;
  height: 18em;
	margin-left: 5px;
}
#about>div>p:not(:first-of-type){margin-top:1.5em;}
/* Clients */
#clients>div{height:5em;}
#clientList{
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;
	width:100%;
}
#clientList>p{
  flex-shrink: 0;
  width: 20%;
  margin: 15px 0;
  display: flex;
  height: 68px;
}
#clientList>p>img{
  display:block;
  margin:0 auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* Footer */
footer{margin-top:15px;margin-bottom:50px;}

/* Posts */
#single{position: relative;margin:90px 5px 0;}
.alignLeft, .alignRight {
  width: 38%;
  margin-bottom:37px;
}
.alignLeft,.imgLeft{
  padding-right:20px;
  box-sizing: border-box;
}
.imgLeft, .imgRight {
  width: 60%;
  margin-bottom:37px;
  position: relative;
}
.dualpane{
  width:100%;
  display:flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.dualpane>div{
  width:49%;
  overflow: hidden;
  position: relative;
}
.dualpane>div:first-of-type{
  margin-right:20px;
}
.imgLeft img, .imgRight img, .fullWidth,.dualpane img {
  width: 100%;
  display: block;
}
.gallery {
  overflow: hidden;
  position: relative;
}
.gallery img {
  width: 100%;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#single>div{
  display:flex;
  flex-wrap: wrap;
}
#single>div>.backLink,#single>div>h3{
  width:100%;
  flex-shrink:0;
}

.galleryButtons {
  position: absolute;
  float: right;
  top: 129px;
  right:5px;
}
.galleryButtons ul li {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 200px;
  background: #626366;
  margin: 0 0 11px;
  text-indent: -999999px;
  overflow: hidden;
}
.vimeoLink>p{position: relative;}
.vimeoLink>p::after{
  content:'';
  background: url(images/mainPlayBtn.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
}
.vimeoLink .vimeoVideo{width:calc(100% - 20px);background:#000;position: absolute;top:0;left:0;}
.vimeoLink iframe{width:100%;height:100%;}
@media only screen and (min-width: 1700px) {
	#about>div, #clients>div{
		columns: 3;
	}
}
@media only screen and (max-width: 1100px) {
	#contact section .one_third:nth-of-type(3), footer>.one_third:last-of-type{
		display:none;
	}
	#about>div, #clients>div{
		columns: 1;
		height: auto;
	}
	#clients>div{
		margin-bottom: 20px;
	}
	#coverTxt{width: 100%;	padding:38px 10px 0 5px;}
	#coverImg{display: none;}
	#projects .greyBorder{margin-top: 0}
}
@media only screen and (max-width: 850px) {
	#clientList>p{width: 26%;}
	.imgLeft, .imgRight, .alignLeft, .alignRight,.dualpane>div{width: 100%;flex-shrink: 0}
	.alignLeft, .imgLeft{padding-right: 0;}
	.vimeoLink .vimeoVideo{width:100%;}
	.dualpane{display:block;}
	.dualpane>div:first-of-type{margin:0 0 20px 0;}
	nav>section>a{padding-left:20px;}
	nav>section{padding:0;}
	nav ul>li:last-of-type{margin-right:35px;}
	.menu-main-container::after{
		content: '';
    display: block;
    background: url(images/menu.svg) no-repeat center;
    background-size: 30px 30px;
    width: 32px;
    height: 62px;
    position: absolute;
    top: 9px;
    right: 20px;
	}
	.menu-main-container.open::after{
		content: '';
    display: block;
    background: url(images/cross2.svg) no-repeat center;
    background-size: 130px 130px;
    width: 32px;
    height: 62px;
    position: absolute;
    top: 9px;
    right: 20px;
	}
	.menu-main-container{
		width: 100%;
		background: rgba(255,255,255,0.9);
	}
	.menu-main-container.open #menu-main{display: block;}
	#menu-main{display: none;}
	#menu-main>li{
		text-align: center;
		padding: 20px 0;
    font-size: 2em;
	}
}
@media only screen and (max-width: 600px) {
	#contact section .one_third:nth-of-type(2), footer>.one_third:nth-of-type(2){
		display:none;
	}
	footer>.one_third {
		width:100%;
	}
	#projects .one_third{
		width:100%;
	}
	#coverTxt {
	  font-size: 5.3vw;
		padding:38px 10px 0 5px;
	}
	#clientList>p{width: 50%;}
	#clientList>p:nth-of-type(n+7){display: none;}
}
@media only screen and (max-width: 300px) {
	#coverTxt {
		white-space: pre-wrap;
	}
}
/* -- Captcha -- */
.g-recaptcha{margin-bottom: 7px;}
