.tdg-page-title .container {
margin: 0 auto;
padding: 75px 20px;
min-height: 270px;
display: flex;
flex-direction: column;
justify-content: center;
}
.tdg-page-title .container .wrapper-title {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.tdg-page-title .container .wrapper-title * {
text-align: center;
}
.tdg-page-title.default-theme {
background: #fff;
}
.tdg-page-title.default-theme .wrapper-title * {
color: var(--e-global-color-1f4be1a);
}
.tdg-page-title.blue-theme {
background: var(--e-global-color-1f4be1a);
}
.tdg-page-title.blue-theme .wrapper-title * {
color: #fff;
}
.tdg-page-title.red-theme {
background: var(--e-global-color-5da43dd);
}
.tdg-page-title.red-theme .wrapper-title * {
color: #fff;
}.spacer-block.default.extra-small {
height: 5px;
}
.spacer-block.default.small {
height: 30px;
}
@media (max-width: 767px) {
.spacer-block.default.small {
height: 15px;
}
}
.spacer-block.default.medium {
height: 55px;
}
@media (max-width: 767px) {
.spacer-block.default.medium {
height: 30px;
}
}
.spacer-block.default.large {
height: 80px;
}
@media (max-width: 1024px) {
.spacer-block.default.large {
height: 55px;
}
}
.spacer-block.hr {
background: var(--e-global-color-1f4be1a);
height: 1px;
margin: 0 auto;
}
.spacer-block.full-hr {
background: var(--e-global-color-1f4be1a);
height: 1px;
width: 100%;
}
.spacer-block.opacity-hr {
background: var(--e-global-color-1f4be1a);
height: 1px;
margin: 0 auto;
opacity: 0.1;
}
.elementor-section.spacer-block-hr-tdg-section {
padding-left: 0 !important;
padding-right: 0 !important;
}