@charset "UTF-8";
/******************************************************************
Theme Name: Coast Studios
Theme URI: http://www.coaststudios.com.au
Author: Coast Studios
Author URI: http://www.coaststudios.com.au
Version: 1.0

------------------------------------------------------------------

This theme uses Sass.
You will find the .scss files in the /library/css directory.
Those files compile to the styles.css.

******************************************************************/
/*
============================================================================
IMPORTS
============================================================================
*/
/******************************************************************

Stylesheet: Settings

******************************************************************/
/******************************************************************

Stylesheet: Variable

******************************************************************/
/******************************************************************

Stylesheet: Colours

******************************************************************/
/******************************************************************
Navigation
******************************************************************/
/******************************************************************
Sizes
******************************************************************/
/** Set up **/
.col {
  margin-left: 0; }

@media screen and (min-width: 600px) {
  .col {
    display: block;
    float: left;
    margin: 0 0 1em 1.6%; }

  .col:first-child {
    margin-left: 0; }

  /* all browsers except IE6 and lower */ }
/** Sizes **/
/******************************************************************

Stylesheet: Normalize

******************************************************************/
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 14px; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
padding: 10px;
border: 1px solid #eee;
width: 48%;
 }

html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/******************************************************************

Stylesheet: Settings

******************************************************************/
/*
@import
  "foundation/grid",
  "foundation/accordion",
  "foundation/alert-boxes";
*/
/******************************************************************
Page Structure
******************************************************************/
.site-wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1045px; }

body {}

#mainbody {
  display: block;
  z-index: auto;
  width: 100%; }

#main {
  margin: 0;
  width: 100%; }

.wrapper {
  margin: 0;
  width: 100%;
  overflow: auto; }

/** clearfix **/
.clear {
  clear: both; }

.none {
  display: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

/** Typography **/
h1 {
  font-size: 40px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6, p, li {
  font-size: 14px; }

li {
  }

input {
  font-size: 14px; }

ul, ol {
  list-style: none; }

#main ul, #main ol {
  margin-left: 40px;
  padding-bottom: 20px;
  list-style: disc; }
  #main ul li, #main ol li {
   padding-bottom: 0px;
line-height: 1.65em;
padding-top: 10px; }

/******************************************************************
Forms
******************************************************************/
input[type='text'], input[type='password'], input[type='email'] {
  padding: 2px 5px;
  line-height: 26px;
  color: #565656;
  border: 1px solid #bbb;
  outline: none; }

span.wpcf7-form-control-wrap {
  width: 100%; }

input.wpcf7-not-valid {
  border: 1px solid red; }

form span[role='alert'] {
  line-height: 30px; }

/******************************************************************
Header
******************************************************************/
.header-wrap, .header {
  width: 100%; }

.header .logo-wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.header .logo-wrap h2 {
	margin: 0;
	padding: 0;
}
.header .logo-wrap h2 a {
	display: inline-block;
	margin-right: 1em;
}

/** main navigation **/
.nav-wrap {
  width: 100%; clear: both;}

nav {
  display: block; }

#nav-main ul {
  margin: 0;
  padding: 0;
  height: auto;
  display: none;
  border: none;
  overflow: hidden;
  background: #242424; }
  #nav-main ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    border-top: 1px solid #000; }
    #nav-main ul li a {
      margin: 0;
      padding: 0 1em;
      width: 100%;
      display: block;
      line-height: 3em;
      color: #777;
      text-decoration: none;
      font-weight: bold; }
      #nav-main ul li a:hover {
        color: #477aad;
        background: #fafafa; }
    #nav-main ul li ul {
      position: static;
      margin: 0;
      display: block;
      background: #333333; }
      #nav-main ul li ul li {
        margin: 0;
        display: block; }
        #nav-main ul li ul li a {
          padding: 0 3em;
          font-weight: normal; }
  #nav-main ul li:hover > ul {
    display: block; }
  #nav-main ul li:hover > a {
    text-decoration: none; }

