@charset "UTF-8";
/*
Theme Name:     Škola Divizna 2026
Theme URI:      https://www.skoladivizna.cz
Description:    GeneratePress child theme
Author:         Michaela Vranková
Author URI:     https://www.vrankova.cz
Template:       generatepress
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags:           accessibility-ready
Text Domain:    child-cz
*/

/* =============================
 *   TYPOGRAPHY
 ============================= */
*:focus {
  outline: 3px dotted red;
}
/* SPACES */
/* margin bottom */
.wp-block-gallery,
.wp-block-buttons,
.wp-block-media-text,
figure,
/* class default margin */
.default-margin-bottom {
  margin-bottom: 2rem;
}
/* BUTTONS */
/* no radius */
.wp-block-button__link {
  /*border-radius: 15px;*/
}
/* not underlined */
a.wp-block-button__link,
a.wp-block-button__link:hover,
a.wp-block-button__link:focus,
a.wp-block-button__link:active {
  text-decoration: none;
  border-bottom: 0;
  margin-bottom: 0;
}
 
/* =============================
 *   LINKS 
 ============================= */
/* links in text */
main p a {
	font-weight: bold;
} 
/* =============================
 *   HEADER
 ============================= */
/* header links - underlining is transparent */
.site-header a:link,
.site-header a:visited {
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  margin-bottom: -1px;
}
 
/* header links hover - underlining is black */
.site-header a:hover,
.site-header a:active,
.site-header a:focus {
  border-color: #222;
}
 
/* logo is  block not underlined */
.site-logo a:link,
.site-logo a:visited{
  display: block;
  border: 1px solid transparent;
}


/* logo hover - no underline, border yes */
.site-logo a:hover,
.site-logo a:focus,
.site-logo a:active {
  text-decoration: none;
  border: 1px solid var(--accent-hover);
}
 
/* =============================
 *   PICTURES - NO border!!! Erorrs with masonry gallery
 ============================= */
 
/* =============================
 *   CONTENT
 ============================= */

 /* ==============================
 * BLOCK MEDIA & TEXT
 * ============================== */
/* define spaces */
.wp-block-media-text {
  gap: 2rem;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding: 0 !important;
}
/* Text + image = image with border */
.wp-block-media-text__media img {
  border: 1px solid transparent;
}
/* space after picture */
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    row-gap: 2rem;
  }
}

/* =============================
 *   TRIBE EVENTS CALENDAR
 * ============================= */
/* hide thumbnail in single event */
.tribe-events-single .tribe-events-event-image {
	display: none;
}
/* =============================
 *   SWIPE LIGHTBOX
 ============================= */
/* options visible - bug in css :-) */
.pswp__ui--idle button.pswp__button--arrow--left, 
.pswp__ui--idle button.pswp__button--arrow--right, 
.pswp__ui--idle .pswp__top-bar, .pswp__caption.pswp__ui--idle {
opacity: 1;
}
/* == END PLUGIN SWIPE LIGHTBOX == */ 

