ul.is-style-custom-list {
padding: 0;
margin: 0;
font-weight: 700;
list-style-type: none;
}
ul.is-style-custom-list li a {
display: block;
padding: 15px 30px 15px 0;
border-bottom: 1px solid #000000;
text-decoration: none;
color: #000;
background-image: url(//helsinginkauppiaittensaatio.fi/wp-content/themes/Digitaali/images/icon-arrow-right-big.svg);
background-position: right 20px center;
background-size: 20px;
background-repeat: no-repeat;
}
ul.is-style-custom-list li a:hover,
ul.is-style-custom-list li a:focus {
color: #39B3E3;
background-position: right 10px center;
}
ul.is-style-custom-list li:last-child a {
border-bottom: none;
}
ul.is-style-check,
ul.is-style-check-two-columns {
padding-left: 0;
}
ul.is-style-check li,
ul.is-style-check-two-columns li {
display: block;
padding: 5px 0 5px 35px !important;
list-style-type: none;
background-image: url(//helsinginkauppiaittensaatio.fi/wp-content/themes/Digitaali/images/icon-check.svg);
background-size: 25px;
background-position: 0 50%;
background-repeat: no-repeat;
line-height: 1.4;
} .is-style-big-numbered {
counter-reset: big-counter;
list-style: none;
padding-left: 0;
}
.is-style-big-numbered > li {
counter-increment: big-counter;
position: relative;
padding-left: 70px;
margin-bottom: 2rem;
min-height: 50px;
display: flex;
align-items: flex-start;
}
.is-style-big-numbered > li::before {
content: counter(big-counter);
position: absolute;
left: 0;
top: 0;
width: 50px;
height: 50px;
background-color: var(--wp--preset--color--primary);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
font-weight: bold;
font-family: var(--wp--preset--font-family--kumbh-sans);
flex-shrink: 0;
}
.is-style-big-numbered > li {
margin-top: 0;
align-self: center;
font-size: 1.1rem;
font-weight: 600;
}
.is-style-big-numbered > li:last-child {
margin-bottom: 0;
} @media (max-width: 768px) {
.is-style-big-numbered > li {
padding-left: 60px;
min-height: 40px;
}
.is-style-big-numbered > li::before {
width: 40px;
height: 40px;
font-size: 1rem;
}
}
@media (min-width: 500px) {
ul.is-style-check-two-columns {
column-count: 2;
column-gap: 40px;
}
}
@media (min-width: 768px) {
ul.is-style-check-two-columns {
column-count: 1;
}
}
@media (min-width: 992px) {
ul.is-style-check-two-columns {
column-count: 2;
column-gap: 40px;
}
}.wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link, 
.gb-button, 
.btn,
.btn.btn-primary {
font-size: 18px;
padding: 7.5px 0;
font-weight: 700;
border: 0;
border-bottom: 2px solid var(--wp--preset--color--primary);
border-radius: 0;
background-color: transparent;
color: var(--wp--preset--color--primary);
text-align: left;
line-height: 1.3;
}
.wp-block-button.is-style-secondary .wp-block-button__link, 
.btn.btn-secondary {
color: var(--wp--preset--color--secondary);
border-color: var(--wp--preset--color--secondary);
}
.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,
.btn:hover,
.btn:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
color: var(--wp--preset--color--secondary) !important;
border-color: var(--wp--preset--color--secondary) !important;
text-decoration: none;
}
.wp-block-button.is-style-secondary .wp-block-button__link:hover,
.wp-block-button.is-style-secondary .wp-block-button__link:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
color: var(--wp--preset--color--primary);
border-color: var(--wp--preset--color--primary);
text-decoration: none;
background-color: transparent;
}
.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;
}
}body, html {
font-family: "Kumbh Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings:
"YOPQ" 300;
}
h1, .h1, h2, .h2 {
font-family: "ivyora-display", serif;
font-weight: 400;
font-style: italic;
color: var(--wp--preset--color--primary);
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: "Kumbh Sans", sans-serif;
font-weight: 700;
color: var(--wp--preset--color--primary);
}
.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: 3rem; }
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.8rem; }
h2, .h2 { font-size: 2rem; }
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;
}
}
.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;
padding: 20px;
background-color: #fff;
border-radius: 4px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
overflow: hidden;
transition: box-shadow 0.3s ease;
}
@media (min-width: 500px) {
.dg-card {
padding: 50px;
}
}
.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.alignfull.is-layout-constrained {
padding-left: 25px !important;
padding-right: 25px !important;
}
.wp-block-group.is-style-content-paddings {
padding: 50px 25px !important;
}
.wp-block-cover .wp-block-group.is-style-content-paddings { 
padding: 50px !important;
}
@media (min-width: 782px) {
.wp-block-group.is-style-content-paddings {
padding: 50px !important;
}
.wp-block-cover .wp-block-group.is-style-content-paddings { 
padding: 75px !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;
} :root :where(.is-layout-flow) > *,
:root :where(.is-layout-constrained) > * {
margin-block-start: 0 !important;
}
.dg-grid > [class*='col-'] {
position: relative;
}
.dg-grid > [class*='col-'] > .article-nosto > a {
display: flex;
flex-direction: column;
min-height: 100%;
}
.dg-grid > [class*='col-'] > .article-nosto,
.dg-grid > [class*='col-'] > .article-nosto > a {
height: 100%;
}
.article-nosto figure.dg-post-thumbnail {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.article-nosto figure.dg-post-thumbnail img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.article-nosto * {
font-size: 1rem;
line-height: 1.4;
}
.article-nosto .contents {
padding: 25px 25px 0 25px;
}
.article-nosto .dg-card-footer {
padding: 25px;
}
@media (min-width: 768px) {
.article-nosto .contents {
padding: 50px 50px 0 50px;
}
.article-nosto .dg-card-footer {
padding: 0 50px 50px 50px;
}
}
.article-nosto a.article-nosto-link {
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.article-nosto.bg-colored a.article-nosto-link,
.article-nosto a.article-nosto-link:hover,
.article-nosto a.article-nosto-link:focus {
background-color: var(--wp--preset--color--primary);
}
.article-nosto.bg-colored a.article-nosto-link,
.article-nosto.bg-colored a.article-nosto-link *:not(.btn),
.article-nosto a.article-nosto-link:hover *,
.article-nosto a.article-nosto-link:focus * {
text-decoration: none;
color: #fff !important;
}
.article-nosto.bg-colored a.article-nosto-link:hover .wp-block-button.is-style-secondary .wp-block-button__link,
.article-nosto.bg-colored a.article-nosto-link:focus .wp-block-button.is-style-secondary .wp-block-button__link,
.article-nosto.bg-colored a.article-nosto-link:hover .btn.btn-secondary,
.article-nosto.bg-colored a.article-nosto-link:focus .btn.btn-secondary {
color: #fff !important;
border-color: #fff !important;
}
.bg-graph {
background-image: url(//helsinginkauppiaittensaatio.fi/wp-content/themes/Digitaali/images/graph.svg);
background-position: right -100px bottom;
background-repeat: no-repeat;
background-size: 500px;
}
@media (min-width: 992px) {
.bg-graph {
background-position: right -200px bottom;
background-size: 800px;
}
}
.container.alignwide {
padding-right: 0;
padding-left: 0;
}
@media (max-width: 991px) {
.top-hero .texts-wrapper {
margin-bottom: -50px;
}
}
.wp-block-cover, .wp-block-cover-image {
padding: 0;
}
.article-nosto .dg-logo-wrapper {
position: relative;
width: 100%;
height: 0;
padding-bottom: 52%;
background-color: #F9F8F6;
}
.article-nosto .dg-logo-wrapper img {
position: absolute;
top: 50%;
left: 50%;
width: 70%;
height: 70%;
max-width: 220px;
transform: translate(-50%, -50%);
object-fit: contain;
object-position: center;
}
:root :where(.editor-styles-wrapper) :where(.is-layout-flow)>* {
margin-block-start: 25px !important;
margin-block-end: 25px !important;
}
:root :where(.wp-block-image figcaption) {
color: #555;
font-size: .9rem;
text-align: center;
}
h1.page-caption .dg-sub-caption {
display: block;
margin-top: 25px;
font-family: "Kumbh Sans", sans-serif;
text-transform: none;
font-style: normal;
color: #000;
font-size: 1.2rem;
font-weight: 600;
}
body.single-dg_funding_target .dg-logo {
display: block;
margin: 0 auto 50px auto;
text-align: center;
}
body.single-dg_funding_target .dg-logo-wrapper-link { 
display: inline-flex;
}
body.single-dg_funding_target .dg-logo-wrapper {
width: 100%;
max-width: 400px;
margin: 0 auto;
}.is-style-small-caption {
font-size: 1.2rem;
}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;
}    
}
.dg-gallery-thumbnail {
border-radius: 30px;
}
@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-pull-down-content {
position: relative;
overflow: visible;
z-index: 10;
}
.wp-block-cover.dg-pull-down-content .dg-pull-down-content-target {
position: relative;
transform: translateY(150px);
z-index: 10;
overflow: visible;
}.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 (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%;
}
}.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: 50px 25px;
}
@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;
}