/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

.add-listing-section.timokatalogos table {
    width: 100%;
}

.tribe-section input,
.tribe-section input[type="text"],
.tribe-section input[type="password"],
.tribe-section input[type="email"],
.tribe-section input[type="number"],
.tribe-section textarea,
.tribe-section select, .tribe-ui-datepicker select {
    font-size: var(--tec-font-size-2);
    max-width: inherit;
    box-sizing: inherit;
    display: inherit;
    font-weight: inherit;
    opacity: inherit;
    outline: inherit;
    color: inherit;
    width: inherit;
    background-color: inherit;
    border: inherit;
    box-shadow: none;
    border-radius: 0;
    height: inherit;
}
.tribe_community_edit .ui-datepicker select.ui-datepicker-year {
    width: 34% !important;
    display: inline-block;
}

.tribe_community_edit .ui-datepicker select.ui-datepicker-month {
    width: 55%;
    display: inline-block;
}

.tribe-dropdown {
    height: auto !important;
}


.tribe-dropdown .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.tribe-dropdown .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
    line-height: 32px;
}

.tribe-dropdown.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    display: none;
}
.tribe-dropdown.select2-container--default .select2-selection--single .select2-selection__clear {
    display: block !important;
}

.tribe-dropdown.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 60px;
}
.tribe-dropdown.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    
    font-size: 12px;
    padding: 0;
    margin: 0;
    padding-right: 5px;
    left: 0 !important;
}

.tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-selection--multiple .select2-selection__choice {
    padding: 5px !important; 
}
.tribe-section select {
	padding: 15px 18px;

	cursor: pointer;
}

.tribe-section label {
    display: inline-block;
}

.tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-selection--multiple .select2-selection__choice {
    color: white;
}

.tribe-ui-datepicker.ui-datepicker td a, .tribe-ui-datepicker.ui-datepicker td span {
    padding: 0 !important;
}