#navbar {
  display: block;
  height: 44px;
  background: #242424;
  width: 100%; }
  #navbar span {
    font-size: 2.7em;
    vertical-align: -0.15em; }
  #navbar a {
    padding: 0 10px;
    line-height: 44px;
    display: block;
    color: #8fb5e0;
    text-decoration: none; }
  #navbar:hover {
    color: #bbd2eb;
    text-decoration: none; }

/******************************************************************
Sidebar
******************************************************************/
#sidebar {
  display: none;
  float: none; }

#sidebar .widget {
  display: block;
  margin-bottom: 20px; }

#sidebar .widget ul {
  display: block; }

#sidebar .widget ul li a {
  display: block;
  padding: 6px 12px;
  font-weight: bold;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: color .2s linear, background .2s linear;
  -webkit-transition: color .2s linear, background .2s linear;
  -moz-transition: color .2s linear, background .2s linear; }

#sidebar .widget ul li a:hover {
  color: #fff;
  background: #5d9de5;
  text-decoration: none; }

/** search **/
#s {
  width: 66%; }

/******************************************************************
Footer
******************************************************************/
/** footer **/
footer {
  clear: both;
  text-align: center;
  font-style: normal;
  color: #434343;
 padding: 0 0 20px 0; }
  footer .credits {
    padding: 10px 0; }
    footer .credits .copyright, footer .credits .source {
      padding: 10px;
      width: auto;
      display: inline-block; }

#sidebar-footer {
  margin-bottom: 10px;
  padding: 10px; }
  #sidebar-footer .widget {
    margin-bottom: 1em;
    padding: 1em;
    width: 100%;
    border-bottom: 1px solid #000; }
  #sidebar-footer .widget:last-child {
    border: none; }

/***********************************************************************************************
***********************************************************************************************
***********************************************************************************************

NEED TO CHECK THESE STYLES

***********************************************************************************************
***********************************************************************************************/
html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

/******************************************************************
Posts
******************************************************************/
#content {
  width: 100%;
  position: relative; }

.post {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 15px; }

.post header {
  display: block;
  margin-bottom: 25px; }

.post p {
  margin-bottom: 20px;
  line-height: 1.7em; }

.post .meta {
  line-height: 1.3em; }

.post .meta i {
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  color: #666; }

.post blockquote {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fbf0de;
  padding: 9px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 18px; }

.post blockquote p {
  font-style: italic;
  font-weight: normal;
  color: #797064;
  margin-bottom: 3px; }

.post .postcontent {
  margin-bottom: 25px; }

.post .more-link {
  display: block;
  font-weight: bold;
  margin-top: 15px; }

.postbrdr {
  border-bottom: 3px solid #ccc; }

#navbelow {
  display: block;
  width: 100%;
  padding: 0px;
  margin-top: -10px;
  margin-bottom: 15px; }

.nav-prev {
  float: left;
  display: block; }

.nav-next {
  float: right;
  display: block; }

.nav-prev a, .nav-next a {
  display: block;
  padding: 3px 5px; }

/** comments **/
#comments {
  display: block;
  margin-top: 15px; }

#comments #respond {
  margin-left: 0; }

#comments .commentlist .comment #respond {
  margin-left: 35px; }

/* for the threaded reply comment form styles */
#cancel-comment-reply {
  font-weight: bold;
  display: block;
  position: relative; }

#cancel-comment-reply-link {
  display: block;
  padding: 0px 4px;
  position: absolute;
  right: 0;
  top: -12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none; }

#cancel-comment-reply-link:hover {
  color: #fff;
  text-decoration: none;
  background: #5d9de5; }

.commentlist {
  list-style: none; }

.commentlist .comment {
  display: block;
  position: relative;
  margin-bottom: 28px; }

.commentlist .comment .comment-author {
  position: relative; }

.commentlist .comment .comment-author .avatar {
  display: inline-block;
  padding: 5px;
  background: #fafafa;
  border: 1px solid #ccc;
  margin-right: 15px; }

