stump-cli 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1310) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +18 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +3 -16
  6. data/Rakefile +2 -0
  7. data/bin/stump-cli +58 -0
  8. data/lib/stump-cli/version.rb +3 -0
  9. data/lib/stump.rb +5 -0
  10. data/lib/wp/Movefile-example +62 -0
  11. data/lib/wp/README.md +25 -0
  12. data/lib/wp/index.php +17 -0
  13. data/lib/wp/license.txt +385 -0
  14. data/lib/wp/readme.html +96 -0
  15. data/lib/wp/wp-activate.php +131 -0
  16. data/lib/wp/wp-admin/about.php +193 -0
  17. data/lib/wp/wp-admin/admin-ajax.php +98 -0
  18. data/lib/wp/wp-admin/admin-footer.php +99 -0
  19. data/lib/wp/wp-admin/admin-functions.php +15 -0
  20. data/lib/wp/wp-admin/admin-header.php +243 -0
  21. data/lib/wp/wp-admin/admin-post.php +71 -0
  22. data/lib/wp/wp-admin/admin.php +347 -0
  23. data/lib/wp/wp-admin/async-upload.php +114 -0
  24. data/lib/wp/wp-admin/comment.php +299 -0
  25. data/lib/wp/wp-admin/credits.php +192 -0
  26. data/lib/wp/wp-admin/css/about-rtl.css +446 -0
  27. data/lib/wp/wp-admin/css/about.css +446 -0
  28. data/lib/wp/wp-admin/css/admin-menu-rtl.css +917 -0
  29. data/lib/wp/wp-admin/css/admin-menu.css +917 -0
  30. data/lib/wp/wp-admin/css/color-picker-rtl.css +127 -0
  31. data/lib/wp/wp-admin/css/color-picker-rtl.min.css +1 -0
  32. data/lib/wp/wp-admin/css/color-picker.css +127 -0
  33. data/lib/wp/wp-admin/css/color-picker.min.css +1 -0
  34. data/lib/wp/wp-admin/css/colors/_admin.scss +525 -0
  35. data/lib/wp/wp-admin/css/colors/_mixins.scss +43 -0
  36. data/lib/wp/wp-admin/css/colors/_variables.scss +58 -0
  37. data/lib/wp/wp-admin/css/colors/blue/colors-rtl.css +341 -0
  38. data/lib/wp/wp-admin/css/colors/blue/colors-rtl.min.css +1 -0
  39. data/lib/wp/wp-admin/css/colors/blue/colors.css +341 -0
  40. data/lib/wp/wp-admin/css/colors/blue/colors.min.css +1 -0
  41. data/lib/wp/wp-admin/css/colors/blue/colors.scss +11 -0
  42. data/lib/wp/wp-admin/css/colors/coffee/colors-rtl.css +341 -0
  43. data/lib/wp/wp-admin/css/colors/coffee/colors-rtl.min.css +1 -0
  44. data/lib/wp/wp-admin/css/colors/coffee/colors.css +341 -0
  45. data/lib/wp/wp-admin/css/colors/coffee/colors.min.css +1 -0
  46. data/lib/wp/wp-admin/css/colors/coffee/colors.scss +7 -0
  47. data/lib/wp/wp-admin/css/colors/ectoplasm/colors-rtl.css +341 -0
  48. data/lib/wp/wp-admin/css/colors/ectoplasm/colors-rtl.min.css +1 -0
  49. data/lib/wp/wp-admin/css/colors/ectoplasm/colors.css +341 -0
  50. data/lib/wp/wp-admin/css/colors/ectoplasm/colors.min.css +1 -0
  51. data/lib/wp/wp-admin/css/colors/ectoplasm/colors.scss +8 -0
  52. data/lib/wp/wp-admin/css/colors/light/colors-rtl.css +349 -0
  53. data/lib/wp/wp-admin/css/colors/light/colors-rtl.min.css +1 -0
  54. data/lib/wp/wp-admin/css/colors/light/colors.css +349 -0
  55. data/lib/wp/wp-admin/css/colors/light/colors.min.css +1 -0
  56. data/lib/wp/wp-admin/css/colors/light/colors.scss +38 -0
  57. data/lib/wp/wp-admin/css/colors/midnight/colors-rtl.css +341 -0
  58. data/lib/wp/wp-admin/css/colors/midnight/colors-rtl.min.css +1 -0
  59. data/lib/wp/wp-admin/css/colors/midnight/colors.css +341 -0
  60. data/lib/wp/wp-admin/css/colors/midnight/colors.min.css +1 -0
  61. data/lib/wp/wp-admin/css/colors/midnight/colors.scss +5 -0
  62. data/lib/wp/wp-admin/css/colors/ocean/colors-rtl.css +341 -0
  63. data/lib/wp/wp-admin/css/colors/ocean/colors-rtl.min.css +1 -0
  64. data/lib/wp/wp-admin/css/colors/ocean/colors.css +341 -0
  65. data/lib/wp/wp-admin/css/colors/ocean/colors.min.css +1 -0
  66. data/lib/wp/wp-admin/css/colors/ocean/colors.scss +8 -0
  67. data/lib/wp/wp-admin/css/colors/sunrise/colors-rtl.css +341 -0
  68. data/lib/wp/wp-admin/css/colors/sunrise/colors-rtl.min.css +1 -0
  69. data/lib/wp/wp-admin/css/colors/sunrise/colors.css +341 -0
  70. data/lib/wp/wp-admin/css/colors/sunrise/colors.min.css +1 -0
  71. data/lib/wp/wp-admin/css/colors/sunrise/colors.scss +6 -0
  72. data/lib/wp/wp-admin/css/common-rtl.css +3212 -0
  73. data/lib/wp/wp-admin/css/common.css +3212 -0
  74. data/lib/wp/wp-admin/css/customize-controls-rtl.css +889 -0
  75. data/lib/wp/wp-admin/css/customize-controls-rtl.min.css +1 -0
  76. data/lib/wp/wp-admin/css/customize-controls.css +889 -0
  77. data/lib/wp/wp-admin/css/customize-controls.min.css +1 -0
  78. data/lib/wp/wp-admin/css/customize-widgets-rtl.css +603 -0
  79. data/lib/wp/wp-admin/css/customize-widgets-rtl.min.css +1 -0
  80. data/lib/wp/wp-admin/css/customize-widgets.css +603 -0
  81. data/lib/wp/wp-admin/css/customize-widgets.min.css +1 -0
  82. data/lib/wp/wp-admin/css/dashboard-rtl.css +1116 -0
  83. data/lib/wp/wp-admin/css/dashboard.css +1116 -0
  84. data/lib/wp/wp-admin/css/deprecated-media-rtl.css +371 -0
  85. data/lib/wp/wp-admin/css/deprecated-media-rtl.min.css +1 -0
  86. data/lib/wp/wp-admin/css/deprecated-media.css +371 -0
  87. data/lib/wp/wp-admin/css/deprecated-media.min.css +1 -0
  88. data/lib/wp/wp-admin/css/edit-rtl.css +1501 -0
  89. data/lib/wp/wp-admin/css/edit.css +1501 -0
  90. data/lib/wp/wp-admin/css/farbtastic-rtl.css +41 -0
  91. data/lib/wp/wp-admin/css/farbtastic.css +41 -0
  92. data/lib/wp/wp-admin/css/forms-rtl.css +992 -0
  93. data/lib/wp/wp-admin/css/forms.css +992 -0
  94. data/lib/wp/wp-admin/css/ie-rtl.css +785 -0
  95. data/lib/wp/wp-admin/css/ie-rtl.min.css +1 -0
  96. data/lib/wp/wp-admin/css/ie.css +785 -0
  97. data/lib/wp/wp-admin/css/ie.min.css +1 -0
  98. data/lib/wp/wp-admin/css/install-rtl.css +389 -0
  99. data/lib/wp/wp-admin/css/install-rtl.min.css +1 -0
  100. data/lib/wp/wp-admin/css/install.css +389 -0
  101. data/lib/wp/wp-admin/css/install.min.css +1 -0
  102. data/lib/wp/wp-admin/css/l10n-rtl.css +101 -0
  103. data/lib/wp/wp-admin/css/l10n.css +101 -0
  104. data/lib/wp/wp-admin/css/list-tables-rtl.css +1875 -0
  105. data/lib/wp/wp-admin/css/list-tables.css +1875 -0
  106. data/lib/wp/wp-admin/css/login-rtl.css +269 -0
  107. data/lib/wp/wp-admin/css/login-rtl.min.css +1 -0
  108. data/lib/wp/wp-admin/css/login.css +269 -0
  109. data/lib/wp/wp-admin/css/login.min.css +1 -0
  110. data/lib/wp/wp-admin/css/media-rtl.css +1196 -0
  111. data/lib/wp/wp-admin/css/media.css +1196 -0
  112. data/lib/wp/wp-admin/css/nav-menus-rtl.css +857 -0
  113. data/lib/wp/wp-admin/css/nav-menus.css +857 -0
  114. data/lib/wp/wp-admin/css/press-this-rtl.css +458 -0
  115. data/lib/wp/wp-admin/css/press-this.css +458 -0
  116. data/lib/wp/wp-admin/css/revisions-rtl.css +574 -0
  117. data/lib/wp/wp-admin/css/revisions.css +574 -0
  118. data/lib/wp/wp-admin/css/themes-rtl.css +1732 -0
  119. data/lib/wp/wp-admin/css/themes.css +1732 -0
  120. data/lib/wp/wp-admin/css/widgets-rtl.css +577 -0
  121. data/lib/wp/wp-admin/css/widgets.css +577 -0
  122. data/lib/wp/wp-admin/css/wp-admin-rtl.css +14 -0
  123. data/lib/wp/wp-admin/css/wp-admin-rtl.min.css +1 -0
  124. data/lib/wp/wp-admin/css/wp-admin.css +14 -0
  125. data/lib/wp/wp-admin/css/wp-admin.min.css +1 -0
  126. data/lib/wp/wp-admin/custom-background.php +482 -0
  127. data/lib/wp/wp-admin/custom-header.php +1366 -0
  128. data/lib/wp/wp-admin/customize.php +278 -0
  129. data/lib/wp/wp-admin/edit-comments.php +254 -0
  130. data/lib/wp/wp-admin/edit-form-advanced.php +636 -0
  131. data/lib/wp/wp-admin/edit-form-comment.php +160 -0
  132. data/lib/wp/wp-admin/edit-link-form.php +150 -0
  133. data/lib/wp/wp-admin/edit-tag-form.php +204 -0
  134. data/lib/wp/wp-admin/edit-tags.php +591 -0
  135. data/lib/wp/wp-admin/edit.php +330 -0
  136. data/lib/wp/wp-admin/export.php +243 -0
  137. data/lib/wp/wp-admin/freedoms.php +57 -0
  138. data/lib/wp/wp-admin/images/align-center-2x.png +0 -0
  139. data/lib/wp/wp-admin/images/align-center.png +0 -0
  140. data/lib/wp/wp-admin/images/align-left-2x.png +0 -0
  141. data/lib/wp/wp-admin/images/align-left.png +0 -0
  142. data/lib/wp/wp-admin/images/align-none-2x.png +0 -0
  143. data/lib/wp/wp-admin/images/align-none.png +0 -0
  144. data/lib/wp/wp-admin/images/align-right-2x.png +0 -0
  145. data/lib/wp/wp-admin/images/align-right.png +0 -0
  146. data/lib/wp/wp-admin/images/arrows-2x.png +0 -0
  147. data/lib/wp/wp-admin/images/arrows.png +0 -0
  148. data/lib/wp/wp-admin/images/bubble_bg-2x.gif +0 -0
  149. data/lib/wp/wp-admin/images/bubble_bg.gif +0 -0
  150. data/lib/wp/wp-admin/images/comment-grey-bubble-2x.png +0 -0
  151. data/lib/wp/wp-admin/images/comment-grey-bubble.png +0 -0
  152. data/lib/wp/wp-admin/images/date-button-2x.gif +0 -0
  153. data/lib/wp/wp-admin/images/date-button.gif +0 -0
  154. data/lib/wp/wp-admin/images/generic.png +0 -0
  155. data/lib/wp/wp-admin/images/icons32-2x.png +0 -0
  156. data/lib/wp/wp-admin/images/icons32-vs-2x.png +0 -0
  157. data/lib/wp/wp-admin/images/icons32-vs.png +0 -0
  158. data/lib/wp/wp-admin/images/icons32.png +0 -0
  159. data/lib/wp/wp-admin/images/imgedit-icons-2x.png +0 -0
  160. data/lib/wp/wp-admin/images/imgedit-icons.png +0 -0
  161. data/lib/wp/wp-admin/images/list-2x.png +0 -0
  162. data/lib/wp/wp-admin/images/list.png +0 -0
  163. data/lib/wp/wp-admin/images/loading.gif +0 -0
  164. data/lib/wp/wp-admin/images/marker.png +0 -0
  165. data/lib/wp/wp-admin/images/mask.png +0 -0
  166. data/lib/wp/wp-admin/images/media-button-2x.png +0 -0
  167. data/lib/wp/wp-admin/images/media-button-image.gif +0 -0
  168. data/lib/wp/wp-admin/images/media-button-music.gif +0 -0
  169. data/lib/wp/wp-admin/images/media-button-other.gif +0 -0
  170. data/lib/wp/wp-admin/images/media-button-video.gif +0 -0
  171. data/lib/wp/wp-admin/images/media-button.png +0 -0
  172. data/lib/wp/wp-admin/images/menu-2x.png +0 -0
  173. data/lib/wp/wp-admin/images/menu-vs-2x.png +0 -0
  174. data/lib/wp/wp-admin/images/menu-vs.png +0 -0
  175. data/lib/wp/wp-admin/images/menu.png +0 -0
  176. data/lib/wp/wp-admin/images/no.png +0 -0
  177. data/lib/wp/wp-admin/images/post-formats-vs.png +0 -0
  178. data/lib/wp/wp-admin/images/post-formats.png +0 -0
  179. data/lib/wp/wp-admin/images/post-formats32-vs.png +0 -0
  180. data/lib/wp/wp-admin/images/post-formats32.png +0 -0
  181. data/lib/wp/wp-admin/images/resize-2x.gif +0 -0
  182. data/lib/wp/wp-admin/images/resize-rtl-2x.gif +0 -0
  183. data/lib/wp/wp-admin/images/resize-rtl.gif +0 -0
  184. data/lib/wp/wp-admin/images/resize.gif +0 -0
  185. data/lib/wp/wp-admin/images/se.png +0 -0
  186. data/lib/wp/wp-admin/images/sort-2x.gif +0 -0
  187. data/lib/wp/wp-admin/images/sort.gif +0 -0
  188. data/lib/wp/wp-admin/images/spinner-2x.gif +0 -0
  189. data/lib/wp/wp-admin/images/spinner.gif +0 -0
  190. data/lib/wp/wp-admin/images/stars-2x.png +0 -0
  191. data/lib/wp/wp-admin/images/stars.png +0 -0
  192. data/lib/wp/wp-admin/images/w-logo-blue.png +0 -0
  193. data/lib/wp/wp-admin/images/w-logo-white.png +0 -0
  194. data/lib/wp/wp-admin/images/wheel.png +0 -0
  195. data/lib/wp/wp-admin/images/wordpress-logo-white.svg +1 -0
  196. data/lib/wp/wp-admin/images/wordpress-logo.png +0 -0
  197. data/lib/wp/wp-admin/images/wordpress-logo.svg +1 -0
  198. data/lib/wp/wp-admin/images/wpspin_light-2x.gif +0 -0
  199. data/lib/wp/wp-admin/images/wpspin_light.gif +0 -0
  200. data/lib/wp/wp-admin/images/xit-2x.gif +0 -0
  201. data/lib/wp/wp-admin/images/xit.gif +0 -0
  202. data/lib/wp/wp-admin/images/yes.png +0 -0
  203. data/lib/wp/wp-admin/import.php +132 -0
  204. data/lib/wp/wp-admin/includes/admin.php +74 -0
  205. data/lib/wp/wp-admin/includes/ajax-actions.php +2762 -0
  206. data/lib/wp/wp-admin/includes/bookmark.php +305 -0
  207. data/lib/wp/wp-admin/includes/class-ftp-pure.php +190 -0
  208. data/lib/wp/wp-admin/includes/class-ftp-sockets.php +250 -0
  209. data/lib/wp/wp-admin/includes/class-ftp.php +907 -0
  210. data/lib/wp/wp-admin/includes/class-pclzip.php +5687 -0
  211. data/lib/wp/wp-admin/includes/class-wp-comments-list-table.php +637 -0
  212. data/lib/wp/wp-admin/includes/class-wp-filesystem-base.php +815 -0
  213. data/lib/wp/wp-admin/includes/class-wp-filesystem-direct.php +384 -0
  214. data/lib/wp/wp-admin/includes/class-wp-filesystem-ftpext.php +415 -0
  215. data/lib/wp/wp-admin/includes/class-wp-filesystem-ftpsockets.php +352 -0
  216. data/lib/wp/wp-admin/includes/class-wp-filesystem-ssh2.php +392 -0
  217. data/lib/wp/wp-admin/includes/class-wp-importer.php +302 -0
  218. data/lib/wp/wp-admin/includes/class-wp-links-list-table.php +207 -0
  219. data/lib/wp/wp-admin/includes/class-wp-list-table.php +1080 -0
  220. data/lib/wp/wp-admin/includes/class-wp-media-list-table.php +574 -0
  221. data/lib/wp/wp-admin/includes/class-wp-ms-sites-list-table.php +402 -0
  222. data/lib/wp/wp-admin/includes/class-wp-ms-themes-list-table.php +459 -0
  223. data/lib/wp/wp-admin/includes/class-wp-ms-users-list-table.php +303 -0
  224. data/lib/wp/wp-admin/includes/class-wp-plugin-install-list-table.php +490 -0
  225. data/lib/wp/wp-admin/includes/class-wp-plugins-list-table.php +605 -0
  226. data/lib/wp/wp-admin/includes/class-wp-posts-list-table.php +1306 -0
  227. data/lib/wp/wp-admin/includes/class-wp-terms-list-table.php +466 -0
  228. data/lib/wp/wp-admin/includes/class-wp-theme-install-list-table.php +431 -0
  229. data/lib/wp/wp-admin/includes/class-wp-themes-list-table.php +279 -0
  230. data/lib/wp/wp-admin/includes/class-wp-upgrader-skins.php +767 -0
  231. data/lib/wp/wp-admin/includes/class-wp-upgrader.php +2676 -0
  232. data/lib/wp/wp-admin/includes/class-wp-users-list-table.php +459 -0
  233. data/lib/wp/wp-admin/includes/comment.php +171 -0
  234. data/lib/wp/wp-admin/includes/continents-cities.php +493 -0
  235. data/lib/wp/wp-admin/includes/dashboard.php +1333 -0
  236. data/lib/wp/wp-admin/includes/deprecated.php +1190 -0
  237. data/lib/wp/wp-admin/includes/export.php +508 -0
  238. data/lib/wp/wp-admin/includes/file.php +1152 -0
  239. data/lib/wp/wp-admin/includes/image-edit.php +828 -0
  240. data/lib/wp/wp-admin/includes/image.php +598 -0
  241. data/lib/wp/wp-admin/includes/import.php +206 -0
  242. data/lib/wp/wp-admin/includes/list-table.php +113 -0
  243. data/lib/wp/wp-admin/includes/media.php +3012 -0
  244. data/lib/wp/wp-admin/includes/menu.php +322 -0
  245. data/lib/wp/wp-admin/includes/meta-boxes.php +1119 -0
  246. data/lib/wp/wp-admin/includes/misc.php +845 -0
  247. data/lib/wp/wp-admin/includes/ms-deprecated.php +78 -0
  248. data/lib/wp/wp-admin/includes/ms.php +814 -0
  249. data/lib/wp/wp-admin/includes/nav-menu.php +1328 -0
  250. data/lib/wp/wp-admin/includes/plugin-install.php +550 -0
  251. data/lib/wp/wp-admin/includes/plugin.php +1899 -0
  252. data/lib/wp/wp-admin/includes/post.php +1661 -0
  253. data/lib/wp/wp-admin/includes/revision.php +228 -0
  254. data/lib/wp/wp-admin/includes/schema.php +1038 -0
  255. data/lib/wp/wp-admin/includes/screen.php +1179 -0
  256. data/lib/wp/wp-admin/includes/taxonomy.php +284 -0
  257. data/lib/wp/wp-admin/includes/template.php +2157 -0
  258. data/lib/wp/wp-admin/includes/theme-install.php +205 -0
  259. data/lib/wp/wp-admin/includes/theme.php +474 -0
  260. data/lib/wp/wp-admin/includes/translation-install.php +240 -0
  261. data/lib/wp/wp-admin/includes/update-core.php +1186 -0
  262. data/lib/wp/wp-admin/includes/update.php +432 -0
  263. data/lib/wp/wp-admin/includes/upgrade.php +2218 -0
  264. data/lib/wp/wp-admin/includes/user.php +442 -0
  265. data/lib/wp/wp-admin/includes/widgets.php +245 -0
  266. data/lib/wp/wp-admin/index.php +131 -0
  267. data/lib/wp/wp-admin/install-helper.php +199 -0
  268. data/lib/wp/wp-admin/install.php +305 -0
  269. data/lib/wp/wp-admin/js/accordion.js +143 -0
  270. data/lib/wp/wp-admin/js/accordion.min.js +1 -0
  271. data/lib/wp/wp-admin/js/color-picker.js +155 -0
  272. data/lib/wp/wp-admin/js/color-picker.min.js +1 -0
  273. data/lib/wp/wp-admin/js/comment.js +50 -0
  274. data/lib/wp/wp-admin/js/comment.min.js +1 -0
  275. data/lib/wp/wp-admin/js/common.js +804 -0
  276. data/lib/wp/wp-admin/js/common.min.js +1 -0
  277. data/lib/wp/wp-admin/js/custom-background.js +75 -0
  278. data/lib/wp/wp-admin/js/custom-background.min.js +1 -0
  279. data/lib/wp/wp-admin/js/custom-header.js +61 -0
  280. data/lib/wp/wp-admin/js/customize-controls.js +1305 -0
  281. data/lib/wp/wp-admin/js/customize-controls.min.js +1 -0
  282. data/lib/wp/wp-admin/js/customize-widgets.js +1882 -0
  283. data/lib/wp/wp-admin/js/customize-widgets.min.js +1 -0
  284. data/lib/wp/wp-admin/js/dashboard.js +190 -0
  285. data/lib/wp/wp-admin/js/dashboard.min.js +1 -0
  286. data/lib/wp/wp-admin/js/edit-comments.js +625 -0
  287. data/lib/wp/wp-admin/js/edit-comments.min.js +1 -0
  288. data/lib/wp/wp-admin/js/editor-expand.js +705 -0
  289. data/lib/wp/wp-admin/js/editor-expand.min.js +1 -0
  290. data/lib/wp/wp-admin/js/editor.js +324 -0
  291. data/lib/wp/wp-admin/js/editor.min.js +1 -0
  292. data/lib/wp/wp-admin/js/farbtastic.js +276 -0
  293. data/lib/wp/wp-admin/js/gallery.js +237 -0
  294. data/lib/wp/wp-admin/js/gallery.min.js +1 -0
  295. data/lib/wp/wp-admin/js/image-edit.js +633 -0
  296. data/lib/wp/wp-admin/js/image-edit.min.js +1 -0
  297. data/lib/wp/wp-admin/js/inline-edit-post.js +359 -0
  298. data/lib/wp/wp-admin/js/inline-edit-post.min.js +1 -0
  299. data/lib/wp/wp-admin/js/inline-edit-tax.js +142 -0
  300. data/lib/wp/wp-admin/js/inline-edit-tax.min.js +1 -0
  301. data/lib/wp/wp-admin/js/iris.min.js +4 -0
  302. data/lib/wp/wp-admin/js/language-chooser.js +26 -0
  303. data/lib/wp/wp-admin/js/language-chooser.min.js +1 -0
  304. data/lib/wp/wp-admin/js/link.js +69 -0
  305. data/lib/wp/wp-admin/js/link.min.js +1 -0
  306. data/lib/wp/wp-admin/js/media-gallery.js +26 -0
  307. data/lib/wp/wp-admin/js/media-gallery.min.js +1 -0
  308. data/lib/wp/wp-admin/js/media-upload.js +69 -0
  309. data/lib/wp/wp-admin/js/media-upload.min.js +1 -0
  310. data/lib/wp/wp-admin/js/media.js +111 -0
  311. data/lib/wp/wp-admin/js/media.min.js +1 -0
  312. data/lib/wp/wp-admin/js/nav-menu.js +1205 -0
  313. data/lib/wp/wp-admin/js/nav-menu.min.js +1 -0
  314. data/lib/wp/wp-admin/js/password-strength-meter.js +75 -0
  315. data/lib/wp/wp-admin/js/password-strength-meter.min.js +1 -0
  316. data/lib/wp/wp-admin/js/plugin-install.js +76 -0
  317. data/lib/wp/wp-admin/js/plugin-install.min.js +1 -0
  318. data/lib/wp/wp-admin/js/post.js +1094 -0
  319. data/lib/wp/wp-admin/js/post.min.js +1 -0
  320. data/lib/wp/wp-admin/js/postbox.js +199 -0
  321. data/lib/wp/wp-admin/js/postbox.min.js +1 -0
  322. data/lib/wp/wp-admin/js/revisions.js +1110 -0
  323. data/lib/wp/wp-admin/js/revisions.min.js +1 -0
  324. data/lib/wp/wp-admin/js/set-post-thumbnail.js +24 -0
  325. data/lib/wp/wp-admin/js/set-post-thumbnail.min.js +1 -0
  326. data/lib/wp/wp-admin/js/svg-painter.js +240 -0
  327. data/lib/wp/wp-admin/js/svg-painter.min.js +1 -0
  328. data/lib/wp/wp-admin/js/tags.js +72 -0
  329. data/lib/wp/wp-admin/js/tags.min.js +1 -0
  330. data/lib/wp/wp-admin/js/theme.js +1691 -0
  331. data/lib/wp/wp-admin/js/theme.min.js +1 -0
  332. data/lib/wp/wp-admin/js/updates.js +65 -0
  333. data/lib/wp/wp-admin/js/updates.min.js +1 -0
  334. data/lib/wp/wp-admin/js/user-profile.js +127 -0
  335. data/lib/wp/wp-admin/js/user-profile.min.js +1 -0
  336. data/lib/wp/wp-admin/js/user-suggest.js +30 -0
  337. data/lib/wp/wp-admin/js/user-suggest.min.js +1 -0
  338. data/lib/wp/wp-admin/js/widgets.js +494 -0
  339. data/lib/wp/wp-admin/js/widgets.min.js +1 -0
  340. data/lib/wp/wp-admin/js/word-count.js +44 -0
  341. data/lib/wp/wp-admin/js/word-count.min.js +1 -0
  342. data/lib/wp/wp-admin/js/wp-fullscreen.js +704 -0
  343. data/lib/wp/wp-admin/js/wp-fullscreen.min.js +1 -0
  344. data/lib/wp/wp-admin/js/xfn.js +17 -0
  345. data/lib/wp/wp-admin/js/xfn.min.js +1 -0
  346. data/lib/wp/wp-admin/link-add.php +29 -0
  347. data/lib/wp/wp-admin/link-manager.php +99 -0
  348. data/lib/wp/wp-admin/link-parse-opml.php +84 -0
  349. data/lib/wp/wp-admin/link.php +117 -0
  350. data/lib/wp/wp-admin/load-scripts.php +162 -0
  351. data/lib/wp/wp-admin/load-styles.php +153 -0
  352. data/lib/wp/wp-admin/maint/repair.php +124 -0
  353. data/lib/wp/wp-admin/media-new.php +84 -0
  354. data/lib/wp/wp-admin/media-upload.php +100 -0
  355. data/lib/wp/wp-admin/media.php +146 -0
  356. data/lib/wp/wp-admin/menu-header.php +227 -0
  357. data/lib/wp/wp-admin/menu.php +255 -0
  358. data/lib/wp/wp-admin/moderation.php +12 -0
  359. data/lib/wp/wp-admin/ms-admin.php +13 -0
  360. data/lib/wp/wp-admin/ms-delete-site.php +91 -0
  361. data/lib/wp/wp-admin/ms-edit.php +13 -0
  362. data/lib/wp/wp-admin/ms-options.php +12 -0
  363. data/lib/wp/wp-admin/ms-sites.php +13 -0
  364. data/lib/wp/wp-admin/ms-themes.php +13 -0
  365. data/lib/wp/wp-admin/ms-upgrade-network.php +13 -0
  366. data/lib/wp/wp-admin/ms-users.php +13 -0
  367. data/lib/wp/wp-admin/my-sites.php +145 -0
  368. data/lib/wp/wp-admin/nav-menus.php +798 -0
  369. data/lib/wp/wp-admin/network.php +561 -0
  370. data/lib/wp/wp-admin/network/about.php +16 -0
  371. data/lib/wp/wp-admin/network/admin.php +32 -0
  372. data/lib/wp/wp-admin/network/credits.php +16 -0
  373. data/lib/wp/wp-admin/network/edit.php +42 -0
  374. data/lib/wp/wp-admin/network/freedoms.php +16 -0
  375. data/lib/wp/wp-admin/network/index.php +79 -0
  376. data/lib/wp/wp-admin/network/menu.php +63 -0
  377. data/lib/wp/wp-admin/network/plugin-editor.php +16 -0
  378. data/lib/wp/wp-admin/network/plugin-install.php +19 -0
  379. data/lib/wp/wp-admin/network/plugins.php +16 -0
  380. data/lib/wp/wp-admin/network/profile.php +16 -0
  381. data/lib/wp/wp-admin/network/settings.php +347 -0
  382. data/lib/wp/wp-admin/network/setup.php +16 -0
  383. data/lib/wp/wp-admin/network/site-info.php +178 -0
  384. data/lib/wp/wp-admin/network/site-new.php +153 -0
  385. data/lib/wp/wp-admin/network/site-settings.php +173 -0
  386. data/lib/wp/wp-admin/network/site-themes.php +185 -0
  387. data/lib/wp/wp-admin/network/site-users.php +319 -0
  388. data/lib/wp/wp-admin/network/sites.php +275 -0
  389. data/lib/wp/wp-admin/network/theme-editor.php +16 -0
  390. data/lib/wp/wp-admin/network/theme-install.php +19 -0
  391. data/lib/wp/wp-admin/network/themes.php +291 -0
  392. data/lib/wp/wp-admin/network/update-core.php +16 -0
  393. data/lib/wp/wp-admin/network/update.php +19 -0
  394. data/lib/wp/wp-admin/network/upgrade.php +120 -0
  395. data/lib/wp/wp-admin/network/user-edit.php +16 -0
  396. data/lib/wp/wp-admin/network/user-new.php +106 -0
  397. data/lib/wp/wp-admin/network/users.php +296 -0
  398. data/lib/wp/wp-admin/options-discussion.php +273 -0
  399. data/lib/wp/wp-admin/options-general.php +355 -0
  400. data/lib/wp/wp-admin/options-head.php +18 -0
  401. data/lib/wp/wp-admin/options-media.php +136 -0
  402. data/lib/wp/wp-admin/options-permalink.php +289 -0
  403. data/lib/wp/wp-admin/options-reading.php +184 -0
  404. data/lib/wp/wp-admin/options-writing.php +194 -0
  405. data/lib/wp/wp-admin/options.php +265 -0
  406. data/lib/wp/wp-admin/plugin-editor.php +279 -0
  407. data/lib/wp/wp-admin/plugin-install.php +134 -0
  408. data/lib/wp/wp-admin/plugins.php +474 -0
  409. data/lib/wp/wp-admin/post-new.php +74 -0
  410. data/lib/wp/wp-admin/post.php +318 -0
  411. data/lib/wp/wp-admin/press-this.php +691 -0
  412. data/lib/wp/wp-admin/profile.php +18 -0
  413. data/lib/wp/wp-admin/revision.php +221 -0
  414. data/lib/wp/wp-admin/setup-config.php +345 -0
  415. data/lib/wp/wp-admin/theme-editor.php +243 -0
  416. data/lib/wp/wp-admin/theme-install.php +278 -0
  417. data/lib/wp/wp-admin/themes.php +374 -0
  418. data/lib/wp/wp-admin/tools.php +75 -0
  419. data/lib/wp/wp-admin/update-core.php +653 -0
  420. data/lib/wp/wp-admin/update.php +272 -0
  421. data/lib/wp/wp-admin/upgrade-functions.php +12 -0
  422. data/lib/wp/wp-admin/upgrade.php +116 -0
  423. data/lib/wp/wp-admin/upload.php +292 -0
  424. data/lib/wp/wp-admin/user-edit.php +557 -0
  425. data/lib/wp/wp-admin/user-new.php +439 -0
  426. data/lib/wp/wp-admin/user/about.php +13 -0
  427. data/lib/wp/wp-admin/user/admin.php +32 -0
  428. data/lib/wp/wp-admin/user/credits.php +13 -0
  429. data/lib/wp/wp-admin/user/freedoms.php +13 -0
  430. data/lib/wp/wp-admin/user/index.php +12 -0
  431. data/lib/wp/wp-admin/user/menu.php +22 -0
  432. data/lib/wp/wp-admin/user/profile.php +12 -0
  433. data/lib/wp/wp-admin/user/user-edit.php +12 -0
  434. data/lib/wp/wp-admin/users.php +460 -0
  435. data/lib/wp/wp-admin/widgets.php +442 -0
  436. data/lib/wp/wp-blog-header.php +18 -0
  437. data/lib/wp/wp-comments-post.php +164 -0
  438. data/lib/wp/wp-config-sample.php +80 -0
  439. data/lib/wp/wp-content/index.php +2 -0
  440. data/lib/wp/wp-content/plugins/hello.php +82 -0
  441. data/lib/wp/wp-content/plugins/index.php +2 -0
  442. data/lib/wp/wp-content/themes/index.php +2 -0
  443. data/lib/wp/wp-content/themes/stump/.editorconfig +11 -0
  444. data/lib/wp/wp-content/themes/stump/.jshintrc +16 -0
  445. data/lib/wp/wp-content/themes/stump/404.php +13 -0
  446. data/lib/wp/wp-content/themes/stump/CHANGELOG.md +333 -0
  447. data/lib/wp/wp-content/themes/stump/CONTRIBUTING.md +121 -0
  448. data/lib/wp/wp-content/themes/stump/Gruntfile.js +151 -0
  449. data/lib/wp/wp-content/themes/stump/LICENSE.md +19 -0
  450. data/lib/wp/wp-content/themes/stump/assets/coffee/build/.gitkeep +0 -0
  451. data/lib/wp/wp-content/themes/stump/assets/coffee/build/site.js +6 -0
  452. data/lib/wp/wp-content/themes/stump/assets/css/editor-style.css +548 -0
  453. data/lib/wp/wp-content/themes/stump/assets/css/main.min.css +4 -0
  454. data/lib/wp/wp-content/themes/stump/assets/css/main.min.css.map +7 -0
  455. data/lib/wp/wp-content/themes/stump/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  456. data/lib/wp/wp-content/themes/stump/assets/fonts/glyphicons-halflings-regular.svg +229 -0
  457. data/lib/wp/wp-content/themes/stump/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  458. data/lib/wp/wp-content/themes/stump/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  459. data/lib/wp/wp-content/themes/stump/assets/img/.gitignore +0 -0
  460. data/lib/wp/wp-content/themes/stump/assets/js/_main.js +63 -0
  461. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/affix.js +137 -0
  462. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/alert.js +88 -0
  463. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/button.js +107 -0
  464. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/carousel.js +205 -0
  465. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/collapse.js +170 -0
  466. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/dropdown.js +147 -0
  467. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/modal.js +243 -0
  468. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/popover.js +110 -0
  469. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/scrollspy.js +153 -0
  470. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/tab.js +125 -0
  471. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/tooltip.js +399 -0
  472. data/lib/wp/wp-content/themes/stump/assets/js/plugins/bootstrap/transition.js +48 -0
  473. data/lib/wp/wp-content/themes/stump/assets/js/scripts.min.js +1 -0
  474. data/lib/wp/wp-content/themes/stump/assets/js/vendor/jquery-1.11.0.min.js +4 -0
  475. data/lib/wp/wp-content/themes/stump/assets/js/vendor/modernizr-2.7.0.min.js +4 -0
  476. data/lib/wp/wp-content/themes/stump/assets/sass/app.scss +9 -0
  477. data/lib/wp/wp-content/themes/stump/assets/sass/core/_variables.scss +1 -0
  478. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_alerts.scss +67 -0
  479. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_badges.scss +55 -0
  480. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_bootstrap.scss +49 -0
  481. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_breadcrumbs.scss +26 -0
  482. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_button-groups.scss +226 -0
  483. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_buttons.scss +159 -0
  484. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_carousel.scss +232 -0
  485. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_close.scss +35 -0
  486. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_code.scss +63 -0
  487. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_component-animations.scss +29 -0
  488. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_dropdowns.scss +213 -0
  489. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_forms.scss +436 -0
  490. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_glyphicons.scss +233 -0
  491. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_grid.scss +84 -0
  492. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_input-groups.scss +162 -0
  493. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_jumbotron.scss +44 -0
  494. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_labels.scss +64 -0
  495. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_list-group.scss +110 -0
  496. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_media.scss +56 -0
  497. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_mixins.scss +947 -0
  498. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_modals.scss +139 -0
  499. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_navbar.scss +620 -0
  500. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_navs.scss +242 -0
  501. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_normalize.scss +423 -0
  502. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_pager.scss +55 -0
  503. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_pagination.scss +88 -0
  504. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_panels.scss +241 -0
  505. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_popovers.scss +133 -0
  506. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_print.scss +101 -0
  507. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_progress-bars.scss +80 -0
  508. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_responsive-utilities.scss +74 -0
  509. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_scaffolding.scss +134 -0
  510. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_tables.scss +233 -0
  511. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_theme.scss +247 -0
  512. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_thumbnails.scss +38 -0
  513. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_tooltip.scss +95 -0
  514. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_type.scss +284 -0
  515. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_utilities.scss +56 -0
  516. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_variables.scss +833 -0
  517. data/lib/wp/wp-content/themes/stump/assets/vendor/bootstrap/_wells.scss +29 -0
  518. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/_bourbon-deprecated-upcoming.scss +13 -0
  519. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/_bourbon.scss +59 -0
  520. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_button.scss +273 -0
  521. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_clearfix.scss +29 -0
  522. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_font-family.scss +5 -0
  523. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_hide-text.scss +5 -0
  524. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_html5-input-types.scss +56 -0
  525. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_position.scss +42 -0
  526. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_prefixer.scss +49 -0
  527. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_retina-image.scss +32 -0
  528. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_size.scss +44 -0
  529. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_timing-functions.scss +32 -0
  530. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/addons/_triangle.scss +45 -0
  531. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_animation.scss +52 -0
  532. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_appearance.scss +3 -0
  533. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_backface-visibility.scss +6 -0
  534. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_background-image.scss +48 -0
  535. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_background.scss +103 -0
  536. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_border-image.scss +55 -0
  537. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_border-radius.scss +22 -0
  538. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_box-sizing.scss +4 -0
  539. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_columns.scss +47 -0
  540. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_flex-box.scss +52 -0
  541. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_font-face.scss +23 -0
  542. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_hidpi-media-query.scss +10 -0
  543. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_image-rendering.scss +13 -0
  544. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_inline-block.scss +8 -0
  545. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_keyframes.scss +43 -0
  546. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_linear-gradient.scss +41 -0
  547. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_perspective.scss +8 -0
  548. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_placeholder.scss +29 -0
  549. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_radial-gradient.scss +44 -0
  550. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_transform.scss +15 -0
  551. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_transition.scss +34 -0
  552. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/css3/_user-select.scss +3 -0
  553. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_compact.scss +11 -0
  554. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_flex-grid.scss +39 -0
  555. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_grid-width.scss +13 -0
  556. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_linear-gradient.scss +13 -0
  557. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_modular-scale.scss +40 -0
  558. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_px-to-em.scss +8 -0
  559. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_radial-gradient.scss +23 -0
  560. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_tint-shade.scss +9 -0
  561. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/functions/_transition-property-name.scss +22 -0
  562. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_deprecated-webkit-gradient.scss +39 -0
  563. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_gradient-positions-parser.scss +13 -0
  564. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_linear-positions-parser.scss +61 -0
  565. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_radial-arg-parser.scss +69 -0
  566. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_radial-positions-parser.scss +18 -0
  567. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_render-gradients.scss +26 -0
  568. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/bourbon/helpers/_shape-size-stripper.scss +10 -0
  569. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/manhattan.sass +11 -0
  570. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/manhattan/_grid.sass +161 -0
  571. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/manhattan/_mixins.sass +63 -0
  572. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/manhattan/_utilities.sass +24 -0
  573. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/manhattan/_variables.sass +42 -0
  574. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/_neat-helpers.scss +8 -0
  575. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/_neat.scss +21 -0
  576. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/functions/_new-breakpoint.scss +16 -0
  577. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/functions/_private.scss +107 -0
  578. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/functions/_px-to-em.scss +3 -0
  579. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_fill-parent.scss +7 -0
  580. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_grid.scss +5 -0
  581. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_media.scss +51 -0
  582. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_omega.scss +79 -0
  583. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_outer-container.scss +8 -0
  584. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_pad.scss +8 -0
  585. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_private.scss +50 -0
  586. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_reset.scss +12 -0
  587. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_row.scss +17 -0
  588. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_shift.scss +9 -0
  589. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_span-columns.scss +38 -0
  590. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_to-deprecate.scss +57 -0
  591. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/grid/_visual-grid.scss +41 -0
  592. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/settings/_grid.scss +7 -0
  593. data/lib/wp/wp-content/themes/stump/assets/vendor/manhattan/neat/settings/_visual-grid.scss +5 -0
  594. data/lib/wp/wp-content/themes/stump/base.php +36 -0
  595. data/lib/wp/wp-content/themes/stump/functions.php +19 -0
  596. data/lib/wp/wp-content/themes/stump/index.php +21 -0
  597. data/lib/wp/wp-content/themes/stump/lang/ar.mo +0 -0
  598. data/lib/wp/wp-content/themes/stump/lang/ar.po +270 -0
  599. data/lib/wp/wp-content/themes/stump/lang/bg_BG.mo +0 -0
  600. data/lib/wp/wp-content/themes/stump/lang/bg_BG.po +338 -0
  601. data/lib/wp/wp-content/themes/stump/lang/ca.mo +0 -0
  602. data/lib/wp/wp-content/themes/stump/lang/ca.po +517 -0
  603. data/lib/wp/wp-content/themes/stump/lang/da_DK.mo +0 -0
  604. data/lib/wp/wp-content/themes/stump/lang/da_DK.po +305 -0
  605. data/lib/wp/wp-content/themes/stump/lang/de_DE.mo +0 -0
  606. data/lib/wp/wp-content/themes/stump/lang/de_DE.po +271 -0
  607. data/lib/wp/wp-content/themes/stump/lang/el.mo +0 -0
  608. data/lib/wp/wp-content/themes/stump/lang/el.po +319 -0
  609. data/lib/wp/wp-content/themes/stump/lang/es_ES.mo +0 -0
  610. data/lib/wp/wp-content/themes/stump/lang/es_ES.po +270 -0
  611. data/lib/wp/wp-content/themes/stump/lang/et.mo +0 -0
  612. data/lib/wp/wp-content/themes/stump/lang/et.po +262 -0
  613. data/lib/wp/wp-content/themes/stump/lang/fa_IR.mo +0 -0
  614. data/lib/wp/wp-content/themes/stump/lang/fa_IR.po +273 -0
  615. data/lib/wp/wp-content/themes/stump/lang/fi_FI.mo +0 -0
  616. data/lib/wp/wp-content/themes/stump/lang/fi_FI.po +367 -0
  617. data/lib/wp/wp-content/themes/stump/lang/fr_FR.mo +0 -0
  618. data/lib/wp/wp-content/themes/stump/lang/fr_FR.po +336 -0
  619. data/lib/wp/wp-content/themes/stump/lang/he_IL.mo +0 -0
  620. data/lib/wp/wp-content/themes/stump/lang/he_IL.po +336 -0
  621. data/lib/wp/wp-content/themes/stump/lang/hu_HU.mo +0 -0
  622. data/lib/wp/wp-content/themes/stump/lang/hu_HU.po +271 -0
  623. data/lib/wp/wp-content/themes/stump/lang/id_ID.mo +0 -0
  624. data/lib/wp/wp-content/themes/stump/lang/id_ID.po +278 -0
  625. data/lib/wp/wp-content/themes/stump/lang/it_IT.mo +0 -0
  626. data/lib/wp/wp-content/themes/stump/lang/it_IT.po +269 -0
  627. data/lib/wp/wp-content/themes/stump/lang/ja.mo +0 -0
  628. data/lib/wp/wp-content/themes/stump/lang/ja.po +267 -0
  629. data/lib/wp/wp-content/themes/stump/lang/ko_KR.mo +0 -0
  630. data/lib/wp/wp-content/themes/stump/lang/ko_KR.po +282 -0
  631. data/lib/wp/wp-content/themes/stump/lang/mk_MK.mo +0 -0
  632. data/lib/wp/wp-content/themes/stump/lang/mk_MK.po +297 -0
  633. data/lib/wp/wp-content/themes/stump/lang/ms_MY.mo +0 -0
  634. data/lib/wp/wp-content/themes/stump/lang/ms_MY.po +342 -0
  635. data/lib/wp/wp-content/themes/stump/lang/nb_NO.mo +0 -0
  636. data/lib/wp/wp-content/themes/stump/lang/nb_NO.po +517 -0
  637. data/lib/wp/wp-content/themes/stump/lang/nl_NL.mo +0 -0
  638. data/lib/wp/wp-content/themes/stump/lang/nl_NL.po +261 -0
  639. data/lib/wp/wp-content/themes/stump/lang/nn_NO.mo +0 -0
  640. data/lib/wp/wp-content/themes/stump/lang/nn_NO.po +517 -0
  641. data/lib/wp/wp-content/themes/stump/lang/pl_PL.mo +0 -0
  642. data/lib/wp/wp-content/themes/stump/lang/pl_PL.po +283 -0
  643. data/lib/wp/wp-content/themes/stump/lang/pt_BR.mo +0 -0
  644. data/lib/wp/wp-content/themes/stump/lang/pt_BR.po +394 -0
  645. data/lib/wp/wp-content/themes/stump/lang/ro_RO.mo +0 -0
  646. data/lib/wp/wp-content/themes/stump/lang/ro_RO.po +271 -0
  647. data/lib/wp/wp-content/themes/stump/lang/roots.pot +244 -0
  648. data/lib/wp/wp-content/themes/stump/lang/ru_RU.mo +0 -0
  649. data/lib/wp/wp-content/themes/stump/lang/ru_RU.po +255 -0
  650. data/lib/wp/wp-content/themes/stump/lang/sk_SK.mo +0 -0
  651. data/lib/wp/wp-content/themes/stump/lang/sk_SK.po +267 -0
  652. data/lib/wp/wp-content/themes/stump/lang/sr_RS.mo +0 -0
  653. data/lib/wp/wp-content/themes/stump/lang/sr_RS.pot +261 -0
  654. data/lib/wp/wp-content/themes/stump/lang/sv_SE.mo +0 -0
  655. data/lib/wp/wp-content/themes/stump/lang/sv_SE.po +323 -0
  656. data/lib/wp/wp-content/themes/stump/lang/tr_TR.mo +0 -0
  657. data/lib/wp/wp-content/themes/stump/lang/tr_TR.po +405 -0
  658. data/lib/wp/wp-content/themes/stump/lang/vi_VN.mo +0 -0
  659. data/lib/wp/wp-content/themes/stump/lang/vi_VN.po +516 -0
  660. data/lib/wp/wp-content/themes/stump/lang/zh_CN.mo +0 -0
  661. data/lib/wp/wp-content/themes/stump/lang/zh_CN.po +329 -0
  662. data/lib/wp/wp-content/themes/stump/lang/zh_TW.mo +0 -0
  663. data/lib/wp/wp-content/themes/stump/lang/zh_TW.po +261 -0
  664. data/lib/wp/wp-content/themes/stump/lib/activation.php +215 -0
  665. data/lib/wp/wp-content/themes/stump/lib/cleanup.php +261 -0
  666. data/lib/wp/wp-content/themes/stump/lib/comments.php +52 -0
  667. data/lib/wp/wp-content/themes/stump/lib/config.php +79 -0
  668. data/lib/wp/wp-content/themes/stump/lib/custom.php +4 -0
  669. data/lib/wp/wp-content/themes/stump/lib/gallery.php +130 -0
  670. data/lib/wp/wp-content/themes/stump/lib/init.php +25 -0
  671. data/lib/wp/wp-content/themes/stump/lib/nav.php +93 -0
  672. data/lib/wp/wp-content/themes/stump/lib/relative-urls.php +50 -0
  673. data/lib/wp/wp-content/themes/stump/lib/scripts.php +67 -0
  674. data/lib/wp/wp-content/themes/stump/lib/sidebar.php +43 -0
  675. data/lib/wp/wp-content/themes/stump/lib/titles.php +37 -0
  676. data/lib/wp/wp-content/themes/stump/lib/utils.php +14 -0
  677. data/lib/wp/wp-content/themes/stump/lib/widgets.php +133 -0
  678. data/lib/wp/wp-content/themes/stump/lib/wrapper.php +49 -0
  679. data/lib/wp/wp-content/themes/stump/package.json +32 -0
  680. data/lib/wp/wp-content/themes/stump/page.php +2 -0
  681. data/lib/wp/wp-content/themes/stump/screenshot.png +0 -0
  682. data/lib/wp/wp-content/themes/stump/single.php +1 -0
  683. data/lib/wp/wp-content/themes/stump/style.css +11 -0
  684. data/lib/wp/wp-content/themes/stump/template-custom.php +8 -0
  685. data/lib/wp/wp-content/themes/stump/templates/comment.php +14 -0
  686. data/lib/wp/wp-content/themes/stump/templates/comments.php +80 -0
  687. data/lib/wp/wp-content/themes/stump/templates/content-page.php +4 -0
  688. data/lib/wp/wp-content/themes/stump/templates/content-single.php +15 -0
  689. data/lib/wp/wp-content/themes/stump/templates/content.php +9 -0
  690. data/lib/wp/wp-content/themes/stump/templates/entry-meta.php +2 -0
  691. data/lib/wp/wp-content/themes/stump/templates/footer.php +8 -0
  692. data/lib/wp/wp-content/themes/stump/templates/head.php +12 -0
  693. data/lib/wp/wp-content/themes/stump/templates/header-top-navbar.php +21 -0
  694. data/lib/wp/wp-content/themes/stump/templates/header.php +14 -0
  695. data/lib/wp/wp-content/themes/stump/templates/page-header.php +5 -0
  696. data/lib/wp/wp-content/themes/stump/templates/searchform.php +9 -0
  697. data/lib/wp/wp-content/themes/stump/templates/sidebar.php +1 -0
  698. data/lib/wp/wp-content/themes/twentyfourteen/404.php +32 -0
  699. data/lib/wp/wp-content/themes/twentyfourteen/archive.php +74 -0
  700. data/lib/wp/wp-content/themes/twentyfourteen/author.php +74 -0
  701. data/lib/wp/wp-content/themes/twentyfourteen/category.php +58 -0
  702. data/lib/wp/wp-content/themes/twentyfourteen/comments.php +66 -0
  703. data/lib/wp/wp-content/themes/twentyfourteen/content-aside.php +57 -0
  704. data/lib/wp/wp-content/themes/twentyfourteen/content-audio.php +57 -0
  705. data/lib/wp/wp-content/themes/twentyfourteen/content-featured-post.php +34 -0
  706. data/lib/wp/wp-content/themes/twentyfourteen/content-gallery.php +57 -0
  707. data/lib/wp/wp-content/themes/twentyfourteen/content-image.php +57 -0
  708. data/lib/wp/wp-content/themes/twentyfourteen/content-link.php +57 -0
  709. data/lib/wp/wp-content/themes/twentyfourteen/content-none.php +31 -0
  710. data/lib/wp/wp-content/themes/twentyfourteen/content-page.php +31 -0
  711. data/lib/wp/wp-content/themes/twentyfourteen/content-quote.php +57 -0
  712. data/lib/wp/wp-content/themes/twentyfourteen/content-video.php +57 -0
  713. data/lib/wp/wp-content/themes/twentyfourteen/content.php +66 -0
  714. data/lib/wp/wp-content/themes/twentyfourteen/css/editor-style.css +717 -0
  715. data/lib/wp/wp-content/themes/twentyfourteen/css/ie.css +1335 -0
  716. data/lib/wp/wp-content/themes/twentyfourteen/featured-content.php +39 -0
  717. data/lib/wp/wp-content/themes/twentyfourteen/footer.php +28 -0
  718. data/lib/wp/wp-content/themes/twentyfourteen/functions.php +519 -0
  719. data/lib/wp/wp-content/themes/twentyfourteen/genericons/COPYING.txt +9 -0
  720. data/lib/wp/wp-content/themes/twentyfourteen/genericons/Genericons-Regular.otf +0 -0
  721. data/lib/wp/wp-content/themes/twentyfourteen/genericons/LICENSE.txt +339 -0
  722. data/lib/wp/wp-content/themes/twentyfourteen/genericons/README.txt +123 -0
  723. data/lib/wp/wp-content/themes/twentyfourteen/genericons/example.html +464 -0
  724. data/lib/wp/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.eot +0 -0
  725. data/lib/wp/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.svg +135 -0
  726. data/lib/wp/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.ttf +0 -0
  727. data/lib/wp/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.woff +0 -0
  728. data/lib/wp/wp-content/themes/twentyfourteen/genericons/genericons.css +197 -0
  729. data/lib/wp/wp-content/themes/twentyfourteen/header.php +65 -0
  730. data/lib/wp/wp-content/themes/twentyfourteen/image.php +79 -0
  731. data/lib/wp/wp-content/themes/twentyfourteen/images/pattern-dark.svg +16 -0
  732. data/lib/wp/wp-content/themes/twentyfourteen/images/pattern-light.svg +6 -0
  733. data/lib/wp/wp-content/themes/twentyfourteen/inc/back-compat.php +63 -0
  734. data/lib/wp/wp-content/themes/twentyfourteen/inc/custom-header.php +147 -0
  735. data/lib/wp/wp-content/themes/twentyfourteen/inc/customizer.php +114 -0
  736. data/lib/wp/wp-content/themes/twentyfourteen/inc/featured-content.php +531 -0
  737. data/lib/wp/wp-content/themes/twentyfourteen/inc/template-tags.php +203 -0
  738. data/lib/wp/wp-content/themes/twentyfourteen/inc/widgets.php +269 -0
  739. data/lib/wp/wp-content/themes/twentyfourteen/index.php +61 -0
  740. data/lib/wp/wp-content/themes/twentyfourteen/js/customizer.js +38 -0
  741. data/lib/wp/wp-content/themes/twentyfourteen/js/featured-content-admin.js +9 -0
  742. data/lib/wp/wp-content/themes/twentyfourteen/js/functions.js +134 -0
  743. data/lib/wp/wp-content/themes/twentyfourteen/js/html5.js +8 -0
  744. data/lib/wp/wp-content/themes/twentyfourteen/js/keyboard-image-navigation.js +21 -0
  745. data/lib/wp/wp-content/themes/twentyfourteen/js/slider.js +598 -0
  746. data/lib/wp/wp-content/themes/twentyfourteen/languages/twentyfourteen.pot +467 -0
  747. data/lib/wp/wp-content/themes/twentyfourteen/page-templates/contributors.php +52 -0
  748. data/lib/wp/wp-content/themes/twentyfourteen/page-templates/full-width.php +42 -0
  749. data/lib/wp/wp-content/themes/twentyfourteen/page.php +48 -0
  750. data/lib/wp/wp-content/themes/twentyfourteen/rtl.css +854 -0
  751. data/lib/wp/wp-content/themes/twentyfourteen/screenshot.png +0 -0
  752. data/lib/wp/wp-content/themes/twentyfourteen/search.php +49 -0
  753. data/lib/wp/wp-content/themes/twentyfourteen/sidebar-content.php +16 -0
  754. data/lib/wp/wp-content/themes/twentyfourteen/sidebar-footer.php +19 -0
  755. data/lib/wp/wp-content/themes/twentyfourteen/sidebar.php +29 -0
  756. data/lib/wp/wp-content/themes/twentyfourteen/single.php +40 -0
  757. data/lib/wp/wp-content/themes/twentyfourteen/style.css +4321 -0
  758. data/lib/wp/wp-content/themes/twentyfourteen/tag.php +60 -0
  759. data/lib/wp/wp-content/themes/twentyfourteen/taxonomy-post_format.php +85 -0
  760. data/lib/wp/wp-cron.php +115 -0
  761. data/lib/wp/wp-includes/ID3/getid3.lib.php +1376 -0
  762. data/lib/wp/wp-includes/ID3/getid3.php +1796 -0
  763. data/lib/wp/wp-includes/ID3/license.commercial.txt +27 -0
  764. data/lib/wp/wp-includes/ID3/license.txt +29 -0
  765. data/lib/wp/wp-includes/ID3/module.audio-video.asf.php +2013 -0
  766. data/lib/wp/wp-includes/ID3/module.audio-video.flv.php +745 -0
  767. data/lib/wp/wp-includes/ID3/module.audio-video.matroska.php +1751 -0
  768. data/lib/wp/wp-includes/ID3/module.audio-video.quicktime.php +2246 -0
  769. data/lib/wp/wp-includes/ID3/module.audio-video.riff.php +2586 -0
  770. data/lib/wp/wp-includes/ID3/module.audio.ac3.php +474 -0
  771. data/lib/wp/wp-includes/ID3/module.audio.dts.php +291 -0
  772. data/lib/wp/wp-includes/ID3/module.audio.flac.php +443 -0
  773. data/lib/wp/wp-includes/ID3/module.audio.mp3.php +2012 -0
  774. data/lib/wp/wp-includes/ID3/module.audio.ogg.php +756 -0
  775. data/lib/wp/wp-includes/ID3/module.tag.apetag.php +371 -0
  776. data/lib/wp/wp-includes/ID3/module.tag.id3v1.php +360 -0
  777. data/lib/wp/wp-includes/ID3/module.tag.id3v2.php +3424 -0
  778. data/lib/wp/wp-includes/ID3/module.tag.lyrics3.php +294 -0
  779. data/lib/wp/wp-includes/ID3/readme.txt +604 -0
  780. data/lib/wp/wp-includes/SimplePie/Author.php +157 -0
  781. data/lib/wp/wp-includes/SimplePie/Cache.php +133 -0
  782. data/lib/wp/wp-includes/SimplePie/Cache/Base.php +114 -0
  783. data/lib/wp/wp-includes/SimplePie/Cache/DB.php +137 -0
  784. data/lib/wp/wp-includes/SimplePie/Cache/File.php +173 -0
  785. data/lib/wp/wp-includes/SimplePie/Cache/Memcache.php +183 -0
  786. data/lib/wp/wp-includes/SimplePie/Cache/MySQL.php +438 -0
  787. data/lib/wp/wp-includes/SimplePie/Caption.php +210 -0
  788. data/lib/wp/wp-includes/SimplePie/Category.php +157 -0
  789. data/lib/wp/wp-includes/SimplePie/Content/Type/Sniffer.php +332 -0
  790. data/lib/wp/wp-includes/SimplePie/Copyright.php +130 -0
  791. data/lib/wp/wp-includes/SimplePie/Core.php +57 -0
  792. data/lib/wp/wp-includes/SimplePie/Credit.php +156 -0
  793. data/lib/wp/wp-includes/SimplePie/Decode/HTML/Entities.php +617 -0
  794. data/lib/wp/wp-includes/SimplePie/Enclosure.php +1380 -0
  795. data/lib/wp/wp-includes/SimplePie/Exception.php +52 -0
  796. data/lib/wp/wp-includes/SimplePie/File.php +292 -0
  797. data/lib/wp/wp-includes/SimplePie/HTTP/Parser.php +500 -0
  798. data/lib/wp/wp-includes/SimplePie/IRI.php +1238 -0
  799. data/lib/wp/wp-includes/SimplePie/Item.php +2964 -0
  800. data/lib/wp/wp-includes/SimplePie/Locator.php +372 -0
  801. data/lib/wp/wp-includes/SimplePie/Misc.php +2247 -0
  802. data/lib/wp/wp-includes/SimplePie/Net/IPv6.php +276 -0
  803. data/lib/wp/wp-includes/SimplePie/Parse/Date.php +983 -0
  804. data/lib/wp/wp-includes/SimplePie/Parser.php +407 -0
  805. data/lib/wp/wp-includes/SimplePie/Rating.php +129 -0
  806. data/lib/wp/wp-includes/SimplePie/Registry.php +225 -0
  807. data/lib/wp/wp-includes/SimplePie/Restriction.php +155 -0
  808. data/lib/wp/wp-includes/SimplePie/Sanitize.php +554 -0
  809. data/lib/wp/wp-includes/SimplePie/Source.php +611 -0
  810. data/lib/wp/wp-includes/SimplePie/XML/Declaration/Parser.php +362 -0
  811. data/lib/wp/wp-includes/SimplePie/gzdecode.php +371 -0
  812. data/lib/wp/wp-includes/Text/Diff.php +450 -0
  813. data/lib/wp/wp-includes/Text/Diff/Engine/native.php +436 -0
  814. data/lib/wp/wp-includes/Text/Diff/Engine/shell.php +162 -0
  815. data/lib/wp/wp-includes/Text/Diff/Engine/string.php +248 -0
  816. data/lib/wp/wp-includes/Text/Diff/Engine/xdiff.php +64 -0
  817. data/lib/wp/wp-includes/Text/Diff/Renderer.php +235 -0
  818. data/lib/wp/wp-includes/Text/Diff/Renderer/inline.php +206 -0
  819. data/lib/wp/wp-includes/admin-bar.php +870 -0
  820. data/lib/wp/wp-includes/atomlib.php +352 -0
  821. data/lib/wp/wp-includes/author-template.php +471 -0
  822. data/lib/wp/wp-includes/bookmark-template.php +298 -0
  823. data/lib/wp/wp-includes/bookmark.php +416 -0
  824. data/lib/wp/wp-includes/cache.php +704 -0
  825. data/lib/wp/wp-includes/canonical.php +586 -0
  826. data/lib/wp/wp-includes/capabilities.php +1539 -0
  827. data/lib/wp/wp-includes/category-template.php +1407 -0
  828. data/lib/wp/wp-includes/category.php +343 -0
  829. data/lib/wp/wp-includes/certificates/ca-bundle.crt +3785 -0
  830. data/lib/wp/wp-includes/class-IXR.php +1100 -0
  831. data/lib/wp/wp-includes/class-feed.php +140 -0
  832. data/lib/wp/wp-includes/class-http.php +2245 -0
  833. data/lib/wp/wp-includes/class-json.php +936 -0
  834. data/lib/wp/wp-includes/class-oembed.php +579 -0
  835. data/lib/wp/wp-includes/class-phpass.php +260 -0
  836. data/lib/wp/wp-includes/class-phpmailer.php +3265 -0
  837. data/lib/wp/wp-includes/class-pop3.php +652 -0
  838. data/lib/wp/wp-includes/class-simplepie.php +3119 -0
  839. data/lib/wp/wp-includes/class-smtp.php +943 -0
  840. data/lib/wp/wp-includes/class-snoopy.php +1256 -0
  841. data/lib/wp/wp-includes/class-wp-admin-bar.php +517 -0
  842. data/lib/wp/wp-includes/class-wp-ajax-response.php +199 -0
  843. data/lib/wp/wp-includes/class-wp-customize-control.php +1124 -0
  844. data/lib/wp/wp-includes/class-wp-customize-manager.php +1272 -0
  845. data/lib/wp/wp-includes/class-wp-customize-panel.php +200 -0
  846. data/lib/wp/wp-includes/class-wp-customize-section.php +196 -0
  847. data/lib/wp/wp-includes/class-wp-customize-setting.php +554 -0
  848. data/lib/wp/wp-includes/class-wp-customize-widgets.php +1556 -0
  849. data/lib/wp/wp-includes/class-wp-editor.php +1435 -0
  850. data/lib/wp/wp-includes/class-wp-embed.php +373 -0
  851. data/lib/wp/wp-includes/class-wp-error.php +276 -0
  852. data/lib/wp/wp-includes/class-wp-http-ixr-client.php +97 -0
  853. data/lib/wp/wp-includes/class-wp-image-editor-gd.php +459 -0
  854. data/lib/wp/wp-includes/class-wp-image-editor-imagick.php +512 -0
  855. data/lib/wp/wp-includes/class-wp-image-editor.php +475 -0
  856. data/lib/wp/wp-includes/class-wp-theme.php +1235 -0
  857. data/lib/wp/wp-includes/class-wp-walker.php +471 -0
  858. data/lib/wp/wp-includes/class-wp-xmlrpc-server.php +5984 -0
  859. data/lib/wp/wp-includes/class-wp.php +782 -0
  860. data/lib/wp/wp-includes/class.wp-dependencies.php +509 -0
  861. data/lib/wp/wp-includes/class.wp-scripts.php +247 -0
  862. data/lib/wp/wp-includes/class.wp-styles.php +210 -0
  863. data/lib/wp/wp-includes/comment-template.php +2286 -0
  864. data/lib/wp/wp-includes/comment.php +2606 -0
  865. data/lib/wp/wp-includes/compat.php +125 -0
  866. data/lib/wp/wp-includes/cron.php +469 -0
  867. data/lib/wp/wp-includes/css/admin-bar-rtl.css +1099 -0
  868. data/lib/wp/wp-includes/css/admin-bar-rtl.min.css +1 -0
  869. data/lib/wp/wp-includes/css/admin-bar.css +1099 -0
  870. data/lib/wp/wp-includes/css/admin-bar.min.css +1 -0
  871. data/lib/wp/wp-includes/css/buttons-rtl.css +364 -0
  872. data/lib/wp/wp-includes/css/buttons-rtl.min.css +1 -0
  873. data/lib/wp/wp-includes/css/buttons.css +364 -0
  874. data/lib/wp/wp-includes/css/buttons.min.css +1 -0
  875. data/lib/wp/wp-includes/css/dashicons.css +893 -0
  876. data/lib/wp/wp-includes/css/dashicons.min.css +1 -0
  877. data/lib/wp/wp-includes/css/editor-rtl.css +1993 -0
  878. data/lib/wp/wp-includes/css/editor-rtl.min.css +1 -0
  879. data/lib/wp/wp-includes/css/editor.css +1993 -0
  880. data/lib/wp/wp-includes/css/editor.min.css +1 -0
  881. data/lib/wp/wp-includes/css/jquery-ui-dialog-rtl.css +343 -0
  882. data/lib/wp/wp-includes/css/jquery-ui-dialog-rtl.min.css +19 -0
  883. data/lib/wp/wp-includes/css/jquery-ui-dialog.css +343 -0
  884. data/lib/wp/wp-includes/css/jquery-ui-dialog.min.css +19 -0
  885. data/lib/wp/wp-includes/css/media-views-rtl.css +2568 -0
  886. data/lib/wp/wp-includes/css/media-views-rtl.min.css +1 -0
  887. data/lib/wp/wp-includes/css/media-views.css +2568 -0
  888. data/lib/wp/wp-includes/css/media-views.min.css +1 -0
  889. data/lib/wp/wp-includes/css/wp-auth-check-rtl.css +100 -0
  890. data/lib/wp/wp-includes/css/wp-auth-check-rtl.min.css +1 -0
  891. data/lib/wp/wp-includes/css/wp-auth-check.css +100 -0
  892. data/lib/wp/wp-includes/css/wp-auth-check.min.css +1 -0
  893. data/lib/wp/wp-includes/css/wp-pointer-rtl.css +212 -0
  894. data/lib/wp/wp-includes/css/wp-pointer-rtl.min.css +1 -0
  895. data/lib/wp/wp-includes/css/wp-pointer.css +212 -0
  896. data/lib/wp/wp-includes/css/wp-pointer.min.css +1 -0
  897. data/lib/wp/wp-includes/date.php +475 -0
  898. data/lib/wp/wp-includes/default-constants.php +323 -0
  899. data/lib/wp/wp-includes/default-filters.php +307 -0
  900. data/lib/wp/wp-includes/default-widgets.php +1423 -0
  901. data/lib/wp/wp-includes/deprecated.php +3501 -0
  902. data/lib/wp/wp-includes/feed-atom-comments.php +115 -0
  903. data/lib/wp/wp-includes/feed-atom.php +87 -0
  904. data/lib/wp/wp-includes/feed-rdf.php +81 -0
  905. data/lib/wp/wp-includes/feed-rss.php +46 -0
  906. data/lib/wp/wp-includes/feed-rss2-comments.php +97 -0
  907. data/lib/wp/wp-includes/feed-rss2.php +115 -0
  908. data/lib/wp/wp-includes/feed.php +659 -0
  909. data/lib/wp/wp-includes/fonts/dashicons.eot +0 -0
  910. data/lib/wp/wp-includes/fonts/dashicons.svg +250 -0
  911. data/lib/wp/wp-includes/fonts/dashicons.ttf +0 -0
  912. data/lib/wp/wp-includes/fonts/dashicons.woff +0 -0
  913. data/lib/wp/wp-includes/formatting.php +4006 -0
  914. data/lib/wp/wp-includes/functions.php +4631 -0
  915. data/lib/wp/wp-includes/functions.wp-scripts.php +258 -0
  916. data/lib/wp/wp-includes/functions.wp-styles.php +245 -0
  917. data/lib/wp/wp-includes/general-template.php +2982 -0
  918. data/lib/wp/wp-includes/http.php +551 -0
  919. data/lib/wp/wp-includes/images/admin-bar-sprite-2x.png +0 -0
  920. data/lib/wp/wp-includes/images/admin-bar-sprite.png +0 -0
  921. data/lib/wp/wp-includes/images/arrow-pointer-blue-2x.png +0 -0
  922. data/lib/wp/wp-includes/images/arrow-pointer-blue.png +0 -0
  923. data/lib/wp/wp-includes/images/blank.gif +0 -0
  924. data/lib/wp/wp-includes/images/crystal/archive.png +0 -0
  925. data/lib/wp/wp-includes/images/crystal/audio.png +0 -0
  926. data/lib/wp/wp-includes/images/crystal/code.png +0 -0
  927. data/lib/wp/wp-includes/images/crystal/default.png +0 -0
  928. data/lib/wp/wp-includes/images/crystal/document.png +0 -0
  929. data/lib/wp/wp-includes/images/crystal/interactive.png +0 -0
  930. data/lib/wp/wp-includes/images/crystal/license.txt +9 -0
  931. data/lib/wp/wp-includes/images/crystal/spreadsheet.png +0 -0
  932. data/lib/wp/wp-includes/images/crystal/text.png +0 -0
  933. data/lib/wp/wp-includes/images/crystal/video.png +0 -0
  934. data/lib/wp/wp-includes/images/down_arrow-2x.gif +0 -0
  935. data/lib/wp/wp-includes/images/down_arrow.gif +0 -0
  936. data/lib/wp/wp-includes/images/icon-pointer-flag-2x.png +0 -0
  937. data/lib/wp/wp-includes/images/icon-pointer-flag.png +0 -0
  938. data/lib/wp/wp-includes/images/media/archive.png +0 -0
  939. data/lib/wp/wp-includes/images/media/audio.png +0 -0
  940. data/lib/wp/wp-includes/images/media/code.png +0 -0
  941. data/lib/wp/wp-includes/images/media/default.png +0 -0
  942. data/lib/wp/wp-includes/images/media/document.png +0 -0
  943. data/lib/wp/wp-includes/images/media/interactive.png +0 -0
  944. data/lib/wp/wp-includes/images/media/spreadsheet.png +0 -0
  945. data/lib/wp/wp-includes/images/media/text.png +0 -0
  946. data/lib/wp/wp-includes/images/media/video.png +0 -0
  947. data/lib/wp/wp-includes/images/rss-2x.png +0 -0
  948. data/lib/wp/wp-includes/images/rss.png +0 -0
  949. data/lib/wp/wp-includes/images/smilies/icon_arrow.gif +0 -0
  950. data/lib/wp/wp-includes/images/smilies/icon_biggrin.gif +0 -0
  951. data/lib/wp/wp-includes/images/smilies/icon_confused.gif +0 -0
  952. data/lib/wp/wp-includes/images/smilies/icon_cool.gif +0 -0
  953. data/lib/wp/wp-includes/images/smilies/icon_cry.gif +0 -0
  954. data/lib/wp/wp-includes/images/smilies/icon_eek.gif +0 -0
  955. data/lib/wp/wp-includes/images/smilies/icon_evil.gif +0 -0
  956. data/lib/wp/wp-includes/images/smilies/icon_exclaim.gif +0 -0
  957. data/lib/wp/wp-includes/images/smilies/icon_idea.gif +0 -0
  958. data/lib/wp/wp-includes/images/smilies/icon_lol.gif +0 -0
  959. data/lib/wp/wp-includes/images/smilies/icon_mad.gif +0 -0
  960. data/lib/wp/wp-includes/images/smilies/icon_mrgreen.gif +0 -0
  961. data/lib/wp/wp-includes/images/smilies/icon_neutral.gif +0 -0
  962. data/lib/wp/wp-includes/images/smilies/icon_question.gif +0 -0
  963. data/lib/wp/wp-includes/images/smilies/icon_razz.gif +0 -0
  964. data/lib/wp/wp-includes/images/smilies/icon_redface.gif +0 -0
  965. data/lib/wp/wp-includes/images/smilies/icon_rolleyes.gif +0 -0
  966. data/lib/wp/wp-includes/images/smilies/icon_sad.gif +0 -0
  967. data/lib/wp/wp-includes/images/smilies/icon_smile.gif +0 -0
  968. data/lib/wp/wp-includes/images/smilies/icon_surprised.gif +0 -0
  969. data/lib/wp/wp-includes/images/smilies/icon_twisted.gif +0 -0
  970. data/lib/wp/wp-includes/images/smilies/icon_wink.gif +0 -0
  971. data/lib/wp/wp-includes/images/spinner-2x.gif +0 -0
  972. data/lib/wp/wp-includes/images/spinner.gif +0 -0
  973. data/lib/wp/wp-includes/images/toggle-arrow-2x.png +0 -0
  974. data/lib/wp/wp-includes/images/toggle-arrow.png +0 -0
  975. data/lib/wp/wp-includes/images/uploader-icons-2x.png +0 -0
  976. data/lib/wp/wp-includes/images/uploader-icons.png +0 -0
  977. data/lib/wp/wp-includes/images/wlw/wp-comments.png +0 -0
  978. data/lib/wp/wp-includes/images/wlw/wp-icon.png +0 -0
  979. data/lib/wp/wp-includes/images/wlw/wp-watermark.png +0 -0
  980. data/lib/wp/wp-includes/images/wpicons-2x.png +0 -0
  981. data/lib/wp/wp-includes/images/wpicons.png +0 -0
  982. data/lib/wp/wp-includes/images/wpspin-2x.gif +0 -0
  983. data/lib/wp/wp-includes/images/wpspin.gif +0 -0
  984. data/lib/wp/wp-includes/images/xit-2x.gif +0 -0
  985. data/lib/wp/wp-includes/images/xit.gif +0 -0
  986. data/lib/wp/wp-includes/js/admin-bar.js +365 -0
  987. data/lib/wp/wp-includes/js/admin-bar.min.js +1 -0
  988. data/lib/wp/wp-includes/js/autosave.js +589 -0
  989. data/lib/wp/wp-includes/js/autosave.min.js +1 -0
  990. data/lib/wp/wp-includes/js/backbone.min.js +1 -0
  991. data/lib/wp/wp-includes/js/colorpicker.js +707 -0
  992. data/lib/wp/wp-includes/js/colorpicker.min.js +1 -0
  993. data/lib/wp/wp-includes/js/comment-reply.js +47 -0
  994. data/lib/wp/wp-includes/js/comment-reply.min.js +1 -0
  995. data/lib/wp/wp-includes/js/crop/cropper.css +165 -0
  996. data/lib/wp/wp-includes/js/crop/cropper.js +516 -0
  997. data/lib/wp/wp-includes/js/crop/marqueeHoriz.gif +0 -0
  998. data/lib/wp/wp-includes/js/crop/marqueeVert.gif +0 -0
  999. data/lib/wp/wp-includes/js/customize-base.js +617 -0
  1000. data/lib/wp/wp-includes/js/customize-base.min.js +1 -0
  1001. data/lib/wp/wp-includes/js/customize-loader.js +246 -0
  1002. data/lib/wp/wp-includes/js/customize-loader.min.js +1 -0
  1003. data/lib/wp/wp-includes/js/customize-models.js +247 -0
  1004. data/lib/wp/wp-includes/js/customize-models.min.js +1 -0
  1005. data/lib/wp/wp-includes/js/customize-preview-widgets.js +129 -0
  1006. data/lib/wp/wp-includes/js/customize-preview-widgets.min.js +1 -0
  1007. data/lib/wp/wp-includes/js/customize-preview.js +154 -0
  1008. data/lib/wp/wp-includes/js/customize-preview.min.js +1 -0
  1009. data/lib/wp/wp-includes/js/customize-views.js +231 -0
  1010. data/lib/wp/wp-includes/js/customize-views.min.js +1 -0
  1011. data/lib/wp/wp-includes/js/heartbeat.js +738 -0
  1012. data/lib/wp/wp-includes/js/heartbeat.min.js +1 -0
  1013. data/lib/wp/wp-includes/js/hoverIntent.js +115 -0
  1014. data/lib/wp/wp-includes/js/hoverIntent.min.js +1 -0
  1015. data/lib/wp/wp-includes/js/imgareaselect/border-anim-h.gif +0 -0
  1016. data/lib/wp/wp-includes/js/imgareaselect/border-anim-v.gif +0 -0
  1017. data/lib/wp/wp-includes/js/imgareaselect/imgareaselect.css +41 -0
  1018. data/lib/wp/wp-includes/js/imgareaselect/jquery.imgareaselect.js +1205 -0
  1019. data/lib/wp/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js +1 -0
  1020. data/lib/wp/wp-includes/js/jcrop/Jcrop.gif +0 -0
  1021. data/lib/wp/wp-includes/js/jcrop/jquery.Jcrop.min.css +29 -0
  1022. data/lib/wp/wp-includes/js/jcrop/jquery.Jcrop.min.js +22 -0
  1023. data/lib/wp/wp-includes/js/jquery/jquery-migrate.js +521 -0
  1024. data/lib/wp/wp-includes/js/jquery/jquery-migrate.min.js +2 -0
  1025. data/lib/wp/wp-includes/js/jquery/jquery.color.min.js +2 -0
  1026. data/lib/wp/wp-includes/js/jquery/jquery.form.js +1193 -0
  1027. data/lib/wp/wp-includes/js/jquery/jquery.form.min.js +11 -0
  1028. data/lib/wp/wp-includes/js/jquery/jquery.hotkeys.js +134 -0
  1029. data/lib/wp/wp-includes/js/jquery/jquery.hotkeys.min.js +1 -0
  1030. data/lib/wp/wp-includes/js/jquery/jquery.js +5 -0
  1031. data/lib/wp/wp-includes/js/jquery/jquery.masonry.min.js +11 -0
  1032. data/lib/wp/wp-includes/js/jquery/jquery.query.js +11 -0
  1033. data/lib/wp/wp-includes/js/jquery/jquery.schedule.js +36 -0
  1034. data/lib/wp/wp-includes/js/jquery/jquery.serialize-object.js +31 -0
  1035. data/lib/wp/wp-includes/js/jquery/jquery.table-hotkeys.js +99 -0
  1036. data/lib/wp/wp-includes/js/jquery/jquery.table-hotkeys.min.js +1 -0
  1037. data/lib/wp/wp-includes/js/jquery/jquery.ui.touch-punch.js +11 -0
  1038. data/lib/wp/wp-includes/js/jquery/suggest.js +316 -0
  1039. data/lib/wp/wp-includes/js/jquery/suggest.min.js +1 -0
  1040. data/lib/wp/wp-includes/js/jquery/ui/accordion.min.js +11 -0
  1041. data/lib/wp/wp-includes/js/jquery/ui/autocomplete.min.js +11 -0
  1042. data/lib/wp/wp-includes/js/jquery/ui/button.min.js +11 -0
  1043. data/lib/wp/wp-includes/js/jquery/ui/core.min.js +11 -0
  1044. data/lib/wp/wp-includes/js/jquery/ui/datepicker.min.js +12 -0
  1045. data/lib/wp/wp-includes/js/jquery/ui/dialog.min.js +11 -0
  1046. data/lib/wp/wp-includes/js/jquery/ui/draggable.min.js +11 -0
  1047. data/lib/wp/wp-includes/js/jquery/ui/droppable.min.js +11 -0
  1048. data/lib/wp/wp-includes/js/jquery/ui/effect-blind.min.js +11 -0
  1049. data/lib/wp/wp-includes/js/jquery/ui/effect-bounce.min.js +11 -0
  1050. data/lib/wp/wp-includes/js/jquery/ui/effect-clip.min.js +11 -0
  1051. data/lib/wp/wp-includes/js/jquery/ui/effect-drop.min.js +11 -0
  1052. data/lib/wp/wp-includes/js/jquery/ui/effect-explode.min.js +11 -0
  1053. data/lib/wp/wp-includes/js/jquery/ui/effect-fade.min.js +11 -0
  1054. data/lib/wp/wp-includes/js/jquery/ui/effect-fold.min.js +11 -0
  1055. data/lib/wp/wp-includes/js/jquery/ui/effect-highlight.min.js +11 -0
  1056. data/lib/wp/wp-includes/js/jquery/ui/effect-puff.min.js +11 -0
  1057. data/lib/wp/wp-includes/js/jquery/ui/effect-pulsate.min.js +11 -0
  1058. data/lib/wp/wp-includes/js/jquery/ui/effect-scale.min.js +11 -0
  1059. data/lib/wp/wp-includes/js/jquery/ui/effect-shake.min.js +11 -0
  1060. data/lib/wp/wp-includes/js/jquery/ui/effect-size.min.js +11 -0
  1061. data/lib/wp/wp-includes/js/jquery/ui/effect-slide.min.js +11 -0
  1062. data/lib/wp/wp-includes/js/jquery/ui/effect-transfer.min.js +11 -0
  1063. data/lib/wp/wp-includes/js/jquery/ui/effect.min.js +21 -0
  1064. data/lib/wp/wp-includes/js/jquery/ui/menu.min.js +11 -0
  1065. data/lib/wp/wp-includes/js/jquery/ui/mouse.min.js +11 -0
  1066. data/lib/wp/wp-includes/js/jquery/ui/position.min.js +11 -0
  1067. data/lib/wp/wp-includes/js/jquery/ui/progressbar.min.js +11 -0
  1068. data/lib/wp/wp-includes/js/jquery/ui/resizable.min.js +11 -0
  1069. data/lib/wp/wp-includes/js/jquery/ui/selectable.min.js +11 -0
  1070. data/lib/wp/wp-includes/js/jquery/ui/selectmenu.min.js +11 -0
  1071. data/lib/wp/wp-includes/js/jquery/ui/slider.min.js +11 -0
  1072. data/lib/wp/wp-includes/js/jquery/ui/sortable.min.js +11 -0
  1073. data/lib/wp/wp-includes/js/jquery/ui/spinner.min.js +11 -0
  1074. data/lib/wp/wp-includes/js/jquery/ui/tabs.min.js +11 -0
  1075. data/lib/wp/wp-includes/js/jquery/ui/tooltip.min.js +11 -0
  1076. data/lib/wp/wp-includes/js/jquery/ui/widget.min.js +11 -0
  1077. data/lib/wp/wp-includes/js/json2.js +480 -0
  1078. data/lib/wp/wp-includes/js/json2.min.js +1 -0
  1079. data/lib/wp/wp-includes/js/masonry.min.js +1 -0
  1080. data/lib/wp/wp-includes/js/mce-view.js +829 -0
  1081. data/lib/wp/wp-includes/js/mce-view.min.js +1 -0
  1082. data/lib/wp/wp-includes/js/media-audiovideo.js +831 -0
  1083. data/lib/wp/wp-includes/js/media-audiovideo.min.js +1 -0
  1084. data/lib/wp/wp-includes/js/media-editor.js +1114 -0
  1085. data/lib/wp/wp-includes/js/media-editor.min.js +1 -0
  1086. data/lib/wp/wp-includes/js/media-grid.js +732 -0
  1087. data/lib/wp/wp-includes/js/media-grid.min.js +1 -0
  1088. data/lib/wp/wp-includes/js/media-models.js +1362 -0
  1089. data/lib/wp/wp-includes/js/media-models.min.js +1 -0
  1090. data/lib/wp/wp-includes/js/media-views.js +7484 -0
  1091. data/lib/wp/wp-includes/js/media-views.min.js +3 -0
  1092. data/lib/wp/wp-includes/js/mediaelement/background.png +0 -0
  1093. data/lib/wp/wp-includes/js/mediaelement/bigplay.png +0 -0
  1094. data/lib/wp/wp-includes/js/mediaelement/bigplay.svg +1 -0
  1095. data/lib/wp/wp-includes/js/mediaelement/controls.png +0 -0
  1096. data/lib/wp/wp-includes/js/mediaelement/controls.svg +1 -0
  1097. data/lib/wp/wp-includes/js/mediaelement/flashmediaelement.swf +0 -0
  1098. data/lib/wp/wp-includes/js/mediaelement/loading.gif +0 -0
  1099. data/lib/wp/wp-includes/js/mediaelement/mediaelement-and-player.min.js +181 -0
  1100. data/lib/wp/wp-includes/js/mediaelement/mediaelementplayer.min.css +1 -0
  1101. data/lib/wp/wp-includes/js/mediaelement/silverlightmediaelement.xap +0 -0
  1102. data/lib/wp/wp-includes/js/mediaelement/wp-mediaelement.css +274 -0
  1103. data/lib/wp/wp-includes/js/mediaelement/wp-mediaelement.js +34 -0
  1104. data/lib/wp/wp-includes/js/mediaelement/wp-playlist.js +175 -0
  1105. data/lib/wp/wp-includes/js/plupload/handlers.js +488 -0
  1106. data/lib/wp/wp-includes/js/plupload/handlers.min.js +1 -0
  1107. data/lib/wp/wp-includes/js/plupload/license.txt +339 -0
  1108. data/lib/wp/wp-includes/js/plupload/plupload.flash.swf +0 -0
  1109. data/lib/wp/wp-includes/js/plupload/plupload.full.min.js +28 -0
  1110. data/lib/wp/wp-includes/js/plupload/plupload.silverlight.xap +0 -0
  1111. data/lib/wp/wp-includes/js/plupload/wp-plupload.js +376 -0
  1112. data/lib/wp/wp-includes/js/plupload/wp-plupload.min.js +1 -0
  1113. data/lib/wp/wp-includes/js/quicktags.js +652 -0
  1114. data/lib/wp/wp-includes/js/quicktags.min.js +1 -0
  1115. data/lib/wp/wp-includes/js/shortcode.js +356 -0
  1116. data/lib/wp/wp-includes/js/shortcode.min.js +1 -0
  1117. data/lib/wp/wp-includes/js/swfobject.js +4 -0
  1118. data/lib/wp/wp-includes/js/swfupload/handlers.js +376 -0
  1119. data/lib/wp/wp-includes/js/swfupload/handlers.min.js +1 -0
  1120. data/lib/wp/wp-includes/js/swfupload/license.txt +32 -0
  1121. data/lib/wp/wp-includes/js/swfupload/plugins/swfupload.cookies.js +53 -0
  1122. data/lib/wp/wp-includes/js/swfupload/plugins/swfupload.queue.js +98 -0
  1123. data/lib/wp/wp-includes/js/swfupload/plugins/swfupload.speed.js +342 -0
  1124. data/lib/wp/wp-includes/js/swfupload/plugins/swfupload.swfobject.js +105 -0
  1125. data/lib/wp/wp-includes/js/swfupload/swfupload.js +980 -0
  1126. data/lib/wp/wp-includes/js/swfupload/swfupload.swf +0 -0
  1127. data/lib/wp/wp-includes/js/thickbox/loadingAnimation.gif +0 -0
  1128. data/lib/wp/wp-includes/js/thickbox/macFFBgHack.png +0 -0
  1129. data/lib/wp/wp-includes/js/thickbox/thickbox.css +138 -0
  1130. data/lib/wp/wp-includes/js/thickbox/thickbox.js +314 -0
  1131. data/lib/wp/wp-includes/js/tinymce/langs/wp-langs-en.js +519 -0
  1132. data/lib/wp/wp-includes/js/tinymce/license.txt +504 -0
  1133. data/lib/wp/wp-includes/js/tinymce/plugins/charmap/plugin.js +370 -0
  1134. data/lib/wp/wp-includes/js/tinymce/plugins/charmap/plugin.min.js +1 -0
  1135. data/lib/wp/wp-includes/js/tinymce/plugins/colorpicker/plugin.js +112 -0
  1136. data/lib/wp/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js +1 -0
  1137. data/lib/wp/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css +212 -0
  1138. data/lib/wp/wp-includes/js/tinymce/plugins/compat3x/plugin.js +304 -0
  1139. data/lib/wp/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js +1 -0
  1140. data/lib/wp/wp-includes/js/tinymce/plugins/directionality/plugin.js +64 -0
  1141. data/lib/wp/wp-includes/js/tinymce/plugins/directionality/plugin.min.js +1 -0
  1142. data/lib/wp/wp-includes/js/tinymce/plugins/fullscreen/plugin.js +136 -0
  1143. data/lib/wp/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js +1 -0
  1144. data/lib/wp/wp-includes/js/tinymce/plugins/hr/plugin.js +30 -0
  1145. data/lib/wp/wp-includes/js/tinymce/plugins/hr/plugin.min.js +1 -0
  1146. data/lib/wp/wp-includes/js/tinymce/plugins/image/plugin.js +450 -0
  1147. data/lib/wp/wp-includes/js/tinymce/plugins/image/plugin.min.js +1 -0
  1148. data/lib/wp/wp-includes/js/tinymce/plugins/lists/plugin.js +786 -0
  1149. data/lib/wp/wp-includes/js/tinymce/plugins/lists/plugin.min.js +1 -0
  1150. data/lib/wp/wp-includes/js/tinymce/plugins/media/moxieplayer.swf +0 -0
  1151. data/lib/wp/wp-includes/js/tinymce/plugins/media/plugin.js +774 -0
  1152. data/lib/wp/wp-includes/js/tinymce/plugins/media/plugin.min.js +1 -0
  1153. data/lib/wp/wp-includes/js/tinymce/plugins/paste/plugin.js +1553 -0
  1154. data/lib/wp/wp-includes/js/tinymce/plugins/paste/plugin.min.js +1 -0
  1155. data/lib/wp/wp-includes/js/tinymce/plugins/tabfocus/plugin.js +125 -0
  1156. data/lib/wp/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js +1 -0
  1157. data/lib/wp/wp-includes/js/tinymce/plugins/textcolor/plugin.js +272 -0
  1158. data/lib/wp/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js +1 -0
  1159. data/lib/wp/wp-includes/js/tinymce/plugins/wordpress/plugin.js +513 -0
  1160. data/lib/wp/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js +1 -0
  1161. data/lib/wp/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js +207 -0
  1162. data/lib/wp/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js +1 -0
  1163. data/lib/wp/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js +92 -0
  1164. data/lib/wp/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js +1 -0
  1165. data/lib/wp/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js +1035 -0
  1166. data/lib/wp/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js +1 -0
  1167. data/lib/wp/wp-includes/js/tinymce/plugins/wpfullscreen/plugin.js +78 -0
  1168. data/lib/wp/wp-includes/js/tinymce/plugins/wpfullscreen/plugin.min.js +1 -0
  1169. data/lib/wp/wp-includes/js/tinymce/plugins/wpgallery/plugin.js +130 -0
  1170. data/lib/wp/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js +1 -0
  1171. data/lib/wp/wp-includes/js/tinymce/plugins/wplink/plugin.js +63 -0
  1172. data/lib/wp/wp-includes/js/tinymce/plugins/wplink/plugin.min.js +1 -0
  1173. data/lib/wp/wp-includes/js/tinymce/plugins/wpview/plugin.js +694 -0
  1174. data/lib/wp/wp-includes/js/tinymce/plugins/wpview/plugin.min.js +1 -0
  1175. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css +1 -0
  1176. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/content.min.css +1 -0
  1177. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/readme.md +1 -0
  1178. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot +0 -0
  1179. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg +62 -0
  1180. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf +0 -0
  1181. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff +0 -0
  1182. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
  1183. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg +63 -0
  1184. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
  1185. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
  1186. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif +0 -0
  1187. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/img/loader.gif +0 -0
  1188. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/img/object.gif +0 -0
  1189. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/img/trans.gif +0 -0
  1190. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/skin.ie7.min.css +1 -0
  1191. data/lib/wp/wp-includes/js/tinymce/skins/lightgray/skin.min.css +1 -0
  1192. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/audio.png +0 -0
  1193. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png +0 -0
  1194. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no-alt.png +0 -0
  1195. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/embedded.png +0 -0
  1196. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png +0 -0
  1197. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/gallery.png +0 -0
  1198. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png +0 -0
  1199. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/more.png +0 -0
  1200. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png +0 -0
  1201. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png +0 -0
  1202. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png +0 -0
  1203. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png +0 -0
  1204. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/images/video.png +0 -0
  1205. data/lib/wp/wp-includes/js/tinymce/skins/wordpress/wp-content.css +618 -0
  1206. data/lib/wp/wp-includes/js/tinymce/themes/modern/theme.js +617 -0
  1207. data/lib/wp/wp-includes/js/tinymce/themes/modern/theme.min.js +1 -0
  1208. data/lib/wp/wp-includes/js/tinymce/tiny_mce_popup.js +539 -0
  1209. data/lib/wp/wp-includes/js/tinymce/tinymce.min.js +11 -0
  1210. data/lib/wp/wp-includes/js/tinymce/utils/editable_selects.js +70 -0
  1211. data/lib/wp/wp-includes/js/tinymce/utils/form_utils.js +210 -0
  1212. data/lib/wp/wp-includes/js/tinymce/utils/mctabs.js +164 -0
  1213. data/lib/wp/wp-includes/js/tinymce/utils/validate.js +252 -0
  1214. data/lib/wp/wp-includes/js/tinymce/wp-mce-help.php +145 -0
  1215. data/lib/wp/wp-includes/js/tinymce/wp-tinymce.js.gz +0 -0
  1216. data/lib/wp/wp-includes/js/tinymce/wp-tinymce.php +39 -0
  1217. data/lib/wp/wp-includes/js/tw-sack.js +193 -0
  1218. data/lib/wp/wp-includes/js/tw-sack.min.js +1 -0
  1219. data/lib/wp/wp-includes/js/underscore.min.js +1 -0
  1220. data/lib/wp/wp-includes/js/utils.js +197 -0
  1221. data/lib/wp/wp-includes/js/utils.min.js +1 -0
  1222. data/lib/wp/wp-includes/js/wp-ajax-response.js +64 -0
  1223. data/lib/wp/wp-includes/js/wp-ajax-response.min.js +1 -0
  1224. data/lib/wp/wp-includes/js/wp-auth-check.js +112 -0
  1225. data/lib/wp/wp-includes/js/wp-auth-check.min.js +1 -0
  1226. data/lib/wp/wp-includes/js/wp-backbone.js +386 -0
  1227. data/lib/wp/wp-includes/js/wp-backbone.min.js +1 -0
  1228. data/lib/wp/wp-includes/js/wp-list-revisions.js +24 -0
  1229. data/lib/wp/wp-includes/js/wp-list-revisions.min.js +1 -0
  1230. data/lib/wp/wp-includes/js/wp-lists.js +469 -0
  1231. data/lib/wp/wp-includes/js/wp-lists.min.js +1 -0
  1232. data/lib/wp/wp-includes/js/wp-pointer.js +282 -0
  1233. data/lib/wp/wp-includes/js/wp-pointer.min.js +1 -0
  1234. data/lib/wp/wp-includes/js/wp-util.js +106 -0
  1235. data/lib/wp/wp-includes/js/wp-util.min.js +1 -0
  1236. data/lib/wp/wp-includes/js/wpdialog.js +19 -0
  1237. data/lib/wp/wp-includes/js/wpdialog.min.js +1 -0
  1238. data/lib/wp/wp-includes/js/wplink.js +615 -0
  1239. data/lib/wp/wp-includes/js/wplink.min.js +1 -0
  1240. data/lib/wp/wp-includes/js/zxcvbn-async.js +18 -0
  1241. data/lib/wp/wp-includes/js/zxcvbn-async.min.js +1 -0
  1242. data/lib/wp/wp-includes/js/zxcvbn.min.js +47 -0
  1243. data/lib/wp/wp-includes/kses.php +1526 -0
  1244. data/lib/wp/wp-includes/l10n.php +908 -0
  1245. data/lib/wp/wp-includes/link-template.php +3141 -0
  1246. data/lib/wp/wp-includes/load.php +828 -0
  1247. data/lib/wp/wp-includes/locale.php +368 -0
  1248. data/lib/wp/wp-includes/media-template.php +1235 -0
  1249. data/lib/wp/wp-includes/media.php +3329 -0
  1250. data/lib/wp/wp-includes/meta.php +1221 -0
  1251. data/lib/wp/wp-includes/ms-blogs.php +939 -0
  1252. data/lib/wp/wp-includes/ms-default-constants.php +153 -0
  1253. data/lib/wp/wp-includes/ms-default-filters.php +82 -0
  1254. data/lib/wp/wp-includes/ms-deprecated.php +347 -0
  1255. data/lib/wp/wp-includes/ms-files.php +82 -0
  1256. data/lib/wp/wp-includes/ms-functions.php +2476 -0
  1257. data/lib/wp/wp-includes/ms-load.php +458 -0
  1258. data/lib/wp/wp-includes/ms-settings.php +213 -0
  1259. data/lib/wp/wp-includes/nav-menu-template.php +678 -0
  1260. data/lib/wp/wp-includes/nav-menu.php +895 -0
  1261. data/lib/wp/wp-includes/option.php +1440 -0
  1262. data/lib/wp/wp-includes/pluggable-deprecated.php +192 -0
  1263. data/lib/wp/wp-includes/pluggable.php +2283 -0
  1264. data/lib/wp/wp-includes/plugin.php +920 -0
  1265. data/lib/wp/wp-includes/pomo/entry.php +78 -0
  1266. data/lib/wp/wp-includes/pomo/mo.php +262 -0
  1267. data/lib/wp/wp-includes/pomo/po.php +384 -0
  1268. data/lib/wp/wp-includes/pomo/streams.php +209 -0
  1269. data/lib/wp/wp-includes/pomo/translations.php +275 -0
  1270. data/lib/wp/wp-includes/post-formats.php +243 -0
  1271. data/lib/wp/wp-includes/post-template.php +1766 -0
  1272. data/lib/wp/wp-includes/post-thumbnail-template.php +142 -0
  1273. data/lib/wp/wp-includes/post.php +5842 -0
  1274. data/lib/wp/wp-includes/query.php +4666 -0
  1275. data/lib/wp/wp-includes/registration-functions.php +7 -0
  1276. data/lib/wp/wp-includes/registration.php +7 -0
  1277. data/lib/wp/wp-includes/revision.php +657 -0
  1278. data/lib/wp/wp-includes/rewrite.php +2180 -0
  1279. data/lib/wp/wp-includes/rss-functions.php +9 -0
  1280. data/lib/wp/wp-includes/rss.php +936 -0
  1281. data/lib/wp/wp-includes/script-loader.php +1045 -0
  1282. data/lib/wp/wp-includes/session.php +430 -0
  1283. data/lib/wp/wp-includes/shortcodes.php +410 -0
  1284. data/lib/wp/wp-includes/taxonomy.php +4006 -0
  1285. data/lib/wp/wp-includes/template-loader.php +76 -0
  1286. data/lib/wp/wp-includes/template.php +505 -0
  1287. data/lib/wp/wp-includes/theme-compat/comments-popup.php +128 -0
  1288. data/lib/wp/wp-includes/theme-compat/comments.php +101 -0
  1289. data/lib/wp/wp-includes/theme-compat/footer.php +30 -0
  1290. data/lib/wp/wp-includes/theme-compat/header.php +49 -0
  1291. data/lib/wp/wp-includes/theme-compat/sidebar.php +83 -0
  1292. data/lib/wp/wp-includes/theme.php +2014 -0
  1293. data/lib/wp/wp-includes/update.php +674 -0
  1294. data/lib/wp/wp-includes/user.php +2292 -0
  1295. data/lib/wp/wp-includes/vars.php +144 -0
  1296. data/lib/wp/wp-includes/version.php +35 -0
  1297. data/lib/wp/wp-includes/widgets.php +1514 -0
  1298. data/lib/wp/wp-includes/wlwmanifest.xml +43 -0
  1299. data/lib/wp/wp-includes/wp-db.php +2190 -0
  1300. data/lib/wp/wp-includes/wp-diff.php +523 -0
  1301. data/lib/wp/wp-links-opml.php +80 -0
  1302. data/lib/wp/wp-load.php +73 -0
  1303. data/lib/wp/wp-login.php +952 -0
  1304. data/lib/wp/wp-mail.php +260 -0
  1305. data/lib/wp/wp-settings.php +374 -0
  1306. data/lib/wp/wp-signup.php +749 -0
  1307. data/lib/wp/wp-trackback.php +127 -0
  1308. data/lib/wp/xmlrpc.php +101 -0
  1309. data/stump-cli.gemspec +26 -0
  1310. metadata +1332 -4
