/*
Theme Name: Black Line Retail
Author: Allan Munro
Author URI: https://www.dynamitedesigns.com.au/
Description: Black Line Retail Custom Theme
Version: 1.0
*/

/* CSS Document */

body, div, p, ul, li, ol, footer, header, img, h1, h2, h3, h4, h5, h6, a {
	padding: 0;
	margin: 0;
	border: 0;
}


@font-face {
    font-family: 'Slate Pro';
    src: url('fonts/SlatePro-Light.woff') format('woff'),
	url('fonts/SlatePro-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

body {
	font-family: 'Slate Pro';
	font-size: 16px;
	line-height: 1.4em;
	color: #000;
	background: #fff;
}

h1 {
	font-size: 42px;
    line-height: 48px;
    padding-bottom: 50px;
}

h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 20px 0;
}

h3 {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0 0 20px 0;
}

a {
	color: #000;
	font-weight: 700;
}

.yellow {
	color: #f7941d;
}

#menu-item-10 {
	display: none;
}

.Outer {
	margin: 75px;
	width: calc(100% - 150px);
	overflow: hidden;
}

.Outer p {
	margin: 0 0 20px 0;
}

.Outer p:last-of-type {
	margin: 0;
}

.Outer img {
	width: 100%;
	height: auto;
}

.Outer hr {
	height: 1px;
	background: #d1c7c7;
	width: calc(33.33% - 34px);
	margin: 17px auto;
	border: 0;
	clear: both;
}

.Outer h4 {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin: 60px 0;
}

.Half {
	width: 50%;
	float: left;
	margin: 0;
	align-self: center;
}

.Halves {
	width: 50%;
	float: left;
	position: relative;
}

.Halves img {
	width: 100%;
	height: auto;
}

.Thirds {
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 30px 75px 0;
}

.Thirds:nth-of-type(3), .Thirds:nth-of-type(6) {
	width: calc(33.33% - 0px);
	margin: 0 0 75px 0;
}

.row {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: baseline;
	margin-bottom: 15px;
}

.Left {
	width: 60%;
	float: left;
}

.Right {
	width: calc(100% - 100px);
	margin: 0 50px;
	float: left;
	font-size: 22px;
	line-height: 22px;
}

.Right p {
	margin: 20px 0;
}

.Right p:nth-of-type(1) {
	margin: 0 0 20px 0;
}

.Right p:last-child {
	margin: 20px 0 0 0;
}

.Gap {
    margin: 50px 0;
    width: 100%;
    clear: both;
    height: 1px;
}

.Img-100 img {
	width: 100%;
	height: auto;
	position: relative;
}

.Img-100 {
	position: relative;
	line-height: 0;
}

.Img-100 h1 {
    color: #fff;
    z-index: 100;
    right: 5%;
    position: absolute;
    transform: perspective(1px) translateY(-52%);
	-webkit-transform: perspective(1px) translateY(-52%);
    -ms-transform: perspective(1px) translateY(-52%);
    top: 52%;
	font-size: 75px;
    line-height: 85px;
}

.bold {
	font-weight: 700;
}

.Privacy-BG {
	background: url('../images/Header_Privacy_ Job.jpg') no-repeat;
	background-size: cover;
	background-position: left center;
}

/*---------------------------------HEADER------------------------------------*/

header {
	width: 100%;
	height: 120px;
	z-index: 9999;
	overflow: hidden;
	position: absolute;
	top: 0;
}

#Logo {
    float: left;
    margin: 40px 0 0 75px;
    width: 100px;
	z-index: 9999;
}

#Logo a {
	display: block;
}

#Logo img {
    width: 100%;
    height: auto;
}

nav {
	float: right;
	margin: 23px 55px 0;
}

nav ul {
	margin: 32.5px 11px;
}

nav li {
	display: inline-block;
}

nav li a {
	color: #f7941d;
	text-transform: uppercase;
	text-decoration: none;
	padding: 9px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	display: block;
}

