Dashboard Repositories 1 Users 1 Ed Cousins Account Logout Help

Dante Activity Browse Branches Deployments Settings Search Dante repository

5f09b0b0 v1.1 Signed-off-by: Ed Cousins

Ed Cousins at 07:44 PM, December 2nd, 2013

.DS_Store Show diff

css/responsive.css Show diff

functions.php Show diff

header.php Show diff

includes/.DS_Store Show diff

includes/options/fields/google_webfonts/jquery.fontselect.js Show diff

includes/plugins/revslider.zip Show diff

includes/sf-custom-styles.php Show diff

includes/sf-formatting.php Show diff

includes/sf-header.php Show diff

includes/sf-options.php Show diff

includes/sf-portfolio.php Show diff

includes/sf-post-formats.php Show diff

includes/sf-theme-functions.php Show diff

js/functions.js Show diff

language/.DS_Store Show diff

language/en_US.po Show diff

language/fr_FR.mo Show diff

language/fr_FR.po Show diff

search.php Show diff

single-portfolio.php Show diff

single.php Show diff

style.css Show diff

swift-framework/.DS_Store Show diff

swift-framework/meta-box/inc/meta-box.php Show diff

swift-framework/meta-boxes.php Show diff

swift-framework/page-builder/.DS_Store Show diff

swift-framework/page-builder/assets/.DS_Store Show diff

swift-framework/page-builder/assets/css/page-builder.css Show diff

swift-framework/page-builder/assets/img/.DS_Store Show diff

swift-framework/page-builder/assets/img/editor_icons/PB_Nav_add_columns.png Show diff

swift-framework/page-builder/assets/img/editor_icons/[email protected] Show diff

swift-framework/page-builder/assets/js/page-builder.js Show diff

swift-framework/page-builder/builder/lib/layouts.php Show diff

swift-framework/page-builder/builder/lib/shortcodes.php Show diff

swift-framework/page-builder/builder/shortcodes/column.php Show diff

swift-framework/page-builder/builder/shortcodes/parallax.php Show diff

swift-framework/page-builder/builder/shortcodes/portfolio.php Show diff

swift-framework/page-builder/builder/shortcodes/testimonial-slider.php Show diff

swift-framework/sf-shortcodes/config.php Show diff

swift-framework/shortcodes.php Show diff

woocommerce/.DS_Store Show diff

woocommerce/checkout/form-billing.php Show diff

woocommerce/checkout/form-checkout.php Show diff

woocommerce/checkout/form-login.php Show diff

woocommerce/checkout/form-shipping.php Show diff

woocommerce/checkout/review-order.php Show diff

woocommerce/myaccount/my-address.php Show diff

woocommerce/share.php Show diff

dante / .DS_Store Blame

Diff can't be displayed for binary file.

dante / css / responsive.css Blame Download patch

42 42 .boxed-layout #header-section.header-3 #header .is-sticky .sticky-header, .boxed-layout #header-section.header-4 #header .is-sticky .sticky-header, .boxed-layout #header-section.header-5 #header .is-sticky .sticky-header { 43 43 max-width: 1140px; 44 44 } 45 - .boxed-layout #header-section .is-sticky #main-nav.sticky-header, #header-section.header-6 .is-sticky #header.sticky-header { 45 + .boxed-layout #header-section .is-sticky #main-nav.sticky-header, .boxed-layout #header-section.header-6 .is-sticky #header.sticky-header { 46 46 width: 1230px; 47 47 } 48 48

521 521 .sf-count-asset .count-number { 522 522 font-size: 50px; 523 523 } 524 + 525 + .header-1 #logo a.mobile-cart-link, .header-2 #logo a.mobile-cart-link, .header-1 #logo a.mobile-menu-show, .header-2 #logo a.mobile-menu-show { 526 + display: none; 527 + } 524 528 525 529 } 526 530

851 855 #order_review table.shop_table td.product-description { 852 856 width: 50%; 853 857 } 858 + #order-details { 859 + padding-right: 15px; 860 + } 854 861 855 862 /* WIDGETS */ 856 863 .caroufredsel_wrapper {

