/*!
 * Theme Name: Ten Acre Trading
 * Theme URI:  http://tenacretrading.com.au
 * Author:     Lightbulb Digital
 * Author URI: http://lightbulbdigital.com.au
 * Version:    1.0
 */
/**
 * Breakpoint
 */
/**
 * Create vendor-prefixed CSS
 *
 */
/* 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, 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 */
main, 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;
}

a {
  text-decoration: none;
  outline: 0;
}

input,
textarea,
select,
button {
  outline: none;
}

@font-face {
  font-family: 'bitter';
  src: url("fonts/bitter-regular-webfont.eot");
  src: url("fonts/bitter-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bitter-regular-webfont.woff2") format("woff2"), url("fonts/bitter-regular-webfont.woff") format("woff"), url("fonts/bitter-regular-webfont.ttf") format("truetype"), url("fonts/bitter-regular-webfont.svg#bitterregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bitter';
  src: url("fonts/bitter-bold-webfont.eot");
  src: url("fonts/bitter-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bitter-bold-webfont.woff2") format("woff2"), url("fonts/bitter-bold-webfont.woff") format("woff"), url("fonts/bitter-bold-webfont.ttf") format("truetype"), url("fonts/bitter-bold-webfont.svg#bitterbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'bitter';
  src: url("fonts/bitter-italic-webfont.eot");
  src: url("fonts/bitter-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bitter-italic-webfont.woff2") format("woff2"), url("fonts/bitter-italic-webfont.woff") format("woff"), url("fonts/bitter-italic-webfont.ttf") format("truetype"), url("fonts/bitter-italic-webfont.svg#bitteritalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'lato';
  src: url("fonts/lato-regular-webfont.eot");
  src: url("fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-regular-webfont.woff2") format("woff2"), url("fonts/lato-regular-webfont.woff") format("woff"), url("fonts/lato-regular-webfont.ttf") format("truetype"), url("fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url("fonts/lato-bold-webfont.eot");
  src: url("fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bold-webfont.woff2") format("woff2"), url("fonts/lato-bold-webfont.woff") format("woff"), url("fonts/lato-bold-webfont.ttf") format("truetype"), url("fonts/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: bold;
  font-style: normal;
}

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

[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon-menu:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* breakpoints */
body {
  background-color: #41251e;
  overflow-x: hidden;
  font-family: 'bitter', 'Myriad Pro', sans-serif;
}

body > * {
  max-width: 1140px;
  margin: auto;
  position: relative;
}

section {
  padding: 0 0 50px 0;
}

h1 {
  font-size: 32px;
  line-height: 1;
}

h2 {
  font-size: 28px;
  line-height: 1;
}

a {
  color: #725a45;
}

p, a, address {
  font-size: 16px;
  line-height: 1.4;
}

p a {
  font-size: 20px;
  text-decoration: underline;
}

li {
  font-size: 16px;
  line-height: 1.4;
}

pre {
  font-size: 16px;
}

body > header {
  text-align: center;
  background-color: white;
  max-width: 100%;
  padding-bottom: 58px;
}

body > header h1 {
  padding: 20px 0 20px 0;
  font-weight: bold;
}

@media only screen and (max-width: 1240px) {
  body > header h1 {
    margin: 0 20px 0 20px;
  }
}

body > header h1 a {
  color: #725a45;
  display: inline-block;
  font-size: 42px;
  line-height: 1.0;
}

body > header h1 b {
  display: block;
  font-size: 17px;
  font-weight: normal;
}

body > header .icon-phone {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 24px 0 0 0;
  font-size: 10px;
  display: none;
}

body > header .icon-phone:before {
  content: '\e601';
  font-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -13px;
}

@media only screen and (max-width: 900px) {
  body > header .icon-phone {
    display: inline-block;
  }
}

body > header .mobile-toggle {
  display: none;
  background-color: #41251e;
  text-align: center;
  padding: 15px 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

body > header .mobile-toggle .icon-menu {
  line-height: 21px;
}

body > header .mobile-toggle .icon-menu:before {
  content: '\e600';
  font-size: 22px;
  width: 22px;
  height: 22px;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px 0 0;
}

@media only screen and (max-width: 900px) {
  body > header .mobile-toggle {
    display: block;
  }
}

body > header nav {
  position: relative;
  background-color: #fffcf8;
  font-weight: bold;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #999;
  border-bottom: none transparent;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  transition: height 0.3s ease-in-out;
  z-index: 1;
}

body > header nav ul > li {
  display: inline-block;
  vertical-align: middle;
}

body > header nav ul > li > a {
  position: relative;
  color: white;
  display: block;
  padding: 15px 15px 15px 15px;
  font-size: 20px;
}

body > header nav ul > li ul {
  position: absolute;
  background-color: #fffcf8;
  top: 100%;
  z-index: 1;
  width: 60%;
  padding: 0 20% 0 20%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

@media only screen and (max-width: 1240px) {
  body > header nav ul > li ul {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 900px) {
  body > header nav ul > li ul {
    display: none;
  }
}

body > header nav ul > li ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}

body > header nav ul > li ul li a {
  color: #41251e;
  font-size: 18px;
  padding: 25px 15px 25px 15px;
}

body > header nav ul > li ul li a img {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 129px;
  height: 129px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

body > header nav ul > li ul li a:hover img {
  -webkit-transform: scale(1.2) rotate(3deg);
  -moz-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}

body > header nav ul > li:hover ul {
  visibility: visible;
  opacity: 1;
  height: auto;
}

body > header nav > ul {
  background-color: #41251e;
  position: relative;
}

body > header nav > ul > li:hover > a:after {
  content: '';
  background-color: white;
  position: absolute;
  height: 8px;
  width: 8px;
  margin-left: -4px;
  top: 70%;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (max-width: 900px) {
  body > header nav ul > li {
    display: block;
  }
  body > header nav ul > li > a {
    text-align: center;
  }
  body > header nav > ul {
    background-color: #281d1b;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 1s;
  }
  body > header nav > ul > li:hover > a:after {
    content: none;
  }
}

@media only screen and (max-width: 900px) {
  body > header {
    text-align: left;
    padding-bottom: 0;
  }
  body > header h1 {
    padding: 20px 0 20px 0;
  }
  body > header h1 a {
    font-size: 20px;
    line-height: 1.1;
  }
  body > header h1 b {
    font-size: 10px;
  }
  body > header nav {
    position: relative;
  }
}

body.menu-expanded > header .mobile-toggle .icon-menu:before {
  content: '\e603';
}

body.menu-expanded > header nav > ul {
  max-height: 600px;
}

main {
  background-color: white;
  padding: 70px 0 70px 0;
  color: #725a45;
  /* frontpage */
  /* category pages */
}

@media only screen and (max-width: 1200px) {
  main {
    padding: 70px 20px 70px 20px;
  }
}

@media only screen and (max-width: 500px) {
  main {
    padding: 25px 20px 25px 20px;
  }
}

main:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -9999px;
  width: 99999px;
  background-color: white;
}

@media only screen and (max-width: 1200px) {
  main:before {
    content: none;
  }
}

main .intro p {
  width: 46%;
  margin: 0 auto;
  font-style: italic;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  main .intro p {
    width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  main .intro p {
    width: 100%;
  }
}

main .steps {
  margin: 0 -20px 0 -20px;
  background-image: url(img/steps-bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 700px) {
  main .steps {
    background-image: none;
  }
}

main .step {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.3333%;
  padding: 40px 20px 0 20px;
  position: relative;
  color: #1f1004;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main .step.step-01 {
  left: 2%;
}

main .step.step-03 {
  right: 2%;
}

main .step h2 {
  font-weight: bold;
  font-size: 22px;
  margin: 100px 0 30px 0;
}

main .step p {
  width: 80%;
  margin: 0 auto;
}

main .step img {
  display: block;
  width: 56.7%;
  margin: 0 auto;
  height: auto;
  max-width: 200px;
}

@media only screen and (max-width: 700px) {
  main .step {
    width: 100%;
  }
  main .step .step-01 {
    left: 0;
  }
  main .step.step-03 {
    right: 0;
  }
  main .step h2 {
    margin: 30px 0 30px 0;
  }
}

main header {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 100px 0;
  width: 40%;
}

@media only screen and (max-width: 500px) {
  main header {
    width: 100%;
    padding: 0;
  }
}

main header a {
  text-decoration: underline;
  font-family: lato, arial, sans-serif;
}

@media only screen and (max-width: 900px) {
  main header a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 700px) {
  main header a {
    display: none;
  }
}

main h1 {
  font-size: 40px;
  width: 80%;
  margin: 0 0 15px;
  font-weight: bold;
}

@media only screen and (max-width: 1040px) {
  main h1 {
    font-size: 31px;
  }
}

@media only screen and (max-width: 700px) {
  main h1 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 500px) {
  main h1 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
  }
}

main > p {
  display: inline-block;
  vertical-align: top;
  padding: 0 5% 100px 0;
  width: 60%;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1040px) {
  main > p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 700px) {
  main > p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  main > p {
    display: none;
  }
}

body.category main article {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  padding: 40px 30px 75px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1040px) {
  body.category main article {
    padding: 30px 15px 45px 15px;
  }
}

@media only screen and (max-width: 900px) {
  body.category main article {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  body.category main article {
    width: 100%;
  }
  body.category main article.cat {
    width: 50%;
  }
  body.category main article.cat h2 {
    font-size: 15px;
    margin: 20px auto 0px auto;
  }
  body.category main article.cat p {
    display: none;
  }
}

body.category main article img {
  max-width: 230px;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

body.category main article h2 {
  font-weight: bold;
  font-size: 20px;
  margin: 30px auto 30px auto;
  width: 80%;
}

body.category main article p {
  width: 80%;
  margin: 0 auto;
}

body.category main article ul {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

@media only screen and (max-width: 1040px) {
  body.category main article ul {
    width: 90%;
  }
}

@media only screen and (max-width: 500px) {
  body.category main article ul {
    width: 100%;
  }
}

body.category main article ul li {
  font-size: 14px;
  margin: 4px 0 4px 0;
}

body.category main article ul li:before {
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  background-color: #725a45;
  margin: -3px 10px 0 0;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (max-width: 700px) {
  body.category main article ul li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  body.category main article ul li {
    font-size: 14px;
  }
}

body > footer {
  padding: 50px 0 50px 0;
  color: #ffffff;
}

@media only screen and (max-width: 1240px) {
  body > footer {
    margin: 0 40px 0 40px;
  }
}

body > footer section {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

body > footer .contact {
  width: 35%;
}

@media only screen and (max-width: 900px) {
  body > footer .contact {
    width: 100%;
  }
}

body > footer .nav {
  width: 65%;
}

@media only screen and (max-width: 900px) {
  body > footer .nav {
    display: none;
  }
}

body > footer h1 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

body > footer h1 b {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

@media only screen and (max-width: 900px) {
  body > footer h1 {
    font-size: 14px;
    line-height: 1.4;
  }
  body > footer h1 b {
    font-size: 14px;
  }
}

body > footer address p {
  font-size: 14px;
  margin: 0 0 1em 0;
}

body > footer a {
  color: white;
  font-size: 14px;
}

body > footer .menu {
  font-size: 0;
}

body > footer .menu a {
  display: block;
}

body > footer .menu li {
  margin: 0 0 5px 0;
}

body > footer .menu li li a {
  font-size: 12px;
}

body > footer .menu > li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 30px 0 0;
  margin: 0 0 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body > footer .menu > li > a {
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
  clear: both;
}
