/*
	Theme Name: Six Mile
	Description: Custom WordPress Theme
	Version: 1.0
	Author: Phil Kingham for Plash Creative
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	
}
body {
	font-family: 'Lato', sans-serif;
	margin:0px;
	padding:0px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0;
	float:left;
	position:relative;
}
/* header */
.header {
	width:100%;
	float:left;
	height:130px;
	padding: 0px 5%;
}
.header-contact {
	width:100%;
	float:left;
	font-weight: 300;
	padding: 0px 5%;
	position:absolute;
	top:0px;
	text-align:right;
	left:0px;
	color:#fff;
	background-color:#0054A4;
	height:44px;
	letter-spacing:0px;
	font-size:18px;
	line-height:44px;
}
.header-contact span {
	margin-left:40px;
}
/* logo */
.logo {
	margin-top:15px;
	width:320px;
	float:left;
	position:relative;
	z-index:999;
}
.logo-img {
	width:100%;
}
/* nav */
.nav {

}
.nav ul li a {
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in;
	color:#333333;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: 900;
	display: block;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
.nav ul li a:hover {
	color: #8DC63F;
}
.nav .current_page_item a { color: #8DC63F; }
.nav ul {
	list-style: none;
	padding: 0;
	margin: 80px 0px 0px 0px;
	text-align:right;
    float: right;
	position: relative;
	z-index: 3000;
}
.nav ul li {
        float: left;
        position: relative;
        width: ;
		text-align:right!important;
    }
	.nav li ul {
	position: absolute;
	top: 0;
	display: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	}
/* Content */
.page-banner {
	width:100%;
	float:left;
	position:relative;
	background-color:#333;
}
.page-banner h1 {
	font-family: 'Montserrat', sans-serif;
    position: absolute;
	width: 50%;
    left: 25%;
    right: 25%;
	top:30%;
    z-index: 9999;
    color: #fff;
	text-transform:uppercase;
	font-size:40px;
	letter-spacing:2px;
    text-align: center;
}
.page-banner h1 span {
	padding:10px;display:inline-block;
	background-color: #0B3E68;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.color-overlay {
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	background: rgba(0, 0, 0, .5);
	z-index:555;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.gallery-page-banner {
	width:100%;
	float:left;
	height:170px;
	background-color:#8DC63F;
	padding:30px 5%;
	color:#fff;
}
.gallery-page-banner h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:24px;
	letter-spacing:1px;
	color:#fff;
	margin-top: 40px;
}
/* Slider */
.slider-text {
	padding: 0px 20px 40px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size:28px;
	width:34%;
	float:left;
	position:absolute;
	bottom:100px;
	z-index:999;
	color:#fff;
	background-color:#0B3E68;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.readmore {
	color:#fff;
	font-size:12px;
	font-weight:900;
	padding: 14px 12px;
	margin-top:10px;
	text-transform:uppercase;
	background:#8DC63F;
	border:solid 2px #8DC63F;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.readmore:hover {
	color:#fff;
	background:none;
	border:solid 2px #fff;
}
.footer-image-banner .readmore {
	margin-left: 10px;
}
.read-more-arrow {
	width:12px;
	height:auto;
	position: relative;
    left: 7px;
	top: -2px;
}
.rslides_tabs {
  list-style: none;
  z-index:999;
  position:absolute;
  top:-80px;
  padding: 0;
  font-weight:300;
  font-size: 11px;
  list-style: none;
  margin: 0;
  float:left;
  max-width: ;
  left:0%;
  padding: 0px 0px 0px 0%;
  text-align: center;
  width: auto;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 34px;
  padding: 10px 20px;
  height: auto;
  color:#fff;
  background: transparent;
  display: inline;
  background-image:url(img/blank-circle-white.png);
  background-repeat:no-repeat;
  background-position:center center;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background-image:url(img/blank-circle-orange.png);
  background-repeat:no-repeat;
  background-position:center center;
  color: #fff;
  }.rslides_tabs a:hover {
  background-image:url(img/blank-circle-orange.png);
  background-repeat:no-repeat;
  background-position:center center;
  color: #fff;
  }
.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 40%;
}
.rslides1_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;display:none;
	z-index: 9999;
	opacity: 1;color:#fff;
	text-indent:-9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("img/dark-arrows.png") no-repeat left top;
	margin-top: -45px;
}

