/* Navbar */
@media only screen and (min-width: 922px) {
  .menu-btn {
    background-color: #67a2b9;
    border: 1px solid #67a2b9;
    transition: 0.3s;
  }
  .menu-btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .menu-btn:hover > a {
    color: #fff !important;
  }
  .menu-btn.current_page_item > a {
    color: #213f51 !important;
  }
  .menu-btn.current_page_item:hover > a {
    color: #fff !important;
  }
}
.site-header-primary-section-left {
  width: 300px;
}
@media only screen and (max-width: 600px) {
  .site-header-primary-section-left {
    width: auto;
  }
}
/* Footer */
.has-text-align-center {
  text-align: center;
}
.ast-footer-copyright {
  font-weight: 400;
}
.e-parent > .e-con {
  overflow: hidden;
}
/* columns */
.child-55 {
  width: 55%;
}
.child-45 {
  width: 45%;
}

.slant-corner {
  position: relative;
}
.slant-corner:before {
  content: "";
  width: 75px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -25px;
  background-color: #67a2b9;
  transform: skewX(-25deg);
}
/* inner columns with full width bg */
.inner-inner-bg {
  width: 75vw;
  max-width: 75vw;
}
.inner-inner-bg-empty {
  width: 25vw;
  max-width: 25vw;
}

@media only screen and (max-width: 1280px) {
  .inner-inner-bg {
    width: 90vw;
    max-width: 90vw;
  }
  .inner-inner-bg-empty {
    width: 10vw;
    max-width: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .inner-inner-bg {
    width: 100%;
    max-width: 100%;
    background-size: 105% 80%;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .inner-inner-bg-empty {
    width: 100%;
    max-width: 100%;
  }
}

.img-bg-right > div,
.img-bg-left > div {
  position: relative;
}
.img-bg-right > div:after,
.img-bg-left > div:after {
  content: "";
  position: absolute;
  top: 0px;
  background-image: url("https://www.clients.newwinewebdesign.com/olsonwiest/wp-content/uploads/2023/11/ow-image-background-v2.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
/* .img-bg-right img,
.img-bg-left img,
.img-bg-right .uael-cf7-container,
.img-bg-left .uael-cf7-container */
.img-bg-right > div > *,
.img-bg-left > div > * {
  position: relative;
  z-index: 1;
}
.img-bg-right > div:after {
  left: 70%;
}

.img-bg-left > div:after {
  left: -70%;
}
.img-bg-left .uael-cf7-container,
.img-bg-right .uael-cf7-container {
  background-color: #213f51;
  padding: 25px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1000px) {
  .child-55 {
    width: 75%;
  }
  .child-45 {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .img-bg-right > div,
  .img-bg-left > div {
    width: 90%;
    margin: 0 auto;
  }
  .img-bg-right > div:after,
  .img-bg-left > div:after {
    content: normal;
  }
  .w-60-m {
    width: 60%;
  }
  .w-40-m {
    width: 40%;
  }
  .child-55 {
    width: 100%;
  }
  .child-45 {
    width: 100%;
  }
  .slant-corner:before {
    left: -10px;
    transform: skewX(-10deg);
  }
}

/* form */
.wpcf7-form p {
  margin-bottom: 0px !important;
}
.wpcf7-form .row,
.wpcf7-form .row > p {
  display: flex;
}
.wpcf7-form .row label {
  width: 50%;
}
.wpcf7-form .row label:not(:last-child) {
  margin-right: 10px;
}
.wpcf7-spinner {
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.wpcf7-textarea {
  height: 175px;
}

/* Blog */
/* .uael-post__bg-wrap,
.uael-post__inner-wrap {
  height: 100%;
}
.uael-post__content-wrap {
  min-height: 290px;
} */

/* Sidebar */
/* search bar container */
.wp-block-search__inside-wrapper {
  display: flex;
}
/* search icon */
.wp-block-search__button path {
  fill: #fff;
}
/* search bar input */
.wp-block-search__inside-wrapper .wp-block-search__input {
  border-color: #67a2b9;
  border-radius: 0px;
}
.wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border: #213f51 1px solid;
  outline: none;
}
.wp-block-search__button {
  margin-left: 0;
}
/* Recent posts */
.elementor-widget-sidebar .wp-block-latest-posts__list {
  padding-left: 0px;
}
.wp-block-latest-posts__list > li {
  display: flex;
  flex-direction: column;
}
.wp-block-latest-posts__list > li > * {
  margin: 0;
}
.wp-block-latest-posts__list > li > .wp-block-latest-posts__post-title {
  font-size: 18px;
  font-weight: 400;
}
/* select dropdown */
.elementor-widget-sidebar select,
.sidebar-main select {
  width: 100%;
  border: 1px solid #67a2b9;
}

.quote-icon {
  position: relative;
}
.quote-icon:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  opacity: 0.1;
  background-image: url("https://wiestbusinesslaw.com/wp-content/uploads/2024/04/quote-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: -25px;
}
