/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-pin-it {
	--pk-pinterest-pinit-background: #bd081c;
	--pk-pinterest-pinit-background-hover: #ee0a23;
	--pk-pinterest-pinit-color: #FFFFFF;
	--pk-pinterest-pinit-color-hover: #FFFFFF;
	--pk-pinterest-pinit-font-size: 16px;
}

/*--------------------------------------------------------------*/
.pk-pin-it-container {
	position: relative;
	max-width: 100%;
}

@-webkit-keyframes pk_pin_it_show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes pk_pin_it_show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.pk-pin-it {
	position: absolute;
	top: 1rem;
	left: 1rem;
	color: var(--pk-pinterest-pinit-color) !important;
	text-decoration: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: var(--pk-pinterest-pinit-background);
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: var(--pk-pinterest-pinit-font-size);
	text-align: center;
	opacity: 1;
	-webkit-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
	z-index: 2;
}

.pk-pin-it:hover {
	background-color: var(--pk-pinterest-pinit-background-hover);
	color: var(--pk-pinterest-pinit-color-hover);
}

.pk-pin-it span:first-child {
	display: none;
}

.pk-pin-it.pk-pin-it-visible {
	-webkit-animation: pk_pin_it_show 0.25s ease;
	animation: pk_pin_it_show 0.25s ease;
}

.wp-block-gallery .blocks-gallery-image .pk-pin-it,
.wp-block-gallery .blocks-gallery-item
.wp-block-gallery.is-cropped .blocks-gallery-image .pk-pin-it,
.wp-block-gallery.is-cropped .blocks-gallery-item .pk-pin-it {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
}

/*
     FILE ARCHIVED ON 09:22:13 Nov 03, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:15:46 Sep 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.474
  exclusion.robots: 0.075
  exclusion.robots.policy: 0.066
  esindex: 0.006
  cdx.remote: 24.916
  LoadShardBlock: 538.487 (3)
  PetaboxLoader3.resolve: 758.093 (4)
  PetaboxLoader3.datanode: 126.131 (5)
  load_resource: 464.129
  loaddict: 112.566
*/