1430 1437 .woocommerce div.product div.images { 1431 1438 width: 100%; 1432 1439 float: none; 1440 + padding-bottom: 0; 1433 1441 margin-bottom: 30px; 1434 1442 } 1435 1443 .woocommerce div.product div.summary {

dante / functions.php Blame Download patch

36 36 37 37 /* PLUGIN INCLUDES 38 38 ======*/ 39 + $options = get_option('sf_dante_options'); 40 + $disable_loveit = false; 41 + if (isset($options['disable_loveit']) && $options['disable_loveit'] == 1) { 42 + $disable_loveit = true; 43 + } 39 44 require_once(SF_INCLUDES_PATH . '/plugins/aq_resizer.php'); 40 - include_once(SF_INCLUDES_PATH . '/plugin-includes.php'); 45 + include_once(SF_INCLUDES_PATH . '/plugin-includes.php'); 46 + 47 + if (!$disable_loveit) { 41 48 include_once(SF_INCLUDES_PATH . '/plugins/love-it-pro/love-it-pro.php'); 49 + } 50 + 42 51 43 52 44 53 /* THEME UPDATER FRAMEWORK

dante / header.php Blame Download patch

82 82 83 83 84 84 85 + 86 + 85 87 86 88 87 89

105 107 106 108 $body_font_option = $options['body_font_option']; 107 109 if (isset($options['google_standard_font'])) { 108 - $google_standard_font = explode(':', $options['google_standard_font']); 109 - $google_font_one = str_replace("+", " ", $google_standard_font[0]); 110 + $google_font_one = $options['google_standard_font']; 110 111 } 111 112 $headings_font_option = $options['headings_font_option']; 112 113 if (isset($options['google_heading_font'])) { 113 - $google_heading_font = explode(':', $options['google_heading_font']); 114 - $google_font_two = str_replace("+", " ", $google_heading_font[0]); 114 + $google_font_two = $options['headings_font_option']; 115 115 } 116 116 $menu_font_option = $options['menu_font_option']; 117 117 if (isset($options['google_menu_font'])) { 118 - $google_menu_font = explode(':', $options['google_menu_font']); 119 - $google_font_three = str_replace("+", " ", $google_menu_font[0]); 118 + $google_font_three = $options['google_menu_font']; 120 119 } 121 120 122 121 if ($body_font_option == "google" && $google_font_one != "") {

dante / includes / .DS_Store Blame

Diff can't be displayed for binary file.

dante / includes / options / fields / google_webfonts / jquery.fontselect.js Blame Download patch

13 13 14 14 // split font into family and weight 15 15 font = font.split(':'); 16 - 16 + 17 + var style = "normal"; 18 + var weight = font[1]; 19 + 20 + if (font[1].indexOf("italic") >= 0) { 21 + style = "italic"; 22 + } 23 + 17 24 // set family on example 18 25 jQuery('#' + relid + '.example').css('font-family', font[0]); 26 + jQuery('#' + relid + '.example').css('font-weight', weight.replace('italic','')); 27 + jQuery('#' + relid + '.example').css('font-style', style); 19 28 } 20 29 }); 21 30

34 43 var __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; 35 44 36 45 var _fonts = [ 37 - 'ABeeZee', 38 - 'Abel', 39 - 'Abril Fatface', 40 - 'Aclonica', 41 - 'Acme', 42 - 'Actor', 43 - 'Adamina', 44 - 'Advent Pro', 45 - 'Aguafina Script', 46 - 'Akronim', 47 - 'Aladin', 48 - 'Aldrich', 49 - 'Alef', 50 - 'Alegreya', 51 - 'Alegreya SC', 52 - 'Alex Brush', 53 - 'Alfa Slab One', 54 - 'Alice', 55 - 'Alike', 56 - 'Alike Angular', 57 - 'Allan', 58 - 'Allerta', 59 - 'Allerta Stencil', 60 - 'Allura', 61 - 'Almendra', 62 - 'Almendra Display', 63 - 'Almendra SC', 64 - 'Amarante', 65 - 'Amaranth', 66 - 'Amatic SC', 67 - 'Amethysta', 68 - 'Anaheim', 69 - 'Andada', 70 - '', 71 - 'Angkor', 72 - 'Annie Use Your Telescope', 73 - 'Anonymous Pro', 74 - 'Antic', 75 - 'Antic ', 76 - 'Antic Slab', 77 - 'Anton', 78 - 'Arapey', 79 - 'Arbutus', 80 - 'Arbutus Slab', 81 - 'Architects Daughter', 82 - 'Archivo Black', 83 - 'Archivo Narrow', 84 - 'Arimo', 85 - 'Arizonia', 86 - 'Armata', 87 - 'Artifika', 88 - 'Arvo', 89 - 'Asap', 90 - 'Asset', 91 - 'Astloch', 92 - 'Asul', 93 - 'Atomic Age', 94 - 'Aubrey', 95 - 'Audiowide', 96 - 'Autour One', 97 - 'Average', 98 - 'Average Sans', 99 - 'Averia Gruesa Libre', 100 - 'Averia Libre', 101 - 'Averia Sans Libre', 102 - 'Averia Libre', 103 - 'Bad Script', 104 - 'Balthazar', 105 - 'Bangers', 106 - 'Basic', 107 - 'Battambang', 108 - 'Baumans', 109 - 'Bayon', 110 - 'Belgrano', 111 - 'Belleza', 112 - 'BenchNine', 113 - 'Bentham', 114 - 'Berkshire Swash', 115 - 'Bevan', 116 - 'Bigelow Rules', 117 - 'Bigshot One', 118 - 'Bilbo', 119 - 'Bilbo Swash Caps', 120 - 'Bitter', 121 - 'Black Ops One', 122 - 'Bokor', 123 - 'Bonbon', 124 - 'Boogaloo', 125 - 'Bowlby One', 126 - 'Bowlby One SC', 127 - 'Brawler', 128 - 'Bree Serif', 129 - 'Bubblegum Sans', 130 - 'Bubbler One', 131 - 'Buda', 132 - 'Buenard', 133 - 'Butcherman', 134 - 'Butterfly Kids', 135 - 'Cabin', 136 - 'Cabin Condensed', 137 - 'Cabin Sketch', 138 - 'Caesar Dressing', 139 - 'Cagliostro', 140 - 'Calligraffitti', 141 - 'Cambo', 142 - 'Candal', 143 - '', 144 - 'Cantata One', 145 - 'Capriola', 146 - 'Cardo', 147 - 'Carme', 148 - 'Carrois Gothic', 149 - 'Carrois Gothic SC', 150 - 'Carter One', 151 - 'Caudex', 152 - 'Cedarville Cursive', 153 - 'Ceviche One', 154 - 'Changa One', 155 - 'Chango', 156 - 'Chau Philomene One', 157 - 'Chela One', 158 - 'Chelsea Market', 159 - 'Chenla', 160 - 'Cherry Cream Soda', 161 - 'Cherry Swash', 162 - 'Chewy', 163 - 'Chicle', 164 - 'Chivo', 165 - 'Cinzel', 166 - 'Cinzel Decorative', 167 - 'Clicker Script', 168 - 'Coda', 169 - 'Coda Caption', 170 - 'Codystar', 171 - 'Combo', 172 - 'Comfortaa', 173 - 'Coming Soon', 174 - 'Concert One', 175 - 'Condiment', 176 - 'Content', 177 - 'Contrail One', 178 - 'Convergence', 179 - 'Cookie', 180 - 'Copse', 181 - 'Corben', 182 - 'Courgette', 183 - 'Cousine', 184 - 'Coustard', 185 - 'Covered By Your Grace', 186 - 'Crafty Girls', 187 - 'Creepster', 188 - 'Crete Round', 189 - 'Crimson Text', 190 - 'Croissant One', 191 - 'Crushed', 192 - 'Cuprum', 193 - 'Cutive', 194 - 'Cutive Mono', 195 - 'Damion', 196 - 'Dancing Script', 197 - 'Dangrek', 198 - 'Dawning of a New Day', 199 - 'Days One', 200 - 'Delius', 201 - 'Delius Swash Caps', 202 - 'Delius Unicase', 203 - 'Della Respira', 204 - 'Denk One', 205 - 'Devonshire', 206 - 'Didact Gothic', 207 - 'Diplomata', 208 - 'Diplomata SC', 209 - 'Domine', 210 - 'Donegal One', 211 - 'Doppio One', 212 - 'Dorsa', 213 - 'Dosis', 214 - 'Dr Sugiyama', 215 - 'Droid Sans', 216 - 'Droid Sans Mono', 217 - 'Droid Serif', 218 - 'Duru Sans', 219 - 'Dynalight', 220 - 'EB ', 221 - 'Eagle Lake', 222 - 'Eater', 223 - 'Economica', 224 - 'Electrolize', 225 - 'Elsie', 226 - 'Elsie Swash Caps', 227 - 'Emblema One', 228 - 'Emilys Candy', 229 - 'Engagement', 230 - 'Englebert', 231 - 'Enriqueta', 232 - 'Erica One', 233 - 'Esteban', 234 - 'Euphoria Script', 235 - 'Ewert', 236 - 'Exo', 237 - 'Expletus Sans', 238 - 'Fanwood Text', 239 - 'Fascinate', 240 - 'Fascinate Inline', 241 - 'Faster One', 242 - 'Fasthand', 243 - 'Fauna One', 244 - 'Federant', 245 - 'Federo', 246 - 'Felipa', 247 - 'Fenix', 248 - 'Finger Paint', 249 - 'Fjalla One', 250 - 'Fjord One', 251 - 'Flamenco', 252 - 'Flavors', 253 - 'Fondamento', 254 - 'Fontdiner Swanky', 255 - 'Forum', 256 - 'Francois One', 257 - 'Freckle Face', 258 - 'Fredericka the Great', 259 - 'Fredoka One', 260 - 'Freehand', 261 - 'Fresca', 262 - 'Frijole', 263 - 'Fruktur', 264 - 'Fugaz One', 265 - 'GFS Didot', 266 - 'GFS Neohellenic', 267 - 'Gabriela', 268 - 'Gafata', 269 - 'Galdeano', 270 - 'Galindo', 271 - ' Basic', 272 - 'Gentium Book Basic', 273 - 'Geo', 274 - 'Geostar', 275 - 'Geostar Fill', 276 - 'Germania One', 277 - 'Gilda Display', 278 - 'Give You Glory', 279 - 'Glass Antiqua', 280 - 'Glegoo', 281 - 'Gloria Hallelujah', 282 - 'Goblin One', 283 - 'Gochi Hand', 284 - 'Gorditas', 285 - 'Goudy Bookletter 1911', 286 - 'Graduate', 287 - 'Grand Hotel', 288 - 'Gravitas One', 289 - 'Great Vibes', 290 - 'Griffy', 291 - 'Gruppo', 292 - 'Gudea', 293 - 'Habibi', 294 - 'Hammersmith One', 295 - 'Hanalei', 296 - 'Hanalei Fill', 297 - 'Handlee', 298 - 'Hanuman', 299 - 'Happy Monkey', 300 - 'Headland One', 301 - 'Henny Penny', 302 - 'Herr Von Muellerhoff', 303 - 'Holtwood One SC', 304 - 'Homemade Apple', 305 - 'Homenaje', 306 - 'IM Fell DW Pica', 307 - 'IM Fell DW Pica SC', 308 - 'IM Fell Double Pica', 309 - 'IM Fell Double Pica SC', 310 - 'IM Fell English', 311 - 'IM Fell English SC', 312 - 'IM Fell French Canon', 313 - 'IM Fell French Canon SC', 314 - 'IM Fell Great Primer', 315 - 'IM Fell Great Primer SC', 316 - 'Iceberg', 317 - 'Iceland', 318 - 'Imprima', 319 - '', 320 - 'Inder', 321 - 'Indie Flower', 322 - 'Inika', 323 - 'Irish Grover', 324 - 'Istok Web', 325 - 'Italiana', 326 - 'Italianno', 327 - 'Jacques Francois', 328 - 'Jacques Francois Shadow', 329 - 'Jim Nightshade', 330 - 'Jockey One', 331 - 'Jolly Lodger', 332 - 'Josefin Sans', 333 - 'Josefin Slab', 334 - 'Joti One', 335 - 'Judson', 336 - 'Julee', 337 - 'Julius Sans One', 338 - 'Junge', 339 - 'Jura', 340 - 'Just Another Hand', 341 - 'Just Me Again Down Here', 342 - 'Kameron', 343 - 'Karla', 344 - 'Kaushan Script', 345 - 'Kavoon', 346 - 'Keania One', 347 - 'Kelly Slab', 348 - 'Kenia', 349 - 'Khmer', 350 - 'Kite One', 351 - 'Knewave', 352 - 'Kotta One', 353 - 'Koulen', 354 - 'Kranky', 355 - 'Kreon', 356 - 'Kristi', 357 - 'Krona One', 358 - 'La Belle Aurore', 359 - 'Lancelot', 360 - '', 361 - 'League Script', 362 - 'Leckerli One', 363 - 'Ledger', 364 - 'Lekton', 365 - 'Lemon', 366 - 'Libre ', 367 - 'Life Savers', 368 - 'Lilita One', 369 - 'Lily Script One', 370 - 'Limelight', 371 - 'Linden Hill', 372 - 'Lobster', 373 - 'Lobster Two', 374 - 'Londrina Outline', 375 - 'Londrina Shadow', 376 - 'Londrina Sketch', 377 - 'Londrina Solid', 378 - 'Lora', 379 - 'Love Ya Like A Sister', 380 - 'Loved by the King', 381 - 'Lovers Quarrel', 382 - 'Luckiest Guy', 383 - 'Lusitana', 384 - 'Lustria', 385 - 'Macondo', 386 - 'Macondo Swash Caps', 387 - 'Magra', 388 - 'Maiden Orange', 389 - 'Mako', 390 - 'Marcellus', 391 - 'Marcellus SC', 392 - 'Marck Script', 393 - 'Margarine', 394 - 'Marko One', 395 - 'Marmelad', 396 - 'Marvel', 397 - 'Mate', 398 - 'Mate SC', 399 - 'Maven Pro', 400 - 'McLaren', 401 - 'Meddon', 402 - 'MedievalSharp', 403 - 'Medula One', 404 - 'Megrim', 405 - 'Meie Script', 406 - 'Merienda', 407 - 'Merienda One', 408 - 'Merriweather', 409 - 'Merriweather Sans', 410 - 'Metal', 411 - 'Metal Mania', 412 - 'Metamorphous', 413 - 'Metrophobic', 414 - 'Michroma', 415 - 'Milonga', 416 - 'Miltonian', 417 - 'Miltonian Tattoo', 418 - 'Miniver', 419 - 'Miss Fajardose', 420 - 'Modern Antiqua', 421 - 'Molengo', 422 - 'Molle', 423 - 'Monda', 424 - 'Monofett', 425 - 'Monoton', 426 - 'Monsieur La Doulaise', 427 - 'Montaga', 428 - 'Montez', 429 - 'Montserrat', 430 - 'Montserrat Alternates', 431 - 'Montserrat Subrayada', 432 - 'Moul', 433 - 'Moulpali', 434 - 'Mountains of Christmas', 435 - 'Mouse Memoirs', 436 - 'Mr Bedfort', 437 - 'Mr Dafoe', 438 - 'Mr De Haviland', 439 - 'Mrs Saint Delafield', 440 - 'Mrs Sheppards', 441 - 'Muli', 442 - 'Mystery Quest', 443 - 'Neucha', 444 - 'Neuton', 445 - 'New Rocker', 446 - 'News Cycle', 447 - 'Niconne', 448 - 'Nixie One', 449 - 'Nobile', 450 - 'Nokora', 451 - 'Norican', 452 - 'Nosifer', 453 - 'Nothing You Could Do', 454 - 'Noticia Text', 455 - 'Noto Sans', 456 - 'Noto Serif', 457 - 'Nova Cut', 458 - 'Nova Flat', 459 - 'Nova Mono', 460 - 'Nova Oval', 461 - 'Nova Round', 462 - 'Nova Script', 463 - 'Nova Slim', 464 - 'Nova Square', 465 - 'Numans', 466 - 'Nunito', 467 - 'Odor Mean Chey', 468 - 'Offside', 469 - 'Old Standard TT', 470 - 'Oldenburg', 471 - 'Oleo Script', 472 - 'Oleo Script Swash Caps', 473 - '', 474 - 'Open Sans Condensed', 475 - 'Oranienbaum', 476 - 'Orbitron', 477 - 'Oregano', 478 - 'Orienta', 479 - 'Original Surfer', 480 - 'Oswald', 481 - 'Over the Rainbow', 482 - 'Overlock', 483 - 'Overlock SC', 484 - 'Ovo', 485 - 'Oxygen', 486 - 'Oxygen Mono', 487 - 'PT Mono', 488 - 'PT Sans', 489 - 'PT Sans Caption', 490 - 'PT Sans Narrow', 491 - 'PT Serif', 492 - 'PT Serif Caption', 493 - 'Pacifico', 494 - 'Paprika', 495 - 'Parisienne', 496 - 'Passero One', 497 - 'Passion One', 498 - 'Pathway Gothic One', 499 - 'Patrick Hand', 500 - 'Patrick Hand SC', 501 - 'Patua One', 502 - 'Paytone One', 503 - 'Peralta', 504 - 'Permanent Marker', 505 - 'Petit Formal Script', 506 - 'Petrona', 507 - 'Philosopher', 508 - 'Piedra', 509 - 'Pinyon Script', 510 - 'Pirata One', 511 - 'Plaster', 512 - 'Play', 513 - 'Playball', 514 - 'Playfair Display', 515 - 'Playfair Display SC', 516 - 'Podkova', 517 - 'Poiret One', 518 - 'Poller One', 519 - 'Poly', 520 - 'Pompiere', 521 - 'Pontano Sans', 522 - 'Port Lligat Sans', 523 - 'Port Lligat Slab', 524 - 'Prata', 525 - 'Preahvihear', 526 - 'Press Start 2P', 527 - 'Princess Sofia', 528 - 'Prociono', 529 - 'Prosto One', 530 - 'Puritan', 531 - 'Purple Purse', 532 - 'Quando', 533 - 'Quantico', 534 - 'Quattrocento', 535 - 'Quattrocento Sans', 536 - 'Questrial', 537 - 'Quicksand', 538 - 'Quintessential', 539 - 'Qwigley', 540 - 'Racing Sans One', 541 - 'Radley', 542 - 'Raleway', 543 - 'Raleway Dots', 544 - 'Rambla', 545 - 'Rammetto One', 546 - 'Ranchers', 547 - 'Rancho', 548 - 'Rationale', 549 - 'Redressed', 550 - 'Reenie Beanie', 551 - 'Revalia', 552 - 'Ribeye', 553 - 'Ribeye Marrow', 554 - 'Righteous', 555 - 'Risque', 556 - '', 557 - 'Roboto Condensed', 558 - 'Roboto Slab', 559 - 'Rochester', 560 - 'Rock Salt', 561 - 'Rokkitt', 562 - 'Romanesco', 563 - 'Ropa Sans', 564 - 'Rosario', 565 - 'Rosarivo', 566 - 'Rouge Script', 567 - 'Ruda', 568 - 'Rufina', 569 - 'Ruge Boogie', 570 - 'Ruluko', 571 - 'Rum Raisin', 572 - 'Ruslan Display', 573 - 'Russo One', 574 - 'Ruthie', 575 - 'Rye', 576 - 'Sacramento', 577 - 'Sail', 578 - 'Salsa', 579 - 'Sanchez', 580 - 'Sancreek', 581 - 'Sansita One', 582 - 'Sarina', 583 - 'Satisfy', 584 - 'Scada', 585 - 'Schoolbell', 586 - 'Seaweed Script', 587 - 'Sevillana', 588 - 'Seymour One', 589 - 'Shadows Into Light', 590 - 'Shadows Into Light Two', 591 - 'Shanti', 592 - 'Share', 593 - 'Share Tech', 594 - 'Share Tech Mono', 595 - 'Shojumaru', 596 - 'Short Stack', 597 - 'Siemreap', 598 - 'Sigmar One', 599 - 'Signika', 600 - 'Signika Negative', 601 - 'Simonetta', 602 - 'Sintony', 603 - 'Sirin Stencil', 604 - 'Six Caps', 605 - 'Skranji', 606 - 'Slackey', 607 - 'Smokum', 608 - 'Smythe', 609 - 'Sniglet', 610 - 'Snippet', 611 - 'Snowburst One', 612 - 'Sofadi One', 613 - 'Sofia', 614 - 'Sonsie One', 615 - 'Sorts Mill Goudy', 616 - '', 617 - ' Pro', 618 - 'Special Elite', 619 - 'Spicy Rice', 620 - 'Spinnaker', 621 - 'Spirax', 622 - 'Squada One', 623 - 'Stalemate', 624 - 'Stalinist One', 625 - 'Stardos Stencil', 626 - 'Stint Ultra Condensed', 627 - 'Stint Ultra Expanded', 628 - 'Stoke', 629 - 'Strait', 630 - 'Sue Ellen Francisco', 631 - 'Sunshiney', 632 - 'Supermercado One', 633 - 'Suwannaphum', 634 - 'Swanky and Moo Moo', 635 - 'Syncopate', 636 - 'Tangerine', 637 - 'Taprom', 638 - 'Tauri', 639 - 'Telex', 640 - 'Tenor Sans', 641 - 'Text Me One', 642 - 'The Girl Next Door', 643 - 'Tienne', 644 - 'Tinos', 645 - 'Titan One', 646 - 'Titillium Web', 647 - 'Trade Winds', 648 - 'Trocchi', 649 - 'Trochut', 650 - 'Trykker', 651 - 'Tulpen One', 652 - '', 653 - 'Ubuntu Condensed', 654 - 'Ubuntu Mono', 655 - 'Ultra', 656 - 'Uncial Antiqua', 657 - 'Underdog', 658 - 'Unica One', 659 - 'UnifrakturCook', 660 - 'UnifrakturMaguntia', 661 - 'Unkempt', 662 - 'Unlock', 663 - 'Unna', 664 - 'VT323', 665 - 'Vampiro One', 666 - 'Varela', 667 - 'Varela Round', 668 - 'Vast Shadow', 669 - 'Vibur', 670 - 'Vidaloka', 671 - 'Viga', 672 - 'Voces', 673 - 'Volkhov', 674 - 'Vollkorn', 675 - 'Voltaire', 676 - 'Waiting for the Sunrise', 677 - 'Wallpoet', 678 - 'Walter Turncoat', 679 - 'Warnes', 680 - 'Wellfleet', 681 - 'Wendy One', 682 - 'Wire One', 683 - 'Yanone Kaffeesatz', 684 - 'Yellowtail', 685 - 'Yeseva One', 686 - 'Yesteryear', 687 - 'Zeyada' 46 + 'ABeeZee:400', 47 + 'ABeeZee:italic', 48 + 'Abel:400', 49 + 'Abril Fatface:400', 50 + 'Aclonica:400', 51 + 'Acme:400', 52 + 'Actor:400', 53 + 'Adamina:400', 54 + 'Advent Pro:100', 55 + 'Advent Pro:200', 56 + 'Advent Pro:300', 57 + 'Advent Pro:400', 58 + 'Advent Pro:500', 59 + 'Advent Pro:600', 60 + 'Advent Pro:700', 61 + 'Aguafina Script:400', 62 + 'Akronim:400', 63 + 'Aladin:400', 64 + 'Aldrich:400', 65 + 'Alef:400', 66 + 'Alef:700', 67 + 'Alegreya:400', 68 + 'Alegreya:italic', 69 + 'Alegreya:700', 70 + 'Alegreya:700italic', 71 + 'Alegreya:900', 72 + 'Alegreya:900italic', 73 + 'Alegreya SC:400', 74 + 'Alegreya SC:italic', 75 + 'Alegreya SC:700', 76 + 'Alegreya SC:700italic', 77 + 'Alegreya SC:900', 78 + 'Alegreya SC:900italic', 79 + 'Alex Brush:400', 80 + 'Alfa Slab One:400', 81 + 'Alice:400', 82 + 'Alike:400', 83 + 'Alike Angular:400', 84 + 'Allan:400', 85 + 'Allan:700', 86 + 'Allerta:400', 87 + 'Allerta Stencil:400', 88 + 'Allura:400', 89 + 'Almendra:400', 90 + 'Almendra:italic', 91 + 'Almendra:700', 92 + 'Almendra:700italic', 93 + 'Almendra Display:400', 94 + 'Almendra SC:400', 95 + 'Amarante:400', 96 + 'Amaranth:400', 97 + 'Amaranth:italic', 98 + 'Amaranth:700', 99 + 'Amaranth:700italic', 100 + 'Amatic SC:400', 101 + 'Amatic SC:700', 102 + 'Amethysta:400', 103 + 'Anaheim:400', 104 + 'Andada:400', 105 + 'Andika:400', 106 + 'Angkor:400', 107 + 'Annie Use Your Telescope:400', 108 + 'Anonymous Pro:400', 109 + 'Anonymous Pro:italic', 110 + 'Anonymous Pro:700', 111 + 'Anonymous Pro:700italic', 112 + 'Antic:400', 113 + 'Antic Didone:400', 114 + 'Antic Slab:400', 115 + 'Anton:400', 116 + 'Arapey:400', 117 + 'Arapey:italic', 118 + 'Arbutus:400', 119 + 'Arbutus Slab:400', 120 + 'Architects Daughter:400', 121 + 'Archivo Black:400', 122 + 'Archivo Narrow:400', 123 + 'Archivo Narrow:italic', 124 + 'Archivo Narrow:700', 125 + 'Archivo Narrow:700italic', 126 + 'Arimo:400', 127 + 'Arimo:italic', 128 + 'Arimo:700', 129 + 'Arimo:700italic', 130 + 'Arizonia:400', 131 + 'Armata:400', 132 + 'Artifika:400', 133 + 'Arvo:400', 134 + 'Arvo:italic', 135 + 'Arvo:700', 136 + 'Arvo:700italic', 137 + 'Asap:400', 138 + 'Asap:italic', 139 + 'Asap:700', 140 + 'Asap:700italic', 141 + 'Asset:400', 142 + 'Astloch:400', 143 + 'Astloch:700', 144 + 'Asul:400', 145 + 'Asul:700', 146 + 'Atomic Age:400', 147 + 'Aubrey:400', 148 + 'Audiowide:400', 149 + 'Autour One:400', 150 + 'Average:400', 151 + 'Average Sans:400', 152 + 'Averia Gruesa Libre:400', 153 + 'Averia Libre:300', 154 + 'Averia Libre:300', 155 + 'Averia Libre:400', 156 + 'Averia Libre:italic', 157 + 'Averia Libre:700', 158 + 'Averia Libre:700italic', 159 + 'Averia Sans Libre:300', 160 + 'Averia Sans Libre:300', 161 + 'Averia Sans Libre:400', 162 + 'Averia Sans Libre:italic', 163 + 'Averia Sans Libre:700', 164 + 'Averia Sans Libre:700italic', 165 + 'Averia Serif Libre:300', 166 + 'Averia Serif Libre:300', 167 + 'Averia Serif Libre:400', 168 + 'Averia Serif Libre:italic', 169 + 'Averia Serif Libre:700', 170 + 'Averia Serif Libre:700italic', 171 + 'Bad Script:400', 172 + 'Balthazar:400', 173 + 'Bangers:400', 174 + 'Basic:400', 175 + 'Battambang:400', 176 + 'Battambang:700', 177 + 'Baumans:400', 178 + 'Bayon:400', 179 + 'Belgrano:400', 180 + 'Belleza:400', 181 + 'BenchNine:300', 182 + 'BenchNine:400', 183 + 'BenchNine:700', 184 + 'Bentham:400', 185 + 'Berkshire Swash:400', 186 + 'Bevan:400', 187 + 'Bigelow Rules:400', 188 + 'Bigshot One:400', 189 + 'Bilbo:400', 190 + 'Bilbo Swash Caps:400', 191 + 'Bitter:400', 192 + 'Bitter:italic', 193 + 'Bitter:700', 194 + 'Black Ops One:400', 195 + 'Bokor:400', 196 + 'Bonbon:400', 197 + 'Boogaloo:400', 198 + 'Bowlby One:400', 199 + 'Bowlby One SC:400', 200 + 'Brawler:400', 201 + 'Bree Serif:400', 202 + 'Bubblegum Sans:400', 203 + 'Bubbler One:400', 204 + 'Buda:300', 205 + 'Buenard:400', 206 + 'Buenard:700', 207 + 'Butcherman:400', 208 + 'Butterfly Kids:400', 209 + 'Cabin:400', 210 + 'Cabin:italic', 211 + 'Cabin:500', 212 + 'Cabin:500italic', 213 + 'Cabin:600', 214 + 'Cabin:600italic', 215 + 'Cabin:700', 216 + 'Cabin:700italic', 217 + 'Cabin Condensed:400', 218 + 'Cabin Condensed:500', 219 + 'Cabin Condensed:600', 220 + 'Cabin Condensed:700', 221 + 'Cabin Sketch:400', 222 + 'Cabin Sketch:700', 223 + 'Caesar Dressing:400', 224 + 'Cagliostro:400', 225 + 'Calligraffitti:400', 226 + 'Cambo:400', 227 + 'Candal:400', 228 + 'Cantarell:400', 229 + 'Cantarell:italic', 230 + 'Cantarell:700', 231 + 'Cantarell:700italic', 232 + 'Cantata One:400', 233 + 'Cantora One:400', 234 + 'Capriola:400', 235 + 'Cardo:400', 236 + 'Cardo:italic', 237 + 'Cardo:700', 238 + 'Carme:400', 239 + 'Carrois Gothic:400', 240 + 'Carrois Gothic SC:400', 241 + 'Carter One:400', 242 + 'Caudex:400', 243 + 'Caudex:italic', 244 + 'Caudex:700', 245 + 'Caudex:700italic', 246 + 'Cedarville Cursive:400', 247 + 'Ceviche One:400', 248 + 'Changa One:400', 249 + 'Changa One:italic', 250 + 'Chango:400', 251 + 'Chau Philomene One:400', 252 + 'Chau Philomene One:italic', 253 + 'Chela One:400', 254 + 'Chelsea Market:400', 255 + 'Chenla:400', 256 + 'Cherry Cream Soda:400', 257 + 'Cherry Swash:400', 258 + 'Cherry Swash:700', 259 + 'Chewy:400', 260 + 'Chicle:400', 261 + 'Chivo:400', 262 + 'Chivo:italic', 263 + 'Chivo:900', 264 + 'Chivo:900italic', 265 + 'Cinzel:400', 266 + 'Cinzel:700', 267 + 'Cinzel:900', 268 + 'Cinzel Decorative:400', 269 + 'Cinzel Decorative:700', 270 + 'Cinzel Decorative:900', 271 + 'Clicker Script:400', 272 + 'Coda:400', 273 + 'Coda:800', 274 + 'Coda Caption:800', 275 + 'Codystar:300', 276 + 'Codystar:400', 277 + 'Combo:400', 278 + 'Comfortaa:300', 279 + 'Comfortaa:400', 280 + 'Comfortaa:700', 281 + 'Coming Soon:400', 282 + 'Concert One:400', 283 + 'Condiment:400', 284 + 'Content:400', 285 + 'Content:700', 286 + 'Contrail One:400', 287 + 'Convergence:400', 288 + 'Cookie:400', 289 + 'Copse:400', 290 + 'Corben:400', 291 + 'Corben:700', 292 + 'Courgette:400', 293 + 'Cousine:400', 294 + 'Cousine:italic', 295 + 'Cousine:700', 296 + 'Cousine:700italic', 297 + 'Coustard:400', 298 + 'Coustard:900', 299 + 'Covered By Your Grace:400', 300 + 'Crafty Girls:400', 301 + 'Creepster:400', 302 + 'Crete Round:400', 303 + 'Crete Round:italic', 304 + 'Crimson Text:400', 305 + 'Crimson Text:italic', 306 + 'Crimson Text:600', 307 + 'Crimson Text:600italic', 308 + 'Crimson Text:700', 309 + 'Crimson Text:700italic', 310 + 'Croissant One:400', 311 + 'Crushed:400', 312 + 'Cuprum:400', 313 + 'Cuprum:italic', 314 + 'Cuprum:700', 315 + 'Cuprum:700italic', 316 + 'Cutive:400', 317 + 'Cutive Mono:400', 318 + 'Damion:400', 319 + 'Dancing Script:400', 320 + 'Dancing Script:700', 321 + 'Dangrek:400', 322 + 'Dawning of a New Day:400', 323 + 'Days One:400', 324 + 'Delius:400', 325 + 'Delius Swash Caps:400', 326 + 'Delius Unicase:400', 327 + 'Delius Unicase:700', 328 + 'Della Respira:400', 329 + 'Denk One:400', 330 + 'Devonshire:400', 331 + 'Didact Gothic:400', 332 + 'Diplomata:400', 333 + 'Diplomata SC:400', 334 + 'Domine:400', 335 + 'Domine:700', 336 + 'Donegal One:400', 337 + 'Doppio One:400', 338 + 'Dorsa:400', 339 + 'Dosis:200', 340 + 'Dosis:300', 341 + 'Dosis:400', 342 + 'Dosis:500', 343 + 'Dosis:600', 344 + 'Dosis:700', 345 + 'Dosis:800', 346 + 'Dr Sugiyama:400', 347 + 'Droid Sans:400', 348 + 'Droid Sans:700', 349 + 'Droid Sans Mono:400', 350 + 'Droid Serif:400', 351 + 'Droid Serif:italic', 352 + 'Droid Serif:700', 353 + 'Droid Serif:700italic', 354 + 'Duru Sans:400', 355 + 'Dynalight:400', 356 + 'EB Garamond:400', 357 + 'Eagle Lake:400', 358 + 'Eater:400', 359 + 'Economica:400', 360 + 'Economica:italic', 361 + 'Economica:700', 362 + 'Economica:700italic', 363 + 'Electrolize:400', 364 + 'Elsie:400', 365 + 'Elsie:900', 366 + 'Elsie Swash Caps:400', 367 + 'Elsie Swash Caps:900', 368 + 'Emblema One:400', 369 + 'Emilys Candy:400', 370 + 'Engagement:400', 371 + 'Englebert:400', 372 + 'Enriqueta:400', 373 + 'Enriqueta:700', 374 + 'Erica One:400', 375 + 'Esteban:400', 376 + 'Euphoria Script:400', 377 + 'Ewert:400', 378 + 'Exo:100', 379 + 'Exo:100italic', 380 + 'Exo:200', 381 + 'Exo:200italic', 382 + 'Exo:300', 383 + 'Exo:300', 384 + 'Exo:400', 385 + 'Exo:italic', 386 + 'Exo:500', 387 + 'Exo:500italic', 388 + 'Exo:600', 389 + 'Exo:600italic', 390 + 'Exo:700', 391 + 'Exo:700italic', 392 + 'Exo:800', 393 + 'Exo:800italic', 394 + 'Exo:900', 395 + 'Exo:900italic', 396 + 'Expletus Sans:400', 397 + 'Expletus Sans:italic', 398 + 'Expletus Sans:500', 399 + 'Expletus Sans:500italic', 400 + 'Expletus Sans:600', 401 + 'Expletus Sans:600italic', 402 + 'Expletus Sans:700', 403 + 'Expletus Sans:700italic', 404 + 'Fanwood Text:400', 405 + 'Fanwood Text:italic', 406 + 'Fascinate:400', 407 + 'Fascinate Inline:400', 408 + 'Faster One:400', 409 + 'Fasthand:400', 410 + 'Fauna One:400', 411 + 'Federant:400', 412 + 'Federo:400', 413 + 'Felipa:400', 414 + 'Fenix:400', 415 + 'Finger Paint:400', 416 + 'Fjalla One:400', 417 + 'Fjord One:400', 418 + 'Flamenco:300', 419 + 'Flamenco:400', 420 + 'Flavors:400', 421 + 'Fondamento:400', 422 + 'Fondamento:italic', 423 + 'Fontdiner Swanky:400', 424 + 'Forum:400', 425 + 'Francois One:400', 426 + 'Freckle Face:400', 427 + 'Fredericka the Great:400', 428 + 'Fredoka One:400', 429 + 'Freehand:400', 430 + 'Fresca:400', 431 + 'Frijole:400', 432 + 'Fruktur:400', 433 + 'Fugaz One:400', 434 + 'GFS Didot:400', 435 + 'GFS Neohellenic:400', 436 + 'GFS Neohellenic:italic', 437 + 'GFS Neohellenic:700', 438 + 'GFS Neohellenic:700italic', 439 + 'Gabriela:400', 440 + 'Gafata:400', 441 + 'Galdeano:400', 442 + 'Galindo:400', 443 + 'Gentium Basic:400', 444 + 'Gentium Basic:italic', 445 + 'Gentium Basic:700', 446 + 'Gentium Basic:700italic', 447 + 'Gentium Book Basic:400', 448 + 'Gentium Book Basic:italic', 449 + 'Gentium Book Basic:700', 450 + 'Gentium Book Basic:700italic', 451 + 'Geo:400', 452 + 'Geo:italic', 453 + 'Geostar:400', 454 + 'Geostar Fill:400', 455 + 'Germania One:400', 456 + 'Gilda Display:400', 457 + 'Give You Glory:400', 458 + 'Glass Antiqua:400', 459 + 'Glegoo:400', 460 + 'Gloria Hallelujah:400', 461 + 'Goblin One:400', 462 + 'Gochi Hand:400', 463 + 'Gorditas:400', 464 + 'Gorditas:700', 465 + 'Goudy Bookletter 1911:400', 466 + 'Graduate:400', 467 + 'Grand Hotel:400', 468 + 'Gravitas One:400', 469 + 'Great Vibes:400', 470 + 'Griffy:400', 471 + 'Gruppo:400', 472 + 'Gudea:400', 473 + 'Gudea:italic', 474 + 'Gudea:700', 475 + 'Habibi:400', 476 + 'Hammersmith One:400', 477 + 'Hanalei:400', 478 + 'Hanalei Fill:400', 479 + 'Handlee:400', 480 + 'Hanuman:400', 481 + 'Hanuman:700', 482 + 'Happy Monkey:400', 483 + 'Headland One:400', 484 + 'Henny Penny:400', 485 + 'Herr Von Muellerhoff:400', 486 + 'Holtwood One SC:400', 487 + 'Homemade Apple:400', 488 + 'Homenaje:400', 489 + 'IM Fell DW Pica:400', 490 + 'IM Fell DW Pica:italic', 491 + 'IM Fell DW Pica SC:400', 492 + 'IM Fell Double Pica:400', 493 + 'IM Fell Double Pica:italic', 494 + 'IM Fell Double Pica SC:400', 495 + 'IM Fell English:400', 496 + 'IM Fell English:italic', 497 + 'IM Fell English SC:400', 498 + 'IM Fell French Canon:400', 499 + 'IM Fell French Canon:italic', 500 + 'IM Fell French Canon SC:400', 501 + 'IM Fell Great Primer:400', 502 + 'IM Fell Great Primer:italic', 503 + 'IM Fell Great Primer SC:400', 504 + 'Iceberg:400', 505 + 'Iceland:400', 506 + 'Imprima:400', 507 + 'Inconsolata:400', 508 + 'Inconsolata:700', 509 + 'Inder:400', 510 + 'Indie Flower:400', 511 + 'Inika:400', 512 + 'Inika:700', 513 + 'Irish Grover:400', 514 + 'Istok Web:400', 515 + 'Istok Web:italic', 516 + 'Istok Web:700', 517 + 'Istok Web:700italic', 518 + 'Italiana:400', 519 + 'Italianno:400', 520 + 'Jacques Francois:400', 521 + 'Jacques Francois Shadow:400', 522 + 'Jim Nightshade:400', 523 + 'Jockey One:400', 524 + 'Jolly Lodger:400', 525 + 'Josefin Sans:100', 526 + 'Josefin Sans:100italic', 527 + 'Josefin Sans:300', 528 + 'Josefin Sans:300', 529 + 'Josefin Sans:400', 530 + 'Josefin Sans:italic', 531 + 'Josefin Sans:600', 532 + 'Josefin Sans:600italic', 533 + 'Josefin Sans:700', 534 + 'Josefin Sans:700italic', 535 + 'Josefin Slab:100', 536 + 'Josefin Slab:100italic', 537 + 'Josefin Slab:300', 538 + 'Josefin Slab:300', 539 + 'Josefin Slab:400', 540 + 'Josefin Slab:italic', 541 + 'Josefin Slab:600', 542 + 'Josefin Slab:600italic', 543 + 'Josefin Slab:700', 544 + 'Josefin Slab:700italic', 545 + 'Joti One:400', 546 + 'Judson:400', 547 + 'Judson:italic', 548 + 'Judson:700', 549 + 'Julee:400', 550 + 'Julius Sans One:400', 551 + 'Junge:400', 552 + 'Jura:300', 553 + 'Jura:400', 554 + 'Jura:500', 555 + 'Jura:600', 556 + 'Just Another Hand:400', 557 + 'Just Me Again Down Here:400', 558 + 'Kameron:400', 559 + 'Kameron:700', 560 + 'Karla:400', 561 + 'Karla:italic', 562 + 'Karla:700', 563 + 'Karla:700italic', 564 + 'Kaushan Script:400', 565 + 'Kavoon:400', 566 + 'Keania One:400', 567 + 'Kelly Slab:400', 568 + 'Kenia:400', 569 + 'Khmer:400', 570 + 'Kite One:400', 571 + 'Knewave:400', 572 + 'Kotta One:400', 573 + 'Koulen:400', 574 + 'Kranky:400', 575 + 'Kreon:300', 576 + 'Kreon:400', 577 + 'Kreon:700', 578 + 'Kristi:400', 579 + 'Krona One:400', 580 + 'La Belle Aurore:400', 581 + 'Lancelot:400', 582 + 'Lato:100', 583 + 'Lato:100italic', 584 + 'Lato:300', 585 + 'Lato:300', 586 + 'Lato:400', 587 + 'Lato:italic', 588 + 'Lato:700', 589 + 'Lato:700italic', 590 + 'Lato:900', 591 + 'Lato:900italic', 592 + 'League Script:400', 593 + 'Leckerli One:400', 594 + 'Ledger:400', 595 + 'Lekton:400', 596 + 'Lekton:italic', 597 + 'Lekton:700', 598 + 'Lemon:400', 599 + 'Libre Baskerville:400', 600 + 'Libre Baskerville:italic', 601 + 'Libre Baskerville:700', 602 + 'Life Savers:400', 603 + 'Life Savers:700', 604 + 'Lilita One:400', 605 + 'Lily Script One:400', 606 + 'Limelight:400', 607 + 'Linden Hill:400', 608 + 'Linden Hill:italic', 609 + 'Lobster:400', 610 + 'Lobster Two:400', 611 + 'Lobster Two:italic', 612 + 'Lobster Two:700', 613 + 'Lobster Two:700italic', 614 + 'Londrina Outline:400', 615 + 'Londrina Shadow:400', 616 + 'Londrina Sketch:400', 617 + 'Londrina Solid:400', 618 + 'Lora:400', 619 + 'Lora:italic', 620 + 'Lora:700', 621 + 'Lora:700italic', 622 + 'Love Ya Like A Sister:400', 623 + 'Loved by the King:400', 624 + 'Lovers Quarrel:400', 625 + 'Luckiest Guy:400', 626 + 'Lusitana:400', 627 + 'Lusitana:700', 628 + 'Lustria:400', 629 + 'Macondo:400', 630 + 'Macondo Swash Caps:400', 631 + 'Magra:400', 632 + 'Magra:700', 633 + 'Maiden Orange:400', 634 + 'Mako:400', 635 + 'Marcellus:400', 636 + 'Marcellus SC:400', 637 + 'Marck Script:400', 638 + 'Margarine:400', 639 + 'Marko One:400', 640 + 'Marmelad:400', 641 + 'Marvel:400', 642 + 'Marvel:italic', 643 + 'Marvel:700', 644 + 'Marvel:700italic', 645 + 'Mate:400', 646 + 'Mate:italic', 647 + 'Mate SC:400', 648 + 'Maven Pro:400', 649 + 'Maven Pro:500', 650 + 'Maven Pro:700', 651 + 'Maven Pro:900', 652 + 'McLaren:400', 653 + 'Meddon:400', 654 + 'MedievalSharp:400', 655 + 'Medula One:400', 656 + 'Megrim:400', 657 + 'Meie Script:400', 658 + 'Merienda:400', 659 + 'Merienda:700', 660 + 'Merienda One:400', 661 + 'Merriweather:300', 662 + 'Merriweather:300', 663 + 'Merriweather:400', 664 + 'Merriweather:italic', 665 + 'Merriweather:700', 666 + 'Merriweather:700italic', 667 + 'Merriweather:900', 668 + 'Merriweather:900italic', 669 + 'Merriweather Sans:300', 670 + 'Merriweather Sans:300', 671 + 'Merriweather Sans:400', 672 + 'Merriweather Sans:italic', 673 + 'Merriweather Sans:700', 674 + 'Merriweather Sans:700italic', 675 + 'Merriweather Sans:800', 676 + 'Merriweather Sans:800italic', 677 + 'Metal:400', 678 + 'Metal Mania:400', 679 + 'Metamorphous:400', 680 + 'Metrophobic:400', 681 + 'Michroma:400', 682 + 'Milonga:400', 683 + 'Miltonian:400', 684 + 'Miltonian Tattoo:400', 685 + 'Miniver:400', 686 + 'Miss Fajardose:400', 687 + 'Modern Antiqua:400', 688 + 'Molengo:400', 689 + 'Molle:italic', 690 + 'Monda:400', 691 + 'Monda:700', 692 + 'Monofett:400', 693 + 'Monoton:400', 694 + 'Monsieur La Doulaise:400', 695 + 'Montaga:400', 696 + 'Montez:400', 697 + 'Montserrat:400', 698 + 'Montserrat:700', 699 + 'Montserrat Alternates:400', 700 + 'Montserrat Alternates:700', 701 + 'Montserrat Subrayada:400', 702 + 'Montserrat Subrayada:700', 703 + 'Moul:400', 704 + 'Moulpali:400', 705 + 'Mountains of Christmas:400', 706 + 'Mountains of Christmas:700', 707 + 'Mouse Memoirs:400', 708 + 'Mr Bedfort:400', 709 + 'Mr Dafoe:400', 710 + 'Mr De Haviland:400', 711 + 'Mrs Saint Delafield:400', 712 + 'Mrs Sheppards:400', 713 + 'Muli:300', 714 + 'Muli:300', 715 + 'Muli:400', 716 + 'Muli:italic', 717 + 'Mystery Quest:400', 718 + 'Neucha:400', 719 + 'Neuton:200', 720 + 'Neuton:300', 721 + 'Neuton:400', 722 + 'Neuton:italic', 723 + 'Neuton:700', 724 + 'Neuton:800', 725 + 'New Rocker:400', 726 + 'News Cycle:400', 727 + 'News Cycle:700', 728 + 'Niconne:400', 729 + 'Nixie One:400', 730 + 'Nobile:400', 731 + 'Nobile:italic', 732 + 'Nobile:700', 733 + 'Nobile:700italic', 734 + 'Nokora:400', 735 + 'Nokora:700', 736 + 'Norican:400', 737 + 'Nosifer:400', 738 + 'Nothing You Could Do:400', 739 + 'Noticia Text:400', 740 + 'Noticia Text:italic', 741 + 'Noticia Text:700', 742 + 'Noticia Text:700italic', 743 + 'Noto Sans:400', 744 + 'Noto Sans:italic', 745 + 'Noto Sans:700', 746 + 'Noto Sans:700italic', 747 + 'Noto Serif:400', 748 + 'Noto Serif:italic', 749 + 'Noto Serif:700', 750 + 'Noto Serif:700italic', 751 + 'Nova Cut:400', 752 + 'Nova Flat:400', 753 + 'Nova Mono:400', 754 + 'Nova Oval:400', 755 + 'Nova Round:400', 756 + 'Nova Script:400', 757 + 'Nova Slim:400', 758 + 'Nova Square:400', 759 + 'Numans:400', 760 + 'Nunito:300', 761 + 'Nunito:400', 762 + 'Nunito:700', 763 + 'Odor Mean Chey:400', 764 + 'Offside:400', 765 + 'Old Standard TT:400', 766 + 'Old Standard TT:italic', 767 + 'Old Standard TT:700', 768 + 'Oldenburg:400', 769 + 'Oleo Script:400', 770 + 'Oleo Script:700', 771 + 'Oleo Script Swash Caps:400', 772 + 'Oleo Script Swash Caps:700', 773 + 'Open Sans:300', 774 + 'Open Sans:400', 775 + 'Open Sans:italic', 776 + 'Open Sans:600', 777 + 'Open Sans:600italic', 778 + 'Open Sans:700', 779 + 'Open Sans:700italic', 780 + 'Open Sans:800', 781 + 'Open Sans:800italic', 782 + 'Open Sans Condensed:300', 783 + 'Open Sans Condensed:300', 784 + 'Open Sans Condensed:700', 785 + 'Oranienbaum:400', 786 + 'Orbitron:400', 787 + 'Orbitron:500', 788 + 'Orbitron:700', 789 + 'Orbitron:900', 790 + 'Oregano:400', 791 + 'Oregano:italic', 792 + 'Orienta:400', 793 + 'Original Surfer:400', 794 + 'Oswald:300', 795 + 'Oswald:400', 796 + 'Oswald:700', 797 + 'Over the Rainbow:400', 798 + 'Overlock:400', 799 + 'Overlock:italic', 800 + 'Overlock:700', 801 + 'Overlock:700italic', 802 + 'Overlock:900', 803 + 'Overlock:900italic', 804 + 'Overlock SC:400', 805 + 'Ovo:400', 806 + 'Oxygen:300', 807 + 'Oxygen:400', 808 + 'Oxygen:700', 809 + 'Oxygen Mono:400', 810 + 'PT Mono:400', 811 + 'PT Sans:400', 812 + 'PT Sans:italic', 813 + 'PT Sans:700', 814 + 'PT Sans:700italic', 815 + 'PT Sans Caption:400', 816 + 'PT Sans Caption:700', 817 + 'PT Sans Narrow:400', 818 + 'PT Sans Narrow:700', 819 + 'PT Serif:400', 820 + 'PT Serif:italic', 821 + 'PT Serif:700', 822 + 'PT Serif:700italic', 823 + 'PT Serif Caption:400', 824 + 'PT Serif Caption:italic', 825 + 'Pacifico:400', 826 + 'Paprika:400', 827 + 'Parisienne:400', 828 + 'Passero One:400', 829 + 'Passion One:400', 830 + 'Passion One:700', 831 + 'Passion One:900', 832 + 'Pathway Gothic One:400', 833 + 'Patrick Hand:400', 834 + 'Patrick Hand SC:400', 835 + 'Patua One:400', 836 + 'Paytone One:400', 837 + 'Peralta:400', 838 + 'Permanent Marker:400', 839 + 'Petit Formal Script:400', 840 + 'Petrona:400', 841 + 'Philosopher:400', 842 + 'Philosopher:italic', 843 + 'Philosopher:700', 844 + 'Philosopher:700italic', 845 + 'Piedra:400', 846 + 'Pinyon Script:400', 847 + 'Pirata One:400', 848 + 'Plaster:400', 849 + 'Play:400', 850 + 'Play:700', 851 + 'Playball:400', 852 + 'Playfair Display:400', 853 + 'Playfair Display:italic', 854 + 'Playfair Display:700', 855 + 'Playfair Display:700italic', 856 + 'Playfair Display:900', 857 + 'Playfair Display:900italic', 858 + 'Playfair Display SC:400', 859 + 'Playfair Display SC:italic', 860 + 'Playfair Display SC:700', 861 + 'Playfair Display SC:700italic', 862 + 'Playfair Display SC:900', 863 + 'Playfair Display SC:900italic', 864 + 'Podkova:400', 865 + 'Podkova:700', 866 + 'Poiret One:400', 867 + 'Poller One:400', 868 + 'Poly:400', 869 + 'Poly:italic', 870 + 'Pompiere:400', 871 + 'Pontano Sans:400', 872 + 'Port Lligat Sans:400', 873 + 'Port Lligat Slab:400', 874 + 'Prata:400', 875 + 'Preahvihear:400', 876 + 'Press Start 2P:400', 877 + 'Princess Sofia:400', 878 + 'Prociono:400', 879 + 'Prosto One:400', 880 + 'Puritan:400', 881 + 'Puritan:italic', 882 + 'Puritan:700', 883 + 'Puritan:700italic', 884 + 'Purple Purse:400', 885 + 'Quando:400', 886 + 'Quantico:400', 887 + 'Quantico:italic', 888 + 'Quantico:700', 889 + 'Quantico:700italic', 890 + 'Quattrocento:400', 891 + 'Quattrocento:700', 892 + 'Quattrocento Sans:400', 893 + 'Quattrocento Sans:italic', 894 + 'Quattrocento Sans:700', 895 + 'Quattrocento Sans:700italic', 896 + 'Questrial:400', 897 + 'Quicksand:300', 898 + 'Quicksand:400', 899 + 'Quicksand:700', 900 + 'Quintessential:400', 901 + 'Qwigley:400', 902 + 'Racing Sans One:400', 903 + 'Radley:400', 904 + 'Radley:italic', 905 + 'Raleway:100', 906 + 'Raleway:200', 907 + 'Raleway:300', 908 + 'Raleway:400', 909 + 'Raleway:500', 910 + 'Raleway:600', 911 + 'Raleway:700', 912 + 'Raleway:800', 913 + 'Raleway:900', 914 + 'Raleway Dots:400', 915 + 'Rambla:400', 916 + 'Rambla:italic', 917 + 'Rambla:700', 918 + 'Rambla:700italic', 919 + 'Rammetto One:400', 920 + 'Ranchers:400', 921 + 'Rancho:400', 922 + 'Rationale:400', 923 + 'Redressed:400', 924 + 'Reenie Beanie:400', 925 + 'Revalia:400', 926 + 'Ribeye:400', 927 + 'Ribeye Marrow:400', 928 + 'Righteous:400', 929 + 'Risque:400', 930 + 'Roboto:100', 931 + 'Roboto:100italic', 932 + 'Roboto:300', 933 + 'Roboto:300', 934 + 'Roboto:400', 935 + 'Roboto:italic', 936 + 'Roboto:500', 937 + 'Roboto:500italic', 938 + 'Roboto:700', 939 + 'Roboto:700italic', 940 + 'Roboto:900', 941 + 'Roboto:900italic', 942 + 'Roboto Condensed:300', 943 + 'Roboto Condensed:300', 944 + 'Roboto Condensed:400', 945 + 'Roboto Condensed:italic', 946 + 'Roboto Condensed:700', 947 + 'Roboto Condensed:700italic', 948 + 'Roboto Slab:100', 949 + 'Roboto Slab:300', 950 + 'Roboto Slab:400', 951 + 'Roboto Slab:700', 952 + 'Rochester:400', 953 + 'Rock Salt:400', 954 + 'Rokkitt:400', 955 + 'Rokkitt:700', 956 + 'Romanesco:400', 957 + 'Ropa Sans:400', 958 + 'Ropa Sans:italic', 959 + 'Rosario:400', 960 + 'Rosario:italic', 961 + 'Rosario:700', 962 + 'Rosario:700italic', 963 + 'Rosarivo:400', 964 + 'Rosarivo:italic', 965 + 'Rouge Script:400', 966 + 'Ruda:400', 967 + 'Ruda:700', 968 + 'Ruda:900', 969 + 'Rufina:400', 970 + 'Rufina:700', 971 + 'Ruge Boogie:400', 972 + 'Ruluko:400', 973 + 'Rum Raisin:400', 974 + 'Ruslan Display:400', 975 + 'Russo One:400', 976 + 'Ruthie:400', 977 + 'Rye:400', 978 + 'Sacramento:400', 979 + 'Sail:400', 980 + 'Salsa:400', 981 + 'Sanchez:400', 982 + 'Sanchez:italic', 983 + 'Sancreek:400', 984 + 'Sansita One:400', 985 + 'Sarina:400', 986 + 'Satisfy:400', 987 + 'Scada:400', 988 + 'Scada:italic', 989 + 'Scada:700', 990 + 'Scada:700italic', 991 + 'Schoolbell:400', 992 + 'Seaweed Script:400', 993 + 'Sevillana:400', 994 + 'Seymour One:400', 995 + 'Shadows Into Light:400', 996 + 'Shadows Into Light Two:400', 997 + 'Shanti:400', 998 + 'Share:400', 999 + 'Share:italic', 1000 + 'Share:700', 1001 + 'Share:700italic', 1002 + 'Share Tech:400', 1003 + 'Share Tech Mono:400', 1004 + 'Shojumaru:400', 1005 + 'Short Stack:400', 1006 + 'Siemreap:400', 1007 + 'Sigmar One:400', 1008 + 'Signika:300', 1009 + 'Signika:400', 1010 + 'Signika:600', 1011 + 'Signika:700', 1012 + 'Signika Negative:300', 1013 + 'Signika Negative:400', 1014 + 'Signika Negative:600', 1015 + 'Signika Negative:700', 1016 + 'Simonetta:400', 1017 + 'Simonetta:italic', 1018 + 'Simonetta:900', 1019 + 'Simonetta:900italic', 1020 + 'Sintony:400', 1021 + 'Sintony:700', 1022 + 'Sirin Stencil:400', 1023 + 'Six Caps:400', 1024 + 'Skranji:400', 1025 + 'Skranji:700', 1026 + 'Slackey:400', 1027 + 'Smokum:400', 1028 + 'Smythe:400', 1029 + 'Sniglet:400', 1030 + 'Sniglet:800', 1031 + 'Snippet:400', 1032 + 'Snowburst One:400', 1033 + 'Sofadi One:400', 1034 + 'Sofia:400', 1035 + 'Sonsie One:400', 1036 + 'Sorts Mill Goudy:400', 1037 + 'Sorts Mill Goudy:italic', 1038 + 'Source Code Pro:200', 1039 + 'Source Code Pro:300', 1040 + 'Source Code Pro:400', 1041 + 'Source Code Pro:500', 1042 + 'Source Code Pro:600', 1043 + 'Source Code Pro:700', 1044 + 'Source Code Pro:900', 1045 + 'Source Sans Pro:200', 1046 + 'Source Sans Pro:200italic', 1047 + 'Source Sans Pro:300', 1048 + 'Source Sans Pro:300', 1049 + 'Source Sans Pro:400', 1050 + 'Source Sans Pro:italic', 1051 + 'Source Sans Pro:600', 1052 + 'Source Sans Pro:600italic', 1053 + 'Source Sans Pro:700', 1054 + 'Source Sans Pro:700italic', 1055 + 'Source Sans Pro:900', 1056 + 'Source Sans Pro:900italic', 1057 + 'Special Elite:400', 1058 + 'Spicy Rice:400', 1059 + 'Spinnaker:400', 1060 + 'Spirax:400', 1061 + 'Squada One:400', 1062 + 'Stalemate:400', 1063 + 'Stalinist One:400', 1064 + 'Stardos Stencil:400', 1065 + 'Stardos Stencil:700', 1066 + 'Stint Ultra Condensed:400', 1067 + 'Stint Ultra Expanded:400', 1068 + 'Stoke:300', 1069 + 'Stoke:400', 1070 + 'Strait:400', 1071 + 'Sue Ellen Francisco:400', 1072 + 'Sunshiney:400', 1073 + 'Supermercado One:400', 1074 + 'Suwannaphum:400', 1075 + 'Swanky and Moo Moo:400', 1076 + 'Syncopate:400', 1077 + 'Syncopate:700', 1078 + 'Tangerine:400', 1079 + 'Tangerine:700', 1080 + 'Taprom:400', 1081 + 'Tauri:400', 1082 + 'Telex:400', 1083 + 'Tenor Sans:400', 1084 + 'Text Me One:400', 1085 + 'The Girl Next Door:400', 1086 + 'Tienne:400', 1087 + 'Tienne:700', 1088 + 'Tienne:900', 1089 + 'Tinos:400', 1090 + 'Tinos:italic', 1091 + 'Tinos:700', 1092 + 'Tinos:700italic', 1093 + 'Titan One:400', 1094 + 'Titillium Web:200', 1095 + 'Titillium Web:200italic', 1096 + 'Titillium Web:300', 1097 + 'Titillium Web:300', 1098 + 'Titillium Web:400', 1099 + 'Titillium Web:italic', 1100 + 'Titillium Web:600', 1101 + 'Titillium Web:600italic', 1102 + 'Titillium Web:700', 1103 + 'Titillium Web:700italic', 1104 + 'Titillium Web:900', 1105 + 'Trade Winds:400', 1106 + 'Trocchi:400', 1107 + 'Trochut:400', 1108 + 'Trochut:italic', 1109 + 'Trochut:700', 1110 + 'Trykker:400', 1111 + 'Tulpen One:400', 1112 + 'Ubuntu:300', 1113 + 'Ubuntu:300', 1114 + 'Ubuntu:400', 1115 + 'Ubuntu:italic', 1116 + 'Ubuntu:500', 1117 + 'Ubuntu:500italic', 1118 + 'Ubuntu:700', 1119 + 'Ubuntu:700italic', 1120 + 'Ubuntu Condensed:400', 1121 + 'Ubuntu Mono:400', 1122 + 'Ubuntu Mono:italic', 1123 + 'Ubuntu Mono:700', 1124 + 'Ubuntu Mono:700italic', 1125 + 'Ultra:400', 1126 + 'Uncial Antiqua:400', 1127 + 'Underdog:400', 1128 + 'Unica One:400', 1129 + 'UnifrakturCook:700', 1130 + 'UnifrakturMaguntia:400', 1131 + 'Unkempt:400', 1132 + 'Unkempt:700', 1133 + 'Unlock:400', 1134 + 'Unna:400', 1135 + 'VT323:400', 1136 + 'Vampiro One:400', 1137 + 'Varela:400', 1138 + 'Varela Round:400', 1139 + 'Vast Shadow:400', 1140 + 'Vibur:400', 1141 + 'Vidaloka:400', 1142 + 'Viga:400', 1143 + 'Voces:400', 1144 + 'Volkhov:400', 1145 + 'Volkhov:italic', 1146 + 'Volkhov:700', 1147 + 'Volkhov:700italic', 1148 + 'Vollkorn:400', 1149 + 'Vollkorn:italic', 1150 + 'Vollkorn:700', 1151 + 'Vollkorn:700italic', 1152 + 'Voltaire:400', 1153 + 'Waiting for the Sunrise:400', 1154 + 'Wallpoet:400', 1155 + 'Walter Turncoat:400', 1156 + 'Warnes:400', 1157 + 'Wellfleet:400', 1158 + 'Wendy One:400', 1159 + 'Wire One:400', 1160 + 'Yanone Kaffeesatz:200', 1161 + 'Yanone Kaffeesatz:300', 1162 + 'Yanone Kaffeesatz:400', 1163 + 'Yanone Kaffeesatz:700', 1164 + 'Yellowtail:400', 1165 + 'Yeseva One:400', 1166 + 'Yesteryear:400', 1167 + 'Zeyada:400' 688 1168 ]; 689 1169 690 1170 var settings = $.extend( {

dante / includes / plugins / revslider.zip Blame Download patch

Diff can't be displayed for binary file.

dante / includes / sf-custom-styles.php Blame Download patch

39 39 $section_divide_color = get_option('section_divide_color', '#e4e4e4'); 40 40 $alt_bg_color = get_option('alt_bg_color', '#f7f7f7'); 41 41 $bg_size = $options['bg_size']; 42 + $overlay_opacity = 100; 43 + $hover_overlay_rgb = ""; 44 + if (isset($options['overlay_opacity'])) { 45 + $overlay_opacity = $options['overlay_opacity']; 46 + $hover_overlay_rgb = sf_hex2rgb($accent_color); 47 + } 42 48 43 49 // Header Styling 44 50 $header_aux_text_color = get_option('header_aux_text_color', '#fff');

113 119 $copyright_link_color = get_option('copyright_link_color', '#ffffff'); 114 120 115 121 // Logo/Nav Spacing 116 - $logo_width = $logo_height = $nav_top_spacing = ""; 122 + $logo_width = $logo_height = $logo_resized_height = $nav_top_spacing = ""; 117 123 $logo_width = $options['logo_width']; 118 124 $logo_spacing_top = $options['logo_top_spacing']; 119 125 $logo_spacing_bottom = $options['logo_bottom_spacing']; 120 126 if (isset($options['logo_height'])) { 121 127 $logo_height = $options['logo_height']; 122 128 } 129 + if (isset($options['logo_resized_height'])) { 130 + $logo_resized_height = $options['logo_resized_height']; 131 + } 123 132 if (isset($options['nav_top_spacing'])) { 124 133 $nav_top_spacing = $options['nav_top_spacing']; 125 134 } 135 + 126 136 127 137 // Font 128 138 $body_font_option = $options['body_font_option']; 129 139 $standard_font = $options['web_body_font']; 130 - $google_standard_font = $google_heading_font = $google_menu_font = $google_font_one = $google_font_one_weight = $google_font_two = $google_font_two_weight = $google_font_three = $google_font_three_weight = $custom_fonts = ""; 140 + $google_standard_font = $google_heading_font = $google_menu_font = $google_font_one = $google_font_one_weight = $google_font_one_style = 131 141 if (isset($options['google_standard_font'])) { 132 142 $google_standard_font = explode(':', $options['google_standard_font']); 133 143 $google_font_one = str_replace("+", " ", $google_standard_font[0]); 134 144 if (isset($google_standard_font[1])) { 135 - $google_font_one_weight = $google_standard_font[1]; 145 + $google_font_one_style = strpos($google_standard_font[1],'italic') ? "italic" : "normal"; 146 + $google_font_one_weight = str_replace('italic', '', $google_standard_font[1]); 136 147 } 137 148 } 138 149 $fontdeck_standard_font = $options['fontdeck_standard_font'];

142 153 $google_heading_font = explode(':', $options['google_heading_font']); 143 154 $google_font_two = str_replace("+", " ", $google_heading_font[0]); 144 155 if (isset($google_heading_font[1])) { 145 - $google_font_two_weight = $google_heading_font[1]; 156 + $google_font_two_style = strpos($google_heading_font[1],'italic') ? "italic" : "normal"; 157 + $google_font_two_weight = str_replace('italic', '', $google_heading_font[1]); 146 158 } 147 159 } 148 160 $menu_font_option = $menu_font = $fontdeck_menu_font = "";

158 170 $google_menu_font = explode(':', $options['google_menu_font']); 159 171 $google_font_three = str_replace("+", " ", $google_menu_font[0]); 160 172 if (isset($google_menu_font[1])) { 161 - $google_font_three_weight = $google_menu_font[1]; 173 + $google_font_three_style = strpos($google_menu_font[1],'italic') ? "italic" : "normal"; 174 + $google_font_three_weight = str_replace('italic', '', $google_menu_font[1]); 162 175 } 163 176 } 164 177 if (isset($options['fontdeck_menu_font'])) {

608 621 // CUSTOM COLOUR STYLES 609 622 echo '::selection, ::-moz-selection {background-color: '.$accent_color.'; color: #fff;}'; 610 623 echo '.recent-post figure, span.highlighted, span.dropcap4, .loved-item:hover .loved-count, .flickr-widget li, .portfolio-grid li, .wpcf7 input.wpcf7-submit[type="submit"], .gform_wrapper input[type="submit"], .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span.current, figcaption .product-added, .woocommerce .wc-new-badge, .yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a, .woocommerce .widget_layered_nav ul li.chosen > *, .woocommerce .widget_layered_nav_filters ul li a, .sticky-post-icon, .fw-video-close:hover {background-color: '.$accent_color.'!important; color: '.$accent_alt_color.';}'; 611 - echo 'a:hover, #sidebar a:hover, .pagination-wrap a:hover, .carousel-nav a:hover, .portfolio-pagination div:hover > i, #footer a:hover, #copyright a, .beam-me-up a:hover span, .portfolio-item .portfolio-item-permalink, .read-more-link, .blog-item .read-more, .blog-item-details a:hover, .author-link, #reply-title small a, #respond .form-submit input:hover, span.dropcap2, .spb_divider.go_to_top a, love-it-wrapper:hover .love-it, .love-it-wrapper:hover span.love-count, .love-it-wrapper .loved, .comments-likes .loved span.love-count, .comments-likes a:hover i, .comments-likes .love-it-wrapper:hover a i, .comments-likes a:hover span, .love-it-wrapper:hover a i, .item-link:hover, #header-translation p a, #swift-slider .flex-caption-large h1 a:hover, .wooslider .slide-title a:hover, .caption-details-inner .details span > a, .caption-details-inner .chart span, .caption-details-inner .chart i, #swift-slider .flex-caption-large .chart i, #breadcrumbs a:hover, .ui-widget-content a:hover, .woocommerce form.cart button.single_add_to_cart_button:hover, .yith-wcwl-add-button a:hover, #product-img-slider li a.zoom:hover, .woocommerce .star-rating span, .article-body-wrap .share-links a:hover, ul.member-contact li a:hover, .price ins, .bag-product a.remove:hover, .bag-product-title a:hover, #back-to-top:hover, ul.member-contact li a:hover, .fw-video-link-image:hover i {color: '.$accent_color.';}'; 624 + echo 'a:hover, #sidebar a:hover, .pagination-wrap a:hover, .carousel-nav a:hover, .portfolio-pagination div:hover > i, #footer a:hover, #copyright a, .beam-me-up a:hover span, .portfolio-item .portfolio-item-permalink, .read-more-link, .blog-item .read-more, .blog-item-details a:hover, .author-link, #reply-title small a, #respond .form-submit input:hover, span.dropcap2, .spb_divider.go_to_top a, love-it-wrapper:hover .love-it, .love-it-wrapper:hover span.love-count, .love-it-wrapper .loved, .comments-likes .loved span.love-count, .comments-likes a:hover i, .comments-likes .love-it-wrapper:hover a i, .comments-likes a:hover span, .love-it-wrapper:hover a i, .item-link:hover, #header-translation p a, #swift-slider .flex-caption-large h1 a:hover, .wooslider .slide-title a:hover, .caption-details-inner .details span > a, .caption-details-inner .chart span, .caption-details-inner .chart i, #swift-slider .flex-caption-large .chart i, #breadcrumbs a:hover, .ui-widget-content a:hover, .woocommerce form.cart button.single_add_to_cart_button:hover, .yith-wcwl-add-button a:hover, #product-img-slider li a.zoom:hover, .woocommerce .star-rating span, .article-body-wrap .share-links a:hover, ul.member-contact li a:hover, .price ins, .bag-product a.remove:hover, .bag-product-title a:hover, #back-to-top:hover, ul.member-contact li a:hover, .fw-video-link-image:hover i 612 625 echo '.carousel-wrap > a:hover, #mobile-menu ul li:hover > a {color: '.$accent_color.'!important;}'; 613 626 echo '.comments-likes a:hover span, .comments-likes a:hover i {color: '.$accent_color.'!important;}'; 614 627 echo '.read-more i:before, .read-more em:before {color: '.$accent_color.';}'; 615 628 echo '.bypostauthor .comment-wrap .comment-avatar,.search-form input:focus, .wpcf7 input:focus, .wpcf7 textarea:focus, .ginput_container input:focus, .ginput_container textarea:focus {border-color: '.$accent_color.'!important;}'; 616 - echo 'nav .menu ul li:first-child:after,.navigation a:hover > .nav-text {border-bottom-color: '.$accent_color.';}'; 629 + echo 'nav .menu ul li:first-child:after,.navigation a:hover > .nav-text, .returning-customer a:hover {border-bottom-color: '.$accent_color.';}'; 617 630 echo 'nav .menu ul ul li:first-child:after {border-right-color: '.$accent_color.';}'; 618 631 echo '.spb_impact_text .spb_call_text {border-left-color: '.$accent_color.';}'; 619 632 echo '.spb_impact_text .spb_button span {color: #fff;}';

634 647 } else if ($body_preset_bg) { 635 648 echo 'body {background: '.$page_bg_color.' url('.$body_preset_bg.') repeat center top fixed;}'; 636 649 } 637 - echo 'body {background-size: '.$bg_size.';}'; 650 + echo 'body {background-color: '.$page_bg_color.';background-size: '.$bg_size.';}'; 638 651 } else { 639 652 echo 'body {background-color: '.$page_bg_color.';}'; 640 653 }

647 660 echo 'input[type="text"], input[type="password"], input[type="email"], textarea, select {border-color: '.$section_divide_color.';background: '.$alt_bg_color.';}'; 648 661 echo 'textarea:focus, input:focus {border-color: #999!important;}'; 649 662 echo '.modal-header {background: '.$alt_bg_color.';}'; 650 - echo '.recent-post .post-details, .team-member .team-member-position, .portfolio-item h5.portfolio-subtitle, .mini-items .blog-item-details, .standard-post-content .blog-item-details, .masonry-items .blog-item .blog-item-details, .jobs > li .job-date, .search-item-content time, .blog-item-details a, .portfolio-details-wrap .date {color: '.$body_alt_text_color.';}'; 663 + echo '.recent-post .post-details, .team-member .team-member-position, .portfolio-item h5.portfolio-subtitle, .mini-items .blog-item-details, .standard-post-content .blog-item-details, .masonry-items .blog-item .blog-item-details, .jobs > li .job-date, .search-item-content time, 651 664 echo 'ul.bar-styling li.facebook > a:hover {color: #fff!important;background: #3b5998;border-color: #3b5998;}'; 652 665 echo 'ul.bar-styling li.twitter > a:hover {color: #fff!important;background: #4099FF;border-color: #4099FF;}'; 653 666 echo 'ul.bar-styling li.google-plus > a:hover {color: #fff!important;background: #d34836;border-color: #d34836;}';

667 680 echo '#top-bar .menu > li > a:hover, #top-bar a:hover {color: '.$topbar_link_hover_color.';}'; 668 681 echo '#top-bar .show-menu {background-color: '.$topbar_divider_color.';color: '.$secondary_accent_color.';}'; 669 682 echo '#header-languages .current-language {background: '.$nav_sm_bg_hover_color.'; color: '.$nav_sm_selected_text_color.';}'; 670 - echo '#header-section:before, #header .is-sticky .sticky-header, #header-section .is-sticky #main-nav.sticky-header, #header-section.header-6 .is-sticky #header.sticky-header {background-color: '.$header_bg_color1.';background: -webkit-gradient(linear, 0% 0%, 0% 100%, from('.$header_bg_color2.'), to('.$header_bg_color1.'));background: -webkit-linear-gradient(top, '.$header_bg_color1.', '.$header_bg_color2.');background: -moz-linear-gradient(top, '.$header_bg_color1.', '.$header_bg_color2.');background: -ms-linear-gradient(top, '.$header_bg_color1.', '.$header_bg_color2.');background: -o-linear-gradient(top, '.$header_bg_color1.', '.$header_bg_color2.');}'; 683 + echo '#header-section:before, #header .is-sticky .sticky-header, #header-section .is-sticky #main-nav.sticky-header, #header-section.header-6 .is-sticky #header.sticky-header 671 684 echo '#logo img {padding-top: '.$logo_spacing_top.'px;padding-bottom: '.$logo_spacing_bottom.'px;}'; 672 685 if ($logo_width > 0) { 673 686 echo '#logo img, #logo img.retina {width: '.$logo_width.'px;}'; 674 687 } 675 688 if ($logo_height && $logo_height > 0) { 676 689 $logo_row_height = $logo_height + 20; 677 - echo '#logo {height: '.$logo_height.'px!important;max-height: '.$logo_height.'px!important;}'; 690 + echo '#logo {height: '.$logo_height.'px!important;}'; 691 + echo '#logo img {height: '.$logo_height.'px;}'; 678 692 echo '.header-container > .row, .header-5 header .container > .row, .header-6 header > .container > .row {height: '.$logo_row_height.'px;}'; 693 + } else { 694 + echo '#logo {max-height: 42px;}'; 695 + } 696 + if (($logo_resized_height && $logo_resized_height > 0) && ($logo_height && $logo_height > 0)) { 697 + $logo_resized_row_height = $logo_resized_height + 20; 698 + echo '.sticky-header-resized #logo {height: '.$logo_resized_height.'px!important;}'; 699 + echo '.sticky-header-resized #logo img {height: '.$logo_resized_height.'px;}'; 700 + echo '.header-container.sticky-header-resized > .row, .header-5 header .container.sticky-header-resized > .row, .header-6 header > .container.sticky-header-resized > .row {height: '.$logo_resized_row_height.'px;}'; 679 701 } 680 702 if ($header_opacity != "100" && ($header_layout == "header-3" || $header_layout == "header-4" || $header_layout == "header-5")) { 681 703 echo '#header-section:before {opacity: 0.'.$header_opacity.';}';

684 706 echo '#header-section #main-nav {border-top-color: '.$section_divide_color.';}'; 685 707 echo '#top-header {border-bottom-color: '.$header_border_color.';}'; 686 708 echo '#top-header {border-bottom-color: '.$header_border_color.';}'; 687 - echo '#top-header .th-right > nav .menu li {border-left-color: '.$header_border_color.';}'; 709 + echo '#top-header .th-right > nav .menu li, .ajax-search-wrap:after {border-left-color: '.$header_border_color.';}'; 688 710 if ($nav_top_spacing && $nav_top_spacing > 0) { 689 711 echo '.header-3 .header-right, .header-4 .header-right, .header-5 .header-right, .header-6 .header-right, .header-7 .header-right {margin-top: '.$nav_top_spacing.'px;}'; 690 712 } 713 + echo '.ajax-search-wrap, .ajax-search-results, .search-result-pt .search-result {border-color: '.$section_divide_color.';}'; 691 714 echo '.page-content {border-bottom-color: '.$section_divide_color.';}'; 692 715 693 716 // NAVIGATION STYLES

711 734 echo '#nav-search a, #mini-search a {color: '.$topbar_text_color.';}'; 712 735 echo '.bag-header, .bag-product, .bag-empty, .wishlist-empty {border-color: '.$nav_divider_color.';}'; 713 736 echo '.bag-buttons a.sf-button.bag-button, .bag-buttons a.sf-button.wishlist-button, .bag-buttons a.sf-button.guest-button {background-color: '.$section_divide_color.'; color: '.$body_text_color.'!important;}'; 714 - echo '.bag-buttons a.checkout-button, .bag-buttons a.create-account-button, .woocommerce input.button.alt, .woocommerce .alt-button, .woocommerce button.button.alt, .woocommerce #account_details .login form p.form-row input[type="submit"] {background: '.$secondary_accent_color.'; color: '.$secondary_accent_alt_color.';}'; 715 - echo '.woocommerce .button.update-cart-button:hover, .woocommerce #account_details .login form p.form-row input[type="submit"]:hover {background: '.$accent_color.'; color: '.$accent_alt_color.';}'; 737 + echo '.bag-buttons a.checkout-button, .bag-buttons a.create-account-button, .woocommerce input.button.alt, .woocommerce .alt-button, .woocommerce button.button.alt, .woocommerce #account_details .login form p.form-row input[type="submit"], #login-form .modal-body form.login p.form-row input[type="submit"] {background: '.$secondary_accent_color.'; color: '.$secondary_accent_alt_color.';}'; 738 + echo '.woocommerce .button.update-cart-button:hover, .woocommerce #account_details .login form p.form-row input[type="submit"]:hover, #login-form .modal-body form.login p.form-row input[type="submit"]:hover {background: '.$accent_color.'; color: '.$accent_alt_color.';}'; 716 739 echo '.woocommerce input.button.alt:hover, .woocommerce .alt-button:hover, .woocommerce button.button.alt:hover {background: '.$accent_color.'; color: '.$accent_alt_color.';}'; 717 740 echo '.shopping-bag:before, nav .menu ul.sub-menu li:first-child:before {border-bottom-color: '.$nav_pointer_color.';}'; 718 741

751 774 echo '#swift-slider .flex-caption-large a {color: '.$accent_color.';}'; 752 775 echo '#swift-slider .flex-caption .comment-chart i, #swift-slider .flex-caption .comment-chart span {color: '.$secondary_accent_color.';}'; 753 776 echo 'figure.animated-overlay figcaption {background-color: '.$accent_color.';}'."\n"; 754 - echo 'figure.animated-overlay figcaption .thumb-info h4, figure.animated-overlay figcaption .thumb-info h5 {color: '.$accent_alt_color.';}'; 777 + if ($overlay_opacity < 100) { 778 + echo 'figure.animated-overlay figcaption {background-color: rgba('.$hover_overlay_rgb["red"].','.$hover_overlay_rgb["green"].','.$hover_overlay_rgb["blue"].', 0.'.$overlay_opacity.');}'; 779 + } 780 + echo 'figure.animated-overlay figcaption .thumb-info h4, figure.animated-overlay figcaption .thumb-info h5, figcaption .thumb-info-excerpt p {color: '.$accent_alt_color.';}'; 755 781 echo 'figure.animated-overlay figcaption .thumb-info i {background: '.$secondary_accent_color.'; color: '.$secondary_accent_alt_color.';}'; 756 782 echo 'figure:hover .overlay {box-shadow: inset 0 0 0 500px '.$accent_color.';}'; 757 783 echo 'h4.spb-heading span:before, h4.spb-heading span:after, h3.spb-heading span:before, h3.spb-heading span:after, h4.lined-heading span:before, h4.lined-heading span:after {border-color: '.$section_divide_color.'}';

808 834 echo '.post-info, .article-body-wrap .share-links .share-text, .article-body-wrap .share-links a {color: '.$body_alt_text_color.';}'; 809 835 echo '.standard-post-date {background: '.$section_divide_color.';}'; 810 836 echo '.standard-post-content {background: '.$alt_bg_color.';}'; 811 - echo '.format-quote .standard-post-content:before {border-left-color: '.$alt_bg_color.';}'; 837 + echo '.format-quote .standard-post-content:before, .standard-post-content.no-thumb:before {border-left-color: '.$alt_bg_color.';}'; 812 838 echo '.search-item-img .img-holder {background: '.$alt_bg_color.';border-color:'.$section_divide_color.';}'; 813 839 echo '.masonry-items .blog-item .masonry-item-wrap {background: '.$alt_bg_color.';}'; 814 840 echo '.mini-items .blog-item-details, .share-links, .single-portfolio .share-links, .single .pagination-wrap, ul.portfolio-filter-tabs li a {border-color: '.$section_divide_color.';}';

839 865 echo '.sf-icon-box-animated .front {background: '.$alt_bg_color.'; border-color: '.$section_divide_color.';}'; 840 866 echo '.sf-icon-box-animated .front h3 {color: '.$body_text_color.'!important;}'; 841 867 echo '.sf-icon-box-animated .back {background: '.$accent_color.'; border-color: '.$accent_color.';}'; 842 - echo '.sf-icon-box-animated .back, .sf-icon-box-animated .back h3 {color: '.$accent_alt_color.';}'; 868 + echo '.sf-icon-box-animated .back, .sf-icon-box-animated .back h3 {color: '.$accent_alt_color.'!important;}'; 843 869 echo 'span.dropcap3 {background: #000;color: #fff;}'; 844 870 echo 'span.dropcap4 {color: #fff;}'; 845 871 echo '.spb_divider, .spb_divider.go_to_top_icon1, .spb_divider.go_to_top_icon2, .testimonials > li, .jobs > li, .spb_impact_text, .tm-toggle-button-wrap, .tm-toggle-button-wrap a, .portfolio-details-wrap, .spb_divider.go_to_top a, .impact-text-wrap, .widget_search form input {border-color: '.$section_divide_color.';}';

896 922 echo '#footer .widget hr {border-color: '.$footer_border_color.';}'; 897 923 898 924 // WOOCOMMERCE STYLES 899 - echo '.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .modal-body .comment-form-rating, .woocommerce form .form-row input.input-text, ul.checkout-process, #billing .proceed, ul.my-account-nav > li, .woocommerce #payment, .woocommerce-checkout p.thank-you, .woocommerce .order_details, .woocommerce-page .order_details, .woocommerce ul.products li.product figure figcaption .yith-wcwl-add-to-wishlist, #product-accordion .panel { border-color: '.$section_divide_color.' ;}'; 925 + echo '.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .modal-body .comment-form-rating, .woocommerce form .form-row input.input-text, ul.checkout-process, #billing .proceed, ul.my-account-nav > li, .woocommerce #payment, .woocommerce-checkout p.thank-you, .woocommerce .order_details, .woocommerce-page .order_details, .woocommerce ul.products li.product figure figcaption .yith-wcwl-add-to-wishlist, #product-accordion .panel 900 926 echo 'nav.woocommerce-pagination ul li span.current, nav.woocommerce-pagination ul li a:hover {background:'.$accent_color.'!important;border-color:'.$accent_color.';color: '.$accent_alt_color.'!important;}'; 901 - echo '.woocommerce-account p.myaccount_address, .woocommerce-account .page-content h2, p.no-items, #order_review table.shop_table {border-bottom-color: '.$section_divide_color.';}'; 927 + echo '.woocommerce-account p.myaccount_address, .woocommerce-account .page-content h2, p.no-items, #order_review table.shop_table 902 928 echo '.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products, p.no-items {border-top-color: '.$section_divide_color.';}'; 903 929 echo '.woocommerce-ordering .woo-select, .variations_form .woo-select, .add_review a, .woocommerce .quantity, .woocommerce-page .quantity, .woocommerce .coupon input.apply-coupon, .woocommerce table.shop_table tr td.product-remove .remove, .woocommerce .button.update-cart-button, .shipping-calculator-form .woo-select, .woocommerce .shipping-calculator-form .update-totals-button button, .woocommerce #billing_country_field .woo-select, .woocommerce #shipping_country_field .woo-select, .woocommerce #review_form #respond .form-submit input, .woocommerce form .form-row input.input-text, .woocommerce table.my_account_orders .order-actions .button, .woocommerce #payment div.payment_box, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce.widget .buttons a, .woocommerce input[name="apply_coupon"] {background: '.$alt_bg_color.'; color: '.$secondary_accent_color.'}'; 904 930 echo '.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span.current { color: '.$accent_alt_color.';}';

1063 1089 if ($inner_bg_image_url != "") { 1064 1090 echo '#main-container { background: transparent url("'.$inner_bg_image_url.'") repeat center top; background-size: auto; }'; 1065 1091 echo '.standard-post-content, .blog-aux-options li a, .blog-aux-options li form input, .masonry-items .blog-item .masonry-item-wrap, .widget .wp-tag-cloud li a, ul.portfolio-filter-tabs li.selected a, .masonry-items .portfolio-item-details {background: '.$inner_page_bg_color.';}'; 1066 - echo '.format-quote .standard-post-content:before {border-left-color: '.$inner_page_bg_color.';}'; 1092 + echo '.format-quote .standard-post-content:before, .standard-post-content.no-thumb:before {border-left-color: '.$inner_page_bg_color.';}'; 1067 1093 } 1068 1094 1069 1095 // CUSTOM FONT STYLES

1077 1103 echo 'nav .menu li {font-family: "'.$menu_font.'", , Helvetica, Tahoma, sans-serif;}'; 1078 1104 } 1079 1105 if ($body_font_option == "google") { 1080 - echo 'body, h6, #sidebar .widget-heading h3, #header-search input, .header-items h3.phone-number, .related-wrap h4, #comments-list > h4, .item-heading h1, .sf-button, button, input[type="submit"], input[type="reset"], input[type="button"], input[type="email"], .spb_accordion_section h3, #header-login input, #mobile-navigation > div, .search-form input, input, button, select, textarea {font-family: "'.$google_font_one.'", sans-serif;font-weight: '.$google_font_one_weight.';}'; 1106 + echo 'body, h6, #sidebar .widget-heading h3, #header-search input, .header-items h3.phone-number, .related-wrap h4, #comments-list > h4, .item-heading h1, .sf-button, button, input[type="submit"], input[type="reset"], input[type="button"], input[type="email"], .spb_accordion_section h3, #header-login input, #mobile-navigation > div, .search-form input, input, button, select, textarea {font-family: "'.$google_font_one.'", sans-serif;font-weight: '.$google_font_one_weight.'; 1081 1107 } 1082 1108 if ($headings_font_option == "google") { 1083 - echo 'h1, h2, h3, h4, h5, .heading-font, .custom-caption p, span.dropcap1, span.dropcap2, span.dropcap3, span.dropcap4, .spb_call_text, .impact-text, .impact-text-large, .testimonial-text, .header-advert, .spb_call_text, .impact-text, .sf-count-asset .count-number, #base-promo, .sf-countdown, .fancy-heading h1, .sf-icon-character {font-family: "'.$google_font_two.'", sans-serif;font-weight: '.$google_font_two_weight.';}'; 1109 + echo 'h1, h2, h3, h4, h5, .heading-font, .custom-caption p, span.dropcap1, span.dropcap2, span.dropcap3, span.dropcap4, .spb_call_text, .impact-text, .impact-text-large, .testimonial-text, .header-advert, .spb_call_text, .impact-text, .sf-count-asset .count-number, #base-promo, .sf-countdown, .fancy-heading h1, .sf-icon-character {font-family: "'.$google_font_two.'", sans-serif;font-weight: '.$google_font_two_weight.'; 1084 1110 } 1085 1111 if ($menu_font_option == "google") { 1086 - echo 'nav .menu li {font-family: "'.$google_font_three.'", sans-serif;font-weight: '.$google_font_three_weight.';}'; 1112 + echo 'nav .menu li {font-family: "'.$google_font_three.'", sans-serif;font-weight: '.$google_font_three_weight.';font-style: '.$google_font_three_style.'; 1087 1113 } 1088 1114 if ($body_font_option == "fontdeck") { 1089 1115 $replace_with = 'body, h6, #sidebar .widget-heading h3, #header-search input, .header-items h3.phone-number, .related-wrap h4, #comments-list > h4, .item-heading h1, .sf-button, button, input[type="submit"], input[type="reset"], input[type="button"], input[type="email"], .spb_accordion_section h3, #header-login input, #mobile-navigation > div, .search-form input, input, button, select, textarea {';

dante / includes / sf-formatting.php Blame Download patch

53 53 } 54 54 55 55 function sf_excerpt($limit) { 56 - $excerpt = explode(' ', get_the_excerpt(), $limit); 57 - if (count($excerpt)>=$limit) { 58 - array_pop($excerpt); 59 - $excerpt = implode(" ",$excerpt).'...'; 60 - } else { 61 - $excerpt = implode(" ",$excerpt).''; 62 - } 63 - $excerpt = preg_replace('`\[[^\]]*\]`','',$excerpt); 64 - return '

' . $excerpt . '

'; 65 - } 56 + $excerpt = explode(' ', get_the_excerpt(), $limit); 57 + if (count($excerpt)>=$limit) { 58 + array_pop($excerpt); 59 + $excerpt = implode(" ",$excerpt).'...'; 60 + } else { 61 + $excerpt = implode(" ",$excerpt).''; 62 + } 63 + $excerpt = preg_replace('`\[[^\]]*\]`','',$excerpt); 64 + return '

' . $excerpt . '

'; 65 + } 66 66 67 67 function sf_content($limit) { 68 - $content = explode(' ', get_the_content(), $limit); 69 - if (count($content)>=$limit) { 70 - array_pop($content); 71 - $content = implode(" ",$content).'...'; 72 - } else { 73 - $content = implode(" ",$content).''; 74 - } 75 - $content = preg_replace('/\[.+\]/','', $content); 76 - $content = apply_filters('the_content', $content); 77 - $content = str_replace(']]>', ']]>', $content); 78 - return $content; 68 + $content = explode(' ', get_the_content(), $limit); 69 + if (count($content)>=$limit) { 70 + array_pop($content); 71 + $content = implode(" ",$content).'...'; 72 + } else { 73 + $content = implode(" ",$content).''; 74 + } 75 + $content = preg_replace('/\[.+\]/','', $content); 76 + $content = apply_filters('the_content', $content); 77 + $content = str_replace(']]>', ']]>', $content); 78 + return $content; 79 79 } 80 80 81 81 function sf_custom_excerpt($custom_content, $limit) {

dante / includes / sf-header.php Blame Download patch

15 15 * sf_woo_links() 16 16 * sf_get_cart() 17 17 * sf_get_wishlist() 18 + * sf_ajaxsearch() 18 19 * 19 20 */ 20 21

331 332 $options = get_option('sf_dante_options'); 332 333 $show_cart = $options['show_cart']; 333 334 $show_wishlist = $options['show_wishlist']; 335 + $header_search_type = "search-1"; 336 + if (isset($options['header_search_type'])) { 337 + $header_search_type = $options['header_search_type']; 338 + } 334 339 $menu_output = $menu_full_output = $menu_with_search_output = ""; 335 340 $main_menu_args = array( 336 341 'echo' => false,

365 370 $menu_full_output .= '

'. "\n"; 366 371 $menu_full_output .= '
269 268

dante / style.css Blame Download patch

6 6 Author: Swift Ideas 7 7 Author URI: www.swiftideas.net 8 8 Description: A Retina Responsive Multi-Purpose WordPress Theme, Designed & Developed by Swift Ideas - www.swiftideas.net. Follow us for update notifications:
Twitter
| Facebook 9 - Version: 1.02 9 + Version: 1.1 10 10 License: GNU General Public License version 3.0 11 11 License URI: http://www.gnu.org/licenses/gpl-3.0.html 12 12 Tags: translation-ready, threaded-comments, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background, flexible-width

307 307 h1, h2, h3, h4, h5, .custom-caption p, span.dropcap1, span.dropcap2, span.dropcap3, span.dropcap4, .spb_call_text, .impact-text, .impact-text-large, .testimonial-text, .header-advert, .sf-count-asset .count-number, #base-promo, .sf-countdown, .sf-icon-character, .fancy-heading h1 { 308 308 font-family: "Museo500Regular", Arial, Helvetica, Tahoma, sans-serif; 309 309 } 310 -strong, .sf-button, h6, .standard-post-date, .sf-count-asset h6.count-subject, .progress-bar-wrap .bar-text > span.progress-value, .portfolio-showcase-wrap ul li .item-info span.item-title, table.sf-table th, .team-member figcaption span, .read-more-button, .pagination-wrap li span.current, #respond .form-submit input#submit, .twitter-link a, .comment-meta .comment-author, .woocommerce span.onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge, .woocommerce .free-badge, .woocommerce a.button.alt, .woocommerce .coupon input.apply-coupon, .bag-product-title a, .woocommerce .shipping-calculator-form .update-totals-button button { 310 +strong, .sf-button, h6, .standard-post-date, .sf-count-asset h6.count-subject, .progress-bar-wrap .bar-text > span.progress-value, .portfolio-showcase-wrap ul li .item-info span.item-title, table.sf-table th, .team-member figcaption span, .read-more-button, .pagination-wrap li span.current, #respond .form-submit input#submit, .twitter-link a, .comment-meta .comment-author, .woocommerce span.onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge, .woocommerce .free-badge, .woocommerce a.button.alt, .woocommerce .coupon input.apply-coupon, .bag-product-title a, .woocommerce .shipping-calculator-form .update-totals-button button 311 311 font-family: "source_sans_probold", Arial, Helvetica, Tahoma, sans-serif; 312 312 letter-spacing: 1.8px; 313 313 font-weight: normal!important;

746 746 left: 50%; 747 747 position: absolute; 748 748 } 749 +figcaption .thumb-info-excerpt h4 { 750 + line-height: 20px; 751 + margin-bottom: 0; 752 + padding: 0 5%; 753 + width: 100%; 754 + text-overflow: ellipsis; 755 + white-space: nowrap; 756 + overflow: hidden; 757 + text-align: center; 758 + -moz-text-shadow: 0 0 5px rgba(0,0,0,.2); 759 + -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2); 760 + text-shadow: 0 0 5px rgba(0,0,0,.2); 761 + position: absolute; 762 + top: 40%; 763 + margin-top: -40px; 764 +} 765 +figcaption .thumb-info-excerpt p { 766 + line-height: 22px; 767 + margin-bottom: 0; 768 + padding: 0 5%; 769 + width: 100%; 770 + text-align: center; 771 + -moz-text-shadow: 0 0 5px rgba(0,0,0,.2); 772 + -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2); 773 + text-shadow: 0 0 5px rgba(0,0,0,.2); 774 + position: absolute; 775 + top: 40%; 776 + margin-top: 0; 777 +} 778 +figcaption .thumb-info-excerpt i { 779 + display: none; 780 +} 749 781 .portfolio-item.standard figcaption .thumb-info a { 750 782 top: 50%; 751 783 position: absolute;

1969 2001 margin: 0; 1970 2002 text-transform: uppercase; 1971 2003 } 2004 +.no-results-text { 2005 + margin-top: 20px; 2006 +} 2007 +.no-results-text p { 2008 + margin-bottom: 15px; 2009 +} 2010 +.no-results-text .search-form input { 2011 + margin-top: 0; 2012 + margin-bottom: 60px; 2013 +} 2014 +.post-password-required label { 2015 + width: 400px; 2016 + height: auto; 2017 + overflow: hidden; 2018 +} 2019 +.post-password-required input[type="password"] { 2020 + border: 1px solid #ccc; 2021 + -moz-border-radius: 3px; 2022 + -webkit-border-radius: 3px; 2023 + border-radius: 3px; 2024 + -moz-background-clip: padding; 2025 + -webkit-background-clip: padding-box; 2026 + background-clip: padding-box; 2027 + background: transparent; 2028 + width: 300px; 2029 + padding: 10px; 2030 + margin-top: 0; 2031 + margin-left: 10px; 2032 +} 2033 +.post-password-required input[type="submit"] { 2034 + visibility: hidden; 2035 +} 1972 2036 1973 2037 /* ------1974 2038 PAGE HEADING

2016 2080 } 2017 2081 .fancy-heading .heading-text { 2018 2082 float: none; 2083 + margin-left: 0; 2019 2084 } 2020 2085 .fancy-heading h1 { 2021 2086 font-size: 36px;

2842 2907 -webkit-transition: top 0.5s ease-in-out; 2843 2908 -o-transition: top 0.5s ease-in-out; 2844 2909 } 2845 -.ss-open.header-overlay .header-wrap, .header-aux-open.header-overlay .header-wrap { 2910 +.ss-open.header-overlay .header-wrap, .no-csstransforms3d .header-aux-open.header-overlay .header-wrap { 2846 2911 top: 150px; 2847 2912 } 2848 2913 #header-section {

2959 3024 display: block; 2960 3025 height: 20px; 2961 3026 } 2962 -#logo { 2963 - max-height: 42px; 2964 -} 2965 3027 #logo a { 2966 3028 height: auto; 2967 3029 overflow: hidden;

