/******************************************************************
Theme Name: Dannys Bread
Author: Knight Media
Author URI: http://www.knightmedia.com.au
Version: 4.3
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  color: #000;
  background-color: #fff;
  font-weight: 400;
  font-family: "Merriweather", serif;
  overflow-x: hidden;
  font-size: 14px;
}

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

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

hr {
  margin: 2rem 0;
}

/*********************
LINK STYLES
*********************/
a {
  color: #A79A7F;
  -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: #331B0E;
}

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

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

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

h2 {
  font-size: 1.8rem;
  font-weight: normal;
}

h2 strong {
  color: #000;
}

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

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.1rem;
}

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

#main {
  padding: 50px 0 50px;
  margin: 0;
  background: url(assets/images/body-bg.png) #fff;
}

#content {
  z-index: 9;
}

#content p {
  line-height: 1.8;
}

#content p, #content li {
  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 #331B0E;
}

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

.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: #EDF5F4;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #EDF5F4;
  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: #331B0E;
  color: #fff;
  padding: 15px 25px;
  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: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px !important;
  font-family: "Roboto", sans-serif;
  box-shadow: 0px 2px 2px rgba(75, 75, 75, 0.28);
}

.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: #A79A7F;
  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 #331B0E;
  color: #331B0E;
}

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

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

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

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

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

#crumbs a:hover, #breadcrumbs a:hover {
  color: #331B0E;
}

#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 Pro';
  content: "\f105";
  position: absolute;
  top: 10px;
  left: 5px;
  color: #331B0E;
}

.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: #331B0E;
  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: #331B0E;
  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 Pro';
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  color: #331B0E;
}

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 Pro';
  content: "\f111";
  position: absolute;
  top: 7px;
  left: 0;
  color: #A79A7F;
  font-size: 0.5rem;
}

@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: 2px;
  margin-bottom: 5px;
}

ul.question-list li:before,
ul.check-list li:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f058";
  position: relative;
  color: #331B0E;
  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: #331B0E;
}

.secondary {
  color: #A79A7F;
}

.tertiary {
  color: #331B0E;
}

#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: #000;
  padding-right: 30px;
}

.accordion-panel .accordion-title:before {
  color: #331B0E;
}

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

#wrapper .lead p {
  font-size: 1.3rem;
}

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

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

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

.layout-panel.sub-product {
  padding-top: 0;
}

.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 .cell > h2:after {
  content: '';
  width: 65px;
  height: 2px;
  margin: 0;
  background: #331B0E;
  display: block;
  position: relative;
  margin: 15px 0;
}

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

.layout-panel .cell.img .inner {
  min-height: 400px;
}

.layout-panel .section-head h2 {
  text-align: center;
  text-transform: uppercase;
  color: #331B0E;
  margin: 0;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}

.layout-panel .section-head h2:after {
  content: '';
  width: 65px;
  height: 2px;
  margin: 0;
  background: #331B0E;
  display: block;
  position: relative;
  margin: 15px auto;
}

.layout-panel .section-head h3 {
  letter-spacing: 0.1rem;
  text-align: center;
}

@media (min-width: 64em) {
  .layout-panel .section-head h3 {
    font-size: 3rem;
    font-weight: normal;
    margin: 10px auto 50px;
    max-width: 930px;
  }
}

.layout-panel .section-head h4 {
  color: #777;
  text-align: center;
  margin: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

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

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

.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: #331B0E;
  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: #EDF5F4;
}

.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 #331B0E;
}

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

.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: #331B0E;
  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;
}

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

#wrapper .sidebar .widget h4, #wrapper .sidebar .widget h4.widgettitle {
  color: #331B0E;
  text-transform: uppercase;
  font-family: "Merriweather", 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: #A79A7F;
}

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

#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 Pro';
  content: "\f054";
  position: absolute;
  top: 3px;
  font-size: 0.85rem;
  left: 0;
  color: #A79A7F;
}

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

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

#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: #331B0E;
}

