@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

/*Home*/
.feature-box {
    background-size: cover;
    border: 1px solid #008000;
    transition: all .3s ease-out;
}

.feature-box:nth-child(1) {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .40), rgba(0, 0, 0, .30)), url('https://www.petarsp.com/content-wp/uploads/2019/06/cachoeira-do-araca-eldorado.jpg')
}

.feature-box:nth-child(2) {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .40), rgba(0, 0, 0, .30)), url('https://www.petarsp.com/content-wp/uploads/2019/07/caverna-de-santana-petar-sp.jpg') center;
}

.feature-box:nth-child(3) {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .40), rgba(0, 0, 0, .30)), url('https://www.petarsp.com/content-wp/uploads/2019/07/trilha-betari-e-caverna-santana.jpg') center;
    background-size: 150%
}

.feature-box:nth-child(4) {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .40), rgba(0, 0, 0, .30)), url('https://www.petarsp.com/content-wp/uploads/2019/07/interior-da-caverna-do-diabo-petar-sp.jpg') center;
}

.feature-box:hover {
    transform: scale(1.12);
    transition: all .3s ease-in;
}

.feature-content {
    color: #fff;
}

.feature-box .feature-title {
    color: #fff
}

.latest-blog {
    background: #f1fff4;
    padding: 0;
}

.welcome-box .site-aligner, .page #content .site-aligner, .single-post #content .site-aligner {
    background: #fff;
    padding: 20px 0
}

.home #wrapper, .page #content, .single-post #content {
    background: url(https://www.petarsp.com/content-wp/uploads/2019/07/overlay.png) #f5f5f5;
}

.content-left {
    padding: 15px;
    width: calc(100% - 30px);
    max-width: 830px;
}

.header {
    box-sizing: border-box;
    box-shadow: 0px 1px 10px -5px #ccc;
    position: relative;
}

/*Post, Página content-lef*/
.content-left a {
    text-decoration: underline;
}

@media screen and (min-width:1024px) {
    .content-left {
        width: calc(73% - 40px);
    }

    #footer .site-aligner {
        display: flex;
    }
}

/*Sidebar*/
.sidebar_right {
    padding: 0;
}

#sidebar {
    margin: 20px 0 0;
    padding: 10px;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    max-width: 300px;
    width: calc(100% - 20px);
    border-radius: 5px;
    background-color: #ffff;
    box-sizing: border-box;
    box-shadow: 0px 1px 10px -5px #ccc
}

#s {
    display: block;
    width: 96%;
    margin-top: 4px;
    padding: 3.4px;
    background: url(/content-wp/themes/petarsp/images/icon-lupa.png);
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 4px 5px;
    text-indent: 20px;
    border: 1px solid #888;
}

#sidebar aside.widget_search input[type="submit"] {
    border: none;
    color: #ffffff;
    height: 28px;
    padding: 0 10px;
    cursor: pointer;
    margin-top: 5px;
    font-weight: bold;
    width: 99.1%;
}

@media screen and (max-width:500px) {
    #sidebar {
        margin: 0 auto;
    }
}

/*Footer*/
#footer {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .4), rgba(0, 0, 0, .8)), url(https://www.petarsp.com/content-wp/uploads/2019/05/slider2.jpg);
    background-color: #1b0f09;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#copyright .site-aligner .right a {
    color: #fff;
    text-decoration: underline;
}

#copyright .site-aligner .right a:hover {
    text-decoration: none;
}

/*Comentários*/
#commentform input#submit {
    cursor: pointer;
    padding: 8px;
    border-radius: 5px;
}

#footer .widget-column .sub-menu {
    display: none;
}

/*MENU*/

@media screen and (max-width:500px) {
    .mobile_nav {
        margin: 15px 0;
    }
}

@media screen and (min-width:500px) {
    .site-nav ul li:hover ul li a:hover {
        background: #008000 !important;
    }

    .site-nav ul li:hover ul li.current-menu-item a {
        background: #008000 !important;
        color: #fff;
    }

    .site-nav ul li ul.sub-menu li:hover a {
        color: #fff;
    }

    .site-nav ul li#menu-item-423 a:after {
        content: '\f078';
        font-family: fontawesome;
        font-weight: normal;
        margin-left: 5px;
        color: #008000;
    }

    .site-nav ul li ul.sub-menu {
        border: 1px solid #008000;
        border-top: none;
    }

    .site-nav ul li#menu-item-423 ul.sub-menu li a:after {
        content: '';
    }

    .site-nav li.current_page_item a {
        border-top: 2px solid;
    }

    .site-nav ul li a {
        position: relative;
        text-align: center;
        overflow: hidden;
        padding: 10px 15px 10px 15px;
        text-transform: uppercase;
    }

    .site-nav ul li a:before {
        content: '';
        padding: 2px 1px;
        left: 50%;
        position: absolute;
        top: -2px;
    }

    .site-nav ul li:not(.current_page_item) a:hover:before {
        padding: 1px 42%;
        left: 3%;
        position: absolute;
        top: -2px;
        background: #008000;
        transition: all .3s
    }
}

.theme-default .nivo-controlNav a {
    background-color: #bc473a;
}

.theme-default .nivo-controlNav a.active {
    background-color: #008534 !important;
}

