/*
Theme Name: Minerva Child
Template: minerva
Theme URI: http://gossipthemes.com/minerva
Author: Gossip Themes
Author URI: http://gossipthemes.com
Description: Modern WordPress Blog Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: minerva
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/

.blog .main-content-inner article .post-block-media-wrap img {
    border-radius: 20px;
/*     width: 100%;
    height: 100%;
	max-height: 230px;
    min-width: 430px; */
	object-fit: cover;
}

.blog .main-content-inner article .post-block-media-wrap .post-top-meta-list {
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.blog .main-content-inner article .post-block-media-wrap .post-title {
    margin-bottom: -10px;
}
.blog .main-content-inner article .post-block-media-wrap .post-title a {
    display: flex;
	font-size: 24px;
    font-weight: 700;
    color: #101828;
}

.blog .main-content-inner article .post-block-media-wrap .post-bottom-meta-list {
/*     order: 3; */
    padding: 15px 0;
}

.blog .main-content-inner article .post-block-media-wrap {
    display: flex;
    flex-wrap: wrap;
}

.blog .main-content-inner article .post-block-media-wrap .view-topic-btn {
    order: 4;
    width: 100%;
}
body .news-cat_Name {
    background: #1e73be !important;
    color: #fff !important;
    padding: 5px 15px;
		border: none;
}

body .news-cat_Name:hover {
    background: #000 !important;
}

.blog article .post-meta-author-box {
    color: #1e73be;
    font-weight: 500;
}

.blog .main-content-inner article .post-block-media-wrap .post-bottom-meta-list .post-meta-date-box {
    color: #1e73be;
    font-weight: 500;
}

.blog .main-content-inner article .post-block-media-wrap .post-bottom-meta-list .read-time-box {
    color: #1e73be;
    font-weight: 500;
}
.blog .main-content-inner article .post-block-media-wrap .entry-content {
    color: #111;
    font-weight: 500;
	padding-bottom: 15px;
}
.single-blog-content article .post-title {
    font-size: 34px;
    font-weight: 700;
    color: #101828;
    padding-top: 10px;
}
.blog .main-content-inner article .post-block-media-wrap .view-topic-btn .view-btn {
    color: #1e73be;
    font-weight: bold;
    text-decoration: underline;
}

.single-blog-content article .post-meta-left .post-meta-left-content .post-author-name {
    color: #1e73be;
    font-weight: 500;
}

.single-blog-content article .post-meta-left .post-meta-left-content li {
    color: #1e73be;
}
.single-blog-content article .post-featured-image img {
    width: 100%;
    height: 100%;
    max-height: 430px;
    object-fit: cover;
    border-radius: 20px;
}
.single-blog-content article strong {
    font-weight: 900 !important;
}

.single-blog-content article #toc_container {
    border: none;
    background: transparent;
    text-align: left;
}

.single-blog-content article #toc_container .toc_title {
    text-align: left;
    font-size: 22px;
}

.single-blog-content article #toc_container .toc_list a {
    text-decoration: underline;
    color: #1e73be;
    font-weight: 600;
    padding-bottom: 7px;
}
.single-blog-content article .post-footer a {
    background: #1e73be;
    border: none;
    color: #fff;
    font-weight: 500;
}
.single-blog-content article p {
    font-weight: 500;
    color: #000 !important;
}

.single-blog-content article li {
    font-weight: 500 !important;
    color: #000 !important;
}
.theme-header-area .header-btn-link .header-signup-btn {
    margin-left: 20px;
}
.blog .row .category-layout-two.main-blog-layout.blog-new-layout .row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(auto, auto);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    justify-items: stretch;
    display: grid;
}

