*{
    font-family: "Poppins", Sans-serif;
}
.site-main p, .site-main body{
    color:#000;
	text-align: justify;
	margin-bottom: 15px;
}
.site-main h1, .site-main h2, .site-main h3,.site-main h4,.site-main h4,.site-main h5,.site-main h6{
    color:#212121;
}

section.blog_bredcrumb_section {
    min-height: 380px;
    position: relative;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
section.blog_bredcrumb_section .bread_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.blog_bredcrumb_section:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background: #504d78;
    opacity: 0.75;
}

section.blog_bredcrumb_section h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 52px;
    font-weight: 600;
    color: #FFFFFF;
}

ul.blog_breadNav {
    display: flex;
    list-style: none;
}

ul.blog_breadNav li:not(:last-child) {
    margin-right: 16px;
}

ul.blog_breadNav li a,
ul.blog_breadNav li{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}
.blog_wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 360px));
    grid-gap: 30px;
}
.blog_wrapper article .post-thumbnail {
    height: 250px;
    display: block;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
}
.blog_wrapper article .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_wrapper article .entry-title {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_wrapper article .entry-title a {
    text-decoration: none;
    color: #212121;
}

.blog_wrapper article .entry-content p {
    font-size: 16px;
}
.blog_wrapper article .entry-title {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 14px;
}

.blog_wrapper article .entry-title a {
    text-decoration: none;
    color: #212121;
}

/* .blog_wrapper article .entry-content p {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

.blog_wrapper article footer.entry-footer {
    color: #666;
    margin-top: 14px;
}

.blog_wrapper article footer.entry-footer span {
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin-right:10px;
}

.blog_wrapper article footer.entry-footer span a {
    color: #666;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}
.blog_wrapper article footer.entry-footer span.byline img {
    display: none;
}
.blog_wrapper article footer.entry-footer span.comments-link {
    display: none;
}

.blog_wrapper article footer.entry-footer span.edit-link {
    display: none;
}
.blog_detail {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
}

.blog_detail .main_content {
    width: 70%;
}

.blog_detail .side_content {
    width: calc(100% - 70%);
}
.blog_detail {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
}

.blog_detail .main_content {
    width: 70%;
}

.blog_detail .side_content {
    width: calc(100% - 70%);
}

.comment-form {
    background: #F7F5F2;
    padding: 30px;
    border-radius: 24px;
}

.comment-form .comment-form-comment textarea {
    width: 100%;
    height: 110px;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
}

.comment-form p label {
    font-size: 12px;
    font-weight: 500;
}

.comment-form .logged-in-as {
    font-size: 14px;
    margin-bottom: 12px;
}

.comment-form .logged-in-as a {
    color: #212121;
    font-weight: 500;
}

.comment-form input[type="submit"] {
    padding: 10px 30px;
    margin-top: 16px;
    border-radius: 4px;
    border: none;
    background: #504d78;
    color: #fff;
    cursor: pointer;
}
h2#reply-title {
    font-size: 20px;
    margin-bottom: 16px;
}
.blog_detail {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
}

.blog_detail .main_content {
    width: 70%;
    padding-right: 40px;
}

.blog_detail .side_content {
    width: calc(100% - 70%);
}

.comment-form {
    background: #F7F5F2;
    padding: 30px;
    border-radius: 24px;
}

.comment-form .comment-form-comment textarea {
    width: 100%;
    height: 110px;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
}

.comment-form p label {
    font-size: 12px;
    font-weight: 500;
}

.comment-form .logged-in-as {
    font-size: 14px;
    margin-bottom: 12px;
}

.comment-form .logged-in-as a {
    color: #212121;
    font-weight: 500;
}

.comment-form input[type="submit"] {
    padding: 10px 30px;
    margin-top: 16px;
    border-radius: 4px;
    border: none;
    background: #504d78;
    color: #fff;
    cursor: pointer;
}

h2#reply-title {
    font-size: 20px;
    margin-bottom: 16px;
}

.blog_detail footer.entry-footer {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.blog_detail footer.entry-footer span:not(:last-child) {
    margin-right: 20px;
}

.blog_detail footer.entry-footer span a {
    color: #666;
    text-decoration: none;
}

.blog_detail footer.entry-footer .edit-link a.post-edit-link {
    color: #212121;
}

.blog_detail footer.entry-footer span.byline {
    display: flex;
    align-items: center;
}

.blog_detail footer.entry-footer span.byline img {
    width: 30px;
    height: 30px;
    margin-right: 9px;
    border-radius: 50%;
}
.blog_detail_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}
.blog_detail .post-thumbnail img {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 14px;
    width: 100%;
    height: auto !important;
}

nav.navigation.post-navigation {
    margin-top: 30px;
}

nav.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}

nav.navigation.post-navigation .nav-links div a {
    padding: 10px;
    background: #504d78;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.blog_detail .side_content .content-bottom-widgets {
    padding: 25px;
    background: #F7F5F2;
    border-radius: 12px;
}

.blog_detail .side_content .content-bottom-widgets .widget-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.blog_detail .side_content .content-bottom-widgets ul {
    margin: 0;
}

.blog_detail .side_content .content-bottom-widgets ul li:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #d8d8d8;
}

.blog_detail .side_content .content-bottom-widgets ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 14px;
}

.blog_detail .side_content .content-bottom-widgets ul li a img {
    width: 70px !important;
    height: 70px !important;
    margin: 0 !important;
    border-radius: 8px;
}

.blog_detail .side_content .content-bottom-widgets ul li a span.rpwwt-post-title {
    width: calc(100% - 70px);
}

.blog_detail .side_content .content-bottom-widgets ul li a span.rpwwt-post-title {
    font-size: 14px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 14px;
}

.blog_detail .entry-content h2,
.blog_detail .entry-content h3,
.blog_detail .entry-content h4 {
	color:#212121;
	margin: 15px 0px;
}

.blog_detail .html-p {
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
}

section#html-copyright {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
section#html-copyright a {
	color: #1a398d;
}

.blog_detail .html-p a {
	color: #1a398d;
}

.blog_detail .html-gwd-group a {
	color: #1a398d;
}
.blog_detail ol,
.blog_detail ul {
	margin:0px;
	padding:0px 15px;
	width: 100%;
}
.blog_detail ol li,
.blog_detail ul li{
	font-size: 14px;
	text-align: justify;
	margin-bottom: 10px;
}
.blog_detail ol li a,
.blog_detail ul li a{
	width: 100%;
	color: #1a398d;
}

.in-tab {
    text-align: justify;
}

.in-tab p {
    margin-bottom: 15px;
}

.site-main p, .site-main body {
	font-size: 14px;
}

.ama-content {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

nav.navigation.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

nav.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

nav.navigation.pagination .nav-links a {
	text-decoration: none;
}

nav.navigation.pagination .nav-links  span.page-numbers.current {
    background: #4f4d76;
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
	font-size: 15px;
}

nav.navigation.pagination .nav-links a.next.page-numbers,
nav.navigation.pagination .nav-links a.prev.page-numbers {
    background: #4f4d76;
    padding: 3px 10px;
    color: #fff;
    font-size: 15px;
	border-radius: 4px;
}

.site-main p a, .site-main body a {
    color: #1a398d;
}

.value a {
	color: #1a398d;
}

@media (max-width: 768px) {
	section.blog_bredcrumb_section {
		min-height: 250px;
		padding:0px 15px;
		padding-top: 50px;
	}
	section.blog_bredcrumb_section h1 {
		font-size: 32px;
	}
	
	.blog_wrapper {
		padding: 40px 15px;
		grid-template-columns: repeat(auto-fit, minmax(0, 354px));
	}
	
	.blog_detail {
		padding: 40px 15px;
	}
	
	.blog_wrapper article .post-thumbnail {
		height: 230px;
	}
	
	.blog_wrapper article .entry-title {
		font-size: 16px;
	}
	
	.blog_wrapper article .entry-content p {
		font-size: 14px;
		color: #666;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	
	.entry-content.blog-list h2 {
		font-size: 16px;
		font-weight: 600
	}
	.blog_wrapper article footer.entry-footer span {
		display: inline-block;
		font-size: 14px;
		color: #666;
		margin-right: 0px;
	}
	
	.blog_detail .main_content {
		width: 60%;
		padding-right: 40px;
	}
	.blog_detail .side_content {
		width: calc(100% - 60%);
	}
	.blog_detail_title {
		font-size: 20px;
	}
	.site-main p, .site-main body {
		font-size: 15px;
	}
	.blog_detail .side_content .content-bottom-widgets {
		padding: 20px;
	}
	.blog_detail .side_content .content-bottom-widgets ul li a span.rpwwt-post-title {
		font-size: 12px;
	}
		.blog_detail .side_content .content-bottom-widgets ul li a img {
		width: 60px !important;
		height: 60px !important;
		margin: 0 !important;
		border-radius: 8px;
	}
}
@media (max-width: 480px) {
	.blog_wrapper {
		padding: 30px 10px;
		grid-template-columns: repeat(auto-fit, minmax(0, 100%));
	}
	section.blog_bredcrumb_section {
		min-height: 200px;
		padding:0px 10px;
		padding-top: 50px;
	}
	
	section.blog_bredcrumb_section h1 {
		font-size: 26px;
	}
	.blog_wrapper article .post-thumbnail {
		height: 200px;
	}
	.blog_detail {
		flex-direction: column;
	}
	.blog_detail .main_content {
		width: 100%;
		padding-right: 0px;
	}
	.blog_detail .side_content {
		width: 100%;
	}
	.blog_detail_title {
		font-size: 18px;
	}
	ul.blog_breadNav li a, ul.blog_breadNav li {
		font-size: 13px;
	}
	.blog_detail {
		padding: 30px 10px;
	}
}