@charset "UTF-8";
/*
Theme Name:     Slavomira2024
Theme URI:      https://
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:    matlova
*/

/* =============================
 *   TYPOGRAPHY
 ============================= */

 /* =============================
 *   LINKS 
 ============================= */
*:focus {
  outline: 3px dotted red;
}

/* default link is underlined with BORDER */
a {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  margin-bottom: -1px;
}

/* copyright - visible hover  */
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
  border-bottom: 2px solid;
  padding-bottom: 2px;
  margin-bottom: -2px;
}
/* == HEADER == */
/* header links - underlining is transparent */
.site-header a {
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  margin-bottom: -1px;
}

/* header links hover - underlining is black */
.main-nav a {
	border-bottom: 1px solid transparent;
}

/* == PICTURES == */
/* GALLERY - picture with link is not underlined */
figure a img {
  /* same color as at img */
  border: 2px solid #ddd;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* link at picture in single */
figure a,
.post-image a,
.wp-block-latest-posts__featured-image a {
  /*display: block;*/
  border: 1px solid transparent;
}

/* =============================
 *   OTHER
 ============================= */
