.lead,
.is-style-lead {
line-height: 1.6;
font-size: 1.2rem;
font-weight: 400;
}
@media (min-width: 992px) {
.lead,
.is-style-lead {
font-size: 1.2rem;
}
}
.is-style-checkmark-big {
font-family: 'Squada One', sans-serif;
font-size: 1.5rem;
line-height: 1.2;
padding-left: 50px;
position: relative;
margin-bottom: 0 !important;
}
.is-style-checkmark-big + p {
margin-top: 10px !important;
}
.is-style-checkmark-big::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 27.5px;
height: 27.5px;
background-image: url(//www.kmhuoltopalvelut.fi/wp-content/themes/Digitaali/images/icon-check-big.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}.main-content .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 800px;
width: calc(100% - 50px);
margin-left: auto;
margin-right: auto;
}
.alignwide .container {
max-width: 100%;
padding-right: 0;
padding-left: 0;
}
.alignwide .alignwide {
padding-left: 0;
padding-right: 0;
max-width: 100%;  
}
.alignfull {
width: 100%;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.alignwide {
width: calc(100% - 50px);
max-width: calc(var(--wp--style--global--wide-size));
margin-left: auto;
margin-right: auto;
}
.alignwide > .iframe-container {
width: 100%;
max-width: none;
}
.alignwide .alignwide {
width: 100%;
max-width: 100%;
}
:where(.wp-block-group.has-background) {
padding: 100px 0;
}
.is-style-dg-small-y-paddings {
padding-top: 25px;
padding-bottom: 25px;
}
@media (min-width: 782px) {
.is-style-dg-small-y-paddings {
padding-top: 50px;
padding-bottom: 50px;
}
}
.is-style-dg-big-y-paddings {
padding-top: 50px;
padding-bottom: 50px;
}
@media (min-width: 782px) {
.is-style-dg-big-y-paddings {
padding-top: 100px;
padding-bottom: 100px;
}
}
.is-style-dg-small-bottom-margin {
margin-bottom: 25px;
}
@media (min-width: 782px) {
.is-style-dg-small-bottom-margin {
margin-bottom: 50px;
}
}
.is-style-dg-big-bottom-margin {
margin-bottom: 50px;
}
@media (min-width: 782px) {
.is-style-dg-big-bottom-margin {
margin-bottom: 100px;
}
}
h1, .h1 { font-size: 3.5rem; }
h2, .h2 { font-size: 2.2rem; }
h3, .h3 { font-size: 1.8rem; }
h4, .h4 { font-size: 1.4rem; }
h5, .h5 { font-size: 1.2rem; }
h6, .h6 { font-size: 1rem; }
@media (max-width: 991px) {
h1, .h1 { font-size: 2.5rem; }
h2, .h2 { font-size: 1.8rem; }
h3, .h3 { font-size: 1.4rem; }
h4, .h4 { font-size: 1.2rem; }
h5, .h5 { font-size: 1rem; }
h6, .h6 { font-size: 1rem; }
}
@media (max-width: 500px) {
h1, h2, h3, h4 {
hyphens: auto;
}
}
h1, h2, h3 {
font-family: 'Squada One', sans-serif;
color: #002336;
}
.wp-block-heading, 
p {
margin-bottom: 25px !important;
}
p {
line-height: 1.5;
} .dg-cards-grid {
justify-content: center;
}
.dg-cards-grid > [class*="col-"] {
padding: 30px !important;
position: relative;
}
.dg-cards-grid .dg-card {
width: 100%;
height: 100%;
}
:where(.wp-block-group.has-background) {
padding: 50px 0 !important;
}
:where(.alignwide.wp-block-group.has-background) {
padding: 50px !important;
}
@media (min-width: 782px) {
:where(.wp-block-group.has-background) {
padding: 100px 0 !important;
}
:where(.alignwide.wp-block-group.has-background) {
padding: 100px !important;
}
}
.dg-card {
position: relative;
margin-bottom: 20px;
background-color: #fff;
border: 1px solid #DEDEDE; overflow: hidden;
transition: box-shadow 0.3s ease;
}
.dg-card__image {
position: relative;
width: 100%;
padding-top: 75%; overflow: hidden;
background-color: #f0f0f0;
}
.dg-card__image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.dg-card .dg-card__content {
padding: 20px 20px 0 20px; }
.dg-card .dg-card__button {
margin: 20px 20px 20px 20px;
}
.dg-grid > [class*='col-'] > .dg-card {
height: 100%;
}
.dg-card >.gb-container,
.dg-card.gb-container >.gb-container {
padding: 0;
}
.dg-card {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.dg-card .dg-card-icon figure {
width: 80px;
height: 45px;
overflow: hidden;
margin: 0 auto 20px auto;
}
.dg-card .dg-card-icon figure img {
width: 100%;
height: 100%;
object-fit: contain;
}
.wp-block-columns.dg-cards .wp-block-column {
position: relative;
}
.wp-block-columns.dg-cards .wp-block-column .dg-card {
width: 100%;
height: 100%;
}
.wp-block-columns.is-layout-flex.dg-cards {
gap: 25px;
} .wp-block-group.is-style-content-paddings {
padding: 50px !important;
}
.dg-rounded {
border-radius: 50px;
}
.wp-block-embed__wrapper .embed-responsive {
position: absolute;
top: 0;
display: block;
width: 100%;
height: 100%;
padding: 0;
overflow: hidden;
}
.dg-card {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.dg-products-grid > [class*="col-"] {
}
.dg-person-description {
font-size: 0.9rem;
line-height: 1.6;
}
.person {
width: 400px;
max-width: 100%;
margin: 0 auto 20px auto;
}   
.person-role {
font-weight: 700;
}
.dg-map-wrapper {
position: relative;
width: 100%;
height: 500px;
overflow: hidden;
}
.dg-map-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.aukioloajat p,
.aukioloajat br {
display: inline-block;
float: left;
}
.top-info,
.top-info-contact {
gap: 15px;
}
.top-info-contact i.fa {
color: #61C5F8;
margin-right: 10px;
} #main-navbar .dg-call-icon {
font-size: 25px;
}
#top-bar {
padding: 20px;
background-color: #fff;
font-family: 'Hind Madurai', sans-serif;
}
@media (max-width: 1299px) {
#top-bar {
display: none;
}
}
#main-navbar-container { 
padding: 15px 0;
}
@media (max-width: 500px) {
#main-navbar-container {
width: 100%;
max-width: 100%;
padding-left: 15px;
padding-right: 15px;
}
}
.navbar-light .navbar-nav .nav-link {
color: #fff;
}
.navbar-nav,
.navbar-nav .nav-link,
.navbar-nav .dropdown-menu,
.navbar-nav .dropdown-item {
font-family: 'Hind Madurai', sans-serif;
font-weight: 600;
}
ul.main-menu li a.nav-link:not(.separate-dropdown-toggle) {
padding-left: 0;
padding-right: 0;
border-bottom: 2px solid transparent; 
}
ul.main-menu li a.nav-link:not(.separate-dropdown-toggle):hover, 
ul.main-menu li.current_page_item a.nav-link:not(.separate-dropdown-toggle) {
border-bottom: 2px solid var(--wp--preset--color--primary);
}
@media (max-width: 991px) {
ul.main-menu li a.nav-link:not(.separate-dropdown-toggle) {
display: inline-block;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
}
}
@media (min-width: 992px) {
ul.main-menu {
gap: 40px;
}
}
.footer-main-menu {
list-style: none;
padding-left: 0;
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
}
.footer-main-menu li {
margin: 0;
}
.footer-main-menu li a {
font-weight: 700;
font-size: 1.1rem;
text-decoration: none;
}
@media (min-width: 992px) {
.top-hero {
margin-top: 0;
min-height: 100vh;
}
.top-hero .texts-wrapper {
margin-left: auto;
text-align: right;
}
}
:where(.wp-block-columns) { 
margin-bottom: 0;
}
.site-footer {
background-color: #006C9C;
color: #fff;
}
.site-footer, 
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
color: #fff;
} .dg-promo-card {
position: relative;
overflow: hidden;
min-height: 300px;
}
.dg-promo-card .dg-card-contents-wrapper {
height: 100%;
}
.dg-promo-card__overlay {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.dg-promo-card__link {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
position: relative;
}
.dg-promo-card__image {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
.dg-promo-card__dim {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
z-index: 1;
transition: background 0.3s ease;
}
.dg-promo-card__content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 2;
width: 90%;
}
.dg-promo-card__title {
color: #fff;
font-size: 2rem;
font-weight: 700;
margin: 0;
}
.dg-promo-card__link:hover .dg-promo-card__dim {
background: rgba(0, 0, 0, 0.6);
}
.footer-main-menu a {
color: #fff;
}
.footer-main-menu a:hover,
.footer-main-menu a:focus {
text-decoration: none !important;
}
.site-footer .top-info-contact {
gap: 15px;
flex-direction: column;
justify-content: flex-start;
text-align: left;
align-items: flex-start !important;
}
@media (min-width: 992px) {
.site-footer .main-row > [class*="col-"]:not(:last-child) {
padding-right: 50px;
}
}
.site-footer a {
color: #61C5F8;
}
.site-footer .footer-main-menu li a {
color: #fff;
}
.site-footer .wp-block-buttons.is-layout-flex {
gap: 15px;
}
.dg-card__title {
font-family: var(--wp--preset--font-family--hind-madurai);
font-size: 1.1rem;
font-weight: 700;
margin-bottom: 15px;
line-height: 1.4;
} .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link, 
.gb-button, 
.btn,
.btn.btn-primary, 
.nf-form-cont .nf-form-content button, 
.nf-form-cont .nf-form-content input[type=button], 
.nf-form-cont .nf-form-content input[type=submit] {
padding: 7.5px 22.5px;
font-size: 18px;
font-weight: 500;
border: 3px solid var(--wp--preset--color--primary);
border-radius: 5px;
background-color: transparent !important;
color: #000 !important;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 15px;
transition: all 0.3s ease;
line-height: 1.2;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.gb-button:hover,
.gb-button:focus,
.btn:hover,
.btn:focus {
background-color: transparent !important;
color: var(--wp--preset--color--primary) !important;
text-decoration: none;
}
.top-hero .btn-primary {
color: #fff !important;
} .wp-block-button .wp-block-button__link::after,
.gb-button::after,
.btn::after {
display: inline-block;
width: 17.5px;
height: 17.5px;
content: "";
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-image: url(//www.kmhuoltopalvelut.fi/wp-content/themes/Digitaali/images/icon-arrow-right-black.svg);
}
.no-arrow::after {
content: none !important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
color: #fff !important;
}
.wp-block-button.is-style-secondary .wp-block-button__link,
.btn.btn-secondary { border: 3px solid var(--wp--preset--color--primary);
background-color: transparent !important;
color: #fff !important;
}
.wp-block-button.is-style-secondary .wp-block-button__link::after,
.btn.btn-secondary::after {
background-image: url(//www.kmhuoltopalvelut.fi/wp-content/themes/Digitaali/images/icon-arrow-right-white.svg);
}
.wp-block-button.is-style-black .wp-block-button__link {
background-color: #000 !important;
border-color: #000;
} .wp-block-button.is-style-style-2 .wp-block-button__link {
background-color: transparent !important;
border: 3px solid #006C9C;
color: #363636 !important;
}
.wp-block-button.is-style-style-2 .wp-block-button__link:hover,
.wp-block-button.is-style-style-2 .wp-block-button__link:focus {
background-color: #006C9C !important;
border-color: #006C9C;
color: #fff !important;
} .wp-block-button.is-style-style-3 .wp-block-button__link {
background-color: transparent !important;
border: 3px solid var(--wp--preset--color--primary);
color: #fff !important;
}
.wp-block-button.is-style-style-3 .wp-block-button__link:hover,
.wp-block-button.is-style-style-3 .wp-block-button__link:focus {
background-color: transparent !important;
border-color: #fff;
color: #fff !important;
text-decoration: none !important;
}
.wp-block-buttons.is-layout-flex {
gap: 1.5em;
} .promo-card-grid-block {
padding: 60px 0;
} .promo-card {
position: relative;
height: 100%;
min-height: 400px;
overflow: hidden;
display: flex;
align-items: flex-end;
background: #363636;
}
.promo-card__image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.promo-card__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.promo-card__dim {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 2;
transition: background 0.3s ease;
}
.promo-card__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
z-index: 2;
}
.promo-card__content {
position: relative;
z-index: 3;
padding: 30px;
color: #fff;
width: 100%;
}
.promo-card__title {
font-family: 'Squada One', sans-serif;
font-size: 28px;
font-weight: 400;
margin-bottom: 15px;
color: #fff;
}
.promo-card__description {
font-size: 16px;
line-height: 1.6;
margin-bottom: 20px;
color: #fff;
}
.promo-card__button {
margin-top: 20px;
}
.promo-card__button .btn {
background-color: #61C5F8;
border-color: #61C5F8;
color: #fff;
padding: 12px 30px;
border-radius: 8px;
font-weight: 600;
transition: all 0.3s ease;
}
.promo-card__button .btn:hover {
background-color: #002336;
border-color: #002336;
transform: translateY(-2px);
} .promo-highlight {
position: relative;
height: 100%;
min-height: 400px;
background: #0a2234;
color: #fff;
padding: 30px;
display: flex;
align-items: flex-end;
justify-content: flex-end;
}
.promo-highlight__icon {
margin-bottom: 30px;
}
.promo-highlight__icon img {
width: 40px;
max-width: 40px;
height: auto;
}
.promo-highlight__title {
font-family: 'Squada One', sans-serif;
font-weight: 400;
margin-bottom: 20px;
color: #fff;
}
.promo-highlight__text {
font-size: 18px;
line-height: 1.8;
margin-bottom: 30px;
color: #fff;
}
.promo-highlight__buttons {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: flex-start;
} @media (max-width: 991px) {
.promo-card {
min-height: 350px;
}
.promo-highlight {
min-height: 350px;
padding: 40px 30px;
}
.promo-highlight__title {
font-size: 30px;
}
}
@media (max-width: 767px) {
.promo-card-grid-block {
padding: 40px 0;
}
.promo-card {
min-height: 300px;
}
.promo-card__content {
padding: 25px;
}
.promo-card__title {
font-size: 24px;
}
.promo-card__description {
font-size: 14px;
}
.promo-highlight {
min-height: 300px;
padding: 30px 25px;
}
.promo-highlight__title {
font-size: 26px;
}
.promo-highlight__text {
font-size: 16px;
}
.promo-highlight__buttons {
flex-direction: column;
align-items: stretch;
}
.promo-highlight__buttons .btn {
width: 100%;
}
}
.promo-highlight__buttons .btn {
color: #fff !important;
}
.promo-card-grid-block .row.cards-row > [class*="col-"] {
padding: 7.5px;
}
.lomake-bg-wrapper .nf-form-cont .nf-form-content input[type=submit] {
color: #fff !important;
}
.top-hero .top-hero__content .texts-wrapper {
max-width: 800px;
}
.main-category-buttons .btn {
padding-top: 10px;
padding-bottom: 10px;
}
.top-hero .content-blocks {
padding: 3rem 0 0 0;
color: #fff;
}
.top-hero .content-blocks * {
color: #fff !important;
}
.top-hero .content-block-icon {
position: relative;
width: 35px;
height: 35px;
}
.top-hero .content-block-icon img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: contain;
}
.top-hero .content-block-item {
margin-bottom: 2rem;
}
.top-hero .content-block-icon {
margin-bottom: 1.5rem;
}
.top-hero .content-block-icon img {
max-width: 80px;
height: auto;
}
.top-hero .content-block-title {
font-family: 'Squada One', sans-serif;
font-size: 1.5rem;
margin-bottom: 1rem;
color: #002336;
}
.top-hero .content-block-text {
font-size: 0.95rem;
line-height: 1.6;
}
.top-hero .content-block-text p:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
.top-hero .content-block-icon img {
max-width: 100px;
}
.top-hero .content-block-title {
font-size: 1.5rem;
}
}
@media (min-width: 992px) {
.content-blocks > .row > [class*="col-"]:nth-child(1) {
border-right: #707070 solid 1px;
padding-right: 0;
}
.content-blocks > .row > [class*="col-"]:nth-child(2) {
padding-left: 150px;
}
.content-blocks > .row > [class*="col-"]:nth-child(2) [class*="col-"]:nth-child(2) {
padding-left: 50px;
} 
}
@media (min-width: 992px) {
.top-hero {
align-items: flex-end;
}
}
@media (min-width: 992px) {
.top-hero {
min-height: calc(100vh - 75px);
}
} .dg-tiny-icon {
display: inline-block;
width: 20px;
height: 20px;
margin-right: 8px;
vertical-align: middle;
}
.dg-tiny-icon img {
width: 100%;
height: 100%;
object-fit: contain;
}
.contact-info-wrapper .item {
display: flex;
} .is-style-tiny-icon .wp-block-media-text__media {
width: 25px !important;
min-width: 25px;
align-self: flex-start;
}
.is-style-tiny-icon .wp-block-media-text__media img {
width: 25px;
height: 25px;
object-fit: contain;
}
.is-style-tiny-icon {
grid-template-columns: 25px auto !important;
align-items: flex-start;
}
.is-style-tiny-icon.wp-block-media-text>.wp-block-media-text__content  {
padding-left: 20px !important;
}
#main-navbar-container .dg-call-icon i {
color: #fff;
}
@media (max-width: 991px) {
#main-navbar.menu-open {
background-color: rgba(0,0,0,.95);
}
}
.site-footer .dg-reserve-button {
display: none;
}
#navbar-collapse-area .contact-info-wrapper .item,
#navbar-collapse-area .contact-info-wrapper .item a {
color: #fff !important;
}
#navbar-collapse-area .contact-info-wrapper > div {
flex-direction: column;
justify-content: flex-start !important;
align-items: flex-start !important;
}
.top-hero .top-hero__content {
padding-left: 0;
padding-right: 0;
}
#lomake a {
color: #fff !important;
}
@media (max-width: 449px) {
.navbar-brand img {
width: 250px;
}
}
@media (max-width: 400px) {
.navbar-brand img {
width: 200px;
}
}
.dg-55-45-block, 
.dg-3-col-image-text {
padding: 0 !important;
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div:focus, .nf-form-cont .nf-form-content input:not([type=button]):focus, .nf-form-cont .nf-form-content textarea:focus {
color: #000;
background-color: #fff;
}
.footer-bottom-menu a {
font-weight: 400;
}.is-style-small-caption {
font-size: 1.5rem;
line-height: 1.2;
}figure.is-style-image-fullheight-cover {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
max-height: 100%;
}
figure.is-style-image-fullheight-cover img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.is-style-dg-icon figure {
position: relative;
display: inline-block;
width: 80px;
height: 80px;
margin-bottom: 20px;
overflow: hidden;
}
.is-style-dg-icon img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}.wp-block-media-text.is-style-icon {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 30px;
}
.wp-block-media-text.is-style-icon > figure {
width: 60px;
max-width: 60px;
min-width: 60px;
align-self: flex-start;
flex-shrink: 1 !important;
}
@media (min-width: 400px) {
.wp-block-media-text.is-style-icon > figure {
width: 80px;
max-width: 80px;
min-width: 80px;
}
}
.wp-block-media-text.is-style-icon .wp-block-media-text__media img {
}
.wp-block-media-text.is-style-icon .wp-block-media-text__content {
padding: 0;
}
.wp-block-media-text.is-style-icon img {
width: calc(100% - 10px);
max-width: 100%;
}
.wp-block-media-text__content .wp-block-heading {
margin-bottom: 0;
}.wp-block-heading.has-x-large-font-size {
font-size: 3.2rem !important;
text-align: center;
word-break: break-word;
}
@media (max-width: 991px) {
.wp-block-heading.has-x-large-font-size { 
font-size: 2rem !important;
}    
}
@media (min-width: 768px) {
.wp-block-cover.is-style-fullheight {
min-height: 100vh;
}
}
@media (min-width: 768px) {
.wp-block-cover.is-style-smallheight {
min-height: 250px;
}
}
.wp-block-cover .wp-block-heading.is-style-small-caption {
margin-bottom: 1.5rem;
}.wp-block-details {
margin-bottom: 20px;
padding: 0 30px;
background-color: #fff;
-webkit-box-shadow: 0px 2px 20px 0px rgba(33,2,98,0.0509803922);
box-shadow: 0px 2px 20px 0px rgba(33,2,98,0.0509803922);
border-radius: 20px;
}
.wp-block-details summary {
padding: 30px 0;
font-size: 1.1rem;
font-weight: bold;
color: #210262;
cursor: pointer;
}
.wp-block-details summary::marker,
.wp-block-details summary::-webkit-details-marker {
display: none !important;
content: none !important;
}
.wp-block-details summary::before {
display: inline-block;
vertical-align: middle;
content: '';
width: 25px;
height: 25px;
margin-right: 10px;
background-image: url(https://profinder.fi/wp-content/themes/Digitaali/images/icon-arrow-up.svg);
background-size: contain;
background-repeat: no-repeat;
transition: transform 0.3s ease;
}
.wp-block-details[open] summary {
border-bottom: 1px solid #ddd;
}
.wp-block-details[open] summary::before { 
transform: rotate(180deg);
}
.wp-block-details summary + * {
margin-top: 30px;
}
.wp-block-details > :last-child {
margin-bottom: 50px;
}
@media (min-width: 500px) {
.wp-block-details summary + * {
margin-top: 40px;
}
.wp-block-details > :last-child {
margin-bottom: 50px;
}
.wp-block-details summary ~ * {
margin-left: 30px;
margin-right: 30px;
}
}.wp-block-columns.is-style-no-gap {
gap: 0;
margin-bottom: 0;
}
.wp-block-columns.is-style-big-gap {
gap: 4rem;
}
.wp-block-columns.is-style-big-gap-lg {
gap: 0;
}
@media (min-width: 782px) {
.wp-block-columns.is-style-big-gap-lg {
gap: 100px;
}
} @media (max-width: 782px) { 
.wp-block-columns.is-mobile-reversed {
flex-direction: column-reverse;
}
.wp-block-columns.is-mobile-reversed > .wp-block-column {
width: 100%;
align-self: center !important;
}
}
.dg-icon-text-columns-group,
.dg-three-columns-group,
.dg-five-columns-group {
display: flex;
flex-wrap: wrap;
flex-direction: column;
gap: 0;
}
@media (min-width: 782px) { 
.dg-icon-text-columns-group,
.dg-three-columns-group,
.dg-five-columns-group {
flex-wrap: wrap !important;
flex-direction: row;
gap: 50px !important;
}
.dg-icon-text-columns-group > .wp-block-group,
.dg-three-columns-group > .wp-block-group {
width: calc(50% - 25px) !important;
max-width: calc(50% - 25px) !important;
flex: 1 1 calc(50% - 25px) !important;
}
}
@media (min-width: 992px) { 
.dg-icon-text-columns-group,
.dg-three-columns-group,
.dg-five-columns-group {
flex-wrap: wrap !important;
flex-direction: row;
gap: 100px !important;
}
.dg-five-columns-group {
gap: 50px !important;
}
.dg-icon-text-columns-group > .wp-block-group,
.dg-three-columns-group > .wp-block-group {
flex: 1 1 calc((100% - 200px) / 3) !important;
width: calc((100% - 200px) / 3) !important;
max-width: calc((100% - 200px) / 3) !important;
}
.dg-five-columns-group > .wp-block-group {
flex: 1 1 calc((100% - 200px) / 5) !important;
width: calc((100% - 200px) / 5) !important;
max-width: calc((100% - 200px) / 5) !important;
}
}
@media (min-width: 782px) {
.wp-block-columns.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex .wp-block-column {
flex: 1 1 50%;
}
}
@media (min-width: 500px) {
:where(.wp-block-columns.has-background) {
padding: 0 !important;
}
}
@media (max-width: 991px) {
.wp-block-columns.dg-tablet-collapse {
flex-direction: column;
}
.wp-block-columns.dg-tablet-collapse .wp-block-column {
width: 100% !important;
max-width: 100% !important;
flex: 1 1 100%;
}
}
@media (max-width: 1199px) {
.wp-block-columns.dg-collapse-lg {
flex-direction: column;
}
.wp-block-columns.dg-collapse-lg > .wp-block-column {
width: 100% !important;
max-width: 100% !important;
flex: 1 1 100%;
}
}
@media (min-width: 782px) {
.wp-block-columns.dg-custom-collapse-columns {
display: flex;
flex-wrap: wrap !important;
gap: 0 !important;
}
.wp-block-columns.dg-custom-collapse-columns .wp-block-column,
.wp-block-columns.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex .wp-block-column {
width: 50% !important;
max-width: 50% !important;
flex: 1 1 50% !important;
} 
}
@media (max-width: 781px) {
.wp-block-columns.dg-3-col-image-text {
flex-direction: column;
}
.wp-block-columns.dg-3-col-image-text .wp-block-column {
width: 100% !important;
max-width: 100% !important;
flex: 1 1 100% !important;
} 
}
@media (min-width: 782px) and (max-width: 1399px) {
.wp-block-columns.dg-3-col-image-text .wp-block-column:nth-child(1),
.wp-block-columns.dg-3-col-image-text .wp-block-column:nth-child(3){
width: calc(20% - 0px) !important;
max-width: calc(20% - 0px) !important;
flex: 1 1 calc(20% - 0px) !important;
flex-basis: calc(20% - 0px) !important;
} 
.wp-block-columns.dg-3-col-image-text .wp-block-column:nth-child(2){
width: calc(60% - 0px) !important;
max-width: calc(60% - 0px) !important;
flex: 1 1 calc(60% - 0px) !important;
flex-basis: calc(60% - 0px) !important;
}
}.is-style-content-paddings,
.is-style-content-paddings-excluding-left,
.is-style-content-paddings-excluding-right {
padding: 20px 0;
}
@media (min-width: 768px) {
.is-style-content-paddings,
.is-style-content-paddings-excluding-left,
.is-style-content-paddings-excluding-right {
padding: 50px;
}
.is-style-content-paddings-excluding-left { padding-left: 0 !important;}
.is-style-content-paddings-excluding-right { padding-right: 0 !important; }
}
@media (min-width: 992px) {
.is-style-content-paddings,
.content-paddings-excluding-left,
.is-style-content-paddings-excluding-right {
padding: 40px 80px;
}
}
.is-style-content-paddings-to-bgcolor {
padding: 40px 20px;
}
@media (min-width: 768px) {
.is-style-content-paddings-to-bgcolor {
padding: 50px;
}
}
@media (min-width: 992px) {
.is-style-content-paddings-to-bgcolor {
padding: 80px;
}
}
.wp-block-column .dg-content-wrapper {
width: 100%;
max-width: 800px;
margin: auto;
}