/*
Theme Name: Language Partners Photo
Description: Astra Child Theme
Author: Komari
Template: astra
*/



.lppht-notice-title {
	margin-bottom: 20px;
	font-size: 32px;
}

.lppht-notice-text {
	white-space: pre-line;
}

input[name='post_password']:focus {
	outline: initial !important;
}

#fancybox-close {
	top: -12px;
	right: -12px;
	transform: scale(2);
}

@media (max-width: 750px) {
	#fancybox-close {
		top: -20px;
		right: -20px;
		transform: scale(1.2);
	}
}

#fancybox-next,
#fancybox-prev {
	right: -12px;
	transform: scale(2);
}

@media (max-width: 750px) {
	#fancybox-next,
	#fancybox-prev {
		right: -20px;
		transform: scale(1.2);
	}
}

:is(#fancybox-next, #fancybox-prev, #fancybox-close):hover span {
	transform: none !important;
}


.home .entry-content {
	display: none;
}