@media (max-width: 1180px) {

    .centered {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1024px) {
    
    #header-laptop .elementor-column-wrap {
	   background-size: 70%;
	   background-position: left bottom 60px;
    }

    #top-menu .user_header .user_name {
        display: none;
    }

    #top-menu .user_header {
        padding: 0 10px;
    }

    #top-menu .user_header .notifications {
        padding-top: 20px;
    }

}

@media (max-width: 960px) {
	
    .acf-field-5b4579fdde71c,
    .acf-field-5b4579a650d91,
    .acf-field-5b4ca5ee3f7cf {
        width: 33% !important;
    }

    .acf-field-5b4579b350d92,
    .acf-field-5b4650fe6f67c,
    .acf-field-5b46c064e87d5,
    .acf-field-5b46c9a17d3a4,
    .acf-field-5b46c9c27d3a5,
    .acf-field-5b46c9d77d3a7 {
        width: 50% !important;
    }
    
    .fotografias_livro .acf-field-image,
    .estado_livro .acf-field-button-group {
    	margin-bottom: 30px !important;
    }

    .sidebar {
        width: 25%;
    }

    .page-content.left-sidebar {
        width: 75%;
    }

    .acf-checkbox-list {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }

    #list-taxonomy-terms ul {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }

    .book-list .book-list-item {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
    }

    .book-list .book-list-item .col-left {
        width: 25%;
    }

    .book-list .book-list-item .col-right {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .sidebar {
        display: none !important;
    }

    .page-content.left-sidebar {
        width: 100%;
        border: none;
        float: none;
        clear: both;
        padding: 0 20px;
    }

    .livro-item .col-left {
        width: 30%;
    }

    .livro-item .col-right {
        width: 65%;
    }

    .livro-item .info-item {
        width: 100%;
    }

    #header-laptop .elementor-column-wrap {
        background: none;
        text-align: center;
    }

    .page-content.estatisticas .bloco {
        flex: 98%;
        
    }
}

@media (max-width: 640px) {

    .acf-field {
        width: 100% !important;
    }

    .acf-field-5b46c064e87d5,
    .acf-field-5b46c9a17d3a4,
    .acf-field-5b46c9c27d3a5,
    .acf-field-5b46c9d77d3a7 {
        width: 50% !important;
    }

    .acf-checkbox-list {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }  

    #list-taxonomy-terms ul {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }

    .livro-item .col-left {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }


    .livro-item .col-right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .livro-item .info-item.fotos_livro {
        text-align: center;
    }

    .livro-item .actions {
        margin-bottom: 40px;
    }

    .livro-item .info-item {
        width: 100%;
    }

    #footer-menu ul {
        display: block;
        padding: 20px 0 5px;
    }

    #footer-menu ul li {
        margin-bottom: 15px;
    }
}

@media (max-width: 420px) {

    .acf-field {
        width: 100% !important;
    }

    #list-taxonomy-terms ul {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
}