@charset "UTF-8";

/* blog										
------------------------------------------------*/

/* WordPress Editor
------------------------------------------------*/
body .post-custom {
/*   font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; */
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.post-custom p, .post-custom dl, .post-custom multicol {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.post-custom strong{
	font-weight: bold;
}
.post-custom a {
    text-decoration: underline !important;
}
.post-custom h1,.post-custom h2,.post-custom h3,.post-custom h4,.post-custom h5,.post-custom h6{
	display: block;
	font-weight: bold;
	color: #333 !important;
}
.post-custom h1 {
    font-size: 2em !important;
    margin-block-start: .67em;
    margin-block-end: .67em;
}
.post-custom h2{
    font-size: 1.5em !important;
    margin-block-start: .83em;
    margin-block-end: .83em;
}
.post-custom h3 {
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.post-custom h4 {
	font-size: 1.00em;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
}
.post-custom h5 {
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}
.post-custom h6 {
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
}
.post-custom ul,.post-custom menu,.post-custom dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}
.post-custom ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}
.post-custom li {
    margin: 0 1%;
    float: none;
}
dl.wp-caption * {
		text-align: center;
    -webkit-user-drag: none;
}
.post-custom .wp-caption-text{
    font-size: 14px;
    text-align: center!important;
    line-height: 180%;
}