/*
Theme Name: Deeper Knowing 2024
Author: Jesse Ross at Hedgemaze
Author URI: https://hedgemaze.co/
*/

body {
  background-color: #e9eee8;
  background-image: url("assets/img/bkgnd-main.jpg");
  background-size: 100%;
  color: #4b6a43;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

a {
  color: #4b6a43;
  transition: all 0.3s;
}

a:hover {
  color: #6cb878;
}

b, strong {
  font-weight: 700;
}

blockquote {
  border-left: 2px dotted #4b6a43;
  padding-left: 20px;
}

em, i {
  font-style: italic;
}

footer {
  background-color: #46603f;
  background-image: url("assets/img/bkgnd-footer.jpg");
  background-size: 100%;
  color: #fff;
  font-size: 18px;
  padding: 60px 0 40px;
}

@media (max-width: 991px) {
  footer {
    padding: 30px 0 15px;
  }
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

h1, h2 {
  font-size: 45px;
}

@media (max-width: 991px) {
  h1, h2 {
    font-size: 30px;
  }
}

h2.entry-title a {
  background-image: url("assets/img/services-arrow.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #315527;
  display: inline-block;
  font-family: "din-condensed", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  padding-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  h2.entry-title a {
    font-size: 26px;
  }
}

hr {
  border-top: 1px solid #4b6a43;
  border-right: 0;
  margin: 40px 0 30px !important;
  opacity: 1;
}

input,
textarea {
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
  color: #4b6a43;
  font-size: 20px;
  padding: 10px;
  width: 100%;
}

input[type=submit],
.dk-button {
  appearance: none;
  background-color: #315527;
  border-radius: 10px;
  box-shadow: none;
  color: #fff !important;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
  width: fit-content;
}


input[type=submit]:hover,
.dk-button:hover {
  background-color: #6cb878;
}

label {
  font-size: 18px;
  font-variant-caps: small-caps;
  font-weight: 700;
  text-transform: lowercase;
}

nav {
  background-color: #46603f;
  background-image: url("assets/img/bkgnd-footer.jpg");
  background-size: 100%;
  font-family: "din-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.nav-link {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}

.nav-link:hover {
  color: #6cb878;
}

.dk-footer--contact-col {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
}

.dk-block {
  margin-bottom: 50px;
}

.dk-block--columns {
  background-color: rgba(49, 85, 39, 0.1);
  padding-bottom: 30px;
  padding-top: 50px;
}

.dk-block--columns--cols {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .dk-block--columns--cols {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .dk-block--disclosure br {
    display: none;
  }
}

.dk-block--disclosure h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.dk-block--disclosure p {
  font-size: 18px;
}

.dk-block--disclosure--div {
  border-right: 1px solid #4b6a43;
  height: calc(100% - 20px);
  width: 50%;
}

@media (max-width: 991px) {
  .dk-block--disclosure--div {
    border-top: 1px solid #4b6a43;
    border-right: 0;
    margin: 20px 0 30px;
    width: 100%;
  }
}

.dk-block--form {
  background-color: rgba(49, 85, 39, 0.1);
  padding-bottom: 30px;
  padding-top: 50px;
}

.dk-block--form a {
  text-decoration: none;
}

.dk-block--form--form_wrapper {
  padding-left: 20px;
}

@media (max-width: 991px) {
  .dk-block--form--form_wrapper {
    padding-left: 0;
  }
}

.dk-block--hero {
  background-image: url("assets/img/bkgnd-hero.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .dk-block--hero {
    background-image: url("assets/img/bkgnd-footer.jpg");
    background-size: 100%;
    background-repeat: repeat;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .dk-block--hero--img {
    margin-bottom: 20px;
  }
}

.dk-block--hero--swoosh {
  background-image: url("assets/img/bkgnd-hero.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80px;
  margin-bottom: 30px;
}

/*@media (max-width: 991px) {
  .dk-block--hero--text {
    margin-bottom: 50px;
  }
}*/

.dk-block--search {
  align-items: center;
  display: flex;
  min-height: 50vh;
  justify-content: center;
}

.dk-block--services {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .dk-block--services {
    margin-bottom: 20px;
  }
}

.dk-block--services--intro {
  margin-bottom: 30px;
}

.dk-services--item {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 15px;
  color: #315527;
  display: block;
  padding: 30px 30px 20px;
  text-decoration: none;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .dk-services--item {
    margin-bottom: 30px;
  }
}

.dk-services--item:hover {
  border-color: #315527;
}

.dk-services--item .dk-h3 {
  background-image: url("assets/img/services-arrow.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 24px;
  display: inline-block;
  padding-right: 30px;
}

.dk-services--item:hover .dk-h3 {
  background-image: url("assets/img/services-arrow-hover.png");
}

.dk-services--item .dk-p2 {
  margin-bottom: 10px;
}

.dk-services--item--icon {
  margin-bottom: 10px;
  max-width: 140px;
  width: 50%;
}

.dk-block--split--content .dk-button {
  display: inline-block;
  margin-top: 10px;
}

.dk-block--split--image {
  background-position: center;
  background-size: cover;
  height: calc(100% - 30px);
  min-height: 450px;
}

.dk-block--split--sidebar {
  background: #fff;
  border-radius: 15px;
  display: block;
  margin-bottom: 30px;
  padding: 30px 30px 20px 30px;
}

@media (max-width: 991px) {
  .dk-block--split--sidebar {  
    margin-top: 30px;
  }
}

.dk-block--split--sidebar h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.dk-block--steps {
  background-color: rgba(49, 85, 39, 0.1);
  padding-bottom: 30px;
  padding-top: 50px;
}

.dk-block--steps--cols {
  margin-top: 20px;
}

.dk-block--text a {
  color: #4b6a43;
}

.dk-block--text a:hover {
  color: #6cb878;
}

.dk-col--label {
  width: 70px;
}

.dk-footer--div {
  border-right: 1px solid #fff;
  height: calc(100% - 20px);
  width: 50%;
}

@media (max-width: 991px) {
  .dk-footer--div {
    border-top: 1px solid #fff;
    border-right: 0;
    margin: 20px 0 30px;
    width: 100%;
  }
}

.dk-footer--legal {
  font-size: 16px;
}

.dk-h1 {
  font-size: 45px;
}

@media (max-width: 991px) {
  .dk-h1 {
    font-size: 30px;
  }
}

.dk-h2 {
  font-size: 30px;
}

@media (max-width: 991px) {
  .dk-h2 {
    font-size: 20px;
  }
}

.dk-h3 {
  font-family: "din-condensed", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.dk-p1 {
  font-size: 24px;
}

@media (max-width: 991px) {
  .dk-p1 {
    font-size: 20px;
  }
}

.dk-p2 {
  font-size: 20px;
}

.dk-widget {
  background: #fff;
  border-radius: 15px;
  display: block;
  margin-bottom: 30px;
  padding: 30px;
}

.dk-widget--body p {
  margin-bottom: 10px;
}

.dk-widget--button .dk-button {
  display: block;
  margin-top: 20px;
  width: 100%;
}

.dk-widget-title {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .dk-widget-title br {
    display: none;
  }
}

.navbar-brand {
  max-width: 540px;
  width: 100%;
}

@media (max-width: 1199px) {
  .navbar-brand {
    max-width: 420px;
  }
}

@media (max-width: 991px) {
  .navbar-brand {
    max-width: 300px;
    width: 80%;
  }
}

.navbar-brand img {
  width: 100%;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.u-flex--wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (max-width: 991px) {
  .u-flex--wrapper {
    height: auto;
  }
}

.u-img--50 {
  width: 50%;
}

.u-img--full {
  width: 100%;
}

.u-img--circle {
  border-radius: 50%;
}

.u-img--rounded {
  border-radius: 15px;
}

.u-txt--small {
  font-size: 18px;
  font-variant-caps: small-caps;
  text-transform: lowercase;
}

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

.u-show--mobile {
  display: none;
}

@media (max-width: 991px) {
  .u-show--mobile {
    display: block;
  }
}

.wpcf7-not-valid-tip {
  color: #be0000;
  font-weight: 700;
}