/*
 Theme Name: Hello Elementor
 Theme URI: https://example.com
 Description: Minimalistické a lehké WordPress téma optimalizované pro Elementor.
 Author: Elementor Team
 Author URI: https://elementor.com
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor
*/

/* Custom kód pro svislou čáru v .gldmenu 
.gldmenu {
  position: relative;
}
.gldmenu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 125px;
  width: 3px;
  background-color: #FFFFFF40;
  pointer-events: none;
  z-index: 1;
}*/

/* Formát odkazu menu */
.gldmenu .elementor-widget-container {
  background: #D8793A;
}
.gldmenu .elementor-nav-menu {
  background: #D8793A;
}
.gldmenu .elementor-menu-toggle {
  background-color: transparent;
  position: relative;
}
.gldmenu .elementor-menu-toggle:after {
  font-weight: 600;
  content: "MENU";
  position: relative;
  margin-left: 10px;
}
.gldmenu .elementor-nav-menu > .menu-item > a {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  padding-left: 32px !important;
}
.gldmenu .elementor-nav-menu .menu-item-has-children > a {
  position: relative !important;
  padding-left: 32px !important;
}
.gldmenu .elementor-nav-menu .menu-item-has-children > a::before {
  content: '+' !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%);
  font-weight: 900 !important;
  margin-left: 10px !important;
  opacity: 1 !important;
  display: inline-block;
  width: 15px;
  text-align: center;
}
.gldmenu .elementor-nav-menu .menu-item-has-children.active > a::before,
.gldmenu .elementor-nav-menu .menu-item-has-children > a[aria-expanded="true"]::before {
  content: '-' !important;
}
.gldmenu .elementor-nav-menu .sub-menu .menu-item-has-children > a::before {
  content: '' !important;
}
.gldmenu .elementor-sub-item {
  font-size: 18px !important;
  color: black !important;
}
.gldmenu .elementor-sub-item:hover {
  font-size: 18px !important;
  color: white !important;
}
.gldmenu .elementor-item {
  font-weight: 400 !important;
  font-size: 24px !important;
}
.gldmenu .elementor-nav-menu .sub-menu a {
  padding-left: 27px !important;
}
.gldmenu .elementor-nav-menu > li:last-child {
  margin-bottom: 5px !important;
}

/* Formát odkazu patičky */
a.menu-item:link,
a.menu-item:visited {
  color: #000000 !important;
}

a.menu-item:hover,
a.menu-item:active {
  color: #3c3c3b !important;
  font-weight: 600;
}

a.menu-item-white:link,
a.menu-item-white:visited {
  color: #6c6c6c !important;
}

a.menu-item-white:hover,
a.menu-item-white:active {
  color: #ffffff !important;
  font-weight: 600;
}

a.menu-title:link,
a.menu-title:visited {
  color: #000000 !important;
}

a.menu-title:hover,
a.menu-title:active {
  color: #000000 !important;
  text-decoration: underline;
}

a.contact:link,
a.contact:visited {
  color: #000000 !important;
}

a.contact:hover,
a.contact:active {
  color: #000000 !important;
  text-decoration: underline;
}

a.contact-white:link,
a.contact-white:visited {
  color: #ffffff !important;
}

a.contact-white:hover,
a.contact-white:active {
  color: #ffffff !important;
  text-decoration: underline;
}

/* Formát odkazu menu černé */
.pu .elementor-item-active {
  color: #000000 !important;
}

.pu a,
.pu:link a {
  color: #FF9100 !important;
  text-decoration: none;
}

.pu:visited a,
.pu:hover a,
.pu:active a {
  color: #000000 !important;
  text-decoration: underline !important;
}

/* Formát odkazu menu meruňka */
.mer .elementor-item-active {
  color: #000000 !important;
}

.mer a,
.pu:link a {
  color: #D8793A !important;
  text-decoration: none;
}

.mer:visited a,
.mer:hover a,
.mer:active a {
  color: #000000 !important;
  text-decoration: underline !important;
}

/* Formát odkazu menu zlato-bílé */
.pu-white .elementor-item-active {
  color: #ffffff !important;
}

.pu-white a,
.pu-white:link a {
  color: #FF9100 !important;
  text-decoration: none;
}

