/* # MASH Theme
Theme Name: MASH Theme
Theme URI: http://mash.org.au/
Description: Share your vision with the world and showcase your artistic sense with spacious design and beautiful typography.
Author: StudioPress
Author URI: http://wepushbuttons.com.au/

Version: 1.0.0

Template: genesis
Template Version: 2.2.0

Tags: develop, black, orange, white, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen reader text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- After Header
- Site Navigation
	- Accessible menu
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Responsive Menu
- Content Area
	- Front Page
	- Flexible Widgets
	- Entries
	- After Entry
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1280px
	- Max-width: 1220px
	- Max-width: 1040px
	- Max-width: 880px
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
.inner-table,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #222222;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
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-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before,
.dl-horizontal dd:before,
.container:before,
.container-fluid:before,
.row:before,
.form-horizontal .form-group:before,
.btn-toolbar:before,
.btn-group-vertical > .btn-group:before,
.nav:before,
.navbar:before,
.navbar-header:before,
.navbar-collapse:before,
.pager:before,
.panel-body:before,
.modal-header:before,
.modal-footer:before {
  content: " ";
  display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
  content: " ";
  display: table;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* MEDIA QUERIES*/
.one-third-mix {
  float: left;
  margin-left: 2.564102564102564%;
  width: 31.623931623931625%;
}
@media only screen and (max-width: 880px) {
  .one-third-mix {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.form-control:-moz-placeholder {
  color: #888888;
}
.form-control:-ms-input-placeholder {
  color: #888888;
}
.form-control::-webkit-input-placeholder {
  color: #888888;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}
/* Chrome fix */
body > div {
  font-size: 1.8rem;
}
body {
  background-color: #ebebeb;
  color: #333333;
  font-family: 'Alegreya Sans', 'Helvetica', 'Arial', san-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a {
  color: #008ad1;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #222;
  text-decoration: none;
}
p {
  margin: 0 0 28px;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
b,
strong {
  font-weight: 700;
}
blockquote,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 40px;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}
hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px dotted #ddd;
  clear: left;
  margin: 0 0 40px;
  padding-top: 12px;
}
/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Amatic SC', 'Time New Roman', 'Times', serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 20px;
}
h1 {
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  font-size: 36px;
  font-size: 3.6rem;
}
h3 {
  font-size: 30px;
  font-size: 3rem;
}
h4 {
  font-size: 24px;
  font-size: 2.4rem;
}
h5 {
  font-size: 20px;
  font-size: 2rem;
}
h6 {
  font-size: 18px;
  font-size: 1.8rem;
}
/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}
img {
  height: auto;
}
.featured-content img,
.gallery img {
  width: auto;
}
/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}
.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */
.gform_widget div.gform_wrapper div.gform_footer input.button,
.gform_widget div.gform_wrapper .gform_page_footer input.button,
.gform_widget div.gform_wrapper div.gform_footer input[type=submit],
.gform_widget div.gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  border: 2px solid white;
  background-color: rgba(231, 77, 26, 0.8);
  color: white;
  cursor: pointer;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 1em;
  text-decoration: none;
  font-size: 18px;
  width: auto;
  margin: 0 16px 0 0;
}
.gform_widget div.gform_wrapper div.gform_footer input.button:hover,
.gform_widget div.gform_wrapper .gform_page_footer input.button:hover,
.gform_widget div.gform_wrapper div.gform_footer input[type=submit]:hover,
.gform_widget div.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_widget div.gform_wrapper div.gform_footer input.button:focus,
.gform_widget div.gform_wrapper .gform_page_footer input.button:focus,
.gform_widget div.gform_wrapper div.gform_footer input[type=submit]:focus,
.gform_widget div.gform_wrapper .gform_page_footer input[type=submit]:focus {
  background-color: white;
  color: rgba(231, 77, 26, 0.8);
  border: 2px solid #df6f0f;
}
div.gform_wrapper div.gform_footer input.button,
div.gform_wrapper .gform_page_footer input.button,
div.gform_wrapper div.gform_footer input[type=submit],
div.gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  border: 2px solid white;
  background-color: #e74d1a;
  color: white;
  cursor: pointer;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 1em;
  text-decoration: none;
  font-size: 18px;
  width: auto;
  margin: 0 16px 0 0;
  padding: 0.5em 1em!important;
}
div.gform_wrapper div.gform_footer input.button:hover,
div.gform_wrapper .gform_page_footer input.button:hover,
div.gform_wrapper div.gform_footer input[type=submit]:hover,
div.gform_wrapper .gform_page_footer input[type=submit]:hover,
div.gform_wrapper div.gform_footer input.button:focus,
div.gform_wrapper .gform_page_footer input.button:focus,
div.gform_wrapper div.gform_footer input[type=submit]:focus,
div.gform_wrapper .gform_page_footer input[type=submit]:focus {
  background-color: white;
  color: #e74d1a;
  border: 2px solid #df6f0f;
}
div.gform_wrapper ul.gfield_checkbox li input,
div.gform_wrapper ul.gfield_radio li input {
  margin-top: 0!important;
  margin-right: 3px!important;
}
div.gform_wrapper ul.gfield_checkbox li label,
div.gform_wrapper ul.gfield_radio li label {
  font-size: 16px!important;
}
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #222;
  font-family: 'Alegreya Sans', 'Helvetica', 'Arial', san-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  padding: 20px 24px;
  width: 100%;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}
