/*!
Theme Name: AGADA
Theme URI: https://github.com/elicohenator/lean_s
Author: Eli Cohen
Author URI: https://www.elicohenator.xyz
Description: Agada is an iteration on Automattic's '_s' theme, used mostly for custom wp themes develeopment.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agada
Tags: custom-menu, featured-images, threaded-comments, translation-ready

*/

#root .list-logo img { object-fit: contain;}
#mediaPopupContent { min-height: 480px; width: calc(100% - 3em); margin-left: auto; margin-right: auto; border-radius: 0;}
#mediaPopupContent > iframe { height: auto; width: 100%; min-height: 480px; border-radius: 0;}
.popup-a .box-inset > a.close { width: 94px;}
.list-news figure iframe { aspect-ratio: 16/9;}
/* #root .list-img img { width: auto; max-height: auto; } */
#root #footer button { --btn: var(--coal); }

@media print {
  #content > p, .cols.a > aside, .has-link-more, #top > *:not(#logo), #footer nav, #footer .credits, #footer:before { display: none;}
  #top { position: static; border-radius: 0; padding-right: 1em; box-shadow: none;}
  #root { padding: 0;}
  #content { padding: 0;}
  #footer { padding: 1em; border-radius: none;}
  #footer > div { margin: 0;}
  .module-container { padding: 1em; margin: 0;}
  .module-container .cols.a { padding-left: 0;}
  .module-container .cols.a > div > .hidden { display: block;}
}