.pu-white:visited a,
.pu-white:hover a,
.pu-white:active a {
  color: #ffffff !important;
  text-decoration: underline;
}

/* Formát odkazu menu zlato černé */
.peuni .elementor-item-active {
  color: #000000 !important;
}

.peuni a,
.peuni:link a {
  text-decoration: none;
}

.peuni:visited a,
.peuni:hover a,
.peuni:active a {
  text-decoration: underline;
}

/* Formát odkazu menu */
.peuni-white .elementor-item-active {
  color: #ffffff !important;
}

.peuni-white a,
.peuni-white:link a {
  text-decoration: none;
}

.peuni-white:visited a,
.peuni-white:hover a,
.peuni-white:active a {
  color: #ffffff !important;
  text-decoration: underline;
}

/* Formát meruňka - Background za textem podstránky předmětů */
.meru {
  background-color: #FF9100;
}

/* Formát meruňka - Title texty v úvodních fotkách u předmětů */
.mert {
  color: #D8793A;
}

/* Formát meruňka - Akcent texty v bereal */
.mera {
  color: #FF9100;
}

/* Trojtečka v aktualitách */
.elementor-post__excerpt p:after {
  content: "...";
}

/* Hypermenu */
.ha {
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0.2em 0;
}
.ha::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}
.ha:hover::after,
.ha:focus::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.ha::after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}
.ha:hover::after,
.ha:focus::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Hypermenu studijní programy */
.hb:link,
.hb:visited {
  text-decoration: none;
}
.hb:hover,
.hb:active {
  text-decoration: underline;
  text-decoration-color: #3b3b3c;
  text-decoration-thickness: 1px;
}

/* UL výška odstavce za */
.elementor-text-editor ul {
  margin-bottom: 1em;
}

/* Read More Toggle Meruňka */
.rmtm .elementor-tab-title.elementor-active::before {
  content: 'ZOBRAZIT MÉNĚ...';
  font-family: roboto;
  font-weight: 500;
  font-size: 14px;
  color: #FF9100;
}
.rmtm .elementor-toggle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
.rmtm .elementor-tab-title.elementor-active a {
  display: none;
}

/* Read More Toggle White */
.rmtw .elementor-tab-title.elementor-active::before {
  content: 'ZOBRAZIT MÉNĚ...';
  font-family: roboto;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
.rmtw .elementor-toggle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
.rmtw .elementor-tab-title.elementor-active a {
  display: none;
}

/* Read More Toggle Black */
.rmtb .elementor-tab-title.elementor-active::before {
  content: 'ZOBRAZIT MÉNĚ...';
  font-family: roboto;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.rmtb .elementor-toggle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
.rmtb .elementor-tab-title.elementor-active a {
  display: none;
}

/* Zalamování */
a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* FIX pro konkrétní N-tab s ID e-n-tab-title-134224801 */
#e-n-tab-title-134224802 {
  color: #ffffff40 !important;
  background-color: transparent !important;
  transition: color .2s ease;
}
#e-n-tab-title-134224802 .e-n-tab-icon svg {
  fill: #ffffff40 !important;
  transition: fill .2s ease;
}
#e-n-tab-title-134224802:hover {
  color: #ffffff !important;
}
#e-n-tab-title-134224802:hover .e-n-tab-icon svg {
  fill: #ffffff !important;
}
#e-n-tab-title-134224802[aria-selected="true"] {
  color: #ffffff !important;
}
#e-n-tab-title-134224802[aria-selected="true"] .e-n-tab-icon svg {
  fill: #ffffff !important;
}
/* Hover efekt s barvou #FF9100 jen pro konkrétní N-tabs */
.elementor-element-441bdd3 .e-n-tab-title:hover {
  color: #FF9100 !important;
}

.elementor-element-441bdd3 .e-n-tab-title:hover .e-n-tab-icon svg {
  fill: #FF9100 !important;
}

/* Hover efekt s barvou #FF9100 jen pro konkrétní N-tabs */
.elementor-element-441bdd3 .e-n-tab-title:hover {
  color: #FFF !important;
  fill: #FF9100 !important;
}

.elementor-element-441bdd3 .e-n-tab-title:hover .e-n-tab-icon svg {
  color: #FFF !important;
  fill: #FF9100 !important;
}
