/* Theme Name: 	   Austin Digital
 * Stylesheet Info:   Written by Daniel O'Connor for use by Austin Digital */
@import url(css/reset.css);
/* ------------------------------------------------
 *------- Generals/Defaults
 *------------------------------------------------
 */
body {
  background: #e8e9e9 url(images/body.jpg);
  color: #333333;
  font: 14px/1 "PT Sans", sans-serif;
  -webkit-text-size-adjust: none;
}
a {
  color: #14ac00;
}

p {
  line-height: 1.5;
  margin-bottom: 1.25em;
}

.alignleft {
  float: left;
  margin: 0 1.25em 1.25em 0;
}

.alignright {
  float: right;
  margin: 0 0 1.25em 1.25em;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.25em auto;
}

.alignnone {
  margin-bottom: 1.25em;
}

.button, input[type='submit'] {
  background: #14ac00;
  border: 0;
  border-radius: 3px;
  color: white;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button:hover, input[type='submit']:hover {
  background: #17c401;
}

input[type='text'], input[type='email'] {
  background: white;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.5em;
  padding: 0.5em;
  width: 100%;
}

textarea {
  background: white;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.5em;
  padding: 0.5em;
  width: 100%;
  height: 5em;
}

address {
  font-style: normal;
}

small {
  font-size: 1em;
}

/* ------------------------------------------------
 *------- Header
 *------------------------------------------------
 */
header {
  border-top: 0.5em solid #2e3590;
}
header > div {
  margin: 0 auto;
  width: 960px;
}
header .logo {
  float: left;
  margin: 1.5em 0;
}
header .logo img {
  height: 80px;
  width: 315px;
}

#tagline {
  float: left;
  font: 1.25em "Contrail One", "PT Sans", sans-serif;
  margin: 1.5em 0;
  padding: 1.25em 2em;
}

#call-us {
  float: right;
  font: 1.2em "Contrail One", "PT Sans", sans-serif;
  margin: 1.5em 0;
  padding: 0.15em 0;
  text-align: right;
}
#call-us strong {
  color: #2e3590;
  display: block;
  font-size: 2em;
  margin-top: 0.2em;
}

header > div:after {
  clear: both;
  content: "";
  display: block;
}

/* ------------------------------------------------
 *------- Runner
 *------------------------------------------------
 */
#runner {
  background: #333333 url(images/runner.jpg) bottom center;
  background-size: cover;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
#runner > div {
  background: url(images/dot.gif) center;
  min-height: 4em;
}
#runner > div > div {
  margin: 0 auto;
  position: relative;
  width: 960px;
}

#spray {
  height: 302px;
  left: -60px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 283px;
}

#runner section {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 3em 0;
}
#runner section h1 {
  font: 3.5em/1.2 "Contrail One", "PT Sans", sans-serif;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
#runner section p {
  font-size: 1.2em;
}
#runner section figure {
  background: #eeeeee;
  border: 0.5em solid white;
  float: right;
  height: 22em;
  margin-left: 2em;
  position: relative;
  width: 35em;
}
#runner section figure .slideshow {
  height: 100%;
  width: 100%;
}
#runner section figure .slideshow img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#runner section figure figcaption {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  padding: 1em 0;
  position: absolute;
  text-align: center;
  z-index: 2;
  width: 100%;
}
#runner section:after {
  clear: both;
  content: "";
  display: block;
}
#runner nav {
  background: #2d348d;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: table;
  width: 100%;
}
#runner nav ul {
  display: table-row;
}
#runner nav li {
  display: table-cell;
}
#runner nav a {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  color: inherit;
  display: block;
  font: 1.25em "Contrail One", "PT Sans", sans-serif;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}
#runner nav li:first-child a {
  border-left: 0;
}
#runner nav li:last-child a {
  border-right: 0;
}
#runner nav .current_page_item a {
  background: rgba(0, 0, 0, 0.05);
}
#runner nav a:hover {
  background: rgba(0, 0, 0, 0.25);
}
#runner nav ul:after {
  clear: both;
  content: "";
  display: block;
}

.home nav {
  border-radius: 5px 5px 0 0;
}

/* ------------------------------------------------
 *------- Main Content
 *------------------------------------------------
 */
main {
  display: block;
}
main > div {
  margin: 0 auto;
  padding: 1.75em 0;
  width: 960px;
}

#content {
  float: left;
  margin-bottom: 1.25em;
  width: 660px;
}
#content p:first-of-type {
  font-size: 1.2em;
  margin-bottom: 0.75em;
}

.home #content {
  width: 380px;
}

.page-template-page-full-width-php #content {
  float: none;
  width: auto;
}

main h1, main h2, main h3, main h4, main h5, main h6 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px rgba(255, 255, 255, 0.7);
  font-family: "Contrail One", "PT Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
main h1, main h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

#content h2 {
  font-size: 1.25em;
  margin-bottom: 1em;
}

main h3 {
  color: #2d348d;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.ngg-gallery-thumbnail-box {
  float: left !important;
  margin: 0 0 1.25em 20px !important;
}
.ngg-gallery-thumbnail-box:nth-child(6n-5) {
  margin-left: 0 !important;
}

.ngg-gallery-thumbnail img {
  background: #eeeeee;
  height: 100px;
  opacity: 0.85;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 143px;
}
.ngg-gallery-thumbnail a:hover img {
  opacity: 1;
}

.post {
  margin-bottom: 2em;
}
.post time {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 1.25em;
  text-transform: uppercase;
}

