| 1 |
/*---------------------------------------- |
| 2 |
/* Smart Post Show help page base css |
| 3 |
/*----------------------------------------*/ |
| 4 |
.spspc__help.lite-to-pro-page *, |
| 5 |
.spspc__help.start-page *, |
| 6 |
.spspc__help.about-page *, |
| 7 |
.spspc__help.header * { |
| 8 |
margin: 0; |
| 9 |
padding: 0; |
| 10 |
box-sizing: border-box; |
| 11 |
} |
| 12 |
.sp-smart-post__help a { |
| 13 |
text-decoration: none; |
| 14 |
} |
| 15 |
.sp-smart-post__help a:focus { |
| 16 |
box-shadow: none; |
| 17 |
outline: none; |
| 18 |
} |
| 19 |
.sp-smart-post__help { |
| 20 |
margin-left: -20px; |
| 21 |
} |
| 22 |
.sp-smart-post__help .spspc-recommended-page .spspc-container { |
| 23 |
padding: 0 50px; |
| 24 |
max-width: 1300px; |
| 25 |
margin: auto; |
| 26 |
} |
| 27 |
/*----------------------------------------*/ |
| 28 |
/* Block css |
| 29 |
/*----------------------------------------*/ |
| 30 |
.sp-smart-post__help .spspc-section-title{ |
| 31 |
font-size: 28px; |
| 32 |
font-weight: 600; |
| 33 |
line-height: 28px; |
| 34 |
color: #2F2F2F; |
| 35 |
border-radius: 6px; |
| 36 |
} |
| 37 |
.spspc-recommended-page .spspc-section-title { |
| 38 |
font-size: 22px; |
| 39 |
margin-top: -6px !important; |
| 40 |
} |
| 41 |
.sp-smart-post__help .spspc-call-to-action-top .spspc-section-subtitle { |
| 42 |
font-size: 16px; |
| 43 |
line-height: 22px; |
| 44 |
display: inline-block; |
| 45 |
margin-top: 4px; |
| 46 |
} |
| 47 |
.sp-smart-post__help .spspc-small-paragraph, |
| 48 |
.sp-smart-post__help .spspc-normal-paragraph{ |
| 49 |
font-size: 14px; |
| 50 |
font-weight: 400; |
| 51 |
line-height: 22px; |
| 52 |
color: #3C434A; |
| 53 |
display: inline-block; |
| 54 |
} |
| 55 |
.sp-smart-post__help .spspc-small-paragraph { |
| 56 |
font-size: 12px; |
| 57 |
} |
| 58 |
.sp-smart-post__help .spspc-section-subtitle { |
| 59 |
font-size: 18px; |
| 60 |
line-height: 28px; |
| 61 |
font-weight: 400; |
| 62 |
} |
| 63 |
.sp-smart-post__help .spspc-big-btn-border, |
| 64 |
.sp-smart-post__help .spspc-small-btn, |
| 65 |
.sp-smart-post__help .spspc-big-btn, |
| 66 |
.sp-smart-post__help .spspc-medium-btn{ |
| 67 |
font-size: 16px; |
| 68 |
font-weight: 500; |
| 69 |
line-height: 20px; |
| 70 |
color: #6D6B6A; |
| 71 |
border: 1px solid #6D6B6A; |
| 72 |
display: inline-block; |
| 73 |
padding: 14px 24px; |
| 74 |
border-radius: 4px; |
| 75 |
transition: .3s; |
| 76 |
} |
| 77 |
.sp-smart-post__help .spspc-small-btn { |
| 78 |
padding: 8px 16px; |
| 79 |
font-size: 14px; |
| 80 |
} |
| 81 |
.sp-smart-post__help .spspc-arrow-btn { |
| 82 |
padding: 14px 18px 14px 24px; |
| 83 |
} |
| 84 |
.sp-smart-post__help .spspc-big-btn:hover { |
| 85 |
background-color: #009758; |
| 86 |
} |
| 87 |
.sp-smart-post__help .spspc-big-btn{ |
| 88 |
padding: 16px 30px; |
| 89 |
background-color: #05AA64; |
| 90 |
color: #fff; |
| 91 |
border-color: transparent; |
| 92 |
} |
| 93 |
.sp-smart-post__help .spspc-big-btn-border { |
| 94 |
padding: 16px 30px; |
| 95 |
} |
| 96 |
.sp-smart-post__help .spspc-info-box-title{ |
| 97 |
font-size: 18px; |
| 98 |
font-weight: 600; |
| 99 |
color: #1D2327; |
| 100 |
} |
| 101 |
.sp-smart-post__help .spspc-close-icon, |
| 102 |
.sp-smart-post__help .spspc-check-icon{ |
| 103 |
background-position: center; |
| 104 |
background-repeat: no-repeat; |
| 105 |
} |
| 106 |
.sp-smart-post__help .spspc-close-icon { |
| 107 |
background-image: url(../img/close-icon.svg); |
| 108 |
} |
| 109 |
.sp-smart-post__help .spspc-check-icon { |
| 110 |
background-image: url(../img/check-icon.svg); |
| 111 |
} |
| 112 |
.sp-smart-post__help i.spspc-hot, |
| 113 |
.sp-smart-post__help i.spspc-new { |
| 114 |
display: inline-block; |
| 115 |
background: #14ae5c; |
| 116 |
color: #fff; |
| 117 |
font-size: 10px; |
| 118 |
text-align: center; |
| 119 |
border-radius: 40px; |
| 120 |
font-style: normal; |
| 121 |
font-weight: 600; |
| 122 |
text-transform: uppercase; |
| 123 |
padding: 0 8px; |
| 124 |
margin-left: 5px; |
| 125 |
line-height: 17px; |
| 126 |
} |
| 127 |
.sp-smart-post__help i.spspc-hot { |
| 128 |
background-color: #EC2121; |
| 129 |
} |
| 130 |
.sp-smart-post__help i.spspc-info { |
| 131 |
color: #757575; |
| 132 |
} |
| 133 |
.spspc-help-tooltip { |
| 134 |
background-color: rgba(12, 25, 36, 1); |
| 135 |
padding: 8px 12px; |
| 136 |
border-radius: 4px; |
| 137 |
font-size: 15px; |
| 138 |
color: #94b2c1; |
| 139 |
box-shadow: 0 7px 29px 0 hsla(240,5%,41%,.2); |
| 140 |
line-height: 1.5; |
| 141 |
width: 400px; |
| 142 |
position: relative; |
| 143 |
} |
| 144 |
.spspc-help-tooltip::after { |
| 145 |
content: ""; |
| 146 |
position: absolute; |
| 147 |
top: 14px; |
| 148 |
left: -15px; |
| 149 |
transform: translateY(-50%); |
| 150 |
border-width: 10px; |
| 151 |
border-style: solid; |
| 152 |
border-color: transparent rgba(12, 25, 36, 1) transparent transparent; |
| 153 |
} |
| 154 |
/*----------------------------------------*/ |
| 155 |
/* Start page style |
| 156 |
/*----------------------------------------*/ |
| 157 |
.sp-smart-post__help #recommended-tab { |
| 158 |
display: none; |
| 159 |
} |
| 160 |
.sp-smart-post__help .spspc-about-btn a:hover:nth-child(1) { |
| 161 |
background-color: var(--sp-smart-primary-2-700); |
| 162 |
} |
| 163 |
.sp-smart-post__help .spspc-live-pro-demo { |
| 164 |
color: var(--sp-smart-primary-2-600); |
| 165 |
border-color: var(--sp-smart-primary-2-600); |
| 166 |
} |
| 167 |
.sp-smart-post__help .spspc-big-btn-border:hover, |
| 168 |
.sp-smart-post__help .spspc-medium-btn:hover, |
| 169 |
.sp-smart-post__help .spspc-small-btn:hover { |
| 170 |
color: #fff; |
| 171 |
background-color: var(--sp-smart-primary-2-600); |
| 172 |
border-color: transparent; |
| 173 |
} |
| 174 |
/*----------------------------------------*/ |
| 175 |
/* Lite vs Pro style |
| 176 |
/*----------------------------------------*/ |
| 177 |
.sp-smart-post__help .spspc-call-to-action-top { |
| 178 |
display: flex; |
| 179 |
justify-content: space-between; |
| 180 |
align-items: center; |
| 181 |
background-color: #EFE6FB; |
| 182 |
padding: 32px; |
| 183 |
margin-bottom: 24px; |
| 184 |
border-radius: 6px; |
| 185 |
} |
| 186 |
.sp-smart-post__help .spspc-lite-to-pro-wrap { |
| 187 |
padding: 40px; |
| 188 |
background: #fff; |
| 189 |
border-radius: 8px; |
| 190 |
padding-bottom: 100px; |
| 191 |
} |
| 192 |
.spspc-lite-vs-pro-section-title { |
| 193 |
padding: 20px 30px !important; |
| 194 |
display: block; |
| 195 |
font-size: 22px; |
| 196 |
background: #EFE6FB; |
| 197 |
font-weight: 600; |
| 198 |
line-height: 28px; |
| 199 |
color: #2F2F2F; |
| 200 |
} |
| 201 |
.sp-smart-post__help .spspc-features{ |
| 202 |
border-radius: 6px; |
| 203 |
border: 1px solid #EFE6FB; |
| 204 |
overflow: hidden; |
| 205 |
margin-bottom: 80px; |
| 206 |
} |
| 207 |
.sp-smart-post__help .spspc-features ul li.spspc-body, |
| 208 |
.sp-smart-post__help .spspc-features ul li.spspc-header { |
| 209 |
display: flex; |
| 210 |
justify-content: space-between; |
| 211 |
background: var(--sp-smart-primary-2-600); |
| 212 |
font-size: 20px; |
| 213 |
color: #fff; |
| 214 |
font-weight: 600; |
| 215 |
} |
| 216 |
.sp-smart-post__help .spspc-features ul li.spspc-body{ |
| 217 |
background-color: #fff; |
| 218 |
color: #3C434A; |
| 219 |
font-size: 16px; |
| 220 |
font-weight: 400; |
| 221 |
} |
| 222 |
.sp-smart-post__help .spspc-features ul li.spspc-body:nth-child(even) { |
| 223 |
background-color: #F8F6FB; |
| 224 |
} |
| 225 |
.sp-smart-post__help .spspc-features ul li.spspc-body .spspc-title, |
| 226 |
.sp-smart-post__help .spspc-features ul li.spspc-header .spspc-title { |
| 227 |
flex-basis: 90%; |
| 228 |
width: 90%; |
| 229 |
text-align: left; |
| 230 |
} |
| 231 |
.sp-smart-post__help .spspc-features ul li.spspc-body .spspc-title{ |
| 232 |
line-height: 24px; |
| 233 |
} |
| 234 |
.sp-smart-post__help .spspc-features ul li.spspc-body span, |
| 235 |
.sp-smart-post__help .spspc-features ul li.spspc-header span { |
| 236 |
padding: 28px; |
| 237 |
width: 13%; |
| 238 |
text-align: center; |
| 239 |
} |
| 240 |
|
| 241 |
.sp-smart-post__help .spspc-features ul li.spspc-body span { |
| 242 |
padding: 20px 30px; |
| 243 |
} |
| 244 |
.sp-smart-post__help .spspc-features ul li.spspc-body span:not(:last-of-type){ |
| 245 |
border-right: 1px solid #EFE6FB; |
| 246 |
} |
| 247 |
.sp-smart-post__help .spspc-upgrade-to-pro { |
| 248 |
text-align: center; |
| 249 |
margin: auto; |
| 250 |
max-width: 750px; |
| 251 |
margin-top: 25px; |
| 252 |
} |
| 253 |
.sp-smart-post__help .spspc-upgrade-to-pro .spspc-section-subtitle { |
| 254 |
margin: 15px 0 20px; |
| 255 |
display: inline-block; |
| 256 |
} |
| 257 |
.sp-smart-post__help .spspc-upgrade-to-pro .spspc-upgrade-to-pro-btn { |
| 258 |
display: flex; |
| 259 |
justify-content: center; |
| 260 |
align-items: flex-start; |
| 261 |
gap: 15px; |
| 262 |
} |
| 263 |
.sp-smart-post__help .spspc-upgrade-to-pro .spspc-upgrade-to-pro-btn .spspc-action-btn span { |
| 264 |
display: block; |
| 265 |
font-size: 11px; |
| 266 |
} |
| 267 |
.sp-smart-post__help .spspc-upgrade-to-pro .spspc-upgrade-to-pro-btn .spspc-action-btn span a{ |
| 268 |
color: inherit; |
| 269 |
text-decoration: underline dotted; |
| 270 |
transition: .2s linear; |
| 271 |
} |
| 272 |
.sp-smart-post__help .spspc-upgrade-to-pro .spspc-upgrade-to-pro-btn .spspc-action-btn span a:hover{ |
| 273 |
color: var(--sp-smart-primary-2-600); |
| 274 |
} |
| 275 |
/*----------------------------------------*/ |
| 276 |
/* Testimonial Section style |
| 277 |
/*----------------------------------------*/ |
| 278 |
.sp-smart-post__help .spspc-testimonial .spspc-testimonial-title-section { |
| 279 |
text-align: center; |
| 280 |
margin: 80px 0 40px; |
| 281 |
} |
| 282 |
.sp-smart-post__help .spspc-testimonial .spspc-testimonial-title-section span { |
| 283 |
font-size: 14px; |
| 284 |
font-weight: 600; |
| 285 |
color: var(--sp-smart-primary-2-600); |
| 286 |
margin-bottom: 12px; |
| 287 |
display: inline-block; |
| 288 |
} |
| 289 |
.sp-smart-post__help .spspc-testimonial-wrap { |
| 290 |
display: flex; |
| 291 |
gap: 30px; |
| 292 |
} |
| 293 |
.sp-smart-post__help .spspc-testimonial-content { |
| 294 |
background-color: #fff; |
| 295 |
padding: 20px 25px; |
| 296 |
position: relative; |
| 297 |
border-radius: 8px; |
| 298 |
margin-bottom: 20px; |
| 299 |
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06); |
| 300 |
} |
| 301 |
.sp-smart-post__help .spspc-testimonial-content p { |
| 302 |
font-size: 16px; |
| 303 |
line-height: 28px; |
| 304 |
color: #3C434A; |
| 305 |
} |
| 306 |
.sp-smart-post__help .spspc-testimonial-content::after { |
| 307 |
content: ""; |
| 308 |
position: absolute; |
| 309 |
bottom: -13px; |
| 310 |
left: 40px; |
| 311 |
width: 25px; |
| 312 |
height: 15px; |
| 313 |
background-color: #ffffff; |
| 314 |
clip-path: polygon(0 0, 50% 100%, 100% 0); |
| 315 |
} |
| 316 |
.sp-smart-post__help .spspc-testimonial-info { |
| 317 |
display: flex; |
| 318 |
gap: 20px; |
| 319 |
margin-left: 20px; |
| 320 |
} |
| 321 |
.sp-smart-post__help .spspc-testimonial-info .spspc-info { |
| 322 |
display: flex; |
| 323 |
flex-direction: column; |
| 324 |
justify-content: center; |
| 325 |
gap: 6px; |
| 326 |
} |
| 327 |
.sp-smart-post__help .spspc-testimonial-info .spspc-img img { |
| 328 |
border-radius: 50%; |
| 329 |
width: 60px; |
| 330 |
} |
| 331 |
.sp-smart-post__help .spspc-testimonial-info .spspc-info h3 { |
| 332 |
font-size: 16px; |
| 333 |
color: #1D2327; |
| 334 |
} |
| 335 |
.sp-smart-post__help .spspc-testimonial-info .spspc-info p { |
| 336 |
margin: 4px 0; |
| 337 |
font-size: 12px; |
| 338 |
color: #3C434A; |
| 339 |
} |
| 340 |
.sp-smart-post__help .spspc-testimonial-info .spspc-info .spspc-star { |
| 341 |
color: #FFC329; |
| 342 |
font-size: 17px; |
| 343 |
} |
| 344 |
@media screen and (min-width: 1600px) { |
| 345 |
.sp-smart-post__help .plugin-card { |
| 346 |
width:48%; |
| 347 |
width: calc(49% - 8px) |
| 348 |
} |
| 349 |
|
| 350 |
.sp-smart-post__help .plugin-card:nth-child(odd) { |
| 351 |
clear: none; |
| 352 |
margin-left: 8px |
| 353 |
} |
| 354 |
|
| 355 |
.sp-smart-post__help .plugin-card:nth-child(2n) { |
| 356 |
margin-right: 0 |
| 357 |
} |
| 358 |
|
| 359 |
.sp-smart-post__help .plugin-card:nth-child(3n+1) { |
| 360 |
clear: both; |
| 361 |
margin-left: 8px |
| 362 |
} |
| 363 |
|
| 364 |
.sp-smart-post__help .plugin-card:nth-child(3n) { |
| 365 |
margin-right: 8px |
| 366 |
} |
| 367 |
} |
| 368 |
/*----------------------------------------*/ |
| 369 |
/* Recommended page style |
| 370 |
/*----------------------------------------*/ |
| 371 |
.sp-smart-post__help .spspc-recommended-page h2{ |
| 372 |
margin: 38px 0px 20px 8px; |
| 373 |
} |
| 374 |
/*----------------------------------------*/ |
| 375 |
/* About us page style |
| 376 |
/*----------------------------------------*/ |
| 377 |
.sp-smart-post__help .spspc-about-box { |
| 378 |
display: flex; |
| 379 |
background: #fff; |
| 380 |
margin-top: 50px; |
| 381 |
padding: 40px; |
| 382 |
border-radius: 8px; |
| 383 |
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06); |
| 384 |
} |
| 385 |
.sp-smart-post__help .spspc-about-img { |
| 386 |
width: 50%; |
| 387 |
flex-basis: 50%; |
| 388 |
flex-shrink: 0; |
| 389 |
overflow: hidden; |
| 390 |
align-self: center; |
| 391 |
} |
| 392 |
.sp-smart-post__help .spspc-about-img span { |
| 393 |
text-align: center; |
| 394 |
display: block; |
| 395 |
margin-top: 12px; |
| 396 |
font-weight: 400; |
| 397 |
font-size: 13px; |
| 398 |
font-style: italic; |
| 399 |
color: #3C434A; |
| 400 |
} |
| 401 |
.sp-smart-post__help .spspc-about-img img { |
| 402 |
width: 100%; |
| 403 |
display: block; |
| 404 |
border-radius: 8px; |
| 405 |
} |
| 406 |
.sp-smart-post__help .spspc-about-info h3 { |
| 407 |
font-size: 26px; |
| 408 |
line-height: 32px; |
| 409 |
margin-bottom: 25px; |
| 410 |
color: #1D2327; |
| 411 |
} |
| 412 |
.sp-smart-post__help .spspc-about-info { |
| 413 |
margin-right: 40px; |
| 414 |
} |
| 415 |
.sp-smart-post__help .spspc-about-info p{ |
| 416 |
line-height: 28px; |
| 417 |
margin-bottom: 15px; |
| 418 |
font-size: 15px; |
| 419 |
font-weight: 400; |
| 420 |
color: #3C434A; |
| 421 |
} |
| 422 |
.sp-smart-post__help .spspc-about-btn{ |
| 423 |
margin-top: 40px; |
| 424 |
display: flex; |
| 425 |
gap: 20px; |
| 426 |
} |
| 427 |
.sp-smart-post__help .spspc-about-btn a:nth-child(1){ |
| 428 |
background-color: var(--sp-smart-primary-2-600); |
| 429 |
border-color: transparent; |
| 430 |
color: #ffffff; |
| 431 |
} |
| 432 |
|
| 433 |
.sp-smart-post__help .spspc-free-pro { |
| 434 |
padding: 0 !important; |
| 435 |
display: flex; |
| 436 |
justify-content: center; |
| 437 |
align-items: center; |
| 438 |
} |
| 439 |
|
| 440 |
/* Responsive Css */ |
| 441 |
@media only screen and (max-width: 960px) { |
| 442 |
.sp-smart-post__help .spspc-about-box, |
| 443 |
.sp-smart-post__help .spspc-about-img { |
| 444 |
width: 100%; |
| 445 |
margin-top: 30px; |
| 446 |
} |
| 447 |
.sp-smart-post__help { |
| 448 |
margin-left: -10px; |
| 449 |
} |
| 450 |
} |
| 451 |
|
| 452 |
@media only screen and (max-width: 640px) { |
| 453 |
.sp-smart-post__help .spspc-testimonial-wrap{ |
| 454 |
flex-direction: column; |
| 455 |
} |
| 456 |
.sp-smart-post__help .spspc-about-btn { |
| 457 |
display: inline-grid; |
| 458 |
} |
| 459 |
} |
| 460 |
|
| 461 |
|
| 462 |
|