.rslides {
  position: relative;
  list-style: none;
  z-index:10;
  overflow: hidden;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0; 
  }
  .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  padding: 0px 5% 0px 5%;
  color:#fff;
  width: 100%; 
  left: 0;height:600px;
  background-size:cover; 
  background-position:center center;
  top: 0;
  }   
  .page-template-default .rslides li {
  height:500px;
  } 

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.page-intro {
	width:100%;
	float:left;
	background-color:#8DC63F;	
	color:#fff;
	font-weight:700;
	padding:50px 5%;
	text-align:center;
	letter-spacing:1px;
	font-size:28px;
	text-transform:uppercase;
	border-bottom:solid 6px #fff;
}
blockquote {
	font-family: 'Montserrat', sans-serif;
	font-size:26px;
	line-height:32px;
	color:#8DC63F;
	margin:0px;
}
.content-wrapper {
	width:100%;
	float:left;
	padding:40px 5%;
}
/* Gallery */
.gallery-list {
	width:100%;
	float:left; 
	margin: 0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
.gallery-list li {
	width:15%;
	float:left; 
	padding:0px;
	margin:0px 1% 10px 0px;
	list-style:none;
}
.gallery-list li img {
	width:100%;
	height:auto;
}
.gallery-content-wrapper {
	width:100%;
	float:left;
	padding: 6px 0% 0px 0%;
}
.page-template-page-gallery-individual .gallery-content-wrapper {
	width:100%;
	float:left;
	padding: 60px 0% 60px 0%;
}
.page-template-page-gallery-individual .content a {
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
	float:left;
	margin:0px 20px 0px 0px;
}
.content {
	max-width:1140px;
	margin:0px auto;
	font-size:16px;
	line-height:24px;
	color:#444444;
}
.content-left {
	width:60%;
	float:left;
	margin:0px 10% 0px 0px;
}
.content-left img {
	max-width:100%;
}
.content-left ul {
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}
.content-left li {
	background-image:url(img/content-li.png);
	background-repeat:no-repeat;
	background-position:left 8px;
	padding-left:20px;
	list-style:none;
}
.content-right {
	width:30%;
	float:left;
}
/* Gallery */

.products-list {
	width:100%;
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
}
.products-list li{
	width:50%;
	height:280px;
	background-color:#333;
	float:left;
	list-style:none;
	position:relative;
	margin:0px;
	padding:0px;
	border-right: solid 6px #fff;
	border-bottom: solid 6px #fff;
	background-size:cover;
	background-position:center center;
}
.products-list li:nth-child(2) {
  border-right: solid 0px #fff;
}
.products-list li:nth-child(5) {
  border-right: solid 0px #fff;
}
.products-list li:nth-child(n+3) {
    width:33.333%; 
}
.products-list span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 10%;
	letter-spacing:1px;
	font-size:20px;
	z-index:9999;
    bottom: 60px;
}
/* Quick Links */
.quick-links-wrapper {
	width:100%;
	float:left;
	background-color:#333;
}
.quick-links {
	width:50%;
	height:290px;
	float:left;
	position:relative;
	background-size:cover;
	background-position: center center;
}
.quick-left {
	border-right: solid 3px #fff;
}
.quick-right {
	border-left: solid 3px #fff;
}
.quick-links h2 {
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight:900;
	letter-spacing:1px;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	color:#fff;
}
.quick-links a {
	width:55%;
	float:left;
	padding: 10px 10px 20px 20px;
	background-color:#0B3E68;
	color:#fff;
	font-size:14px;
	display: inline-block;
	border-radius:4px;
	position:absolute;
	left:5%;
	bottom:20px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.quick-link-arrow {
	width:36px;
	height:auto;
	position: absolute;
    right: 14px;
    bottom: 14px;
}
.products-list li .quick-link-arrow {
    right: 40px;
    bottom: 60px;
	z-index:9999;
}
/* Contact form */
form h3 {
	font-family: 'Montserrat', sans-serif;
    width: 100%;
	letter-spacing:1px;
    float: left;
    background-color: #0B3E68;
    padding: 20px;
    color: #fff;
	text-transform:uppercase;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0px;
}
.contact-form {
	width:100%;
	float:left;
	padding:24px;
	background-color:#E6E7E8;	
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;	
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.wpcf7-text, .wpcf7-textarea {
	width:100%;
	float:left;
	padding:10px;
	font-size:14px;
	margin:0px 0px 10px 0px;
	border:solid 1px #BBBBBB;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.wpcf7-submit {
	font-family: 'Montserrat', sans-serif;
	width:100%;
	float:left;
	padding:10px;
	font-size:14px;
	margin:0px 0px 10px 0px;
	border:solid 1px #8DC63F;
	background-color:#8DC63F;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;	
	background-image:url(img/submit-arrow.png);
	background-repeat:no-repeat;
	background-position: center right;
	 -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.wpcf7-submit:hover {
border:solid 1px #729B32;
	background-color:#729B32;
}
/* footer */
.footer-image-banner {
	width: 100%;
    float: left;
    text-align: center;
	height:280px;
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	font-weight:900;
	letter-spacing:2px;
	background-size:cover;
	background-position:center center;
	display: table;
	position:relative;
}
.footer-image-banner span {
	display: table-cell;
    vertical-align: middle;
	position:relative;
	z-index:999;
}
.plash {
	float:right;
	color:#fff;
}
.copyright {
    width: 100%;
    float: left;
    text-align: left;
}
.footer-top {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:300;
	line-height:22px;
	padding:20px 5%;	
	background-color:#262626;
}
.footer-top-center {
	max-width:960px;
	margin:0px auto;
}
.col33 {
	width:33%;
	float:left;
	text-align:center;	
}
.col33 strong{
	color:#8DC63F;	
}
.footer {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	font-size:14px;
	padding:20px 5%;	
	background-color:#0054A4;
}
.footer-contact {
	font-size:18px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

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

@media only screen and (max-width:680px) {
	.footer a, .header-contact a {
		color:#fff;
	}
	.header-contact {
    position: absolute;
    top: 0px;
    text-align: center;
    height: 40px;
	padding:10px 5%;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 18px;
	}
	.header-contact span {
    margin-left: 0px;
	float:right;
}
.header-email {
	display:none;
}
	.logo {
    margin-top: 45px;
    width: 60%;
	margin-left: 0%;
	}
	.content-wrapper {
    padding: 20px 5%;
	}
	.content-left {
		width: 100%;
		margin: 0px 0% 10px 0px;
	}
	.content-right {
		width: 100%;
	}
	.page-intro {
    padding: 26px 5%;
    font-size: 20px;

	}
	blockquote {
    font-size: 22px;
    line-height: 28px;
	}
	.slider-text {
    padding: 0px 10px 20px 10px;
    font-size: 18px;
    width: 80%;
    bottom: 30px;
}
	.quick-links a {
    width: 80%;
    padding: 8px 8px 10px 10px;
    background-color: #0B3E68;
    font-size: 14px;
    left: 5%;
    bottom: 20px;
	}
	.quick-links h2 {
		font-size: 20px;
	}
	.quick-links {
    width: 100%;
    height: 200px;
	border-bottom: solid 6px #fff;
	}
	.quick-right {
		border-left: solid 0px #fff;
	}
	.col33 {
    width: 100%;
	}
	.col33 a{
    color: #fff;
	}
	.footer-image-banner {
    width: 100%;
    height: 220px;
    font-size: 20px;
    letter-spacing: 1px;
	padding:20px 4%;
	}
	.copyright {
    text-align: center;
	}
	.plash {
    width: 100%;
    text-align: center;
	}
	.page-banner h1 {
    position: absolute;
    width: 80%;
    left: 10%;
    right: 10%;
    top: 30%;
    font-size: 20px;
    letter-spacing: 1px;
	}
	.page-template-default .rslides li  {
    height: 300px;
	}
	.rslides li {
    height: 400px;
	}
	.readmore {
    font-size: 12px;
    padding: 14px 12px;
    margin-top: 10px;
    display:inline-block;
	}
	.products-list li {
    width: 100%!important;
    height: 180px;
    border-right: solid 0px #fff;
    border-bottom: solid 6px #fff;
	}
	.page-template-page-gallery-individual .gallery-content-wrapper {
    width: 100%;
    float: left;
    padding: 30px 5%;
	}
	.gallery-list li {
	width:48%;
	margin:0px 1% 10px 1%;
	}

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
