camaleon_cms 0.0.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of camaleon_cms might be problematic. Click here for more details.

Files changed (653) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +37 -0
  3. data/app/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  4. data/app/assets/fonts/glyphicons-halflings-regular.svg +229 -0
  5. data/app/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  6. data/app/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  7. data/app/assets/images/admin/no_image.jpg +0 -0
  8. data/app/assets/images/bg-tree.jpeg +0 -0
  9. data/app/assets/images/camaleon-dark.png +0 -0
  10. data/app/assets/images/camaleon.png +0 -0
  11. data/app/assets/images/category-icon.png +0 -0
  12. data/app/assets/images/image-not-found.png +0 -0
  13. data/app/assets/images/language/de.png +0 -0
  14. data/app/assets/images/language/en.png +0 -0
  15. data/app/assets/images/language/es.png +0 -0
  16. data/app/assets/images/language/fr.png +0 -0
  17. data/app/assets/images/language/it.png +0 -0
  18. data/app/assets/images/language/pt.png +0 -0
  19. data/app/assets/images/language/zh.png +0 -0
  20. data/app/assets/images/loader.gif +0 -0
  21. data/app/assets/images/users/no-image.jpg +0 -0
  22. data/app/assets/javascripts/admin/actions.js +248 -0
  23. data/app/assets/javascripts/admin/admin-manifest.js +32 -0
  24. data/app/assets/javascripts/admin/bootstrap-colorpicker.js +540 -0
  25. data/app/assets/javascripts/admin/bootstrap-datepicker.js +1690 -0
  26. data/app/assets/javascripts/admin/bootstrap-datetimepicker.min.js +26 -0
  27. data/app/assets/javascripts/admin/bootstrap-select.js +1022 -0
  28. data/app/assets/javascripts/admin/core.js +267 -0
  29. data/app/assets/javascripts/admin/custom_fields.js +165 -0
  30. data/app/assets/javascripts/admin/data.js +78 -0
  31. data/app/assets/javascripts/admin/elfinder-manifest.js +7 -0
  32. data/app/assets/javascripts/admin/elfinder/elfinder.full.js +12646 -0
  33. data/app/assets/javascripts/admin/elfinder/i18n/elfinder.es.js +294 -0
  34. data/app/assets/javascripts/admin/elfinder/i18n/elfinder.fr.js +298 -0
  35. data/app/assets/javascripts/admin/elfinder/proxy/elFinderSupportVer1.js +338 -0
  36. data/app/assets/javascripts/admin/elfinder/upload_elfinder.js +236 -0
  37. data/app/assets/javascripts/admin/es.js +27 -0
  38. data/app/assets/javascripts/admin/form-builder/formbuilder.js +1250 -0
  39. data/app/assets/javascripts/admin/form-builder/vendor.js +3072 -0
  40. data/app/assets/javascripts/admin/form/cropper.min.js +9 -0
  41. data/app/assets/javascripts/admin/form/jquery.form.js +911 -0
  42. data/app/assets/javascripts/admin/jquery-sieve.js +6 -0
  43. data/app/assets/javascripts/admin/jquery-ui.min.js +10 -0
  44. data/app/assets/javascripts/admin/jquery.nestable.js +485 -0
  45. data/app/assets/javascripts/admin/jquery.slugify.js +65 -0
  46. data/app/assets/javascripts/admin/jquery.tagsinput.min.js +1 -0
  47. data/app/assets/javascripts/admin/jquery.validate.js +1415 -0
  48. data/app/assets/javascripts/admin/login.js.coffee +7 -0
  49. data/app/assets/javascripts/admin/login_manifest.js +18 -0
  50. data/app/assets/javascripts/admin/modal.js +94 -0
  51. data/app/assets/javascripts/admin/nav-menu.js +110 -0
  52. data/app/assets/javascripts/admin/plugins.js +637 -0
  53. data/app/assets/javascripts/admin/post.js +274 -0
  54. data/app/assets/javascripts/admin/tageditor/jquery.caret.min.js +2 -0
  55. data/app/assets/javascripts/admin/tageditor/jquery.tag-editor.js +352 -0
  56. data/app/assets/javascripts/admin/tinymce/langs/es.js +177 -0
  57. data/app/assets/javascripts/admin/tinymce/langs/readme.md +3 -0
  58. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-cool.gif +0 -0
  59. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-cry.gif +0 -0
  60. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-embarassed.gif +0 -0
  61. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif +0 -0
  62. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-frown.gif +0 -0
  63. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-innocent.gif +0 -0
  64. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-kiss.gif +0 -0
  65. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-laughing.gif +0 -0
  66. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-money-mouth.gif +0 -0
  67. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-sealed.gif +0 -0
  68. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-smile.gif +0 -0
  69. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-surprised.gif +0 -0
  70. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-tongue-out.gif +0 -0
  71. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-undecided.gif +0 -0
  72. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-wink.gif +0 -0
  73. data/app/assets/javascripts/admin/tinymce/plugins/emoticons/img/smiley-yell.gif +0 -0
  74. data/app/assets/javascripts/admin/tinymce/plugins/filemanager/plugin.min.js +31 -0
  75. data/app/assets/javascripts/admin/tinymce/plugins/visualblocks/css/visualblocks.css +135 -0
  76. data/app/assets/javascripts/admin/tinymce/skins/lightgray/content.min.css.scss +4 -0
  77. data/app/assets/javascripts/admin/tinymce/skins/lightgray/fonts/tinymce-small.eot +0 -0
  78. data/app/assets/javascripts/admin/tinymce/skins/lightgray/fonts/tinymce-small.svg +62 -0
  79. data/app/assets/javascripts/admin/tinymce/skins/lightgray/fonts/tinymce-small.ttf +0 -0
  80. data/app/assets/javascripts/admin/tinymce/skins/lightgray/fonts/tinymce-small.woff +0 -0
  81. data/app/assets/javascripts/admin/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
  82. data/app/assets/javascripts/admin/tinymce/skins/lightgray/fonts/tinymce.svg +83 -0
  83. data/app/assets/javascripts/admin/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
  84. data/app/assets/javascripts/admin/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
  85. data/app/assets/javascripts/admin/tinymce/skins/lightgray/img/anchor.gif +0 -0
  86. data/app/assets/javascripts/admin/tinymce/skins/lightgray/img/loader.gif +0 -0
  87. data/app/assets/javascripts/admin/tinymce/skins/lightgray/img/object.gif +0 -0
  88. data/app/assets/javascripts/admin/tinymce/skins/lightgray/img/trans.gif +0 -0
  89. data/app/assets/javascripts/admin/tinymce/themes/modern/theme.min.js +1 -0
  90. data/app/assets/javascripts/admin/tinymce/tinymce.min.js +11 -0
  91. data/app/assets/javascripts/admin/translator.js +109 -0
  92. data/app/assets/javascripts/admin/underscore.js +1536 -0
  93. data/app/assets/javascripts/admin/widgets.js +53 -0
  94. data/app/assets/javascripts/audio/alert.mp3 +0 -0
  95. data/app/assets/javascripts/audio/fail.mp3 +0 -0
  96. data/app/assets/javascripts/bootstrap.min.js +7 -0
  97. data/app/assets/javascripts/elfinder_front.js +85 -0
  98. data/app/assets/javascripts/gibberish-aes.js +1017 -0
  99. data/app/assets/javascripts/jquery-1.11.3.min.js +5 -0
  100. data/app/assets/stylesheets/admin/admin-manifest.css +28 -0
  101. data/app/assets/stylesheets/admin/animate/animate.min.css +6 -0
  102. data/app/assets/stylesheets/admin/bootstrap/bootstrap-datetimepicker.css +339 -0
  103. data/app/assets/stylesheets/admin/bootstrap/bootstrap.min.css +5 -0
  104. data/app/assets/stylesheets/admin/bootstrap/images/glyphicons-halflings.png +0 -0
  105. data/app/assets/stylesheets/admin/core.scss +345 -0
  106. data/app/assets/stylesheets/admin/cropper/cropper.min.css +52 -0
  107. data/app/assets/stylesheets/admin/elfinder-manifest.css +6 -0
  108. data/app/assets/stylesheets/admin/elfinder/elfinder-theme.scss +191 -0
  109. data/app/assets/stylesheets/admin/elfinder/elfinder.css +1922 -0
  110. data/app/assets/stylesheets/admin/elfinder/images/arrows-active.png +0 -0
  111. data/app/assets/stylesheets/admin/elfinder/images/arrows-normal.png +0 -0
  112. data/app/assets/stylesheets/admin/elfinder/images/crop.gif +0 -0
  113. data/app/assets/stylesheets/admin/elfinder/images/dialogs.png +0 -0
  114. data/app/assets/stylesheets/admin/elfinder/images/icons-big.png +0 -0
  115. data/app/assets/stylesheets/admin/elfinder/images/icons-small.png +0 -0
  116. data/app/assets/stylesheets/admin/elfinder/images/logo.png +0 -0
  117. data/app/assets/stylesheets/admin/elfinder/images/progress.gif +0 -0
  118. data/app/assets/stylesheets/admin/elfinder/images/quicklook-bg.png +0 -0
  119. data/app/assets/stylesheets/admin/elfinder/images/quicklook-icons.png +0 -0
  120. data/app/assets/stylesheets/admin/elfinder/images/resize.png +0 -0
  121. data/app/assets/stylesheets/admin/elfinder/images/spinner-mini.gif +0 -0
  122. data/app/assets/stylesheets/admin/elfinder/images/toolbar.png +0 -0
  123. data/app/assets/stylesheets/admin/elfinder/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  124. data/app/assets/stylesheets/admin/elfinder/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  125. data/app/assets/stylesheets/admin/elfinder/images/ui-icons_222222_256x240.png +0 -0
  126. data/app/assets/stylesheets/admin/fonts/OpenSans-Regular-webfont.eot +0 -0
  127. data/app/assets/stylesheets/admin/fonts/OpenSans-Regular-webfont.svg +1831 -0
  128. data/app/assets/stylesheets/admin/fonts/OpenSans-Regular-webfont.ttf +0 -0
  129. data/app/assets/stylesheets/admin/fonts/OpenSans-Regular-webfont.woff +0 -0
  130. data/app/assets/stylesheets/admin/fonts/glyphicons-halflings-regular.eot +0 -0
  131. data/app/assets/stylesheets/admin/fonts/glyphicons-halflings-regular.svg +229 -0
  132. data/app/assets/stylesheets/admin/fonts/glyphicons-halflings-regular.ttf +0 -0
  133. data/app/assets/stylesheets/admin/fonts/glyphicons-halflings-regular.woff +0 -0
  134. data/app/assets/stylesheets/admin/form-builder/formbuilder.css +71 -0
  135. data/app/assets/stylesheets/admin/img/bg.png +0 -0
  136. data/app/assets/stylesheets/admin/img/colorpicker/alpha.png +0 -0
  137. data/app/assets/stylesheets/admin/img/colorpicker/hue.png +0 -0
  138. data/app/assets/stylesheets/admin/img/colorpicker/saturation.png +0 -0
  139. data/app/assets/stylesheets/admin/img/girls-1.jpg +0 -0
  140. data/app/assets/stylesheets/admin/img/jquery/resize-icon.png +0 -0
  141. data/app/assets/stylesheets/admin/img/loading.gif +1 -0
  142. data/app/assets/stylesheets/admin/img/logo-small.png +0 -0
  143. data/app/assets/stylesheets/admin/img/logo.png +0 -0
  144. data/app/assets/stylesheets/admin/img/no_image.jpg +0 -0
  145. data/app/assets/stylesheets/admin/img/rormeleon-white.png +0 -0
  146. data/app/assets/stylesheets/admin/img/thumb_no_found.jpg +0 -0
  147. data/app/assets/stylesheets/admin/jquery.tagsinput.css +72 -0
  148. data/app/assets/stylesheets/admin/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  149. data/app/assets/stylesheets/admin/jquery/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  150. data/app/assets/stylesheets/admin/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  151. data/app/assets/stylesheets/admin/jquery/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  152. data/app/assets/stylesheets/admin/jquery/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  153. data/app/assets/stylesheets/admin/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  154. data/app/assets/stylesheets/admin/jquery/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  155. data/app/assets/stylesheets/admin/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  156. data/app/assets/stylesheets/admin/jquery/images/ui-icons_222222_256x240.png +0 -0
  157. data/app/assets/stylesheets/admin/jquery/images/ui-icons_2e83ff_256x240.png +0 -0
  158. data/app/assets/stylesheets/admin/jquery/images/ui-icons_454545_256x240.png +0 -0
  159. data/app/assets/stylesheets/admin/jquery/images/ui-icons_888888_256x240.png +0 -0
  160. data/app/assets/stylesheets/admin/jquery/images/ui-icons_cd0a0a_256x240.png +0 -0
  161. data/app/assets/stylesheets/admin/jquery/jquery-ui.scss +1226 -0
  162. data/app/assets/stylesheets/admin/nav-menu.css +54 -0
  163. data/app/assets/stylesheets/admin/nestable/jquery.nestable.css +103 -0
  164. data/app/assets/stylesheets/admin/tageditor/delete.png +0 -0
  165. data/app/assets/stylesheets/admin/tageditor/delete.svg +4 -0
  166. data/app/assets/stylesheets/admin/tageditor/jquery.tag-editor.css +49 -0
  167. data/app/assets/stylesheets/admin/theme-default.scss +8462 -0
  168. data/app/assets/stylesheets/admin/widgets.css.scss +26 -0
  169. data/app/assets/stylesheets/bootstrap.min.css.scss +5 -0
  170. data/app/assets/stylesheets/tinymce/plugins/youtubeIframe/css/style.css +84 -0
  171. data/app/assets/stylesheets/tinymce/plugins/youtubeIframe/editor_plugin.js +1 -0
  172. data/app/assets/stylesheets/tinymce/plugins/youtubeIframe/editor_plugin_src.js +90 -0
  173. data/app/assets/stylesheets/tinymce/plugins/youtubeIframe/img/youtube.png +0 -0
  174. data/app/assets/stylesheets/tinymce/plugins/youtubeIframe/index.html +86 -0
  175. data/app/assets/stylesheets/tinymce/plugins/youtubeIframe/js/scripts.js +1 -0
  176. data/app/assets/stylesheets/tinymce/plugins/youtubeIframe/js/scripts_src.js +81 -0
  177. data/app/assets/stylesheets/tinymce/plugins/youtubeIframe/langs/en.js +3 -0
  178. data/app/assets/stylesheets/tinymce/plugins/youtubeIframe/langs/en_dlg.js +12 -0
  179. data/app/assets/stylesheets/tinymce/plugins/youtubeIframe/langs/es.js +3 -0
  180. data/app/assets/stylesheets/tinymce/plugins/youtubeIframe/langs/es_dlg.js +12 -0
  181. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/bootstrap.css +2228 -0
  182. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/content.css +189 -0
  183. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/dialog.css +295 -0
  184. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/img/butt2.png +0 -0
  185. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/img/button-bg.png +0 -0
  186. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/img/buttons.png +0 -0
  187. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/img/down_arrow.gif +0 -0
  188. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/img/fade-butt.png +0 -0
  189. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/img/icons.png +0 -0
  190. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/img/items.gif +0 -0
  191. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/img/menu-arrow.png +0 -0
  192. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/img/menu-check.png +0 -0
  193. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/img/progress.gif +0 -0
  194. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/img/tabs.gif +0 -0
  195. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/img/toolbarbg.png +0 -0
  196. data/app/assets/stylesheets/tinymce/themes/advanced/skins/bootstrap/ui.css +1163 -0
  197. data/app/controllers/admin/appearances/nav_menus_controller.rb +120 -0
  198. data/app/controllers/admin/appearances/themes_controller.rb +30 -0
  199. data/app/controllers/admin/appearances/widgets/assign_controller.rb +40 -0
  200. data/app/controllers/admin/appearances/widgets/main_controller.rb +57 -0
  201. data/app/controllers/admin/appearances/widgets/sidebar_controller.rb +59 -0
  202. data/app/controllers/admin/appearances_controller.rb +17 -0
  203. data/app/controllers/admin/categories_controller.rb +77 -0
  204. data/app/controllers/admin/comments_controller.rb +119 -0
  205. data/app/controllers/admin/installers_controller.rb +40 -0
  206. data/app/controllers/admin/media_controller.rb +55 -0
  207. data/app/controllers/admin/plugins_controller.rb +45 -0
  208. data/app/controllers/admin/post_tags_controller.rb +83 -0
  209. data/app/controllers/admin/posts/drafts_controller.rb +76 -0
  210. data/app/controllers/admin/posts_controller.rb +195 -0
  211. data/app/controllers/admin/sessions_controller.rb +144 -0
  212. data/app/controllers/admin/settings/custom_fields_controller.rb +85 -0
  213. data/app/controllers/admin/settings/post_types_controller.rb +73 -0
  214. data/app/controllers/admin/settings/sites_controller.rb +89 -0
  215. data/app/controllers/admin/settings_controller.rb +60 -0
  216. data/app/controllers/admin/user_roles_controller.rb +76 -0
  217. data/app/controllers/admin/users_controller.rb +120 -0
  218. data/app/controllers/admin_controller.rb +56 -0
  219. data/app/controllers/apps/plugins_admin_controller.rb +21 -0
  220. data/app/controllers/apps/plugins_front_controller.rb +21 -0
  221. data/app/controllers/apps/themes_admin_controller.rb +21 -0
  222. data/app/controllers/apps/themes_front_controller.rb +21 -0
  223. data/app/controllers/camaleon_controller.rb +87 -0
  224. data/app/controllers/concerns/frontend_concern.rb +57 -0
  225. data/app/controllers/frontend_controller.rb +240 -0
  226. data/app/decorators/application_decorator.rb +81 -0
  227. data/app/decorators/category_decorator.rb +61 -0
  228. data/app/decorators/custom_field_decorator.rb +31 -0
  229. data/app/decorators/custom_fields_concern.rb +33 -0
  230. data/app/decorators/metas_decorator_methods.rb +19 -0
  231. data/app/decorators/post_comment_decorator.rb +26 -0
  232. data/app/decorators/post_decorator.rb +162 -0
  233. data/app/decorators/post_tag_decorator.rb +36 -0
  234. data/app/decorators/post_type_decorator.rb +56 -0
  235. data/app/decorators/site_decorator.rb +136 -0
  236. data/app/decorators/term_taxonomy_decorator.rb +97 -0
  237. data/app/decorators/theme_decorator.rb +16 -0
  238. data/app/decorators/user_decorator.rb +67 -0
  239. data/app/decorators/widget_decorator.rb +13 -0
  240. data/app/helpers/admin/application_helper.rb +27 -0
  241. data/app/helpers/admin/breadcrumb_helper.rb +37 -0
  242. data/app/helpers/admin/category_helper.rb +22 -0
  243. data/app/helpers/admin/custom_fields_helper.rb +329 -0
  244. data/app/helpers/admin/menus_helper.rb +199 -0
  245. data/app/helpers/admin/post_type_helper.rb +50 -0
  246. data/app/helpers/camaleon_helper.rb +65 -0
  247. data/app/helpers/captcha_helper.rb +90 -0
  248. data/app/helpers/content_helper.rb +35 -0
  249. data/app/helpers/frontend/application_helper.rb +41 -0
  250. data/app/helpers/frontend/nav_menu_helper.rb +177 -0
  251. data/app/helpers/frontend/seo_helper.rb +60 -0
  252. data/app/helpers/frontend/site_helper.rb +60 -0
  253. data/app/helpers/hooks_helper.rb +54 -0
  254. data/app/helpers/html_helper.rb +114 -0
  255. data/app/helpers/plugins_helper.rb +129 -0
  256. data/app/helpers/session_helper.rb +108 -0
  257. data/app/helpers/short_code_helper.rb +82 -0
  258. data/app/helpers/site_helper.rb +124 -0
  259. data/app/helpers/theme_helper.rb +51 -0
  260. data/app/helpers/uploader_helper.rb +144 -0
  261. data/app/helpers/user_roles_helper.rb +14 -0
  262. data/app/mailers/html_mailer.rb +47 -0
  263. data/app/models/ability.rb +113 -0
  264. data/app/models/category.rb +55 -0
  265. data/app/models/concerns/categories_tags_for_posts.rb +140 -0
  266. data/app/models/concerns/custom_fields_read.rb +221 -0
  267. data/app/models/concerns/metas.rb +133 -0
  268. data/app/models/concerns/metas_saved.rb +10 -0
  269. data/app/models/concerns/site_public.rb +23 -0
  270. data/app/models/custom_field.rb +34 -0
  271. data/app/models/custom_field_group.rb +121 -0
  272. data/app/models/custom_fields_relationship.rb +26 -0
  273. data/app/models/meta.rb +16 -0
  274. data/app/models/nav_menu.rb +41 -0
  275. data/app/models/nav_menu_item.rb +36 -0
  276. data/app/models/plugin.rb +57 -0
  277. data/app/models/plugins.rb +13 -0
  278. data/app/models/post.rb +89 -0
  279. data/app/models/post_comment.rb +44 -0
  280. data/app/models/post_default.rb +78 -0
  281. data/app/models/post_relationship.rb +26 -0
  282. data/app/models/post_tag.rb +15 -0
  283. data/app/models/post_type.rb +125 -0
  284. data/app/models/site.rb +337 -0
  285. data/app/models/term_relationship.rb +26 -0
  286. data/app/models/term_taxonomy.rb +156 -0
  287. data/app/models/theme.rb +33 -0
  288. data/app/models/themes.rb +13 -0
  289. data/app/models/user.rb +172 -0
  290. data/app/models/user_relationship.rb +17 -0
  291. data/app/models/user_role.rb +139 -0
  292. data/app/models/widget.rb +13 -0
  293. data/app/models/widget/assigned.rb +34 -0
  294. data/app/models/widget/main.rb +52 -0
  295. data/app/models/widget/sidebar.rb +28 -0
  296. data/app/views/_flash_messages.html.erb +39 -0
  297. data/app/views/admin/appearances/_external_menu.html.erb +16 -0
  298. data/app/views/admin/appearances/menu.html.erb +199 -0
  299. data/app/views/admin/appearances/themes/index.html.erb +68 -0
  300. data/app/views/admin/appearances/themes/preview.html.erb +1 -0
  301. data/app/views/admin/appearances/themes/theme_load_data.html.erb +40 -0
  302. data/app/views/admin/appearances/widgets/assign/_form.html.erb +35 -0
  303. data/app/views/admin/appearances/widgets/main/form.html.erb +27 -0
  304. data/app/views/admin/appearances/widgets/main/index.html.erb +91 -0
  305. data/app/views/admin/appearances/widgets/sidebar/form.html.erb +23 -0
  306. data/app/views/admin/categories/_form.html.erb +42 -0
  307. data/app/views/admin/categories/edit.html.erb +18 -0
  308. data/app/views/admin/categories/index.html.erb +81 -0
  309. data/app/views/admin/comments/form.html.erb +55 -0
  310. data/app/views/admin/comments/index.html.erb +58 -0
  311. data/app/views/admin/comments/reply.html.erb +197 -0
  312. data/app/views/admin/dashboard/index.html.erb +25 -0
  313. data/app/views/admin/installers/form.html.erb +19 -0
  314. data/app/views/admin/installers/welcome.html.erb +8 -0
  315. data/app/views/admin/media/iframe.html.erb +33 -0
  316. data/app/views/admin/media/index.html.erb +31 -0
  317. data/app/views/admin/plugins/_plugins_list.html.erb +59 -0
  318. data/app/views/admin/plugins/index.html.erb +37 -0
  319. data/app/views/admin/post_tags/_form.html.erb +34 -0
  320. data/app/views/admin/post_tags/edit.html.erb +18 -0
  321. data/app/views/admin/post_tags/index.html.erb +79 -0
  322. data/app/views/admin/posts/_filter_posts.html.erb +6 -0
  323. data/app/views/admin/posts/form.html.erb +294 -0
  324. data/app/views/admin/posts/index.html.erb +121 -0
  325. data/app/views/admin/posts/show.html.erb +20 -0
  326. data/app/views/admin/sessions/forgot.html.erb +51 -0
  327. data/app/views/admin/sessions/login.html.erb +39 -0
  328. data/app/views/admin/sessions/register.html.erb +63 -0
  329. data/app/views/admin/settings/custom_fields/_meta_data.html.erb +102 -0
  330. data/app/views/admin/settings/custom_fields/_render.html.erb +73 -0
  331. data/app/views/admin/settings/custom_fields/fields/audio.html.erb +4 -0
  332. data/app/views/admin/settings/custom_fields/fields/checkbox.html.erb +3 -0
  333. data/app/views/admin/settings/custom_fields/fields/checkboxes.html.erb +5 -0
  334. data/app/views/admin/settings/custom_fields/fields/colorpicker.html.erb +7 -0
  335. data/app/views/admin/settings/custom_fields/fields/date.html.erb +7 -0
  336. data/app/views/admin/settings/custom_fields/fields/editor.html.erb +4 -0
  337. data/app/views/admin/settings/custom_fields/fields/email.html.erb +3 -0
  338. data/app/views/admin/settings/custom_fields/fields/field_attrs.html.erb +10 -0
  339. data/app/views/admin/settings/custom_fields/fields/file.html.erb +4 -0
  340. data/app/views/admin/settings/custom_fields/fields/image.html.erb +4 -0
  341. data/app/views/admin/settings/custom_fields/fields/numeric.html.erb +4 -0
  342. data/app/views/admin/settings/custom_fields/fields/phone.html.erb +3 -0
  343. data/app/views/admin/settings/custom_fields/fields/posts.html.erb +17 -0
  344. data/app/views/admin/settings/custom_fields/fields/radio.html.erb +5 -0
  345. data/app/views/admin/settings/custom_fields/fields/select.html.erb +7 -0
  346. data/app/views/admin/settings/custom_fields/fields/select_eval.html.erb +3 -0
  347. data/app/views/admin/settings/custom_fields/fields/text_area.html.erb +3 -0
  348. data/app/views/admin/settings/custom_fields/fields/text_box.html.erb +3 -0
  349. data/app/views/admin/settings/custom_fields/fields/url.html.erb +3 -0
  350. data/app/views/admin/settings/custom_fields/fields/users.html.erb +8 -0
  351. data/app/views/admin/settings/custom_fields/fields/video.html.erb +4 -0
  352. data/app/views/admin/settings/custom_fields/form.html.erb +249 -0
  353. data/app/views/admin/settings/custom_fields/get_items.html.erb +199 -0
  354. data/app/views/admin/settings/custom_fields/index.html.erb +69 -0
  355. data/app/views/admin/settings/languages.html.erb +68 -0
  356. data/app/views/admin/settings/post_types/_form.html.erb +93 -0
  357. data/app/views/admin/settings/post_types/edit.html.erb +18 -0
  358. data/app/views/admin/settings/post_types/index.html.erb +80 -0
  359. data/app/views/admin/settings/site.html.erb +124 -0
  360. data/app/views/admin/settings/sites/form.html.erb +50 -0
  361. data/app/views/admin/settings/sites/index.html.erb +56 -0
  362. data/app/views/admin/taxonomy/_form.html.erb +62 -0
  363. data/app/views/admin/taxonomy/edit.html.erb +18 -0
  364. data/app/views/admin/taxonomy/index.html.erb +79 -0
  365. data/app/views/admin/user_roles/form.html.erb +168 -0
  366. data/app/views/admin/user_roles/index.html.erb +54 -0
  367. data/app/views/admin/users/form.html.erb +305 -0
  368. data/app/views/admin/users/index.html.erb +58 -0
  369. data/app/views/admin/users/profile.html.erb +118 -0
  370. data/app/views/admin/users/profile/_activity.html.erb +180 -0
  371. data/app/views/admin/users/profile/_settings.html.erb +15 -0
  372. data/app/views/admin/users/profile_edit.html.erb +305 -0
  373. data/app/views/default_theme/admin/settings.html.erb +1 -0
  374. data/app/views/default_theme/category.html.erb +25 -0
  375. data/app/views/default_theme/category.rss.builder +23 -0
  376. data/app/views/default_theme/index.html.erb +70 -0
  377. data/app/views/default_theme/index.rss.builder +21 -0
  378. data/app/views/default_theme/layouts/_footer.html.erb +18 -0
  379. data/app/views/default_theme/layouts/_header.html.erb +38 -0
  380. data/app/views/default_theme/layouts/index.html.erb +34 -0
  381. data/app/views/default_theme/partials/_breadcrumb.html.erb +10 -0
  382. data/app/views/default_theme/partials/_categories_list.html.erb +23 -0
  383. data/app/views/default_theme/partials/_comments.html.erb +33 -0
  384. data/app/views/default_theme/partials/_comments_list.html.erb +21 -0
  385. data/app/views/default_theme/partials/_flash_messages.html.erb +26 -0
  386. data/app/views/default_theme/partials/_forms.html.erb +19 -0
  387. data/app/views/default_theme/partials/_post_list_item.html.erb +13 -0
  388. data/app/views/default_theme/partials/_render_custom_field.html.erb +57 -0
  389. data/app/views/default_theme/partials/_search_form.html.erb +10 -0
  390. data/app/views/default_theme/partials/_sidebar.html.erb +56 -0
  391. data/app/views/default_theme/post.html.erb +40 -0
  392. data/app/views/default_theme/post.rss.builder +12 -0
  393. data/app/views/default_theme/post_tag.html.erb +17 -0
  394. data/app/views/default_theme/post_tag.rss.builder +22 -0
  395. data/app/views/default_theme/post_type.html.erb +25 -0
  396. data/app/views/default_theme/post_type.rss.builder +22 -0
  397. data/app/views/default_theme/profile.html.erb +18 -0
  398. data/app/views/default_theme/robots.text.erb +1 -0
  399. data/app/views/default_theme/search.html.erb +13 -0
  400. data/app/views/default_theme/sitemap.html.erb +0 -0
  401. data/app/views/html_mailer/other.html.erb +3 -0
  402. data/app/views/html_mailer/sender.html.erb +25 -0
  403. data/app/views/layouts/admin.html.erb +164 -0
  404. data/app/views/layouts/admin/_ajax.html.erb +2 -0
  405. data/app/views/layouts/admin/_flash_messages.html.erb +49 -0
  406. data/app/views/layouts/admin/_form_error.html.erb +10 -0
  407. data/app/views/layouts/admin/_sidebar.html.erb +31 -0
  408. data/app/views/layouts/admin/installer.html.erb +36 -0
  409. data/app/views/layouts/application.html.erb +15 -0
  410. data/app/views/layouts/login.html.erb +40 -0
  411. data/app/views/shortcode_templates/form.html.erb +1 -0
  412. data/app/views/shortcode_templates/widget.html.erb +11 -0
  413. data/config/initializers/active_record_extension.rb +24 -0
  414. data/config/initializers/assets.rb +17 -0
  415. data/config/initializers/cache_helper.rb +9 -0
  416. data/config/initializers/elfinder.rb +79 -0
  417. data/config/initializers/fix_ssl.rb +14 -0
  418. data/config/initializers/mobu.rb +24 -0
  419. data/config/initializers/page_caching.rb +35 -0
  420. data/config/initializers/rufus_cron.rb +44 -0
  421. data/config/locales/admin/en.yml +561 -0
  422. data/config/locales/admin/es.yml +560 -0
  423. data/config/locales/ar.yml +275 -0
  424. data/config/locales/common.yml +125 -0
  425. data/config/locales/de.yml +210 -0
  426. data/config/locales/en.yml +207 -0
  427. data/config/locales/es.yml +198 -0
  428. data/config/locales/fr.yml +207 -0
  429. data/config/locales/languages.yml +19 -0
  430. data/config/locales/pl.yml +237 -0
  431. data/config/locales/pt.yml +201 -0
  432. data/config/locales/routes.yml +23 -0
  433. data/config/routes.rb +10 -0
  434. data/config/routes/admin.rb +119 -0
  435. data/config/routes/frontend.rb +35 -0
  436. data/config/sitemap.rb +52 -0
  437. data/config/system.json +16 -0
  438. data/db/migrate/20150611161134_post_table_into_utf8.rb +115 -0
  439. data/lib/ca-bundle.crt +3554 -0
  440. data/lib/camaleon_cms.rb +4 -0
  441. data/lib/camaleon_cms/engine.rb +60 -0
  442. data/lib/camaleon_cms/version.rb +3 -0
  443. data/lib/captcha/bumpyroad.ttf +0 -0
  444. data/lib/captcha/captcha_0.jpg +0 -0
  445. data/lib/captcha/captcha_1.jpg +0 -0
  446. data/lib/captcha/captcha_10.jpg +0 -0
  447. data/lib/captcha/captcha_11.jpg +0 -0
  448. data/lib/captcha/captcha_2.jpg +0 -0
  449. data/lib/captcha/captcha_3.jpg +0 -0
  450. data/lib/captcha/captcha_4.jpg +0 -0
  451. data/lib/captcha/captcha_5.jpg +0 -0
  452. data/lib/captcha/captcha_6.jpg +0 -0
  453. data/lib/captcha/captcha_7.jpg +0 -0
  454. data/lib/captcha/captcha_8.jpg +0 -0
  455. data/lib/captcha/captcha_9.jpg +0 -0
  456. data/lib/ext/aes_crypt.rb +246 -0
  457. data/lib/ext/array.rb +54 -0
  458. data/lib/ext/hash.rb +41 -0
  459. data/lib/ext/string.rb +159 -0
  460. data/lib/ext/translator.rb +83 -0
  461. data/lib/generators/camaleon_cms/install_generator.rb +20 -0
  462. data/lib/generators/camaleon_cms/install_template/apps/plugins/attack/admin_controller.rb +25 -0
  463. data/lib/generators/camaleon_cms/install_template/apps/plugins/attack/assets/docs/images/screenshot_1.jpg +0 -0
  464. data/lib/generators/camaleon_cms/install_template/apps/plugins/attack/assets/docs/images/screenshot_2.jpg +0 -0
  465. data/lib/generators/camaleon_cms/install_template/apps/plugins/attack/assets/docs/images/screenshot_3.jpg +0 -0
  466. data/lib/generators/camaleon_cms/install_template/apps/plugins/attack/assets/docs/index.html +60 -0
  467. data/lib/generators/camaleon_cms/install_template/apps/plugins/attack/attack_helper.rb +99 -0
  468. data/lib/generators/camaleon_cms/install_template/apps/plugins/attack/config/config.json +31 -0
  469. data/lib/generators/camaleon_cms/install_template/apps/plugins/attack/config/custom_models.rb +4 -0
  470. data/lib/generators/camaleon_cms/install_template/apps/plugins/attack/config/locales/readme.txt +1 -0
  471. data/lib/generators/camaleon_cms/install_template/apps/plugins/attack/config/locales/translation.yml +36 -0
  472. data/lib/generators/camaleon_cms/install_template/apps/plugins/attack/config/routes_admin.txt +2 -0
  473. data/lib/generators/camaleon_cms/install_template/apps/plugins/attack/models/attack.rb +12 -0
  474. data/lib/generators/camaleon_cms/install_template/apps/plugins/attack/views/admin/settings.html.erb +49 -0
  475. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/admin_forms_controller.rb +93 -0
  476. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/css/admin/form-builder/formbuilder.css +70 -0
  477. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/css/contact-form.css +8 -0
  478. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/css/front/railsform.scss +94 -0
  479. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/css/readme.txt +1 -0
  480. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/docs/images/screenshot_1.jpg +0 -0
  481. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/docs/images/screenshot_2.jpg +0 -0
  482. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/docs/images/screenshot_3.jpg +0 -0
  483. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/docs/images/screenshot_4.jpg +0 -0
  484. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/docs/images/screenshot_5.jpg +0 -0
  485. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/docs/index.html +89 -0
  486. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/js/contact_form.js +2 -0
  487. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/js/form-builder/formbuilder.js +1271 -0
  488. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/js/form-builder/vendor.js +3072 -0
  489. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/assets/js/readme.txt +1 -0
  490. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/config/config.json +35 -0
  491. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/config/locales/readme.txt +1 -0
  492. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/config/locales/translation.yml +210 -0
  493. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/config/routes_admin.txt +4 -0
  494. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/config/routes_front.txt +2 -0
  495. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/contact_form_helper.rb +91 -0
  496. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/contact_form_html_helper.rb +157 -0
  497. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/front_controller.rb +106 -0
  498. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/models/contact_form.rb +26 -0
  499. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/views/admin_forms/_form.html.erb +33 -0
  500. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/views/admin_forms/edit.html.erb +375 -0
  501. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/views/admin_forms/index.html.erb +65 -0
  502. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/views/admin_forms/manual.html.erb +59 -0
  503. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/views/admin_forms/responses.html.erb +67 -0
  504. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/views/forms_shorcode.html.erb +27 -0
  505. data/lib/generators/camaleon_cms/install_template/apps/plugins/contact_form/views/front/index.html.erb +3 -0
  506. data/lib/generators/camaleon_cms/install_template/apps/plugins/front_cache/admin_controller.rb +35 -0
  507. data/lib/generators/camaleon_cms/install_template/apps/plugins/front_cache/assets/docs/images/screenshot_1.jpg +0 -0
  508. data/lib/generators/camaleon_cms/install_template/apps/plugins/front_cache/assets/docs/images/screenshot_2.jpg +0 -0
  509. data/lib/generators/camaleon_cms/install_template/apps/plugins/front_cache/assets/docs/index.html +58 -0
  510. data/lib/generators/camaleon_cms/install_template/apps/plugins/front_cache/config/config.json +21 -0
  511. data/lib/generators/camaleon_cms/install_template/apps/plugins/front_cache/config/locales/readme.txt +1 -0
  512. data/lib/generators/camaleon_cms/install_template/apps/plugins/front_cache/config/locales/translation.yml +37 -0
  513. data/lib/generators/camaleon_cms/install_template/apps/plugins/front_cache/config/routes_admin.txt +3 -0
  514. data/lib/generators/camaleon_cms/install_template/apps/plugins/front_cache/front_cache_helper.rb +154 -0
  515. data/lib/generators/camaleon_cms/install_template/apps/plugins/front_cache/views/admin/settings.html.erb +71 -0
  516. data/lib/generators/camaleon_cms/install_template/apps/plugins/visibility_post/assets/docs/images/screenshot_1.jpg +0 -0
  517. data/lib/generators/camaleon_cms/install_template/apps/plugins/visibility_post/assets/docs/images/screenshot_2.jpg +0 -0
  518. data/lib/generators/camaleon_cms/install_template/apps/plugins/visibility_post/assets/docs/images/screenshot_3.jpg +0 -0
  519. data/lib/generators/camaleon_cms/install_template/apps/plugins/visibility_post/assets/docs/images/screenshot_4.jpg +0 -0
  520. data/lib/generators/camaleon_cms/install_template/apps/plugins/visibility_post/assets/docs/index.html +62 -0
  521. data/lib/generators/camaleon_cms/install_template/apps/plugins/visibility_post/assets/js/form.js +29 -0
  522. data/lib/generators/camaleon_cms/install_template/apps/plugins/visibility_post/config/config.json +24 -0
  523. data/lib/generators/camaleon_cms/install_template/apps/plugins/visibility_post/visibility_post_helper.rb +132 -0
  524. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/assets/css/magnific-ver.css +394 -0
  525. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/assets/css/main.css +15 -0
  526. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/assets/css/style-ver.css.scss +224 -0
  527. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/assets/css/wpbase.css +1 -0
  528. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/assets/images/empe.jpg +0 -0
  529. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/assets/images/image.png +0 -0
  530. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/assets/images/loader.gif +0 -0
  531. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/assets/images/zoom.png +0 -0
  532. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/assets/js/hover.zoom.js +67 -0
  533. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/assets/js/magnific.min.js +3 -0
  534. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/assets/js/main-ver.js +46 -0
  535. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/assets/js/main.js +18 -0
  536. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/assets/js/modernizr.custom.js +4 -0
  537. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/config/config.json +14 -0
  538. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/main_helper.rb +43 -0
  539. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/views/admin/settings.html.erb +4 -0
  540. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/views/index.html.erb +28 -0
  541. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/views/layouts/index.html.erb +85 -0
  542. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/views/partials/readme.txt +1 -0
  543. data/lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/views/template_sample_page.html.erb +6 -0
  544. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/css/main.css +13 -0
  545. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/css/style.css.scss +3395 -0
  546. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/css/styles.css.scss +175 -0
  547. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/genericons/COPYING.txt +9 -0
  548. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/genericons/Genericons-Regular.otf +0 -0
  549. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/genericons/LICENSE.txt +339 -0
  550. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/genericons/README.txt +123 -0
  551. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/genericons/font/genericons-regular-webfont.eot +0 -0
  552. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/genericons/font/genericons-regular-webfont.svg +135 -0
  553. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/genericons/font/genericons-regular-webfont.ttf +0 -0
  554. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/genericons/font/genericons-regular-webfont.woff +0 -0
  555. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/genericons/genericons.css +197 -0
  556. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/circle.png +0 -0
  557. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/dotted-line-2x.png +0 -0
  558. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/dotted-line-light-2x.png +0 -0
  559. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/dotted-line-light.png +0 -0
  560. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/dotted-line.png +0 -0
  561. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/headers/circle-thumbnail.png +0 -0
  562. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/headers/circle.png +0 -0
  563. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/headers/diamond-thumbnail.png +0 -0
  564. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/headers/diamond.png +0 -0
  565. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/headers/star-thumbnail.png +0 -0
  566. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/headers/star.png +0 -0
  567. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/image.png +0 -0
  568. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/search-icon-2x.png +0 -0
  569. data/lib/generators/camaleon_cms/install_template/apps/themes/default/assets/images/search-icon.png +0 -0
  570. data/lib/generators/camaleon_cms/install_template/apps/themes/default/config/config.json +19 -0
  571. data/lib/generators/camaleon_cms/install_template/apps/themes/default/default_helper.rb +36 -0
  572. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/admin/settings.html.erb +1 -0
  573. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/category.html.erb +16 -0
  574. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/index.html.erb +35 -0
  575. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/layouts/index.html.erb +83 -0
  576. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/page.html.erb +22 -0
  577. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/partials/_breadcrumb.html.erb +10 -0
  578. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/partials/_categories_list.html.erb +23 -0
  579. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/partials/_comments.html.erb +25 -0
  580. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/partials/_comments_list.html.erb +20 -0
  581. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/partials/_flash_messages.html.erb +26 -0
  582. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/partials/_forms.html.erb +19 -0
  583. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/partials/_post_list_item.html.erb +34 -0
  584. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/partials/_search_form.html.erb +8 -0
  585. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/partials/_sidebar.html.erb +50 -0
  586. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/post.html.erb +22 -0
  587. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/post_tag.html.erb +14 -0
  588. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/post_type.html.erb +33 -0
  589. data/lib/generators/camaleon_cms/install_template/apps/themes/default/views/search.html.erb +17 -0
  590. data/lib/generators/camaleon_cms/install_template/apps/themes/new/assets/css/bootstrap/bootstrap.min.css +6735 -0
  591. data/lib/generators/camaleon_cms/install_template/apps/themes/new/assets/css/main.css +13 -0
  592. data/lib/generators/camaleon_cms/install_template/apps/themes/new/assets/css/styles.css.scss +175 -0
  593. data/lib/generators/camaleon_cms/install_template/apps/themes/new/assets/images/image.png +0 -0
  594. data/lib/generators/camaleon_cms/install_template/apps/themes/new/assets/js/main.js +15 -0
  595. data/lib/generators/camaleon_cms/install_template/apps/themes/new/assets/js/plugins/bootstrap/bootstrap.min.js +6 -0
  596. data/lib/generators/camaleon_cms/install_template/apps/themes/new/assets/js/plugins/jquery/jquery.min.js +4 -0
  597. data/lib/generators/camaleon_cms/install_template/apps/themes/new/assets/js/plugins/modal_elfinder.js +29 -0
  598. data/lib/generators/camaleon_cms/install_template/apps/themes/new/config/config.json +26 -0
  599. data/lib/generators/camaleon_cms/install_template/apps/themes/new/custom_helper.rb +37 -0
  600. data/lib/generators/camaleon_cms/install_template/apps/themes/new/data.json +1 -0
  601. data/lib/generators/camaleon_cms/install_template/apps/themes/new/image.png +0 -0
  602. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/admin/settings.html.erb +1 -0
  603. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/category.html.erb +33 -0
  604. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/index.html.erb +70 -0
  605. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/layouts/_footer.html.erb +18 -0
  606. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/layouts/_header.html.erb +38 -0
  607. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/layouts/index.html.erb +34 -0
  608. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/page.html.erb +24 -0
  609. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/partials/_breadcrumb.html.erb +10 -0
  610. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/partials/_categories_list.html.erb +23 -0
  611. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/partials/_comments.html.erb +32 -0
  612. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/partials/_comments_list.html.erb +21 -0
  613. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/partials/_flash_messages.html.erb +26 -0
  614. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/partials/_forms.html.erb +19 -0
  615. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/partials/_post_list_item.html.erb +13 -0
  616. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/partials/_search_form.html.erb +10 -0
  617. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/partials/_sidebar.html.erb +60 -0
  618. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/post.html.erb +20 -0
  619. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/post_tag.html.erb +22 -0
  620. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/post_type.html.erb +33 -0
  621. data/lib/generators/camaleon_cms/install_template/apps/themes/new/views/search.html.erb +18 -0
  622. data/lib/generators/camaleon_cms/install_template/plugin_routes.rb +311 -0
  623. data/lib/generators/camaleon_cms/install_template/system.json +11 -0
  624. data/lib/generators/cplugin_generator.rb +80 -0
  625. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/admin_controller.rb +9 -0
  626. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/assets/css/readme.txt +1 -0
  627. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/assets/images/readme.txt +1 -0
  628. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/assets/js/readme.txt +1 -0
  629. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/config/config.json +18 -0
  630. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/config/locales/readme.txt +1 -0
  631. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/config/routes_admin.txt +1 -0
  632. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/config/routes_front.txt +1 -0
  633. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/front_controller.rb +9 -0
  634. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/main_helper.rb +21 -0
  635. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/models/my_plugin.rb +12 -0
  636. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/views/admin/index.html.erb +2 -0
  637. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/views/front/index.html.erb +2 -0
  638. data/lib/generators/cplugin_template/app/apps/plugins/my_plugin/views/layouts/readme.txt +2 -0
  639. data/lib/generators/ctheme_generator.rb +63 -0
  640. data/lib/generators/ctheme_template/app/apps/themes/my_theme/assets/css/main.css +12 -0
  641. data/lib/generators/ctheme_template/app/apps/themes/my_theme/assets/images/image.png +0 -0
  642. data/lib/generators/ctheme_template/app/apps/themes/my_theme/assets/js/main.js +14 -0
  643. data/lib/generators/ctheme_template/app/apps/themes/my_theme/config/config.json +14 -0
  644. data/lib/generators/ctheme_template/app/apps/themes/my_theme/main_helper.rb +25 -0
  645. data/lib/generators/ctheme_template/app/apps/themes/my_theme/views/admin/settings.html.erb +4 -0
  646. data/lib/generators/ctheme_template/app/apps/themes/my_theme/views/index.html.erb +25 -0
  647. data/lib/generators/ctheme_template/app/apps/themes/my_theme/views/layouts/index.html.erb +71 -0
  648. data/lib/generators/ctheme_template/app/apps/themes/my_theme/views/partials/readme.txt +1 -0
  649. data/lib/tasks/camaleon_cms_tasks.rake +4 -0
  650. data/test/camaleon_cms_test.rb +7 -0
  651. data/test/integration/navigation_test.rb +10 -0
  652. data/test/test_helper.rb +19 -0
  653. metadata +699 -0