input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
::-moz-placeholder {
  color: #222;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #222;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
  display: inline-block;
  border: 2px solid #ebebeb;
  background-color: #333333;
  color: #ebebeb;
  cursor: pointer;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 1em;
  text-decoration: none;
  width: auto;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.widget .button:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
.widget .button:focus {
  background-color: #ebebeb;
  color: #333333;
  border: 2px solid #df6f0f;
}
.sidebar .button {
  display: inline-block;
  border: 2px solid #ebebeb;
  background-color: #333333;
  color: #ebebeb;
  cursor: pointer;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0.5em;
  text-decoration: none;
  width: 100%;
}
.entry-content .button:hover,
.entry-content .button:focus {
  color: #333333;
}
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus,
.front-page-3 button:hover,
.front-page-3 input:hover[type="button"],
.front-page-3 input:hover[type="reset"],
.front-page-3 input:hover[type="submit"],
.front-page-3 .button:hover,
.front-page-3 button:focus,
.front-page-3 input:focus[type="button"],
.front-page-3 input:focus[type="reset"],
.front-page-3 input:focus[type="submit"],
.front-page-3 .button:focus {
  background-color: #fff;
  color: #222;
}
button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
  background-color: #ddd;
  color: #777;
  cursor: not-allowed;
}
.button {
  display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
  margin-bottom: 10px;
}
/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}
table.bootstrap {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow-x: auto;
  min-height: 0.01%;
}
table.bootstrap > thead > tr > th,
table.bootstrap > tbody > tr > th,
table.bootstrap > tfoot > tr > th,
table.bootstrap > thead > tr > td,
table.bootstrap > tbody > tr > td,
table.bootstrap > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table.bootstrap > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table.bootstrap > caption + thead > tr:first-child > th,
table.bootstrap > colgroup + thead > tr:first-child > th,
table.bootstrap > thead:first-child > tr:first-child > th,
table.bootstrap > caption + thead > tr:first-child > td,
table.bootstrap > colgroup + thead > tr:first-child > td,
table.bootstrap > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.bootstrap > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table.bootstrap .table {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  table.bootstrap {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  table.bootstrap > .table {
    margin-bottom: 0;
  }
  table.bootstrap > .table > thead > tr > th,
  table.bootstrap > .table > tbody > tr > th,
  table.bootstrap > .table > tfoot > tr > th,
  table.bootstrap > .table > thead > tr > td,
  table.bootstrap > .table > tbody > tr > td,
  table.bootstrap > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  table.bootstrap > .table-bordered {
    border: 0;
  }
  table.bootstrap > .table-bordered > thead > tr > th:first-child,
  table.bootstrap > .table-bordered > tbody > tr > th:first-child,
  table.bootstrap > .table-bordered > tfoot > tr > th:first-child,
  table.bootstrap > .table-bordered > thead > tr > td:first-child,
  table.bootstrap > .table-bordered > tbody > tr > td:first-child,
  table.bootstrap > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  table.bootstrap > .table-bordered > thead > tr > th:last-child,
  table.bootstrap > .table-bordered > tbody > tr > th:last-child,
  table.bootstrap > .table-bordered > tfoot > tr > th:last-child,
  table.bootstrap > .table-bordered > thead > tr > td:last-child,
  table.bootstrap > .table-bordered > tbody > tr > td:last-child,
  table.bootstrap > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  table.bootstrap > .table-bordered > tbody > tr:last-child > th,
  table.bootstrap > .table-bordered > tfoot > tr:last-child > th,
  table.bootstrap > .table-bordered > tbody > tr:last-child > td,
  table.bootstrap > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
table.savings {
  font-size: 1.3em;
  font-variant: small-caps;
}
table.savings th {
  font-family: 'Amatic SC', 'Time New Roman', 'Times', serif;
  font-size: 1.8em;
  background-color: #ee7a53;
  color: white;
  font-variant: normal;
  text-align: right;
}
table.savings tr {
  font-weight: 700;
}
table.savings tr.blue {
  background-color: #72bdd4;
}
table.savings tr.white {
  background-color: #e3f2f7;
}
table.savings tr.light-blue {
  background-color: #c7e3ee;
}
table.savings tr.green {
  background-color: #c9de8f;
}
table.savings tr td {
  text-align: right;
  border: none;
  border-right: 2px solid white;
  border-left: 2px solid white;
}
tbody {
  border-bottom: 1px dotted #ddd;
}
td,
th {
  text-align: left;
}
td {
  border-top: 1px dotted #ddd;
  padding: 6px 0;
}
th {
  font-weight: 300;
}
/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  background-color: #fff;
  border: 0;
  clip: rect(0, 0, 0, 0);
  color: #222;
  font-family: sans-serif;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.more-link {
  position: relative;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}
.full-width-wrap {
  width: 100%;
  padding: 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-inner {
  clear: both;
  padding-top: 70px;
}
.front-page .site-inner {
  max-width: 100%;
  padding: 0;
}
.landing-page .site-inner {
  max-width: 960px;
}
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Content */
.content {
  float: right;
  width: 840px;
}
.content-sidebar .content {
  float: left;
}
.full-width-content .content {
  width: 100%;
}
/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  margin-bottom: 40px;
  width: 300px;
}
.sidebar-primary .widget {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 15px !important;
}
.sidebar-primary .widget h3.widget-title {
  font-family: 'Amatic SC', 'Time New Roman', 'Times', serif;
  font-size: 30px;
}
.sidebar-primary .widget.social {
  background-color: inherit;
}
.sidebar-primary .widget.about-us {
  padding: 10px;
}
.sidebar-primary .widget.about-us h3.widget-title {
  margin: -10px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: rgba(147, 192, 31, 0.7);
  color: white;
}
.sidebar-primary .widget.gform_widget {
  padding: 10px;
}
.sidebar-primary .widget.gform_widget h3.widget-title {
  margin: -10px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: rgba(231, 77, 26, 0.7);
  color: white;
}
.sidebar-primary .widget.featured-content {
  padding: 10px;
}
.sidebar-primary .widget.featured-content h3.widget-title {
  margin: -10px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: rgba(88, 68, 68, 0.7);
  color: white;
}
.sidebar-primary .widget.tribe-events-adv-list-widget {
  padding: 10px;
}
.sidebar-primary .widget.tribe-events-adv-list-widget h3.widget-title {
  margin: -10px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: rgba(231, 77, 26, 0.7);
  color: white;
}
.sidebar-primary .widget.tribe-events-adv-list-widget .list-date {
  display: none;
}
.sidebar-primary .widget.tribe-events-adv-list-widget .list-info {
  width: 100%;
  font-size: 18px;
  line-height: 1.2em;
}
.sidebar-primary .widget.tribe-events-adv-list-widget .list-info h2.tribe-events-title {
  font-size: 24px;
  line-height: 1em;
}
.sidebar-content .sidebar-primary {
  float: left;
}
#faqss-modern .faqss-section .faqss-item h6 {
  font-family: 'Alegreya Sans', 'Helvetica', 'Arial', san-serif;
  font-size: 18px;
}
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}
.one-third,
.two-sixths {
  width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}
.one-fourth {
  width: 23.076923076923077%;
}
.three-fourths {
  width: 74.35897435897436%;
}
.one-sixth {
  width: 14.52991452991453%;
}
.five-sixths {
  width: 82.90598290598291%;
}
.first {
  clear: both;
  margin-left: 0;
}
/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}
.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
.comment .avatar {
  margin: 0 16px 24px 0;
}
/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  font-family: 'Alegreya Sans', 'Helvetica', 'Arial', san-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.author-box {
  background-color: #222;
  color: #fff;
  margin-bottom: 40px;
  padding: 40px;
}
.author-box a:focus,
.author-box a:hover {
  color: #fff;
}
.content .author-box-title {
  margin-bottom: 4px;
}
.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}
/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}
.site-header .search-form {
  float: right;
  margin-top: 12px;
}
.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}
.entry-content .search-form {
  margin-bottom: 60px;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* ## Titles
--------------------------------------------- */
.entry-title {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 40px;
}
.entry-title a,
.sidebar .widget-title a {
  color: #222;
  text-decoration: none;
}
.entry-title a:focus,
.entry-title a:hover {
  color: #ff4800;
}
.author-box-title,
.archive-title,
.page-title,
.widget-title {
  color: #333333;
  font-family: 'Alegreya Sans', 'Helvetica', 'Arial', san-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.large-title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
}
.small-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
}
/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
  margin-bottom: 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 10px;
}
.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin: 0 0 28px;
}
/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
  margin-bottom: 60px;
}
.widget-area .widget:last-of-type,
.widget p:last-child,
.widget ul > li:last-child {
  margin-bottom: -10px;
}
.widget li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.content .widget li a,
.sidebar .widget li a {
  color: #222;
  text-decoration: none;
}
.widget li a:focus,
.widget li a:hover {
  color: #008ad1;
}
.widget .list li {
  border-bottom: 1px dotted #ddd;
  font-family: 'Alegreya Sans', 'Helvetica', 'Arial', san-serif;
  text-transform: uppercase;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}
/* ## Featured Content
--------------------------------------------- */
.featuredpage .entry {
  margin-bottom: 0;
  padding: 0;
}
.featuredpost .entry {
  margin-bottom: 20px;
  padding: 0 0 24px;
}
.featured-content .entry > a img {
  margin-bottom: -8px;
}
.featured-content .entry-title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}
.featured-content ul,
.featured-content .more-from-category,
.featured-content .widget-title {
  clear: both;
}
.flexible-widgets .featured-content .entry {
  padding: 0;
  position: relative;
}
.flexible-widgets .featured-content .entry a.alignnone {
  margin-bottom: 0;
}
.flexible-widgets .featured-content .has-post-thumbnail .alignnone + .entry-header {
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0.7) 0%, rgba(34, 34, 34, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0.7)), color-stop(100%, rgba(34, 34, 34, 0)));
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.7) 0%, rgba(34, 34, 34, 0) 100%);
  background: -o-linear-gradient(top, rgba(34, 34, 34, 0.7) 0%, rgba(34, 34, 34, 0) 100%);
  background: -ms-linear-gradient(top, rgba(34, 34, 34, 0.7) 0%, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0.7) 0%, rgba(34, 34, 34, 0) 100%);
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3222222', endColorstr='#00222222', GradientType=0);
  left: 0;
  padding: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
