/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
.tablepress {
    --padding: 15px;
}
.tablepress>:where(thead,tfoot)>*>th {
    background-color: #184341;
    color: #fff;
}
.tablepress td .dostupnost {
    text-transform: uppercase;
    font-weight: bold;
}
.tablepress td .dostupnost.volny  {
    color: #8cc63f;
}
.tablepress td .dostupnost.rezervovany  {
    color: #ffa500;
}
.tablepress td .dostupnost.prodany  {
    color: #fa8072;
}
.tablepress th,
.tablepress td  {
    text-align: center;
}
.tablepress th:first-child,
.tablepress td:first-child  {
    text-align: left;
}

table tbody tr:hover, 
table tbody tr:nth-child(odd):hover {
    background-color: #8cc63f;
    color: #fff;
}
table tbody tr:hover .dostupnost.volny, 
table tbody tr:nth-child(odd):hover .dostupnost.volny {
    color: #fff;
}
.tablepress .sorting:hover, 
.tablepress .sorting_asc, 
.tablepress .sorting_desc {
    background-color: #ffcd28;
    color: #fff;
}
#play-icon a {
    color: #fff;
}
#play-icon {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -400px;
    z-index: 9;
    border: 1px solid #fff;
    padding: 20px 10px 15px 20px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
}
#play-icon:hover {
    color: #2D4F4E;
	border: 1px solid var(--e-global-color-primary );
    background-color: var(--e-global-color-primary );
}
#play-icon:hover a {
    color: #2D4F4E;
}

@media (max-width: 991px) {
	#play-icon {
		top: 80%;
		margin-right: -45px;
	}	
}