a.ccm-block-page-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}

div.ccm-block-page-list-wrapper {
    position: relative;
}

div.ccm-block-page-list-page-entry-horizontal {
    display: table;
    width: 100%;
}

div.ccm-block-page-list-page-entry-horizontal,
div.ccm-block-page-list-page-entry {
    margin-bottom: 10px;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 120px;
    max-width: none;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    font-weight: bold;
}

div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
}


.barche-filter { text-align: center; margin-bottom: 2em; }
.barche-filter { color: #962830; }
.barche-filter div.row > div { padding: 10px 0px; }
.barche-filter .form-control { display: inline-block; width: auto; }
.barche-filter select.form-control { border-radius: unset; border: solid 1px #962830; }

.barche-filter label { padding: 1px 10px; color: #fff; background-color: #962830; margin: 0px 2px 0 14px;}

.int-filter { padding: 8px 20px; }
.clr-filter, .btn-filter { display: inline-block; /* padding: 8px 20px; */ }
.btn-vendita, .btn-affitto, .btn-asta, .btn-tutti { display: inline-block; float: left; }

.clr-filter button, .btn-filter button { 
	border: none;
    background: transparent;
    color: #962830;
	cursor: pointer;
	outline: none;
	padding: 0px 0px 0px 11px;
	border: solid 1px #962830;
}
.btn-vendita button, .btn-affitto button, .btn-asta button, .btn-tutti button { 
	border: none;
    background-color: rgba(150,40,48, 0.2);
    color: #962830;
	cursor: pointer;
	outline: none;
	padding: 12px 6px;
	border: solid 1px #962830;
	float: left;
	min-width: 120px;
}

.btn-selected button { background-color: rgba(150,40,48, 1) !important; color: #fff;}

.clr-filter button:hover, .btn-filter button:hover { 
    background: #962830;
    color: #fff;
}


.clr-filter button::after { content: '\f021'; }
.btn-filter button::after { content: '\f0b0'; }


.clr-filter, .btn-filter { float: right; }

.clr-filter button::after, .btn-filter button::after {
    font-size: 16px;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 8px 8px;
    vertical-align: middle;
    display: inline-block;
}

 .team-box .barche.barche-new .team-post > h2{
	position: absolute;
    left: 18px;
    bottom: 6px;
    background-color: #fff;
    padding: 4px 12px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.team-box .barche.barche-new .team-post > h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 1px;
	background: #fff; 
}

.barche-filter input[type="text"]{
    border: none;
    border-bottom: solid 2px #962830;
    text-align: right;
    color: #962830;
    /* height: auto !important; */
	height: calc(2.25rem + 2px);
    width: 10em;
    border-radius: unset;
    font-size: 0.85rem;
    padding: 0;
}

p.peso_atleti {
    position: absolute;
    bottom: -1.85em;
    font-weight: 600;
    font-size: 16px;
}

.team-box .team-post p.peso_atleti img {
	width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 4px;
    vertical-align: middle;
}

.errore{
	color: #f00 !important;
}

@media (max-width: 767px) {
	.barche-filter label {
		margin: 0px 0px 0 0px;
	}
}


.gestionale-immobile-list-name { min-height: 45px }

.gestionale-original-price {
    text-decoration: line-through;
}

.gestionale-immobile-list-sort {
    margin-top: 15px;
}

.gestionale-immobile-list-block hr.gestionale-immobile-divider {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2.gestionale-immobile-list-name, h3.gestionale-immobile-list-name, h4.gestionale-immobile-list-name {
    font-weight: bold;
}

p.gestionale-immobile-price.gestionale-immobile-list-price {
    font-weight: bold;
}

.gestionale-immobile-list-item {
    padding-bottom: 2em;
}

.gestionale-immobile-list-info {
    margin-bottom: 1em;
    margin-top: 1em;
}

.gestionale-immobile-list-description {
	min-height: 120px;
    margin-bottom: 1em;
}

p.gestionale-immobile-list-thumbnail {
    text-align: center;
}

.gestionale-immobile-list-thumbnail img.img-responsive.img-fluid {
    min-height: 280px
}

.gestionale-immobile-list-item .gestionale-immobile-list-button {
	margin: 0 auto;
	margin-top: 1em;
	text-align: center;
}

.gestionale-immobile-list-item .read-more {
    color: #fff;
    font-weight: 600;
    padding: 8px 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 18px;
    background: #962830;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.gestionale-immobile-list-item ul.data-info {
	position: relative;
    display: flex;
    justify-content: space-around;
    height: 45px;
	padding: 0;
	margin: 0;
	/* background-color: #962830; */
}

.gestionale-immobile-list-item ul.data-info li {
	list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    float: left;
    width: auto;
    width: 100%;
    font-size: 14px;
    line-height: 42px;
    cursor: default;
    font-weight: 500;
    min-height: 45px;
    text-align: center;
	/* color: #fff;
	border: solid 1px #fff; */
	color: #962830;
	border-top: solid 1px #962830;
    border-right: solid 1px #962830;
}

.gestionale-immobile-list-item ul.data-info:last-child {
    border-bottom: solid 1px #962830;
}

.gestionale-immobile-list-item ul.data-info li:first-child {
    border-left: solid 1px #962830;
}


@media only screen and (max-width: 991px) {
	.gestionale-immobile-list-item ul.data-info {
		height: auto;
	}

	.gestionale-immobile-list-item ul.data-info li {
		font-size: 13px;
		line-height: 42px;
	}
	.gestionale-immobile-list-description {
		min-height: 150px;
		margin-bottom: 1em;
	}
	.btn-vendita, .btn-affitto, .btn-asta, .btn-tutti {
		float: none;
	}
}

.gestionale-immobile-list-block .ccm-pagination-wrapper { width: 100%; }
.gestionale-immobile-list-block ul.pagination .page-item { width: 100%; text-align: center; }
.gestionale-immobile-list-block ul.pagination .page-item .page-link { border: solid 1px #962830; color: #962830; }
.gestionale-immobile-list-block ul.pagination .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #962830;
    border-color: #962830;
}
.gestionale-immobile-list-block ul.pagination .page-item .visually-hidden {
    display: none;
}
