/*
Theme Name: Astute Group Theme
Theme URI: https://www.astutegroup.com/
Description: Astute Group Theme
Author: 1WL
Author URI: https://1wl.uk/
Template: Divi
Version: 1.0
*/

/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */

.et_pb_blog_extras .et-waypoint:not(.et_pb_counters) {
  opacity: 1;
}

.menu_open_filter {
  filter: blur(4px) brightness(95%);
  -webkit-filter: blur(4px) brightness(95%);
}

.restorelines {
  word-break: unset;
  word-wrap: unset;
  overflow-wrap: unset;
  -webkit-hyphens: unset;
  -moz-hyphens: unset;
  -ms-hyphens: unset;
  hyphens: unset;
}

body.noscroll {
  position: fixed;
  overflow: hidden;
}

.valign-center {
  vertical-align: middle;
}

.twoline-hack > a {
  width: 80% !important;
}

#page-container {
  width: 100% !important;
  /* for boxed layout */
  overflow: hidden !important;
  max-width: 1920px !important;
}

/** device specific helpers **/
/*** Change Mobile Columns By DiviMundo.com ***/

/* 2 Columns Mobile */
@media all and (max-width: 767px) {
  html .et-db .two-col-mob .et_pb_column {
    width: 47.25% !important;
  }

  html .et-db .two-col-mob .et_pb_column:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }

  html .et-db .two-col-mob .et_pb_column:not(:nth-child(2n)) {
    margin-right: 5.5% !important;
  }
}

/* 3 Columns Mobile */
@media all and (max-width: 767px) {
  html .et-db .three-col-mob .et_pb_column {
    width: 29.6667% !important;
  }

  html .et-db .three-col-mob .et_pb_column:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }

  html .et-db .three-col-mob .et_pb_column:not(:nth-child(3n)) {
    margin-right: 5.5% !important;
  }
}

/* 4 Columns Mobile */
@media all and (max-width: 767px) {
  html .et-db .four-col-mob .et_pb_column {
    width: 20.875% !important;
  }

  html .et-db .four-col-mob .et_pb_column:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }

  html .et-db .four-col-mob .et_pb_column:not(:nth-child(4n)) {
    margin-right: 5.5% !important;
  }
}

/* 5 Columns Mobile */
@media all and (max-width: 767px) {
  html .et-db .five-col-mob .et_pb_column {
    width: 15.6% !important;
  }

  html .et-db .five-col-mob .et_pb_column:nth-last-child(-n + 5) {
    margin-bottom: 0;
  }

  html .et-db .five-col-mob .et_pb_column:not(:nth-child(5n)) {
    margin-right: 5.5% !important;
  }
}

/* 6 Columns Mobile */
@media all and (max-width: 767px) {
  html .et-db .six-col-mob .et_pb_column {
    width: 12.083% !important;
  }

  html .et-db .six-col-mob .et_pb_column:nth-last-child(-n + 6) {
    margin-bottom: 0;
  }

  html .et-db .six-col-mob .et_pb_column:not(:nth-child(6n)) {
    margin-right: 5.5% !important;
  }
}

/*** Change Tablet Columns By DiviMundo.com ***/

