@media print {

	body {
		/*font-family: Century Gothic;*/
		/*color: purple!important;*/
		color: black;
	}

	/*h1 { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }
*/
	p {
		font-family: Lato, sans-serif;
		/*color: red;*/
		color: black;
	}

	h1 {
    	font-family: 'gotham-rounded-book', sans-serif;
    	font-weight: normal;
	}

	.site-container, .site-header, .wrap, .title-area, .site-title img {
		display: block!important;
	}

	.entry-time {
		font-size: 1.5em;
	}
	.entry-title {
		padding-top: 30px;
		font-size: 2.9em!important;
		/*color: purple;*/
	}
	.entry-comments-link {
		display: none!important;
	}
	p.site-description {
		font font-size: 1.2em!important;
	}

	a[href]:after {
    	content: none !important;
  	}
	#print-button {
		display: none;
	}

	.wp-block-gallery {
		flex-wrap: nowrap;
	}

/* Caption displays below Gallary START */

/* Prevent the last image from growing to fill available space if there aren't three images in a row. */
.blocks-gallery-item {
	flex-grow: 0 !important;
	display: inline-block !important;
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
	display: inline-block;
	height: auto;
	padding: 5px 0;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: 100%!important;
	flex: 1; flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    object-fit: cover;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	position: relative;
	background: none;
	margin: 10px 0 0px 0;
	padding: 0;
	font-family: Lato, sans-serif;
	color: black;
}

/* Caption displays below Gallary END */

	.menu-toggle {
		display: none;
	}

    .wp-block-gallery, .columns-3, .blocks-gallery-item img {
        height:auto;
        page-break-after:always;
        margin-right: 20px;
        page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
   		page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    	page-break-inside: avoid; /* or 'auto' */
     }

      .wp-block-gallery, .columns-2, .blocks-gallery-item img {
        height:auto;
        page-break-after:always;
        margin-right: 20px;
        page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
   		page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    	page-break-inside: avoid; /* or 'auto' */ /*.is-cropped*/
     }

     .blocks-gallery-grid > .blocks-gallery-item > figure > img {
     	height:auto;
        page-break-after:always;
        margin-right: 20px;
        page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
   		page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    	page-break-inside: avoid; /* or 'auto' */
     }

/* THIS DOESN"T SEEM TO WORK*/
/*	.wp-block-gallery, .columns-1, .is-cropped img {
	    height:auto;
        page-break-after:always;
        margin-right: 20px;
        page-break-before: auto;  'always,' 'avoid,' 'left,' 'inherit,' or 'right' 
   		page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    	/*page-break-inside: avoid;*/ /* or 'auto' */
/*	}*/

	.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
		margin: 0px;
	}

    ul {
     	padding-inline-start: 0px;
    }


    img {
    	page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    	page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    	page-break-inside: avoid; /* or 'auto' */
	}

	.metaslider {
		page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    	page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    	page-break-inside: avoid; /* or 'auto' */
	}

	.wp-block-video {
		display: none;
	}

	.site-inner {
    	padding-top: 0px;
	}

	.entry {
		padding-top: 0px;
	}

	img {
		page-break-inside: avoid;
	}

	.breakpage {
		page-break-after: always;
	}

	footer {
		display: none;
	}
}