

@font-face {
    font-family: 'mynaruse_flare_regularregular';
    src: url('fontsfree-net-1e771d57-771a-47ed-8d80-666e2b9f800d-webfont.woff2') format('woff2'),
         url('fontsfree-net-1e771d57-771a-47ed-8d80-666e2b9f800d-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.pkp_site_name .is_img img {
    display: inline-block !important;
    vertical-align: middle !important;
	margin-right: 20px !important;
}

@media (max-width: 991px){
	
	
	
	.pkp_site_name .is_text {
		font-family: 'mynaruse_flare_regularregular' !important;
		text-transform: none !important;
		font-size: 20px !important;
	}

}
@media (min-width: 992px){
	
	.pkp_navigation_user_wrapper {
		width: 100% !important;
	}
	.pkp_site_name .is_text {
		font-family: 'mynaruse_flare_regularregular' !important;
		text-transform: none !important;
		font-size: 30px !important;
	}
	.pkp_site_name {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
}


.item.abstract p{
	text-align: justify !important;
	line-height: 1.5 !important;
}
.item.author_bios p{
	text-align: justify !important;
}
.item.references .value{
/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}