/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      1.0
Text Domain:  voxel-child
*/


@media (min-width:768px){
    ul.simplify-ul.ts-term-dropdown-list {
    grid-template-columns: 1fr;
}}

.ts-multilevel-dropdown ul {
    grid-row-start: 1;
    grid-column-start: 1;
    max-width: 100%;
    overflow: hidden;
    grid-auto-rows: min-content;
    display: block;
}

/* Post feed widget - Equal heights */
.post-feed-grid .elementor {
height: 100%;
}
.post-feed-grid .ts-preview>.elementor>.elementor-element {
height: 100%;
}

.field-info a:hover {
    text-decoration: underline;
}

.wi-owm-800:before{
	font-size:1.2em;
}