/*
Theme Name: OSD
Description: Child theme for Avada theme
Author: Brand Idealogy
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

@import url("https://use.typekit.net/rrd0txk.css");

:root {
  --h1_typography-font-family: degular-display, sans-serif!important;
  --h2_typography-font-family: degular-display, sans-serif!important;
  --h3_typography-font-family: degular-display, sans-serif!important;
  --h4_typography-font-family: degular-display, sans-serif!important;
  --h5_typography-font-family: degular-display, sans-serif!important;
  --button_typography-font-family: degular-display, sans-serif!important;
  --body_typography-font-family: century-gothic, sans-serif!important;
  --h1_typography-font-weight: 200!important;
  --h2_typography-font-weight: 200!important;
  --h3_typography-font-weight: 200!important;
  --heading_typography-font-family: degular-display, sans-serif!important;
  --awb-fusion-font-family-mobile-typography: degular-display, sans-serif!important;
}
.single-post .fusion-content-tb {
    margin-left: 0!important;
    margin-right: 0!important;
}
a:focus {
  outline: none!important;
}
.fusion-filter.fusion-active a {
    border-top: none!important;
}
.fusion-footer .fusion-text.req-assist-text p {
	line-height: 22px;
}
.fa-angle-right::before {
    content: url(https://www.osullivandavies.com.au/wp-content/uploads/2023/02/icon-list-1.svg)!important;
    width: 40px;
    height: 40px;
}
.fa-angle-down::before {
      content: url(https://www.osullivandavies.com.au/wp-content/uploads/2023/02/OSD-Button-Down-Arrow.svg)!important;
    width: 40px;
    height: 40px;  
}
.align-button-container .fusion-button {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.align-button-container-double .fusion-column-wrapper .fusion-builder-row:nth-last-child(1) {
    margin-top: 50px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.awb-menu.collapse-enabled.mobile-size-column-absolute.expanded .awb-menu__main-ul, .awb-menu.collapse-enabled.mobile-size-full-absolute.expanded .awb-menu__main-ul {
padding: 0 20px;
}
.awb-menu.collapse-enabled li a {
	border-bottom: 1px solid #fcfcf5 !important;
}
.awb-menu.collapse-enabled li ul li a {
    border-bottom: none!important;
}
.osd-menu.awb-menu.collapse-enabled.awb-menu_indent-left ul ul a {
  padding-left: 20px !important;
}
#menu-osd-menu li ul {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e1df98;
    margin-left: -40px;
}
.post-content #were-on-your-side h1.extra-large-heading {
    margin-bottom: 0;
}
.awb-menu__sub-li {
    border-bottom: none;
}

.awb-menu.collapse-enabled.mobile-mode-collapse-to-button .awb-menu__m-toggle {
    padding: 0;
}
.fusion-footer .fusion-social-networks .fusion-social-network-icon::before {
    font-size: 32px;
}
.req-assist-text.fusion-text {
    margin-bottom:0;
}
.req-assist-text p {
    text-align: right;
}
#banner-desktop-ratio.ourexpertise .fusion-text {
	margin-top: 300px;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}


a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
::selection {
    background: #25414f;
}
::-moz-selection {
    background: #25414f;
}
body::selection {
    background: #25414f;
}
body::-moz-selection {
    background: #25414f;
}
p::selection {
    background: #25414f;
    color:#fff;
}
p::-moz-selection {
    background: #25414f;
    color:#fff;
}
span::selection {
    background: #25414f;
    color:#fff;
}
span::-moz-selection {
    background: #25414f;
    color:#fff;
}
a::selection {
    background: #25414f;
    color:#fff;
}
a::-moz-selection {
    background: #25414f;
    color:#fff;
}
h1::selection {
    background: #25414f;
    color:#fff;
}
h1::-moz-selection {
    background: #25414f;
    color:#fff;
}
h2::selection {
    background: #25414f;
    color:#fff;
}
h2::-moz-selection {
    background: #25414f;
    color:#fff;
}
h3::selection {
    background: #25414f;
    color:#fff;
}
h3::-moz-selection {
    background: #25414f;
    color:#fff;
}
h4::selection {
    background: #25414f;
    color:#fff;
}
h4::-moz-selection {
    background: #25414f;
    color:#fff;
}
h5::selection {
    background: #25414f;
    color:#fff;
}
h5::-moz-selection {
    background: #25414f;
    color:#fff;
}
h6::selection {
    background: #25414f;
    color:#fff;
}
h6::-moz-selection {
    background: #25414f;
    color:#fff;
}
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
::selection {
    background: #25414f;
}
::-moz-selection {
    background: #25414f;
}
body::selection {
    background: #25414f;
}
body::-moz-selection {
    background: #25414f;
}
p::selection {
    background: #25414f;
    color:#fff;
}
p::-moz-selection {
    background: #25414f;
    color:#fff;
}
span::selection {
    background: #25414f;
    color:#fff;
}
span::-moz-selection {
    background: #25414f;
    color:#fff;
}
a::selection {
    background: #25414f;
    color:#fff;
}
a::-moz-selection {
    background: #25414f;
    color:#fff;
}
h1::selection {
    background: #25414f;
    color:#fff;
}
h1::-moz-selection {
    background: #25414f;
    color:#fff;
}
h2::selection {
    background: #25414f;
    color:#fff;
}
h2::-moz-selection {
    background: #25414f;
    color:#fff;
}
h3::selection {
    background: #25414f;
    color:#fff;
}
h3::-moz-selection {
    background: #25414f;
    color:#fff;
}
h4::selection {
    background: #25414f;
    color:#fff;
}
h4::-moz-selection {
    background: #25414f;
    color:#fff;
}
h5::selection {
    background: #25414f;
    color:#fff;
}
h5::-moz-selection {
    background: #25414f;
    color:#fff;
}
h6::selection {
    background: #25414f;
    color:#fff;
}
h6::-moz-selection {
    background: #25414f;
    color:#fff;
}
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #1e1b1c;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #e1df98;
  margin-bottom: 0.4em;
  line-height: 0.8em;
  letter-spacing: 0.5px;
  font-family: degular-display, sans-serif;
}

h1 {
  font-size: 58px;
}
@media (max-width: 1480px) {
  h1, .post-content .large-heading {
    font-size: 54px!important;
  }
}
@media (max-width: 1200px) {
  h1, .post-content .large-heading {
    font-size: 50px!important;
  }
  .post-content .fusion-column-wrapper .extra-large-heading {
      font-size: 60px!important;
  }
}
@media (max-width: 991px) {
  h1, .post-content .large-heading {
    font-size: 46px!important;
  }
  h4.medium-subheading, .fusion-footer h4.medium-subheading {
      font-size: 20px!important;
  }
  h1.lead-heading, .fusion-text h1.lead-heading {
      font-size: 30px!important;
  }
  .fusion-footer .footer-contacts {
      font-size: 30px!important;
      margin-bottom: 20px;
  }
  .post-content .fusion-column-wrapper .extra-large-heading {
      font-size: 60px!important;
      margin-bottom: 0;
  }
  .fusion-button.large-button span {
      font-size: 28px!important;
  }
  .fusion-column-wrapper .large-arrow-list.fusion-checklist .fusion-li-item-content, .fusion-column-wrapper ul.fusion-checklist .fusion-li-item-content {
      background-position: center left;
  }
  .fusion-column-wrapper .large-arrow-list.fusion-checklist .fusion-li-item-content, .fusion-column-wrapper .large-arrow-list.fusion-checklist .fusion-li-item-content p, .fusion-column-wrapper .large-arrow-list.fusion-checklist .fusion-li-item-content a, .fusion-column-wrapper ul.fusion-checklist .fusion-li-item-content, .fusion-column-wrapper  ul.fusion-checklist .fusion-li-item-content a {
      font-size: 26px!important;
      line-height: 28px!important;
      padding-left: 10px;
      margin-left: 5px;
  }
  .recent-posts-content h4 a {
      font-size: 26px!important;
      line-height: 28px!important;
  }
  .fusion-column-wrapper .large-arrow-list.fusion-checklist .circle-yes, ul.fusion-checklist .circle-yes {
      display: none;
  }
  .fusion-column-wrapper .large-arrow-list.fusion-checklist .fusion-li-item {
      padding-top: 8px;
      padding-bottom: 8px;
  }
}

@media (max-width: 768px) {
    .fusion-body .fusion-separator.insights-gap {
        margin-top: 100px!important;
    }
    .fusion-body .fusion-separator.ourexpertise-gap {
        margin-top: 100px!important;
    }
    .fusion-column-wrapper .large-arrow-list.fusion-checklist .fusion-li-item-content, .fusion-column-wrapper .large-arrow-list.fusion-checklist .fusion-li-item-content p, .fusion-column-wrapper .large-arrow-list.fusion-checklist .fusion-li-item-content a, .fusion-column-wrapper ul.fusion-checklist .fusion-li-item-content, .fusion-column-wrapper  ul.fusion-checklist .fusion-li-item-content a {
      padding-left: 0px;
      margin-left: 0px;
  }

  h1, .post-content .large-heading {
    font-size: 42px!important;
  }
  .post-content .fusion-column-wrapper .extra-large-heading {
      font-size: 60px!important;
  }
  .fusion-button.large-button span {
      font-size: 28px!important;
  }
  .large-arrow-list.fusion-checklist .fusion-li-item-content, .large-arrow-list.fusion-checklist .fusion-li-item-content p, .large-arrow-list.fusion-checklist .fusion-li-item-content a, ul.fusion-checklist .fusion-li-item-content, ul.fusion-checklist .fusion-li-item-content a {
      font-size: 28px!important;
      line-height: 28px!important;
  }
}
@media (max-width: 576px) {
    .mobile-size-full-absolute #menu-osd-menu li ul li .awb-menu__sub-a {
	font-size: 14px;
}
    p , .fusion-text p, .fusion-text {
        margin-bottom: 10px!important;
    }
  h1, .post-content .large-heading {
    font-size: 38px!important;
  }
  .post-content .fusion-column-wrapper .extra-large-heading {
      font-size: 60px!important;
      margin-bottom: 0;
  }
  .fusion-button.large-button span {
      font-size: 28px!important;
  }
}
@media (max-width: 320px) {
  h1, .post-content .large-heading {
    font-size: 34px!important;
  }
  .post-content .extra-large-heading {
      font-size: 60px!important;
  }
  .fusion-button.large-button span {
      font-size: 20px!important;
  }
}

h2 {
  font-size: 66px;
  line-height: 0.85em;
}
.require-assistance:active {
    color: #fff;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 32px;
  }
  .require-assistance p {
      text-align: center;
  }
  .fusion-column-wrapper .container-bar.adjust {
    height: 50px;
  }
  .require-assistance {
  font-size: 17px!important;
  line-height: 20px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
 }
 #footer-contact-details {
     background-position: top right;
 }
 .fusion-body #wrapper .fusion-column-wrapper .fusion-title.title-50, .fusion-body .fusion-column-wrapper .fusion-text.excerpt-50 {
     width: 100%;
 }
 .fusion-body #wrapper .fusion-column-wrapper .fusion-post-cards.events .fusion-title h4 {
     min-height: inherit;
 }
 .fusion-body .fusion-post-cards.events .fusion-button-default-size {
     margin-top: 40px;
 }
 .fusion-body #wrapper  .fusion-column-wrapper .fusion-post-cards .fusion-title h4 {
     font-size: 32px!important;
     line-height: 36px!important;
     
 }
}
 .fusion-body #wrapper  .fusion-column-wrapper .fusion-post-cards .pagination a,
 .fusion-body #wrapper  .fusion-column-wrapper .fusion-post-cards .pagination .pagination-next:after,
 .fusion-body #wrapper  .fusion-column-wrapper .fusion-post-cards .pagination .pagination-prev:before {
     color: #1e1b1c;
 }
 .fusion-body #wrapper  .fusion-column-wrapper .fusion-post-cards .pagination .current {
     background-color: #1e1b1c;
     border-color: #1e1b1c;
 }

h3 {
  font-size: 44px;
}
@media (max-width: 1480px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  h3 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 40px;
}
@media (max-width: 1480px) {
  h4 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 36px;
}
@media (max-width: 1480px) {
  h5 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  h5 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 28px;
}
@media (max-width: 1480px) {
  h6 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  h6 {
    font-size: 16px;
  }
}

.heading-section {
  font-size: 16px;
  font-family: degular-display, sans-serif;
  text-transform: uppercase;
  color: #e1df98;
  letter-spacing: 0;
}

.heading-outline {
  color: transparent;
  color: rgba(255, 255, 255, 0);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}
@media (max-width: 576px) {
  .heading-outline {
    -webkit-text-stroke: 0.5px #fff;
  }
}

.heading-outline-red {
  color: transparent;
  color: rgba(255, 255, 255, 0);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #e1df98;
}
@media (max-width: 576px) {
  .heading-outline-red {
    -webkit-text-stroke: 0.5px #e1df98;
  }
}

p {
  margin-bottom: 1em;
  font-family: century-gothic, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: 12px solid #1e1b1c;
  padding-left: 1em;
  font-family: degular-display, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-light {
  font-weight: 300 !important;
}

.text-normal {
  font-weight: 400 !important;
}

.text-small {
  font-size: 0.85em !important;
}

.super-lead {
  font-size: 28.8px;
  font-size: 1.8rem;
}

.lead {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.4em !important;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .lead {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .lead {
    font-size: 16.8px;
    font-size: 1.05rem;
  }
}
@media (max-width: 576px) {
  .lead {
    font-size: 16px;
    font-size: 1rem;
  }
}

.text-drop-shadow {
  text-shadow: 2px 2px 8px #000;
}

.text-white {
  color: #fff;
}

.text-yellow {
  color: #e1df98;
}

.text-red {
  color: red !important;
}

.text-black {
  color: #1e1b1c;
}

@media screen and (max-width: 991px) {
  .text-md-center {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .text-xs-center {
    text-align: center;
  }
}
.alt-text {
  font-family: degular-display, sans-serif;
  color: #e1df98;
  display: block;
  font-style: italic;
  font-size: 26px !important;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 300 !important;
}

.font-small {
  font-size: 80%;
}

p.pre-heading {
  position: relative;
  margin-left: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e1b1c;
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  background-size: auto 1000px;
  background-repeat: repeat;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 16px 0 24px 16px;
  list-style-type: disc;
  padding-left: 0px;
}
ul li,
ol li {
  font-size: 18px;
  font-weight: 300;
  font-family: century-gothic, sans-serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
  line-height: 1.3em;
}
@media (max-width: 576px) {
  ul li,
ol li {
    font-size: 16px;
  }
}

ul {
  list-style-type: disc;
  padding-left: 0px;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 20px;
  margin-left: 12px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn-outline-white {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  font-family: "Gotham Ultra";
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 16px 32px;
  color: #fff !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-white:hover {
  background-color: #e1df98;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #e1df98;
  color: #fff;
}
@media (max-width: 991px) {
  .btn-outline-white {
    font-size: 18px;
    padding: 14px 28px;
  }
}

.btn-primary {
  display: inline-block;
  background-color: #e1df98;
  color: #fff !important;
  border-radius: 24px;
  padding: 8px 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.btn-primary:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #1e1b1c;
}

.btn-secondary {
  display: inline-block;
  background-color: #1e1b1c;
  color: #fff !important;
  border-radius: 24px;
  padding: 8px 48px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 700;
}
.btn-secondary:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #e1df98;
}

.btn-primary-white {
  display: flex;
  flex-direction: row;
  background-color: transparent;
  align-items: center;
  color: #fff !important;
  border-radius: 0;
  padding: 8px 32px 8px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: degular-display, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.btn-primary-white:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #1e1b1c;
}
.btn-primary-white:hover span {
  /*transform: translate(-100px, 0);*/
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
}
.btn-primary-white:hover img {
  transform: translate(-118px, 0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-primary-white span {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-primary-white img {
  width: 28px;
  margin-left: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-primary-red {
  display: flex;
  flex-direction: row;
  background-color: transparent;
  align-items: center;
  color: #e1df98 !important;
  border-radius: 0;
  padding: 8px 32px 8px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: degular-display, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.btn-primary-red:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #1e1b1c;
}
.btn-primary-red:hover span {
  /*transform: translate(-100px, 0);*/
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
}
.btn-primary-red:hover img {
  transform: translate(-118px, 0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-primary-red span {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-primary-red img {
  width: 28px;
  margin-left: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-solid-red {
  display: flex;
  flex-direction: row;
  background-color: #e1df98;
  align-items: center;
  color: #fff !important;
  border-radius: 0;
  padding: 8px 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: degular-display, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  max-width: 370px;
  justify-content: center;
  font-size: 14.4px;
  font-size: 0.9rem;
}
@media (max-width: 576px) {
  .btn-solid-red {
    padding: 8px 20px;
  }
}
.btn-solid-red:visited {
  color: #fff !important;
}
.btn-solid-red:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #1e1b1c;
}
.btn-solid-red:hover span {
  /*transform: translate(-100px, 0);*/
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 1;
  color: #fff;
}
.btn-solid-red:hover img {
  transform: translate(100%, 0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 576px) {
  .btn-solid-red:hover img {
    transform: none;
  }
}
.btn-solid-red span {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-solid-red img {
  width: 28px;
  margin-left: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-width-auto {
  max-width: initial !important;
}

.btn-inline {
  display: inline-block !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #504949;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #504949;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #e1df98;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a:visited {
  color: #e1df98;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #1e1b1c;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar {
  background-color: transparent;
  height: auto;
  border-radius: 0;
  border: 0;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar .navbar-brand {
  width: 254px;
  margin-right: 0px;
  margin-top: 80px;
  display:block;
}
@media (max-width: 1200px) {
  .navbar .navbar-brand {
    width: 250px;
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    width: 220px;
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-brand {
    margin-top: 20px;
    width: 200px;
  }
}
.navbar .navbar-brand img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar .creativetune-toggler {
  border: 0;
  border-radius: 5px;
  background-color: #e1df98;
  font-size: 1em !important;
  padding: 12px;
  margin: 13px 18px 13px auto;
  border: 1px solid #e1df98;
}
@media (max-width: 991px) {
  .navbar .creativetune-toggler {
    margin-top: 12px;
    margin-right: 18px;
    margin-bottom: 12px;
  }
}
.navbar .creativetune-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar .menu-wrapper {
  background-color: transparent;
  width: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .navbar .menu-wrapper {
    padding: 0 16px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .navbar .menu-wrapper {
    background-color: #1e1b1c;
  }
}
.navbar #main-menu ul#menu-primary-nav {
  margin-top: 0;
  margin-right: 60px;
  background-color: transparent;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .navbar #main-menu ul#menu-primary-nav {
    border-bottom: 0;
    padding-left: 0;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.navbar #main-menu ul#menu-primary-nav li {
  margin: 0 20px;
}
@media (max-width: 991px) {
  .navbar #main-menu ul#menu-primary-nav li {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
  }
}
.navbar #main-menu ul#menu-primary-nav li a {
  padding: 0;
  color: #504949;
  font-family: "Gotham Ultra", sans-serif;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
}
.navbar #main-menu ul#menu-primary-nav li a:hover, .navbar #main-menu ul#menu-primary-nav li a:focus {
  color: #e1df98;
  background-color: transparent;
}
.navbar #main-menu ul#menu-primary-nav li a:hover:before, .navbar #main-menu ul#menu-primary-nav li a:focus:before {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .navbar #main-menu ul#menu-primary-nav li a {
    padding: 8px 0;
    text-align: left;
    color: #fff;
  }
  .navbar #main-menu ul#menu-primary-nav li a:hover {
    color: #e1df98;
  }
}
.navbar #main-menu ul#menu-primary-nav li ul.dropdown-menu {
  background-color: #e1df98;
  border-radius: 0;
  padding: 10px;
  border: 0;
  box-shadow: none;
  margin: 0;
}
.navbar #main-menu ul#menu-primary-nav li ul.dropdown-menu li {
  margin: 0;
}
.navbar #main-menu ul#menu-primary-nav li ul.dropdown-menu li a {
  color: #fff;
  padding: 12px !important;
  display: block;
}
.navbar #main-menu ul#menu-primary-nav li ul.dropdown-menu li a:hover, .navbar #main-menu ul#menu-primary-nav li ul.dropdown-menu li a:focus {
  background-color: #1e1b1c;
  color: #fff;
}
.navbar #main-menu ul#menu-primary-nav li ul.dropdown-menu li a:hover:before, .navbar #main-menu ul#menu-primary-nav li ul.dropdown-menu li a:focus:before {
  display: none;
}
.navbar #main-menu ul#menu-primary-nav li.dropdown a:after {
  display: none;
}
.navbar #main-menu ul#menu-primary-nav li:last-child {
  margin-right: 0;
}
.navbar #main-menu ul#menu-primary-nav li.active a {
  color: #e1df98;
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar #main-menu ul#menu-primary-nav li.active a {
    color: #e1df98;
  }
}
.navbar #main-menu ul#menu-primary-nav li.active ul.dropdown-menu li a:before {
  display: none !important;
}
.navbar #main-menu ul#menu-primary-nav li.menu-bold a {
  background-color: #1e1b1c;
  border-radius: 5px;
  padding: 8px 32px;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar #main-menu ul#menu-primary-nav li.menu-bold a:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #1e1b1c;
}
@media (max-width: 991px) {
  .navbar #main-menu ul#menu-primary-nav li.menu-bold a {
    margin-top: 8px;
    text-align: center;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.navbar .header-contact-menu {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding-top: 24px;
}
@media (max-width: 991px) {
  .navbar .header-contact-menu {
    position: absolute;
    top: 0px;
    right: 96px;
    padding-top: 12px;
  }
}
@media (max-width: 576px) {
  .navbar .header-contact-menu {
    right: 68px;
  }
}
.navbar .header-contact-menu li.header-apply {
  margin-bottom: 0;
}
.navbar .header-contact-menu li.header-apply a {
  background-color: #e1df98;
  color: #fff;
  border-radius: 24px;
  padding: 8px 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.navbar .header-contact-menu li.header-apply a:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #1e1b1c;
}
@media (max-width: 576px) {
  .navbar .header-contact-menu li.header-apply {
    display: none;
  }
}
.navbar .header-contact-menu li.header-phone {
  margin-bottom: 0;
}
.navbar .header-contact-menu li.header-phone a {
  background-color: #1e1b1c;
  border-radius: 50%;
  border: 0;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  font-size: 14.4px;
  font-size: 0.9rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar .header-contact-menu li.header-phone a i {
  color: #fff;
}
@media (max-width: 576px) {
  .navbar .header-contact-menu li.header-phone a i {
    margin-right: 0;
  }
}
.navbar .header-contact-menu li.header-phone a:hover {
  background-color: #e1df98;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#menu-primary-menu li.active > .dropdown-menu li a {
  color: #e1df98;
}

#menu-primary-menu li.active > .dropdown-menu li a:hover,
#menu-primary-menu li.active > .dropdown-menu li a:focus {
  color: #1e1b1c;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #89163e;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Styles
--------------------------------------------------------------*/
.container {
  max-width: 1306px !important;
  width: 100%;
  margin: 0 auto;
}

.content-wrapper {
  overflow: hidden;
}

.page-content {
  padding-top: 100px;
  padding-bottom: 250px;
}
@media (max-width: 1200px) {
  .page-content {
    padding-top: 80px;
    padding-bottom: 230px;
  }
}
@media (max-width: 991px) {
  .page-content {
    padding-top: 60px;
    padding-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .page-content {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 767px) {
  .page-content {
    padding-bottom: 120px;
  }
}

.section-padding {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  .section-padding {
    padding-top: 90px;
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 130px;
  }
}
@media (max-width: 768px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.content-padding-top {
  padding-top: 110px;
}
@media (max-width: 1200px) {
  .content-padding-top {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .content-padding-top {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .content-padding-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .content-padding-top {
    padding-top: 30px;
  }
}

.img-rounded {
  border-radius: 24px;
}

@media (max-width: 1200px) {
  .col-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content-wrapper {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .content-wrapper {
    margin-top: 90px;
  }
}

.container-bar {
  max-width: 1306px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 576px) {
  .container-bar {
    height: 25px!important;
  }
}
.container-bar:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 50px;
  margin-left: -50%;
  background-color: #e1df98;
}
@media screen and (max-width: 1400px) {
  .container-bar:before {
    margin-left: -40%;
  }
}
@media (max-width: 1200px) {
  .container-bar:before {
    margin-left: -30%;
  }
}
@media (max-width: 991px) {
  .container-bar:before {
    margin-left: -20%;
  }
}

.container-bar-white {
  max-width: 1306px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 576px) {
  .container-bar-white {
    height: 25px;
  }
}
.container-bar-white:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 50px;
  margin-left: -50%;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  .container-bar-white:before {
    margin-left: -40%;
  }
}
@media (max-width: 1200px) {
  .container-bar-white:before {
    margin-left: -30%;
  }
}
@media (max-width: 991px) {
  .container-bar-white:before {
    margin-left: -20%;
  }
}

.container-bar.yellow:before {
  background-color: #FCFCF5;	
}

@media (max-width: 576px) {
  .container-bar-white {
    height: 25px;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.post-list .post-date {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
#secondary {
  padding-right: 18px;
}
@media (max-width: 768px) {
  #secondary {
    padding-right: 0;
  }
}
#secondary section {
  margin-bottom: 60px;
}
#secondary section h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-top: 10px;
}
#secondary section h3 {
  font-size: 17.6px;
  font-size: 1.1rem;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#secondary section ul {
  list-style-type: none;
  padding: 0;
  margin: 12px 0 0 0;
}
#secondary section ul li a {
  display: block;
  padding: 4px 0px 4px 12px;
  color: #1e1b1c;
  position: relative;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#secondary section ul li a:hover, #secondary section ul li a:focus {
  color: #1e1b1c;
}
#secondary section input[type=search] {
  background-color: #efefef;
  border: 0;
  border-radius: 0;
  padding: 8px 10px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.img-100 {
  width: 100%;
}

.img-70 {
  width: 70% !important;
}

.img-center {
  margin: 0 auto !important;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 576px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  background-color: #e1df98;
  overflow: hidden;
}
@media (max-width: 991px) {
  .site-footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .site-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.site-footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 258px;
  height: 709px;
  background-image: url("https://www.osullivandavies.com.au/wp-content/uploads/2022/12/footer-pattern.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
  opacity: 0.8;
}
@media (max-width: 576px) {
  .site-footer:before {
    width: 150px;
  }
}
.site-footer .footer-tagline {
  font-family: degular-display, sans-serif;
  font-size: 60px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 0.95em;
}
@media screen and (max-width: 1400px) {
  .site-footer .footer-tagline {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-tagline {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-tagline {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .site-footer .footer-tagline {
    font-size: 36px;
  }
}
.site-footer .footer-contacts {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-contacts li {
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .site-footer .footer-contacts li {
    margin-bottom: 30px;
  }
}
.site-footer .footer-contacts li h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e1b1c;
  padding-top: 10px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1400px) {
  .site-footer .footer-contacts li h4 {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .site-footer .footer-contacts li h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .site-footer .footer-contacts li h4 {
    margin-bottom: 15px;
  }
}
.site-footer .footer-contacts li a {
  font-family: degular-display, sans-serif;
  font-size: 44px;
  font-weight: 300;
  color: #1e1b1c;
}
@media screen and (max-width: 1400px) {
  .site-footer .footer-contacts li a {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .site-footer .footer-contacts li a {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-contacts li a {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .site-footer .footer-contacts li a {
    font-size: 22px;
  }
}
.site-footer .footer-contacts li p.address {
  font-family: degular-display, sans-serif;
  font-size: 44px;
  font-weight: 300;
  color: #1e1b1c;
}
@media screen and (max-width: 1400px) {
  .site-footer .footer-contacts li p.address {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .site-footer .footer-contacts li p.address {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-contacts li p.address {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .site-footer .footer-contacts li p.address {
    font-size: 22px;
  }
}
.site-footer .footer-logo {
  display: block;
}
@media (max-width: 576px) {
  .site-footer .footer-logo {
    margin-top: 80px;
  }
}
.site-footer .footer-logo img {
  max-width: 260px;
}
@media (max-width: 576px) {
  .site-footer .footer-logo img {
    max-width: 200px;
  }
}
.site-footer .sub-footer {
  align-items: flex-end;
}
.site-footer .sub-footer .footer-copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1200px) {
  .site-footer .sub-footer .footer-copyright {
    padding-top: 50px;
    flex-wrap: wrap;
  }
}
.site-footer .sub-footer .footer-copyright p {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .site-footer .sub-footer .footer-copyright p {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .site-footer .sub-footer .footer-copyright p {
    font-size: 14px;
  }
}
.site-footer .sub-footer .footer-copyright ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
.site-footer .sub-footer .footer-copyright ul li {
  margin-bottom: 0;
}
.site-footer .sub-footer .footer-copyright ul li a {
  color: #1e1b1c;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
  padding-left: 3px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .site-footer .sub-footer .footer-copyright ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .site-footer .sub-footer .footer-copyright ul li a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .site-footer .sub-footer .footer-copyright ul li a {
    padding-left: 0;
  }
}
.site-footer .sub-footer .footer-copyright ul li a:after {
  content: "/";
  margin-left: 3px;
}
@media (max-width: 576px) {
  .site-footer .sub-footer .footer-copyright ul li a:after {
    margin-left: 0;
  }
}
.site-footer .sub-footer .footer-copyright ul li:last-child a:after {
  display: none;
}

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
.topbutton {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: #1e1b1c;
  display: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 9.6px;
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
}
.topbutton i {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #fff;
  padding: 15px 17px 0px 17px;
}
.topbutton:hover, .topbutton:focus {
  background-color: #e1df98;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# Additional Layout
--------------------------------------------------------------*/
.container-lg {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .container-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}




@media screen and (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }
}
/*--------------------------------------------------------------
# Internal Page Header
--------------------------------------------------------------*/
#page-header {
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100px;
}
#page-header .container {
  z-index: 3;
  position: relative;
}
#page-header h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  padding: 0;
  line-height: 0.8em;
}
#page-header .page-header-description {
  color: #fff;
  margin-top: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: degular-display, sans-serif;
}
#page-header .page-header-tag {
  color: #fff;
  font-family: degular-display, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0;
}
#page-header .page-header-ppl {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  #page-header .page-header-ppl {
    position: relative;
  }
}
#page-header .page-header-ppl .container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  #page-header .page-header-ppl .container {
    justify-content: flex-start;
    overflow: hidden;
  }
}
#page-header .page-header-ppl img {
  height: 92%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 1200px) {
  #page-header .page-header-ppl img {
    height: 85%;
  }
}
@media (max-width: 991px) {
  #page-header .page-header-ppl img {
    height: 70%;
    margin-left: 60%;
  }
}
@media screen and (max-width: 767px) {
  #page-header .page-header-ppl img {
    height: 100%;
    margin-left: 10%;
  }
}

#page-header-light {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #e1df98;
  padding-top: 100px;
  height: 520px !important;
}
@media screen and (max-width: 767px) {
  #page-header-light {
    height: auto !important;
  }
}
#page-header-light .container {
  z-index: 3;
  position: relative;
}
#page-header-light h1 {
  color: #e1df98;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  padding: 0;
  line-height: 0.8em;
}
#page-header-light .page-header-description {
  color: #1e1b1c;
  margin-top: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: degular-display, sans-serif;
  padding-right: 10%;
}
@media (max-width: 991px) {
  #page-header-light .page-header-description {
    padding-right: 30%;
  }
}
@media (max-width: 576px) {
  #page-header-light .page-header-description {
    padding-right: 16px;
  }
}
#page-header-light .page-header-tag {
  color: #e1df98;
  font-family: degular-display, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0;
}
#page-header-light .page-header-ppl-light {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  #page-header-light .page-header-ppl-light {
    height: 85%;
  }
}
@media (max-width: 1024px) {
  #page-header-light .page-header-ppl-light {
    height: 80%;
  }
}
@media (max-width: 991px) {
  #page-header-light .page-header-ppl-light {
    height: 70%;
  }
}
@media screen and (max-width: 767px) {
  #page-header-light .page-header-ppl-light {
    position: relative;
  }
}
#page-header-light .page-header-ppl-light img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 991px) {
  #page-header-light .page-header-ppl-light img {
    height: auto;
    width: 75%;
  }
}

