/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1682282989
Updated: 2023-04-23 14:49:49

*/


/*-------------------
 | Team Press
--------------------*/


.extp-custom-search {
  padding:10px;
  background-color: #f2eced;
  border: 1px solid #dce9e7;
}

.extp-custom-search,
.extp-custom-search * {
  box-sizing: border-box;
}


.extp-custom-search-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}

.extp-custom-search--col {
  padding-left: 5px;
  padding-right: 5px;
}

.extp-custom-search input,
.extp-custom-search select {
  border: 1px solid #f2eced !important;
  border-radius: 0 !important;
  width: 100% !important;
  display: block !important;
  padding: 10px 12px !important;
  color: #868788 !important;
  line-height: 1.5 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  background-color: #fff !important;
}

.extp-custom-search select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  background-color: transparent;
  padding-right: 20px !important;
}
.extp-select-wrap {
  position: relative;
}
.extp-custom-search .extp-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #a4a4a8;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  z-index: 2;
}

.extp-custom-search input::placeholder {
    color: #868788 !important;
}
.extp-custom-search input::-wekbit-placeholder {
color: #76797c !important;
}
.extp-custom-search input::-moz-placeholder {
color: #76797c !important;
}

.extp-custom-search input:focus,
.extp-custom-search select:focus {
  border-color: var(--e-global-color-secondary,#d88326) !important;
  outline: none !important;
}


#extp_custom_search_submit {
  display: block !important;
  width: 100% !important;
  padding: 10px 14px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  background-color: var(--e-global-color-secondary,#d88326) !important;
  outline: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.extp-custom-search--submit {
  margin-top: 5px;
}

.exteam-lb .lb-social {
  margin-bottom: 0 !important;
}

.extp-appointment-wrap {
  margin: 15px 0 !important;
}

.extp-accept-patients {
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #4A4A4A !important;
  margin: 0 0 0!important;
  padding: 0 !important;
}
.extp-accept-patients em {
  display: inline-block !important;
  padding: 4px 6px!important;
  font-size: 11px!important;
  line-height: 1.1!important;
  margin-left: 5px!important;
  color: #fff!important;
  background-color: #3b86b1 !important;
  font-style: normal;
} 

.extp-custom-search--col {
  margin-bottom: 5px;
  width: 100%;
  flex: 0 0 100%;
}

@media(min-width: 768px) {
  .extp-custom-search--cat,
  .extp-custom-search--query,
  .extp-custom-search--patients,
  .extp-custom-search--location {
    width: 50%;
    flex: 0 0 50%;
  }  
}

@media(min-width: 992px) {
  .extp-custom-search--col {
    margin-bottom: 0;
  }
  .extp-custom-search--submit {
    margin-top: 0;
  }

  .extp-custom-search {
    padding:6px 8px;
  }  
  .extp-custom-search-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .extp-custom-search--col {
    padding-left: 0;
    padding-right: 0;
  }
  .extp-custom-search--submit {
    padding-left: 5px;
    width: 12%;
    flex: 0 0 12%;
  }
  .extp-custom-search--query {
    width: 22%;
    flex: 0 0 22%;
  }
  .extp-custom-search--patients {
    width: 18%;
    flex: 0 0 18%;
  }
  .extp-custom-search--location {
    width: 24%;
    flex: 0 0 24%;
  }
  .extp-custom-search--cat {
    width: 24%;
    flex: 0 0 24%;
  }
}
.exp-lightbox-info p:empty {
  display: none;
}
.exp-lightbox-info .elementor-button-wrapper:not(.extp-appointment-button) {
  display: none; 
}
.extp-appointment-button {
  margin: 0 15px 0 0 !important;
  display: inline-block;
}
.extp-appointment-button .elementor-button {
  padding: 10px 25px !important;
}