nav ul:hover > li a {
    opacity: 0.5;
}

nav li a:hover {
    opacity: 1 !important;
}


/*---------------------------------MOBILE NAV-------------------------------------*/

#Mobile-Nav {
	width: 30px;
	height: 30px;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	margin: 15px;
	cursor: pointer;
}

#Mobile-Nav span:after, #Mobile-Nav span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

#Mobile-Nav span:after {
  top: 18px;
}

#Mobile-Nav span {
  position: relative;
  display: block;
}

#Mobile-Nav span, #Mobile-Nav span:after, #Mobile-Nav span:before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

#Mobile-Nav.on span {
  background-color: transparent;
}

#Mobile-Nav.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}

#Mobile-Nav.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}

	
/*---------------------------------HOMEPAGE VIDEO----------------------------*/


*, *:before, *:after {
      box-sizing: inherit;
    }

    .Video-Wrapper {
      width:100%;
      height:85vh;
	  position: relative;
      overflow: hidden !important;
	  line-height: 0;
	}

    .Video-Wrapper video {
      object-fit: cover;
      width:100%;
      height:100%;
	  line-height: 0;
    }

	.Video-Wrapper .Overlay {
	height: 100%;
	line-height: 0;
	}

	@supports (object-fit: cover) and (-ms-ime-align:auto) {
	.Video-Wrapper video {height: auto;}
	}

	@supports (-ms-ime-align:auto) {
    .Video-Wrapper {height: auto;} 
	}

    video::-webkit-media-controls {
    display:none !important;
    }


/*---------------------------------FEATURED IMAGE-------------------------------------*/

.Featured-Img {
	width: 100%;
	height: 546px;
	position: relative;
	background-size: cover;
	background-position: left center;
	background-repeat:no-repeat;
}

.Featured-Img .Heading, .Video-Wrapper .Heading {
	z-index: 3;
	padding: 100px 75px;
	position: absolute;
	top: 120px;
	left: 0;
	color: #fff;
}

.Video-Wrapper .Heading {
	top: 240px;

}

.Featured-Img .Heading h1, .Video-Wrapper .Heading h1 {
	font-size: 75px;
	line-height: 75px;
	padding-bottom: 50px;
}

.Featured-Img .Heading h2, .Video-Wrapper .Heading h2 {
	font-size: 22px;
    line-height: 1.1em;
	padding-bottom: 15px;
}

.Overlay {
	background-color: #000;
	opacity: 0.5;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.Blog-BG {
	background: url('../../uploads/images/BLR Thoughts_Header.jpeg') no-repeat;
	background-size: cover;
	background-position: left center;
}


/*---------------------------------CLIENTS----------------------------------*/

.Clients {
	width: calc(16.66% - 100px);
	padding: 0 50px;
}

.Clients img {
	width: 100%;
	height: auto;
}


/*---------------------------------WORK-------------------------------------*/

.work-row {
	width: 100%;
	overflow: hidden;
}

.Work {
	width: 50%;
	position: relative;
	font-size:4.375vw;
	float: left;
}

.Work img {
	width: 100%;
	height: auto;
	
}

.Work-Img {
	z-index: 1;
	line-height: 0;
}

.Work-Link {
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	position: absolute;
}

.Work-Link a {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: rgba(0,0,0,0.3);
}

.Work p {
	font-size: 46%;
}

.Work span {
	font-size: 20%;
	text-transform:uppercase;
}

.Text-Wrap {
    position: absolute;
    bottom: 0;
    width: calc(100% - 120px);
    padding: 20px 60px;
    /*background: rgba(0,0,0,0.5);*/
}

.Work-Wrap {
	width: 100%;
	overflow: hidden;
	display: flex;
}

.Work-Wrap span {
	position: relative;
    transform: perspective(1px) translateY(-50%);
	-webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    top: 50%;
    display: block;
}

.Work-Wrap .Work-Quarter {
	width: calc(25% - 60px);
	padding: 30px;
	font-size: 1.3em;
	line-height: 1.5em;
}

.Work-Wrap .Work-Quarter h3 {
	font-size: 42px;
	line-height: 48px;
	font-weight: 700;
}

.Work-Wrap .Work-Quarter p {
	padding: 0 0 25px 0;
}

.Work-Wrap .Work-Quarter p:last-of-type {
	padding: 0;
}

.Work-Wrap .Work-Three-Quarter {
	width: 75%;
	line-height: 0;
}

.Work-Wrap:nth-child(odd) {
	flex-direction: row;
}

.Work-Wrap:nth-child(even) {
	flex-direction: row-reverse;
}

.Work-Wrap img {
	width: 100%;
	height: auto;
}

#More-Imgs {
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    background: #f7941d;
    display: inline-flex;
    font-size: 22px;
    cursor: pointer;
    justify-content: center;
}