.not-found-page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 220px;
}

.not-found-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ph-tall {
  height: 520px !important;
}
@media screen and (max-width: 767px) {
  .ph-tall {
    height: auto !important;
  }
}

.ph-short {
  height: 320px !important;
}

.page-id-3025 .page-header-ppl-light {
  left: 10%;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Search Box
--------------------------------------------------------------*/
#searchform input[type=text] {
  background-color: #efefef;
  border: 0;
  padding: 8px 12px;
  height: 45px;
  width: 80%;
  margin: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#searchform button.search-submit {
  background-color: #1e1b1c;
  color: #fff;
  padding: 12px;
  border: 0;
  height: 45px;
  width: 20%;
  margin: 0;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#searchform button.search-submit:hover, #searchform button.search-submit:focus {
  background-color: #e1df98;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#searchform button.search-submit i {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.posts .post {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .posts .post {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .posts .post {
    margin-bottom: 50px;
  }
}
.posts .post .post-img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .posts .post .post-img {
    height: 270px;
  }
}
.posts .post h3 {
  font-size: 28px;
}
@media (max-width: 991px) {
  .posts .post h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .posts .post h3 {
    font-size: 20px;
  }
}

.single-post .attachment-post-thumbnail {
  margin-bottom: 30px;
}
.single-post .post-date {
  margin-top: 60px;
  margin-bottom: 60px;
}
.single-post .post-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.single-post .post-content-wrapper .post-col-1 {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 576px) {
  .single-post .post-content-wrapper .post-col-1 {
    width: 100%;
    margin-bottom: 16px;
  }
}
.single-post .post-content-wrapper .post-col-2 {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 576px) {
  .single-post .post-content-wrapper .post-col-2 {
    width: 100%;
    margin-bottom: 16px;
  }
}
.single-post .post-content-wrapper .post-navigation-wrapper {
  margin-top: 50px;
  width: 100%;
  padding: 0 15px;
}
.single-post .post-content-wrapper .post-navigation-wrapper .nav-links {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-previous {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
.single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-previous a {
  display: flex;
  justify-content: flex-start;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  /*
  &:hover {
    span {
      @include transition();
      opacity: 0;
    }
    img {
      transform: translate(118px, 0);
      @include transition();
      @include mobile {
        transform: translate(70px, 0);
      }
    }
  }
  */
}
.single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-previous a img {
  margin-right: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 576px) {
  .single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-previous a img {
    margin-right: 8px;
  }
}
.single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-next {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-next a {
  display: flex;
  justify-content: flex-end;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  /*
              &:hover {
                span {
                  @include transition();
                  opacity: 0;
                }
                img {
                  transform: translate(-118px, 0);
                  @include transition();
                  @include mobile {
                    transform: translate(-70px, 0);
                  }
                }
              }
  */
}
.single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-next a img {
  margin-left: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 576px) {
  .single-post .post-content-wrapper .post-navigation-wrapper .nav-links .nav-next a img {
    margin-left: 8px;
  }
}
.single-post .post-content-wrapper .post-navigation-wrapper .nav-links a {
  display: flex;
  font-family: degular-display, sans-serif;
  color: #e1df98;
  text-transform: uppercase;
  align-items: center;
}
.single-post .post-content-wrapper .post-navigation-wrapper .nav-links a img {
  max-height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

#post-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #post-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 576px) {
  #post-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.archive-post-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .archive-post-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .archive-post-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.archive-post-container article {
  margin-bottom: 48px;
}
.archive-post-container article .entry-header h2 {
  margin-bottom: 10px;
}
.archive-post-container article .entry-header h2 a {
  color: #e1df98;
  text-transform: uppercase;
  font-weight: 700;
}
.archive-post-container article .entry-header h2 a:after {
  display: none;
}
.archive-post-container article span.date {
  color: #1e1b1c;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 18px;
  display: block;
}
.archive-post-container article a {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  color: #1e1b1c;
  position: relative;
  padding-left: 0;
  padding: 8px 32px 8px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.archive-post-container article a:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #e1df98;
}
.archive-post-container article a:hover:after {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #e1df98;
}
.archive-post-container article a:after {
  position: absolute;
  color: #1e1b1c;
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  top: 8px;
  margin-top: 0;
  right: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.tax-sectors #page-header .page-header-tag {
  display: none;
}
.tax-sectors .page-content .posts .post .post-date {
  display: none;
}

.tax-locations #page-header .page-header-tag {
  display: none;
}
.tax-locations .page-content .posts .post .post-date {
  display: none;
}

#home-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 900px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-end;
  overflow:hidden;
}
#home-banner:before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background: rgb(0,0,0);
	background: -moz-linear-gradient(128deg, rgba(0,0,0,0.5662640056022409) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(128deg, rgba(0,0,0,0.5662640056022409) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(128deg, rgba(0,0,0,0.5662640056022409) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index:0;
    
    
}
#banner-desktop-ratio {
    min-height: 58vh;
    width: 100%!important;
    height: auto!important;
    padding-top: 200px!important;
  }

@media (max-width: 1200px) {
  #home-banner {
    height: 720px;
  }
}
@media (max-width: 576px) {
  #home-banner-mobile {
    height: auto;
    min-height: 82vh;
  }
  #banner-mobile {
    height: auto;
    min-height: 58vh;
    padding-top: 0!important;
  }
}
#home-banner .col-banner-heading {
  padding-bottom: 150px;
  max-width: 1306px !important;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #home-banner .col-banner-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
    .fusion-footer .copyright-text.fusion-text p {
        font-size: 12px!important;
        line-height: 14px!important;
        letter-spacing: 0.5px!important;
    }
    .fusion-tb-footer h1.large-heading {
        font-size: 36px!important;
        margin-bottom: 36px;
    }
  #home-banner .col-banner-heading {
    padding-bottom: 80px;
  }
  #footer-logo img{
      max-width: 200px!important;
  }
}
#home-banner .col-banner-heading h1 {
  margin-bottom: 0;
  color: #fff;
  font-size: 110px;
  text-transform: uppercase;
}
@media screen and (min-width: 1400px) {
  #default-logo img {
      margin-left: 105px!important;
  }

}
@media screen and (min-width: 1200px) {
    #default-logo img {
        margin-left: 0px !important;
    }
}
@media screen and (max-width: 1400px) {
  #home-banner .col-banner-heading h1 {
    font-size: 100px;
  }

}
@media (max-width: 991px) {
  #home-banner .col-banner-heading h1 {
    font-size: 80px;
  }

}
@media (max-width: 768px) {
  #home-banner .col-banner-heading h1 {
    font-size: 72px;
  }
}
@media (max-width: 576px) {
  #home-banner .col-banner-heading h1 {
    font-size: 58px;
  }
  #home-banner{
  	background-image:url('https://www.osullivandavies.com.au/wp-content/uploads/2022/12/OSD-Website-Header-Mobile.jpg') !important;
  }
  #home-banner:before {
   	display:none; 
  }
}

