html, body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4 {
    font-family: "Roboto", sans-serif;
}
header {
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.08);
    z-index: 20;
    position: relative;
}
header .logo img {
    height: 70px;
    width: auto;
}
.top-bar {
    padding-top: 25px;
}
footer .footer-logo img {
    height: 70px;
    width: auto;
}

.ad-banner img {
    width: 100%;
    height: auto;
}
.main-navigation ul li a {color: #000;padding: 20px 14px;font-weight: 700;font-size: 14px;line-height: 48px;text-decoration: none;text-transform: uppercase;position: relative;}

.main-navigation nav > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background-color: var(--secondary-color);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.main-navigation ul li:hover a:after, .main-navigation ul li.current-menu-item a::after {
    width: 100%;
}
.empty-btn {
    text-decoration: none;
    border: none;
    padding: 0;
    outline: none;
    box-shadow: none;
    color: #000;
    background: transparent;
}

.header-search svg {
    width: 22px;
}
footer:not(.comment-meta) {
    background-image: url('../images/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 60px;
}
.copyright ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
    column-gap: 16px;
}

.copyright ul li a {
    text-decoration: none;
    padding: 0;
    color: #cccccc;
    font-size: 12px;
}

.copyright p {
    margin: 0;
    font-size: 12px;
}
.copyright {
    background: #000;
    padding: 8px 0;
    color: #cccccc;
}
footer h2.wp-block-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}
footer .footer-about {
    padding-bottom: 50px;
}

nav.breadcrumb {
    margin: 0;
    font-size: 12px;
    color: #747474;
    padding: 15px 0;
}

nav.breadcrumb a {
    color: #747474;
    text-decoration: none;
}

nav.breadcrumb span.arrow {
    font-size: 23px;
    line-height: 14px;
    padding: 0 5px;
}
.post-category {
    margin-bottom: 15px;
}

.post-category a.category-badge {
    color: #fff;
    padding: 3px 6px 4px 6px;
    text-decoration: none;
    background: var(--primary-color);
    font-size: 12px;
}
.blog-detail .post-title h1 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
}
.blog-detail .post-author-date {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    margin-bottom: 15px;
}

.blog-detail .post-author-date .author {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-detail .post-author-date span.author-avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.blog-detail .post-author-date span.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.social-share {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

.social-share .share-title {
    display: flex;
    align-items: center;
    color: #444;
    border: 1px solid #e9e9e9;
    padding: 7px 15px;
    position: relative;
}
.social-share .share-title .share-icon {
    position: relative;
    padding-right: 10px;
}

.social-share .share-title .share-icon:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    z-index: 1;
    background-color: #000;
    opacity: 0.08;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.social-share .share-title .share-text {
    padding-left: 10px;
    font-size: 11px;
    font-weight: 700;
}

.social-share ul {
    margin: 0;
}

.social-share .share-title:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -3px;
    background: #fff;
    width: 15px;
    height: 15px;
    rotate: 45deg;
    border: 1px solid #e9e9e9;
    border-bottom: none;
    border-left: none;
}
nav.breadcrumb a:hover {
    color: #000;
}
.post-content p, .post-content h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.post-content h5 {
    margin-bottom: 5px;
    font-weight: 600;
}
.post-content {
    color: rgb(34, 34, 34);
}

.post-content .wp-block-image figure.alignright {
    max-width: 40%;
}
.blog-detail .post-content blockquote.wp-block-quote {
    clear: both;
    margin: 40px 0;
}

.blog-detail .post-content blockquote.wp-block-quote p {
    font-size: 32px;
    color: var(--secondary-color);
    line-height: 40px;
    text-align: center;
}
.top-bottom-separator {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding: 30px 0;
}

.top-bottom-separator .social-share {
    margin: 0;
}
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 40px;
}

.post-navigation .nav-next {
    text-align: right;
}

.post-navigation .post-nav-title {
    font-size: 12px;
    color: #747474;
    margin-bottom: 7px;
}

.post-navigation a {
    font-size: 15px;
    color: #222;
    line-height: 21px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    text-decoration: none;
}