#More-Imgs:after {
    width: 14px;
    height: 12px;
    background: url(../../uploads/images/arrow-white.png) no-repeat;
    display: block;
    content: "";
    margin: 5px;
	-moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

.Down:after {
	transform: rotate(-180deg) !important;
}

#Work-Imgs-Wrap {
	overflow: hidden;
	width: 100%;
	display: none;
}

.Work-Imgs {
	float: left;
	width: 25%;
	line-height: 0;
	display: flex;
    justify-content: center;
    overflow: hidden;
}

.Work-Imgs img {
   flex: none;
}
	
/*---------------------------------PHILOSOPHY-------------------------------------*/	

.Video-Wrap {
	display: flex;
	width: 100%;
}

.Video-Left {
	width: 75%;
	line-height: 0;
}

.Video-Left video {
      object-fit: cover;
      width:100%;
      height:auto;
	  line-height: 0;
    }

.Video-Right {
	width: 25%;
	background: #231f20;
	color: #fff;
	position: relative;
	line-height: 0;
}

.Video-Right h2 {
	position: absolute;
	bottom: 10px;
	margin: 0;
	width: calc(100% - 80px);
	padding: 40px;
	font-size: 38px;
	line-height: 42px;
}

ul.tabs {
    list-style-type: none;
    position: absolute;
    width: 650px;
    right: 0;
    display: block;
	z-index: 100;
}

ul.tabs:before {
    content: "Choose our mood";
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    padding: 4px 40px 0 0;
    text-transform: uppercase;
    float: left;
    font-weight: 700;
	color: #58595b;
	background: url(../../uploads/images/arrow.png) no-repeat;
    background-position: 165px 6px;
}

@supports (-webkit-overflow-scrolling: touch) {
  ul.tabs:before {
    background-position: 175px 6px;
}
}

ul.tabs li {
	float: left;
	position: relative;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 0 0 30px;
}

ul.tabs li:nth-of-type(1) {
	margin: 0;
}

ul.tabs li a:active {
	position: relative;
	color:  #f7941d;
}

ul.tabs li a {
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;font-weight: bold;
	padding: 3px 0 3px 30px;
}

ul.tabs li a.tab-active, ul.tabs li a:hover {
	color:  #f7941d;
}

#Team-Container {
    position: relative;
}

.Team-Content {
	display: none;
	position: relative;
    top: 60px;
}

.Team {
	width: calc(16.66% - 80px);
	margin: 40px;
}

.Team-Img img {
	width: 100%;
	height: auto;
}

.Team-Name, .Team-Blurb, .Team-Position {
	text-align: center;
	margin: 7px 0;
}

.Team-Name {
	text-transform: uppercase;
	font-weight: bold;
}

.Team-Position {
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}

.Cosmonaut a {
	background: url('../../uploads/images/COSMONAUT.png') no-repeat;
	background-position: left center;
	background-size: contain;
}

.Cosmonaut a.tab-active, .Cosmonaut a:hover {
	background: url('../../uploads/images/COSMONAUT-Active.png') no-repeat;
	background-position: left center;
	background-size: contain;
}

