/**
Theme Name: Astra Child
Author: alvnry
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

ul.user-list li a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.2s ease-in-out;
}

ul.user-list li a:hover {
    border-bottom: 1px solid #000;
}

ul.user-list li {
    list-style-type: none;
}

/*CONTAINER STYLE*/
.custom-post-type-container {
    display: flex;
    margin: 20px auto;
    width: 1200px;
    max-width: 1200px;
}

/* Style for the first column */
.column-1 {
    flex: 8;
    padding-right: 20px;
    box-sizing: border-box;
}

/* Style for the second column */
.column-2 {
    flex: 2;
    margin: 20px;
    box-sizing: border-box;
}

/* Style for Responsiveness */
 @media (max-width: 920px) {
    .custom-post-type-container {
        flex-direction: column;
    }

    .column-1, .column-2 {
        flex: auto;
        padding: 10px 0;
    }

    .column-2 {
        order: 2;
    }
}

.column-2-container {
    display: flex;
    width: 250px;
    flex-direction: column;
    flex: 2;
    box-sizing: border-box;
    background-color: #eaf3fc;
    border-radius: 5px;
    border-width: 1px;
    padding: 20px 15px;
}

.single-post-title {
    font-family: 'Calibri';
    line-height: 30px;
    padding-right: 20px 10px;
    font-size: 28px;
    max-width: 800px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.single-post-content {
    font-family: 'Calibri';
    padding: 20px;
    max-width: 800px;
    font-size: 15px;
    margin-top: 10px;
}

@media (max-width: 600px) {
    .single-post-title {
        font-size: 24;
        max-width: 100%;
        font-family: 'Calibri';
        max-width: 900px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .single-post-content {
        max-width: 100%;
        font-size: 14px;
        font-family: 'Calibri';
        margin-top: 10px;
    }
}

.field-label {
    font-family: 'Gill Sans', 'Gill Sans MT';
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: 20px;
}

/*Edit for the Contents in Published Works*/
.custom-field {
    font-family: 'Calibri';
    max-width: 800px;
    text-align: justify;
    text-justify: inter-word;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .custom-field {
        font-family: 'Calibri';
        max-width: 100%;
        text-align: justify;
        text-justify: inter-word;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 20px;
    }
}


.custom-field-author {
    font-family: 'Calibri';
    text-align: justify;
    text-justify: inter-word;
    font-size: 18px;
    font-weight: bold;
}


/* Breadcrumb Container */
.breadcrumb {
    margin: 20px 0;
    max-width: auto;
    width: auto;
    display: inline-block;
    border-color: #b6b6b6;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
}

/* Breadcrumb Links */
.breadcrumb-link {
    font-family: 'Gill Sans', 'Gill Sans MT';
    text-decoration: none;
    color: #3d3d3d;
    transition: color 0.3s;
}

.breadcrumb-link:hover {
    color: #0052b3;
    text-decoration: underline;
}

/* Breadcrumb Separator */
.breadcrumb-separator {
    margin: 0 5px;
    color: #777;
}

/* Breadcrumb Title */
.breadcrumb-title {
    font-weight: bold;
    color: #333;
}

.related-content-label {
    font-family: 'Gill Sans', 'Gill Sans MT';
    margin: auto;
    padding-top: 20px;
}

.rcontent-container {
    margin: 20px 0;
    max-width: auto;
    width: auto;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
    font-size: 14px;
    display: inline;

}

/* CSS for styling the view count */
.view-count {
    font-family: 'Gill Sans', 'Gill Sans MT';
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    border-radius: 3px;
    display: inline-block;
    text-align: left;
}

/* Style for the label */
.view-label {
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000000;
    font-size: 13px;
    font-family: 'Calibri';
    margin-bottom: 5px;
}

/* Style for the number */
.view-number {
    background-color: #0052b3;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 50px;
    padding-right: 50px;
    color: #ffffff;
    font-family: 'Calibri';
    font-size: 24px;
    text-align: center;
}

/* Citation Style for the label */
.citation-label {
    font-family: 'calibri';
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 30px;
}

/* Citation Style for the content */
.citation-content {
    font-family: 'Calibri';
    line-height: 18px;
    font-size: 13px;
    font-weight: 800;
    width: 100%;
    flex-grow: 1;
    text-align: left;
    white-space: normal;
    padding-bottom: 10px;
}

.copy-success-message {
    font-family: 'Calibri';
    font-size: 14px;
    color: green;
    font-weight: normal;
    font-style: italic;
    margin-top: 5px;
}

.click-count {
    font-family: 'calibri';
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 30px;
}

.copy-button {
    background-color: #0052b3;
    margin-top: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    font-family: 'Calibri';
    font-size: 12px;
    font-style: normal;
    text-align: center;
}

.copy-button:hover {
    background-color: #0c4891;
    color: #ffffff;
}

.copy-button:focus {
    color: #ffffff;
    background-color: #173fc1;
    border-color: #173fc1;
}

/* custom-post-list.css */
.custom-post-list ul {
    list-style: disc;
    font-weight: 500;
    color: #173fc1;
    font-family: 'Calibri';
    padding: 0;
    font-size: 18px;
}

.custom-post-list li {
    text-align: left;
    margin-left: 20px;
    padding: 0; /* Remove padding */
    border: none; /* Remove borders */
}


.custom-post-list h6 {
    color: #173fc1;
    font-family: 'Calibri';
    font-weight: bold;
    margin: 0;
    font-size: 18px;
}

.custom-post-list h6:hover {
    text-decoration: underline;
    color: #173fc1;
}


.custom-post-list p {
    line-height: 18px;
    font-family: 'Calibri';
    font-style: italic;
    margin: 0;
    font-size: 14px;
    color: #333;
}

/*STYLE PAGINATION*/
.page-numbers:hover {
    text-decoration: underline;
}


.custom-pagination-links {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0; /* Remove default padding */
    border: 1px solid #ccc; /* Add a border around the pagination box */
    border-radius: 5px; /* Add border radius for the box */
    background-color: #f4f4f4; /* Add background color to the box */
}

.custom-pagination-links li {
    margin: 0;
}

.custom-pagination-links a {
    text-decoration: none;
    padding: 5px 10px;
    border-right: 1px solid #ccc; /* Add a right border for each link */
    color: #333;
}

.custom-pagination-links a:last-child {
    border-right: none; /* Remove right border for the last link */
}

.custom-pagination-links a:hover {
    background-color: #ddd; /* Change background color on hover */
}

/* Style for the current page link */
.custom-pagination-links span.current {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}

/* Style for the "Next" and "Previous" links */
.custom-pagination-links .next,
.custom-pagination-links .prev {
    padding: 5px 10px;
    border: none;
    background-color: transparent;
    color: #333;
}

.custom-pagination-links .next:hover,
.custom-pagination-links .prev:hover {
    background-color: transparent;
    color: #666;
}

/*Style for Search Result*/
.custom-search-results {
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 50px;
}

.result-title {
    font-family: 'Calibri';
    font-size: 20px;
    margin: 5px;
}

.result-title:hover {
    text-decoration: underline;
    color: #000;
}

.result-excerpt {
    font-family: 'Calibri';
    font-size: 12px;
    font-style: italic;
}

.search-result-item {
    margin: 15px;
}

.search-title {
    font-family: 'Calibri';
    font-size: 28px;
}

/* Add this CSS to your theme's stylesheet or custom CSS */

.pagination-box {
    text-align: center;
    margin-top: 20px;
}

.pagination-box .pagination {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.pagination-box .pagination .page-numbers {
    margin: 0 5px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.pagination-box .pagination .current {
    background-color: #0073e6;
    color: #fff;
    border-color: #0073e6;
}

.result-info {
    font-family: 'Calibri';
    font-size: 15px;
    font-style: italic;
    margin: 0px 5px;
}

.no-results {
    max-width: 1200px;
    width: 1200px;
    text-align: center;
    background: none;
    font-family: 'Calibri';
}


/* Style for the search bar and form */
.custom-search-bar {
    margin-bottom: 20px; /* Add spacing between the search bar and search results */
    border: 1px #ccc;
}

.custom-search-bar form {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.custom-search-bar input[type="text"],
.custom-search-bar input[type="date"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1;
    width: 100%;
    min-width: auto; /* Allow input fields to grow */
}

.custom-search-bar select,
.custom-search-bar input[type="submit"] {
    padding: 10px;
    background-color: #f8e762;
    color: #173fc5;
    border-radius: 5px;
    cursor: pointer;
    min-width: 100px;
    transition: background-color 0.3s ease;
}

.custom-search-bar select:hover,
.custom-search-bar input[type="submit"]:hover {
    background-color: #f1c72e; /* Change color on hover */
}

/* Style for the search results */
.container.custom-search-results {
    padding: 20px;
}

.search-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.search-results-list {
    list-style: disc;
    padding: 0;
}

.result-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.result-info {
    font-size: 16px;
    color: #555;
}



