@charset "UTF-8";
/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Ajustes gerais */
html:not(.js_active) * {
    /* font-family: sans-serif; */
}

/* Títulos */
@media (max-width: 999px) {
    body #ajax-content-wrap .container-wrap .container.main-content h1.entry-title {
        font-size: 48px !important;
        line-height: 1 !important;
    }
}

@media (max-width: 768px) {
    body #ajax-content-wrap .container-wrap .container.main-content h1 {
        font-size: 48px !important;
        line-height: 1 !important;
    }
}

@media (max-width: 425px) {
    body #ajax-content-wrap .container-wrap .container.main-content h1 {
        font-size: 32px !important;
    }
}

/* Ícones com texto */
.iwithtext {
    display: flex;
    align-items: center;
}
.iwithtext .iwt-icon {
    position: static;
}
.iwithtext .iwt-icon img {
    display: block;
    margin-bottom: 0;
}
.iwithtext .iwt-text {
    padding-left: 10px;
}

/* Imagens & slider */
.work-item .work-info-bg,
.work-item .work-info {
    display: none;
}

/* Menu principal */
html .material #header-space {
    background-color: transparent;
}

html .material #header-outer {
    background-color: rgba(21,111,177,.6);
}

html .material #header-outer #logo {
    margin: 0;
    padding: 17px 25px;
    background-color: #fff;
}

html .material #header-outer img {
    margin-bottom: 0;
}

html .material #header-outer.small-nav #logo {
    padding: 12px 20px;
}

html .material #header-outer.small-nav #logo img {
    height: 50px;
}

@media (max-width: 1180px) and (min-width: 1000px) {
    html .material #header-outer[data-full-width="true"] header > .container {
        padding: 0 40px;
    }

    html .material #header-outer #top nav > ul > li > a {
        padding: 0 8px;
        font-size: 17px;
    }
}

@media (max-width: 999px) {
    html .material #header-outer {
        padding: 0;
    }

    html .material #header-outer[data-full-width="true"] header > .container {
        padding-left: 0;
    }
}

/* Rodapé */
.nectar-global-section.before-footer {
    background: linear-gradient(90deg, #64b1ea 0%, #fff 100%);
}

.nectar-global-section.before-footer .rodape .widget .widgettitle {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.nectar-global-section.before-footer .rodape .widget ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 39px;
}

.nectar-global-section.before-footer .rodape.rodape-base p,
.nectar-global-section.before-footer .rodape.rodape-base ul li {
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    color:  #000;
}

.nectar-global-section.before-footer .rodape .widget ul {
    margin-left: 0;
}

.nectar-global-section.before-footer .rodape .col .wpb_column:last-child .wpb_wrapper {
    text-align: center;
}

.nectar-global-section.before-footer .rodape div[class*=img-with-ani][class*=tion-wrap] {
    margin-left: 0 !important;
}

@media (max-width: 999px) {
    .nectar-global-section.before-footer .rodape .widget,
    .nectar-global-section.before-footer .rodape.rodape-base .col .wpb_column p {
        text-align: center;
    }

    .nectar-global-section.before-footer .rodape.rodape-base .col {
        margin-bottom: 0;
    }
}

/* CTA araras livres */
body .row .col .cta-araras-livres > .row-bg-wrap .row-bg {
    border-top: 10px solid #f0de00;
    border-bottom: 10px solid #f0de00;
}

/* Toggle */
.wpb_row .wpb_column .toggles .toggle {
    margin-bottom: 50px;
    border-bottom: 1px solid #D0E2EF;
}

.wpb_row .wpb_column .toggles .toggle .inner-toggle-wrap {
    padding-bottom: 0;
}

.wpb_row .wpb_column .toggles .toggle h3 a {
    opacity: .9;
    padding: 10px 70px 25px 0px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #156FB1;
}

.wpb_row .wpb_column .toggles .toggle h3 a,
.wpb_row .wpb_column .toggles .toggle h3 a i::before,
.wpb_row .wpb_column .toggles .toggle h3 a i::after {
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
}

.wpb_row .wpb_column .toggles .toggle:hover h3 a {
    opacity: 1;
}

.wpb_row .wpb_column .toggles .toggle h3 a i,
.wpb_row .wpb_column .toggles .toggle:hover a i {
    border: 1px solid transparent;
}

.wpb_row .wpb_column .toggles .toggle h3 a i::before,
.wpb_row .wpb_column .toggles .toggle h3 a i::after {
    opacity: .9;
    background-color: #009ee2;
}

.wpb_row .wpb_column .toggles .toggle:hover h3 a i::before,
.wpb_row .wpb_column .toggles .toggle:hover h3 a i::after {
    opacity: 1;
}

/* Botões */
body .row .col .nectar-button.botao-cta {
    border: 4px solid #fff;
    border-radius: 4px;
    padding: 25px 80px;
    font-size: 24px;
    line-height: 32px;
}

body .row .col .nectar-button.botao-cta.botao-fullwidth {
    width: 100%;
}

/* Membro e espécie */
body.single-membro .container-wrap,
body.single-especie .container-wrap {
    padding-top: 0;
}

body.single-membro .container-wrap .container.main-content,
body.single-especie .container-wrap .container.main-content {
    padding: 0;
    max-width: none;
}

body.single-membro .heading-title,
body.single-especie .heading-title {
    display: none;
}

body.single-membro .post-area.span_9,
body.single-especie .post-area.span_9 {
    margin: 0;
    width: 100%;
}

body.single-membro #sidebar,
body.single-especie #sidebar {
    display: none;
}

