a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
} html,
body {
height: 100%;
margin: 0;
}
strong {
font-weight: 700;
}
.home-partner-gallery .spectra-image-gallery * {
height: 40px;
}
.title-site-header {
font-size: 18px !important;
line-height: 100%;
}
.title-site-footer {
font-size: 20px !important;
line-height: 100%;
}
.wp-element-button,
.wp-block-button__link {
font-size: 16px;
} form {
font-family: var(--wp--preset--font-family--inter) !important;
}
.form-input-download-file .forminator-field {
border: 1px solid var(--wp--preset--color--secondary) !important;
border-radius: 5px;
padding: 20px 15px !important;
}
.forminator-input {
min-height: 58px !important;
padding: 15px !important;
}
.form-input-select .select2-selection {
min-height: 58px !important;
padding: 7px !important;
}
.forminator-label {
margin-bottom: 10px !important;
}
.forminator-checkbox .forminator-checkbox-box {
border-radius: 5px !important;
}
.forminator-checkbox__label p {
margin: 0;
}
.forminator-checkbox__label a {
text-decoration: underline;
font-weight: 700;
color: var(--wp--preset--color--text-primary);
}
.select-civility {
max-width: 250px;
}
.select-civility-small {
max-width: 180px;
}
.forminator-button-submit {
padding: 12px 43px !important;
font-weight: 600 !important;
border-radius: 5px !important;
}
.forminator-field-textarea {
position: relative;
}
.forminator-field-textarea .forminator-description {
position: absolute;
bottom: -30px;
right: 22px;
} ::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: var(--wp--preset--color--background);
}
::-webkit-scrollbar-thumb {
background-color: var(--wp--preset--color--primary);
border-radius: 16px;
}
::-webkit-scrollbar-thumb:hover {
background-color: var(--wp--preset--color--primary);
} body {
scrollbar-width: thin;
scrollbar-color: var(--wp--preset--color--primary)
var(--wp--preset--color--background);
} .wp-site-blocks {
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 100vh;
}
.wp-site-blocks *:focus {
outline-width: 0;
}
.entry-content {
flex: 1;
}  .header-bg-white {
opacity: 0;
pointer-events: none;
transition: opacity 0.1s ease;
position: fixed;
top: 0;
z-index: 999;
} .header-bg-white.active {
opacity: 1;
pointer-events: all;
} .header-mobile-bg-white {
opacity: 0;
pointer-events: none;
transition: opacity 0.1s ease;
position: fixed;
top: 0;
z-index: 999;
} .header-mobile-bg-white.active {
opacity: 1;
pointer-events: all;
} .header-mobile-open {
position: fixed !important;
top: 0;
width: 100%;
right: -100%;
z-index: 999 !important;
transition: right 0.3s ease-in-out;
}
.header-mobile-open .container-navigation {
height: 100dvh;
}
.header-menu-white li,
.header-menu-dark li {
position: relative;
padding-bottom: 13px !important;
}
.header-menu-white li:not(.current-menu-item)::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background-color: white;
transition: width 0.3s ease-in-out;
}
.header-menu-dark li:not(.current-menu-item)::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background-color: var(--wp--preset--color--secondary);
transition: width 0.3s ease-in-out;
}
.header-menu-dark li.current-menu-item {
border-bottom: 2px solid var(--wp--preset--color--secondary);
}
.header-menu-white li.current-menu-item {
border-bottom: 2px solid white;
}
.header-menu-white li:hover::after,
.header-menu-dark li:hover::after {
width: 100%;
}
.breadcrumb {
font-size: 18px;
font-weight: 400;
color: var(--wp--preset--color--text-secondary);
}
.breadcrumb a {
color: var(--wp--preset--color--text-secondary);
text-decoration: none;
}
.breadcrumb a:hover {
text-decoration: underline;
}
.separator-vertical {
border: none;
height: 215px;
width: 1px;
margin-bottom: 0;
}
.uagb-timeline__arrow::after {
opacity: 0 !important;
} .slider-align-pagination {
position: relative;
}
#arrow_slider_custom_next,
#arrow_slider_custom_prev {
cursor: pointer;
} .slider-align-pagination .swiper-pagination {
position: absolute !important;
display: flex !important;
justify-content: center;
align-items: center;
width: 40%;
z-index: 10;
}
.swiper-pagination-bullet {
width: 13px;
height: 13px;
} .banner-article {
border-radius: 5px;
}
.post-home-masonry article .uagb-post-grid-byline,
.post-masonry article .uagb-post-grid-byline {
padding-bottom: 0;
}
.post-home-masonry article p,
.post-masonry article p {
margin: 0;
}
.post-home-masonry {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr 1fr;
}
.post-home-masonry article:first-child {
grid-row: span 2;
}
.post-home-masonry article:last-child {
grid-column: span 2;
}
.post-home-masonry article:not(:first-child):not(:last-child) {
height: 350px !important;
}
.post-home-masonry article {
min-height: 270px;
display: flex !important;
flex-direction: column;
justify-content: flex-end;
border-radius: 5px;
}
.post-home-masonry article h3::after {
content: "";
margin-top: 14px;
border-bottom: 1px solid var(--wp--preset--color--base);
width: 77px;
display: block;
}
.post-home-masonry article::after {
content: "";
position: absolute;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
pointer-events: none;
z-index: 2;
background: url(https://www.dealinka.com/app/themes/dealinka-theme/assets/img/arrow_readmore_article_right.svg) no-repeat
center/contain;
}
.post-masonry {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr 1.3fr;
}
.post-masonry article:first-child {
grid-column: 1 / span 2;
grid-row: 1;
}
.post-masonry article {
min-height: 380px;
display: flex !important;
flex-direction: column;
justify-content: flex-end;
border-radius: 5px;
}
.post-masonry article .uagb-post__excerpt,
.post-home-masonry article .uagb-post__excerpt {
max-height: 0;
overflow: hidden;
opacity: 0;
padding-bottom: 0;
transform: translateY(20px);
transition: max-height 0.8s ease, opacity 0.6s ease, transform 0.5s ease;
}
.post-masonry article:hover .uagb-post__excerpt,
.post-home-masonry article:hover .uagb-post__excerpt {
max-height: 100%;
opacity: 1;
transform: translateY(0);
}
.post-masonry article .uagb-post__image:before,
.post-home-masonry article .uagb-post__image:before {
opacity: 0.4;
transition: opacity 0.3s ease-in-out;
}
.post-masonry article:hover .uagb-post__image:before,
.post-home-masonry article:hover .uagb-post__image:before {
opacity: 0.7;
}
.post-masonry article h3::after {
content: "";
margin-top: 14px;
border-bottom: 1px solid var(--wp--preset--color--base);
width: 77px;
display: block;
}
.post-masonry article::after {
content: "";
position: absolute;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
pointer-events: none;
z-index: 2;
background: url(https://www.dealinka.com/app/themes/dealinka-theme/assets/img/arrow_readmore_article_right.svg) no-repeat
center/contain;
}
.post-masonry .uagb-post-pagination-wrap {
height: fit-content;
}
.post-masonry .uagb-post-pagination-wrap span {
border-color: var(--wp--preset--color--border);
background-color: var(--wp--preset--color--background);
border-radius: 5px;
color: var(--wp--preset--color--text-primary);
}
.post-masonry .uagb-post-pagination-wrap a {
border-color: var(--wp--preset--color--border);
border-radius: 5px;
color: var(--wp--preset--color--text-secondary);
} .ccpn-search-results.grid-block .posts-container {
grid-template-columns: repeat(3, 1fr) !important;
}
.ccpn-search-results.carousel-block .posts-container .post-card {
display: block;
width: 30%;
transform: translateZ(0);
backface-visibility: hidden;
flex-shrink: 0;
will-change: transform;
border: 1px solid var(--wp--preset--color--border);
transition-duration: 500ms;
}
.ccpn-search-pagination.carousel-block.dots {
display: none;
}
.ccpn-search-results .post-card {
height: 545px;
margin: 0;
padding: 0;
cursor: pointer;
transition-property: border, transform;
overflow: hidden;
border-style: solid;
background-color: var(--wp--preset--color--base);
width: 100%;
position: relative;
border-radius: 5px;
border: 1px solid var(--wp--preset--color--border);
box-shadow: unset;
}
.ccpn-search-results .post-card .post-card-body {
padding: 43px 28px;
height: 246px;
min-height: 246px;
background-color: var(--wp--preset--color--base);
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
transition: all 0.3s ease;
z-index: 1;
}
.ccpn-search-results .post-card:hover .post-card-body {
transform: translateY(-100px);
height: 350px;
}
.ccpn-search-results .post-card .thumbnail {
min-height: 245px !important;
}
.ccpn-search-results .post-card .post-card-body .title {
font-size: 20px;
color: var(--wp--preset--color--text-primary);
line-height: 153%;
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-height: 3em;
height: auto;
}
.ccpn-search-results .post-card .post-card-body .separator {
height: 3px;
margin-top: 14px;
background-color: var(--wp--preset--color--secondary);
width: 77px;
display: block;
}
.ccpn-search-results .post-card .post-card-body .excerpt {
font-size: 16px;
color: var(--wp--preset--color--text-secondary);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
line-height: 153%;
height: auto;
transition: none;
}
.ccpn-search-results .post-card:hover .post-card-body .excerpt {
-webkit-line-clamp: 5;
margin-bottom: 25px;
}
.ccpn-search-results .post-card .post-card-body .post-card-footer {
display: flex;
justify-content: space-between;
align-items: center;
}
.ccpn-search-results .post-card .link-article {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 11;
}
.post-card-tags {
list-style: none;
display: flex;
gap: 10px;
margin-top: 10px;
padding: 0;
}
.post-card-tags li {
background-color: var(--wp--preset--color--bg-badge);
color: var(--wp--preset--color--text-primary);
font-weight: 500;
padding: 3px 5px;
border-radius: 6px;
font-size: 14px;
}
.external-article-link {
cursor: pointer;
background-color: var(--wp--preset--color--background);
border-radius: 5px;
padding: 8px 13px;
display: flex;
align-items: center;
width: fit-content;
gap: 13px;
font-size: var(--wp--preset--font-size--small);
line-height: 20px;
font-weight: 500;
}
.external-article-link .icon-external-link {
width: 13px;
}
.slider-custom-pagination .swiper-button-next {
bottom: 0;
top: auto;
}
.slider-custom-pagination .swiper-button-prev {
top: auto;
bottom: 0;
left: 85% !important;
}
.overflow-hidden {
overflow: hidden;
} @media (max-width: 985px) {
.ccpn-search-results.grid-block .posts-container {
grid-template-columns: repeat(1, 1fr) !important;
margin: 0 !important;
}
.ccpn-search-results.carousel-block .posts-container .post-card {
width: 90% !important;
padding: 0 !important;
}
}
@media (min-width: 1025px) {
body .uag-hide-desktop {
display: none !important;
}
}
@media (max-width: 767px) {
body .uag-hide-mob {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
body .uag-hide-tab {
display: none !important;
}
} @media (max-width: 1190px) {
.mobile-container {
padding-inline: 20px !important;
}
}
@media (max-width: 985px) {
h1 {
font-size: var(--wp--preset--font-size--xx-medium);
line-height: 35px;
}
h2 {
font-size: var(--wp--preset--font-size--x-medium);
line-height: 35px;
}
h3 {
font-size: var(--wp--preset--font-size--medium);
line-height: 35px;
}
h4 {
font-size: 22px;
line-height: 35px;
}
h5 {
font-size: 20px;
line-height: 35px;
}
h6 {
font-size: var(--wp--preset--font-size--x-small);
line-height: 35px;
} .post-home-masonry,
.post-masonry {
display: flex !important;
flex-direction: column;
}
.post-home-masonry article,
.post-masonry article {
grid-column: 1;
grid-row: 1;
}
.slider-custom-pagination .swiper-button-next {
height: 30px !important;
width: 30px !important;
}
.slider-custom-pagination .swiper-button-prev {
height: 30px !important;
width: 30px !important;
left: 70% !important;
}
}