/*
Theme Name: Edward Thring
Theme URI: https://edwardthring.com
Author: Edward Thring
Author URI: https://edwardthring.com/
Description: An interactive creative director, designer and developer.
Version: 1.0
Text Domain: Edward Thring
*/

/* ==========================================================================
   SVG Icons
   ========================================================================== */
.svg-icon {
  width: 100%;
  height: 100%;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #000;
}
.svg-icon circle {
  stroke: #000;
  stroke-width: 1;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	margin: 0;
	background: #1b2026;
	color: #fff;
	padding: 0;
  z-index: 8;
}
.browsehappy p {
	color: #fff;
	padding: 0;
  margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
  max-width: 260px;
  font-size: 15px;
  line-height: 23px;
}
.browsehappy p a {
	color: #b2b1b1;
	border-bottom: 1px solid #b2b1b1;
}
.browsehappy p a:hover {
	color: #4182f5;
	border-color: #4182f5;
}
@media screen and (max-width: 768px) {
  .browsehappy p {
    font-size: 14px;
    line-height: 19px;
  }
}

/* ==========================================================================
   Base Styles
   ========================================================================== */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	background-color: #fff;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
  color: #030507;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
}
a {
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
a:focus, a:hover, a:active {
    outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
img {
	height: auto;
	width: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0;
	display: block;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.noTopPadding {
	padding-top: 0;
}

/* ==========================================================================
   Typography Styles
   ========================================================================== */
h1 {
	font-size: 30px;
	line-height: 44px;
	color: #030507;
	margin: 0 0 40px;
	padding: 0;
  letter-spacing: -0.02em;
  font-weight: normal;
}
h1.big {
	font-size: 80px;
	line-height: 82px;
	color: #030507;
	margin: 0 0 40px;
	padding: 0;
}
p {
	font-size: 18px;
	line-height: 28px;
	padding: 16px 0;
	color: #646464;
}
strong {
  font-weight: bold;
}
@media screen and (max-width: 1320px) {
	h1 {
		font-size: 26px;
		line-height: 40px;
		margin: 0 0 30px;
	}
	p {
		font-size: 16px;
		line-height: 26px;
		padding: 14px 0;
	}
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
  h1 {
		font-size: 24px;
		line-height: 36px;
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 500px) {
	h1 {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 20px;
	}
	p {
		font-size: 15px;
		line-height: 25px;
		padding: 12px 0;
	}
}

/* ==========================================================================
   Wrapper Styles
   ========================================================================== */
.wrapper {
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	z-index: 1;
	padding: 0;
}
.demo {
	width: 100%;
	height: 500px;
	background-color: red;
}

/* ==========================================================================
   Container Styles
   ========================================================================== */
.container {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	max-width: 85%;
	padding: 0;
}
@media screen and (max-width: 1320px) {
  .container {
  	max-width: 85%;
  }
}
@media screen and (max-width: 1000px) {
  .container {
  	max-width: 80%;
  }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {
  .container {
  	max-width: 82%;
  }
}

/* ==========================================================================
   Sections Styles
   ========================================================================== */
.section {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: relative;
  display: block;
  z-index: 1;
}
.section.intro.single {
  height: 85vh;
}
.sectionWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	background-color: transparent;
	z-index: 2;
}
.sectionWrap .sectionContent {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.section.intro .sectionWrap .sectionContent, .section.work .sectionWrap .sectionContent {
	vertical-align: bottom;
}
.sectionWrap .sectionContent .padding {
	position: relative;
  display: block;
	padding: 12vh 0;
	margin: 0;
}
@media screen and (max-width: 1320px) {
  .sectionWrap .sectionContent .padding {
  	padding: 13vh 0;
  }
}
@media screen and (max-width: 1000px) {
  .sectionWrap .sectionContent .padding {
  	padding: 10vh 0;
  }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {
  .sectionWrap .sectionContent .padding {
  	padding: 6vh 0;
  }
}

/* ==========================================================================
   Logo Styles
   ========================================================================== */
.logo {
  display: block;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  background-color: #030507;
  position: fixed;
  top: 10.5vh;
  left: 7.5%;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
  -webkit-transform: scale(1) translateZ(0);
     -moz-transform: scale(1) translateZ(0);
      -ms-transform: scale(1) translateZ(0);
       -o-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}
.wrapper.desktop .logo:hover, .wrapper.mobile .logo:active {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  -webkit-transform: scale(1.1) translateZ(0);
     -moz-transform: scale(1.1) translateZ(0);
      -ms-transform: scale(1.1) translateZ(0);
       -o-transform: scale(1.1) translateZ(0);
          transform: scale(1.1) translateZ(0);
}
@media screen and (max-width: 1320px) {
  .logo {
  	top: 10.5vh;
    left: 7.5%;
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 1000px) {
  .logo {
  	top: 9vh;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    top: 7vh;
  }
}
@media screen and (max-width: 500px) {
  .logo {
  	top: 6.5vh;
    left: 9%;
    width: 46px;
    height: 46px;
  }
}

/* ==========================================================================
   intro Styles
   ========================================================================== */
.introWrap {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
  webkit-transform: translate3d(0,8vh,0);
	       transform: translate3d(0,8vh,0);
}
.introWrap.active {
  webkit-transform: translate3d(0,0,0);
	       transform: translate3d(0,0,0);
}
.introWrap h1 {
  margin: 0;
  padding: 0;
}
.introWrap h1 a {
  text-decoration: none;
  color: #939597;
  position: relative;
}
.wrapper.desktop .introWrap h1 a:hover, .wrapper.mobile .introWrap h1 a:active {
  color: #4182f5;
}

.wrapper.desktop.monday .introWrap h1 a:hover, .wrapper.mobile.monday .introWrap h1 a:active {
  color: #ff4141;
}
.wrapper.desktop.tuesday .introWrap h1 a:hover, .wrapper.mobile.tuesday .introWrap h1 a:active {
  color: #fad965;
}
.wrapper.desktop.wednesday .introWrap h1 a:hover, .wrapper.mobile.wednesday .introWrap h1 a:active {
  color: #77c4c5;
}
.wrapper.desktop.thursday .introWrap h1 a:hover, .wrapper.mobile.thursday .introWrap h1 a:active {
  color: #2282fa;
}
.wrapper.desktop.friday .introWrap h1 a:hover, .wrapper.mobile.friday .introWrap h1 a:active {
  color: #fab4b4;
}
.wrapper.desktop.saturday .introWrap h1 a:hover, .wrapper.mobile.saturday .introWrap h1 a:active {
  color: #15a071;
}
.wrapper.desktop.sunday .introWrap h1 a:hover, .wrapper.mobile.sunday .introWrap h1 a:active {
  color: #6948e1;
}

@media screen and (max-width: 1320px) {
  .introWrap {
    max-width: 62%;
  }
}
@media screen and (max-width: 1000px) {
  .introWrap {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .introWrap {
    max-width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .introWrap {
    max-width: 100%;
  }
}

/* ==========================================================================
   contact Styles
   ========================================================================== */
.contactBox {
  display: block;
  margin: 0;
  padding: 5vh 0 0; 
  font-size: 16px;
  line-height: 20px;
  color: #232527;
  font-weight: normal;
  position: relative;
  webkit-transform: translate3d(0,8vh,0);
	       transform: translate3d(0,8vh,0);
  opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; filter:alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.contactBox.active {
  opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; filter:alpha(opacity=100);
	visibility: visible;
  webkit-transform: translate3d(0,0,0);
	       transform: translate3d(0,0,0);
}
.contactBox a {
  margin: 0;
  padding: 0 34px 0 0;
  color: #939597;
}
.wrapper.desktop .contactBox a:hover {
  color: #4182f5;
}

.wrapper.desktop.monday .contactBox a:hover {
  color: #ff4141;
}
.wrapper.desktop.tuesday .contactBox a:hover {
  color: #fad965;
}
.wrapper.desktop.wednesday .contactBox a:hover {
  color: #77c4c5;
}
.wrapper.desktop.thursday .contactBox a:hover {
  color: #2282fa;
}
.wrapper.desktop.friday .contactBox a:hover {
  color: #fab4b4;
}
.wrapper.desktop.saturday .contactBox a:hover {
  color: #15a071;
}
.wrapper.desktop.sunday .contactBox a:hover {
  color: #6948e1;
}

@media screen and (max-width: 1320px) {
  .contactBox {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .contactBox a {
    padding: 0 26px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contactBox a {
    display: inline-block;
    width: 40%;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .contactBox {
    font-size: 14px;
    line-height: 20px;
    padding: 4vh 0 0;
  }
  .contactBox a {
    width: 45%;
  }
}

/* ==========================================================================
   Work Styles
   ========================================================================== */
.section.work {
  background-color: #131517;
  position: relative;
}
.section.work .images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section.work .images .work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: 50% 50% no-repeat transparent;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
  -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.section.work .images .work.active {
  opacity: 1;
}
.section.work .images .work.TLN {
  background-image: url('../img/gallery/TLN-large.jpg');
}
ul.links {
  display: inline-block;
  width: 100%;
  z-index: 10;
}
ul.links li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 33%;
  float: left;
}
ul.links li a {
  display: block;
  position: relative;
  padding: 45px;
  min-height: 180px;
  background-color: #232527;
  text-align: left;
  webkit-transform: translate3d(0,0,0);
	       transform: translate3d(0,0,0);
  -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.wrapper.desktop ul.links li a:hover {
  webkit-transform: translate3d(0,-1.5vh,0);
	       transform: translate3d(0,-1.5vh,0);
}
ul.links li:nth-child(1) a {
  background-color: rgba(0,0,0,0.5);
}
ul.links li:nth-child(2) a {
  background-color: rgba(0,0,0,0.3);
}
ul.links li:nth-child(3) a {
  background-color: rgba(0,0,0,0.15);
}
ul.links li a h1 {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 1.2em;
  -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
ul.links li a span {
  display: block;
  margin: 0 0 0;
  padding: 0 0 15px;
  color: #4182f5;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.wrapper.monday ul.links li a span {
  color: #ff4141;
}
.wrapper.tuesday ul.links li a span {
  color: #fad965;
}
.wrapper.wednesday ul.links li a span {
  color: #77c4c5;
}
.wrapper.thursday ul.links li a span {
  color: #2282fa;
}
.wrapper.friday ul.links li a span {
  color: #fab4b4;
}
.wrapper.saturday ul.links li a span {
  color: #15a071;
}
.wrapper.sunday ul.links li a span {
  color: #6948e1;
}

.wrapper.desktop ul.links li a:hover h1 {
  color: #232527;
}
.wrapper.desktop ul.links li a.active:hover {
  background-color: #fff;
}
.wrapper.desktop ul.links li a.active:hover span {
  color: #4182f5;
}

.wrapper.desktop.monday ul.links li a.active:hover span {
  color: #ff4141;
}
.wrapper.desktop.tuesday ul.links li a.active:hover span {
  color: #fad965;
}
.wrapper.desktop.wednesday ul.links li a.active:hover span {
  color: #77c4c5;
}
.wrapper.desktop.thursday ul.links li a.active:hover span {
  color: #2282fa;
}
.wrapper.desktop.friday ul.links li a.active:hover span {
  color: #fab4b4;
}
.wrapper.desktop.saturday ul.links li a.active:hover span {
  color: #15a071;
}
.wrapper.desktop.sunday ul.links li a.active:hover span {
  color: #6948e1;
}

@media screen and (max-width: 1320px) {
  ul.links li a span {
    padding: 0 0 12px;
    font-size: 10px;
    line-height: 12px;
  }
  ul.links li a {
    padding: 35px;
    min-height: 140px;
  }
}
@media screen and (max-width: 1000px) {
  section.work .images .work.TLN {
    background-image: url('../img/gallery/TLN-medium.jpg');
  }
  ul.links li {
    width: 100%;
  }
  ul.links li a {
    padding: 40px;
    min-height: inherit;
  }
  .wrapper.desktop ul.links li a:hover {
    webkit-transform: translate3d(0,0,0);
  	       transform: translate3d(0,0,0);
  }
  ul.links li a span {
    padding: 0 0 8px;
  }
}
@media screen and (max-width: 768px) {
  ul.links li a {
    padding: 48px 38px;
  }
}
@media screen and (max-width: 500px) {
  ul.links li a {
    padding: 34px 24px;
  }
}

.backto{
    margin: 0;
    padding: 0 34px 0 0;
    color: #939597;
}
