/*
Theme Name: GMJ Press
Template: generatepress
Theme URI: https://Gadgetmasterji.com/theme/
Author: Jaswant Lohmror
Author URI: https://gadgetmasterji.com/jaswant-lohmror/
Description: This is a self designed Generatpress Child Theme With Fast Loading Speed & Attractive Design Layout.
Version: 2.5.1
License: GNU General Public License v2 or later
Text Domain: gmj
*/

.main-navigation {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Featured widget */
.separate-containers .page-header {
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-header h1 {
    font-size: 1.5em;
}

.home.separate-containers .inside-article {
    background: transparent !important;
}

.button,
.wp-block-button .wp-block-button__link {
    padding: 15px 25px;
}

@media (max-width: 768px) {
    .post-image img {
        max-width: 100%;
    }
}

/*Read More Button Style*/
.read-more-bt {
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: rgba(23, 43, 99, 0.3) 0 7px 28px;
}

a.read-more.button,
input[type="submit"] {
    font-size: 15px;
    padding: 10px 20px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 5px;
}

/*Breadcrumbs Style*/
.rank-math-breadcrumb p {
    padding: 3px 10px 3px 10px;
    color: #5f5f5f;
    font-size: 13px;
    color: #333333;
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

/*Rank-Math FAQ Style*/
.rank-math-list-item {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);
    border-radius: 4px;
    margin: 1em auto;
    overflow: hidden;
    padding: .5em .8em;
}

/*Images Style*/
.page-header-image-single .attachment-full {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.wp-block-image {
    padding-top: 10px;
    padding-bottom: 20px;
}

#wp-block-search__input-1 {
    border-radius: 5px;
    border: 0px;
}

/*Table of contents*/
#toc_container li a {
    display: block;
    width: 100%;
    color: blue !important;
    padding: 10px 1em;
    border-top: 1px solid #aaa;
}

#toc_container {
    background: #f9f9f900;
    border: 1px solid #aaa;
    padding: 0px;
}

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

/*social-sharing-buttons*/
.wpjankari-social-wrapper {
    margin: 20px auto;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.wpjankari-social-sharing {
    padding: 10px;
    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(29, 161, 242, 1);
}

.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-reddit {
    fill: #fff;
    background-color: rgba(255, 87, 0, 1);
}

/*Comment Box*/
.comment-respond .comment-reply-title {
    padding: 10px 10px 10px 25px;
    background-color: var(--accent);
    border-radius: 5px;
    color: white !important;
    font-weight: 500;
    font-size: 20px !important;
}

.grid-box-style {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all 0.5s ease;
}

/* End GeneratePress Site CSS */

.sidebar .widget.widget_block .widget-title,
.gmj-headline.gmj-headline-column2 {
    font-size: 22px;
    font-weight: 800;
    padding-left: 15px;
    border-left: 5px solid #f76c3a;
}

.page-hero {
    padding-top: 17px;
    padding-right: 10px;
    padding-left: 10px;
}

.page-hero .inside-page-hero.grid-container {
    max-width: calc(1200px - 10px - 10px);
}

.inside-page-hero>*:last-child {
    margin-bottom: 0px;
}

.page-hero time.updated {
    display: none;
}

@media (max-width: 768px) {
    .page-hero {
        padding-top: 17px;
        padding-right: 10px;
        padding-left: 10px;
    }
}


.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

h2.gmj-headline-flex {
    display: flex;
    align-items: center;
    column-gap: 0.5em;
    font-size: 22px;
}

h2.gmj-headline-flex .gmj-icon {
    line-height: 0;
    color: #f76c3a;
    padding-right: 0.5em;
}

h2 {
    font-weight: 800;
}

.gmj-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.gmj-grid-column {
    box-sizing: border-box;
}

a.gmj-button {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    padding: 7px 25px;
    border-radius: 4px;
    background-color: #f76c3a;
    color: #ffffff;
    text-decoration: none;
}

a.gmj-button:hover,
a.gmj-button:active,
a.gmj-button:focus {
    background-color: #ff5336;
    color: #ffffff;
}

.read-more-bt {
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: rgba(23, 43, 99, 0.3) 0 7px 28px;
}

a.gmj-button .gmj-icon {
    line-height: 0;
    padding-left: 0.5em;
}

.gmj-container-action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}

.gmj-grid-column-post,
.gmj-grid-column2-post,
.gmj-grid-column3-post {
    margin-bottom: 25px;
}

.gmj-grid-column2-post {
    padding-left: 30px
}