.blog .row .category-layout-two.main-blog-layout.blog-new-layout .row article {
    width: 100%;
    border: none;
    padding: 0;
}
.blog .theme-breacrumb-area .container {
    width: 100%;
    max-width: 700px;
    text-align: center;
}
.blog .main-content-inner article .post-block-media-wrap .post-top-meta-list .post-meta-author-box {
    padding: 0;
    margin: 0;
    max-width: max-content;
    width: 100%;
}
.blog .main-content-inner article .post-block-media-wrap a {
    width: auto;
}
.blog .main-content-inner article .post-block-media-wrap .post-top-meta-list .post-category-box {
    margin: 0;
}
.author-box {
    border-radius: 15px;
    background: linear-gradient(180deg, #F5F8FF 0%, #EAF0FF 100%);
    padding: 20px;
    margin-top: 25px;
}
.blog .main-content-inner article .post-block-media-wrap .post-title a svg {
  /* add this for smooth movement */
  transition: transform 0.3s ease-in-out;
}

.blog .main-content-inner article .post-block-media-wrap .post-title a svg:hover {
  transform: rotate(45deg);
}

footer.theme-footer-wrapper .footer-top {
    background: #25477c;
	padding-bottom: 0;
}
footer.theme-footer-wrapper .footer-bottom .copyright-text {
    color: #fff;
}
.footer-top p {
    color: #bdbec8 !important;
}
.footer-top h4 {
    color: #fff !important;
}
.footer-top li a, .footer-top .footer-widget {
	color: #bdbec8 !important;
}
.footer-socials {
    text-align: left;
}

.footer-socials a {
    font-size: 24px;
}
footer.theme-footer-wrapper .footer-bottom {
    background: #25477c;
    text-align: center;
    border-top: 1px solid #1E73BE26;
}
.backto a.ri-arrow-up-s-line {
    background: #ff8a00;
    border-radius: 50px;
    color: #fff;
}

.backto a.ri-arrow-up-s-line {
    background: #ff8a00;
    border-radius: 50px;
    color: #fff;
}

.theme-header-area .header-signup-btn a {
    background: #ff675b;
    border: none;
	border-radius: 5px;
}

.theme-header-area ul#primary-menu {
    display: flex;
    justify-content: flex-end;
}

.theme-header-area .logo.theme-logo img {
    height: 100%;
    min-height: 75px;
    max-width: 200px;
}
.main-blog-layout .navigation.pagination li .page-numbers.current {
    background: #1e73be;
    border: none;
}
.main-blog-layout .navigation.pagination li .page-numbers:hover {
    background: #1e73be !important;
    border: none !important;
}
.single-blog-content article blockquote p {
    font-size: 20px !important;
}
.search .theme-breacrumb-area .theme-breacrumb-title {
    font-size: 36px;
}
.search .blog .main-content-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.search .blog .main-content-inner article .post-block-media-wrap {
    width: 100%;
    display: grid;
}
.search .blog .main-content-inner article .post-block-media-wrap .post-top-meta-list {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.single-post .theme_related_posts_Wrapper img {
    height: 100% !important;
    border-radius: 20px;
}
.single-post .theme_related_posts_Wrapper .post-block-content-wrap .post-title a {
    font-size: 24px;
    font-weight: 700;
    color: #101828;
}
.single-post .theme_related_posts_Wrapper .post-block-content-wrap .post-excerpt-box p {
    color: #111;
    font-weight: 500 !important;
}
.single-post .theme_related_posts_Wrapper .post-block-content-wrap .post-bottom-meta-list {
    color: #1e73be !important;
    font-weight: 500;
}
.single-post .theme_related_posts_Wrapper .post-block-content-wrap .post-bottom-meta-list .post-meta-author-box {
    color: #1e73be !important;
}
.single-post .theme_related_posts_Wrapper .post-block-content-wrap .post-bottom-meta-list .post-meta-date-box {
    color: #1e73be !important;
}
.blog-single #sidebar {
    padding-left: 0;
}

.blog-single #sidebar img {
    width: 100% !important;
}

/* Error Css */

.error404 #main-container {
    background: #1E73BE12;
}

.error404 #main-container .row {
    justify-content: center;
}

.error404 #main-container .row .error-page {
    text-align: center;
}

.error404 #main-container .row .error-page .error-body .error-btn-custom {
    background: #1e73be !important;
}

.error404 #main-container .row .error-page .error-body .error-btn-custom:hover {
    background: #111 !important;
}

.error404 .notfound-img img {
    max-width: 300px;
}

.error404 .error-message .section-heading {
    font-weight: 600;
}
.category .row .category-layout-two.main-blog-layout.blog-new-layout .row {
    grid-template-columns: 1fr 1fr !important;
}
.header-signup-btn a:before {
    display: none !important;
}
.header-signup-btn a {
    padding: 19px 20px !important;
}
.theme-header-area {
    padding: 0 !important;
}
.header-divider-one {
    display: none;
}
.theme-header-area ul#primary-menu li a {
    color: #1e266d;
}
.theme-header-area ul#primary-menu .is-active a {
    color: #ff8a00!important;
}
.theme-header-area .col-lg-10.col-md-12.nav-design-one {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.theme-header-area .header-signup-btn {
    margin-left: 20px !important;
}
.theme-header-area ul#primary-menu li a:hover {
    color: #ff8a00!important;
}

