/******************************************************************
Theme Name: Avatar Oceania
Author: SEO Point
Author URI: http://www.seopoint.com.au
Version: 4.4
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  color: #333;
  background-color: #fff;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
}

.border {
  border: 1px solid #eee;
}

.transition {
  transition: background 0.2s ease,padding 0.8s linear;
}

html, body {
  height: 100%;
}

.off-canvas-wrapper-inner {
  background: #fff;
}

table {
  margin-top: 20px;
}

table td {
  vertical-align: top;
}

table th {
  text-align: left;
}

/*********************
LINK STYLES
*********************/
a {
  color: #0060ad;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover {
  color: #0060ad;
}

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
  font-family: "Raleway", sans-serif, sans-serif;
  color: #333;
  margin: 2rem 0 1rem;
  text-transform: none;
  line-height: 1.2;
  font-weight: bold;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a {
  color: #333;
  text-decoration: none;
}

h1 {
  font-size: 2.1rem;
  margin-top: 0;
}

h2 {
  font-size: 1.8rem;
}

h2 strong {
  color: #333;
}

h3 {
  font-size: 1.4rem;
  text-transform: none;
}

h4 {
  font-size: 1.3rem;
  color: #dfa328;
}

h5 {
  font-size: 1.1rem;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.accordion-content {
  color: #333;
}

#main {
  padding: 30px 0;
  margin: 0;
}

#main sup {
  top: -1rem;
  font-size: 1rem;
}

#content {
  z-index: 9;
}
#home-content .short.extrapad ul li,
#content p {
  font-size: 1rem;
}

#content .entry-content h2:first-child, #content .entry-content h3:first-child, #content .entry-content h4:first-child, #content .entry-content h5:first-child, #content .entry-content h6:first-child {
  margin-top: 0;
}

.byline {
  color: #999;
}

/* entry content */
pre, blockquote {
  border-left: 1px solid #0060ad;
}

pre p, blockquote p {
  color: #333;
}

.entry-content {
  padding-top: 0px;
  overflow: hidden;
}

.entry-content dd {
  margin-left: 0;
  font-size: .9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: .85em;
  margin: 4px 0 7px;
  text-align: center;
}

.button, button, a.button, .wpcf7 input[type=submit],
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #0060ad;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  letter-spacing: 1px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px !important;
  font-family: "Raleway", sans-serif;
}

.button:hover, button:hover, a.button:hover, .wpcf7 input[type=submit]:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #dfa328;
  color: #fff;
}

.button.jumbo, button.jumbo, a.button.jumbo, .wpcf7 input[type=submit].jumbo,
.woocommerce #respond input#submit.alt.jumbo, .woocommerce a.button.alt.jumbo, .woocommerce button.button.alt.jumbo, .woocommerce input.button.alt.jumbo {
  font-size: 1.2rem;
  padding: 15px 30px;
}

a.button-alt {
  background-color: transparent;
  border: 1px solid #333;
  color: #0060ad;
}

a.button-alt:hover {
  border: 1px solid #0060ad;
  background-color: #0060ad;
}

a.button-alt.white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

a.button-alt.white:hover {
  background: #0060ad;
  color: #fff;
  border: 2px solid #0060ad;
}

#crumbs, #breadcrumbs {
  margin: 0 0 30px;
  font-size: 0.85rem;
}

#crumbs a, #breadcrumbs a {
  color: #333;
}

#crumbs a:hover, #breadcrumbs a:hover {
  color: #0060ad;
}

#crumbs span.separator, #breadcrumbs span.separator {
  font-weight: 700;
  color: #999;
  margin: 0 5px;
  display: inline-block;
}

#content .post-container {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}

#main .gfield_checkbox li input {
  margin: 5px 0 0 0;
  padding: 0;
}

#main .gfield_checkbox li label {
  font-size: 0.85rem;
}

.subpage-list li {
  list-style: none;
}

.subpage-list li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  top: 10px;
  left: 5px;
  color: #0060ad;
}

.subpage-list li a {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #eee;
  position: relative;
  padding-left: 25px;
  font-size: 1.2rem;
  padding: 10px 10px 10px 25px;
}

#content .pagination {
  text-align: center;
}

#content .pagination a {
  display: inline-block;
  float: none;
}

#content .pagination li a {
  color: #0060ad;
  line-height: inherit;
  border: 1px solid #ccc;
}

#content .pagination li {
  display: inline-block;
  float: none;
}

.pagination span {
  display: inline-block;
  float: none;
  margin: 0 10px;
}

.pagination span.current {
  background-color: #0060ad;
  margin: 0;
}

.pagination a:hover {
  color: black;
}

.button-group li:first-child {
  margin-right: 10px;
}

.inline-list {
  margin: 1rem auto 1.0625rem auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: none;
  margin-left: 10px;
  display: inline-block;
}

.inline-list > li:first-child {
  margin-left: 0 !important;
}

.inline-list > li > * {
  display: inline-block;
}

#main ul.arrow-list {
  list-style: none;
}

ul.arrow-list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

ul.arrow-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  color: #0060ad;
}

ul.bullet-list {
  margin: 0;
}

ul.bullet-list li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #999;
  padding-bottom: 5px;
}

ul.bullet-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  top: 7px;
  left: 0;
  color: #dfa328;
  font-size: 0.5rem;
}
#title-container .trade-mrk::after {
    content: '®';
    font-size: 20px;
    position: absolute;
}
#title-container .trade-mrk {
    margin-right: 16px;
	position: relative;
}

@media (min-width: 64em) {
  img.alignright {
    float: right;
    margin: 0 0 30px 30px;
  }
  img.alignleft {
    float: left;
    margin: 0 30px 30px 0;
  }
  img.aligncenter {
    margin: 0 auto 20px;
    display: block;
  }
}

ul.question-list,
ul.check-list {
  margin: 0;
}

ul.question-list li,
ul.check-list li {
  list-style: none;
  position: relative;
  padding-left: 0;
  margin-bottom: 5px;
}

ul.question-list li:before,
ul.check-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: relative;
  color: #0060ad;
  font-size: 1rem;
  margin-right: 5px;
}

ul.question-list li:before {
  content: "\f059";
}

@media (min-width: 64em) {
  ul.split-list {
    margin: 0;
    padding: 0;
  }
  ul.split-list li {
    list-style: none;
  }
  ul.split-list .sub-list {
    float: left;
    width: 30%;
  }
}

#main ol {
  list-style: number;
}

#main ol li {
  margin-left: 20px;
  margin-bottom: 0.5rem;
}

