/*
Theme Name: EC Builds
Author: ThreeAM Web + IT
Author URI: https://threeam.com.au
Description: Custom Theme by ThreeAM Web + IT
*/

@font-face {
	font-family: 'winner_sansbold';
	src: url('assets/fonts/winnersans-bold-webfont.woff2') format('woff2'),
		url('assets/fonts/winnersans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'camber_regularregular';
	src: url('assets/fonts/camber-rg-webfont.woff2') format('woff2'),
		url('assets/fonts/camber-rg-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Kuunari Black Condensed';
	src: url('assets/fonts/Kuunari-BlackCondensed.woff2') format('woff2'),
		url('assets/fonts/Kuunari-BlackCondensed.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

:root {
  --tateru-color-secondary: #A77946;
  --tateru-color-primary: #FF5A00;
  --tateru-color-offwhite: #EAEAEA;
  --tateru-color-white: #ffffff;
  --tateru-color-grey: #282828;
  --tateru-color-darker-grey: #333333;
  --tateru-color-black: #000000;

  --tateru-default-padding: 70px;
  --tateru-line-width: 1.5px;

  --tateru-primary-font: 'camber_regularregular', sans-serif;
  --tateru-heading-font: 'Kuunari Black Condensed', sans-serif;
  --tateru-subheading-font: 'winner_sansbold', sans-serif;

  --tateru-body-color: var(--tateru-color-black);

  --tateru-site-top-padding: 170px;
  --tateru-megamenu-top-pos: 184px;
}

::selection {
	color: var(--tateru-color-black);
	background-color: var(--tateru-color-primary);
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--tateru-color-white);
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: var(--tateru-body-color);
  font-family: var(--tateru-primary-font);
}

body.disable-scroll {
  height: 100dvh;
  overflow: hidden
}

a {
  color: var(--tateru-color-primary);
}

a:hover {
  color: #514B46;
  text-decoration: none;
}

.content,
.mce-content-body {
  word-wrap: break-word;
}

.content p {
  margin-bottom: 20px;
}

.content p:last-child,
p:last-child {
  margin-bottom: 0;
}

table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

td, th {
  padding: 0.5em;
  border-bottom: 1px solid #f1f1f1;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

@media only screen and (max-width:480px){
  .single .alignright,
  .single .alignleft {
    float:none;
  }
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.hidden-positioned-anchor {
  position: absolute;
  top: -115px;
  height: calc(100% + 115px);
  width: 100%;
  pointer-events: none;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
}

@media screen and (max-width: 1200px) {
  .hidden-positioned-anchor {
    top: -91px;
    height: calc(100% + 91px);
  }

  body {
    padding-top: 80px;
  }
}

.wrapper {
  max-width: 1800px;
  margin: 0 auto;
}

/*@media screen and (max-width: 2100px) {
  .wrapper {
    max-width: 1800px;
  }
}
*/
/*@media screen and (max-width: 1900px) {
  .wrapper {
    max-width: 1500px;
  }
}*/

@media screen and (max-width: 1900px) {
/*  .wrapper {
    max-width: 1300px;
  }
}

@media screen and (max-width: 1500px) {
  .wrapper {
    max-width: calc(100% - 200px);
  }
}

@media screen and (max-width: 1400px) {*/
  .wrapper {
    max-width: calc(100% - 70px);
  }

  :root {
    --tateru-default-padding: 45px;
  }
}

@media screen and (max-width: 1500px) {
  :root {
    --tateru-default-padding: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: calc(100% - 50px);
  }
}



h1, .h1-style,
h2, .h2-style {
  font-family: var(--tateru-heading-font);
  font-size: 100px;
  line-height: 80px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

h3, .h3-style {
  font-family: var(--tateru-heading-font);
  font-size: 53px;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
}

h4, .h4-style {
  font-family: var(--tateru-heading-font);
  font-size: 39px;
  line-height: 1;
  /*letter-spacing: 0px;*/
  text-transform: uppercase;
  /*letter-spacing: -1px;*/
}

h5, .h5-style {
  font-size: 20px;
  font-weight: 700;
}

h6, .h6-style {
  font-size: 16px;
  font-weight: 400;
}

.heading {
	color: var(--tateru-color-white);
}

.heading h1.the-heading,
.heading h2.the-heading {
  margin-top: 26px;
  margin-bottom: 35px;
  color: inherit;
}

.heading h3.the-heading {
  margin-top: 6px;
  margin-bottom: 35px;
}

.heading .the-heading:not(:has(+ .button)) {
  margin-bottom: 0;
}

.heading .the-heading.text-color-black {
  color: var(--tateru-color-black);
}

.heading .subheading {
	display: inline-block;
	height: auto;
	line-height: 1;
	font-size: 20.41px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: var(--tateru-subheading-font);
  color: inherit;
}

.heading .subheading.black-highlight {
  height: 38px;
  line-height: 38px;
	background-color: var(--tateru-color-black);
  padding: 0 10px;
}

.heading .subheading.text-color-orange {
  color: var(--tateru-color-primary);
}

.heading .subheading em {
	font-style: inherit;
	color: var(--tateru-color-primary);
}
.heading .subheading.text-color-orange em {
  color: #fff;
}

.heading.heading-align-center {
	text-align: center;
}

.heading.heading-align-right {
	text-align: right;
}

.heading .button:not(:last-child) {
  margin-right: 10px;
}

.overlay {
  width: 625px;
  max-width: max-content;
}

@media screen and (max-width: 1000px) {
  h1, .h1-style, h2, .h2-style {
    font-size: 65px;
    line-height: 55px;
  }

  .heading .the-heading.text-color-black {
    color: var(--tateru-color-white);
  }

  .heading h1.the-heading, .heading h2.the-heading {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  h3, .h3-style {
    font-size: 43px;
  }

  h4, .h4-style {
    font-size: 33px;
    line-height: 1;
  }

  h5, .h5-style {
    font-size: 18px;
  }

  h6, .h6-style {
    font-size: 14px;
  }

  .heading .subheading {
    font-size: 16px;
  }

  .overlay {
    max-width: 100%;
  }
}

.wrapper.overlay-position-middle {
  justify-content: center
}

.wrapper.overlay-position-end {
  justify-content: flex-end;
}

.button {
	height: 55px;
	line-height: 45px;
	text-align: center;
	width: auto;
	font-size: 19.09px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0 35px;
	text-transform: uppercase;
	font-family: var(--tateru-heading-font);

  z-index: 1;
  overflow: hidden;
  background: var(--tateru-color-primary);
  border: 2px solid var(--tateru-color-primary);
  position: relative;
}

.button-color-primary {
  border-color: var(--tateru-color-primary);
  color: var(--tateru-color-black);
}

.button-color-primary:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

.button-color-secondary {
  border-color: var(--tateru-color-white);
  background: transparent;
  color: var(--tateru-color-white);
}

.button-color-secondary:hover {
  color: var(--tateru-color-black);
  background: #fff;
  border-color: #fff;
}

.button-color-secondary-inverted {
  border-color: var(--tateru-color-black);
  background: transparent;
  color: var(--tateru-color-black);
}

.button-color-secondary-inverted:hover {
  color: var(--tateru-color-white);
  background: var(--tateru-color-black);
  border-color: var(--tateru-color-black);
}

.textmode-dark .button-color-primary:hover {
  background-color: #514B46;
}


.button[disabled] {
  pointer-events: none;
  opacity: 0.3;
}

.content iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}


@media screen and (min-width: 1001px) {
  .background-desktop-left-top {
    background-position: left top !important;
  }

  .background-desktop-left {
    background-position: left !important;
  }

  .background-desktop-left-bottom {
    background-position: left bottom !important;
  }

  .background-desktop-right-top {
    background-position: right top !important;
  }

  .background-desktop-right {
    background-position: right !important;
  }

  .background-desktop-right-bottom {
    background-position: right bottom !important;
  }

  .background-desktop-center-top {
    background-position: center top !important;
  }

  .background-desktop-center {
    background-position: center !important;
  }

  .background-desktop-center-bottom {
    background-position: center bottom !important;
  }
}

@media screen and (max-width: 1000px) {
  .background-mobile-left-top {
    background-position: left top !important;
  }

  .background-mobile-left {
    background-position: left !important;
  }

  .background-mobile-left-bottom {
    background-position: left bottom !important;
  }

  .background-mobile-right-top {
    background-position: right top !important;
  }

  .background-mobile-right {
    background-position: right !important;
  }

  .background-mobile-right-bottom {
    background-position: right bottom !important;
  }

  .background-mobile-center-top {
    background-position: center top !important;
  }

  .background-mobile-center {
    background-position: center !important;
  }

  .background-mobile-center-bottom {
    background-position: center bottom !important;
  }
}

@media screen and (max-width: 500px) {
  .wrapper {
    max-width: 100%;
    padding: 0 25px;
  }
}