/*
Theme Name: Damaracon
Author: Chris King
Version: 1
Text Domain: chriskingcustoms
*/
body {
  font-size: 18px;
  line-height: 1.556;
  font-family: "Open Sans", sans-serif;
  color: #19253d;
  height: 100%;
}

h1 {
  font-weight: bold;
  line-height: 1.405;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 0 15px 0;
  font-size: 27px;
}
@media (min-width: 600px) {
  h1 {
    padding: 25px 0;
    font-size: 37px;
  }
}

h2 {
  font-size: 37px;
  font-weight: bold;
  line-height: 1.405;
  text-transform: uppercase;
  color: #19253d;
  margin: 0;
  padding: 30px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3 {
  font-size: 32px;
  font-weight: 200;
  color: #5b6876;
  margin: 0;
  padding: 25px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #19253d;
  text-decoration: none;
}

p {
  margin: 0;
  padding-top: 18px;
  font-weight: 300;
}
p a {
  border-bottom: 1px dotted #5b6876;
}

hr {
  display: block;
  width: 126px;
  margin: 0 auto;
  padding: 0;
  background-color: #5b6876;
  color: #5b6876;
  border: 0;
  height: 2px;
}

.inner {
  max-width: 930px;
  box-sizing: border-box;
  margin-left: 32px;
  margin-right: 32px;
}
@media (min-width: 994px) {
  .inner {
    margin-left: auto;
    margin-right: auto;
  }
}

.wide-inner {
  max-width: 1116px;
  box-sizing: border-box;
  margin-left: 32px;
  margin-right: 32px;
}
@media (min-width: 1180px) {
  .wide-inner {
    margin-left: auto;
    margin-right: auto;
  }
}

.rectangle-button {
  display: block;
  border: 1px solid #5b6876;
  width: 236px;
  padding: 16px 0 16px 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #5b6876;
  margin: 53px auto 0 auto;
}
@media (min-width: 768px) {
  .rectangle-button {
    margin: 53px 0 0 0;
  }
}

.rectangle-button:hover {
  background-color: #fff;
}

header {
  background-color: #131f2f;
  background-image: url("./images/top-image.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}
header #mobile-menu-toggle {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  font-size: 32px;
}
@media (min-width: 980px) {
  header #mobile-menu-toggle {
    display: none;
  }
}
header #mobile-menu-toggle input[type="checkbox"] {
  display: none;
}
header #mobile-menu-toggle input[type="checkbox"] + span {
  cursor: pointer;
}
header #mobile-menu-toggle input[type="checkbox"] + span:before {
  display: inline-block;
  width: 32px;
  font: normal normal normal 32px/1 FontAwesome;
  content: "\f0c9";
}
header #mobile-menu-toggle input[type="checkbox"]:checked + span:before {
  font: normal normal normal 32px/1 FontAwesome;
  content: "\f00d";
}
header nav {
  padding-top: 32px;
}
@media (min-width: 980px) {
  header nav {
    padding-top: 37px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
header nav #logo-container {
  width: 120px;
}
@media (min-width: 980px) {
  header nav #logo-container {
    width: 177px;
  }
}
header nav #logo-container #logo {
  display: block;
  width: 100%;
  height: auto;
}
header nav ul {
  list-style: none;
  padding: 32px 0 0 0;
  margin: 120px 0 0 0;
  width: 100%;
  display: none;
  background-color: #fff;
  height: 100%;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
}
@media (min-width: 980px) {
  header nav ul {
    padding: 0;
    margin: 56px 0 0 0;
    font-size: 12px;
    position: relative;
    background-color: transparent;
    width: 710px;
    display: flex;
    text-align: right;
  }
}
header nav ul li {
  display: block;
}
@media (min-width: 980px) {
  header nav ul li {
    display: inline-block;
    margin-left: 28px;
  }
}
header nav ul li a {
  display: block;
  color: #19253d;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 32px 32px 32px;
}
@media (min-width: 980px) {
  header nav ul li a {
    margin: 0;
    color: #fff;
  }
}
header section {
  display: table;
}
header section .box-container {
  display: table-cell;
  vertical-align: middle;
}
header section #box {
  margin-top: 32px;
  border: 1px solid #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 30px 20px 30px;
}
@media (min-width: 600px) {
  header section #box {
    padding: 50px 80px 40px 80px;
  }
}
header section #box p {
  color: #fff;
  line-height: 1.714;
  font-size: 18px;
}
@media (min-width: 600px) {
  header section #box p {
    font-size: 28px;
  }
}

#about {
  padding: 122px 0;
  background-color: #f6f6f6;
  text-align: center;
}

#damarcon-advisory {
  padding: 122px 0;
  text-align: center;
}
#damarcon-advisory p {
  text-align: left;
}
#damarcon-advisory p img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  #damarcon-advisory p img {
    width: auto;
    margin: 6px 0 60px 80px;
  }
}

