Advertisement
Guest User

wkleja

a guest
Nov 26th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.55 KB | None | 0 0
  1. /*
  2. Theme Name: Hueman
  3. Theme URI: http://alxmedia.se/themes/hueman/
  4. Version: 1.4.5
  5. Description: <a href="http://alxmedia.se/themes/hueman/">Hueman</a> is a responsive 100% high resolution theme for blogs and magazines. Unique toggle sidebars give a great browsing and reading experience on both tablet and mobile. The feature list is long: Unlimited topbar, header, footer and accent colors, unlimited widget areas, 0-2 sidebars to the left or right that can be uniquely specified for each page or post, 300px / 220px fixed width sidebars, 0-4 footer widget columns, almost zero layout images, related posts and post nav, featured story or slider, 10 post formats, good SEO, 3 flexible custom widgets, localisation support, social links, logo upload and many more useful admin panel features.
  6. Author: Alexander Agnarson
  7. Author URI: http://alxmedia.se
  8. Tags: light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, fixed-layout, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
  9.  
  10. Copyright: (c) 2013 Alexander "Alx" Agnarson
  11. License: GNU General Public License v3.0
  12. License URI: http://www.gnu.org/licenses/gpl-3.0.html
  13. */
  14.  
  15. /*
  16. WARNING! DO NOT EDIT THIS FILE!
  17. To make it easy to update your theme, you should not edit the styles in this file. Instead use
  18. a child theme to add your styles. You can copy a style from this file and paste it in the child
  19. theme's style.css and it will override the style in this file. You have been warned! :)
  20. */
  21.  
  22. /* ------------------------------------------------------------------------- *
  23. * Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
  24. * ------------------------------------------------------------------------- */
  25. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
  26. pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
  27. samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
  28. fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
  29. canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
  30. section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
  31. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
  32. ol, ul { list-style: none; }
  33. blockquote, q { quotes: none; }
  34. blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
  35. table { border-collapse: collapse; border-spacing: 0; }
  36.  
  37.  
  38. /* ------------------------------------------------------------------------- *
  39. * Base Styles
  40. /* ------------------------------------------------------------------------- */
  41. body { background: url(http://www.hdwallpapersfullhd.net/wp-content/uploads/2014/05/Game-Wallpaper-Games-Wallpaper-6-Wallpapers-HD.jpg) fixed; font-size: 16px; line-height: 1.5em; color: #666; font-weight: 300; }
  42. ::selection { background: #3b8dbd; color: #fff; }
  43. ::-moz-selection { background: #3b8dbd; color: #fff; }
  44. a { color: #3b8dbd; text-decoration: none; outline: 0; }
  45. a:hover { color: #444; }
  46. img { max-width: 100%; height: auto; }
  47. a,
  48. a:before,
  49. a:after {
  50. -webkit-transition-property: background color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
  51. -moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease;
  52. -o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease;
  53. transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease; }
  54. a img {
  55. -webkit-transition: opacity 0.2s ease;
  56. -moz-transition: opacity 0.2s ease;
  57. -o-transition: opacity 0.2s ease;
  58. transition: opacity 0.2s ease; }
  59. address,cite,em { font-style: italic; }
  60. strong { font-weight: 600; }
  61. .left,.alignleft { float: left; }
  62. .right,.alignright { float: right; }
  63. .aligncenter { margin-left: auto; margin-right: auto; }
  64.  
  65. /* base : clear
  66. /* ------------------------------------ */
  67. .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
  68. .group:before, .group:after { content: ""; display: table; }
  69. .group:after { clear: both; }
  70. .group { zoom: 1; }
  71.  
  72. /* base : font awesome square size
  73. /* ------------------------------------ */
  74. .fa { width: 1em; text-align: center; }
  75.  
  76. /* base : fonts
  77. /* ------------------------------------ */
  78. body { font-family: "Titillium", Arial, sans-serif; }
  79.  
  80. @font-face {
  81. font-family: 'Titillium';
  82. src: url('fonts/titillium-light-webfont.eot');
  83. src: url('fonts/titillium-light-webfont.svg#titillium-light-webfont') format('svg'),
  84. url('fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'),
  85. url('fonts/titillium-light-webfont.woff') format('woff'),
  86. url('fonts/titillium-light-webfont.ttf') format('truetype');
  87. font-weight: 300;
  88. font-style: normal;
  89. }
  90. @font-face {
  91. font-family: 'Titillium';
  92. src: url('fonts/titillium-lightitalic-webfont.eot');
  93. src: url('fonts/titillium-lightitalic-webfont.svg#titillium-lightitalic-webfont') format('svg'),
  94. url('fonts/titillium-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
  95. url('fonts/titillium-lightitalic-webfont.woff') format('woff'),
  96. url('fonts/titillium-lightitalic-webfont.ttf') format('truetype');
  97. font-weight: 300;
  98. font-style: italic;
  99. }
  100. @font-face {
  101. font-family: 'Titillium';
  102. src: url('fonts/titillium-regular-webfont.eot');
  103. src: url('fonts/titillium-regular-webfont.svg#titillium-regular-webfont') format('svg'),
  104. url('fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
  105. url('fonts/titillium-regular-webfont.woff') format('woff'),
  106. url('fonts/titillium-regular-webfont.ttf') format('truetype');
  107. font-weight: 400;
  108. font-style: normal;
  109. }
  110. @font-face {
  111. font-family: 'Titillium';
  112. src: url('fonts/titillium-regularitalic-webfont.eot');
  113. src: url('fonts/titillium-regularitalic-webfont.svg#titillium-regular-webfont') format('svg'),
  114. url('fonts/titillium-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
  115. url('fonts/titillium-regularitalic-webfont.woff') format('woff'),
  116. url('fonts/titillium-regularitalic-webfont.ttf') format('truetype');
  117. font-weight: 400;
  118. font-style: italic;
  119. }
  120. @font-face {
  121. font-family: 'Titillium';
  122. src: url('fonts/titillium-semibold-webfont.eot');
  123. src: url('fonts/titillium-semibold-webfont.svg#titillium-semibold-webfont') format('svg'),
  124. url('fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'),
  125. url('fonts/titillium-semibold-webfont.woff') format('woff'),
  126. url('fonts/titillium-semibold-webfont.ttf') format('truetype');
  127. font-weight: 600;
  128. font-style: normal;
  129. }
  130.  
  131. /* base : forms
  132. /* ------------------------------------ */
  133. input, textarea, button, select, label { font-family: inherit; }
  134. .themeform input,
  135. .themeform textarea,
  136. .themeform button,
  137. .themeform select,
  138. .themeform label { font-size: 14px; }
  139. .themeform input::-moz-focus-inner,
  140. .themeform button::-moz-focus-inner { border: 0; padding: 0; }
  141. .themeform input[type="text"],
  142. .themeform input[type="password"],
  143. .themeform input[type="email"],
  144. .themeform input[type="submit"],
  145. .themeform button,
  146. .themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }
  147. .themeform input,
  148. .themeform textarea,
  149. .themeform button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
  150. .themeform input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
  151. .themeform input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
  152. .themeform label { font-weight: 600; color: #444; }
  153. .themeform input[type="text"],
  154. .themeform input[type="password"],
  155. .themeform input[type="email"],
  156. .themeform textarea { background: #fff; border: 2px solid #ddd; color: #777; display: block; max-width: 100%; outline: none; padding: 7px 8px; }
  157. .themeform input[type="text"]:focus,
  158. .themeform input[type="password"]:focus,
  159. .themeform input[type="email"]:focus,
  160. .themeform textarea:focus { border-color: #ccc; color: #444; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1); }
  161. .themeform label .required { color: #3b8dbd; }
  162. .themeform input[type="submit"],
  163. .themeform button[type="submit"] { background: #3b8dbd; color: #fff; padding: 8px 14px; font-weight: 600; display: inline-block; border: none; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; }
  164. .themeform input[type="submit"]:hover,
  165. .themeform button[type="submit"]:hover { background: #444; }
  166.  
  167. .themeform.searchform div { position: relative; }
  168. .themeform.searchform div input { padding-left: 26px; line-height: 20px; }
  169. .themeform.searchform div:after { color: #ccc; line-height: 24px; font-size: 14px; content: "\f002"; position: absolute; left: 10px; top: 6px; font-family: FontAwesome; }
  170.  
  171. /* base : entry
  172. /* ------------------------------------ */
  173. .entry { font-size: 18px; line-height: 1.6em; }
  174. .entry p,
  175. .entry dd { margin-bottom: 1em; }
  176. .entry dt { color: #444; }
  177. .entry ol,
  178. .entry ul { margin: 0 0 15px 30px; }
  179. .entry ol ol,
  180. .entry ol ul,
  181. .entry ul ul,
  182. .entry ul ol { margin-bottom: 0; }
  183. .entry li { margin: 0; }
  184. .entry ul li,
  185. .entry ol ul li { list-style: square; }
  186. .entry ol li,
  187. .entry ol ul ol li { list-style: decimal; }
  188. .entry dt { font-weight: 600;}
  189. .entry address { margin-bottom: 1em; }
  190. .entry blockquote { position: relative; color: #777; font-style: italic; margin: 0 0 20px 0; padding-left: 50px; }
  191. .entry blockquote p { margin-bottom: 0.75em; }
  192. .entry blockquote:before { content: "\f10d"; color: #ccc; font-size: 32px; font-style: normal; font-family: FontAwesome; text-align: center; position: absolute; left: 0; top: 0; }
  193. .entry blockquote.twitter-tweet:before { content: "\f099"; }
  194. .entry code, .entry pre { font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; font-size: 11px; }
  195. .entry pre { background: url(img/pre.png) repeat top; padding: 18px 20px; margin: 30px 0; border: 1px solid #ddd; line-height: 19px; white-space: pre-wrap; word-wrap: break-word; overflow-x: auto; overflow-y: hidden; }
  196. .entry code { background: #eee; padding: 0 3px; }
  197. .entry ins { background: #fff486; }
  198. .entry sub,
  199. .entry sup { font-size: 62.5%; }
  200. .entry sub { vertical-align: sub; }
  201. .entry sup { vertical-align: super; }
  202.  
  203. /* image position & caption */
  204. .entry img.size-auto,
  205. .entry img.size-large,
  206. .entry img.size-medium,
  207. .entry attachment img { max-width: 100%; height: auto; }
  208. .entry img.alignleft { margin: 18px 20px 18px 0; }
  209. .entry img.alignright { margin: 18px 0 18px 20px; }
  210. .entry img.aligncenter { margin: 18px auto; clear: both; display: block; }
  211. .entry img .size-full { width: 100%!important; }
  212. .entry .gallery img, .entry img.wp-smiley { margin: 0; }
  213. .entry .wp-caption { background: #f1f1f1; max-width: 100%; margin-bottom: 14px; padding-top: 5px; text-align: center; }
  214. .entry .wp-caption-text { font-style: italic; }
  215. .entry .wp-caption a { border-bottom: none; }
  216. .entry .wp-caption img { margin: 0; max-width: 100%; height: auto; }
  217. .entry .wp-caption.alignleft { margin-right: 20px; }
  218. .entry .wp-caption.alignright { margin-left: 20px; }
  219. .entry .wp-caption.alignnone { width: 100%!important; overflow: hidden; }
  220. .entry .wp-caption.alignnone img { margin: 0 auto; max-width: 100%!important; }
  221. .entry .wp-caption-text { color: #999; font-size: 13px; padding: 0 0 8px 0; margin: 0; }
  222.  
  223. /* table */
  224. .entry table { font-size: 14px; margin-bottom: 1.5em; width: 100%; text-align: center; }
  225. .entry table tr.alt { background: #f1f1f1; }
  226. .entry table td { border-bottom: 1px solid #f1f1f1; text-align: center; padding: 5px; vertical-align: middle; }
  227. .entry table th { font-weight: 600; text-align: center; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 10px 5px; }
  228.  
  229. /* default gallery */
  230. .entry .gallery { clear: both; overflow: hidden; width: 100%; margin: 15px 0!important; }
  231. .entry .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: transparent!important; }
  232. .entry .gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin-top: 0!important; }
  233. .entry .gallery .gallery-caption { background: rgba(255,255,255,0.8); color: #333; font-size: 13px; line-height: 1.4em; padding: 10px 0; text-align: left; text-indent: 10px; font-style: normal; margin: 0; bottom: -44px; left: 2px; right: 2px; overflow: hidden; position: absolute; text-overflow: ellipsis; white-space: nowrap; width: 100%;
  234. transition: all .2s ease;
  235. -o-transition: all .2s ease;
  236. -moz-transition: all .2s ease;
  237. -webkit-transition: all .2s ease; }
  238. .entry .gallery .gallery-item:hover .gallery-caption { bottom: 0; }
  239. .entry .gallery-columns-5 .gallery-caption,
  240. .entry .gallery-columns-6 .gallery-caption,
  241. .entry .gallery-columns-7 .gallery-caption,
  242. .entry .gallery-columns-8 .gallery-caption,
  243. .entry .gallery-columns-9 .gallery-caption { display: none!important; }
  244.  
  245. /* base : headings
  246. /* ------------------------------------ */
  247. h1, h2, h3, h4, h5, h6 { color: #444; font-weight: 600; -ms-word-wrap: break-word; word-wrap: break-word; }
  248. .entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span { color: #bbb; }
  249. .entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 { margin-bottom: 14px; font-weight: 400; line-height: 1.3em; }
  250. .entry h1 { font-size: 38px; letter-spacing: -1px; }
  251. .entry h2 { font-size: 34px; letter-spacing: -0.7px; }
  252. .entry h3 { font-size: 28px; letter-spacing: -0.5px; }
  253. .entry h4 { font-size: 24px; letter-spacing: -0.3px; }
  254. .entry h5 { font-size: 20px; font-weight: 600; }
  255. .entry h6 { font-size: 18px; font-weight: 600; text-transform: uppercase; }
  256.  
  257. .heading,
  258. #reply-title { font-weight: normal; font-size: 18px; text-transform: uppercase; font-weight: 600; margin-bottom: 1em; }
  259. .heading i { font-size: 22px; margin-right: 6px; }
  260.  
  261.  
  262. /* ------------------------------------------------------------------------- *
  263. * Base Structure
  264. /* ------------------------------------------------------------------------- */
  265.  
  266. /* base : layout
  267. /* ------------------------------------ */
  268. #wrapper { min-width: 1024px; height: 100%; }
  269. .container { padding: 0 20px; }
  270. .container-inner { max-width: 1380px; min-width: 1380px; width: 100%; margin: 0 auto; }
  271. .main { background-color: #fff!important; position: relative; }
  272. .main-inner { position: relative; min-height: 600px; /* instead of sticky footer */ }
  273. .content { width: 100%; position: relative; }
  274. .pad { padding: 30px 30px 20px; }
  275.  
  276. /* boxed */
  277. .boxed #wrapper { max-width: 1380px; margin: 0 auto;
  278. -webkit-box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04);
  279. box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04); }
  280. .boxed .container { padding: 0; }
  281. .boxed #page { background: #eaeaea; padding-bottom: 1px; }
  282.  
  283. /* base : layout columns
  284. /* ------------------------------------ */
  285.  
  286. /* 2 column, content left */
  287. .col-2cl .main-inner { background: url(img/sidebar/s-right-s1.png) repeat-y right 0; padding-right: 340px; }
  288. .col-2cl .s1 { float: right; margin-right: -340px; }
  289. .col-2cl .content { float: left; }
  290.  
  291. /* 2 column, content right */
  292. .col-2cr .main-inner { background: url(img/sidebar/s-left.png) repeat-y left 0; padding-left: 340px; }
  293. .col-2cr .s1 { float: left; margin-left: -340px; }
  294. .col-2cr .content { float: right; }
  295.  
  296. /* 3 column, content middle */
  297. .col-3cm .main { background: url(img/sidebar/s-right-s2.png) repeat-y right 0; }
  298. .col-3cm .main-inner { background: url(img/sidebar/s-left.png) repeat-y left 0; padding-left: 340px; padding-right: 260px; }
  299. .col-3cm .s1 { float: left; margin-left: -340px; }
  300. .col-3cm .s2 { float: right; margin-right: -260px; /* ingenuity! */ position: relative; right: -100%; }
  301. .col-3cm .content { float: right; }
  302.  
  303. /* 3 column, content left */
  304. .col-3cl .main { background-image: none; }
  305. .col-3cl .main-inner { background: url(img/sidebar/s-right-dual-full-expand.png) repeat-y right 0; padding-right: 600px; }
  306. .col-3cl .s1 { float: right; margin-right: -600px; }
  307. .col-3cl .s2 { float: right; margin-right: -260px; }
  308. .col-3cl .content { float: left; }
  309.  
  310. /* 3 column, content right */
  311. .col-3cr .main { background-image: none; }
  312. .col-3cr .main-inner { background: url(img/sidebar/s-left-dual-full-expand.png) repeat-y left 0; padding-left: 600px; }
  313. .col-3cr .s1 { float: left; margin-left: -600px; }
  314. .col-3cr .s2 { float: left; margin-left: -260px; }
  315. .col-3cr .content { float: right; }
  316.  
  317. /* base : sidebar
  318. /* ------------------------------------ */
  319. .sidebar { padding-bottom: 20px; position: relative; z-index: 2; }
  320. .sidebar .pad { padding-left: 20px; padding-right: 20px; }
  321. .sidebar-top { padding: 15px 30px; }
  322. .sidebar-top p { float: left; color: #fff; color: rgba(255,255,255,0.8); font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: 24px; padding: 3px 0; }
  323. .sidebar-toggle { display: none; text-align: center; cursor: pointer; width: 100%; height: 50px;
  324. -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
  325. box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1); }
  326. .sidebar-toggle i { font-size: 38px; color: #fff; padding: 5px 0; }
  327. .s1-expand .s1,
  328. .s2-expand .s2 {-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }
  329.  
  330. /* toggle icon */
  331. .icon-sidebar-toggle:before { font-family: FontAwesome; }
  332. .col-2cl .s1 .icon-sidebar-toggle:before,
  333. .col-3cl .s1 .icon-sidebar-toggle:before,
  334. .col-3cm .s2 .icon-sidebar-toggle:before,
  335. .col-3cl .s2 .icon-sidebar-toggle:before { content: "\f100"; }
  336. .col-2cr .s1 .icon-sidebar-toggle:before,
  337. .col-3cm .s1 .icon-sidebar-toggle:before,
  338. .col-3cr .s1 .icon-sidebar-toggle:before,
  339. .col-3cr .s2 .icon-sidebar-toggle:before { content: "\f101"; }
  340.  
  341. /* sidebar primary */
  342. .s1 { width: 290px; z-index: 2; }
  343. .s1:hover { z-index: 98; /* social icons tooltip above header nav */ }
  344. .s1 .sidebar-top,
  345. .s1 .sidebar-toggle { background: #3b8dbd; }
  346. @media only screen and (min-width: 479px) and (max-width: 960px) {
  347. .s1 .sidebar-top { background: none!important; border-bottom: 1px solid #ddd; }
  348. .s1 .sidebar-top p { color: #666; }
  349. .s1 .sidebar-top .social-links .social-tooltip { color: #666; }
  350. }
  351.  
  352. /* sidebar secondary */
  353. .s2 { width: 200px; z-index: 1; }
  354. .s2 .sidebar-top,
  355. .s2 .sidebar-toggle { background: #82b965; }
  356. @media only screen and (min-width: 479px) and (max-width: 1200px) {
  357. .s2 .sidebar-top { background: none!important; border-bottom: 1px solid #ddd; }
  358. .s2 .sidebar-top p { color: #666; }
  359. }
  360.  
  361. /* base : grid
  362. /* ------------------------------------ */
  363. .grid { margin-right: 3.2%; float: left; display: inline; position: relative; }
  364. .last { clear: right; margin-right: 0!important; }
  365.  
  366. .one-full { margin-right: 0; width: 100%; overflow: hidden; }
  367. .one-half { width: 48.4%; }
  368. .one-third { width: 31.2%; }
  369. .two-third { width: 65.6%; }
  370. .one-fourth { width: 22.6%; }
  371. .three-fourth { width: 74.2%; }
  372. .one-fifth { width: 17.4%; }
  373. .two-fifth { width: 38.1%; }
  374. .three-fifth { width: 58.7%; }
  375. .four-fifth { width: 79.4%; }
  376.  
  377.  
  378. /* ------------------------------------------------------------------------- *
  379. * Common Elements
  380. /* ------------------------------------------------------------------------- */
  381.  
  382. /* common : responsive videos
  383. /* ------------------------------------ */
  384. .video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
  385. .video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  386.  
  387. /* common : responsive image + caption
  388. /* ------------------------------------ */
  389. .image-container { position: relative; }
  390. .image-container img { display: block; width: 100%; height: auto; }
  391. .image-caption { background: rgba(0,0,0,0.7); color: #fff; font-size: 13px; line-height: 1.3em; font-style: italic; padding: 8px 10px; position: absolute; bottom: 8px; left: 8px; margin-right: 8px;
  392. -webkit-border-radius: 2px; border-radius: 2px;
  393. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03);
  394. box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03); }
  395.  
  396. /* common : social links
  397. /* ------------------------------------ */
  398. .social-links { float: right; position: relative; padding-top: 2px; }
  399. .social-links li { display: inline-block; margin-left: 8px; line-height: 16px; font-size: 0; }
  400. .social-links li a { display: block!important; position: relative; text-align: center; }
  401. .social-links .social-tooltip { color: #fff; color: rgba(255,255,255,0.7); font-size: 24px; display: inline; position: relative; z-index: 98; }
  402. .social-links .social-tooltip:hover { color: #fff; text-decoration: none; }
  403. .social-links .social-tooltip:hover:after { top: -36px; background: #fff; font-size: 14px; color: #666; content: attr(title); display: block; right: 0; padding: 5px 15px; position: absolute; white-space: nowrap;
  404. -webkit-border-radius: 3px; border-radius: 3px;
  405. -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2); box-shadow: 0 0 2px rgba(0,0,0,0.2); }
  406. .social-links .social-tooltip:hover:before { top: -10px; right: 8px; border: solid; border-color: #fff transparent; border-width: 5px 5px 0 5px; content: ""; display: block; position: absolute; z-index: 1; }
  407.  
  408. /* common : page title
  409. /* ------------------------------------ */
  410. .page-title { background: #fff; position: relative; padding-top: 18px; padding-bottom: 17px; border-bottom: 1px solid #eee; color: #666; font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: 24px; }
  411. .page-title a { color: #aaa; }
  412. .page-title a:hover { color: #444; }
  413. .page-title span { color: #aaa; }
  414. .page-title i { margin-right: 8px; }
  415. .page-title h1,
  416. .page-title h2,
  417. .page-title h4 { color: #666; }
  418. .page-title .meta-single li { float: left; margin-right: 14px; }
  419. .page-title .meta-single li.comments { float: right; margin-right: 0; }
  420.  
  421. /* common : notebox
  422. /* ------------------------------------ */
  423. .notebox { background: #f0f0f0; position: relative; padding: 12px 15px; color: #888; margin-bottom: 30px; }
  424. .notebox:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #f1f1f1; position: absolute; top: -8px; left: 13px; }
  425. .notebox:after { content:''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #f1f1f1; position: absolute; top: -5px; left: 15px; }
  426. .notebox span { font-weight: 600; }
  427. .notebox .search-again { margin-top: 10px; }
  428. .notebox input[type="text"] { width: 100%; }
  429.  
  430. /* common : page image
  431. /* ------------------------------------ */
  432. .page-image { overflow: hidden; position: relative; margin: 0 0 30px 0; }
  433. .page-image-text { position: absolute; top: 50%; margin-top: -35px; width: 100%; text-align: center; }
  434. .page-image-text .caption { color: #fff; font-size: 44px; line-height: 70px; text-transform: uppercase; font-weight: 600; text-shadow: 0 0 20px rgba(0,0,0,0.3); }
  435. .page-image-text .description { display: block; color: #fff; font-size: 15px; line-height: 36px; font-weight: 300; }
  436. .page-image-text .description i { background: rgba(0,0,0,0.7); opacity: 0.9; font-style: normal; padding: 6px 10px; -webkit-border-radius: 2px; border-radius: 2px; }
  437.  
  438. /* common : pagination
  439. /* ------------------------------------ */
  440. .pagination { margin-bottom: 15px; }
  441. .pagination a { font-size: 18px; font-weight: 600; }
  442.  
  443. /* common : thumb icon
  444. /* ------------------------------------ */
  445. .thumb-icon { background: rgba(0,0,0,0.7); color: #fff; text-align: center; display: block; width: 32px; height: 32px; position: absolute; bottom: 20px; left: 20px;
  446. -webkit-border-radius: 6px; border-radius: 6px;
  447. -moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
  448. -webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
  449. box-shadow: 0 0 2px rgba(255,255,255,0.4);
  450. -webkit-transform: rotate(45deg);
  451. -moz-transform: rotate(45deg);
  452. -ms-transform: rotate(45deg);
  453. -o-transform: rotate(45deg);
  454. transform: rotate(45deg); }
  455. .thumb-icon i { font-size: 18px; padding: 7px 0;
  456. -webkit-transform: rotate(-45deg);
  457. -moz-transform: rotate(-45deg);
  458. -ms-transform: rotate(-45deg);
  459. -o-transform: rotate(-45deg);
  460. transform: rotate(-45deg); }
  461. .thumb-icon .fa-play { margin: -1px 0 0 2px; }
  462. .thumb-icon.small { width: 24px; height: 24px; position: absolute; bottom: 14px; left: 14px;
  463. -webkit-border-radius: 4px; border-radius: 4px; }
  464. .thumb-icon.small .fa { font-size: 14px; line-height: 16px; padding: 5px 0; }
  465. .thumb-icon.small .f-play { margin: -1px 0 0 2px; }
  466.  
  467. /* common : nav
  468. /* ------------------------------------ */
  469. .nav-container { background: #888; z-index: 99; position: relative; }
  470. .nav-toggle { display: none; background: #777; cursor: pointer; float: right; height: 50px; width: 60px; color: #fff; text-align: center; }
  471. .nav-toggle i { font-size: 29px; padding: 10px 0; }
  472. .nav-text { display: none; float: right; font-size: 16px; line-height: 24px; padding: 13px 20px; }
  473. .nav li > a:after,
  474. .nav > li > a:after { font-family: FontAwesome; display: inline-block; }
  475.  
  476. @media only screen and (min-width: 720px) {
  477.  
  478. .nav-wrap { height: auto!important; }
  479. /* common */
  480. .nav { font-size: 0; position: relative; }
  481. .nav li a { color: #ccc; display: block; line-height: 20px; line-height: 1.2em; }
  482. /* dropdown arrows */
  483. .nav li > a:after { content: "\f0da"; float: right; opacity: 0.5; }
  484. .nav > li > a:after {content: "\f0d7"; float: none; margin-left: 6px; font-size: 14px; }
  485. .nav li > a:only-child:after {content: ""; margin: 0; }
  486. #footer .nav li > a:after { content: "\f0da"; }
  487. #footer .nav > li > a:after { content: "\f0d8"; }
  488. #footer .nav li > a:only-child:after { content: ""; }
  489. /* level 1 */
  490. .nav > li { font-size: 16px; border-right: 1px solid #999; display: inline-block; position: relative; }
  491. .nav > li > a { padding: 15px 14px; }
  492. .nav > li > a:hover,
  493. .nav > li:hover > a { background: #777; }
  494. .nav li > a:hover,
  495. .nav li:hover > a,
  496. .nav li.current_page_item > a,
  497. .nav li.current-menu-item > a,
  498. .nav li.current-menu-ancestor > a,
  499. .nav li.current-post-parent > a { color: #fff; }
  500. /* level 2 & 3 */
  501. .nav li:hover > ul { display: block; }
  502. .nav ul { display: none; background: #777; position: absolute; left: 0; top: 50px; width: 180px; padding: 10px 0; z-index: 2; -webkit-transform: translateZ(0);
  503. -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
  504. box-shadow: 0 2px 2px rgba(0,0,0,0.15); }
  505. .nav ul li { font-size: 14px; position: relative; display: block; padding: 0; }
  506. .nav ul li a { padding: 10px 20px; }
  507. .nav ul li:last-child { border-bottom: 0!important; }
  508. /* level 3 */
  509. .nav ul ul { position: absolute; top: -10px; left: 180px; }
  510.  
  511. }
  512. @media only screen and (max-width: 719px) {
  513.  
  514. .nav { font-weight: 600; }
  515. .nav-container { text-transform: none; }
  516. .nav-toggle,
  517. .nav-text { display: block; }
  518. .nav-wrap { position: relative; float: left; width: 100%; height: 0; overflow: hidden; }
  519. .nav-wrap.transition {
  520. -webkit-transition: height 0.35s ease;
  521. -moz-transition: height 0.35s ease;
  522. -o-transition: height 0.35s ease;
  523. transition: height 0.35s ease; }
  524. .expand .nav-wrap { height: auto; }
  525. /* common */
  526. .nav { float: left; width: 100%; }
  527. .nav li a { line-height: 20px; display: block; padding: 8px 20px; }
  528. .nav li li a { padding-left: 15px; padding-right: 15px; }
  529. /* dropdown arrows */
  530. .nav li > a:after { content: '\f0d7'; opacity: 0.5; margin-left: 6px; }
  531. .nav > li > a:after { content: '\f0d7'; font-size: 14px; }
  532. .nav li > a:only-child:after { content: ''; }
  533. /* level 1 */
  534. .nav > li { font-size: 15px; }
  535. .nav li > a:hover,
  536. .nav li.current_page_item > a,
  537. .nav li.current-menu-item > a,
  538. .nav li.current-post-parent > a { color: #fff; }
  539. /* level 2 & 3 */
  540. .nav ul { display: block!important; margin-left: 40px; }
  541. .nav ul li { font-size: 13px; font-weight: 300; }
  542. .nav ul li a { padding-top: 6px; padding-bottom: 6px; }
  543.  
  544. }
  545.  
  546.  
  547. /* ------------------------------------------------------------------------- *
  548. * Section: Header
  549. /* ------------------------------------------------------------------------- */
  550. #header { background: #33363b; position: relative; padding-bottom: 60px; }
  551. #header .pad { padding-top: 30px; padding-bottom: 30px; }
  552. #header .container-inner { position: relative; }
  553.  
  554. .site-title { font-size: 42px; font-weight: 600; letter-spacing: -0.5px; float: left; line-height: 60px; padding: 10px 0; }
  555. .site-title a { display: block; color: #fff; max-width: 100%; }
  556. .site-title a img { display: block; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; -webkit-border-radius: 0; border-radius: 0; }
  557. .site-description { font-size: 16px; font-style: italic; color: #fff; color: rgba(255,255,255,0.5); float: left; margin-left: 20px; line-height: 60px; padding: 10px 0; }
  558. .site-image { display: block; margin: 0 auto; max-height: 400px; }
  559.  
  560. /* header : search
  561. /* ------------------------------------ */
  562. .toggle-search { color: #fff; font-size: 18px; line-height: 24px; cursor: pointer; padding: 13px 20px; display: block; position: absolute; right: 0; top: -50px;
  563. -webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.1);
  564. box-shadow: -1px 0 0 rgba(255,255,255,0.1); }
  565. .toggle-search:hover,
  566. .toggle-search.active { background: rgba(0,0,0,0.15); color: #fff; }
  567. .search-expand { display: none; background: #26272b; position: absolute; top: 0; right: 0; width: 340px;
  568. -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
  569. box-shadow: 0 1px 0 rgba(255,255,255,0.1); }
  570. .search-expand-inner { background: rgba(0,0,0,0.15); padding: 15px; }
  571. .search-expand .themeform input { width: 100%; border: 2px solid #e2e2e2; border-radius: 0; }
  572. .search-expand .themeform input:focus { }
  573.  
  574. /* header : nav topbar
  575. /* ------------------------------------ */
  576. #nav-topbar.nav-container { background: #26272b;
  577. -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15);
  578. box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15); }
  579. #nav-topbar .nav-toggle { background: transparent; color: #fff;
  580. -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.06);
  581. box-shadow: inset 1px 0 0 rgba(255,255,255,0.06); }
  582. #nav-topbar .nav-text { color: #fff; color: rgba(255,255,255,0.7); }
  583.  
  584. @media only screen and (min-width: 1025px) {
  585. /* fixed nav */
  586. .full-width.topbar-enabled #header { padding-top: 50px; }
  587. .full-width #nav-topbar.nav-container { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; }
  588. .full-width.admin-bar #nav-topbar.nav-container { top: 32px; }
  589. }
  590.  
  591. @media only screen and (min-width: 720px) {
  592.  
  593. /* common */
  594. #nav-topbar .container { padding-left: 15px; }
  595. #nav-topbar .nav { }
  596. #nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.7); }
  597. /* level 1 */
  598. #nav-topbar .nav > li { border-right: none; }
  599. #nav-topbar .nav > li > a:hover,
  600. #nav-topbar .nav > li:hover > a { background-color: rgba(0,0,0,0.1); }
  601. #nav-topbar .nav li > a:hover,
  602. #nav-topbar .nav li:hover > a,
  603. #nav-topbar .nav li.current_page_item > a,
  604. #nav-topbar .nav li.current-menu-item > a,
  605. #nav-topbar .nav li.current-menu-ancestor > a,
  606. #nav-topbar .nav li.current-post-parent > a { color: #fff; }
  607. /* level 2 & 3 */
  608. #nav-topbar .nav ul { background: #26272b url(img/opacity-10.png) repeat; }
  609. #nav-topbar .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
  610. #nav-topbar .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }
  611.  
  612. }
  613. @media only screen and (max-width: 719px) {
  614.  
  615. /* common */
  616. #nav-topbar .container { padding-left: 0; }
  617. #nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.06); }
  618. /* level 1 */
  619. #nav-topbar .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }
  620. #nav-topbar .nav li.current_page_item > a,
  621. #nav-topbar .nav li.current-menu-item > a,
  622. #nav-topbar .nav li.current-post-parent > a { background: rgba(0,0,0,0.15); color: #fff; }
  623.  
  624. }
  625.  
  626. /* header : nav header
  627. /* ------------------------------------ */
  628. #nav-header.nav-container { background: transparent; z-index: 97;
  629. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
  630. box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2); }
  631. #nav-header .container { padding: 0 15px; }
  632. #nav-header .nav-toggle { background: transparent; color: #fff;
  633. -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2);
  634. box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2); }
  635. #nav-header .nav-text { color: #fff; color: rgba(255,255,255,0.7); }
  636.  
  637. @media only screen and (min-width: 720px) {
  638.  
  639. /* common */
  640. #nav-header .nav { }
  641. #nav-header .nav li a { color: #fff; color: rgba(255,255,255,0.7); }
  642. /* level 1 */
  643. #nav-header .nav > li { border-right: none; }
  644. #nav-header .nav > li > a:hover,
  645. #nav-header .nav > li:hover > a { background: rgba(0,0,0,0.1); }
  646. #nav-header .nav li > a:hover,
  647. #nav-header .nav li:hover > a,
  648. #nav-header .nav li.current_page_item > a,
  649. #nav-header .nav li.current-menu-item > a,
  650. #nav-header .nav li.current-menu-ancestor > a,
  651. #nav-header .nav li.current-post-parent > a { color: #fff; }
  652. /* level 2 & 3 */
  653. #nav-header .nav ul { background: #33363b url(img/opacity-10.png) repeat; }
  654. #nav-header .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
  655. #nav-header .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }
  656.  
  657. }
  658. @media only screen and (max-width: 719px) {
  659.  
  660. /* common */
  661. #nav-header.nav-container { border-left: 0; border-right: 0; }
  662. #nav-header .container { padding: 0; }
  663. #nav-header .nav { padding-bottom: 20px; }
  664. #nav-header .nav li a { color: #fff; color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.06); }
  665. /* level 1 */
  666. #nav-header .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }
  667. #nav-header .nav li.current_page_item > a,
  668. #nav-header .nav li.current-menu-item > a,
  669. #nav-header .nav li.current-post-parent > a { background: rgba(0,0,0,0.15); color: #fff; }
  670.  
  671. }
  672.  
  673. /* ------------------------------------------------------------------------- *
  674. * Section: Page
  675. /* ------------------------------------------------------------------------- */
  676. #page { padding-bottom: 60px; margin-top: -60px; }
  677. #page .container-inner { background: #fff;
  678. -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  679. box-shadow: 0 1px 1px rgba(0,0,0,0.1); }
  680.  
  681.  
  682. /* ------------------------------------------------------------------------- *
  683. * Section: Footer
  684. /* ------------------------------------------------------------------------- */
  685. #footer { background: #fff; color: #777; width: 100%; }
  686. #footer a { color: #777; }
  687. #footer a:hover { color: #ccc; }
  688. #footer .pad { padding-bottom: 30px; }
  689.  
  690. #footer-widgets{ padding-top: 20px; }
  691.  
  692. #footer-bottom { background: #33363b; }
  693. #footer-bottom .pad { padding-top: 30px; }
  694. #footer-bottom a { color: #fff; color: rgba(255,255,255,0.7); }
  695. #footer-bottom a:hover { color: #fff; }
  696. #footer-bottom #footer-logo { display: block; margin-bottom: 20px; max-height: 50px; -webkit-border-radius: 0; border-radius: 0; }
  697. #footer-bottom #copyright,
  698. #footer-bottom #credit { color: #fff; color: rgba(255,255,255,0.5); font-size: 15px; line-height: 1.5em; }
  699. #footer-bottom #back-to-top { background: #eaeaea; color: #777; overflow: hidden; text-align: center; width: 60px; height: 30px; display: block; margin: 0 auto; margin: 0 auto -30px;
  700. -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
  701. -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
  702. box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); }
  703. #footer-bottom #back-to-top i { font-size: 38px; position: relative; top: -7px; }
  704. #footer-bottom #back-to-top:hover { color: #444; }
  705. #footer-bottom .social-links { padding-top: 10px; }
  706. #footer-bottom .social-links a { color: rgba(255,255,255,0.6); }
  707. #footer-bottom .social-links a:hover { color: #fff; }
  708. #footer-bottom .social-links .social-tooltip { font-size: 28px; }
  709.  
  710. /* footer : nav
  711. /* ------------------------------------ */
  712. #nav-footer.nav-container { background: #fff; border-top: 1px solid #eee; }
  713. #nav-footer .nav-toggle { background: transparent; color: #444; border-left: 1px solid #eee; }
  714.  
  715. @media only screen and (min-width: 720px) {
  716.  
  717. /* common */
  718. #nav-footer .nav { text-align: center; }
  719. #nav-footer .nav li a { color: #999; }
  720. /* level 1 */
  721. #nav-footer .nav > li > a { padding: 12px 18px; }
  722. #nav-footer .nav > li { border-right: 0; }
  723. #nav-footer .nav > li:first-child { border-left: 0; }
  724. #nav-footer .nav > li > a:hover,
  725. #nav-footer .nav > li:hover > a { background: #f0f0f0; }
  726. #nav-footer .nav li > a:hover,
  727. #nav-footer .nav li:hover > a,
  728. #nav-footer .nav li.current_page_item > a,
  729. #nav-footer .nav li.current-menu-item > a,
  730. #nav-footer .nav li.current-menu-ancestor > a,
  731. #nav-footer .nav li.current-post-parent > a { color: #666; }
  732. /* level 2 & 3 */
  733. #nav-footer .nav ul { background: #f0f0f0; bottom: 44px; top: auto; text-align: left;
  734. -webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
  735. box-shadow: 0 -2px 2px rgba(0,0,0,0.05); }
  736. #nav-footer .nav ul li { border-bottom: 1px solid #e4e4e4; }
  737. #nav-footer .nav ul ul { top: -10px; }
  738. /* level 3 */
  739. #nav-footer .nav ul ul { position: absolute; top: auto; bottom: -10px; }
  740.  
  741. }
  742. @media only screen and (max-width: 719px) {
  743.  
  744. /* common */
  745. #nav-footer .nav li a { color: #999; color: rgba(0,0,0,0.8); border-top: 1px solid #f2f2f2; }
  746. /* level 1 */
  747. #nav-footer .nav li > a:hover { background: #f2f2f2; color: #444; }
  748. #nav-footer .nav li.current_page_item > a,
  749. #nav-footer .nav li.current-menu-item > a,
  750. #nav-footer .nav li.current-post-parent > a { background: #f2f2f2; color: #444; }
  751.  
  752. }
  753.  
  754.  
  755. /* ------------------------------------------------------------------------- *
  756. * Post Entry
  757. /* ------------------------------------------------------------------------- */
  758. .content .post,
  759. .content .page { position: relative; overflow: hidden; }
  760.  
  761. .blog .post,
  762. .single .post,
  763. .archive .post,
  764. .search .post,
  765. .search .page { margin-bottom: 40px; }
  766.  
  767. .sticky {}
  768.  
  769. /* post : search
  770. /* ------------------------------------ */
  771. .search .page.type-page .post-thumbnail,
  772. .search .page.type-page .post-meta { display: none; }
  773.  
  774. /* post : featured
  775. /* ------------------------------------ */
  776. #flexslider-featured .flex-direction-nav { position: absolute; top: -50px; left: auto; right: 0; }
  777. #flexslider-featured .flex-direction-nav li { float: left; margin-left: 3px; }
  778. #flexslider-featured .flex-direction-nav li:first-child { float: left; }
  779. #flexslider-featured .flex-direction-nav li:last-child { float: right; }
  780. #flexslider-featured .flex-direction-nav a { background: #fff; color: #bbb; font-size: 24px; line-height: 24px; position: relative; width: 34px; height: 36px; margin: 0 0 0; display: block; text-align: center; cursor: pointer; text-indent: -999px; overflow: hidden; opacity: 1;
  781. -webkit-border-radius: 0; border-radius: 0;
  782. -webkit-box-shadow: none; box-shadow: none;
  783. -webkit-transition: all .3s ease; transition: all .3s ease; }
  784. #flexslider-featured .flex-direction-nav a:before { font-family: FontAwesome; line-height: 24px; position: absolute; text-align: center; left: 0; right: 0; top: 8px; text-indent: 0; }
  785. #flexslider-featured .flex-direction-nav .flex-next:before { content:"\f054"; }
  786. #flexslider-featured .flex-direction-nav .flex-prev:before { content: "\f053"; }
  787. #flexslider-featured .flex-direction-nav .flex-next:hover,
  788. #flexslider-featured .flex-direction-nav .flex-prev:hover { opacity: 1; color: #3b8dbd; }
  789.  
  790. #flexslider-featured .flex-control-nav { position: absolute; top: -15px; bottom: auto; }
  791. #flexslider-featured .flex-control-nav li { margin: 0; padding: 0; margin-right: 2px; float: left; }
  792. #flexslider-featured .flex-control-nav li a { background: #ddd; width: 20px; height: 2px; text-indent: -999px; overflow: hidden;
  793. -webkit-border-radius: 0; border-radius: 0;
  794. -webkit-box-shadow: none; box-shadow: none; }
  795. #flexslider-featured .flex-control-nav li a:hover { background: #ccc; }
  796. #flexslider-featured .flex-control-nav li a.flex-active { background: #3b8dbd; }
  797.  
  798. .featured,
  799. .featured.flexslider { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
  800. .featured .post { margin-bottom: 0; }
  801. .featured .post-title { font-size: 34px; letter-spacing: -0.7px; line-height: 1.4em; }
  802.  
  803. /* post : custom loop
  804. /* ------------------------------------ */
  805. .post-list { margin-right: -30px; }
  806. .post-list .post-row { margin-left: -30px; padding-left: 30px; float: left; width: 100%; border-bottom: 1px solid #eee; margin-bottom: 30px; position: relative; }
  807. .post-list .post-row:last-child { border: none; margin-bottom: 0; }
  808. .post-list .post,
  809. .post-list .page { width: 50%; float: left; }
  810. .post-list .post-inner { margin-right: 30px; }
  811. .post-hover:hover .post-thumbnail { opacity: 0.75; }
  812. .post-hover:hover .post-title a { color: #3b8dbd; }
  813. .post-hover:hover .thumb-icon { background: #fff; color: #111; }
  814.  
  815. .post-thumbnail { width: 100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
  816. .post-thumbnail { position: relative; margin-bottom: 1em; }
  817. .post-thumbnail img { display: block; width: 100%; height: auto; }
  818.  
  819. .post-comments { background: #82b965; font-size: 12px; line-height: 20px; color: #fff; display: block; position: absolute; top: 10px; right: 0;
  820. -webkit-box-shadow: inset -1px 0 1px rgba(0,0,0,0.2);
  821. box-shadow: inset -1px 0 1px rgba(0,0,0,0.2); }
  822. .post-comments > span { display: block; position: relative; padding: 2px 7px; }
  823. .post-comments > span:before { content:''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid #82b965; border-top: 7px solid transparent; border-bottom: 7px solid transparent; position: absolute; top: 5px; left: -14px; }
  824. .post-comments i { margin-right: 3px; }
  825. .post-comments:hover { color: #fff!important; padding-right: 4px; }
  826.  
  827. .post-meta { text-transform: uppercase; font-size: 14px; font-weight: 400; color: #bbb; margin-bottom: 0.3em; }
  828. .post-meta .post-category { float: left; margin-right: 6px; }
  829. .post-meta .post-date { float: left; }
  830.  
  831. .post-title { color: #444; font-weight: normal; margin-bottom: 10px; font-size: 22px; font-weight: 400; line-height: 1.5em; -ms-word-wrap: break-word; word-wrap: break-word; }
  832. .post-title strong { font-weight: 600; }
  833. .post-title i { font-style: italic; }
  834. .post-title a { color: #444; }
  835. .post-title a:hover { color: #3b8dbd; }
  836.  
  837. .entry.excerpt { font-size: 16px; color: #aaa; }
  838. .entry.excerpt p { margin-bottom: 0; }
  839.  
  840.  
  841. /* ------------------------------------------------------------------------- *
  842. * Single
  843. /* ------------------------------------------------------------------------- */
  844. .single .post-title { font-size: 38px; letter-spacing: -1px; line-height: 1.3em; }
  845. .single .post-inner .post-thumbnail { margin-bottom: 2em; }
  846. .post-byline { font-size: 14px; font-weight: 400; color: #aaa; text-transform: uppercase; margin-bottom: 1em; }
  847.  
  848. .entry.share { padding-right: 100px; min-height: 354px; /* share buttons height */ position: relative; }
  849. .entry.share .entry-inner { float: left; width: 100%; }
  850.  
  851. /* single : sharrre
  852. /* ------------------------------------ */
  853. .sharrre-container { float: right; width: 50px; padding: 0 10px; margin-right: -100px;
  854. -webkit-border-radius: 4px; border-radius: 4px; }
  855. .sharrre-container span { color: #aaa; display: block; text-align: center; text-transform: uppercase; font-size: 11px; }
  856. .sharrre { padding: 10px 0 0; }
  857. .sharrre .box { width: 50px; display: block; }
  858. .sharrre .count { background: #eee; color: #333; display: block; font-size: 15px; font-weight: 600; line-height: 30px; position: relative; text-align: center;
  859. -webkit-border-radius: 4px; border-radius: 4px; }
  860. .sharrre .count:after { content:''; display: block; position: absolute; left: 49%; width: 0; height: 0; border: solid 6px transparent; border-top-color: #eee; margin-left: -6px; bottom: -12px; }
  861. .sharrre .share { display: block; font-size: 28px; font-weight: 600; line-height: 32px; margin-top: 12px; padding: 0; text-align: center; text-decoration: none; }
  862. .sharrre .box .share,
  863. .sharrre .box .count { -webkit-transition: all .3s ease; transition: all .3s ease; }
  864. .sharrre .box:hover .share,
  865. .sharrre .box:hover .count { color: #444!important; }
  866. .sharrre#twitter .share,
  867. .sharrre#twitter .box .count { color: #00acee; }
  868. .sharrre#facebook .share,
  869. .sharrre#facebook .box .count { color: #3b5999; }
  870. .sharrre#googleplus .share,
  871. .sharrre#googleplus .box .count { color: #cd483c; }
  872. .sharrre#pinterest .share,
  873. .sharrre#pinterest .box .count { color: #ca2128; }
  874.  
  875. /* single : post pages
  876. /* ------------------------------------ */
  877. .post-pages { font-weight: 600; margin-bottom: 20px; }
  878.  
  879. /* single : tags
  880. /* ------------------------------------ */
  881. .post-tags { margin-bottom: 40px; }
  882. .post-tags span { font-size: 14px; color: #999; display: inline-block; margin: 0 7px 0 0; }
  883. .post-tags a { background: #f2f2f2; display: inline-block; line-height: 16px; white-space: nowrap; font-size: 12px; color: #999; padding: 3px 7px; margin: 0 5px 2px 0;
  884. -webkit-border-radius: 2px; border-radius: 2px; }
  885. .post-tags a:hover { background-color: #3b8dbd; color: #fff; }
  886.  
  887. /* single : author bio
  888. /* ------------------------------------ */
  889. .author-bio { border: 2px solid #eee; position: relative; padding: 15px 15px 10px 95px; color: #888; margin-bottom: 40px; }
  890. .author-bio:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #eee; position: absolute; top: -8px; left: 13px; }
  891. .author-bio:after { content:''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; position: absolute; top: -5px; left: 15px; }
  892. .author-bio .bio-avatar { float: left; margin: 0 0 8px -80px; width: 64px; height: auto; position: relative; }
  893. .author-bio .bio-avatar:after { background: #3b8dbd; position: absolute; right: 0; bottom: 0; padding: 4px 4px; content: "\f040"; color: #fff; font-size: 12px; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; -webkit-border-radius: 3px; border-radius: 3px; }
  894. .author-bio .bio-avatar img { display: block; width: 100%; height: auto; -webkit-border-radius: 3px; border-radius: 3px; }
  895. .author-bio p { margin-bottom: 8px; }
  896. .author-bio .bio-name { color: #444; font-weight: 600; margin-bottom: 4px; }
  897. .author-bio .bio-desc { color: #888; font-size: 15px; line-height: 1.5em; }
  898.  
  899. /* single : related posts
  900. /* ------------------------------------ */
  901. .related-posts { border-bottom: 2px solid #eee; margin-bottom: 40px; }
  902. .related-posts li { width: 33.3%; float: left; display: inline; }
  903. .related-posts .post { border-right: 1px solid transparent; margin-bottom: 0; padding-bottom: 10px; }
  904. .related-posts li:nth-child(4) article { display: none; }
  905. .related-posts li:nth-child(3) article { border-right-color: transparent; }
  906. .related-posts .related-inner { padding: 0 20px 0 0; }
  907. .single .related-posts .post-title { margin-bottom: 10px; font-size: 17px; font-weight: 300; line-height: 1.5em; letter-spacing: 0; display: block; }
  908.  
  909. /* single : post-nav
  910. /* ------------------------------------ */
  911. .post-nav li { width: 100%; display: inline; float: left; text-align: center; }
  912. .post-nav li a { position: relative; min-height: 73px; display: block; padding: 16px 40px 24px; }
  913. .post-nav li i { color: #ccc; font-size: 18px; position: absolute; top: 50%; margin-top: -10px; }
  914. .post-nav li a strong { display: block; font-size: 12px; color: #aaa; letter-spacing: 0.5px; font-weight: normal; text-transform: uppercase; }
  915. .post-nav li a span { font-size: 15px; color: #666; }
  916. .post-nav li a:hover span { color: #444; }
  917. .post-nav li.previous i { left: 10px; }
  918. .post-nav li.next i { right: 10px; }
  919. .post-nav li a span,
  920. .post-nav li a i {
  921. -webkit-transition-property: background color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease-out;
  922. -moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease-out;
  923. -o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease-out;
  924. transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease-out; }
  925.  
  926. /* sidebar-specific */
  927. .sidebar .post-nav li a { border-top: 1px solid #eee; border-bottom: 1px solid #ddd; }
  928. .sidebar .post-nav li a:hover { background: #ebebeb; background: rgba(0,0,0,0.02); }
  929. .sidebar .post-nav li.previous a,
  930. .sidebar .post-nav li.next a { border-bottom: 1px solid #ddd; }
  931. .s1 .post-nav li a:hover i { color: #3b8dbd; }
  932. .s2 .post-nav li a:hover i { color: #82b965; }
  933.  
  934. /* content-specific */
  935. .content .post-nav { border-top: 2px solid #eee; border-bottom: 2px solid #eee; margin-bottom: 40px; }
  936. .content .post-nav li { width: 50%; }
  937. .content .post-nav li.next { float: right; -webkit-box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee; box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee; }
  938. .content .post-nav li.next a { padding-left: 24px; }
  939. .content .post-nav li.previous { float: left; -webkit-box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee; box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee; }
  940. .content .post-nav li.previous a { padding-right: 24px; }
  941. .content .post-nav li a:hover i { color: #3b8dbd; }
  942.  
  943.  
  944. /* ------------------------------------------------------------------------- *
  945. * Post Formats
  946. /* ------------------------------------------------------------------------- */
  947.  
  948. /* post format : common
  949. /* ------------------------------------ */
  950. .post-format { position: relative; margin-bottom: 2em; }
  951. .post-format p { margin-bottom: 1em; }
  952. .post-format .format-container { background: #f1f1f1; padding-bottom: 10px; border-left: 3px solid #3b8dbd; }
  953. .post-format .format-container .fa,
  954. .post-format .format-container .fa { color: #ccc; font-size: 36px; float: right; margin: 0 0 20px 20px; }
  955.  
  956. /* post format : image
  957. /* ------------------------------------ */
  958. .format-image { }
  959.  
  960. /* post format : video
  961. /* ------------------------------------ */
  962. .format-video { }
  963.  
  964. /* post format : quote
  965. /* ------------------------------------ */
  966. .format-quote .post-format { }
  967. .format-quote .post-format blockquote { font-size: 22px; font-weight: 400; line-height: 1.4em; font-style: italic; }
  968. .format-quote .post-format .quote-author { font-style: italic; }
  969.  
  970. /* post format : link
  971. /* ------------------------------------ */
  972. .format-link .post-format p { font-size: 22px; font-weight: 400; line-height: 1.4em; font-style: italic; }
  973.  
  974. /* post format : chat
  975. /* ------------------------------------ */
  976. .format-chat .post-format p { font-style: italic; }
  977.  
  978. /* post format : status
  979. /* ------------------------------------ */
  980. .format-status .post-title { display: none; }
  981. .single .format-status .entry { font-size: 24px; line-height: 1.4em; }
  982.  
  983. /* post format : aside
  984. /* ------------------------------------ */
  985. .format-aside .post-title { display: none; }
  986.  
  987. /* post format : gallery
  988. /* ------------------------------------ */
  989. .format-gallery .post-format .flexslider { overflow: visible; padding-bottom: 30px; margin-bottom: -20px; }
  990. .format-gallery .post-format .flexslider .slides { background: #262626; overflow: hidden; position: relative; }
  991. .format-gallery .post-format .flexslider .slides img { max-height: 405px; width: auto; max-width: 100%; -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6); box-shadow: 0 0 30px rgba(0,0,0,0.6); }
  992. .format-gallery .post-format .flexslider .flex-control-nav { bottom: 1px; }
  993. .format-gallery .post-format .flex-direction-nav a:before { color: #fff; }
  994.  
  995. /* post format : audio
  996. /* ------------------------------------ */
  997. .format-audio .post-format a,
  998. .format-audio .post-format i { font-size: 16px; line-height: 22px; }
  999. #page .format-audio .post-format img {
  1000. -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0;
  1001. border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
  1002.  
  1003. /* jplayer */
  1004. .jp-interface { background-color: #444; }
  1005. .jp-play-bar,
  1006. .jp-volume-bar-value { background-color: #82b965; }
  1007. .jp-progress { background-color: #262626; }
  1008. .jp-volume-bar { border: 1px solid #262626; }
  1009. .jp-seek-bar,
  1010. .jp-volume-bar { background-color: #383838; }
  1011. .jp-interface a { color: #bbb; text-shadow: 0 -1px 0 rgba(0,0,0,0.6); }
  1012. .jp-interface a:hover { color: #eee; }
  1013. .jp-progress-container,
  1014. .jp-volume-bar-container { border-left: 1px solid #333; }
  1015. .jp-audio,
  1016. .jp-interface,
  1017. .jp-progress,
  1018. .jp-seek-bar { width: 100%; min-width: 100%; }
  1019. .jp-interface { position: relative; overflow: hidden;
  1020. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(0,0,0,0.3);
  1021. box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(0,0,0,0.3); }
  1022. .jp-interface .jp-controls { list-style-type: none; padding: 0; margin: 0; }
  1023. .jp-interface .jp-controls li { display: inline; }
  1024. .jp-interface .jp-controls a { position: absolute; }
  1025. .jp-interface .jp-controls a i { display: block; }
  1026. .jp-play, .jp-pause { width: 25px; height: 30px; z-index: 1; outline: none; margin: 12px 0 0 9px;}
  1027. .jp-play, .jp-pause { top: 0; left: 0; }
  1028. .jp-progress-container { margin-left: 34px; margin-right: 84px; height: 6px; padding: 20px 10px; }
  1029. .jp-progress { overflow: hidden; }
  1030. .jp-progress { height: 5px; padding: 1px;
  1031. -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06);
  1032. box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
  1033. .jp-seek-bar { width: 0px; height: 5px; cursor: pointer; -webkit-border-radius: 1px; border-radius: 1px; }
  1034. .jp-play-bar { width: 0px; height: 5px; -webkit-border-radius: 1px; border-radius: 1px;
  1035. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  1036. box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
  1037. .jp-volume-bar-container { width: 40px; height: 6px; padding: 20px 10px 20px 33px; position: absolute; top: 0; right: 0; }
  1038. .jp-volume-bar { position: relative; overflow: hidden; width: 38px; height: 5px; cursor: pointer; -webkit-border-radius: 1px; border-radius: 1px;
  1039. -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06);
  1040. box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
  1041. .jp-volume-bar { top: 0; left: 0; }
  1042. .jp-volume-bar-value { width: 0px; height: 5px; -webkit-border-radius: 1px; border-radius: 1px;
  1043. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  1044. box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
  1045. .jp-mute, .jp-unmute { width: 17px; z-index: 1; outline: none; margin-top: 10px; }
  1046. .jp-mute, .jp-unmute { top: 2px; right: 58px; }
  1047. .jp-unmute { display: none; }
  1048. .jp-jplayer { width:0px; height:0px; }
  1049.  
  1050.  
  1051. /* ------------------------------------------------------------------------- *
  1052. * Widgets
  1053. /* ------------------------------------------------------------------------- */
  1054. .widget { color: #777; font-size: 15px; overflow: hidden; }
  1055. .widget a { color: #777; }
  1056. .widget a:hover { color: #444; }
  1057. .widget > h3 { font-size: 15px; font-weight: 400; text-transform: uppercase; margin-bottom: 6px; }
  1058. .widget > h3 a,
  1059. .widget > h3 a:hover { color: #444; }
  1060. .widget > h3 a img { display: none; float: left; margin: 3px 7px 0 0; }
  1061. .widget select { border: 1px solid #ddd; color: #777; font-size: 15px; padding: 7px; width: 100%; max-width: 100%; }
  1062. #footer .widget select { border-color: #eee; }
  1063.  
  1064. .sidebar .widget { padding: 30px 30px 20px; }
  1065. #footer .widget { padding-bottom: 30px; }
  1066. #footer .widget a:hover { color: #666; }
  1067.  
  1068. /* widgets : icons
  1069. /* ------------------------------------ */
  1070. .widget > ul li:before,
  1071. .widget > ul li a:before,
  1072. .widget > div > ul li a:before,
  1073. .widget_calendar caption:before { font-family: FontAwesome; font-size: 12px; margin-right: 6px; color: #ccc; display: inline-block!important; width: 1em; text-align: center; }
  1074. .widget > ul li a:hover:before { color: #999; }
  1075.  
  1076. .widget_archive > ul > li a:before { content: "\f073"; }
  1077. .widget_categories > ul > li a:before { content: "\f07c"; }
  1078. .widget_links > ul > li a:before { content: "\f08e"; }
  1079. .widget_meta > ul > li a:before { content: "\f0da"; }
  1080. .widget_recent_comments > ul > li:before { content: "\f075"; }
  1081. .widget_recent_entries > ul > li a:before { content: "\f017"; }
  1082. .widget_calendar caption:before { content: "\f073"; }
  1083. .widget_pages ul li a:before,
  1084. .widget_nav_menu ul li a:before { content: "\f068"; }
  1085.  
  1086. /* widgets : common
  1087. /* ------------------------------------ */
  1088. .widget_search > h3,
  1089. .widget_text > h3,
  1090. .widget_tag_cloud > h3,
  1091. .widget_calendar > h3 { margin-bottom: 1em; }
  1092.  
  1093. .widget_archive ul li,
  1094. .widget_categories ul li,
  1095. .widget_links ul li,
  1096. .widget_meta ul li,
  1097. .widget_recent_comments ul li,
  1098. .widget_recent_entries ul li,
  1099. .widget_rss ul li,
  1100. .widget_pages ul li a,
  1101. .widget_nav_menu ul li a,
  1102. .alx-tab li,
  1103. .alx-posts li { padding: 10px 0; border-bottom: 1px solid #e4e4e4; }
  1104.  
  1105. #footer .widget_archive ul li,
  1106. #footer .widget_categories ul li,
  1107. #footer .widget_links ul li,
  1108. #footer .widget_meta ul li,
  1109. #footer .widget_recent_comments ul li,
  1110. #footer .widget_recent_entries ul li,
  1111. #footer .widget_rss ul li,
  1112. #footer .widget_pages ul li a,
  1113. #footer .widget_nav_menu ul li a,
  1114. #footer .alx-tab li,
  1115. #footer .alx-posts li,
  1116. #footer .widget_calendar th,
  1117. #footer .widget_calendar td { border-color: #f2f2f2; }
  1118.  
  1119. .widget_archive ul li,
  1120. .widget_categories ul li,
  1121. .widget_links ul li { color: #bbb; }
  1122.  
  1123. .widget_recent_comments ul li,
  1124. .widget_recent_entries ul li { color: #999; }
  1125. .widget_recent_entries .post-date { display: block; }
  1126.  
  1127. /* widget : pages / custom menu
  1128. /* ------------------------------------ */
  1129. .widget_pages ul li a,
  1130. .widget_nav_menu ul li a { display: block; }
  1131. .widget_pages li li a,
  1132. .widget_nav_menu li li a { padding-left: 15px; }
  1133. .widget_pages li li li a,
  1134. .widget_nav_menu li li li a { padding-left: 30px; }
  1135. .widget_pages ul ul,
  1136. .widget_pages ul ul ul,
  1137. .widget_nav_menu ul ul,
  1138. .widget_nav_menu ul ul ul { border: 0; }
  1139.  
  1140. /* widget : rss
  1141. /* ------------------------------------ */
  1142. .widget_rss ul li a { display: block; }
  1143. .widget_rss ul li span.rss-date { color: #444; font-weight: 600; display: block; text-transform: uppercase; font-size: 12px; }
  1144. .widget_rss ul li cite { color: #999; }
  1145.  
  1146. .s1 .widget_rss ul li a,
  1147. #footer .widget_rss ul li a { color: #3b8dbd; }
  1148. .s2 .widget_rss ul li a { color: #82b965; }
  1149.  
  1150. /* widget : search
  1151. /* ------------------------------------ */
  1152. .widget_search input.search { color: #999; padding-left: 26px; width: 100%; }
  1153. .widget_search .screen-reader-text,
  1154. .widget_search #searchsubmit { display: none; }
  1155.  
  1156. /* widget : text
  1157. /* ------------------------------------ */
  1158. .widget_text .textwidget p { margin-bottom: 1em; }
  1159.  
  1160. /* widget : calendar
  1161. /* ------------------------------------ */
  1162. .widget_calendar a { font-weight: 600; }
  1163. .widget_calendar a:hover { color: #444!important; }
  1164. .widget_calendar #wp-calendar { width: 100%; }
  1165. .widget_calendar caption { color: #fff; padding: 5px 10px; }
  1166. .widget_calendar caption:before { color: #fff; color: rgba(255,255,255,0.7); font-size: 15px; }
  1167. .widget_calendar thead { background: #e2e2e2; -webkit-box-shadow: 0 1px 0 #ddd; box-shadow: inset 0 -1px 0 #ddd; }
  1168. #footer .widget_calendar thead { background: #f2f2f2; }
  1169. .widget_calendar th { font-weight: 600; }
  1170. .widget_calendar th,
  1171. .widget_calendar td { padding: 3px 0; text-align: center; border: 1px solid #e2e2e2; }
  1172. .widget_calendar .pad { padding: 0!important; }
  1173.  
  1174. .s1 .widget_calendar a,
  1175. #footer .widget_calendar a { color: #3b8dbd; }
  1176. .s1 .widget_calendar caption,
  1177. #footer .widget_calendar caption{ background: #3b8dbd; }
  1178. .s2 .widget_calendar a { color: #82b965; }
  1179. .s2 .widget_calendar caption { background: #82b965; }
  1180.  
  1181. /* custom widget : alxtabs / alxposts
  1182. /* ------------------------------------ */
  1183. .alx-tabs-nav { border-bottom: 3px solid #ddd; margin-bottom: 10px; text-align: center; }
  1184. .alx-tabs-nav.tab-count-1 li { width: 100%; }
  1185. .alx-tabs-nav.tab-count-2 li { width: 50%; }
  1186. .alx-tabs-nav.tab-count-3 li { width: 33.333%; }
  1187. .alx-tabs-nav.tab-count-4 li { width: 25%; }
  1188. .alx-tabs-nav li { display: block; float: left; }
  1189. .alx-tabs-nav li a { font-size: 18px; display: block; padding: 8px 0; margin-bottom: -3px; border-bottom: 3px solid transparent; }
  1190. .alx-tabs-nav li a:hover { border-bottom-color: #ccc; }
  1191. .alx-tabs-nav li.active a,
  1192. #footer .alx-tabs-nav li.active a { color: #444; /* background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%, #fff 100%) 0 0 rgba(0,0,0, 0); */ }
  1193. .alx-tabs-nav li a span { display: none; }
  1194. #footer .alx-tabs-nav { border-bottom-color: #eee; }
  1195. #footer .alx-tabs-nav li a:hover { border-bottom-color: #ddd; }
  1196.  
  1197. .s1 .alx-tabs-nav li.active a,
  1198. #footer .alx-tabs-nav li.active a { border-bottom-color: #3b8dbd; }
  1199. .s2 .alx-tabs-nav li.active a { border-bottom-color: #82b965; }
  1200.  
  1201. .alx-tab li,
  1202. .alx-posts li { font-weight: 400; line-height: 1.4em; overflow: hidden; }
  1203. .alx-tab a,
  1204. .alx-posts a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
  1205. .alx-tab img,
  1206. .alx-posts img { display: block; width: 100%; height: auto; }
  1207. .alx-tab.thumbs-enabled li{ padding-left: 94px; }
  1208. .alx-tab .tab-item-thumbnail { width: 80px; margin-left: -94px; float: left; }
  1209. .alx-tab .tab-item-thumbnail,
  1210. .alx-posts .post-item-thumbnail { position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
  1211. .alx-tab.avatars-enabled li{ padding-left: 62px; }
  1212. .alx-tab .tab-item-avatar { margin-left: -62px; width: 48px; float: left; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
  1213. .alx-tab .tab-item-category,
  1214. .alx-posts .post-item-category { color: #aaa; text-transform: uppercase; font-size: 13px; }
  1215. .alx-tab .tab-item-title a,
  1216. .alx-tab .tab-item-comment a,
  1217. .alx-posts .post-item-title a { color: #444; }
  1218. .alx-tab .tab-item-category a:hover,
  1219. .alx-posts .post-item-category a:hover { color: #444!important; }
  1220. .alx-tab .tab-item-title,
  1221. .alx-tab .tab-item-comment,
  1222. .alx-posts .post-item-title { margin: 2px 0; -ms-word-wrap: break-word; word-wrap: break-word; }
  1223. .alx-tab .tab-item-date,
  1224. .alx-tab .tab-item-name,
  1225. .alx-posts .post-item-date { text-transform: uppercase; color: #aaa; font-size: 13px; }
  1226. .alx-tab .thumb-icon.small { bottom: 8px; left: 8px; }
  1227. .alx-tab li:hover .tab-item-thumbnail,
  1228. .alx-tab li:hover .tab-item-avatar,
  1229. .alx-posts li:hover .post-item-thumbnail { opacity: 0.75; }
  1230. .alx-tab li:hover .thumb-icon,
  1231. .alx-posts li:hover .thumb-icon { background: #fff; color: #111; }
  1232.  
  1233. .s1 .alx-tab .tab-item-category a,
  1234. .s1 .alx-posts .post-item-category a,
  1235. .s1 .alx-tab li:hover .tab-item-title a,
  1236. .s1 .alx-tab li:hover .tab-item-comment a,
  1237. .s1 .alx-posts li:hover .post-item-title a,
  1238. #footer .alx-tab .tab-item-category a,
  1239. #footer .alx-posts .post-item-category a,
  1240. #footer .alx-tab li:hover .tab-item-title a,
  1241. #footer .alx-tab li:hover .tab-item-comment a,
  1242. #footer .alx-posts li:hover .post-item-title a { color: #3b8dbd; }
  1243. .s2 .alx-tab .tab-item-category a,
  1244. .s2 .alx-posts .post-item-category a,
  1245. .s2 .alx-tab li:hover .tab-item-title a,
  1246. .s2 .alx-tab li:hover .tab-item-comment a,
  1247. .s2 .alx-posts li:hover .post-item-title a { color: #82b965; }
  1248.  
  1249. .alx-posts .post-item-thumbnail { margin-bottom: 10px; }
  1250. .alx-posts .post-item-title { font-size: 16px; line-height: 1.5em; }
  1251.  
  1252. .s1 .alx-posts .post-item-title,
  1253. #footer .alx-posts .post-item-title { font-size: 18px; line-height: 1.4em; font-weight: 300; }
  1254. .s1 .alx-posts .post-item-category,
  1255. .s1 .alx-posts .post-item-date,
  1256. #footer .alx-posts .post-item-category,
  1257. #footer .alx-posts .post-item-date { font-size: 14px; }
  1258.  
  1259. /* custom widget : alxvideo
  1260. /* ------------------------------------ */
  1261. .widget_alx_video h3 { margin-bottom: 14px; }
  1262.  
  1263.  
  1264. /* ------------------------------------------------------------------------- *
  1265. * Comments
  1266. /* ------------------------------------------------------------------------- */
  1267. #comments { margin-top: 20px; }
  1268. #pinglist-container { display: none; }
  1269.  
  1270. .comment-tabs { border-bottom: 2px solid #eee; margin-bottom: 20px; }
  1271. .comment-tabs li { float: left; margin-bottom: -2px; }
  1272. .comment-tabs li a { font-weight: 600; padding: 0 10px 10px; display: block; color: #aaa; border-bottom: 2px solid #eee; }
  1273. .comment-tabs li a:hover { color: #444; border-color: #ccc; }
  1274. .comment-tabs li span { background-color: #eee; padding: 0 6px; margin-left: 8px; -webkit-border-radius: 4px; border-radius: 4px; }
  1275. .comment-tabs li i { margin-right: 6px; }
  1276. .comment-tabs li.active a { color: #3b8dbd; border-bottom-color: #3b8dbd; }
  1277.  
  1278. .commentlist, .pinglist { margin-bottom: 20px; }
  1279. .commentlist li, .pinglist li { padding-left: 60px; font-size: 14px; line-height: 22px; font-weight: 400; }
  1280. .commentlist .comment-body, .pinglist li { clear: both; position: relative; padding-bottom: 15px; }
  1281. .commentlist .comment-author,
  1282. .commentlist .comment-meta,
  1283. .commentlist .comment-awaiting-moderation { font-size: 13px; display: block; float: left; line-height: 20px; }
  1284. .commentlist .comment-author { margin-right: 6px; }
  1285. .commentlist .fn, .pinglist .ping-link { color: #444; font-size: 13px; font-style: normal; font-weight: 600; }
  1286. .commentlist .says { display: none; }
  1287. .commentlist .avatar { position: absolute; left: -60px; top: 0; width: 48px; height: 48px; -webkit-border-radius: 3px; border-radius: 3px; }
  1288. .commentlist .comment-meta:before, .pinglist .ping-meta:before { color: #ccc; content: "\f017"; font-family: FontAwesome; font-size: 10px; margin-right: 3px; vertical-align: 4%; }
  1289. .commentlist .comment-meta a, .pinglist .ping-meta { color: #aaa; }
  1290. .commentlist .reply { font-size: 13px; line-height: 16px; }
  1291. .commentlist .reply a { color: #aaa; }
  1292. .commentlist .reply a:hover { color: #444; }
  1293. .comment-awaiting-moderation { color: #3b8dbd; font-style: normal; }
  1294.  
  1295. /* pings */
  1296. .pinglist li { padding-left: 0; }
  1297.  
  1298. /* comment text */
  1299. .commentlist .comment-body p { margin-bottom: 8px; color: #777; clear: both; }
  1300. .commentlist .comment-body strong { font-weight: bold; }
  1301. .commentlist .comment-body em { font-style: italic; }
  1302. .commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
  1303. .commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }
  1304.  
  1305. /* post author & admin comment */
  1306. .commentlist li.bypostauthor > .comment-body:after,
  1307. .commentlist li.comment-author-admin > .comment-body:after { background: #3b8dbd; display: block; position: absolute; content: "\f040"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; }
  1308. .commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; /* star for admin */ }
  1309. .commentlist li.bypostauthor > .comment-body:after,
  1310. .commentlist li.comment-author-admin > .comment-body:after { top: 32px; left: -28px; font-size: 10px; padding: 2px; -webkit-border-radius: 3px; border-radius: 3px; }
  1311. .commentlist li li.bypostauthor > .comment-body:after,
  1312. .commentlist li li.comment-author-admin > .comment-body:after { top: 22px; left: -26px; font-size: 8px; padding: 1px; -webkit-border-radius: 2px; border-radius: 2px; }
  1313.  
  1314. /* child comment */
  1315. .commentlist li ul { }
  1316. .commentlist li li { padding-left: 48px; margin: 0; }
  1317. .commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
  1318. .commentlist li li .comment-meta { left: 70px; }
  1319.  
  1320. /* comments : nav
  1321. /* ------------------------------------ */
  1322. .comments-nav { margin-bottom: 20px; }
  1323. .comments-nav a { font-weight: 600; }
  1324. .comments-nav .nav-previous { float: left; }
  1325. .comments-nav .nav-next { float: right; }
  1326.  
  1327. /* comments : form
  1328. /* ------------------------------------ */
  1329. .logged-in-as,
  1330. .comment-notes,
  1331. .form-allowed-tags { display: none; }
  1332. #respond { position: relative; }
  1333. #reply-title { margin-bottom: 20px; }
  1334. li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
  1335. #cancel-comment-reply-link { color: #999; display: block; position: absolute; bottom: 26px; right: 20px; font-size: 12px; }
  1336. #cancel-comment-reply-link:hover { color: #777; }
  1337. #commentform { background: #f1f1f1; padding: 10px 20px 20px; margin-bottom: 15px; -webkit-border-radius: 2px; border-radius: 2px; }
  1338. #commentform p.comment-form-author { width: 48%; float: left; }
  1339. #commentform p.comment-form-email { width: 48%; float: right; }
  1340. #commentform p.comment-form-url,
  1341. #commentform p.comment-form-comment { clear: both; }
  1342. #commentform label { padding: 6px 0; font-weight: 600; display: block; }
  1343. #commentform input[type="text"],
  1344. #commentform textarea { max-width: 100%; width: 100%; }
  1345. #commentform textarea { height: 100px; }
  1346. #commentform p.form-submit { margin-top: 10px; }
  1347. .logged-in #reply-title { margin-bottom: 20px; }
  1348. .logged-in #commentform p.comment-form-comment { margin-top: 10px; }
  1349. .logged-in #commentform p.comment-form-comment label { display: none; }
  1350.  
  1351.  
  1352. /* ------------------------------------------------------------------------- *
  1353. * Child Menu
  1354. /* ------------------------------------------------------------------------- */
  1355. .child-menu { zoom: 1; position: relative; padding: 0 0 20px; }
  1356. .child-menu a { color: #777; font-weight: 600; display: block; padding: 0 44px; }
  1357. .child-menu a:hover { color: #3b8dbd; }
  1358. .child-menu .current_page_item > a { background: #fff; color: #3b8dbd; }
  1359.  
  1360. /* show only current page items */
  1361. .child-menu > li { display: none; }
  1362. .child-menu > li.current_page_item,
  1363. .child-menu > li.current_page_parent,
  1364. .child-menu > li.current_page_ancestor { display: block; }
  1365. .child-menu > li.current_page_item > ul ul,
  1366. .child-menu > li.current_page_parent > ul ul,
  1367. .child-menu > li.current_page_ancestor > ul ul { display: none; }
  1368. .child-menu > li ul li.current_page_item ul,
  1369. .child-menu > li ul li.current_page_parent ul,
  1370. .child-menu > li ul li.current_page_ancestor ul { display: block; }
  1371.  
  1372. /* level 1 */
  1373. .child-menu > li > a { font-size: 20px; display: block; padding: 20px 30px; }
  1374.  
  1375. /* level 2 */
  1376. .child-menu > li > ul { background: #e9e9e9; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 0 10px 10px; }
  1377. .child-menu > li > ul > li > a { font-size: 15px; background: #f0f0f0; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; padding: 11px 20px;
  1378. -webkit-box-shadow: inset 0 1px 0 #f9f9f9;
  1379. box-shadow: inset 0 1px 0 #f9f9f9; }
  1380. .child-menu > li > ul > li > a:before { font-family: FontAwesome; content: "\f055"; font-weight: normal; font-size: 18px; margin-right: 8px; }
  1381.  
  1382. /* level 3 */
  1383. .child-menu > li ul ul { background: #f0f0f0; border-bottom: 1px solid #ddd; border-top: 3px solid #ebebeb; border-left: 1px solid #ddd; padding: 6px 0; }
  1384. .child-menu > li ul ul a { font-size: 15px; font-weight: 300; padding-top: 7px; padding-bottom: 7px; margin-bottom: 1px; }
  1385. .child-menu > li ul ul a:hover { background: #e9e9e9;
  1386. -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.04);
  1387. box-shadow: inset 0 1px 0 rgba(0,0,0,0.04); }
  1388. .child-menu > li ul ul li.current_page_item > a { background: #fff;
  1389. -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  1390. box-shadow: 0 1px 0 rgba(0,0,0,0.04); }
  1391.  
  1392. /* child menu for dual/right fix */
  1393. .col-2cl .child-menu > li > ul,
  1394. .col-3cr .child-menu > li > ul { padding-left: 0; padding-right: 10px; }
  1395. .col-2cl .child-menu > li > ul > li > a,
  1396. .col-3cr .child-menu > li > ul > li > a { border-left: 0; border-right: 1px solid #ddd; }
  1397. .col-2cl .child-menu > li ul ul,
  1398. .col-3cr .child-menu > li ul ul { border-left: 0; border-right: 1px solid #ddd; }
  1399.  
  1400.  
  1401. /* ------------------------------------------------------------------------- *
  1402. * Plugins
  1403. /* ------------------------------------------------------------------------- */
  1404.  
  1405. /* plugin : wp-pagenavi
  1406. /* ------------------------------------ */
  1407. .wp-pagenavi { text-align: right; font-weight: 600; line-height: 20px; float: none; margin-right: -2px; text-align: center; }
  1408. .wp-pagenavi a,
  1409. .wp-pagenavi span { color: #aaa; font-size: 16px; padding: 7px 8px; display: inline; margin: 0 2px; }
  1410. .wp-pagenavi span.pages { font-size: 17px; font-weight: 300; display: block; margin-bottom: 1em!important; border: none!important; }
  1411. .wp-pagenavi span.pages:before { content: "\f15c"; font-family: FontAwesome; margin-right: 6px; }
  1412. .wp-pagenavi span.extend { border: none!important; border-bottom: 3px solid transparent; border-top: 1px solid transparent; }
  1413. .wp-pagenavi a:hover,
  1414. .wp-pagenavi a:active,
  1415. .wp-pagenavi span.current { color: #444; }
  1416.  
  1417. .wp-pagenavi a { color: #3b8dbd; border: none; border-bottom: 3px solid #ddd; border-top: 1px solid #f1f1f1; }
  1418. .wp-pagenavi a:hover,
  1419. .wp-pagenavi a:active,
  1420. .wp-pagenavi span.current { background: none; border: none; border-bottom: 3px solid #3b8dbd; border-top: 1px solid #f1f1f1; }
  1421.  
  1422. /* plugin : contact form 7
  1423. /* ------------------------------------ */
  1424. .wpcf7 { }
  1425. .wpcf7 p { color: #222; font-weight: 600; margin: 0 0 12px; width: 100%; float: left; position: relative; }
  1426. .wpcf7 p span { font-weight: 400; color: #999; }
  1427. .wpcf7 label { display: block; float: left; width: 20%; margin: 9px 0 0 12px; text-align: left; }
  1428. .wpcf7 input[type="text"],
  1429. .wpcf7 input[type="email"] { display: block; float: left; padding: 10px; width: 100%; }
  1430. .wpcf7 textarea { display: block; float: left; padding: 10px; width: 100%; }
  1431. .wpcf7 input[type="text"],
  1432. .wpcf7 input[type="email"],
  1433. .wpcf7 textarea { background: #f5f5f5; margin-top: 12px; }
  1434. .wpcf7 input[type="submit"] { width: 100%; padding: 10px 0; font-size: 18px; }
  1435. .wpcf7 div.wpcf7-validation-errors { border: none; margin: 0; padding: 0; }
  1436. .wpcf7 div.wpcf7-mail-sent-ok,
  1437. .wpcf7 div.wpcf7-mail-sent-ng { border: none; }
  1438. .wpcf7 div.wpcf7-response-output { margin: 0; padding: 0; }
  1439. .wpcf7 span.wpcf7-form-control-wrap { display: block; position: relative; }
  1440. .wpcf7 span.wpcf7-not-valid-tip { background: #f2dede; border-color: #e3bfbf; color: #b94a48; padding: 4px 14px; font-size: 12px; line-height: 20px; position: absolute; left: 0; top: 12px; width: auto; right: 0; display: block; }
  1441.  
  1442.  
  1443. /* ------------------------------------------------------------------------- *
  1444. * Flexslider
  1445. /* ------------------------------------------------------------------------- */
  1446.  
  1447. /* flexslider : resets
  1448. /* ------------------------------------ */
  1449. .flex-container a:active,
  1450. .flexslider a:active,
  1451. .flex-container a:focus,
  1452. .flexslider a:focus { outline: none; }
  1453. .slides,
  1454. .flex-control-nav,
  1455. .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
  1456.  
  1457. /* flexslider : necessary styles
  1458. /* ------------------------------------ */
  1459. .flexslider { margin: 0; padding: 0; }
  1460. .flexslider .slides > li { display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
  1461. .flexslider .slides img { width: 100%; height: auto; display: block; margin: 0 auto; }
  1462. .flex-pauseplay span { text-transform: capitalize; }
  1463. .slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
  1464. html { -webkit-font-smoothing: antialiased; /* safari font rendering issue fix */ }
  1465. html[xmlns] .slides { display: block; }
  1466. * html .slides { height: 1%;}
  1467. .no-js .slides > li:first-child { display: block; }
  1468.  
  1469. /* flexslider : default theme
  1470. /* ------------------------------------ */
  1471. .flexslider { margin: 0 0 60px; position: relative; zoom: 1; }
  1472. .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
  1473. .loading .flex-viewport { max-height: 300px; }
  1474. .flexslider .slides { zoom: 1; }
  1475. .flexslider .slides > li { position: relative; }
  1476. .carousel li { margin-right: 5px; }
  1477.  
  1478. /* direction nav */
  1479. .flex-direction-nav { *height: 0; position: absolute; top: 10px; right: 10px; z-index: 2; }
  1480. .flex-direction-nav li { float: left; margin-left: 4px; }
  1481. .flex-direction-nav li:first-child { float: left; }
  1482. .flex-direction-nav li:last-child { float: right; }
  1483. .flex-direction-nav a { background: rgba(0,0,0,0.7); opacity: 0.6; position: relative; width: 40px; height: 40px; margin: 0 0 0; display: block; cursor: pointer; text-indent: -999px; overflow: hidden;
  1484. -webkit-transition: all .3s ease; transition: all .3s ease;
  1485. -webkit-border-radius: 3px; border-radius: 3px; }
  1486. .flexslider:hover .flex-next,
  1487. .flexslider:hover .flex-prev { opacity: 0.8; }
  1488. .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
  1489. .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default; }
  1490.  
  1491. /* direction nav arrows */
  1492. .flex-direction-nav a:before { font-family: FontAwesome; font-size: 20px; line-height: 24px; position: absolute; text-align: center; left: 0; right: 0; top: 9px; text-indent: 0; }
  1493. .flex-direction-nav .flex-next:before { content:"\f054"; }
  1494. .flex-direction-nav .flex-prev:before { content: "\f053"; }
  1495.  
  1496. /* control nav */
  1497. .flex-control-nav { width: 100%; position: absolute; bottom: -30px; text-align: center; }
  1498. .flex-control-nav li { margin: 0 3px; display: inline-block; zoom: 1; *display: inline; }
  1499. .flex-control-nav li a { background: rgba(0,0,0,0.15); width: 10px; height: 10px; display: block; cursor: pointer; text-indent: -999px; overflow: hidden;
  1500. -webkit-border-radius: 100%; border-radius: 100%; }
  1501. .flex-control-nav li a:hover { background: rgba(0,0,0,0.15); }
  1502. .flex-control-nav li a.flex-active { background: rgba(0,0,0,0.25); cursor: default; }
  1503.  
  1504. .flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
  1505. .flex-control-thumbs li { width: 25%; float: left; margin: 0; }
  1506. .flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
  1507. .flex-control-thumbs img:hover { opacity: 1; }
  1508. .flex-control-thumbs .flex-active { opacity: 1; cursor: default; }
  1509.  
  1510. @media screen and (max-width: 860px) {
  1511. .flex-direction-nav .flex-prev { opacity: .7; right: 0; }
  1512. .flex-direction-nav .flex-next { opacity: .7; right: 0; }
  1513. }
  1514.  
  1515. /* ------------------------------------------------------------------------- *
  1516. * Shortcodes
  1517. /* ------------------------------------------------------------------------- */
  1518.  
  1519. /* shortcode : dropcap
  1520. /* ------------------------------------ */
  1521. .dropcap { color: #444; display: block; float: left; font-size: 94px; line-height: 0.9em; font-weight: 600; margin: 0 10px 0 0; }
  1522.  
  1523. /* shortcode : pullquotes
  1524. /* ------------------------------------ */
  1525. .pullquote-left { color: #444; border-left: 6px solid #eee; float: left; margin: 0.78em 1em 0.78em 0; padding: 0 0 0 20px; font-weight: 600; width: 40%; }
  1526. .pullquote-right { color: #444; border-right: 6px solid #eee; float: right; margin: 0.78em 0 0.78em 1em; padding: 0 20px 0 0; font-weight: 600; width: 40%; }
  1527.  
  1528. /* shortcode : highlights
  1529. /* ------------------------------------ */
  1530. .highlight { color: #222; border-bottom: 1px dotted #222; }
  1531.  
  1532. /* shortcode : hr
  1533. /* ------------------------------------ */
  1534. hr, .hr { border: 0; background: #eee; border-bottom: 2px solid #eee; height: 1px; margin: 30px 0; }
  1535.  
  1536.  
  1537. /* ------------------------------------------------------------------------- *
  1538. * IE Fixes
  1539. /* ------------------------------------------------------------------------- */
  1540. body.ie8,
  1541. .ie8.single .related-posts .post-title,
  1542. .ie8 .s1 .alx-posts .post-item-title,
  1543. .ie8 #footer .alx-posts .post-item-title { font-weight: 400; }
  1544.  
  1545. .ie8 .author-bio .bio-avatar:after,
  1546. .ie8 .commentlist li.bypostauthor > .comment-body:after { display: none; }
  1547.  
  1548. .ie8 .nav li > a:after { content: ""!important; }
  1549. .ie8 .nav > li > a:after { content: ""!important; }
  1550. .ie8 #nav-topbar .nav > li > a:hover,
  1551. .ie8 #nav-topbar .nav > li:hover > a,
  1552. .ie8 #nav-header .nav > li > a:hover,
  1553. .ie8 #nav-header .nav > li:hover > a,
  1554. .ie8 .toggle-search:hover,
  1555. .ie8 .toggle-search.active,
  1556. .ie8 .search-expand-inner { background: url(img/opacity-10.png); }
  1557. .ie8 .thumb-icon,
  1558. .ie8 .image-caption,
  1559. .ie8 .page-image-text .description i,
  1560. .ie8 .flex-direction-nav a { background: url(img/ie/opacity-70.png); }
  1561. .ie8 .entry .gallery .gallery-caption { background: url(img/ie/opacity-80-light.png); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement