/* GENERAL */
* {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  background: #fff;
}
@media (min-width: 978px) {
header,
main,
#no-results,
footer {
  width: 100%;
  margin: 0 auto;
}
}

@media (max-width: 978px) {
header,
main,
#no-results,
footer {
  width: 100%;
  margin: 0 auto;
}
}


main {
  min-height: 360px;
}


@media (min-width: 978px) {
#left-column {
  float: left;
  width: 16%;
}
#right-column {
  width: 82%;
  padding-top:3px;
  margin-left: 18%;
}
}

@media (max-width: 978px) {
#left-column {
  float: left;
  width: 100%;
}
#right-column {
  width: 100%;
  padding-top:3px;
  margin-left: 0%;
}
}

.clear:after {
  content: '';
  display: table;
  clear: both;
}

/* INPUT */
header {
  position: relative;
  height: 80px;
  margin-top: 40px;
}
header img {
  position: absolute;
  top: 9px;
  left: 0;
  float: left;
  max-width: 23%;
}
.ais-SearchBox-form {
  position: relative;
}

.ais-SearchBox-input {
  width: 84%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  padding: 5px 33px;
}
.ais-SearchBox-reset {
  position: absolute;
  top: 0.5em;
  right: 0.25em;
}
.ais-SearchBox-submit {
  position: absolute;
  top: 0.5em;
  left: 0.25em;
}
#search-input .ais-SearchBox-submit,
#search-input .ais-SearchBox-reset {
  top: 16px;
  display: none;
}

.ais-SearchBox-submit svg,
.ais-SearchBox-reset svg {
  width: 1.25em;
  height: 1.25em;
  fill: rgb(142, 142, 142);
}
#search-input {
  margin-left: 0%;
}

#search-input input,
#search-input input:focus {
  transition: border-color 0.3s ease-in;
  outline: 0;
}
#search-input input:focus {
  border-color: #ed5565;
}
#search-input input::-webkit-input-placeholder,
#search-input input:-moz-placeholder,
#search-input input:-moz-placeholder,
#search-input input:-ms-input-placeholder {
  font-weight: 100;
  color: #999;
}

@media (min-width: 978px) {
.ais-Hits-item{
  flex: 0 0 auto;
  width: 33.33333333%;
  float:left;
}
}

@media (max-width: 978px) {
.ais-Hits-item{
  flex: 0 0 auto;
  width: 100%;
  max-width:308px;
  margin:0 auto;
}
}

.row > * {
  /*width:auto;
  margin:0 auto;*/
}

.recommended_apps .ais-Hits-item{
  flex: 0 0 auto;
  width: 100%;
  float:left;
}

/* HITS */
#hits {
  margin: 4px 0;
  padding: 0px 0;
  /*border-top: 2px solid #eee;*/
}
.hit {
  font-size: 0;
  padding: 0px 0;
  /*border-bottom: 1px solid #eee;*/
}

.recommended_apps .hit {
  border-bottom: 0px solid #eee;
}

.hit-name {
  margin: 0;
}
.hit-image {
  display: inline-block;
  width: 16%;
  text-align: center;
}
.hit-image img {
  max-width: 100%;
  max-height: 180px;
}
.hit-content {
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  width: 81%;
  margin-left: 3%;
  vertical-align: top;
}
.hit-stars {
  font-size: 17px;
  margin: 4px 0;
  color: #868686;
}

.hit-content .hit-price {
  float: right;
  margin-left: 20px;
  color: #ffffff;
  background: #383838;
  padding: 4px;
  border-radius: 3px;
}
.hit-content .hit-price,
.hit-content .hit-name {
  font-weight: normal;
  margin-top: 0;
}

.hit-content mark {
  font-style: normal;
  color: #ed5565;
  background-color: transparent;
  border-bottom: solid 1px rgba(244, 107, 91, 0.5);
}

.hit-content p {
  font-size: 13px;
}

.hit-description mark {
  color: inherit;
  background-color: inherit;
}

.hit-category-breadcrumb {
  margin: 5px 0 2px 0;
}