.Super-Hero a {
	background: url('../../uploads/images/SUPERHERO.png') no-repeat;
	background-position: left center;
	background-size: contain;
}

.Super-Hero a.tab-active, .Super-Hero a:hover {
	background: url('../../uploads/images/SUPERHERO-Active.png') no-repeat;
	background-position: left center;
	background-size: contain;
}

.Villain a {
	background: url('../../uploads/images/VILLAIN.png') no-repeat;
	background-position: left center;
	background-size: contain;
}

.Villain a.tab-active, .Villain a:hover {
	background: url('../../uploads/images/VILLAIN-Active.png') no-repeat;
	background-position: left center;
	background-size: contain;
}

ul.Scrolled {
	position: fixed;
	right: 0 !important;
	top: 40%;
	padding: 30px 0 0 0;
    border: 1px solid #eee;
	margin: 0;
	background: rgba(255,255,255,0.5);
	width: 55px !important;
}

ul.Scrolled:before {
	display: none;
}

ul.Scrolled li, ul.Scrolled li:nth-of-type(1) {
	text-indent: -99999px;
	float: none;
	margin: 0 10px 30px 10px;
}

ul.Scrolled li a {
	width: 35px;
	height: 35px;
	padding: 0;
}


/*---------------------------------THOUGHTS-------------------------------------*/

.Blog-Copy {
	width: 85%;
	padding: 0 0 0 15%;
}

.Blog-Copy p {
	font-size: 22px;
	line-height: 26px;
}

p.Author {
	font-size: 16px;
	line-height: 1.4em;
	padding: 0 0 100px 0;
	font-weight: 700;
}

grid-container {
    display: grid;
    grid-auto-rows: 385px;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
	background: #000;
}

[short] {
    grid-row: span 1;
}

[tall] {
    grid-row: span 2;
}

grid-item {
    display: flex;
	background: #fff;
}

grid-item:nth-child(even) {
	flex-direction: row-reverse;
}

.Thoughts {
	width: calc(100% - 100px);
	padding: 50px;
}

.Thoughts h1 {
	font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.Thoughts a {
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.Read-More {
    display: block;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #f7941d;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 700;
    position: relative;
	border: 3px solid #f7941d;
}

.Back {
	margin: 35px 0;
}

.Blog-Copy a {
	text-decoration: none;
}

.Halves img {
  height: 100%;
  object-fit: cover;
}



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

.Map {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
	padding: 20px 0;
}

iframe.Map {
	width: 100%;
}

.Address {
	font-size: 22px;
	line-height: 1.2em;
}

.Address-Wrap {
    min-height: 130px;
}

.Moon img {
	height: 450px;
	width: 100%;
	margin: 20px 0;
}



/*---------------------------------FOOTER-------------------------------------*/

footer {
	background: #231f20;
	color: #fff;
	padding: 45px 75px;
	overflow: hidden;
	font-weight: bold;
	position: relative;
	width: calc(100% - 150px);
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #f7941d;
}

.Footer-Area {
	width: calc(33.33% - 40px);
	float: left;
	margin: 0 20px;
	position: relative;
}

.Footer-Area h2 {
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 10px 0;
}

.Footer-Area p {
	padding: 0 0 50px;
}

.Footer-Area p:last-child {
    padding: 0;
}

.Footer-Area form p {
	padding: 0 0 25px;
}

.Footer-Menu {
	clear: both;
	margin: 20px;
}

#Social-Icons {
	overflow: hidden;
	margin: 0 0 10px 0;
}

#Social-Icons a {
	width: 28px;
	height: 28px;
	margin: 0 8px 0 0;
	float: left;
}

#Social-Icons a img {
	width: 100%;
	height: auto;
}

#Social-Icons:hover > a {
    opacity: 0.5;
}

#Social-Icons a:hover {
    opacity: 1;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/*---------------------------------FORMS-------------------------------------*/


