/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*UBICACIONES*/
.subcategories ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
	padding: 0px;
}

.subcategories li {
    list-style: none;
    background: grey;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    height: 200px;
    display: flex;
    justify-content: left;
    align-items: end;
}
.subcategories a {
    color: white;
    text-transform: uppercase;
    line-height: 22px;
	font-weight: 700;
}
/*Guias child*/
.child-guides-grid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 20px;
}
.child-guide img {
    height: 250px;
    width: 100%;
    object-fit: cover;
	border-radius: 20px 20px 0px 0px;
}
.child-guide p {
    font-size: 14px;
    line-height: 19px;
	padding: 0px 20px 0px 20px;
}
.child-guide h3{
	padding: 0px 20px 0px 20px;
	text-transform: capitalize;
}
.child-guide {
    box-shadow: 2px 4px 10px #80808059;
    border-radius: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
	.child-guides-grid {
		display: grid;
		grid-template-columns: 100%;
		gap: 20px;
	}
}
/*FILTRO*/
.ui-selectmenu-open {
    display: block;
    /* position: absolute !important; */
    z-index: 1000;
    height: 300px !important;
    /* object-fit: contain; */
}
ul#wpc-taxonomy-ubicaciones-14436-menu, ul#wpc-post_meta-seguridad_txt-14756-menu, ul#wpc-post_meta-libertad_txt-14757-menu {
    height: 300px;
    overflow-y: scroll;
    background: white;
    width: 350px !important;
    box-shadow: 1px 4px 10px #00000036 !important;
}
