/*
Theme Name:     PHVK Dent
Theme URI:      https://phvkdent.cz
Description:    Child theme for Divi – customized for PHVK Dent
Author:         David Klhufek
Author URI:     https://phirebase.com
Template:       Divi
Version:        1.0.2
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    phvk-dent
*/

/* === Menu - skrýt === */
#main-header .nav li a {
  pointer-events: none;
  cursor: default;
  opacity: 0;
}

/* === Mobil Menu - skrýt === */
@media (max-width: 980px) {
    #et_mobile_nav_menu {
        display: block;
		opacity: 0;
    }
}

/* === Nadpis blogu === */
.et_pb_post h2 a {
  pointer-events: none;
  cursor: default;
  color: inherit !important;
  text-decoration: none !important;
} 

/* === Scroll to Top Button === */
.et_pb_scroll_top.et-pb-icon {
    color: white;
    right: 30px;
    bottom: 30px;
    padding: 8px;
    border-radius: 30px;
    background: #c6b9a7; 
    font-size: 32px;
    transition: all 0.1s ease-in-out;
}

.et_pb_scroll_top.et-pb-icon:hover {
    bottom: 32px;
    background: #c6b9a7;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 10px 15px #162c4e4a;
}

/* === Scroll Top Animations === */
.et_pb_scroll_top.et-visible {
    animation: fadeInBottom 1s cubic-bezier(0.50, 0, 0.16, 1);
}
.et_pb_scroll_top.et-hidden {
    opacity: 0;
    animation: fadeOutBottom 1s cubic-bezier(0.77, 0, 0.175, 1);
}

/* === Mobile Menu Styling === */
ul#mobile_menu.et_mobile_menu a,
ul#top-menu a {
    text-transform: uppercase;
}

/* === Image Titles Off === */
.mfp-title {
    display: none;
}

/* === Animated Menu Link Underline === */
#top-menu a::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background-color: #c6b9a7; 
    transition: width 0.3s ease;
    margin-top: 4px;
}

#top-menu a.active-menu::after {
    width: 100%;
}

/* Přeskupení pořadí dlaždic na mobilu a tabletu */
@media (max-width: 980px) {
  .et_pb_section_1 {
    display: flex;
    flex-direction: column;
  }
  .phvk-row-bottom {
    order: 1;
    margin-bottom: 0px;
  }
  .phvk-row-top {
    order: 2;
  }
  .phvk-ordinace {
    order: 1;
    margin-bottom: 30px;
  }
  .phvk-kontakt {
    order: 2;
  }
}
/* === Stylování stránkování WP-PageNavi === */
.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 4px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

/* Hover efekt */
.wp-pagenavi a:hover {
  background-color: #c6b9a7;
  color: #fff;
  border-color: #c6b9a7;
}

/* Aktivní stránka */
.wp-pagenavi span.current {
  background-color: #c6b9a7;
  color: #fff;
  border-color: #c6b9a7;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Šipky (další/předchozí) */
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: #c6b9a7;
  width: auto;
  height: auto;
  line-height: 1;
}

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
  color: #c6b9a7;
}

/* Menší mezery na mobilech */
@media (max-width: 480px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

/* == Scroll uvnitř Blog modulu (Aktuality) == */
.phvk-blog-scroll {
  /* pevná výška jen pro obsah modulu */
  max-height: 320px;           /* desktop */
  overflow: auto;
  padding-right: 8px;          /* rezerva pro scrollbar */
  -webkit-overflow-scrolling: touch; /* plynulé scrollování iOS */
}

/* responsivní výška */
@media (max-width: 980px) {     /* tablet */
  .phvk-blog-scroll { max-height: 320px; }
}
@media (max-width: 480px) {     /* mobil */
  .phvk-blog-scroll { max-height: 260px; }
}

/* hezčí tenký scrollbar */
.phvk-blog-scroll{
  scrollbar-width: thin;                    /* Firefox */
  scrollbar-color: #c6b9a7 #f1f5f9;
}
.phvk-blog-scroll::-webkit-scrollbar{       /* Chromium/Safari */
  width: 8px;
}
.phvk-blog-scroll::-webkit-scrollbar-track{
  background: #f1f5f9;
  border-radius: 8px;
}
.phvk-blog-scroll::-webkit-scrollbar-thumb{
  background: #c6b9a7;
  border-radius: 8px;
}

/* drobnosti: zarovnání obsahu a ořez poslední mezery */
.phvk-blog-scroll .et_pb_post:last-child { margin-bottom: 0; }

/* stránkování uvnitř – drž ho viditelné dole i při scrollu (volitelné) */
.phvk-blog-scroll .wp-pagenavi{
  position: sticky;
  bottom: 0;
  padding-top: 6px;
  margin-bottom: 0;
}

/* === Tabulka ordinačních hodin === */
.hours tr td {
    border-top: 1px solid #eee;
    padding: 6px 12px;
}

@media (max-width: 320px) {     /* IPhone 5/SE */
  .hours tr td {
    border-top: 1px solid #eee;
    padding: 6px 8px;
}
}

/* PHVK Dent – zúžení prostředního sloupce pouze na desktopu */
/*@media (min-width: 981px) {
  .phvk-row {
    display: flex;
    justify-content: center;

  }

  .phvk-kontakt,
  .phvk-aktuality {
    flex: 1 1 20%;
  }

  .phvk-ordinace {
    flex: 1 1 36%; 
  } 
}*/