@media screen and (max-width:380px){
 	#home-banner .col-banner-heading h1 {
    	font-size: 50px;
  }
}

#lead-content {
  
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  #lead-content {
    margin-top: 0;
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  #lead-content {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }

}
@media (max-width: 576px) {
  #lead-content {
    padding-top: 0;
    padding-bottom: 0;
    
  }
  .fusion-text {
      margin-top: 20px!important;
      margin-bottom: 20px!important;
  }
  .fusion-recent-posts.layout-date-on-side .columns .column .entry-title {
      width: 100%;
  }
  .fusion-footer .requireassistance .fusion-text p {
	text-align: center;
 }
}
#lead-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 524px;
  height: 660px;
  /*background-image: url("https://www.osullivandavies.com.au/wp-content/uploads/2022/11/banner-pattern-2.svg");*/
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.8;
}
@media (max-width: 576px) {
  #lead-content:before {
    width: 80%;
    right: -40%;
  }
}
#lead-content h2 {
  color: #1e1b1c;
  font-size: 60px;
}
@media screen and (max-width: 1400px) {
  #lead-content h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  #lead-content h2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  #lead-content h2 {
    font-size: 42px;
  }
}
#lead-content .col-lead-content {
  padding-top: 90px;
  padding-bottom: 240px;
  padding-left: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1400px) {
  #lead-content .col-lead-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 220px;
  }
}
@media (max-width: 1200px) {
  #lead-content .col-lead-content {
    padding-top: 70px;
    padding-bottom: 180px;
  }
}
@media (max-width: 991px) {
  #lead-content .col-lead-content {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}
@media (max-width: 576px) {
  #lead-content .col-lead-content {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
#lead-content p {
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #lead-content p {
    font-size: 22px!important;
  }
}
@media (max-width: 991px) {
  #lead-content p {
    font-size: 20px!important;
  }
}
@media (max-width: 576px) {
  #lead-content p {
    font-size: 18px!important;
  }
}

