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

 Theme Name:   shcr
 Theme URI:    https://shcr.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 ------------------------------*/


.et-menu li li a {
    width: 200px;
    padding: 6px 8px;
}
a:hover {
    text-decoration: underline !important;
}

@media only screen and (max-width: 840px) {
table.responsive {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;

}
}
.responsive {
	border: 2px solid white !important;
}
th, responsive {
    background: #d9af14;
    color: white !important;	
}




	.responsive td{ 
		 border:#fff 1px solid;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.responsive tr{
		background: #f6f8fa;
	}
	/*  Define the background color for all the ODD background rows  */
	.responsive tr:nth-child(odd){ 
		background: #f6f8fa;
	}
	/*  Define the background color for all the EVEN background rows  */
	.responsive tr:nth-child(even){
		background: #F0F2F5;
	}

/* dropdown */

@media (min-width: 981px) {

    .dd-dme-2a .et-menu li li.menu-item-has-children > a:first-child:after {
        font-family: "ETmodules";
        content: "L";
        font-size: 14px;
        text-align: center;
        top: calc(50% - 14px);
        background-color: rgba(0, 0, 0, 0.05);
        width: 26px;
        border-radius: 5px;
        -webkit-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out;
    }

    .dd-dme-2a .et-menu li li.menu-item-has-children > a:first-child:hover:after {
        background-color: #9b000e12; /* Paste the color/hovered color before 12 */
    }

    .dd-dme-2a .nav li ul {
        border-top: none;
        border-radius: 5px; /* Border-radius of dropdown menu */
        -webkit-box-shadow: 0 0 50px 0 rgba(37, 45, 73, 0.15); /* Box-shadow of dropdown menu */
        box-shadow: 0 0 50px 0 rgba(37, 45, 73, 0.15); /* Box-shadow of dropdown menu */
    }

    .dd-dme-2a .nav li li {
        padding: 0;
    }

    .dd-dme-2a .nav li li a {
        width: 240px;
        padding: 6px 25px;
        font-size: 14px !important; /* Font-size of dropdown menu items */
        -webkit-transition: all .3s ease-in-out !important;
        transition: all .3s ease-in-out !important;
    }

    .dd-dme-2a .nav li li a:hover {
        background: transparent;
        opacity: 1;
        padding-left: 30px;
    }

    .dd-dme-2a li li a > span:before {
        content: "";
        position: absolute;
        width: 0;
        top: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: width .3s ease-in-out, background-color .3s ease-in-out;
        transition: width .3s ease-in-out, background-color .3s ease-in-out;
    }
    
    .dd-dme-2a li li a:hover > span:before {
        width: 4px;
        background-color: white; /* Set the color/hovered color */
    }
    
	.dd-dme-2a .nav li ul.sub-menu li.current-menu-item > a {
		color: #9b000e !important; /* Set the color/hovered color */
        padding-left: 30px;
	}
	
	.dd-dme-2a li li.current-menu-item > a > span:before {
        width: 4px;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: white; /* Set the color/hovered color */
    }
}

/* podtržení */
.dd-me-003 nav > ul > li > a:hover {
    opacity: 1 !important;
}

.dd-me-003 nav > ul > li > a > span {
    position: relative;
}

.dd-me-003 nav > ul > li > a > span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #d9af14; /* Set the color/hovered color */
    bottom: -7px;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.dd-me-003 nav > ul > li:hover > a > span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.dd-me-003 nav > ul > li.current-menu-item > a > span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.dd-me-003 nav > ul > li.current-menu-item > a {
    color: #d9af14 !important; /* Set the color/hovered color */
}


nav a:hover {
    text-decoration: none !important;
}