/*
Theme Name: Rede Social
Theme URI: https://creativethemes.com/blocksy/
Author: Cooperativa EITA
Author URI: https://eita.coop.br/
Template: blocksy
Version: 1.8.32
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2019 CreativeThemes.
Requires at least: 5.2
Requires PHP: 7.0
Tested up to: 5.5
Text Domain: redesocial
Tags: blog, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, buddypress, rtl-language-support, news

*/

.entries:not([data-cards="cover"]) :is(.entry-button, .entry-meta, .ct-media-container):last-child:not(:only-child) {
    --card-element-margin-start: unset !important;
}

/* HEADER */

[data-column="middle"]>[data-items] {
    justify-content: space-between !important;
}

.site-branding {
    margin-left: 0 !important;
}

#header-menu-1 {
    margin-left: 0 !important;
}

div[data-id="widget-area-1"] {
    margin-right: 0px !important;
}

.wp-block-getwid-images-slider {
    border-radius: 8px;
    overflow: hidden;
}

[data-device="mobile"] .ct-container-fluid {
    margin: 0 !important;
}

[data-device="mobile"] div[data-id="widget-area-1"] {
    margin: 0 !important;
    width: 100vw;
}

[data-device="mobile"] .wp-block-group {
    padding: 0 !important;
    border-radius: 0 !important;
}

[data-device="mobile"] .wp-block-getwid-images-slider {
    border-radius: 0 !important;
}

/* HOME */

h2.button a {
    color: white;
    font-size: 20px;
}

/* PAGINA CADERNOS */

.wp-block-getwid-table-of-contents {
    position: sticky;
    top: 0;
    height: 50px;
    padding: 28px 0 50px;
    background-color: rgba(255, 255, 255, 0.9);
}

.wp-block-getwid-table-of-contents ul {
    list-style: none;
    padding: 0;
}

.wp-block-getwid-table-of-contents li {
    display: inline-block;
}

.wp-block-getwid-table-of-contents li a {
    border: 1px solid #d4d4d4;
    padding: 0.5rem 1rem;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Roboto Condensed';
    letter-spacing: 0.52px;
}

.single-documento h1 {
    margin-top: 1rem;
}

.single-documento h2 {
    text-transform: uppercase;
    letter-spacing: -0.36px;
    font-size: 36px;
    font-weight: 700;
}