#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 form {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px !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;
}

@media (min-width: 40em) {
  #wrapper .gform_wrapper li.gf_right_half {
    float: right;
  }
}

@media (min-width: 40em) {
  #wrapper .gform_wrapper li.gfield.gf_left_half {
    padding-right: 10px;
  }
}

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

#wrapper .gform_wrapper .medium, #wrapper .gform_wrapper .medium, #wrapper .gform_wrapper select, #wrapper .gform_wrapper textarea, #wrapper .gform_wrapper input[type="text"] {
  font-size: 1rem !important;
  color: #000;
  width: 100%;
  padding: 15px 10px !important;
  margin: 0;
  box-shadow: none;
  position: relative;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px !important;
  background: #fff;
  height: auto;
}

#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_page_footer,
#wrapper .gform_wrapper .gform_footer {
  text-align: center;
  padding: 0 20px 25px;
  width: 100%;
}

#wrapper .gform_wrapper .gform_page_footer .button,
#wrapper .gform_wrapper .gform_footer .button {
  margin: 0;
  position: relative;
  font-size: 1.1rem;
  line-height: 1;
  border: 0;
  padding: 20px 20px;
  margin: 0;
  width: auto;
  background: #331B0E;
  color: #fff;
  font-weight: normal;
  min-width: 200px;
}

#wrapper .gform_wrapper .gform_page_footer .button:hover,
#wrapper .gform_wrapper .gform_footer .button:hover {
  background: #A79A7F;
  color: #fff;
}

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

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

#wrapper .gform_wrapper h3.gform_title {
  color: #331B0E;
  text-transform: uppercase;
  font-family: "Merriweather", 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;
}

#wrapper .gform_wrapper :-moz-placeholder,
#wrapper .gform_wrapper :-ms-input-placeholder,
#wrapper .gform_wrapper ::-moz-placeholder,
#wrapper .gform_wrapper ::-webkit-input-placeholder {
  color: #999;
}

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

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

#wrapper .gform_wrapper .enquiry-form h2 {
  background: #331B0E;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0 !important;
}

#wrapper .gform_wrapper .enquiry-form h2 ::after {
  content: '';
  position: absolute;
  left: 45%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #331B0E;
  clear: both;
}

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

/******************************************************************
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 #331B0E;
    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-wrapper {
  background: #fff;
}

@media (min-width: 64em) {
  .logo {
    margin: 5px 0;
    position: absolute;
    top: 0;
    text-align: center;
  }
}

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

.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
*********************/
#top-nav,
#primary-nav {
  position: relative;
  padding: 20px 0;
  background: transparent;
}

#top-nav li a,
#primary-nav li a {
  color: #000;
  padding: 12px 12px;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}

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

#top-nav li a:hover,
#primary-nav li a:hover {
  background: transparent;
  color: #331B0E;
}

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

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

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

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

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

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

#top-nav li ul .submenu,
#primary-nav li ul .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: #fff;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px !important;
  min-width: 250px;
}

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

#top-nav .menu .active > a,
#primary-nav .menu .active > a {
  background-color: transparent;
}

#menu-top-menu-1 > li > a:before {
  font-family: 'Font Awesome 5 Pro';
  color: #331B0E;
}

#menu-top-menu-1 > li:last-child > a:before {
  content: "\f095";
  font-weight: bold;
  margin-right: 5px;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: inline-block;
}

#menu-top-menu-1 > li:nth-child(2) a {
  font-size: 0;
}

#menu-top-menu-1 > li:nth-child(2) > a:before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
  font-size: 1rem;
}

#menu-top-menu-1 > li:nth-child(3) a {
  font-size: 0;
}

#menu-top-menu-1 > li:nth-child(3) > a:before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-size: 1rem;
}

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

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

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

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

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

.off-canvas li a:after {
  border-color: #331B0E transparent transparent;
}

.off-canvas li a:hover {
  color: #331B0E;
}

.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: #fff;
}

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

.off-canvas .widget a {
  color: #331B0E;
}