.gmj-grid-column3-post {
    padding-left: 15px
}

.gmj-grid-column2-post:first-child,
.gmj-grid-column3-post:first-child {
    padding-left: 0;
}

.gmj-grid-column2-post>.gmj-container,
.gmj-grid-column3-post>.gmj-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gmj-grid-wrapper>.gmj-grid-column-cat,
.gmj-grid-wrapper>.gmj-grid-column2-post,
.gmj-grid-wrapper>.gmj-grid-column3-post,
.gmj-grid-column-heading,
.gmj-grid-column-action {
    width: 50%;
}

.gmj-grid-wrapper>.gmj-grid-column-cat {
    padding-left: 20px;
    text-align: center;
    margin: 15px 0;
}

@media (max-width: 767px) {

    .gmj-grid-column2-post:nth-child(3),
    .gmj-grid-column2-post:nth-child(5) {
        padding-left: 0;
    }
}

@media (min-width: 767px) {

    .gmj-grid-wrapper>.gmj-grid-column-cat,
    .gmj-grid-wrapper>.gmj-grid-column2-post {
        width: 33.33%;
    }

    .gmj-grid-column2-post:nth-child(4) {
        padding-left: 0;
    }

    .gmj-grid-wrapper>.gmj-grid-column3-post {
        width: 25%;
    }
}

@media screen and (min-width: 1024px) {
    .gmj-grid-wrapper>.gmj-grid-column-post {
        width: 50%;
    }

    .gmj-grid-column-post:nth-child(2),
    .gmj-grid-column-post:nth-child(4),
    .gmj-grid-column-post:nth-child(6) {
        padding-left: 18px;
    }

    .gmj-grid-wrapper>.gmj-grid-column-cat {
        width: 16%;
    }
}

.gmj-grid-column {
    box-sizing: border-box;
}

.gmj-container-post {
    height: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(158, 156, 156, 0.2);
    transition: all 0.5s ease;
}

.gmj-container-post:hover,
.grid-box-style:hover {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.gmj-container-main,
.sidebar .widget {
    padding: 20px;
    box-shadow: 0 0 4px 0 rgba(158, 156, 156, 0.2);
    border-radius: 6px;
    margin-bottom: 20px;
    background: #fff;
}

.gmj-container-cat {
    height: 100%;
    padding: 15px 5px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(157, 157, 157, 0.27);
    transition: all 0.5s ease;
}

.gmj-container-cat:hover {
    box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.42);
}

.gmj-grid-wrapper>.gmj-grid-column-left {
    width: 40%;
}

.gmj-grid-column {
    box-sizing: border-box;
}

.gmj-grid-wrapper>.gmj-grid-column-right {
    width: 60%;
    padding-left: 20px;
}

.gmj-grid-column {
    box-sizing: border-box;
}

.gmj-headline.gmj-headline-author {
    margin-bottom: 2px;
    font-weight: 600;
}

h2.gmj-post-meta,
.gmj-headline.gmj-headline-author,
.gmj-headline.gmj-headline-date {
    font-size: 14px;
}

h2.gmj-post-meta {
    margin-bottom: 10px;
    width: 100%;
    margin-top: 5px;
    color: var(--contrast-3);
    font-weight: 600;
}

h2.gmj-post-headline,
h2.gmj-headline-cat {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gmj-grid-column2-post h2.gmj-post-headline,
.gmj-grid-column3-post h2.gmj-post-headline {
    margin: 10px 15px 20px;
}

h2.gmj-headline-cat,
.gmj-headline.gmj-headline-date {
    margin-bottom: 0;
}

h2.gmj-post-headline a {
    color: #212121;
}

h2.gmj-post-headline a:hover {
    color: #ff5336;
}

a.gmj-button-aab68b34 {
    display: inline-flex;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 30px;
}

.gmj-container-single-meta {
    display: flex;
    align-items: center;
    column-gap: 15px;
    row-gap: 10px;
    margin-top: 20px;
}

.gmj-block-image-avatar img {
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.15);
    width: 40px;
}

.gmj-container-archive-post {
    height: 100%;
    z-index: 1;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.gmj-container-archive-cat {
    z-index: 2;
    position: relative;
    padding: 12px;
    margin-bottom: -50px;
}

.-gmj-image-archive img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    height: 165px;
}

.gmj-container-b3442616 {
    z-index: 1;
    position: relative;
    padding-left: 18px;
    margin-top: -30px;
    margin-bottom: -18px;
}

.gmj-container-77a2a273 {
    z-index: 0;
    padding-top: 15px;
}