.commentlist .comment .comment-author .fn {
  font-weight: bold;
  line-height: 1.1em;
  font-style: normal;
  position: absolute;
  top: 2px;
  color: #535353; }

.commentlist .comment .comment-author .says {
  display: none; }

.commentlist .comment .comment-meta {
  position: absolute;
  top: 25px;
  margin-left: 60px; }

.commentlist .comment p {
  display: block;
  margin-top: 15px;
  padding-right: 10px; }

.commentlist .comment .comment-body .reply a.comment-reply-link {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none; }

.comment-awaiting-moderation {
  color: #444;
  display: block;
  text-decoration: underline;
  text-align: center;
  margin-top: 4px;
  margin-bottom: -5px; }

.commentlist .comment ul.children {
  margin-left: 40px;
  padding-top: 15px; }

#commentform {
  display: block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 6px; }

#commentform label {
  line-height: 1.6em;
  display: block;
  width: 100%;
  color: #575757;
  margin-bottom: 2px;
  font-weight: bold; }

#commentform label small {
  display: inline;
  size: 0.9em;
  font-style: italic;
  font-weight: normal;
  color: #7dafe6; }

#commentfields #commentfields {
  display: block;
  margin-bottom: 4px; }

#commentfields #commentfields .ibox {
  display: block;
  margin-bottom: 10px;
  width: 100%; }

#commentfields .basicinput {
  display: block;
  padding: 7px 6px;
  width: 90%;
  outline: none;
  border: 1px solid #dbdbdb;
  color: #487cb7; }

#commentfields textarea {
  display: block;
  padding: 5px 4px;
  width: 90%;
  height: 125px;
  outline: none;
  border: 1px solid #dbdbdb;
  color: #487cb7; }

#commentform #comment {
  display: block;
  margin-bottom: 8px;
  color: #565656;
  line-height: 1.5em;
  padding: 4px 7px; }

#commentform #submit, .button {
  -moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
  -webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
  box-shadow: inset 0px 1px 0px 0px #cae3fc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee));
  background: -moz-linear-gradient(center top, #79bbff 5%, #4197ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
  background-color: #79bbff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #469df5;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 6px 24px;
  margin-bottom: 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #287ace; }

#commentform #submit:hover, .button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff));
  background: -moz-linear-gradient(center top, #4197ee 5%, #79bbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
  background-color: #4197ee; }

#commentform #submit:active, .button:active {
  position: relative;
  top: 1px; }

/* Mobile Smartphones ----------- */
@media only screen and (min-width: 0) and (max-width: 620px) {
  #sidebar-responsive {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 12px;
    margin-bottom: 15px; }

  #sidebar-responsive .widget {
    display: block;
    margin-bottom: 15px; }

  #sidebar-responsive ul li {
    display: block; }

  #sidebar-responsive ul li a {
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none; }

  #sidebar-responsive ul li a:hover {
    text-decoration: none;
    background: #565656;
    color: #fff; }

  .post .meta {
    line-height: 1.6em; }

  .post .meta i {
    margin-bottom: 4px; }

  #commentform #allowed_tags {
    display: none; } }