2969 3031 } 2970 3032 #logo a.mobile-menu-show { 2971 3033 float: right; 2972 - padding: 11px 4px 11px 10px; 3034 + padding: 9px 4px 11px 10px; 3035 + font-size: 22px; 2973 3036 } 2974 3037 .is-sticky #logo a.mobile-menu-show, .is-sticky #logo a.mobile-cart-link { 2975 - padding-top: 10px; 3038 + padding-top: 8px; 2976 3039 } 2977 3040 #logo a.mobile-menu-show i { 2978 3041 vertical-align: -2px; 2979 3042 } 2980 3043 #logo a.mobile-cart-link { 2981 3044 float: right; 2982 - margin-right: 5px; 2983 - padding: 11px 4px; 3045 + margin-right: 10px; 3046 + padding: 9px 4px; 3047 + font-size: 22px; 2984 3048 } 2985 3049 #logo img { 2986 3050 display: block;

3398 3462 padding-left: 10px; 3399 3463 padding-right: 0; 3400 3464 } 3465 +.ajax-search-wrap { 3466 + position: absolute; 3467 + right: 38px; 3468 + top: -7px; 3469 + border: 1px solid #e3e3e3; 3470 + width: 250px; 3471 + -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1); 3472 + -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1); 3473 + box-shadow: 0 1px 3px rgba(0,0,0,.1); 3474 + display: none; 3475 +} 3476 +.ajax-search-wrap:after { 3477 + content: ""; 3478 + position: absolute; 3479 + right: -8px; 3480 + top: 26px; 3481 + width: 0; 3482 + height: 0; 3483 + border-top: 8px solid transparent; 3484 + border-bottom: 8px solid transparent; 3485 + border-left: 8px solid #e3e3e3; 3486 + margin-top: -8px; 3487 +} 3488 +.ajax-search-wrap input[type="text"] { 3489 + border: 0; 3490 + background: transparent; 3491 + padding: 15px 20px; 3492 + width: 100%; 3493 +} 3494 +#main-nav .ajax-search-wrap { 3495 + top: -1px; 3496 + right: 40px; 3497 + -moz-box-shadow: none; 3498 + -webkit-box-shadow: none; 3499 + box-shadow: none; 3500 +} 3501 +#main-nav .ajax-search-wrap:after { 3502 + top: 22px; 3503 +} 3504 +#main-nav .ajax-search-wrap input[type="text"] { 3505 + padding: 12px 20px; 3506 +} 3507 +.ajax-search-wrap .ajax-loading { 3508 + background: transparent url('images/loader.gif​') no-repeat center center; 3509 + background-size: 75%; 3510 + width: 18px; 3511 + height: 18px; 3512 + position: absolute; 3513 + right: 18px; 3514 + top: 16px; 3515 + display: none; 3516 +} 3517 +.ajax-search-results { 3518 + border-top: 1px solid #e3e3e3; 3519 + display: none; 3520 +} 3521 +.search-result-pt h6, .no-search-results h6 { 3522 + margin-bottom: 0; 3523 + padding-left: 20px; 3524 + margin-top: 18px; 3525 + letter-spacing: normal; 3526 +} 3527 +.search-result-pt .search-result { 3528 + border-bottom: 1px solid #e3e3e3; 3529 + padding: 20px 20px 16px; 3530 + height: auto; 3531 + overflow: hidden; 3532 +} 3533 +.search-result-pt .search-result:nth-of-type(1) { 3534 + padding-top: 12px; 3535 +} 3536 +.search-result .search-item-img, .search-result .search-item-img img, .search-result .search-item-img .img-holder { 3537 + height: 35px; 3538 + width: 35px; 3539 +} 3540 +.search-result .search-item-img .img-holder i { 3541 + padding: 8px 6px; 3542 + font-size: 18px; 3543 + height: 35px; 3544 + display: block; 3545 + line-height: 22px; 3546 + text-align: center; 3547 +​} 3548 +.search-result .search-item-content { 3549 + margin-left: 46px; 3550 +} 3551 +.search-result h5 { 3552 + margin-bottom: 0; 3553 + margin-top: 0; 3554 + max-width: 100%; 3555 + text-overflow: ellipsis; 3556 + overflow: hidden; 3557 + white-space: nowrap; 3558 +} 3559 +.search-result time { 3560 + line-height: 20px; 3561 + margin-bottom: 0!important; 3562 +} 3563 +.no-search-results p { 3564 + padding: 10px 20px 18px; 3565 + margin-bottom: 0; 3566 +} 3567 +.ajax-search-results .all-results { 3568 + display: block; 3569 + padding: 20px; 3570 +} 3401 3571 .show-menu { 3402 3572 margin: 0 auto; 3403 3573 font-size: 12px;

3552 3722 nav.mega-menu li.no-headings .sub li.mega-hdr { 3553 3723 border-top: 0; 3554 3724 } 3725 +nav.mega-menu li.sf-mega-menu-alt .sub li.mega-hdr { 3726 + padding: 20px; 3727 +} 3728 +nav.mega-menu li.sf-mega-menu-alt .sub li.mega-hdr a.mega-hdr-a { 3729 + padding: 12px 18px; 3730 +} 3731 +nav.mega-menu li.sf-mega-menu-alt .sub li.mega-hdr li a { 3732 + padding: 10px 18px; 3733 +} 3734 +nav.mega-menu li.sf-mega-menu-alt .sub li.mega-hdr .sub-menu, nav.mega-menu li.sf-mega-menu-alt .sub li.mega-hdr li { 3735 + border-top: 0; 3736 +} 3555 3737 nav.mega-menu li.no-headings .sub li.mega-hdr > a { 3556 3738 display: none!important; 3557 3739 }

3643 3825 -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1); 3644 3826 box-shadow: 0 3px 5px rgba(0,0,0,.1); 3645 3827 } 3828 +#logo, .sticky-header-resized #logo img, .header-container > .row, .header-5 header .container > .row, .header-6 header > .container > .row { 3829 + -webkit-animation-fill-mode: both; 3830 + -moz-animation-fill-mode: both; 3831 + -o-animation-fill-mode: both; 3832 + animation-fill-mode: both; 3833 + transition: height 0.5s ease-in-out; 3834 + -moz-transition: height 0.5s ease-in-out; 3835 + -webkit-transition: height 0.5s ease-in-out; 3836 + -o-transition: height 0.5s ease-in-out; 3837 +} 3646 3838 #header-section .is-sticky #main-nav.sticky-header { 3647 3839 width: 100%; 3648 3840 -moz-box-shadow: 0 3px 5px rgba(0,0,0,.1);