/* Error Css */

@media (max-width: 767px) {
    .single-blog-content #block-3 {
        padding-bottom: 30px;
    }
    .single-blog-content .wp-block-image img {
        width: 100% !important;
    }
    .single-blog-content article .post-footer a {
        padding: 5px 10px;
        font-size: 13px !important;
    }
	.single-blog-content  #sidebar {
		margin-top: 0;
	}
	.blog .row .category-layout-two.main-blog-layout.blog-new-layout .row {
		display: grid;
		grid-template-columns: 1fr;
	}
	.blog .row .category-layout-two.main-blog-layout.blog-new-layout .row article {
		padding: 0 15px;
	}
	.blog .row .category-layout-two.main-blog-layout.blog-new-layout .row article .post-block-media-wrap img {
		min-width: 390px;
	}
	.single-post .row.single-blog-content {
		display: flex;
		flex-direction: column-reverse;
		gap: 30px;
	}
}
.author-box p a {
    display: inline-block;
    text-decoration: underline;
    font-weight: 600;
    color: #1e73be;
}

.post-layout-style2 .single-blog-content .entry-content .wp-block-file a.wp-block-file__button.wp-element-button {
    color: #fff !important;
    text-decoration: none !important;
}

.post-meta-right-social i.fab.fa-twitter{
    background-image: url(https://www.cpapilot.com/blog/wp-content/uploads/2025/10/twitter-logo.svg) !important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -17px;
    right: -10px;
    font-family: none;
    background-size: cover;
}
.footer-socials i.fab.fa-twitter {
    background-image: url(https://www.cpapilot.com/blog/wp-content/uploads/2025/10/footer-tw-logo.svg) !important;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 5px;
    right: 0;
    font-family: none;
    background-size: cover;
}
.post-meta-right-social i.fab.fa-twitter:before, .footer-socials i.fab.fa-twitter:before {
    content: none;
}
.post-meta-right-social .twit.social-list__link, .footer-socials i.fab.fa-twitter {
    position: relative;
}
.post-meta-right-social a {
    color: #000;
}


/* Newsletter Form */

.newsletter-section {
    padding: 30px;
    background-image: url(https://cpapilot-dev-php8.cpapilot.com/blog/wp-content/uploads/2025/11/newslatter-bg.png);
    border-radius: 10px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.newsletter-section p {
    display: flex;
    position: relative;
}
.newsletter-section p .wpcf7-submit {
    position: absolute;
    right: 0;
    padding: 8px 20px;
    border-radius: 30px;
    border: none;
    background: #1e73be;
    color: #fff;
}
/* .post-newsletter-form .newsletter-section p .wpcf7-submit {
    position: absolute;
    left: auto;
    right: 0;
} */
.newsletter-section .newsletter-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
	color: #000 !important;
}
.newsletter-section .wpcf7-email.wpcf7-validates-as-email {
    padding: 7px;
    border: 1px solid #1e73be;
    border-radius: 30px;
}
.post-newsletter-form .newsletter-form {
    display: flex;
    justify-content: center;
}

.post-newsletter-form .newsletter-heading {
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 1367px) and (max-width: 1440px){
	.newsletter-section {
		padding: 15px !important;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1366px){
/* 	.newsletter-section p .wpcf7-submit {
		right: -20px;
	} */
	.newsletter-section .wpcf7-email.wpcf7-validates-as-email {
		width: 100%;
	}
	.newsletter-section p .wpcf7-submit {
		right: 7px;
	}
	.post-newsletter-form .newsletter-section p .wpcf7-submit {
		right: 0px;
	}
	.newsletter-section {
		padding: 15px !important;
	}
/* 	.post-newsletter-form .newsletter-section {
		padding: 30px;
	} */
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.newsletter-section .wpcf7-email.wpcf7-validates-as-email {
		width: 100%;
	}
}

@media (max-width: 767px) {
/* 	.post-newsletter-form .newsletter-section p .wpcf7-submit {
		left: 68%;
	} */
	.nav-design-one {
		display: block !important;
	}
	.nav-design-one a.slicknav_btn {
		right: 0 !important;
	}
	.newsletter-section  button, input, optgroup, select, textarea {
		font-size: revert !important;
	}
	.post-newsletter-form .newsletter-section .wpcf7-email.wpcf7-validates-as-email {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		width: 100%;
	}
	.newsletter-section .wpcf7-email.wpcf7-validates-as-email {
		width: 100%;
	}
}