#main-content .column-1 {
  padding-left: 0;
  padding-right: 25px;
}
@media screen and (max-width: 1400px) {
  #main-content .column-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#main-content .column-2 {
  padding-left: 25px;
  padding-right: 0;
}
@media screen and (max-width: 1400px) {
  #main-content .column-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#main-content p {
  font-size: 24px;
}
@media (max-width: 1200px) {
  #main-content p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
    #banner-desktop-ratio.ourexpertise .fusion-text {
	margin-top: 0;
}
  #main-content p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  #main-content p {
    font-size: 18px;
  }
}

#services {
  padding-top: 150px;
  padding-bottom: 200px;
}
@media (max-width: 1200px) {
  #services {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  #services {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  #services {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#services .service-col-1 h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  color: #1e1b1c;
}
@media screen and (max-width: 1400px) {
  #services .service-col-1 h2 {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  #services .service-col-1 h2 {
    font-size: 20px;
  }
}
#services .service-col-1 p {
  font-size: 44px;
  font-family: degular-display, sans-serif;
  line-height: 1em;
  margin-bottom: 100px;
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  #services .service-col-1 p {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  #services .service-col-1 p {
    font-size: 32px;
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  #services .service-col-1 p {
    margin-bottom: 40px;
  }
}
#services .service-col-2 {
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  #services .service-col-2 {
    padding-left: 20px;
    padding-top: 40px;
  }
  .long-title.fusion-person-icon-bottom .fusion-social-networks {
	margin-top: -120px!important;
  }
}
#services .service-col-2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#services .service-col-2 ul li {
  margin-bottom: 38px;
  position: relative;
  padding-left: 42px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  #services .service-col-2 ul li {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