3661 3853 -moz-backface-visibility: hidden; 3662 3854 -ms-backface-visibility: hidden; 3663 3855 } 3664 -.boxed-layout #header-section .is-sticky #main-nav.sticky-header, #header-section.header-6 .is-sticky #header.sticky-header { 3665 - width: 1230px; 3666 -} 3667 -#header-section.header-6 .is-sticky #header.sticky-header { 3856 +.boxed-layout #header-section .is-sticky #main-nav.sticky-header, .boxed-layout #header-section.header-6 .is-sticky #header.sticky-header { 3668 3857 width: 1000px; 3669 3858 } 3670 3859 .header-7 #header .is-sticky .sticky-header {

5795 5984 } 5796 5985 .blog-item .comments-likes .comments-wrapper { 5797 5986 display: inline-block; 5798 - margin-right: 10px; 5987 + margin-right: 0; 5799 5988 } 5800 5989 .blog-item .comments-likes .love-it-wrapper { 5801 - margin-left: 0; 5990 + margin-left: 10px; 5802 5991 margin-top: 5px; 5803 5992 } 5804 5993 #infscr-loading {

8675 8864 margin-bottom: 40px; 8676 8865 list-style: none!important; 8677 8866 } 8867 +.sitemap-col ul > li > ul { 8868 + margin-top: 10px; 8869 + margin-bottom: 20px; 8870 + margin-left: 10px; 8871 +} 8678 8872 .sitemap-col ul li { 8679 8873 margin-bottom: 8px; 8680 8874 }