/******************************************************************

Stylesheet: Overrides

******************************************************************/
html {
  font-family: GothamNarrow-Book, helvetica, sans-serif;
  color: #808285; }

.site-wrap {
  background: #fff; }

#mainbody {
  padding: 1.6%; }

h1, h2, h3, h4 {
  font-family: GothamNarrow-Bold, helvetica, sans-serif;
  color: #8b9b92; }

.wtitle {
  width: 100%;
  font-size: 1.2em;
  font-family: GothamNarrow-Bold, helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  color: #fff;
  line-height: 50px; }
  .wtitle a {
    color: #fff;
    text-decoration: none; }

a {
  color: #5a4099; }

a:hover, a:active {
  color: #4a307e;
  text-decoration: none; }

/** buttons **/
.button, input[type='submit'], .button.secondary {
  margin: 0;
  padding: 0 10px;
  box-shadow: none;
  background: none;
  border-radius: 0;
  border: 2px solid #8b9b92;
  line-height: 40px;
  font-family: GothamNarrow-Book, helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  color: #8b9b92; }

.button.secondary, footer input[type='submit'] {
  background: #5a4099;
  border-color: #5a4099;
  color: #fff; }

.button-small, #sidebar input[type='submit'] {
  padding: 0 5px;
  border-width: 1px;
  line-height: 30px; }

.button:hover, input[type='submit']:hover {
  background: #8b9b92;
  color: #fff; }

.button.secondary:hover, footer input[type='submit']:hover {
  background: #4a307e; }

/** Header **/
.header-wrap {
  background: #5a4099; }

/** Home Slider **/
#sidebar-slider {
  margin-bottom: 20px; overflow: hidden;}
  #sidebar-slider h1 {
    font-family: GothamNarrow-Black, helvetica, sans-serif;
    font-size: 3em;
    color: #5a4099; }
  #sidebar-slider h2 {
    display: none; }
  #sidebar-slider a.button {
    font-size: 1em;
    font-weight: bold; }
  #sidebar-slider .ls-bottom-nav-wrapper, #sidebar-slider .ls-below-thumbnails {
    display: none; }
  #sidebar-slider .ls-bottom-slidebuttons a {
    margin: 0 2px;
    width: 14px;
    height: 14px;
    background: none;
    border: 1px solid #8b9b92;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    #sidebar-slider .ls-bottom-slidebuttons a.ls-nav-active {
      background: #8b9b92; }

/******************************************************************
sidebar
******************************************************************/
#sidebar {
  /** Events **/ }
  #sidebar section {
    margin-bottom: 10px;
    background: #f1f2f2; }
    #sidebar section ul {
      margin-bottom: 10px; }
  #sidebar .services-directory .section-content > p {
    margin-bottom: 10px; }
  #sidebar .services-directory li {
    padding: 5px 0; }
  #sidebar .section-content {
    padding: 20px 10px;
    background: url(images/sidebar-arrow.png) no-repeat 90% 0; }
  #sidebar h2 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 1em;
    background: #8b9b92; }
  #sidebar h3, #sidebar h4 {
    font-size: 1em; }
    #sidebar h3 a, #sidebar h4 a {
      color: #8b9b92;
      text-decoration: none; }
  #sidebar .events li {
    margin-bottom: 10px;
    padding: 5px 0 15px 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #7a8881; }

/******************************************************************
Services Directory
******************************************************************/
.service-directory .content-wrapper header {
  margin: 0; }
.service-directory .content-wrapper header h3 {
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  display: inline-block;
  color: #fff;
  background: #5a4099; font-size:20px; }
.service-directory .content-wrapper section {
  padding: 0 10px 0 10px;
  width: 100%;
  display: inline-block; }
  .service-directory .content-wrapper section p {
    margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: dashed 1px #bbb; }

/******************************************************************
Footer
******************************************************************/
.footer-wrap * {
  color: #fff; }

.footer-wrap {
  background: #000; }
  .footer-wrap #sidebar-footer {
    background: #8b9b92; }
  .footer-wrap .credits {
    min-height: 60px;
    vertical-align: middle;
    position: relative; }
    .footer-wrap .credits p.gov-logo {
      margin: 0 auto;
      width: 120px;
      height: 60px;
      background: url(images/logo-AuGov.png) no-repeat;
      display: block; }
  .footer-wrap .gmw-thumbnail-map img {
    width: 100%; }

#sidebar-footer .widget {
  padding: 0 1em 1em 1em;
  border-bottom: 1px solid #7a8881; }
#sidebar-footer form input {
  margin-bottom: 10px;
  width: 100%; }

/*
============================================================================
MEDIA QUERIES
============================================================================
*/
@media screen and (min-width: 600px) {
  /******************************************************************

  Stylesheet: Medium : 600

  ******************************************************************/
  /******************************************************************
  Head
  ******************************************************************/
  /** main navigation **/
  .nav-wrap {
    width: 100%; }

  #nav-main ul {
    display: block;
    height: 3em;
    overflow: inherit; }
    #nav-main ul li {
      width: auto;
      border: none;
      border-right: 1px solid #000;
      position: relative;
      float: left; }
      #nav-main ul li ul {
        position: absolute;
        top: 3em;
        height: auto;
        width: 200px;
        display: none;
        z-index: 100; }
        #nav-main ul li ul li {
          margin: 0;
          width: 100%;
          border: none;
          border-bottom: 1px solid #000; }
          #nav-main ul li ul li a {
            padding: 1em;
            font-weight: normal; }
    #nav-main ul li:hover > ul {
      display: block; }
    #nav-main ul li:hover > a {
      text-decoration: none; }

  #navbar {
    display: none; }

  /******************************************************************
  sidebar
  ******************************************************************/
  #sidebar {
    padding: 0;
    width: 23.8%;
    display: block;
    float: right; }

  /******************************************************************
  Body
  ******************************************************************/
  #main {
    margin: 0;
    width: 74.6%; } }
