/*
Theme Name:   Piracicabana - DF
Theme URI:    http://piracicabanadf.com.br
Description:  Tema da Piracicabana DF desenvolvimento pela Pressy 
Author:       Pressy
Author URI:   https://pressy.com.br
Template:     jnews
Version:      1.0.0
Text Domain:  piracicabana
*/
/* Jnews Custom */
.jeg_content {
    padding: 0;
}
.jeg_nav_item a {
    text-transform: uppercase;
}
.jeg_topbar .jeg_menu>li>a:hover {
    color: #b3b3b3 !important;
}
/* Jornal Piloto */
.jp-archive {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}
.jp-container {
    display: flex;
    flex-direction: column;
}
.jp-title {
    font-size: 1.25em;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 1em;
    background-color: #74c5f3;
    color: #fff;
}
.jp-image {
    padding: 1em;
    background-color: #e0f0f8;
}
.jp-seemore {
    background-color: #e0f0f8;
    text-align: center;
    padding: 0.5em;
}
.jp-seemore a {
    color: #46b3e0;
    transition: 300ms;
}
.jp-seemore a:hover {
    color: #177096;
}
#sb_instagram .sbi_follow_btn a {
    color: #000;
}
#sb_instagram .sbi_follow_btn a:hover {
    color: #fff;
}
.jeg_footer.dark .jeg_footer_heading h3 {
    color: #7ab24d;
}
/* Planejar Viagem */
.plan_trip {
    position: relative;
    padding: 20px 50px;
    margin: -30px auto 0;
    background: #008f3d;
    border-radius: 20px;
    z-index: 11;
    color: #fff;
    -webkit-box-shadow: 0px 0px 40px 2px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 40px 2px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 40px 2px rgba(0, 0, 0, 0.31);
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.plan_trip .form {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
}

.plan_trip input {
    width: 230px;
    font-size: 10px;
}

.plan_trip .button {
    display: flex;
    align-items: center;
}

.plan_trip .button:hover {
    background-color: #08d95d;
}
.submenupira {
    background: #009e41;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 1em;
}
.submenupira a {color: #fff;}

@media (max-width:768px) {
    .plan_trip,
    .plan_trip .form {
        flex-direction: column;
    }
    .plan_trip {
        padding: 10px 40px;
    }
    .plan_trip input {
        font-size: 14px;
    }
    .jp-archive {
        grid-template-columns: repeat(2, 1fr);
    }
}
