/**
 * CSS overrides for the theme
 */
body {
    color: #666 !important;
}

a {
    color: #1976d2 !important;
}

p, div, span, code, li {
  font-size: 15px;
}

.meta-date,
.meta-author,
.meta-cat,
.meta-comments {
  font-size: 13px;
}

/**
 * CSS overrides for the SimplyRETS plugin
 */
#sr-search-wrapper + p {
  /* display: none; */
}

.sr-sort-wrapper {
    min-width: 400px;
    text-align: right;
    margin-right: 20px;
}

.sr-sort-wrapper label {
    display: inline;
}

.sr-sort-wrapper select {
    display: inline-block;
    width: 50%;
}

.sr-search-widget-field input,
.sr-search-field input {
    /* max-width: initial !important; */
}

.sr-secondary-data + div {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sr-photo {
    background-size: cover;
}

.sr-secondary-data {
    padding-left: 20px;
}

/**
 * Don't capitalize menu items
 */
 .dropdown-menu ul li a.menu-link {
   text-transform: none !important;
 }
 
 /**
  * Add $ sign to min/max price inputs
  */
  #sr-search-maxprice input[type="number"], #sr-search-minprice input[type="number"] {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20version%3D'1.1'%20height%3D'16px'%20width%3D'85px'%3E%3Ctext%20x%3D'2'%20y%3D'13'%20fill%3D'gray'%20font-size%3D'12'%20font-family%3D'arial'%3E%24%3C%2Ftext%3E%3C%2Fsvg%3E");
  padding-left: 20px;
  background-position: 5px center;
  background-repeat: no-repeat;
}
