.hero-widget {
position: relative;
display: flex;
flex-direction: column;
gap: 72px;
}
.hero-widget p,
.hero-widget h1,
.hero-widget h2,
.hero-widget h3,
.hero-widget h4,
.hero-widget h5,
.hero-widget h6 {
margin: 0;
}
.hero-widget .hero-gradient {
position: absolute;
top: 0;
right: 0;
height: auto;
z-index: -1;
}
.hero-widget .hero-principal {
display: flex;
flex-direction: column;
gap: 40px;
}
.hero-widget.type-gradient .headings{
display: flex;
flex-direction: column;
gap: 16px;
}
.hero-widget.type-gradient .subheading {
color: var(--Gray-Gray-600, #999);
font-size: 16px;
font-weight: 700;
}
.hero-widget.type-gradient .subheading a {
font-family: "Hanken Grotesk", sans-serif;
color: var(--Default-White, #FFF);
font-weight: 700;
} .hero-widget.type-seo-title .headings {
display: flex;
flex-direction: column;
gap: 0;
}
.hero-widget.type-seo-title .headings h1,
.hero-widget.type-seo-title .headings h2 {
color: white;
font-family: Urbanist, sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.hero-widget .hero-title {
color: white;
font-family: Urbanist, sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.hero-widget .hero-subtitle {
color: #DDD;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.hero-widget .hero-buttons {
display: flex;
gap: 24px;
}
.hero-widget .hero-buttons a {
padding: 12px 32px;
border-radius: 27px;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
}
.hero-widget .primary-button {
color: black;
background: #FFC432;
transition: 0.5s;
}
.hero-widget .primary-button:hover {
color: black;
background: #25B1E1;
}
.hero-widget .secondary-button {
color: #FFC432;
border: 1px solid #FFC432;
transition: 0.5s;
}
.hero-widget .secondary-button:hover {
color: #25B1E1;
border: 1px solid #25B1E1;
} .hero-widget.type-homepage .hero-title {
width: 849px;
}
.hero-widget.type-homepage .hero-subtitle {
width: 558px;
}
.hero-widget.type-homepage .image-wrapper {
position: absolute;
right: 0;
top: -120px;
width: 550px;
z-index: -1;
} .hero-widget.type-blog .hero-principal{
display: flex;
flex-direction: column;
gap: 24px;
text-align: center;
}
.hero-widget.type-blog .hero-principal .breadcrumbs {
display: flex;
flex-direction: row;
gap: 8px;
align-self: center;
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-weight: 400;
font-style: normal;
line-height: 150%; 
}
.hero-widget.type-blog .hero-principal .breadcrumbs a {
color: white;
font-weight: 700;
}
.hero-widget.type-blog .hero-principal h1 {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist, sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.hero-widget.type-blog .date {
background: var(--Gray-Gray-100, #161616);
padding: 12px 24px 12px 12px;
border-radius: 32px;
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
width: fit-content;
align-self: center;
font-weight: 400;
font-size: 16px;
color: var(--Gray-Gray-500, #606060);
}
.hero-widget.type-blog .date a {
color: white;
text-decoration: underline;
text-decoration-color: grey;
text-underline-offset: 10px;
transition: 0.3s;
}
.hero-widget.type-blog .date a:hover {
text-decoration-color: white;
transition: 0.3s;
}
.hero-widget.type-blog .date .logo{
width: 40px;
height: 40px;
padding: 7px;
background-color: black;
border-radius: 50%;
}
.hero-widget.type-blog .date .logo img {
height: -webkit-fill-available;
width: -webkit-fill-available;
object-fit: cover;
object-position: center;
border-radius: 50%;
}
.hero-widget.type-blog .comments-quntity {
display: flex;
flex-direction: row;
gap: 12px;
align-self: center;
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.hero-widget.type-blog img.blog-featured-img {
border-radius: 12px;
background: linear-gradient(0deg, #000 0%, #000 100%), url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/hero/<path-to-image>) lightgray 50% / cover no-repeat;
background-blend-mode: overlay, normal;
aspect-ratio: 16 / 9;
object-fit: cover;
width: 100%;
height: auto;
}
.hero-widget.type-blog .description{
margin-top: 24px;
width: 946px;
align-self: center;
}
.hero-widget.type-blog .description h2{
color: var(--Gray-Gray-700, #DDD);
text-align: center;
font-family: "Hanken Grotesk", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
} .hero-widget.type-download .hero-principal{
display: flex;
flex-direction: column;
gap: 24px;
text-align: center;
}
.hero-widget.type-download .hero-principal .breadcrumbs-download {
display: flex;
flex-direction: row;
gap: 8px;
align-self: center;
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-weight: 400;
font-style: normal;
line-height: 150%; 
}
.hero-widget.type-download .hero-principal .breadcrumbs-download a {
color: white;
font-weight: 700;
}
.hero-widget.type-download .hero-principal h1 {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist, sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.hero-widget.type-download .date-download {
background: var(--Gray-Gray-100, #161616);
padding: 12px 24px;
border-radius: 32px;
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
justify-content: center;
width: fit-content;
align-self: center;
font-weight: 400;
font-size: 16px;
color: var(--Gray-Gray-500, #606060);
}
.hero-widget.type-download img.download-featured-img {
border-radius: 12px;
background: linear-gradient(0deg, #000 0%, #000 100%), url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/hero/<path-to-image>) lightgray 50% / cover no-repeat;
background-blend-mode: overlay, normal;
aspect-ratio: 16 / 9;
object-fit: cover;
width: 100%;
height: auto;
}
.hero-widget.type-download .description-download{
margin-top: 24px;
width: 946px;
align-self: center;
}
.hero-widget.type-download .description-download h2{
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
} .hero-widget.type-image {
display: flex;
flex-direction: row;
gap: 24px;
}
.hero-widget.type-image .hero-subtitle {
width: 558px;
}
.hero-widget.type-image .image-contenetor{
line-height: 0;
}
.hero-widget.type-image.right .hero-principal{
width: calc(100% - 461px);
}
.hero-widget.type-image.right .image-contenetor {
position: relative;
width: 461px;
height: 461px;
line-height: 0;
}
.hero-widget.type-image.right .image-contenetor .hero-image {
width: 100%;
height: auto;
aspect-ratio: 1;
border-radius: 27px;
object-fit: cover;
object-position: center;
}
.hero-widget.type-image.right .image-contenetor .miscelany {
position: absolute;
}
.hero-widget.type-image.right .image-contenetor .miscelany.top {
width: 75px;
top: 0;
left: -45px;
z-index: -1;
filter: blur(8px);
animation: miscelanyTopMove 2s infinite alternate ease-in-out;
}
.hero-widget.type-image.right .image-contenetor .miscelany.bottom {
width: 100px;
bottom: 0;
right: -45px;
z-index: 1;
filter: blur(4px);
animation: miscelanyBottomMove 2s infinite alternate ease-in-out;
} .hero-widget.type-image.background .image-contenetor .miscelany {
display: none;
}
.hero-widget.type-image.background .hero-principal{
width: 100%;
}
.hero-widget.type-image.background .image-contenetor {
position: absolute;
z-index: -1;
}
.hero-widget.type-homepage .hero-tablet-image{
display:none;
}
.hero-widget.type-homepage .hero-mobile-image{
display:none;
}
.hero-widget.type-homepage .desktop-image{
display:block;
} .hero-widget.type-capability {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 560px;
gap: 36px;
padding-top: 24px;
}
.hero-widget.type-capability .image-wrapper {
position: absolute;
top: 24px;
right: 0;
bottom: 0;
left: 0;
border-radius: 300px 27px 27px 300px;
z-index: 1;
pointer-events: none;
}
.hero-widget.type-capability .image-wrapper::before {
content: "";
position: absolute;
inset: 0;
background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
mix-blend-mode: luminosity;
opacity: 0.55;
border-radius: inherit;
z-index: 2;
pointer-events: none;
}
.hero-widget.type-capability .image-wrapper .capability-hero-image {
position: absolute;
top: 0;
right: 0;
width: 75.087%;
height: 100%;
object-fit: cover;
object-position: right center;
border-radius: inherit;
}
.hero-widget.type-capability .hero-principal {
position: relative;
z-index: 3;
width: 900px;
max-width: 100%;
gap: 36px;
}
.hero-widget.type-capability .hero-subtitle {
max-width: 530px;
}
.hero-widget.type-capability .headings {
display: flex;
flex-direction: column;
gap: 12px;
}
.hero-widget.type-capability .subheading {
color: #909090;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
margin: 0;
}
@keyframes miscelanyTopMove {
from { transform: translateY(0); }
to   { transform: translateY(30px); }
}
@keyframes miscelanyBottomMove {
from { transform: translateY(0); }
to   { transform: translateY(-30px); }
}
@media (max-width: 1200px) and (min-width: 768px) {
.hero-widget.type-homepage .desktop-image{
display:none;
}
.hero-widget.type-homepage {
margin-bottom: 60px;
}
.hero-widget.type-homepage .image-wrapper {
position: absolute;
right: 0;
top: 70px;
width: 100%;
z-index: -1;
}
.hero-widget.type-homepage .hero-tablet-image{
display:block;
}
.hero-widget.type-homepage .hero-mobile-image{
display:none;
}
.hero-widget.type-image.right .hero-principal {
width: 50%;
}
.hero-widget .hero-title{
word-break: normal;
overflow-wrap: anywhere;
}
.hero-widget.type-homepage .hero-title {
width: 100%;
}
.hero-widget.type-image .hero-subtitle {
word-break: break-all;
width: 100%;
}
.hero-widget.type-image.right .image-contenetor {
width: 50%;
height: fit-content;
aspect-ratio: 1;
}
.hero-widget.type-image.right .image-contenetor .miscelany.bottom {
width: 86px;
bottom: -90px;
right: 0px;
}
.hero-widget.type-download .description-download {
width: 100%;
}
.hero-widget.type-capability {
min-height: 0;
gap: 32px;
padding-top: 0;
}
.hero-widget.type-capability .image-wrapper {
position: relative;
inset: auto;
width: 100%;
aspect-ratio: 1140 / 560;
}
.hero-widget.type-capability .hero-principal {
width: 100%;
}
}
@media (max-width: 768px) {
.hero-widget {
gap: 50px;
}
.hero-widget .hero-principal {
gap: 32px;
}
.hero-widget.type-homepage {
margin-bottom: 300px;
}
.hero-widget.type-homepage .hero-principal {
width: auto;
}
.hero-widget .hero-button {
padding: 8px 20px !important;
font-size: 16px !important;
}
.hero-widget .hero-buttons a {
padding: 8px 20px;
font-size: 16px;
}
.hero-widget.type-homepage .hero-subtitle {
width: 100%;
}
.hero-widget .hero-title{
word-break: normal;
overflow-wrap: anywhere;
}
.hero-widget.type-homepage .hero-title {
width: 100%;
}
.hero-widget.type-seo-title .headings h1,
.hero-widget.type-seo-title .headings h2 {
font-size: 40px;
}
.hero-widget.type-homepage .image-wrapper {
position: absolute;
width: 100%;
top: 151px;
}
.hero-widget.type-homepage .hero-tablet-image{
display:none;
}
.hero-widget.type-homepage .hero-mobile-image{
display:block;
}
.hero-widget.type-homepage .desktop-image{
display:none;
}
.hero-widget.type-blog .hero-principal .breadcrumbs{
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.hero-widget.type-blog .hero-principal h1{
font-size: 30px;
}
.hero-widget.type-blog .date{
padding: 8px 12px 8px 8px;
font-size: 14px;
}
.hero-widget.type-blog .date .logo {
width: 24px;
height: 24px;
padding: 4px;
}
.hero-widget.type-blog .date a {
text-decoration-color: white;
text-underline-offset: 6px;
}
.hero-widget.type-blog .date a:hover {
text-decoration-color: white;
transition: 0.3s;
}
.hero-widget.type-blog .comments-quntity{
font-size: 14px;
}
.hero-widget.type-blog .description{
width: 100%;
}
.hero-widget.type-blog .description h2{
font-size: 18px;
}
.hero-widget.type-download .hero-principal .breadcrumbs-download{
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.hero-widget.type-download .hero-principal h1{
font-size: 30px;
}
.hero-widget.type-download .date-download{
padding: 8px 16px;
font-size: 14px;
}
.hero-widget.type-download .description-download{
width: 100%;
}
.hero-widget.type-download .description-download h2{
font-size: 18px;
}
.hero-widget.type-image{
flex-direction: column;
gap: 48px;
}
.hero-widget.type-image.right .hero-principal {
width: 100%;
}
.hero-widget.type-image .hero-subtitle {
width: 100%;
}
.hero-widget.type-image.right .image-contenetor {
width: 100%;
height: auto;
aspect-ratio: 1 / 1;
}
.hero-widget.type-image.right .image-contenetor .miscelany.top {
top: -48px;
left: 24px;
width: 48px;
animation: miscelanyTopMove 2s infinite alternate ease-in-out;
}
.hero-widget.type-image.right .image-contenetor .miscelany.bottom {
width: 60px;
bottom: -48px;
right: 16px;
animation: miscelanyBottomMove 2s infinite alternate ease-in-out;
}
.hero-widget.type-capability {
min-height: 0;
gap: 32px;
padding: 0 16px;
}
.hero-widget.type-capability .image-wrapper {
position: relative;
inset: auto;
width: 100%;
aspect-ratio: 421 / 275;
}
.hero-widget.type-capability .image-wrapper::before {
display: none;
}
.hero-widget.type-capability .image-wrapper .capability-hero-image {
width: 100%;
}
.hero-widget.type-capability .hero-principal {
width: 100%;
}
.hero-widget.type-capability .subheading {
font-size: 16px;
}
.hero-widget.type-capability .hero-title {
font-size: 32px;
line-height: 115%;
}
.hero-widget.type-capability .hero-subtitle {
font-size: 16px;
max-width: 100%;
}
}.table-of-content-widget {
position: relative;
justify-self: center;
width: 752px;
background-color: var(--Gray-Gray-100, #161616);
display: flex;
padding: 24px;
flex-direction: column;
border-radius: 12px;
}
.table-of-content-widget:not(.active) {
cursor: pointer;
}
.table-of-content-widget.active {
padding-bottom: 40px;
}
.table-of-content-widget .toc-toggle-button {
position: absolute;
top: 20px;
right: 32px;
width: 36px;
height: 36px;
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/table-of-content/assets/open.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
cursor: pointer;
transition: 0.3s;
}
.table-of-content-widget:not(.active) .toc-toggle-button {
filter: grayscale(0.8);
rotate: 10deg;
transform: scale(0.8);
transition: 0.3s;
}
.table-of-content-widget:not(.active):hover .toc-toggle-button {
filter: grayscale(0);
rotate: 0deg;
transform: scale(1);
transition: 0.3s;
}
.table-of-content-widget.active .toc-toggle-button {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/table-of-content/assets/close.svg);
border-radius: 50%;
transition: 0.3s;
}
.table-of-content-widget h4.table-title {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0;    
}
.table-of-content-widget ul {
display: flex;
flex-direction: column;
gap: 8px;
list-style: none;
padding: 0;
max-height: 0;
pointer-events: none;
opacity: 0;
transition:
opacity 0.15s,
max-height 0.3s,
padding-top 0.3s;
}
.table-of-content-widget.active ul {
padding-top: 24px;
max-height: none;
pointer-events: all;
opacity: 1;
transition:
opacity 0.3s,
max-height 0.3s,
padding-top 0.3s;
}
.table-of-content-widget ul li.h2 {
padding-left: 16px;
font-size: 16px;
}
.table-of-content-widget ul li.h3 {
padding-left: 32px;
font-size: 14px;
}
.table-of-content-widget ul li.h4 {
padding-left: 48px;
font-size: 12px;
}
.table-of-content-widget ul li.h5 {
padding-left: 56px;
font-size: 11px;
}
.table-of-content-widget ul li.h6 {
padding-left: 60px;
font-size: 10px;
}
.table-of-content-widget ul li a {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 700;
line-height: 150%;
text-decoration: underline;
text-underline-offset: 8px;
text-decoration-color: grey;
}
.table-of-content-widget ul li a:hover {
color: var(--Default-White, #FFF);
text-decoration-color: white;
transition: 0.3s;
}
@media (max-width: 600px) {
.table-of-content-widget {
width: 100%;
padding: 16px;
}
.table-of-content-widget h4.table-title {
font-size: 18px;
}
.table-of-content-widget .toc-toggle-button{
top: 12px;
right: 16px;
width: 30px;
height: 30px;
}
.table-of-content-widget:not(.active) .toc-toggle-button{
filter: grayscale(0);
rotate: 0deg;
transform: scale(1);
}
.table-of-content-widget ul li.h2 {
padding-left: 0px;
}
.table-of-content-widget ul li.h3 {
padding-left: 16px;
}
.table-of-content-widget ul li.h4 {
padding-left: 32px;
}
.table-of-content-widget ul li.h5 {
padding-left: 40px;
}
.table-of-content-widget ul li.h6 {
padding-left: 44px;
}
}.paragraph-widget{
width: 752px;
display: flex;
flex-direction: column;
gap: 36px;
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.paragraph-widget p,
.paragraph-widget h1,
.paragraph-widget h2,
.paragraph-widget h3,
.paragraph-widget h4,
.paragraph-widget h5,
.paragraph-widget h6 {
margin: 0;
} .paragraph-widget.size-XS {
font-size: 12px;
}
.paragraph-widget.size-XS h2 {
font-size: 24px;
}
.paragraph-widget.size-XS h3 {
font-size: 20px;
}
.paragraph-widget.size-XS h4 {
font-size: 16px;
}
.paragraph-widget.size-XS h5 {
font-size: 14px;
}
.paragraph-widget.size-XS h6 {
font-size: 12px;
} .paragraph-widget.size-S {
font-size: 16px;
}
.paragraph-widget.size-S h2 {
font-size: 32px;
}
.paragraph-widget.size-S h3 {
font-size: 24px;
}
.paragraph-widget.size-S h4 {
font-size: 18px;
}
.paragraph-widget.size-S h5 {
font-size: 16px;
}
.paragraph-widget.size-S h6 {
font-size: 14px;
} .paragraph-widget.size-M {
font-size: 20px;
}
.paragraph-widget.size-M h2 {
font-size: 48px;
}
.paragraph-widget.size-M h3 {
font-size: 36px;
}
.paragraph-widget.size-M h4 {
font-size: 24px;
}
.paragraph-widget.size-M h5 {
font-size: 20px;
}
.paragraph-widget.size-M h6 {
font-size: 16px;
} .paragraph-widget.size-L {
font-size: 24px;
}
.paragraph-widget.size-L h2 {
font-size: 56px;
}
.paragraph-widget.size-L h3 {
font-size: 44px;
}
.paragraph-widget.size-L h4 {
font-size: 32px;
}
.paragraph-widget.size-L h5 {
font-size: 24px;
}
.paragraph-widget.size-L h6 {
font-size: 20px;
} .paragraph-widget.size-XL {
font-size: 28px;
}
.paragraph-widget.size-XL h2 {
font-size: 64px;
}
.paragraph-widget.size-XL h3 {
font-size: 52px;
}
.paragraph-widget.size-XL h4 {
font-size: 40px;
}
.paragraph-widget.size-XL h5 {
font-size: 32px;
}
.paragraph-widget.size-XL h6 {
font-size: 24px;
}
.paragraph-widget .list-text-blocks {
display: flex;
flex-direction: column;
gap: 32px;
}
.paragraph-widget .text-block {
display: flex;
flex-direction: column;
gap: 20px;
}
.paragraph-widget .content {
display: flex;
flex-direction: column;
gap: 16px;
}
@media screen and (max-width: 480px) {
.paragraph-widget {
width: 100%;
gap: 24px;
}
.paragraph-widget .list-text-blocks {
gap: 18px;
}
.paragraph-widget .content {
gap: 12px;
}
.paragraph-widget .content {
gap: 10px;
}
.paragraph-widget .content ul {
padding-left: 24px;
} .paragraph-widget.size-XS {
font-size: 10px;
}
.paragraph-widget.size-XS h2 {
font-size: 18px;
}
.paragraph-widget.size-XS h3 {
font-size: 16px;
}
.paragraph-widget.size-XS h4 {
font-size: 14px;
}
.paragraph-widget.size-XS h5 {
font-size: 12px;
}
.paragraph-widget.size-XS h6 {
font-size: 10px;
} .paragraph-widget.size-S {
font-size: 12px;
}
.paragraph-widget.size-S h2 {
font-size: 22px;
}
.paragraph-widget.size-S h3 {
font-size: 18px;
}
.paragraph-widget.size-S h4 {
font-size: 16px;
}
.paragraph-widget.size-S h5 {
font-size: 14px;
}
.paragraph-widget.size-S h6 {
font-size: 12px;
} .paragraph-widget.size-M {
font-size: 16px;
}
.paragraph-widget.size-M h2 {
font-size: 28px;
}
.paragraph-widget.size-M h3 {
font-size: 22px;
}
.paragraph-widget.size-M h4 {
font-size: 18px;
}
.paragraph-widget.size-M h5 {
font-size: 16px;
}
.paragraph-widget.size-M h6 {
font-size: 14px;
} .paragraph-widget.size-L {
font-size: 18px;
}
.paragraph-widget.size-L h2 {
font-size: 32px;
}
.paragraph-widget.size-L h3 {
font-size: 26px;
}
.paragraph-widget.size-L h4 {
font-size: 22px;
}
.paragraph-widget.size-L h5 {
font-size: 18px;
}
.paragraph-widget.size-L h6 {
font-size: 16px;
} .paragraph-widget.size-XL {
font-size: 20px;
}
.paragraph-widget.size-XL h2 {
font-size: 36px;
}
.paragraph-widget.size-XL h3 {
font-size: 30px;
}
.paragraph-widget.size-XL h4 {
font-size: 24px;
}
.paragraph-widget.size-XL h5 {
font-size: 20px;
}
.paragraph-widget.size-XL h6 {
font-size: 18px;
}
}.simple-image-widget {
position: relative;
max-width: 946px;
display: flex;
flex-direction: column;
gap: 16px;
align-items: center;
}
.simple-image-widget img.selected-image {
border-radius: 12px;
pointer-events: none;
}
.simple-image-widget p {
color: var(--Gray-Gray-600, #999);
text-align: center;
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.simple-image-widget .social-icons {
position: absolute;
right: calc(-54px - 20px);
display: flex;
flex-direction: column;
gap: 12px;
}
.simple-image-widget .social-icons a {
width: 54px;
height: 54px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: var(--Gray-Gray-100, #161616);
transition: 0.3s;
}
.simple-image-widget .social-icons a:hover {
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
transition: 0.3s;
}
.simple-image-widget .social-icons a img {
width: 24px;
height: 24px;
transition: 0.3s;
}
.simple-image-widget .social-icons a:hover img {
filter: contrast(5);
}
@media (max-width: 768px) {
.simple-image-widget {
width: 100%;
gap: 12px;
}
.simple-image-widget img.selected-image {
border-radius: 6px;
}
.simple-image-widget .social-icons {
position: relative;
right: auto;
flex-direction: row;
gap: 12px;
}
.simple-image-widget .social-icons a {
width: 40px;
height: 40px;
}
.simple-image-widget .social-icons a img {
width: 20px;
height: 20px;
}
}.call-to-action-widget {
max-width: 946px;
display: flex;
flex-direction: row;
gap: 24px;
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
color: var(--Gray-Gray-700, #DDD);
}
.call-to-action-widget p{
margin: 0;
align-self: center;
padding: 0 15px 0 0;
opacity: 0.7;
transition: 0.3s;
}
.call-to-action-widget:hover p{
padding: 0 0 0 15px;
opacity: 1;
transition: 0.3s;
}
.call-to-action-widget .button {
display: flex;
flex-direction: row;
gap: 24px;
color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
align-items: center;
white-space: nowrap;
transition: color 0.3s;
}
.call-to-action-widget:hover .button {
color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: color 0.3s;
}
.call-to-action-widget .button:after {
content: "";
width: 40px;
height: 40px;
border: 1px solid currentColor;
border-radius: 50%;
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/call-to-action/assets/arrow.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 16px 16px;
transition: 0.3s;
}
.call-to-action-widget:hover .button:after {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/call-to-action/assets/arrow-hover.svg);
transition: 0.3s;
}
@media (max-width: 600px) {
.call-to-action-widget {
max-width: 100%;
flex-direction: column;
gap: 16px;
font-size: 18px;
}
.call-to-action-widget .button {
gap: 16px;
}
.call-to-action-widget .button:after {
width: 36px;
height: 36px;
background-size: 12px 12px;
}
.call-to-action-widget p {
color: grey;
opacity: 1;
padding: 0;
}
.call-to-action-widget:hover p {
padding: 0;
}
}.newsletter-widget {
display: flex;
border-radius: 24px;
gap: 24px;
}
.newsletter-widget.newsletter-type-bright {
background-color: white;
flex-direction: row;
padding: 72px 97px;
justify-content: space-between;
}
.newsletter-widget.newsletter-type-darke {
background: var(--Gray-Gray-100, #161616);
flex-direction: column;
padding: 48px;
width: 752px;
}
.newsletter-widget.newsletter-type-slim {
background-color: white;
flex-direction: column;
padding: 36px;
width: 364px;
}
.newsletter-widget .message,.newsletter-widget .newsletter-form {
position: relative;
display: flex;
flex-direction: column;
gap: 12px;
}
.newsletter-widget.newsletter-type-bright .message,.newsletter-widget.newsletter-type-bright .newsletter-form {
width: 47%;
}
.newsletter-widget.newsletter-type-slim .message {
padding-left: 0 !important;
}
.newsletter-widget .newsletter-form {
justify-content: center;
}
.newsletter-widget .newsletter-heading {
font-family: "Hanken Grotesk";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0;
}
.newsletter-widget.newsletter-type-bright .newsletter-heading {
color: var(--Default-Black, #000);
}
.newsletter-widget.newsletter-type-darke .newsletter-heading {
color: var(--Default-White, #FFF);
}
.newsletter-widget.newsletter-type-slim .newsletter-heading {
color: var(--Default-Black, #000);
font-size: 32px;
}
.newsletter-widget .newsletter-message {
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.newsletter-widget.newsletter-type-bright .newsletter-message {
color: var(--Gray-Gray-500, #606060);
}
.newsletter-widget.newsletter-type-darke .newsletter-message {
color: var(--Default-White, #DDD);
}
.newsletter-widget.newsletter-type-slim .newsletter-message {
color: var(--Gray-Gray-500, #606060);
font-size: 16px;
font-weight: 700;
}
.newsletter-widget .success-icon {
display: none;
position: absolute;
left: 0;
}
.newsletter-widget.newsletter-type-slim .success-icon {
display: none;
position: relative;
width: 48px;
margin-bottom: 12px;
}
.newsletter-widget form{
display: flex;
flex-direction: column;
gap: 24px;
}
.newsletter-widget .newsletter-form .hs-form-field {
display: flex;
flex-direction: column;
gap: 16px;
position: relative;
}
.newsletter-widget .newsletter-form label {
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 700;
line-height: 150%;
}
.newsletter-widget.newsletter-type-bright .newsletter-form label {
color: var(--Default-Black, #000);
font-size: 20px;
}
.newsletter-widget.newsletter-type-darke .newsletter-form label {
color: var(--Default-White, #FFF);
font-size: 16px;
}
.newsletter-widget.newsletter-type-slim .newsletter-form label {
color: var(--Default-Black, #000);
font-size: 16px;
}
.newsletter-widget .newsletter-form .hs-form-checkbox label {
display: flex;
gap: 8px;
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.newsletter-widget.newsltter-type-bright .newsletter-form .hs-form-checkbox label {
color: var(--Gray-Gray-500, #606060);
}
.newsletter-widget.newsltter-type-darke .newsletter-form .hs-form-checkbox label {
color: var(--Gray-Gray-700, #DDD);
}
.newsletter-widget.newsltter-type-slim .newsletter-form .hs-form-checkbox label {
color: var(--Gray-Gray-500, #606060);
}
.newsletter-widget .newsletter-form ul{
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 10px;
align-items: center;
}
.newsletter-widget.newsletter-type-slim .newsletter-form ul {
flex-direction: column;
}
.newsletter-widget .newsletter-form input {
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
border-radius: 8px;
border: none;
}
.newsletter-widget.newsletter-type-bright .newsletter-form input {
background: var(--Gray-Gray-800, #EEE);
padding: 20px 32px;
}
.newsletter-widget.newsletter-type-darke .newsletter-form input {
background-color: var(--Gray-Gray-200, #242424);
padding: 12px 24px;
}
.newsletter-widget.newsletter-type-slim .newsletter-form input {
background: var(--Gray-Gray-800, #EEE);
padding: 12px 24px;
}   
.newsletter-widget .newsletter-form input.error {
position: relative;
padding-right: 35px;
}
.newsletter-widget.newsletter-type-slim .newsletter-form input.error {
padding-right: 35px;
}
.newsletter-widget.newsletter-type-bright .newsletter-form input.error,
.newsletter-widget.newsletter-type-slim .newsletter-form input.error {
background: var(--Color-Palette-Red-Red-100, #FFEBEB);
border: 1px solid var(--Color-Palette-Red-Red-500, #FF4647);
}
.newsletter-widget.newsletter-type-darke .newsletter-form input.error {
border: 1px solid var(--Color-Palette-Red-Red-300, #FF999A);
background: var(--Color-Palette-Red-Red-900, #4D0F0F);
}
.newsletter-widget .newsletter-form .input:has(input.error)::after {
content: "";
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
position: absolute;
right: 35px;
pointer-events: none;
}
.newsletter-widget.newsletter-type-bright .newsletter-form .input:has(input.error)::after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M10.9996 21.25C5.97963 21.25 3.46963 21.25 1.95963 19.86C1.12963 19.09 0.559631 18.1 0.329631 16.98C-0.0903688 14.96 1.16963 12.74 3.66963 8.32C6.16963 3.88 7.42963 1.66 9.35963 1.02C10.4296 0.66 11.5596 0.66 12.6396 1.02C14.5696 1.66 15.8296 3.89 18.3296 8.32C20.8296 12.75 22.0896 14.97 21.6696 16.99C21.4396 18.11 20.8696 19.1 20.0396 19.87C18.5296 21.26 16.0096 21.26 10.9996 21.26V21.25ZM4.97963 9.05C2.73963 13.03 1.49963 15.21 1.80963 16.67C1.97963 17.48 2.37963 18.2 2.98963 18.75C4.06963 19.74 6.53963 19.74 11.0196 19.74C15.4996 19.74 17.9696 19.74 19.0496 18.75C19.6496 18.2 20.0596 17.48 20.2196 16.67C20.5196 15.21 19.2896 13.02 17.0496 9.06C14.7996 5.08 13.5696 2.9 12.1796 2.44C11.4196 2.19 10.6096 2.19 9.84963 2.44C8.46963 2.9 7.22963 5.09 4.98963 9.05H4.97963Z" fill="%23ff0000"/><path d="M10.9996 16C10.4496 16 9.99963 15.55 9.99963 15C9.99963 14.45 10.4396 14 10.9996 14C11.5496 14 11.9996 14.45 11.9996 15C11.9996 15.55 11.5496 16 10.9996 16Z" fill="%23ff0000"/><path d="M10.9996 12.75C10.5896 12.75 10.2496 12.41 10.2496 12V8C10.2496 7.59 10.5896 7.25 10.9996 7.25C11.4096 7.25 11.7496 7.59 11.7496 8V12C11.7496 12.41 11.4096 12.75 10.9996 12.75Z" fill="%23ff0000"/></svg>');
top: 24px;
}
.newsletter-widget.newsletter-type-darke .newsletter-form .input:has(input.error)::after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M10.9996 21.25C5.97963 21.25 3.46963 21.25 1.95963 19.86C1.12963 19.09 0.559631 18.1 0.329631 16.98C-0.0903688 14.96 1.16963 12.74 3.66963 8.32C6.16963 3.88 7.42963 1.66 9.35963 1.02C10.4296 0.66 11.5596 0.66 12.6396 1.02C14.5696 1.66 15.8296 3.89 18.3296 8.32C20.8296 12.75 22.0896 14.97 21.6696 16.99C21.4396 18.11 20.8696 19.1 20.0396 19.87C18.5296 21.26 16.0096 21.26 10.9996 21.26V21.25ZM4.97963 9.05C2.73963 13.03 1.49963 15.21 1.80963 16.67C1.97963 17.48 2.37963 18.2 2.98963 18.75C4.06963 19.74 6.53963 19.74 11.0196 19.74C15.4996 19.74 17.9696 19.74 19.0496 18.75C19.6496 18.2 20.0596 17.48 20.2196 16.67C20.5196 15.21 19.2896 13.02 17.0496 9.06C14.7996 5.08 13.5696 2.9 12.1796 2.44C11.4196 2.19 10.6096 2.19 9.84963 2.44C8.46963 2.9 7.22963 5.09 4.98963 9.05H4.97963Z" fill="%23FF4647"/><path d="M10.9996 16C10.4496 16 9.99963 15.55 9.99963 15C9.99963 14.45 10.4396 14 10.9996 14C11.5496 14 11.9996 14.45 11.9996 15C11.9996 15.55 11.5496 16 10.9996 16Z" fill="%23FF4647"/><path d="M10.9996 12.75C10.5896 12.75 10.2496 12.41 10.2496 12V8C10.2496 7.59 10.5896 7.25 10.9996 7.25C11.4096 7.25 11.7496 7.59 11.7496 8V12C11.7496 12.41 11.4096 12.75 10.9996 12.75Z" fill="%23FF4647"/></svg>');
top: 38px;
}
.newsletter-widget.newsletter-type-slim .newsletter-form .input:has(input.error)::after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M10.9996 21.25C5.97963 21.25 3.46963 21.25 1.95963 19.86C1.12963 19.09 0.559631 18.1 0.329631 16.98C-0.0903688 14.96 1.16963 12.74 3.66963 8.32C6.16963 3.88 7.42963 1.66 9.35963 1.02C10.4296 0.66 11.5596 0.66 12.6396 1.02C14.5696 1.66 15.8296 3.89 18.3296 8.32C20.8296 12.75 22.0896 14.97 21.6696 16.99C21.4396 18.11 20.8696 19.1 20.0396 19.87C18.5296 21.26 16.0096 21.26 10.9996 21.26V21.25ZM4.97963 9.05C2.73963 13.03 1.49963 15.21 1.80963 16.67C1.97963 17.48 2.37963 18.2 2.98963 18.75C4.06963 19.74 6.53963 19.74 11.0196 19.74C15.4996 19.74 17.9696 19.74 19.0496 18.75C19.6496 18.2 20.0596 17.48 20.2196 16.67C20.5196 15.21 19.2896 13.02 17.0496 9.06C14.7996 5.08 13.5696 2.9 12.1796 2.44C11.4196 2.19 10.6096 2.19 9.84963 2.44C8.46963 2.9 7.22963 5.09 4.98963 9.05H4.97963Z" fill="%23ff0000"/><path d="M10.9996 16C10.4496 16 9.99963 15.55 9.99963 15C9.99963 14.45 10.4396 14 10.9996 14C11.5496 14 11.9996 14.45 11.9996 15C11.9996 15.55 11.5496 16 10.9996 16Z" fill="%23ff0000"/><path d="M10.9996 12.75C10.5896 12.75 10.2496 12.41 10.2496 12V8C10.2496 7.59 10.5896 7.25 10.9996 7.25C11.4096 7.25 11.7496 7.59 11.7496 8V12C11.7496 12.41 11.4096 12.75 10.9996 12.75Z" fill="%23ff0000"/></svg>');
top: 15px;
right: 24px;
}
.newsletter-widget .newsletter-form div.actions [type=submit] {
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
color: var(--Default-Black, #000);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
border-radius: 27px;
padding: 12px 32px;
border: none;
transition: 0.3s;
}
.newsletter-widget .newsletter-form div.actions {
width: fit-content;
cursor: pointer;
}
.newsletter-widget .newsletter-form div.actions:hover [type=submit] {
background-color: var(--e-global-color-f598829);
transition: 0.3s;
}
.newsletter-widget .newsletter-form ul.no-list.hs-error-msgs {
list-style: none;
padding-left: 0;
}
.newsletter-widget .newsletter-form label.hs-error-msg {
font-size: 15px;
margin-top: 12px
}
.newsletter-widget .newsletter-form div.actions:after {
content: "->";
background: var(--e-global-color-62e1cb5);
padding: 14px;
border-radius: 50%;
color: black;
transition: 0.3s;
}
.newsletter-widget .newsletter-form div.actions:hover:after {
background: var(--e-global-color-f598829);
transition: 0.3s;
}
.newsletter-widget .newsletter-form div.actions:hover .hs-submit [type=submit] {
background-color: var(--e-global-color-f598829);
}
.newsletter-widget .newsletter-form .hs-form-field {
position: relative;
}
.newsletter-widget .newsletter-form .hs_email{
gap: 0px;
}
.newsletter-widget .newsletter-form .hs_interest{
padding-top: 16px;
}
.newsletter-widget .newsletter-form .hs_interest ul {
flex-wrap: wrap;
}
.newsletter-widget.newsletter-type-darke .newsletter-form .hs_interest ul {
gap: 16px 24px;
}
.newsletter-widget .newsletter-form li {
width: 45%;
}
.newsletter-widget.newsletter-type-slim .newsletter-form li {
width: auto;
}
.newsletter-widget .newsletter-form ul.hs-error-msgs li {
width: auto;
}
.newsletter-widget.newsletter-type-darke .newsletter-form .hs_interest ul li {
width: auto;
}
.newsletter-widget .newsletter-form .form-waiting{
color: #888;
margin: 0;
}
@media (max-width: 1200px) and (min-width: 769px) {
.newsletter-widget.newsletter-type-bright {
padding: 36px 64px;
}
.newsletter-widget.newsletter-type-bright .newsletter-form input {
padding: 14px 24px;
}
.newsletter-widget .newsletter-form .input:has(input.error)::after {
right: 22px;
}
.newsletter-widget.newsletter-type-bright .newsletter-form .input:has(input.error)::after {
top: 17px;
}
}
@media (max-width: 768px) {
.newsletter-widget.newsletter-type-bright {
padding: 24px;
flex-direction: column;
}
.newsletter-widget.newsletter-type-darke {
width: 100%;
padding: 24px;
}
.newsletter-widget.newsletter-type-slim {
width: auto;
padding: 24px;
}
.newsletter-widget.newsletter-type-bright .message, .newsletter-widget.newsletter-type-bright .newsletter-form {
width: 100%;
}
.newsletter-widget .success-icon {
width: 40px;
height: 40px;
}
.newsletter-widget .newsletter-heading, .newsletter-widget.newsletter-type-slim .newsletter-heading {
font-size: 26px;
}
.newsletter-widget .newsletter-form .hs-form-field {
gap: 24px;
}
.newsletter-widget .newsletter-form .hs-form-field {
gap: 0px;
}
.newsletter-widget .newsletter-form ul{
flex-direction: column;
gap: 12px;
}
.newsletter-widget .newsletter-form .hs-form-field input {
padding: 12px 16px;
}
.newsletter-widget .newsletter-form .hs-fieldtype-checkbox > label:first-of-type {
margin-bottom: 12px;
}
.newsletter-widget .newsletter-form .hs-form-checkbox label {
font-size: var(--e-global-typography-f9793af-font-size);
}
.newsletter-widget .newsletter-form .input:has(input.error)::after {
width: 26px;
height: 26px;
right: 16px;
top: 16px;
}
.newsletter-widget.newsletter-type-bright .newsletter-form .input:has(input.error)::after,
.newsletter-widget.newsletter-type-slim .newsletter-form .input:has(input.error)::after {
top: 14px;
}
.newsletter-widget .newsletter-form li {
width: auto;
}
.newsletter-widget .newsletter-form label.hs-error-msg {
margin: 12px 0;
}
}.banner-widget {
text-align: center;
padding: 100px;
border-radius: 24px;
transition: all 0.5s ease-in-out;
display: flex;
flex-direction: column;
gap: 48px;
align-items: center;
position: relative;
overflow: hidden;
}
.banner-widget::before,
.banner-widget::after {
content: "";
position: absolute;
inset: 0;
z-index: 0;
transition: opacity 0.6s ease-in-out;
}
.banner-widget::before {
background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end)) !important;
opacity: 1;
}
.banner-widget::after {
background: linear-gradient(270deg, var(--gradient-start), var(--gradient-end)) !important;
opacity: 0;
}
.banner-widget:hover::before {
opacity: 0;
}
.banner-widget:hover::after {
opacity: 1;
}
.banner-widget > * {
position: relative;
z-index: 1;
}
.banner-widget:hover {
border-radius: 270px;
}
.banner-widget .banner-content {
display: flex;
flex-direction: column;
gap: 20px;
align-items: center;
}
.banner-widget .banner-heading {
margin: 0px;
font-size: 44px;
}
.banner-subtitle {
font-weight: 400 !important;
margin-bottom: 0px;
}
.banner-widget a.banner-button {
margin: 0px;
padding: 12px 24px;
border-radius: 27px;
font-weight: 700 !important;
background-color: #FFC432;
font-family: "Hanken Grotesk";
font-size: 20px;
color: black;
transition: 0.5s;
width: fit-content;
}
.banner-widget a.banner-button:hover {
background-color: #25B1E1;
}
@media (max-width: 1200px) {
.banner-widget {
padding: 62px;
}
.banner-widget:hover {
border-radius: 24px;
}
.banner-widget a.banner-button {
padding: 8px 20px;
font-size: 16px;
}
}
@media (max-width: 768px) {
.banner-widget {
padding: 120px 25px;
}
}.share-post-widget {
width: 752px;
justify-self: center;
align-items: center;
display: flex;
flex-direction: column;
gap: 48px;
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.share-post-widget p{
margin: 0;
}
.share-post-widget .separator-line {
height: 0.5px;
width: 100%;
background-color: #363636;
}
.share-post-widget .tags {
justify-content: center;
display: flex;
flex-direction: row;
gap: 12px;
}
.share-post-widget .tag {
color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
display: flex;
text-align: center;
align-items: center;
cursor: pointer;
border: 1px solid;
padding: 8px 24px;
border-radius: 27px;
font-weight: 700;
transition: 0.3s;
}
.share-post-widget .tag:hover {
color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
}
.share-post-widget .share {
display: flex;
flex-direction: column;
gap: 12px;
width: fit-content;
align-items: center;
}
.share-post-widget .social-icons {
display: flex;
flex-direction: row;
gap: 12px;
}
.share-post-widget .social-icons a {
width: 54px;
height: 54px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: var(--Gray-Gray-100, #161616);
transition: 0.3s;
}
.share-post-widget .social-icons a:hover {
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
transition: 0.3s;
}
.share-post-widget .social-icons a img {
width: 24px;
height: 24px;
transition: 0.3s;
}
.share-post-widget .social-icons a:hover img {
filter: contrast(5);
}
.share-post-widget .site-info {
display: flex;
flex-direction: column;
gap: 12px;
align-items: center;
text-align: center;
padding-bottom: 72px;
}
.share-post-widget .site-separator {
display: flex;
flex-direction: row;
gap: 12px;
align-items: center;
width: 100%;
}
.share-post-widget .site-separator .separator-line {
flex: 1 1 0;
}
.share-post-widget .site-separator img {
width: 96px;
height: 96px;
aspect-ratio: 1 / 1;
padding: 20px;
}
.share-post-widget .site-info .about-link{
display: flex;
flex-direction: row;
gap: 8px;
}
.share-post-widget .site-info .about-link a {
color: var(--Default-White, #FFF);
font-weight: 700;
text-decoration: underline;
text-decoration-color: dimgrey;
text-underline-offset: 8px;
transition: 0.3s;
}
.share-post-widget .site-info .about-link a:hover {
text-decoration-color: white;
transition: 0.3s;
}
@media (max-width: 768px) {
.share-post-widget {
width: 100%;
font-size: 16px;
}
.share-post-widget .tag{
padding: 4px 16px;
}
.share-post-widget .social-icons a{
width: 40px;
height: 40px;
}
.share-post-widget .site-info{
padding-bottom: 48px;
}
}.post-navigation-widget {
width: 752px;
display: flex;
flex-direction: row;
gap: 24px;
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 400;
justify-content: space-between;
}
.post-navigation-widget p,
.post-navigation-widget h1,
.post-navigation-widget h2,
.post-navigation-widget h3,
.post-navigation-widget h4,
.post-navigation-widget h5,
.post-navigation-widget h6 {
margin: 0;
}
.post-navigation-widget .post-card {
display: flex;
flex-direction: column;
gap: 16px;
width: calc(50% - 12px);
}
.post-navigation-widget .post-card.next {
margin-left: auto;
}
.post-navigation-widget .post-card .navigation-link {
display: flex;
flex-direction: column;
gap: 24px;
}
.post-navigation-widget .post-card .links{
display: flex;
flex-direction: column;
gap: 36px;
}
.post-navigation-widget .post-card .navigation-label {
display: flex;
flex-direction: row;
gap: 12px;
align-items: center;
font-size: 16px;
color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
text-decoration: underline;
text-underline-offset: 8px;
width: fit-content;
transition: 0.3s;
}
.post-navigation-widget .post-card.next .navigation-label {
align-self: flex-end;
}
.post-navigation-widget .post-card.previous .navigation-label:before,
.post-navigation-widget .post-card.next .navigation-label:after {
content: "";
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid;
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/post-navigation/assets/arrow-normal.svg);
background-repeat: no-repeat;
background-size: 16px 16px;
background-position: center;
transition: 0.3s;
}
.post-navigation-widget .post-card.next .navigation-label:after{
rotate: 180deg;
}
.post-navigation-widget .post-card .navigation-label:hover {
color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
}
.post-navigation-widget .post-card .navigation-label:hover:before,
.post-navigation-widget .post-card .navigation-label:hover:after {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/post-navigation/assets/arrow-hover.svg);
transition: 0.3s;
}
.post-navigation-widget .links .featured-image-link{
position: relative;
line-height: 0;
overflow: hidden;
aspect-ratio: 182 / 137;
border-radius: 8px;
}
.post-navigation-widget .links .featured-image-link img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.3s;
}
.post-navigation-widget .post-card:hover .links .featured-image-link img {
transform: scale(1.15);
transition: 0.3s;
}
.post-navigation-widget .featured-image-link .category {
position: absolute;
background: black;
color: white;
padding: 16px 16px;
top: 16px;
left: 16px;
border-radius: 24px;
font-size: 14px;
z-index: 1;
opacity: 0;
transition: 0.3s;
}
.post-navigation-widget .post-card:hover .featured-image-link .category{
opacity: 1;
transition: 0.3s;
}
.post-navigation-widget .post-card h6 {
color: var(--Gray-Gray-700, #DDD);
font-size: 24px;
font-weight: 700;
transition: 0.3s;
}
.post-navigation-widget .post-card:hover h6 {
color: white;
transition: 0.3s;
}
.post-navigation-widget .post-card .info {
display: flex;
flex-direction: row;
gap: 12px;
align-items: center;
font-size: 14px;
color: var(--Gray-Gray-500, #606060);
opacity: 0;
transition: 0.3s;
}
.post-navigation-widget .post-card:hover .info{
opacity: 1;
transition: 0.3s;
}
.post-navigation-widget .post-card .info .author-img {
height: 24px;
width: 24px;
}
.post-navigation-widget .post-card .info .author-img img {
height: 100%;
width: 100%;
border-radius: 50%;
}
.post-navigation-widget .post-card .info .author-name {
color: white;
text-decoration: underline;
text-underline-offset: 8px;
text-decoration-color: #606060;
transition: 0.3s;
}
.post-navigation-widget .post-card .info .author-name:hover{
text-decoration-color: white;
transition: 0.3s;
}
@media (max-width: 1200px) {
.post-navigation-widget .post-card .info {
opacity: 1;
}
}
@media (max-width: 767px) {
.post-navigation-widget {
display: none;
}
}.comments-widget {
display: flex;
flex-direction: column;
gap: 48px;
}
.comments-widget p,
.comments-widget h1,
.comments-widget h2,
.comments-widget h3,
.comments-widget h4,
.comments-widget h5,
.comments-widget h6 {
margin: 0;
} .comments-widget .comments-list {
display: flex;
flex-direction: column;
gap: 24px;
width: 752px;
padding: 36px 48px;
border-radius: 24px;
border: 1px solid var(--Gray-Gray-100, #161616);
}
.comments-widget .comments-list .comment {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.comments-widget .comments-list .comment .left-block {
position: relative;
display: flex;
align-items: start;
width: 48px;
}
.comments-widget .comments-list .left-block:after {
content: "";
position: absolute;
top: 60px;
bottom: 0;
left: 50%;
width: 0.5px;
background: #363636;
}
.comments-widget .comments-list .comment a {
display: flex;
width: fit-content;
height: fit-content;
}
.comments-widget .comments-list .comment img {
width: 48px;
height: 48px;
border-radius: 50%;
}
.comments-widget .comments-list .right-block {
display: flex;
flex-direction: column;
gap: 16px;
}
.comments-widget .comments-list .right-block {
width: calc(100% - 74px);
display: flex;
flex-direction: column;
}
.comments-widget .comments-list .comment .author {
position: relative;
width: fit-content;
color: var(--Default-White, #FFF);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
}
.comments-widget .comments-list .comment .author.verify:after {
content: "";
position: absolute;
top: 5px;
right: -25px;
width: 20px;
height: 20px;
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/comments/assets/verify.svg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 50%;
}
.comments-widget .comments-list .comment .date {
width: fit-content;
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.comments-widget .comments-list .comment .content {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.comments-widget .comments-list .comment .reply {
width: fit-content;
color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
border: 1px solid var(--Color-Palette-Yellow-Yellow-500, #FFC432);
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%;
padding: 8px 24px;
border-radius: 27px;
background: transparent;
transition: 0.3s;
}
.comments-widget .comments-list .comment .reply:hover {
border-color: var(--Color-Palette-Blue-Blue-500, #0091FF);
color: var(--Color-Palette-Blue-Blue-500, #0091FF);
transition: 0.3s;
} .comments-widget .comments-list .reply-form-container {
opacity: 0;
max-height: 0;
overflow: hidden;
transition: 0.3s;;
}
.comments-widget .comments-list .reply-form-container.active {
opacity: 1;
max-height: 500px;
transition: 0.3s;
}
.comments-widget .comments-list form.reply-form {
display: flex;
flex-direction: column;
gap: 16px;
background: var(--Gray-Gray-100, #161616);
border-radius: 24px;
padding: 16px 20px;
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist;
font-style: normal;
line-height: 115%;
}
.comments-widget .comments-list form.reply-form .form-box {
display: flex;
flex-direction: column;
gap: 10px;
}
.comments-widget .comments-list form.reply-form h4 {
font-size: 20px;
font-weight: 900;
}
.comments-widget .comments-list form.reply-form .form-box {
display: flex;
flex-direction: column;
gap: 10px;
}
.comments-widget .comments-list form.reply-form label {
font-size: 16px;
font-weight: 700;
}
.comments-widget .comments-list form.reply-form .form-box .error-msg{
font-size: 12px;
font-weight: 400;
}
.comments-widget .comments-list form.reply-form textarea,
.comments-widget .comments-list form.reply-form input {
position: relative;
border-radius: 8px;
background: var(--Gray-Gray-200, #242424);
border: 1px solid transparent;
color: var(--Gray-Gray-600, #EEEEEE);
padding: 12px 56px 12px 12px;
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
background-position: calc(100% - 16px) 12px;
transition: 0.3s;
}
.comments-widget .comments-list form.reply-form input.error,
.comments-widget .comments-list form.reply-form textarea.error {
border: 1px solid var(--Color-Palette-Red-Red-300, #FF999A);
background: var(--Color-Palette-Red-Red-900, #4D0F0F);
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/comments/assets/error.svg);
background-repeat: no-repeat;
background-position: calc(100% - 16px) 12px;
background-size: 20px;
transition: 0.3s;
}
.comments-widget .comments-list form.reply-form input.success,
.comments-widget .comments-list form.reply-form textarea.success {
border: 1px solid var(--Color-Palette-Green-Green-300, #99E2B4);
background: var(--Color-Palette-Green-Green-900, #0F3B1F);
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/comments/assets/success.svg);
background-repeat: no-repeat;
background-position: calc(100% - 16px) 14px;
background-size: 15px;
transition: 0.3s;
}
.comments-widget .comments-list form.reply-form textarea:hover,
.comments-widget .comments-list form.reply-form input:hover,
.comments-widget .comments-list form.reply-form textarea:focus,
.comments-widget .comments-list form.reply-form input:focus
{
border: 1px solid var(--Gray-Gray-700, #DDD);
color: var(--Gray-Gray-700, #DDD);
transition: 0.3s;
}
.comments-widget .comments-list form.reply-form textarea::placeholder,
.comments-widget .comments-list form.reply-form input::placeholder {
color: var(--Gray-Gray-600, #999);
transition: 0.3s;
}
.comments-widget .comments-list form.reply-form textarea:hover::placeholder,
.comments-widget .comments-list form.reply-form input:hover::placeholder {
color: var(--Gray-Gray-700, #DDD);
transition: 0.3s;
}
.comments-widget .comments-list form.reply-form textarea.error::after, .comments-widget .comments-list form.reply-form input.error::after {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/comments/assets/error.svg);
}
.comments-widget .comments-list form.reply-form textarea.success::after, .comments-widget .comments-list form.reply-form input.success::after {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/comments/assets/success.svg);
}
.comments-widget .comments-list form.reply-form button {
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
padding: 6px 16px;
border-radius: 27px;
border: none;
color: var(--Default-Black, #000);
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%;
width: fit-content;
transition: 0.3s;
}
.comments-widget .comments-list form.reply-form button:hover {
background-color: var(--Color-Palette-Blue-Blue-500, #0091FF);
transition: 0.3s;
}
.comments-widget .comments-list form.reply-form .form-box.comment-form-cookies-consent{
flex-direction: row;
gap: 10px;
} .comments-widget .comments-list .comment .reply-comments {
display: flex;
flex-direction: column;
gap: 16px;
padding: 16px;
}
.comments-widget .comments-list .reply-comments .left-block:after {
content: none;
}
.comments-widget .comments-list .reply-comments .comment .left-block{
width: 34px;
}
.comments-widget .comments-list .reply-comments .comment img{
width: 34px;
height: 34px;
}
.comments-widget .comments-list .reply-comments .right-block{
width: calc(100% - 50px);
gap: 10px;
}
.comments-widget .comments-list .reply-comments .comment .author{
font-size: 16px;
}
.comments-widget .comments-list .reply-comments .comment .date{
font-size: 12px;
}
.comments-widget .comments-list .reply-comments .comment .content{
font-size: 12px;
line-height: 160%;
}
.comments-widget .comments-list .reply-comments .comment .author.verify:after {
top: 4px;
right: -20px;
width: 15px;
height: 15px;
} .comments-widget form.comment-form {
width: 752px;
background: var(--Gray-Gray-100, #161616);
display: flex;
padding: 36px 48px 48px 48px;
flex-direction: column;
align-items: flex-start;
gap: 24px;
border-radius: 24px;
}
.comments-widget form.comment-form h4 {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist;
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.comments-widget form.comment-form .form-box {
display: flex;
flex-direction: column;
width: 100%;
gap: 12px;
}
.comments-widget form.comment-form .form-box label{
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
}
.comments-widget form.comment-form .form-box .error-msg{
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.comments-widget form.comment-form .form-box.comment-form-cookies-consent {
flex-direction: row;
gap: 8px;
}
.comments-widget form.comment-form textarea,
.comments-widget form.comment-form input {
position: relative;
border-radius: 8px;
background: var(--Gray-Gray-200, #242424);
border: 1px solid transparent;
color: var(--Gray-Gray-600, #EEEEEE);
padding: 12px 56px 12px 24px;
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
background-position: calc(100% - 24px) 12px;
transition: 0.3s;
}
.comments-widget form.comment-form input.error,
.comments-widget form.comment-form textarea.error {
border: 1px solid var(--Color-Palette-Red-Red-300, #FF999A);
background: var(--Color-Palette-Red-Red-900, #4D0F0F);
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/comments/assets/error.svg);
background-repeat: no-repeat;
background-position: calc(100% - 24px) 12px;
background-size: 24px;
transition: 0.3s;
}
.comments-widget form.comment-form input.success,
.comments-widget form.comment-form textarea.success {
border: 1px solid var(--Color-Palette-Green-Green-300, #99E2B4);
background: var(--Color-Palette-Green-Green-900, #0F3B1F);
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/comments/assets/success.svg);
background-repeat: no-repeat;
background-position: calc(100% - 24px) 14px;
background-size: 18px;
transition: 0.3s;
}
.comments-widget form.comment-form textarea:hover,
.comments-widget form.comment-form input:hover,
.comments-widget form.comment-form textarea:focus,
.comments-widget form.comment-form input:focus
{
border: 1px solid var(--Gray-Gray-700, #DDD);
color: var(--Gray-Gray-700, #DDD);
transition: 0.3s;
}
.comments-widget form.comment-form textarea::placeholder,
.comments-widget form.comment-form input::placeholder {
color: var(--Gray-Gray-600, #999);
transition: 0.3s;
}
.comments-widget form.comment-form textarea:hover::placeholder,
.comments-widget form.comment-form input:hover::placeholder {
color: var(--Gray-Gray-700, #DDD);
transition: 0.3s;
}
.comments-widget form.comment-form textarea.error::after, .comments-widget form.comment-form input.error::after {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/comments/assets/error.svg);
}
.comments-widget form.comment-form textarea.success::after, .comments-widget form.comment-form input.success::after {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/comments/assets/success.svg);
}
.comments-widget form.comment-form textarea {
height: 210px;
}
.comments-widget form.comment-form button {
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
padding: 12px 32px;
border-radius: 27px;
border: none;
color: var(--Default-Black, #000);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
transition: 0.3s;
}
.comments-widget form.comment-form button:hover {
background-color: var(--Color-Palette-Blue-Blue-500, #0091FF);
color: var(--Default-Black, #000);
transition: 0.3s;
} .comments-widget form.comment-form .submit-msg,
.comments-widget form.reply-form .submit-msg
{
display: flex;
flex-direction: row;
align-items: center;
font-family: 'Hanken Grotesk';
font-size: 16px;
opacity: 0;
transition: opacity 0.5s;
}
.comments-widget form.comment-form .submit-msg{
gap: 24px;
}
.comments-widget form.reply-form .submit-msg{
gap: 12px;
}
.comments-widget form.comment-form .submit-msg.active,
.comments-widget form.reply-form .submit-msg.active{
display: flex;
opacity: 1;
transition: 0.5s;
}
.comments-widget form.comment-form .submit-msg img {
width: 56px;
}
.comments-widget form.reply-form .submit-msg img {
width: 30px;
}
.comments-widget form.comment-form .submit-msg p {
margin-left: -80px;
transition: 0.5s;
}
.comments-widget form.reply-form .submit-msg p {
margin-left: -42px;
transition: 0.5s;
}
.comments-widget form.comment-form .submit-msg.active p,
.comments-widget form.reply-form .submit-msg.active p {
margin-left: 0;
transition: 0.5s;
}
@media (max-width: 768px) {
.comments-widget{
gap: 36px;
}
.comments-widget .comments-list {
width: 100%;
padding: 0;
border-radius: 0;
border: none;
}
.comments-widget form.comment-form{
width: 100%;
}
.comments-widget .comments-list .comment .reply-comments{
padding: 0;
}
.comments-widget .comments-list .comment .left-block{
width: 40px;
}
.comments-widget .comments-list .comment img {
width: 40px;
height: 40px;
}
.comments-widget .comments-list .right-block{
width: calc(100% - 62px);
}
.comments-widget .comments-list .comment .reply{
font-size: 14px;
padding: 8px 16px;
border-radius: 24px;
}
.comments-widget form.comment-form{
padding: 24px;
}
.comments-widget form.comment-form h4{
font-size: 26px;
}
.comments-widget form.comment-form .form-box label{
font-size: 16px;
}
.comments-widget form.comment-form textarea {
height: 164px;
font-size: 16px;
padding: 8px 20px;
}
.comments-widget .comments-list form.reply-form button{
padding: 10px 20px;
}
}.related-posts-widget {
display: flex;
flex-direction: column;
gap: 48px;
}
.related-posts-widget .related-posts-heading {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.related-posts-widget .posts-contenetor {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.related-posts-widget .post-card {
display: flex;
flex-direction: column;
width: 30%;
}
.related-posts-widget .post-card .img-wrapper {
position: relative;
border-radius: 8px;
overflow: hidden;
aspect-ratio: 182 / 137;
}
.related-posts-widget .post-card .img-wrapper img {
height: 100%;
width: 100%;
object-fit: cover;
transition: 0.3s;
}
.related-posts-widget .post-card:hover .img-wrapper img {
transform: scale(1.15);
transition: 0.3s;
}
.related-posts-widget .post-card .img-wrapper .post-category {
position: absolute;
color: var(--Default-White, #FFF);
background-color: black;
padding: 4px 12px;
left: 10px;
top: 12px;
border-radius: 24px;
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
z-index: 1;
margin: 0;
opacity: 0;
transition: 0.3s;
}
.related-posts-widget .post-card:hover .img-wrapper .post-category {
opacity: 1;
transition: 0.3s;
}
.related-posts-widget .title-card {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 24px 0 16px 0;
transition: 0.3s;
}
.related-posts-widget .post-card:hover .title-card {
color: white;
transition: 0.3s;
}
.related-posts-widget .post-card .post-info {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
opacity: 0;
transition: 0.3s;
}
.related-posts-widget .post-card:hover .post-info {
opacity: 1;
transition: 0.3s;
}
.related-posts-widget .post-info .profile-img-link {
width: 24px;
height: 24px;
border-radius: 50%;
}
.related-posts-widget .post-info img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius: 50%;
}
.related-posts-widget .post-info p {
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.related-posts-widget .post-info .author-name {
color: var(--Default-White, #FFF);
font-weight: 700;
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
padding-bottom: 3px;
border-bottom: 1px solid #606060;
transition: 0.3s;
margin-bottom: -4px;
}
.related-posts-widget .post-info .author-name:hover {
border-bottom-color: white;
transition: 0.3s;
}
@media (max-width: 1200px) and (min-width: 769px) {
.related-posts-widget .post-card .img-wrapper .post-category {
opacity: 1;
}
.related-posts-widget .post-card .post-info {
opacity: 1;
}
.related-posts-widget .post-info img {
width: 24px;
height: auto;
}
}
@media (max-width: 768px) {
.related-posts-widget .related-posts-heading {
font-size: 32px;
}
.related-posts-widget .posts-contenetor {
flex-direction: column;
gap: 48px;
}
.related-posts-widget .post-card {
width: 100%;
}
.related-posts-widget .post-card .img-wrapper {
aspect-ratio: 182 / 127;
}
.related-posts-widget .post-card .img-wrapper .post-category {
opacity: 1;
}
.related-posts-widget .post-card:hover .img-wrapper img {
transform: scale(1);
}
.related-posts-widget .title-card {
font-size: 18px;
margin: 20px 0 12px 0;
}
.related-posts-widget .post-card .post-info {
opacity: 1;
}
.related-posts-widget .post-card-hidden{
display: none;
}
}.crombie-footer {
background-color: white;
position: relative;
}
.crombie-footer p, .crombie-footer a.footer-link, .crombie-footer h6 {
color: var(--Default-Black, #000);
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.crombie-footer .crombie-footer-misc {
position: absolute;
width: 85px;
height: 150px;
top: -80px;
right: -200px;
}
.crombie-footer .crombie-footer-top {
display: flex;
align-items: center;
justify-content: space-between;
padding: 48px 0px;
}
.crombie-footer .crombie-footer-top .crombie-footer-tagline {
display: flex;
align-items: center;
gap: 24px;
}
.crombie-footer .crombie-footer-tagline p {
font-size: 16px;
}
.crombie-footer .crombie-footer-top .crombie-footer-tagline .crombie-footer-icon-wrapper {
min-width: 54px;
max-width: 54px;
min-height: 54px;
max-height: 54px;
background-color: black;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.crombie-footer .crombie-footer-top .crombie-footer-tagline .crombie-footer-icon-wrapper .crombie-footer-icon {
width: 25px;
height: 25px;
transform: translateX(-2px);
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons {
display: flex;
align-items: center;
gap: 24px;
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons .crombie-footer-social-icon-wrapper {
width: 64px;
height: 64px;
background-color: #FAFAFA;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transform: translateY(0px);
transition: all 0.3s ease-in-out;
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons .crombie-footer-social-icon-wrapper:hover {
background-color: #FFC432;
transform: translateY(-8px);
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons .crombie-footer-social-icon-wrapper .crombie-footer-social-icon {
width: 24px;
height: 24px;
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons .crombie-footer-social-icon-wrapper:hover .filter {
filter: contrast(5);
}
.crombie-footer .divider {
width: 100%;
height: 0.667px;
background-color: #EEEEEE;
margin: 0px;
}
.crombie-footer .crombie-footer-center {
display: flex;
justify-content: space-between;
padding: 48px 0px 96px 0px;
gap: 24px;
}
.crombie-footer .crombie-footer-center .crombie-footer-column {
display: flex;
flex-direction: column;
gap: 16px;
}
.crombie-footer .crombie-footer-center .crombie-footer-column .crombie-footer-column-content {
display: flex;
flex-direction: column;
gap: 12px;
}
.crombie-footer .crombie-footer-center p, .crombie-footer .crombie-footer-center a.footer-link {
color: var(--Gray-Gray-500, #606060);
font-size: 16px;
}
.crombie-footer .crombie-footer-center h6{
color: var(--Gray-Gray-600, #999);
font-size: 16px;
font-weight: 700;
}
.crombie-footer .crombie-footer-center a.footer-link,.crombie-footer .crombie-footer-bottom-links a.footer-link{
text-decoration: underline;
text-underline-offset: 8px;
text-decoration-color: transparent;
transition: 0.3s;
}
.crombie-footer .crombie-footer-center a.footer-link:hover,.crombie-footer .crombie-footer-bottom-links a.footer-link:hover{
color: black;
text-decoration-color: black;
transition: 0.3s;
}
.crombie-footer .crombie-footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
padding: 24px 0px;
}
.crombie-footer .crombie-footer-bottom .crombie-footer-bottom-links {
display: flex;
align-items: center;
gap: 24px;
}
.crombie-footer .crombie-footer-bottom p {
color: var(--Gray-Gray-600, #999);
font-size: 14px;
font-weight: 700;
}
.crombie-footer .crombie-footer-bottom-links a.footer-link {
color: var(--Gray-Gray-500, #606060);
font-size: 14px;
} .crombie-footer .crombie-footer-center form {
background-color: #FAFAFA;
padding: 36px;
border-radius: 16px;
display: flex;
flex-direction: column;
border-radius: 24px;
gap: 24px;
}
.crombie-footer .crombie-footer-center form .success-icon {
display: none;
position: absolute;
left: 0;
}
.crombie-footer .crombie-footer-center form .hs-form-field {
display: flex;
flex-direction: column;
gap: 16px;
position: relative;
}
.crombie-footer .crombie-footer-center form label {
font-family: "Hanken Grotesk";
color: #606060;
font-style: normal;
font-weight: 700;
line-height: 150%;
}
.crombie-footer .crombie-footer-center form .hs-form-checkbox label {
display: flex;
gap: 8px;
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.crombie-footer .crombie-footer-center form ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 10px;
}
.crombie-footer .crombie-footer-center form input {
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
border-radius: 8px;
border: none;
background: var(--Gray-Gray-800, #EEE);
padding: 12px 24px;
}
.crombie-footer .crombie-footer-center form input.error {
position: relative;
padding-right: 35px;
}
.crombie-footer .crombie-footer-center form .input:has(input.error)::after {
content: "";
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
position: absolute;
right: 35px;
pointer-events: none;
}
.crombie-footer .crombie-footer-center form div.actions [type=submit] {
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
color: var(--Default-Black, #000);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
border-radius: 27px;
padding: 12px 32px;
border: none;
transition: 0.3s;
}
.crombie-footer .crombie-footer-center form div.actions {
width: fit-content;
cursor: pointer;
}
.crombie-footer .crombie-footer-center form div.actions:hover [type=submit] {
background-color: var(--e-global-color-f598829);
transition: 0.3s;
}
.crombie-footer .crombie-footer-center form ul.no-list.hs-error-msgs {
list-style: none;
padding-left: 0;
}
.crombie-footer .crombie-footer-center form label.hs-error-msg {
font-size: 15px;
margin-top: 12px
}
.crombie-footer .crombie-footer-center form div.actions:after {
content: "->";
background: var(--e-global-color-62e1cb5);
padding: 14px;
border-radius: 50%;
color: black;
transition: 0.3s;
}
.crombie-footer .crombie-footer-center form div.actions:hover:after {
background: var(--e-global-color-f598829);
transition: 0.3s;
}
.crombie-footer .crombie-footer-center form div.actions:hover .hs-submit [type=submit] {
background-color: var(--e-global-color-f598829);
}
.crombie-footer .crombie-footer-center form .hs-form-field {
position: relative;
}
.crombie-footer .crombie-footer-center form .hs_email {
gap: 0px;
}
.crombie-footer .crombie-footer-center form .hs_interest {
padding-top: 16px;
}
.crombie-footer .crombie-footer-center form .hs_interest ul {
flex-wrap: wrap;
}
.crombie-footer .crombie-footer-center form ul.hs-error-msgs li {
width: auto;
}
.crombie-footer .crombie-footer-center form .form-waiting {
color: #888;
margin: 0;
}
.crombie-footer .crombie-footer-center img.footer-image {
width: 200px;
}
.crombie-footer .submitted-message {
color: var(--Gray-Gray-500, #606060);
font-weight: 400;
font-size: 16px;
}
@media (max-width: 1500px) and (min-width: 1400px) {
.crombie-footer .crombie-footer-misc {
right: -120px;
}
}
@media (max-width: 1400px) and (min-width: 1350px) {
.crombie-footer .crombie-footer-misc {
right: -100px;
}
}
@media (max-width: 1350px) and (min-width: 1300px) {
.crombie-footer .crombie-footer-misc {
right: -65px;
}
}
@media (max-width: 1300px) and (min-width: 1250px) {
.crombie-footer .crombie-footer-misc {
width: 75px;
height: 140px;
top: -77px;
right: -45px;
}
}
@media (max-width: 1250px) and (min-width: 1200px) {
.crombie-footer .crombie-footer-misc {
width: 75px;
height: 140px;
top: -77px;
right: -30px;
}
}
@media (max-width: 1200px) {
.crombie-footer .crombie-footer-center form {
background-color: #FAFAFA;
padding: 16px;
}
.crombie-footer .crombie-footer-center .crombie-footer-column:has(form){
flex: auto;
}
.crombie-footer .crombie-footer-center .crombie-footer-column .crombie-footer-column-content{
word-break: break-word;
}
.crombie-footer .crombie-footer-center form div.actions [type=submit]{
padding: 10px 16px;
}
.crombie-footer .crombie-footer-misc {
width: 65px;
height: auto;
right: 26px;
top: -52px;
}
}
@media (max-width: 768px) {
.crombie-footer .crombie-footer-top {
flex-direction: column;
align-items: start;
gap: 24px;
}
.crombie-footer .crombie-footer-misc {
position: absolute;
width: 52px;
height: 92px;
top: -50px;
right: 0px;
}
.crombie-footer .crombie-footer-top .crombie-footer-tagline .crombie-footer-icon-wrapper {
min-width: 48px;
max-width: 48px;
min-height: 48px;
max-height: 48px;
}
.crombie-footer .crombie-footer-top .crombie-footer-tagline .crombie-footer-icon-wrapper .crombie-footer-icon {
width: 24px;
height: 24px;
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons {
width: 100%;
justify-content: space-between;
gap: 0px;
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons .crombie-footer-social-icon-wrapper {
width: 40px;
height: 40px;
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons .crombie-footer-social-icon-wrapper .crombie-footer-social-icon {
width: 20px;
height: 20px;
}
.crombie-footer .crombie-footer-center {
flex-wrap: wrap;
gap: 48px 16px;
}
.crombie-footer .crombie-footer-center .crombie-footer-column {
flex: 1 1 calc(50% - 24px);
}
.crombie-footer .crombie-footer-center .crombie-footer-column:has(img) {
flex: auto;
}
.crombie-footer .crombie-footer-bottom {
flex-direction: column;
gap: 24px;
align-items: start;
}
.crombie-footer .crombie-footer-bottom .crombie-footer-bottom-links {
flex-wrap: wrap;
gap: 16px;
}
.crombie-footer .crombie-footer-bottom .crombie-footer-bottom-links .crombie-footer-bottom-link {
flex: 30%;
}
.crombie-footer .crombie-footer-misc {
height: auto;
right: 0;
top: -40px;
}
}