/* 1 Column Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
  html .et-db .one-col-tab .et_pb_column {
    margin-right: 0 !important;
    width: 100% !important;
  }

  html .et-db .one-col-tab .et_pb_column:not(:last-child) {
    margin-bottom: 30px !important;
  }
}

/* 2 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
  html .et-db .two-col-tab .et_pb_column {
    width: 47.25% !important;
  }

  .two-col-tab .et_pb_column:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }

  html .et-db .two-col-tab .et_pb_column:not(:nth-child(2n)) {
    margin-right: 5.5% !important;
  }
}

/* 3 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
  html .et-db .three-col-tab .et_pb_column {
    width: 29.6667% !important;
  }

  html .et-db .three-col-tab .et_pb_column:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }

  html .et-db .three-col-tab .et_pb_column:not(:nth-child(3n)) {
    margin-right: 5.5% !important;
  }
}

/* 4 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
  html .et-db .four-col-tab .et_pb_column {
    width: 20.875% !important;
  }

  html .et-db .four-col-tab .et_pb_column:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }

  html .et-db .four-col-tab .et_pb_column:not(:nth-child(4n)) {
    margin-right: 5.5% !important;
  }
}

/* 5 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
  html .et-db .five-col-tab .et_pb_column {
    width: 15.6% !important;
  }

  .five-col-mob .et_pb_column:nth-last-child(-n + 5) {
    margin-bottom: 0;
  }

  html .et-db .five-col-tab .et_pb_column:not(:nth-child(5n)) {
    margin-right: 5.5% !important;
  }
}

/* 6 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
  html .et-db .six-col-tab .et_pb_column {
    width: 12.083% !important;
  }

  html .et-db .six-col-tab .et_pb_column:nth-last-child(-n + 6) {
    margin-bottom: 0;
  }

  html .et-db .six-col-tab .et_pb_column:not(:nth-child(6n)) {
    margin-right: 5.5% !important;
  }
}

/** reverse stacking order of columns for mobile **/
@media (max-width: 768px) {
  .et_section_regular .reverse-columns-mobile.et_pb_row,
  .et_section_specialty.reverse-columns-mobile .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 980px) {
  .et_section_regular .reverse-columns-tablet.et_pb_row,
  .et_section_specialty.reverse-columns-tablet .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }
}

/** **/
.lnk_more_btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent
    url("/wp-content/themes/astutegroup.com/images/lnk-more-btn.svg") 0 0
    no-repeat;
  background-size: 30px 30px;
  white-space: nowrap !important;
  text-indent: -9999px !important;
}

.lnk_go_btn {
  display: inline-block;
  background: transparent
    url("/wp-content/themes/astutegroup.com/images/go-btn.svg") center left
    no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  min-height: 20px;
}

.form_go_btn {
  display: inline-block;
  background: transparent
    url("/wp-content/themes/astutegroup.com/images/go-btn.svg") center left
    no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  min-height: 41.6px;
  line-height: 41.6px;

  font-size: 18px;
}

.lnk_up_btn {
  display: inline-block;
  background: transparent
    url("/wp-content/themes/astutegroup.com/images/up-btn.svg") center left
    no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  min-height: 20px;
}

.lnk_toggle_btn {
  display: inline-block;
  background: transparent
    url("/wp-content/themes/astutegroup.com/images/go-btn-white.svg") center
    left no-repeat;
  background-size: 20px 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  transform: rotate(270deg);
}

.lnk_toggle_btn.content_reveal_ext_content_toggle_active {
  transform: rotate(90deg) !important;
}

.lnk_toggle_btn span {
  display: none;
}

.lnk_download_btn {
  display: inline-block;
  background: transparent
    url("/wp-content/themes/astutegroup.com/images/download-btn.svg") center
    left no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  min-height: 20px;
}

.load_more {
  display: block;
  width: calc(100% - 40px);
  height: 30px;
  background: transparent
    url("/wp-content/themes/astutegroup.com/images/go-btn.svg") 0 0 no-repeat;
  background-size: 30px 30px;
  /*white-space: nowrap !important;
  text-indent: -9999px !important;*/
  color: transparent;
  font-size: 0;
  position: relative;
}

.load_more:before {
  content: "";
  position: absolute;
  bottom: 50%;
  border-bottom: 2px #f58220 solid;
  width: 100%;
  z-index: 0;
  left: 40px;
}

@media only screen and (max-width: 980px) {
  .flip {
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    display: flex;
    flex-direction: column-reverse !important;
  }
}

ul.center-list {
  text-align: center;
  list-style-position: inside;
}

.icon-text-frame {
  display: flex;
  align-items: center;
}

.icon-text-frame img {
  margin-right: 10px;
}

/** Bullet **/
#page-container ul {
  list-style: none; /* Remove default bullets */
  padding-left: 20px;
}

#page-container ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f58220; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.et-fb-modal ul li:before {
  content: "" !important;
}