footer input, #Contact-Form input, #Contact-Form textarea, .gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
    width: calc(90% - 24px);
    padding: 10px !important;
    border-radius: 3px;
    border: 2px solid transparent;
    display: block;
    margin: 5px 0 10px 0;
	font-size: 16px;
    font-weight: 700;
	font-family: 'Slate Pro'; 
}

footer input:focus, #Contact-Form input:focus, #Contact-Form textarea:focus, .gform_wrapper input:focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus {
    width: calc(100% - 24px);
	padding: 10px !important;
    border: 2px solid #f7941d;
	-moz-transition: width .25s;
    -webkit-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
	background: #fff;
}

#Contact-Form input, #Contact-Form textarea, .gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
    border: 2px solid #ccc;
	background: #fafafa;
	font-family: 'Slate Pro';
}

footer label, #Contact-Form label, .gform_wrapper label, .gform_wrapper label {
    width: 100%;
    display: block;
    font-size: 14px !important;
	font-weight:700;
}

.gform_wrapper input[type="submit"], footer input[type="submit"], #Contact-Form input[type="submit"], .gform_wrapper input[type="button"], .gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
    background: transparent;
    color: #f7941d;
    border: 2px solid #f7941d;
    border-radius: 0;
    height: 14px;
    width: 175px !important;
    padding: 14px 35px;
    margin: 20px 0;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
	font-family: 'Slate Pro';
}

input[type="submit"]:hover, #Contact-Form input[type="submit"]:hover, .gform_wrapper input[type="button"]:hover, .gform_wrapper .gform_page_footer .button.gform_button:hover, .gform_wrapper .gform_page_footer .button.gform_next_button:hover, .gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
    background: #f7941d;
    color: #000;
}

*:focus {outline: none;}

.MSG {
	color: #f7941d;
}

#Contact-Form .Form-Half {
    width: calc(46% - 20px);
    display: inline-block;
    margin-right: 20px;
}


#Contact-Form .Form-Half:nth-of-type(2) {
    margin-right: 0;
    width: calc(50% - 20px);
}

#Contact-Form p {
    margin-bottom: 20px;
}

li#field_1_34 {
    overflow-y: scroll;
    height: 200px;
    border: 1px solid #ebebeb;
    padding: 20px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 10px;
}

.gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button {
	float:right;
	height:auto;
	margin:0;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
	height:auto;
	margin:0;
}

.gform_wrapper .form_saved_message {
    border: 2px solid #ccc !important;
    background-color: #fafafa !important;
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {;
    height: auto;
}

.gform_wrapper.gf_browser_chrome span.address_country {
    margin-top: 2px !important;
}

.address_country select {
    height: 43px;
}

select {
-webkit-appearance: none;
}


/*-----------------------------TERMS & CONDITIONS---------------------------------*/

.TC ol.main > li {
    counter-increment: root;
	list-style-position: inside;
}

.TC ol.main > li > ol {
    counter-reset: section;
    list-style-type: none;
	margin-left: 15px;
}

.TC ol.main > li > ol > li {
    counter-increment: section;
}

.TC ol.main > li > ol > li:before {
    content: counter(root) "." counter(section) " ";
	margin-right: 5px;
}

.TC ol.main > li > ol > li > ol {
    list-style-type: none;
}

.TC ol.main > li > ol > li > ol > li {
    counter-increment: subsection;
}

.TC ol.main > li > ol > li > ol > li:before {
    content: counter(root) "." counter(section) "." counter(subsection) " ";
	margin-right: 5px;
}


.TC ol.main li ol li ol {
    margin-left: 39px;
}

.TC ol {
	margin-top: 15px;
}

.TC li {
	margin: 0 5px 15px 0;
}

.TC ol.alpha li {
    list-style-type: lower-alpha;
}

.TC ol.main > li > ol > li > ol.alpha > li:before {
    content: none;
}

.Outer .TC p, .Outer .TC p:last-of-type {
    margin-bottom: 20px;
}

.TC table {
	width: 100%;
	margin-bottom: 30px;
}

.TC th {
	text-align: left;
}

.TC td {
    width: 33%;
    vertical-align: top;
	padding: 5px;
}

.TC tr:nth-child(even) {
	background: #f5f5f5;
}



/*---------------------------------RESPONSIVE-------------------------------------*/

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

.Team {
	width: calc(20% - 80px);
}
	
}

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