.gallery-item {
  float: left;
  width: 30%;
  margin-right: 10px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.row-expanded.collapse > .column, .row-expanded.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.primary {
  color: #0060ad;
}

.secondary {
  color: #dfa328;
}

.tertiary {
  color: #f6e740;
}

#main td, #main th {
  border: 1px solid #ddd;
}

.fadein {
  opacity: 0;
}

.loaded .fadein {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

input[type=text],
input[type=password] {
  box-sizing: border-box !important;
}

.accordion-panel .accordion-title {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
  padding-right: 30px;
}

.accordion-panel .accordion-title:before {
  color: #0060ad;
}

.tile {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tile.is-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
  }
  .tile.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%;
  }
  .tile.is-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
  }
  .tile.is-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%;
  }
  .tile.is-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%;
  }
  .tile.is-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%;
  }
  .tile.is-9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%;
  }
  .tile.is-11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%;
  }
  .tile.is-12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

/*********************
SIDEBARS & ASIDES
*********************/
#wrapper .sidebar .widget {
  margin-bottom: 10px;
}

#wrapper .sidebar .widget h4, #wrapper .sidebar .widget h4.widgettitle {
  color: #0060ad;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  margin-top: 0;
}

#wrapper .sidebar .widget .button {
  margin-bottom: 0;
}

#wrapper .sidebar .gform_widget {
  padding: 0;
}

#wrapper .sidebar .gform_widget .enquiry-form .button {
  background: #dfa328;
}

#wrapper .sidebar .gform_widget .enquiry-form .button:hover {
  background: #f6e740;
}

#wrapper .sidebar ul.menu {
  margin: 0;
  padding: 0;
}

#wrapper .sidebar ul.menu li {
  display: block;
  list-style: none;
  position: relative;
  padding-left: 5px;
  margin-bottom: 5px;
}

#wrapper .sidebar ul.menu li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 3px;
  font-size: 0.85rem;
  left: 0;
  color: #dfa328;
}

#wrapper .sidebar ul.menu li a {
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
  color: #0060ad;
}

#wrapper .sidebar ul.menu li a:hover {
  color: #dfa328;
}

#wrapper .sidebar ul, #wrapper .sidebar li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#wrapper .sidebar li a {
  color: #333;
}

#wrapper .sidebar li a:hover {
  color: #0060ad;
}

#wrapper .sidebar .widget_recent_entries li {
  font-size: 0.9rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
}

#wrapper .sidebar .widget_search {
  padding: 20px 0;
}

#wrapper .sidebar .widget_search .screen-reader-text {
  display: none;
}

#wrapper .sidebar .widget_search label, #wrapper .sidebar .widget_search input {
  display: inline-block;
}

#wrapper .sidebar .widget_search label {
  width: 60%;
}

/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: #fff;
}

/*********************
Gravity STYLES
*********************/
#wrapper .gform_wrapper {
  margin: 0;
  width: 100% !important;
}

#wrapper .gform_wrapper .gform_body {
  width: 100%;
}

#wrapper .gform_wrapper ul.gform_fields {
  list-style: none outside none;
  margin: 0;
}

#wrapper .gform_wrapper li {
  margin: 0;
  background-image: none;
  padding: 0;
}

#wrapper .gform_wrapper li:before {
  content: none !important;
}

#wrapper .gform_wrapper div.validation_error {
  color: red !important;
  font-size: 0.75em !important;
  font-weight: normal !important;
  line-height: 1 !important;
  margin: 0 0 5px 0 !important;
  border-color: red !important;
}

#wrapper .gform_wrapper li.gfield_error {
  padding: 0 !important;
  max-width: 100% !important;
}

#wrapper .gform_wrapper li.gfield_error input.medium {
  border: 1px solid #fff !important;
  margin: 0 !important;
}

#wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, #wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin: 0 !important;
}

#wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
}

#wrapper .gform_wrapper .gfield_description {
  padding: 0 !important;
  margin: -15px 0 15px 0 !important;
  color: #777;
}

#wrapper .gform_wrapper li.gf_right_half {
  float: right;
}

#wrapper .gform_wrapper .validation_message {
  display: none;
}

#wrapper .gform_wrapper .medium, #wrapper .gform_wrapper .textarea {
  display: block;
  width: 100% !important;
  height: auto !important;
  padding: 10px !important;
  font-size: 1rem !important;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  box-shadow: none;
}

#wrapper .gform_wrapper .gform_heading {
  font-size: 1.3rem;
}

#wrapper .gform_wrapper .textarea {
  height: 70px !important;
  padding: 10px !important;
}

#wrapper .gform_wrapper .gform_page_footer {
  border: 0 !important;
}

#wrapper .gform_wrapper .gform_footer {
  text-align: center;
}

#wrapper .gform_wrapper label {
  font-size: 1rem;
  color: #333;
}

#wrapper .gform_wrapper span.gfield_required {
  display: none;
}

#wrapper .gform_wrapper h3.gform_title {
  color: #0060ad;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

#wrapper .gform_wrapper .gform_button {
  text-align: center;
  padding: 15px 30px;
}

#wrapper .gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}

#wrapper .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, #wrapper .gform_wrapper body ul li.field_description_below div.ginput_container_radio {
  margin-top: 5px;
  margin-bottom: 0;
}

#wrapper .gform_wrapper ul li.field_description_below div.ginput_container_checkbox input, #wrapper .gform_wrapper body ul li.field_description_below div.ginput_container_radio input {
  margin: 0;
}

/*********************
THE TEAM STYLES
*********************/
#the_team .single-team-area h3 {
    font-weight: 700 !important;
}
#the_team .single-team-area .short-bio p a {
    color: #333 !important;
}
#tlp-modal .md-header h3 {
    color: #fff;
}
#tlp-modal .mCSB_container img {
    margin: 0 auto 20px;
    display: block;
}
.rt-container {
    margin: 0 auto;
}
.rt-container .fa-envelope-o::before {
    content: "\f0e0";
}
@media screen and (max-width: 767px) {
	.single-team .tlp-member-feature-img, .single-team .tlp-member-description-container, #the_team .rt-grid-item {
		text-align: center;
	}
	#the_team .rt-grid-item .img-responsive {
		margin: 0 auto;
	}
}

/*********************
INFORMATION PACK PAGE
*********************/
.info-pack-frm .no-lbl .gfield_label {
    display: none !important;
}
.info-pack-frm .gfield_required {
    display: inline-block !important;
}

@media screen and (max-width: 1023px) {
	#info-pack-dl .enquiry-frm {
		display: none;
	}
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}