@media screen and (min-width: 800px) {
  /******************************************************************

  Stylesheet: Large

  ******************************************************************/
  /******************************************************************
  Head
  ******************************************************************/
  .header .logo-wrap, .header .nav-wrap {
    float: left; }
  .header .nav-wrap {
    width: auto; }

  /** main navigation **/ }
/******************************************************************

Stylesheet: Override Queries

******************************************************************/
/******************************************************************
600
******************************************************************/
@media screen and (min-width: 600px) {
  /**	Head **/
  .header .logo-wrap {
    text-align: left; }

  /** Sidebar **/
  #sidebar {
    width: 100%;
    display: block; }
    #sidebar .events, #sidebar .services-directory {
      display: none; }

  /** Body **/
  #main {
    margin: 0;
    width: 100%; }

  /**	Services Directory **/
  .service-directory .content-wrapper section a, .service-directory .content-wrapper section a:hover {
    color: #808285;
    text-decoration: none; }

  /** Foot **/
  footer {
    text-align: left; } }
/******************************************************************
800
******************************************************************/
@media screen and (min-width: 800px) {
  html {
    background-size: cover; }

  /**	Head **/
  .header .logo-wrap {
    width: 350px; }
  .header .nav-wrap {
    clear: left;
    float: none; }

  #nav-main ul li a {
    color: #fff; }

  #nav-main ul li a:hover {
    color: #fff;
    background: #4a307e; }

  /** Home Slider **/
  #sidebar-slider h1 {
    font-size: 2.5em; line-height: .9em; margin-bottom:0px;}
  #sidebar-slider h2 {
    margin-bottom: 1em;
    display: inherit;
    font-family: GothamNarrow-Book, helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: normal; }
  #sidebar-slider a.button {
    font-size: 1em;
    font-weight: normal; }
  #sidebar-slider .ls-bottom-nav-wrapper, #sidebar-slider .ls-below-thumbnails {
    display: inherit; }

  /** Sidebar **/
  #sidebar {
    padding: 0;
    width: 23.8%;
    display: block;
    float: right; }
    #sidebar .events, #sidebar .services-directory {
      display: block; }

  /** Body **/
  #main {
    margin: 0;
    width: 74.6%; }

  /** Foot **/
  #sidebar-footer .widget {
    padding: 0 1em 1em 1em;
    width: 49.2%;
    border: none; }
    #sidebar-footer .widget:nth-child(3n+0) {
      margin-left: 0;
      clear: left; }

  .credits {
    padding-left: 10px;
    text-align: left; }
    .credits p.gov-logo {
      position: absolute;
      top: 0;
      right: 20px; }

  /** Services Directory **/
  .service-directory .content-wrapper {
    -webkit-column-count: 2;
    -webkit-column-gap: 1.6%;
    -moz-column-count: 2;
    -moz-column-gap: 1.6%;
    column-count: 2;
    column-gap: 1.6%; }
    .service-directory .content-wrapper article, .service-directory .content-wrapper header h3 {
      display: inline-block; }
    .service-directory .content-wrapper section {
      padding: 0 10px 10px 10px; }
      .service-directory .content-wrapper section p {
        margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: dashed 1px #bbb; } }
/******************************************************************
1045
******************************************************************/
@media screen and (min-width: 1045px) {
  /**	Head **/
  .header-wrap, .header {
    height: 140px; }

  .header .nav-wrap {
    float: right;
    clear: none; }

  #nav-main ul {
    height: auto; }
    #nav-main ul li {
      border-right: none; }
      #nav-main ul li a {
        padding: 0px 7px;
        line-height: 140px; }
      #nav-main ul li ul {
        top: 100px;
        padding-top: 20px;
        background: none;
        background: url(images/menu-sub-arrow.png) no-repeat 30px 0;
        border: none; }
        #nav-main ul li ul li {
          display: block;
          border: none;
          background: #8b9b92; }
        #nav-main ul li ul a {
          background: none;
          border: none;
          line-height: 1.5em; }
        #nav-main ul li ul a:hover {
          background: #7a8881; }
    #nav-main ul li:hover > ul {
      display: block; }
    #nav-main ul li:hover > a {
      text-decoration: none; }

  /** Foot **/
  #sidebar-footer .widget {
    width: 23.8%; }
    #sidebar-footer .widget:nth-child(3n+0) {
      margin-left: 1.6%;
      clear: none; } }
