/*
Theme Name: Selectsys Theme
Theme URI: http://example.com/my-custom-theme
Author: CHINNA
Author URI: http://example.com
Description: A custom theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/


.inner-pages{
    min-height: auto !important;
    padding: 0px 0 30px 0 !important;
    background: none !important;
}
.intro-selectsys h1{
    /* text-transform: uppercase; */
}

.intro-selectsys h1{
    color: #333 !important;
    text-align: center;
    font-size: 52px !important;
    margin-bottom: 50px;
    font-weight: 900;
}

.intro-selectsys p.h3{
    font-weight: normal !important;
    color: #333 !important;
    text-align: center;
}
.category-archive-meta{
    font-weight: normal !important;
    color: #333 !important;
}
/* .intro-selectsys h1{
    font-size: 60px !important;
    font-weight: 900;
    margin-bottom: 15px;
}

.intro-selectsys p.h3{
    font-weight: normal !important;
} */

.post-card{
    margin-bottom: 30px;
}

.post-card img {
    max-width: 100%;
    height:160px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 15px;
}

.post-card h2{
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 28px;
    letter-spacing: 0px;
    word-spacing: 0em;
    margin: 0 0 10px 0;
}
.post-card h2 a{
    color: #21409a;
    text-decoration: none;
}

.post-card p{
    font-size: 18px;
    color: #1f1f1f; 
}
.post-card .entry-meta{
    font-size: 16px;
    color: #5c6166; 
}
.post-card .byline, .byline{
    color: #229fd9 !important;
}

.posted-on{
    color: #5c6166; 
}

.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 5px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    color: #21409a;
    font-size: 18px;
    text-decoration: none;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
}

.pagination a:hover,
.pagination span.current {
    background-color: #21409a;
    color: #fff;
    border-color: #21409a;
}

.pagination .next,
.pagination .prev{
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

.pagination .prev.disabled,
.pagination .next.disabled {
    background-color: #e1e1e1;
    color: #aaa;
    border-color: #e1e1e1;
    cursor: not-allowed;
}
.featured-posts{
    background-color: #f4f4f4;
    padding: 50px;
    border-radius: 25px;
    margin:0px 0px 50px 0px;
}
.featured-post-card{
    margin-top: 15px !important;
}
.post-card.featured-post-card, .post-card.interested-post-card{
    margin-bottom: 0px;
}
.featured-post-card img{
    width: 100%;
    height: 174px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 15px;
}
.interested-posts{
    background-color: #f4f4f4;
    padding: 100px 0px;
    margin-top: 50px;
}



.interested-post-card img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 15px;
}

.single-post .post-thumbnail {
    margin-bottom: 20px;
}

/* .single-post .entry-header {
    margin-bottom: 20px;
} */

/* .single-post .entry-title {
    font-size: 2em;
    margin: 0;
} */

/* .single-post .entry-meta {
    font-size: 0.9em;
    color: #666;
} */

.single-post .entry-content {
    margin-bottom: 20px;
}

.single-post .entry-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.single-post .entry-footer .category,
.single-post .entry-footer .tags {
    margin: 0;
    padding: 0;
}

.blog-footer{
    padding: 50px 0px !important;
    font-size: 18px;
}

.blog-footer a{
    text-decoration: none;
}

.blog-footer a:hover{
    opacity: 0.75;
}
.social-icons a{
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-block;
    line-height: 50px;
}
.fw-700{
    font-weight: 700;
}

.single-post > #wrapper > header, .blog-header{
    box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 10%);
    background-color: #FFF;
}



.comment-respond{
    margin-top: 30px;
}

.comment-form-comment label, .comment-form-comment textarea{
    width: 100%;
    margin-bottom: 10px;
}
.comment-form-comment label{
    font-weight: 500;
}

.form-submit .submit{
    padding: 15px;
    display: inline-block;
    border: 1px solid #21409a;
    width: 135px;
    text-align: center;
    text-decoration: none;
    background-color: #21409a;
    color: #FFF;

}
.comment-form-comment textarea{
    padding: 15px;
}
.comment-form-comment textarea:focus, .comment-form-comment textarea:focus-visible{
    border-color: #21409a !important;
}

.sidebar-post{
    padding-left: 30px;
    height: 100%;
}

