#setting-error-wp_sirvo-settings_updated .spinner {
	margin-top: 0;
	float: none;
}

#wp-sirvo-login-settings-response {
	font-weight: normal;
}

#wp-sirvo-login-response.error span {
	color: red;
    font-weight: bold;
}

#wp-sirvo-login-response.success {
	color: green;
}


#sirvo-content label {
   font-weight: bold;
   font-size:14px;
   width:150px;
   display:inline-block;
   text-transform: capitalize;
}


/* GENERAL */
* {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
html {
    overflow-y: scroll;
}

#sirvo-header, #sirvo-main, #no-results, #sirvo-footer {
    width: min-width:100%;
    margin: 0 auto;
}

#sirvo-main {
    min-height: 360px;
}
#left-column {
    float: left;
    width: 23%;
}
#right-column {
   /* width: 74%;
    margin-left: 26%;
    */
    min-width:100%;
}

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

/* INPUT */
#sirvo-header {
    position: relative;
    height: 60px;
    margin-top: 40px;
}

#sirvo-header img {
    position: absolute;
    top: 9px;
    left: 0;
    float: left;
    max-width: 23%;
}

#search-input input {
    font-size: 28px;
    font-weight: 100;
    /*width: 74%;
    margin-left: 26%;
    */
    min-width:100%;
    padding: 10px 0 6px;
    border: none;
    border-bottom: 5px solid #eee;
    background-image: none !important;
}
#search-input input, #search-input input:focus {
    transition: border-color .3s ease-in;
    outline: 0;
}

#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;
}

#search-input-icon {
    position: relative;
}
#search-input-icon:before {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 20px;
    height: 20px;
    content: '';
    cursor: default;
    background: url(img/search_icon.png) no-repeat;
}
#search-input-icon.empty:before {
    cursor: pointer;
    background-image: url(img/delete_icon.png);
}

/* HITS */
#hits {
    margin: 4px 0;
    padding: 10px 0;
    border-top: 2px solid #eee;
}

#hits h3 {
    font-size: 1.333rem;
}

#hits p {
    margin: 0 0 10px 0 !important;
    font-size:16px !important;
    padding:0px !important;

}

#hits h1, #hits h2, #hits h3, #hits h4, #hits h5, #hits h6 {

    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0;
    text-rendering: optimizelegibility;
}

.hit {
    font-size: 0;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    line-height:1.6rem;
}
.hit-image {
	display: inline-block;
	/*width: 16%;*/
	text-align:center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	height: 170px;
	width: 170px;
	border:1px solid #f3f3f3;
}
.hit-image img {
    max-width: 100%;
    max-height: 180px;
}
.hit-image-affiliate {
  display: inline-block;
  box-sizing: border-box;
  height: 170px;
  width: 170px;
  float: right;
}
.hit-image-affiliate img {
  display: block;
  float: right;
  max-height: 100px;
  max-width: 100%;
}
.hit-image-affiliate p{
  display: block;
  float: right;
  visibility: hidden;
  color: #000;
}
.affiliate-text:hover p {
  visibility: visible;
}
.hit-content {
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    max-width: 80%;
    margin-left: 1%;
    vertical-align: top;
}
.hit-content .hit-price {
    font-size: 20px;
    float: right;
    margin-left: 20px;
    color: #ed5565;
}
.hit-content .hit-price, .hit-content .hit-name {
    font-weight: normal;
    margin-top: 0;
}
.hit-content em {
    font-style: normal;
    background: #fbdde0;
}
.hit-content .hit-description {
    color: #999;
}

/* PAGINATION */
#pagination {
    margin-top: 60px;
}
#pagination ul {
    font-size: 0;
    list-style-type: none;
    text-align: center;
}
#pagination li {
    font-size: 14px;
    display: inline;
}
#pagination a {
    padding: 8px 12px;
    text-decoration: none;
    color: #000;
    border: 1px solid #eee;
}
#pagination a:hover {
    background: #f5f5f5;
}
#pagination li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#pagination li:last-child a {
    border-right: 1px solid #eee;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#pagination li.ais-pagination--item__active a:hover {
    cursor: default;
}
#pagination li.ais-pagination--item__disabled a {
    cursor: not-allowed;
}
#pagination li.ais-pagination--item__disabled a: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;
}