.flexible-widgets .featured-content .has-post-thumbnail .alignnone + .entry-header .entry-title a {
  color: #fff;
  text-decoration: none;
}
.flexible-widgets .featured-content .has-post-thumbnail .alignnone + .entry-header .entry-title a:focus,
.flexible-widgets .featured-content .has-post-thumbnail .alignnone + .entry-header .entry-title a:hover {
  color: #ff4800;
}
.flexible-widgets .featured-content .entry a.alignnone + .entry-content,
.flexible-widgets .featured-content .entry a.alignnone + .entry-header + .entry-content,
.flexible-widgets .featured-content .entry a.alignnone + .entry-meta {
  margin-top: 30px;
}
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
  margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}
.enews form + p {
  margin-top: 24px;
}
/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}
/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}
/* Display outline on focus */
:focus {
  color: #222;
  outline: #ccc solid 1px;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #ffffff;
  width: 100%;
}
.site-header {
  position: relative;
  /* END WRAP*/
}
.site-header > .wrap {
  /* ## Title Area
		--------------------------------------------- */
  /* ## Widget Area
		--------------------------------------------- */
  /* # Site Navigation
		---------------------------------------------------------------------------------------------------- */
  /* ## Accessible Menu
		--------------------------------------------- */
  /* ## Primary Navigation
		--------------------------------------------- */
  /* ## Secondary Navigation
		--------------------------------------------- */
  /* Responsive Menu
		--------------------------------------------- */
}
.site-header > .wrap .header-widget-area {
  position: absolute;
  right: 0;
  top: 0;
}
.site-header > .wrap #site-navigation-right {
  float: right;
  clear: none;
  margin-right: 0;
}
.site-header > .wrap #site-navigation-right,
.site-header > .wrap #site-navigation-left {
  width: inherit;
  clear: none;
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .site-header > .wrap #site-navigation-right,
  .site-header > .wrap #site-navigation-left {
    display: none;
  }
}
.site-header > .wrap #site-navigation-left {
  float: left;
}
.site-header > .wrap #site-navigation-left > .primary-navigation > ul > li {
  margin-left: 15px;
  margin-right: 12px;
}
.site-header > .wrap #site-navigation-left > .primary-navigation > ul > li.first-menu-item {
  margin-left: 0;
}
.site-header > .wrap #genesis-nav-primary {
  float: right;
  margin-top: 60px;
}
.site-header > .wrap div.title-area {
  display: inline-block;
  padding: 16px 0;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .site-header > .wrap div.title-area {
    position: relative;
    left: inherit;
    width: 100%;
    max-width: inherit;
  }
}
.site-header > .wrap div.title-area p.site-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase;
  display: block;
  text-indent: -9999px;
}
@media only screen and (max-width: 1199px) {
  .site-header > .wrap div.title-area p.site-title {
    position: relative;
    left: inherit;
    max-width: inherit;
    margin-bottom: 10px;
    width: 100%;
  }
}
.site-header > .wrap div.title-area p.site-title > a {
  min-height: 93px;
  width: 100%;
  display: block;
  width: 250px;
  height: 93px;
  background-size: contain!important;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .site-header > .wrap div.title-area p.site-title > a {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .site-header > .wrap div.title-area a {
    margin-bottom: -20px;
  }
}
.site-header > .wrap .site-header .site-description {
  display: none;
}
.site-header > .wrap .site-header .nav-primary {
  float: right;
  text-align: right;
  width: 840px;
}
.site-header > .wrap ul#menu-hub-menu {
  position: relative;
  z-index: 1000;
}
.site-header > .wrap ul#menu-hub-menu > li {
  float: left;
  text-align: right;
}
.site-header > .wrap ul#menu-hub-menu > li .sub-menu {
  display: none;
}
.site-header > .wrap ul#menu-hub-menu > li li {
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: right;
}
.site-header > .wrap ul#menu-hub-menu a {
  text-decoration: none;
  font-weight: 500;
  margin: 0 20px;
}
.site-header > .wrap .ubermenu {
  clear: both;
  line-height: 1;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.site-header > .wrap .ubermenu .ubermenu-submenu {
  background-color: #333333;
  color: #ebebeb;
}
.site-header > .wrap .ubermenu .ubermenu-submenu a {
  color: #ebebeb;
}
.site-header > .wrap .ubermenu .ubermenu-submenu.ubermenu-submenu-id-14 .ubermenu-row-id-18,
.site-header > .wrap .ubermenu .ubermenu-submenu.ubermenu-submenu-id-14 .ubermenu-item a {
  background-color: transparent;
}
.site-header > .wrap .ubermenu .ubermenu-row {
  max-width: 1200px;
  margin: 0 auto;
}
.site-header > .wrap .ubermenu .ubermenu-row.white {
  background-color: white;
}
.site-header > .wrap .ubermenu .ubermenu-item {
  display: inline-block;
  text-align: left;
}
.site-header > .wrap .ubermenu > .ubermenu-item {
  margin: 0 20px;
}
.site-header > .wrap .ubermenu > .ubermenu-item.hidden {
  display: none;
}
@media only screen and (max-width: 1040px) {
  .site-header > .wrap .ubermenu > .ubermenu-item {
    margin: 0 12px;
  }
}
.site-header > .wrap .ubermenu a {
  border-bottom: 2px solid transparent;
  color: #222;
  display: block;
  padding: 10px 20px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header > .wrap .ubermenu > li.menu-item-has-children a {
  margin-bottom: 0px;
}
.site-header > .wrap .ubermenu > li.menu-item-has-children > a:focus,
.site-header > .wrap .ubermenu > li.menu-item-has-children > a:hover {
  border-color: transparent;
}
.site-header > .wrap .ubermenu > .current-menu-item > a,
.site-header > .wrap .ubermenu > li > a:focus,
.site-header > .wrap .ubermenu > li > a:hover {
  border-bottom: 2px solid #008ad1;
}
.site-header > .wrap .ubermenu .sub-menu {
  border-top: 2px solid #008ad1;
  left: -9999px;
  margin-top: -2px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.site-header > .wrap .ubermenu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}
.site-header > .wrap .ubermenu .sub-menu a:focus,
.site-header > .wrap .ubermenu .sub-menu a:hover {
  color: #008ad1;
}
.site-header > .wrap .ubermenu .sub-menu .sub-menu {
  margin: -57px 0 0 199px;
}
.site-header > .wrap .ubermenu .menu-item:hover,
.site-header > .wrap .ubermenu .menu-item:focus {
  position: static;
}
.site-header > .wrap .ubermenu .menu-item:hover > .sub-menu,
.site-header > .wrap .ubermenu .menu-item:focus > .sub-menu {
  left: auto;
  opacity: 1;
}
.site-header > .wrap .ubermenu > .first {
  margin-left: 0;
}
.site-header > .wrap .ubermenu > .last {
  margin-right: 0;
}
.site-header > .wrap .ubermenu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 10px 0;
}
.site-header > .wrap .ubermenu > .right > a {
  display: inline;
  padding: 0;
}
.site-header > .wrap .ubermenu > .rss > a {
  margin-left: 48px;
}
.site-header > .wrap .ubermenu > .search {
  padding: 10px 0 0;
}
.site-header > .wrap .menu .menu-item:focus {
  position: static;
}
.site-header > .wrap .menu .menu-item > a:focus + ul.sub-menu,
.site-header > .wrap .menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}
.site-header > .wrap .nav-primary .genesis-nav-menu li li {
  margin-left: 0;
}
.site-header > .wrap .nav-secondary {
  background-color: #222;
  font-family: 'Alegreya Sans', 'Helvetica', 'Arial', san-serif;
}
.site-header > .wrap .nav-secondary .genesis-nav-menu a {
  color: #ccc;
  text-decoration: none;
}
.site-header > .wrap .nav-secondary .genesis-nav-menu a:focus,
.site-header > .wrap .nav-secondary .genesis-nav-menu a:hover,
.site-header > .wrap .nav-secondary .genesis-nav-menu .current-menu-item > a {
  color: #fff;
}
.site-header > .wrap .nav-secondary .genesis-nav-menu .sub-menu a {
  color: #222;
}
.site-header > .wrap .nav-secondary .genesis-nav-menu .sub-menu a:focus,
.site-header > .wrap .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.site-header > .wrap .nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #ff4800;
}
.site-header > .wrap .sub-menu-toggle,
.site-header > .wrap .menu-toggle {
  display: none;
  visibility: hidden;
}
/* BLOG TWEAKS */
.tg-grid-wrapper .kampala .tg-item-title,
.tg-grid-wrapper .kampala .tg-item-title a {
  font-size: 30px;
  font-size: 3rem;
}
.tg-grid-wrapper .kampala div.tg-item-footer {
  display: none;
}
/* TRIBE EVENT TWEAKS*/
body.tribe-events-page-template div#tribe-events-content h2.tribe-events-page-title {
  font-size: 50px;
  font-size: 5rem;
}
body.tribe-events-page-template div#tribe-events-content .tribe-events-list-separator-month {
  font-size: 18px;
}
body.tribe-events-page-template div#tribe-events-content div.type-tribe_events {
  padding: 20px;
  margin-bottom: 20px;
  background-color: white;
}
body.tribe-events-page-template div#tribe-events-content div.type-tribe_events .tribe-events-event-cost {
  display: none;
}
body.tribe-events-page-template div#tribe-events-content div.type-tribe_events h2.tribe-events-list-event-title {
  margin: -20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgba(231, 77, 26, 0.7);
  color: white;
  font-size: 35px;
  font-size: 3.5rem;
  display: block;
}
body.tribe-events-page-template div#tribe-events-content div.type-tribe_events h2.tribe-events-list-event-title a {
  color: white;
  text-decoration: none;
  display: block;
}
#tribe-events-content .tribe-events-nav-left a,
#tribe-events-content .tribe-events-nav-right a {
  display: inline-block;
  border: 2px solid white;
  background-color: #594443;
  color: white;
  cursor: pointer;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 1em;
  text-decoration: none;
  width: auto;
  font-size: 16px;
}
#tribe-events-content .tribe-events-nav-left a:hover,
#tribe-events-content .tribe-events-nav-right a:hover,
#tribe-events-content .tribe-events-nav-left a:focus,
#tribe-events-content .tribe-events-nav-right a:focus {
  background-color: white;
  color: #594443;
  border: 2px solid #df6f0f;
}
body.single-tribe_events .tribe-events-single-event-title {
  font-size: 60px;
}
body.single-tribe_events .tribe-events-schedule .tribe-events-cost,
body.single-tribe_events .tribe-events-schedule .tribe-events-divider {
  display: none;
}
body.single-tribe_events .tribe-events-single-event-description.tribe-events-content {
  float: left;
  margin-left: 2.564102564102564%;
  width: 65.81196581196582%;
  clear: both;
  margin-left: 0;
}
body.single-tribe_events div.tribe-events-event-meta {
  font-size: 18px;
}
body.single-tribe_events .form-wrapper {
  background-color: #d3d3d3;
  padding: 10px;
}
body.single-tribe_events .form-wrapper h3 {
  margin: -10px;
  padding: 5px;
  margin-bottom: 10px;
  background-color: rgba(231, 77, 26, 0.7);
  color: white;
  font-size: 30px;
}
/* PRICING PAGES */
body.page-id-5376 .site-inner .one-half,
body.page-id-5806 .site-inner .one-half,
body.page-id-5376 .site-inner .one-third,
body.page-id-5806 .site-inner .one-third,
body.page-id-5376 .site-inner .full-width,
body.page-id-5806 .site-inner .full-width {
  padding: 10px;
  background-color: white;
  margin-bottom: 20px;
}
body.page-id-5376 .site-inner .one-half h2,
body.page-id-5806 .site-inner .one-half h2,
body.page-id-5376 .site-inner .one-third h2,
body.page-id-5806 .site-inner .one-third h2,
body.page-id-5376 .site-inner .full-width h2,
body.page-id-5806 .site-inner .full-width h2 {
  margin: -10px;
  padding: 5px;
  margin-bottom: 10px;
  background-color: rgba(231, 77, 26, 0.7);
  color: white;
}
body.page-id-5376 .site-inner .one-half h2.column-head,
body.page-id-5806 .site-inner .one-half h2.column-head,
body.page-id-5376 .site-inner .one-third h2.column-head,
body.page-id-5806 .site-inner .one-third h2.column-head,
body.page-id-5376 .site-inner .full-width h2.column-head,
body.page-id-5806 .site-inner .full-width h2.column-head {
  margin: -10px;
  padding: 5px;
  margin-bottom: 10px;
  background-color: rgba(0, 159, 227, 0.7);
  color: white;
}
body.page-id-5376 .site-inner .one-half h3,
body.page-id-5806 .site-inner .one-half h3,
body.page-id-5376 .site-inner .one-third h3,
body.page-id-5806 .site-inner .one-third h3,
body.page-id-5376 .site-inner .full-width h3,
body.page-id-5806 .site-inner .full-width h3 {
  margin: -10px;
  padding: 5px;
  margin-bottom: 10px;
  background-color: rgba(147, 192, 31, 0.7);
  color: white;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}