.hit-category-breadcrumb mark {
  color: inherit;
}

.hit-content .hit-description {
  color: #868686;
  margin: 1px 0 10px 0;
  font-size: 14px;
}

/* PAGINATION */
#pagination {
  margin-top: 50px;
  float: left;
  width: 100%;
}
#pagination ul {
  font-size: 0;
  list-style-type: none;
  text-align: center;
  display: block;
}
#pagination li {
  font-size: 14px;
  display: inline;
}
#pagination a,
#pagination span {
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
  border: 1px solid #eee;
}
#pagination a:hover,
#pagination span:hover {
  background: #f5f5f5;
}
#pagination .ais-Pagination-item {
  padding: 3px;
}

#pagination .ais-Pagination-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#pagination .ais-Pagination-item:last-child {
  border-right: 1px solid #eee;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#pagination .ais-Pagination-item--selected a {
  color: white;
  border-color: #844cc4;
  background: #844cc4;
}
#pagination .ais-Pagination-item--selected a:hover {
  cursor: default;
}
#pagination .ais-Pagination-item--disabled {
  cursor: not-allowed;
}
#pagination .ais-Pagination-item--disabled:hover {
  background: none;
}

/* SORT BY */
#sort-by-wrapper {
  font-weight: 300;
  position: relative;
  float: right;
  color: #999;
}

#sort-by select {
  font-size: 16px;
  padding-right: 14px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#sort-by:after {
  content: '';
  display: inline-block;
  position: absolute;

  top: 8px;
  right: 0;

  width: 0;
  height: 0;

  margin-left: 2px;
  vertical-align: middle;

  color: #000;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;

  pointer-events: none;
}

/* FACETS */
.facet {
  margin-bottom: 24px;
  font-size: 14px;
  color: #000;
}
.facet h5 {
  margin: 0 0 6px;
  padding: 0 0 6px;
  text-transform: uppercase;
  font-weight: bold;
  /*border-bottom: 2px solid rgb(210, 223, 230);*/
}
.facet ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.facet li {
  margin-bottom: 3px;
}

.facet a:visited,
.facet a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.facet a:hover {
  color: #7732ff;
  text-decoration: none;
  cursor: pointer;
}

.ais-RefinementList-label,
.ais-HierarchicalMenu-list .facet-item,
.ais-Menu-link {
  cursor: pointer;
  line-height: 0em;
  font-size: 0.9rem;
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-item {
  margin: 3px 0;
}

.ais-HierarchicalMenu-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f105';
  padding: 0 5px 0 0;
}

.sffv_no-results {
  font-size: 13px;
  line-height: 1.2;
  padding-top: 6px;
}

.ais-RefinementList .ais-SearchBox-submit svg,
.ais-RefinementList .ais-SearchBox-reset svg {
  width: 1em;
  height: 1em;
  fill: rgb(142, 142, 142);
}

.ais-RefinementList-label:hover,
.ais-RefinementList-item--selected .ais-RefinementList-label,
.ais-Menu-link:hover,
.ais-Menu-item--selected .ais-Menu-link[class],
.ais-HierarchicalMenu-list .facet-item.active:hover,
.ais-HierarchicalMenu-list .facet-item.active {
  color: #ed5565;
}
.ais-RefinementList-item--selected .ais-RefinementList-label:hover,
.ais-Menu-item--selected .ais-Menu-link:hover,
.ais-HierarchicalMenu-list .facet-item.active:hover {
  text-decoration: line-through;
  color: #ed5565;
}
.ais-RefinementList-count,
.ais-HierarchicalMenu-count,
.ais-Menu-count,
.ais-RatingMenu-count,
.ais-ToggleRefinement-count {
  position: relative;
  float: right;
  color: #999;
  display:none;
}