9359 9553 position: relative; 9360 9554 text-align: center; 9361 9555 transition: all 0.35s; 9362 - color: #fff; 9363 9556 } 9364 9557 ul.social-icons li:not(.sf-love) a i { 9365 9558 display: block;

9402 9595 display: block; 9403 9596 margin-bottom: 38px; 9404 9597 } 9598 +ul.social-icons.light li a { 9599 + color: #fff; 9600 +} 9601 +ul.social-icons.dark li a { 9602 + color: #222; 9603 +} 9405 9604 ul.social-icons li a:hover { 9406 9605 color: #fff!important; 9407 9606 }

10129 10328 content: "\1F4CE"; 10130 10329 font-family: "SSGizmo"; 10131 10330 } 10331 +.woocommerce .page-description { 10332 + clear: both; 10333 +} 10132 10334 .woocommerce .pp_gallery { 10133 10335 left: 47%; 10134 10336 }

10206 10408 margin-bottom: 60px; 10207 10409 } 10208 10410 .woocommerce-checkout .help-bar { 10209 - margin-bottom: 0; 10411 + margin-bottom: 20px; 10210 10412 border-bottom: 0; 10413 + border-top: 0; 10414 + padding: 0; 10211 10415 } 10212 10416 .woocommerce-checkout .woocommerce > form.login { 10213 10417 display: none;

10245 10449 z-index: 2; 10246 10450 cursor: pointer; 10247 10451 } 10452 +.woocommerce-checkout .checkout-spacer { 10453 + height: 30px; 10454 +} 10248 10455 10249 10456 /* ------10250 10457 SHOP PAGE

10386 10593 margin-bottom: 0; 10387 10594 } 10388 10595 .standard-browser ul.products li.product figure.product-transition:hover > a { 10389 - -webkit-transform: translateY(-50%); 10390 - -moz-transform: translateY(-50%); 10391 - -ms-transform: translateY(-50%); 10392 - -o-transform: translateY(-50%); 10393 - transform: translateY(-50%); 10596 + top: -100%; 10394 10597 -webkit-transition: all 1s cubic-bezier(0.190,1.000,0.220,1.000); 10395 10598 -webkit-transition-delay: 0s; 10396 10599 -moz-transition: all 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;

10806 11009 } 10807 11010 .woocommerce .quantity .minus, .woocommerce .quantity .plus { 10808 11011 font-size: 18px; 10809 - color: #999; 10810 11012 } 10811 11013 .woocommerce div.product form.cart .group_table { 10812 11014 margin-bottom: 10px;

11073 11275 .woocommerce table.shop_table tr td.product-remove .remove { 11074 11276 float: right; 11075 11277 padding: 0 10px; 11076 - line-height: 44px; 11278 + line-height: 42px; 11077 11279 height: 44px; 11078 11280 width: 44px; 11079 11281 border-radius: 0; 11080 11282 text-indent: 0; 11283 + font-size: 16px; 11081 11284 } 11082 11285 .woocommerce table.shop_table tr td.product-remove .remove i { 11083 11286 vertical-align: -5px;

11127 11330 .woocommerce .coupon input.input-text { 11128 11331 padding: 8px 10px; 11129 11332 border: 1px solid #e4e4e4; 11130 - width: 67%; 11333 + width: 65%; 11131 11334 -webkit-box-sizing: border-box; 11132 11335 -moz-box-sizing: border-box; 11133 11336 -ms-box-sizing: border-box;

11136 11339 } 11137 11340 .woocommerce .coupon input.apply-coupon { 11138 11341 padding: 9px 0; 11139 - width: 28%; 11342 + width: 30%; 11140 11343 float: right; 11141 11344 border: 0; 11345 + font-size: 12px; 11346 + text-transform: uppercase; 11142 11347 } 11143 11348 .woocommerce .shipping-calc { 11144 11349 float: left;

11187 11392 } 11188 11393 .woocommerce .shipping-calculator-form .form-row-left { 11189 11394 display: inline-block; 11190 - width: 35%; 11395 + width: 32%; 11191 11396 margin: 0 1.8% 0 0; 11192 11397 } 11193 11398 .woocommerce .shipping-calculator-form .update-totals-button { 11194 11399 display: inline-block; 11195 - width: 25%; 11400 + width: 31%; 11196 11401 } 11197 11402 .woocommerce .shipping-calculator-form .update-totals-button button { 11198 - padding: 12px 0; 11403 + padding: 14px 0; 11199 11404 -moz-box-shadow: none; 11200 11405 -webkit-box-shadow: none; 11201 11406 box-shadow: none; 11202 11407 width: 100%; 11203 11408 border: 0; 11409 + font-size: 12px; 11410 + text-transform: uppercase; 11204 11411 border-radius: 0; 11205 11412 font-weight: normal; 11206 11413 text-shadow: none;

11208 11415 } 11209 11416 .woocommerce .button.update-cart-button, .woocommerce .button.checkout-button { 11210 11417 width: 100%; 11211 - height: 42px; 11212 - text-align: left; 11213 - padding: 10px 15px; 11418 + height: 46px; 11419 + text-align: center; 11420 + text-transform: uppercase; 11421 + padding: 13px 15px; 11214 11422 margin-bottom: 15px; 11215 11423 border: 0; 11424 + font-size: 12px; 11216 11425 border-radius: 0; 11217 11426 text-shadow: none; 11218 11427 font-weight: normal;

11223 11432 .woocommerce form.checkout_coupon { 11224 11433 border-left: 0; 11225 11434 border-right: 0; 11435 + -moz-border-radius: 0; 11436 + -webkit-border-radius: 0; 11226 11437 border-radius: 0; 11227 11438 padding: 30px 0; 11228 11439 }

11308 11519 list-style: none; 11309 11520 } 11310 11521 ul.checkout-process li { 11311 - width: 25%; 11522 + width: 33.3%; 11312 11523 float: left; 11313 11524 position: relative; 11314 11525 }

11335 11546 cursor: pointer; 11336 11547 font-weight: bold; 11337 11548 } 11549 +.returning-customer a { 11550 + border-bottom: 1px dotted #e3e3e3; 11551 +} 11552 +#login-form .modal-body form.login { 11553 + display: block!important; 11554 + border: 0; 11555 + padding: 0; 11556 + margin: 0; 11557 +} 11558 +#login-form .modal-body form.login p.form-row-first, #login-form .modal-body form.login p.form-row-last { 11559 + width: 100%; 11560 + margin-bottom: 20px; 11561 + text-align: left!important; 11562 + margin-top: 0!important; 11563 +} 11564 +#login-form .modal-body form.login p.form-row { 11565 + width: 100%; 11566 + margin-bottom: 20px; 11567 + text-align: right; 11568 + margin-top: 10px; 11569 +} 11570 +#login-form .modal-body form.login p.form-row input[type="submit"] { 11571 + float: right!important; 11572 + margin-right: 0!important; 11573 + margin-left: 20px; 11574 + padding: 15px 40px; 11575 +} 11576 +#login-form .modal-body form.login p.form-row a.lost_password { 11577 + padding-top: 7px; 11578 + display: inline-block; 11579 +} 11338 11580 .woocommerce #account_details > .login, .my-account-login-wrap .login-wrap { 11339 11581 padding: 30px; 11340 11582 }

11423 11665 margin-top: 0; 11424 11666 } 11425 11667 .woocommerce #account_password-2_field label { 11426 - visibility: visible; 11668 + visibility: visible!important; 11669 + display: block!important; 11427 11670 } 11428 -.woocommerce #account_details .login form p.form-row input[type="submit"], .my-account-login-wrap .login-wrap form.login p.form-row input[type="submit"], .woocommerce .my-account-login-wrap form input[type="submit"], .lost_reset_password p.form-row input[type="submit"], .track_order p.form-row input[type="submit"], .change_password_form p input[type="submit"], .woocommerce table.my_account_orders .order-actions .button, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce.widget .buttons a, .woocommerce .wishlist_table tr td.product-add-to-cart a { 11671 +.woocommerce #account_details .login form p.form-row input[type="submit"], .my-account-login-wrap .login-wrap form.login p.form-row input[type="submit"], .woocommerce .my-account-login-wrap form input[type="submit"], .lost_reset_password p.form-row input[type="submit"], .track_order p.form-row input[type="submit"], .change_password_form p input[type="submit"], .woocommerce table.my_account_orders .order-actions .button, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce.widget .buttons a, .woocommerce .wishlist_table tr td.product-add-to-cart a 11429 11672 margin-right: 20px; 11430 11673 float: left; 11431 11674 border: 0;

11476 11719 margin: 0 20px 0 0; 11477 11720 line-height: 40px; 11478 11721 } 11479 -.woocommerce form #billing .form-row { 11722 +.woocommerce form #customer_details .form-row { 11480 11723 display: block; 11481 11724 width: 100%; 11482 11725 float: none; 11483 11726 margin-bottom: 20px; 11484 11727 } 11485 -.woocommerce form #billing .form-row label { 11728 +.woocommerce form #customer_details .form-row label { 11486 11729 float: left; 11487 - width: 30%; 11730 + width: 25%; 11488 11731 padding: 0; 11489 11732 margin: 0; 11490 11733 line-height: 38px; 11734 + font-weight: normal; 11491 11735 } 11492 -.woocommerce form #billing .form-row input { 11736 +.woocommerce form #customer_details .form-row input { 11493 11737 float: right; 11494 - width: 70%; 11738 + width: 75%; 11495 11739 } 11496 -.woocommerce-checkout .form-row .chzn-container { 11497 - width: 70%!important; 11498 -} 11499 -.woocommerce form #billing .form-row textarea { 11740 +.woocommerce form #customer_details .form-row textarea { 11500 11741 float: right; 11501 - width: 70%; 11742 + width: 75%; 11502 11743 padding: 10px; 11503 11744 min-height: 70px; 11504 11745 line-height: 20px; 11505 11746 } 11506 -.woocommerce form #billing .form-row.notes { 11747 +.woocommerce-checkout .form-row .chzn-container { 11748 + width: 75%!important; 11749 + margin-top: 5px; 11750 +} 11751 +.woocommerce-checkout .form-row .chzn-container .chzn-results { 11752 + width: 100%; 11753 +} 11754 +.woocommerce form #order-details .form-row.notes { 11507 11755 padding-top: 40px; 11508 11756 } 11509 -.woocommerce form #billing #shiptobilling { 11510 - margin: 0 0 -38px 0; 11511 - float: right; 11512 - width: auto; 11757 +.woocommerce .checkout #createaccount { 11758 + float: none!important; 11759 + width: auto!important; 11513 11760 } 11514 -.woocommerce form #billing #shiptobilling input { 11515 - float: none; 11516 - width: auto; 11761 +.woocommerce .checkout label.checkbox[for="createaccount"] { 11762 + padding: 0; 11763 + margin: 0; 11764 + float: none!important; 11765 + width: auto!important; 11517 11766 } 11518 -.woocommerce form #billing #shiptobilling label { 11519 - float: none; 11767 +.create-account { 11768 + padding-bottom: 20px; 11769 +} 11770 +.woocommerce .checkout #shiptobilling { 11771 + float: none!important; 11772 + width: 100%!important; 11773 + margin-bottom: 20px; 11774 +} 11775 +.woocommerce .checkout #shiptobilling input { 11776 + float: none!important; 11777 + width: auto!important; 11778 +} 11779 +.woocommerce .checkout #shiptobilling label { 11780 + float: none!important; 11520 11781 width: auto; 11782 + font-size: 1em; 11783 + line-height: auto!important; 11521 11784 } 11522 11785 .woocommerce form #billing .form-row .chzn-container input { 11523 11786 float: none;

11525 11788 .woocommerce-checkout .form-row .chzn-container-single .chzn-search input { 11526 11789 padding: 4px 6px; 11527 11790 } 11528 -#billing .proceed { 11529 - margin-top: 25px; 11530 - padding-top: 15px; 11531 - border-top: 1px solid #e4e4e4; 11791 +textarea#order_comments { 11792 + padding: 10px; 11793 + min-height: 100px; 11532 11794 } 11533 -#billing .proceed a.sf-button { 11534 - float: right; 11535 - margin-right: 0; 11795 +.review-order-wrap { 11796 + border: 2px solid #e3e3e3; 11797 + padding: 45px 45px 30px; 11536 11798 } 11537 11799 #order_review_heading { 11538 - margin-bottom: 0; 11800 + margin-bottom: 15px; 11801 +} 11802 +#order-details { 11803 + padding-right: 30px; 11804 +} 11805 +#order-details p.form-row { 11806 + margin-bottom: 20px; 11539 11807 } 11540 11808 #order_review table.shop_table { 11541 11809 border-top: 0; 11542 - margin-bottom: 20px; 11810 + margin-bottom: 10px; 11543 11811 } 11544 11812 #order_review table.shop_table th { 11545 11813 padding: 12px 0 20px;

11548 11816 #order_review table.shop_table td { 11549 11817 border-color: rgba(0,0,0,0.05); 11550 11818 } 11551 -#order_review table.shop_table td.product-img { 11552 - width: 10%; 11553 -} 11554 11819 #order_review table.shop_table td.product-description { 11555 - width: 60%; 11820 + width: 80%; 11821 + padding: 15px 0 17px; 11556 11822 } 11557 -#order_review table.shop_table td.product-unitprice, #order_review table.shop_table td.product-quantity, #order_review table.shop_table td.product-subtotal { 11558 - width: 10%; 11559 - padding-top: 40px; 11823 +td.product-description .quantity-count { 11824 + margin-bottom: 0; 11825 +} 11826 +#order_review table.shop_table td.product-subtotal { 11827 + width: 20%; 11828 + padding-top: 17px; 11560 11829 } 11561 11830 #order_review table.shop_table .product-quantity { 11562 11831 text-align: center;

11574 11843 margin-bottom: 30px; 11575 11844 border-bottom: 0; 11576 11845 } 11846 +#order_review table.totals_table { 11847 + width: 100%; 11848 + float: none; 11849 + margin-bottom: 10px; 11850 +} 11577 11851 table.totals_table tr th { 11578 11852 text-align: left; 11579 - padding: 6px 0; 11853 + padding: 2px 0; 11854 + font-weight: normal; 11855 +} 11856 +table.totals_table tr.total th, table.totals_table tr.total td { 11857 + padding: 12px 0 0; 11858 + letter-spacing: normal; 11580 11859 } 11581 11860 table.totals_table tr td { 11582 11861 text-align: right; 11583 - padding: 6px 0; 11862 + padding: 2px 0; 11584 11863 border-top: 0; 11585 11864 } 11586 11865 table.totals_table tr.blank td, table.totals_table tr.blank th { 11587 - padding: 12px 0; 11866 + padding: 6px 0; 11588 11867 } 11589 11868 table.totals_table tr.total { 11590 11869 margin-top: 20px;

11607 11886 border-top: 1px solid #e4e4e4; 11608 11887 } 11609 11888 .woocommerce #payment ul.payment_methods { 11610 - padding: 25px 0 5px; 11889 + padding: 15px 0; 11611 11890 } 11612 11891 .woocommerce #payment ul.payment_methods li { 11613 - margin-bottom: 20px; 11892 + margin-bottom: 2px; 11614 11893 } 11615 11894 .woocommerce #payment ul.payment_methods li input { 11616 11895 margin-top: 6px; 11617 11896 } 11897 +.woocommerce #payment ul.payment_methods li label { 11898 + font-weight: normal; 11899 + margin-bottom: 0; 11900 +} 11901 +.woocommerce #payment div.payment_box { 11902 + border-radius: 0; 11903 + box-shadow: none; 11904 + padding: 1em; 11905 +} 11906 +.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img { 11907 + margin: 5px 0; 11908 +} 11618 11909 .woocommerce #payment div.payment_box { 11619 11910 border-radius: 0; 11620 11911 box-shadow: none; 11912 + padding: 1em; 11913 +} 11914 +.woocommerce #payment div.payment_box fieldset { 11915 + padding: 0!important; 11916 +} 11917 +.woocommerce #payment div.payment_box fieldset .form-row { 11918 + width: 100%; 11919 + clear: both; 11621 11920 } 11622 11921 .woocommerce #payment div.form-row.place-order { 11623 - padding: 15px 0; 11922 + padding: 20px 0 10px; 11624 11923 } 11625 11924 .woocommerce #payment #place_order { 11626 11925 padding: 0 30px; 11627 11926 height: 46px; 11628 11927 line-height: 46px; 11629 11928 } 11929 +#order_review #payment { 11930 + margin: 0 -45px; 11931 + padding: 20px 45px 0; 11932 +} 11933 +#payment_heading { 11934 + margin-bottom: 0; 11935 + padding-bottom: 15px; 11936 + border-bottom: 1px solid #e3e3e3; 11937 +} 11938 +#order_review #payment #place_order { 11939 + padding: 0 30px; 11940 + height: 46px; 11941 + line-height: 46px; 11942 + width: 100%; 11943 +} 11630 11944 .woocommerce-checkout p.thank-you { 11631 11945 font-size: 32px; 11632 11946 margin-bottom: 20px;

11637 11951 margin-top: 30px; 11638 11952 } 11639 11953 11640 - 11641 11954 /* ------11642 11955 MY ACCOUNT PAGE 11643 11956 ------*/