#respond ul {
  margin-left: 0;
}

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: .7335em 10px;
  /* end .commentlist li ul.children */
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #e7e7e7;
}

.commentlist li.depth-3 {
  background: #dadada;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}

.commentlist .comment_content p {
  margin: .7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: .875rem;
  padding-right: 1.75rem;
  padding-bottom: .9375rem;
  padding-left: 1.75rem;
  font-size: .8125rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFF;
  transition: background-color 400ms ease-out;
  float: right;
}

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  background-color: #007095;
}

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  color: #FFF;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

.respond-form form {
  margin: .75em 0;
}

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: .7335em;
}

.respond-form form li label, .respond-form form li small {
  display: none;
}

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}

.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px .7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #0060ad;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}

/*********************
HEADER STYLES
*********************/
.top-bar .top-bar-left, .top-bar .top-bar-right {
  flex: none;
  float: left;
}

.top-bar, .top-bar ul {
  background-color: transparent;
  padding: 0;
}

.header {
  z-index: 999;
  position: relative;
}

#header {
  padding-top: 0;
}

.logo {
  text-align: left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
padding-top:10px;
padding-bottom:10px;
}

@media (min-width: 64em) {
  .logo {
    float: left;
  }
}

.logo img {
  max-width: 150px;
  background: #fff;
  border-radius: 50%;
  padding: 0 5px;
}

@media (min-width: 64em) {
  .logo img {
    margin: 0 0 -40px;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 40em) {
  .logo img {
    max-width: 80px;
  }
}

#top-bar-widget {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 64em) {
  #top-bar-widget {
    color: #333;
    float: right;
  }
}

#top-bar-widget a.phone {
  color: #333;
  position: relative;
  line-height: 1.2;
  text-transform: none;
  font-weight: bold;
  margin-left: 20px;
}

@media (min-width: 64em) {
  #top-bar-widget a.phone {
    font-size: 1.1rem;
  }
}

#top-bar-widget a.phone .fa-stack {
  font-size: 12px;
}

#top-bar-widget a.phone .fa-stack-2x {
  color: #0060ad;
}

#top-bar-widget .contact-number,
#top-bar-widget .button {
  display: inline-block;
  vertical-align: middle;
}

#top-bar-widget a.button {
  margin: 0 0 0 20px;
  border-color: #0060ad;
}

#mobile-topbar #top-bar-widget {
  background: #0060ad;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  font-size: 1rem;
}

#mobile-topbar #top-bar-widget svg, #mobile-topbar #top-bar-widget a {
  color: #fff;
}

#mobile-topbar #top-bar-widget a {
  text-align: center;
  display: block;
}

.header ul.off-canvas-list li {
  list-style: none;
}

.off-canvas-content {
  background-color: #fff;
  box-shadow: none;
}

.is-stuck {
  animation-duration: 0.8s;
  animation-name: fadeIn;
}

/*********************
NAVIGATION STYLES
*********************/
#primary-nav {
  position: relative;
  background-color: #0060ad;
  padding: 0;
}

#primary-nav #menu-main-menu-1 {
  text-align: center;
  display: block;
}

#primary-nav #menu-main-menu-1 > li:first-child a {
  position: relative;
  font-size: 0;
  padding: 9px !important;
}

#primary-nav #menu-main-menu-1 > li:first-child a:before {
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 24px;
  font-weight: 900;
  height: 26px;
  font-size: 24px;
  color: #fff;
  content: "\f015";
}

#primary-nav #menu-main-menu-1 > li:first-child a:hover:before {
  color: #dfa328;
}

#primary-nav li {
  float: none;
  display: inline-block;
  vertical-align: top;
}

#primary-nav li a {
  color: #fff;
  padding: 12px 8px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 16px 10px !important;
}

@media (min-width: 90em) {
  #primary-nav li a {
    padding: 16px 18px;
  }
}

#primary-nav li a:hover {
  background: transparent;
  color: #dfa328;
}

#primary-nav li.is-dropdown-submenu-parent a {
  padding-right: 18px;
}

#primary-nav li.is-dropdown-submenu-parent a:after {
  border: 0 !important;
}

#primary-nav li:last-child a {
  padding-right: 0;
}

#primary-nav li ul li a {
  color: #fff;
  line-height: 1;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#primary-nav li ul li a:hover {
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #dfa328;
}

#primary-nav li ul li.current-menu-item > a {
  color: #fff;
}

#primary-nav li ul li:last-child a {
  border-bottom: 0;
}

#primary-nav .submenu {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  background: #0060ad;
  border: 0;
}

#primary-nav .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #0060ad transparent transparent;
  border-top-width: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
  right: 15px;
}

.menu .active > a {
  background-color: transparent;
}

.off-canvas-wrapper {
  background-color: #dfa328;
}

.off-canvas {
  outline: 0;
  border: 0;
  background-color: #dfa328;
}

.off-canvas #menu-main-menu {
  margin-top: 50px;
}

.off-canvas li {
  background-color: #dfa328;
}

.off-canvas li a {
  background-color: #dfa328;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px;
}

.off-canvas li a:after {
  border-color: #0060ad transparent transparent;
}

.off-canvas li a:hover {
  color: #0060ad;
}

.off-canvas li ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.off-canvas li ul li a {
  border: 0;
  font-size: 0.9em;
  padding: 15px 10px 15px 30px;
}

.off-canvas .menu .active > a {
  color: #fff;
  background: transparent;
}

.off-canvas #close-button {
  font-size: 2em;
  background: transparent;
  top: 0;
  display: none;
  margin: 0;
  padding: 0 10px 0 0;
  line-height: 1;
  color: #dfa328;
}

.off-canvas .widget {
  color: #fff;
  padding: 15px;
}

.off-canvas .widget a {
  color: #0060ad;
}

#mobile-header {
  padding: 0;
}

#mobile-header a.nav-toggle {
  color: #0060ad;
  display: block;
}

/*********************
HOME
*********************/
body.home #main {
  padding: 0;
}

body.home #main .layout-panel h2 {
  text-align: center;
}

body.home #main .layout-panel h2:after {
  content: '';
  width: 80px;
  height: 4px;
  margin: 0;
  background: #0060ad;
  display: block;
  position: relative;
  margin: 15px auto;
}

#home-gallery {
  padding-top: 10px;
}

#home-featured {
  background-size: cover;
  background-position: left center; /* center top; */
}

#home-featured .mask {
  position: relative;
/*  background: rgba(0, 54, 97, 0.81); */
/*  padding: 30px 0; */
}

@media (min-width: 64em) {
  #home-featured .mask {
    padding: 0;
  }
}