#services .service-col-2 ul li img {
  max-width: 32px;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  #services .service-col-2 ul li img {
    max-width: 28px;
    margin-top: 8px;
  }
}
@media (max-width: 1200px) {
  #services .service-col-2 ul li img {
    max-width: 24px;
    margin-top: 6px;
  }
}
#services .service-col-2 ul li p {
  font-size: 44px;
  font-family: degular-display, sans-serif;
  line-height: 1em;
  padding-left: 12px;
  margin-bottom: 0px;
  margin-top: 0px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1400px) {
  #services .service-col-2 ul li p {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  #services .service-col-2 ul li p {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  #services .service-col-2 ul li p {
    font-size: 26px;
  }
   #services .service-col-2 ul li {
   	margin-bottom:18px;  
  }
}
@media (max-width: 576px) {
  #services .service-col-2 ul li img {
    max-width: 20px;
    margin-top: 5px;
  }
}

#services .service-col-2 ul li:last-child {
  margin-bottom: 0;
}

.banner-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-end;
  overflow:hidden;
}
@media (max-width: 1200px) {
  .banner-section {
    height: 620px;
  }
}

.banner-section .col-banner-heading {
  padding-bottom: 150px;
  max-width: 1306px !important;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .banner-section .col-banner-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .banner-section .col-banner-heading {
    padding-bottom: 80px;
  }
}
.banner-section .col-banner-heading h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 110px;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .banner-section .col-banner-heading h2 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .banner-section .col-banner-heading h2 {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .banner-section .col-banner-heading h2 {
    font-size: 72px;
  }
}
@media (max-width: 576px) {
  .banner-section .col-banner-heading h2 {
    font-size: 58px;
  }
}
@media (max-width: 380px) {
  .banner-section .col-banner-heading h2 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .banner-section .col-banner-heading h2 br {
    display: none;
  }
}

