.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.upk-post-category {
display: grid;
}
.upk-post-category .upk-category-item {
position: relative;
background: #2B2D42;
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px;
}
.upk-post-category .upk-category-item .upk-category-image {
width: 100%;
height: 100%;
}
.upk-post-category .upk-category-item .upk-category-name {
font-weight: 600;
color: #fff;
transition: all 0.3s ease;
}
.upk-post-category .upk-category-item .upk-category-text {
color: #dcdee2;
font-size: 15px;
padding-top: 10px;
transition: all 0.3s ease;
}
.upk-post-category .upk-category-item .upk-category-count {
font-size: 13px;
width: 16px;
height: 16px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background: rgba(255, 255, 255, 0.3);
border-radius: 2px;
transition: all 0.3s ease;
position: absolute;
right: 0;
top: 0;
padding: 16px;
}
.upk-post-category .upk-category-item .upk-category-btn {
background-color: rgba(255, 254, 254, 0.2392156863);
text-align: center;
backdrop-filter: blur(5px);
text-transform: capitalize;
font-weight: 700;
color: #fff;
font-size: 14px;
transition: all 0.3s cubic-bezier(0.14, 0.57, 0.36, 1);
padding: 14px;
border-radius: 10px;
}
.upk-post-category .upk-category-item .upk-category-btn:hover {
background-color: rgba(0, 0, 0, 0.0705882353);
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1882352941) inset;
}
.upk-post-category .upk-category-item .upk-content {
display: inline-flex;
flex-direction: column;
position: relative;
}
.upk-post-category.upk-category-view-all .upk-content {
flex: 1;
}
.upk-post-category.upk-category-view-all .upk-content + .upk-category-btn {
margin-top: 30px;
}
.upk-post-category.upk-category-style-1 .upk-category-item {
border-radius: 4px;
transition: all 0.3s ease;
}
.upk-post-category.upk-category-style-1 .upk-category-item:hover {
opacity: 0.8;
}
.upk-post-category.upk-category-style-1 .upk-category-name {
font-size: 16px;
}
.upk-post-category.upk-category-style-1 .upk-category-image {
margin-bottom: 30px;
}
.upk-post-category.upk-category-style-2 .upk-category-item {
border-radius: 15px;
min-height: 100px;
overflow: hidden;
}
.upk-post-category.upk-category-style-2 .upk-category-image {
position: absolute;
margin: 0;
top: 0;
left: 0;
}
.upk-post-category.upk-category-style-2 .upk-category-image::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
}
.upk-post-category.upk-category-style-2 .upk-category-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.upk-post-category.upk-category-style-2 .upk-content {
z-index: 1;
}
.upk-post-category.upk-category-style-2 .upk-category-name {
font-size: 20px;
}
.upk-post-category.upk-category-style-2 .upk-category-count {
border-radius: 8px;
}.upk-harold-list .upk-list-wrap {
display: grid;
grid-gap: 20px;
}
.upk-harold-list .upk-item {
position: relative;
overflow: hidden;
display: flex;
padding: clamp(10px, 2vw, 20px);
border-radius: 8px;
border: 1px solid #e8ecf3;
transition: all 0.3s ease;
}
.upk-harold-list .upk-item-box {
display: flex;
}
.upk-harold-list .upk-image-wrap {
max-width: clamp(100px, 10vw, 130px);
min-width: clamp(100px, 10vw, 130px);
width: 100%;
display: flex;
}
.upk-harold-list .upk-image-wrap .upk-img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
}
.upk-harold-list .upk-content {
display: flex;
align-items: center;
padding: clamp(10px, 2vw, 20px);
}
.upk-harold-list .upk-category {
margin-bottom: clamp(10px, 1vw, 15px);
}
.upk-harold-list .upk-category a {
text-transform: capitalize;
color: #8D99AE;
font-size: 10px;
padding: clamp(3px, 1vw, 4px) clamp(7px, 1vw, 10px);
text-transform: uppercase;
font-weight: 600;
border-radius: 4px;
line-height: 1;
transition: all 0.3s ease;
}
.upk-harold-list .upk-category a:hover {
border: 1px solid #EF233C;
color: #EF233C;
}
.upk-harold-list .upk-category a + a {
margin-left: 5px;
}
.upk-harold-list .upk-title {
font-size: clamp(16px, 2vw, 20px);
font-weight: 600;
margin: 0px;
padding-bottom: clamp(10px, 1vw, 15px);
text-transform: capitalize;
}
.upk-harold-list .upk-title a {
color: #2B2D42;
}
.upk-harold-list .upk-title a:hover {
color: #EF233C;
}
.upk-harold-list .upk-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 11px;
}
.upk-harold-list .upk-meta .upk-reading-time,
.upk-harold-list .upk-meta .upk-post-time,
.upk-harold-list .upk-meta .upk-author a,
.upk-harold-list .upk-meta .upk-date {
text-transform: uppercase;
font-weight: 500;
color: #8D99AE;
display: flex;
align-items: center;
}
.upk-harold-list .upk-meta .upk-reading-time i,
.upk-harold-list .upk-meta .upk-post-time i,
.upk-harold-list .upk-meta .upk-author a i,
.upk-harold-list .upk-meta .upk-date i {
margin-right: 5px;
}
.upk-harold-list .upk-meta .upk-post-time {
margin-left: 5px;
}
.upk-harold-list .upk-meta .upk-post-time i {
margin-right: 2px;
}
.upk-harold-list .upk-meta > div {
position: relative;
display: inline-flex;
}
.upk-harold-list .upk-meta > div:before {
content: attr(data-separator);
margin: 0 5px;
}
.upk-harold-list .upk-meta > div:nth-child(1)::before {
display: none;
}
.upk-global-link-yes .upk-harold-list .upk-item:hover {
cursor: pointer;
}