#press {
  background: rgba(255, 255, 255, 0.6);
  padding: 60px 0px;
}
#press .press {
  margin: 0rem -3rem;
}
#press .press .press_left {
  background-color: #fff;
  box-shadow: 0 0 2em -0.9em #000000;
  width: 75%;
  padding: 2rem;
}
#press .press .press_left h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  margin-bottom: 20px;
}
#press .press .press_left .press_left_para {
  font-size: 16px;
  line-height: 28px;
  color: var(--para-color);
}
#press .press .press_left .press_left_para .press_contactAddr {
  gap: 10rem;
  line-height: 16px;
}
#press .press .press_left .press_left_para .press_left_para_ul li {
  list-style: unset !important;
}
#press .press .press_left .press_left_down h2 {
  background: var(--red-color);
  color: #fff;
  padding: 15px 35px;
  font-size: 35px;
  display: inline-block;
  margin-left: -32px;
  margin-top: 20px;
  font-weight: bold;
}
#press .press .press_left .press_left_down .press_filter {
  margin-bottom: 28px;
}
#press .press .press_left .press_left_down .press_filter select {
  border: none;
  margin: 0;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  box-shadow: none;
  width: 130px;
  background: none;
  padding: 8px 15px;
}
#press .press .press_left .press_left_down .press_filter button {
  margin-left: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  padding: 10px;
  border-radius: 5px;
  width: 110px;
  border: none;
}
#press .press .press_left .press_left_down .press_cards {
  padding: 20px;
}
#press .press .press_left .press_left_down .press_cards .press_show_cards {
  gap: 1.85rem;
  flex-wrap: wrap;
}
#press .press .press_left .press_left_down .press_cards .press_show_cards li {
  width: 30%;
}
#press .press .press_right {
  width: 25%;
}
#press .press .press_right .quick_info {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
}
#press .press .press_right .quick_info .quickInfo .quickInfo_top {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid black;
}
#press .press .press_right .quick_info .quickInfo .quickInfo_top h2 {
  color: #242122;
  font-size: 35px;
  font-weight: 700;
  padding-left: 5px;
  margin-bottom: 0;
  line-height: 35px;
}
#press .press .press_right .quick_info .quickInfo .quickInfo_bottom img {
  height: 117px;
  width: 150px;
}
#press .press .press_right .quick_info .quickInfo .quickInfo_bottom img:nth-child(5) {
  height: 100px;
  width: 100px;
}
@media only screen and (max-width: 1128px) {
  #press .press {
    margin: 4rem -4rem;
  }
}
@media only screen and (max-width: 1070px) {
  #press .press {
    margin: 4rem -3rem;
  }
}
@media only screen and (max-width: 1030px) {
  #press .press {
    margin: 4rem -1rem;
  }
}
@media only screen and (max-width: 991px) {
  #press .container {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  #press .press {
    margin: 4rem 0rem;
    flex-direction: column;
  }
  #press .press .press_left {
    width: 100%;
  }
  #press .press .press_left .press_left_para .press_contactAddr {
    flex-direction: column;
    gap: 3rem;
    line-height: 16px;
  }
  #press .press .press_left .press_left_down h2 {
    display: none;
  }
  #press .press .press_left .press_left_down .press_cards {
    padding: 20px;
  }
  #press .press .press_left .press_left_down .press_cards .press_show_cards {
    flex-direction: column;
  }
  #press .press .press_left .press_left_down .press_cards .press_show_cards li {
    width: 100%;
  }
  #press .press .press_right {
    width: 100%;
  }
}

