/*
  Theme Name: child
  Version: 1.0.0
  Template: Divi
  Author: Divi Pixel
  Author URI: https://www.divi-pixel.com
  Text Domain: child
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* #EAC9A0 */

body.et_cover_background {
  background-image:url(http://queracontestu.be/media/2025/10/pattern_blog.png); 
  background-size: 400px !important;
  background-position: top right !important;
  background-repeat: repeat-y !important;
  background-attachment: scroll !important;
}

#main-content {
    background-color: transparent;
}


div#text-6, div#categories-4 {
    border: 1px solid var(--global-color-0);
    padding: 20px;
}

div#text-6 h4, div#categories-4 h4 {
  text-align:center;
  font-family: 'Adamina', Georgia, "Times New Roman", serif !important;
  font-weight: bold;
  font-size:14px;
  color: var(--global-color-3);
  background-color:#f9d79a;
  transform:translatey(-50%);
}

div#text-6 h4:after, div#categories-4 h4:after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    margin: 20px auto 10px;
    background-color: var(--global-color-3);
}

#sb_instagram #sbi_images {
    display: block !important;
}