wpchill-welcome.css
371 lines
| 1 | #wpchill-welcome { |
| 2 | padding-top: 80px; |
| 3 | } |
| 4 | |
| 5 | #wpchill-welcome *, #wpchill-welcome *::before, #wpchill-welcome *::after { |
| 6 | -webkit-box-sizing: border-box; |
| 7 | -moz-box-sizing: border-box; |
| 8 | box-sizing: border-box; |
| 9 | } |
| 10 | |
| 11 | #wpchill-welcome .clear:before { |
| 12 | content: " "; |
| 13 | display: table; |
| 14 | } |
| 15 | |
| 16 | #wpchill-welcome .clear:after { |
| 17 | clear: both; |
| 18 | content: " "; |
| 19 | display: table; |
| 20 | } |
| 21 | |
| 22 | #wpchill-welcome .container { |
| 23 | margin: 0 auto; |
| 24 | max-width: 800px; |
| 25 | padding: 0; |
| 26 | } |
| 27 | |
| 28 | #wpchill-welcome .block { |
| 29 | padding: 40px; |
| 30 | } |
| 31 | |
| 32 | #wpchill-welcome img { |
| 33 | max-width: 100%; |
| 34 | height: auto; |
| 35 | } |
| 36 | |
| 37 | #wpchill-welcome h1 { |
| 38 | color: #222; |
| 39 | font-size: 24px; |
| 40 | margin: 0 0 16px 0; |
| 41 | } |
| 42 | |
| 43 | #wpchill-welcome h5 { |
| 44 | color: #222; |
| 45 | font-size: 16px; |
| 46 | margin: 0 0 8px 0; |
| 47 | } |
| 48 | |
| 49 | #wpchill-welcome h6 { |
| 50 | font-size: 16px; |
| 51 | font-weight: 400; |
| 52 | line-height: 1.6; |
| 53 | margin: 0; |
| 54 | } |
| 55 | |
| 56 | #wpchill-welcome .wpmtst-btn-lg { |
| 57 | font-size: 16px; |
| 58 | font-weight: 600; |
| 59 | padding: 16px 28px; |
| 60 | } |
| 61 | |
| 62 | #wpchill-welcome .wpmtst-btn-block { |
| 63 | display: block; |
| 64 | width: 100%; |
| 65 | } |
| 66 | |
| 67 | #wpchill-welcome .wpmtst-btn { |
| 68 | border: 0; |
| 69 | border-radius: 40px; |
| 70 | cursor: pointer; |
| 71 | display: inline-block; |
| 72 | margin: 0; |
| 73 | text-decoration: none; |
| 74 | text-align: center; |
| 75 | vertical-align: middle; |
| 76 | white-space: nowrap; |
| 77 | box-shadow: none; |
| 78 | } |
| 79 | |
| 80 | |
| 81 | #wpchill-welcome .button-wrap { |
| 82 | max-width: 590px; |
| 83 | margin: 0 auto 0 auto; |
| 84 | } |
| 85 | |
| 86 | #wpchill-welcome .button-wrap .left { |
| 87 | margin-bottom: 10px; |
| 88 | } |
| 89 | |
| 90 | #wpchill-welcome .button-wrap-single a { |
| 91 | font-size: 14px; |
| 92 | } |
| 93 | |
| 94 | #wpchill-welcome .button-wrap-single { |
| 95 | padding: 0 20px; |
| 96 | } |
| 97 | |
| 98 | @media screen and (min-width: 720px) { |
| 99 | |
| 100 | #wpchill-welcome .button-wrap .left { |
| 101 | margin-bottom: 0px; |
| 102 | float: left; |
| 103 | width: 50%; |
| 104 | padding-right: 20px; |
| 105 | } |
| 106 | |
| 107 | #wpchill-welcome .button-wrap .right { |
| 108 | float: right; |
| 109 | width: 50%; |
| 110 | padding-left: 20px; |
| 111 | } |
| 112 | |
| 113 | #wpchill-welcome .button-wrap-single a { |
| 114 | font-size: 16px; |
| 115 | } |
| 116 | } |
| 117 | |
| 118 | /* hero section */ |
| 119 | #wpchill-welcome .hero { |
| 120 | background-color: #fff; |
| 121 | border-radius: 10px; |
| 122 | margin-bottom: 30px; |
| 123 | position: relative; |
| 124 | box-shadow: -3px 2px 70px 0px rgba(128, 144, 174, 0.1); |
| 125 | padding-top: 40px; |
| 126 | } |
| 127 | |
| 128 | #wpchill-welcome .hero .mascot { |
| 129 | background-color: #fff; |
| 130 | border-radius: 50%; |
| 131 | height: 90px; |
| 132 | width: 90px; |
| 133 | padding: 28px 28px; |
| 134 | position: absolute; |
| 135 | top: -45px; |
| 136 | left: 50%; |
| 137 | margin-left: -45px; |
| 138 | } |
| 139 | |
| 140 | #wpchill-welcome .hero .video-thumbnail { |
| 141 | display: block; |
| 142 | margin: 0; |
| 143 | width: 100%; |
| 144 | } |
| 145 | |
| 146 | #wpchill-welcome .hero .button-wrap { |
| 147 | margin-top: 20px; |
| 148 | } |
| 149 | |
| 150 | |
| 151 | /* features section */ |
| 152 | #wpchill-welcome .features { |
| 153 | background-color: #fff; |
| 154 | border-top-left-radius: 10px; |
| 155 | border-top-right-radius: 10px; |
| 156 | position: relative; |
| 157 | padding-top: 20px; |
| 158 | } |
| 159 | |
| 160 | #wpchill-welcome .features .feature-list { |
| 161 | margin-top: 40px; |
| 162 | } |
| 163 | |
| 164 | #wpchill-welcome .features .feature-block { |
| 165 | margin-bottom: 30px; |
| 166 | } |
| 167 | |
| 168 | @media screen and (min-width: 720px) { |
| 169 | |
| 170 | #wpchill-welcome .block-row-2 .feature-block { |
| 171 | margin: 0 auto; |
| 172 | float: left; |
| 173 | width: 50%; |
| 174 | padding-bottom: 32px; |
| 175 | overflow: auto; |
| 176 | } |
| 177 | |
| 178 | #wpchill-welcome .block-row-3 .feature-block { |
| 179 | margin: 0 auto; |
| 180 | float: left; |
| 181 | width: 33%; |
| 182 | padding-bottom: 32px; |
| 183 | overflow: auto; |
| 184 | } |
| 185 | |
| 186 | #wpchill-welcome .block-row-2 .feature-block:nth-child(odd) { |
| 187 | padding-right: 22px; |
| 188 | clear: both; |
| 189 | } |
| 190 | |
| 191 | #wpchill-welcome .block-row-3 .feature-block:not(:nth-child(3n+3)) { |
| 192 | padding-right: 22px; |
| 193 | } |
| 194 | |
| 195 | #wpchill-welcome .block-row-3 .feature-block:nth-child(3n+1) { |
| 196 | clear: both; |
| 197 | } |
| 198 | |
| 199 | #wpchill-welcome .features .feature-block.last { |
| 200 | padding-left: 22px; |
| 201 | } |
| 202 | .block-row-1 > * { |
| 203 | width: 100%; |
| 204 | } |
| 205 | .block-row{ |
| 206 | display:flex; |
| 207 | flex-wrap:wrap; |
| 208 | align-items:flex-start; |
| 209 | flex-direction: row; |
| 210 | justify-content: flex-start; |
| 211 | } |
| 212 | |
| 213 | .block-row-2 > * { |
| 214 | width: 50%; |
| 215 | } |
| 216 | |
| 217 | .block-row-3 > * { |
| 218 | width: 33%; |
| 219 | } |
| 220 | |
| 221 | .block-row-4 > * { |
| 222 | width: 25%; |
| 223 | } |
| 224 | } |
| 225 | |
| 226 | #wpchill-welcome .features .feature-block img { |
| 227 | float: left; |
| 228 | max-width: 44px; |
| 229 | max-height: 44px; |
| 230 | } |
| 231 | |
| 232 | #wpchill-welcome .features .feature-block h5 { |
| 233 | margin-left: 70px; |
| 234 | } |
| 235 | |
| 236 | #wpchill-welcome .features .feature-block p { |
| 237 | margin-left: 70px; |
| 238 | } |
| 239 | |
| 240 | #wpchill-welcome .features .pro-label { |
| 241 | display: inline-block; |
| 242 | line-height: 1; |
| 243 | color: #fff; |
| 244 | padding: 3px 6px; |
| 245 | font-size: 0.75rem; |
| 246 | border-radius: 20px; |
| 247 | vertical-align: text-top; |
| 248 | margin-left: 20px; |
| 249 | } |
| 250 | |
| 251 | #wpchill-welcome .features .feature-list a { |
| 252 | color: #5333ED; |
| 253 | } |
| 254 | |
| 255 | /* upgrade section */ |
| 256 | #wpchill-welcome .upgrade { |
| 257 | background-color: white; |
| 258 | text-align: center; |
| 259 | } |
| 260 | |
| 261 | #wpchill-welcome .upgrade h1{ |
| 262 | color: #fff; |
| 263 | } |
| 264 | |
| 265 | @media screen and (min-width: 720px) { |
| 266 | |
| 267 | #wpchill-welcome .upgrade .left{ |
| 268 | float: left; |
| 269 | width: 50%; |
| 270 | padding-left: 20%; |
| 271 | margin-bottom: 30px; |
| 272 | text-align: left; |
| 273 | } |
| 274 | |
| 275 | #wpchill-welcome .upgrade .right{ |
| 276 | float: left; |
| 277 | width: 50%; |
| 278 | padding-right: 20%; |
| 279 | margin-bottom: 30px; |
| 280 | text-align: left; |
| 281 | } |
| 282 | |
| 283 | #wpchill-welcome .button-wrap-single { |
| 284 | width: auto; |
| 285 | margin: 0 auto; |
| 286 | display: inline-block; |
| 287 | } |
| 288 | } |
| 289 | |
| 290 | /* testimonials section */ |
| 291 | #wpchill-welcome .testimonials { |
| 292 | background-color: #fafafa; |
| 293 | |
| 294 | position: relative; |
| 295 | box-shadow: -3px 2px 70px 0px rgba(128, 144, 174, 0.1); |
| 296 | } |
| 297 | |
| 298 | #wpchill-welcome .testimonials .testimonial-block { |
| 299 | padding: 0 16px 32px; |
| 300 | overflow: auto; |
| 301 | margin-top: 40px; |
| 302 | text-align: center; |
| 303 | } |
| 304 | |
| 305 | @media screen and (min-width: 720px) { |
| 306 | |
| 307 | #wpchill-welcome .testimonials .testimonial-block { |
| 308 | float: left; |
| 309 | width: 50%; |
| 310 | } |
| 311 | |
| 312 | } |
| 313 | |
| 314 | #wpchill-welcome .testimonials .testimonial-block p { |
| 315 | font-size: 14px; |
| 316 | font-weight: 400; |
| 317 | line-height: 1.6; |
| 318 | } |
| 319 | |
| 320 | #wpchill-welcome .testimonials .testimonial-block img { |
| 321 | max-width: 60px; |
| 322 | max-height: 60px; |
| 323 | border-radius: 50%; |
| 324 | filter: grayscale(100%); |
| 325 | box-shadow: 0 0 12px rgba(0,0,0,0.15); |
| 326 | } |
| 327 | |
| 328 | /* testimonials footer */ |
| 329 | #wpchill-welcome .footer { |
| 330 | background-color: #fff; |
| 331 | border-bottom-left-radius: 10px; |
| 332 | border-bottom-right-radius: 10px; |
| 333 | margin-bottom: 30px; |
| 334 | position: relative; |
| 335 | box-shadow: -3px 2px 70px 0px rgba(128, 144, 174, 0.1); |
| 336 | } |
| 337 | |
| 338 | #wpchill-welcome .container { |
| 339 | position: relative; |
| 340 | width: 100%; |
| 341 | height: 0; |
| 342 | padding-bottom: 56.25%; |
| 343 | } |
| 344 | |
| 345 | #wpchill-welcome .video { |
| 346 | position: absolute; |
| 347 | top: 0; |
| 348 | left: 0; |
| 349 | width: 100%; |
| 350 | height: 100%; |
| 351 | } |
| 352 | |
| 353 | #wpchill-welcome .stars_wrapper svg { |
| 354 | height: 20px; |
| 355 | } |
| 356 | |
| 357 | #wpchill-welcome .wpchill_empty_space{ |
| 358 | display:block; |
| 359 | clear:both; |
| 360 | } |
| 361 | |
| 362 | .wpchill_horizontal_delimiter { |
| 363 | background-color: #f0f0f1; |
| 364 | height:20px; |
| 365 | width:100%; |
| 366 | margin:0 auto; |
| 367 | } |
| 368 | |
| 369 | .wpchill-text-center { |
| 370 | text-align: center; |
| 371 | } |