.sidebar-widget{
    margin-bottom: 30px;
}

.sidebar-widget h3{
    text-transform: uppercase;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 15px;
}

.author-photo{
    margin-bottom: 15px;
}
.author-photo img{
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    border-radius: 8px;
}

.author-name{
    font-size: 20px;
	font-weight: 700;
    line-height: 24px;
	margin-bottom: 0;
}
.category-list{
    margin: 0;
    padding: 0;
    text-align: center;
}
.sidebar-widget .category-list{
    text-align: left;
}
.category-list li{
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
}

.category-list li a, .go-back-btn{
    background-color: #f4f4f4;
    color: #333;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 15px;
    display: inline-block;
}

.category-list li a.active, .go-back-btn:hover{
    font-weight: 700 !important;
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 10%);
    background-color: #FFF;
    color: #21409a;
}

.category-list li a:hover, .social-share a:hover{
    background-color: #e3e3e3;
}

.social-share a{
    width: 50px;
    height: 50px;
    background-color: #f4f4f4;
    border-radius: 50%;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    font-size: 21px;
}

.subscription form{
    display: flex;
    align-items: flex-end;
    width: 100%;
    gap: 4px;
}

.searchform input{
    padding: 6px 16px;
}


.searchform {
    text-align: center;
}

.search-box .searchform {
    text-align: left;
}


.searchform #searchsubmit, .subscription .tnp-subscription .tnp-submit{
    background-color: #21409a;
    border:solid 2px #21409a;
    outline: none;
    color: #FFF;
    min-width: 100px;
}

.searchform #searchsubmit:hover, .subscription .tnp-subscription .tnp-submit:hover{
    background-color: #112a76;
    border:solid 2px #112a76;
}

.read-more-btn{
    display: inline-block;
    border:solid 2px #112a76;
    padding: 4px 12px;
    margin-top: 10px;
    text-decoration: none;
}
.read-more-btn:hover{
    background-color: #112a76;
    color: #FFF;
}

.subscription .tnp-subscription input[type=email], .searchform input[type=text]{
    min-width: 200px;
    background-color: #ffffff;
    border:solid 1px #2e2e2e;
}
.single-post-content{
    margin-bottom: 50px;
}
.single-post-content h1{
    color: #1f1f1f;    margin-bottom: 30px;
    font-weight: 900;
}
.single-post-content h2, .single-post-content h3{
    color: #1f1f1f;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-post-content h2 strong, .single-post-content h3 strong, .single-post-content h2 b, .single-post-content h3 b{
    font-weight: 700;
}

.single-post-content h4{
    color: #1f1f1f;
    font-weight: 500;
    margin-bottom: 20px;
}
.single-post-content h4 strong{
    font-weight: 500;
}

.single-post-content p, .single-post-content ol li, .single-post-content ul li{
    font-size: 18px;
    color: #5c6166;
}

.single-post-content p, .single-post-content ol, .single-post-content ul{
    margin-bottom: 20px;
}

.single-post-content ol li, .single-post-content ul li{
    margin-bottom: 10px;
}

.single-post-content a, .single-post-content a.btn:hover{
    text-decoration: none;
}

.single-post-content a:hover{
    text-decoration: underline;
}

.newsletter-content .subscription form{
    justify-content: center;
    padding-bottom:10px;
}

.newsletter-content .subscription .tnp-subscription label {
    display: none;
}

.newsletter-content {
    text-align: center;
    min-height: calc(100vh - 362px);
}

.tnp-profile{
    margin: auto !important;
}
.tnp-profile .tnp-field{
    width: 100%;
    text-align: left;
}
.tnp-profile form {
    display: flex;
    flex-direction: column;
}

.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit{
    background-color: #21409a !important;
    border: solid 2px #21409a;
    outline: none;
    color: #FFF;
    min-width: 100px;
    padding: 10px 15px;
}

.single-post-content blockquote {
    padding-left: 20px;
    border-left: solid 5px #229fd9;
    margin-bottom: 30px;
    font-style: italic;
}
.single-post-content blockquote > p{
    margin-bottom: 10px !important;
}
.single-post-content blockquote > p strong{
    color: #229fd9;
}


