/*
Theme Name: Blocksy Child CO.UK
Theme URI: https://creativethemes.com/blocksy/
Description: Blocksy child theme (setronix.co.uk — British English). Customise the site without losing parent theme updates.
Author: Teu Nome
Author URI: https://example.com
Template: blocksy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licences/gpl-2.0.html
Text Domain: blocksy-child-co-uk
*/

/* Adicione aqui os teus estilos personalizados */

.logo-backs {
    background-image: none !important;
}

.logo-backs2 {
    display: none !important;
}

/* Global background color across all pages */
html,
body {
  background-color: #f6f1e8;
}

/* Allow dynamic color changes (e.g. list-section-active) */
body.list-section-active {
  background-color: #F05134;
}

#main-container,
.ct-main-content,
.ct-container-full {
  background-color: transparent;
}

/* 404 page: keep footer at bottom and center content */
body.error404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.error404 .ct-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

body.error404 .ct-no-results {
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

body.error404 .ct-no-results .hero-section,
body.error404 .ct-no-results .entry-content,
body.error404 .ct-no-results .ct-search-form {
  margin-left: auto;
  margin-right: auto;
}

body.error404 .setronix-footer {
  margin-top: auto;
}
