/* tablet.css */

@media (max-width: 960px) {
	#left-side-menu {
		display: none;
	}
	#site-content {
		width: 100%;
		height: 100vh;
		overflow-y: auto;
	}
	.elementor-section .elementor-container {
		-ms-flex-wrap: unset;
		flex-wrap: unset;
	}
	#jet-popup-3407 .jet-popup__close-button, 
	#jet-popup-3408 .jet-popup__close-button, 
	#jet-popup-3409 .jet-popup__close-button, 
	#jet-popup-3410 .jet-popup__close-button, 
	#jet-popup-3412 .jet-popup__close-button {
		top: -10px;
		right: -10px;
	}
	.table-view-block, .table-view-block-header {
		width: 100vw;
	}
	.table-view-block-header {
		font-size: 14px;
	}
	.table-cell-id,
	.table-cell-date,
	.table-cell-title,
	.table-cell-coordinates,
	.table-cell-observer,
	.table-cell-additional {
		padding: 3px 6px !important;
	}
	.table-cell-id {
		width: 100px;
	}	
	.table-cell-date {
		width: 200px;
	}	
	.table-cell-title {
		width: 250px;
	}
	.table-cell-coordinates {
		width: 220px;
	}	
	.table-cell-observer {
		width: 200px;
	}	
	.table-cell-additional {
		width: 500px;
	}	
	.published-meetings-filters .apply-filters__button,
	.published-meetings-filters .jet-remove-all-filters__button	{
		font-weight: 400;
		font-size: 13px;
		padding: 5px 15px;
		white-space: unset;
	}
	.smartfooter-links {
		/*width: 400px;*/
		width: -webkit-fit-content;
		width: fit-content;
		padding: 0 25px;
		height: 90px;
	}
	#site-manage-block img,
	#news-view-block img,
	#map-filter-block img,
	#map-manage-block img,
	#listing-filter-block img,
	.menu-item-block img {
		width: 60px;
		height: 60px;
	}
	.site-logo img {
		width: 70px;
		height: 70px;
	}
	
	
	.team-block-column {
		margin: 0 10px;
		width: 100%;
	}
}