.leaderS_left {
  background-color: #fff;
}
.leaderS_left h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  margin-bottom: 20px;
}
.leaderS_left h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  line-height: 1.5em;
}
.leaderS_left .ls_PicAndWrite .ls_Pic .ls_pic_img img {
  border-radius: 3px;
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 3px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  transition: all 0.2s ease-in-out;
}
.leaderS_left .ls_PicAndWrite .ls_Pic .agentContent {
  font-size: 13px;
}
.leaderS_left .ls_PicAndWrite .ls_Pic .agentContent h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}
.leaderS_left .ls_PicAndWrite .ls_Pic .agentContent ul {
  margin-left: 0;
  padding: 0;
}
.leaderS_left .ls_PicAndWrite .ls_Pic .agentContent ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #666;
}
.leaderS_left .ls_PicAndWrite .ls_Pic .agentContent ul li .badge {
  display: inline-block;
  min-width: 10px;
  padding: 4px 7px;
  font-size: 11px !important;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
  text-align: end;
}
.leaderS_left .ls_PicAndWrite .ls_Write h5 {
  font-size: 16px;
  line-height: 28px;
  color: var(--red-color);
  font-weight: 700;
}
.leaderS_left .ls_PicAndWrite .ls_Write p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #666;
}

.emailTarget {
  text-decoration: underline !important;
  cursor: pointer;
  color: #666;
}

.emailTarget:hover {
  text-decoration: none !important;
  color: var(--red-color);
}

.wsFilterSec {
  font-size: 1rem;
  font-weight: bold !important;
  gap: 2rem;
  flex-wrap: wrap;
}
.wsFilterSec .wsFilterSec_img {
  background-color: var(--red-color);
  padding: 6px;
}
.wsFilterSec .wsFilterSec_selector select {
  font-weight: bold !important;
  border: none;
  outline: none;
  background-color: inherit;
}
.wsFilterSec .wsFilterSec_P {
  padding: 10px;
  border-radius: 5px;
}
.wsFilterSec .wsFilterSec_P:hover {
  background-color: gray;
}

.wsSearchCard {
  margin: 2rem;
  gap: 2rem;
}
.wsSearchCard .wsSearchCardShow .wsSearchCardShow_items ul {
  gap: 2rem;
  padding-left: 0;
  flex-wrap: wrap;
}
.wsSearchCard .wsSearchCardShow .wsSearchCardShow_items ul li {
  width: 30%;
}
.wsSearchCard .wsSearchCardShow .wsSearchCardShow_pagination {
  display: flex;
  margin: 4rem 0 2rem 0;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 13px;
  padding-right: 4rem;
}
.wsSearchCard .wsSearchCardShow .wsSearchCardShow_pagination .wsSearchCardShow_pagination_right ul li {
  padding: 5px 10px;
  font-size: 1rem;
  border: 1px solid #666;
}
.wsSearchCard .wsSearchCardShow .wsSearchCardShow_pagination .wsSearchCardShow_pagination_right ul li:hover {
  background-color: var(--red-color);
  color: #fff;
}
.wsSearchCard .wsSearchCardShow .wsSearchCardShow_pagination .wsSearchCardShow_pagination_right ul li:hover a {
  color: #fff !important;
}
.wsSearchCard .wsSearchCardShow .wsSearchCardShow_pagination .wsSearchCardShow_pagination_right ul li a {
  color: var(--red-color) !important;
}
@media only screen and (max-width: 991px) {
  .wsSearchCard .wsSearchCard {
    flex-direction: column;
  }
  .wsSearchCard .wsSearchCard .wsSearchCardShow {
    width: 100%;
  }
  .wsSearchCard .wsSearchCard .wsSearchCardShow .wsSearchCardShow_items ul {
    flex-direction: column;
  }
  .wsSearchCard .wsSearchCard .wsSearchCardShow .wsSearchCardShow_items ul li {
    width: 100%;
  }
  .wsSearchCard .wsSearchCard .wsSearchSidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 422px) {
  .wsSearchCard .wsFilterSec {
    gap: 0;
  }
  .wsSearchCard .wsSearchCardShow_pagination {
    flex-direction: column;
  }
}
@media only screen and (max-width: 300px) {
  .wsSearchCard .wsFilterSec {
    flex-direction: column;
  }
}

