/*---------------------------------------------------------------------------------

 Theme Name:   billiard-club
 Theme URI:    https://billiard-club.cz
 Description:  
 Author:       Tomas Fabian
 Author URI:   https://tfabian.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

a:hover {
    text-decoration: underline !important;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
    font-weight: bold;
}
/* Place the word MENU after the mobile hamburger */
.mobile_menu_bar:after {
    content: 'MENU';
    position: relative !important;
	font-weight:bold;
    bottom: 10px;
    left: 10%;
    color: #fff !important;
}

/* Change the hamburger to X when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
@media only screen and (max-width: 840px) {
table.responsive {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}