.Work-Wrap .Work-Quarter {
	width: calc(50% - 60px);
	font-size: 16px;
	line-height: 1.2em;
}
	
.Work-Wrap .Work-Three-Quarter {
    width: 50%;
}
	
.Work span {
	font-size: 30%;
}
	
.Text-Wrap {
    line-height: 0.4;
}
	
.Img-100 h1 {
	font-size: 60px;
    line-height: 65px;
}
	
.Thoughts {
    width: calc(100% - 80px);
    padding: 40px 20px;
    font-size: 5vh;
}
	
.Thoughts h1 {
    font-size: 55%;
    line-height: 1.1em;
    font-weight: 700;
}
	
	
}


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

.Clients {
	width: calc(20% - 100px);
}
	
.Footer-Area:nth-child(2), Footer-Area:nth-child(3) {
	display: none;
}
	
.Footer-Area {
	width: calc(50% - 40px);
}
	
.Work-Imgs {
	width: 50%;
}
	
}


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

.Clients {
	width: calc(25% - 100px);
}
	
.Team {
	width: calc(25% - 80px);
}
	
.Outer {
    margin: 75px 40px;
    width: calc(100% - 80px);
	
}
	
.Left, .Right {
	width: 100%;
	float: none;
	margin: 0;
}
	
.Right {
	margin: 50px 0;
}
	
grid-container {
	grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
}
	
.Text-Wrap {
    width: calc(100% - 60px);
    padding: 20px 30px;
}
	
}

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

.Team {
	width: calc(33.33% - 80px);
}

.Thirds {
	width: calc(50% - 30px);
	margin: 0 30px 30px 0;
}

.Thirds:nth-of-type(3) {
	width: calc(50% - 30px);
	margin: 0 30px 75px 0;
}
	
.Thirds:nth-of-type(2), .Thirds:nth-of-type(4), .Thirds:nth-of-type(6) {
	width: calc(50% - 0px);
	margin: 0 0 75px 0;
}
	
.Work-Wrap {
	display: block;
}
	
.Work-Wrap .Work-Quarter {
	width: calc(100% - 60px);
	padding: 75px 30px;
	font-size: 16px;
	line-height: 1.4em;
}
	
.Work-Wrap .Work-Three-Quarter {
    width: 100%;
}
	
.Work-Wrap span {
	position: relative;
    transform: none;
	-webkit-transform: none;
    -ms-transform: none;
    top: auto;
    display: block;
}
	
.Img-100 h1 {
	font-size: 40px;
    line-height: 45px;
}

}

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

.Clients {
	width: calc(33.33% - 60px);
	padding: 0 30px;
}
	
.Halves, .Half {
	width: 100%;
	float: none;
}
	
.Blog-Copy {
	width: 100%;
	padding: 30px 0 0 0;
}
	
.Img-100 h1 {
	font-size: 36px;
    line-height: 41px;
}
	
footer {
	padding: 75px 0;
	width: 100%;
}

.Footer-Area {
	width: calc(100% - 40px);
	float: none;
}
	
.Footer-Area:nth-of-type(1) {
	margin: 0 20px 40px 20px;
}
	
#Contact-Form .Form-Half {
    width: 100%;
    display: block;
    margin-right: 0;
}


#Contact-Form .Form-Half:nth-of-type(2) {
    margin-right: 0;
    width: 100%;
}
	
.Work-Imgs {
	float: none;
	width: 100%;
	display: block;
}
	
.Work-Imgs img {
	width: 100%;
	height: auto;
}
	
.Video-Wrap {
	display: block;
}
	
.Video-Left {
	width: 100%;
}

