/*
Theme Name: Brodo
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentythree
Text Domain: brodo
Tags: blog, news, portfolio, one-column, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, sticky-post, threaded-comments, translation-ready, 
*/

.brodo-container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.brodo-block {
  position: relative;
  margin-top: 0 !important;
}
.brodo-block * {
  box-sizing: border-box;
}

.brodo-block :where(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
}

.brodo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.text-orange {
  color: #f2601a !important;
}

.wysiwyg * {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.wysiwyg * {
  margin-top: 0;
}
.wysiwyg :last-child {
  margin-bottom: 0;
}
.wysiwyg.lg,
.wysiwyg.lg * {
  font-size: clamp(1rem, 0.8438rem + 0.5vw, 1.125rem);
  line-height: 1.3;
}
.wysiwyg.base,
.wysiwyg.base * {
  font-size: clamp(1rem, 0.8438rem + 0.5vw, 1rem);
}
.btn-block.big {
  display: inline-flex;
  max-width: 1038.261px;
  padding: 0.938rem 1.875rem;
  align-items: flex-start;
  border-radius: 15.731px;
  border: 3.146px solid #36393b;
  background: #f2601a;
  box-shadow: 7.86561px 7.86561px 0px 0px #36393b;
  color: #fff;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: clamp(1.25rem, 0.625rem + 2vw, 1.75rem);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
}
.btn-block.small {
  display: inline-flex;
  max-width: 565.018px;
  padding: 8.561px 42.394px 8.561px 42.359px;
  align-items: flex-start;
  color: #fff;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  font-weight: 300;
  border-radius: 8.561px;
  border: 2px solid #36393b;
  background: #f2601a;
  box-shadow: 5px 5px 0px 0px #36393b;
  text-decoration: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pt--0 {
  padding-top: 0 !important;
}
.pb--0 {
  padding-bottom: 0 !important;
}
.py--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.brodo-block .owl-dot span {
  background-color: #e05004 !important;
  opacity: 0.5;
}
.brodo-block .owl-dot.active span {
  opacity: 1;
}
.brodo-block .owl-stage {
  display: flex;
  align-items: stretch;
}
.brodo-block .owl-item {
  display: flex;
}
.brodo-block .owl-dot {
  width: auto !important;
  min-height: 0;
}