/* STATS */

#left-column label {
   display: initial !important;
    font-weight: normal;

}

input[type="checkbox"] {

    margin-right: 10px !important;
    margin-top: 0px !important;
}

#stats {

}

#stats .ais-stats--time {
    font-size: 0.8em;
    color: #999;
}

/* FACETS */
.facet {
    margin-bottom: 24px;
}
.facet h5 {
    margin: 0 0 6px;
    padding: 0 0 6px;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
}
.facet ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.facet li {
    margin-bottom: 3px;
}
.ais-refinement-list--label,
.ais-menu--link {
    font-size: 13px !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    color: #000 !important;
    cursor: pointer !important;
    text-transform: capitalize !important;
}

.ais-refinement-list--count,
.ais-menu--count {
    position: relative;
    top: 1px;
    /* float: right;*/

    color: #999;
}

/* 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: .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 .3s ease-in;
    border-color: #999;
}

/* SLIDER */
.ais-range-slider--target {
    margin: 40px 30px 40px 0;
    font-size: 13px;
}

.ais-range-slider--connect {
    background: #ed5565;
}

.ais-range-slider--handle {
    border-color: #ed5565;
}

.apply-btn {

    background-color: #ff4a00;
    color:#000000;
    border:none;
    padding:8px;
    font-size: 16px !important;
}

.intro {

    background-color: #ffffff;
    padding:10px;
    border:1px solid #ffffff;
}

.intro p {

    padding:10px;
    font-size: 14px;
}
/* FOOTER */
#sirvo-footer {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
#sirvo-footer a {
    text-decoration: none;
    color: #ed5565;
}

#sirvo-footer a:hover {
    text-decoration: underline;
    color: #ff4a00;
}

#filter-by {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    font-size: 16px;
    outline: medium none;
    padding-right: 14px;font-family: "Helvetica Neue",Helvetica,sans-serif !important;
    color: #c2c7ca !important;
    padding-right: 20px;
    width:140px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    color: inherit !important;

}



#filter-by::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    color: #000;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 11px;
    vertical-align: middle;
    width: 0;
}


#filter {
    display:inline-block;
    float:left;
    padding-right:20px;

}

#filter div{
    bottom:3px;
}


#filter h5{
    padding-left:5px !important;
}

.job_title, .business_name, .job_properties {
    text-transform:capitalize;
}

div.bootstrap label{
    font-weight: normal !important;
}

div.bootstrap input[type=checkbox] {
    margin-left: 4px !important;
}

.bootstrap .dropdown-menu li {

    list-style: none !important;
}

@media (max-width: 992px) {
    .btn-group-responsive {
        margin-bottom: -10px;

           width:100%;
            margin-bottom: 10px;

        .pull-left, .pull-right {
            float: none !important;
        }
    }
}

@media (max-width: 768px) {
    .ais-pagination--item__page {
        display:none !important;
    }
}

@media (max-width: 845px) {
    .text-group-responsive {
        display:block !important;
				padding-left: 0 !important;
				margin-top: 10px !important;
				width: 100%;
    }
}

@media (max-width: 768px) {
    #sort-by-wrapper {
        width: 100% !important;
    }

    #sort-by-wrapper > div,  #sort-by-wrapper > div div{
        width:100%;

    }

    .ais-sort-by-selector {

        display:inline-block !important;
        width:100%;
    }

    #filter {
        padding-right:0px !important;
    }

    #filter-by {

        width:100% !important;
        text-align: left !important;
        padding: 10px 0px !important;


    }

    #filter-by::after {
        right:0px !important;
    }

}
