/*
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
*/

/*==== SOLARUS ====*/

/* HomePage */
.bannerHpDesktop{
    display: block !important;
}

.bannerHpMobile{
    display: none !important;
}

@media (max-width: 600px) {
    .bannerHpDesktop{
        display: none !important;
    }
    .bannerHpMobile{
        display: block !important;
    }
}

/* typography */
.lookslikeH1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #333333;
}
.lookslikeH2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #333333;
}
.lookslikeH3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px !important;
    font-weight: 500;
    line-height: 30px;
}

/* Menu */
header#top .row {
    background-color: #ffffff;
    margin-top: 2%;
    padding: 0% 2%;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

#menu-item-5976 span.menu-title-text {
    color: #fff;
}

.orangeText {
    color: #F58A07 !important;
}

.powered-by {
    display: none !important;
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    #header-outer #top .row {
        padding-top: 2%;
        padding-bottom: 2%;
    }

    #top .span_9>.slide-out-widget-area-toggle {
        display: inline-block;
        padding-right: 10px !important;
    }
}

/* Media page*/

.mediaAllPosts a.nectar-post-grid-link {
    text-decoration: none;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.mediaAllPosts a.nectar-post-grid-link .screen-reader-text {
    display: contents;
    font-size: 30px;
}

.mediaAllPosts a.nectar-post-grid-link span::after {
  content: "Ler mais";
  display: inline-block;
  padding: 5px 15px;
  background: #F58A07;
  color: #fff;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 14px;
  font-family: sans-serif;
}

a.nectar-post-grid-link span::after:hover {
  background: #0056b3;
}

.mediaAllPosts h3.post-heading {
    display: none;
}

.mediaAllPosts .nectar-post-grid-filters.animated-in a {
    border: solid 1px #576266;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 10px 0 0 !important;
}

.mediaAllPosts .nectar-post-grid-filters.animated-in a.active {
    background-color: #F58A07;
    color: #ffffff;
    border: solid 1px #F58A07;
}

.mediaAllPosts .nectar-post-grid-filters.animated-in a::after {
        height: 0px;
}

.mediaAllPosts .nectar-post-grid-filters div {
    display: flex !important;
}

.mediaAllPosts .nectar-post-grid-filters a[data-filter="todos"] {
  order: -1;
}

.single-post div#page-header-wrap {
    display: none;
}

body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 0px !important;
}

div#copyright {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}

.footerCopyright {
    color: #333333;
}

a.footerCopyright:hover {
    color: #F58A07;
}

#footer-outer #copyright a:hover:not(.nectar-button) {
    color: #F58A07 !important;
}

.grupoTeemFooter {
    display: flex;
}

.grupoTeemFooter img {
    margin-bottom: 0px !important;
}

.copyfooterColors p a {
color: #576266 !important;
}

.copyfooterColors p a:hover {
color: #F58A07 !important;
}

.textoMenufooter {
    font-weight: 500 !important;
    font-size: 18px !important;
}

#cmplz-document {
    max-width: 1366px;
}

/* Formulário */

.formcraft-css .fc-form.fc-form-2 .form-element .submit-cover .submit-button, .formcraft-css .fc-form.fc-form-2 .form-element .field-cover .button {
    background: #f58a07 !important;
}