body.single-membro .container-wrap .container.main-content .linha-margem:not(.full-width-section),
body.single-membro .container-wrap .container.main-content .linha-margem.full-width-section > .col.span_12,
body.single-especie .container-wrap .container.main-content .linha-margem:not(.full-width-section),
body.single-especie .container-wrap .container.main-content .linha-margem.full-width-section > .col.span_12 {
    margin: 0 auto;
    padding: 0 90px;
    max-width: 1425px;
}

@media (max-width: 999px) and (min-width: 691px) {
    body.single-membro .container-wrap .container.main-content .linha-margem:not(.full-width-section),
    body.single-especie .container-wrap .container.main-content .linha-margem:not(.full-width-section) {
        max-width: 600px;
    }
}

@media (max-width: 999px) {
    body.single-membro .container-wrap .container.main-content .linha-margem:not(.full-width-section),
    body.single-especie .container-wrap .container.main-content .linha-margem:not(.full-width-section) {
        padding: 0;
    }
}

@media (max-width: 690px) and (min-width: 481px) {
    body.single-membro .container-wrap .container.main-content .linha-margem:not(.full-width-section),
    body.single-especie .container-wrap .container.main-content .linha-margem:not(.full-width-section) {
        max-width: 420px;
    }
}

@media (max-width: 480px) {
    body.single-membro .container-wrap .container.main-content .linha-margem:not(.full-width-section),
    body.single-especie .container-wrap .container.main-content .linha-margem:not(.full-width-section) {
        max-width: 320px;
    }
}

/* Grid */
.esg-grid .tp-esg-item .eg-invisiblebutton {
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0) 50%);
}

/* Grid de membros */
.esg-grid .esg-bottom {
    color: #fff;
}

.esg-grid .esg-bottom a {
    display: inline;
    vertical-align: middle;
}

.esg-grid .esg-bc.eec {
    line-height: 1;
}

/* Blog */
.post .post-header h2 a,
.material #sidebar .widget li a {
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
}

.post .post-header h2 a:hover,
.material #sidebar .widget li a:hover {
    opacity: .8;
}
.post-area.standard-minimal .post .post-header {
    margin-bottom: 24px !important;
}

.wp-block-search .wp-block-search__button {
    color: #fff;
}

#sidebar h4 {
    margin-bottom: 28px;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}

#sidebar div ul li {
    padding: 8px 0;
    font-weight: 700;
    color: #156fb1;
}

/* Post */
.single.single-post #page-header-bg .span_6 {
    top: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-bottom: 20px;
}

.single.single-post #page-header-bg h1 {
    max-width: none;
    margin-bottom: 20px;
}

.single.single-post .heading-title {
    margin-top: 150px;
}

@media (max-width: 999px) {
    .single.single-post .heading-title {
        margin-top: 0;
    }
}

/* Pesquisa */
@media (min-width: 1000px) {
    body.search #page-header-bg {
        height: 350px;
    }

    body.search #page-header-bg h1 {
        margin-top: 140px;
    }
}

/* WooCommerce */
html .material:not(.woocommerce):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-page):not(.woocommerce-order-received) #header-space {
    display: none;
}

.woocommerce-page .woocommerce p.cart-empty {
    padding-bottom: 10%;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background-color: #156fb1;
}

/* Doação */
form .botao-doacao {
    margin-top: 15px;
    border: 10px solid #234059;
    width: 100%;
}

/* Legenda de galeria */
.wpb_gallery .nectar-flickity .flickity-slider .cell .item-meta {
    padding-top: 4px;
    max-width: none;
}

.wpb_gallery .nectar-flickity .flickity-slider .cell .item-meta .title {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

/* Contador */
.wpb_row.mais-de .nectar-milestone .number .in-sight:nth-child(-n+5) {
    font-size: 40%;
}

.wpb_row.mais-de .nectar-milestone .number .in-sight:nth-child(2),
.wpb_row.mais-de .nectar-milestone .number .in-sight:nth-child(5) {
    padding-right: .2em;
}