@media(max-width: 767px){

    .single-post > #wrapper > header, .blog-header, .intro-selectsys h1{
        margin-bottom: 20px;
    }

    .intro-selectsys h1{
        margin-bottom: 30px;
        font-size: 36px !important;
    }

    .blog .intro-selectsys .col-md-12, .newsletter-content .intro-selectsys .col-md-12,  .category .intro-selectsys .col-md-12, .search .intro-selectsys .col-md-12, .error404 .intro-selectsys .col-md-12{
        margin: 0px 0 !important;
    }

    .newsletter-content .intro-selectsys h1.mb-3 {
        margin-bottom: 0rem !important;
    }

    .newsletter-content .inner-pages {
        padding: 0px 0 0px 0 !important;
    }
    .newsletter-content .subscription.mb-5{
        margin-bottom: 15px !important;
	padding: 15px;
    }
    .newsletter-content{
        min-height: auto !important;
    }
    .featured-posts{
        padding: 25px;
    }

    .post-card .ps-0{
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .post-card.featured-post-card, .post-card.interested-post-card {
        margin-bottom: 30px !important;
    }

    .interested-posts {
        padding: 50px 25px;
    }

    .xs-links-block a{
        display: block;
        margin-bottom: 10px;
    }

    .single-post-content h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .single-post-content h3 {
        font-size: 24px;
    }

    .sidebar-post {
        padding-left: 0px;
    }

}

.call-to-action{
    position: sticky;
    top: 0;
    background-color: #eef3ff;
    padding: 15px;
    border-radius: 8px;
}

.get-download{
    background-color: #1a337b;
    padding: 50px;
    color: #FFF;
}
.get-download h3{
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.get-download p{
    font-size: 18px;
    margin-bottom: 30px;
}
.get-download .btn{
    background-color: #FFF;
    color: #21409a;
}
.get-download .btn:hover{
    text-decoration: none;
    color: #21409a;
    background-color: #FFF;
}

.pagination span.dots{
    line-height: 0px;
}

.wp-block-table thead{
	    border-bottom: 1px solid;
}
.wp-block-table thead th, .wp-block-table thead td{
	background: #eef3ff;
}

/*header styles latest*/
.shadow-sm {
    box-shadow: 0 .125rem 2rem rgba(0, 0, 0, .075) !important;
}
.navbar-expand-lg {
    z-index: 10;
}
.navbar {
    background-color: #0A1A38 !important;
}
.navbar .nav-item {
    margin-right: 10px;
    margin-left: 10px;
}
.navbar .nav-item .nav-link {
    color: rgb(255 255 255 / 75%) !important;
    font-weight: 500;
}
@media (min-width: 1024px) {
    .dropdown-menu {
        opacity: 0;
        transform: translateY(30px);
        visibility: hidden;
        transition: all 0.3s ease;
        display: block !important;
    }
	.dropdown:hover .dropdown-menu {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
}
.navbar ul.dropdown-menu .dropdown-item {
    padding: 6px 16px;
}
.navbar-collapse .btn {
    font-weight: 500;
    background: #1E66CC;
    border-color: #1E66CC;
    border-radius: 5px !important;
	min-width:175px;
}
.compare-menu .dropdown-menu {
    min-width: 800px !important;
    left: -240px;
}
@media (max-width: 992px) {
    .navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover {
        background: #fff !important;
    }
	    .navbar-toggler {
        padding: 6px 10px !important;
    }
}
.starter-ribbon button:hover{
  background-color:#0d47a1 !important;
  transform: none !important;
}
.starter-ribbon{
  position: sticky; top: 0; z-index: 2;
  background: #0d47a1; color:#fff; padding:10px 0;
  box-shadow: 0 2px 8px rgba(13,71,161,.25);
}
.ribbon-text{font-size:16px; line-height:1.4;}
.ribbon-cta{box-shadow: 0 4px 12px rgba(255,255,255,.25);}
.u-underline{border-bottom:2px solid rgba(255,255,255,.6); padding-bottom:1px;}
@media (max-width: 768px){
  .ribbon-text{font-size:14px;}
  .starter-ribbon{top: 0; padding:8px 0;}
}
html[data-reduced-motion="true"] .starter-ribbon{scroll-behavior:auto;}
main {
    padding-top: 50px;
}