/*!
Theme Name: Indigo
Theme URL: http://www.argondesign.com.au
Description: Custom Theme 
Author: Argon Design
Author URL: http://www.argondesign.com.au
Version: 1.0
=======
*/
/*! normalize.css v3.0.1 | 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 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
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/10.
 * Hide the `template` element in IE 8/9/11, 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
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */
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: 0; }

::-moz-selection {
  background: #FFE9A1;
  color: #000;
  text-shadow: none; }

::selection {
  background: #FFE9A1;
  color: #000;
  text-shadow: none; }

a {
  color: #781d7e;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 26px;
  font-weight: 700;
  color: #781d7e;
  line-height: 1.2;
  text-rendering: optimizelegibility; }

h1 small, h2 small, h3 small {
  font-size: 0.8em;
  color: #a2a2a2;
  font-weight: 400; }

h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Amatic SC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Amatic SC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Dosis", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

h4 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Dosis", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Dosis", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Dosis", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.intro {
  margin: 0 0 90px;
  font-family: "Amatic SC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  color: #781d7e;
  line-height: 1.2; }

p {
  margin: 0 0 26px; }
  p small {
    font-size: 0.8em; }

ul, ol {
  padding: 0;
  margin: 0 0 26px 26px; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

abbr {
  cursor: help; }

hr {
  height: 0;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid transparent; }

blockquote {
  padding: 40px;
  margin: 0 0 26px;
  background: url(images/quote.png) no-repeat 15px 30px;
  color: #777;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Amatic SC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2; }
  blockquote p {
    margin: 0 0 10px; }
  blockquote footer,
  blockquote small,
  blockquote cite {
    display: block;
    color: #781d7e;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Dosis", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

address {
  display: block;
  margin-bottom: 26px;
  font-style: normal; }

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.table {
  width: 100%;
  margin: 0 0 26px; }
  .table th,
  .table td {
    padding: 8px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #DDD; }
  .table th {
    font-weight: bold; }
  .table thead th {
    vertical-align: bottom;
    background-color: #FFF; }
  .table caption + thead tr:first-child th,
  .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #DDD; }

.table-bordered {
  border: 1px solid #DDD;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0; }
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #DDD; }
  .table-bordered caption + thead tr:first-child th,
  .table-bordered caption + tbody tr:first-child th,
  .table-bordered caption + tbody tr:first-child td,
  .table-bordered colgroup + thead tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child td,
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #F9F9F9; }

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #F5F5F5; }

fieldset {
  margin-bottom: 26px;
  padding: 0;
  border: none; }
  fieldset legend {
    width: 100%;
    display: block;
    color: #781d7e;
    font-weight: 700;
    font-size: 1em;
    border-bottom: 1px solid #DDD;
    margin: 0 0 26px;
    padding: 0; }

input,
button,
select,
textarea {
  vertical-align: middle; }

textarea,
select,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  outline: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #555;
  border: none;
  background: #EEE; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  cursor: pointer; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

textarea {
  width: 100%;
  height: 161px;
  resize: none;
  overflow: auto; }

select[multiple],
select[size] {
  height: auto; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  padding: 10px 15px;
  display: inline-block;
  font-weight: 400;
  font-family: "Dosis", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: middle;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  border: none;
  border-radius: 4px;
  background: #781d7e;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .button:hover, .button:active,
  button:hover,
  button:active,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:active {
    color: #FFF;
    text-decoration: none;
    background: #9f27a7; }

input[type="image"] {
  border: 0; }

.form-row {
  margin: 0 0 10px; }
  .form-row::after {
    clear: both;
    content: "";
    display: table; }

.searchform .form-row {
  margin: 0 0 5px; }

.alert-success,
.alert-warning,
.alert-error,
#cancel-comment-reply-link {
  display: block;
  margin: 0 0 26px;
  padding: 10px 20px;
  border-radius: 3px; }

.alert-success {
  background: #DFF0D8;
  border: 1px solid #b2dba1;
  color: #529138; }

.alert-warning {
  background: #FCF8E3;
  border: 1px solid #f5e79e;
  color: #caad16; }

.alert-error,
#cancel-comment-reply-link {
  background: #F2DEDE;
  border: 1px solid #e4b9b9;
  color: #c77070; }

.wp-caption {
  background: #DDD;
  text-align: center;
  padding-top: 5px; }

.wp-caption-text {
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 0 5px 5px; }

.widget_nav_menu ul,
.widget_pages ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_archive ul,
.widget_shoppcategorieswidget ul {
  margin: 0;
  list-style: none; }
  .widget_nav_menu ul li,
  .widget_pages ul li,
  .widget_categories ul li,
  .widget_recent_entries ul li,
  .widget_meta ul li,
  .widget_archive ul li,
  .widget_shoppcategorieswidget ul li {
    display: block; }
    .widget_nav_menu ul li a,
    .widget_pages ul li a,
    .widget_categories ul li a,
    .widget_recent_entries ul li a,
    .widget_meta ul li a,
    .widget_archive ul li a,
    .widget_shoppcategorieswidget ul li a {
      display: block; }
    .widget_nav_menu ul li ul,
    .widget_pages ul li ul,
    .widget_categories ul li ul,
    .widget_recent_entries ul li ul,
    .widget_meta ul li ul,
    .widget_archive ul li ul,
    .widget_shoppcategorieswidget ul li ul {
      display: none; }

.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 0.8em;
  color: #AAA; }

#sitemap ul {
  margin-bottom: 10px;
  margin-top: 10px; }

html {
  font-size: 16px; }

body {
  min-width: 320px;
  background: #781d7e;
  color: #555;
  line-height: 1.612;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

img {
  max-width: 100%;
  height: auto; }

.container {
  margin: 0 5%; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

#header {
  width: 100%;
  position: relative;
  z-index: 500;
  background: #FFF; }
  #header .container {
    margin: 0; }
  #header .logo {
    margin: 0 5%;
    padding: 40px 0 20px; }
    #header .logo img {
      display: block;
      margin: 0 auto; }
  #header .nav nav {
    background: #781d7e;
    font-family: "Dosis", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #header .nav nav .menu-collapser .collapse-button {
      padding: 0 5%;
      color: #FFF;
      cursor: pointer;
      font-size: 24px;
      font-size: 1.5rem; }
    #header .nav nav ul {
      margin: 0;
      list-style: none;
      line-height: 1.2; }
      #header .nav nav ul li {
        display: block;
        border-top: 1px solid #511355;
        position: relative; }
        #header .nav nav ul li a {
          display: block;
          padding: 10px 55px 10px 5%;
          color: #FFF;
          text-decoration: none; }
        #header .nav nav ul li ul li a {
          background: #641869; }
        #header .nav nav ul li ul li ul li a {
          background: #781d7e; }
        #header .nav nav ul li ul li .sub-collapser {
          background: #781d7e; }
    #header .nav nav .sub-collapser {
      width: 48px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      text-align: center;
      z-index: 999;
      cursor: pointer;
      background: #641869;
      border-left: 1px solid #511355;
      color: #FFF; }
      #header .nav nav .sub-collapser:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; }
      #header .nav nav .sub-collapser.expanded {
        height: 40px; }
  #header .social-icons {
    margin: 0 0 20px;
    list-style: none;
    text-align: center; }
    #header .social-icons li {
      display: inline-block;
      vertical-align: middle; }
      #header .social-icons li a {
        display: block;
        width: 25px;
        height: 25px;
        margin: 0 5px 0 0;
        color: #FFF;
        text-align: center;
        line-height: 22px;
        background: #781d7e;
        border-radius: 20px; }
        #header .social-icons li a:hover {
          background: #9f27a7; }

