/*
Theme Name:   GP Ultra Lite
Theme URI:    https://roshkart.com/all-templates/
Description:  GeneratePress Child theme for mobile responsive blog website. Using this GP Ultra Lite child theme you can easily create a blog website. This GP Ultra Lite Child theme design by roshkart.com
Author:       Roshkart.com
Author URI:   https://roshkart.com
Template:     generatepress
Version:      1.1
*/

/*
1. UNDERLINE EFFECTS
*/

/* Underline Effect - Wavy */
.underline-effect a {
    text-decoration: none;
    position: relative;
}

.underline-effect a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 6px;
    background: url("data:image/svg+xml,%3Csvg width='100' height='6' viewBox='0 0 100 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3 Q 10 0 20 3 T 40 3 T 60 3 T 80 3 T 100 3' stroke='%23ff4d6d' fill='transparent' stroke-width='2'/%3E%3C/svg%3E");
    background-size: 100px 6px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.underline-effect a:hover::after {
    opacity: 1;
}

/*
2. POST TEMPLATE LINKS
*/
.posttemplate a {
    font-weight: 500;
    padding-bottom: 2px;
    text-decoration: none;
    background-image: linear-gradient(to right, var(--link-text-hover) 50%, var(--background) 50%);
    background-size: 200% 2px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    transition: background-position .3s;
}

.posttemplate a:hover {
    background-position: 0% 100%;
}

/*
3. NAVIGATION & BUTTONS
*/
.main-navigation {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#submit {
    border-radius: 50px !important;
}

/*
4. BREADCRUMBS
*/
.rank-math-breadcrumb p {
    background: #e5e8ec;
    color: #000000;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .rank-math-breadcrumb p {
        margin: 0px 10px;
    }
}

/*
5. TABLE OF CONTENTS
*/
#toc_container {
    background: #f9f9f900;
    border: 1px solid #aaa;
    padding: 0px;
}

#toc_container li a {
    display: block;
    width: 100%;
    color: var(--link-text);
    padding: 10px 1em;
    border-top: 1px solid #aaa;
}

#toc_container span.toc_toggle {
    font-weight: 400;
    background: #fff;
    padding: 3px 20px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    display: block;
}

/*
6. SOCIAL SHARE BUTTONS
*/
.roshkart-social-wrapper {
    margin: 10px;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.roshkart-social-sharing {
    padding: 8px;
    margin: 4px;
    border-radius: 3px;
    flex: 1;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}

.roshkart-social-sharing:hover {
    transform: translateY(-3px);
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

@media only screen and (max-width: 600px) {
    .roshkart-social-sharing {
        display: inline-block;
    }
}

.roshkart-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}

.roshkart-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}

.roshkart-social-twitter {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}

.roshkart-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}

.roshkart-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}

.roshkart-social-more {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}

/*
7. TAG CLOUDS
*/
.widget_epcl_tag_cloud a, 
.widget_tag_cloud a, 
.wp-block-tag-cloud a,
div.tags a {
    color: #333333;
    display: inline-block;
    padding: 4px 15px;
    line-height: 1.2;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 25px;
    font-size: 12px !important;
    margin-bottom: 8px;
    margin-right: 8px;
}

/*
8. COMMENTS AREA
*/
.comments-area {
    border-radius: 7px;
    border: 1px solid var(--border-color);
    margin-top: 50px;
}

@media (max-width: 768px) {
    .comments-area {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.comment-reply-title {
    margin-top: -35px;
    margin-bottom: 40px;
    border: 1.5px solid var(--text-1);
    background: var(--background);
    padding: 4px 30px;
    border-radius: 5px;
    font-size: 22px;
    color: var(--text-1);
}
