/*
 Theme Name: Botiga Child
 Theme URI: https://athemes.com/theme/botiga/
 Description: Tema filho do Botiga
 Author: neblinux.com.br
 Author URI: https://neblinux.com.br
 Template: botiga
 Version: 1.0.0
 Text Domain: botiga-child
*/


.wp-block-media-text .wp-block-media-text__content p {
	margin-bottom: var(--bt-paragraph-margin-bottom, 20px);
  margin-top: 20px;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
 text-align: right;
}

.wp-block-media-text.black {
	background-color: #2e3436;
	color: #eeeeec;
	border-radius: 0.5em;
	overflow: hidden;
    background-image: url("/wp-content/uploads/2025/11/blackbg.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.wp-block-media-text.black h3 {
	color: #eeeeec;
}

@media (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__content {
    text-align: left;
  }
}

@media (max-width: 1024px) {
	.bhfb-main_header_row {
		background-image: none; !important
	}
}

.content-wrapper {
	margin-top: 40px;
	margin-bottom: 80px;
}

.entry-header {
	margin-bottom: 00px;
}