#home-featured .feature-text {
  font-family: "Raleway", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  margin: 30px 20px;
  font-weight: normal;
  line-height: 1;
}

#home-featured .feature-text ul {
  margin: 0;
}

#home-featured .feature-text ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.2rem;
}

#home-featured .feature-text ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  margin-left: -30px;
  top: 3px;
}

#home-featured .feature-text h1 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: none;
  position: relative;
  letter-spacing: 1px;
}

@media (min-width: 64em) {
  #home-featured .feature-text h1 {
    font-size: 2.5rem;
  }
}

#home-featured .feature-text h2 {
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
}

@media (min-width: 64em) {
  #home-featured .feature-text h2 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 30px;
  }
}

#home-featured .feature-text a.button {
  background: #0060ad; /* #dfa328; */
  font-size: 1.1rem;
}

#home-featured .feature-text a.button:hover {
  background: #f6e740;
  color: #fff;
}

#home-featured #gform_wrapper_2 {
  margin: 20px 0;
}

#home-featured #gform_wrapper_2 h2 {
  margin-top: 0;
  color: #333;
  font-size: 1rem;
  text-align: center;
}

#home-featured #gform_wrapper_2 h2 a {
  color: #0060ad;
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
  padding: 10px 0;
}

#home-featured #gform_wrapper_2 .lead p {
  font-size: 0.85rem;
  text-align: center;
  color: #333;
}

#home-featured #gform_wrapper_2 .lead p a {
  color: #333;
}

#home-featured #gform_wrapper_2 .lead-footer {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0 0;
  font-size: 0.9rem;
}

#home-featured #gform_wrapper_2 .enquiry-form {
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

#home-featured #gform_wrapper_2 .enquiry-form .medium {
  border: 0;
}

#home-featured #gform_wrapper_2 .custom-header,
#home-featured #gform_wrapper_2 .enquiry-form {
  border-radius: 0 !important;
}

#home-about {
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
}

#home-about h2 {
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
}

#home-about h2:after {
  content: '';
  width: 100px;
  height: 5px;
  margin: 0;
  background: #ddd;
  display: block;
  position: relative;
  margin: 10px auto 15px;
}

#home-about h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  color: #333;
}

#home-tiles {
  padding-top: 0;
  padding-bottom: 30px;
}

@media (min-width: 64em) {
  #home-tiles {
    padding-bottom: 60px;
  }
}

#home-tiles .tile.is-parent {
  margin: 0.75rem;
  padding: 0;
}

#home-tiles .content {
  padding: 20px;
}

#home-tiles .tile {
  background-size: cover;
}

#home-tiles article {
  min-height: 250px;
  background: rgba(0, 0, 0, 0.25);
}

#home-tiles h2 {
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  max-width: 150px;
}

#home-tiles #tile1 {
  min-height: 400px;
}

#home-services {
  text-align: center;
  margin-bottom: 0;
  padding: 40px 0;
  background: #eee;
}

#home-services h2 {
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
}

#home-services h2:after {
  content: '';
  width: 100px;
  height: 5px;
  margin: 0;
  background: #ddd;
  display: block;
  position: relative;
  margin: 10px auto 15px;
}

#home-services img {
  width: auto !important;
  max-height: 100px;
}

#home-services .cell {
  margin-bottom: 20px;
}

#home-services .img-wrapper {
  position: relative;
}

#home-services h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
  margin: 10px 0 0;
  text-transform: uppercase;
  color: #333;
}

#home-services .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}

#home-services a:hover h3 {
  color: #0060ad;
}

#home-content {
  background: #eee;
  padding: 0;
}

.layout-panel.cta {
  background: #dfa328;
  padding: 30px 0;
  text-align: center;
}

.layout-panel.cta .text {
  position: relative;
}

@media (min-width: 64em) {
  .layout-panel.cta .text {
    text-align: center;
  }
  .layout-panel.cta .text img {
    position: absolute;
    left: 0;
    top: -70px;
    width: auto;
    max-height: 180px;
  }
}

@media (min-width: 64em) {
  .layout-panel.cta {
    text-align: left;
  }
}

.layout-panel.cta h3 {
  margin: 0 25px 5px 0;
  font-size: 1.3rem;
  color: #fff;
}

@media (min-width: 64em) {
  .layout-panel.cta h3 {
    display: inline-block;
  }
}

.layout-panel.cta p {
  font-size: 1.1rem;
  text-transform: none;
}

@media (min-width: 64em) {
  .layout-panel.cta p {
    text-align: left;
    margin: 0;
    display: inline-block;
  }
}

.layout-panel.cta .button {
  margin: 0;
  display: inline-block;
}

#home-cta {
  background: #dfa328;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 30px;
}

#home-cta .text {
  position: relative;
}

@media (min-width: 64em) {
  #home-cta .text {
    padding-left: 200px;
    text-align: center;
  }
  #home-cta .text img {
    position: absolute;
    left: 0;
    top: -70px;
    width: auto;
    max-height: 180px;
  }
}

@media (min-width: 64em) {
  #home-cta {
    text-align: left;
  }
}

#home-cta h3 {
  margin: 0 25px 5px 0;
  font-size: 1.2rem;
  color: #fff;
}

@media (min-width: 64em) {
  #home-cta h3 {
    display: inline-block;
  }
}

#home-cta p {
  font-size: 1.1rem;
  text-transform: none;
}

@media (min-width: 64em) {
  #home-cta p {
    text-align: left;
    margin: 0;
    display: inline-block;
  }
}

#home-cta .button {
  margin: 0;
  display: inline-block;
}

#wrapper .lead {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 64em) {
  #wrapper .lead h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
  }
  #wrapper .lead h3 {
    font-size: 1.1rem;
    margin: 0 0 30px;
  }
}

#home-testimonials {
  text-align: center;
  background-size: cover;
  background-color: #dfa328;
  padding: 100px 0;
}

#home-testimonials h2 {
  color: #fff;
}

#home-testimonials h2:after {
  background: #dfa328;
}

#home-testimonials .owl-stage-outer {
  padding-top: 0;
}

#home-testimonials .owl-nav {
  margin-top: 10px;
  text-align: center;
  top: 50%;
  width: 100%;
  position: absolute;
  margin-top: -50px;
}

#home-testimonials .owl-nav > div {
  display: inline-block;
  color: #fff;
  position: absolute;
  font-size: 2rem;
  background: transparent;
}

#home-testimonials .owl-nav .owl-prev {
  left: 0;
}

#home-testimonials .owl-nav .owl-next {
  right: 0;
}