.post-navigation a:hover {
    color: var(--secondary-color);
}
.fill-box-title {
    border-bottom: 2px solid #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}

.fill-box-title span {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 12px 5px;
    display: inline-block;
}
.related-post-item img {
    display: block;
    height: 150px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.related-post-item {
    position: relative;
}

.related-post-item .post-category {
    margin: 0;
    position: absolute;
    left: 0;
    top: 125px;
    display: flex;
}

.related-post-item a {
    text-decoration: none;
    color: #000;
}

.related-post-item  h3 {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    padding-top: 7px;
}

.related-post-item .post-category a.category-badge {
    background: #000;
} 
.comment-form label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}

.comment-form input:not(input[type="checkbox"]):not(input[type="submit"]), .comment-form textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #a9a9a9;
    padding: 7px 10px;
}

.comment-form textarea {
    height: 100px;
}
.comment-form p.form-submit {
    margin-top: 20px;
    margin-bottom: 0;
}
.comment-form p.comment-form-cookies-consent label {
    display: inline-block;
    vertical-align: text-top;
}
.comments-area ol.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comments-area ol.comment-list .comment-author.vcard {display: flex;}

.comments-area ol.comment-list .comment-author.vcard span.says {
    display: none;
}

.comments-area ol.comment-list .comment-author.vcard img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}

.comments-area ol.comment-list .comment-author.vcard b.fn a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.comments-area ol.comment-list footer.comment-meta {
    display: flex;
    align-items: start;
    gap: 10px;
}

.comments-area ol.comment-list .comment-metadata a {
    text-decoration: none;
    color: #747474;
    font-size: 11px;
    line-height: 1;
}

.comments-area ol.comment-list .comment-content {
    padding-left: 60px;
    position: relative;
    bottom: 27px;
    font-size: 14px;
    margin-bottom: -27px;
    padding-top: 15px;
}
.comments-area .reply a {
    text-decoration: none;
    color: #ff6363;
    font-weight: 500;
}

.comments-area .reply {
    padding-left: 60px;
    margin: -30px 0 20px 0;
}
.comments-area ol.comment-list li ul {
    list-style: none;
}
.author-box.card {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #ededed;
}

.author-box .author-avatar {
    width: 117px;
    height: 117px;
    border: 1px solid #ededed;
}

.author-box .author-info {
    width: calc(100% - 157px);
}

.author-box .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.card {
    border-color: #ededed;
}
h3.comment-reply-title a {
    color: var(--primary-color);
    text-decoration: none;
}

h3.comment-reply-title a#cancel-comment-reply-link {
    text-decoration: underline;
    font-size: 18px;
}
.author-box.card .author-info h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #222;
    margin: 7px 0;
}

.author-box.card .author-info a {
    margin-bottom: 6px;
    font-size: 11px;
    font-style: italic;
    line-height: 21px;
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.author-box.card .author-info a:hover {
    color: var(--secondary-color);
}

.author-box .author-info p {
    margin: 0;
    font-size: 13px;
}
.post-share-block a.comment-link {
    text-decoration: none;
}
.ad-block a {
    display: flex;
}

.ad-block a img {
    width: 100%;
    height: auto;
}
.no-thumbnail {
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    display: grid;
    place-content: center;
    padding: 10px;
}

.no-thumbnail svg {
    width: 50px;
}
.small-post-block {
    display: flex;
    flex-wrap: wrap;
}

.small-post-block .post-thumbnail {
    width: 100px;
    height: 100px;
}

.small-post-block .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.small-post-block .post-content {
    width: calc(100% - 120px);
    padding-left: 20px;
}

.small-post-block .post-content h4 a {
    text-decoration: none;
    color: #000;
}

.small-post-block .post-content h4 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
    font-weight: 400;
}

.small-post-block .post-content .post-date {
    font-size: 11px;
    color: #767676;
}
ul.blog-listing-small {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 20px;
}
ul.recent-comments-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 15px;
}

ul.recent-comments-list a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-style: italic;
}

ul.recent-comments-list {
    font-size: 13px;
}
ul.recent-comments-list a:hover {
    color: var(--secondary-color);
}
.top-50px{
    top: 50px;
}
.category-image {
    height: 445px;
    position: absolute;
    width: 100%;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.category-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    z-index: 1;
}
.category-page-banner .category-content {
    position: relative;
    z-index: 2;
    color: #fff;
}
.category-breadcrumb nav.breadcrumb a, .category-breadcrumb nav.breadcrumb span {
    color: #fff;
}

.category-breadcrumb nav.breadcrumb a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.category-page-banner .category-breadcrumb {
    margin-bottom: 100px;
}
.category-page-banner .category-content h1 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}


.category-page-banner .category-content p {
    font-style: italic;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}