ul li {
    margin-left: 20px
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-top: 1rem;
}

.alert:before, .alert:after {
    box-sizing: border-box;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    width: -moz-fit-content;
    width: fit-content;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

@media screen and (max-width:500px) {
    .welcome-content img {
        margin-right: 0
    }
}


/*CAVERNAS*/

.page .cavernas {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 200px
}

.page .cavernas h3 {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    top: 20%;
    z-index: 3;
    font-size: x-large;
    background: rgba(0, 0, 0, .2)
}

.page .cavernas img {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: -50%;
}

.page .cavernas p {
    margin-bottom: 0;
}

@media screen and (max-width:500px) {
    .page .cavernas {
        height: 100px;
    }

    .page .cavernas h3 {
        font-size: large;
        background: rgba(0, 0, 0, .5)
    }
}

/*CONFIGURAÇÃO PADRÃO*/

.comment-form-url {
    display: none;
}

#commentform input#submit, #mtscontact_submit {
    float: left;
    white-space: inherit;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0;
}

.site-nav {
    text-transform: none;
}

.blog-post-repeat .entry-summary ul, .entry-content ul {
    font: 14px arial;
    line-height: 1.25;
}

.feature-box {
    width: 24.81%;
    box-sizing: border-box;
    margin: 0 0.25% 0.25% 0;
}

.feature-box:first-child {
    margin-left: 0;
}

.feature-box .feature-content {
    overflow: hidden;
    width: 75%;
    height: 4em;
}

.blog-post-repeat .entry-summary ul, .entry-content ul {
    font: 16px arial;
    line-height: 1.25;
    margin: 10px 0 20px 0;
}

@media screen and (max-width: 1024px) and (min-width: 990px) {
    .feature-box {
        width: 24.81% !important;
        min-height: initial;
    }
}

@media screen and (max-width: 989px) and (min-width: 720px) {
    .feature-box {
        width: 24.81% !important;
        min-height: initial;
    }
}

@media screen and (max-width: 719px) and (min-width: 480px) {
    .feature-box {
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 479px) {
    .feature-box {
        width: 100%;
        margin-bottom: 1em;
    }
}


h3+p, ul+h3, ul+p, p+h3, h2+p {
    margin-top: 12px;
}

h3+ul {
    line-height: 1.5 !important;
    margin-top: 12px;
}


#home_slider {
    min-height: 400px;
    width: 100%;
    background-image: url('https://www.petarsp.com/content-wp/uploads/2019/05/slider6.jpg');
    background-position: center;
    background-size: cover;
    animation: slider 15s infinite;
}

@keyframes slider {
    0% {
        background-image: url('https://www.petarsp.com/content-wp/uploads/2019/05/slider6.jpg');
    }

    35% {
        background-image: url('https://www.petarsp.com/content-wp/uploads/2019/05/slider7.jpg');
    }

    65% {
        background-image: url('https://www.petarsp.com/content-wp/uploads/2019/05/slider3-especial.jpg');
    }

    100% {
        background-image: url('https://www.petarsp.com/content-wp/uploads/2019/05/slider6.jpg');
    }
}

.logo h2 {
    margin: 0
}

@media screen and (max-width: 479px) {
    .header {
        padding-bottom: 5px;
    }

    #content {
        padding: 15px 0;
    }

    .logo p {
        margin-top: 0
    }

    .logo h2 {
        margin: 20px 0 0 0;
    }

    #menu-menu {
        border: 1px solid #ccc;
    }

    #menu-menu li:hover ul li {
        background-color: transparent
    }

    #menu-menu li:not(:last-child) {
        border-bottom: 1px dashed #ccc;
    }

    #menu-menu li a {
        background-color: transparent !important
    }

    #sidebar {
        max-width: 95%;
        width: 100%;
        margin: 0 auto;
    }

    .all-box {
        top: 0;
        margin-bottom: 0;
    }

    #home_slider {
        min-height: 150px;
        margin: 12px 0;
    }
}

body.home #text-2 {
    display: none
}

/* Alinhamento botão de tradução */

@media screen and (min-width:1680px) and (max-width:1920px){
    #gtranslate_wrapper{right: 19% !important;}
}
@media screen and (min-width:1366px) and (max-width:1680px){
    #gtranslate_wrapper{right: 14.6% !important;}
}
@media screen and (min-width:1300px) and (max-width:1366px){
    #gtranslate_wrapper{right: 7% !important;}
}
@media screen and (min-width:1280px) and (max-width:1300px){
    #gtranslate_wrapper{right: 4% !important;}
}
@media screen and (min-width:320px) and (max-width:1280px){
    #gtranslate_wrapper{right: 2% !important;}
}

@media screen and (max-width:500px) {
    .all-box .site-aligner{
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .home .feature-box {
        width: 49%;
        margin-bottom: 0.2em;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .home .feature-box .feature-title{
        font-size: 16px;
        margin-bottom: 0;
    }
    .home .feature-box .feature-content{
        overflow: visible;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 5px;
        font-size: 14px;
    }
    .feature-box:nth-child(3){
        background-size: cover;
    }
    .feature-box:nth-child(3)  .feature-title {
        line-height: 2em;
    }
    .welcome-box{
        padding-top: 0;
    }
}