#home-testimonials .owl-dots {
  position: absolute;
  bottom: 20px;
  display: none;
  width: 100%;
}

#home-testimonials .owl-dots .owl-dot.active span, #home-testimonials .owl-dots .owl-dot:hover span {
  background: #fff;
}

#home-testimonials .single-testimonial {
  margin: 20px 0 0;
  padding: 0 50px 50px 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px !important;
}

@media (min-width: 64em) {
  #home-testimonials .single-testimonial {
    padding: 0;
  }
}

#home-testimonials .single-testimonial .portrait {
  margin: 0 auto 30px;
  text-align: center;
}

#home-testimonials .single-testimonial .portrait img {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
}

#home-testimonials .single-testimonial p {
  color: #fff;
}

@media (min-width: 64em) {
  #home-testimonials .single-testimonial p {
    font-size: 1.2rem;
  }
}

#home-testimonials .single-testimonial p a {
  color: #dfa328;
}

#home-testimonials .single-testimonial h4 {
  float: none !important;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

#home-testimonials .single-testimonial h5 {
  margin-top: 10px;
}

#wrapper .grid-container.full {
  max-width: 100rem;
}

/******************************************************************
Woocommerce
******************************************************************/
#wrapper ul.products {
  margin: 0;
  padding: 0;
}

#wrapper ul.products li.product {
  list-style: none;
  border: 1px solid #ddd;
  padding: 10px;
  background: #eee;
  min-height: 270px;
}

#wrapper ul.products li.product .add_to_cart_button,
#wrapper ul.products li.product .prod-exc {
  display: none;
}

#wrapper ul.products li.product .price {
  text-align: center;
  font-size: 1.1rem;
  color: #333;
}

#wrapper ul.products li.product .img-wrapper {
  text-align: center;
  background-color: #fff;
  text-align: center;
}

#wrapper ul.products li.product .img-wrapper img {
  max-height: 140px;
  min-height: 140px;
  width: auto !important;
  display: block;
  margin: 0 auto;
}

#wrapper ul.products li.product h2 {
  font-size: 1rem;
  text-align: center;
  min-height: 50px;
}

#wrapper ul.products li.product span.button {
  display: block;
}

#wrapper ul.products.list li.product {
  min-height: 0;
}

#wrapper ul.products.list li.product h2 {
  text-align: left;
}

#wrapper ul.products.list li.product span.button {
  display: inline-block;
}

#wrapper ul.products.list li.product .prod-exc {
  display: block;
  color: #333;
  overflow: hidden;
  max-height: 50px;
  position: relative;
}

#wrapper ul.products.list li.product .prod-exc a {
  color: #333;
}

#wrapper ul.products.list li.product .img-wrapper {
  margin: 10px 20px 20px 10px;
  overflow: hidden;
  float: left;
}

#wrapper ul.products.list li.product .img-wrapper img {
  max-width: 180px;
}

#wrapper ul.products.list li.product .woocommerce-product-details__short-description {
  width: 77%;
  display: none;
}

@media (max-width: 40em) {
  #wrapper ul.products.list li.product .woocommerce-product-details__short-description {
    width: auto;
    float: none;
  }
}

.woocommerce-page #woo-wrapper .woocommerce-ordering select {
  vertical-align: top;
  height: auto;
  font-size: 0.85rem;
}

.woocommerce-page #woo-wrapper .woocommerce-product-gallery li {
  padding: 10px;
  border: 1px solid #ddd;
  margin: 10px 5px 0 0;
  width: 23%;
}

.woocommerce-page #woo-wrapper .related.products {
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.woocommerce-page #woo-wrapper .related.products > h2 {
  margin-top: 20px;
}

.woocommerce-page #woo-wrapper .related.products .add_to_cart_button,
.woocommerce-page #woo-wrapper .related.products .prod-exc {
  display: none;
}

.woocommerce-page #woo-wrapper #single-product-details {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.woocommerce-page #woo-wrapper #single-product-details .description-wrapper {
  margin-top: 20px;
}

.woocommerce-page #woo-wrapper div.product input.qty {
  margin: 0;
  padding: 5px;
  height: auto;
}

.woocommerce-page #woo-wrapper div.product form.cart {
  margin-bottom: 1em;
}

@media (min-width: 64em) {
  .woocommerce-page #woo-wrapper div.product div.woocommerce-product-gallery {
    float: left;
    width: 38%;
    clear: none;
  }
}

.woocommerce-page #woo-wrapper div.product div.summary {
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .woocommerce-page #woo-wrapper div.product div.summary {
    float: right;
    width: 58%;
    clear: none;
  }
}

.woocommerce-page #woo-wrapper div.product h1.product_title {
  margin-bottom: 0;
}

.woocommerce-page #woo-wrapper div.product p.price {
  color: #dfa328;
  font-size: 2rem;
}

.woocommerce-page #woo-wrapper iframe {
  margin: 20px 0;
  max-width: 100% !important;
}

.woocommerce-page #woo-wrapper .product_meta {
  margin-bottom: 20px;
}

.woocommerce-page #woo-wrapper .posted_in,
.woocommerce-page #woo-wrapper .sku_wrapper {
  display: block;
  font-weight: bold;
}

.woocommerce-page #woo-wrapper .posted_in a,
.woocommerce-page #woo-wrapper .posted_in .sku,
.woocommerce-page #woo-wrapper .sku_wrapper a,
.woocommerce-page #woo-wrapper .sku_wrapper .sku {
  font-weight: normal;
}

.woocommerce-page #woo-wrapper ul.features__listing {
  padding: 0;
  margin: 0;
}

.woocommerce-page #woo-wrapper section.related.products {
  display: block;
  clear: both;
}

.woocommerce-page #woo-wrapper .product-categories {
  margin-bottom: 0;
}

.woocommerce-page #woo-wrapper .product-categories li {
  margin: 0;
}

.woocommerce-page #woo-wrapper .product-categories li.current-cat-parent ul.children, .woocommerce-page #woo-wrapper .product-categories li.current-cat ul.children {
  display: block;
}

.woocommerce-page #woo-wrapper .product-categories li.current-cat-parent > a, .woocommerce-page #woo-wrapper .product-categories li.current-cat > a {
  color: #000;
}

.woocommerce-page #woo-wrapper .product-categories li a {
  color: #333;
  text-transform: uppercase;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  display: block;
}

.woocommerce-page #woo-wrapper .product-categories ul.children {
  display: none;
  border-bottom: 1px solid #ddd;
}

.woocommerce-page #woo-wrapper .product-categories ul.children ul.children li a {
  display: block;
  padding-left: 15px;
}