/* # Navigation */
/** Mega menu Desktop**/
@media all and (min-width: 981px) {
  .menu-main-menu-container {
    text-align: right;
  }

  #menu-main-menu {
    display: inline-block;
    padding: 0;
    margin: 0;
  }

  #menu-main-menu > li {
    display: inline;
    padding: 0;
    margin: 0 0 0 40px;
  }

  #menu-main-menu > li:first-child {
    margin-left: 0;
  }

  #menu-main-menu > li > a {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
  }

  #menu-main-menu li a:hover {
    border-bottom: 2px #f58220 solid;
  }

  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    /*margin-bottom: -2px;*/
    position: relative;
    margin-left: 6px;
    margin-right: 6px;
    /*border-bottom: 2px #5d646b solid;*/
  }

  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link:hover,
  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link,
  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link:hover {
    border-bottom: 2px rgba(245, 130, 32, 1) solid !important;
  }

  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    > li.mega-menu-item
    > a.mega-menu-link:hover,
  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    > li.mega-menu-item.mega-toggle-on
    > a.mega-menu-link {
    border-bottom: 2px #7a8690 solid !important;
  }

  /*
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
  width: 6px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  z-index: 100000;content: "";display: block;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover::after,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after {
  width: 6px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  right: 0;
  background-color: #fff;
  z-index: 100000;content: "";display: block;
}

.header_scheme_dark #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover::before,
.header_scheme_dark #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before,
.header_scheme_dark #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover::after,
.header_scheme_dark #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after {

  background-color: #212121 !important;
}*/

  #menu-main-menu > li ul.sub-menu {
    display: none;
  }

  #menu-main-menu > li:hover ul.sub-menu {
    display: block;
  }

  .menu-main-menu-active,
  .header_scheme_light .menu-main-menu-active {
    background-color: #fff !important;
  }

  .menu-icon-search a {
    background: transparent
      url("/wp-content/themes/astutegroup.com/images/icon-search-light.svg")
      center center no-repeat !important;
    background-size: 17px 17px !important;
    white-space: nowrap !important;
    text-indent: -9999px !important;
    min-width: 20px !important;
  }

  .mega-menu-row {
    padding: 60px 0 !important;
  }
}

.mega-menu-row ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}

.mega-menu-row ul li {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.mega-menu-row ul li::before {
  content: "" !important;
  margin: 0 !important;
  display: none !important;
}

.mega-menu-row span.mega-title a {
  font-size: 32px !important;
  text-transform: uppercase;
  padding: 0;
  display: block;
  margin: 0 0 24px 0;
  font-family: "Texta Alt Medium", Helvetica, Arial, Lucida, sans-serif;
  color: #000;
}

.header_scheme_light .mega-menu-row span.mega-title a {
  color: #000 !important;
}

.mega-menu-row span.mega-title a:hover {
  color: #f58220 !important;
}

@media (max-width: 980px) {
  #mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu {
    padding: 5% !important;
  }

  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    padding: 0 !important;
  }

  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding: 10px !important;
  }

  .mega-menu-row {
    padding: 20px 0 !important;
  }

  .menu-icon-search a {
    background: none !important;
  }
  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    li.mega-menu-item.mega-menu-megamenu
    ul.mega-sub-menu
    li.mega-2-columns
    > ul.mega-sub-menu
    > li.mega-menu-item {
    float: none;
    width: 100%;
  }

  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link {
    background-color: transparent !important;
  }
}

/* Styling for news widget */
.mega-menu-row .menu-post-accord-meta {
  text-transform: uppercase;
  color: #7a8690;
  display: block;
  font-family: "Texta Alt Medium", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px !important;
  line-height: 1 !important;
  padding: 0;
  margin: 0;
}
.mega-menu-row .menu-post-accord-title {
  display: block;
  margin: 0 0 24px 0;
  padding: 0;
}
.mega-menu-row .menu-post-accord-title a {
  color: #000;
  text-transform: uppercase;
  font-family: "Texta Alt Medium", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px !important;
  line-height: 1 !important;
  padding: 0;
  margin: 0;
}

.mega-menu-row ul li .menu-post-accord-title a:hover {
  color: #f58220 !important;
}

.header_scheme_light .mega-menu-row .menu-post-accord-title a {
  color: #000 !important;
}

.mega-menu-row .menu-post-accord-exerpt {
  font-size: 18px;
  color: #212120;
  padding: 0;
}

