| 1 |
.upk-author-wrapper .upk-item { |
| 2 |
position: relative; |
| 3 |
overflow: hidden; |
| 4 |
border-radius: 6px; |
| 5 |
transition: all 0.3s ease; |
| 6 |
} |
| 7 |
.upk-author-wrapper .upk-post-count { |
| 8 |
position: absolute; |
| 9 |
font-size: 12px; |
| 10 |
color: #8D99AE; |
| 11 |
border-color: #8D99AE; |
| 12 |
text-transform: capitalize; |
| 13 |
line-height: 1; |
| 14 |
padding: 3px 6px; |
| 15 |
border-radius: 3px; |
| 16 |
} |
| 17 |
.upk-author-wrapper .upk-content { |
| 18 |
position: relative; |
| 19 |
z-index: 1; |
| 20 |
width: 100%; |
| 21 |
} |
| 22 |
.upk-author-wrapper .upk-name a { |
| 23 |
display: inline-flex; |
| 24 |
font-size: 18px; |
| 25 |
font-weight: 600; |
| 26 |
color: #2B2D42; |
| 27 |
line-height: 1; |
| 28 |
text-transform: capitalize; |
| 29 |
transition: all 0.3s ease; |
| 30 |
} |
| 31 |
.upk-author-wrapper .upk-name a:hover { |
| 32 |
color: #EF233C; |
| 33 |
} |
| 34 |
.upk-author-wrapper .upk-description { |
| 35 |
font-size: 15px; |
| 36 |
color: #8D99AE; |
| 37 |
padding-top: 10px; |
| 38 |
} |
| 39 |
.upk-author-wrapper .upk-role { |
| 40 |
font-size: 15px; |
| 41 |
color: #8D99AE; |
| 42 |
} |
| 43 |
.upk-author-wrapper .upk-link { |
| 44 |
display: flex; |
| 45 |
align-items: center; |
| 46 |
padding-top: 15px; |
| 47 |
line-height: 1; |
| 48 |
} |
| 49 |
.upk-author-wrapper .upk-link a { |
| 50 |
color: #8D99AE; |
| 51 |
font-size: 15px; |
| 52 |
transition: all 0.3s ease; |
| 53 |
} |
| 54 |
.upk-author-wrapper .upk-link a:hover { |
| 55 |
color: #EF233C; |
| 56 |
} |
| 57 |
.upk-author-wrapper .upk-link a + a { |
| 58 |
margin-left: 20px; |
| 59 |
} |
| 60 |
.upk-author-wrapper.upk-grid_1 .upk-post-count { |
| 61 |
top: 15px; |
| 62 |
right: 15px; |
| 63 |
} |
| 64 |
.upk-author-wrapper.upk-grid_1 .upk-content { |
| 65 |
text-align: center; |
| 66 |
} |
| 67 |
.upk-author-wrapper.upk-grid_1 .upk-link { |
| 68 |
justify-content: center; |
| 69 |
} |
| 70 |
.upk-author-wrapper.upk-grid_1 .upk-item { |
| 71 |
padding: 15px; |
| 72 |
} |
| 73 |
.upk-author-wrapper.upk-grid_1 .upk-image { |
| 74 |
margin: 35px 30px 20px 30px; |
| 75 |
} |
| 76 |
.upk-author-wrapper.upk-grid_1 .upk-image a img { |
| 77 |
width: 100%; |
| 78 |
height: 100%; |
| 79 |
border-radius: 100%; |
| 80 |
object-fit: cover; |
| 81 |
} |
| 82 |
.upk-author-wrapper.upk-list .upk-item { |
| 83 |
padding: 10px; |
| 84 |
display: flex; |
| 85 |
align-items: center; |
| 86 |
} |
| 87 |
.upk-author-wrapper.upk-list .upk-image { |
| 88 |
margin-right: 15px; |
| 89 |
} |
| 90 |
.upk-author-wrapper.upk-list .upk-image img { |
| 91 |
height: 70px; |
| 92 |
width: 70px; |
| 93 |
min-width: 70px; |
| 94 |
border-radius: 100%; |
| 95 |
} |
| 96 |
.upk-author-wrapper.upk-list .upk-post-count { |
| 97 |
top: 10px; |
| 98 |
right: 10px; |
| 99 |
} |
| 100 |
.upk-author-wrapper.upk-list .upk-link { |
| 101 |
justify-content: left; |
| 102 |
} |
| 103 |
|
| 104 |
.upk-author .upk-author-wrapper { |
| 105 |
display: grid; |
| 106 |
} |
| 107 |
|
| 108 |
@media (min-width: 1024px) { |
| 109 |
.upk-author-wrapper .upk-post-count { |
| 110 |
font-size: 13px; |
| 111 |
} |
| 112 |
.upk-author-wrapper .upk-name a { |
| 113 |
font-size: 18px; |
| 114 |
} |
| 115 |
.upk-author-wrapper .upk-description { |
| 116 |
font-size: 15px; |
| 117 |
} |
| 118 |
.upk-author-wrapper.upk-grid_1 .upk-item { |
| 119 |
position: relative; |
| 120 |
padding: 30px; |
| 121 |
} |
| 122 |
.upk-author-wrapper.upk-grid_1 .upk-post-count { |
| 123 |
top: 30px; |
| 124 |
right: 30px; |
| 125 |
} |
| 126 |
.upk-author-wrapper.upk-list .upk-item { |
| 127 |
padding: 15px; |
| 128 |
} |
| 129 |
.upk-author-wrapper.upk-list .upk-image { |
| 130 |
margin-right: 20px; |
| 131 |
} |
| 132 |
.upk-author-wrapper.upk-list .upk-image img { |
| 133 |
height: 80px; |
| 134 |
width: 80px; |
| 135 |
min-width: 80px; |
| 136 |
} |
| 137 |
.upk-author-wrapper.upk-list .upk-post-count { |
| 138 |
top: 15px; |
| 139 |
right: 15px; |
| 140 |
} |
| 141 |
} |