@@ -0,0 +1,4 @@
1
+ <!-- This page is viewed on admin->settings->site settings->tab theme -->
2
+ <!-- This line will render all custom fields registered for this theme on install -->
3
+ <!-- You can add your custom html contents here, but don't forget to save the values with hook on_theme_settings -->
4
+ <%= render partial: "admin/settings/custom_fields/render", locals: {record: current_theme, field_groups: current_theme.get_field_groups, fields_name: "theme_fields"} %>
@@ -0,0 +1,28 @@
1
+ <!-- +++++ Welcome Section +++++ -->
2
+ <div id="ww">
3
+ <div class="container" >
4
+ <div class="row">
5
+ <div class="col-lg-8 col-lg-offset-2">
6
+ <% home_page = (current_site.the_post(current_theme.get_field("home_page")) || current_site.the_posts("page").first).decorate %>
7
+ <h1><%= home_page.the_title %></h1>
8
+ <div><%= raw home_page.the_content %></div>
9
+ </div><!-- /col-lg-8 -->
10
+ </div><!-- /row -->
11
+ </div> <!-- /container -->
12
+ </div><!-- /ww -->
13
+
14
+ <!-- +++++ Projects Section +++++ -->
15
+ <div class="container pt">
16
+ <h3><%= ct("latest_articles") %></h3>
17
+ <div class="row mt centered latest_articles">
18
+ <% current_site.the_posts(current_theme.get_field("recent_post_type")).latest.limit(current_theme.get_field("home_qty")).decorate.each do |post| %>
19
+ <!-- PORTFOLIO ITEM -->
20
+ <div class="col-lg-4">
21
+ <a class="zoom green" href="<%= post.the_url %>" title="<%= post.the_title %>" >
22
+ <img width="400" height="300" src="<%= post.the_thumb_url("http://gentsthemes.com/demo/stanleywp/wp-content/uploads/sites/5/2014/01/port03.jpg") %>" class="attachment-post-thumbnail wp-post-image" alt="post image" /> </a>
23
+
24
+ <p><%= post.the_title %></p>
25
+ </div> <!-- /col -->
26
+ <% end %>
27
+ </div><!-- /row -->
28
+ </div><!-- /container -->
@@ -0,0 +1,85 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <!-- META SECTION -->
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
7
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
8
+ <!-- END META SECTION -->
9
+
10
+ <%= stylesheet_link_tag theme_asset_path("css/main") %>
11
+ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
12
+ <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat%3A400%2C700&ver=4.2.2">
13
+ <%= javascript_include_tag theme_asset_path("js/main.js") %>
14
+
15
+ <%= raw the_head %>
16
+
17
+ <!--[if lt IE 9]>
18
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
19
+ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
20
+ <![endif]-->
21
+ </head>
22
+ <body class="<%= is_home? ? "home-page" : "inner-page" %>">
23
+ <header>
24
+ <nav role="navigation">
25
+ <div class="navbar navbar-inverse navbar-static-top">
26
+ <div class="container">
27
+ <div style="position: absolute; top: 0;"><%= raw current_site.draw_languages("language-list list-inline", true) %></div>
28
+ <!-- .navbar-toggle is used as the toggle for collapsed navbar content -->
29
+ <div class="navbar-header">
30
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
31
+ <span class="icon-bar"></span>
32
+ <span class="icon-bar"></span>
33
+ <span class="icon-bar"></span>
34
+ </button>
35
+ <a class="navbar-brand" href="<%= current_site.the_url %>" title="<%= current_site.the_title %>" rel="homepage"><b><%= current_site.the_title %></b></a>
36
+ </div>
37
+ <div class="navbar-collapse collapse navbar-responsive-collapse">
38
+ <%= raw draw_menu({container_id: "menu-menu-1", container_class: "nav navbar-nav navbar-right"}) %>
39
+ </div>
40
+ </div>
41
+ </div>
42
+ </nav>
43
+ </header><!-- end of header -->
44
+
45
+
46
+ <div id="wrapper" class="clearfix">
47
+ <div class="home-wrap clearfix">
48
+ <% if is_home? %>
49
+ <%= yield %>
50
+ <% else %>
51
+ <div id="ww">
52
+ <div class="container"><%= yield %></div>
53
+ </div>
54
+ <% end %>
55
+ </div><!-- END home-wrap -->
56
+ </div><!-- end of wrapper-->
57
+
58
+
59
+
60
+
61
+ <!-- +++++ Footer Section +++++ -->
62
+ <footer id="footer">
63
+ <div class="container">
64
+ <div class="row">
65
+ <div class="col-lg-4">
66
+ <div id="text-2" class="widget-wrapper widget_text">
67
+ <%= raw current_theme.the_field("footer_left") %>
68
+ </div>
69
+ </div>
70
+ <div class="col-lg-4">
71
+ <div id="text-3" class="widget-wrapper widget_text">
72
+ <%= raw current_theme.the_field("footer_center") %>
73
+ </div>
74
+ </div>
75
+ <div class="col-lg-4">
76
+ <div id="text-4" class="widget-wrapper widget_text">
77
+ <%= raw current_theme.the_field("footer_right") %>
78
+ </div>
79
+ </div>
80
+ </div><!-- /row -->
81
+ </div><!-- /container -->
82
+ </footer><!-- end #footer -->
83
+
84
+ </body>
85
+ </html>
@@ -0,0 +1,6 @@
1
+ <div class="panel panel-post custom-template panel-default">
2
+ <div class="panel-heading text-center"><%= raw @post.the_title.upcase %></div>
3
+ <div class="panel-body">
4
+ <%= raw @post.the_content %>
5
+ </div>
6
+ </div>
@@ -0,0 +1,13 @@
1
+ /*
2
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
3
+ * listed below.
4
+ *
5
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
+ * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
+ *
8
+ * You're free to add application-wide styles to this file and they'll appear at the top of the
9
+ * compiled file, but it's generally better to create a new file per style scope.
10
+ *
11
+ *= require ./style
12
+ *= require ./styles
13
+ */
@@ -0,0 +1,3395 @@
1
+ /*
2
+ Theme Name: Twenty Thirteen
3
+ Theme URI: https://wordpress.org/themes/twentythirteen/
4
+ Author: the WordPress team
5
+ Author URI: https://wordpress.org/
6
+ Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
7
+ Version: 1.5
8
+ License: GNU General Public License v2 or later
9
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
+ Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
11
+ Text Domain: twentythirteen
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
+ /**
19
+ * Table of Contents:
20
+ *
21
+ * 1.0 - Reset
22
+ * 2.0 - Repeatable Patterns
23
+ * 3.0 - Basic Structure
24
+ * 4.0 - Header
25
+ * 4.1 - Site Header
26
+ * 4.2 - Navigation
27
+ * 5.0 - Content
28
+ * 5.1 - Entry Header
29
+ * 5.2 - Entry Meta
30
+ * 5.3 - Entry Content
31
+ * 5.4 - Galleries
32
+ * 5.5 - Post Formats
33
+ * 5.6 - Attachments
34
+ * 5.7 - Post/Paging Navigation
35
+ * 5.8 - Author Bio
36
+ * 5.9 - Archives
37
+ * 5.10 - Search Results/No posts
38
+ * 5.11 - 404
39
+ * 5.12 - Comments
40
+ * 5.13 - Multisite
41
+ * 6.0 - Sidebar
42
+ * 6.1 - Widgets
43
+ * 7.0 - Footer
44
+ * 8.0 - Media Queries
45
+ * 9.0 - Print
46
+ * ----------------------------------------------------------------------------
47
+ */
48
+
49
+
50
+ /**
51
+ * 1.0 Reset
52
+ *
53
+ * Modified from Normalize.css to provide cross-browser consistency and a smart
54
+ * default styling of HTML elements.
55
+ *
56
+ * @see http://git.io/normalize
57
+ * ----------------------------------------------------------------------------
58
+ */
59
+
60
+ * {
61
+ -webkit-box-sizing: border-box;
62
+ -moz-box-sizing: border-box;
63
+ box-sizing: border-box;
64
+ }
65
+
66
+ article,
67
+ aside,
68
+ details,
69
+ figcaption,
70
+ figure,
71
+ footer,
72
+ header,
73
+ nav,
74
+ section,
75
+ summary {
76
+ display: block;
77
+ }
78
+
79
+ audio,
80
+ canvas,
81
+ video {
82
+ display: inline-block;
83
+ }
84
+
85
+ audio:not([controls]) {
86
+ display: none;
87
+ height: 0;
88
+ }
89
+
90
+ [hidden] {
91
+ display: none;
92
+ }
93
+
94
+ html {
95
+ font-size: 100%;
96
+ overflow-y: scroll;
97
+ -webkit-text-size-adjust: 100%;
98
+ -ms-text-size-adjust: 100%;
99
+ }
100
+
101
+ html,
102
+ button,
103
+ input,
104
+ select,
105
+ textarea {
106
+ font-family: "Source Sans Pro", Helvetica, sans-serif;
107
+ }
108
+
109
+ body {
110
+ color: #141412;
111
+ line-height: 1.5;
112
+ margin: 0;
113
+ }
114
+
115
+ a {
116
+ color: #ca3c08;
117
+ text-decoration: none;
118
+ }
119
+
120
+ a:visited {
121
+ color: #ac0404;
122
+ }
123
+
124
+ a:focus {
125
+ outline: thin dotted;
126
+ }
127
+
128
+ a:active,
129
+ a:hover {
130
+ color: #ea9629;
131
+ outline: 0;
132
+ }
133
+
134
+ a:hover {
135
+ text-decoration: underline;
136
+ }
137
+
138
+ h1,
139
+ h2,
140
+ h3,
141
+ h4,
142
+ h5,
143
+ h6 {
144
+ clear: both;
145
+ font-family: Bitter, Georgia, serif;
146
+ line-height: 1.3;
147
+ }
148
+
149
+ h1 {
150
+ font-size: 48px;
151
+ margin: 33px 0;
152
+ }
153
+
154
+ h2 {
155
+ font-size: 30px;
156
+ margin: 25px 0;
157
+ }
158
+
159
+ h3 {
160
+ font-size: 22px;
161
+ margin: 22px 0;
162
+ }
163
+
164
+ h4 {
165
+ font-size: 20px;
166
+ margin: 25px 0;
167
+ }
168
+
169
+ h5 {
170
+ font-size: 18px;
171
+ margin: 30px 0;
172
+ }
173
+
174
+ h6 {
175
+ font-size: 16px;
176
+ margin: 36px 0;
177
+ }
178
+
179
+ address {
180
+ font-style: italic;
181
+ margin: 0 0 24px;
182
+ }
183
+
184
+ abbr[title] {
185
+ border-bottom: 1px dotted;
186
+ }
187
+
188
+ b,
189
+ strong {
190
+ font-weight: bold;
191
+ }
192
+
193
+ dfn {
194
+ font-style: italic;
195
+ }
196
+
197
+ mark {
198
+ background: #ff0;
199
+ color: #000;
200
+ }
201
+
202
+ p {
203
+ margin: 0 0 24px;
204
+ }
205
+
206
+ code,
207
+ kbd,
208
+ pre,
209
+ samp {
210
+ font-family: monospace, serif;
211
+ font-size: 14px;
212
+ -webkit-hyphens: none;
213
+ -moz-hyphens: none;
214
+ -ms-hyphens: none;
215
+ hyphens: none;
216
+ }
217
+
218
+ pre {
219
+ background: #f5f5f5;
220
+ color: #666;
221
+ font-family: monospace;
222
+ font-size: 14px;
223
+ margin: 20px 0;
224
+ overflow: auto;
225
+ padding: 20px;
226
+ white-space: pre;
227
+ white-space: pre-wrap;
228
+ word-wrap: break-word;
229
+ }
230
+
231
+ blockquote,
232
+ q {
233
+ -webkit-hyphens: none;
234
+ -moz-hyphens: none;
235
+ -ms-hyphens: none;
236
+ hyphens: none;
237
+ quotes: none;
238
+ }
239
+
240
+ blockquote:before,
241
+ blockquote:after,
242
+ q:before,
243
+ q:after {
244
+ content: "";
245
+ content: none;
246
+ }
247
+
248
+ blockquote {
249
+ font-size: 18px;
250
+ font-style: italic;
251
+ font-weight: 300;
252
+ margin: 24px 40px;
253
+ }
254
+
255
+ blockquote blockquote {
256
+ margin-right: 0;
257
+ }
258
+
259
+ blockquote cite,
260
+ blockquote small {
261
+ font-size: 14px;
262
+ font-weight: normal;
263
+ text-transform: uppercase;
264
+ }
265
+
266
+ blockquote em,
267
+ blockquote i {
268
+ font-style: normal;
269
+ font-weight: 300;
270
+ }
271
+
272
+ blockquote strong,
273
+ blockquote b {
274
+ font-weight: 400;
275
+ }
276
+
277
+ small {
278
+ font-size: smaller;
279
+ }
280
+
281
+ sub,
282
+ sup {
283
+ font-size: 75%;
284
+ line-height: 0;
285
+ position: relative;
286
+ vertical-align: baseline;
287
+ }
288
+
289
+ sup {
290
+ top: -0.5em;
291
+ }
292
+
293
+ sub {
294
+ bottom: -0.25em;
295
+ }
296
+
297
+ dl {
298
+ margin: 0 20px;
299
+ }
300
+
301
+ dt {
302
+ font-weight: bold;
303
+ }
304
+
305
+ dd {
306
+ margin: 0 0 20px;
307
+ }
308
+
309
+ menu,
310
+ ol,
311
+ ul {
312
+ margin: 16px 0;
313
+ padding: 0 0 0 40px;
314
+ }
315
+
316
+ ul {
317
+ list-style-type: square;
318
+ }
319
+
320
+ nav ul,
321
+ nav ol {
322
+ list-style: none;
323
+ list-style-image: none;
324
+ }
325
+
326
+ li > ul,
327
+ li > ol {
328
+ margin: 0;
329
+ }
330
+
331
+ img {
332
+ -ms-interpolation-mode: bicubic;
333
+ border: 0;
334
+ vertical-align: middle;
335
+ }
336
+
337
+ svg:not(:root) {
338
+ overflow: hidden;
339
+ }
340
+
341
+ figure {
342
+ margin: 0;
343
+ }
344
+
345
+ form {
346
+ margin: 0;
347
+ }
348
+
349
+ fieldset {
350
+ border: 1px solid #c0c0c0;
351
+ margin: 0 2px;
352
+ padding: 0.35em 0.625em 0.75em;
353
+ }
354
+
355
+ legend {
356
+ border: 0;
357
+ padding: 0;
358
+ white-space: normal;
359
+ }
360
+
361
+ button,
362
+ input,
363
+ select,
364
+ textarea {
365
+ font-size: 100%;
366
+ margin: 0;
367
+ max-width: 100%;
368
+ vertical-align: baseline;
369
+ }
370
+
371
+ button,
372
+ input {
373
+ line-height: normal;
374
+ }
375
+
376
+ button,
377
+ html input[type="button"],
378
+ input[type="reset"],
379
+ input[type="submit"] {
380
+ -webkit-appearance: button;
381
+ cursor: pointer;
382
+ }
383
+
384
+ button[disabled],
385
+ input[disabled] {
386
+ cursor: default;
387
+ }
388
+
389
+ input[type="checkbox"],
390
+ input[type="radio"] {
391
+ padding: 0;
392
+ }
393
+
394
+ input[type="search"] {
395
+ -webkit-appearance: textfield;
396
+ padding-right: 2px; /* Don't cut off the webkit search cancel button */
397
+ width: 270px;
398
+ }
399
+
400
+ input[type="search"]::-webkit-search-decoration {
401
+ -webkit-appearance: none;
402
+ }
403
+
404
+ button::-moz-focus-inner,
405
+ input::-moz-focus-inner {
406
+ border: 0;
407
+ padding: 0;
408
+ }
409
+
410
+ textarea {
411
+ overflow: auto;
412
+ vertical-align: top;
413
+ }
414
+
415
+ table {
416
+ border-bottom: 1px solid #ededed;
417
+ border-collapse: collapse;
418
+ border-spacing: 0;
419
+ font-size: 14px;
420
+ line-height: 2;
421
+ margin: 0 0 20px;
422
+ width: 100%;
423
+ }
424
+
425
+ caption,
426
+ th,
427
+ td {
428
+ font-weight: normal;
429
+ text-align: left;
430
+ }
431
+
432
+ caption {
433
+ font-size: 16px;
434
+ margin: 20px 0;
435
+ }
436
+
437
+ th {
438
+ font-weight: bold;
439
+ text-transform: uppercase;
440
+ }
441
+
442
+ td {
443
+ border-top: 1px solid #ededed;
444
+ padding: 6px 10px 6px 0;
445
+ }
446
+
447
+ del {
448
+ color: #333;
449
+ }
450
+
451
+ ins {
452
+ background: #fff9c0;
453
+ text-decoration: none;
454
+ }
455
+
456
+ hr {
457
+ background: asset-url("themes/default/assets/images/dotted-line.png") repeat center top;
458
+ background-size: 4px 4px;
459
+ border: 0;
460
+ height: 1px;
461
+ margin: 0 0 24px;
462
+ }
463
+
464
+ .mb-20{margin-bottom: 20px;}
465
+
466
+ /**
467
+ * 2.0 Repeatable Patterns
468
+ * ----------------------------------------------------------------------------
469
+ */
470
+
471
+ .genericon:before,
472
+ .menu-toggle:after,
473
+ .featured-post:before,
474
+ .date a:before,
475
+ .entry-meta .author a:before,
476
+ .format-audio .entry-content:before,
477
+ .comments-link a:before,
478
+ .tags-links a:first-child:before,
479
+ .categories-links a:first-child:before,
480
+ .edit-link a:before,
481
+ .attachment .entry-title:before,
482
+ .attachment-meta:before,
483
+ .attachment-meta a:before,
484
+ .comment-awaiting-moderation:before,
485
+ .comment-reply-link:before,
486
+ .comment-reply-login:before,
487
+ .comment-reply-title small a:before,
488
+ .bypostauthor > .comment-body .fn:before,
489
+ .error404 .page-title:before {
490
+ -webkit-font-smoothing: antialiased;
491
+ display: inline-block;
492
+ font: normal 16px/1 Genericons;
493
+ vertical-align: text-bottom;
494
+ }
495
+
496
+ /* Clearing floats */
497
+ .clear:after,
498
+ .attachment .entry-header:after,
499
+ .site-footer .widget-area:after,
500
+ .entry-content:after,
501
+ .page-content:after,
502
+ .navigation:after,
503
+ .nav-links:after,
504
+ .gallery:after,
505
+ .comment-form-author:after,
506
+ .comment-form-email:after,
507
+ .comment-form-url:after,
508
+ .comment-body:after {
509
+ clear: both;
510
+ }
511
+
512
+ .clear:before,
513
+ .clear:after,
514
+ .attachment .entry-header:before,
515
+ .attachment .entry-header:after,
516
+ .site-footer .widget-area:before,
517
+ .site-footer .widget-area:after,
518
+ .entry-content:before,
519
+ .entry-content:after,
520
+ .page-content:before,
521
+ .page-content:after,
522
+ .navigation:before,
523
+ .navigation:after,
524
+ .nav-links:before,
525
+ .nav-links:after,
526
+ .gallery:before,
527
+ .gallery:after,
528
+ .comment-form-author:before,
529
+ .comment-form-author:after,
530
+ .comment-form-email:before,
531
+ .comment-form-email:after,
532
+ .comment-form-url:before,
533
+ .comment-form-url:after,
534
+ .comment-body:before,
535
+ .comment-body:after {
536
+ content: "";
537
+ display: table;
538
+ }
539
+
540
+ /* Assistive text */
541
+ .screen-reader-text {
542
+ clip: rect(1px, 1px, 1px, 1px);
543
+ overflow: hidden;
544
+ position: absolute !important;
545
+ height: 1px;
546
+ width: 1px;
547
+ }
548
+
549
+ .screen-reader-text:focus {
550
+ background-color: #f1f1f1;
551
+ border-radius: 3px;
552
+ box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
553
+ clip: auto !important;
554
+ color: #21759b;
555
+ display: block;
556
+ font-size: 14px;
557
+ font-weight: bold;
558
+ height: auto;
559
+ line-height: normal;
560
+ padding: 15px 23px 14px;
561
+ position: absolute;
562
+ left: 5px;
563
+ top: 5px;
564
+ text-decoration: none;
565
+ width: auto;
566
+ z-index: 100000; /* Above WP toolbar */
567
+ }
568
+
569
+ /* Form fields, general styles first. */
570
+ button,
571
+ input,
572
+ textarea {
573
+ border: 2px solid #d4d0ba;
574
+ font-family: inherit;
575
+ padding: 5px;
576
+ }
577
+
578
+ input,
579
+ textarea {
580
+ color: #141412;
581
+ }
582
+
583
+ input:focus,
584
+ textarea:focus {
585
+ border: 2px solid #c3c0ab;
586
+ outline: 0;
587
+ }
588
+
589
+ /* Buttons */
590
+ button,
591
+ input[type="submit"],
592
+ input[type="button"],
593
+ input[type="reset"] {
594
+ background: #e05d22; /* Old browsers */
595
+ background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
596
+ background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
597
+ border: none;
598
+ border-bottom: 3px solid #b93207;
599
+ border-radius: 2px;
600
+ color: #fff;
601
+ display: inline-block;
602
+ padding: 11px 24px 10px;
603
+ text-decoration: none;
604
+ }
605
+
606
+ button:hover,
607
+ button:focus,
608
+ input[type="submit"]:hover,
609
+ input[type="button"]:hover,
610
+ input[type="reset"]:hover,
611
+ input[type="submit"]:focus,
612
+ input[type="button"]:focus,
613
+ input[type="reset"]:focus {
614
+ background: #ed6a31; /* Old browsers */
615
+ background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
616
+ background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
617
+ outline: none;
618
+ }
619
+
620
+ button:active,
621
+ input[type="submit"]:active,
622
+ input[type="button"]:active,
623
+ input[type="reset"]:active {
624
+ background: #d94412; /* Old browsers */
625
+ background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
626
+ background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
627
+ border: none;
628
+ border-top: 3px solid #b93207;
629
+ padding: 10px 24px 11px;
630
+ }
631
+
632
+ .post-password-required input[type="submit"] {
633
+ padding: 7px 24px 4px;
634
+ vertical-align: bottom;
635
+ }
636
+
637
+ .post-password-required input[type="submit"]:active {
638
+ padding: 5px 24px 6px;
639
+ }
640
+
641
+ /* Placeholder text color -- selectors need to be separate to work. */
642
+ ::-webkit-input-placeholder {
643
+ color: #7d7b6d;
644
+ }
645
+
646
+ :-moz-placeholder {
647
+ color: #7d7b6d;
648
+ }
649
+
650
+ ::-moz-placeholder {
651
+ color: #7d7b6d;
652
+ }
653
+
654
+ :-ms-input-placeholder {
655
+ color: #7d7b6d;
656
+ }
657
+
658
+ /*
659
+ * Responsive images
660
+ *
661
+ * Fluid images for posts, comments, and widgets
662
+ */
663
+ .entry-content img,
664
+ .entry-summary img,
665
+ .comment-content img,
666
+ .widget img,
667
+ .wp-caption {
668
+ max-width: 100%;
669
+ }
670
+
671
+ /* Make sure images with WordPress-added height and width attributes are scaled correctly. */
672
+ .entry-content img,
673
+ .entry-summary img,
674
+ .comment-content img[height],
675
+ img[class*="align"],
676
+ img[class*="wp-image-"],
677
+ img[class*="attachment-"] {
678
+ height: auto;
679
+ }
680
+
681
+ img.size-full,
682
+ img.size-large,
683
+ img.wp-post-image {
684
+ height: auto;
685
+ max-width: 100%;
686
+ }
687
+
688
+ /* Make sure videos and embeds fit their containers. */
689
+ embed,
690
+ iframe,
691
+ object,
692
+ video {
693
+ max-width: 100%;
694
+ }
695
+
696
+ /* Override the Twitter embed fixed width. */
697
+ .entry-content .twitter-tweet-rendered {
698
+ max-width: 100% !important;
699
+ }
700
+
701
+ /* Images */
702
+ .alignleft {
703
+ float: left;
704
+ }
705
+
706
+ .alignright {
707
+ float: right;
708
+ }
709
+
710
+ .aligncenter {
711
+ display: block;
712
+ margin-left: auto;
713
+ margin-right: auto;
714
+ }
715
+
716
+ figure.wp-caption.alignleft,
717
+ img.alignleft {
718
+ margin: 5px 20px 5px 0;
719
+ }
720
+
721
+ .wp-caption.alignleft {
722
+ margin: 5px 10px 5px 0;
723
+ }
724
+
725
+ figure.wp-caption.alignright,
726
+ img.alignright {
727
+ margin: 5px 0 5px 20px;
728
+ }
729
+
730
+ .wp-caption.alignright {
731
+ margin: 5px 0 5px 10px;
732
+ }
733
+
734
+ img.aligncenter {
735
+ margin: 5px auto;
736
+ }
737
+
738
+ img.alignnone {
739
+ margin: 5px 0;
740
+ }
741
+
742
+ .wp-caption .wp-caption-text,
743
+ .entry-caption,
744
+ .gallery-caption {
745
+ color: #220e10;
746
+ font-size: 18px;
747
+ font-style: italic;
748
+ font-weight: 300;
749
+ margin: 0 0 24px;
750
+ }
751
+
752
+ div.wp-caption.alignright img[class*="wp-image-"] {
753
+ float: right;
754
+ }
755
+
756
+ div.wp-caption.alignright .wp-caption-text {
757
+ padding-left: 10px;
758
+ }
759
+
760
+ img.wp-smiley,
761
+ .rsswidget img {
762
+ border: 0;
763
+ border-radius: 0;
764
+ box-shadow: none;
765
+ margin-bottom: 0;
766
+ margin-top: 0;
767
+ padding: 0;
768
+ }
769
+
770
+ .wp-caption.alignleft + ul,
771
+ .wp-caption.alignleft + ol {
772
+ list-style-position: inside;
773
+ }
774
+
775
+
776
+ /**
777
+ * 3.0 Basic Structure
778
+ * ----------------------------------------------------------------------------
779
+ */
780
+
781
+ .site {
782
+ background-color: #fff;
783
+ border-left: 1px solid #f2f2f2;
784
+ border-right: 1px solid #f2f2f2;
785
+ margin: 0 auto;
786
+ max-width: 1600px;
787
+ width: 100%;
788
+ }
789
+
790
+ .site-main {
791
+ position: relative;
792
+ }
793
+
794
+ .site-main .sidebar-container {
795
+ height: 0;
796
+ position: absolute;
797
+ top: 40px;
798
+ width: 100%;
799
+ z-index: 1;
800
+ }
801
+
802
+ .site-main .sidebar-inner {
803
+ margin: 0 auto;
804
+ max-width: 1040px;
805
+ }
806
+
807
+
808
+ /**
809
+ * 4.0 Header
810
+ * ----------------------------------------------------------------------------
811
+ */
812
+
813
+ /**
814
+ * 4.1 Site Header
815
+ * ----------------------------------------------------------------------------
816
+ */
817
+ .site-header{
818
+ background: asset-url("themes/default/assets/images/circle.png") no-repeat scroll center top / 1600px auto;
819
+ }
820
+
821
+ .site-header {
822
+ position: relative;
823
+ }
824
+
825
+ .site-header .home-link {
826
+ color: #141412;
827
+ display: block;
828
+ margin: 0 auto;
829
+ max-width: 1080px;
830
+ min-height: 230px;
831
+ padding: 0 20px;
832
+ text-decoration: none;
833
+ width: 100%;
834
+ }
835
+
836
+ .site-header .site-title:hover {
837
+ text-decoration: underline;
838
+ }
839
+
840
+ .site-title {
841
+ font-size: 60px;
842
+ font-weight: bold;
843
+ line-height: 1;
844
+ margin: 0;
845
+ padding: 58px 0 10px;
846
+ }
847
+
848
+ .site-description {
849
+ font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
850
+ margin: 0;
851
+ }
852
+
853
+
854
+ /**
855
+ * 4.2 Navigation
856
+ * ----------------------------------------------------------------------------
857
+ */
858
+
859
+ .main-navigation {
860
+ clear: both;
861
+ margin: 0 auto;
862
+ max-width: 1080px;
863
+ min-height: 45px;
864
+ position: relative;
865
+ }
866
+
867
+ ul.nav-menu,
868
+ div.nav-menu > ul {
869
+ margin: 0;
870
+ padding: 0 40px 0 0;
871
+ }
872
+
873
+ .nav-menu li {
874
+ display: inline-block;
875
+ position: relative;
876
+ }
877
+
878
+ .nav-menu li a {
879
+ color: #141412;
880
+ display: block;
881
+ font-size: 15px;
882
+ line-height: 1;
883
+ padding: 15px 20px;
884
+ text-decoration: none;
885
+ }
886
+
887
+ .nav-menu li:hover > a,
888
+ .nav-menu li a:hover,
889
+ .nav-menu li:focus > a,
890
+ .nav-menu li a:focus {
891
+ background-color: #220e10;
892
+ color: #fff;
893
+ }
894
+
895
+ .nav-menu .sub-menu,
896
+ .nav-menu .children {
897
+ background-color: #220e10;
898
+ border: 2px solid #f7f5e7;
899
+ border-top: 0;
900
+ padding: 0;
901
+ position: absolute;
902
+ left: -2px;
903
+ z-index: 99999;
904
+ height: 1px;
905
+ width: 1px;
906
+ overflow: hidden;
907
+ clip: rect(1px, 1px, 1px, 1px);
908
+ }
909
+
910
+ .nav-menu .sub-menu ul,
911
+ .nav-menu .children ul {
912
+ border-left: 0;
913
+ left: 100%;
914
+ top: 0;
915
+ }
916
+
917
+ ul.nav-menu ul a,
918
+ .nav-menu ul ul a {
919
+ color: #fff;
920
+ margin: 0;
921
+ width: 200px;
922
+ }
923
+
924
+ ul.nav-menu ul a:hover,
925
+ .nav-menu ul ul a:hover,
926
+ ul.nav-menu ul a:focus,
927
+ .nav-menu ul ul a:focus {
928
+ background-color: #db572f;
929
+ }
930
+
931
+ ul.nav-menu li:hover > ul,
932
+ .nav-menu ul li:hover > ul,
933
+ ul.nav-menu .focus > ul,
934
+ .nav-menu .focus > ul {
935
+ clip: inherit;
936
+ overflow: inherit;
937
+ height: inherit;
938
+ width: inherit;
939
+ }
940
+
941
+ .nav-menu .current_page_item > a,
942
+ .nav-menu .current_page_ancestor > a,
943
+ .nav-menu .current-menu-item > a,
944
+ .nav-menu .current-menu-ancestor > a {
945
+ color: #bc360a;
946
+ font-style: italic;
947
+ }
948
+
949
+ .menu-toggle {
950
+ display: none;
951
+ }
952
+
953
+ .dropdown-menu{
954
+ -moz-border-bottom-colors: none;
955
+ -moz-border-left-colors: none;
956
+ -moz-border-right-colors: none;
957
+ -moz-border-top-colors: none;
958
+ background-color: #220e10;
959
+ border-color: -moz-use-text-color #f7f5e7 #f7f5e7;
960
+ border-image: none;
961
+ border-style: none solid solid;
962
+ border-width: 0 2px 2px;
963
+ clip: rect(1px, 1px, 1px, 1px);
964
+ height: 1px;
965
+ left: -2px;
966
+ overflow: hidden;
967
+ padding: 0;
968
+ position: absolute;
969
+ width: 1px;
970
+ z-index: 99999;
971
+ }
972
+
973
+
974
+ .nav-menu .dropdown-menu ul,
975
+ .nav-menu .children ul {
976
+ border-left: 0 none;
977
+ left: 100%;
978
+ top: 0;
979
+ }
980
+
981
+ /* Menu session */
982
+
983
+ #wpadminbar {
984
+ background: #23282d none repeat scroll 0 0;
985
+ color: #ccc;
986
+ direction: ltr;
987
+ font: 400 13px/32px "Open Sans",sans-serif;
988
+ height: 32px;
989
+ left: 0;
990
+ min-width: 600px;
991
+ position: fixed;
992
+ top: 0;
993
+ width: 100%;
994
+ z-index: 99999;
995
+ }
996
+
997
+ /* Navbar */
998
+ .navbar {
999
+ background-color: #f7f5e7;
1000
+ margin: 0 auto;
1001
+ max-width: 1600px;
1002
+ width: 100%;
1003
+ }
1004
+
1005
+ .navbar .language{
1006
+ display: inline-flex;
1007
+ float: right;
1008
+ }
1009
+
1010
+ .navbar .language > li{
1011
+ margin-right: 10px;
1012
+ }
1013
+
1014
+ .site-header .search-form {
1015
+ float: right;
1016
+ }
1017
+
1018
+ .site-header .search-field {
1019
+ background-color: transparent;
1020
+ background-image: asset-url("themes/default/assets/images/search-icon.png");
1021
+ background-position: 5px center;
1022
+ background-repeat: no-repeat;
1023
+ background-size: 24px 24px;
1024
+ border: none;
1025
+ cursor: pointer;
1026
+ height: 37px;
1027
+ margin: 3px 0;
1028
+ padding: 0 0 0 34px;
1029
+ position: relative;
1030
+ -webkit-transition: width 400ms ease, background 400ms ease;
1031
+ transition: width 400ms ease, background 400ms ease;
1032
+ width: 1px;
1033
+ }
1034
+
1035
+ .site-header .search-field:focus {
1036
+ background-color: #fff;
1037
+ border: 2px solid #c3c0ab;
1038
+ cursor: text;
1039
+ outline: 0;
1040
+ width: 230px;
1041
+ }
1042
+
1043
+
1044
+ /**
1045
+ * 5.0 Content
1046
+ * ----------------------------------------------------------------------------
1047
+ */
1048
+
1049
+ .hentry {
1050
+ padding: 40px 0;
1051
+ }
1052
+
1053
+ .entry-header,
1054
+ .entry-content,
1055
+ .entry-summary,
1056
+ .entry-meta {
1057
+ margin: 0 auto;
1058
+ max-width: 604px;
1059
+ width: 100%;
1060
+ }
1061
+
1062
+ .sidebar .entry-header,
1063
+ .sidebar .entry-content,
1064
+ .sidebar .entry-summary,
1065
+ .sidebar .entry-meta {
1066
+ max-width: 1040px;
1067
+ padding: 0 376px 0 60px;
1068
+ }
1069
+
1070
+
1071
+ /**
1072
+ * 5.1 Entry Header
1073
+ * ----------------------------------------------------------------------------
1074
+ */
1075
+
1076
+ .sidebar .entry-header .entry-meta {
1077
+ padding: 0;
1078
+ }
1079
+
1080
+ .entry-thumbnail img {
1081
+ display: block;
1082
+ margin: 0 auto 10px;
1083
+ width: 100%;
1084
+ }
1085
+
1086
+ .entry-header {
1087
+ margin-bottom: 30px;
1088
+ }
1089
+
1090
+ .entry-title {
1091
+ font-weight: normal;
1092
+ margin: 0 0 5px;
1093
+ }
1094
+
1095
+ .entry-title a {
1096
+ color: #141412;
1097
+ }
1098
+
1099
+ .entry-title a:hover {
1100
+ color: #ea9629;
1101
+ }
1102
+
1103
+
1104
+ /**
1105
+ * 5.2 Entry Meta
1106
+ * ----------------------------------------------------------------------------
1107
+ */
1108
+
1109
+ .entry-meta {
1110
+ clear: both;
1111
+ font-size: 14px;
1112
+ }
1113
+
1114
+ .entry-meta a {
1115
+ color: #bc360a;
1116
+ }
1117
+
1118
+ .entry-meta a:hover {
1119
+ color: #bc360a;
1120
+ }
1121
+
1122
+ .entry-meta > span {
1123
+ margin-right: 20px;
1124
+ }
1125
+
1126
+ .entry-meta > span:last-child {
1127
+ margin-right: 0;
1128
+ }
1129
+
1130
+ .featured-post:before {
1131
+ content: "\f308";
1132
+ margin-right: 2px;
1133
+ }
1134
+
1135
+ .entry-meta .date a:before {
1136
+ content: "\f303";
1137
+ }
1138
+
1139
+ .comments-link a:before {
1140
+ content: "\f300";
1141
+ margin-right: 2px;
1142
+ position: relative;
1143
+ top: -1px;
1144
+ }
1145
+
1146
+ .entry-meta .author a:before {
1147
+ content: "\f304";
1148
+ position: relative;
1149
+ top: -1px;
1150
+ }
1151
+
1152
+ .categories-links a:first-child:before {
1153
+ content: "\f301";
1154
+ }
1155
+
1156
+ .tags-links a:first-child:before {
1157
+ content: "\f302";
1158
+ position: relative;
1159
+ top: -1px;
1160
+ }
1161
+
1162
+ .edit-link a:before {
1163
+ content: "\f411";
1164
+ position: relative;
1165
+ top: -1px;
1166
+ }
1167
+
1168
+ .single-author .entry-meta .author,
1169
+ .sticky.format-standard .entry-meta .date,
1170
+ .sticky.format-audio .entry-meta .date,
1171
+ .sticky.format-chat .entry-meta .date,
1172
+ .sticky.format-image .entry-meta .date,
1173
+ .sticky.format-gallery .entry-meta .date {
1174
+ display: none;
1175
+ }
1176
+
1177
+
1178
+ /**
1179
+ * 5.3 Entry Content
1180
+ * ----------------------------------------------------------------------------
1181
+ */
1182
+
1183
+ .entry-content {
1184
+ -webkit-hyphens: auto;
1185
+ -moz-hyphens: auto;
1186
+ -ms-hyphens: auto;
1187
+ hyphens: auto;
1188
+ word-wrap: break-word;
1189
+ }
1190
+
1191
+ .entry-content a,
1192
+ .comment-content a {
1193
+ color: #bc360a;
1194
+ }
1195
+
1196
+ .entry-content a:hover,
1197
+ .comment-content a:hover {
1198
+ color: #ea9629;
1199
+ }
1200
+
1201
+ .entry-content .more-link {
1202
+ white-space: nowrap;
1203
+ }
1204
+
1205
+ .entry-content blockquote {
1206
+ font-size: 24px;
1207
+ }
1208
+
1209
+ .entry-content blockquote cite,
1210
+ .entry-content blockquote small {
1211
+ font-size: 16px;
1212
+ }
1213
+
1214
+ .entry-content img.alignleft,
1215
+ .entry-content .wp-caption.alignleft {
1216
+ margin-left: -60px;
1217
+ }
1218
+
1219
+ .entry-content img.alignright,
1220
+ .entry-content .wp-caption.alignright {
1221
+ margin-right: -60px;
1222
+ }
1223
+
1224
+ footer.entry-meta {
1225
+ margin-top: 24px;
1226
+ }
1227
+
1228
+ .format-standard footer.entry-meta {
1229
+ margin-top: 0;
1230
+ }
1231
+
1232
+ /* Page links */
1233
+ .page-links {
1234
+ clear: both;
1235
+ font-size: 16px;
1236
+ font-style: italic;
1237
+ font-weight: normal;
1238
+ line-height: 2.2;
1239
+ margin: 20px 0;
1240
+ text-transform: uppercase;
1241
+ }
1242
+
1243
+ .page-links a,
1244
+ .page-links > span {
1245
+ background: #fff;
1246
+ border: 1px solid #fff;
1247
+ padding: 5px 10px;
1248
+ text-decoration: none;
1249
+ }
1250
+
1251
+ .format-status .entry-content .page-links a,
1252
+ .format-gallery .entry-content .page-links a,
1253
+ .format-chat .entry-content .page-links a,
1254
+ .format-quote .entry-content .page-links a,
1255
+ .page-links a {
1256
+ background: #e63f2a;
1257
+ border: 1px solid #e63f2a;
1258
+ color: #fff;
1259
+ }
1260
+
1261
+ .format-gallery .entry-content .page-links a:hover,
1262
+ .format-audio .entry-content .page-links a:hover,
1263
+ .format-status .entry-content .page-links a:hover,
1264
+ .format-video .entry-content .page-links a:hover,
1265
+ .format-chat .entry-content .page-links a:hover,
1266
+ .format-quote .entry-content .page-links a:hover,
1267
+ .page-links a:hover {
1268
+ background: #fff;
1269
+ color: #e63f2a;
1270
+ }
1271
+
1272
+ .format-status .entry-content .page-links > span,
1273
+ .format-quote .entry-content .page-links > span {
1274
+ background: none;
1275
+ }
1276
+
1277
+ .page-links .page-links-title {
1278
+ background: transparent;
1279
+ border: none;
1280
+ margin-right: 20px;
1281
+ padding: 0;
1282
+ }
1283
+
1284
+ /* Mediaelements */
1285
+ .hentry .mejs-mediaelement,
1286
+ .hentry .mejs-container .mejs-controls {
1287
+ background: #220e10;
1288
+ }
1289
+
1290
+ .hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
1291
+ .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
1292
+ background: #fff;
1293
+ }
1294
+
1295
+ .hentry .mejs-controls .mejs-time-rail .mejs-time-current {
1296
+ background: #ea9629;
1297
+ }
1298
+
1299
+ .hentry .mejs-controls .mejs-time-rail .mejs-time-total,
1300
+ .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
1301
+ background: #595959;
1302
+ }
1303
+
1304
+ .hentry .mejs-controls .mejs-time-rail span,
1305
+ .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
1306
+ .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
1307
+ border-radius: 0;
1308
+ }
1309
+
1310
+
1311
+ /**
1312
+ * 5.4 Galleries
1313
+ * ----------------------------------------------------------------------------
1314
+ */
1315
+
1316
+ .gallery {
1317
+ margin-bottom: 20px;
1318
+ margin-left: -4px;
1319
+ }
1320
+
1321
+ .gallery-item {
1322
+ float: left;
1323
+ margin: 0 4px 4px 0;
1324
+ overflow: hidden;
1325
+ position: relative;
1326
+ }
1327
+
1328
+ .gallery-columns-1.gallery-size-medium,
1329
+ .gallery-columns-1.gallery-size-thumbnail,
1330
+ .gallery-columns-2.gallery-size-thumbnail,
1331
+ .gallery-columns-3.gallery-size-thumbnail {
1332
+ display: table;
1333
+ margin: 0 auto 20px;
1334
+ }
1335
+
1336
+ .gallery-columns-1 .gallery-item,
1337
+ .gallery-columns-2 .gallery-item,
1338
+ .gallery-columns-3 .gallery-item {
1339
+ text-align: center;
1340
+ }
1341
+
1342
+ .gallery-columns-4 .gallery-item {
1343
+ max-width: 23%;
1344
+ max-width: -webkit-calc(25% - 4px);
1345
+ max-width: calc(25% - 4px);
1346
+ }
1347
+
1348
+ .gallery-columns-5 .gallery-item {
1349
+ max-width: 19%;
1350
+ max-width: -webkit-calc(20% - 4px);
1351
+ max-width: calc(20% - 4px);
1352
+ }
1353
+
1354
+ .gallery-columns-6 .gallery-item {
1355
+ max-width: 15%;
1356
+ max-width: -webkit-calc(16.7% - 4px);
1357
+ max-width: calc(16.7% - 4px);
1358
+ }
1359
+
1360
+ .gallery-columns-7 .gallery-item {
1361
+ max-width: 13%;
1362
+ max-width: -webkit-calc(14.28% - 4px);
1363
+ max-width: calc(14.28% - 4px);
1364
+ }
1365
+
1366
+ .gallery-columns-8 .gallery-item {
1367
+ max-width: 11%;
1368
+ max-width: -webkit-calc(12.5% - 4px);
1369
+ max-width: calc(12.5% - 4px);
1370
+ }
1371
+
1372
+ .gallery-columns-9 .gallery-item {
1373
+ max-width: 9%;
1374
+ max-width: -webkit-calc(11.1% - 4px);
1375
+ max-width: calc(11.1% - 4px);
1376
+ }
1377
+
1378
+ .gallery-columns-1 .gallery-item:nth-of-type(1n),
1379
+ .gallery-columns-2 .gallery-item:nth-of-type(2n),
1380
+ .gallery-columns-3 .gallery-item:nth-of-type(3n),
1381
+ .gallery-columns-4 .gallery-item:nth-of-type(4n),
1382
+ .gallery-columns-5 .gallery-item:nth-of-type(5n),
1383
+ .gallery-columns-6 .gallery-item:nth-of-type(6n),
1384
+ .gallery-columns-7 .gallery-item:nth-of-type(7n),
1385
+ .gallery-columns-8 .gallery-item:nth-of-type(8n),
1386
+ .gallery-columns-9 .gallery-item:nth-of-type(9n) {
1387
+ margin-right: 0;
1388
+ }
1389
+
1390
+ .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
1391
+ .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
1392
+ .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
1393
+ .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
1394
+ clear: left;
1395
+ }
1396
+
1397
+ .gallery-caption {
1398
+ background-color: rgba(0, 0, 0, 0.7);
1399
+ box-sizing: border-box;
1400
+ color: #fff;
1401
+ font-size: 14px;
1402
+ line-height: 1.3;
1403
+ margin: 0;
1404
+ max-height: 50%;
1405
+ opacity: 0;
1406
+ padding: 2px 8px;
1407
+ position: absolute;
1408
+ bottom: 0;
1409
+ left: 0;
1410
+ text-align: left;
1411
+ -webkit-transition: opacity 400ms ease;
1412
+ transition: opacity 400ms ease;
1413
+ width: 100%;
1414
+ }
1415
+
1416
+ .gallery-caption:before {
1417
+ box-shadow: 0 -10px 15px #000 inset;
1418
+ content: "";
1419
+ height: 100%;
1420
+ min-height: 49px;
1421
+ position: absolute;
1422
+ left: 0;
1423
+ top: 0;
1424
+ width: 100%;
1425
+ }
1426
+
1427
+ .gallery-item:hover .gallery-caption {
1428
+ opacity: 1;
1429
+ }
1430
+
1431
+ .gallery-columns-7 .gallery-caption,
1432
+ .gallery-columns-8 .gallery-caption,
1433
+ .gallery-columns-9 .gallery-caption {
1434
+ display: none;
1435
+ }
1436
+
1437
+
1438
+ /**
1439
+ * 5.5 Post Formats
1440
+ * ----------------------------------------------------------------------------
1441
+ */
1442
+
1443
+ /* Aside */
1444
+ .format-aside {
1445
+ background-color: #f7f5e7;
1446
+ }
1447
+
1448
+ .blog .format-aside:first-of-type,
1449
+ .single .format-aside:first-of-type,
1450
+ .format-aside + .format-aside,
1451
+ .format-aside + .format-link,
1452
+ .format-link + .format-aside {
1453
+ box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
1454
+ }
1455
+
1456
+ .format-aside .entry-meta {
1457
+ margin-top: 0;
1458
+ }
1459
+
1460
+ .format-aside blockquote {
1461
+ font-size: 100%;
1462
+ font-weight: normal;
1463
+ }
1464
+
1465
+ .format-aside cite {
1466
+ font-size: 100%;
1467
+ text-transform: none;
1468
+ }
1469
+
1470
+ .format-aside cite:before {
1471
+ content: "\2014";
1472
+ margin-right: 5px;
1473
+ }
1474
+
1475
+ /* Audio */
1476
+ .format-audio {
1477
+ background-color: #db572f;
1478
+ }
1479
+
1480
+ .format-audio .entry-title {
1481
+ font-size: 28px;
1482
+ font-weight: bold;
1483
+ }
1484
+
1485
+ .format-audio .entry-content:before {
1486
+ content: "\f109";
1487
+ float: left;
1488
+ font-size: 64px;
1489
+ position: relative;
1490
+ top: 4px;
1491
+ }
1492
+
1493
+ .format-audio .entry-content a,
1494
+ .format-audio .entry-meta a,
1495
+ .format-audio .entry-content a:hover,
1496
+ .format-audio .entry-meta a:hover {
1497
+ color: #fbfaf3;
1498
+ }
1499
+
1500
+ .format-audio .audio-content {
1501
+ background: asset-url("themes/default/assets/images/dotted-line.png") repeat-y left top;
1502
+ background-size: 4px 4px;
1503
+ float: right;
1504
+ padding-left: 35px;
1505
+ width: 80%;
1506
+ width: -webkit-calc(100% - 85px);
1507
+ width: calc(100% - 85px);
1508
+ }
1509
+
1510
+ .format-audio .wp-audio-shortcode {
1511
+ height: 30px !important; /* Override mediaelement.js style */
1512
+ margin: 20px 0;
1513
+ max-width: 400px !important; /* Override mediaelement.js style */
1514
+ }
1515
+
1516
+ .format-audio audio {
1517
+ max-width: 100% !important; /* Avoid player width overflow. */
1518
+ }
1519
+
1520
+ /* Chat */
1521
+ .format-chat {
1522
+ background-color: #eadaa6;
1523
+ }
1524
+
1525
+ .format-chat .entry-title {
1526
+ font-size: 28px;
1527
+ font-weight: bold;
1528
+ }
1529
+
1530
+ .format-chat .entry-meta a,
1531
+ .format-chat .entry-content a {
1532
+ color: #722d19;
1533
+ }
1534
+
1535
+ .format-chat .entry-meta .date a:before {
1536
+ content: "\f108";
1537
+ margin-right: 2px;
1538
+ }
1539
+
1540
+ .format-chat .entry-meta .author {
1541
+ display: none;
1542
+ }
1543
+
1544
+ .format-chat .chat {
1545
+ margin: 0;
1546
+ }
1547
+
1548
+ .format-chat .chat .chat-timestamp {
1549
+ color: #722d19;
1550
+ float: right;
1551
+ font-size: 12px;
1552
+ font-weight: normal;
1553
+ margin: 5px 10px 0;
1554
+ }
1555
+
1556
+ .format-chat .chat .fn {
1557
+ font-style: normal;
1558
+ }
1559
+
1560
+ /* Gallery */
1561
+ .format-gallery {
1562
+ background-color: #fbca3c;
1563
+ }
1564
+
1565
+ .format-gallery .entry-header {
1566
+ margin-bottom: 15px;
1567
+ }
1568
+
1569
+ .format-gallery .entry-title {
1570
+ font-size: 50px;
1571
+ font-weight: 400;
1572
+ margin: 0;
1573
+ }
1574
+
1575
+ .format-gallery .entry-meta a,
1576
+ .format-gallery .entry-content a {
1577
+ color: #722d19;
1578
+ }
1579
+
1580
+ /* Image */
1581
+ .format-image .entry-title {
1582
+ font-size: 28px;
1583
+ font-weight: bold;
1584
+ }
1585
+
1586
+ .format-image .categories-links,
1587
+ .format-image .tags-links {
1588
+ display: none;
1589
+ }
1590
+
1591
+ /* Link */
1592
+ .format-link {
1593
+ background-color: #f7f5e7;
1594
+ }
1595
+
1596
+ .blog .format-link:first-of-type,
1597
+ .single .format-link:first-of-type {
1598
+ box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
1599
+ }
1600
+
1601
+ .format-link .entry-header,
1602
+ .format-link .entry-content p:last-child {
1603
+ margin-bottom: 0;
1604
+ }
1605
+
1606
+ .format-link .entry-title {
1607
+ color: #ca3c08;
1608
+ display: inline;
1609
+ font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
1610
+ margin-right: 20px;
1611
+ }
1612
+
1613
+ .format-link .entry-title a {
1614
+ color: #bc360a;
1615
+ }
1616
+
1617
+ .format-link div.entry-meta {
1618
+ display: inline;
1619
+ }
1620
+
1621
+ /* Standard */
1622
+ .format-standard .wp-video,
1623
+ .format-standard .wp-audio-shortcode,
1624
+ .format-audio .wp-audio-shortcode,
1625
+ .format-standard .video-player {
1626
+ margin-bottom: 24px;
1627
+ }
1628
+
1629
+ /* Quote */
1630
+ .format-quote {
1631
+ background-color: #210d10;
1632
+ }
1633
+
1634
+ .format-quote .entry-content,
1635
+ .format-quote .entry-meta {
1636
+ color: #f7f5e7;
1637
+ }
1638
+
1639
+ .format-quote .entry-content blockquote {
1640
+ font-size: 28px;
1641
+ margin: 0;
1642
+ }
1643
+
1644
+ .format-quote .entry-content a,
1645
+ .format-quote .entry-meta a,
1646
+ .format-quote .linked {
1647
+ color: #e63f2a;
1648
+ }
1649
+
1650
+ .format-quote .entry-content cite a {
1651
+ border-bottom: 1px dotted #fff;
1652
+ color: #fff;
1653
+ }
1654
+
1655
+ .format-quote .entry-content cite a:hover {
1656
+ text-decoration: none;
1657
+ }
1658
+
1659
+ .format-quote blockquote small,
1660
+ .format-quote blockquote cite {
1661
+ display: block;
1662
+ font-size: 16px;
1663
+ }
1664
+
1665
+ .format-quote blockquote {
1666
+ font-style: italic;
1667
+ font-weight: 300;
1668
+ padding-left: 75px;
1669
+ position: relative;
1670
+ }
1671
+
1672
+ .format-quote blockquote:before {
1673
+ content: '\201C';
1674
+ font-size: 140px;
1675
+ font-weight: 400;
1676
+ line-height: .8;
1677
+ padding-right: 25px;
1678
+ position: absolute;
1679
+ left: -15px;
1680
+ top: -3px;
1681
+ }
1682
+
1683
+ .format-quote .entry-meta .author {
1684
+ display: none;
1685
+ }
1686
+
1687
+ /* Status */
1688
+ .format-status {
1689
+ background-color: #722d19;
1690
+ padding: 0;
1691
+ }
1692
+
1693
+ .format-status .entry-content,
1694
+ .format-status .entry-meta {
1695
+ padding-left: 35px;
1696
+ position: relative;
1697
+ }
1698
+
1699
+ .format-status .entry-content a {
1700
+ color: #eadaa6;
1701
+ }
1702
+
1703
+ .format-status .entry-meta a {
1704
+ color: #f7f5e7;
1705
+ }
1706
+
1707
+ .sidebar .format-status .entry-content,
1708
+ .sidebar .format-status .entry-meta {
1709
+ padding-left: 95px;
1710
+ }
1711
+
1712
+ .format-status .entry-content:before,
1713
+ .format-status .entry-meta:before {
1714
+ background: asset-url("themes/default/assets/images/dotted-line.png") repeat-y left bottom;
1715
+ background-size: 4px 4px;
1716
+ content: "";
1717
+ display: block;
1718
+ height: 100%;
1719
+ position: absolute;
1720
+ left: 10px;
1721
+ top: 0;
1722
+ width: 1px;
1723
+ }
1724
+
1725
+ .sidebar .format-status .entry-content:before,
1726
+ .sidebar .format-status .entry-meta:before {
1727
+ left: 70px;
1728
+ }
1729
+
1730
+ .format-status .categories-links,
1731
+ .format-status .tags-links {
1732
+ display: none;
1733
+ }
1734
+
1735
+ /* Ensures the dots in the dot background are in lockstep. */
1736
+ .format-status .entry-meta:before {
1737
+ background-position: left top;
1738
+ }
1739
+
1740
+ .format-status .entry-content {
1741
+ color: #f7f5e7;
1742
+ font-size: 24px;
1743
+ font-style: italic;
1744
+ font-weight: 300;
1745
+ padding-bottom: 30px;
1746
+ padding-top: 40px;
1747
+ position: relative;
1748
+ }
1749
+
1750
+ .format-status .entry-content p:first-child:before {
1751
+ background-color: rgba(0, 0, 0, 0.65);
1752
+ content: "";
1753
+ height: 3px;
1754
+ margin-top: 13px;
1755
+ position: absolute;
1756
+ left: 4px;
1757
+ width: 13px;
1758
+ }
1759
+
1760
+ .sidebar .format-status .entry-content > p:first-child:before {
1761
+ left: 64px;
1762
+ }
1763
+
1764
+ .format-status .entry-content p:last-child {
1765
+ margin-bottom: 0;
1766
+ }
1767
+
1768
+ .format-status .entry-meta {
1769
+ margin-top: 0;
1770
+ padding-bottom: 40px;
1771
+ }
1772
+
1773
+ .format-status .entry-meta .date a:before {
1774
+ content: "\f105";
1775
+ }
1776
+
1777
+ /* Video */
1778
+ .format-video {
1779
+ background-color: #db572f;
1780
+ }
1781
+
1782
+ .format-video .entry-content a,
1783
+ .format-video .entry-meta a,
1784
+ .format-video .entry-content a:hover,
1785
+ .format-video .entry-meta a:hover {
1786
+ color: #fbfaf3;
1787
+ }
1788
+
1789
+ .format-video .entry-title {
1790
+ font-size: 50px;
1791
+ font-weight: 400;
1792
+ }
1793
+
1794
+ .format-video .entry-meta {
1795
+ color: #220e10;
1796
+ }
1797
+
1798
+
1799
+ /**
1800
+ * 5.6 Attachments
1801
+ * ----------------------------------------------------------------------------
1802
+ */
1803
+
1804
+ .attachment .hentry {
1805
+ background-color: #e8e5ce;
1806
+ margin: 0;
1807
+ padding: 0;
1808
+ }
1809
+
1810
+ .attachment .entry-header {
1811
+ margin-bottom: 0;
1812
+ max-width: 1040px;
1813
+ padding: 30px 0;
1814
+ }
1815
+
1816
+ .attachment .entry-title {
1817
+ display: inline-block;
1818
+ float: left;
1819
+ font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
1820
+ margin: 0;
1821
+ }
1822
+
1823
+ .attachment .entry-title:before {
1824
+ content: "\f416";
1825
+ font-size: 32px;
1826
+ margin-right: 10px;
1827
+ }
1828
+
1829
+ .attachment .entry-meta {
1830
+ clear: none;
1831
+ color: inherit;
1832
+ float: right;
1833
+ max-width: 604px;
1834
+ padding: 9px 0 0;
1835
+ text-align: right;
1836
+ }
1837
+
1838
+ .hentry.attachment:not(.image-attachment) .entry-meta {
1839
+ max-width: 104px;
1840
+ }
1841
+
1842
+ .attachment footer.entry-meta {
1843
+ display: none;
1844
+ }
1845
+
1846
+ .attachment-meta:before {
1847
+ content: "\f307";
1848
+ }
1849
+
1850
+ .full-size-link a:before {
1851
+ content: "\f402";
1852
+ }
1853
+
1854
+ .full-size-link:before {
1855
+ content: none;
1856
+ }
1857
+
1858
+ .attachment .entry-meta a,
1859
+ .attachment .entry-meta .edit-link:before,
1860
+ .attachment .full-size-link:before {
1861
+ color: #ca3c08;
1862
+ }
1863
+
1864
+ .attachment .entry-content {
1865
+ background-color: #fff;
1866
+ max-width: 100%;
1867
+ padding: 40px 0;
1868
+ }
1869
+
1870
+ .image-navigation {
1871
+ margin: 0 auto;
1872
+ max-width: 1040px;
1873
+ position: relative;
1874
+ }
1875
+
1876
+ .image-navigation a:hover {
1877
+ text-decoration: none;
1878
+ }
1879
+
1880
+ .image-navigation .nav-previous,
1881
+ .image-navigation .nav-next {
1882
+ position: absolute;
1883
+ top: 50px;
1884
+ }
1885
+
1886
+ .image-navigation .nav-previous {
1887
+ left: 0;
1888
+ }
1889
+
1890
+ .image-navigation .nav-next {
1891
+ right: 0;
1892
+ }
1893
+
1894
+ .image-navigation .meta-nav {
1895
+ font-size: 32px;
1896
+ font-weight: 300;
1897
+ vertical-align: -4px;
1898
+ }
1899
+
1900
+ .attachment .entry-attachment,
1901
+ .attachment .type-attachment p {
1902
+ margin: 0 auto;
1903
+ max-width: 724px;
1904
+ text-align: center;
1905
+ }
1906
+
1907
+ .attachment .entry-attachment .attachment {
1908
+ display: inline-block;
1909
+ }
1910
+
1911
+ .attachment .entry-caption {
1912
+ text-align: left;
1913
+ }
1914
+
1915
+ .attachment .entry-description {
1916
+ margin: 20px auto 0;
1917
+ max-width: 604px;
1918
+ }
1919
+
1920
+ .attachment .entry-caption p:last-child,
1921
+ .attachment .entry-description p:last-child {
1922
+ margin: 0;
1923
+ }
1924
+
1925
+ .attachment .site-main .sidebar-container {
1926
+ display: none;
1927
+ }
1928
+
1929
+ .attachment .entry-content .mejs-audio {
1930
+ max-width: 400px;
1931
+ margin: 0 auto;
1932
+ }
1933
+
1934
+ .attachment .entry-content .wp-video {
1935
+ margin: 0 auto;
1936
+ }
1937
+
1938
+ .attachment .entry-content .mejs-container {
1939
+ margin-bottom: 24px;
1940
+ }
1941
+
1942
+ /**
1943
+ * 5.7 Post/Paging Navigation
1944
+ * ----------------------------------------------------------------------------
1945
+ */
1946
+
1947
+ .navigation .nav-previous {
1948
+ float: left;
1949
+ }
1950
+
1951
+ .navigation .nav-next {
1952
+ float: right;
1953
+ }
1954
+
1955
+ .navigation a {
1956
+ color: #bc360a;
1957
+ }
1958
+
1959
+ .navigation a:hover {
1960
+ color: #ea9629;
1961
+ text-decoration: none;
1962
+ }
1963
+
1964
+ .paging-navigation {
1965
+ background-color: #e8e5ce;
1966
+ padding: 40px 0;
1967
+ }
1968
+
1969
+ .paging-navigation .nav-links {
1970
+ margin: 0 auto;
1971
+ max-width: 604px;
1972
+ width: 100%;
1973
+ }
1974
+
1975
+ .sidebar .paging-navigation .nav-links {
1976
+ max-width: 1040px;
1977
+ padding: 0 376px 0 60px;
1978
+ }
1979
+
1980
+ .paging-navigation .nav-next {
1981
+ padding: 13px 0;
1982
+ }
1983
+
1984
+ .paging-navigation a {
1985
+ font-size: 22px;
1986
+ font-style: italic;
1987
+ font-weight: 300;
1988
+ }
1989
+
1990
+ .paging-navigation .meta-nav {
1991
+ background-color: #e63f2a;
1992
+ border-radius: 50%;
1993
+ color: #fff;
1994
+ display: inline-block;
1995
+ font-size: 26px;
1996
+ padding: 3px 0 8px;
1997
+ text-align: center;
1998
+ width: 50px;
1999
+ }
2000
+
2001
+ .paging-navigation .nav-previous .meta-nav {
2002
+ margin-right: 10px;
2003
+ padding: 17px 0 23px;
2004
+ width: 80px;
2005
+ }
2006
+
2007
+ .paging-navigation .nav-next .meta-nav {
2008
+ margin-left: 10px;
2009
+ }
2010
+
2011
+ .paging-navigation a:hover .meta-nav {
2012
+ background-color: #ea9629;
2013
+ text-decoration: none;
2014
+ }
2015
+
2016
+ .post-navigation {
2017
+ background-color: #fff;
2018
+ color: #ca3c08;
2019
+ font-size: 20px;
2020
+ font-style: italic;
2021
+ font-weight: 300;
2022
+ padding: 20px 0;
2023
+ }
2024
+
2025
+ .post-navigation .nav-links {
2026
+ margin: 0 auto;
2027
+ max-width: 1040px;
2028
+ }
2029
+
2030
+ .sidebar .post-navigation .nav-links {
2031
+ padding: 0 376px 0 60px;
2032
+ }
2033
+
2034
+ .post-navigation a[rel="next"] {
2035
+ float: right;
2036
+ text-align: right;
2037
+ }
2038
+
2039
+
2040
+ /**
2041
+ * 5.8 Author Bio
2042
+ * ----------------------------------------------------------------------------
2043
+ */
2044
+
2045
+ .author-info {
2046
+ margin: 0 auto;
2047
+ max-width: 604px;
2048
+ padding: 30px 0 10px;
2049
+ text-align: left; /* gallery & video post formats */
2050
+ width: 100%;
2051
+ }
2052
+
2053
+ .author.sidebar .author-info {
2054
+ max-width: 1040px;
2055
+ padding: 30px 376px 10px 60px;
2056
+ }
2057
+
2058
+ .single .author-info {
2059
+ padding: 50px 0 0;
2060
+ }
2061
+
2062
+ .author-avatar .avatar {
2063
+ float: left;
2064
+ margin: 0 30px 30px 0;
2065
+ }
2066
+
2067
+ .single-format-status .author-description {
2068
+ color: #f7f5e7;
2069
+ }
2070
+
2071
+ .author-description .author-title {
2072
+ clear: none;
2073
+ font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
2074
+ margin: 0 0 8px;
2075
+ }
2076
+
2077
+ .author-link {
2078
+ color: #ca3c08;
2079
+ margin-left: 2px;
2080
+ }
2081
+
2082
+ .author.archive .author-link {
2083
+ display: none;
2084
+ }
2085
+
2086
+
2087
+ /**
2088
+ * 5.9 Archives
2089
+ * ----------------------------------------------------------------------------
2090
+ */
2091
+
2092
+ .archive-header {
2093
+ background-color: #e8e5ce;
2094
+ }
2095
+
2096
+ .archive-title,
2097
+ .archive-meta {
2098
+ font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
2099
+ margin: 0 auto;
2100
+ max-width: 1040px;
2101
+ padding: 30px 0;
2102
+ width: 100%;
2103
+ }
2104
+
2105
+ .archive-meta {
2106
+ font-size: 16px;
2107
+ font-style: normal;
2108
+ font-weight: normal;
2109
+ margin-top: -15px;
2110
+ padding: 0 0 11px;
2111
+ }
2112
+
2113
+ .sidebar .archive-meta {
2114
+ padding-right: 316px;
2115
+ }
2116
+
2117
+
2118
+ /**
2119
+ * 5.10 Search Results/No posts
2120
+ * ----------------------------------------------------------------------------
2121
+ */
2122
+
2123
+ .page-header {
2124
+ background-color: #e8e5ce;
2125
+ }
2126
+
2127
+ .page-title {
2128
+ font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
2129
+ margin: 0 auto;
2130
+ max-width: 1040px;
2131
+ padding: 30px 0;
2132
+ width: 100%;
2133
+ }
2134
+
2135
+ .page-content {
2136
+ margin: 0 auto;
2137
+ max-width: 604px;
2138
+ padding: 40px 0;
2139
+ width: 100%;
2140
+ }
2141
+
2142
+ .sidebar .page-content {
2143
+ margin: 0 auto;
2144
+ max-width: 1040px;
2145
+ padding: 40px 376px 40px 60px;
2146
+ }
2147
+
2148
+
2149
+ /**
2150
+ * 5.11 404
2151
+ * ----------------------------------------------------------------------------
2152
+ */
2153
+
2154
+ .error404 .page-header {
2155
+ background-color: #fff;
2156
+ }
2157
+
2158
+ .error404 .page-title {
2159
+ line-height: 0.6;
2160
+ margin: 0;
2161
+ padding: 300px;
2162
+ position: relative;
2163
+ text-align: center;
2164
+ width: auto;
2165
+ }
2166
+
2167
+ .error404 .page-title:before {
2168
+ color: #e8e5ce;
2169
+ content: "\f423";
2170
+ font-size: 964px;
2171
+ line-height: 0.6;
2172
+ overflow: hidden;
2173
+ position: absolute;
2174
+ left: 7px;
2175
+ top: 28px;
2176
+ }
2177
+
2178
+ .error404 .page-wrapper {
2179
+ background-color: #e8e5ce;
2180
+ }
2181
+
2182
+ .error404 .page-header,
2183
+ .error404 .page-content {
2184
+ margin: 0 auto;
2185
+ max-width: 1040px;
2186
+ padding-bottom: 40px;
2187
+ width: 100%;
2188
+ }
2189
+
2190
+
2191
+ /**
2192
+ * 5.12 Comments
2193
+ * ----------------------------------------------------------------------------
2194
+ */
2195
+
2196
+ .comments-title,
2197
+ .comment-list,
2198
+ .comment-reply-title,
2199
+ .must-log-in,
2200
+ .comment-respond .comment-form,
2201
+ .comment-respond iframe {
2202
+ display: block;
2203
+ margin-left: auto;
2204
+ margin-right: auto;
2205
+ max-width: 604px;
2206
+ width: 100%;
2207
+ }
2208
+
2209
+ .sidebar .comments-title,
2210
+ .sidebar .comment-list,
2211
+ .sidebar .must-log-in,
2212
+ .sidebar .comment-reply-title,
2213
+ .sidebar .comment-navigation,
2214
+ .sidebar .comment-respond .comment-form {
2215
+ max-width: 1040px;
2216
+ padding-left: 60px;
2217
+ padding-right: 376px;
2218
+ }
2219
+
2220
+ .comments-title {
2221
+ font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
2222
+ }
2223
+
2224
+ .comment-list,
2225
+ .comment-list .children {
2226
+ list-style-type: none;
2227
+ padding: 0;
2228
+ }
2229
+
2230
+ .comment-list .children {
2231
+ margin-left: 20px;
2232
+ }
2233
+
2234
+ .comment-list > li:after,
2235
+ .comment-list .children > li:before {
2236
+ background: asset-url("themes/default/assets/images/dotted-line.png") repeat left top;
2237
+ background-size: 4px 4px;
2238
+ content: "";
2239
+ display: block;
2240
+ height: 1px;
2241
+ width: 100%;
2242
+ }
2243
+
2244
+ .comment-list > li:last-child:after {
2245
+ display: none;
2246
+ }
2247
+
2248
+ .comment-body {
2249
+ padding: 24px 0;
2250
+ position: relative;
2251
+ }
2252
+
2253
+ .comment-body .panel-default{
2254
+ border-color: #dddddd;
2255
+ }
2256
+
2257
+ .comment-content .panel {
2258
+ background-color: #ffffff;
2259
+ border: 1px solid transparent;
2260
+ border-radius: 4px;
2261
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
2262
+ margin-bottom: 20px;
2263
+ }
2264
+
2265
+ .comment-content .panel-default > .panel-heading {
2266
+ background-color: #f5f5f5;
2267
+ border-color: #dddddd;
2268
+ color: #555555;
2269
+ }
2270
+
2271
+ .comment-content .panel-heading {
2272
+ border-bottom: 1px solid transparent;
2273
+ border-top-left-radius: 3px;
2274
+ border-top-right-radius: 3px;
2275
+ padding: 10px 15px;
2276
+ }
2277
+
2278
+ .comment-content .panel-heading::before {
2279
+ border-right-color: #ddd;
2280
+ border-width: 8px;
2281
+ }
2282
+
2283
+ .comment-content .panel-heading::after,
2284
+ .comment-content .panel-heading::before {
2285
+ border-color: transparent;
2286
+ border-style: solid solid outset;
2287
+ content: " ";
2288
+ display: block;
2289
+ height: 0;
2290
+ left: -16px;
2291
+ pointer-events: none;
2292
+ position: absolute;
2293
+ right: 100%;
2294
+ top: 11px;
2295
+ width: 0;
2296
+ }
2297
+
2298
+ .comment-content .panel-heading::after {
2299
+ border-right-color: #f7f7f7;
2300
+ border-width: 7px;
2301
+ margin-left: 2px;
2302
+ margin-top: 1px;
2303
+ }
2304
+
2305
+
2306
+ .comment-body.answer,
2307
+ .comment-body.answer .comment-author{
2308
+ float: right;
2309
+ width: 100%;
2310
+ }
2311
+
2312
+ .comment-body.answer .comment-content{
2313
+ float: left;
2314
+ }
2315
+
2316
+
2317
+ .comment-author {
2318
+ float: left;
2319
+ max-width: 74px;
2320
+ }
2321
+
2322
+ .comment-author .avatar {
2323
+ display: block;
2324
+ margin-bottom: 10px;
2325
+ max-width: 100%;
2326
+ }
2327
+
2328
+ .comment-author .fn {
2329
+ word-wrap: break-word;
2330
+ }
2331
+
2332
+ .comment-author .fn,
2333
+ .comment-author .url,
2334
+ .comment-reply-link,
2335
+ .comment-reply-login {
2336
+ color: #bc360a;
2337
+ font-size: 14px;
2338
+ font-style: normal;
2339
+ font-weight: normal;
2340
+ }
2341
+
2342
+ .says {
2343
+ display: none;
2344
+ }
2345
+
2346
+ .no-avatars .comment-author {
2347
+ margin: 0 0 5px;
2348
+ max-width: 100%;
2349
+ position: relative;
2350
+ }
2351
+
2352
+ .no-avatars .comment-metadata,
2353
+ .no-avatars .comment-content,
2354
+ .no-avatars .comment-list .reply {
2355
+ width: 100%;
2356
+ }
2357
+
2358
+ .bypostauthor > .comment-body .fn:before {
2359
+ content: "\f408";
2360
+ vertical-align: text-top;
2361
+ }
2362
+
2363
+ .comment-list .edit-link {
2364
+ margin-left: 20px;
2365
+ }
2366
+
2367
+ .comment-metadata,
2368
+ .comment-awaiting-moderation,
2369
+ .comment-content,
2370
+ .comment-list .reply {
2371
+ float: right;
2372
+ width: 79%;
2373
+ width: -webkit-calc(100% - 124px);
2374
+ width: calc(100% - 124px);
2375
+ word-wrap: break-word;
2376
+ }
2377
+
2378
+ .comment-meta,
2379
+ .comment-meta a {
2380
+ color: #a2a2a2;
2381
+ font-size: 13px;
2382
+ }
2383
+
2384
+ .comment-meta a:hover {
2385
+ color: #ea9629;
2386
+ }
2387
+
2388
+ .comment-metadata {
2389
+ margin-bottom: 20px;
2390
+ }
2391
+
2392
+ .ping-meta {
2393
+ color: #a2a2a2;
2394
+ font-size: 13px;
2395
+ line-height: 2;
2396
+ }
2397
+
2398
+ .comment-awaiting-moderation {
2399
+ color: #a2a2a2;
2400
+ }
2401
+
2402
+ .comment-awaiting-moderation:before {
2403
+ content: "\f414";
2404
+ margin-right: 5px;
2405
+ position: relative;
2406
+ top: -2px;
2407
+ }
2408
+
2409
+ .comment-reply-link:before,
2410
+ .comment-reply-login:before {
2411
+ content: "\f412";
2412
+ margin-right: 3px;
2413
+ }
2414
+
2415
+ /* Comment form */
2416
+ .comment-respond {
2417
+ background-color: #f7f5e7;
2418
+ padding: 30px 0;
2419
+ }
2420
+
2421
+ .comment .comment-respond {
2422
+ margin-bottom: 20px;
2423
+ padding: 20px;
2424
+ }
2425
+
2426
+ .comment-reply-title {
2427
+ font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
2428
+ }
2429
+
2430
+ .comment-reply-title small a {
2431
+ color: #131310;
2432
+ display: inline-block;
2433
+ float: right;
2434
+ height: 16px;
2435
+ overflow: hidden;
2436
+ width: 16px;
2437
+ }
2438
+
2439
+ .comment-reply-title small a:hover {
2440
+ color: #ed331c;
2441
+ text-decoration: none;
2442
+ }
2443
+
2444
+ .comment-reply-title small a:before {
2445
+ content: "\f406";
2446
+ vertical-align: top;
2447
+ }
2448
+
2449
+ .sidebar .comment-list .comment-reply-title,
2450
+ .sidebar .comment-list .comment-respond .comment-form {
2451
+ padding: 0;
2452
+ }
2453
+
2454
+ .comment-form .comment-notes {
2455
+ margin-bottom: 15px;
2456
+ }
2457
+
2458
+ .comment-form .comment-form-author,
2459
+ .comment-form .comment-form-email,
2460
+ .comment-form .comment-form-url {
2461
+ margin-bottom: 8px;
2462
+ }
2463
+
2464
+ .comment-form [for="author"],
2465
+ .comment-form [for="email"],
2466
+ .comment-form [for="url"],
2467
+ .comment-form [for="comment"] {
2468
+ float: left;
2469
+ padding: 5px 0;
2470
+ width: 120px;
2471
+ }
2472
+
2473
+ .comment-form .required {
2474
+ color: #ed331c;
2475
+ }
2476
+
2477
+ .comment-form input[type="text"],
2478
+ .comment-form input[type="email"],
2479
+ .comment-form input[type="url"] {
2480
+ max-width: 270px;
2481
+ width: 60%;
2482
+ }
2483
+
2484
+ .comment-form textarea {
2485
+ width: 100%;
2486
+ }
2487
+
2488
+ .form-allowed-tags,
2489
+ .form-allowed-tags code {
2490
+ color: #686758;
2491
+ font-size: 12px;
2492
+ }
2493
+
2494
+ .form-allowed-tags code {
2495
+ font-size: 10px;
2496
+ margin-left: 3px;
2497
+ }
2498
+
2499
+ .comment-list .pingback,
2500
+ .comment-list .trackback {
2501
+ padding-top: 24px;
2502
+ }
2503
+
2504
+ .comment-navigation {
2505
+ font-size: 20px;
2506
+ font-style: italic;
2507
+ font-weight: 300;
2508
+ margin: 0 auto;
2509
+ max-width: 604px;
2510
+ padding: 20px 0 30px;
2511
+ width: 100%;
2512
+ }
2513
+
2514
+ .no-comments {
2515
+ background-color: #f7f5e7;
2516
+ font-size: 20px;
2517
+ font-style: italic;
2518
+ font-weight: 300;
2519
+ margin: 0;
2520
+ padding: 40px 0;
2521
+ text-align: center;
2522
+ }
2523
+
2524
+ .sidebar .no-comments {
2525
+ padding-left: 60px;
2526
+ padding-right: 376px;
2527
+ }
2528
+
2529
+
2530
+ /*
2531
+ * pagination
2532
+ */
2533
+ .pagination {
2534
+ border-radius: 4px;
2535
+ display: inline-block;
2536
+ margin: 20px 0;
2537
+ padding-left: 0;
2538
+ }
2539
+
2540
+ .pagination > li {
2541
+ display: inline;
2542
+ }
2543
+
2544
+ .pagination > li:first-child > a,
2545
+ .pagination > li:first-child > span {
2546
+ border-bottom-left-radius: 4px;
2547
+ border-top-left-radius: 4px;
2548
+ margin-left: 0;
2549
+ }
2550
+
2551
+ .pagination > .disabled > span,
2552
+ .pagination > .disabled > span:hover,
2553
+ .pagination > .disabled > span:focus,
2554
+ .pagination > .disabled > a,
2555
+ .pagination > .disabled > a:hover,
2556
+ .pagination > .disabled > a:focus {
2557
+ background-color: #ffffff;
2558
+ border-color: #dddddd;
2559
+ color: #999999;
2560
+ cursor: not-allowed;
2561
+ }
2562
+
2563
+ .pagination > li > a,
2564
+ .pagination > li > span {
2565
+ background-color: #ffffff;
2566
+ border: 1px solid #dddddd;
2567
+ color: #2fa4e7;
2568
+ float: left;
2569
+ line-height: 1.42857;
2570
+ margin-left: -1px;
2571
+ padding: 8px 12px;
2572
+ position: relative;
2573
+ text-decoration: none;
2574
+ }
2575
+
2576
+
2577
+ /**
2578
+ * 5.13 Multisite
2579
+ * ----------------------------------------------------------------------------
2580
+ */
2581
+
2582
+ .site-main .mu_register {
2583
+ margin: 0 auto;
2584
+ max-width: 604px;
2585
+ width: 100%;
2586
+ }
2587
+
2588
+ .mu_alert {
2589
+ margin-top: 25px;
2590
+ }
2591
+
2592
+ .site-main .mu_register input[type="submit"],
2593
+ .site-main .mu_register #blog_title,
2594
+ .site-main .mu_register #user_email,
2595
+ .site-main .mu_register #blogname,
2596
+ .site-main .mu_register #user_name {
2597
+ font-size: inherit;
2598
+ width: 270px;
2599
+ }
2600
+
2601
+ .site-main .mu_register input[type="submit"] {
2602
+ width: auto;
2603
+ }
2604
+
2605
+
2606
+ /**
2607
+ * 6.0 Sidebar
2608
+ * ----------------------------------------------------------------------------
2609
+ */
2610
+
2611
+ .site-main .widget-area {
2612
+ float: right;
2613
+ width: 300px;
2614
+ }
2615
+
2616
+
2617
+ /**
2618
+ * 6.1 Widgets
2619
+ * ----------------------------------------------------------------------------
2620
+ */
2621
+
2622
+ .widget {
2623
+ background-color: rgba(247, 245, 231, 0.7);
2624
+ font-size: 14px;
2625
+ -webkit-hyphens: auto;
2626
+ -moz-hyphens: auto;
2627
+ -ms-hyphens: auto;
2628
+ hyphens: auto;
2629
+ margin: 0 0 24px;
2630
+ padding: 20px;
2631
+ word-wrap: break-word;
2632
+ }
2633
+
2634
+ .widget .widget-title {
2635
+ font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
2636
+ margin: 0 0 10px;
2637
+ }
2638
+
2639
+ .widget ul,
2640
+ .widget ol {
2641
+ list-style-type: none;
2642
+ margin: 0;
2643
+ padding: 0;
2644
+ }
2645
+
2646
+ .widget li {
2647
+ padding: 5px 0;
2648
+ }
2649
+
2650
+ .widget .children li:last-child {
2651
+ padding-bottom: 0;
2652
+ }
2653
+
2654
+ .widget li > ul,
2655
+ .widget li > ol {
2656
+ margin-left: 20px;
2657
+ }
2658
+
2659
+ .widget a {
2660
+ color: #bc360a;
2661
+ }
2662
+
2663
+ .widget a:hover {
2664
+ color: #ea9629;
2665
+ }
2666
+
2667
+ /* Search widget */
2668
+ .search-form .search-submit {
2669
+ display: none;
2670
+ }
2671
+
2672
+ /* RSS Widget */
2673
+ .widget_rss .rss-date {
2674
+ display: block;
2675
+ }
2676
+
2677
+ .widget_rss .rss-date,
2678
+ .widget_rss li > cite {
2679
+ color: #a2a2a2;
2680
+ }
2681
+
2682
+ /* Calendar Widget */
2683
+ .widget_calendar table,
2684
+ .widget_calendar td {
2685
+ border: 0;
2686
+ border-collapse: separate;
2687
+ border-spacing: 1px;
2688
+ }
2689
+
2690
+ .widget_calendar caption {
2691
+ font-size: 14px;
2692
+ margin: 0;
2693
+ }
2694
+
2695
+ .widget_calendar th,
2696
+ .widget_calendar td {
2697
+ padding: 0;
2698
+ text-align: center;
2699
+ }
2700
+
2701
+ .widget_calendar a {
2702
+ display: block;
2703
+ }
2704
+
2705
+ .widget_calendar a:hover {
2706
+ background-color: rgba(0, 0, 0, 0.15);
2707
+ }
2708
+
2709
+ .widget_calendar tbody td {
2710
+ background-color: rgba(255, 255, 255, 0.5);
2711
+ }
2712
+
2713
+ .site-footer .widget_calendar tbody td {
2714
+ background-color: rgba(255, 255, 255, 0.05);
2715
+ }
2716
+
2717
+ .widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
2718
+ background-color: transparent;
2719
+ }
2720
+
2721
+
2722
+ /**
2723
+ * 7.0 Footer
2724
+ * ----------------------------------------------------------------------------
2725
+ */
2726
+
2727
+ .site-footer {
2728
+ background-color: #e8e5ce;
2729
+ color: #686758;
2730
+ font-size: 14px;
2731
+ text-align: center;
2732
+ }
2733
+
2734
+ .site-footer .widget-area,
2735
+ .sidebar .site-footer {
2736
+ text-align: left;
2737
+ }
2738
+
2739
+ .site-footer a {
2740
+ color: #686758;
2741
+ }
2742
+
2743
+ .site-footer .sidebar-container {
2744
+ background-color: #220e10;
2745
+ padding: 20px 0;
2746
+ }
2747
+
2748
+ .site-footer .widget-area {
2749
+ margin: 0 auto;
2750
+ max-width: 1040px;
2751
+ width: 100%;
2752
+ }
2753
+
2754
+ .sidebar .site-footer .widget-area {
2755
+ max-width: 724px;
2756
+ position: relative;
2757
+ left: -158px;
2758
+ }
2759
+
2760
+ .site-footer .widget {
2761
+ background: transparent;
2762
+ color: #fff;
2763
+ float: left;
2764
+ margin-right: 20px;
2765
+ width: 245px;
2766
+ }
2767
+
2768
+ .sidebar .site-footer .widget {
2769
+ width: 228px;
2770
+ }
2771
+
2772
+ .sidebar .site-footer .widget:nth-of-type(4),
2773
+ .sidebar .site-footer .widget:nth-of-type(3) {
2774
+ margin-right: 0;
2775
+ }
2776
+
2777
+ .site-footer .widget a {
2778
+ color: #e6402a;
2779
+ }
2780
+
2781
+ .site-footer .widget-title,
2782
+ .site-footer .widget-title a,
2783
+ .site-footer .wp-caption-text {
2784
+ color: #fff;
2785
+ }
2786
+
2787
+ .site-info {
2788
+ margin: 0 auto;
2789
+ max-width: 1040px;
2790
+ padding: 30px 0;
2791
+ width: 100%;
2792
+ }
2793
+
2794
+ #wpstats {
2795
+ display: block;
2796
+ margin: -10px auto 0;
2797
+ }
2798
+
2799
+
2800
+ /**
2801
+ * 8.0 Media Queries
2802
+ * ----------------------------------------------------------------------------
2803
+ */
2804
+
2805
+ /* Does the same thing as <meta name="viewport" content="width=device-width">,
2806
+ * but in the future W3C standard way. -ms- prefix is required for IE10+ to
2807
+ * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
2808
+ * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
2809
+ */
2810
+ @-ms-viewport {
2811
+ width: device-width;
2812
+ }
2813
+ @viewport {
2814
+ width: device-width;
2815
+ }
2816
+
2817
+ @media (max-width: 1599px) {
2818
+ .site {
2819
+ border: 0;
2820
+ }
2821
+ }
2822
+
2823
+ @media (max-width: 1069px) {
2824
+ .sidebar img.alignleft,
2825
+ .sidebar .wp-caption.alignleft {
2826
+ margin-left: 0;
2827
+ }
2828
+
2829
+ .sidebar img.alignright,
2830
+ .sidebar .wp-caption.alignright {
2831
+ margin-right: 0;
2832
+ }
2833
+
2834
+ .error404 .page-header {
2835
+ margin-left: auto;
2836
+ max-width: 604px;
2837
+ width: 100%;
2838
+ }
2839
+
2840
+ .archive-header,
2841
+ .search .page-header,
2842
+ .archive .page-header,
2843
+ .blog .page-header,
2844
+ .error404 .page-content,
2845
+ .search .page-content,
2846
+ .archive .page-content,
2847
+ .attachment .entry-header,
2848
+ .attachment .entry-content,
2849
+ .post-navigation .nav-links,
2850
+ .sidebar .site-info,
2851
+ .site-footer .widget-area {
2852
+ padding-left: 20px;
2853
+ padding-right: 20px;
2854
+ }
2855
+
2856
+ .error404 .page-title {
2857
+ font-size: 24px;
2858
+ padding: 180px;
2859
+ }
2860
+
2861
+ .error404 .page-title:before {
2862
+ font-size: 554px;
2863
+ }
2864
+
2865
+ .attachment .image-navigation {
2866
+ max-width: 724px;
2867
+ }
2868
+
2869
+ .image-navigation .nav-previous,
2870
+ .image-navigation .nav-next {
2871
+ position: static;
2872
+ }
2873
+
2874
+ .site-main .widget-area {
2875
+ margin-right: 60px;
2876
+ }
2877
+ }
2878
+
2879
+ @media (max-width: 999px) {
2880
+ .sidebar .entry-header,
2881
+ .sidebar .entry-content,
2882
+ .sidebar .entry-summary,
2883
+ .sidebar .entry-meta,
2884
+ .sidebar .comment-list,
2885
+ .sidebar .comment-reply-title,
2886
+ .sidebar .comment-navigation,
2887
+ .sidebar .comment-respond .comment-form,
2888
+ .sidebar .featured-gallery,
2889
+ .sidebar .post-navigation .nav-links,
2890
+ .author.sidebar .author-info {
2891
+ max-width: 604px;
2892
+ padding-left: 0;
2893
+ padding-right: 0;
2894
+ }
2895
+
2896
+ .sidebar .site-info,
2897
+ .search.sidebar .page-content,
2898
+ .blog.sidebar .page-content,
2899
+ .attachment .entry-header,
2900
+ .sidebar .comments-title {
2901
+ max-width: 604px;
2902
+ }
2903
+
2904
+ .sidebar .archive-meta,
2905
+ .attachment .entry-header,
2906
+ .search.sidebar .page-content,
2907
+ .blog.sidebar .page-content,
2908
+ .sidebar .site-info,
2909
+ .sidebar .comments-title,
2910
+ .sidebar .no-comments {
2911
+ padding-left: 0;
2912
+ padding-right: 0;
2913
+ }
2914
+
2915
+ .attachment .entry-meta {
2916
+ float: left;
2917
+ text-align: left;
2918
+ width: 100%;
2919
+ }
2920
+
2921
+ .attachment .entry-content {
2922
+ max-width: 100%;
2923
+ padding: 40px 0;
2924
+ }
2925
+
2926
+ .format-status .entry-content {
2927
+ padding-top: 40px;
2928
+ }
2929
+
2930
+ .format-status .entry-meta {
2931
+ padding-bottom: 40px;
2932
+ }
2933
+
2934
+ .sidebar .format-status .entry-content,
2935
+ .sidebar .format-status .entry-meta {
2936
+ padding-left: 35px;
2937
+ }
2938
+
2939
+ .sidebar .format-status .entry-content:before,
2940
+ .sidebar .format-status .entry-meta:before {
2941
+ left: 10px;
2942
+ }
2943
+
2944
+ .sidebar .format-status .entry-content p:first-child:before {
2945
+ left: 4px;
2946
+ }
2947
+
2948
+ .sidebar .paging-navigation .nav-links {
2949
+ padding: 0 60px;
2950
+ }
2951
+
2952
+ .site-main .sidebar-container {
2953
+ height: auto;
2954
+ margin: 0 auto;
2955
+ max-width: 604px;
2956
+ position: relative;
2957
+ top: 20px;
2958
+ }
2959
+
2960
+ .site-main .widget-area {
2961
+ float: none;
2962
+ margin: 0;
2963
+ width: 100%;
2964
+ }
2965
+
2966
+ .sidebar .site-footer .widget-area {
2967
+ max-width: 100%;
2968
+ left: 0;
2969
+ }
2970
+ }
2971
+
2972
+ /* Collapse oversized image and pulled images after iPad breakpoint. */
2973
+ @media (max-width: 767px) {
2974
+ .site-header .home-link {
2975
+ min-height: 0;
2976
+ }
2977
+ .site-title {
2978
+ font-size: 36px;
2979
+ padding: 8px 0 10px;
2980
+ }
2981
+ .entry-content img.alignleft,
2982
+ .entry-content .wp-caption.alignleft {
2983
+ margin-left: 0;
2984
+ }
2985
+
2986
+ .entry-content img.alignright,
2987
+ .entry-content .wp-caption.alignright {
2988
+ margin-right: 0;
2989
+ }
2990
+
2991
+ .attachment .image-navigation,
2992
+ .attachment .entry-attachment .attachment {
2993
+ max-width: 604px;
2994
+ padding: 0;
2995
+ width: 100%;
2996
+ }
2997
+
2998
+ .gallery-caption {
2999
+ display: none;
3000
+ }
3001
+ }
3002
+
3003
+ @media (max-width: 643px) {
3004
+ .site-title {
3005
+ font-size: 30px;
3006
+ }
3007
+
3008
+ #content .entry-header,
3009
+ #content .entry-content,
3010
+ #content .entry-summary,
3011
+ #content footer.entry-meta,
3012
+ #content .featured-gallery,
3013
+ .search.sidebar .page-content,
3014
+ .blog.sidebar .page-content,
3015
+ .sidebar .post-navigation .nav-links,
3016
+ .paging-navigation .nav-links,
3017
+ #content .author-info,
3018
+ .comments-area .comments-title,
3019
+ .comments-area .comment-list,
3020
+ .comments-area .comment-navigation,
3021
+ .comment-respond,
3022
+ .sidebar .site-info,
3023
+ .sidebar .paging-navigation .nav-links {
3024
+ padding-left: 20px;
3025
+ padding-right: 20px;
3026
+ }
3027
+
3028
+ #content .format-status .entry-content,
3029
+ #content .format-status .entry-met {
3030
+ padding-left: 35px;
3031
+ }
3032
+
3033
+ /* Small menu */
3034
+ .menu-toggle {
3035
+ cursor: pointer;
3036
+ display: inline-block;
3037
+ font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
3038
+ margin: 0;
3039
+ }
3040
+
3041
+ .menu-toggle,
3042
+ .menu-toggle:hover,
3043
+ .menu-toggle:focus,
3044
+ .menu-toggle:active {
3045
+ background: none;
3046
+ border: none;
3047
+ color: #141412;
3048
+ padding: 12px 0 12px 20px;
3049
+ }
3050
+
3051
+ .menu-toggle:focus {
3052
+ outline: thin dotted;
3053
+ }
3054
+
3055
+ .menu-toggle:after {
3056
+ content: "\f502";
3057
+ font-size: 12px;
3058
+ padding-left: 8px;
3059
+ vertical-align: -4px;
3060
+ }
3061
+
3062
+ .toggled-on .menu-toggle:after {
3063
+ content: "\f500";
3064
+ vertical-align: 2px;
3065
+ }
3066
+
3067
+ .toggled-on .nav-menu,
3068
+ .toggled-on .nav-menu > ul {
3069
+ display: block;
3070
+ margin-left: 0;
3071
+ padding: 0;
3072
+ width: 100%;
3073
+ }
3074
+
3075
+ .toggled-on li,
3076
+ .toggled-on .children {
3077
+ display: block;
3078
+ }
3079
+
3080
+ .toggled-on .nav-menu li > ul {
3081
+ background-color: transparent;
3082
+ display: block;
3083
+ float: none;
3084
+ margin-left: 20px;
3085
+ position: relative;
3086
+ left: auto;
3087
+ top: auto;
3088
+ }
3089
+
3090
+ .toggled-on .nav-menu li > ul a {
3091
+ color: #141412;
3092
+ width: auto;
3093
+ }
3094
+
3095
+ .toggled-on .nav-menu li:hover > a,
3096
+ .toggled-on .nav-menu .children a {
3097
+ background-color: transparent;
3098
+ color: #141412;
3099
+ }
3100
+
3101
+ .toggled-on .nav-menu > li a:hover,
3102
+ .toggled-on .nav-menu > ul a:hover {
3103
+ background-color: #db572f;
3104
+ color: #fff;
3105
+ }
3106
+
3107
+ .toggled-on .nav-menu > li a:focus,
3108
+ .toggled-on .nav-menu > ul a:focus {
3109
+ background-color: #220e10;
3110
+ color: #fff;
3111
+ }
3112
+
3113
+ ul.nav-menu,
3114
+ div.nav-menu > ul {
3115
+ display: none;
3116
+ }
3117
+
3118
+ #content .featured-gallery {
3119
+ padding-left: 24px;
3120
+ }
3121
+
3122
+ .gallery-columns-1 .gallery-item {
3123
+ margin-right: 0;
3124
+ width: 100%;
3125
+ }
3126
+
3127
+ .entry-title,
3128
+ .format-chat .entry-title,
3129
+ .format-image .entry-title,
3130
+ .format-gallery .entry-title,
3131
+ .format-video .entry-title {
3132
+ font-size: 22px;
3133
+ font-weight: bold;
3134
+ }
3135
+
3136
+ .format-quote blockquote,
3137
+ .format-status .entry-content {
3138
+ font-size: 18px;
3139
+ }
3140
+
3141
+ .format-quote blockquote small,
3142
+ .format-quote blockquote cite {
3143
+ font-size: 13px;
3144
+ }
3145
+
3146
+ .error404 .page-title {
3147
+ padding: 40px 0 0;
3148
+ }
3149
+
3150
+ .error404 .page-title:before {
3151
+ content: normal;
3152
+ }
3153
+
3154
+ .comment-author {
3155
+ margin-right: 30px;
3156
+ }
3157
+
3158
+ .comment-author .avatar {
3159
+ height: auto;
3160
+ max-width: 100%;
3161
+ }
3162
+
3163
+ .comment-metadata,
3164
+ .comment-content,
3165
+ .comment-list .reply {
3166
+ width: 70%;
3167
+ width: -webkit-calc(100% - 104px);
3168
+ width: calc(100% - 104px);
3169
+ }
3170
+
3171
+ .comment-form input[type="text"],
3172
+ .comment-form input[type="email"],
3173
+ .comment-form input[type="url"] {
3174
+ width: -webkit-calc(100% - 120px);
3175
+ width: calc(100% - 120px);
3176
+ }
3177
+
3178
+ .comment-form textarea {
3179
+ height: 80px; /* Smaller field for mobile. */
3180
+ }
3181
+
3182
+ /* Audio */
3183
+ .format-audio .entry-content:before {
3184
+ display: none;
3185
+ }
3186
+
3187
+ .format-audio .audio-content {
3188
+ background-image: none;
3189
+ float: none;
3190
+ padding-left: 0;
3191
+ width: auto;
3192
+ }
3193
+ }
3194
+
3195
+ /* Mobile devices */
3196
+ @media (max-width: 359px) {
3197
+ .site-title {
3198
+ font-weight: normal;
3199
+ }
3200
+ .site-description {
3201
+ clip: rect(1px, 1px, 1px, 1px);
3202
+ position: absolute;
3203
+ }
3204
+ .gallery {
3205
+ margin-left: 0;
3206
+ }
3207
+
3208
+ .gallery .gallery-item,
3209
+ .gallery-columns-2.gallery-size-thumbnail .gallery-item {
3210
+ max-width: none;
3211
+ width: 49%;
3212
+ width: -webkit-calc(50% - 4px);
3213
+ width: calc(50% - 4px);
3214
+ }
3215
+
3216
+ .gallery-columns-1.gallery-size-medium,
3217
+ .gallery-columns-1.gallery-size-thumbnail,
3218
+ .gallery-columns-2.gallery-size-thumbnail,
3219
+ .gallery-columns-3.gallery-size-thumbnail {
3220
+ display: block;
3221
+ }
3222
+
3223
+ .gallery-columns-1 .gallery-item,
3224
+ .gallery-columns-1.gallery-size-medium .gallery-item,
3225
+ .gallery-columns-1.gallery-size-thumbnail .gallery-item {
3226
+ text-align: center;
3227
+ width: 98%;
3228
+ width: -webkit-calc(100% - 4px);
3229
+ width: calc(100% - 4px);
3230
+ }
3231
+
3232
+ .gallery-columns-3 .gallery-item:nth-of-type(3n),
3233
+ .gallery-columns-5 .gallery-item:nth-of-type(5n),
3234
+ .gallery-columns-7 .gallery-item:nth-of-type(7n),
3235
+ .gallery-columns-9 .gallery-item:nth-of-type(9n) {
3236
+ margin-right: 4px;
3237
+ }
3238
+
3239
+ .gallery br {
3240
+ display: none;
3241
+ }
3242
+
3243
+ .gallery .gallery-item:nth-of-type(even) {
3244
+ margin-right: 0;
3245
+ }
3246
+
3247
+ /* Comments */
3248
+ .comment-author {
3249
+ margin: 0 0 5px;
3250
+ max-width: 100%;
3251
+ }
3252
+
3253
+ .comment-author .avatar {
3254
+ display: inline;
3255
+ margin: 0 5px 0 0;
3256
+ max-width: 20px;
3257
+ }
3258
+
3259
+ .comment-metadata,
3260
+ .comment-content,
3261
+ .comment-list .reply {
3262
+ width: 100%;
3263
+ }
3264
+ }
3265
+
3266
+
3267
+ /**
3268
+ * 9.0 Print
3269
+ * ----------------------------------------------------------------------------
3270
+ */
3271
+
3272
+ /* Retina-specific styles. */
3273
+ @media print,
3274
+ (-o-min-device-pixel-ratio: 5/4),
3275
+ (-webkit-min-device-pixel-ratio: 1.25),
3276
+ (min-resolution: 120dpi) {
3277
+
3278
+ .site-header .search-field {
3279
+ background-image: asset-url("themes/default/assets/images/search-icon-2x.png");
3280
+ }
3281
+
3282
+ .format-audio .audio-content,
3283
+ .format-status .entry-content:before,
3284
+ .format-status .entry-meta:before,
3285
+ .comment-list > li:after,
3286
+ .comment-list .children > li:before {
3287
+ background-image: asset-url("themes/default/assets/images/dotted-line-2x.png");
3288
+ }
3289
+ }
3290
+
3291
+ @media print {
3292
+ body {
3293
+ background: none !important;
3294
+ color: #000;
3295
+ font-size: 10pt;
3296
+ }
3297
+
3298
+ footer a[rel="bookmark"]:link:after,
3299
+ footer a[rel="bookmark"]:visited:after {
3300
+ content: " [" attr(href) "] "; /* Show URLs */
3301
+ }
3302
+
3303
+ .site {
3304
+ max-width: 98%;
3305
+ }
3306
+
3307
+ .site-header {
3308
+ background-image: none !important;
3309
+ }
3310
+
3311
+ .site-header .home-link {
3312
+ max-width: none;
3313
+ min-height: 0;
3314
+ }
3315
+
3316
+ .site-title {
3317
+ color: #000;
3318
+ font-size: 21pt;
3319
+ }
3320
+
3321
+ .site-description {
3322
+ font-size: 10pt;
3323
+ }
3324
+
3325
+ .author-avatar,
3326
+ .site-footer,
3327
+ .comment-respond,
3328
+ .comments-area .comment-edit-link,
3329
+ .comments-area .reply,
3330
+ .comments-link,
3331
+ .entry-meta .edit-link,
3332
+ .page-links,
3333
+ .site-content nav,
3334
+ .widget-area,
3335
+ .main-navigation,
3336
+ .navbar,
3337
+ .more-link {
3338
+ display: none;
3339
+ }
3340
+
3341
+ .entry-header,
3342
+ .entry-content,
3343
+ .entry-summary,
3344
+ .entry-meta {
3345
+ margin: 0;
3346
+ width: 100%;
3347
+ }
3348
+
3349
+ .page-title,
3350
+ .entry-title {
3351
+ font-size: 21pt;
3352
+ }
3353
+
3354
+ .entry-meta,
3355
+ .entry-meta a {
3356
+ color: #444;
3357
+ font-size: 10pt;
3358
+ }
3359
+
3360
+ .entry-content img.alignleft,
3361
+ .entry-content .wp-caption.alignleft {
3362
+ margin-left: 0;
3363
+ }
3364
+
3365
+ .entry-content img.alignright,
3366
+ .entry-content .wp-caption.alignright {
3367
+ margin-right: 0;
3368
+ }
3369
+
3370
+ .format-image .entry-content .size-full {
3371
+ margin: 0;
3372
+ }
3373
+
3374
+ /* Remove colors from post formats */
3375
+ .hentry {
3376
+ background-color: #fff;
3377
+ }
3378
+
3379
+ /* Comments */
3380
+ .comments-area > li.comment {
3381
+ background: none;
3382
+ position: relative;
3383
+ width: auto;
3384
+ }
3385
+
3386
+ .comment-metadata {
3387
+ float: none;
3388
+ }
3389
+
3390
+ .comment-author .fn,
3391
+ .comment-reply-link,
3392
+ .comment-reply-login {
3393
+ color: #333;
3394
+ }
3395
+ }