/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

aside ul{
	list-style:none;
	margin:0;
	padding:0;
}

.single-post main table{
	margin-top: 25px;
	margin-bottom: 25px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}

.single-post main table td{
	background: #fff;
	height: 90px;
	border-left: 1px solid #dbe6ec;
	border-top: 1px solid #dbe6ec;
	vertical-align: middle;
	padding: .75rem;
	text-align:center;
}

.single-post main table tr:last-child td{
	border-bottom: 1px solid #dbe6ec;
}

.single-post main table tr td:last-child{
	border-right: 1px solid #dbe6ec;
}

.single-post main table tr:first-child td{
	background:#2f4475;
	color:#fff;
	font-weight:700;
	height:72px;
}

.single-post main table tr:first-child td:first-child{
	border-top-left-radius:10px;
}

.single-post main table tr:first-child td:last-child{
	border-top-right-radius:10px;
}

.single-post .aligncenter.is-type-video .wp-block-embed__wrapper{
	text-align:center;
}

.single-post .edit-link{
	margin-left:10px;
}

.single-post .entry-footer{
	margin-top:50px;
	margin-bottom:25px;
}

.single-post .post-thumbnail{
	height:350px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	margin-bottom:0;
}


nav.post-navigation{
	background-color:#fff;
	margin-top:25px;
	margin-bottom:25px;
}

.nav-links{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}

.comment-form-comment label{
	display:none;
}

.comment-form-comment textarea{
	max-width:100%;
}

.form-submit input[type="submit"] {
    background-color: #FFA300;
    color: #fff;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 5pt;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 700;
	padding: 0 20px !important;
	border:none;
}

.form-submit input[type="submit"]:hover {
    color: #fff;
    background-color: #f59b00;
}

.entry-title{
	margin-bottom: 36px;
	font-size: 38px;
	color: #45484D;
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 900;
	word-spacing: .04em;
}

.entry-content .wp-block-group{
	padding:15px 0;
}

/*.entry-content .wp-block-group:nth-child(even){
	background-color: #f0f5ff;
}*/

.post .entry-content{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width:1540px;
}

.related-posts-title h2{
	margin-bottom: 70px;
	font-size: 38px;
	color: #45484D;
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 900;
	word-spacing: .04em;
}

.related-post-tumbnail{
	height:270px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	border-radius:20px;
}

.related-post-title h3{
	color: #45484D;
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 900;
	word-spacing: .04em;
}

.related-post-wrap{
	padding:0 15px;
}

.related-post-wrap a:hover{
	text-decoration:none;
}

.related-posts{
	padding:60px 0;
	background: #f0f5ff;
	margin-top: 60px;
}

.related-posts-control .next, .related-posts-control .prev{
	cursor:pointer;
	border: 1px solid #dbe6ec;
	border-radius:10px;
	padding:10px 15px;
	height:45px;
	width:150px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:10px;
	line-height:1;
}

.related-posts-control{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

#caterogies-list{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#caterogies-list li{
	padding-left:30px;
	padding-right:30px;
	margin-bottom:30px;
}

#caterogies-list li a{
	color:#606368;
	font-size:15px;
	border-bottom:2px;
	padding-bottom:7px;
}

#caterogies-list li a:hover, #caterogies-list li.active a{
	color:#2F55D4;
	text-decoration:none;
	border-bottom:2px solid #2F55D4;
}

#caterogies-list li a:hover svg path{
	fill:#2F55D4;
}

#caterogies-list li.active a svg path{
	fill:#2F55D4;
}

#caterogies-list li svg{
	margin-right:5px;
	height:20px;
	width:auto;
}

#blog-grid .read-time{
	padding-left:10px;
}

.post-thumbnail{
	height:270px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:20px;
	background-color:#373a3f;
	margin-bottom:30px;
}

.related-post-title h3,
.post-title h3{
	font-family: 'Noto Sans SC', sans-serif;
	color:#45484D;
	margin-bottom:20px;
	font-size: 22px;
	font-weight: 700 !important;
}

.post-date{
	margin-bottom:20px;
	font-size:16px;
}

.post-excerpt{
	font-size:16px;
	color:#45484D;
}

.related-post-posted-on{
	font-size:16px;
}

.post-pagination{
	display:flex;
	justify-content:center;
}

.page-numbers{
	display:flex;
	justify-content:center;
	align-items:center;
	width:50px;
	height:50px;
	border-radius:10px;
	font-size:15px;
	color:#45484D;
	margin-left:3px;
	margin-right:3px;
}

.page-numbers:hover, .page-numbers.current{
	color:#fff;
	background-color:#2F55D4;
	text-decoration:none;
}

#blog-grid article a:hover{
	text-decoration:none;
}

#blog-nav{
	padding-top:30px;
	padding-bottom:30px;
}

.wp-block-columns{
	margin-bottom:0;
}

.single-post h2{
	padding-top:30px;
	padding-bottom:10px;
}

.single-post .post-thumbnail{
	margin-bottom:30px;
}

@media (max-width: 768px){
	body .wp-block-column {
		flex-basis: 100% !important;
	}
	body .wp-block-column:not(:only-child){
		flex-basis: 100% !important;
	}
}


@media (min-width: 381px){

}

@media (min-width: 501px){

}

@media (min-width: 601px){

}

@media (min-width: 1025px){
	.entry-content .wp-block-group{
		padding:15px 0;
	}
	.related-posts{
		padding:30px 0;
		margin-top: 60px;
	}
}

@media (min-width: 1201px){
	.single-post .post-thumbnail{
		height:500px;
	}
	
	.single-post .post .entry-content{
		padding-left:250px;
		padding-right:250px;
	}

	.single-post .post .entry-header{
		padding-left:250px;
		padding-right:250px;
	}
	.single-post .post .post-thumbnail{
		margin-left:250px;
		margin-right:250px;
	}
}