12015 12328 margin-top: 50px; 12016 12329 } 12017 12330 .woocommerce-checkout form.checkout { 12331 + margin-top: 20px; 12018 12332 margin-bottom: 50px; 12019 12333 } 12020 12334 .quantity input.qty {

dante / swift-framework / .DS_Store Blame Download patch

Diff can't be displayed for binary file.

dante / swift-framework / meta-box / inc / meta-box.php Blame Download patch

82 82 add_filter( 'default_hidden_meta_boxes', array( $this, 'hide' ), 10, 2 ); 83 83 84 84 // Save post meta 85 + add_action( 'pre_post_update', array( $this, 'save_post' ) ); 85 86 add_action( 'save_post', array( $this, 'save_post' ) ); 86 87 87 88 // Attachment uses other hooks

dante / swift-framework / meta-boxes.php Blame Download patch

1270 1270 // (in case using the meta box class in another plugin) 1271 1271 // This is also helpful for some conditionals like checking page template, categories, etc. 1272 1272 add_action( 'admin_init', 'sf_register_meta_boxes' ); 1273 - 1274 - 1275 - /********************* META BOX CHECK ***********************/ 1276 - 1277 - /** 1278 - * Check if meta boxes is included 1279 - * 1280 - * @return bool 1281 - */ 1282 - function rw_maybe_include($template_file) 1283 - { 1284 - // Include in back-end only 1285 - if ( ! defined( 'WP_ADMIN' ) || ! WP_ADMIN ) 1286 - return false; 1287 - 1288 - // Always include for ajax 1289 - if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) 1290 - return true; 1291 - 1292 - // Check for post IDs 1293 - $checked_post_IDs = array(); 1294 - 1295 - if ( isset( $_GET['post'] ) ) 1296 - $post_id = $_GET['post']; 1297 - elseif ( isset( $_POST['post_ID'] ) ) 1298 - $post_id = $_POST['post_ID']; 1299 - else 1300 - $post_id = false; 1301 - 1302 - $post_id = (int) $post_id; 1303 - 1304 - if ( in_array( $post_id, $checked_post_IDs ) ) 1305 - return true; 1306 - 1307 - // Check for page template 1308 - $checked_templates = array( $template_file ); 1309 - 1310 - $template = get_post_meta( $post_id, '_wp_page_template', true ); 1311 - if ( in_array( $template, $checked_templates ) ) 1312 - return true; 1313 - 1314 - // If no condition matched 1315 - return false; 1316 - } 1317 - 1318 1273 1319 1274 ?>

dante / swift-framework / page-builder / .DS_Store Blame Download patch

Diff can't be displayed for binary file.

dante / swift-framework / page-builder / assets / .DS_Store Blame Download patch

Diff can't be displayed for binary file.

dante / swift-framework / page-builder / assets / css / page-builder.css Blame Download patch

67 67 height: 17px; 68 68 } 69 69 70 -.row-fluid div.spb_first { 70 +.row-fluid div.spb_first, .row-fluid [class*="span12"] { 71 71 margin-left: 0; 72 72 clear: both; 73 73 }

120 120 } 121 121 .spb_edit_form_elements { 122 122 width: 800px; 123 - margin: 10% auto; 123 + margin: 5% auto; 124 124 padding: 20px; 125 125 background: #fff; 126 126 border-radius: 3px; 127 + height: 80%; 128 + max-height: 650px; 127 129 } 128 130 .spb_edit_wrap { 129 131 overflow-y: scroll; 130 - height: 300px; 132 + height: 81%; 131 133 padding: 20px; 132 134 margin: 0 -10px; 133 135 }

275 277 #spb-elements .dropdown .caret { 276 278 display: none; 277 279 } 278 -#spb-elements .spb_popular_layouts { 279 - background: url(../img/icon-layout2.png) no-repeat 6px 5px; 280 - border: 1px solid black; 281 - padding: 0px 4px 1px 24px; 282 - font-size: 10px; 283 - margin-top: 9px; 284 - margin-right: 20px; 285 - -webkit-border-radius: 3px; 286 - -moz-border-radius: 3px; 287 - border-radius: 3px; 288 - line-height: 20px; 280 +#spb-elements .spb_columns { 281 + background: #fff url(../img/editor_icons/PB_Nav_add_columns.png) no-repeat 10px center; 282 + line-height: 18px; 283 + padding: 8px 10px 8px 35px; 284 + -moz-border-radius: 4px; 285 + -webkit-border-radius: 4px; 286 + border-radius: 4px; 287 + -moz-background-clip: padding; 288 + -webkit-background-clip: padding-box; 289 + background-clip: padding-box; 290 + color: #999; 291 + font-size: 12px; 292 + text-shadow: none; 293 + opacity: 0.8; 294 + -moz-opacity: 0.8; 295 + filter:alpha(opacity= 80); 296 + transition: all 0.2s ease-in-out; 297 + -moz-transition: all 0.2s ease-in-out; 298 + -webkit-transition: all 0.2s ease-in-out; 299 + -o-transition: all 0.2s ease-in-out; 289 300 } 290 301 #spb-elements .spb_content_elements { 291 302 background: #222 url(../img/editor_icons/PB_Nav_add_element.png) no-repeat 10px center;

351 362 -webkit-transition: all 0.2s ease-in-out; 352 363 -o-transition: all 0.2s ease-in-out; 353 364 } 354 -#spb-elements .spb_content_elements:hover, #spb-elements .spb_templates:hover, #spb-elements .spb_prebuilt_pages:hover, #spb-elements .selected, #spb-elements #clear-spb:hover { 365 +#spb-elements .spb_content_elements:hover, #spb-elements .spb_templates:hover, #spb-elements .spb_prebuilt_pages:hover, #spb-elements .selected, #spb-elements #clear-spb:hover 355 366 opacity: 1; 356 367 -moz-opacity: 1; 357 368 filter:alpha(opacity= 100);

