/* Search & Filter Styles */
body
{
	display:block;
}

.searchandfilter {
	width: 100%;
	margin-top: 23px;
	height: 60px;
}

.searchandfilter-wrapper {
	background-color: #eff0f4;
	margin-top: -22px;
}

@media only screen and (min-width : 1231px) {
	.searchandfilter-wrapper {
		margin-left: 15%; 
		margin-right: 13%;
	}
}
@media only screen and (max-width : 1230px) {
	.searchandfilter-wrapper {
		margin-left: 90px; 
		margin-right: 95px;
	}
}
@media only screen and (max-width : 768px) {
	.searchandfilter-wrapper {
		margin-left: 0px; 
		margin-right: 0px;
	}
}
.searchandfilter p
{
	margin-top: 1em;
	display:inline-block;
}
.searchandfilter ul
{
	display:inline-block;
}
.searchandfilter li
{
	list-style: none;
	display:inline-block;
}

/* If in a widget area make a single column by adding display block  */
.widget-area .searchandfilter li, .widget-area .searchandfilter p
{
	/*display:block;*/
}
.searchandfilter label
{
	/*display:block;*/
}
.searchandfilter h4
{
	margin:15px 0;
	font-size:16px;
}

.searchandfilter ul > li > ul:not(.children)
{
	margin-left:0;
}

.ul-wrapper {
	width: 100%;
	padding: 0px 0px;
	margin: 0px;
	height: 60px;
	min-height:60px;
	max-height:60px; 
	height: auto !important;
}

.ul-wrapper li {
	display: inline-block;
}

/* Search bar */
.searchandfilter li:first-child {
	margin-left: 2%;
	margin-top: -50px;
	border-color: transparent;
	width: 12%;
    /*
	width: 240px;
   	height: 34px;
   	overflow: hidden;
 	background: url(/todosapensar/wp-content/themes/todos-a-pensar-vacio/images/menu-t-amazon.png) no-repeat right #ddd;
  	border: 1px solid #ccc;
  	*/
}
/*
.searchandfilter li:first-child select:hover {
    background-color: #cff0e8;
}
*/
.searchandfilter select {
	border: 0px;
    outline: 0px;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	background-color: #eff0f4;
	height: 57px;
	width: 100%;
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	-webkit-border-radius: 0px;
   	padding-left: 5px;
}



.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.searchandfilter-wrapper .select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    color:black;
    width: 100%;
    margin-top: 54px;
    height: 55px;
}
/*
.select:hover {
	background-color: #cff0e8;
}
*/
.searchandfilter-wrapper .select .options li {
	padding-left: 40px;
	height: 37px;
}
/* Android */
.searchandfilter-wrapper .select .options li[rel~="10"] {
	background: #FFFFFF url(../../themes/todos-apensar/images/dropdown-android.png) no-repeat 10% 10%;
	background-size: 17px 20px;
}
/* iOS */
.searchandfilter-wrapper .select .options li[rel~="11"] {
	background: #FFFFFF url(../../themes/todos-apensar/images/dropdown-ios.png) no-repeat 12% 3%;
	background-size: 15px 18px;
}
/* Todos */
.searchandfilter-wrapper .select .options li[rel~="12"] {
	background: #FFFFFF url(../../themes/todos-apensar/images/dropdown-todos.png) no-repeat 34% 15%;
	background-size: 17px 19px;
	background-position-x: 13px;
}
/* Amazon */
.searchandfilter-wrapper .select .options li[rel~="13"] {
	background: #FFFFFF url(../../themes/todos-apensar/images/dropdown-amazon.png) no-repeat 10% 14%;
	background-size: 20px 17px;
}
.searchandfilter-wrapper .styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding:0 30px;
    line-height: 54px;
    background: url(../../themes/todos-apensar/images/dropdown-todos.png) 2% 50%, url(../../themes/todos-apensar/images/dropdown.png) 90% 50%;
    background-size: 17px 19px, 11px 6px;
    background-repeat: no-repeat;
}
.searchandfilter-wrapper .styledSelect:after {
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:black transparent transparent transparent;
    position:absolute;
    top:9px;
    right:6px;
}
/*
.styledSelect:hover {
	background-color: #cff0e8;
}
.styledSelect:active, .styledSelect.active {
    background-color: #eff0f4;
}
*/
.searchandfilter-wrapper .options {
	top: 100%;
    position:absolute;
    right:0;
    left:-8px;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    width: 100%;
    min-width: 104px;
    padding-top: 11px;
    width: 125px;
    background-color: #FFFFFF;
}
.searchandfilter-wrapper .options li {
    padding:0 6px;
    margin:0 0;
    padding:0 10px;
    height: 25px;
    width: 100%;
}
.searchandfilter-wrapper .drop {
    height: 0px;
}
.s-hidden {
    visibility:hidden;
}

.searchandfilter-wrapper .select ul li:first-child::before {
    content:"";
    position: absolute;
    left: 100px;
	top: -10px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 9px solid #ccc;
}
.searchandfilter-wrapper .select ul li:first-child::after {
	content: '';
	position: absolute;
	left: 101px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #FFFFFF;
	z-index:9998;
 }
@media only screen and (min-width : 1068px) {
	.searchandfilter-wrapper .select ul li:first-child::before {
	    left: 100px;
	}
	.searchandfilter-wrapper .select ul li:first-child::after {
		left: 101px;
	}
}
@media only screen and (max-width : 1067px) {
	.searchandfilter-wrapper .styledSelect {
		color: transparent;
	}
	.searchandfilter-wrapper .select ul li:first-child::before {
	    left: 40px;
	}
	.searchandfilter-wrapper .select ul li:first-child::after {
		left: 41px;
	}
}




.li-dos {
	width: 81%;
	margin-left: 5%;
	margin-right: 0px;
	padding-right: 0px;
}
.li-dos .barra-busqueda {
	border-color: transparent;
	width: 95%;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #fff url(../../themes/todos-apensar/images/lupa.png) no-repeat scroll 6px 5px;
	background-size: 16px 17px;
	margin-right: 2%;
	padding-left: 30px;
	padding-right: 0px;
}

/* Submit button */
.li-tres {
	visibility: hidden;
}