.mega-menu-row .menu-post-accord-link {
  padding-top: 16px;
}

.mega-menu-row .menu-posts-widget {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  width: 100%;
  clear: both;
}
.mega-menu-row .menu-posts-image {
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin-right: 15px;
  width: 50%;
}

.mega-menu-row .menu-posts-image img {
  width: 100%;
}

.mega-menu-row .menu-posts-accord {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 50%;
  padding-left: 15px;
  border-left: 1px #7a8690 solid;
}

@media all and (max-width: 980px) {
  .menu-posts-widget {
    display: block !important;
  }
  .menu-posts-widget .menu-posts-image {
    width: 100% !important;
  }
  .menu-posts-widget .menu-posts-accord {
    width: 100% !important;
    padding-left: 0;
    border-left: none;
    margin-top: 24px;
  }
}

.mega-disable-link > .mega-menu-link:hover {
  color: inherit !important;
}
.header_scheme_dark .mega-disable-link > .mega-menu-link:hover {
  color: #fff !important;
}

#menu-social {
  text-align: right;
  margin-top: 24px;
}
#menu-social a {
  display: inline-block;
  margin-left: 12px;
}
#menu-social a img {
  width: 35px;
  height: 35px;
  display: block;
}
/*
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  margin-top: 0;
}*/

/** Footer menu **/
.menu-footer-service ul {
  padding: 0;
  margin: 0;
}
.menu-footer-service ul li {
  list-style: none;
}

.menu-footer-service ul li a {
  font-size: 15px;
  color: #7a8690;
}

.menu-footer-service ul li a:hover {
  color: #f58220;
  text-decoration: underline;
}

#menu-footer-menu {
  padding: 0;
  margin: 0;
}

#menu-footer-menu li {
  display: inline;
  list-style: none;
  margin-right: 24px;
}

.menu-footer-service ul,
#menu-footer-menu {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}

.menu-footer-service ul li::before,
#menu-footer-menu li::before {
  content: "" !important;
  margin: 0 !important;
  display: none !important;
}

#menu-footer-menu li:last-child {
  margin-right: 0;
}

#menu-footer-menu li a {
  font-size: 15px;
  color: #7a8690;
}

#menu-footer-menu li a:hover {
  color: #f58220;
  text-decoration: underline;
}

/** Posts and events widget **/
.posts-widget {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  width: 100%;
  clear: both;
}

.posts-image {
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin-right: 30px;
  width: 30%;
}

.posts-image img {
  width: 100%;
}

.posts-widget .posts-accord {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  border-top: 2px transparent solid;
  width: 60%;
}

.posts-sticky .posts-accord {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 60%;
}

/** Hide thumbnaiil option **/
.thumb_0 .posts-image {
  display: none;
}
.thumb_0 .posts-widget .posts-accord {
  width: 100%;
}

.posts-archive .posts-accord {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  border-top: 2px #f0f0f1 solid;
  width: 100%;
}

.post-accord {
  border-bottom: 2px #f0f0f1 solid;
  padding: 30px 0;
}

.posts-sticky .post-accord {
  border-bottom: none;
  padding: 0;
}

.post-accord:last-child {
  border-bottom: 2px transparent solid;
}

.post-accord-active {
  border-bottom: 2px #f58220 solid !important;
}

.post-accord-active:last-child {
  border-bottom: none;
}

.posts-archive .post-accord:last-child.post-accord-active,
.posts-sticky .post-accord-active {
  border-bottom: none !important;
}

.posts-image img:not(:first-child) {
  display: none;
}

.posts-accord .post-accord:not(:first-child) .post-accord-details {
  display: none;
}

.post-accord-meta {
  color: #f58220;
  font-size: 18px;
}