#mobile-header {
  background: #fff;
  padding: 0;
}

#mobile-header .logo {
  margin: 10px 0;
}

#mobile-header a.nav-toggle {
  color: #331B0E;
  display: block;
}

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

#home-featured {
  background-position: center;
  background-repeat: repeat-x;
  background-color: #fff;
  background-size: cover;
}

#home-featured .feature-text {
  margin: 30px 0;
  padding: 20px;
  text-align: center;
  background: url(assets/images/feature-bg.png) no-repeat center center #331B0E;
  color: #fff;
}

@media (min-width: 64em) {
  #home-featured .feature-text {
    margin: 240px 0 -50px;
    padding: 50px 80px;
  }
}

#home-featured .feature-text p {
  color: #fff;
  font-weight: normal;
  line-height: 1.8rem;
}

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

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

#home-featured .feature-text .button-alt {
  min-width: 250px;
  color: #A79A7F;
  border-color: #A79A7F;
  margin-top: 10px;
}

#home-featured .feature-text .button-alt:hover {
  color: #fff;
  border-color: #fff;
}

#home-about {
  text-align: center;
}

@media (min-width: 64em) {
  #home-about {
    padding-top: 80px;
  }
}

#home-about h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
}

#home-about h2:after {
  content: '';
  width: 65px;
  height: 2px;
  margin: 0;
  background: #331B0E;
  display: block;
  position: relative;
  margin: 15px auto;
}

#home-about a {
  font-style: italic;
  text-decoration: underline;
}

#page-gallery a {
  display: block;
  position: relative;
}

#page-gallery .cell {
  margin-bottom: 20px;
}

#page-gallery .zoom {
  position: absolute;
  top: 40%;
  right: 5px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50% !important;
  opacity: 0;
  width: 100%;
  text-align: center;
  padding: 5px;
  color: #fff;
  line-height: 1;
  font-size: 48px;
  -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;
}

#page-gallery a:hover .zoom {
  opacity: 0.8;
}

#home-gallery {
  padding: 40px 0;
  background: #331B0E;
}

#home-gallery .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

#home-gallery .owl-dots {
  display: none;
}

#home-gallery .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
}

#home-gallery .owl-nav > div {
  position: absolute;
  background: #ddd;
  color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50% !important;
  line-height: 1;
  font-size: 2rem;
  padding: 3px 15px;
  opacity: 0.8;
}

#home-gallery .owl-nav > div.disabled {
  opacity: 0.3;
}

#home-gallery .owl-nav > div:hover {
  background: #331B0E;
  color: #fff;
}

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

@media (min-width: 64em) {
  #home-gallery .owl-nav .owl-prev {
    left: -25px;
  }
}

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

@media (min-width: 64em) {
  #home-gallery .owl-nav .owl-next {
    right: -25px;
  }
}

#home-gallery .zoom {
  position: absolute;
  top: 40%;
  right: 5px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50% !important;
  opacity: 0;
  width: 100%;
  text-align: center;
  padding: 5px;
  color: #fff;
  line-height: 1;
  font-size: 48px;
  -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;
}

#home-gallery a:hover .zoom {
  opacity: 0.8;
}

/******************************************************************
Site Specific
******************************************************************/
#title-container {
  margin-top: 0;
  color: #fff;
  background-size: cover;
  position: relative;
  z-index: 1;
  background: url(assets/images/hero.jpg) repeat-x #331B0E center;
  background-size: cover;
}

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

#title-container .mask {
  padding: 50px 20px 50px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}

@media (min-width: 64em) {
  #title-container .mask {
    padding: 150px 20px 50px;
  }
}

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

@media (min-width: 64em) {
  #title-container h1, #title-container h2 {
    font-size: 2rem;
    margin: 0 auto 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
}

#title-container .subheading {
  color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: normal;
  text-transform: uppercase;
}

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

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

#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: #EDF5F4;
  padding: 20px;
}

#wrapper .contact-details .widgettitle {
  display: none;
}