.hero {
  background: #FFF; }
  .hero .inner {
    margin: 0 0 20px;
    background: url(img/hero_bg.png) repeat; }
    .hero .inner::after {
      clear: both;
      content: "";
      display: table; }
    .hero .inner img {
      display: block;
      max-width: 90%;
      float: right; }
  .hero .page-title h1 {
    margin: 0; }

.main {
  padding: 40px 0 0;
  background: #FFF; }
  .main .content {
    margin-bottom: 40px; }
    .main .content::after {
      clear: both;
      content: "";
      display: table; }
    .main .content article::after {
      clear: both;
      content: "";
      display: table; }
  .main .sidebar {
    margin-bottom: 40px; }
    .main .sidebar .widget {
      margin: 0 0 25px;
      padding: 25px 20px;
      background: url(img/hero_bg.png) repeat; }
      .main .sidebar .widget input[type="text"], .main .sidebar .widget input[type="email"] {
        background: #FFF;
        padding: 8px; }
    .main .sidebar .widget-image {
      padding: 0;
      background: none; }
      .main .sidebar .widget-image img {
        display: block; }
    .main .sidebar .widget-title {
      margin: 0 0 10px;
      font-family: "Amatic SC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 36px;
      font-size: 2.25rem;
      font-weight: 700; }
    .main .sidebar p, .main .sidebar ul, .main .sidebar ol {
      margin-bottom: 10px;
      font-family: "Dosis", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.logos {
  padding: 25px 0;
  background: #EEE; }
  .logos .logo {
    margin: 30px 0 0;
    text-align: center; }
    .logos .logo img {
      display: inline-block; }
    .logos .logo:first-child {
      margin: 0; }

#footer {
  padding: 35px 0;
  background: #781d7e;
  color: #FFF;
  text-align: center; }
  #footer .fl,
  #footer .fr {
    margin-bottom: 52px; }
  #footer nav ul {
    margin: 0;
    list-style: none;
    font-family: "Dosis", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem; }
    #footer nav ul li {
      display: inline;
      margin: 0 10px; }
      #footer nav ul li a {
        color: #FFF;
        text-decoration: none; }
        #footer nav ul li a:hover {
          color: #FFF;
          text-decoration: underline; }
      #footer nav ul li ul {
        display: none; }
  #footer .copyright {
    font-size: 13px;
    font-size: 0.8125rem;
    float: left; }
  #footer .gbc {
    font-size: 13px;
    font-size: 0.8125rem; }
  #footer a {
    color: #fff; }

