/*Úpravy šablony Helix Ultimate*/

/* Odkazy - links */
a									{ color: #e30613; text-decoration: none; }
a:visited						{  }
/*a:focus,*/
a:hover							{ color: #010101; }

/*Patička a copyright*/

#sp-footer {
  font-size: 12px;
  padding: 0px;
  text-align: center;
}

#sp-footer a {
text-decoration: underline;
color: #ffffff;
}

#sp-footer a:hover {
color: #ffffff;
text-decoration: underline;
font-weight: bold;
}

/*Menu*/
/*Horní menu*/
.sp-megamenu-parent, .sp-megamenu-parent > li > a {
float: left;
color: #000000;
font-size: 18px;
}

/*Hover Menu Item*/
.sp-megamenu-parent > li > a:hover {
color: #ffffff;
background: #e30613; 
}

/*Active Menu Item*/
.sp-megamenu-parent > li.active > a {
    color: #e30613;
}

/* Podnabídka*/
.sp-dropdown .sp-dropdown-inner > li > a {
float: left;
color: #000000;
font-size: 16px;
}


.sp-dropdown .sp-dropdown-inner > li > a:hover {
color: #ffffff;
background: #e30613;
}

/*Postranní menu*/
#menu       {
font-size: 18px;
line-height: 2;
font-family: 'Raleway';
font-weight: 400;
  }  
    
/*Ordinační hodiny tab
.sppb-nav-tabs>li.active>a, .sppb-nav-tabs>li.active>a:focus, .sppb-nav-tabs>li.active>a:hover {
font-family: 'Raleway';
font-weight: 500;
border: 1px solid #E7EAEE;
}

.sppb-nav-tabs>li>a {
background: #e7eaee;
font-family: 'Raleway';
font-weight: 500
}   

.sppb-nav-tabs>li:last-child>a {
font-family: 'Raleway';
font-weight: 500;
background: #E7EAEE;
border: 1px solid #E7EAEE;
}
         */
/*Ordinační hodiny zarovnání*/
div.sppb-addon-content sppb-tab sppb-modern-tab sppb-tab-nav-left  {
margin-left: 15%;
margin-right: 11%;  }


/*Objednejte se */
.sp-page-builder .page-content #section-id-1618871341046 {
float: right;
}

/*Language Switcher */
.sp-module-content .mod-languages ul.lang-inline {
float: right;
}

/*Offcanvas snížení*/
#offcanvas-toggler {
height: 20px;
line-height: 20px;
}


ul li {
  list-style-image: url('images/2021/04/20/li.png');
}

/*Výstražná zpráva na úvodní stránce Danger  */
.sppb-alert-danger {
    background: #e7eaee;
    color: #e30613;
}                  

/*Výška mezery u spodní lišty*/
#sp-bottom {
    padding: 30px 0 30px;
}                 