/*--- Path ---*/
/*--- /Path ---*/
/*--- Colors ---*/
/*--- /Colors ---*/
/*--- themes ---*/
/*--- green-inverse---*/
/*--- /green-inverse---*/
/*--- /themes ---*/
/*--- section colors ---*/
/*--- /section colors ---*/
/*--- Icons ---*/
/*--- /Icons ---*/
/*--- Breakpoints ---*/
/*--- /Breakpoints ---*/
.circleRadius {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/*--- Cropping text for predefined count of lines with ellipsis in the end ---*/
/*-----------------------------------------------------------------------------------*/
/*--- Stripe with 50% background image ---*/
/*--- /Stripe with 50% background image ---*/
/*--- Stripe with 50% background image (combined of background and contained-image) ---*/
/*--- /Stripe with 50% background image (combined of background and contained-image) ---*/
/*--------------------------------------------------------------------------------------*/
.input-group-wrapper {
  position: relative;
  width: 98%;
}
.search-bar__input {
  height: 50px;
  padding-left: 60px!important;
  font-size: 18px !important;
  border-top-left-radius: 4px!important;
  border-bottom-left-radius: 4px!important;
}
@media screen and (max-width: 768px) {
  .search-bar__input {
    height: 37px !important;
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .form-location {
    height: 37px !important;
  }
}
.header .search-bar__input {
  padding-left: 50px !important;
}
.search-bar__section {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  bottom: 0;
}
.search-bar__section i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #737577 !important;
  font-size: 18px!important;
}
.search-bar__section:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.search-bar__icon {
  top: 55%!important;
}
.main-block .search-bar__section {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .main-block .search-bar__section {
    width: 37px;
    height: 37px;
  }
}
.header .search-bar__section {
  width: 37px;
  height: 37px;
}
.suggest-sections {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  background: #f0f4f5;
  color: #444;
  border: 1px solid #c5c5c3;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .suggest-sections {
    top: 36px;
  }
}
.suggest-output {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.suggest-output-main-normal {
  top: 49px;
}
@media screen and (max-width: 768px) {
  .suggest-output-main-normal {
    top: 36px;
  }
}
.header .suggest-sections {
  top: 36px;
}
.suggest-sections--visible {
  display: block;
}
.suggest-sections__item {
  text-align: left;
  cursor: pointer;
  padding-left: 0;
}
.suggest-sections__item:before {
  content: '';
}
.suggest-sections__link {
  display: block;
  color: #444;
  padding: 10px 12px;
}
.suggest-sections__link:hover,
.suggest-sections__link:focus {
  background: #fff;
  color: #444;
  text-decoration: none;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  outline: 0;
}
.input-group-lg .suggest-sections__link {
  padding: 10px 18px;
}
@media screen and (max-width: 768px) {
  .input-group-lg .suggest-sections__link {
    padding-left: 12px;
  }
  .input-group-lg .suggest-sections__link .suggest-sections__sign {
    width: 32px;
  }
}
@media screen and (max-width: 400px) {
  .two-level .suggest-sections__sign {
    width: 17px;
  }
  .two-level .suggest-sections__link {
    padding: 10px 6px;
  }
}
.suggest-output .fl_item {
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  .input-group-lg .suggest-output .fl_item {
    padding-left: 18px;
  }
}
.suggest-output .fl_item i.fa,
.suggest-output .fl_item i .far,
.suggest-output .fl_item i .fas,
.suggest-output .fl_item i .fab,
.suggest-output .fl_item i .fad {
  font-size: 16px;
  width: 40px;
}
.suggest-sections__sign {
  display: inline-block;
  width: 40px;
}
.search-bar .suggest-sections__icon,
.suggest-sections__icon {
  display: inline-block;
  vertical-align: top;
  color: #959595 !important;
  font-size: 16px;
}
.search-bar__section--selected:not(.search-selected--all) {
  background: #fff;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}
.search-bar__section--selected:not(.search-selected--all):after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 5px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.search-selected--all .search-bar__icon {
  top: 50%!important;
}
.search-selected--listings:after {
  background: #00bcf1;
}
.search-selected--listings .search-bar__icon {
  color: #00bcf1 !important;
}
.search-selected--dining:after {
  background: #eb3e76;
}
.search-selected--dining .search-bar__icon {
  color: #eb3e76 !important;
}
.search-selected--classifieds:after {
  background: #f6973a;
}
.search-selected--classifieds .search-bar__icon {
  color: #f6973a !important;
}
.search-selected--guide:after {
  background: #87ca56;
}
.search-selected--guide .search-bar__icon {
  color: #87ca56 !important;
}
.search-selected--video:after {
  background: #9c529a;
}
.search-selected--video .search-bar__icon {
  color: #9c529a !important;
}
.search-selected--whitepages:after {
  background: #09a59c;
}
.search-selected--whitepages .search-bar__icon {
  color: #09a59c !important;
}
.suggest-sections--all:hover .suggest-sections__icon,
.suggest-sections--all .suggest-sections__link:focus .suggest-sections__icon,
.suggest-sections--all.suggest-sections--active .suggest-sections__icon {
  color: #2f4577 !important;
}
.suggest-sections--listings:hover .suggest-sections__icon,
.suggest-sections--listings .suggest-sections__link:focus .suggest-sections__icon,
.suggest-sections--listings.suggest-sections--active .suggest-sections__icon {
  color: #00bcf1 !important;
}
.suggest-sections--dining:hover .suggest-sections__icon,
.suggest-sections--dining .suggest-sections__link:focus .suggest-sections__icon,
.suggest-sections--dining.suggest-sections--active .suggest-sections__icon {
  color: #eb3e76 !important;
}
.suggest-sections--classifieds:hover .suggest-sections__icon,
.suggest-sections--classifieds .suggest-sections__link:focus .suggest-sections__icon,
.suggest-sections--classifieds.suggest-sections--active .suggest-sections__icon {
  color: #f6973a !important;
}
/*---Temporarily for JT ---*/
.jt .suggest-sections--classifieds:hover .suggest-sections__icon,
.jt .suggest-sections--classifieds .suggest-sections__link:focus .suggest-sections__icon,
.jt .suggest-sections--classifieds.suggest-sections--active .suggest-sections__icon {
  color: #bbcc29 !important;
}
.jt .search-selected--classifieds:after {
  background: #bbcc29;
}
.jt .search-selected--classifieds .search-bar__icon {
  color: #bbcc29 !important;
}
/*---/Temporarily for JT ---*/
.suggest-sections--guide:hover .suggest-sections__icon,
.suggest-sections--guide .suggest-sections__link:focus .suggest-sections__icon,
.suggest-sections--guide.suggest-sections--active .suggest-sections__icon {
  color: #87ca56 !important;
}
.suggest-sections--video:hover .suggest-sections__icon,
.suggest-sections--video .suggest-sections__link:focus .suggest-sections__icon,
.suggest-sections--video.suggest-sections--active .suggest-sections__icon {
  color: #9c529a !important;
}
.suggest-sections--whitepages:hover .suggest-sections__icon,
.suggest-sections--whitepages .suggest-sections__link:focus .suggest-sections__icon,
.suggest-sections--whitepages.suggest-sections--active .suggest-sections__icon {
  color: #09a59c !important;
}
.suggest-output .fl_item > textnode {
  display: table;
}
.suggest-output .fl_item > textnode > i {
  display: table-cell;
}
.suggest-sections--active {
  background: #fff;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
}
.search-wrapper {
  position: relative;
}
.search-field-icon {
  position: relative;
}
.search-field-icon:before {
  content: '\f002 ';
  font-family: FontAwesome;
  color: #959595;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