.woocommerce-page #woo-wrapper .product-categories ul.children li a {
  font-family: "Open Sans", sans-serif;
  display: block;
  border: 0;
  padding: 0;
}

.woocommerce-page #woo-wrapper .product-categories ul.children li a:before {
  content: '- ';
  position: relative;
}

.woocommerce-page #woo-wrapper .product-categories ul.children li.current-cat > a {
  color: #dfa328;
}

/******************************************************************
Site Specific
******************************************************************/
body.page-child #page-categories {
  display: none;
}

.layout-panel {
  padding: 0 0 50px;
  margin: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout-panel .cell {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout-panel .cell > h1, .layout-panel .cell > h2, .layout-panel .cell > h3, .layout-panel .cell > h4, .layout-panel .cell > h5, .layout-panel .cell > h6 {
  margin-top: 0;
}

.layout-panel .fluid {
  max-width: 120rem;
  padding: 0;
}

.layout-panel.alt-bg {
  background-color: #f6e740;
}

.layout-panel.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.layout-panel.no-top {
  margin-top: 0;
  padding-top: 0;
}

.layout-panel.no-pad {
  padding: 0;
}

.layout-panel.no-margin {
  margin: 0;
}

.layout-panel.darkbg {
  background-color: #0060ad;
  color: #fff;
}

.layout-panel.darkbg a.button, .layout-panel.darkbg p, .layout-panel.darkbg a, .layout-panel.darkbg h2, .layout-panel.darkbg h3, .layout-panel.darkbg h4, .layout-panel.darkbg h5 {
  color: #fff;
}

.layout-panel.lightbg {
  background-color: #fff;
}

.layout-panel.greybg {
  background-color: #eee;
}

.layout-panel.extrapad .cell {
  padding: 30px;
}

.layout-panel .cell > h2:first-child {
  margin-top: 0;
}

.layout-panel .cell.extrapad {
  padding: 50px 50px;
}

.layout-panel.shortrow {
  max-width: 50rem;
  margin-bottom: 30px;
}

.layout-panel.shortrow h2 {
  margin-top: 10px;
}

.layout-panel.shortrow img {
  max-height: 250px;
}

.layout-panel.grid-panel a {
  display: block;
  background-size: cover;
  background-position: center center;
  color: #fff;
  min-height: 280px;
  padding-top: 235px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}

.layout-panel.grid-panel a:hover {
  opacity: 0.8;
}

.layout-panel.grid-panel p {
  color: #fff;
}

.layout-panel.grid-panel h3 {
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
  display: block;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 3px solid #0060ad;
}

.services-panel h2 {
  background: #f7f7f7;
  color: #888888;
  padding: 5px;
  margin-top: 0;
}

.services-panel a {
  color: #333;
}

.services-panel h3 {
  margin: 0 5px 0 0;
}

.services-panel .inner {
  padding: 15px;
}

.services-panel .service-wrapper > .cell {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.services-panel .service-wrapper > .cell:hover {
  background: #eee;
}

.services-panel ul {
  margin: 0;
  padding: 0;
}

.services-panel ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.services-panel ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 5px;
  left: 0;
  color: #0060ad;
  font-size: 0.8rem;
}

.services-panel .text {
  margin-top: 15px;
}

.post h3 {
  margin: 0 0 30px;
  font-size: 1.8rem;
}

#archive-wrapper .post {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.post .price {
  background-color: rgba(213, 177, 65, 0.8);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1.2rem;
  padding: 20px;
  line-height: 1;
  pointer-events: none;
}

.post .post-image {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.post .post-image img {
  width: 100%;
}

.post .post-title {
  margin-bottom: 30px;
}

.post .post-title h2 {
  margin: 0;
}

.room-wrapper .post .post-title h2 {
  margin-bottom: 10px;
}

.post .post-details {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
  width: 80%;
  margin: -50px auto;
  position: relative;
  padding: 30px;
  text-align: center;
}

#single-post {
  margin-bottom: 50px;
}

#single-post h3 {
  color: #0060ad;
  text-transform: uppercase;
  margin: 0 0 30px;
}

#single-post #gallery {
  margin-bottom: 50px;
}

#single-post .post-desc {
  margin: 30px 0;
}

#single-post .post-image {
  margin-bottom: 50px;
  text-align: left;
}

#wrapper .gform_wrapper h2.gsection_title {
  margin-top: 30px !important;
}

#wrapper .gform_wrapper .gsection {
  padding-bottom: 10px !important;
}

.widget-cta {
  background: #0060ad;
  background-size: cover;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px !important;
}

.widget-cta .inner {
  background: rgba(0, 0, 0, 0.4);
  padding: 50px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px !important;
  color: #fff;
  font-size: 1.2rem;
}

body.home .widget-cta .inner {
  padding: 80px 20px;
  font-size: 1.5rem;
}

.widget-cta .inner h3 {
  color: #fff;
  margin-top: 0;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.widget-cta .inner ul {
  margin: 0;
  padding: 0;
}

.widget-cta .inner li {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.widget-cta .inner li:before {
  content: '\f058';
  color: #0060ad;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-style: normal;
}

.widget-cta .inner li a {
  text-shadow: 1px 1px 3px #000;
}

#wrapper .gform_wrapper .enquiry-form {
  padding: 15px;
  border-top: 0;
  border-bottom: 0;
  margin: 0 0 20px;
  color: #fff;
  background: #0060ad;
  position: relative;
  display: block;
  padding: 0;
}

#wrapper .gform_wrapper .enquiry-form p {
  text-align: center;
}

#wrapper .gform_wrapper .enquiry-form h2 {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 10px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

#wrapper .gform_wrapper .enquiry-form h2 a {
  font-size: 1.2rem;
  display: block;
  color: #dfa328;
  font-weight: bold;
}

#wrapper .gform_wrapper .enquiry-form a {
  color: #fff;
}

#wrapper .gform_wrapper .enquiry-form li.gfield.gf_right_half {
  float: right;
}

#wrapper .gform_wrapper .enquiry-form .gform_description {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin: 0 auto 10px;
  display: block;
}

#wrapper .gform_wrapper .enquiry-form .gform_page_footer,
#wrapper .gform_wrapper .enquiry-form .gform_footer {
  text-align: center;
  padding: 0 20px 25px;
  width: 100%;
  margin: 0;
}

#wrapper .gform_wrapper .enquiry-form .gform_page_footer .button,
#wrapper .gform_wrapper .enquiry-form .gform_footer .button {
  margin: 0;
  position: relative;
  font-size: 1.1rem;
  line-height: 1;
  display: block;
  border: 0;
  padding: 15px 10px;
  margin: 0;
  width: 100%;
  background: #dfa328;
}