/* NO RESULTS */
.no-results #pagination,
.no-results #sort-by,
.no-results #stats,
.no-results #facets {
  display: none;
}
#no-results-message {
  text-align: center;
}
#no-results-message p {
  font-size: 28px;
  font-weight: 100;
}
#no-results-message ul {
  list-style-type: none;
}
#no-results-message li {
  font-size: 12px;
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  padding: 4px 28px 4px 8px;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 12px;
}
#no-results-message li span.value {
  font-weight: bold;
  color: #000;
}
#no-results-message li a.remove img {
  position: absolute;
  top: 3px;
  right: 5px;
  float: right;
  width: 17px;
  height: 17px;
  opacity: 0.5;
}
#no-results-message li a.remove:hover img {
  opacity: 1;
}
a.clear-all {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin: 10px;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
  border: 2px solid #ddd;
  border-radius: 4px;
}
a.clear-all:hover {
  transition: border-color 0.3s ease-in;
  border-color: #999;
}

/* SLIDER */
.ais-RangeSlider .rheostat-progress {
  background-color: #46aeda;
}

.rheostat-handle {
  border-color: #ed5565;
}

/* Star Rating */
.ais-RatingMenu-link {
  display: flex;
}

.ais-RatingMenu-label {
  flex-grow: 1;
  margin-top: -3px;
}

.ais-Menu-item--selected,
.ais-RefinementList-item--selected,
.ais-HierarchicalMenu-item--selected,
.ais-RatingMenu-item--selected {
  font-weight: bold;
}

.ais-RatingMenu-starIcon,
.ais-RatingMenu-starIcon--emtpy {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.ais-RatingMenu-starIcon,
.ais-RatingMenu-starIcon--empty {
  fill: currentColor;
  color: #fbae00;
}

.ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon,
.ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon--empty {
  color: #c9c9c9;
}

/* Toggle */
.ais-ToggleRefinement-label {
  cursor: pointer;
}

/* RefinementList ShowMore */
.ais-RefinementList-showMore,
.ais-Menu-showMore {
  font-weight: bold;
  opacity: 0.7;
  padding-left: 4px;
  position: relative;
  line-height: 25px;
  font-size: 0.9em;
}
.ais-RefinementList-showMore:hover,
.ais-RefinementList-showMore:focus,
.ais-Menu-showMore:hover,
.ais-Menu-showMore:focus {
  opacity: 1;
}
.ais-RefinementList-showMore .isShowingMore:before,
.ais-RefinementList-showMore .isShowingLess:before,
.ais-Menu-showMore .isShowingMore:before,
.ais-Menu-showMore .isShowingLess:before {
  font-family: FontAwesome;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  display: inline-block;
  position: relative;
  content: '';
  margin: 0 5px 0 0;
}

.ais-RefinementList-showMore .isShowingMore:before,
.ais-Menu-showMore .isShowingMore:before {
  content: '\f0fe';
}

.ais-RefinementList-showMore .isShowingLess:before,
.ais-Menu-showMore .isShowingLess:before {
  content: '\f146';
}

/* FOOTER */
footer {
  font-size: 14px;
  margin-top: 200px;
  margin-bottom: 15px;
  text-align: center;
}
footer a {
  text-decoration: none;
  color: #ed5565;
}
footer a:hover {
  text-decoration: underline;
  color: #ed5565;
}




ol, ul {
    padding-left: 0rem;
    list-style-type: none;
}

.full-width{float:left; width:100%}




a.btn-primary {
    color: #fff !important;
    background-color: #635bff;
    border-color: #635bff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn-primary:hover {
    color: #fff;
    background-color: #544dd9;
}

.ezy__blog8-calendar {
  position: absolute;
  border-radius: 65%;
  background-color: #fff; 
}




.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}


.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.py-1 {
  padding-top: .4rem !important;
  padding-bottom: .4rem !important;
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}


.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.ml-1{
  margin-left: .25rem !important;
}

.ml-2{
  margin-left: .5rem !important;
}



@media (max-width: 992px){
  .col-md-6 {
  width: 100% !important;
  }
  .col-lg-9 {
  width: 75% !important;
  }
  .col-lg-12 {
    width: 100% !important
  }
  .recommended_apps .ais-Hits-item {
    float: none;
  }

.entrepreneurs-search .ais-Hits-item {
  margin-bottom:2rem;
}


#search-input input {
  font-size: 18px;
  padding-left: 100px;
  font-weight: 100;
  padding: 10px 10px 5px 15px;
  border: 1px solid #844cc4;
  /*box-shadow: 0 0 4px rgba(0,0,0,0.2);*/
  appearance: none;
  -webkit-appearance: none;
  margin-bottom:40px;
  float:left;
}


}