.services {
  margin-top: 40px; }
  .services .service {
    margin: 0 0 40px;
    text-align: center;
    line-height: 112px; }
    .services .service a {
      display: block; }
      .services .service a:hover {
        text-decoration: none; }
    .services .service img {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 10px; }
    .services .service h3 {
      font-family: "Amatic SC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: 700;
      line-height: 1.2; }

.latest-events {
  margin: 50px 0;
  padding: 20px 40px 0;
  background: url(img/frame_hor.png) repeat-x left top, url(img/frame_hor.png) repeat-x left bottom, url(img/frame_vert_2.png) repeat-y top left, url(img/frame_vert_2.png) repeat-y top right;
  *border: 5px solid #781d7e;
  *background: none; }
  .latest-events h2 {
    margin: -38px 0 10px; }
    .latest-events h2 span {
      padding: 0 20px;
      background: #FFF; }
  .latest-events .event {
    padding-bottom: 25px; }
    .latest-events .event .event-thumb img {
      display: block; }
    .latest-events .event span {
      color: #781d7e;
      font-style: italic;
      font-family: "Dosis", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-size: 0.75rem; }
    .latest-events .event h4 {
      margin: 0;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400; }
      .latest-events .event h4 a {
        color: #555;
        text-decoration: none; }

.slider img {
  display: block;
  width: 100%; }

.highlights {
  padding: 70px 0;
  background: url(img/hero_bg.png) repeat; }
  .highlights .highlight {
    padding: 50px 0;
    text-align: center; }
    .highlights .highlight div {
      margin: 0 0 10px;
      min-height: 120px; }
    .highlights .highlight img {
      display: block;
      margin: 0 auto; }
    .highlights .highlight h3 {
      margin: 0 0 10px;
      font-family: "Amatic SC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: 700; }

.testimonials {
  padding: 60px 0 0;
  background: #FFF; }

.testimonial {
  margin: 0 0 100px; }
  .testimonial blockquote {
    margin: 0;
    background: url(img/frame_hor.png) repeat-x left top, url(img/frame_hor.png) repeat-x left bottom, url(img/frame_vert_2.png) repeat-y top left, url(img/frame_vert_2.png) repeat-y top right;
    *border: 5px solid #781d7e;
    *background: none;
    position: relative; }
    .testimonial blockquote:after {
      content: "";
      width: 101px;
      height: 53px;
      position: absolute;
      bottom: -42px;
      right: 5%;
      background: url(img/testimonial.png) no-repeat; }

.archive-post {
  margin: 0 0 60px; }
  .archive-post img {
    display: block;
    margin: 0 0 15px; }
  .archive-post header span {
    font-family: "Dosis", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #781d7e;
    font-size: 12px;
    font-size: 0.75rem; }
  .archive-post header h2 {
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem; }
    .archive-post header h2 a {
      color: #555;
      text-decoration: none; }

.post-featured {
  margin: 0 0 40px; }

.single-post .content article {
  padding: 5.5%;
  background: url(img/frame_hor.png) repeat-x left top, url(img/frame_hor.png) repeat-x left bottom, url(img/frame_vert_2.png) repeat-y top left, url(img/frame_vert_2.png) repeat-y top right;
  *border: 5px solid #781d7e;
  *background: none; }

.post-header {
  margin: 0 0 10px; }
  .post-header h1, .post-header h2, .post-header h3 {
    margin: 0 0 5px;
    font-size: 48px;
    font-size: 3rem; }
  .post-header span {
    font-family: "Dosis", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #781d7e;
    font-size: 12px;
    font-size: 0.75rem; }

.post-nav {
  text-align: center; }
  .post-nav .page-numbers {
    padding: 3px 5px;
    display: inline-block;
    line-height: 1; }
  .post-nav .current {
    font-weight: 700; }

.row::after {
  clear: both;
  content: "";
  display: table; }

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
  position: relative;
  margin-bottom: 26px; }

.alignright,
.alignleft,
.aligncenter,
.alignnone {
  margin: 0 0 26px; }

.box {
  padding: 25px 5% 35px;
  margin: 0 0 40px;
  background: url(img/hero_bg.png) repeat; }
  .box .box-title {
    margin: 0 0 25px;
    text-align: center; }

.accordion {
  margin: 0 0 26px;
  background-image: url(img/line.png);
  background-repeat: repeat-x;
  background-position: bottom; }
  .accordion .accordion-item {
    background-image: url(img/line.png);
    background-repeat: repeat-x;
    background-position: top; }
    .accordion .accordion-item .accordion-handle {
      cursor: pointer;
      position: relative; }
      .accordion .accordion-item .accordion-handle h3 {
        padding: 10px 50px 10px 40px;
        margin: 0;
        font-size: 36px;
        font-size: 2.25rem;
        font-family: "Amatic SC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #781d7e; }
        .accordion .accordion-item .accordion-handle h3:after {
          font-family: FontAwesome;
          content: "\f13a";
          font-size: 24px;
          position: absolute;
          right: 20px;
          top: 21px; }
    .accordion .accordion-item .accordion-content {
      padding: 0 40px 30px; }
    .accordion .accordion-item.selected {
      background-color: #f5edf5; }
      .accordion .accordion-item.selected .accordion-handle h3:after {
        content: "\f139"; }

.google-map {
  margin: 0 0 26px; }
  .google-map iframe {
    max-width: 100%; }
  .google-map img {
    max-width: none; }

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; }

@media (min-width: 480px) {
  .alignright {
    float: right;
    margin: 0 0 26px 26px; }

  .alignleft {
    float: left;
    margin: 0 26px 26px 0; }

  .aligncenter {
    margin: 0 auto 26px; }

  .alignnone {
    margin: 0 0 26px; } }
@media (min-width: 600px) {
  .services::after {
    clear: both;
    content: "";
    display: table; }
  .services .service {
    width: 40%;
    margin: 0 5% 40px;
    float: left; }
    .services .service:nth-child(2n+1) {
      clear: left; }

  .latest-events .event::after {
    clear: both;
    content: "";
    display: table; }
  .latest-events .event .event-thumb {
    width: 34.05797%;
    margin-right: 2.89855%;
    float: left; }
  .latest-events .event .event-name {
    width: 63.04348%;
    float: left; }

  .contact-maps .contact-maps-l {
    width: 47.5%;
    float: left; }
  .contact-maps .contact-maps-r {
    width: 47.5%;
    float: right; } }
@media (min-width: 768px) {
  .container {
    margin: 0 2%; }

  #header {
    padding: 0 0 15px; }
    #header .nav nav {
      background: none; }
      #header .nav nav .menu-collapser,
      #header .nav nav .sub-collapser {
        display: none; }
      #header .nav nav ul {
        text-align: center;
        font-size: 18px;
        font-size: 1.125rem; }
        #header .nav nav ul li {
          padding: 5px 10px;
          display: inline-block;
          vertical-align: middle;
          border: none; }
          #header .nav nav ul li a {
            display: inline;
            padding: 0;
            color: #333;
            background: none; }
            #header .nav nav ul li a:hover {
              color: #781d7e;
              text-decoration: none; }
          #header .nav nav ul li ul {
            width: 160px;
            position: absolute;
            top: 100%;
            left: 10px;
            text-align: left;
            font-size: 12px;
            font-size: 0.75rem;
            font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            #header .nav nav ul li ul li {
              display: block;
              padding: 0; }
              #header .nav nav ul li ul li a {
                display: block;
                padding: 5px 10px;
                background: #781d7e;
                color: #FFF; }
                #header .nav nav ul li ul li a:hover {
                  color: #FFF;
                  background: #511355; }
              #header .nav nav ul li ul li ul {
                left: 157px;
                top: -3px;
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
                z-index: 2; }
              #header .nav nav ul li ul li:hover > a {
                color: #FFF;
                background: #511355; }
          #header .nav nav ul li:hover > a, #header .nav nav ul li.current-menu-item > a {
            color: #781d7e;
            background: #fff; }

  .main {
    padding: 60px 0 0; }
    .main .content {
      width: 47.5%;
      float: left;
      margin-bottom: 60px; }
    .main .sidebar {
      width: 47.5%;
      float: right;
      margin-bottom: 60px; }

  .logos::after {
    clear: both;
    content: "";
    display: table; }
  .logos .logo {
    width: 33.33333%;
    float: left;
    margin: 0;
    text-align: center;
    line-height: 63px; }
    .logos .logo img {
      max-width: 90%;
      display: inline-block;
      vertical-align: middle; }

  .highlights .highlight {
    width: 30%;
    padding: 0;
    margin-left: 5%;
    float: left; }
    .highlights .highlight:first-child {
      margin: 0; }

  .testimonials {
    padding-bottom: 90px; }
    .testimonials .testimonial {
      width: 47.5%;
      margin: 0 0 0 5%;
      float: left; }
      .testimonials .testimonial:first-child {
        margin-left: 0; }

  .one-half {
    width: 48%; }

  .one-third {
    width: 30.66%; }

  .two-third {
    width: 65.33%; }

  .one-fourth {
    width: 22%; }

  .three-fourth {
    width: 74%; }

  .one-fifth {
    width: 16.8%; }

  .two-fifth {
    width: 37.6%; }

  .three-fifth {
    width: 58.4%; }

  .four-fifth {
    width: 67.2%; }

  .one-sixth {
    width: 13.33%; }

  .five-sixth {
    width: 82.67%; }

  .one-half,
  .one-third,
  .two-third,
  .three-fourth,
  .one-fourth,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .one-sixth,
  .five-sixth {
    margin-right: 4%;
    float: left; }

  .last {
    margin-right: 0 !important;
    clear: right; }

  .lined-heading {
    margin: 0 0 90px;
    background: url(img/heading_line.png) no-repeat center center;
    text-align: center; }
    .lined-heading span {
      padding: 0 20px;
      background: #FFF; } }
@media (min-width: 960px) {
  #header {
    padding: 40px 0 30px; }
    #header .container {
      margin: 0 5%; }
    #header .logo {
      width: 33.33333%;
      float: left;
      margin: 0;
      padding: 0; }
      #header .logo img {
        margin: 0; }
    #header .nav {
      width: 66.66667%;
      float: right; }
      #header .nav nav ul {
        text-align: right; }
        #header .nav nav ul li ul {
          text-align: left; }
    #header .social-icons {
      text-align: right; }

  .hero {
    position: relative; }
    .hero .inner {
      margin: 0; }
    .hero .page-title {
      width: 100%;
      position: absolute;
      bottom: 30px; }
      .hero .page-title h1 {
        width: 35%; }

  .main {
    padding: 90px 0 0; }
    .main .content {
      width: 70%; }
    .main .sidebar {
      width: 25%; }

  #footer {
    text-align: left; }
    #footer .fl {
      width: 70%;
      float: left; }
    #footer .fr {
      width: 30%;
      float: right;
      margin-bottom: 0;
      text-align: right; }
    #footer nav ul li {
      margin: 0 20px 0 0; }

  .services .service {
    width: 28%;
    margin: 0 2.6% 40px; }
    .services .service:nth-child(2n+1) {
      clear: none; }
    .services .service:nth-child(3n+1) {
      clear: left; }

  .latest-events::after {
    clear: both;
    content: "";
    display: table; }
  .latest-events .event {
    float: left; }
    .latest-events .event .event-thumb {
      width: 30.76923%; }
    .latest-events .event .event-name {
      width: 66.15385%; }
    .latest-events .event:nth-of-type(2n+1) {
      margin-right: 5.7971%;
      clear: left; }

  .page-template-template-home-php .main .content {
    width: 65%; }
  .page-template-template-home-php .main .sidebar {
    width: 30%; }
    .page-template-template-home-php .main .sidebar .widget-subscribe {
      padding-top: 35px; }

  .archive-post {
    width: 30.95238%;
    float: left;
    margin: 0 0 60px 3.57143%; }
    .archive-post:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }

  .box .box-title .box-title-l {
    padding: 0 0 0 50px;
    background: url(img/heading_line_2.png) no-repeat left center; }
  .box .box-title .box-title-r {
    padding: 0 50px 0 0;
    background: url(img/heading_line_2.png) no-repeat right center; }
  .box .inner {
    -webkit-columns: 2 2em;
    -moz-columns: 2 2em;
    columns: 2 2em; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto; }

  #header .container {
    margin: 0 auto; } }
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  @page {
    margin: 0.5cm; }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  p {
    orphans: 3;
    widows: 3; }

  pre, blockquote {
    border: 1px solid gray;
    page-break-inside: avoid; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  img {
    max-width: 100% !important;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; } }