.post-accord-title {
  font-size: 32px;
  color: #212120;
  font-family: "Texta Alt Black", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.post-accord-exerpt {
  font-size: 18px;
  color: #212120;
  padding: 0;
}

.post-accord-link {
  padding-top: 16px;
}

@media all and (max-width: 980px) {
  .posts-widget {
    display: block !important;
  }
  .posts-widget .posts-image {
    width: 100% !important;
  }
  .posts-widget .posts-accord {
    width: 100% !important;
  }

  .post-accord-title {
    font-size: 24px;
  }

  .post-accord-exerpt {
    font-size: 16px;
  }

  .post-accord-meta {
    font-size: 16px;
  }
}

/** Search page tabs **/
.search_type_selector {
  border-bottom: 2px #edeeee solid;
  position: relative;
  padding-right: 100px;
  margin-bottom: 20px;
}

.search_type_selector a {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
}

.search_type_selector ul {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  left: 0;
  bottom: 1px;
}

.search_type_selector  ul li:before {
  content: "" !important;
}

.search_type_selector ul li {
  display: inline;
  margin-right: 30px;
  padding: 8px 4px 8px 0;
}

.search_type_selector ul li.active {
  border-bottom: 2px #fff solid;
}

.search_type_selector ul li.active a {
  border-bottom: 2px #f58220 solid;
  padding: 7px 0 3.5px 0 !important;
}

.search_results_count {
  position: absolute;
  right: 0;
  bottom: 4px;
}

/** Search form **/
#searchform input[type="text"] {
  color: #000;
  border-radius: 50px;
  background-color: #eeefef;
  border: none;
  height: 30px;
  width: calc(100% - 40px);
  padding: 4px 18px;
  font-size: 20px;
}

#searchform input[type="submit"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent
    url("/wp-content/themes/astutegroup.com/images/go-btn.svg") 0 0 no-repeat;
  background-size: auto;
  background-size: 30px 30px;
  border: none;
  white-space: nowrap !important;
  text-indent: -9999px !important;
  vertical-align: bottom;
  margin-left: 6px;
  cursor: pointer;
}

/** Footer signup form **/
#footer_signup_form p {
  font-size: 18px;
}
#footer_signup_form input[type="text"],
#footer_signup_form input[type="email"] {
  color: #000;
  /*border-radius: 50px;*/
  background-color: #eeefef !important;
  border: none;
  height: 30px;
  width: calc(100% - 40px);
  padding: 4px 18px;
  font-size: 18px;
}

#footer_signup_form input[type="text"] {
  width: 100%;
}

#footer_signup_form .form-column-half{
  width: calc(50% - 20px - 5px);
}

#footer_signup_form input[type="submit"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent
    url("/wp-content/themes/astutegroup.com/images/go-btn.svg") 0 0 no-repeat;
  background-size: auto;
  background-size: 30px 30px;
  border: none;
  white-space: nowrap !important;
  text-indent: -9999px !important;
  vertical-align: bottom;
  margin-left: 6px;
  cursor: pointer;
}

/** content section toggle **/
.section-toggle {
  cursor: pointer;
}

.section-toggle-active {
  cursor: default;
}

.section-toggle p {
  background: transparent
    url("/wp-content/themes/astutegroup.com/images/icon-plus.png") right center
    no-repeat;
  line-height: 30px;
}

.section-toggle-active p {
  background: transparent
    url("/wp-content/themes/astutegroup.com/images/icon-minus.png") right center
    no-repeat;
}

/** Filter **/
.filter_wrapper {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 18px;
}
.filter_wrapper .form-label {
  color: #fff;
  text-align: right;
  max-height: 30px;
}

.filter_wrapper .form-label span {
  color: #fff;
  text-align: right;
  max-height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 12px;
  cursor: pointer;
}

.filter_wrapper .form-label.form-label-active span,
.filter_wrapper .form-label:hover span {
  background-color: #4a4b4c;
}

.filter_wrapper .form-label span::after {
  content: " ▾";
  vertical-align: middle;
}

.filter_wrapper .form-label.form-label-active span::after {
  content: " ▴";
  vertical-align: middle;
}

.filter_wrapper .form-options {
  background-color: #4a4b4c;
  color: #fff;
  /*width: 440px;*/
  display: none;
}

.filter_wrapper .form-options-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.filter_wrapper .form-options.form-options-active {
  display: block;
}