.page-template-page_new{
    height:auto !important;
}
.page-template-page_new #site-functions{
   position:absolute !important;
    z-index:100;

 
}
.page-template-page_new #site-footer{
       display:none !important;
}
.page-template-page_new #site-functions #site-navcontainer #site-logo{
    display:none !important;
}
.page-template-page_new #site-functions #site-navcontainer .site-call{
    display:none !important;
}
.page-template-page_new #site-functions .site-navcontainer--background {
    background-color:transparent !important;
    background-image:none !important;
    background:none !important;
    display:none !important;
    transition:none !important;
}
.page-template-page_new #site-functions #site-navcontainer{
    transform:none !important;
}
.page-template-page_new #site-functions #menu-navigation-menu{
    height:auto !important;
    margin:108px 0 0 0 !important;
    padding:0 !important;
}
.page-template-page_new #site-functions #menu-navigation-menu li a{
    background-color:transparent !important;
}
.page-template-page_new #site-functions #menu-navigation-menu li a:hover {
    background-color:#e1df98 !important;
    color:#1e1b1c !important;
}
.page-template-page_new #site-functions #menu-navigation-menu li {
    margin-bottom:0 !important;
}
.page-template-page_new #site-functions #menu-navigation-menu li .sub-menu {
    margin-top:0 !important;
    margin-bottom:0 !important;
    margin-left:0 !important;
    background-color:#e1df98 !important;
    color:#1e1b1c !important;
}
.page-template-page_new #site-functions #menu-navigation-menu li .sub-menu li a{
    color:#1e1b1c !important;
}
.page-template-page_new #site-functions #menu-navigation-menu li .sub-menu li a ion-icon{
    background:rgba(0,0,0,1) !important;
}
.page-template-page_new #site-functions #menu-navigation-menu li .sub-menu > a {
      background-color:#e1df98 !important;
    color:#1e1b1c !important;
}
.page-template-page_new #site-functions #menu-navigation-menu li .sub-menu li a ion-icon:hover{
    background:rgba(255,255,255,1) !important;
}

