@charset "utf-8";
/*!
Theme Name: Hern & Associates
Theme URL: http://www.argondesign.com.au
Description: Custom Theme 
Author: Argon Design
Author URL: http://www.argondesign.com.au
Version: 1.0
=======
*/
/* Loading Standard Bootstrap 2.03 LESS Files
----------------------------------------------------------------------------------------*/
/* HTML5 Boilerplate  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #333;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* Wordpress Image Align  */
img.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0 0.857142857rem 0.857142857rem 0;
}
img.alignright {
  margin: 12px 0 12px 24px;
  margin: 0 0 0.857142857rem 0.857142857rem;
}

img.aligncenter {
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: 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;
  }
}
/* TYPOGRAPHY */
/* COLOR */
/* -- style -- */
body {
  background: url(img/bg_all.jpg);
  margin: 0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #5d5d5d;
}
::-moz-selection {
  background: #f7a11a;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f7a11a;
  color: #fff;
  text-shadow: none;
}
a {
  color: #f7a11a;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
}
/* -- font -- */
@font-face {
  font-family: 'quicksandbold';
  src: url('font/quicksand-bold-webfont.eot');
  src: url('font/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/quicksand-bold-webfont.woff') format('woff'), url('font/quicksand-bold-webfont.ttf') format('truetype'), url('font/quicksand-bold-webfont.svg#quicksandbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'quicksandlight';
  src: url('font/quicksand-light-webfont.eot');
  src: url('font/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'), url('font/quicksand-light-webfont.woff') format('woff'), url('font/quicksand-light-webfont.ttf') format('truetype'), url('font/quicksand-light-webfont.svg#quicksandlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'quicksandregular';
  src: url('font/quicksand-regular-webfont.eot');
  src: url('font/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/quicksand-regular-webfont.woff') format('woff'), url('font/quicksand-regular-webfont.ttf') format('truetype'), url('font/quicksand-regular-webfont.svg#quicksandregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'noto_serifitalic';
  src: url('font/notoserif-italic-webfont.eot');
  src: url('font/notoserif-italic-webfont.eot?#iefix') format('embedded-opentype'), url('font/notoserif-italic-webfont.woff') format('woff'), url('font/notoserif-italic-webfont.ttf') format('truetype'), url('font/notoserif-italic-webfont.svg#noto_serifitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* -- Adjusment -- */
.clr {
  clear: both;
}
.fr {
  float: right!important;
}
.fl {
  float: left!important;
}
.ar {
  text-align: right!important;
}
.al {
  text-align: left!important;
}
.ac {
  text-align: center!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mr0 {
  margin-right: 0!important;
}
.btn {
  border: 1px solid #ef9508;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-border-radius: 2px;
  /* gecko */
  -webkit-border-radius: 2px;
  /* webkit */
  -khtml-border-radius: 2px;
  /* old konkeror */
  border-radius: 2px;
  /* CSS3 standard */
  background: #f7a11a;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9b01d', endColorstr='@basecolor', GradientType=0);
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#f9b01d), to(#f7a11a));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #f9b01d, #f7a11a);
  /* for firefox 3.6+ */
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.btn a {
  padding: 0 15px;
  height: 40px;
  line-height: 40px !important;
  color: #fff;
  display: block;
}
.btn:hover {
  opacity: 0.8;
}
.serif {
  font-family: "noto_serifitalic";
}
/* -- header -- */
header {
  width: 960px;
  margin: 0 auto;
}
header .logo {
  width: 250px;
  margin: 30px 0;
  float: left;
  font-size: 13px;
}
header nav {
  width: 700px;
  float: right;
}
header nav #menu-main {
  margin-top: 120px;
  font-family: 'quicksandbold';
  float: right;
  position: relative;
  z-index: 5;
}
header nav li {
  margin-left: 20px;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  position: relative;
  float: left;
}
header nav li a {
  color: #000000;
  display: block;
}
header nav li a:hover {
  color: #f7a11a;
}
header nav li ul {
  position: absolute;
  top: 35px;
  left: 0;
  display: none;
}
header nav li ul li {
  background: #f9bc5c;
  border-bottom: 1px solid #f0ad44;
  width: 150px;
  margin: 0;
  font-size: 11px;
  line-height: 1.3;
}
header nav li ul li a {
  padding: 5px 10px;
  color: #000000;
}
header nav li ul li a:hover {
  background: #fbd08d;
  text-decoration: none;
  color: #000000;
}
header nav li ul li ul {
  top: 0;
  left: 150px;
}
header nav li ul li ul li {
  background: #fac97d;
}
header nav li ul li ul li a:hover {
  background: #fcdeae;
}
header nav li ul li:last-child {
  border: none;
}
/* -- footer -- */
footer {
  background: #f7a11a;
  font-family: 'quicksandbold';
  font-size: 11px;
}
footer .sub-menu {
  display: none;
}
footer #footer_in {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  line-height: 1.5;
  color: #000000;
}
footer #footer_in nav {
  border-right: 1px solid #f9bc5c;
  width: 530px;
  float: left;
}
footer #footer_in ul {
  margin-bottom: 10px;
}
footer #footer_in ul li {
  border-left: 1px solid #000000;
  margin-right: 5px;
  padding-left: 5px;
  display: inline;
  text-transform: uppercase;
}
footer #footer_in ul li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
footer #footer_in .address {
  border-right: 1px solid #f9bc5c;
  width: 220px;
  float: left;
}
footer #footer_in .ipa {
  width: 196px;
  float: right;
  text-align: right;
}
footer #footer_in a {
  color: #000000;
}
footer #footer_in a:hover {
  text-decoration: underline;
}
/* -- common -- */
#hero {
  background: #f7a11a;
  margin-bottom: 40px;
  text-align: center;
}
#hero #slider-inner {
  margin: 0 auto;
}
#content {
  width: 960px;
  padding-bottom: 70px;
  margin: 0 auto;
}
#main h1 {
  margin-bottom: 50px;
  font-family: 'quicksandbold';
  font-size: 24px;
  color: #000000;
  line-height: 1.3;
  text-transform: uppercase;
}
#main h1 span {
  color: #f7a11a;
}
#main h2 {
  margin-bottom: 10px;
  font-family: 'quicksandbold';
  font-size: 24px;
  color: #000000;
  line-height: 1.3;
}
#main h2 span {
  color: #f7a11a;
}
#main h3 {
  margin-bottom: 10px;
  font-family: 'quicksandbold';
  font-size: 18px;
  line-height: 1.3;
  color: #000000;
}
#main h3 span {
  font-size: 14px;
  color: #f7a11a;
}
#main h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #f7a11a;
}
#main p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
#main p:nth-last-of-type(1) {
  margin-bottom: 3em;
}
#main ul {
  padding: 0 0 20px 10px;
}
#main ul li {
  margin: 0 0 5px 10px;
  list-style: disc;
  line-height: 1.5;
}
#main ol {
  padding: 0 0 20px 0;
}
#main ol li {
  margin: 0 0 5px 10px;
  list-style: decimal;
  line-height: 1.5;
}
#main .social span {
  margin-right: 10px;
}
#main .lead {
  font-family: 'quicksandbold';
  font-size: 24px;
}
#main .lead span {
  color: #f7a11a;
}
#main .clm2 .box {
  width: 440px;
  float: left;
}
/* -- home -- */
.home #main h2 span {
  font-family: 'quicksandlight';
  color: #000000;
}
.home #main .welcome {
  width: 510px;
  float: left;
  font-size: 18px;
}
.home #main .welcome .lead {
  font-family: "noto_serifitalic";
  font-size: 24px;
  color: #f7a11a;
}
.home #main .latestnews {
  width: 320px;
  float: right;
}
.home #main .latestnews ul li {
  background: url(img/list01.jpg) left 7px no-repeat;
  margin: 0 0 15px 0;
  padding-left: 10px;
  list-style: none;
  line-height: 1.3;
  font-weight: bold;
}
.home #main .latestnews .subscribe {
  background: url(img/bg_newsletter.jpg) no-repeat;
  width: 264px;
  height: 90px;
  margin: 30px auto -20px;
  padding: 39px 0 0 61px;
}
.home #main .latestnews .subscribe input {
  background: #fff;
  width: 220px;
  height: 25px;
  padding: 0 10px;
  margin-bottom: 10px;
  color: #aaa;
  font-size: 12px;
  -moz-border-radius: 5px;
  /* gecko */
  -webkit-border-radius: 5px;
  /* webkit */
  -khtml-border-radius: 5px;
  /* old konkeror */
  border-radius: 5px;
  /* CSS3 standard */
}
.home #main .latestnews .subscribe input[type="submit"] {
  background: #f7a11a;
  border: none;
  border-bottom: 1px solid #68440c;
  border-right: 1px solid #68440c;
  margin-left: 145px;
  width: 100px;
  color: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad59a', endColorstr='@basecolor', GradientType=0);
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fad59a), to(#f7a11a));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #fad59a, #f7a11a);
  /* for firefox 3.6+ */
}
/* -- about -- */
#main .team .box {
  width: 320px;
  margin-right: 70px;
  float: left;
}
#main .team .box h3 {
  background: url(img/line01.jpg) left bottom no-repeat;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* -- tools -- */
