@charset "UTF-8";

/*
Theme Name: Twenty Twenty
Adding print support. The print styles are based on the the great work of
Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.
*/

/*--------------------------------------------------------------
--------------------------------------------------------------*/

@media print {
  /* Visibility */
  #site-header, .site-header.bg-img, #breadcrumbs, .footer-nav-widgets-wrapper,#site-footer, .wp-block-buttons{
    display: none!important;
  }
 .entry-content .wp-block-columns, .wp-block-columns .wp-block-gallery{
    break-inside: avoid;
  }
.wp-block-columns .wp-block-gallery.columns-4.inst .blocks-gallery-item{
    width: calc(25% - 1.75em)!important;		
	 margin-right: 1em;
	max-width:150px;
}	
.wp-block-columns .wp-block-gallery.columns-3.inst .blocks-gallery-item,  .wp-block-columns .wp-block-gallery.columns-2.inst .blocks-gallery-item, .wp-block-columns .wp-block-gallery.columns-1.inst .blocks-gallery-item{
    width: calc(33.33333% - 1.66667em)!important;
    margin-right: 1em;
	max-width:180px;
  }
  .wp-block-columns .wp-block-gallery.columns-4.inst .blocks-gallery-item:last-child, .wp-block-columns .wp-block-gallery.columns-5.inst .blocks-gallery-item:last-child,.wp-block-columns .wp-block-gallery.columns-6.inst .blocks-gallery-item:last-child {
    margin-right: 0;
  }
 .wp-block-columns .wp-block-gallery.inst .blocks-gallery-item:not(:last-child):after {
  position: absolute;
  margin-top: -2rem;
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  vertical-align: middle;
  top: 150px;
  right: -2rem;
    margin-top: -2rem;
    background-image: url(./assets/images/play-button.svg);
  }
}
