/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* cases summary */
.filters span {
	padding-left: 3px;
}
.filters span:not(.heading):not(:last-child) {
	border-left: 1px solid black;
}
#summary {
	margin-bottom: 30px;
}
#summary .clear-top {
	display: flex;
	justify-content: center;
}
#summary .clear-top .desc {
	font-size: 20px;
}
#summary .clear-top > div {
	text-align: center;
    flex: 1 1 auto;
    font-size: 5vw;
    position: relative;
}
#summary .clt-yt {
	margin: 0 20px;
	padding: 0 20px;
}
#summary .clt-yt::before, #summary .clt-yt::after {
	content: '';
	display: block;
	width: 1px;
	height: 33%;
	top: 33%;
	right: 0;
	position: absolute;
	background: #000;
}
#summary .clt-yt::after {
    left: 0;
    right: auto;
}
table.cases {
    text-align: center;
	overflow: auto;
	display: block;
}

.gfield_visibility_hidden {
    right: -9999px !important;
    left: auto !important;
}

}