639 650 height: 31px; 640 651 } 641 652 .sortable_1st_level .column_popup { display: none; } 642 -.sortable_1st_level .spb_sortable .column_popup { display: inline-block; } 653 +.sortable_1st_level .spb_sortable .column_popup { display: none; } 643 654 .column_popup { 644 655 display: none; 645 656 }

1321 1332 border: 0; 1322 1333 } 1323 1334 1324 -.spb_column { 1325 - 1326 - 1327 - 1328 - } .spb_column > div.controls { 1329 - background-color: #f6f6f6; 1330 - background-image: none; 1331 - 1332 - border-style: solid; 1333 - border-color: #CCCCCC; 1334 - border-width: 1px 1px 1px 1px; 1335 - } 1336 - .spb_column > .spb_element_wrapper { 1337 - border: 0; 1338 - background: #f6f6f6; 1339 - border-style: solid; 1340 - border-color: #CCCCCC; 1341 - border-width: 0px 1px 1px 1px; 1342 - } 1343 - .spb_element_wrapper { 1344 - border-top-width: 0; 1345 - 1346 - } 1335 +.spb_element_wrapper { 1336 + border-top-width: 0; 1337 + 1338 +} 1347 1339 1348 1340 .spb_media_tab { 1349 1341 padding: 5px 15px 15px;

1783 1775 } 1784 1776 1785 1777 1786 -.empty_column .container-helper { 1778 +.container-helper { 1787 1779 display: block; 1788 - margin: 20px 0; 1780 + margin: 30px 0 10px; 1789 1781 font-size: 11px; 1790 1782 text-align: center; 1783 + clear: both; 1784 + padding-top: 20px; 1785 + border-top: 1px solid #eee; 1786 +} 1787 +.empty_column .container-helper { 1788 + margin: 20px 0; 1789 + border-top: 0; 1790 + padding-top: 0; 1791 1791 } 1792 -.empty_column .container-helper span { 1792 +.container-helper span { 1793 1793 color: #666; 1794 1794 margin-left: 5px; 1795 1795 } 1796 -.empty_column .container-helper a { 1796 +.container-helper a { 1797 1797 text-decoration: none; 1798 1798 color: #222; 1799 1799 } 1800 -.empty_column .container-helper a:hover { 1800 +.container-helper a:hover { 1801 1801 color: #E93024; 1802 1802 } 1803 1803

1881 1881 background-image: url(../img/editor_icons/[email protected]); 1882 1882 background-size: 17px 14px; 1883 1883 } 1884 + #spb-elements .spb_columns { 1885 + background-image: url(../img/editor_icons/[email protected]); 1886 + background-size: 17px 14px; 1887 + } 1884 1888 #spb-elements .spb_prebuilt_pages { 1885 1889 background-image: url(../img/editor_icons/[email protected]); 1886 1890 background-size: 17px 14px;

dante / swift-framework / page-builder / assets / img / .DS_Store Blame Download patch

Diff can't be displayed for binary file.

dante / swift-framework / page-builder / assets / img / editor_icons / PB_Nav_add_columns.png Preview Blame

Diff can't be displayed for binary file.

dante / swift-framework / page-builder / assets / img / editor_icons / [email protected] Preview Blame

Diff can't be displayed for binary file.

dante / swift-framework / page-builder / assets / js / page-builder.js Blame Download patch

1 1 (function($) { 2 + 2 3 $.log = function(text) { 3 4 if(typeof(window['console'])!='undefined') console.log(text); 4 5 };

210 211 $(this).addClass('empty_column'); 211 212 $(this).html($('#container-helper-block').html()); 212 213 } else { 213 - $(this).removeClass('empty_column'); 214 + $(this).find('.container-helper').appendTo(jQuery(this)); 214 215 } 215 216 }); 216 217 }