.filter_wrapper .form-options ul {
  padding: 12px !important;
  margin: 0;
  width: 220px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.filter_wrapper .form-options li {
  list-style-type: none;
  text-align: left;
}

.filter_wrapper .form-options li::before {
  display: none !important;
}

.filter_wrapper .form-options a {
  color: #fff;
}

.filter_wrapper .form-options a.form-option-active,
.filter_wrapper .form-options a:hover {
  color: #f58220;
}

.filter_wrapper .form-options a::before {
  content: "+ ";
}

.filter_wrapper .form-options a.form-option-active::before {
  content: "- ";
}

.filter_wrapper .form-options a::before:hover,
.filter_wrapper .form-options a.form-option-active::before {
  color: #f58220;
}

.content_reveal_ext_content {
  margin-top: 30px;
  max-height: 1000px;
  transition: max-height 2s ease-in-out;
}

.content_reveal_ext_content_disable {
  overflow: hidden;
  max-height: 0;
  transition: max-height 2s cubic-bezier(0, 1, 0, 1);
}

.content_reveal_ext_container_wrap {
  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
  background-size: cover !important;
}
.content_reveal_ext_container {
  /*transition: background 0.6s ease-in-out;*/
}

.content_reveal_ext_container > div {
  overflow: hidden;
}

.content_reveal_ext_container_0 {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 25%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 25%);
}

.content_reveal_ext_container_1 {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 75%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 25%);
}

.content_reveal_ext_container_2 {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 25%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 75%);
}

/*------------------------------------------------*/
/*--------------------[FORM]----------------------*/
/*------------------------------------------------*/
/*.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {}*/

.form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}

.form-row-gap {
  gap: 10px;
}

.form-row h4 {
  margin: 12px 0 24px 0;
}

.form-column {
  display: flex;
  flex-direction: column;
}

.form-column-fill {
  flex-basis: 100%;
  flex: 1;
}

.form-column-half {
  width: calc(50% - 5px);
}

.form-column-sm {
  width: calc(33.3333% - 5px);
}

.form-column-lg {
  width: calc(66.6666% - 5px);
}

@media all and (max-width: 980px) {
  .form-row-gap {
    gap: 10px !important;
  }
  /*
  .form-column-sm {
    width: calc(33.3333% - 5px) !important;
  }

  .form-column-lg {
    width: calc(66.6666% - 50px) !important;
  }

  .form-column-half {
    width: 100% !important;
   
  }*/
}

@media only screen and (max-width: 768px) {
  .form-row {
    display: block;
  }

  .form-row-gap {
    margin-bottom: 0;
  }

  .form-column-sm {
    width: 100% !important;
  }

  .form-column-lg {
    width: 100% !important;
  }

  .form-column-half {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.wpcf7 .ajax-loader {
  display: none !important;
}

div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #f58220;
  background-color: #f58220;
  color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
}

.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin-top: 4px;
}

.wpcf7 label {
  font-weight: 200;
  font-size: 18px;
  padding-bottom: 4px;
  display: none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
  border: 2px #eeefef solid;
  background-color: #eeefef;
  transition: background-color 0.25s ease;
  font-size: 18px;
  width: 100%;
  padding: 8px 10px;
  color: #000;
}

.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="date"]:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
  background-color: #f6f9f9;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  background-color: #fff;
}
/*
.wpcf7 input[type="date"]:before{
  content:attr(placeholder);
}*/

.wpcf7 input[type="submit"] {
  border: 2px #f58220 solid;
  color: #f58220;
  background-color: transparent;
  border-radius: 100px;
  padding: 3px 10px;
  cursor: pointer;
  font-size: 18px;
}

.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:hover {
  opacity: 0.9 !important;
  transition: opacity 0.3s;
  color: #fff;
  background-color: #f58220;
}

.wpcf7 input[type="checkbox"] {
  margin-left: 0;
}

.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 ::placeholder {
  color: #6e6e70;
}

.wpcf7 :-ms-input-placeholder {
  color: #6e6e70;
}

.wpcf7 ::-ms-input-placeholder {
  color: #6e6e70;
}

.wpcf7 select {
  color: #6e6e70;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.wpcf7 .wpcf7-list-item {
  margin-left: 0;
  display: block;
}

.et_pb_widget select {
  height: auto !important;
}