@media screen and (max-width:1420px){
    .page-template-page_new #site-functions #site-navcontainer{
        padding-right:0 !important;
    }
    .page-template-page_new #site-functions #menu-navigation-menu li a{
        padding:18px 16px !important;   
    }
}

@media screen and (max-width:1100px){
   .page-template-page_new #site-functions #site-navcontainer{
        display:block;
       transition:none !important;
       height:0px !important;
    }
     .page-template-page_new #site-navigationtoggle{
        position:absolute;
         top:65px;
         right:32px;
    }
    .page-template-page_new #site-functions{
        overflow:hidden;   
    }
     .page-template-page_new #site-functions #site-navcontainer{
        height:0 !important;
        display:none !important;
     
    }
}

 .page-template-page_new #site-sidebar[aria-expanded="true"]{
    display:block !important;
}
.page-template-page_new #site-sidebar ul li a{
     background-color:transparent !important;
}

.page-template-page_new #site-sidebar ul li a:hover {
         background-color:#e1df98 !important;
    color:#1e1b1c !important;
}
.page-template-page_new .site-navcontainer--background:after {
    display:none !important;
}
@media (max-width: 1236px) {
    .fusion-person.3lines.long-title.fusion-person-icon-bottom .fusion-social-networks {
	    margin-top: -130px!important;
    }
}
@media (max-width: 1350px) {
    .3lines.long-title.fusion-person-icon-bottom .fusion-social-networks {
	    margin-top: -120px!important;
    }
}
@media screen and (max-width:767px){
       .page-template-page_new #site-navigationtoggle{
        top:32px;      
    }
    .page-template-page_new #site-functions .site-navcontainer--background {
        display:none !important;
        opacity:0 !important;
        height:0 !important;
    }
   .page-template-page_new #site-functions #site-formlightbox{
        display:none;  
    }
   
      .page-template-page_new #site-navigationtoggle .toggle-slice span{
             transform:none !important;
    }
}

@media screen and (max-width:576px){
 	#banner-two{
   		background-image:url('https://www.osullivandavies.com.au/wp-content/uploads/2022/12/OSD-Website-Banner1-Mobile.jpg') !important;   
  }
  #banner-three{
   		background-image:url('https://www.osullivandavies.com.au/wp-content/uploads/2022/12/OSD-Website-Banner-Mobile.jpg') !important;   
  }
}
@media screen and (max-width: 1024px) {
    .footer-contacts {
        font-size: 34px!important;
        line-height: 34px!important;
    }
    .fusion-footer .copyright-text.fusion-text p {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.5px;
    }
    .why-join-us .fusion-text h1.large-heading {
        font-size: 40px!important;
        line-height: 44px!important;
    }
    #lead-content {
        padding-top: 50px;
    }
    .staff-testimonials.fusion-testimonials.classic .testimonial-thumbnail .testimonial-image {
        max-width: 300px;
    }
    .staff-testimonials .reviews .review blockquote q {
        font-size: 28px!important;
        line-height: 38px!important; 
    }
}

