.wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link, 
.gb-button, 
.btn,
.btn.btn-primary {
padding: 10px 25px;
font-family: var(--wp--preset--font-family--squada-one);
font-size: 1.1rem;
font-weight: 400;
border: 0;
border-radius: var(--wp--custom-border-radius);
background-color: var(--wp--preset--color--primary);
color: #fff;
} .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,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
background-color: var(--wp--preset--color--vivid-red) !important;
}
.wp-block-button.is-style-secondary .wp-block-button__link {
background-color: var(--wp--preset--color--secondary) !important;
color: #fff;
}
.wp-block-button.is-style-button-checkmark .wp-block-button__link {
}
.wp-block-button.is-style-button-checkmark .wp-block-button__link:hover {
background-color: #fff !important;
color: #000 !important;
}
.wp-block-button.is-style-button-checkmark .wp-block-button__link:not([href]):hover {
cursor: default !important;
}
.dg-hero .features-list > li > span,
.features-list.buttons > li > span, 
.wp-block-button.is-style-button-checkmark > .wp-block-button__link {
display: inline-block;
padding: 12px 25px 12px 60px;
background-color: #fff;
border-radius: 30px;
color: #000;
background-position: left 20px center;
line-height: 1.1;
text-align: left;
} .wp-block-button.is-style-black .wp-block-button__link {
background-color: #000 !important;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.gb-button:hover,
.gb-button:focus {
text-decoration: none;
}
.wp-block-button .wp-block-button__link::after {
}
.wp-block-buttons.is-layout-flex {
gap: 1.5em;
}.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;
}
}:root {
--wp--custom-border-radius: 30px;
}
.alignwide {
width: calc(100% - 25px);
max-width: calc(var(--wp--style--global--wide-size));
margin-left: auto;
margin-right: auto;
}
@media (min-width: 782px) {
.alignwide {
width: calc(100% - 50px);
}
}
.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: 4.5rem; }
h2, .h2 { font-size: 4rem; }
h3, .h3 { font-size: 1.8rem; }
h4, .h4 { font-size: 1.4rem; }
h5, .h5 { font-size: 1.2rem; }
h6, .h6 { font-size: 1rem; }
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
margin-bottom: 25px;
}
@media (max-width: 991px) {
h1, .h1 { font-size: 3.5rem; }
h2, .h2 { font-size: 2.5rem; }
h3, .h3 { font-size: 1.4rem; }
h4, .h4 { font-size: 1.2rem; }
h5, .h5 { font-size: 1rem; }
h6, .h6 { font-size: 1rem; }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
margin-bottom: 30px;
}
}
.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;
}
:where(.alignwide.wp-block-group.has-background) { padding: 50px 25px;
}
@media (min-width: 500px) {
:where(.alignwide.wp-block-group.has-background) { 
padding: 50px;
}
}
@media (min-width: 782px) {
:where(.wp-block-group.has-background) { padding: 100px 0 important;
}
:where(.alignwide.wp-block-group.has-background) { padding: 100px;
}
}
.dg-card {
position: relative;
margin-bottom: 20px;
background-color: #fff;
border-radius: 30px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
overflow: hidden;
transition: box-shadow 0.3s ease;
}
.dg-card figure.post-thumbnail-wrapper {
position: relative;
margin-bottom: 0;
}
.dg-card figure.post-thumbnail-wrapper::before {
content: "";
display: block;
padding-top: 65%;
}
.dg-card figure.post-thumbnail-wrapper img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.dg-card .contents {
padding: 50px 25px;
}
.dg-card .btn-wrapper {
text-align: center;
}
.dg-card.has-post-thumbnail .btn-wrapper { 
position: relative;
z-index: 2;
margin-bottom: -25px;
}
@media (min-width: 500px) {
.dg-card .contents {
padding: 50px;
}
}
.dg-card.has-post-thumbnail .contents {
padding-bottom: 0;
}
.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;
background-color: #fff;
color: #000;
}
.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;
}
.slick-item .dg-card {
margin: 10px;
}
.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;
}
.dg-card .title {
font-size: 2.5rem;
}
.wp-block-cover { }
.dg-rounded {
border-radius: 30px;
}
.dg-pull-up-intro {
position: relative;
z-index: 2;
margin-top: -70px;
}
.block-korttinostot,
.bg-image-dark {
background-image: url(//autosuojaamo.fi/wp-content/themes/Digitaali/images/tausta-gray.jpg);
background-size: cover;
background-position: center;
background-repeat: repeat;
}
.block-korttinostot .section-title {
color: var(--wp--preset--color--off-white);
margin-bottom: 50px;
}
ul.features-list {
list-style: none;
padding: 0;
margin: 0 0 50px 0;
}
ul.features-list > li > span,
.is-style-button-checkmark > .wp-block-button__link {
display: flex;
align-items: center;
margin-bottom: 2.5px;
padding-left: 50px;
background-image: url(//autosuojaamo.fi/wp-content/themes/Digitaali/images/icon-checkmark-red.svg);
background-size: 25px;
background-repeat: no-repeat;
background-position: left 8px;
font-family: "Squada One", sans-serif;
font-weight: 400;
font-size: 1.2rem;
}
@media (min-width: 500px) {
ul.features-list > li > span,
.is-style-button-checkmark > .wp-block-button__link {
font-size: 1.4rem;
}
}
.card {
padding: 50px 25px;
border-radius: 30px;
background-color: var(--wp--preset--color--off-white);
border: 0;
}
@media (min-width: 500px) {
.card {
padding: 50px;
}
}
.card .card-price-description,
.card.price-card .card-bottom-text {
font-weight: 400;
font-size: 1.3rem;
font-family: var(--wp--preset--font-family--squada-one);
letter-spacing: 0.025rem;
}
.card .card-price {
font-size: 5rem;
font-family: var(--wp--preset--font-family--squada-one);
color: var(--wp--preset--color--primary);
line-height: 1;
}
.card.price-card .card-bottom-text {
margin-top: 27.5px;
padding-top: 27.5px;
border-top: 1px solid #333333;
}
.testimonial.card .icon-quote-mark {
width: 70px;
margin: 0 auto 25px auto;
}
.testimonials-slider .slick-dots {
display: flex;
justify-content: center;
list-style: none;
padding: 0;
margin: 0;
}
.testimonials-slider .slick-dots li button {
display: block;
width: 15px;
height: 15px;
margin: 3px;
border-radius: 50%;
border: 0;
background-color: #000000;
font-size: 0px;
color: transparent;
}
.testimonials-slider .slick-dots li.slick-active button {
background-color: #C61D18;
}
.dg-hero .features-list, 
.features-list.buttons {
display: inline-flex;
flex-direction: column;
}
.dg-hero .features-list > li,
.features-list.buttons > li {
margin-bottom: 20px;
}
.dg-hero .wp-block-heading {
margin-top: 50px;
margin-bottom: 50px;
}
.dg-accordion .item {
margin-bottom: 15px;
}
.dg-accordion .item-header a.button {
display: inline-block;
position: relative;
padding: 20px 55px 20px 0;
border: 0;
font-size: 1.4rem;
background-color: transparent;
color: #000;
text-decoration: none;
}
.dg-accordion .item-header a.button::after {
display: inline-block;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
content: "";
width: 40px;
height: 40px;
margin-left: 10px;
background-image: url(//autosuojaamo.fi/wp-content/themes/Digitaali/images/icon-arrow-next-with-bg-white.svg);
background-size: contain;
}
.dg-accordion .item-header a.button[aria-expanded=true]::after {
transform: translateY(-50%) rotate(90deg);
}
.dg-component-slick-image > img {
border-radius: 30px;
}
.dg-gallery-wrapper .dg-component-slick-link {
display: block;
padding: 5px;
}
@media (min-width: 768px) {
.dg-gallery-wrapper .dg-component-slick-link {
padding: 15px;
}
}
.block-korttinostot .dg-component-slick .slick-dots li button {
background-color: #000;
}
.footer-menu,
.footer-menu .sub-menu {
padding: 0;
margin: 0;
font-family: var(--wp--preset--font-family--squada-one);
font-size: 1.2rem;
font-weight: 400;
list-style-type: none;
}
.footer-menu li a {
letter-spacing: .25px;
}
.footer-menu > li {
margin-bottom: 20px;
font-size: 1.4rem;
}
.footer-menu > li > a {
display: inline-block;
margin-bottom: 5px;
color: var(--wp--preset--color--off-white);
}
.footer-menu a {
text-decoration: none;
}
@media (max-width: 500px) {
#main-navbar-inner {
padding-left: 0;
margin-left: 15px;
margin-right: 0;
}
}
@media (max-width: 991px) {
ul.main-menu ul.dropdown-menu li.current-menu-item a {
color: var(--wp--preset--color--primary);
}
}
@media (min-width: 992px) {
ul.main-menu li.menu-item-has-children {
position: relative;
padding-right: 0;
}
}
.tablepress>:where(thead,tfoot)>*>th {
background-color: var(--wp--preset--color--off-white) !important;
}
body.error404 .main-content {
padding: 100px 0;
}
.dg-hero.wp-block-cover.alignfull {
min-height: calc(100vh - 113px) !important;
}
@media (min-width: 992px) {
.dg-hero.wp-block-cover.alignfull {
min-height: calc(100vh - 180px) !important;
}
}
.dg-hyphens {
hyphens: auto;
}
.wp-block-cover.dg-white-texts .nf-response-msg,
.wp-block-cover.dg-white-texts a,
.wp-block-cover.dg-white-texts .nf-error-msg {
color: #fff !important;
}
ol.wp-block-list > li {
margin-bottom: 25px;
}
@media (min-width: 782px) {
.dg-intro + .dg-intro {
margin-top: -100px;
}
}.is-style-small-caption {
font-size: 1.5rem;
}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;
}
figure.dg-rounded img {
border-radius: 30px;
}
.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-cover {
padding: 0;
} .wp-block-heading.has-x-large-font-size {
font-size: 3.2rem !important;
word-break: break-word;
}
@media (max-width: 991px) {
.wp-block-heading.has-x-large-font-size { 
font-size: 2rem !important;
}    
}
.wp-block-cover__inner-container {
width: 100% !important; }
.wp-block-cover .dg-hero-contents {
width: 500px;
max-width: 95%;
}
@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-cover.dg-hero > .wp-block-cover__background.has-background-dim {
opacity: 1 !important;
background: rgb(0,0,0) !important;
background: linear-gradient(274deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29597776610644255) 70%, rgba(0,0,0,0.5) 100%) !important;
}
body.home .wp-block-cover.dg-hero > .wp-block-cover__background.has-background-dim { 
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29597776610644255) 65%, rgba(0,0,0,0.5) 100%) !important;
}.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;
}
}
@media (max-width: 991px) {
.wp-block-columns.dg-tablet-collapse.is-mobile-reversed {
flex-direction: column-reverse;
}
.wp-block-columns.dg-tablet-collapse.is-mobile-reversed > .wp-block-column {
width: 100%;
align-self: center !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%;
}
}
: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%;
}
}
.dg-50-50-image-text .dg-content {
width: 800px;
max-width: 100%;
}.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: 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;
}