/*
Theme Name: Primaria Oradea
Description: Child theme for the Hello Elementor.
Author: Fekete Norbert
Template: hello-elementor
Version: 1.0
*/

/* Add your custom styles below */

.wpml-ls-legacy-dropdown a span {
	margin-left: .4em;
}

@media (max-width: 768px) {
    .wpr-acc-panel .wpr-acc-panel-content > div:first-of-type {
        flex-direction: column;    
    }
}

div.page-content > div.post-tags {
	display: none;
}

.tribe-events .tribe-events-l-container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

div.dropdown-data div.tabs-content {
    padding: 14px 22px;
}

div.dropdown-data div.tabs-content li.post-list-item {
    padding: 6px;
    transition: all .2s ease;
    border-radius: 6px;
}

div.dropdown-data div.tabs-content li.post-list-item:hover {
    background-color: rgba(0,0,0,0.1);
}

div.dropdown-data div.tabs-content li.post-list-item:hover a {
    color: rgba(0,0,0);
}

div.dropdown-data div.tabs-content li.post-list-item a {
    display: block;
    transition: all .2s ease;
}