@@ -0,0 +1,49 @@
1
+ <?php
2
+ /**
3
+ * The template for displaying Search Results pages
4
+ *
5
+ * @package WordPress
6
+ * @subpackage Twenty_Fourteen
7
+ * @since Twenty Fourteen 1.0
8
+ */
9
+
10
+ get_header(); ?>
11
+
12
+ <section id="primary" class="content-area">
13
+ <div id="content" class="site-content" role="main">
14
+
15
+ <?php if ( have_posts() ) : ?>
16
+
17
+ <header class="page-header">
18
+ <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyfourteen' ), get_search_query() ); ?></h1>
19
+ </header><!-- .page-header -->
20
+
21
+ <?php
22
+ // Start the Loop.
23
+ while ( have_posts() ) : the_post();
24
+
25
+ /*
26
+ * Include the post format-specific template for the content. If you want to
27
+ * use this in a child theme, then include a file called called content-___.php
28
+ * (where ___ is the post format) and that will be used instead.
29
+ */
30
+ get_template_part( 'content', get_post_format() );
31
+
32
+ endwhile;
33
+ // Previous/next post navigation.
34
+ twentyfourteen_paging_nav();
35
+
36
+ else :
37
+ // If no content, include the "No posts found" template.
38
+ get_template_part( 'content', 'none' );
39
+
40
+ endif;
41
+ ?>
42
+
43
+ </div><!-- #content -->
44
+ </section><!-- #primary -->
45
+
46
+ <?php
47
+ get_sidebar( 'content' );
48
+ get_sidebar();
49
+ get_footer();
@@ -0,0 +1,16 @@
1
+ <?php
2
+ /**
3
+ * The Content Sidebar
4
+ *
5
+ * @package WordPress
6
+ * @subpackage Twenty_Fourteen
7
+ * @since Twenty Fourteen 1.0
8
+ */
9
+
10
+ if ( ! is_active_sidebar( 'sidebar-2' ) ) {
11
+ return;
12
+ }
13
+ ?>
14
+ <div id="content-sidebar" class="content-sidebar widget-area" role="complementary">
15
+ <?php dynamic_sidebar( 'sidebar-2' ); ?>
16
+ </div><!-- #content-sidebar -->
@@ -0,0 +1,19 @@
1
+ <?php
2
+ /**
3
+ * The Footer Sidebar
4
+ *
5
+ * @package WordPress
6
+ * @subpackage Twenty_Fourteen
7
+ * @since Twenty Fourteen 1.0
8
+ */
9
+
10
+ if ( ! is_active_sidebar( 'sidebar-3' ) ) {
11
+ return;
12
+ }
13
+ ?>
14
+
15
+ <div id="supplementary">
16
+ <div id="footer-sidebar" class="footer-sidebar widget-area" role="complementary">
17
+ <?php dynamic_sidebar( 'sidebar-3' ); ?>
18
+ </div><!-- #footer-sidebar -->
19
+ </div><!-- #supplementary -->
@@ -0,0 +1,29 @@
1
+ <?php
2
+ /**
3
+ * The Sidebar containing the main widget area
4
+ *
5
+ * @package WordPress
6
+ * @subpackage Twenty_Fourteen
7
+ * @since Twenty Fourteen 1.0
8
+ */
9
+ ?>
10
+ <div id="secondary">
11
+ <?php
12
+ $description = get_bloginfo( 'description', 'display' );
13
+ if ( ! empty ( $description ) ) :
14
+ ?>
15
+ <h2 class="site-description"><?php echo esc_html( $description ); ?></h2>
16
+ <?php endif; ?>
17
+
18
+ <?php if ( has_nav_menu( 'secondary' ) ) : ?>
19
+ <nav role="navigation" class="navigation site-navigation secondary-navigation">
20
+ <?php wp_nav_menu( array( 'theme_location' => 'secondary' ) ); ?>
21
+ </nav>
22
+ <?php endif; ?>
23
+
24
+ <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
25
+ <div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary">
26
+ <?php dynamic_sidebar( 'sidebar-1' ); ?>
27
+ </div><!-- #primary-sidebar -->
28
+ <?php endif; ?>
29
+ </div><!-- #secondary -->
@@ -0,0 +1,40 @@
1
+ <?php
2
+ /**
3
+ * The Template for displaying all single posts
4
+ *
5
+ * @package WordPress
6
+ * @subpackage Twenty_Fourteen
7
+ * @since Twenty Fourteen 1.0
8
+ */
9
+
10
+ get_header(); ?>
11
+
12
+ <div id="primary" class="content-area">
13
+ <div id="content" class="site-content" role="main">
14
+ <?php
15
+ // Start the Loop.
16
+ while ( have_posts() ) : the_post();
17
+
18
+ /*
19
+ * Include the post format-specific template for the content. If you want to
20
+ * use this in a child theme, then include a file called called content-___.php
21
+ * (where ___ is the post format) and that will be used instead.
22
+ */
23
+ get_template_part( 'content', get_post_format() );
24
+
25
+ // Previous/next post navigation.
26
+ twentyfourteen_post_nav();
27
+
28
+ // If comments are open or we have at least one comment, load up the comment template.
29
+ if ( comments_open() || get_comments_number() ) {
30
+ comments_template();
31
+ }
32
+ endwhile;
33
+ ?>
34
+ </div><!-- #content -->
35
+ </div><!-- #primary -->
36
+
37
+ <?php
38
+ get_sidebar( 'content' );
39
+ get_sidebar();
40
+ get_footer();
@@ -0,0 +1,4321 @@
1
+ /*
2
+ Theme Name: Twenty Fourteen
3
+ Theme URI: http://wordpress.org/themes/twentyfourteen
4
+ Author: the WordPress team
5
+ Author URI: http://wordpress.org/
6
+ Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
7
+ Version: 1.2
8
+ License: GNU General Public License v2 or later
9
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
+ Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
11
+ Text Domain: twentyfourteen
12
+
13
+ This theme, like WordPress, is licensed under the GPL.
14
+ Use it to make something cool, have fun, and share what you've learned with others.
15
+ */
16
+
17
+ /**
18
+ * Table of Contents:
19
+ *
20
+ * 1.0 - Reset
21
+ * 2.0 - Repeatable Patterns
22
+ * 3.0 - Basic Structure
23
+ * 4.0 - Header
24
+ * 5.0 - Navigation
25
+ * 6.0 - Content
26
+ * 6.1 - Post Thumbnail
27
+ * 6.2 - Entry Header
28
+ * 6.3 - Entry Meta
29
+ * 6.4 - Entry Content
30
+ * 6.5 - Galleries
31
+ * 6.6 - Post Formats
32
+ * 6.7 - Post/Image/Paging Navigation
33
+ * 6.8 - Attachments
34
+ * 6.9 - Archives
35
+ * 6.10 - Contributor Page
36
+ * 6.11 - 404 Page
37
+ * 6.12 - Full-width
38
+ * 6.13 - Singular
39
+ * 6.14 - Comments
40
+ * 7.0 - Sidebar
41
+ * 7.1 - Widgets
42
+ * 7.2 - Content Sidebar Widgets
43
+ * 8.0 - Footer
44
+ * 9.0 - Featured Content
45
+ * 10.0 - Multisite
46
+ * 11.0 - Media Queries
47
+ * 12.0 - Print
48
+ * -----------------------------------------------------------------------------
49
+ */
50
+
51
+
52
+ /**
53
+ * 1.0 Reset
54
+ *
55
+ * Resetting and rebuilding styles have been helped along thanks to the fine
56
+ * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
57
+ * along with Nicolas Gallagher and Jonathan Neal
58
+ * http://necolas.github.com/normalize.css/ and Blueprint
59
+ * http://www.blueprintcss.org/
60
+ *
61
+ * -----------------------------------------------------------------------------
62
+ */
63
+
64
+ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
65
+ border: 0;
66
+ font-family: inherit;
67
+ font-size: 100%;
68
+ font-style: inherit;
69
+ font-weight: inherit;
70
+ margin: 0;
71
+ outline: 0;
72
+ padding: 0;
73
+ vertical-align: baseline;
74
+ }
75
+
76
+ article,
77
+ aside,
78
+ details,
79
+ figcaption,
80
+ figure,
81
+ footer,
82
+ header,
83
+ hgroup,
84
+ nav,
85
+ section {
86
+ display: block;
87
+ }
88
+
89
+ audio,
90
+ canvas,
91
+ video {
92
+ display: inline-block;
93
+ max-width: 100%;
94
+ }
95
+
96
+ html {
97
+ overflow-y: scroll;
98
+ -webkit-text-size-adjust: 100%;
99
+ -ms-text-size-adjust: 100%;
100
+ }
101
+
102
+ body,
103
+ button,
104
+ input,
105
+ select,
106
+ textarea {
107
+ color: #2b2b2b;
108
+ font-family: Lato, sans-serif;
109
+ font-size: 16px;
110
+ font-weight: 400;
111
+ line-height: 1.5;
112
+ }
113
+
114
+ body {
115
+ background: #f5f5f5;
116
+ }
117
+
118
+ a {
119
+ color: #24890d;
120
+ text-decoration: none;
121
+ }
122
+
123
+ a:focus {
124
+ outline: thin dotted;
125
+ }
126
+
127
+ a:hover,
128
+ a:active {
129
+ outline: 0;
130
+ }
131
+
132
+ a:active,
133
+ a:hover {
134
+ color: #41a62a;
135
+ }
136
+
137
+ h1,
138
+ h2,
139
+ h3,
140
+ h4,
141
+ h5,
142
+ h6 {
143
+ clear: both;
144
+ font-weight: 700;
145
+ margin: 36px 0 12px;
146
+ }
147
+
148
+ h1 {
149
+ font-size: 26px;
150
+ line-height: 1.3846153846;
151
+ }
152
+
153
+ h2 {
154
+ font-size: 24px;
155
+ line-height: 1;
156
+ }
157
+
158
+ h3 {
159
+ font-size: 22px;
160
+ line-height: 1.0909090909;
161
+ }
162
+
163
+ h4 {
164
+ font-size: 20px;
165
+ line-height: 1.2;
166
+ }
167
+
168
+ h5 {
169
+ font-size: 18px;
170
+ line-height: 1.3333333333;
171
+ }
172
+
173
+ h6 {
174
+ font-size: 16px;
175
+ line-height: 1.5;
176
+ }
177
+
178
+ address {
179
+ font-style: italic;
180
+ margin-bottom: 24px;
181
+ }
182
+
183
+ abbr[title] {
184
+ border-bottom: 1px dotted #2b2b2b;
185
+ cursor: help;
186
+ }
187
+
188
+ b,
189
+ strong {
190
+ font-weight: 700;
191
+ }
192
+
193
+ cite,
194
+ dfn,
195
+ em,
196
+ i {
197
+ font-style: italic;
198
+ }
199
+
200
+ mark,
201
+ ins {
202
+ background: #fff9c0;
203
+ text-decoration: none;
204
+ }
205
+
206
+ p {
207
+ margin-bottom: 24px;
208
+ }
209
+
210
+ code,
211
+ kbd,
212
+ tt,
213
+ var,
214
+ samp,
215
+ pre {
216
+ font-family: monospace, serif;
217
+ font-size: 15px;
218
+ -webkit-hyphens: none;
219
+ -moz-hyphens: none;
220
+ -ms-hyphens: none;
221
+ hyphens: none;
222
+ line-height: 1.6;
223
+ }
224
+
225
+ pre {
226
+ border: 1px solid rgba(0, 0, 0, 0.1);
227
+ -webkit-box-sizing: border-box;
228
+ -moz-box-sizing: border-box;
229
+ box-sizing: border-box;
230
+ margin-bottom: 24px;
231
+ max-width: 100%;
232
+ overflow: auto;
233
+ padding: 12px;
234
+ white-space: pre;
235
+ white-space: pre-wrap;
236
+ word-wrap: break-word;
237
+ }
238
+
239
+ blockquote,
240
+ q {
241
+ -webkit-hyphens: none;
242
+ -moz-hyphens: none;
243
+ -ms-hyphens: none;
244
+ hyphens: none;
245
+ quotes: none;
246
+ }
247
+
248
+ blockquote:before,
249
+ blockquote:after,
250
+ q:before,
251
+ q:after {
252
+ content: "";
253
+ content: none;
254
+ }
255
+
256
+ blockquote {
257
+ color: #767676;
258
+ font-size: 19px;
259
+ font-style: italic;
260
+ font-weight: 300;
261
+ line-height: 1.2631578947;
262
+ margin-bottom: 24px;
263
+ }
264
+
265
+ blockquote cite,
266
+ blockquote small {
267
+ color: #2b2b2b;
268
+ font-size: 16px;
269
+ font-weight: 400;
270
+ line-height: 1.5;
271
+ }
272
+
273
+ blockquote em,
274
+ blockquote i,
275
+ blockquote cite {
276
+ font-style: normal;
277
+ }
278
+
279
+ blockquote strong,
280
+ blockquote b {
281
+ font-weight: 400;
282
+ }
283
+
284
+ small {
285
+ font-size: smaller;
286
+ }
287
+
288
+ big {
289
+ font-size: 125%;
290
+ }
291
+
292
+ sup,
293
+ sub {
294
+ font-size: 75%;
295
+ height: 0;
296
+ line-height: 0;
297
+ position: relative;
298
+ vertical-align: baseline;
299
+ }
300
+
301
+ sup {
302
+ bottom: 1ex;
303
+ }
304
+
305
+ sub {
306
+ top: .5ex;
307
+ }
308
+
309
+ dl {
310
+ margin-bottom: 24px;
311
+ }
312
+
313
+ dt {
314
+ font-weight: bold;
315
+ }
316
+
317
+ dd {
318
+ margin-bottom: 24px;
319
+ }
320
+
321
+ ul,
322
+ ol {
323
+ list-style: none;
324
+ margin: 0 0 24px 20px;
325
+ }
326
+
327
+ ul {
328
+ list-style: disc;
329
+ }
330
+
331
+ ol {
332
+ list-style: decimal;
333
+ }
334
+
335
+ li > ul,
336
+ li > ol {
337
+ margin: 0 0 0 20px;
338
+ }
339
+
340
+ img {
341
+ -ms-interpolation-mode: bicubic;
342
+ border: 0;
343
+ vertical-align: middle;
344
+ }
345
+
346
+ figure {
347
+ margin: 0;
348
+ }
349
+
350
+ fieldset {
351
+ border: 1px solid rgba(0, 0, 0, 0.1);
352
+ margin: 0 0 24px;
353
+ padding: 11px 12px 0;
354
+ }
355
+
356
+ legend {
357
+ white-space: normal;
358
+ }
359
+
360
+ button,
361
+ input,
362
+ select,
363
+ textarea {
364
+ -webkit-box-sizing: border-box;
365
+ -moz-box-sizing: border-box;
366
+ box-sizing: border-box;
367
+ font-size: 100%;
368
+ margin: 0;
369
+ max-width: 100%;
370
+ vertical-align: baseline;
371
+ }
372
+
373
+ button,
374
+ input {
375
+ line-height: normal;
376
+ }
377
+
378
+ input,
379
+ textarea {
380
+ background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
381
+ }
382
+
383
+ button,
384
+ html input[type="button"],
385
+ input[type="reset"],
386
+ input[type="submit"] {
387
+ -webkit-appearance: button;
388
+ cursor: pointer;
389
+ }
390
+
391
+ button[disabled],
392
+ input[disabled] {
393
+ cursor: default;
394
+ }
395
+
396
+ input[type="checkbox"],
397
+ input[type="radio"] {
398
+ padding: 0;
399
+ }
400
+
401
+ input[type="search"] {
402
+ -webkit-appearance: textfield;
403
+ }
404
+
405
+ input[type="search"]::-webkit-search-decoration {
406
+ -webkit-appearance: none;
407
+ }
408
+
409
+ button::-moz-focus-inner,
410
+ input::-moz-focus-inner {
411
+ border: 0;
412
+ padding: 0;
413
+ }
414
+
415
+ textarea {
416
+ overflow: auto;
417
+ vertical-align: top;
418
+ }
419
+
420
+ table,
421
+ th,
422
+ td {
423
+ border: 1px solid rgba(0, 0, 0, 0.1);
424
+ }
425
+
426
+ table {
427
+ border-collapse: separate;
428
+ border-spacing: 0;
429
+ border-width: 1px 0 0 1px;
430
+ margin-bottom: 24px;
431
+ width: 100%;
432
+ }
433
+
434
+ caption,
435
+ th,
436
+ td {
437
+ font-weight: normal;
438
+ text-align: left;
439
+ }
440
+
441
+ th {
442
+ border-width: 0 1px 1px 0;
443
+ font-weight: bold;
444
+ }
445
+
446
+ td {
447
+ border-width: 0 1px 1px 0;
448
+ }
449
+
450
+ del {
451
+ color: #767676;
452
+ }
453
+
454
+ hr {
455
+ background-color: rgba(0, 0, 0, 0.1);
456
+ border: 0;
457
+ height: 1px;
458
+ margin-bottom: 23px;
459
+ }
460
+
461
+ /* Support a widely-adopted but non-standard selector for text selection styles
462
+ * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
463
+ */
464
+ ::selection {
465
+ background: #24890d;
466
+ color: #fff;
467
+ text-shadow: none;
468
+ }
469
+
470
+ ::-moz-selection {
471
+ background: #24890d;
472
+ color: #fff;
473
+ text-shadow: none;
474
+ }
475
+
476
+
477
+ /**
478
+ * 2.0 Repeatable Patterns
479
+ * -----------------------------------------------------------------------------
480
+ */
481
+
482
+ /* Input fields */
483
+
484
+ input,
485
+ textarea {
486
+ border: 1px solid rgba(0, 0, 0, 0.1);
487
+ border-radius: 2px;
488
+ color: #2b2b2b;
489
+ padding: 8px 10px 7px;
490
+ }
491
+
492
+ textarea {
493
+ width: 100%;
494
+ }
495
+
496
+ input:focus,
497
+ textarea:focus {
498
+ border: 1px solid rgba(0, 0, 0, 0.3);
499
+ outline: 0;
500
+ }
501
+
502
+ /* Buttons */
503
+
504
+ button,
505
+ .button,
506
+ input[type="button"],
507
+ input[type="reset"],
508
+ input[type="submit"] {
509
+ background-color: #24890d;
510
+ border: 0;
511
+ border-radius: 2px;
512
+ color: #fff;
513
+ font-size: 12px;
514
+ font-weight: 700;
515
+ padding: 10px 30px 11px;
516
+ text-transform: uppercase;
517
+ vertical-align: bottom;
518
+ }
519
+
520
+ button:hover,
521
+ button:focus,
522
+ .button:hover,
523
+ .button:focus,
524
+ input[type="button"]:hover,
525
+ input[type="button"]:focus,
526
+ input[type="reset"]:hover,
527
+ input[type="reset"]:focus,
528
+ input[type="submit"]:hover,
529
+ input[type="submit"]:focus {
530
+ background-color: #41a62a;
531
+ color: #fff;
532
+ }
533
+
534
+ button:active,
535
+ .button:active,
536
+ input[type="button"]:active,
537
+ input[type="reset"]:active,
538
+ input[type="submit"]:active {
539
+ background-color: #55d737;
540
+ }
541
+
542
+ .search-field {
543
+ width: 100%;
544
+ }
545
+
546
+ .search-submit {
547
+ display: none;
548
+ }
549
+
550
+ /* Placeholder text color -- selectors need to be separate to work. */
551
+
552
+ ::-webkit-input-placeholder {
553
+ color: #939393;
554
+ }
555
+
556
+ :-moz-placeholder {
557
+ color: #939393;
558
+ }
559
+
560
+ ::-moz-placeholder {
561
+ color: #939393;
562
+ opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
563
+ }
564
+
565
+ :-ms-input-placeholder {
566
+ color: #939393;
567
+ }
568
+
569
+ /* Responsive images. Fluid images for posts, comments, and widgets */
570
+
571
+ .comment-content img,
572
+ .entry-content img,
573
+ .entry-summary img,
574
+ #site-header img,
575
+ .widget img,
576
+ .wp-caption {
577
+ max-width: 100%;
578
+ }
579
+
580
+ /**
581
+ * Make sure images with WordPress-added height and width attributes are
582
+ * scaled correctly.
583
+ */
584
+
585
+ .comment-content img[height],
586
+ .entry-content img,
587
+ .entry-summary img,
588
+ img[class*="align"],
589
+ img[class*="wp-image-"],
590
+ img[class*="attachment-"],
591
+ #site-header img {
592
+ height: auto;
593
+ }
594
+
595
+ img.size-full,
596
+ img.size-large,
597
+ .wp-post-image,
598
+ .post-thumbnail img {
599
+ height: auto;
600
+ max-width: 100%;
601
+ }
602
+
603
+ /* Make sure embeds and iframes fit their containers */
604
+
605
+ embed,
606
+ iframe,
607
+ object,
608
+ video {
609
+ margin-bottom: 24px;
610
+ max-width: 100%;
611
+ }
612
+
613
+ p > embed,
614
+ p > iframe,
615
+ p > object,
616
+ span > embed,
617
+ span > iframe,
618
+ span > object {
619
+ margin-bottom: 0;
620
+ }
621
+
622
+ /* Alignment */
623
+
624
+ .alignleft {
625
+ float: left;
626
+ }
627
+
628
+ .alignright {
629
+ float: right;
630
+ }
631
+
632
+ .aligncenter {
633
+ display: block;
634
+ margin-left: auto;
635
+ margin-right: auto;
636
+ }
637
+
638
+ blockquote.alignleft,
639
+ figure.wp-caption.alignleft,
640
+ img.alignleft {
641
+ margin: 7px 24px 7px 0;
642
+ }
643
+
644
+ .wp-caption.alignleft {
645
+ margin: 7px 14px 7px 0;
646
+ }
647
+
648
+ blockquote.alignright,
649
+ figure.wp-caption.alignright,
650
+ img.alignright {
651
+ margin: 7px 0 7px 24px;
652
+ }
653
+
654
+ .wp-caption.alignright {
655
+ margin: 7px 0 7px 14px;
656
+ }
657
+
658
+ blockquote.aligncenter,
659
+ img.aligncenter,
660
+ .wp-caption.aligncenter {
661
+ margin-top: 7px;
662
+ margin-bottom: 7px;
663
+ }
664
+
665
+ .site-content blockquote.alignleft,
666
+ .site-content blockquote.alignright {
667
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
668
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
669
+ padding-top: 17px;
670
+ width: 50%;
671
+ }
672
+
673
+ .site-content blockquote.alignleft p,
674
+ .site-content blockquote.alignright p {
675
+ margin-bottom: 17px;
676
+ }
677
+
678
+ .wp-caption {
679
+ margin-bottom: 24px;
680
+ }
681
+
682
+ .wp-caption img[class*="wp-image-"] {
683
+ display: block;
684
+ margin: 0;
685
+ }
686
+
687
+ .wp-caption {
688
+ color: #767676;
689
+ }
690
+
691
+ .wp-caption-text {
692
+ -webkit-box-sizing: border-box;
693
+ -moz-box-sizing: border-box;
694
+ box-sizing: border-box;
695
+ font-size: 12px;
696
+ font-style: italic;
697
+ line-height: 1.5;
698
+ margin: 9px 0;
699
+ }
700
+
701
+ div.wp-caption .wp-caption-text {
702
+ padding-right: 10px;
703
+ }
704
+
705
+ div.wp-caption.alignright img[class*="wp-image-"],
706
+ div.wp-caption.alignright .wp-caption-text {
707
+ padding-left: 10px;
708
+ padding-right: 0;
709
+ }
710
+
711
+ .wp-smiley {
712
+ border: 0;
713
+ margin-bottom: 0;
714
+ margin-top: 0;
715
+ padding: 0;
716
+ }
717
+
718
+ /* Assistive text */
719
+
720
+ .screen-reader-text {
721
+ clip: rect(1px, 1px, 1px, 1px);
722
+ position: absolute;
723
+ }
724
+
725
+ .screen-reader-text:focus {
726
+ background-color: #f1f1f1;
727
+ border-radius: 3px;
728
+ box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
729
+ clip: auto;
730
+ color: #21759b;
731
+ display: block;
732
+ font-size: 14px;
733
+ font-weight: bold;
734
+ height: auto;
735
+ line-height: normal;
736
+ padding: 15px 23px 14px;
737
+ position: absolute;
738
+ left: 5px;
739
+ top: 5px;
740
+ text-decoration: none;
741
+ text-transform: none;
742
+ width: auto;
743
+ z-index: 100000; /* Above WP toolbar */
744
+ }
745
+
746
+ .hide {
747
+ display: none;
748
+ }
749
+
750
+ /* Clearing floats */
751
+
752
+ .footer-sidebar:before,
753
+ .footer-sidebar:after,
754
+ .hentry:before,
755
+ .hentry:after,
756
+ .gallery:before,
757
+ .gallery:after,
758
+ .slider-direction-nav:before,
759
+ .slider-direction-nav:after,
760
+ .contributor-info:before,
761
+ .contributor-info:after,
762
+ .search-box:before,
763
+ .search-box:after,
764
+ [class*="content"]:before,
765
+ [class*="content"]:after,
766
+ [class*="site"]:before,
767
+ [class*="site"]:after {
768
+ content: "";
769
+ display: table;
770
+ }
771
+
772
+ .footer-sidebar:after,
773
+ .hentry:after,
774
+ .gallery:after,
775
+ .slider-direction-nav:after,
776
+ .contributor-info:after,
777
+ .search-box:after,
778
+ [class*="content"]:after,
779
+ [class*="site"]:after {
780
+ clear: both;
781
+ }
782
+
783
+ /* Genericons */
784
+
785
+ .bypostauthor > article .fn:before,
786
+ .comment-edit-link:before,
787
+ .comment-reply-link:before,
788
+ .comment-reply-login:before,
789
+ .comment-reply-title small a:before,
790
+ .contributor-posts-link:before,
791
+ .menu-toggle:before,
792
+ .search-toggle:before,
793
+ .slider-direction-nav a:before,
794
+ .widget_twentyfourteen_ephemera .widget-title:before {
795
+ -webkit-font-smoothing: antialiased;
796
+ display: inline-block;
797
+ font: normal 16px/1 Genericons;
798
+ text-decoration: inherit;
799
+ vertical-align: text-bottom;
800
+ }
801
+
802
+ /* Separators */
803
+
804
+ .site-content span + .entry-date:before,
805
+ .full-size-link:before,
806
+ .parent-post-link:before,
807
+ span + .byline:before,
808
+ span + .comments-link:before,
809
+ span + .edit-link:before,
810
+ .widget_twentyfourteen_ephemera .entry-title:after {
811
+ content: "\0020\007c\0020";
812
+ }
813
+
814
+
815
+ /**
816
+ * 3.0 Basic Structure
817
+ * -----------------------------------------------------------------------------
818
+ */
819
+
820
+ .site {
821
+ background-color: #fff;
822
+ max-width: 1260px;
823
+ position: relative;
824
+ }
825
+
826
+ .main-content {
827
+ width: 100%;
828
+ }
829
+
830
+
831
+ /**
832
+ * 4.0 Header
833
+ * -----------------------------------------------------------------------------
834
+ */
835
+
836
+ /* Ensure that there is no gap between the header and
837
+ the admin bar for WordPress versions before 3.8. */
838
+ #wpadminbar {
839
+ min-height: 32px;
840
+ }
841
+
842
+ #site-header {
843
+ position: relative;
844
+ z-index: 3;
845
+ }
846
+
847
+ .site-header {
848
+ background-color: #000;
849
+ max-width: 1260px;
850
+ position: relative;
851
+ width: 100%;
852
+ z-index: 4;
853
+ }
854
+
855
+ .header-main {
856
+ min-height: 48px;
857
+ padding: 0 10px;
858
+ }
859
+
860
+ .site-title {
861
+ float: left;
862
+ font-size: 18px;
863
+ font-weight: 700;
864
+ line-height: 48px;
865
+ margin: 0;
866
+
867
+ /* Nav-toggle width + search-toggle width - gutter = 86px */
868
+ max-width: -webkit-calc(100% - 86px);
869
+ max-width: calc(100% - 86px);
870
+ }
871
+
872
+ .site-title a,
873
+ .site-title a:hover {
874
+ color: #fff;
875
+ display: block;
876
+ overflow: hidden;
877
+ text-overflow: ellipsis;
878
+ white-space: nowrap;
879
+ }
880
+
881
+ /* Search in the header */
882
+
883
+ .search-toggle {
884
+ background-color: #24890d;
885
+ cursor: pointer;
886
+ float: right;
887
+ height: 48px;
888
+ margin-right: 38px;
889
+ text-align: center;
890
+ width: 48px;
891
+ }
892
+
893
+ .search-toggle:hover,
894
+ .search-toggle.active {
895
+ background-color: #41a62a;
896
+ }
897
+
898
+ .search-toggle:before {
899
+ color: #fff;
900
+ content: "\f400";
901
+ font-size: 20px;
902
+ margin-top: 14px;
903
+ }
904
+
905
+ .search-toggle .screen-reader-text {
906
+ left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
907
+ }
908
+
909
+ .search-box-wrapper {
910
+ -webkit-box-sizing: border-box;
911
+ -moz-box-sizing: border-box;
912
+ box-sizing: border-box;
913
+ position: absolute;
914
+ top: 48px;
915
+ right: 0;
916
+ width: 100%;
917
+ z-index: 2;
918
+ }
919
+
920
+ .search-box {
921
+ background-color: #41a62a;
922
+ padding: 12px;
923
+ }
924
+
925
+ .search-box .search-field {
926
+ background-color: #fff;
927
+ border: 0;
928
+ float: right;
929
+ font-size: 16px;
930
+ padding: 2px 2px 3px 6px;
931
+ width: 100%;
932
+ }
933
+
934
+
935
+ /**
936
+ * 5.0 Navigation
937
+ * -----------------------------------------------------------------------------
938
+ */
939
+
940
+ .site-navigation ul {
941
+ list-style: none;
942
+ margin: 0;
943
+ }
944
+
945
+ .site-navigation li {
946
+ border-top: 1px solid rgba(255, 255, 255, 0.2);
947
+ }
948
+
949
+ .site-navigation ul ul {
950
+ margin-left: 20px;
951
+ }
952
+
953
+ .site-navigation a {
954
+ color: #fff;
955
+ display: block;
956
+ text-transform: uppercase;
957
+ }
958
+
959
+ .site-navigation a:hover {
960
+ color: #41a62a;
961
+ }
962
+
963
+ .site-navigation .current_page_item > a,
964
+ .site-navigation .current_page_ancestor > a,
965
+ .site-navigation .current-menu-item > a,
966
+ .site-navigation .current-menu-ancestor > a {
967
+ color: #55d737;
968
+ font-weight: 900;
969
+ }
970
+
971
+ /* Primary Navigation */
972
+
973
+ .primary-navigation {
974
+ -webkit-box-sizing: border-box;
975
+ -moz-box-sizing: border-box;
976
+ box-sizing: border-box;
977
+ font-size: 14px;
978
+ padding-top: 24px;
979
+ }
980
+
981
+ .primary-navigation.toggled-on {
982
+ padding: 72px 0 36px;
983
+ }
984
+
985
+ .primary-navigation .nav-menu {
986
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
987
+ display: none;
988
+ }
989
+
990
+ .primary-navigation.toggled-on .nav-menu {
991
+ display: block;
992
+ }
993
+
994
+ .primary-navigation a {
995
+ padding: 7px 0;
996
+ }
997
+
998
+ /* Secondary Navigation */
999
+
1000
+ .secondary-navigation {
1001
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
1002
+ font-size: 12px;
1003
+ margin: 48px 0;
1004
+ }
1005
+
1006
+ .secondary-navigation a {
1007
+ padding: 9px 0;
1008
+ }
1009
+
1010
+ .menu-toggle {
1011
+ background-color: #000;
1012
+ border-radius: 0;
1013
+ cursor: pointer;
1014
+ height: 48px;
1015
+ margin: 0;
1016
+ overflow: hidden;
1017
+ padding: 0;
1018
+ position: absolute;
1019
+ top: 0;
1020
+ right: 0;
1021
+ text-align: center;
1022
+ width: 48px;
1023
+ }
1024
+
1025
+ .menu-toggle:before {
1026
+ color: #fff;
1027
+ content: "\f419";
1028
+ padding: 16px;
1029
+ }
1030
+
1031
+ .menu-toggle:active,
1032
+ .menu-toggle:focus,
1033
+ .menu-toggle:hover {
1034
+ background-color: #444;
1035
+ }
1036
+
1037
+ .menu-toggle:focus {
1038
+ outline: 1px dotted;
1039
+ }
1040
+
1041
+
1042
+ /**
1043
+ * 6.0 Content
1044
+ * -----------------------------------------------------------------------------
1045
+ */
1046
+
1047
+ .content-area {
1048
+ padding-top: 48px;
1049
+ }
1050
+
1051
+ .hentry {
1052
+ margin: 0 auto 48px;
1053
+ max-width: 672px;
1054
+ }
1055
+
1056
+ .site-content .entry-header,
1057
+ .site-content .entry-content,
1058
+ .site-content .entry-summary,
1059
+ .site-content .entry-meta,
1060
+ .page-content {
1061
+ margin: 0 auto;
1062
+ max-width: 474px;
1063
+ }
1064
+
1065
+ .page-content {
1066
+ margin-bottom: 48px;
1067
+ }
1068
+
1069
+
1070
+ /**
1071
+ * 6.1 Post Thumbnail
1072
+ * -----------------------------------------------------------------------------
1073
+ */
1074
+
1075
+ .post-thumbnail {
1076
+ background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
1077
+ display: block;
1078
+ position: relative;
1079
+ width: 100%;
1080
+ z-index: 0;
1081
+ }
1082
+
1083
+ a.post-thumbnail:hover {
1084
+ background-color: #999;
1085
+ }
1086
+
1087
+ .full-width .post-thumbnail img {
1088
+ display: block;
1089
+ margin: 0 auto;
1090
+ }
1091
+
1092
+
1093
+ /**
1094
+ * 6.2 Entry Header
1095
+ * -----------------------------------------------------------------------------
1096
+ */
1097
+
1098
+ .entry-header {
1099
+ position: relative;
1100
+ z-index: 1;
1101
+ }
1102
+
1103
+ .entry-title {
1104
+ font-size: 33px;
1105
+ font-weight: 300;
1106
+ line-height: 1.0909090909;
1107
+ margin-bottom: 12px;
1108
+ margin: 0 0 12px 0;
1109
+ text-transform: uppercase;
1110
+ }
1111
+
1112
+ .entry-title a {
1113
+ color: #2b2b2b;
1114
+ }
1115
+
1116
+ .entry-title a:hover {
1117
+ color: #41a62a;
1118
+ }
1119
+
1120
+ .site-content .entry-header {
1121
+ background-color: #fff;
1122
+ padding: 0 10px 12px;
1123
+ }
1124
+
1125
+ .site-content .has-post-thumbnail .entry-header {
1126
+ padding-top: 24px;
1127
+ }
1128
+
1129
+
1130
+ /**
1131
+ * 6.3 Entry Meta
1132
+ * -----------------------------------------------------------------------------
1133
+ */
1134
+
1135
+ .entry-meta {
1136
+ clear: both;
1137
+ color: #767676;
1138
+ font-size: 12px;
1139
+ font-weight: 400;
1140
+ line-height: 1.3333333333;
1141
+ text-transform: uppercase;
1142
+ }
1143
+
1144
+ .entry-meta a {
1145
+ color: #767676;
1146
+ }
1147
+
1148
+ .entry-meta a:hover {
1149
+ color: #41a62a;
1150
+ }
1151
+
1152
+ .sticky .entry-date {
1153
+ display: none;
1154
+ }
1155
+
1156
+ .cat-links {
1157
+ font-weight: 900;
1158
+ text-transform: uppercase;
1159
+ }
1160
+
1161
+ .cat-links a {
1162
+ color: #2b2b2b;
1163
+ }
1164
+
1165
+ .cat-links a:hover {
1166
+ color: #41a62a;
1167
+ }
1168
+
1169
+ .byline {
1170
+ display: none;
1171
+ }
1172
+
1173
+ .single .byline,
1174
+ .group-blog .byline {
1175
+ display: inline;
1176
+ }
1177
+
1178
+ .site-content .entry-meta {
1179
+ background-color: #fff;
1180
+ margin-bottom: 8px;
1181
+ }
1182
+
1183
+ .site-content footer.entry-meta {
1184
+ margin: 24px auto 0;
1185
+ padding: 0 10px;
1186
+ }
1187
+
1188
+ /* Tag links style */
1189
+
1190
+ .entry-meta .tag-links a {
1191
+ background-color: #767676;
1192
+ border-radius: 0 2px 2px 0;
1193
+ color: #fff;
1194
+ display: inline-block;
1195
+ font-size: 11px;
1196
+ font-weight: 700;
1197
+ line-height: 1.2727272727;
1198
+ margin: 2px 4px 2px 10px;
1199
+ padding: 3px 7px;
1200
+ position: relative;
1201
+ text-transform: uppercase;
1202
+ }
1203
+
1204
+ .entry-meta .tag-links a:hover {
1205
+ background-color: #41a62a;
1206
+ color: #fff;
1207
+ }
1208
+
1209
+ .entry-meta .tag-links a:before {
1210
+ border-top: 10px solid transparent;
1211
+ border-right: 8px solid #767676;
1212
+ border-bottom: 10px solid transparent;
1213
+ content: "";
1214
+ height: 0;
1215
+ position: absolute;
1216
+ top: 0;
1217
+ left: -8px;
1218
+ width: 0;
1219
+ }
1220
+
1221
+ .entry-meta .tag-links a:hover:before {
1222
+ border-right-color: #41a62a;
1223
+ }
1224
+
1225
+ .entry-meta .tag-links a:after {
1226
+ background-color: #fff;
1227
+ border-radius: 50%;
1228
+ content: "";
1229
+ height: 4px;
1230
+ position: absolute;
1231
+ top: 8px;
1232
+ left: -2px;
1233
+ width: 4px;
1234
+ }
1235
+
1236
+
1237
+ /**
1238
+ * 6.4 Entry Content
1239
+ * -----------------------------------------------------------------------------
1240
+ */
1241
+
1242
+ .entry-content,
1243
+ .entry-summary,
1244
+ .page-content {
1245
+ -webkit-hyphens: auto;
1246
+ -moz-hyphens: auto;
1247
+ -ms-hyphens: auto;
1248
+ hyphens: auto;
1249
+ word-wrap: break-word;
1250
+ }
1251
+
1252
+ .site-content .entry-content,
1253
+ .site-content .entry-summary,
1254
+ .page-content {
1255
+ background-color: #fff;
1256
+ padding: 12px 10px 0;
1257
+ }
1258
+
1259
+ .page .entry-content {
1260
+ padding-top: 0;
1261
+ }
1262
+
1263
+ .entry-content h1:first-child,
1264
+ .entry-content h2:first-child,
1265
+ .entry-content h3:first-child,
1266
+ .entry-content h4:first-child,
1267
+ .entry-content h5:first-child,
1268
+ .entry-content h6:first-child,
1269
+ .entry-summary h1:first-child,
1270
+ .entry-summary h2:first-child,
1271
+ .entry-summary h3:first-child,
1272
+ .entry-summary h4:first-child,
1273
+ .entry-summary h5:first-child,
1274
+ .entry-summary h6:first-child,
1275
+ .page-content h1:first-child,
1276
+ .page-content h2:first-child,
1277
+ .page-content h3:first-child,
1278
+ .page-content h4:first-child,
1279
+ .page-content h5:first-child,
1280
+ .page-content h6:first-child {
1281
+ margin-top: 0;
1282
+ }
1283
+
1284
+ .entry-content a,
1285
+ .entry-summary a,
1286
+ .page-content a,
1287
+ .comment-content a {
1288
+ text-decoration: underline;
1289
+ }
1290
+
1291
+ .entry-content a:hover,
1292
+ .entry-summary a:hover,
1293
+ .page-content a:hover,
1294
+ .comment-content a:hover,
1295
+ .entry-content a.button,
1296
+ .entry-summary a.button,
1297
+ .page-content a.button,
1298
+ .comment-content a.button {
1299
+ text-decoration: none;
1300
+ }
1301
+
1302
+ .entry-content table,
1303
+ .comment-content table {
1304
+ font-size: 14px;
1305
+ line-height: 1.2857142857;
1306
+ margin-bottom: 24px;
1307
+ }
1308
+
1309
+ .entry-content th,
1310
+ .comment-content th {
1311
+ font-weight: 700;
1312
+ padding: 8px;
1313
+ text-transform: uppercase;
1314
+ }
1315
+
1316
+ .entry-content td,
1317
+ .comment-content td {
1318
+ padding: 8px;
1319
+ }
1320
+
1321
+ .entry-content .edit-link {
1322
+ clear: both;
1323
+ display: block;
1324
+ font-size: 12px;
1325
+ font-weight: 400;
1326
+ line-height: 1.3333333333;
1327
+ text-transform: uppercase;
1328
+ }
1329
+
1330
+ .entry-content .edit-link a {
1331
+ color: #767676;
1332
+ text-decoration: none;
1333
+ }
1334
+
1335
+ .entry-content .edit-link a:hover {
1336
+ color: #41a62a;
1337
+ }
1338
+
1339
+ .entry-content .more-link {
1340
+ white-space: nowrap;
1341
+ }
1342
+
1343
+ /* Mediaelements */
1344
+
1345
+ .hentry .mejs-container {
1346
+ margin: 12px 0 18px;
1347
+ }
1348
+
1349
+ .hentry .mejs-mediaelement,
1350
+ .hentry .mejs-container .mejs-controls {
1351
+ background: #000;
1352
+ }
1353
+
1354
+ .hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
1355
+ .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
1356
+ background: #fff;
1357
+ }
1358
+
1359
+ .hentry .mejs-controls .mejs-time-rail .mejs-time-current {
1360
+ background: #24890d;
1361
+ }
1362
+
1363
+ .hentry .mejs-controls .mejs-time-rail .mejs-time-total,
1364
+ .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
1365
+ background: rgba(255, 255, 255, .33);
1366
+ }
1367
+
1368
+ .hentry .mejs-container .mejs-controls .mejs-time {
1369
+ padding-top: 9px;
1370
+ }
1371
+
1372
+ .hentry .mejs-controls .mejs-time-rail span,
1373
+ .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
1374
+ .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
1375
+ border-radius: 0;
1376
+ }
1377
+
1378
+ .hentry .mejs-overlay-loading {
1379
+ background: transparent;
1380
+ }
1381
+
1382
+ .hentry .mejs-overlay-button {
1383
+ background-color: #fff;
1384
+ background-image: none;
1385
+ border-radius: 2px;
1386
+ box-shadow: 1px 1px 1px rgba(0,0,0,.8);
1387
+ color: #000;
1388
+ height: 36px;
1389
+ margin-left: -24px;
1390
+ width: 48px;
1391
+ }
1392
+
1393
+ .hentry .mejs-overlay-button:before {
1394
+ -webkit-font-smoothing: antialiased;
1395
+ content: '\f452';
1396
+ display: inline-block;
1397
+ font: normal 32px/1.125 Genericons;
1398
+ position: absolute;
1399
+ top: 1px;
1400
+ left: 10px;
1401
+ }
1402
+
1403
+ .hentry .mejs-controls .mejs-button button:focus {
1404
+ outline: none;
1405
+ }
1406
+
1407
+ .hentry .mejs-controls .mejs-button button {
1408
+ -webkit-font-smoothing: antialiased;
1409
+ background: none;
1410
+ color: #fff;
1411
+ display: inline-block;
1412
+ font: normal 16px/1 Genericons;
1413
+ }
1414
+
1415
+ .hentry .mejs-playpause-button.mejs-play button:before {
1416
+ content: '\f452';
1417
+ }
1418
+
1419
+ .hentry .mejs-playpause-button.mejs-pause button:before {
1420
+ content: '\f448';
1421
+ }
1422
+
1423
+ .hentry .mejs-volume-button.mejs-mute button:before {
1424
+ content: '\f109';
1425
+ font-size: 20px;
1426
+ position: absolute;
1427
+ top: -2px;
1428
+ left: 0;
1429
+ }
1430
+
1431
+ .hentry .mejs-volume-button.mejs-unmute button:before {
1432
+ content: '\f109';
1433
+ left: 0;
1434
+ position: absolute;
1435
+ top: 0;
1436
+ }
1437
+
1438
+ .hentry .mejs-fullscreen-button button:before {
1439
+ content: '\f474';
1440
+ }
1441
+
1442
+ .hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
1443
+ content: '\f406';
1444
+ }
1445
+
1446
+ .hentry .mejs-overlay:hover .mejs-overlay-button {
1447
+ background-color: #24890d;
1448
+ color: #fff;
1449
+ }
1450
+
1451
+ .hentry .mejs-controls .mejs-button button:hover {
1452
+ color: #41a62a;
1453
+ }
1454
+
1455
+ .content-sidebar .wp-playlist-item .wp-playlist-caption {
1456
+ color: #000;
1457
+ }
1458
+
1459
+ /* Page links */
1460
+
1461
+ .page-links {
1462
+ clear: both;
1463
+ font-size: 12px;
1464
+ font-weight: 900;
1465
+ line-height: 2;
1466
+ margin: 24px 0;
1467
+ text-transform: uppercase;
1468
+ }
1469
+
1470
+ .page-links a,
1471
+ .page-links > span {
1472
+ background: #fff;
1473
+ border: 1px solid #fff;
1474
+ display: inline-block;
1475
+ height: 22px;
1476
+ margin: 0 1px 2px 0;
1477
+ text-align: center;
1478
+ width: 22px;
1479
+ }
1480
+
1481
+ .page-links a {
1482
+ background: #000;
1483
+ border: 1px solid #000;
1484
+ color: #fff;
1485
+ text-decoration: none;
1486
+ }
1487
+
1488
+ .page-links a:hover {
1489
+ background: #41a62a;
1490
+ border: 1px solid #41a62a;
1491
+ color: #fff;
1492
+ }
1493
+
1494
+ .page-links > .page-links-title {
1495
+ height: auto;
1496
+ margin: 0;
1497
+ padding-right: 7px;
1498
+ width: auto;
1499
+ }
1500
+
1501
+
1502
+ /**
1503
+ * 6.5 Gallery
1504
+ * -----------------------------------------------------------------------------
1505
+ */
1506
+
1507
+ .gallery {
1508
+ margin-bottom: 20px;
1509
+ }
1510
+
1511
+ .gallery-item {
1512
+ float: left;
1513
+ margin: 0 4px 4px 0;
1514
+ overflow: hidden;
1515
+ position: relative;
1516
+ }
1517
+
1518
+ .gallery-columns-1 .gallery-item {
1519
+ max-width: 100%;
1520
+ }
1521
+
1522
+ .gallery-columns-2 .gallery-item {
1523
+ max-width: 48%;
1524
+ max-width: -webkit-calc(50% - 4px);
1525
+ max-width: calc(50% - 4px);
1526
+ }
1527
+
1528
+ .gallery-columns-3 .gallery-item {
1529
+ max-width: 32%;
1530
+ max-width: -webkit-calc(33.3% - 4px);
1531
+ max-width: calc(33.3% - 4px);
1532
+ }
1533
+
1534
+ .gallery-columns-4 .gallery-item {
1535
+ max-width: 23%;
1536
+ max-width: -webkit-calc(25% - 4px);
1537
+ max-width: calc(25% - 4px);
1538
+ }
1539
+
1540
+ .gallery-columns-5 .gallery-item {
1541
+ max-width: 19%;
1542
+ max-width: -webkit-calc(20% - 4px);
1543
+ max-width: calc(20% - 4px);
1544
+ }
1545
+
1546
+ .gallery-columns-6 .gallery-item {
1547
+ max-width: 15%;
1548
+ max-width: -webkit-calc(16.7% - 4px);
1549
+ max-width: calc(16.7% - 4px);
1550
+ }
1551
+
1552
+ .gallery-columns-7 .gallery-item {
1553
+ max-width: 13%;
1554
+ max-width: -webkit-calc(14.28% - 4px);
1555
+ max-width: calc(14.28% - 4px);
1556
+ }
1557
+
1558
+ .gallery-columns-8 .gallery-item {
1559
+ max-width: 11%;
1560
+ max-width: -webkit-calc(12.5% - 4px);
1561
+ max-width: calc(12.5% - 4px);
1562
+ }
1563
+
1564
+ .gallery-columns-9 .gallery-item {
1565
+ max-width: 9%;
1566
+ max-width: -webkit-calc(11.1% - 4px);
1567
+ max-width: calc(11.1% - 4px);
1568
+ }
1569
+
1570
+ .gallery-columns-1 .gallery-item:nth-of-type(1n),
1571
+ .gallery-columns-2 .gallery-item:nth-of-type(2n),
1572
+ .gallery-columns-3 .gallery-item:nth-of-type(3n),
1573
+ .gallery-columns-4 .gallery-item:nth-of-type(4n),
1574
+ .gallery-columns-5 .gallery-item:nth-of-type(5n),
1575
+ .gallery-columns-6 .gallery-item:nth-of-type(6n),
1576
+ .gallery-columns-7 .gallery-item:nth-of-type(7n),
1577
+ .gallery-columns-8 .gallery-item:nth-of-type(8n),
1578
+ .gallery-columns-9 .gallery-item:nth-of-type(9n) {
1579
+ margin-right: 0;
1580
+ }
1581
+
1582
+ .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
1583
+ .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
1584
+ .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
1585
+ .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
1586
+ clear: left;
1587
+ }
1588
+
1589
+ .gallery-caption {
1590
+ background-color: rgba(0, 0, 0, 0.7);
1591
+ -webkit-box-sizing: border-box;
1592
+ -moz-box-sizing: border-box;
1593
+ box-sizing: border-box;
1594
+ color: #fff;
1595
+ font-size: 12px;
1596
+ line-height: 1.5;
1597
+ margin: 0;
1598
+ max-height: 50%;
1599
+ opacity: 0;
1600
+ padding: 6px 8px;
1601
+ position: absolute;
1602
+ bottom: 0;
1603
+ left: 0;
1604
+ text-align: left;
1605
+ width: 100%;
1606
+ }
1607
+
1608
+ .gallery-caption:before {
1609
+ content: "";
1610
+ height: 100%;
1611
+ min-height: 49px;
1612
+ position: absolute;
1613
+ top: 0;
1614
+ left: 0;
1615
+ width: 100%;
1616
+ }
1617
+
1618
+ .gallery-item:hover .gallery-caption {
1619
+ opacity: 1;
1620
+ }
1621
+
1622
+ .gallery-columns-7 .gallery-caption,
1623
+ .gallery-columns-8 .gallery-caption,
1624
+ .gallery-columns-9 .gallery-caption {
1625
+ display: none;
1626
+ }
1627
+
1628
+
1629
+ /**
1630
+ * 6.6 Post Formats
1631
+ * -----------------------------------------------------------------------------
1632
+ */
1633
+
1634
+ .format-aside .entry-content,
1635
+ .format-aside .entry-summary,
1636
+ .format-quote .entry-content,
1637
+ .format-quote .entry-summary,
1638
+ .format-link .entry-content,
1639
+ .format-link .entry-summary {
1640
+ padding-top: 0;
1641
+ }
1642
+
1643
+ .site-content .format-link .entry-title,
1644
+ .site-content .format-aside .entry-title,
1645
+ .site-content .format-quote .entry-title {
1646
+ display: none;
1647
+ }
1648
+
1649
+
1650
+ /**
1651
+ * 6.7 Post/Image/Paging Navigation
1652
+ * -----------------------------------------------------------------------------
1653
+ */
1654
+
1655
+ .nav-links {
1656
+ -webkit-hyphens: auto;
1657
+ -moz-hyphens: auto;
1658
+ -ms-hyphens: auto;
1659
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
1660
+ hyphens: auto;
1661
+ word-wrap: break-word;
1662
+ }
1663
+
1664
+ .post-navigation,
1665
+ .image-navigation {
1666
+ margin: 24px auto 48px;
1667
+ max-width: 474px;
1668
+ padding: 0 10px;
1669
+ }
1670
+
1671
+ .post-navigation a,
1672
+ .image-navigation .previous-image,
1673
+ .image-navigation .next-image {
1674
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1675
+ padding: 11px 0 12px;
1676
+ width: 100%;
1677
+ }
1678
+
1679
+ .post-navigation .meta-nav {
1680
+ color: #767676;
1681
+ display: block;
1682
+ font-size: 12px;
1683
+ font-weight: 900;
1684
+ line-height: 2;
1685
+ text-transform: uppercase;
1686
+ }
1687
+
1688
+ .post-navigation a,
1689
+ .image-navigation a {
1690
+ color: #2b2b2b;
1691
+ display: block;
1692
+ font-size: 14px;
1693
+ font-weight: 700;
1694
+ line-height: 1.7142857142;
1695
+ text-transform: none;
1696
+ }
1697
+
1698
+ .post-navigation a:hover,
1699
+ .image-navigation a:hover {
1700
+ color: #41a62a;
1701
+ }
1702
+
1703
+ /* Paging Navigation */
1704
+
1705
+ .paging-navigation {
1706
+ border-top: 5px solid #000;
1707
+ margin: 48px 0;
1708
+ }
1709
+
1710
+ .paging-navigation .loop-pagination {
1711
+ margin-top: -5px;
1712
+ text-align: center;
1713
+ }
1714
+
1715
+ .paging-navigation .page-numbers {
1716
+ border-top: 5px solid transparent;
1717
+ display: inline-block;
1718
+ font-size: 14px;
1719
+ font-weight: 900;
1720
+ margin-right: 1px;
1721
+ padding: 7px 16px;
1722
+ text-transform: uppercase;
1723
+ }
1724
+
1725
+ .paging-navigation a {
1726
+ color: #2b2b2b;
1727
+ }
1728
+
1729
+ .paging-navigation .page-numbers.current {
1730
+ border-top: 5px solid #24890d;
1731
+ }
1732
+
1733
+ .paging-navigation a:hover {
1734
+ border-top: 5px solid #41a62a;
1735
+ color: #2b2b2b;
1736
+ }
1737
+
1738
+
1739
+ /**
1740
+ * 6.8 Attachments
1741
+ * -----------------------------------------------------------------------------
1742
+ */
1743
+
1744
+ .attachment .content-sidebar,
1745
+ .attachment .post-thumbnail {
1746
+ display: none;
1747
+ }
1748
+
1749
+ .attachment .entry-content {
1750
+ padding-top: 0;
1751
+ }
1752
+
1753
+ .attachment footer.entry-meta {
1754
+ text-transform: none;
1755
+ }
1756
+
1757
+ .entry-attachment .attachment {
1758
+ margin-bottom: 24px;
1759
+ }
1760
+
1761
+
1762
+ /**
1763
+ * 6.9 Archives
1764
+ * -----------------------------------------------------------------------------
1765
+ */
1766
+
1767
+ .archive-header,
1768
+ .page-header {
1769
+ margin: 24px auto;
1770
+ max-width: 474px;
1771
+ }
1772
+
1773
+ .archive-title,
1774
+ .page-title {
1775
+ font-size: 16px;
1776
+ font-weight: 900;
1777
+ line-height: 1.5;
1778
+ margin: 0;
1779
+ }
1780
+
1781
+ .taxonomy-description,
1782
+ .author-description {
1783
+ color: #767676;
1784
+ font-size: 14px;
1785
+ line-height: 1.2857142857;
1786
+ padding-top: 18px;
1787
+ }
1788
+
1789
+ .taxonomy-description p,
1790
+ .author-description p {
1791
+ margin-bottom: 18px;
1792
+ }
1793
+
1794
+ .taxonomy-description p:last-child,
1795
+ .author-description p:last-child {
1796
+ margin-bottom: 0;
1797
+ }
1798
+
1799
+ .taxonomy-description a,
1800
+ .author-description a {
1801
+ text-decoration: underline;
1802
+ }
1803
+
1804
+ .taxonomy-description a:hover,
1805
+ .author-description a:hover {
1806
+ text-decoration: none;
1807
+ }
1808
+
1809
+
1810
+ /**
1811
+ * 6.10 Contributor Page
1812
+ * -----------------------------------------------------------------------------
1813
+ */
1814
+
1815
+ .contributor {
1816
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1817
+ -webkit-box-sizing: border-box;
1818
+ -moz-box-sizing: border-box;
1819
+ box-sizing: border-box;
1820
+ padding: 48px 10px;
1821
+ }
1822
+
1823
+ .contributor:first-of-type {
1824
+ padding-top: 24px;
1825
+ }
1826
+
1827
+ .contributor-info {
1828
+ margin: 0 auto;
1829
+ max-width: 474px;
1830
+ }
1831
+
1832
+ .contributor-avatar {
1833
+ border: 1px solid rgba(0, 0, 0, 0.1);
1834
+ float: left;
1835
+ margin: 0 30px 20px 0;
1836
+ padding: 2px;
1837
+ }
1838
+
1839
+ .contributor-name {
1840
+ font-size: 16px;
1841
+ font-weight: 900;
1842
+ line-height: 1.5;
1843
+ margin: 0;
1844
+ }
1845
+
1846
+ .contributor-bio a {
1847
+ text-decoration: underline;
1848
+ }
1849
+
1850
+ .contributor-bio a:hover {
1851
+ text-decoration: none;
1852
+ }
1853
+
1854
+ .contributor-posts-link {
1855
+ display: inline-block;
1856
+ line-height: normal;
1857
+ padding: 10px 30px;
1858
+ }
1859
+
1860
+ .contributor-posts-link:before {
1861
+ content: "\f443";
1862
+ }
1863
+
1864
+
1865
+ /**
1866
+ * 6.11 404 Page
1867
+ * -----------------------------------------------------------------------------
1868
+ */
1869
+
1870
+ .error404 .page-content {
1871
+ padding-top: 0;
1872
+ }
1873
+
1874
+ .error404 .page-content .search-form {
1875
+ margin-bottom: 24px;
1876
+ }
1877
+
1878
+
1879
+ /**
1880
+ * 6.12 Full-width
1881
+ * -----------------------------------------------------------------------------
1882
+ */
1883
+
1884
+ .full-width .hentry {
1885
+ max-width: 100%;
1886
+ }
1887
+
1888
+
1889
+ /**
1890
+ * 6.13 Singular
1891
+ * -----------------------------------------------------------------------------
1892
+ */
1893
+
1894
+ .singular .site-content .hentry.has-post-thumbnail {
1895
+ margin-top: -48px;
1896
+ }
1897
+
1898
+
1899
+ /**
1900
+ * 6.14 Comments
1901
+ * -----------------------------------------------------------------------------
1902
+ */
1903
+
1904
+ .comments-area {
1905
+ margin: 48px auto;
1906
+ max-width: 474px;
1907
+ padding: 0 10px;
1908
+ }
1909
+
1910
+ .comment-reply-title,
1911
+ .comments-title {
1912
+ font: 900 16px/1.5 Lato, sans-serif;
1913
+ margin: 0;
1914
+ text-transform: uppercase;
1915
+ }
1916
+
1917
+ .comment-list {
1918
+ list-style: none;
1919
+ margin: 0 0 48px 0;
1920
+ }
1921
+
1922
+ .comment-author {
1923
+ font-size: 14px;
1924
+ line-height: 1.7142857142;
1925
+ }
1926
+
1927
+ .comment-list .reply,
1928
+ .comment-metadata {
1929
+ font-size: 12px;
1930
+ line-height: 2;
1931
+ text-transform: uppercase;
1932
+ }
1933
+
1934
+ .comment-list .reply {
1935
+ margin-top: 24px;
1936
+ }
1937
+
1938
+ .comment-author .fn {
1939
+ font-weight: 900;
1940
+ }
1941
+
1942
+ .comment-author a {
1943
+ color: #2b2b2b;
1944
+ }
1945
+
1946
+ .comment-list .trackback a,
1947
+ .comment-list .pingback a,
1948
+ .comment-metadata a {
1949
+ color: #767676;
1950
+ }
1951
+
1952
+ .comment-author a:hover,
1953
+ .comment-list .pingback a:hover,
1954
+ .comment-list .trackback a:hover,
1955
+ .comment-metadata a:hover {
1956
+ color: #41a62a;
1957
+ }
1958
+
1959
+ .comment-list article,
1960
+ .comment-list .pingback,
1961
+ .comment-list .trackback {
1962
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
1963
+ margin-bottom: 24px;
1964
+ padding-top: 24px;
1965
+ }
1966
+
1967
+ .comment-list > li:first-child > article,
1968
+ .comment-list > .pingback:first-child,
1969
+ .comment-list > .trackback:first-child {
1970
+ border-top: 0;
1971
+ }
1972
+
1973
+ .comment-author {
1974
+ position: relative;
1975
+ }
1976
+
1977
+ .comment-author .avatar {
1978
+ border: 1px solid rgba(0, 0, 0, 0.1);
1979
+ height: 18px;
1980
+ padding: 2px;
1981
+ position: absolute;
1982
+ top: 0;
1983
+ left: 0;
1984
+ width: 18px;
1985
+ }
1986
+
1987
+ .bypostauthor > article .fn:before {
1988
+ content: "\f408";
1989
+ margin: 0 2px 0 -2px;
1990
+ position: relative;
1991
+ top: -1px;
1992
+ }
1993
+
1994
+ .says {
1995
+ display: none;
1996
+ }
1997
+
1998
+ .comment-author,
1999
+ .comment-awaiting-moderation,
2000
+ .comment-content,
2001
+ .comment-list .reply,
2002
+ .comment-metadata {
2003
+ padding-left: 30px;
2004
+ }
2005
+
2006
+ .comment-edit-link {
2007
+ margin-left: 10px;
2008
+ }
2009
+
2010
+ .comment-edit-link:before {
2011
+ content: "\f411";
2012
+ }
2013
+
2014
+ .comment-reply-link:before,
2015
+ .comment-reply-login:before {
2016
+ content: "\f412";
2017
+ margin-right: 2px;
2018
+ }
2019
+
2020
+ .comment-content {
2021
+ -webkit-hyphens: auto;
2022
+ -moz-hyphens: auto;
2023
+ -ms-hyphens: auto;
2024
+ hyphens: auto;
2025
+ word-wrap: break-word;
2026
+ }
2027
+
2028
+ .comment-content ul,
2029
+ .comment-content ol {
2030
+ margin: 0 0 24px 22px;
2031
+ }
2032
+
2033
+ .comment-content li > ul,
2034
+ .comment-content li > ol {
2035
+ margin-bottom: 0;
2036
+ }
2037
+
2038
+ .comment-content > :last-child {
2039
+ margin-bottom: 0;
2040
+ }
2041
+
2042
+ .comment-list .children {
2043
+ list-style: none;
2044
+ margin-left: 15px;
2045
+ }
2046
+
2047
+ .comment-respond {
2048
+ margin-bottom: 24px;
2049
+ padding: 0;
2050
+ }
2051
+
2052
+ .comment .comment-respond {
2053
+ margin-top: 24px;
2054
+ }
2055
+
2056
+ .comment-respond h3 {
2057
+ margin-top: 0;
2058
+ margin-bottom: 24px;
2059
+ }
2060
+
2061
+ .comment-notes,
2062
+ .comment-awaiting-moderation,
2063
+ .logged-in-as,
2064
+ .no-comments,
2065
+ .form-allowed-tags,
2066
+ .form-allowed-tags code {
2067
+ color: #767676;
2068
+ }
2069
+
2070
+ .comment-notes,
2071
+ .comment-awaiting-moderation,
2072
+ .logged-in-as {
2073
+ font-size: 14px;
2074
+ line-height: 1.7142857142;
2075
+ }
2076
+
2077
+ .no-comments {
2078
+ font-size: 16px;
2079
+ font-weight: 900;
2080
+ line-height: 1.5;
2081
+ margin-top: 24px;
2082
+ text-transform: uppercase;
2083
+ }
2084
+
2085
+ .comment-form label {
2086
+ display: block;
2087
+ }
2088
+
2089
+ .comment-form input[type="text"],
2090
+ .comment-form input[type="email"],
2091
+ .comment-form input[type="url"] {
2092
+ width: 100%;
2093
+ }
2094
+
2095
+ .form-allowed-tags,
2096
+ .form-allowed-tags code {
2097
+ font-size: 12px;
2098
+ line-height: 1.5;
2099
+ }
2100
+
2101
+ .required {
2102
+ color: #c0392b;
2103
+ }
2104
+
2105
+ .comment-reply-title small a {
2106
+ color: #2b2b2b;
2107
+ float: right;
2108
+ height: 24px;
2109
+ overflow: hidden;
2110
+ width: 24px;
2111
+ }
2112
+
2113
+ .comment-reply-title small a:hover {
2114
+ color: #41a62a;
2115
+ }
2116
+
2117
+ .comment-reply-title small a:before {
2118
+ content: "\f405";
2119
+ font-size: 32px;
2120
+ }
2121
+
2122
+ .comment-navigation {
2123
+ font-size: 12px;
2124
+ line-height: 2;
2125
+ margin-bottom: 48px;
2126
+ text-transform: uppercase;
2127
+ }
2128
+
2129
+ .comment-navigation .nav-next,
2130
+ .comment-navigation .nav-previous {
2131
+ display: inline-block;
2132
+ }
2133
+
2134
+ .comment-navigation .nav-previous a {
2135
+ margin-right: 10px;
2136
+ }
2137
+
2138
+ #comment-nav-above {
2139
+ margin-top: 36px;
2140
+ margin-bottom: 0;
2141
+ }
2142
+
2143
+
2144
+ /**
2145
+ * 7.0 Sidebars
2146
+ * -----------------------------------------------------------------------------
2147
+ */
2148
+
2149
+ /* Secondary */
2150
+
2151
+ #secondary {
2152
+ background-color: #000;
2153
+ border-top: 1px solid #000;
2154
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
2155
+ clear: both;
2156
+ color: rgba(255, 255, 255, 0.7);
2157
+ margin-top: -1px;
2158
+ padding: 0 10px;
2159
+ position: relative;
2160
+ z-index: 2;
2161
+ }
2162
+
2163
+ .site-description {
2164
+ display: none;
2165
+ font-size: 12px;
2166
+ font-weight: 400;
2167
+ line-height: 1.5;
2168
+ }
2169
+
2170
+ /* Primary Sidebar */
2171
+
2172
+ .primary-sidebar {
2173
+ padding-top: 48px;
2174
+ }
2175
+
2176
+ .secondary-navigation + .primary-sidebar {
2177
+ padding-top: 0;
2178
+ }
2179
+
2180
+ /* Content Sidebar */
2181
+
2182
+ .content-sidebar {
2183
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
2184
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
2185
+ -webkit-box-sizing: border-box;
2186
+ -moz-box-sizing: border-box;
2187
+ box-sizing: border-box;
2188
+ color: #767676;
2189
+ padding: 48px 10px 0;
2190
+ }
2191
+
2192
+
2193
+ /**
2194
+ * 7.1 Widgets
2195
+ * -----------------------------------------------------------------------------
2196
+ */
2197
+
2198
+ /* Primary Sidebar, Footer Sidebar */
2199
+
2200
+ .widget {
2201
+ font-size: 14px;
2202
+ -webkit-hyphens: auto;
2203
+ -moz-hyphens: auto;
2204
+ -ms-hyphens: auto;
2205
+ hyphens: auto;
2206
+ line-height: 1.2857142857;
2207
+ margin-bottom: 48px;
2208
+ width: 100%;
2209
+ word-wrap: break-word;
2210
+ }
2211
+
2212
+ .widget a {
2213
+ color: #fff;
2214
+ }
2215
+
2216
+ .widget a:hover {
2217
+ color: #41a62a;
2218
+ }
2219
+
2220
+ .widget h1,
2221
+ .widget h2,
2222
+ .widget h3,
2223
+ .widget h4,
2224
+ .widget h5,
2225
+ .widget h6 {
2226
+ margin: 24px 0 12px;
2227
+ }
2228
+
2229
+ .widget h1 {
2230
+ font-size: 22px;
2231
+ line-height: 1.0909090909;
2232
+ }
2233
+
2234
+ .widget h2 {
2235
+ font-size: 20px;
2236
+ line-height: 1.2;
2237
+ }
2238
+
2239
+ .widget h3 {
2240
+ font-size: 18px;
2241
+ line-height: 1.3333333333;
2242
+ }
2243
+
2244
+ .widget h4 {
2245
+ font-size: 16px;
2246
+ line-height: 1.5;
2247
+ }
2248
+
2249
+ .widget h5 {
2250
+ font-size: 14px;
2251
+ line-height: 1.7142857142;
2252
+ }
2253
+
2254
+ .widget h6 {
2255
+ font-size: 12px;
2256
+ line-height: 2;
2257
+ }
2258
+
2259
+ .widget address {
2260
+ margin-bottom: 18px;
2261
+ }
2262
+
2263
+ .widget abbr[title] {
2264
+ border-color: rgba(255, 255, 255, 0.7);
2265
+ }
2266
+
2267
+ .widget mark,
2268
+ .widget ins {
2269
+ color: #000;
2270
+ }
2271
+
2272
+ .widget pre,
2273
+ .widget fieldset {
2274
+ border-color: rgba(255, 255, 255, 0.2);
2275
+ }
2276
+
2277
+ .widget code,
2278
+ .widget kbd,
2279
+ .widget tt,
2280
+ .widget var,
2281
+ .widget samp,
2282
+ .widget pre {
2283
+ font-size: 12px;
2284
+ line-height: 1.5;
2285
+ }
2286
+
2287
+ .widget blockquote {
2288
+ color: rgba(255, 255, 255, 0.7);
2289
+ font-size: 18px;
2290
+ line-height: 1.5;
2291
+ margin-bottom: 18px;
2292
+ }
2293
+
2294
+ .widget blockquote cite {
2295
+ color: #fff;
2296
+ font-size: 14px;
2297
+ line-height: 1.2857142857;
2298
+ }
2299
+
2300
+ .widget dl,
2301
+ .widget dd {
2302
+ margin-bottom: 18px;
2303
+ }
2304
+
2305
+ .widget ul,
2306
+ .widget ol {
2307
+ list-style: none;
2308
+ margin: 0;
2309
+ }
2310
+
2311
+ .widget li > ol,
2312
+ .widget li > ul {
2313
+ margin-left: 10px;
2314
+ }
2315
+
2316
+ .widget table,
2317
+ .widget th,
2318
+ .widget td {
2319
+ border-color: rgba(255, 255, 255, 0.2);
2320
+ }
2321
+
2322
+ .widget table {
2323
+ margin-bottom: 18px;
2324
+ }
2325
+
2326
+ .widget del {
2327
+ color: rgba(255, 255, 255, 0.4);
2328
+ }
2329
+
2330
+ .widget hr {
2331
+ background-color: rgba(255, 255, 255, 0.2);
2332
+ }
2333
+
2334
+ .widget p {
2335
+ margin-bottom: 18px;
2336
+ }
2337
+
2338
+ .widget-area .widget input,
2339
+ .widget-area .widget textarea {
2340
+ background-color: rgba(255, 255, 255, 0.1);
2341
+ border-color: rgba(255, 255, 255, 0.2);
2342
+ color: #fff;
2343
+ font-size: 16px;
2344
+ padding: 1px 2px 2px 4px;
2345
+ }
2346
+
2347
+ .widget-area .widget input:focus,
2348
+ .widget-area .widget textarea:focus {
2349
+ border-color: rgba(255, 255, 255, 0.3);
2350
+ }
2351
+
2352
+ .widget button,
2353
+ .widget .button,
2354
+ .widget input[type="button"],
2355
+ .widget input[type="reset"],
2356
+ .widget input[type="submit"] {
2357
+ background-color: #24890d;
2358
+ border: 0;
2359
+ font-size: 12px;
2360
+ padding: 5px 15px 4px;
2361
+ }
2362
+
2363
+ .widget input[type="button"]:hover,
2364
+ .widget input[type="button"]:focus,
2365
+ .widget input[type="reset"]:hover,
2366
+ .widget input[type="reset"]:focus,
2367
+ .widget input[type="submit"]:hover,
2368
+ .widget input[type="submit"]:focus {
2369
+ background-color: #41a62a;
2370
+ }
2371
+
2372
+ .widget input[type="button"]:active,
2373
+ .widget input[type="reset"]:active,
2374
+ .widget input[type="submit"]:active {
2375
+ background-color: #55d737;
2376
+ }
2377
+
2378
+ .widget .wp-caption {
2379
+ color: rgba(255, 255, 255, 0.7);
2380
+ margin-bottom: 18px;
2381
+ }
2382
+
2383
+ .widget .widget-title {
2384
+ font-size: 14px;
2385
+ font-weight: 700;
2386
+ line-height: 1.7142857142;
2387
+ margin: 0 0 24px 0;
2388
+ text-transform: uppercase;
2389
+ }
2390
+
2391
+ .widget-title,
2392
+ .widget-title a {
2393
+ color: #fff;
2394
+ }
2395
+
2396
+ .widget-title a:hover {
2397
+ color: #41a62a;
2398
+ }
2399
+
2400
+ /* Calendar Widget*/
2401
+
2402
+ .widget_calendar table {
2403
+ line-height: 2;
2404
+ margin: 0;
2405
+ }
2406
+
2407
+ .widget_calendar caption {
2408
+ color: #fff;
2409
+ font-weight: 700;
2410
+ line-height: 1.7142857142;
2411
+ margin-bottom: 18px;
2412
+ text-align: left;
2413
+ text-transform: uppercase;
2414
+ }
2415
+
2416
+ .widget_calendar thead th {
2417
+ background-color: rgba(255, 255, 255, 0.1);
2418
+ }
2419
+
2420
+ .widget_calendar tbody td,
2421
+ .widget_calendar thead th {
2422
+ text-align: center;
2423
+ }
2424
+
2425
+ .widget_calendar tbody a {
2426
+ background-color: #24890d;
2427
+ color: #fff;
2428
+ display: block;
2429
+ }
2430
+
2431
+ .widget_calendar tbody a:hover {
2432
+ background-color: #41a62a;
2433
+ }
2434
+
2435
+ .widget_calendar tbody a:hover {
2436
+ color: #fff;
2437
+ }
2438
+
2439
+ .widget_calendar #prev {
2440
+ padding-left: 5px;
2441
+ }
2442
+
2443
+ .widget_calendar #next {
2444
+ padding-right: 5px;
2445
+ text-align: right;
2446
+ }
2447
+
2448
+ /* Ephemera Widget*/
2449
+
2450
+ .widget_twentyfourteen_ephemera > ol > li {
2451
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
2452
+ margin-bottom: 18px;
2453
+ padding: 0;
2454
+ }
2455
+
2456
+ .widget_twentyfourteen_ephemera .hentry {
2457
+ margin: 0;
2458
+ max-width: 100%;
2459
+ }
2460
+
2461
+ .widget_twentyfourteen_ephemera .entry-title,
2462
+ .widget_twentyfourteen_ephemera .entry-meta,
2463
+ .widget_twentyfourteen_ephemera .wp-caption-text,
2464
+ .widget_twentyfourteen_ephemera .post-format-archive-link,
2465
+ .widget_twentyfourteen_ephemera .entry-content table {
2466
+ font-size: 12px;
2467
+ line-height: 1.5;
2468
+ }
2469
+
2470
+ .widget_twentyfourteen_ephemera .entry-title {
2471
+ display: inline;
2472
+ font-weight: 400;
2473
+ }
2474
+
2475
+ .widget_twentyfourteen_ephemera .entry-meta {
2476
+ margin-bottom: 18px;
2477
+ }
2478
+
2479
+ .widget_twentyfourteen_ephemera .entry-meta a {
2480
+ color: rgba(255, 255, 255, 0.7);
2481
+ }
2482
+
2483
+ .widget_twentyfourteen_ephemera .entry-meta a:hover {
2484
+ color: #41a62a;
2485
+ }
2486
+
2487
+ .widget_twentyfourteen_ephemera .entry-content ul,
2488
+ .widget_twentyfourteen_ephemera .entry-content ol {
2489
+ margin: 0 0 18px 20px;
2490
+ }
2491
+
2492
+ .widget_twentyfourteen_ephemera .entry-content ul {
2493
+ list-style: disc;
2494
+ }
2495
+
2496
+ .widget_twentyfourteen_ephemera .entry-content ol {
2497
+ list-style: decimal;
2498
+ }
2499
+
2500
+ .widget_twentyfourteen_ephemera .entry-content li > ul,
2501
+ .widget_twentyfourteen_ephemera .entry-content li > ol {
2502
+ margin: 0 0 0 20px;
2503
+ }
2504
+
2505
+ .widget_twentyfourteen_ephemera .entry-content th,
2506
+ .widget_twentyfourteen_ephemera .entry-content td {
2507
+ padding: 6px;
2508
+ }
2509
+
2510
+ .widget_twentyfourteen_ephemera .post-format-archive-link {
2511
+ font-weight: 700;
2512
+ text-transform: uppercase;
2513
+ }
2514
+
2515
+ /* List Style Widgets*/
2516
+
2517
+ .widget_archive li,
2518
+ .widget_categories li,
2519
+ .widget_links li,
2520
+ .widget_meta li,
2521
+ .widget_nav_menu li,
2522
+ .widget_pages li,
2523
+ .widget_recent_comments li,
2524
+ .widget_recent_entries li {
2525
+ border-top: 1px solid rgba(255, 255, 255, 0.2);
2526
+ padding: 8px 0 9px;
2527
+ }
2528
+
2529
+ .widget_archive li:first-child,
2530
+ .widget_categories li:first-child,
2531
+ .widget_links li:first-child,
2532
+ .widget_meta li:first-child,
2533
+ .widget_nav_menu li:first-child,
2534
+ .widget_pages li:first-child,
2535
+ .widget_recent_comments li:first-child,
2536
+ .widget_recent_entries li:first-child {
2537
+ border-top: 0;
2538
+ }
2539
+
2540
+ .widget_categories li ul,
2541
+ .widget_nav_menu li ul,
2542
+ .widget_pages li ul {
2543
+ border-top: 1px solid rgba(255, 255, 255, 0.2);
2544
+ margin-top: 9px;
2545
+ }
2546
+
2547
+ .widget_categories li li:last-child,
2548
+ .widget_nav_menu li li:last-child,
2549
+ .widget_pages li li:last-child {
2550
+ padding-bottom: 0;
2551
+ }
2552
+
2553
+ /* Recent Posts Widget */
2554
+
2555
+ .widget_recent_entries .post-date {
2556
+ display: block;
2557
+ }
2558
+
2559
+ /* RSS Widget */
2560
+
2561
+ .rsswidget img {
2562
+ margin-top: -4px;
2563
+ }
2564
+
2565
+ .rssSummary {
2566
+ margin: 9px 0;
2567
+ }
2568
+
2569
+ .rss-date {
2570
+ display: block;
2571
+ }
2572
+
2573
+ .widget_rss li {
2574
+ margin-bottom: 18px;
2575
+ }
2576
+
2577
+ .widget_rss li:last-child {
2578
+ margin-bottom: 0;
2579
+ }
2580
+
2581
+ /* Text Widget */
2582
+
2583
+ .widget_text > div > :last-child {
2584
+ margin-bottom: 0;
2585
+ }
2586
+
2587
+
2588
+ /**
2589
+ * 7.2 Content Sidebar Widgets
2590
+ * -----------------------------------------------------------------------------
2591
+ */
2592
+
2593
+ .content-sidebar .widget a {
2594
+ color: #24890d;
2595
+ }
2596
+
2597
+ .content-sidebar .widget a:hover {
2598
+ color: #41a62a;
2599
+ }
2600
+
2601
+ .content-sidebar .widget pre {
2602
+ border-color: rgba(0, 0, 0, 0.1);
2603
+ }
2604
+
2605
+ .content-sidebar .widget mark,
2606
+ .content-sidebar .widget ins {
2607
+ color: #2b2b2b;
2608
+ }
2609
+
2610
+ .content-sidebar .widget abbr[title] {
2611
+ border-color: #2b2b2b;
2612
+ }
2613
+
2614
+ .content-sidebar .widget fieldset {
2615
+ border-color: rgba(0, 0, 0, 0.1);
2616
+ }
2617
+
2618
+ .content-sidebar .widget blockquote {
2619
+ color: #767676;
2620
+ }
2621
+
2622
+ .content-sidebar .widget blockquote cite {
2623
+ color: #2b2b2b;
2624
+ }
2625
+
2626
+ .content-sidebar .widget li > ol,
2627
+ .content-sidebar .widget li > ul {
2628
+ margin-left: 18px;
2629
+ }
2630
+
2631
+ .content-sidebar .widget table,
2632
+ .content-sidebar .widget th,
2633
+ .content-sidebar .widget td {
2634
+ border-color: rgba(0, 0, 0, 0.1);
2635
+ }
2636
+
2637
+ .content-sidebar .widget del {
2638
+ color: #767676;
2639
+ }
2640
+
2641
+ .content-sidebar .widget hr {
2642
+ background-color: rgba(0, 0, 0, 0.1);
2643
+ }
2644
+
2645
+ .content-sidebar .widget input,
2646
+ .content-sidebar .widget textarea {
2647
+ background-color: #fff;
2648
+ border-color: rgba(0, 0, 0, 0.1);
2649
+ color: #2b2b2b;
2650
+ }
2651
+
2652
+ .content-sidebar .widget input:focus,
2653
+ .content-sidebar .widget textarea:focus {
2654
+ border-color: rgba(0, 0, 0, 0.3);
2655
+ }
2656
+
2657
+ .content-sidebar .widget input[type="button"],
2658
+ .content-sidebar .widget input[type="reset"],
2659
+ .content-sidebar .widget input[type="submit"] {
2660
+ background-color: #24890d;
2661
+ border: 0;
2662
+ color: #fff;
2663
+ }
2664
+
2665
+ .content-sidebar .widget input[type="button"]:hover,
2666
+ .content-sidebar .widget input[type="button"]:focus,
2667
+ .content-sidebar .widget input[type="reset"]:hover,
2668
+ .content-sidebar .widget input[type="reset"]:focus,
2669
+ .content-sidebar .widget input[type="submit"]:hover,
2670
+ .content-sidebar .widget input[type="submit"]:focus {
2671
+ background-color: #41a62a;
2672
+ }
2673
+
2674
+ .content-sidebar .widget input[type="button"]:active,
2675
+ .content-sidebar .widget input[type="reset"]:active,
2676
+ .content-sidebar .widget input[type="submit"]:active {
2677
+ background-color: #55d737;
2678
+ }
2679
+
2680
+ .content-sidebar .widget .wp-caption {
2681
+ color: #767676;
2682
+ }
2683
+
2684
+ .content-sidebar .widget .widget-title {
2685
+ border-top: 5px solid #000;
2686
+ color: #2b2b2b;
2687
+ font-size: 14px;
2688
+ font-weight: 900;
2689
+ margin: 0 0 18px;
2690
+ padding-top: 7px;
2691
+ text-transform: uppercase;
2692
+ }
2693
+
2694
+ .content-sidebar .widget .widget-title a {
2695
+ color: #2b2b2b;
2696
+ }
2697
+
2698
+ .content-sidebar .widget .widget-title a:hover {
2699
+ color: #41a62a;
2700
+ }
2701
+
2702
+ /* List Style Widgets*/
2703
+
2704
+ .content-sidebar .widget_archive li,
2705
+ .content-sidebar .widget_categories li,
2706
+ .content-sidebar .widget_links li,
2707
+ .content-sidebar .widget_meta li,
2708
+ .content-sidebar .widget_nav_menu li,
2709
+ .content-sidebar .widget_pages li,
2710
+ .content-sidebar .widget_recent_comments li,
2711
+ .content-sidebar .widget_recent_entries li,
2712
+ .content-sidebar .widget_categories li ul,
2713
+ .content-sidebar .widget_nav_menu li ul,
2714
+ .content-sidebar .widget_pages li ul {
2715
+ border-color: rgba(0, 0, 0, 0.1);
2716
+ }
2717
+
2718
+ /* Calendar Widget */
2719
+
2720
+ .content-sidebar .widget_calendar caption {
2721
+ color: #2b2b2b;
2722
+ font-weight: 900;
2723
+ }
2724
+
2725
+ .content-sidebar .widget_calendar thead th {
2726
+ background-color: rgba(0, 0, 0, 0.02);
2727
+ }
2728
+
2729
+ .content-sidebar .widget_calendar tbody a,
2730
+ .content-sidebar .widget_calendar tbody a:hover {
2731
+ color: #fff;
2732
+ }
2733
+
2734
+ /* Ephemera widget*/
2735
+
2736
+ .content-sidebar .widget_twentyfourteen_ephemera .widget-title {
2737
+ line-height: 1.2857142857;
2738
+ padding-top: 1px;
2739
+ }
2740
+
2741
+ .content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
2742
+ background-color: #000;
2743
+ color: #fff;
2744
+ margin: -1px 9px 0 0;
2745
+ padding: 6px 0 9px;
2746
+ text-align: center;
2747
+ vertical-align: middle;
2748
+ width: 36px;
2749
+ }
2750
+
2751
+ .content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
2752
+ content: "\f104";
2753
+ }
2754
+
2755
+ .content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
2756
+ content: "\f109";
2757
+ }
2758
+
2759
+ .content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
2760
+ content: "\f473";
2761
+ }
2762
+
2763
+ .content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
2764
+ content: "\f103";
2765
+ }
2766
+
2767
+ .content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
2768
+ content: "\f101";
2769
+ }
2770
+
2771
+ .content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
2772
+ content: "\f106";
2773
+ }
2774
+
2775
+ .content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
2776
+ content: "\f107";
2777
+ }
2778
+
2779
+ .content-sidebar .widget_twentyfourteen_ephemera > ol > li {
2780
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
2781
+ }
2782
+
2783
+ .content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
2784
+ color: #ccc;
2785
+ }
2786
+
2787
+ .content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
2788
+ color: #767676;
2789
+ }
2790
+
2791
+ .content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
2792
+ color: #41a62a;
2793
+ }
2794
+
2795
+ .content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
2796
+ font-size: 13px;
2797
+ line-height: 1.3846153846;
2798
+ }
2799
+
2800
+ .content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
2801
+ font-weight: 900;
2802
+ }
2803
+
2804
+
2805
+ /**
2806
+ * 8.0 Footer
2807
+ * -----------------------------------------------------------------------------
2808
+ */
2809
+
2810
+ #supplementary {
2811
+ padding: 0 10px;
2812
+ }
2813
+
2814
+ .site-footer,
2815
+ .site-info,
2816
+ .site-info a {
2817
+ color: rgba(255, 255, 255, 0.7);
2818
+ }
2819
+
2820
+ .site-footer {
2821
+ background-color: #000;
2822
+ font-size: 12px;
2823
+ position: relative;
2824
+ z-index: 3;
2825
+ }
2826
+
2827
+ .footer-sidebar {
2828
+ padding-top: 48px;
2829
+ }
2830
+
2831
+ .site-info {
2832
+ padding: 15px 10px;
2833
+ }
2834
+
2835
+ #supplementary + .site-info {
2836
+ border-top: 1px solid rgba(255, 255, 255, 0.2);
2837
+ }
2838
+
2839
+ .site-info a:hover {
2840
+ color: #41a62a;
2841
+ }
2842
+
2843
+
2844
+ /**
2845
+ * 9.0 Featured Content
2846
+ * -----------------------------------------------------------------------------
2847
+ */
2848
+
2849
+ .featured-content {
2850
+ background: #000 url(images/pattern-dark.svg) repeat fixed;
2851
+ -webkit-box-sizing: border-box;
2852
+ -moz-box-sizing: border-box;
2853
+ box-sizing: border-box;
2854
+ position: relative;
2855
+ width: 100%;
2856
+ }
2857
+
2858
+ .featured-content-inner {
2859
+ overflow: hidden;
2860
+ }
2861
+
2862
+ .featured-content .hentry {
2863
+ color: #fff;
2864
+ margin: 0;
2865
+ max-width: 100%;
2866
+ width: 100%;
2867
+ }
2868
+
2869
+ .featured-content .post-thumbnail,
2870
+ .featured-content .post-thumbnail:hover {
2871
+ background: transparent;
2872
+ }
2873
+
2874
+ .featured-content .post-thumbnail {
2875
+ display: block;
2876
+ position: relative;
2877
+ padding-top: 55.357142857%;
2878
+ overflow: hidden;
2879
+ }
2880
+
2881
+ .featured-content .post-thumbnail img {
2882
+ left: 0;
2883
+ position: absolute;
2884
+ top: 0;
2885
+ }
2886
+
2887
+ .featured-content .entry-header {
2888
+ background-color: #000;
2889
+ -webkit-box-sizing: border-box;
2890
+ -moz-box-sizing: border-box;
2891
+ box-sizing: border-box;
2892
+ min-height: 96px;
2893
+ overflow: hidden;
2894
+ padding: 24px 10px;
2895
+ }
2896
+
2897
+ .featured-content a {
2898
+ color: #fff;
2899
+ }
2900
+
2901
+ .featured-content a:hover {
2902
+ color: #41a62a;
2903
+ }
2904
+
2905
+ .featured-content .entry-meta {
2906
+ color: #fff;
2907
+ font-size: 11px;
2908
+ font-weight: 700;
2909
+ line-height: 1.0909090909;
2910
+ margin-bottom: 12px;
2911
+ }
2912
+
2913
+ .featured-content .cat-links {
2914
+ font-weight: 700;
2915
+ }
2916
+
2917
+ .featured-content .entry-title {
2918
+ font-size: 18px;
2919
+ font-weight: 300;
2920
+ line-height: 1.3333333333;
2921
+ margin: 0;
2922
+ text-transform: uppercase;
2923
+ }
2924
+
2925
+
2926
+ /* Slider */
2927
+
2928
+ .slider .featured-content .hentry {
2929
+ -webkit-backface-visibility: hidden;
2930
+ display: none;
2931
+ position: relative;
2932
+ }
2933
+
2934
+ .slider .featured-content .post-thumbnail {
2935
+ padding-top: 55.49132947%;
2936
+ }
2937
+
2938
+ .slider-control-paging {
2939
+ background-color: #000;
2940
+ -webkit-box-sizing: border-box;
2941
+ -moz-box-sizing: border-box;
2942
+ box-sizing: border-box;
2943
+ float: left;
2944
+ list-style: none;
2945
+ margin: -24px 0 0 0;
2946
+ position: relative;
2947
+ width: 100%;
2948
+ z-index: 3;
2949
+ }
2950
+
2951
+ .slider-control-paging li {
2952
+ float: left;
2953
+ margin: 2px 4px 2px 0;
2954
+ }
2955
+
2956
+ .slider-control-paging li:last-child {
2957
+ margin-right: 0;
2958
+ }
2959
+
2960
+ .slider-control-paging a {
2961
+ cursor: pointer;
2962
+ display: block;
2963
+ height: 44px;
2964
+ position: relative;
2965
+ text-indent: -999em;
2966
+ width: 44px;
2967
+ }
2968
+
2969
+ .slider-control-paging a:before {
2970
+ background-color: #4d4d4d;
2971
+ content: "";
2972
+ height: 12px;
2973
+ left: 10px;
2974
+ position: absolute;
2975
+ top: 16px;
2976
+ width: 12px;
2977
+ }
2978
+
2979
+ .slider-control-paging a:hover:before {
2980
+ background-color: #41a62a;
2981
+ }
2982
+
2983
+ .slider-control-paging .slider-active:before,
2984
+ .slider-control-paging .slider-active:hover:before {
2985
+ background-color: #24890d;
2986
+ }
2987
+
2988
+ .slider-direction-nav {
2989
+ clear: both;
2990
+ list-style: none;
2991
+ margin: 0;
2992
+ position: relative;
2993
+ width: 100%;
2994
+ z-index: 3;
2995
+ }
2996
+
2997
+ .slider-direction-nav li {
2998
+ border-color: #fff;
2999
+ border-style: solid;
3000
+ border-width: 2px 1px 0 0;
3001
+ -webkit-box-sizing: border-box;
3002
+ -moz-box-sizing: border-box;
3003
+ box-sizing: border-box;
3004
+ float: left;
3005
+ text-align: center;
3006
+ width: 50%;
3007
+ }
3008
+
3009
+ .slider-direction-nav li:last-child {
3010
+ border-width: 2px 0 0 1px;
3011
+ }
3012
+
3013
+ .slider-direction-nav a {
3014
+ background-color: #000;
3015
+ display: block;
3016
+ font-size: 0;
3017
+ height: 46px;
3018
+ }
3019
+
3020
+ .slider-direction-nav a:hover {
3021
+ background-color: #24890d;
3022
+ }
3023
+
3024
+ .slider-direction-nav a:before {
3025
+ color: #fff;
3026
+ content: "\f430";
3027
+ font-size: 32px;
3028
+ line-height: 46px;
3029
+ }
3030
+
3031
+ .slider-direction-nav .slider-next:before {
3032
+ content: "\f429";
3033
+ }
3034
+
3035
+ .slider-direction-nav .slider-disabled {
3036
+ display: none;
3037
+ }
3038
+
3039
+
3040
+ /**
3041
+ * 10.0 Multisite
3042
+ * -----------------------------------------------------------------------------
3043
+ */
3044
+
3045
+ .site-main .widecolumn {
3046
+ padding-top: 72px;
3047
+ width: auto;
3048
+ }
3049
+ .site-main .mu_register,
3050
+ .widecolumn > h2,
3051
+ .widecolumn > form {
3052
+ margin: 0 auto 48px;
3053
+ max-width: 474px;
3054
+ padding: 0 30px;
3055
+ }
3056
+
3057
+ .site-main .mu_register #blog_title,
3058
+ .site-main .mu_register #user_email,
3059
+ .site-main .mu_register #blogname,
3060
+ .site-main .mu_register #user_name {
3061
+ font-size: inherit;
3062
+ width: 90%;
3063
+ }
3064
+
3065
+ .site-main .mu_register input[type="submit"],
3066
+ .widecolumn #submit {
3067
+ font-size: inherit;
3068
+ width: auto;
3069
+ }
3070
+
3071
+
3072
+ /**
3073
+ * 11.0 Media Queries
3074
+ * -----------------------------------------------------------------------------
3075
+ */
3076
+
3077
+ /* Does the same thing as <meta name="viewport" content="width=device-width">,
3078
+ * but in the future W3C standard way. -ms- prefix is required for IE10+ to
3079
+ * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
3080
+ * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
3081
+ */
3082
+ @-ms-viewport {
3083
+ width: device-width;
3084
+ }
3085
+
3086
+ @viewport {
3087
+ width: device-width;
3088
+ }
3089
+
3090
+ @media screen and (max-width: 400px) {
3091
+ .list-view .site-content .post-thumbnail {
3092
+ background: none;
3093
+ width: auto;
3094
+ z-index: 2;
3095
+ }
3096
+
3097
+ .list-view .site-content .post-thumbnail img {
3098
+ float: left;
3099
+ margin: 0 10px 3px 0;
3100
+ width: 84px;
3101
+ }
3102
+
3103
+ .list-view .site-content .entry-header {
3104
+ background-color: transparent;
3105
+ padding: 0;
3106
+ }
3107
+
3108
+ .list-view .content-area {
3109
+ padding: 0 10px;
3110
+ }
3111
+
3112
+ .list-view .site-content .hentry {
3113
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
3114
+ margin: 0;
3115
+ min-height: 60px;
3116
+ padding: 12px 0 9px;
3117
+ }
3118
+
3119
+ .list-view .site-content .cat-links,
3120
+ .list-view .site-content .type-post .entry-content,
3121
+ .list-view .site-content .type-page .entry-content,
3122
+ .list-view .site-content .type-post .entry-summary,
3123
+ .list-view .site-content .type-page .entry-summary,
3124
+ .list-view .site-content footer.entry-meta {
3125
+ display: none;
3126
+ }
3127
+
3128
+ .list-view .site-content .entry-title {
3129
+ clear: none;
3130
+ font-size: 15px;
3131
+ font-weight: 900;
3132
+ line-height: 1.2;
3133
+ margin-bottom: 6px;
3134
+ text-transform: none;
3135
+ }
3136
+
3137
+ .list-view .site-content .format-aside .entry-title,
3138
+ .list-view .site-content .format-link .entry-title,
3139
+ .list-view .site-content .format-quote .entry-title {
3140
+ display: block;
3141
+ }
3142
+
3143
+ .list-view .site-content .entry-meta {
3144
+ background-color: transparent;
3145
+ clear: none;
3146
+ margin: 0;
3147
+ text-transform: none;
3148
+ }
3149
+
3150
+ .archive-header,
3151
+ .page-header {
3152
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
3153
+ margin: 24px auto 0;
3154
+ padding-bottom: 24px;
3155
+ }
3156
+
3157
+ .error404 .page-header {
3158
+ border-bottom: 0;
3159
+ margin: 0 auto 24px;
3160
+ padding: 0 10px;
3161
+ }
3162
+ }
3163
+
3164
+ @media screen and (min-width: 401px) {
3165
+ a.post-thumbnail:hover img {
3166
+ opacity: 0.85;
3167
+ }
3168
+
3169
+ .full-size-link:before,
3170
+ .parent-post-link:before,
3171
+ .site-content span + .byline:before,
3172
+ .site-content span + .comments-link:before,
3173
+ .site-content span + .edit-link:before,
3174
+ .site-content span + .entry-date:before {
3175
+ content: "";
3176
+ }
3177
+
3178
+ .attachment span.entry-date:before,
3179
+ .entry-content .edit-link a:before,
3180
+ .entry-meta .edit-link a:before,
3181
+ .site-content .byline a:before,
3182
+ .site-content .comments-link a:before,
3183
+ .site-content .entry-date a:before,
3184
+ .site-content .featured-post:before,
3185
+ .site-content .full-size-link a:before,
3186
+ .site-content .parent-post-link a:before,
3187
+ .site-content .post-format a:before {
3188
+ -webkit-font-smoothing: antialiased;
3189
+ display: inline-block;
3190
+ font: normal 16px/1 Genericons;
3191
+ text-decoration: inherit;
3192
+ vertical-align: text-bottom;
3193
+ }
3194
+
3195
+ .site-content .entry-meta > span {
3196
+ margin-right: 10px;
3197
+ }
3198
+
3199
+ .site-content .format-video .post-format a:before {
3200
+ content: "\f104";
3201
+ }
3202
+
3203
+ .site-content .format-audio .post-format a:before {
3204
+ content: "\f109";
3205
+ }
3206
+
3207
+ .site-content .format-image .post-format a:before {
3208
+ content: "\f473";
3209
+ }
3210
+
3211
+ .site-content .format-quote .post-format a:before {
3212
+ content: "\f106";
3213
+ margin-right: 2px;
3214
+ }
3215
+
3216
+ .site-content .format-gallery .post-format a:before {
3217
+ content: "\f103";
3218
+ margin-right: 4px;
3219
+ }
3220
+
3221
+ .site-content .format-aside .post-format a:before {
3222
+ content: "\f101";
3223
+ margin-right: 2px;
3224
+ }
3225
+
3226
+ .site-content .format-link .post-format a:before {
3227
+ content: "\f107";
3228
+ position: relative;
3229
+ top: 1px;
3230
+ }
3231
+
3232
+ .site-content .featured-post:before {
3233
+ content: "\f308";
3234
+ margin-right: 3px;
3235
+ position: relative;
3236
+ top: 1px;
3237
+ }
3238
+
3239
+ .site-content .entry-date a:before,
3240
+ .attachment .site-content span.entry-date:before {
3241
+ content: "\f303";
3242
+ margin-right: 1px;
3243
+ position: relative;
3244
+ top: 1px;
3245
+ }
3246
+
3247
+ .site-content .byline a:before {
3248
+ content: "\f304";
3249
+ }
3250
+
3251
+ .site-content .comments-link a:before {
3252
+ content: "\f300";
3253
+ margin-right: 2px;
3254
+ }
3255
+
3256
+ .entry-content .edit-link a:before,
3257
+ .entry-meta .edit-link a:before {
3258
+ content: "\f411";
3259
+ }
3260
+
3261
+ .site-content .full-size-link a:before {
3262
+ content: "\f402";
3263
+ margin-right: 1px;
3264
+ }
3265
+
3266
+ .site-content .parent-post-link a:before {
3267
+ content: "\f301";
3268
+ }
3269
+
3270
+ .list-view .site-content .hentry {
3271
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
3272
+ padding-top: 48px;
3273
+ }
3274
+
3275
+ .list-view .site-content .hentry:first-of-type,
3276
+ .list-view .site-content .hentry.has-post-thumbnail {
3277
+ border-top: 0;
3278
+ padding-top: 0;
3279
+ }
3280
+
3281
+ .archive-header,
3282
+ .page-header {
3283
+ margin: 0 auto 60px;
3284
+ padding: 0 10px;
3285
+ }
3286
+
3287
+ .error404 .page-header {
3288
+ margin-bottom: 24px;
3289
+ }
3290
+ }
3291
+
3292
+ @media screen and (min-width: 594px) {
3293
+ .site-content .entry-header {
3294
+ padding-right: 30px;
3295
+ padding-left: 30px;
3296
+ }
3297
+
3298
+ .site-content .has-post-thumbnail .entry-header {
3299
+ margin-top: -48px;
3300
+ }
3301
+ }
3302
+
3303
+ @media screen and (min-width: 673px) {
3304
+ .header-main {
3305
+ padding: 0 30px;
3306
+ }
3307
+
3308
+ .search-toggle {
3309
+ margin-right: 18px;
3310
+ }
3311
+
3312
+ .search-box .search-field {
3313
+ width: 50%;
3314
+ }
3315
+
3316
+ .content-area {
3317
+ float: left;
3318
+ width: 100%;
3319
+ }
3320
+
3321
+ .site-content {
3322
+ margin-right: 33.33333333%;
3323
+ }
3324
+
3325
+ .site-content .has-post-thumbnail .entry-header {
3326
+ margin-top: 0;
3327
+ }
3328
+
3329
+ .archive-header,
3330
+ .comments-area,
3331
+ .image-navigation,
3332
+ .page-header,
3333
+ .page-content,
3334
+ .post-navigation,
3335
+ .site-content .entry-content,
3336
+ .site-content .entry-summary,
3337
+ .site-content footer.entry-meta {
3338
+ padding-right: 30px;
3339
+ padding-left: 30px;
3340
+ }
3341
+
3342
+ .singular .site-content .hentry.has-post-thumbnail {
3343
+ margin-top: 0;
3344
+ }
3345
+
3346
+ .full-width .site-content {
3347
+ margin-right: 0;
3348
+ }
3349
+
3350
+ .full-width .site-content .has-post-thumbnail .entry-header,
3351
+ .full-width .site-content .hentry.has-post-thumbnail:first-child {
3352
+ margin-top: -48px;
3353
+ }
3354
+
3355
+ #secondary,
3356
+ #supplementary {
3357
+ padding: 0 30px;
3358
+ }
3359
+
3360
+ .content-sidebar {
3361
+ border: 0;
3362
+ float: right;
3363
+ margin-left: -33.33333333%;
3364
+ padding: 48px 30px 24px;
3365
+ position: relative;
3366
+ width: 33.33333333%;
3367
+ }
3368
+
3369
+ .grid .featured-content .hentry {
3370
+ float: left;
3371
+ width: 50%;
3372
+ }
3373
+
3374
+ .grid .featured-content .hentry:nth-child( 2n+1 ) {
3375
+ clear: both;
3376
+ }
3377
+
3378
+ .grid .featured-content .entry-header {
3379
+ border-color: #000;
3380
+ border-style: solid;
3381
+ border-width: 12px 10px;
3382
+ height: 96px;
3383
+ padding: 0;
3384
+ }
3385
+
3386
+ .slider .featured-content .entry-title {
3387
+ font-size: 22px;
3388
+ line-height: 1.0909090909;
3389
+ }
3390
+
3391
+ .slider .featured-content .entry-header {
3392
+ min-height: inherit;
3393
+ padding: 24px 30px 48px;
3394
+ position: absolute;
3395
+ left: 0;
3396
+ bottom: 0;
3397
+ width: 50%;
3398
+ z-index: 3;
3399
+ }
3400
+
3401
+ .slider-control-paging {
3402
+ background: transparent;
3403
+ margin-top: -48px;
3404
+ padding-left: 20px;
3405
+ width: 50%;
3406
+ }
3407
+
3408
+ .slider-direction-nav {
3409
+ clear: none;
3410
+ float: right;
3411
+ margin-top: -48px;
3412
+ width: 98px;
3413
+ }
3414
+
3415
+ .slider-direction-nav li {
3416
+ border: 0;
3417
+ padding: 0 1px 0 0;
3418
+ }
3419
+
3420
+ .slider-direction-nav li:last-child {
3421
+ padding: 0 0 0 1px;
3422
+ }
3423
+
3424
+ .slider-direction-nav a {
3425
+ height: 48px;
3426
+ }
3427
+
3428
+ .slider-direction-nav a:before {
3429
+ line-height: 48px;
3430
+ }
3431
+
3432
+ .site-info {
3433
+ padding: 15px 30px;
3434
+ }
3435
+ }
3436
+
3437
+ @media screen and (min-width: 783px) {
3438
+ .site-title {
3439
+ /* Search-toggle width = 48px */
3440
+ max-width: -webkit-calc(100% - 48px);
3441
+ max-width: calc(100% - 48px);
3442
+ }
3443
+
3444
+ .header-main {
3445
+ padding-right: 0;
3446
+ }
3447
+
3448
+ .search-toggle {
3449
+ margin-right: 0;
3450
+ }
3451
+
3452
+ /* Fixed Header */
3453
+
3454
+ .masthead-fixed .site-header {
3455
+ position: fixed;
3456
+ top: 0;
3457
+ }
3458
+
3459
+ .admin-bar.masthead-fixed .site-header {
3460
+ top: 32px;
3461
+ }
3462
+
3463
+ .masthead-fixed .site-main {
3464
+ margin-top: 48px;
3465
+ }
3466
+
3467
+ /* Navigation */
3468
+
3469
+ .site-navigation li .current_page_item > a,
3470
+ .site-navigation li .current_page_ancestor > a,
3471
+ .site-navigation li .current-menu-item > a,
3472
+ .site-navigation li .current-menu-ancestor > a {
3473
+ color: #fff;
3474
+ }
3475
+
3476
+ /* Primary Navigation */
3477
+
3478
+ .primary-navigation {
3479
+ float: right;
3480
+ font-size: 11px;
3481
+ margin: 0 1px 0 -12px;
3482
+ padding: 0;
3483
+ text-transform: uppercase;
3484
+ }
3485
+
3486
+ .primary-navigation .menu-toggle {
3487
+ display: none;
3488
+ padding: 0;
3489
+ }
3490
+
3491
+ .primary-navigation .nav-menu {
3492
+ border-bottom: 0;
3493
+ display: block;
3494
+ }
3495
+
3496
+ .primary-navigation.toggled-on {
3497
+ border-bottom: 0;
3498
+ margin: 0;
3499
+ padding: 0;
3500
+ }
3501
+
3502
+ .primary-navigation li {
3503
+ border: 0;
3504
+ display: inline-block;
3505
+ height: 48px;
3506
+ line-height: 48px;
3507
+ position: relative;
3508
+ }
3509
+
3510
+ .primary-navigation a {
3511
+ display: inline-block;
3512
+ padding: 0 12px;
3513
+ white-space: nowrap;
3514
+ }
3515
+
3516
+ .primary-navigation ul ul {
3517
+ background-color: #24890d;
3518
+ float: left;
3519
+ margin: 0;
3520
+ position: absolute;
3521
+ top: 48px;
3522
+ left: -999em;
3523
+ z-index: 99999;
3524
+ }
3525
+
3526
+ .primary-navigation li li {
3527
+ border: 0;
3528
+ display: block;
3529
+ height: auto;
3530
+ line-height: 1.0909090909;
3531
+ }
3532
+
3533
+ .primary-navigation ul ul ul {
3534
+ left: -999em;
3535
+ top: 0;
3536
+ }
3537
+
3538
+ .primary-navigation ul ul a {
3539
+ padding: 18px 12px;
3540
+ white-space: normal;
3541
+ width: 176px;
3542
+ }
3543
+
3544
+ .primary-navigation li:hover > a,
3545
+ .primary-navigation li.focus > a {
3546
+ background-color: #24890d;
3547
+ color: #fff;
3548
+ }
3549
+
3550
+ .primary-navigation ul ul a:hover,
3551
+ .primary-navigation ul ul li.focus > a {
3552
+ background-color: #41a62a;
3553
+ }
3554
+
3555
+ .primary-navigation ul li:hover > ul,
3556
+ .primary-navigation ul li.focus > ul {
3557
+ left: auto;
3558
+ }
3559
+
3560
+ .primary-navigation ul ul li:hover > ul,
3561
+ .primary-navigation ul ul li.focus > ul {
3562
+ left: 100%;
3563
+ }
3564
+
3565
+ .primary-navigation .menu-item-has-children > a,
3566
+ .primary-navigation .page_item_has_children > a {
3567
+ padding-right: 26px;
3568
+ }
3569
+
3570
+ .primary-navigation .menu-item-has-children > a:after,
3571
+ .primary-navigation .page_item_has_children > a:after {
3572
+ -webkit-font-smoothing: antialiased;
3573
+ content: "\f502";
3574
+ display: inline-block;
3575
+ font: normal 8px/1 Genericons;
3576
+ position: absolute;
3577
+ right: 12px;
3578
+ top: 22px;
3579
+ vertical-align: text-bottom;
3580
+ }
3581
+
3582
+ .primary-navigation li .menu-item-has-children > a,
3583
+ .primary-navigation li .page_item_has_children > a {
3584
+ padding-right: 20px;
3585
+ width: 168px;
3586
+ }
3587
+
3588
+ .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
3589
+ .primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
3590
+ .primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
3591
+ .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
3592
+ content: "\f501";
3593
+ right: 8px;
3594
+ top: 20px;
3595
+ }
3596
+ }
3597
+
3598
+ @media screen and (min-width: 810px) {
3599
+ .attachment .entry-attachment .attachment {
3600
+ margin-right: -168px;
3601
+ margin-left: -168px;
3602
+ max-width: 810px;
3603
+ }
3604
+
3605
+ .attachment .site-content .attachment img {
3606
+ display: block;
3607
+ margin: 0 auto;
3608
+ }
3609
+
3610
+ .contributor-avatar {
3611
+ margin-left: -168px;
3612
+ }
3613
+
3614
+ .contributor-summary {
3615
+ float: left;
3616
+ }
3617
+
3618
+ .full-width .site-content blockquote.alignleft,
3619
+ .full-width .site-content blockquote.alignright {
3620
+ width: -webkit-calc(50% + 130px);
3621
+ width: calc(50% + 130px);
3622
+ }
3623
+
3624
+ .full-width .site-content blockquote.alignleft,
3625
+ .full-width .site-content img.size-full.alignleft,
3626
+ .full-width .site-content img.size-large.alignleft,
3627
+ .full-width .site-content img.size-medium.alignleft,
3628
+ .full-width .site-content .wp-caption.alignleft {
3629
+ margin-left: -168px;
3630
+ }
3631
+
3632
+ .full-width .site-content .alignleft {
3633
+ clear: left;
3634
+ }
3635
+
3636
+ .full-width .site-content blockquote.alignright,
3637
+ .full-width .site-content img.size-full.alignright,
3638
+ .full-width .site-content img.size-large.alignright,
3639
+ .full-width .site-content img.size-medium.alignright,
3640
+ .full-width .site-content .wp-caption.alignright {
3641
+ margin-right: -168px;
3642
+ }
3643
+
3644
+ .full-width .site-content .alignright {
3645
+ clear: right;
3646
+ }
3647
+ }
3648
+
3649
+ @media screen and (min-width: 846px) {
3650
+ .content-area,
3651
+ .content-sidebar {
3652
+ padding-top: 72px;
3653
+ }
3654
+
3655
+ .site-content .has-post-thumbnail .entry-header {
3656
+ margin-top: -48px;
3657
+ }
3658
+
3659
+ .comment-list .trackback,
3660
+ .comment-list .pingback,
3661
+ .comment-list article {
3662
+ margin-bottom: 36px;
3663
+ padding-top: 36px;
3664
+ }
3665
+
3666
+ .comment-author .avatar {
3667
+ height: 34px;
3668
+ top: 2px;
3669
+ width: 34px;
3670
+ }
3671
+
3672
+ .comment-author,
3673
+ .comment-awaiting-moderation,
3674
+ .comment-content,
3675
+ .comment-list .reply,
3676
+ .comment-metadata {
3677
+ padding-left: 50px;
3678
+ }
3679
+
3680
+ .comment-list .children {
3681
+ margin-left: 20px;
3682
+ }
3683
+
3684
+ .full-width .site-content .hentry.has-post-thumbnail:first-child {
3685
+ margin-top: -72px;
3686
+ }
3687
+
3688
+ .featured-content {
3689
+ margin-bottom: 0;
3690
+ }
3691
+ }
3692
+
3693
+ @media screen and (min-width: 1008px) {
3694
+ .search-box-wrapper {
3695
+ padding-left: 182px;
3696
+ }
3697
+
3698
+ .main-content {
3699
+ float: left;
3700
+ }
3701
+
3702
+ .site-content {
3703
+ margin-right: 29.04761904%;
3704
+ margin-left: 182px;
3705
+ }
3706
+
3707
+ .site-content .entry-header {
3708
+ margin-top: 0;
3709
+ }
3710
+
3711
+ .site-content .has-post-thumbnail .entry-header {
3712
+ margin-top: 0;
3713
+ }
3714
+
3715
+ .content-sidebar {
3716
+ margin-left: -29.04761904%;
3717
+ width: 29.04761904%;
3718
+ }
3719
+
3720
+ .site:before {
3721
+ background-color: #000;
3722
+ content: "";
3723
+ display: block;
3724
+ height: 100%;
3725
+ min-height: 100%;
3726
+ position: absolute;
3727
+ top: 0;
3728
+ left: 0;
3729
+ width: 182px;
3730
+ z-index: 2;
3731
+ }
3732
+
3733
+ #secondary {
3734
+ background-color: transparent;
3735
+ border: 0;
3736
+ clear: none;
3737
+ float: left;
3738
+ margin: 0 0 0 -100%;
3739
+ min-height: 100vh;
3740
+ width: 122px;
3741
+ }
3742
+
3743
+ .primary-sidebar {
3744
+ padding-top: 0;
3745
+ }
3746
+
3747
+ .site-description {
3748
+ display: block;
3749
+ margin: 0 0 18px;
3750
+ }
3751
+
3752
+ .site-description:empty {
3753
+ margin: 0;
3754
+ }
3755
+
3756
+ .secondary-navigation {
3757
+ font-size: 11px;
3758
+ margin: 0 -30px 48px;
3759
+ width: 182px;
3760
+ }
3761
+
3762
+ .secondary-navigation li {
3763
+ border-top: 1px solid rgba(255, 255, 255, 0.2);
3764
+ position: relative;
3765
+ }
3766
+
3767
+ .secondary-navigation a {
3768
+ padding: 10px 30px;
3769
+ }
3770
+
3771
+ .secondary-navigation ul ul {
3772
+ background-color: #24890d;
3773
+ position: absolute;
3774
+ top: 0;
3775
+ left: -999em;
3776
+ width: 182px;
3777
+ z-index: 99999;
3778
+ }
3779
+
3780
+ .secondary-navigation li li {
3781
+ border-top: 0;
3782
+ }
3783
+
3784
+ .secondary-navigation li:hover > a,
3785
+ .secondary-navigation li.focus > a {
3786
+ background-color: #24890d;
3787
+ color: #fff;
3788
+ }
3789
+
3790
+ .secondary-navigation ul ul a:hover,
3791
+ .secondary-navigation ul ul li.focus > a {
3792
+ background-color: #41a62a;
3793
+ }
3794
+
3795
+ .secondary-navigation ul li:hover > ul,
3796
+ .secondary-navigation ul li.focus > ul {
3797
+ left: 162px;
3798
+ }
3799
+
3800
+ .secondary-navigation .menu-item-has-children > a {
3801
+ padding-right: 38px;
3802
+ }
3803
+
3804
+ .secondary-navigation .menu-item-has-children > a:after {
3805
+ -webkit-font-smoothing: antialiased;
3806
+ content: "\f501";
3807
+ display: inline-block;
3808
+ font: normal 8px/1 Genericons;
3809
+ position: absolute;
3810
+ right: 26px;
3811
+ top: 14px;
3812
+ vertical-align: text-bottom;
3813
+ }
3814
+
3815
+ .footer-sidebar .widget,
3816
+ .primary-sidebar .widget {
3817
+ font-size: 12px;
3818
+ line-height: 1.5;
3819
+ }
3820
+
3821
+ .footer-sidebar .widget {
3822
+ -webkit-box-sizing: border-box;
3823
+ -moz-box-sizing: border-box;
3824
+ box-sizing: border-box;
3825
+ float: left;
3826
+ padding: 0 30px;
3827
+ width: 25%;
3828
+ }
3829
+
3830
+ .footer-sidebar .widget h1,
3831
+ .primary-sidebar .widget h1 {
3832
+ font-size: 20px;
3833
+ line-height: 1.2;
3834
+ }
3835
+
3836
+ .footer-sidebar .widget h2,
3837
+ .primary-sidebar .widget h2 {
3838
+ font-size: 18px;
3839
+ line-height: 1.3333333333;
3840
+ }
3841
+
3842
+ .footer-sidebar .widget h3,
3843
+ .primary-sidebar .widget h3 {
3844
+ font-size: 16px;
3845
+ line-height: 1.5;
3846
+ }
3847
+
3848
+ .footer-sidebar .widget h4,
3849
+ .primary-sidebar .widget h4 {
3850
+ font-size: 14px;
3851
+ line-height: 1.7142857142;
3852
+ }
3853
+
3854
+ .footer-sidebar .widget h5,
3855
+ .primary-sidebar .widget h5 {
3856
+ font-size: 12px;
3857
+ line-height: 2;
3858
+ }
3859
+
3860
+ .footer-sidebar .widget h6,
3861
+ .primary-sidebar .widget h6 {
3862
+ font-size: 11px;
3863
+ line-height: 2.1818181818;
3864
+ }
3865
+
3866
+ .footer-sidebar .widget code,
3867
+ .footer-sidebar .widget kbd,
3868
+ .footer-sidebar .widget tt,
3869
+ .footer-sidebar .widget var,
3870
+ .footer-sidebar .widget samp,
3871
+ .footer-sidebar .widget pre,
3872
+ .primary-sidebar .widget code,
3873
+ .primary-sidebar .widget kbd,
3874
+ .primary-sidebar .widget tt,
3875
+ .primary-sidebar .widget var,
3876
+ .primary-sidebar .widget samp,
3877
+ .primary-sidebar .widget pre {
3878
+ font-size: 11px;
3879
+ line-height: 1.6363636363;
3880
+ }
3881
+
3882
+ .footer-sidebar .widget blockquote,
3883
+ .primary-sidebar .widget blockquote {
3884
+ font-size: 14px;
3885
+ line-height: 1.2857142857;
3886
+ }
3887
+
3888
+ .footer-sidebar .widget blockquote cite,
3889
+ .primary-sidebar .widget blockquote cite {
3890
+ font-size: 12px;
3891
+ line-height: 1.5;
3892
+ }
3893
+
3894
+ .footer-sidebar .widget input,
3895
+ .footer-sidebar .widget textarea,
3896
+ .primary-sidebar .widget input,
3897
+ .primary-sidebar .widget textarea {
3898
+ font-size: 12px;
3899
+ padding: 3px 2px 4px 4px;
3900
+ }
3901
+
3902
+ .footer-sidebar .widget input[type="button"],
3903
+ .footer-sidebar .widget input[type="reset"],
3904
+ .footer-sidebar .widget input[type="submit"],
3905
+ .primary-sidebar .widget input[type="button"],
3906
+ .primary-sidebar .widget input[type="reset"],
3907
+ .primary-sidebar .widget input[type="submit"] {
3908
+ padding: 5px 15px 4px;
3909
+ }
3910
+
3911
+ .footer-sidebar .widget .widget-title,
3912
+ .primary-sidebar .widget .widget-title {
3913
+ font-size: 11px;
3914
+ font-weight: 900;
3915
+ line-height: 1.6363636363;
3916
+ margin-bottom: 18px;
3917
+ }
3918
+
3919
+ .footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
3920
+ .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
3921
+ .footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
3922
+ .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
3923
+ .footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
3924
+ .primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
3925
+ .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
3926
+ .primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
3927
+ .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
3928
+ .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
3929
+ font-size: 11px;
3930
+ line-height: 1.6363636363;
3931
+ }
3932
+
3933
+ .footer-sidebar .widget_archive li,
3934
+ .footer-sidebar .widget_categories li,
3935
+ .footer-sidebar .widget_links li,
3936
+ .footer-sidebar .widget_meta li,
3937
+ .footer-sidebar .widget_nav_menu li,
3938
+ .footer-sidebar .widget_pages li,
3939
+ .footer-sidebar .widget_recent_comments li,
3940
+ .footer-sidebar .widget_recent_entries li,
3941
+ .primary-sidebar .widget_archive li,
3942
+ .primary-sidebar .widget_categories li,
3943
+ .primary-sidebar .widget_links li,
3944
+ .primary-sidebar .widget_meta li,
3945
+ .primary-sidebar .widget_nav_menu li,
3946
+ .primary-sidebar .widget_pages li,
3947
+ .primary-sidebar .widget_recent_comments li,
3948
+ .primary-sidebar .widget_recent_entries li {
3949
+ border-top: 0;
3950
+ padding: 0 0 6px;
3951
+ }
3952
+
3953
+ .footer-sidebar .widget_archive li:last-child,
3954
+ .footer-sidebar .widget_categories li:last-child,
3955
+ .footer-sidebar .widget_links li:last-child,
3956
+ .footer-sidebar .widget_meta li:last-child,
3957
+ .footer-sidebar .widget_nav_menu li:last-child,
3958
+ .footer-sidebar .widget_pages li:last-child,
3959
+ .footer-sidebar .widget_recent_comments li:last-child,
3960
+ .footer-sidebar .widget_recent_entries li:last-child,
3961
+ .primary-sidebar .widget_archive li:last-child,
3962
+ .primary-sidebar .widget_categories li:last-child,
3963
+ .primary-sidebar .widget_links li:last-child,
3964
+ .primary-sidebar .widget_meta li:last-child,
3965
+ .primary-sidebar .widget_nav_menu li:last-child,
3966
+ .primary-sidebar .widget_pages li:last-child,
3967
+ .primary-sidebar .widget_recent_comments li:last-child,
3968
+ .primary-sidebar .widget_recent_entries li:last-child {
3969
+ padding: 0;
3970
+ }
3971
+
3972
+ .footer-sidebar .widget_categories li ul,
3973
+ .footer-sidebar .widget_nav_menu li ul,
3974
+ .footer-sidebar .widget_pages li ul,
3975
+ .primary-sidebar .widget_categories li ul,
3976
+ .primary-sidebar .widget_nav_menu li ul,
3977
+ .primary-sidebar .widget_pages li ul {
3978
+ border-top: 0;
3979
+ margin-top: 6px;
3980
+ }
3981
+
3982
+ #supplementary {
3983
+ padding: 0;
3984
+ }
3985
+
3986
+ .footer-sidebar {
3987
+ font-size: 12px;
3988
+ line-height: 1.5;
3989
+ }
3990
+
3991
+ .featured-content {
3992
+ padding-left: 182px;
3993
+ }
3994
+
3995
+ .grid .featured-content .hentry {
3996
+ width: 33.3333333%;
3997
+ }
3998
+
3999
+ .grid .featured-content .hentry:nth-child( 2n+1 ) {
4000
+ clear: none;
4001
+ }
4002
+
4003
+ .grid .featured-content .hentry:nth-child( 3n+1 ) {
4004
+ clear: both;
4005
+ }
4006
+
4007
+ .grid .featured-content .entry-header {
4008
+ height: 120px;
4009
+ }
4010
+ }
4011
+
4012
+ @media screen and (min-width: 1040px) {
4013
+ .site-content .has-post-thumbnail .entry-header {
4014
+ margin-top: -48px;
4015
+ }
4016
+
4017
+ .archive-header,
4018
+ .comments-area,
4019
+ .image-navigation,
4020
+ .page-header,
4021
+ .page-content,
4022
+ .post-navigation,
4023
+ .site-content .entry-header,
4024
+ .site-content .entry-content,
4025
+ .site-content .entry-summary,
4026
+ .site-content footer.entry-meta {
4027
+ padding-right: 15px;
4028
+ padding-left: 15px;
4029
+ }
4030
+
4031
+ .full-width .archive-header,
4032
+ .full-width .comments-area,
4033
+ .full-width .image-navigation,
4034
+ .full-width .page-header,
4035
+ .full-width .page-content,
4036
+ .full-width .post-navigation,
4037
+ .full-width .site-content .entry-header,
4038
+ .full-width .site-content .entry-content,
4039
+ .full-width .site-content .entry-summary,
4040
+ .full-width .site-content footer.entry-meta {
4041
+ padding-right: 30px;
4042
+ padding-left: 30px;
4043
+ }
4044
+ }
4045
+
4046
+ @media screen and (min-width: 1080px) {
4047
+ .search-box .search-field {
4048
+ width: 324px;
4049
+ }
4050
+
4051
+ .site-content,
4052
+ .site-main .widecolumn {
4053
+ margin-left: 222px;
4054
+ }
4055
+
4056
+ .site:before {
4057
+ width: 222px;
4058
+ }
4059
+
4060
+ .search-box-wrapper,
4061
+ .featured-content {
4062
+ padding-left: 222px;
4063
+ }
4064
+
4065
+ #secondary {
4066
+ width: 162px;
4067
+ }
4068
+
4069
+ .secondary-navigation,
4070
+ .secondary-navigation ul ul {
4071
+ width: 222px;
4072
+ }
4073
+
4074
+ .secondary-navigation ul li:hover > ul,
4075
+ .secondary-navigation ul li.focus > ul {
4076
+ left: 202px;
4077
+ }
4078
+
4079
+ .slider .featured-content .entry-title {
4080
+ font-size: 33px;
4081
+ }
4082
+
4083
+ .slider .featured-content .entry-header,
4084
+ .slider-control-paging {
4085
+ width: 534px;
4086
+ }
4087
+
4088
+ .slider-control-paging {
4089
+ padding-left: 24px;
4090
+ }
4091
+
4092
+ .slider-control-paging li {
4093
+ margin: 12px 12px 12px 0;
4094
+ }
4095
+
4096
+ .slider-control-paging a {
4097
+ height: 24px;
4098
+ width: 24px;
4099
+ }
4100
+
4101
+ .slider-control-paging a:before {
4102
+ top: 6px;
4103
+ left: 6px;
4104
+ }
4105
+ }
4106
+
4107
+ @media screen and (min-width: 1110px) {
4108
+ .archive-header,
4109
+ .comments-area,
4110
+ .image-navigation,
4111
+ .page-header,
4112
+ .page-content,
4113
+ .post-navigation,
4114
+ .site-content .entry-header,
4115
+ .site-content .entry-content,
4116
+ .site-content .entry-summary,
4117
+ .site-content footer.entry-meta {
4118
+ padding-right: 30px;
4119
+ padding-left: 30px;
4120
+ }
4121
+ }
4122
+
4123
+ @media screen and (min-width: 1218px) {
4124
+ .archive-header,
4125
+ .comments-area,
4126
+ .image-navigation,
4127
+ .page-header,
4128
+ .page-content,
4129
+ .post-navigation,
4130
+ .site-content .entry-header,
4131
+ .site-content .entry-content,
4132
+ .site-content .entry-summary,
4133
+ .site-content footer.entry-meta {
4134
+ margin-right: 54px;
4135
+ }
4136
+
4137
+ .full-width .archive-header,
4138
+ .full-width .comments-area,
4139
+ .full-width .image-navigation,
4140
+ .full-width .page-header,
4141
+ .full-width .page-content,
4142
+ .full-width .post-navigation,
4143
+ .full-width .site-content .entry-header,
4144
+ .full-width .site-content .entry-content,
4145
+ .full-width .site-content .entry-summary,
4146
+ .full-width .site-content footer.entry-meta {
4147
+ margin-right: auto;
4148
+ }
4149
+ }
4150
+
4151
+ @media screen and (min-width: 1260px) {
4152
+ .site-content blockquote.alignleft,
4153
+ .site-content blockquote.alignright {
4154
+ width: -webkit-calc(50% + 18px);
4155
+ width: calc(50% + 18px);
4156
+ }
4157
+
4158
+ .site-content blockquote.alignleft {
4159
+ margin-left: -18%;
4160
+ }
4161
+
4162
+ .site-content blockquote.alignright {
4163
+ margin-right: -18%;
4164
+ }
4165
+ }
4166
+
4167
+
4168
+ /**
4169
+ * 12.0 Print
4170
+ * -----------------------------------------------------------------------------
4171
+ */
4172
+
4173
+ @media print {
4174
+ body {
4175
+ background: none !important; /* Brute force since user agents all print differently. */
4176
+ color: #2b2b2b;
4177
+ font-size: 12pt;
4178
+ }
4179
+
4180
+ .site,
4181
+ .site-header,
4182
+ .hentry,
4183
+ .site-content .entry-header,
4184
+ .site-content .entry-content,
4185
+ .site-content .entry-summary,
4186
+ .site-content .entry-meta,
4187
+ .page-content,
4188
+ .archive-header,
4189
+ .page-header,
4190
+ .contributor-info,
4191
+ .comments-area,
4192
+ .attachment .entry-attachment .attachment {
4193
+ max-width: 100%;
4194
+ }
4195
+
4196
+ #site-header img,
4197
+ .search-toggle,
4198
+ .site-navigation,
4199
+ .site-content nav,
4200
+ .edit-link,
4201
+ .page-links,
4202
+ .widget-area,
4203
+ .more-link,
4204
+ .post-format-archive-link,
4205
+ .comment-respond,
4206
+ .comment-list .reply,
4207
+ .comment-reply-login,
4208
+ #secondary,
4209
+ .site-footer,
4210
+ .slider-control-paging,
4211
+ .slider-direction-nav {
4212
+ display: none;
4213
+ }
4214
+
4215
+ .site-title a,
4216
+ .entry-meta,
4217
+ .entry-meta a,
4218
+ .featured-content .hentry,
4219
+ .featured-content a {
4220
+ color: #2b2b2b;
4221
+ }
4222
+
4223
+ .entry-content a,
4224
+ .entry-summary a,
4225
+ .page-content a,
4226
+ .comment-content a {
4227
+ text-decoration: none;
4228
+ }
4229
+
4230
+ .site-header,
4231
+ .post-thumbnail,
4232
+ a.post-thumbnail:hover,
4233
+ .site-content .entry-header,
4234
+ .site-footer,
4235
+ .featured-content,
4236
+ .featured-content .entry-header {
4237
+ background: transparent;
4238
+ }
4239
+
4240
+ .header-main {
4241
+ padding: 48px 10px;
4242
+ }
4243
+
4244
+ .site-title {
4245
+ float: none;
4246
+ font-size: 19pt;
4247
+ }
4248
+
4249
+ .content-area {
4250
+ padding-top: 0;
4251
+ }
4252
+
4253
+ .list-view .site-content .hentry {
4254
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4255
+ margin-bottom: 48px;
4256
+ padding-bottom: 24px;
4257
+ }
4258
+
4259
+ .post-thumbnail img {
4260
+ margin: 0 10px 24px;
4261
+ }
4262
+
4263
+ .site-content .has-post-thumbnail .entry-header {
4264
+ padding-top: 0;
4265
+ }
4266
+
4267
+ .site-content footer.entry-meta {
4268
+ margin: 24px auto;
4269
+ }
4270
+
4271
+ .entry-meta .tag-links a {
4272
+ color: #fff;
4273
+ }
4274
+
4275
+ .singular .site-content .hentry.has-post-thumbnail {
4276
+ margin-top: 0;
4277
+ }
4278
+
4279
+ .gallery-columns-1.gallery-size-medium,
4280
+ .gallery-columns-1.gallery-size-thumbnail,
4281
+ .gallery-columns-2.gallery-size-thumbnail,
4282
+ .gallery-columns-3.gallery-size-thumbnail {
4283
+ display: block;
4284
+ }
4285
+
4286
+ .archive-title,
4287
+ .page-title {
4288
+ margin: 0 10px 48px;
4289
+ }
4290
+
4291
+ .featured-content .hentry {
4292
+ margin-bottom: 48px;
4293
+ }
4294
+
4295
+ .featured-content .post-thumbnail,
4296
+ .slider .featured-content .post-thumbnail {
4297
+ padding-top: 0;
4298
+ }
4299
+
4300
+ .featured-content .post-thumbnail img {
4301
+ position: relative;
4302
+ }
4303
+
4304
+ .featured-content .entry-header {
4305
+ padding: 0 10px 24px;
4306
+ }
4307
+
4308
+ .featured-content .entry-meta {
4309
+ font-size: 9pt;
4310
+ margin-bottom: 11px;
4311
+ }
4312
+
4313
+ .featured-content .cat-links {
4314
+ font-weight: 900;
4315
+ }
4316
+
4317
+ .featured-content .entry-title {
4318
+ font-size: 25pt;
4319
+ line-height: 36px;
4320
+ }
4321
+ }