#main table {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.3;
}
#main table th {
  padding-bottom: 20px;
  font-weight: bold;
  text-align: left;
}
#main table td {
  padding-bottom: 20px;
}
#main table .date {
  width: 120px;
  color: #f7a11a;
  font-family: 'quicksandbold';
}
#main table .category {
  width: 160px;
  font-style: italic;
}
/* -- post -- */
#main .post {
  border-bottom: 1px solid #5d5d5d;
  margin-bottom: 40px;
}
#main .post .img {
  width: 290px;
  float: left;
}
#main .post .txt {
  width: 600px;
  float: right;
  font-size: 14px;
}
#main .post .txt h2 {
  margin-bottom: 10px;
  font-family: 'quicksandbold';
  font-size: 25px;
  color: #f7a11a;
}
#main .post .txt .date {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: italic;
  color: #000;
}
#main .post .date_post {
  width: 200px;
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: italic;
  color: #000;
}
/* -- services -- */
#main .accordion {
  font-size: 14px;
}
#main .accordion h2 {
  background: url(img/arrow01.png) 20px center no-repeat #f7a11a;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0;
  padding: 10px 10px 10px 40px;
  font-size: 20px;
  color: #ffffff;
}
#main .accordion h2 a {
  color: #ffffff;
}
#main .accordion .details {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 40px;
}
#main .accordion .details h3 {
  color: #000000;
}
#main .accordion .details .note {
  font-style: italic;
}
/* -- contact -- */
.page-template-template-contact-php #main {
  font-size: 16px;
}
.page-template-template-contact-php #main .wpcf7-form {
  width: 440px;
  margin-bottom: 50px;
  float: left;
}
.page-template-template-contact-php #main .wpcf7-form input,
.page-template-template-contact-php #main .wpcf7-form textarea {
  border: 1px solid #d8d5d5;
  width: 420px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  -moz-border-radius: 3px;
  /* gecko */
  -webkit-border-radius: 4px;
  /* webkit */
  -khtml-border-radius: 4px;
  /* old konkeror */
  border-radius: 4px;
  /* CSS3 standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f5f5', endColorstr='#e6e6e6', GradientType=0);
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f5f5), to(#e6e6e6));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #f7f5f5, #e6e6e6);
  /* for firefox 3.6+ */
}
.page-template-template-contact-php #main .wpcf7-form textarea {
  height: 150px;
}
.page-template-template-contact-php #main .wpcf7-form label {
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
}
.page-template-template-contact-php #main .wpcf7-form input[type="submit"] {
  width: 100px;
  float: right;
}
.page-template-template-contact-php #main .wpcf7-form input[type="submit"]:hover {
  opacity: 0.8;
}
/* -- wordpress -- */
img.alignleft {
  margin: 0em 3em 2em 0;
}
img.alignright {
  margin: 0em 0 2em 3em;
}
img.aligncenter {
  margin-top: 1em;
  margin-bottom: 1em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
div.wpcf7-validation-errors {
  text-align: center;
  border-radius: 1px;
  margin: 0px !important;
  color: #898137;
  padding: 10px !important;
  background-color: #FFFFE0 !important;
  border: 1px solid #E6DB55 !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
}
span.wpcf7-not-valid-tip,
.ajax-loader {
  display: none !important;
}
div.wpcf7-mail-sent-ok {
  background-color: #EBFFE0 !important;
  border: 1px solid #73D042 !important;
  border-radius: 2px 2px 2px 2px !important;
  color: #568937 !important;
  font-size: 10pt !important;
  margin: 0px !important;
  padding: 13px !important;
  text-align: center !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7-not-valid {
  background-color: #FFE0E0 !important;
  border: 1px solid #E65555 !important;
}