251 252 update: function() {$.swift_page_builder.save_spb_html(); } 252 253 }); 253 254 */ 255 + 256 + var currentAsset = ""; 257 + 254 258 $( "#swift_page_builder .dropable_el, #swift_page_builder .dropable_column" ).draggable({ 255 259 helper: function() { return $('

').appendTo('body')}, 256 260 zIndex: 99999,

274 278 275 279 $('.dropdown-toggle').removeClass('selected'); 276 280 277 - if ($('#spb-elements').hasClass('subnav-fixed') || $(this).hasClass('spb_templates')) { 281 + if ($('#spb-elements').hasClass('subnav-fixed') || $(this).hasClass('spb_templates') || $(this).hasClass('spb_columns')) { 278 282 279 283 slideOutClose(); 280 284

327 331 function slideOutClose() { 328 332 $('.spb-item-slideout').slideUp(400); 329 333 }; 334 + 335 + $(".clickable_layout_action").click(function(e) { 336 + $('.dropdown-toggle').removeClass('selected'); 337 + $('.dropdown').removeClass('open'); 338 + }); 330 339 331 340 /* Add action for menu buttons with 'clickable_action' class name */ 332 341 $("#spb-elements .clickable_action").click(function(e) { 333 342 e.preventDefault(); 334 - getElementMarkup($('.main_wrapper'), $(this), "initDroppable"); 343 + 344 + if (currentAsset == "") { 345 + currentAsset = $('.main_wrapper'); 346 + } 347 + 348 + getElementMarkup(currentAsset, $(this), "initDroppable"); 349 + currentAsset = ""; 335 350 }); 336 351 337 352 $(".spb-content-elements .clickable_action").click(function(e) { 338 353 e.preventDefault(); 339 - getElementMarkup($('.main_wrapper'), $(this), "initDroppable"); 354 + 355 + if (currentAsset == "") { 356 + currentAsset = $('.main_wrapper'); 357 + } 358 + 359 + getElementMarkup(currentAsset, $(this), "initDroppable"); 360 + currentAsset = ""; 340 361 }); 341 362 342 363 $("#spb-elements .clickable_layout_action").click(function(e) { 343 364 e.preventDefault(); 344 365 getElementMarkup($('.main_wrapper'), $(this), "initDroppable"); 345 366 }); 367 + 368 + $('.add-element-to-column').live("click", function(e) { 369 + e.preventDefault(); 370 + currentAsset = $(this).parent().parent(); 371 + console.log(currentAsset); 372 + 373 + open_elements_dropdown(); 374 + }); 346 375 347 376 columnControls(); /* Set action for column sizes and delete buttons */ 348 377

430 459 getElementMarkup($(this).parent().parent(), $('#spb_text_block')); 431 460 } else if ($(this).parent().parent().parent().hasClass('ui-accordion-content') || $(this).parent().parent().parent().hasClass('ui-tabs-panel')) { 432 461 getElementMarkup($(this).parent().parent(), $('#spb_text_block')); 462 + } else if ($(this).parent().parent().hasClass('spb_column_container')) { 463 + getElementMarkup($(this).parent().parent(), $('#spb_text_block')); 433 464 } else { 434 465 getElementMarkup($($(this).attr('parent-container')), $('#spb_text_block')); 435 466 }

881 912 save_spb_html(); 882 913 jQuery('.spb-item-slideout').slideUp(400); 883 914 jQuery('.spb-item-slideout').removeClass('selected'); 884 - jQuery('#spb-elements .dropdown .dropdown-toggle').removeClass('selected'); 915 + jQuery('.dropdown-toggle').removeClass('selected'); 916 + jQuery('.dropdown').removeClass('open'); 885 917 }); 886 918 887 919 } // end getElementMarkup()

dante / swift-framework / page-builder / builder / lib / layouts.php Blame Download patch

73 73 $class = ' ' . implode(" ", $class_ar); 74 74 } 75 75 $output .= '

  • ' . $this->getIcon() . __($this->params["name"], "swift-page-builder") .'
  • '; 76 + 77 + if ($this->base != "spb_column") { 76 78 return $output; 79 + } 77 80 } 78 81 } 79 82

    152 155 } 153 156 154 157 public function output($post = null) { 158 + 159 + $options = get_option('sf_dante_options'); 160 + $advanced_pb = false; 161 + if (isset($options['advanced_pb']) && $options['advanced_pb'] == 1) { 162 + $advanced_pb = true; 163 + } 164 + 155 165 $output = ' 156 166