#wrapper .contact-details #gform_wrapper_2 h2 {
  text-align: center;
}

#wrapper .contact-details #gform_wrapper_2 .textarea {
  height: 200px !important;
}

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

#wrapper .contact-details iframe {
  display: block;
  border: 5px solid #e0e0e0 !important;
  margin-top: 30px;
}

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

#content .post-container .fa {
  color: #331B0E;
}

#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: #331B0E;
  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: #EDF5F4;
  margin: 20px 0;
}

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

/*********************
FOOTER STYLES
*********************/
#wrapper .cta-wrapper {
  background: url(assets/images/cta-bg.png) #A79A7F;
  margin: 0;
  color: #fff;
  padding: 50px 20px 0;
  text-align: center;
}

@media (min-width: 64em) {
  #wrapper .cta-wrapper {
    padding: 120px 0;
    text-align: left;
  }
}

#wrapper .cta-wrapper .widgettitle {
  font-size: 1.8rem;
  text-transform: none;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
}

#wrapper .cta-wrapper a {
  color: #fff;
}

#wrapper .cta-wrapper #footer-cta {
  text-align: center;
}

#wrapper .cta-wrapper #footer-cta a {
  font-size: 1.5rem;
}

#wrapper .cta-wrapper #footer-cta p {
  font-size: 2.6rem;
  line-height: 1.5;
}

#wrapper .cta-wrapper .gform_wrapper {
  max-width: 600px;
  margin: 0 auto;
}

#wrapper .cta-wrapper .gform_wrapper .textarea {
  height: 56px !important;
}

@media (min-width: 64em) {
  #wrapper .cta-wrapper .gform_wrapper .button {
    min-width: 300px;
  }
}

#wrapper .cta-wrapper .gform_wrapper .gform_footer {
  margin-top: 30px;
}

#footer-top {
  background: #331B0E;
  padding: 0;
  color: #fff;
}

#footer-top .inner {
  padding: 25px 0 0;
}

@media (min-width: 64em) {
  #footer-top .inner {
    padding: 60px 20px 60px 0;
    min-height: 360px;
  }
}

@media (min-width: 64em) {
  #footer-top .grid-container .cell:first-child .inner,
  #footer-top .grid-container .cell:nth-child(2) .inner {
    border-right: 1px solid #A79A7F;
  }
}

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

#footer-top ul {
  display: block;
}

#footer-top li {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.1rem;
}

#footer-top .menu .active > a {
  background: transparent;
}

#footer-top .fab {
  color: #331B0E;
  background: #A79A7F;
  display: inline-block;
  font-size: 1.5rem;
  width: 50px;
  height: 40px;
  text-align: center;
  padding: 7px 0;
  margin-bottom: 10px;
}

#footer-top a:hover .fab {
  background: #fff;
}

#footer-top #footer-widget1 p {
  display: inline-block;
}

@media (min-width: 64em) {
  #footer-top #footer-widget1 p {
    display: block;
  }
}

#footer-top #footer-widget2 {
  font-size: 1.1rem;
  line-height: 1.5;
}

#footer-top #footer-widget2 a {
  color: #A79A7F;
}

#footer-top .footer-logo {
  margin-bottom: 20px;
}

#footer-top p.copyright {
  font-size: 0.8rem;
  margin-top: 30px;
}

.ginput_recaptcha {
  margin-top: 0 !important;
}

.ginput_recaptcha > div {
  height: 50px !important;
}

.ginput_recaptcha iframe {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

#return-to-top {
  position: fixed;
  bottom: 120px;
  right: 20px;
  background: #A79A7F;
  opacity: 0.8;
  width: 32px;
  height: 32px;
  padding: 0 8px;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  color: #331B0E !important;
  border-radius: 50%;
  z-index: 9;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 40em) {
  #return-to-top {
    display: none !important;
  }
}

a.om-signup-button {
  padding: 10px !important;
  height: auto !important;
  margin: 0 !important;
}

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