/*
============================================================================
Global Structure (for every page in the theme)
============================================================================
*/

textarea {
overflow: auto;
max-width: 100%;
padding: 2px 5px;
line-height: 26px;
color: #565656;
border: 1px solid #bbb;
outline: none;
color: #aaa !important;
height: 95px;
}


body.custom-background {
background-position: center center;
background-size: 100% 100%;
}

.duration {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #ccc;
}

.logo-wrap a.logohead {
color: #8b9b92;
text-decoration: none;
font-size: 14px;
flex-grow: 1;
text-align: right;
color: white;
}
@media (max-width:641px)  {
	.logo-wrap a.logohead {
		margin-right: 2em;
	}
}

.post-content.clearfix {
width: 100%;
}

#wpmem_login .link-text {
margin-top: 35px;
margin-bottom: -35px;
}

body.page-id-124 td {
padding: 10px;
border: 1px solid #eee;
width: auto;
}

.service-directory .content-wrapper section span {
padding-top: 5px !important;
display: block;
}
.service-directory .content-wrapper section p a {
color: #5a4099 !important;
}


.northernrivers {
display: none;
    margin: 0;
    font-size: 10px;
    color: #fff;
    width: 100%;
    clear: both;
    position: relative;
    left: 20px;
    bottom: 22px;
    font-style: normal;
}


.em-booking-gateway-form img {
    float: left;
    padding-left: 0;
    margin-bottom: 15px;
}


.leftit {
    width: 48%;
    float: left;
}

.rightit {
    float: left;
    width: 48%;
    margin-right: 2%;
}


@media(max-width:769px) {
.leftit {
    width: 100%;
    float: left;
}

.rightit {
    float: left;
    width: 100%;
    margin-right: 0%;
}
}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


.em-booking-form-details {
max-width: 400px!important;
width: auto!important;
}

.em-booking-form label {
	width: 150px;
}

.em-attendee-fields .input-group {
	display: flex;
	flex-direction: column;
}

.em-attendee-fields .input-group input.input {
	width: auto!important;
}

.em-attendee-fields {
	border-top: 1px solid lightgray;
padding-top: 1em;
}

.em-attendee-fields:first-of-type {
border-top: none;
}

.em-tickets-spaces {
	display: flex;
}
.em-tickets-spaces label {
	width: auto;
	margin-right: 1em;
}

.em-tickets-spaces select {
	flex-grow: 1;
}

@media screen and (max-width: 39.9375em) {
	.em-booking-submit {
		display: block;
		width: 100%!important;
	}

	.footer-widget iframe {
		width :100%;
	}

	.footer-widget textarea {
		width: 100%;
	}
}