@media (min-width: 992px){
  .col-md-6 {
  width: 50% !important;
  }
  .col-lg-9 {
  width: 75% !important;
  }
  .col-lg-12 {
    width: 100% !important
  }
  .recommended_apps .ais-Hits-item {
    float: left;
  }




#potential-customers #search-input input {
  font-size: 28px;
  padding-left: 100px;
  font-weight: 100;
  padding: 10px 10px 5px 35px;
  border: 1px solid #844cc4;
  /*box-shadow: 0 0 4px rgba(0,0,0,0.2);*/
  appearance: none;
  -webkit-appearance: none;
  margin-left: 0%;
  float: left;
  width: 83%;
}


#search-input input {
  font-size: 28px;
  padding-left: 100px;
  padding: 10px 10px 5px 35px;
  border: 1px solid #844cc4;
  /*box-shadow: 0 0 4px rgba(0,0,0,0.2);*/
  appearance: none;
  -webkit-appearance: none;
  margin-left: 0%;
  float: left;
  width: 91%;
}


.search-algolia-input, .zip-algolia-input{
  font-size: 20px;
  padding-left: 100px;
  padding: 10px 10px 5px 20px;
  /*border: 0px solid #844cc4;*/
  /*box-shadow: 0 0 4px rgba(0,0,0,0.2);*/
  appearance: none;
  -webkit-appearance: none;
  margin-left: 0%;
  float: left;
  width: 100%;
  margin-top: 7px;
}



/* Optional: Custom styles for input field */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  float:left;
}

.form-control {
  flex: 1 1 auto;
  width: 0.5%;
  margin-bottom: 0;
}

.input-group-append {
  display: flex;
}

.input-group-text-zip {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  padding: .7rem .7rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--saas-apps-blocks-input-color);
  text-align: center;
  white-space: nowrap;
  background-color: #f2f1f1;
  border: 1px solid #635bff;
  border-radius: .25rem;
}

.input-group-text i {
  font-size: 1rem;
}

/* Optional: Adjust icon size or other styles as needed */







.advice #search-input input {
  font-size: 28px;
  padding-left: 100px;
  font-weight: 100;
  padding: 10px 10px 5px 35px;
  border: 1px solid #844cc4;
  /*box-shadow: 0 0 4px rgba(0,0,0,0.2);*/
  appearance: none;
  -webkit-appearance: none;
  margin-left: 0%;
  float: left;
  width: 74%;
}




.search #search-input input {
  font-size: 28px;
  padding-left: 100px;
  font-weight: 100;
  padding: 10px 10px 5px 35px;
  border: 1px solid #844cc4;
  /*box-shadow: 0 0 4px rgba(0,0,0,0.2);*/
  appearance: none;
  -webkit-appearance: none;
  margin-left: 0%;
  float: left;
  width: 87%;
  margin-right: 20px;
}

.search-experts input.ais-SearchBox-input {
width: 100% !important
}


.search #search-button {
  padding: 9px 25px;
  color: #fff !important;
  background-color: #635bff;
  border-color: #635bff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 58px;
  border-radius: 10px;
}



.entrepreneurs-search .ais-Hits-item {
  flex: 0 0 auto;
  width: 25.33333333%;
  max-width:250px;
  float: left;
  margin-bottom:2rem;
}

#left-column {
  float: left;
  width: 32%;
  max-width:212px;
  margin-right: 0px;
  height: 100vh;
}

#right-column {
  width: 82%;
  padding-top: 0px;
  margin-left: 220px;
}

}


.ais-SearchBox-submit{display:block}

.ais-SearchBox-reset, .ais-SearchBox-submit {background:none !important;}

.ais-RefinementList-list{
  margin-top:10px !important;
}