iframe {
  background: #eeeeee;
  border: 0.5em solid white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 74px;
  margin-bottom: 1.25em;
  width: 75%;
}

#content address {
  font-style: normal;
}
#content address section {
  float: left;
  margin-left: 40px;
}
#content address section p {
  font-size: 1em !important;
}
#content address section:first-child {
  margin-left: 0;
}
#content address section:after {
  clear: both;
  content: "";
  display: block;
}
#content address h3 {
  border-bottom: 0;
  box-shadow: none;
}
#content address dl {
  line-height: 1.5;
}
#content address dt {
  clear: left;
  float: left;
  font-weight: bold;
  min-width: 4em;
  padding-right: 0.5em;
}
#content address dd {
  float: left;
}
#content address dl:after {
  clear: both;
  content: "";
  display: block;
}

#services {
  float: left;
  margin: 0 0 1.25em 30px;
  width: 250px;
}

main ul {
  margin-bottom: 1.25em;
}
main li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px rgba(255, 255, 255, 0.7);
  padding: 0.75em 0;
}
main li:before {
  color: #14ac00;
  content: "\2714";
  margin-right: 0.75em;
}

#enquiries {
  background: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin: 0 0 1.25em 30px;
  padding: 1.5em;
  width: 270px;
}
#enquiries .wpcf7 p {
  line-height: 1;
  margin-bottom: 0.75em;
}
#enquiries .wpcf7 p:last-of-type {
  margin-bottom: 0;
}

.wpcf7 img {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  border: 0 !important;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7-validation-errors {
  color: red;
}

.wpcf7-mail-sent-ok {
  color: #00bb00;
}

blockquote {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px rgba(255, 255, 255, 0.7) inset;
  clear: both;
  font: 1.5em "Contrail One", "PT Sans", sans-serif;
  padding: 1em 3em;
  text-align: center;
}
blockquote p {
  margin: 0 0 0.5em 0;
}
blockquote p:before {
  content: "\201C";
}
blockquote p:after {
  content: "\201D";
}
blockquote small {
  color: #2d348c;
  font-weight: bold;
}
blockquote small:before {
  content: "\2014";
  margin-right: 0.25em;
}

#buckets {
  clear: both;
}
#buckets a {
  border: 0.5em solid white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  float: left;
  margin-left: 20px;
  position: relative;
  text-decoration: none;
}
#buckets a:first-child {
  margin-left: 0;
}
#buckets img {
  background: #dddddd;
  height: 12em;
  width: 211px;
}
#buckets span {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: white;
  font: 1.25em "Contrail One", "PT Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  padding: 0.5em 0;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
#buckets a:hover span {
  background: rgba(0, 0, 0, 0.75);
  padding: 0.75em 0;
}
#buckets:after {
  clear: both;
  content: "";
  display: block;
}

main > div:after {
  clear: both;
  content: "";
  display: block;
}

/* Simple Style */
/* 		#buckets a {
 * 			float: left;
 * 			margin-left: 20px;
 * 			position: relative;
 * 			text-decoration: none;
 * 		}
 * 
 * 		#buckets a:first-child {
 * 			margin-left: 0;
 * 		}
 * 
 * 			#buckets img {
 * 				background: #ddd;
 * 				height: 10em;
 * 				width: 225px;
 * 			}
 * 
 * 			#buckets span {
 * 				background: rgba(0,0,0,.4);
 * 				bottom: 0;
 * 				color: #fff;
 * 				left: 0;
 * 				padding: 1em 0;
 * 				position: absolute;
 * 				text-align: center;
 * 				-webkit-transition: .2s;
 * 				transition: .2s;
 * 				width: 100%;
 * 			}
 * 
 * 			#buckets a:hover span {
 * 				background: rgba(0,0,0,.5);
 * 			}
 */
/* Section Style */
/* ------------------------------------------------
 *------- Footer
 *------------------------------------------------
 */
footer {
  background: #333333;
  color: #cccccc;
  font-size: 0.9em;
}
footer > div {
  margin: 0 auto;
  padding: 2.5em 0;
  width: 960px;
}
footer > div:after {
  clear: both;
  content: "";
  display: block;
}
footer > div > * {
  float: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 50px;
}
footer > div > *:first-child {
  margin-left: 0;
}
footer .logo {
  display: block;
  margin-bottom: 1em;
}
footer .logo img {
  height: 4em;
  width: 12em;
}
footer a {
  color: white;
}
footer h4 {
  color: #eeeeee;
  font: 1.5em "Contrail One", "PT Sans", sans-serif;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
footer nav li {
  line-height: 1.5;
}
footer nav li:before {
  content: "\2022";
  margin-right: 0.5em;
}
footer dl {
  line-height: 1.5;
}
footer dt {
  clear: left;
  float: left;
  min-width: 4em;
  padding-right: 0.5em;
}
footer dd {
  float: left;
}
footer dl:after {
  clear: both;
  content: "";
  display: block;
}
footer .map {
  float: right;
}
footer .map img {
  background: #eeeeee;
  border: 0.5em solid white;
  height: 10em;
  width: 15em;
}
footer small {
  background: #111111;
  color: #888888;
  display: block;
}
footer small > div {
  margin: 0 auto;
  padding: 1.5em 0;
  width: 960px;
}
footer small .credit {
  float: right;
}
footer small .credit a {
  color: #00aeef;
}
footer small .credit img {
  height: 14px;
  width: 13px;
}
