.upk-camux-slider-wrap .upk-img {
width: 100%;
height: 100% !important;
object-fit: cover;
}
.upk-camux-slider {
margin-bottom: clamp(2.5rem, 6vw, 3.438rem);
}
.upk-camux-slider .upk-item {
width: 100%;
height: clamp(28.125rem, 60vw, 43.75rem);
}
.upk-camux-slider .upk-img-wrap {
position: relative;
height: 100%;
}
.upk-camux-slider .upk-img-wrap::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background-image: linear-gradient(45deg, rgba(5, 4, 4, 0.741), transparent);
}
.upk-camux-slider .upk-content {
width: 100%;
max-width: 800px;
padding: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
overflow: hidden;
}
.upk-camux-slider .upk-category {
margin-bottom: clamp(0.938rem, 2vw, 1.25rem);
display: inline-flex;
}
.upk-camux-slider .upk-category a {
background: #EF233C;
padding: 6px 10px;
color: #EDF2F4;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
font-size: clamp(0.625rem, 1vw, 0.75rem);
border-radius: 3px;
display: inline-block;
transition: all 0.3s ease;
}
.upk-camux-slider .upk-category a:hover {
background: #D90429;
}
.upk-camux-slider .upk-category a + a {
margin-left: 5px;
}
.upk-camux-slider .upk-title {
font-size: clamp(1.25rem, 5vw, 3rem);
font-weight: 700;
line-height: 1.6;
text-transform: capitalize;
padding-bottom: clamp(1.25rem, 3vw, 1.875rem);
margin: 0;
}
.upk-camux-slider .upk-title a {
color: #edf2f4;
background: #2b2d42;
display: inline;
-webkit-box-decoration-break: clone;
padding: 5px 15px 8px;
border-radius: 4px;
transition: all 0.3s ease;
}
.upk-camux-slider .upk-title a:hover {
color: #D90429;
}
.upk-camux-slider .upk-text {
margin-bottom: 15px;
color: #c9d5e9;
font-size: clamp(0.875rem, 2vw, 1rem);
line-height: 1.5;
}
.upk-camux-slider .upk-text p {
margin: 0;
}
.upk-camux-slider .upk-meta {
display: inline-flex;
align-items: center;
color: #c9d5e9;
font-size: clamp(0.75rem, 1.5vw, 0.875rem);
text-transform: uppercase;
gap: 10px;
}
.upk-camux-slider .upk-meta .upk-name {
text-decoration: none;
color: #c9d5e9;
transition: all 0.3s ease;
}
.upk-camux-slider .upk-meta .upk-name:hover {
color: #D90429;
}
.upk-camux-slider .upk-meta .upk-post-time {
margin-left: 5px;
}
.upk-camux-slider .upk-meta .upk-post-time i {
margin-right: 2px;
}
.upk-camux-slider .upk-meta > div {
position: relative;
display: inline-flex;
gap: 5px;
}
.upk-camux-slider .upk-meta > div:before {
content: attr(data-separator);
margin: 0 5px;
}
.upk-camux-slider .upk-meta > div:nth-child(1)::before {
display: none;
}
.upk-camux-slider .upk-navigation-prev,
.upk-camux-slider .upk-navigation-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1;
cursor: pointer;
padding: 8px;
background: #2b2d42;
display: inline-flex;
border-radius: 4px;
}
.upk-camux-slider .upk-navigation-prev i,
.upk-camux-slider .upk-navigation-next i {
color: #fff;
}
.upk-camux-slider .upk-navigation-prev {
left: 0;
}
.upk-camux-slider .upk-navigation-next {
right: 0;
}
.upk-camux-thumbs {
position: absolute !important;
left: 50%;
height: 80px;
width: clamp(15.625rem, 60vw, 42.5rem);
bottom: 0;
transform: translateX(-50%);
}
.upk-camux-thumbs .upk-item {
border-radius: 6px;
overflow: hidden;
}
.upk-camux-thumbs .swiper-slide-active {
-webkit-mask-image: url(//www.lopburitoday.com/wp-content/plugins/ultimate-post-kit/assets/images/mask/thumbs-active.svg);
mask-image: url(//www.lopburitoday.com/wp-content/plugins/ultimate-post-kit/assets/images/mask/thumbs-active.svg);
-webkit-mask-position: center center;
mask-position: center center;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.upk-camux-thumbs .upk-img-wrap {
position: relative;
height: 100%;
}
.upk-camux-thumbs .upk-img-wrap .upk-img {
cursor: pointer;
}
.upk-camux-thumbs .upk-comments {
position: absolute;
bottom: 0;
left: 0;
margin: 10px;
background: #2b2d42;
color: #fff;
font-size: 10px;
padding: 4px 6px;
border-radius: 3px;
text-transform: uppercase;
}
@media (min-width: 768px) {
.upk-camux-thumbs {
height: 110px;
}
}.upk-buzz-list {
position: relative;
display: grid;
counter-reset: number-count;
}
.upk-buzz-list .upk-item {
position: relative;
overflow: hidden;
transition: all 0.3s cubic-bezier(0.34, 0.01, 0.58, 1);
}
.upk-buzz-list .upk-item:hover .upk-img-wrap:before {
background: rgba(43, 45, 66, 0.5);
}
.upk-buzz-list .upk-item:hover .upk-count:before {
color: #EDF2F4;
}
.upk-buzz-list .upk-item:hover .upk-inner {
border-left-color: #EDF2F4;
}
.upk-buzz-list .upk-item:hover .upk-category a {
color: #EDF2F4;
}
.upk-buzz-list .upk-item:hover .upk-title a {
color: #fff;
}
.upk-buzz-list .upk-item:hover .upk-meta {
color: #EDF2F4;
}
.upk-buzz-list .upk-item:hover .upk-meta .upk-author-wrap .upk-author-name {
color: #EDF2F4;
}
.upk-buzz-list .upk-img-wrap {
position: absolute;
width: 100%;
height: 100%;
}
.upk-buzz-list .upk-img-wrap::before {
content: "";
position: absolute;
top: 0;
left: 0;
background: #fff;
width: 100%;
height: 100%;
transition: all 0.3s cubic-bezier(0.34, 0.01, 0.58, 1);
}
.upk-buzz-list .upk-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.upk-buzz-list .upk-content {
padding: 15px;
display: flex;
position: relative;
align-items: center;
}
.upk-buzz-list .upk-count {
position: relative;
counter-increment: number-count;
padding-right: 15px;
}
.upk-buzz-list .upk-count:before {
content: counter(number-count);
top: 0;
left: 0;
font-size: 30px;
color: #2B2D42;
font-weight: 600;
transition: all 0.3s cubic-bezier(0.34, 0.01, 0.58, 1);
}
.upk-buzz-list .upk-inner {
padding-left: 15px;
border-left: 2px solid #8D99AE;
transition: all 0.3s cubic-bezier(0.34, 0.01, 0.58, 1);
}
.upk-buzz-list .upk-category {
margin-bottom: 5px;
display: flex;
}
.upk-buzz-list .upk-category a {
display: inline-flex;
font-size: 10px;
color: #EF233C;
font-weight: 500;
text-transform: uppercase;
transition: all 0.3s cubic-bezier(0.34, 0.01, 0.58, 1);
}
.upk-buzz-list .upk-category a + a {
margin-left: 5px;
}
.upk-buzz-list .upk-title {
font-size: 16px;
font-weight: 700;
text-transform: capitalize;
margin: 0;
}
.upk-buzz-list .upk-title a {
color: #2B2D42;
transition: all 0.3s cubic-bezier(0.34, 0.01, 0.58, 1);
}
.upk-buzz-list .upk-meta {
flex-wrap: wrap;
color: #8D99AE;
font-size: 11px;
font-weight: 500;
line-height: 1;
padding-top: 10px;
position: relative;
text-transform: uppercase;
transition: color 0.3s cubic-bezier(0.34, 0.01, 0.58, 1);
}
.upk-buzz-list .upk-meta .upk-author-wrap {
display: flex;
}
.upk-buzz-list .upk-meta .upk-author-wrap .upk-by {
font-weight: 700;
padding-right: 6px;
}
.upk-buzz-list .upk-meta .upk-author-wrap .upk-author-name {
color: #8D99AE;
font-weight: 500;
transition: color 0.3s cubic-bezier(0.34, 0.01, 0.58, 1);
}
.upk-buzz-list .upk-meta .upk-post-time {
margin-left: 5px;
}
.upk-buzz-list .upk-meta .upk-post-time i {
margin-right: 2px;
}
.upk-buzz-list .upk-meta > div {
position: relative;
display: inline-flex;
}
.upk-buzz-list .upk-meta > div:before {
content: attr(data-separator);
margin: 0 5px;
}
.upk-buzz-list .upk-meta > div:nth-child(1)::before {
display: none;
}
.upk-global-link-yes .upk-buzz-list .upk-item:hover {
cursor: pointer;
}
@media (min-width: 768px) {
.upk-buzz-list .upk-content {
padding: 20px;
}
.upk-buzz-list .upk-category a {
font-size: 12px;
}
.upk-buzz-list .upk-title {
font-size: 18px;
}
.upk-buzz-list .upk-count::before {
font-size: 40px;
}
}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.upk-maple-carousel .upk-item {
position: relative;
overflow: hidden;
}
.upk-maple-carousel .upk-item:hover .upk-img {
transform: scale(1.1);
}
.upk-maple-carousel .upk-item-box {
position: relative;
}
.upk-maple-carousel .upk-img-wrap {
position: relative;
}
.upk-maple-carousel .upk-main-image {
position: relative;
overflow: hidden;
border-radius: 5px;
width: 100%;
display: flex;
}
.upk-maple-carousel .upk-main-image .upk-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.3s ease-in-out;
}
.upk-maple-carousel .upk-category {
position: absolute;
top: 0;
left: 0;
margin: 15px;
display: inline-flex;
flex-wrap: wrap;
gap: 7px;
}
.upk-maple-carousel .upk-category a {
background-color: #ef233c;
text-decoration: none;
padding: 3px 10px;
border-radius: 15px;
font-size: 12px;
color: #ffffff;
}
.upk-maple-carousel .upk-post-format {
position: absolute;
bottom: 0;
right: 50px;
}
.upk-maple-carousel .upk-post-format a {
color: #fff;
background-color: #ef233c;
display: flex;
position: absolute;
padding: 10px;
border-radius: 30px;
cursor: pointer;
transform: translate(-50%, -50%);
}
.upk-maple-carousel .upk-post-format a i {
display: flex;
}
.upk-maple-carousel .upk-content {
padding-top: 22px;
}
.upk-maple-carousel .upk-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 15px;
font-size: clamp(13px, 2vw, 14px);
}
.upk-maple-carousel .upk-meta .upk-author {
display: flex;
align-items: center;
}
.upk-maple-carousel .upk-meta .upk-author img {
border-radius: 80px;
margin-right: 10px;
}
.upk-maple-carousel .upk-meta .author-name {
color: #8d99ae;
font-weight: 600;
}
.upk-maple-carousel .upk-meta .upk-blog-date {
position: relative;
display: flex;
}
.upk-maple-carousel .upk-meta .upk-blog-date .date {
color: #8d99ae;
}
.upk-maple-carousel .upk-meta .upk-blog-date i {
margin: 0 5px;
}
.upk-maple-carousel .upk-meta .upk-post-time {
margin-left: 5px;
color: #8d99ae;
}
.upk-maple-carousel .upk-meta .upk-post-time i {
margin-right: 2px;
}
.upk-maple-carousel .upk-meta .upk-reading-time {
color: #8d99ae;
}
.upk-maple-carousel .upk-meta > div {
position: relative;
display: inline-flex;
}
.upk-maple-carousel .upk-meta > div:before {
content: attr(data-separator);
margin: 0 8px;
}
.upk-maple-carousel .upk-meta > div:nth-child(1)::before {
display: none;
}
.upk-maple-carousel .upk-title {
width: 100%;
font-size: clamp(18px, 2vw, 20px);
font-weight: 600;
line-height: 1.4;
margin-top: 0;
margin-bottom: 15px;
}
.upk-maple-carousel .upk-title a {
color: #2b2d42;
}
.upk-maple-carousel .upk-title a:hover {
color: #ef233c;
}
.upk-maple-carousel .upk-text {
color: #8d99ae;
font-size: clamp(14px, 2vw, 16px);
}
.upk-maple-carousel .upk-text P {
margin: 0;
}
.upk-item-match-height--yes .upk-maple-carousel .swiper-slide {
height: initial;
}
.upk-global-link-yes .upk-maple-carousel .upk-item:hover {
cursor: pointer;
}.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;
}.upk-maple-grid .upk-post-grid {
display: grid;
grid-gap: 20px;
}
.upk-maple-grid .upk-item {
position: relative;
overflow: hidden;
display: flex;
transition: all 0.3s ease;
}
.upk-maple-grid .upk-item:hover .upk-img {
transform: scale(1.1);
}
.upk-maple-grid .upk-item-box {
position: relative;
}
.upk-maple-grid .upk-image-wrap {
position: relative;
display: flex;
}
.upk-maple-grid .upk-main-image {
position: relative;
overflow: hidden;
border-radius: 5px;
width: 100%;
display: flex;
}
.upk-maple-grid .upk-main-image .upk-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.3s ease-in-out;
}
.upk-maple-grid .upk-category {
position: absolute;
top: 0;
left: 0;
margin: 15px;
display: inline-flex;
gap: 7px;
flex-wrap: wrap;
}
.upk-maple-grid .upk-category a {
background-color: #ef233c;
text-decoration: none;
padding: 3px 10px;
border-radius: 15px;
font-size: 12px;
color: #ffffff;
}
.upk-maple-grid .upk-post-format {
position: absolute;
bottom: 0;
right: 50px;
}
.upk-maple-grid .upk-post-format a {
color: #fff;
background-color: #ef233c;
display: flex;
position: absolute;
padding: 10px;
border-radius: 30px;
cursor: pointer;
transform: translate(-50%, -50%);
}
.upk-maple-grid .upk-post-format a i {
display: flex;
}
.upk-maple-grid .upk-content {
padding-top: 20px;
width: 100%;
}
.upk-maple-grid .upk-meta {
display: inline-flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 15px;
font-size: 13px;
}
.upk-maple-grid .upk-meta .upk-author {
display: flex;
align-items: center;
}
.upk-maple-grid .upk-meta .upk-author img {
border-radius: 80px;
margin-right: 10px;
}
.upk-maple-grid .upk-meta .author-name {
color: #8d99ae;
font-weight: 600;
}
.upk-maple-grid .upk-meta .upk-blog-date {
position: relative;
display: flex;
}
.upk-maple-grid .upk-meta .upk-blog-date .date {
color: #8d99ae;
}
.upk-maple-grid .upk-meta .upk-blog-date i {
margin: 0 5px;
}
.upk-maple-grid .upk-meta .upk-post-time {
margin-left: 5px;
color: #8d99ae;
}
.upk-maple-grid .upk-meta .upk-post-time i {
margin-right: 2px;
}
.upk-maple-grid .upk-meta .upk-reading-time {
color: #8d99ae;
}
.upk-maple-grid .upk-meta > div {
position: relative;
display: inline-flex;
}
.upk-maple-grid .upk-meta > div:before {
content: attr(data-separator);
margin: 0 8px;
}
.upk-maple-grid .upk-meta > div:nth-child(1)::before {
display: none;
}
.upk-maple-grid .upk-title {
width: 100%;
font-size: 18px;
font-weight: 600;
line-height: 1.4;
margin-top: 0;
margin-bottom: 15px;
}
.upk-maple-grid .upk-title a {
color: #2b2d42;
}
.upk-maple-grid .upk-title a:hover {
color: #ef233c;
}
.upk-maple-grid .upk-text {
color: #8d99ae;
font-size: 14px;
}
.upk-maple-grid .upk-text P {
margin: 0;
}
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-item-box,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-item-box,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-item-box,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-item-box,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-item-box,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-item-box,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-item-box,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-item-box,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-item-box,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-item-box,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-item-box,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-item-box {
display: flex;
align-items: center;
width: 100%;
}
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-title,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-title,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-title,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-title,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-title,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-title,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-title,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-title,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-title,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-title,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-title,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-title {
font-size: 16px;
}
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-category,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-post-format,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-author,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-blog-date::before,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-text,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-category,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-post-format,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-author,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-blog-date::before,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-text,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-category,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-post-format,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-author,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-blog-date::before,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-text,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-category,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-post-format,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-author,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-blog-date::before,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-text,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-category,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-post-format,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-author,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-blog-date::before,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-text,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-category,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-post-format,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-author,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-blog-date::before,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-text,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-category,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-post-format,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-author,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-blog-date::before,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-text,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-category,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-post-format,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-author,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-blog-date::before,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-text,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-category,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-post-format,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-author,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-blog-date::before,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-text,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-category,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-post-format,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-author,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-blog-date::before,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-text,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-category,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-post-format,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-author,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-blog-date::before,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-text,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-category,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-post-format,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-author,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-blog-date::before,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-text {
display: none;
}
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-main-image,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-main-image,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-main-image,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-main-image,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-main-image,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-main-image,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-main-image,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-main-image,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-main-image,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-main-image,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-main-image,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-main-image {
width: 150px;
}
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-content,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-content,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-content,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-content,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-content,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-content,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-content,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-content,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-content,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-content,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-content,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-content {
padding: 15px;
}
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-content-inner,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-content-inner,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-content-inner,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-content-inner,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-content-inner,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-content-inner,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-content-inner,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-content-inner,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-content-inner,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-content-inner,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-content-inner,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-content-inner {
display: flex;
flex-direction: row-reverse;
flex-flow: wrap-reverse;
}
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-meta,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-meta,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-meta,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-meta,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-meta,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-meta,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-meta,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-meta,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-meta,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-meta,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-meta,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-meta {
font-size: 13px;
margin-bottom: 0;
width: 100%;
}
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-meta .upk-blog-date,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-meta .upk-blog-date,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-meta .upk-blog-date,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-meta .upk-blog-date,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-meta .upk-blog-date,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-meta .upk-blog-date,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-meta .upk-blog-date,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-meta .upk-blog-date,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-meta .upk-blog-date,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-meta .upk-blog-date,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-meta .upk-blog-date,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-meta .upk-blog-date {
padding-left: 0px;
}
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-meta .upk-blog-date i,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-meta .upk-blog-date i,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-meta .upk-blog-date i,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-meta .upk-blog-date i,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-meta .upk-blog-date i,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-meta .upk-blog-date i,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-meta .upk-blog-date i,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-meta .upk-blog-date i,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-meta .upk-blog-date i,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-meta .upk-blog-date i,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-meta .upk-blog-date i,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-meta .upk-blog-date i {
margin-left: 0;
}
.upk-maple-grid .upk-style-1 {
grid-template-columns: repeat(6, 1fr);
}
.upk-maple-grid .upk-style-1 .upk-item {
grid-column: span 6/auto;
}
.upk-maple-grid .upk-style-2 {
grid-template-columns: repeat(6, 1fr);
}
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+1) {
grid-column: span 6/auto;
grid-row: span 4/auto;
}
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2), .upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3), .upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4), .upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) {
grid-column: span 6/auto;
}
.upk-maple-grid .upk-style-3 {
grid-template-columns: repeat(1, 1fr);
}
.upk-maple-grid .upk-style-4 {
grid-template-columns: repeat(1, 1fr);
}
.upk-maple-grid .upk-style-5 {
grid-template-columns: repeat(6, 1fr);
}
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+1) {
grid-column: span 6/auto;
}
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+1) .upk-item-box {
display: block;
}
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+1) .upk-main-image {
width: 100%;
}
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+1) .upk-content {
padding-top: 30px;
padding-left: 0px;
padding-right: 0px;
}
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+1) .upk-title {
font-size: 18px;
}
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+3) {
grid-column: span 6/auto;
grid-row: span 3/auto;
}
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2), .upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4), .upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) {
grid-column: span 6/auto;
}
.upk-maple-content--center .upk-style-1 .upk-item:nth-child(6n+3) .upk-meta,
.upk-maple-content--center .upk-style-1 .upk-item:nth-child(6n+4) .upk-meta,
.upk-maple-content--center .upk-style-1 .upk-item:nth-child(6n+5) .upk-meta,
.upk-maple-content--center .upk-style-1 .upk-item:nth-child(6n+6) .upk-meta,
.upk-maple-content--center .upk-style-2 .upk-item:nth-child(5n+2) .upk-meta,
.upk-maple-content--center .upk-style-2 .upk-item:nth-child(5n+3) .upk-meta,
.upk-maple-content--center .upk-style-2 .upk-item:nth-child(5n+4) .upk-meta,
.upk-maple-content--center .upk-style-2 .upk-item:nth-child(5n+5) .upk-meta,
.upk-maple-content--center .upk-style-5 .upk-item:nth-child(5n+2) .upk-meta,
.upk-maple-content--center .upk-style-5 .upk-item:nth-child(5n+4) .upk-meta,
.upk-maple-content--center .upk-style-5 .upk-item:nth-child(5n+5) .upk-meta,
.upk-maple-content--center .upk-style-3 .upk-item:nth-child(n+1) .upk-meta {
justify-content: center;
}
.upk-maple-content--right .upk-style-1 .upk-item:nth-child(6n+3) .upk-item-box,
.upk-maple-content--right .upk-style-1 .upk-item:nth-child(6n+4) .upk-item-box,
.upk-maple-content--right .upk-style-1 .upk-item:nth-child(6n+5) .upk-item-box,
.upk-maple-content--right .upk-style-1 .upk-item:nth-child(6n+6) .upk-item-box,
.upk-maple-content--right .upk-style-2 .upk-item:nth-child(5n+2) .upk-item-box,
.upk-maple-content--right .upk-style-2 .upk-item:nth-child(5n+3) .upk-item-box,
.upk-maple-content--right .upk-style-2 .upk-item:nth-child(5n+4) .upk-item-box,
.upk-maple-content--right .upk-style-2 .upk-item:nth-child(5n+5) .upk-item-box,
.upk-maple-content--right .upk-style-5 .upk-item:nth-child(5n+2) .upk-item-box,
.upk-maple-content--right .upk-style-5 .upk-item:nth-child(5n+4) .upk-item-box,
.upk-maple-content--right .upk-style-5 .upk-item:nth-child(5n+5) .upk-item-box,
.upk-maple-content--right .upk-style-3 .upk-item:nth-child(n+1) .upk-item-box {
flex-direction: row-reverse;
}
.upk-maple-content--right .upk-style-1 .upk-item:nth-child(6n+3) .upk-meta,
.upk-maple-content--right .upk-style-1 .upk-item:nth-child(6n+4) .upk-meta,
.upk-maple-content--right .upk-style-1 .upk-item:nth-child(6n+5) .upk-meta,
.upk-maple-content--right .upk-style-1 .upk-item:nth-child(6n+6) .upk-meta,
.upk-maple-content--right .upk-style-2 .upk-item:nth-child(5n+2) .upk-meta,
.upk-maple-content--right .upk-style-2 .upk-item:nth-child(5n+3) .upk-meta,
.upk-maple-content--right .upk-style-2 .upk-item:nth-child(5n+4) .upk-meta,
.upk-maple-content--right .upk-style-2 .upk-item:nth-child(5n+5) .upk-meta,
.upk-maple-content--right .upk-style-5 .upk-item:nth-child(5n+2) .upk-meta,
.upk-maple-content--right .upk-style-5 .upk-item:nth-child(5n+4) .upk-meta,
.upk-maple-content--right .upk-style-5 .upk-item:nth-child(5n+5) .upk-meta,
.upk-maple-content--right .upk-style-3 .upk-item:nth-child(n+1) .upk-meta {
justify-content: flex-end;
}
.upk-global-link-yes .upk-maple-grid .upk-item:hover {
cursor: pointer;
}
@media (min-width: 768px) {
.upk-maple-grid .upk-title {
font-size: 24px;
}
.upk-maple-grid .upk-text {
font-size: 16px;
margin-bottom: 20px;
}
.upk-maple-grid .upk-meta {
font-size: 14px;
}
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+3) .upk-title,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+4) .upk-title,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+5) .upk-title,
.upk-maple-grid .upk-style-1 .upk-item:nth-child(6n+6) .upk-title,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-title,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-title,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-title,
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-title,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2) .upk-title,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4) .upk-title,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) .upk-title,
.upk-maple-grid .upk-style-3 .upk-item:nth-child(n+1) .upk-title {
font-size: 18px;
}
.upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+1), .upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+2), .upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+3), .upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+4), .upk-maple-grid .upk-style-2 .upk-item:nth-child(5n+5) {
grid-column: span 3/auto;
}
.upk-maple-grid .upk-style-4,
.upk-maple-grid .upk-style-3 {
grid-template-columns: repeat(2, 1fr);
}
.upk-maple-grid .upk-style-1 .upk-item:nth-child(n+1) {
grid-column: span 3/auto;
}
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+1) .upk-image-wrap,
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+1) .upk-content {
width: 50%;
}
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+1) .upk-item-box {
display: flex;
align-items: center;
}
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+1) .upk-post-format {
bottom: 50px;
right: 0px;
}
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+1) .upk-content {
padding: 0 30px;
}
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+1) .upk-title {
font-size: 24px;
}
.upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+2), .upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+3), .upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+4), .upk-maple-grid .upk-style-5 .upk-item:nth-child(5n+5) {
grid-column: span 3/auto;
}
}