.logged-in #masthead {position:sticky;}
#icontopsc {z-index: 2;}
.tax-author #page .site-content {margin: 0 auto; max-width: 1410px; padding: 20px 30px; background-color: #fff;}
.container {padding-left: 0;padding-right: 0;}
.gradbgsl {background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0) 100%, transparent); display: block; position: relative; width: 100%; height: 100%; z-index: 1;}
.enslide {font-size: var(--font-m);}

#post-307286 .post-thumbnail {display: none;}
#post-307286 .entry-content .pp-multiple-authors-boxes-wrapper {display: none;}

#search-filter-form-307284 {border: 3px solid #ddd; background-color: #E8EAED;}
#search-filter-form-307284 ul .sf-field-tag {}
#search-filter-form-307284 .sf-field-tag ul {padding-left: 15px; margin-left: 0px; margin-right: 34px; height: 165px; overflow: auto; text-align: left; color: #666; background-color: #fff;}
.sf-field-search input[type="text"] {border-radius: 0; border: none; padding: 10px;}

.searchfm0 {position: relative;float: right;margin-right: -33px;z-index: 2;display: block;top: 85px;}
.searchfm0a {display: none;}
.searchfm {margin: 75px 30rem 0;}
.searchfm .searchfm2 .searchfm3 .sf-field-tag ul {padding-left: 15px; margin-left: 120px;margin-right: 34px; height: 120px; overflow: auto; background-color: #eee; text-align: left;color: #666;}
.searchfm .searchfm2 .searchfm3 .sf-field-tag ul li .sf-level-0 {}
.searchfm .searchfm2 .searchfm3 .sf-field-tag ul li .sf-label-checkbox {font-weight: 400;}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
  width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
}

.lightbox span {
  /* Full width and height */
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	animation: fadeInScale 1.1s ease-in-out;
}
@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.lightbox a.lb-close{
	background: rgba(27,54,81,0.8);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 40px;
	left: 50%;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 70px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	font-family: 'IBM Plex Sans Thai';
}
.lightbox:target a.lb-close{
	opacity: 1;
}

@media (max-width: 992px) {
    .searchfm {
	margin: 42px 0 0;
    }
	.searchfm0a {display: block;position: absolute;width: 55px;right: 0;text-align: center;margin-top: 53px;background-color: #333333;border-radius: 3px;}
	.searchfm0 {display: none;}
	#search-filter-form-307284 ul {padding: 0 10px;margin: 0 10px;}
	.lightbox a.lb-close {top: 22px;}
	.searchfmf {font-size: 22px;}
}