.wsSearchSidebar ul {
  padding-left: 0;
  font-size: 20px;
}
.wsSearchSidebar ul li a {
  color: var(--black-color);
}
.wsSearchSidebar h2 {
  color: var(--black-color);
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  margin-top: 0px;
  border-bottom: 2px solid #242122;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.wsSearchSidebar .wsSearchSidebar_top {
  margin-bottom: 3rem;
}
.wsSearchSidebar .wsSearchSidebar_bottom h2 {
  border-bottom: 1px solid #ff0000;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-transform: none;
}
.wsSearchSidebar .wsSearchSidebar_bottom .wsSearchSidebar_bottom_search {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 2px solid #242122;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.wsSearchSidebar .wsSearchSidebar_bottom .wsSearchSidebar_bottom_search .wsSearchSidebar_bottom_search_img {
  width: 20px;
}
.wsSearchSidebar .wsSearchSidebar_bottom .wsSearchSidebar_bottom_search .wsSearchSidebar_bottom_search_img img {
  width: 100%;
  height: 100%;
}
.wsSearchSidebar .wsSearchSidebar_bottom .wsSearchSidebar_bottom_search h2 {
  border: none;
  margin-bottom: 0;
}

.search_form {
  padding: 1rem;
  background-color: #efefef;
}
.search_form > div {
  margin-bottom: 1rem;
}
.search_form input,
.search_form textarea {
  font-weight: 300 !important;
  border-radius: 0;
}
.search_form .search_form_button {
  text-align: center;
}
.search_form .search_form_button button {
  background-color: var(--red-color);
  border: 0;
}

.redColorH2 {
  background-color: var(--red-color);
  color: white !important;
  padding: 0.5rem;
  margin-left: -2rem;
}

.newForm {
  width: 100%;
  float: right;
  background: #efefef;
  padding: 18px 12px;
  margin-top: 20px;
}
.newForm form button {
  background: var(--red-color);
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding: 8px 12px;
  margin-top: 20px;
  border-radius: 3px;
  border-width: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease 0.1s;
  color: #fff;
}
.newForm form .businessLsd {
  width: 100%;
  float: left;
  margin: 20px 0 0;
}
.newForm form .imgRow {
  width: 100%;
  float: left;
  font-size: 12px;
}
.newForm form .Img {
  float: left;
  width: 70px;
  border: 2px solid #ffffff;
}
.newForm form .Img img {
  width: 100%;
  display: block;
  height: auto;
}
.newForm form .imgTxt {
  padding-left: 80px;
  color: #666666;
  line-height: 20px;
}
.newForm form .imgTxt a strong {
  color: var(--red-color);
}
.newForm form .showNum {
  width: 100%;
  float: left;
  font-size: 12px;
  color: var(--red-color);
  text-align: center;
  padding: 5px;
  background-color: #ffffff;
  margin: 7px 0;
  cursor: pointer;
}
.newForm form .viewListing a {
  font-weight: 600;
  float: right;
  text-decoration: none;
  color: var(--red-color);
  margin-bottom: 15px;
}
.newForm form .viewListing a:hover {
  font-weight: 600;
  float: right;
  text-decoration: underline !important;
  cursor: pointer;
  color: var(--red-color);
  margin-bottom: 15px;
}
.newForm form input {
  font-size: 14px !important;
}
.newForm form .form_group {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newForm form textarea {
  width: 100%;
  font-size: 14px !important;
  padding: 0.375rem 0.75rem;
}

@media (max-width: 768px) {
  .ls_PicAndWrite {
    display: flex;
    flex-direction: column !important;
  }
  .press_left {
    padding: 0.5rem !important;
  }
  .press_left h2 {
    font-size: 26px !important;
  }
  .redColorH2 {
    margin-left: -0.5rem;
  }
}
.searchFormHead p {
  border-bottom: 1px solid #ff0000;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-transform: none;
}

.searchForm {
  background: none repeat scroll 0 0 #efefef;
  padding: 15px;
  color: #555555 !important;
}
.searchForm .searchContainer {
  font-weight: 400;
  padding-bottom: 12px;
  padding-top: 12px;
}
.searchForm select {
  color: #555555 !important;
}
.searchForm button {
  border-radius: 3px;
  border-width: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease 0.1s;
  background-color: #e80033;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.searchForm button span svg {
  padding-bottom: 2px;
}

.formFooter p {
  border-bottom: 1px solid #ff0000;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-transform: none;
}/*# sourceMappingURL=restaurantBroker.module.css.map */