section.category-page-banner {
    height: 445px;
}
.section-space {
    padding: 50px 0;
}
.blog-detail ul.wp-block-list {
    /* list-style: none; */
    padding: 0 0 0 20px;
    margin: 0;
    display: grid;
    gap: 8px;
    margin-bottom: 30px;
}
.post-item .post-thumbnail {
    width: 100%;
    margin-bottom: 15px;
    height: 277px;
}
.post-item .post-thumbnail a {
    display: flex;
    height: 100%;
}
.post-item .post-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-item h3 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
}
.post-item h3 a {
    text-decoration: none;
    color: #000;
}
.post-item .post-meta {font-size: 11px;display: flex;gap: 10px;justify-content: space-between;align-items: center;}

.post-item .post-meta span.post-author {
    font-weight: 700;
}
.post-item .post-meta span.post-date {
    color: #767676;
}
.post-meta .comment-count {
    color: #fff;
    background-color: #000;
    min-width: 17px;
    position: relative;
    min-height: 17px;
    display: grid;
    place-content: center;
    padding: 2px;
    text-decoration: none;
}
.post-meta .comment-count:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #000 transparent transparent transparent;
}
.trending-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0;
}

.trending-slider .trending-slider-content {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 70%;
}

.trending-slider .trending-slider-content .trending-heading {
    background: #222;
    color: #fff;
    text-transform: uppercase;
    min-width: 116px;
    text-align: center;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.trending-slider .trending-slider-content .trending-heading h5 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 10px;
}
.theme-swiper-btn {
    width: 25px !important;
    height: 25px !important;
    border: 1px solid #dcdcdc !important;
    color: #b7b7b7 !important;
    margin: 0 !important;
}
.theme-swiper-btn:hover {
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #fff !important;
}
.theme-swiper-btn:after {
    font-weight: 700 !important;
    font-size: 7px !important;
}
.trending-swiper .trending-post a h6 {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #111111;
}

.trending-swiper .trending-post a {
    text-decoration: none;
    display: inline-block;
}

.trending-slider .trending-slider-content:hover .trending-heading {
    background: var(--secondary-color);
}
.main-post-display {
    height: 500px;
    position: relative;
}
.main-post-display .post-row {
    height: 100%;
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 4px;
    max-height: 500px;
}

.main-post-display .post-row .featured-post {
    height: 100%;
    max-height: 500px;
}

.main-post-display .post-row .featured-post .post-thumbnail {
    height: 100%;
}

.featured-post .post-thumbnail a {
    display: flex;
    height: 100%;
    overflow: hidden;
}

.featured-post .post-thumbnail a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    -webkit-transition: opacity 0.3s, transform 0.3s;
}

.featured-post {
    position: relative;
}

.featured-post .post-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    width: 90%;
    z-index: 2;
    pointer-events: none;
}
.featured-post .post-thumbnail a.image:before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s ease;
    z-index: 1;
}

.featured-post .post-overlay h2 {
    font-size: 27px;
    font-weight: 400;
    line-height: 34px;
    margin: 0  0 12px 0;
}

.featured-post .post-overlay .post-meta {
    font-size: 11px;
}

.featured-post .post-overlay .post-meta span.post-author {
    font-weight: 700;
}
.featured-post .post-overlay .post-category {
    margin-bottom: 5px;
    pointer-events: all;
}

.featured-post .post-overlay .post-category a.category-badge {
    background: #000;
    display: inline-block;
}
.featured-post:hover .post-thumbnail a img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}
.main-post-display .post-column {
    display: grid;
    max-height: 500px;
    gap: 4px;
}

.main-post-display .post-column > div {
    height: 248px;
}
.main-post-display .main-post-two-column {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 4px;
}

.featured-post.medium .post-overlay {
    width: 85%;
}

.featured-post.medium .post-overlay h2 {
    font-size: 24px;
    line-height: 30px;
}

.featured-post.small .post-overlay h2 {
    font-size: 16px;
    line-height: 21px;
}
.header-search .search-form:not(form) {
    position: absolute;
    right: 0;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
    background: #fff;
    width: 600px;
    z-index: 9;
    top: 37px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
}
.header-search {
    position: relative;
}

.header-search .search-form form.search-form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
}

.header-search .search-form form.search-form input.search-field {
    width: 100%;
    border: none;
    font-size: 13px;
    outline: none;
    box-shadow: none;
}

.header-search .search-form form.search-form label {width: 100%;}