@media only screen and (max-width: 700px){
    .fusion-column-wrapper .fusion-post-cards .fusion-filters {
        margin-left: 0;
    }
    #content .fusion-column-wrapper .large-arrow-list.fusion-checklist .fusion-li-item-content p,
   #content  .fusion-column-wrapper .large-arrow-list.fusion-checklist .fusion-li-item-content p a,
    #content  .fusion-column-wrapper ul.fusion-checklist.large-arrow-list. .fusion-li-item-content a,
    .fusion-column-wrapper ul.fusion-checklist .fusion-li-item-content a {
        padding-left: 0!important;
        margin-left: 0!important;
    }

    .fusion-column-wrapper .fusion-text {
        margin-top: 10px!important;
        margin-bottom: 10px!important;
    }
    .fusion-column-wrapper .fusion-text.req-assist-text p {
        text-align: center!important;
    }
    .container-bar::before {
        margin-left: -30%!important;
        margin-top: -20px!important;
    }
    .container-bar.white::before {
        margin-top: 0!important;
    }
    .home .patterned {
        background-image: url("https://www.osullivandavies.com.au/wp-content/uploads/2022/11/banner-pattern-2.svg");
        background-position: 180px top;
        background-size: contain !important;
    }
    #default-logo img {
        max-width: 100%;
    }
    .fusion-recent-posts.layout-date-on-side .columns .column .entry-title {
        max-width: 100%!important;
    }
    .fusion-footer .footer-contacts {
        font-size: 22px!important;
    }
    .fusion-accordian .fusion-toggle-icon-right .fusion-toggle-heading {
        margin-right: 0!important;
    }
    #idealogy img {
        max-width: 170px;
    }
    .fusion-row .fusion-text.expertise-excerpt h1.large-heading {
        font-size: 38px !important;
        line-height: 42px !important;
        margin-top: 0;
    }
    .fusion-row .fusion-text.expertise-excerpt p {
        font-size: 16px;
    }
    .fusion-text.expertise-excerpt {
        padding: 20px 20px 0 20px!important;
    }
    .fusion-column-wrapper ul.fusion-checklist .fusion-li-item-content {
        padding-left: 40px!important;
    }
    #were-on-your-side {
        background-image: url("https://www.osullivandavies.com.au/wp-content/uploads/2023/02/OSD-20118-What-we-stand-for-Header-Mobile.jpg")!important;
        margin-bottom: 0;
    }
    .onyourside {
        margin-bottom: 0!important;
    }
    .staff-testimonials.fusion-testimonials.classic .reviews .testimonial-image {
        max-width: 200px;
        text-align: center;
    }
    .fusion-testimonials.classic .author, .staff-testimonials.whyjoinus .reviews blockquote {
        width: 100%;
    }
    .staff-testimonials.whyjoinus .review blockquote q ,  .staff-testimonials.whyjoinus .review blockquote q p {
        font-size: 20px!important;
        line-height: 22px!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .fusion-testimonials.classic.staff-testimonials .testimonial-thumbnail {
        padding-right: 0;
    }
    .fusion-text .contact-phone a {
        font-size: 38px!important;
        line-height: 42px!important;
    }
    .fusion-text .contact-details a {
        font-size: 23px!important;
        line-height: 25px!important;        
    }
}

@media (max-width: 576px) {
  .banner-section {
    height: auto;
    height: 480px;
    background-position: center center;
  }
  .fusion-testimonials {
      margin-top: 50px!important;
  }
  
  .fusion-testimonials.classic .testimonial-thumbnail {
      display: block!important;
      height: inherit!important;
  }
  .fusion-testimonials blockquote q::before {
      margin-bottom: 10px!important;
   }
   .staff-testimonials.whyjoinus .review blockquote q, .staff-testimonials.whyjoinus .review blockquote q p {
       font-size: 30px!important;
       line-height: 34px!important;
   }
   .staff-testimonials .reviews .author {
        width: 100%!important;
        display: inline-block!important;
        float: none!important;
        margin: 0 auto!important;
        text-align: center!important;
    }
}
@media screen and (min-width: 1900px) {
    #banner-desktop {
        padding-top: 600px!important;
    }
    #banner-desktop-ratio, #hero {
    
        padding-top: 600px!important;
    }
    #banner-desktop-ratio .title-column {
        min-height: 312px;
    }
    /* xoxoxo*/
    .long-title.fusion-person-icon-bottom .fusion-social-networks {
	    margin-top: -80px!important;
    }
    
}

.testimonial-slider .background-image {
	background-image: none!important;
}

.testimonial-slider .tfs-slider .slide-content-container .heading {
	position: absolute;
	bottom: -60px;
	right: 0;
}

.testimonial-slider .tfs-slider .slide-content-container .heading .fusion-title-heading {
	font-weight: 600;
	font-size: 30px!important;
}

.testimonial-slider .tfs-slider .flex-direction-nav {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	display: block!important;
	z-index: 999;
}

.testimonial-slider .tfs-slider .flex-direction-nav a {
	width: 40px;
    height: 40px;
    font-size: 0;
    opacity: 1;
    display: block;
    background-color: transparent;
	background-image: url('https://www.osullivandavies.com.au/wp-content/uploads/2023/02/icon-list.svg');
}

.testimonial-slider .tfs-slider .flex-direction-nav a.flex-prev {
	transform: rotateY(180deg);
    transform-origin: top;
    margin-top: -20px;
}

.testimonial-slider .tfs-slider .slides .slide-content-container {
	padding-left: 50px;
	padding-right: 50px;
}

.testimonial-slider .tfs-slider {
	overflow: visible;
	position: relative;
	border-bottom: solid 3px #E1DF98;
	height: auto!important;
}

@media(min-width: 1500px) {
	.testimonial-slider .tfs-slider .slides .slide-content-container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.testimonial-slider .tfs-slider .flex-direction-nav {
		left: -70px;
		right: -70px;
	}
}

@media(max-width: 991px) {
	.testimonial-slider .tfs-slider .slide-content-container .caption .fusion-title-heading {
	    font-size: 26px!important;
    	line-height: 1.3!important;
	}
	
	.testimonial-slider .tfs-slider .slide-content-container .heading {
		bottom: -30px;
	}
	
	.testimonial-slider .tfs-slider .slide-content-container .heading .fusion-title-heading {
		font-size: 24px!important;
	}
}

@media only screen and (max-width: 640px) {
	.tfs-slider[data-animation=slide] .flex-viewport {
		height: auto!important;
	}
}

.testimonial-slider .fusion-title.fusion-sep-none .title-heading-left {
	font-size: 30px!important;
}

.post-content ul:not([class]) li {
	line-height: 30px;
}
/*# sourceMappingURL=style.css.map */