/*
 Theme Name: Pofo Child
 Theme URI: http://wpdemos.themezaa.com/pofo
 Description: Child theme for Pofo theme
 Version: 1.0
 Author: ThemeZaa
 Author URI: http://www.themezaa.com
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, photography, portfolio
 License: Themeforest Split Licence
 License URI: http://themeforest.net/licenses
 Template: pofo
 Text Domain: pofo-child
*/

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/** PML: Filtro Países **/
.searchandfilter input[type="submit"] {
	background: #232323;
	color: #fff;
	font-size: 12px;
	padding: 6px 25px 5px;
	display: inline-block;
	border: 2px solid #232323;
	white-space: pre-wrap;
	letter-spacing: .5px;
	line-height: inherit;
	border-radius: 0;
	text-transform: uppercase;
	width: auto;
	font-family: 'Lato',sans-serif;
	font-weight: 600;
	outline: none !important;
}
.searchandfilter input[type="submit"]:hover {
	background: transparent;
    color: #232323;
}
select#ofcountries {
	background-color: transparent;
padding: 10px 20px;
}
.filtro {
	text-align: center;
  	font-size: 16px;
	padding-right: 50px !important;
}
h3.filtro-pais {
	font-size: 28px;
	text-align: center;
}
input[name="ofcategory[]"] {
	accent-color: #e11e1d;
}
.filtro input[type='radio']{
width: 16px !important;
height: 16px !important;
margin: -2px 3px;
}
@media (max-width:767px) {
	.searchandfilter li {
  	padding-right: 15px;
  	padding-bottom: 10px;
	}
	.filtro {
  	text-align: left;
  	padding-right: 0px !important;
	}
	h3.filtro-pais {
	padding-bottom: 20px;
	}
	.searchandfilter ul > li > ul:not(.children) {
	padding-left: 0;
  	padding-bottom: 10px;
	}
	.searchandfilter ul {
	margin-bottom: 0px;
	}
}