#wrapper .gform_wrapper .enquiry-form .gform_page_footer .button:hover,
#wrapper .gform_wrapper .enquiry-form .gform_footer .button:hover {
  background: #f6e740;
}

#wrapper .gform_wrapper .enquiry-form ul.gform_fields {
  padding: 20px 20px 10px;
}

#wrapper .gform_wrapper .enquiry-form ul.gform_fields li.gfield {
  margin-bottom: 0;
  margin-top: 0;
}

#wrapper .gform_wrapper .enquiry-form li {
  padding: 0;
  margin: 0;
  text-align: left;
}

#wrapper .gform_wrapper .enquiry-form .gfield_label {
  text-align: left;
  color: #333;
  font-weight: normal;
  margin: 0;
}

#wrapper .gform_wrapper .enquiry-form .gfield_required {
  display: none;
}

#wrapper .gform_wrapper .enquiry-form .medium, #wrapper .gform_wrapper .enquiry-form .medium, #wrapper .gform_wrapper .enquiry-form select, #wrapper .gform_wrapper .enquiry-form textarea {
  font-size: 0.9rem !important;
  background-color: #fff !important;
  color: #333;
  width: 100%;
  padding: 3px 10px;
  margin: 0;
  box-shadow: none;
  position: relative;
  border: 2px solid #ddd;
}

#wrapper .gform_wrapper .enquiry-form textarea.medium {
  height: 80px;
}

#wrapper .gform_wrapper .enquiry-form select option {
  color: #333;
}

#wrapper .gform_wrapper .enquiry-form .ginput_container {
  border: 0;
  position: relative;
  overflow: hidden;
}

#wrapper .gform_wrapper .enquiry-form ::-webkit-input-placeholder {
  color: #999;
}

#wrapper .gform_wrapper .enquiry-form ::-moz-placeholder {
  color: #999;
}

#wrapper .gform_wrapper .enquiry-form :-ms-input-placeholder {
  color: #999;
}

#wrapper .gform_wrapper .enquiry-form :-moz-placeholder {
  color: #999;
}

#title-container {
  margin-top: 0;
  color: #333;
  margin-bottom: 15px;
  background-image: url(assets/images/hero-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

#title-container span.author {
  border-top: 1px solid #fff;
  border-bottom: 1px solid;
  display: block;
}

#title-container .mask {
  background: rgba(0, 54, 97, 0.81);
  padding: 5%;
}

@media (min-width: 64em) {
  #title-container .mask {
    padding: 2%;
    text-align: center;
  }
}

#title-container h1, #title-container h2 {
  color: #fff;
}

@media (min-width: 64em) {
  #title-container h1, #title-container h2 {
    font-size: 2rem;
    max-width: 800px;
    margin: 0 auto 10px;
  }
}

#title-container .subheading {
  color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  font-size: 1.1rem;
  font-family: "Raleway", sans-serif;
  line-height: 1.5;
}

#title-container .subheading p {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1.page-title {
  font-size: 2.5rem;
  margin: 0;
  color: #0060ad;
}

#content p.large, #content .large p {
  font-size: 1.5em;
}

#main table tbody tr:nth-child(even) {
  background-color: #fff;
}

#contact-page-form {
  background-color: #eee;
  padding: 20px;
}

#wrapper #contact-details-container {
  padding-bottom: 80px;
}

#wrapper #contact-details-container #gform_wrapper_5 .button {
  font-size: 1.5rem;
}

#wrapper #contact-details-container #gform_wrapper_5 .enquiry-form {
  border: 0;
  padding: 0;
}

#wrapper #contact-details-container #gform_wrapper_5 textarea.medium {
  height: 150px !important;
}

#wrapper #contact-details-container h2 {
  margin-top: 10px;
}

#wrapper #contact-details-container #map-canvas {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

#wrapper #contact-details-container .contact-details td {
  font-size: 0.8rem;
  vertical-align: top;
}

#wrapper #contact-details-container .contact-details td p {
  font-size: 0.8rem;
}

#wrapper #contact-details-container .contact-details td h4 {
  margin-top: 0;
}

/* Posts */
#content .post-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

#content .post-container .fa {
  color: #0060ad;
}

#content .post-container h2 {
  text-transform: none;
  margin-top: 0;
}

#content .post-container .meta {
  color: #999;
  font-style: italic;
  margin: 20px 0;
}

#content .post-container .meta a {
  color: #999;
}

#content .post-container .meta span {
  display: inline-block;
}

#content .post-container .meta .author {
  margin-right: 20px;
}

#content .post-container .post-thumb {
  position: relative;
  margin-bottom: 20px;
}

#content .post-container .date {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  top: 0;
  background: #0060ad;
  padding: 15px 20px;
  text-align: center;
}

#content .post-container .date .date-inner {
  position: relative;
  z-index: 9;
}

#content .post-container .date span {
  display: block;
  line-height: 1;
  color: #fff;
}

#content .post-container .button {
  margin-top: 20px;
}

div.post-share .row {
  text-transform: uppercase;
  background-color: #eee;
  margin: 20px 0;
}

.form-wrapper {
  padding: 20px;
  background: #eee;
}

/*********************
FOOTER STYLES
*********************/
#footer-cta {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  padding-top: 50px;
}

body.home #footer-cta {
  padding-top: 0;
}

#footer-cta .inner {
  padding: 50px;
  background: #0060ad;
}

#footer-cta .widgettitle {
  font-size: 2.3rem;
  text-transform: none;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}

#footer-cta .button {
  text-transform: uppercase;
  font-size: 1.2rem;
  position: relative;
  z-index: 99;
  margin: 20px auto 10px;
  width: auto;
  background: #dfa328;
}

@media (min-width: 64em) {
  #footer-cta .button {
    vertical-align: middle;
    margin: 0 0 0 10px;
  }
}

#footer-cta a {
  color: #fff;
}

#footer {
  margin-top: 0px;
  text-align: center;
  color: #333;
  background: #eee;
}

#footer #footer-top {
  font-size: 1.2rem;
}

@media (min-width: 64em) {
  #footer #footer-top {
    padding: 30px 0;
  }
}

#footer #footer-top a {
  font-size: 1rem;
  color: #333;
}

#footer #footer-top a:hover {
  color: #0060ad;
}

#footer #footer-top .fa-stack {
  font-size: 1.5rem;
}

#footer #footer-top .fa-stack-1x {
  color: #fff;
}