.text-image-block {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .text-image-block {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .text-image-block > div {
    width: 50%;
  }
}
.text-image-block .text-block {
  order: 1;
}
@media (min-width: 768px) {
  .text-image-block .text-block {
    order: 0;
  }
}
.text-image-block .text-block .col {
  padding: 64px 0;
  margin: 0 32px;
}
@media (min-width: 768px) {
  .text-image-block .text-block .col {
    padding: 112px 0;
    max-width: 525px;
    margin: 0 50px 0 0;
    width: 80%;
    float: right;
    color: #5b6876;
  }
}
.text-image-block .text-block li {
  font-weight: 300;
}
.text-image-block .image-block {
  order: 0;
  width: 100%;
  height: 320px;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top: 72px solid #f6f6f6;
}
@media (min-width: 430px) {
  .text-image-block .image-block {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .text-image-block .image-block {
    border-top: 0;
    width: 50%;
    order: 1;
    display: block;
    height: inherit;
    background-position: bottom right;
  }
}

.image-block-reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .image-block-reverse .text-block .col {
    margin: 0 0 0 50px;
    float: left;
  }
}

#stradbroke-capital .text-block .logo {
  width: 100%;
  max-width: 473px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #stradbroke-capital .text-block .logo {
    display: inline-block;
    margin: 0;
  }
}
#stradbroke-capital .image-block {
  background-image: url(./images/stradbroke-capital-image.jpg);
}

#charlton-brown {
  background-color: #fff;
}
@media (min-width: 768px) {
  #charlton-brown {
    background-color: #f6f6f6;
  }
}
#charlton-brown .image-block {
  background-image: url(./images/charlton-brown-image.jpg);
  background-position: center center;
}
#charlton-brown .text-block .logo {
  width: 100%;
  max-width: 473px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #charlton-brown .text-block .logo {
    margin: 0 0 0 -50px;
  }
}

#rainmaker .text-block .logo {
  width: 100%;
  max-width: 242px;
  height: auto;
  display: block;
  margin: 0 auto 30px auto;
}
#rainmaker .image-block {
  background-image: url(./images/rainmaker-image.jpg);
  background-position: center right;
}

#hobos .text-block .logo {
  width: 100%;
  max-width: 242px;
  height: auto;
  display: block;
  margin: 0 auto 30px auto;
}

#hobos .image-block {
  background-image: url(http://damarcon.com.au/wp-content/uploads/2019/01/Capture.png);
  background-position: center center;
}

#terrequip .text-block .logo {
  width: 100%;
  max-width: 120px;
  height: auto;
  display: block;
  margin: 0 0 30px 0;
}

#terrequip .image-block {
  background-image: url(http://damarcon.com.au/wp-content/uploads/2019/12/hard-hats.jpg);
  background-position: center center;
}

#contact {
  padding: 40px 0 280px 0;
  background-color: #f6f6f6;
  text-align: center;
}
@media (min-width: 600px) {
  #contact {
    padding: 122px 0 280px 0;
  }
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #19253d;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-shadow: 0px -7px 17px -2px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px -7px 17px -2px rgba(0, 0, 0, 0.33);
  box-shadow: 0px -7px 17px -2px rgba(0, 0, 0, 0.33);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .footer-larger {
    padding: 48px 0;
    line-height: 1.8;
  }
}

/* Contact Form 7 Styles */
.wpcf7 input,
.wpcf7 textarea {
  outline: 0;
  font-family: "Open Sans", sans-serif;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #cccbca;
  margin: 0;
  border-radius: 8px;
  resize: none;
  background-color: transparent;
  margin-bottom: 28px;
  width: 100%;
  max-width: 380px;
}
@media (min-width: 768px) {
  .wpcf7 input,
  .wpcf7 textarea {
    max-width: 480px;
  }
}
@media (min-width: 980px) {
  .wpcf7 input,
  .wpcf7 textarea {
    max-width: 680px;
  }
}
.wpcf7 input[type="submit"] {
  width: 140px;
  background-color: transparent;
  color: #cccbca;
}
.wpcf7 input[type="submit"]:hover {
  color: #19253d;
  cursor: pointer;
  background-color: white;
}
.wpcf7 ::-webkit-input-placeholder {
  color: #cccbca;
  opacity: 1 !important;
}
.wpcf7 :-moz-placeholder {
  color: #cccbca;
}
.wpcf7 ::-moz-placeholder {
  color: #cccbca;
}
.wpcf7 :-ms-input-placeholder {
  color: #cccbca;
}
.wpcf7 .wpcf7-mail-sent-ok {
  display: none !important;
}

#custom-contact-message {
  display: none;
}

/* WordPress Styles */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
