/*
 Theme Name:   GP Jobs
 Theme URI:    https://design.arofficial.org/gpjobs/
 Description:  GeneratePress Child theme for Sarkari Jobs website. Using this child theme you can easily create a sarkari jobs website. This GeneratePress Child theme design by A(R)Official
 Author:       AROfficial.org
 Author URI:   https://design.arofficial.org
 Template:     generatepress
 Version:      1.2
*/

/* GeneratePress Site CSS */
.main-navigation {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
}
#wp-block-search__input-1 {
    border: 0;
}
.rank-math-breadcrumb p {
    margin: 0 15px;
    color: var(--text-2);
    font-size: 12px;
    border-radius: 4px;
}
.hover-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--color-background);
    transition: width 0.3s;
}
.hover-link:hover::after {
    width: 100%;
    transition: width 0.3s;
}
/* social-sharing-buttons */
.wpjankari-social-wrapper {
    margin: 15px;
    padding: 0 20px;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.wpjankari-social-sharing {
    padding: 8px;
    margin: 4px;
    border-radius: 4px;
    flex: 1;
}
@media only screen and (max-width: 600px) {
    .wpjankari-social-sharing {
        display: inline-block;
    }
}
.wpjankari-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}
.wpjankari-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}
.wpjankari-social-twitter {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
.wpjankari-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}
.wpjankari-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}
.wpjankari-social-more {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
/* Comment Box */
.comment-respond,
.comment-reply-title {
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff !important;
    background-color: var(--color-background);
    box-shadow: 0 7px 28px rgba(19, 20, 9, 0.2);
}
/* sticky footer menu */
@media only screen and (min-width: 960px) {
    .sticky-footer-menu {
        display: none !important;
    }
}
.sticky-footer-menu {
    position: fixed;
    height: 60px;
    width: 100%;
    bottom: 0;
    z-index: 9999; /* Ensure the footer is on top of other elements */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
    background: #fff; /* Add background to ensure it's opaque */
    pointer-events: auto; /* Allow clicks on the footer */
}

.sticky-footer-menu a {
    pointer-events: auto; /* Allow clicks on links within the footer */
}

/* Separator line between categories in off-canvas menu */
#generate-slideout-menu .menu-item {
    padding-bottom: 1px; /* Adjust spacing as needed */
    margin-bottom: 1px; /* Adjust spacing as needed */
}

#generate-slideout-menu .menu-item::after {
    content: '';
    display: block;
    width: calc(100% - -40px); /* Adjust width minus padding */
    border-bottom: 1px solid #673de6; /* Adjust the color and style as needed */
    margin-top: 0px; /* Adjust spacing as needed */
    margin-left: -20px; /* Adjust spacing as needed */
}

#generate-slideout-menu .menu-item:last-child::after {
    display: none; /* Hide separator line on last item */
}