.header-search .search-form form.search-form input.search-submit {
    font-size: 13px;
    background: transparent;
    padding: 5px 10px;
    border: none;
    outline: none;
    box-shadow: none;
}
.header-search .search-form.active:not(form) {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.btn {
    border-radius: 0;
}

.btn-primary {
    background: var(--black-color);
    border-color: var(--black-color);
}

.btn-primary:hover {
    background: #008be4;
    border-color: #008be4;
}
.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pagination-wrapper ul.pagination {
    column-gap: 10px;
}

.pagination-wrapper ul.pagination .page-link {
    border-radius: 4px;
    color: #000;
    font-size: 13px;
}

.pagination-wrapper ul.pagination .page-link.current {
    color: #fff;
    background: var(--black-color);
    border-color: var(--black-color);
}

.pagination-wrapper ul.pagination .page-link:hover {
    color: #fff;
    background: #401277;
    border-color: #401277;
}
.pagination-wrapper span.page-info {
    font-size: 12px;
}
.main-navigation ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    width: 100%;
    min-width: 150px;
    box-shadow: 0px 3px 7px -1px #707070;
    display: none;
}

.main-navigation ul li {
    position: relative;
}

.main-navigation ul li ul.sub-menu li:hover a {
    color: var(--secondary-color);
}
.main-navigation ul li ul.sub-menu li a {
    display: block;
    line-height: normal;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 30px;
}
.main-navigation ul li:hover > ul.sub-menu {
    display: block;
}
.post-result .comment-link {
    font-size: 14px;
}

.post-result span {
    font-size: 14px;
}
.pagination-wrapper ul.pagination .page-link:focus {
    box-shadow: none;
    background: var(--black-color);
    color: var(--white-color);
}
.search-results ul.search-listing {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

.small-post-block.type2 .post-thumbnail {
    width: 150px;
    height: 150px;
}

.small-post-block.type2 .post-content {
    width: calc(100% - 170px);
}

.small-post-block.type2 .post-content h4 {
    font-size: 22px;
    line-height: 1.2;
}
.small-post-block.type2 .post-excerpt {
    font-size: 13px;
    color: #767676;
    margin-top: 13px;
}
.small-post-block.type2 .post-meta {
    font-size: 11px;
    display: flex;
    gap: 10px;
    color: #767676;
    justify-content: space-between;
}

.small-post-block.type2 .post-meta span.author {
    font-weight: 700;
    color: var(--black-color);
}
.small-post-block.type2 .post-meta .post-author {
    display: flex;
    gap: 10px;
}
.search-form.search-page-form form.search-form {
    display: flex;
    flex-wrap: wrap;
}

.search-form.search-page-form form.search-form label {
    width: calc(100% - 100px);
}

.search-form.search-page-form form.search-form label input.search-field {
    width: 100%;
    background-color: #fff;
    line-height: 19px;
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
    outline: none;
}

.search-form.search-page-form form.search-form input.search-submit {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 14px;
    padding: 0 20px;
    width: 100px;
}
h1.search-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
}
.blog-detail h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.blog-detail iframe {
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.main-navigation nav > ul > li.brand-name > a {
    color: var(--secondary-color);
}
.blog-detail pre {
    padding: 30px;
    background: #f3f3f3;
}
.form-group label.form-label {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.form-group label.form-label .form-control {
    margin-top: 8px;
}

.form-control {
    border: 1px solid #a1a1a1;
    font-size: 14px;
    padding: 12px 15px;
}
.section-content h2 {
    font-size: 24px;
}

.section-content a {
    text-decoration: none;
    color: var(--primary-color);
}
.copyright ul li a:hover {
    color: var(--secondary-color);
}
footer .footer-about a {
    text-decoration: none;
    color: var(--secondary-color);
}
.comment-respond p a {
    color: var(--secondary-color);
    text-decoration: none;
}
.form-group {
    margin-bottom: 15px;
}

.form-group p {
    margin: 0;
}
.comment-respond input#submit {
    background: #000;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 5px 10px;
}

.post-share-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-tags span.post-tag {
    font-size: 12px;
    background: var(--white-color);
    border: 1px solid var(
    --primary-color);
    padding: 2px 5px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.blog-detail .declaration {
    font-size: 12px;
    font-style: italic;
    margin: 0 0 10px 0px;
}
.blog-detail h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.ad-block {
    display: grid;
    gap: 40px;
}