.flex {
display: flex;
width: 100%;
flex-wrap: wrap;
}
.flex.nowrap {
flex-wrap: nowrap;   
}
.clean-ul {
list-style: none;
margin: 0;
padding: 0;
} .pulse-title {
font-size: 1.5rem;
}
.pulse-cont {
padding: 2rem 0;
column-gap: 3rem;
}
.pulse-content {
padding: 2rem;
background: #fff;
border: 1px solid #ebebeb;
border-radius: 2em;
}
.pulse-entry, .pulse-archive-header, .pulse-archive-posts {
max-width: var(--global-content-width);
margin: 0 auto;
padding: 0 var(--global-content-edge-padding);
}
.pulse-archive-header {
padding-bottom: 2rem;
}
.pulse-image img {
max-width: 100%;
}
.pulse-social-links i, .pulse-description i {
font-family: 'FontAwesome';
font-style: normal;
}
.pulse-social-links {
column-gap: 10px;
}
.pulse-image .slick-arrow {
position: absolute;
top: 50%;
transform: translatey(-50%);
z-index: 9999;
font-family: 'Font Awesome 5 Free';
background: #ffffff4d;
padding: 10px;
color: #a0724d;
box-shadow: none;
}
.pulse-image .slick-arrow i {
font-style: normal;
}
.pulse-image .slick-prev {
left: 0;
}
.pulse-image .slick-next {
right: 0;
left: initial;
}
.pulse-image .slick-dots {
margin-top: 10px;
}
.pulse-image .slick-dots button {
width: 12px;
height: 12px;
}
.pulse-image .slick-slide img {
display: block;
border-radius: 2rem;
max-height: 80vh;
margin: 0 auto;
object-fit: cover;
}
.pulse-related ul {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 5px;
list-style: none;
padding: 0;
}
.pulse-related li {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.pulse-related .related-post-image {
width: 100%;
height: 0;
padding-bottom: 100%;
object-fit: cover;
margin-bottom: 10px;
overflow: hidden;
}
.pulse-related .related-post-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.pulse-related a {
text-decoration: none;
color: inherit;
}
.pulse-related h2 {
text-align: center;
margin-bottom: 20px;
}
.pulse-related {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #ebebeb;
}
.pulse-related h5 {
margin-bottom: 10px;
text-transform: uppercase;
font-size: 1rem;
font-family: 'Roboto';
font-weight: 600;
color: #a0724d;
}
.pulse-tags ul {
column-gap: 5px;
}
.pulse-tags a {
background: #c8ac8957;
padding: 2px 10px;
border-radius: 5rem;
text-decoration: none;
font-size: 14px;
}
.pulse-image, .pulse-content {
flex: 1 0 100%;
max-width: 100%;
}
.header-image {
max-width: 300px;
}
.header-image img {
width: 150px;
height: 150px;
object-fit: cover;
border-radius: 100%;
overflow: hidden;
border: 1px solid #fff;
}
.post-type-archive-pulse #inner-wrap {
max-width: 1024px;
margin: 0 auto;
width: 100%;
}
.pulse-archive-header .header-content {
flex: 1 0 auto;
max-width: calc(100% - 200px);
}
.pulse-archive-header > .flex {
column-gap: 2rem;
justify-content: center;
}
.pulse-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
}
.pulse-grid-item {
aspect-ratio: 4 / 5;
background-color: #a0724d;
overflow: hidden;
}
.pulse-thumb {
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
transition: transform 0.3s ease;
}
.pulse-grid-item:hover .pulse-thumb {
transform: scale(1.05);
}
.pulse-archive-cont {
background: #fff;
margin: 2rem 0;
border-radius: 2rem;
border: 1px solid #ebebeb;
padding: 2rem 0;
}
.pulse-thumb:hover {
opacity: .6;
}
a.archive-button-back {
text-decoration: none;
margin: 10px 0 20px;
display: block;
color: gray;
}
.archive-button-back i {
color: #a0724d;
}
@media screen and (max-width: 768px) {
.flex.nowrap {
flex-wrap: wrap;
}
.pulse-content {
margin-top: 20px;
padding: 1.4rem;
}
}
@media screen and (min-width: 768px) {
.pulse-image, .pulse-content {
flex: 1 0 50%;
max-width: 50%;
}
}