.py_30 {
    padding: 30px 0;
}
.breadcrumbs {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    white-space: nowrap;
}
.breadcrumbs li {
    font-size: 14px;
    display: inline;
    padding: 10px 0;
}
.breadcrumbs li a {
    font-size: 14px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.breadcrumbs li a:after {
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(-45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 6px 1px;
}
.post_top_content h1 {
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1.15;
    margin-bottom: 15px;
}
.post_top_content .post_publish {
    margin-bottom: 25px;
    padding-left: 0;
}
.post_top_content .post_publish li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #000;
    padding-left: 16px;
}
.post_top_content .post_publish li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #001e5a;
    border-radius: 50px;
    transform: translateY(-50%);
}
.post_top_content .featured-image {
    margin-bottom: 30px;
}
.post_top_content .featured-image img {
    width: 100%;
    height: auto;
}
.single_post_content p {
    margin-bottom: 1.5rem;
}
.single_post_content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
}
.single_post_content h3, 
.single_post_content h4,
.single_post_content h5,
.single_post_content h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}
.single_post_content ul {
    list-style: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
}
.single_post_content ol {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
}
.single_post_content li {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 10px;
}
.comment_form .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}
.comment_form textarea {
    height: 150px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.comment_form input {
    border-radius: 5px;
    margin-bottom: 15px;
}
.comment_form input[type="submit"] {
    margin-bottom: 0;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    width: auto;
    padding: 0 20px;
    border: none;
}
.comment_form input[type="submit"]:hover {
    background: #000;
    color: #fff;
}
.comment_form {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.sidebar_post_widget .widget_title {
    border-top: 1px solid #ddd;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-top: 13px;
    position: relative;
}
.sidebar_post_widget .widget_title:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 80px;
    height: 5px;
    background: var(--primary-color);
}
.post_list {
    display: flex;
    margin-bottom: 15px;
}
.post_list .image {
    width: 30%;
}
.post_list .content {
    width: 70%;
    padding-left: 15px;
}
.post_list .content .title {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}
.post_list .content .date {
    font-size: 12px;
}
.post_tags {
    margin-bottom: 3rem;
}
.post_tags ul {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    font-size: 0;
}
.post_tags ul li {
    display: inline-block;
    margin-left: 0;
    line-height: 24px;
}
.post_tags ul li span {
    font-size: 13px;
    margin-right: 6px;
    padding: 2px 8px 3px;
    color: #fff;
    background-color: var(--primary-color);
    text-transform: uppercase;
}
.post_tags ul li a {
    font-size: 13px;
    margin-right: 6px;
    padding: 1px 7px 2px;
    border: 1px solid #ededed;
    color: #111;
}
.autho_box {
    padding: 20px;
    border: 1px solid #ededed;
    margin-bottom: 3rem;
    background: #f7f7f7;
}
.autho_box .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 13px;
}
.autho_box p {
    margin-bottom: 0px;
}
.sticky_siderbar {
    position: sticky;
    top: 80px;
}
@media(min-width:992px){
    .mx-lg-2 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .px-lg-2 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media(max-width:991px){
    .autho_box, .post_tags {
        margin-bottom: 2rem;
    }
}
.comments-area ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comments-area ol li.comment {
    position: relative;
    padding-left: 65px;
    margin-bottom: 25px;
}
.comments-area ol .comment-author img {
    border-radius: 50px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.comments-area ol .comment-author cite.fn {
    font-style: normal;
    font-weight: 600;
}
.comments-area ol li.comment .comment-meta.commentmetadata {
    font-size: 14px;
    display: inline-block;
}
.comments-area ol li.comment .reply a {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline;
}
.comments-area ol li.comment ol.children {
    margin-top: 25px;
}
.comments-area ol li.comment .comment-author {
    display: inline-block;
    margin-right: 3px;
}
.comments-area ol li.comment p {
    margin-bottom: 0;
}
.comment-form textarea {
    height: 150px;
    margin: 0;
}
.comment-form input[type="text"], .comment-form input[type="email"] {
    margin-bottom: 0;
}
.comment-form label {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.comment-form .comment-form-cookies-consent label {
    margin-bottom: 0;
}
.comment-form .form-submit input[type="submit"] {
    margin: 0;
    width: auto;
    padding: 0 20px;
    background: #001e5a;
    color: #fff;
    border: none;
}
.comment-form .form-submit input[type="submit"]:hover {
	background: #000;
	color: #fff;
}
.comment-form .comment-form-cookies-consent {
    position: relative;
    padding-left: 25px;
}
.comment-form .comment-form-cookies-consent input[type="checkbox"] {
    margin: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
}
table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 25px;
}
table td, table th {
    padding: 12px 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
table td:nth-child(1), table th:nth-child(1) {
    text-align: left;
    font-weight: 600;
}
table tbody tr:nth-child(even) {
    background: #eee;
}
table thead {
    background: linear-gradient(to right, #157dae, #3c3c3cbf);
}
table thead th {
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
}
@media(max-width:991px) {
	.comments-area ol .comment-author img {
	    width: 35px;
	    height: 35px;
	}
	.comments-area ol li.comment {
	    padding-left: 45px;
	}
	.comments-area ol li.comment .comment-author {
	    display: block;
	    margin-right: 0px;
	}
	.comments-area ol li.comment .comment-meta.commentmetadata {
	    display: block;
	}
	.comments-area ol li.comment ol.children {
	    margin-top: 20px;
	}
	.comments-area ol li.comment {
	    margin-bottom: 20px;
	}
}
@media(max-width:767px){
    table {
        display: block;
        overflow-x: auto;
    }
}