| 1 |
// // Large items style. |
| 2 |
// .rtl #sp-smart-post-list-wrapper { |
| 3 |
// direction: ltr; |
| 4 |
// } |
| 5 |
// #sp-smart-post-list-wrapper .sp-smart-post-large-items { |
| 6 |
// transition: all 0.3s ease-in-out; |
| 7 |
// .sp-smart-post-template-one-content, |
| 8 |
// .sp-smart-post-card { |
| 9 |
// width: 100%; |
| 10 |
// } |
| 11 |
// .sp-smart-post-card-image a, |
| 12 |
// .sp-smart-post-card-image{ |
| 13 |
// display: block; |
| 14 |
// width: 100% !important; |
| 15 |
// height: 100%; |
| 16 |
// } |
| 17 |
// .sp-smart-post-card-image img{ |
| 18 |
// height: 100% !important; |
| 19 |
// width: 100%; |
| 20 |
// } |
| 21 |
// .sp-smart-post-card { |
| 22 |
// height: 100%; |
| 23 |
// flex-direction: column; |
| 24 |
// } |
| 25 |
// // .sp-smart-post-template-one-content { |
| 26 |
// // position: absolute; |
| 27 |
// // left: 0; |
| 28 |
// // bottom: 0; |
| 29 |
// // z-index: 9; |
| 30 |
// // } |
| 31 |
// // .sp-smart-post-card-content { |
| 32 |
// // height: 100%; |
| 33 |
// // justify-content: end; |
| 34 |
// // // padding: 20px; |
| 35 |
// // } |
| 36 |
// } |
| 37 |
|
| 38 |
// #sp-smart-post-list-wrapper .sp-smart-post-list-item { |
| 39 |
// position: relative; |
| 40 |
// } |
| 41 |
// #sp-smart-post-list-wrapper:not(.sp-smart-post-list-three) .sp-smart-post-large-items .sp-smart-post-list-item { |
| 42 |
// height: 380px; |
| 43 |
// } |
| 44 |
|
| 45 |
// // #sp-smart-post-list-wrapper.no-overlay .sp-smart-post-large-items .sp-smart-post-list-item::after { |
| 46 |
// // position: absolute; |
| 47 |
// // content: ""; |
| 48 |
// // width: 100%; |
| 49 |
// // height: 100%; |
| 50 |
// // background-color: #000; |
| 51 |
// // left: 50%; |
| 52 |
// // top: 50%; |
| 53 |
// // transform: translate(-50%, -50%); |
| 54 |
// // opacity: .5; |
| 55 |
// // z-index: 1; |
| 56 |
// // } |
| 57 |
|
| 58 |
// #sp-smart-post-list-wrapper .sp-smart-post-list-divider { |
| 59 |
// width: 100%; |
| 60 |
// border-top: 1px solid #ccc; |
| 61 |
// border-image-slice: 1; |
| 62 |
// grid-column: 1 / 3; |
| 63 |
// } |
| 64 |
|
| 65 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-two .sp-smart-post-list-divider, |
| 66 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-five .sp-smart-post-list-divider, |
| 67 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-six .sp-smart-post-list-divider, |
| 68 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-seven .sp-smart-post-small-items .sp-smart-post-list-div, |
| 69 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-eight .sp-smart-post-small-items .sp-smart-post-list-div, |
| 70 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-three .sp-smart-post-small-items .sp-smart-post-list-divider { |
| 71 |
// display: none; |
| 72 |
// } |
| 73 |
|
| 74 |
// #sp-smart-post-list-wrapper .sp-smart-post-large-items.sp-smart-post-background-layout .sp-smart-post-card-content { |
| 75 |
// padding: 30px; |
| 76 |
// // .sp-social-share-popup-icon.popup-share-icon svg path, |
| 77 |
// // .sp-smart-post-excerpt, |
| 78 |
// // .sp-smart-post-meta span, |
| 79 |
// // .sp-smart-post-meta svg path, |
| 80 |
// // .sp-smart-post-title { |
| 81 |
// // color: #fff; |
| 82 |
// // fill: #fff; |
| 83 |
// // } |
| 84 |
// } |
| 85 |
|
| 86 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-three .sp-smart-post-large-items{ |
| 87 |
// .sp-smart-post-template-one-content { |
| 88 |
// position: relative; |
| 89 |
// } |
| 90 |
// .sp-smart-post-card.template-one { |
| 91 |
// flex-direction: column; |
| 92 |
// } |
| 93 |
// .sp-smart-post-list-item { |
| 94 |
// height: auto; |
| 95 |
// } |
| 96 |
// .sp-smart-post-list-item::after{ |
| 97 |
// display: none; |
| 98 |
// } |
| 99 |
// .sp-smart-post-card-content{ |
| 100 |
// width: 100%; |
| 101 |
// } |
| 102 |
// } |
| 103 |
|
| 104 |
// // Small items style. |
| 105 |
// #sp-smart-post-list-wrapper .sp-smart-post-small-items { |
| 106 |
// display: flex; |
| 107 |
// flex-direction: column; |
| 108 |
// // gap: 20px; |
| 109 |
// } |
| 110 |
|
| 111 |
// /* Normal style */ |
| 112 |
// #sp-smart-post-list-wrapper .sp-smart-post-card { |
| 113 |
// display: flex; |
| 114 |
// // flex-direction: column; |
| 115 |
// justify-content: left; |
| 116 |
// width: 100%; |
| 117 |
// } |
| 118 |
|
| 119 |
// #sp-smart-post-list-wrapper .sp-smart-post-list-item { |
| 120 |
// // display: flex; |
| 121 |
// gap: 20px; |
| 122 |
// } |
| 123 |
// #sp-smart-post-list-wrapper:not(.sp-smart-post-list-three) .sp-smart-post-small-items .sp-smart-post-list-divider:last-of-type { |
| 124 |
// display: none; |
| 125 |
// } |
| 126 |
|
| 127 |
// #sp-smart-post-list-wrapper .sp-smart-post-card { |
| 128 |
// gap: 24px; |
| 129 |
// } |
| 130 |
|
| 131 |
// #sp-smart-post-list-wrapper .sp-smart-post-card .sp-smart-post-excerpt-read-more { |
| 132 |
// text-decoration: underline; |
| 133 |
// color: var(--smart-post-dark-text); |
| 134 |
// transition: all .3s; |
| 135 |
// // font-size: 14px; |
| 136 |
// } |
| 137 |
|
| 138 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-four .sp-smart-post-card, |
| 139 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-two .sp-smart-post-card { |
| 140 |
// gap: 16px; |
| 141 |
// } |
| 142 |
|
| 143 |
// /* Small items style */ |
| 144 |
// #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card-image { |
| 145 |
// max-width: 35%; |
| 146 |
// width: 100%; |
| 147 |
// flex-shrink: 0; |
| 148 |
// } |
| 149 |
|
| 150 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-four .sp-smart-post-small-items .sp-smart-post-card-content, |
| 151 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-three .sp-smart-post-small-items .sp-smart-post-card-content, |
| 152 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-two .sp-smart-post-small-items .sp-smart-post-card-content, |
| 153 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-one .sp-smart-post-small-items .sp-smart-post-card-content { |
| 154 |
// margin-top: 10px; |
| 155 |
// } |
| 156 |
|
| 157 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-four .sp-smart-post-small-items .sp-smart-post-card-image, |
| 158 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-two .sp-smart-post-small-items .sp-smart-post-card-image { |
| 159 |
// width: 45%; |
| 160 |
// flex-shrink: 0; |
| 161 |
// } |
| 162 |
// .sp-smart-post-wrapper .sp-smart-post-small-items .sp-smart-post-title { |
| 163 |
// font-size: 22px; |
| 164 |
// } |
| 165 |
|
| 166 |
// .sp-smart-post-list-two-layout-eight .sp-smart-post-small-items .sp-smart-post-title, |
| 167 |
// .sp-smart-post-list-two-layout-six .sp-smart-post-small-items .sp-smart-post-title, |
| 168 |
// .sp-smart-post-list-two-layout-four .sp-smart-post-small-items .sp-smart-post-title, |
| 169 |
// .sp-smart-post-list-two-layout-two .sp-smart-post-small-items .sp-smart-post-title { |
| 170 |
// font-size: 18px; |
| 171 |
// } |
| 172 |
// #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-template-one-content { |
| 173 |
// width: 100%; |
| 174 |
// } |
| 175 |
// .sp-smart-post-small-items .sp-smart-post-card-image img { |
| 176 |
// width: 100%; |
| 177 |
// object-fit: cover; |
| 178 |
// } |
| 179 |
|
| 180 |
// /* Post list two layout 2 style */ |
| 181 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-six .sp-smart-post-small-items, |
| 182 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-eight .sp-smart-post-small-items, |
| 183 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-four .sp-smart-post-small-items, |
| 184 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-two .sp-smart-post-small-items { |
| 185 |
// display: grid; |
| 186 |
// grid-template-columns: repeat(2, 1fr); |
| 187 |
// } |
| 188 |
|
| 189 |
// /* Post list two layout 3 style */ |
| 190 |
// .sp-smart-post-list-two-layout-three .sp-smart-post-list-item.sp-smart-overlay-post { |
| 191 |
// height: auto; |
| 192 |
// } |
| 193 |
// .sp-smart-post-list-two-layout-three .sp-smart-post-list-item.sp-smart-overlay-post .sp-smart-post-card, |
| 194 |
// .sp-smart-post-list-two-layout-three .sp-smart-post-list-item.sp-smart-overlay-post .sp-smart-post-card-image { |
| 195 |
// position: relative; |
| 196 |
// } |
| 197 |
// .sp-smart-post-list-two-layout-three .sp-smart-post-large-items .sp-smart-post-list-item { |
| 198 |
// flex-direction: column; |
| 199 |
// } |
| 200 |
|
| 201 |
// /* Post list two layout (5 and 7) style */ |
| 202 |
// #sp-smart-post-list-wrapper .sp-smart-post-large-items .sp-smart-post-card .sp-smart-post-excerpt-read-more { |
| 203 |
// display: none; |
| 204 |
// } |
| 205 |
|
| 206 |
// .sp-smart-post-list-two-layout-seven .sp-smart-post-small-items .sp-smart-post-des-read-more { |
| 207 |
// color: #4E4F52; |
| 208 |
// font-size: 14px; |
| 209 |
// font-weight: 400; |
| 210 |
// } |
| 211 |
|
| 212 |
// #sp-smart-post-list-wrapper .sp-smart-post-large-items.sp-smart-post-background-layout .sp-smart-post-card { |
| 213 |
// padding: 0 !important; |
| 214 |
// margin: 0 !important; |
| 215 |
// border: none; |
| 216 |
// } |
| 217 |
|
| 218 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-eight .sp-smart-post-small-items .sp-smart-post-template-one-content, |
| 219 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-seven .sp-smart-post-small-items .sp-smart-post-template-one-content, |
| 220 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-six .sp-smart-post-small-items .sp-smart-post-template-one-content, |
| 221 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-five .sp-smart-post-small-items .sp-smart-post-template-one-content, |
| 222 |
// #sp-smart-post-list-wrapper .sp-smart-post-large-items .sp-smart-post-template-one-content, .sp-smart-post-large-items .sp-smart-post-card { |
| 223 |
// width: 100%; |
| 224 |
// } |
| 225 |
// #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card .sp-smart-post-card-image img { |
| 226 |
// width: 100%; |
| 227 |
// height: 100%; |
| 228 |
// } |
| 229 |
// #sp-smart-post-list-wrapper .sp-smart-post-large-items .sp-smart-post-card:hover .sp-smart-post-card-image a { |
| 230 |
// transform: scale(1) rotate(0deg); |
| 231 |
// } |
| 232 |
// #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card .sp-smart-post-card-image .image-overlay, |
| 233 |
// #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card:hover .sp-smart-post-card-image .image-overlay { |
| 234 |
// background: transparent !important; |
| 235 |
// } |
| 236 |
|
| 237 |
// @media only screen and (max-width: 767px) { |
| 238 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-six .sp-smart-post-small-items, |
| 239 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-eight .sp-smart-post-small-items, |
| 240 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-four .sp-smart-post-small-items, |
| 241 |
// #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-two .sp-smart-post-small-items { |
| 242 |
// grid-template-columns: repeat(1, 1fr); |
| 243 |
// } |
| 244 |
// .sp-smart-post-list-two #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card { |
| 245 |
// flex-direction: column; |
| 246 |
// } |
| 247 |
// .sp-smart-post-list-two #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card-image { |
| 248 |
// max-width: 100%; |
| 249 |
// width: 100%; |
| 250 |
// } |
| 251 |
// .sp-smart-post-list-two #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card-content { |
| 252 |
// margin-top: 0; |
| 253 |
// padding: 0; |
| 254 |
// } |
| 255 |
// } |
| 256 |
|
| 257 |
// .sp-smart-post-list-two { |
| 258 |
// #sp-smart-post-list-wrapper { |
| 259 |
// .sp-smart-post-list-item { |
| 260 |
// .sp-smart-post-card-image a { |
| 261 |
// width: 100%; |
| 262 |
// height: 100%; |
| 263 |
// } |
| 264 |
// } |
| 265 |
// } |
| 266 |
// } |