body.page-id-5376 .site-inner .full-width,
body.page-id-5806 .site-inner .full-width {
  clear: both;
}
/* # Fixed Aspect ratio elements
*/
.square {
  position: relative;
}
.square:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.square > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.square > .wrapper,
.square > .wrapper > .outer-table,
.square > .wrapper > .outer-table > .inner-table {
  width: 100%;
  height: 100%;
}
.square > .wrapper > a {
  display: block;
}
.square .one-half {
  margin: 0;
}
.square .outer-table {
  display: table;
}
.square .outer-table .inner-table {
  display: table-cell;
  vertical-align: center;
  text-align: center;
}
.rect {
  position: relative;
}
.rect:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.rect > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rect > .wrapper,
.rect > .wrapper > .outer-table,
.rect > .wrapper > .outer-table > .inner-table {
  width: 100%;
  height: 100%;
}
.rect > .wrapper > a {
  display: block;
}
.rect .one-half {
  margin: 0;
}
.rect .outer-table {
  display: table;
}
.rect .outer-table .inner-table {
  display: table-cell;
  vertical-align: center;
  text-align: center;
}
/* specical register widget */
.select-and-register {
  max-width: 300px;
}
.select-and-register select {
  width: 100%;
  font-size: 18px;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #333333;
}
.select-and-register .button {
  width: 100%;
  opacity: 0.3;
  font-size: 18px;
  text-align: center;
}
.select-and-register .button.disabled:hover {
  background-color: white;
  color: #333333;
  border: 1px solid black;
}
.after-entry-blurb {
  margin: 40px;
  padding: 40px;
  color: #ebebeb;
  padding: 30px;
  background-image: url(/wp-content/uploads/2016/06/myplace-conveyancing-6x4.jpg);
  background-size: cover;
  text-align: center;
}
.after-entry-blurb h3 {
  color: #ebebeb;
  font-size: 36px;
}
.after-entry-blurb p {
  color: #ebebeb;
  font-size: 21px;
}
.after-entry-blurb a {
  margin-top: 20px;
  font-size: 18px;
}
/* ## Front Page
--------------------------------------------- */
.home .site-inner .widget-title {
  color: #333333;
  font-family: 'Amatic SC', 'Time New Roman', 'Times', serif;
  font-weight: normal;
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  text-transform: none;
}
.front-page-section {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
a.round-reg-button {
  width: 100px;
  height: 100px;
  background-color: #f45c1a;
  color: #333333;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  /* future proofing */
  -khtml-border-radius: 50px;
  /* for old Konqueror browsers */
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  padding-top: 34px;
  display: inline-block;
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  -webkit-transform: rotate(-20deg);
  /* Safari */
  transform: rotate(-20deg);
  background-color: #0084cc;
  border: 2px solid white;
  color: white !important;
  text-decoration: none;
  font-size: 20px;
  padding-top: 30px;
}
a.round-reg-button:hover {
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Safari */
  transform: rotate(0);
}
.lhs {
  float: left;
  width: 50%;
}
.rhs {
  float: left;
  width: 40%;
}
/* Revolution Slider */
#rev_slider_1_1 .tp-caption {
  padding: 20px!important;
}
#rev_slider_1_1 .tp-caption h2 {
  font-size: 54px!important;
  margin: -20px !important;
  padding: 20px!important;
  margin-bottom: 20px!important;
  background-color: rgba(147, 192, 31, 0.7);
  color: white;
  line-height: 1em!important;
}
#rev_slider_1_1 .tp-caption br {
  margin-top: 10px;
}
#rev_slider_1_1 .tp-caption div {
  font-size: 24px!important;
  line-height: 1.1em!important;
}
#rev_slider_1_1 .tp-caption div.testimonial {
  padding: 10px!important;
  margin: 20px auto!important;
  font-style: italic;
}
#rev_slider_1_1 .tp-caption#slide-1-layer-1 div {
  font-size: 20px!important;
}
#rev_slider_1_1 .tp-caption a.button {
  font-weight: 400!important;
  font-size: 18px!important;
  margin-top: 20px!important;
}
.home {
  /* SVG */
  /* only takes 15 mins */
  /* rectangular buttons, 2-up */
}
.home .content > div {
  padding: 50px 0;
}
.home .lhs {
  float: left;
  width: 50%;
  text-align: right;
}
.home div.front-page-1 {
  background-color: white;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.home div.front-page-1 .wrap.widget-area {
  padding: 0 !important;
}
.home div.front-page-1 .wrap.widget-area .welcome {
  padding-bottom: 0;
}
.home div.front-page-1 .wrap.widget-area .welcome h3.widget-title {
  margin: -20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgba(147, 192, 31, 0.7);
  color: white;
}
.home div.front-page-1 .wrap.widget-area .welcome a {
  font-size: 24px;
  font-weight: 400;
  padding: 12px 24px;
}
.home div.front-page-1 .wrap.widget-area .widget {
  max-width: 400px;
}
.home div.front-page-1 .wrap.widget-area .widget a {
  color: white;
  /*&:hover {
						background-color: #ebebeb;
					    color: #333333;
					    border: 2px solid #df6f0f;
					}*/
}
.home div.front-page-2 {
  background: url("images/3-infographic-bottom.png"), linear-gradient(#009de1, #005fab);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 2100px, 100%;
  padding-bottom: 30px;
  padding-top: 30px;
}
.home div.front-page-2 .wrap .widget-title {
  color: #222;
}
.home div.front-page-2 .wrap .widget-text {
  text-align: center;
}
.home div.front-page-2 .wrap .widget-text img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.home .front-page-3 {
  background-repeat: no-repeat;
  background-position: 50%;
  background: #ebebeb;
  background-image: url('images/front-page-3.jpg');
  background-size: cover;
  background-position: 50% 50%;
  color: white;
}
.home .front-page-3 h3.widget-title {
  color: #ebebeb;
}
.home .front-page-3 .widget {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #333333;
}
.home .front-page-3 .widget.why-choose-us h3.widget-title {
  margin: -20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgba(223, 111, 15, 0.7);
  color: white;
}
.home .front-page-3 .widget.why-choose-us ul li {
  text-decoration: none;
  list-style-type: none;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px 40px;
}
.home .front-page-3 .widget.why-choose-us ul li:nth-of-type(1) {
  background-image: url("images/icons/orange/1-icon-orange.png");
}
.home .front-page-3 .widget.why-choose-us ul li:nth-of-type(2) {
  background-image: url("images/icons/orange/2-icon-orange.png");
}
.home .front-page-3 .widget.why-choose-us ul li:nth-of-type(3) {
  background-image: url("images/icons/orange/3-icon-orange.png");
}
.home .front-page-3 .widget.why-choose-us ul li:nth-of-type(4) {
  background-image: url("images/icons/orange/4-icon-orange.png");
}
.home .front-page-3 .widget.why-choose-us ul li:nth-of-type(5) {
  background-image: url("images/icons/orange/5-icon-orange.png");
}
.home .front-page-3 .widget.why-choose-us ul li:nth-of-type(6) {
  background-image: url("images/icons/orange/6-icon-orange.png");
}
.home .front-page-3 .widget.why-choose-us ul li:nth-of-type(7) {
  background-image: url("images/icons/orange/7-icon-orange.png");
}
.home .front-page-3 .widget.why-choose-us ul li:nth-of-type(8) {
  background-image: url("images/icons/orange/8-icon-orange.png");
}
.home .front-page-3 .widget.get-a-quote h3.widget-title {
  margin: -20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgba(231, 77, 26, 0.7);
  color: white;
}
.home .front-page-3 .widget.get-a-quote .gform_wrapper ul.gfield_checkbox li {
  float: left;
  margin-left: 20px;
}
.home .front-page-3 .lhs {
  padding-right: 50px;
}
.home .front-page-3 .rhs {
  float: left;
  width: 30%;
}
.home .front-page-4 {
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
}
.home .front-page-4 .wrap {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1200px) {
  .home .front-page-4 .wrap {
    padding-left: inherit;
    padding-right: inherit;
  }
}
.home .front-page-4 section {
  text-align: center;
}
.home .front-page-4 section div.widget-text {
  font-size: 24px;
}
.home .front-page-4 section div.widget-text a {
  position: absolute;
  right: 10%;
  bottom: 50px;
}
.home .front-page-5 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.home .front-page-5 .tribe-events-adv-list-widget div.type-tribe_events:nth-of-type(1) {
  background-image: url("images/icons/orange/1-icon-orange.png");
}
.home .front-page-5 .tribe-events-adv-list-widget div.type-tribe_events:nth-of-type(2) {
  background-image: url("images/icons/orange/2-icon-orange.png");
}
.home .front-page-5 .tribe-events-adv-list-widget div.type-tribe_events:nth-of-type(3) {
  background-image: url("images/icons/orange/3-icon-orange.png");
}
.home .front-page-5 .tribe-events-adv-list-widget .type-tribe_events {
  float: left;
  margin-left: 2.564102564102564%;
  width: 31.623931623931625%;
  padding-left: 70px;
  background-image: url(images/icons/orange/1-icon-orange.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
@media only screen and (max-width: 880px) {
  .home .front-page-5 .tribe-events-adv-list-widget .type-tribe_events {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.home .front-page-5 .tribe-events-adv-list-widget .type-tribe_events .list-date {
  display: none;
}
.home .front-page-5 .tribe-events-adv-list-widget .type-tribe_events .list-info {
  width: 100%;
  font-size: 18px;
  line-height: 1.2em;
}
.home .front-page-5 .tribe-events-adv-list-widget .type-tribe_events .list-info h2.tribe-events-title {
  font-size: 30px;
  line-height: 1em;
}
.home .front-page-5 .tribe-events-adv-list-widget .type-tribe_events:first-of-type {
  margin-left: 0;
}
.home .front-page-6 h3.widget-title {
  color: white;
}
/* end .home */
body.content-sidebar main#genesis-content {
  background: white;
  padding: 20px;
}
body.page-template-page-regional-landing .site-inner {
  padding-top: 0;
}
body.page-template-page-regional-landing #genesis-content {
  display: none;
}
body.page-template-page-regional-landing .new-header {
  min-height: 330px;
}
body.page-template-page-regional-landing .site-container .sidebar-primary .widget {
  padding: 10px;
}
body.page-template-page-regional-landing .site-container .sidebar-primary .widget h3.widget-title {
  margin: -10px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: rgba(231, 77, 26, 0.7);
  color: white;
}
body.page-template-page-regional-landing .site-container .sidebar-primary .widget h3.widget-title {
  font-size: 30px;
}
body.page-template-page-regional-landing .site-container .sidebar-primary .widget.reg-button {
  background: none;
  padding: none;
}
body.page-template-page-regional-landing .site-container .sidebar-primary .widget.reg-button a {
  display: block;
  width: 100%;
  text-align: center;
}
body.page-template-page-regional-landing .site-container .widget {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px;
}
body.page-template-page-regional-landing .site-container .widget h3.widget-title {
  font-family: 'Amatic SC', 'Time New Roman', 'Times', serif;
  font-size: 50px;
}
body.page-template-page-regional-landing .site-container .widget.mayor h3.widget-title {
  margin: -20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgba(231, 77, 26, 0.7);
  color: white;
}
body.page-template-page-regional-landing .site-container .widget.why-choose-us h3.widget-title {
  margin: -20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgba(250, 188, 0, 0.7);
  color: white;
}
body.page-template-page-regional-landing .site-container .widget.why-choose-us ul li {
  text-decoration: none;
  list-style-type: none;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px 40px;
}
body.page-template-page-regional-landing .site-container .widget.why-choose-us ul li:nth-of-type(1) {
  background-image: url("images/icons/yellow/1-icon-yellow.png");
}
body.page-template-page-regional-landing .site-container .widget.why-choose-us ul li:nth-of-type(2) {
  background-image: url("images/icons/yellow/2-icon-yellow.png");
}
body.page-template-page-regional-landing .site-container .widget.why-choose-us ul li:nth-of-type(3) {
  background-image: url("images/icons/yellow/3-icon-yellow.png");
}
body.page-template-page-regional-landing .site-container .widget.why-choose-us ul li:nth-of-type(4) {
  background-image: url("images/icons/yellow/4-icon-yellow.png");
}
body.page-template-page-regional-landing .site-container .widget.why-choose-us ul li:nth-of-type(5) {
  background-image: url("images/icons/yellow/5-icon-yellow.png");
}
body.page-template-page-regional-landing .site-container .widget.why-choose-us ul li:nth-of-type(6) {
  background-image: url("images/icons/yellow/6-icon-yellow.png");
}
body.page-template-page-regional-landing .site-container .widget.why-choose-us ul li:nth-of-type(7) {
  background-image: url("images/icons/yellow/7-icon-yellow.png");
}
body.page-template-page-regional-landing .site-container .widget.why-choose-us ul li:nth-of-type(8) {
  background-image: url("images/icons/yellow/8-icon-yellow.png");
}
body.page-template-page-regional-landing .site-container .widget.contact-us,
body.page-template-page-regional-landing .site-container .widget#ttshowcase_widget-4 {
  min-height: 770px;
}
body.page-template-page-regional-landing .site-container .widget.contact-us h3.widget-title {
  margin: -20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgba(223, 111, 15, 0.7);
  color: white;
}
body.page-template-page-regional-landing .site-container .widget.ttshowcase_widget {
  float: left;
  margin-left: 2.564102564102564%;
  width: 48.717948717948715%;
}
body.page-template-page-regional-landing .site-container .widget.ttshowcase_widget h3.widget-title {
  margin: -20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgba(231, 77, 26, 0.7);
  color: white;
}
body.page-template-page-regional-landing .site-container .widget.cat-post-widget h3.widget-title a {
  color: white;
}
body.page-template-page-regional-landing .site-container .widget.cat-post-widget .cat-post-title {
  font-size: 1.1em;
  display: inline;
  line-height: 1.1em;
}
body.page-template-page-regional-landing .widget_band_1 {
  background-image: url(/wp-content/uploads/2016/07/MASH-victorian-landscape.jpg);
}
body.page-template-page-regional-landing .widget_band_1 .ttshowcase_widget {
  display: none !important;
  float: left;
  margin-left: 2.564102564102564%;
  width: 31.623931623931625%;
}
@media only screen and (max-width: 880px) {
  body.page-template-page-regional-landing .widget_band_1 .ttshowcase_widget {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
body.page-template-page-regional-landing .widget_band_2 div.type-tribe_events:nth-of-type(1) {
  background-image: url("images/icons/orange/1-icon-orange.png");
}
body.page-template-page-regional-landing .widget_band_2 div.type-tribe_events:nth-of-type(2) {
  background-image: url("images/icons/orange/2-icon-orange.png");
}
body.page-template-page-regional-landing .widget_band_2 div.type-tribe_events:nth-of-type(3) {
  background-image: url("images/icons/orange/3-icon-orange.png");
}
body.page-template-page-regional-landing .widget_band_2 .type-tribe_events {
  float: left;
  margin-left: 2.564102564102564%;
  width: 31.623931623931625%;
  padding-left: 70px;
  background-image: url(images/icons/orange/1-icon-orange.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
@media only screen and (max-width: 880px) {
  body.page-template-page-regional-landing .widget_band_2 .type-tribe_events {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
body.page-template-page-regional-landing .widget_band_2 .type-tribe_events .list-date {
  display: none;
}
body.page-template-page-regional-landing .widget_band_2 .type-tribe_events .list-info {
  width: 100%;
  font-size: 18px;
  line-height: 1.2em;
}
body.page-template-page-regional-landing .widget_band_2 .type-tribe_events .list-info h2.tribe-events-title {
  font-size: 30px;
  line-height: 1em;
}
body.page-template-page-regional-landing .widget_band_2 .type-tribe_events:first-of-type {
  margin-left: 0;
}
body.page-template-page-regional-landing .second_block {
  background-color: white;
}
body.page-template-page-regional-landing .second_block .widget {
  text-align: center;
  font-size: 24px;
}
body.page-template-page-regional-landing .second_block .widget a.button {
  margin: 0 20px;
}
body.page-template-page-regional-landing.page-id-5408 .full-width-wrap.image.new-header {
  background-position: 50%;
}
body.page-template-page-regional-landing.page-id-5408 h1.entry-title {
  max-width: 550px;
}
body.page-template-page-regional-landing.page-id-5408 .widget ul li {
  list-style-type: disc;
  margin-left: 20px;
}
/*end page-template-page-regional-landing */
.front-page-3 a:focus,
.front-page-3 a:hover {
  color: #ff4800;
}
.image-section-1,
.image-section-2 {
  background-position: top;
  background-size: cover;
  min-height: 500px;
}
/*STATE PAGES */
.page-template-page-full-width-feature .site-inner {
  padding: 0;
}
.page-template-page-full-width-feature .full-width-wrap {
  margin-bottom: 60px;
}
.page-template-page-state .site-inner {
  display: none;
}
.page-template-page-state .full-width-wrap.image {
  background-size: cover;
  background-position: 50% 50%;
}
.page-template-page-state .second_block {
  background-color: #333333;
  color: #ebebeb;
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-template-page-state .widget h3.widget-title {
  font-family: 'Amatic SC', 'Time New Roman', 'Times', serif;
  font-size: 36px;
  text-transform: none;
}
.page-template-page-state .widget.centred-text {
  text-align: center;
}
.page-template-page-state .new-header {
  padding-top: 70px;
}
.page-template-page-state .new-header .wrap {
  width: 90%;
  max-width: 660px;
  margin: 30px auto;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.8);
  background-image: url(images/house-icon.png);
  background-repeat: no-repeat;
  background-position: 50% 10px;
  background-size: 110px;
}
.page-template-page-state .new-header .wrap h2 {
  font-size: 60px;
}
.page-template-page-state .new-header .wrap h3 {
  font-family: 'Alegreya Sans', 'Helvetica', 'Arial', san-serif;
}
.page-template-page-state .body_content_wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-template-page-state .widget_area_buy_sell .widget {
  padding: 20px;
  background-image: url(/wp-content/uploads/2016/06/myplace-conveyancing-6x4.jpg);
  background-size: cover;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.page-template-page-state .widget_area_buy_sell .widget h3.widget-title {
  color: #ebebeb;
  font-size: 36px;
}
.page-template-page-state .widget_area_buy_sell .widget p {
  color: #ebebeb;
  font-size: 24px;
}
.page-template-page-state .widget_area_buy_sell .widget p.price {
  font-family: 'Amatic SC', 'Time New Roman', 'Times', serif;
  font-size: 30px;
}
.page-template-page-state .widget_area_buy_sell .widget a {
  font-size: 18px;
}
.page-template-page-state .full-width-wrap.widget_band_1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-template-page-state .full-width-wrap.widget_area_why_us {
  background-color: #333333;
}
.page-template-page-state .widget_area_3 .wrap {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-template-page-state .widget {
  margin-bottom: 0;
}
.page-template-page-state .widget.faq-intro {
  padding: 40px;
}
.page-template-page-state .widget.faq-intro h3 {
  font-weight: 700;
  font-size: 36px;
}
.page-template-page-state .widget.why-us {
  padding: 40px;
}
.page-template-page-state .widget.why-us h3.widget-title {
  text-align: center;
}
.page-template-page-state .widget.why-us .point {
  padding-top: 80px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333333;
  position: relative;
  background-size: 64px;
  background-position: top left;
  background-repeat: no-repeat;
  height: 120px;
}
.page-template-page-state .widget.why-us .point p {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 14px;
  line-height: 1.1em;
  width: 90%;
}
.page-template-page-state .widget.why-us .point.stopwatch {
  background-image: url(images/express-turnaround-black.png);
}
.page-template-page-state .widget.why-us .point.bell {
  background-image: url(images/regular-updates-black.png);
}
.page-template-page-state .widget.why-us .point.building {
  background-image: url(images/advice-stamp-duty.png);
}
.page-template-page-state .widget.why-us .point.magnify {
  background-image: url(images/track-online-black.png);
}
/* End page-template-page-state*/
/* # After Header
---------------------------------------------------------------------------------------------------- */
.after-header {
  border-bottom: 1px solid #ff4800;
  margin-bottom: 50px;
  padding: 70px 0;
}
.front-page .after-header {
  margin-bottom: 0;
}
.after-header .archive-description p,
.after-header .page-description p,
.after-header .site-description {
  clear: both;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
  max-width: 720px;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
.add-color .after-header,
.add-color .site-header {
  background-color: #ff4800;
}
.add-color .after-header a,
.add-color .after-header,
.add-color .site-header .genesis-nav-menu > li > a,
.add-color .site-header .site-title a,
.add-color .site-header {
  color: #fff;
}
.add-color .after-header a:focus,
.add-color .after-header a:hover,
.add-color .after-header .page-title {
  color: #222;
}
.add-color .nav-primary .genesis-nav-menu > li > a:focus,
.add-color .nav-primary .genesis-nav-menu > li > a:hover,
.add-color .nav-primary .sub-menu {
  border-color: #222;
}
.add-black .site-header,
.add-black .after-header {
  background-color: #222;
}
.add-black .after-header a,
.add-black .after-header,
.add-black .site-header .genesis-nav-menu > li > a,
.add-black .site-header .site-title a,
.add-black .site-header {
  color: #fff;
}
.add-black .after-header a:focus,
.add-black .after-header a:hover {
  color: #ff4800;
}
/* ## Flexible Widgets
--------------------------------------------- */
.flexible-widgets {
  overflow: hidden;
  padding: 100px 0;
}
.flexible-widgets.widget-full .featuredpost .entry,
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry,
.widget-area.flexible-widgets .widget {
  float: left;
  margin-bottom: 2.564102564102564%;
  margin-left: 2.564102564102564%;
}
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+1),
.widget-area.flexible-widgets .widget:first-of-type {
  clear: both;
  margin-left: 0;
  width: 100%;
}
.site-inner .flexible-widgets.widget-area .widget:last-of-type,
.flexible-widgets.widget-full .widget {
  margin-bottom: 0;
}
.flexible-widgets.widget-full .widget:first-of-type,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
  margin-left: 0;
  width: 100%;
}
.flexible-widgets.widget-full .featuredpost .entry,
.flexible-widgets.widget-halves .widget,
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry,
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+5),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+6) {
  width: 48.717948717948715%;
}
.flexible-widgets.widget-thirds .widget,
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+2),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+3),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+4) {
  width: 31.623931623931625%;
}
.flexible-widgets.widget-fourths .widget {
  width: 23.076923076923077%;
}
.flexible-widgets.widget-fourths .widget:nth-of-type(4n+2),
.flexible-widgets.widget-full .featuredpost .entry:nth-of-type(odd),
.flexible-widgets.widget-halves .widget:nth-of-type(2n+2),
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry:nth-of-type(odd),
.flexible-widgets.widget-thirds .widget:nth-of-type(3n+2),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+2),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+5) {
  clear: left;
  margin-left: 0;
}
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 100px;
}
.content .entry-image {
  margin-bottom: 40px;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #222;
  color: #ddd;
}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-family: 'Alegreya Sans', 'Helvetica', 'Arial', san-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.entry-header .entry-meta,
.featured-content .entry-meta {
  color: #ff4800;
  letter-spacing: 2px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.entry-footer .entry-meta {
  border-top: 1px dotted #ddd;
  padding-top: 24px;
}
.entry-categories,
.entry-tags {
  display: block;
}
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}
/* ## After Entry
--------------------------------------------- */
.after-entry {
  margin-bottom: 40px;
}
/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}
.adjacent-entry-pagination {
  margin-bottom: 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  font-family: 'Alegreya Sans', 'Helvetica', 'Arial', san-serif;
  color: #222;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
  color: #ff4800;
}
/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 60px;
}
.comment-content {
  clear: both;
}
.comment-list li {
  margin-top: 24px;
  padding: 32px;
}
.comment-list li li {
  margin-right: -32px;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-meta,
.entry-comments .comment-header,
.entry-comments .comment-reply {
  font-family: 'Alegreya Sans', 'Helvetica', 'Arial', san-serif;
  font-weight: 300;
}
.entry-comments .comment-author {
  margin-bottom: 0;
}
.comment-author .fn {
  font-weight: 400;
}
.entry-pings .reply {
  display: none;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets#footer1 {
  background: #ebebeb;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/wp-content/uploads/2016/06/1new-south-wales22.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-color: #222;
  clear: both;
  font-family: 'Alegreya Sans', 'Helvetica', 'Arial', san-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-widgets#footer1 .blog-pitch {
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .footer-widgets#footer1 .blog-pitch {
    margin-bottom: 40px;
  }
}
.footer-widgets#footer1 .wrap {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1200px) {
  .footer-widgets#footer1 .wrap {
    padding-left: inherit;
    padding-right: inherit;
  }
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li {
  padding-left: 50px;
  display: block;
  border-bottom: none;
  background: #ebebeb;
  color: #333333;
  position: relative;
  min-height: 75px;
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li a {
  text-decoration: none;
  color: #333333;
  text-transform: uppercase;
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .lhs-image-wrap {
  float: right;
  clear: both;
  margin-left: 20px;
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .rpwwt-post-excerpt {
  color: #0084cc;
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .rpwwt-post-excerpt:before,
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .rpwwt-post-excerpt:after {
  content: " ";
  display: table;
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .rpwwt-post-excerpt:after {
  clear: both;
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .rpwwt-post-excerpt:before,
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .rpwwt-post-excerpt:after {
  content: " ";
  display: table;
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .rpwwt-post-excerpt:after {
  clear: both;
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .rpwwt-post-title {
  display: block;
  padding-top: 10px;
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .datewrap {
  position: absolute;
  top: 12px;
  left: -25px;
  color: white;
  width: 50px;
  text-align: center;
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .datewrap .day {
  background-color: #464e58;
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .datewrap .month {
  background-color: #0084cc;
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .author .avatar {
  margin-right: 5px;
}
.footer-widgets#footer1 .recent-posts-widget-with-thumbnails li .author .title {
  margin-top: 4px;
}
.footer-widgets#footer2 {
  background-color: #ebebeb;
  color: #333333;
  padding-top: 50px;
  padding-bottom: 0;
}
.footer-widgets#footer2 .wrap {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 350px;
  padding-bottom: 50px;
}
.footer-widgets#footer2 .lhs {
  float: left;
  width: 50%;
  text-align: right;
}
.footer-widgets#footer2 .rhs {
  float: left;
  max-width: 400px;
  margin-left: 40px;
}
.footer-widgets#footer3 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #594443;
  color: white;
}
.footer-widgets#footer3 h3.widget-title {
  color: white;
  font-size: 36px;
  font-family: 'Amatic SC', 'Time New Roman', 'Times', serif;
  text-transform: none;
}
.footer-widgets#footer3 .featured-content {
  float: left;
  margin-left: 2.564102564102564%;
  width: 31.623931623931625%;
}
@media only screen and (max-width: 880px) {
  .footer-widgets#footer3 .featured-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.footer-widgets#footer3 .widget_nav_menu {
  float: left;
  margin-left: 2.564102564102564%;
  width: 31.623931623931625%;
  padding-left: 3%;
  padding-right: 3%;
}
@media only screen and (max-width: 880px) {
  .footer-widgets#footer3 .widget_nav_menu {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.footer-widgets#footer3 .widget_nav_menu li {
  border-bottom: 1px dotted #666;
  margin-bottom: 3px;
  padding-bottom: 3px;
  padding-left: 5%;
}
.footer-widgets#footer3 .widget_nav_menu li a {
  text-decoration: none;
}
.footer-widgets#footer3 .contact-block {
  background-image: url(images/myplace_logo.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 250px;
  padding-top: 120px;
}
.footer-widgets#footer3 .contact-block .call-us {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #8a8a8a;
  font-size: 24px;
}
.footer-widgets#footer3 .contact-block a {
  text-decoration: none;
}
.footer-widgets#footer3 .contact-block a.icon {
  display: block;
  padding-top: 50px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: 50% 0;
  font-size: 12px;
  text-align: center;
}
.footer-widgets#footer3 .contact-block a.icon.facebook {
  background-image: url(images/facebook.png);
}
.footer-widgets#footer3 .contact-block a.icon.twitter {
  background-image: url(images/twitter.png);
  border-left: 1px solid #8a8a8a;
}
.footer-widgets#footer3 .contact-block a.icon.instagram {
  background-image: url(images/instagram.png);
  border-left: 1px solid #8a8a8a;
}
.footer-widgets,
.footer-widgets a,
.footer-widgets a.button {
  color: #fff;
}
.footer-widgets input {
  border: 1px solid #222;
}
.footer-widgets a:focus,
.footer-widgets a:hover {
  color: #ff4800;
}
.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.footer-widgets p:last-child {
  margin-bottom: 0;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #222;
  color: #fff;
  font-family: 'Alegreya Sans', 'Helvetica', 'Arial', san-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  padding: 60px 0;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer a {
  color: #fff;
}
.site-footer a:focus,
.site-footer a:hover {
  color: #ff4800;
}
/* FOOTER MENU */
.h-footer-menu {
  background-color: #fabc00;
}
.h-footer-menu .footer-nav ul li {
  float: left;
  padding: 0 20px;
}
.h-footer-menu .footer-nav ul li a {
  color: #594443;
  text-decoration: none;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
  .site-inner,
  .wrap {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1220px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }
  .image-section-1,
  .image-section-2 {
    min-height: 400px;
  }
}
@media only screen and (max-width: 1040px) {
  .landing-page .site-inner,
  .site-inner,
  .wrap {
    max-width: 800px;
  }
  .content,
  .sidebar-primary {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .site-header > .wrap #genesis-nav-primary {
    float: none;
    margin-top: 0;
  }
  .site-header #menu-hub-menu {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .landing-page .site-inner,
  .site-inner,
  .wrap {
    max-width: 600px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .site-header .nav-primary,
  .title-area {
    width: 100%;
  }
  .title-area {
    margin-top: 20px;
    padding: 16px;
  }
  .site-header .nav-primary {
    float: none;
    text-align: center;
    padding-bottom: 20px;
  }
  .site-header > .wrap {
    padding: 0;
    max-width: 100%;
  }
  .header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .js nav {
    position: relative;
  }
  .js nav .wrap {
    padding: 0;
  }
  .js nav.pagination {
    display: block;
  }
  .menu-toggle,
  .sub-menu-toggle {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  .menu-toggle {
    position: relative;
    right: 0;
    z-index: 1000;
    width: 100%;
  }
  .menu-toggle:before,
  .menu-toggle.activated:before {
    color: #fff;
    content: "\f333";
    display: inline-block;
    font: normal 20px/1 'dashicons';
    margin: 0 auto;
    padding-right: 10px;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    vertical-align: bottom;
  }
  .sub-menu-toggle {
    float: right;
    padding: 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .sub-menu-toggle:before {
    content: "\f347";
    display: inline-block;
    font: normal 16px/1 'dashicons';
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sub-menu-toggle.activated:before {
    content: "\f343";
  }
  .js .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }
  .js .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .js .genesis-nav-menu .menu-item a {
    border: none;
    padding: 20px;
    width: 100%;
  }
  .js .genesis-nav-menu .menu-item a:hover,
  .js .genesis-nav-menu .sub-menu {
    border: none;
  }
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .js .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }
  .js .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    position: static;
    width: 100%;
  }
  .js .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .js .genesis-nav-menu .sub-menu a {
    border: none;
  }
  .js nav .genesis-nav-menu .menu-item .sub-menu li a:focus,
  .js nav .genesis-nav-menu .menu-item a:focus,
  .js nav button:focus,
  .js .menu-toggle:focus {
    color: #ff4800;
  }
  .image-section-1,
  .image-section-2 {
    min-height: 200px;
  }
  .site-container .flexible-widgets.widget-fourths .widget,
  .site-container .flexible-widgets.widget-full .featuredpost .entry,
  .site-container .flexible-widgets.widget-uneven .widget,
  .site-container .flexible-widgets.widget-halves .widget,
  .site-container .flexible-widgets.widget-thirds .widget {
    float: none;
    margin: 0 auto 40px;
    width: 100%;
  }
  .site-container .flexible-widgets .widget-wrap .entry:last-of-type {
    margin: 0;
  }
  .site-container .flexible-widgets .widget-wrap .entry:last-of-type + h4,
  .site-container .flexible-widgets .widget-wrap .entry:last-of-type + p,
  .site-container .flexible-widgets .widget-wrap .entry:last-of-type + ul {
    margin-top: 30px;
  }
  .after-header .archive-description p,
  .after-header .page-description p,
  .after-header .site-description,
  .large-title {
    font-size: 30px;
    font-size: 3.6rem;
  }
  .flexible-widgets .featured-content .has-post-thumbnail .alignnone + .entry-header {
    padding: 20px;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
}

.metaslider .caption {
    padding: 10px 10px;
    font-size: 26px;
}

/* POPUP MAKER */

.pum-container h2 {
  text-align: center;
  font-size: 4em;
}
.pum-container p {
  margin-bottom: 0;
}
.pum-container .first a {
    display: block;
    float: right;
}

.pum-container .button {
  color: black;
  background-color: white;
  border-color: #df6f0f;
  
}

.pum-container .button:hover {
  border-color: #df6f0f;
  color: #df6f0f;
}


@media only screen and (max-width: 880px) {
  .pum-container .one-half {
    width: 48.717948717948715%;
    margin-left: 2.564102564102564%;
  }
  .pum-container .one-half.first {
    width: 48.717948717948715%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .pum-container .one-half {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .pum-container .one-half.first {
    width: 100%;
    margin-left: 0;
  }
  .pum-container .one-half a,  .pum-container .one-half .pum-close {
      display: block;
      float: none;
  }
}

.pum-theme-9551 div.pum-content + .pum-close, .pum-theme-cutting-edge div.pum-content + .pum-close {
    height: 35px;
    }


@media only screen and (min-width: 1024px) {
  .pum-container.pum-responsive.pum-responsive-medium {
      margin-left: -20%;
      width: 40%;
  }
}