.Video-Right {
	width: 100%;
}
	
.Video-Right h2 {
    position: relative;
}
	
}


@media screen and (max-width:767px) {
.Featured-Img .Heading h1, .Video-Wrapper .Heading h1 {
	font-size: 32px;
	line-height: 32px;
	padding-bottom: 21px;
}
	
.Featured-Img {
	margin-top: 68px;
	height: 288px;
}
	
.Featured-Img .Heading {
	padding: 17px 20px;
	top: 60px;
}
	
.Video-Wrapper .Heading {
	padding: 17px 20px;
	top: 180px;
}

h1 {
    font-size: 32px;
    line-height: 35px;
    padding-bottom: 20px;
}
	
.Work-Wrap .Work-Quarter h3 {
    font-size: 32px;
    line-height: 35px;
}
	
header {
	height: 68px;
	position: fixed;
	background-color: #000;
	overflow: visible;
}
	
#Mobile-Nav {
	display: block;
}
	
#Logo {
	margin: 16px 20px;
}
	
#Logo img {
	height: auto;
	width: 48px;

}
	
.full-height {
	height: 100%;		
}

nav {
    float: none;
    margin: 0;
    width: calc(100% - 60px);
    background: #f7941d;
    position: fixed;
    top: 0;
	left: 0;
    display: none;
    height: 100%;
	z-index: 999999;
}
	
nav ul {
	margin: 36px;
}
	
nav li {
	display: block;
	padding: 0 0 20px 0;
}
	
nav li a {
	padding: 0;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0.5px;
	color: #fff;
	text-transform:capitalize;
}
	
#menu-item-10 {
	display: block;
	color: #000;
	padding: 0 0 40px 0;
}
	
#menu-item-10 a {
	color: #000;
}
	
.Work {
	width: 100%;
	float: none;
}
	
.Work p {
	font-size: 100%;
}

.Work span {
	font-size: 70%;
}
	
.Text-Wrap {
    line-height: 1;
}
	
	
.Outer {
	margin: 20px;
	width: calc(100% - 40px);
}
	
.Team {
    width: calc(50% - 40px);
    margin: 20px;
}
	
.Team-Content {
    top: 130px;
}
	
ul.tabs {
    width: 100%;
    right: auto;
	padding: 30px 0 0 0;
}
	
ul.tabs:before {
    display: none;
}
	
ul.tabs li, ul.tabs li:nth-of-type(1) {
	margin: 0 0 20px 0;
	width: 100%;
}
	
ul.Scrolled li, ul.Scrolled li:nth-of-type(1) {
	margin: 0 10px 30px 10px;
	width: 100%;
}
	
ul.Scrolled li a {
    padding: 0;
}
	
.Outer hr {
	width: calc(75% - 34px);
}
	
.Thirds, .Thirds:nth-of-type(2), .Thirds:nth-of-type(3), .Thirds:nth-of-type(4), .Thirds:nth-of-type(6) {
	width: calc(100% - 0px);
	margin: 0 0 75px 0;
	float: none;
}
	
.Thirds:nth-of-type(6) {
	margin: 0;

}
	
grid-container {
	grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	grid-auto-rows: auto;
    grid-gap: 0;
}
	
grid-item {
	flex-direction: column-reverse;
}
	
.Read-More {
	position: relative;
    bottom: auto;	
}
	
p.Author {
    padding: 0;
}
	
grid-item:nth-child(even) {
    flex-direction: column-reverse;
}
	
.Img-100 h1 {
	font-size: 22px;
    line-height: 27px;
}
	
.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
	float:none;	
}
	
.gform_wrapper .gform_page_footer a.gform_save_link {
	text-align:left !important;
	margin-top:10px;
}
	
	
}

@media screen and (max-width:414px) {
	
.Clients {
	width: calc(50% - 60px);
	padding: 0 30px;
}
	
.Team {
    width: 100%;
    margin: 0;
}
	
.Text-Wrap {
    padding: 10px 30px;
}

	
}




