.search .z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.sort-select__select {
  padding: 5px !important;
  height: 30px !important;
  border-radius: 2px !important;
  font-family: sans-serif !important;
}


.search__input {
  width: 100% !important;
}

.search__button {
  border: none !important;
  border-radius: 2px !important;
  color: #fff !important;
  height: auto !important;
  padding: 0 3rem !important;
}

h3.results__title {
  font-size: 20px !important;
  margin-top: 22px;
}

.sort-select__label {
  font-size: 1.6rem !important;
}

.pages > li,
.pages > li a{
  display: inline-block !important;
}

.pages > li {
  border-radius: 2px !important;
  vertical-align: top !important;
}

.pages > li a {
  padding: 0 10px !important;
  font-size: 1.6rem !important;
}

.pagination .waves-effect {
  position: relative !important;
  cursor: pointer !important;
  display: inline-block !important;
  overflow: hidden !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
  vertical-align: middle !important;
  z-index: 1 !important;
  will-change: opacity, transform !important;
  transition: all .3s ease-out !important;
}

.pagination .btn {
  text-decoration: none !important;
  text-align: center !important;
  letter-spacing: .5px !important;
  transition: .2s ease-out !important;
  cursor: pointer !important;
  padding: 0 2rem !important;
  height: 36px !important;
  line-height: 36px !important;

  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.pagination .btn.disabled {
  background-color: #DFDFDF !important;
  box-shadow: none !important;
  color: #9F9F9F !important;
  cursor: default !important;
}

.pagination .material-icons {
  line-height: inherit !important;
}

// Overwrite material styles

h3 {
 margin-top: 22px !important; 
}

.selected-filters__main-title {

	font-size: 15px !important;
}



.search__filter-container > button {
  
	width: 145px !important;  
}


.grey.lighten-3 {
    background-color: #eee !important;
}


.btn {
 	text-decoration: none;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer; 
  
  
  	border: none;
    border-radius: 2px;
    display: inline-block;
/*    height: 36px;*/
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent  
}

.btn2 {
  text-decoration: none;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer; 
    border: none;
    border-radius: 2px;
    display: inline-block;
/*    height: 36px;*/
    line-height:0px;
    outline: 0;
    padding: 0 2rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent  
}

a.mdc-custom__header__button {
padding: 1.2em;
text-decoration: none;
border-radius: 8px;
margin-right:12px;
border:solid 1px #a98c59;
background-color: #8C6C36!important;
font-weight: 600;
font-size: 1.5rem;
}


a.mdc-custom__header__button:hover {
background-color: #866427!important;
border:solid 1px #a98c59;
}



.search-filters__apply-container .btn {
  
  color: #fff; 
}


.btn > span {
  font-size: 15px;
  font-weight: 400;
}

fieldset > legend > h2.search-filters__sub-titles {
  
  	font-family: "Roboto", sans-serif !important;
	font-size: 14.5px !important; 
  	font-weight: 700;
}



[type="checkbox"]:not(:checked),[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0
}

[type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

[type="checkbox"]+label:before,[type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s
}

[type="checkbox"]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="checkbox"]:not(:checked):disabled+label:before {
    border: none;
    background-color: rgba(0,0,0,0.26)
}

[type="checkbox"].tabbed:focus+label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.1)
}

[type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"]:checked:disabled+label:before {
    border-right: 2px solid rgba(0,0,0,0.26);
    border-bottom: 2px solid rgba(0,0,0,0.26)
}

[type="checkbox"]:indeterminate+label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"]:indeterminate:disabled+label:before {
    border-right: 2px solid rgba(0,0,0,0.26);
    background-color: transparent
}

[type="checkbox"].filled-in+label:after {
    border-radius: 2px
}

[type="checkbox"].filled-in+label:before,[type="checkbox"].filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1
}

[type="checkbox"].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0
}

[type="checkbox"].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0
}

[type="checkbox"].filled-in.tabbed:focus+label:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0,0,0,0.1)
}

[type="checkbox"].filled-in.tabbed:checked:focus+label:after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:before {
    background-color: transparent;
    border: 2px solid transparent
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:after {
    border-color: transparent;
    background-color: #BDBDBD
}

[type="checkbox"].filled-in:disabled:checked+label:before {
    background-color: transparent
}

[type="checkbox"].filled-in:disabled:checked+label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD
}

  
select {
  	background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem; 
}
  
//Tablet and down
@media (max-width: 991px) {
  
  .hide-on-large-only {
    display: block !important;
  }
   
  .hide-on-med-and-down {
  	display: none !important; 
  }  
  
  .search-filter,.search__item {
   display: none !important; 
  }
  
	.mobile-filter {
	    display: block !important;
		text-align: center;
		position: fixed;
		left: 0; right: 0; bottom: 16px;
		z-index: 2;
	}

	.mobile-filter__button {
		align-items: center;
		background-color: #9e9e9e;
		border: none;
		border-radius: 80px;
		box-shadow: 0 1px 1px 1px rgba(0,0,0,.14);
		color: #fff;
		font-weight: bold;
		padding: 1rem 2rem;
		text-transform: uppercase;

		display: flex;
		margin: 0 auto;
	}

	.mobile-filter__svg {
		height: 1em;
	  width: 1em;
	  display: block;
	  fill: currentcolor;
	  margin-left: 6px;
	}
  
  .pagination .pages > li {
   display: none !important;
  }
  .pagination .pages > li.active {
   display: block !important;
  }  
  
  select {
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem
}

  
  
  
}
  
@media (min-width: 991px) {
  
 .sort-select {
   
  text-align: right; 
 }
  
  .hide-on-large-only { 
    display: none;
  }
  
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  