#footer #footer-top .fa-stack-2x {
  color: #0060ad;
}

#footer .footer-logo {
  max-width: 180px;
}

#footer ul {
  margin: 0;
  padding: 0;
  line-height: 1;
}

#footer li {
  margin-right: 5px;
  padding-bottom: 0;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

#footer li a {
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
}

#footer li a:hover {
  color: #fff;
}

#footer #menu-footer-menu {
  padding: 5px 0;
  margin: 20px 0;
  border-top: 2px solid #0060ad;
  border-bottom: 2px solid #0060ad;
  text-align: center;
  display: inline-block;
}

#footer #menu-footer-menu li {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 64em) {
  #footer #menu-footer-menu li {
    margin: 0 20px;
    display: inline-block;
  }
}

#footer #menu-footer-menu li a {
  font-weight: bold;
  font-size: 0.85rem;
}

#footer-bottom {
  background: #333;
  padding: 30px 0;
  color: #fff;
  font-size: 0.8rem;
}

#footer-bottom p {
  margin: 0;
}

#footer-bottom a {
  color: #fff;
}

#main .masters-table td {
  width: 7%;
}

#main .masters-table td.img img {
  width: 50px;
}

#main .masters-table td.details {
  width: 50%;
}

#main .masters-table td.details .master-article {
  margin-top: 5px;
}

#main .masters-table td.details .master-article p {
  font-size: 0.85rem;
}

/*# sourceMappingURL=style.css.map */


/* By WP Tech */
div#gform_confirmation_message_2 {
    color: #fff;
    text-align: center;
}
.sticky .grecaptcha-badge {
    display: none;
}
.google-policies{
    margin: 7px 0 0;
    font-size: 10px;
}
.grecaptcha-badge {display: none;}

.page-id-2949 #wrapper .gform_wrapper span.gfield_required{
    display: inline-block;
}
.offline-cc-wrapper h3 {
    margin: 30px 0 15px !important;
}
.offline-cc-wrapper .gform_wrapper li.gfield.gfield_error{
    background: transparent;
    border: none;
}
#wrapper .offline-cc-wrapper .gform_wrapper li.gfield_error input, #wrapper .offline-cc-wrapper .gform_wrapper li.gfield_error textarea {
    border: 1px solid red !important;
    margin-bottom: 10px !important;
}
.offline-cc-wrapper .offline-card-type input {
    text-transform: capitalize;
}
.offline-cc-wrapper p {
    margin-bottom: 5px;
}
.offline-cc-wrapper li#field_8_15 {
    margin-top: 15px;
}
.student-master-forms span.form-radio-input {
    margin-right: 15px;
    display: inline-block;
    width: 100%;
}
.student-master-forms span.form-radio-input input {
    margin-right: 7px;
    margin-left: 10px;
    margin-bottom: 0;
}
.student-master-forms .hidden-fields, .student-master-forms .form-steps-wrapper {
    display: none;
}
.student-master-forms span.form-checkbox-input {
    display: inline-block;
    width: 100%;
}
.student-master-forms span.form-checkbox-input input {
    margin-right: 10px;
    margin-top: 6px;
    float: left;
}
.student-master-forms .form-btn-wrapper a {
    background: #0060ad;
    color: #FFF;
    display: inline-block;
    padding: 8px 30px;
    border: 2px solid #0060ad;
    border-radius: 5px;
    transition: all .5s;
}
.student-master-forms .form-btn-wrapper a:hover {
    background: transparent;
    color: #0060ad;
}
.student-master-forms .form-btn-wrapper{
    overflow: hidden;
}
.student-master-forms .form-btn-wrapper a.next-btn{
    float: right;
}
.student-master-forms .form-btn-wrapper a.back-btn{
    float: left;
}
div#ui-datepicker-div {
    z-index: 99 !important;
}
#home-contact-form .gform_wrapper .enquiry-form {
    background: #eee;
    margin: 20px 0;
}
#home-contact-form .gform_wrapper .enquiry-form {
    background: #eee;
    margin: 20px 0;
}
#home-contact-form .gform_wrapper .enquiry-form h2 {
    color: #000;
}

#home-contact-form .gform_wrapper .enquiry-form h2 a {
    margin-top: 6px;
}
#home-contact-form div#gform_confirmation_message_2 {
    color: #000;
    margin: 20px 0 0;
}

.accomodation-btn{
    background: #0060ad;
    border: 2px solid #0060ad;
    color: #FFF;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 20px 0;
    transition: all .5s;
}
.accomodation-btn{
    background: #FFF !important;
    color: #0060ad !important;
}

/* WPTS ticket 10359 - ja - start */
@media only screen and (max-width: 736px){
  .page-id-5358 #main #content .content_sec,
  .page-id-5356 #main #content .content_sec
  {
    width: 98%;
    padding: 40px 20px 20px;
  }
}


/* WPTS ticket 10359 - ja - end */
/* WPTS ticket 12581 - ja - start */
ul.dd-options.dd-click-off-close li:nth-child(4){
	display: block !important;
}
/* WPTS ticket 12581 - ja - end */

.page-id-5358 .tribe-event-schedule-details{
    font-weight: 700;
}
@media only screen and (min-width:768px) {
	#home-featured .feature-text {
	  margin-left: 40% !important;
	}
	#home-featured {
		background-position: left 20%;
	}
}
@media only screen and (max-width:768px) {
	#home-featured .grid-x.grid-margin-x.align-middle {
	  margin-right: 0;
	}
/*	#home-featured .mask .grid-container {
	  width: 423px;
	  right: 0;
	  margin-right: 0;
	  position: relative;
	} */
}
/* @media only screen and (max-width:600px) {
	#home-featured {
	  background-image: url(https://www.avataroceania.com/wp-content/uploads/2023/04/ticket-03-28-2023-1.png) !important;
} 
	#home-featured .feature-text h1, #home-featured .feature-text h1 + p {
	  top: -50px;
	  position: relative;
	  padding-bottom: 0;
	  margin-bottom: 0;
	}
	#home-featured .feature-text h1 + p + p + p, #home-featured .feature-text h1 + p + p + p + p {
	  position: relative;
	  top: 78px;
	}
	#home-featured .feature-text {
	  margin-left: 0;
	  padding-left: 0;
	}
	#home-featured .large-12.cell.text-center {
	  margin-left: 0 !important;
	}
} */

/* WPTS - ticket 29662 - ja - start */
@media (min-width: 768px) {
.page-id-2113 .rt-team-container .img-responsive {
	height: 165px;
	object-fit: cover;
}
} 
/* WPTS - ticket 29662 - ja - end */