/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */
/****************************** dropdown style - start ****************************/
.side-by-side {
/* 	background: salmon;
	border: solid red 1px;
 */	
 display: inline-block;
}

.cat_filters_block111 {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
}

select.cat-filters {
  display: none;
}
/****************************** dropdown style - end ****************************/

.eos_expired_overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.0);
  z-index: 2;
  cursor: pointer;
}

.eos_gray_out {
  color: rgba(0,0,0,0.4) !important;
}

.eos_gray_out_img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}