Style.css


SUBMITTED BY: Guest

DATE: July 19, 2015, 5:58 a.m.

FORMAT: CSS

SIZE: 72.3 kB

HITS: 426

  1. /*
  2. Theme Name: Nexus (Shared on MafiaShare.net)
  3. Theme URI: http://www.mafiashare.net
  4. Version: 1.6
  5. Description: 2 Column theme from Elegant Themes
  6. Author: Elegant Themes
  7. Author URI: http://www.mafiashare.net
  8. */
  9. /*------------------------------------------------*/
  10. /*-----------------[RESET]------------------------*/
  11. /*------------------------------------------------*/
  12. /* http://meyerweb.com/eric/tools/css/reset/ */
  13. /* v1.0 | 20080212 */
  14. html, body, div, span, applet, object, iframe,
  15. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  16. a, abbr, acronym, address, big, cite, code,
  17. del, dfn, em, font, img, ins, kbd, q, s, samp,
  18. small, strike, strong, sub, sup, tt, var,
  19. b, u, i, center,
  20. dl, dt, dd, ol, ul, li,
  21. fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
  22. body { line-height: 1; }
  23. ol, ul { list-style: none; }
  24. blockquote, q { quotes: none; }
  25. blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }
  26. /* remember to define focus styles! */
  27. :focus { outline: 0; }
  28. /* remember to highlight inserts somehow! */
  29. ins { text-decoration: none; }
  30. del { text-decoration: line-through; }
  31. /* tables still need 'cellspacing="0"' in the markup */
  32. table { border-collapse: collapse; border-spacing: 0; }
  33. article, aside, footer, header, hgroup, nav, section { display: block; }
  34. /*------------------------------------------------*/
  35. /*-----------------[BASIC STYLES]-----------------*/
  36. /*------------------------------------------------*/
  37. body {
  38. font-family: 'Raleway', Arial, sans-serif;
  39. font-weight: 400;
  40. font-size: 16px; color: #333;
  41. background-image:url('/wp-content/themes/Nexus/images/background.jpg');
  42. background-repeat:no-repeat;
  43. background-size:cover;
  44. background-position:center;
  45. background-attachment: fixed;
  46. }
  47. a { text-decoration: none; color: #4bb6f5; }
  48. a:hover { text-decoration: underline; }
  49. .clear { clear: both; }
  50. .ui-tabs-hide { display: none; }
  51. br.clear { margin: 0px; padding: 0px; }
  52. h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #333; line-height: 1em; font-weight: normal; }
  53. h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
  54. h1 { font-size: 30px; }
  55. h2 { font-size: 24px; }
  56. h3 { font-size: 22px; }
  57. h4 { font-size: 18px; }
  58. h5 { font-size: 16px; }
  59. h6 { font-size: 14px; }
  60. p { padding-bottom: 10px; line-height: 26px; }
  61. strong { font-weight: bold; color: #1c1c1c; }
  62. cite, em, i { font-style: italic; }
  63. pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
  64. ins { text-decoration: none; }
  65. sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
  66. sup { bottom: 0.8em; }
  67. sub { top: 0.3em; }
  68. dl { margin: 0 0 1.5em 0; }
  69. dl dt { font-weight: bold; }
  70. dd { margin-left: 1.5em;}
  71. blockquote { padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
  72. blockquote p { padding-bottom: 0px; }
  73. input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
  74. input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
  75. input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
  76. textarea { padding: 4px; }
  77. img#about-image { float: left; margin: 3px 8px 8px 0px; }
  78. .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
  79. * html .clearfix { zoom: 1; } /* IE6 */
  80. *:first-child+html .clearfix { zoom: 1; } /* IE7 */
  81. /*------------------------------------------------*/
  82. /*---------------[MAIN LAYOUT INFO]---------------*/
  83. /*------------------------------------------------*/
  84. img { max-width: 100%; height: auto; }
  85. #ie8 img { width: auto; }
  86. embed, iframe, object, video { max-width: 100%; }
  87. #main-header { padding-top: 39px; }
  88. .container { text-align: left; margin: 0 auto; width: 1280px; position: relative; }
  89. #logo { float: left; padding-top: 1px; margin-bottom: 1px; }
  90. .header-banner { float: right; }
  91. #top-navigation { padding-left: 20px; background-color: #fafafa; border-top: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; -webkit-box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #dadada, 0 0 15px rgba(0, 0, 0, 0.07); -moz-box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #dadada, 0 0 15px rgba(0, 0, 0, 0.07); box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #dadada, 0 0 15px rgba(0, 0, 0, 0.07); }
  92. body.home #top-navigation {padding-left: 0px;}
  93. #top-navigation nav { float: left; }
  94. #top-menu li { display: block; font-family: 'Open Sans', Arial, sans-serif; font-weight: 300; text-shadow: 1px 1px 0 #fff; float: left; }
  95. #top-menu a { color: #333; text-decoration: none; padding: 24px 15px; display: block; position: relative; }
  96. #top-menu > li > a:hover, #top-menu > .sfHover > a { color: #fff; background-color: #a9d300; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }
  97. #top-menu > li.current-menu-item > a { padding: 24px 24px; color: #fff; font-weight: 800; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); background-color: #a9d300; }
  98. #et-social-icons { float: right; width: 245px; background-color: #f6f6f6; -moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff, -1px 0 0 #fff; position: relative; }
  99. #et-social-icons:before { content: ''; position: absolute; bottom: 0; left: 0; background: url(images/social-left-shadow.png) no-repeat; width: 6px; height: 60px; pointer-events: none; }
  100. #et-social-icons li { float: left; list-style: none; border-left: 1px solid #e0e0e0; -moz-box-shadow: inset 1px 0 0 #fff; -webkit-box-shadow: inset 1px 0 0 #fff; box-shadow: inset 1px 0 0 #fff; }
  101. #et-social-icons li:first-child { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
  102. #et-social-icons .twitter .et-social-normal { background: url(images/twitter.png) no-repeat 19px 22px; }
  103. #et-social-icons .twitter .et-social-hover { background: url(images/twitter-hover.png) no-repeat 19px 22px; }
  104. #et-social-icons .twitter a:hover { background: #00ccff; }
  105. #et-social-icons .facebook .et-social-normal { background: url(images/facebook.png) no-repeat 25px 22px; }
  106. #et-social-icons .facebook .et-social-hover { background: url(images/facebook-hover.png) no-repeat 25px 22px; }
  107. #et-social-icons .facebook a:hover { background: #3f8eee; }
  108. #et-social-icons .rss .et-social-normal { background: url(images/rss.png) no-repeat 21px 22px; }
  109. #et-social-icons .rss .et-social-hover { background: url(images/rss-hover.png) no-repeat 21px 22px; }
  110. #et-social-icons .rss a:hover { background: #ff9110; }
  111. #et-social-icons .google .et-social-normal { background: url(images/google.png) no-repeat 19px 22px; }
  112. #et-social-icons .google .et-social-hover { background: url(images/google-hover.png) no-repeat 19px 22px; }
  113. #et-social-icons .google a:hover { background: #e84e18; }
  114. #et-social-icons a, #et-social-icons span { display: block; text-indent: -9999px; width: 60px; height: 64px; position: relative; }
  115. #et-social-icons a { overflow: hidden; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
  116. #featured { margin-top: -1px; -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1); }
  117. #featured, .post-thumbnail { background-position: top center; background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover; }
  118. #et-featured-posts { padding: 59px 60px; background-color: #333; -webkit-box-shadow: inset 0 5px 81px rgba(0, 0, 0, 0.75); -moz-box-shadow: inset 0 5px 81px rgba(0, 0, 0, 0.75); box-shadow: inset 0 5px 81px rgba(0, 0, 0, 0.75); }
  119. .et-featured-post { float: left; -webkit-box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.4); -moz-box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.4); box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.4); position: relative; overflow: hidden; }
  120. .et-featured-post img { display: block; }
  121. .et-featured-post:before { -webkit-box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2); top: 0; content: ""; height: 100%; left: 0; position: absolute; width: 100%; }
  122. .et-first, .et-second { width: 578px; }
  123. .et-third, .et-fourth { width: 287px; }
  124. .et-first, .et-third { padding-right: 4px; }
  125. .home .et-second { margin-bottom: 4px; }
  126. .meta-info { position: absolute; top: 0; left: 0; background-color: #a9d300; color: #fff; text-align: center; font-size: 28px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); line-height: 20px; width: 60px; height: 60px; z-index: 3; }
  127. .meta-info .meta-date { padding: 12px 15px; position: absolute; bottom: 0; left: 0; }
  128. .meta-info .month { font-weight: 900; display: block; font-size: 14px; text-transform: uppercase; }
  129. .post-description { position: absolute; color: #fff; left: 40px; bottom: 25px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); }
  130. .post-description a { text-decoration: none; color: #fff; }
  131. .post-excerpt { position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background: #111; background: rgba(0,0,0,0.4); color: #fff; opacity: 0; }
  132. .post-excerpt .post-title { color: #fff; font-weight: 900; font-size: 18px; margin-bottom: 3px; display: block; }
  133. .post-excerpt .post-title a:hover, .popular-post h2 a:hover, .footer-widget li a:hover, #footer-bottom li a:hover, .excerpt-wrap a:hover { color: rgba(255,255,255,0.9); text-decoration: none; }
  134. .excerpt-wrap { text-shadow: 1px 1px 2px rgba(0,0,0,0.7); }
  135. .excerpt-wrap p { letter-spacing: -1px; }
  136. .home .et-first .excerpt-wrap { padding: 61px 62px 0 120px; }
  137. .home .et-second .excerpt-wrap { padding: 29px 73px 0 90px; }
  138. .et-third .excerpt-wrap, .et-fourth .excerpt-wrap { padding: 29px 30px 0 90px; }
  139. .et-first .excerpt-wrap, .et-second .excerpt-wrap { padding: 40px 65px 0 100px; }
  140. .excerpt-more { position: absolute; bottom: 21px; right: 23px; width: 12px; height: 20px; background: url(images/excerpt-more.png) no-repeat; text-indent: -9999px; }
  141. .home .et-first .post-description { left: 60px; bottom: 45px; }
  142. .et-first .post-description { left: 60px; bottom: 33px; padding-right: 10px; }
  143. .post-description h2 { font-weight: 900; }
  144. .post-description h2 a { text-decoration: none; color: #fff; }
  145. .et-first .post-description h2 { font-size: 36px; }
  146. .et-second .post-description h2 { font-size: 30px; }
  147. .et-third .post-description h2, .et-fourth .post-description h2 { font-size: 24px; line-height: 20px; }
  148. .post-description .post-meta { font-size: 18px; }
  149. .et-third .post-meta, .et-fourth .post-meta { font-size: 14px; }
  150. .post-description, .post-excerpt, .meta-info, .popular-tabs ul, #top-menu > li > a { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
  151. .popular-tabs ul, #top-menu > li > a { -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
  152. .et-featured-post:hover .post-description { opacity: 0; }
  153. .et-featured-post:hover .post-excerpt { top: 0; opacity: 1; }
  154. .et-featured-post:hover .meta-info { height: 100%; }
  155. .featured-comments { background: url(images/comments-cloud.png) no-repeat; width: 41px; height: 33px; bottom: 74px; left: 10px; position: absolute; }
  156. .featured-comments span { font-size: 16px; color: #a9d300; font-weight: 900; text-align: center; }
  157. .page-wrap { margin-bottom: 40px; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07); box-shadow: 0 0 15px rgba(0, 0, 0, 0.07); }
  158. #main-content { position: relative; background: #fff; border-left: 1px solid #E0E0E0; border-right: 1px solid #E0E0E0; }
  159. #main-content:before, .home #main-content:after { content: ''; position: absolute; top: 0; pointer-events: none; height: 100%; }
  160. #main-content:before { right: 0; background-color: #f7f7f7; width: 319px; border-left: 1px solid #E0E0E0; }
  161. .home #main-content:after { left: 638px; width: 1px; height: 100%; background: #E0E0E0; }
  162. .page #main-content:after { display: none; }
  163. .home #content { float: left; width: 638px; }
  164. #content, body.page #content { float: left; width: 958px; }
  165. .fullwidth #content { float: none; width: 100% !important; }
  166. .fullwidth #main-content:before { display: none; }
  167. #breadcrumbs .raquo { display: block; float: left; position: relative; text-indent: -9999px; width: 44px; }
  168. #breadcrumbs .raquo:before { content: ''; left: 0; position: absolute; top: -19px; bottom: -17px; width: 11px; border-right: 1px solid #CAC9C9; }
  169. #breadcrumbs .raquo:after { background: url(images/breadcrumbs_separator.png) no-repeat; content: ""; display: block; width: 11px; height: 52px; position: absolute; bottom: -17px; left: 2px; }
  170. .et_breadcrumbs_title, .et_breadcrumbs_content { display: block; float: left; }
  171. h1.module-title, h4.widgettitle, #breadcrumbs { color: #333; text-shadow: 0 1px 0 #fff; font-size: 16px; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background-color: #fafafa; -webkit-box-shadow: inset 1px 1px 0 #fff; -moz-box-shadow: inset 1px 1px 0 #fff; box-shadow: inset 1px 1px 0 #fff; padding: 17px 40px; position: relative; }
  172. h1.module-title:before, h4.widgettitle:before, #breadcrumbs:before { bottom: 0; content: ""; height: 61px; right: -1px; position: absolute; width: 10px; background: url(images/title-shadow.png) no-repeat; z-index: 2; }
  173. h1.module-title span { font-weight: 900; }
  174. .module-content, .all-tabs { padding: 40px; }
  175. .recent-post { padding: 0 60px 60px; }
  176. .categories-tabs-module .recent-post, .recent-module .recent-post, .home .et-tab { padding: 0 0 30px; }
  177. .home .et-tab { padding: 0 0 40px; }
  178. .home .recent-post:last-child, .home .et-tab:last-child, .home .review-post:last-child { border-bottom: 1px solid #e0e0e0; }
  179. .et-main-image { float: left; margin-right: 39px; position: relative; line-height: 0; width: 240px; }
  180. .categories-tabs-module .et-main-image, .recent-module .et-main-image { width: 160px; }
  181. .et-main-image:before { -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); top: 0; content: ""; height: 100%; right: 0; position: absolute; width: 100%; pointer-events: none; }
  182. .et-description { margin-left: 279px; }
  183. .categories-tabs-module .et-description, .recent-module .et-description { width: auto; float: none; margin: 0 0 0 199px; }
  184. .et-description h2 { font-size: 36px; font-weight: 900; color: #333; margin-bottom: -2px; margin-top: 0px; position: relative; top: -6px; }
  185. .et-description h2 a:hover, .et-tabbed-all-tabs .title a:hover, .widget li a:hover { text-decoration: none; color: #707070; }
  186. .et-description .post-meta { font-weight: 100; text-transform: uppercase; color: #969696; padding-top: 3px; font-size: 14px; }
  187. .et-description .post-meta a { color: #969696; text-decoration: none; }
  188. .et-description .post-meta span { color: #fff; background-color: #a9d300; margin-right: 11px; padding: 8px 14px; }
  189. .load-more { text-align: center; }
  190. .load-more a { color: #333; display: inline-block; margin-bottom: 40px; position: relative; text-decoration: none !important; padding-right: 23px; }
  191. .load-more a:hover { color: #999; }
  192. .load-more a:before { bottom: 3px; content: ""; height: 10px; right: 0; position: absolute; width: 15px; background: url(images/load-more-bg.png) no-repeat; }
  193. .categories-tabs-module .et-tabs { display: none; }
  194. .categories-tabs-module .et-tabs:first-child { display: block; }
  195. .categories-tabs-module .load-more { padding-top: 40px; }
  196. .categories-tabs-module .load-more a { margin-bottom: 0; }
  197. .popular-posts-wrap, .et-popular-tabs-content { position: relative; }
  198. .popular-tabs { width: 239px; padding: 75px 0 60px; position: relative; float: left; }
  199. .et-popular-tabs-wrap { overflow: hidden; }
  200. .et-popular-tabs-wrap li:hover { cursor: pointer; }
  201. .et-popular-tabs-wrap li.popular-active:hover { cursor: default; }
  202. .popular-posts { background-color: #333; -webkit-box-shadow: inset 0 5px 81px rgba(0, 0, 0, 0.75); -moz-box-shadow: inset 0 5px 81px rgba(0, 0, 0, 0.75); box-shadow: inset 0 5px 81px rgba(0, 0, 0, 0.75); padding: 40px 40px 30px 40px; margin-left: 239px; }
  203. .et-scroll-arrows a { display: block; height: 40px; position: absolute; text-indent: -9999px; left: 40px; width: 160px; z-index: 10; }
  204. .et-scroll-arrows-top { background: url(images/popular-scroll-top.png) no-repeat center center; top: -74px; }
  205. .et-scroll-arrows-bottom { background: url(images/popular-scroll-bottom.png) no-repeat center center; bottom: -74px; }
  206. .popular-tabs ul { position: relative; }
  207. .et-scroll-arrows-top:before { bottom: -8px; content: ""; height: 8px; left: 0; position: absolute; width: 159px; background: url(images/popular-top-bg.png) no-repeat; }
  208. .et-scroll-arrows-bottom:before { content: ""; top: -8px; height: 8px; left: 0; position: absolute; width: 159px; background: url(images/popular-bottom-bg.png) no-repeat; }
  209. .popular-active { background-color: #1f1f1f; text-shadow: 0 1px 1px #000; }
  210. .popular-active .popular-tab-title { color: #fff; }
  211. .popular-tab-title { font-size: 18px; color: #333; font-weight: 900; padding: 20px 40px 0; display: block; line-height: 22px; }
  212. .popular-tabs .post-meta { font-weight: 100; font-size: 14px; color: #969696; padding: 0 40px 13px; }
  213. .popular-post { text-shadow: 0 1px 1px #000; display: none; }
  214. .popular-post:first-child { display: block; }
  215. .main-tab-image { position: relative; -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); margin-bottom: 40px; }
  216. .popular-post h2 { font-size: 36px; font-weight: 900; padding-bottom: 15px; }
  217. .popular-post h2 a { color: #fff; }
  218. .popular-post .post-meta { text-transform: uppercase; font-size: 14px; color: #a7a7a7; }
  219. .popular-post .post-meta a { color: #a7a7a7; text-decoration: none; }
  220. .popular-post p { color: #fff; }
  221. .reviews-content { padding: 40px; }
  222. .review-post { padding-bottom: 30px; position: relative; }
  223. .review-rating, .review-rating span { background: url(images/rating.png) no-repeat; display: inline-block; height: 28px; }
  224. .review-rating { float: left; width: 166px; }
  225. .recent-reviews .review-rating { position: absolute; top: 0; left: 0; float: none; }
  226. .et-description .review-rating { margin-right: 6px; }
  227. .review-rating span { background-position: 0 -28px; }
  228. .review-post .et-description { margin-left: 197px; }
  229. .review-post .et-description h2 { font-size: 24px; }
  230. .categories-tabs { text-shadow: 0 1px 0 #fff; border-top: 1px solid #e0e0e0; background-color: #fafafa; -webkit-box-shadow: inset 1px 1px 0 #fff; -moz-box-shadow: inset 1px 1px 0 #fff; box-shadow: inset 1px 1px 0 #fff; position: relative; }
  231. .categories-tabs:before { bottom: 0; content: ""; height: 47px; right: 0; position: absolute; width: 10px; background: url(images/title-shadow.png) no-repeat; }
  232. .categories-tabs:after { width: 100%; height: 2px; border-top: 1px solid rgba(0,0,0,0.15); border-bottom: 1px solid rgba(0,0,0,0.15); content: ''; position: absolute; bottom: -4px; left: 0; background: #A9D300; }
  233. .categories-tabs li { cursor: pointer; display: inline-block; padding: 17px 19px; position: relative; }
  234. .categories-tabs li, .categories-tabs li a { color: #333; text-decoration: none; }
  235. .et-tabbed-all-tabs li:before, .widget .categories-tabs li:before { display: none; }
  236. .widget .categories-tabs { margin: 0 -40px; }
  237. .widget .categories-tabs li { padding: 13px 19px 8px !important; }
  238. .widget .home-tab-active:before { display: block !important; top: auto; border: none; }
  239. .home-tab-active { background-color: #a9d300; border: 1px solid rgba(0,0,0,0.15); border-bottom: none; margin-top: -1px; }
  240. .home-tab-active:before { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background: #A9D300; z-index: 2; }
  241. .home-tab-active, .home-tab-active a { color: #fff !important; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  242. .et-tabbed-widget .categories-tabs li { padding-bottom: 14px; }
  243. .et-tabbed-widget .categories-tabs:after { bottom: -4px; }
  244. #breadcrumbs { padding: 17px 16px; text-shadow: 0 1px 0 #fff; overflow: hidden; }
  245. #breadcrumbs a { float: left; display: block; text-decoration: none; color: #333; font-weight: 900; padding: 0 24px 0 0; }
  246. #breadcrumbs.bcn_breadcrumbs a { float: none; display: inline; padding: 0; }
  247. #breadcrumbs a:first-child { padding-left: 24px; }
  248. #left-area { padding-top: 60px; border-bottom: 1px solid #e0e0e0; }
  249. a.read-more, .comment-reply-link { background-color: #a9d300; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; color: #fff; display: block; float: right; font-weight: 900; font-size: 14px; padding: 13px 18px; margin-top: 20px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  250. a.read-more:hover, .comment-reply-link:hover { text-decoration: none; }
  251. .post-thumbnail { position: relative; margin-top: -1px; }
  252. .post-thumbnail:before { -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.5) inset; -moz-box-shadow: 0 0 90px rgba(0, 0, 0, 0.5) inset; box-shadow: 0 0 90px rgba(0, 0, 0, 0.5) inset; content: ""; height: 100%; position: absolute; right: 0; top: 0; width: 100%; }
  253. .post-thumbnail .container { min-height: 400px; }
  254. h1.post-heading { color: #fff; font-weight: 900; font-size: 48px; position: absolute; bottom: -1px; left: 0; background-color: #a9d300; padding: 23px 32px; z-index: 2; }
  255. .entry-content { padding: 0 60px 60px; }
  256. .entry-content .review-rating { float: none; margin-bottom: 10px; }
  257. .entry-content .post-meta { font-size: 30px; font-weight: 100; padding-bottom: 16px; }
  258. .entry-content .post-meta a { color: #333; }
  259. .entry-content blockquote { background: none; border: none; font-style: normal; line-height: 28px; font-size: 16px; color: #333; border-left: 10px solid #a9d300; padding: 0 0 0 30px; margin: 25px 0 35px; }
  260. #et-box-author { margin-bottom: 60px; }
  261. #et-bio-author { position: relative; padding: 40px 60px 25px 152px; }
  262. .author-avatar { left: 60px; position: absolute; top: 40px; }
  263. #et-box-author p, #et-post-share span { color: #fff; text-shadow: 0 1px 1px #000; }
  264. #author-info strong { color: #a9d300; font-weight: 900; }
  265. #et-post-share { padding: 15px 152px 13px; }
  266. #et-post-share span { font-weight: 100; padding: 6px 20px 0 0; font-size: 18px; }
  267. #et-post-share span, #et-share-icons { float: left; }
  268. #et-share-icons li { display: inline-block; padding-right: 7px; }
  269. #et-share-icons a { text-indent: -9999px; display: block; width: 31px; height: 32px; }
  270. .google-share a { background: url(images/google-share.png) no-repeat; }
  271. .facebook-share a { background: url(images/facebook-share.png) no-repeat; }
  272. .twitter-share a { background: url(images/twitter-share.png) no-repeat; }
  273. .entry-content .main-title { font-size: 40px; font-weight: 900; margin: 0 0 12px; }
  274. .entry-content table { border: 1px solid #eee; margin: 0 0 15px 0; text-align: left; width: 100%; }
  275. .entry-content tr th, .entry-content thead th { color: #555; font-weight: bold; padding: 9px 24px; }
  276. .entry-content tr td { border-top: 1px solid #eee; padding: 6px 24px; }
  277. .entry-content ul, .comment-content ul { list-style-type: disc; padding: 0 0 23px 16px; line-height: 26px; }
  278. .entry-content ol, .comment-content ol { list-style-type: decimal; list-style-position: inside; padding: 0 0 23px 0; line-height: 26px; }
  279. .entry-content ul li ul, .entry-content ul li ol, .comment-content ul li ul, .comment-content ul li ol { padding: 2px 0px 2px 20px; }
  280. .entry-content ol li ul, .entry-content ol li ol, .comment-content ol li ul, .comment-content ol li ol { padding: 2px 0px 2px 35px; }
  281. .gallery-item a { display: block; }
  282. .gallery-item a, .gallery-caption { width: 90%; }
  283. .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 { margin: 18px 0; }
  284. .entry-content dl, .comment-content dl { margin: 0 20px; }
  285. .entry-content dd, .comment-content dd { margin: 9px 0 20px; line-height: 24px; }
  286. .entry-content address, .comment-content address { line-height: 24px; margin-bottom: 12px; }
  287. .footer-banner { background: #FFF; padding: 38px 0 36px; z-index: 7; position: relative; border-top: 1px solid #E0E0E0; text-align: center; }
  288. .et-centered-ad { text-align: center; margin: 0 -5px; }
  289. /*------------------------------------------------*/
  290. /*---------------[DROPDOWN MENU]------------------*/
  291. /*------------------------------------------------*/
  292. /*------------------------------------------------*/
  293. /*-------------------[COMMENTS]-------------------*/
  294. /*------------------------------------------------*/
  295. #comment-wrap { padding: 0 0 60px; }
  296. h1#comments, #reply-title { font-size: 30px; font-weight: 100; margin-bottom: 30px; padding-left: 60px; }
  297. .commentlist { border-bottom: 1px solid #e0e0e0; }
  298. .commentlist li { padding: 0 60px 0 60px; }
  299. .commentlist li li { padding-right: 0; }
  300. .commentlist .children li { padding-left: 90px; }
  301. .comment-body { position: relative; padding-left: 90px; padding-bottom: 40px; }
  302. .comment_avatar { left: 0; position: absolute; top: 0; }
  303. .comment_avatar:before, .author-avatar:before { border-radius: 30px; -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
  304. .comment_avatar img, .author-avatar img { display: block; height: auto; max-width: 100%; width: auto; border-radius: 30px; }
  305. .comment_postinfo { margin-bottom: 7px; }
  306. span.fn, span.fn a { color: #333; font-weight: 900; text-decoration: none; font-size: 18px; display: block; margin-bottom: 12px; }
  307. span.comment_date { text-transform: uppercase; color: #969696; font-size: 14px; font-weight: 100; }
  308. #reply-title { padding-top: 60px; }
  309. #reply-title small { display: block; font-size: 14px; font-weight: 400; }
  310. #commentform { padding: 0 60px 100px 60px; }
  311. #commentform input[type="text"] { width: 40%; }
  312. #commentform textarea { width: 89%; }
  313. #commentform textarea, #commentform input[type="text"] { border: 1px solid #e6e6e6; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 17px; color: #333; }
  314. .form-submit { float: right; }
  315. .form-submit input { font-size: 16px; color: #fff; border: none; background-color: #a9d300; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; display: block; padding: 10px 18px; }
  316. .comment #respond { border-bottom: none; }
  317. .comment #respond #reply-title, .comment #respond #commentform { padding-left: 0; }
  318. .comment #respond #reply-title { padding-top: 10px; }
  319. .comment #respond #commentform { margin-bottom: 25px; }
  320. /*------------------------------------------------*/
  321. /*---------------------[FOOTER]-------------------*/
  322. /*------------------------------------------------*/
  323. #main-footer, #et-bio-author { -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07), inset 0 5px 81px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07), inset 0 5px 81px rgba(0, 0, 0, 0.75); box-shadow: 0 0 15px rgba(0, 0, 0, 0.07), inset 0 5px 81px rgba(0, 0, 0, 0.75); border-bottom: 1px solid #0f0f0f; }
  324. #main-footer, #footer-bottom, #et-bio-author, #et-post-share { background-color: #333; }
  325. #footer-widgets { padding: 60px 60px 0; }
  326. .fwidget { margin-bottom: 25px; }
  327. .footer-widget { float: left; width: 240px; margin-right: 66px; color: #fff; text-shadow: 0 1px 1px #000; margin-bottom: 20px; }
  328. .footer-widget:last-child { margin-right: 0; }
  329. .footer-widget h4.title { padding-bottom: 21px; color: #fff; font-size: 18px; font-weight: 900; }
  330. .footer-widget li a { color: #fff; text-decoration: none; }
  331. #footer-bottom, #et-post-share { border-top: 1px solid #404040; border-bottom: 1px solid #0f0f0f; }
  332. #footer-bottom ul { padding: 23px 60px; }
  333. #footer-bottom li { display: inline-block; padding-right: 25px; text-shadow: 0 1px 1px #000; }
  334. #footer-bottom li a { color: #fff; text-decoration: none; }
  335. #footer-bottom .current-menu-item a { color: #a9d300; font-weight: 900; }
  336. #copyright { text-align: right; color: #333; margin-bottom: 30px; }
  337. #copyright a { font-weight: 900; text-decoration: none; color: #333; }
  338. /*------------------------------------------------*/
  339. /*--------------------[SIDEBAR]-------------------*/
  340. /*------------------------------------------------*/
  341. #sidebar { background: #f7f7f7; }
  342. #sidebar, #additional-sidebar { width: 320px; float: left; }
  343. .et-tabbed-all-tabs { padding: 40px 0 0; }
  344. .et-tabbed-all-tabs > div { display: none; }
  345. .et-tabbed-all-tabs > div:first-child { display: block; }
  346. .et-tabbed-all-tabs li { margin-bottom: 20px; padding: 0 !important; list-style: none; line-height: 19px !important; }
  347. .et-tabbed-all-tabs li:last-child { margin-bottom: 0; }
  348. .smallthumb { float: left; line-height: 0; margin-right: 20px; position: relative; width: 60px; }
  349. .smallthumb:before { -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; content: ""; height: 100%; position: absolute; right: 0; top: 0; width: 100%; pointer-events: none; }
  350. .post-metainfo .title { display: block; font-size: 18px; font-weight: 900; padding-bottom: 6px; }
  351. .post-metainfo .title a { color: #333; }
  352. .post-metainfo .postinfo, .et-main-description .postinfo { color: #969696; display: block; font-size: 14px; font-weight: 100; }
  353. .post-metainfo { margin-left: 77px; }
  354. .no-thumb .post-metainfo { margin-left: 0; }
  355. h4.widgettitle { padding: 17px 40px; border-left: 1px solid #E0E0E0; margin: 0 -40px 30px; }
  356. #sidebar h4.widgettitle:before { display: none; }
  357. .widget { padding: 0 40px 30px; position: relative; }
  358. .widget li, .footer-widget li { padding: 10px 0 10px 19px; position: relative; line-height: 26px; }
  359. .widget li:before, .footer-widget li:before { border-color: transparent transparent transparent #9bc100; border-image: none; border-style: solid; border-width: 5px; content: ""; left: 0; position: absolute; top: 17px; }
  360. .widget li a { color: #000; text-decoration: none; }
  361. .footer-widget li ul, .widget li ul { margin: 10px 0 -10px; }
  362. .et-authors li { position: relative; padding-bottom: 30px; }
  363. .et-authors li:before { border: none !important; }
  364. .et-authors .author-avatar { top: 0; left: 0; }
  365. .et-authors-posts { padding-left: 60px; }
  366. .et-authors-posts h4 { font-weight: 900; font-size: 18px; }
  367. .et-authors-posts h4 a { color: #333; }
  368. .et-authors-posts h4 a:hover { color: #707070; }
  369. .et-authors-posts span { font-size: 14px; font-weight: 100; color: #969696; }
  370. .widget_etrecentfromwidget .et-tabbed-all-tabs { padding-top: 0; }
  371. .et-recent-featured-post, .recent-video-slides { margin: -31px -40px 0; z-index: 20; position: relative; }
  372. .et-recent-featured-post:before, .recent-video-slides:before { pointer-events: none; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,0.5); -moz-box-shadow: inset 0 0 30px rgba(0,0,0,0.5); box-shadow: inset 0 0 30px rgba(0,0,0,0.5); }
  373. .et-recent-featured-post img, .recent-video-slides img { display: block; }
  374. .et-main-description { position: absolute; bottom: 38px; left: 0; padding: 0 20px 0 40px; }
  375. .widget_etrecentfromwidget .main-title { color: #fff; font-size: 18px; font-weight: 900; display: block; margin-bottom: 10px; }
  376. .widget_etrecentfromwidget .main-title a { color: inherit; }
  377. .widget_etrecentfromwidget .main-title a:hover { color: rgba( 255,255,255,0.9 ); }
  378. .et-main-description .postinfo { color: #fff; }
  379. .widget_etrecentfromwidget .et-tabbed-all-tabs li:first-child { margin-bottom: 30px !important; }
  380. @-webkit-keyframes bounceIn {
  381. 20% {
  382. -webkit-transform: scale(1.2);
  383. }
  384. 50% {
  385. -webkit-transform: scale(0.8);
  386. }
  387. 70% {
  388. -webkit-transform: scale(1.1);
  389. }
  390. 100% {
  391. -webkit-transform: scale(1);
  392. }
  393. }
  394. @-moz-keyframes bounceIn {
  395. 20% {
  396. -moz-transform: scale(1.2);
  397. }
  398. 50% {
  399. -moz-transform: scale(0.8);
  400. }
  401. 70% {
  402. -moz-transform: scale(1.1);
  403. }
  404. 100% {
  405. -moz-transform: scale(1);
  406. }
  407. }
  408. @-o-keyframes bounceIn {
  409. 20% {
  410. -o-transform: scale(1.2);
  411. }
  412. 50% {
  413. -o-transform: scale(0.8);
  414. }
  415. 70% {
  416. -o-transform: scale(1.1);
  417. }
  418. 100% {
  419. -o-transform: scale(1);
  420. }
  421. }
  422. @keyframes bounceIn {
  423. 20% {
  424. transform: scale(1.2);
  425. }
  426. 50% {
  427. transform: scale(0.8);
  428. }
  429. 70% {
  430. transform: scale(1.1);
  431. }
  432. 100% {
  433. transform: scale(1);
  434. }
  435. }
  436. .et-recent-video { display: none; position: relative; }
  437. .et-recent-video:first-child { display: block; }
  438. .et-recent-video-play { position: absolute; top: 50%; left: 50%; margin: -33px 0 0 -33px; width: 67px; height: 67px; background: url(images/play-button.png) no-repeat; display: block; }
  439. .et-recent-video-play:hover { -webkit-animation-duration: .7s;
  440. -webkit-animation-delay: 0s;
  441. -webkit-animation-timing-function: ease-in-out;
  442. -webkit-animation-fill-mode: both;
  443. -moz-animation-duration: .7s;
  444. -moz-animation-delay: 0s;
  445. -moz-animation-timing-function: ease-in-out;
  446. -moz-animation-fill-mode: both;
  447. -o-animation-duration: .7s;
  448. -o-animation-delay: 0s;
  449. -o-animation-timing-function: ease-in-out;
  450. -o-animation-fill-mode: both;
  451. -ms-animation-duration: .7s;
  452. -ms-animation-delay: 0s;
  453. -ms-animation-timing-function: ease-in-out;
  454. -ms-animation-fill-mode: both;
  455. animation-duration: .7s;
  456. animation-delay: 0s;
  457. animation-timing-function: ease-in-out;
  458. animation-fill-mode: both;
  459. -webkit-animation-name: bounceIn;
  460. -moz-animation-name: bounceIn;
  461. -ms-animation-name: bounceIn;
  462. -o-animation-name: bounceIn;
  463. animation-name: bounceIn; }
  464. .et-recent-videos-content { position: relative; }
  465. .et-recent-video-scroll a { display: block; height: 40px; left: 0; position: absolute; text-indent: -9999px; width: 240px; z-index: 10; }
  466. .et-scroll-video-top { background: url(images/popular-scroll-top.png) no-repeat center center; top: -26px; }
  467. .et-scroll-video-bottom { background: url(images/popular-scroll-bottom.png) no-repeat center center; bottom: -35px; }
  468. .et-scroll-video-top:before, .et-scroll-video-bottom:before { content: ""; height: 8px; left: 0; position: absolute; width: 240px; }
  469. .et-scroll-video-top:before { background: url(images/scroll-video-top-bg.png) no-repeat; bottom: -8px; }
  470. .et-scroll-video-bottom:before { background: url(images/scroll-video-bottom-bg.png) no-repeat; top: -8px; }
  471. .et-recent-videos-wrap ul { padding: 34px 0 16px; }
  472. .et-recent-videos-wrap li { padding-left: 29px; padding-bottom: 0; cursor: pointer; }
  473. .et-recent-videos-wrap li:before { background: #9BC100 url(images/white-arrow.png) no-repeat 4px 0; border-radius: 10px; height: 10px; width: 10px; top: 11px; border-color: transparent !important; }
  474. .et-recent-videos-wrap li.et-video-active:before { background-color: #333 !important; }
  475. .et-recent-videos-wrap h4 { font-size: 16px; font-weight: 900; color: #333; margin-bottom: -5px; }
  476. .et-recent-videos-wrap .post-meta { color: #969696; }
  477. .recent-video-slides { margin-bottom: 19px; background: #111; }
  478. /*------------------------------------------------*/
  479. /*------------[CAPTIONS AND ALIGNMENTS]-----------*/
  480. /*------------------------------------------------*/
  481. div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  482. .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; max-width: 96%; padding: 8px; }
  483. .wp-caption.alignleft { margin: 0px 10px 10px 0px; }
  484. .wp-caption.alignright { margin: 0px 0px 10px 10px; }
  485. .wp-caption img { margin: 0; padding: 0; border: 0 none; }
  486. .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
  487. .alignright { float: right; }
  488. .alignleft { float: left }
  489. img.alignleft { display:inline; float:left; margin-right:15px; }
  490. img.alignright { display:inline; float:right; margin-left:15px; }
  491. /*------------------------------------------------*/
  492. /*---------------[DEFAULT DROPDOWN SETTINGS]---*/
  493. /*------------------------------------------------*/
  494. .nav li ul { position:absolute; top:-999em; }
  495. .nav li ul, .et_mobile_menu { z-index: 9999; width: 190px; background: #a9d300; -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); box-shadow: 3px 3px 3px rgba(0,0,0,0.2); padding: 30px 10px 30px 40px; display: none; }
  496. .nav li { position: relative; }
  497. .nav ul li { float: none; }
  498. .nav ul a { display:block !important; float: none !important; }
  499. .nav li:hover ul, ul.nav li.sfHover ul { left: 0; top: 63px; }
  500. .nav li:hover li ul, .nav li.sfHover li ul, .nav li:hover ul, .nav li li:hover ul { top:-999em; }
  501. .nav li li { padding: 0; height: auto !important; display: block !important; }
  502. .nav li li ul { z-index: 1000; }
  503. .nav li li a:link, .nav li li a:visited, .et_mobile_menu a { display: block !important; height: auto; }
  504. .nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
  505. .nav li li:hover ul, ul.nav li li.sfHover ul { left: 200px; top: -30px; }
  506. #top-menu li li, .et_mobile_menu li a { float: none !important; padding: 7px 0; }
  507. #top-menu li li a, .et_mobile_menu li a { color: #fff; text-shadow: 1px 1px 0 rgba( 0,0,0,0.2 ); display: block !important; }
  508. #top-menu li li a { padding: 0 !important; }
  509. #top-menu li li a:hover, .et_mobile_menu li a:hover { color: rgba( 255,255,255,0.9 ); text-decoration: none; }
  510. /*------------------------------------------------*/
  511. /*-----------------[WP CALENDAR]-----------------*/
  512. /*------------------------------------------------*/
  513. #wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px; }
  514. #wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
  515. #wp-calendar a:hover { text-decoration: underline; }
  516. #wp-calendar caption { text-decoration: none; font: bold 13px Arial, Sans-Serif; }
  517. #wp-calendar td { padding: 3px 5px; color: #9f9f9f; }
  518. #wp-calendar td#today { color: inherit; }
  519. #wp-calendar th { font-style: normal; text-transform: capitalize; padding: 3px 5px; }
  520. #wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
  521. #wp-calendar #next a { padding-right: 10px; text-align: right; }
  522. #wp-calendar #prev a { padding-left: 10px; text-align: left; }
  523. /*------------------------------------------------*/
  524. /*-------------------[PAGE NAVI]------------------*/
  525. /*------------------------------------------------*/
  526. #content .wp-pagenavi { float: right; margin: 60px 60px 60px 0; }
  527. .pages { display: none; }
  528. #content .wp-pagenavi a, #content .wp-pagenavi span { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #333; margin: 0 4px; padding: 8px 13px; text-decoration: none; text-shadow: 0 1px 0 #fff; border: 1px solid #e0dddd; -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); background-color: #f9f9f9; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 1px 1px 0px rgba(255, 255, 255, 0.4); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 1px 1px 0px rgba(255, 255, 255, 0.4); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 1px 1px 0px rgba(255, 255, 255, 0.4); }
  529. #content .wp-pagenavi span.current { font-weight: 900; }
  530. .et_embedded_videos { display: none; }
  531. body.single #left-area, body.page #left-area { border-bottom: none; }
  532. .et-single-post-ad { text-align: center; padding: 62px 0; border-bottom: 1px solid #e0e0e0; margin: -60px 0 60px; }
  533. .et_color_scheme_red #top-menu li.current-menu-item > a, .et_color_scheme_red #top-menu > li > a:hover, .et_color_scheme_red .meta-info, .et_color_scheme_red .et-description .post-meta span, .et_color_scheme_red .categories-tabs:after, .et_color_scheme_red .home-tab-active, .et_color_scheme_red .home-tab-active:before, .et_color_scheme_red a.read-more, .et_color_scheme_red .comment-reply-link, .et_color_scheme_red h1.post-heading, .et_color_scheme_red .form-submit input, .et_color_scheme_red .home-tab-active:before, .et_color_scheme_red .et-recent-videos-wrap li:before, .et_color_scheme_red .nav li ul, .et_color_scheme_red .et_mobile_menu, .et_color_scheme_red #top-menu > .sfHover > a { background-color: #d30500; }
  534. .et_color_scheme_red .featured-comments span, .et_color_scheme_red #author-info strong, .et_color_scheme_red #footer-bottom .current-menu-item a, .featured-comments span { color: #d30500; }
  535. .et_color_scheme_red .entry-content blockquote, .et_color_scheme_red .widget li:before, .et_color_scheme_red .footer-widget li:before, .et_color_scheme_red .et-popular-mobile-arrow-next { border-color: transparent transparent transparent #d30500; }
  536. .et_color_scheme_red .et-popular-mobile-arrow-previous { border-right-color: #d30500; }
  537. .et_color_scheme_red .categories-tabs:after, .et_color_scheme_red .home-tab-active { border-color: #a90501; }
  538. .et_color_scheme_red .load-more a:before, .et_color_scheme_red .et_mobile_arrow { background-image: url(images/red/load-more-bg.png); }
  539. .et_color_scheme_red .et-scroll-arrows-bottom, .et_color_scheme_red .et-scroll-video-bottom { background-image: url(images/red/popular-scroll-bottom.png); }
  540. .et_color_scheme_red .et-scroll-arrows-top, .et_color_scheme_red .et-scroll-video-top { background-image: url(images/red/popular-scroll-top.png); }
  541. .et_color_scheme_blue #top-menu li.current-menu-item > a, .et_color_scheme_blue #top-menu > li > a:hover, .et_color_scheme_blue .meta-info, .et_color_scheme_blue .et-description .post-meta span, .et_color_scheme_blue .categories-tabs:after, .et_color_scheme_blue .home-tab-active, .et_color_scheme_blue .home-tab-active:before, .et_color_scheme_blue a.read-more, .et_color_scheme_blue .comment-reply-link, .et_color_scheme_blue h1.post-heading, .et_color_scheme_blue .form-submit input, .et_color_scheme_blue .home-tab-active:before, .et_color_scheme_blue .et-recent-videos-wrap li:before, .et_color_scheme_blue .nav li ul, .et_color_scheme_blue .et_mobile_menu, .et_color_scheme_blue #top-menu > .sfHover > a { background-color: #0098d3; }
  542. .et_color_scheme_blue .featured-comments span, .et_color_scheme_blue #author-info strong, .et_color_scheme_blue #footer-bottom .current-menu-item a, .featured-comments span { color: #0098d3; }
  543. .et_color_scheme_blue .entry-content blockquote, .et_color_scheme_blue .widget li:before, .et_color_scheme_blue .footer-widget li:before, .et_color_scheme_blue .et-popular-mobile-arrow-next { border-color: transparent transparent transparent #0098d3; }
  544. .et_color_scheme_blue .et-popular-mobile-arrow-previous { border-right-color: #0098d3; }
  545. .et_color_scheme_blue .categories-tabs:after, .et_color_scheme_blue .home-tab-active { border-color: #007dae; }
  546. .et_color_scheme_blue .load-more a:before, .et_color_scheme_blue .et_mobile_arrow { background-image: url(images/blue/load-more-bg.png); }
  547. .et_color_scheme_blue .et-scroll-arrows-bottom, .et_color_scheme_blue .et-scroll-video-bottom { background-image: url(images/blue/popular-scroll-bottom.png); }
  548. .et_color_scheme_blue .et-scroll-arrows-top, .et_color_scheme_blue .et-scroll-video-top { background-image: url(images/blue/popular-scroll-top.png); }
  549. .et_color_scheme_orange #top-menu li.current-menu-item > a, .et_color_scheme_orange #top-menu > li > a:hover, .et_color_scheme_orange .meta-info, .et_color_scheme_orange .et-description .post-meta span, .et_color_scheme_orange .categories-tabs:after, .et_color_scheme_orange .home-tab-active, .et_color_scheme_orange .home-tab-active:before, .et_color_scheme_orange a.read-more, .et_color_scheme_orange .comment-reply-link, .et_color_scheme_orange h1.post-heading, .et_color_scheme_orange .form-submit input, .et_color_scheme_orange .home-tab-active:before, .et_color_scheme_orange .et-recent-videos-wrap li:before, .et_color_scheme_orange .nav li ul, .et_color_scheme_orange .et_mobile_menu, .et_color_scheme_orange #top-menu > .sfHover > a { background-color: #fc8d00; }
  550. .et_color_scheme_orange .featured-comments span, .et_color_scheme_orange #author-info strong, .et_color_scheme_orange #footer-bottom .current-menu-item a, .featured-comments span { color: #fc8d00; }
  551. .et_color_scheme_orange .entry-content blockquote, .et_color_scheme_orange .widget li:before, .et_color_scheme_orange .footer-widget li:before, .et_color_scheme_orange .et-popular-mobile-arrow-next { border-color: transparent transparent transparent #fc8d00; }
  552. .et_color_scheme_orange .et-popular-mobile-arrow-previous { border-right-color: #fc8d00; }
  553. .et_color_scheme_orange .categories-tabs:after, .et_color_scheme_orange .home-tab-active { border-color: #ec8401; }
  554. .et_color_scheme_orange .load-more a:before, .et_color_scheme_orange .et_mobile_arrow { background-image: url(images/orange/load-more-bg.png); }
  555. .et_color_scheme_orange .et-scroll-arrows-bottom, .et_color_scheme_orange .et-scroll-video-bottom { background-image: url(images/orange/popular-scroll-bottom.png); }
  556. .et_color_scheme_orange .et-scroll-arrows-top, .et_color_scheme_orange .et-scroll-video-top { background-image: url(images/orange/popular-scroll-top.png); }
  557. .et_color_scheme_purple #top-menu li.current-menu-item > a, .et_color_scheme_purple #top-menu > li > a:hover, .et_color_scheme_purple .meta-info, .et_color_scheme_purple .et-description .post-meta span, .et_color_scheme_purple .categories-tabs:after, .et_color_scheme_purple .home-tab-active, .et_color_scheme_purple .home-tab-active:before, .et_color_scheme_purple a.read-more, .et_color_scheme_purple .comment-reply-link, .et_color_scheme_purple h1.post-heading, .et_color_scheme_purple .form-submit input, .et_color_scheme_purple .home-tab-active:before, .et_color_scheme_purple .et-recent-videos-wrap li:before, .et_color_scheme_purple .nav li ul, .et_color_scheme_purple .et_mobile_menu, .et_color_scheme_purple #top-menu > .sfHover > a { background-color: #a920b2; }
  558. .et_color_scheme_purple .featured-comments span, .et_color_scheme_purple #author-info strong, .et_color_scheme_purple #footer-bottom .current-menu-item a, .featured-comments span { color: #a920b2; }
  559. .et_color_scheme_purple .entry-content blockquote, .et_color_scheme_purple .widget li:before, .et_color_scheme_purple .footer-widget li:before, .et_color_scheme_purple .et-popular-mobile-arrow-next { border-color: transparent transparent transparent #a920b2; }
  560. .et_color_scheme_purple .et-popular-mobile-arrow-previous { border-right-color: #a920b2; }
  561. .et_color_scheme_purple .categories-tabs:after, .et_color_scheme_purple .home-tab-active { border-color: #8f1c97; }
  562. .et_color_scheme_purple .load-more a:before, .et_color_scheme_purple .et_mobile_arrow { background-image: url(images/purple/load-more-bg.png); }
  563. .et_color_scheme_purple .et-scroll-arrows-bottom, .et_color_scheme_purple .et-scroll-video-bottom { background-image: url(images/purple/popular-scroll-bottom.png); }
  564. .et_color_scheme_purple .et-scroll-arrows-top, .et_color_scheme_purple .et-scroll-video-top { background-image: url(images/purple/popular-scroll-top.png); }
  565. .et_pt_portfolio_item { margin-left: 99px !important; }
  566. .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { margin-left: 71px !important; }
  567. .et_portfolio_large .et_pt_portfolio_item { margin-left: 124px !important; }
  568. #et_mobile_nav_menu { display: none; text-align: center; padding: 25px 0; }
  569. .mobile_nav { position: relative; display: inline-block; color: #333; text-shadow: 1px 1px 0 #fff; }
  570. .mobile_nav:hover { text-decoration: none; color: #111; }
  571. .mobile_nav.opened > span { -moz-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); }
  572. .mobile_nav > span { top: 3px; height: 10px; right: -25px; position: absolute; width: 15px; background: url(images/load-more-bg.png) no-repeat; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  573. .et_mobile_menu { position: absolute; top: 40px; left: -63px; text-align: left; }
  574. .et_mobile_menu ul { display: block !important; visibility: visible !important; }
  575. .et_mobile_menu ul li { padding-left: 15px; }
  576. .et-popular-mobile-arrow { position: absolute; top: 19px; border-color: transparent transparent transparent #9bc100; border-style: solid; border-width: 5px; cursor: pointer; display: none; }
  577. .et-popular-mobile-arrow-previous { left: 33px; border-color: transparent #9bc100 transparent transparent; }
  578. .et-popular-mobile-arrow-next { right: 37px; }
  579. .categories-tabs-module { position: relative; }
  580. .add-modules-notice { padding: 40px; }
  581. @media only screen and ( min-width: 1301px ) {
  582. .home.et-2-column-layout #content { width: 958px; }
  583. .home.et-2-column-layout #main-content:after { display: none; }
  584. .et_pt_gallery_entry { margin-left: 69px !important; }
  585. }
  586. @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) {
  587. .container { width: 960px; }
  588. .header-banner { float: none; text-align: center; }
  589. #logo { padding-top: 40px; }
  590. #top-menu li { font-size: 14px; }
  591. #top-menu > li > a, #top-menu > li.current-menu-item > a { padding-bottom: 25px; }
  592. #et-featured-posts { padding: 40px; }
  593. .et-featured-post img, .popular-post .main-tab-image img { width: 100%; }
  594. .post-thumbnail .container { min-height: 292px; }
  595. h1.post-heading { font-size: 36px; }
  596. #main-content:before { background-position: 638px 0; }
  597. #content, body.page #content { width: 638px; }
  598. #left-area { padding-top: 40px; }
  599. .entry-content { padding: 0 40px 30px; }
  600. .author-avatar { left: 40px; }
  601. #et-bio-author { padding: 40px 45px 25px 130px; }
  602. #et-post-share { padding: 15px 130px 13px; }
  603. #comment-wrap { padding: 40px 0; }
  604. h1#comments, #reply-title { padding-left: 40px; }
  605. span.fn, span.fn a { font-size: 16px; }
  606. #footer-widgets { padding: 40px 40px 25px; }
  607. .footer-widget { width: 170px; }
  608. #footer-bottom ul { padding: 23px 40px; }
  609. .home .et-first .post-description, .post-description { bottom: 17px; left: 30px; }
  610. .post-description h2 { font-size: 30px; }
  611. .recent-post { padding: 0 40px 40px; }
  612. .et-main-image { width: 160px; margin-right: 30px; }
  613. .et-main-image img { width: 160px; height: 160px; }
  614. .footer-banner { padding-left: 40px; padding-right: 40px; }
  615. .home .et-first { width: 438px; height: 318px; }
  616. .home .et-first .excerpt-wrap { padding: 31px 62px 0 96px; }
  617. .home .et-second { width: 438px; height: 158px; }
  618. .home .et-second .excerpt-wrap { padding-top: 15px; }
  619. .home .et-third, .home .et-fourth { width: 217px; height: 158px; }
  620. .et-third .excerpt-wrap, .et-fourth .excerpt-wrap { padding-top: 8px; }
  621. .home .et-second .post-description h2 { font-size: 24px; }
  622. .home .et-third .post-description h2, .home .et-fourth .post-description h2 { font-size: 18px; }
  623. .home .et-third .post-meta, .home .et-fourth .post-meta { display: none; }
  624. .home #additional-sidebar { display: none; }
  625. .home #sidebar { width: 319px; }
  626. .et-description { margin-left: 200px; }
  627. #et-social-icons { width: 204px; }
  628. #et-social-icons a, #et-social-icons span { width: 50px; }
  629. #et-social-icons .twitter .et-social-normal { background-position: 15px 23px; }
  630. #et-social-icons .twitter .et-social-hover { background-position: 15px 20px; }
  631. #et-social-icons .facebook .et-social-normal { background-position: 21px 22px; }
  632. #et-social-icons .facebook .et-social-hover { background-position: 21px 20px; }
  633. #et-social-icons .rss .et-social-normal { background-position: 17px 22px; }
  634. #et-social-icons .rss .et-social-hover { background-position: 17px 20px; }
  635. #et-social-icons .google .et-social-normal { background-position: 14px 22px; }
  636. #et-social-icons .google .et-social-hover { background-position: 14px 21px; }
  637. body.category .et-first, body.category .et-second { width: 438px; height: 212px; }
  638. body.category .et-first .post-description { bottom: 17px; left: 30px; }
  639. body.category .et-first .post-description h2 { font-size: 30px; }
  640. .et_pt_gallery_entry { margin-left: 69px !important; }
  641. #et_pt_portfolio_gallery { margin-right: -70px; }
  642. .et_pt_portfolio_item { margin-left: 51px !important; }
  643. .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { margin-left: 32px !important; }
  644. .et_portfolio_large .et_pt_portfolio_item { margin-left: 49px !important; }
  645. .et-single-post-ad { padding: 40px 0; margin-bottom: 0; }
  646. }
  647. @media only screen and ( max-width: 960px ) {
  648. #et-search, p#et-search-title, p#et-search-title span { background: none !important; }
  649. #et-search { width: auto !important; height: auto !important; }
  650. #et-search-inner { padding: 0 !important; }
  651. #et-search-right { float: none !important; clear: both; text-align: left !important; }
  652. #et_search_submit { background: #BBB8B8 !important; color: #111 !important; }
  653. p#et-search-title { margin-bottom: 2px !important; }
  654. p#et-search-title span { padding: 0 !important; text-shadow: none !important; }
  655. #et-searchinput { width: auto !important; }
  656. p#et_choose_posts, p#et_choose_pages, p#et_choose_date, p#et_choose_cat { float: none !important; }
  657. #et-search-left { float: none !important; width: 100% !important; }
  658. }
  659. @media only screen and ( min-width: 767px ) and ( max-width: 960px ) {
  660. .container { width: 766px; }
  661. .header-banner { float: none; text-align: center; }
  662. #logo { padding-top: 40px; }
  663. #top-menu li { font-size: 14px; }
  664. .nav li:hover ul, ul.nav li.sfHover ul { left: 0; top: 61px; }
  665. #et-social-icons, #additional-sidebar { display: none; }
  666. #et-featured-posts { padding: 40px; }
  667. .et-featured-post img, .popular-post .main-tab-image img { width: 100%; }
  668. .post-thumbnail .container { min-height: 246px; }
  669. h1.post-heading { font-size: 36px; }
  670. #main-content:before { background-position: 766px 0; }
  671. #content, body.page #content { width: 766px; }
  672. #sidebar { width: 766px; }
  673. #sidebar .widget { width: 382px; }
  674. #left-area { padding-top: 40px; }
  675. .entry-content { padding: 0 40px 30px; }
  676. .author-avatar { left: 40px; }
  677. #et-bio-author { padding: 40px 45px 25px 130px; }
  678. #et-post-share { padding: 15px 130px 13px; }
  679. #comment-wrap { padding: 40px 0; }
  680. h1#comments, #reply-title { padding-left: 40px; }
  681. span.fn, span.fn a { font-size: 16px; }
  682. #footer-widgets { padding: 40px 40px 25px; }
  683. .footer-widget { width: 309px; margin-right: 55px; }
  684. #footer-bottom ul { padding: 23px 40px; }
  685. .home .et-first .post-description, .post-description { bottom: 40px; left: 40px; }
  686. .post-description h2 { font-size: 18px; }
  687. .recent-post { padding: 0 40px 40px; }
  688. .et-main-image { width: 160px; margin-right: 30px; }
  689. .et-main-image img { width: 160px; height: 160px; }
  690. .et-description .post-meta { font-size: 14px; }
  691. .home .et-first { width: 688px; height: 500px; padding-right: 0; margin-bottom: 4px; }
  692. .home .et-second { width: 688px; height: 248px; }
  693. .home .et-third, .home .et-fourth { width: 341px; height: 248px; }
  694. .home #main-content:before { background-color: transparent; border-left: none; }
  695. .home #main-content:after { background: none; }
  696. .home #content { float: none; width: 763px; }
  697. #main-content:before { display: none; }
  698. #sidebar { width: 100%; position: relative; background: #f7f7f7; }
  699. #sidebar:before { content: ''; position: absolute; top: 0; left: 382px; width: 1px; height: 100%; background: #e0e0e0; }
  700. #sidebar .widget { width: 302px; float: left; }
  701. #sidebar .widget:nth-child( 2n+1 ) { clear: both; }
  702. .footer-banner { padding-left: 40px; padding-right: 40px; }
  703. .footer-widget:nth-child( 2n ) { margin-right: 0; }
  704. .footer-widget:nth-child( 2n+1 ) { clear: both; }
  705. .et-description { margin-left: 200px; }
  706. body.category #et-featured-posts { padding: 40px 39px; }
  707. body.category .et-first, body.category .et-second { width: 342px; height: 166px; }
  708. body.category .et-first .post-description, body.category .et-second .post-description { bottom: 7px; left: 30px; }
  709. body.category .et-first .post-description h2, body.category .et-second .post-description h2 { font-size: 18px; }
  710. .et_pt_gallery_entry { margin-left: 26px !important; }
  711. #et_pt_portfolio_gallery { margin-left: -35px !important; margin-right: -20px !important; }
  712. .et_pt_portfolio_item { margin-left: 38px !important; width: 201px !important; }
  713. .et_portfolio_more_icon, .et_portfolio_zoom_icon { top: 50px !important; }
  714. .et_portfolio_more_icon { left: 65px !important; }
  715. .et_portfolio_zoom_icon { left: 106px !important; }
  716. #et_pt_portfolio_gallery.et_portfolio_small { margin-left: -39px !important; }
  717. #et_pt_portfolio_gallery.et_portfolio_small .et_pt_portfolio_item { margin-left: 30px !important; width: 117px !important; }
  718. #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon { top: 20px !important; }
  719. #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon { left: 26px !important; }
  720. #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon { left: 62px !important; }
  721. #et_pt_portfolio_gallery.et_portfolio_large { margin-left: -42px !important; }
  722. #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 42px !important; width: 321px !important; }
  723. #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { top: 99px !important; }
  724. #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon { left: 140px !important; }
  725. #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { left: 178px !important; }
  726. .et-single-post-ad { padding: 40px 0; margin-bottom: 0; }
  727. }
  728. @media only screen and ( max-width: 767px ) {
  729. .container { width: 478px; }
  730. #featured .container { width: 480px; }
  731. .header-banner { float: none; text-align: center; }
  732. #top-info { text-align: center; }
  733. #logo { padding-top: 40px; float: none; margin-bottom: -3px; }
  734. #et-social-icons, #top-menu, #footer-bottom { display: none; }
  735. #et-featured-posts { padding: 40px; }
  736. .et-featured-post img, .popular-post .main-tab-image img { width: 100%; }
  737. .post-thumbnail .container { min-height: 246px; }
  738. h1.post-heading { font-size: 24px; }
  739. #breadcrumbs a { font-size: 14px; }
  740. #main-content:before { background-position: 478px 0; }
  741. #content, body.page #content, #sidebar { width: 100%; }
  742. #sidebar .widget { width: 240px; padding-left: 120px; padding-right: 120px; }
  743. #left-area { padding-top: 40px; }
  744. .entry-content { padding: 0 40px 30px; }
  745. .entry-content .post-meta { font-size: 24px; }
  746. .author-avatar { left: 40px; }
  747. #et-bio-author { padding: 40px 45px 25px 130px; }
  748. #et-post-share { padding: 15px 51px 13px 130px; }
  749. #comment-wrap { padding: 40px 0; }
  750. h1#comments, #reply-title { padding-left: 40px; }
  751. span.fn, span.fn a { font-size: 16px; }
  752. #footer-widgets { padding: 40px 40px 25px; }
  753. .footer-widget { width: 407px; margin-right: 0; }
  754. .home .et-first .post-description, .post-description { bottom: 20px; left: 20px; }
  755. .post-description h2 { font-size: 24px; }
  756. .recent-post { padding: 0 40px 40px; }
  757. .et-main-image { width: 160px; margin-right: 30px; }
  758. .et-main-image img { width: 160px; height: 160px; }
  759. .home .et-first { width: 400px; height: 291px; padding-right: 0; margin-bottom: 4px; }
  760. .home .et-first .excerpt-wrap { padding: 18px 62px 0 90px; }
  761. .home .et-second { width: 400px; height: 145px; }
  762. .home .et-third, .home .et-fourth { width: 198px; height: 144px; }
  763. .home .et-first .post-description h2 { font-size: 24px; }
  764. .home .et-second .post-description h2 { font-size: 24px; }
  765. .home .et-third .post-description h2, .home .et-fourth .post-description h2 { font-size: 18px; }
  766. .home .et-third .post-meta, .home .et-fourth .post-meta { display: none; }
  767. body.category .et-first, body.category .et-second { width: 400px; height: 195px; }
  768. body.category .et-first .post-description, body.category .et-second .post-description { bottom: 25px; left: 40px; }
  769. body.category .et-first .post-description h2, body.category .et-second .post-description h2 { font-size: 24px; }
  770. body.category .et-first { padding-right: 0; margin-bottom: 4px; }
  771. .home #additional-sidebar { display: none; }
  772. .home #main-content:before { background-color: transparent; border-left: none; }
  773. .home #main-content:after { background: none; }
  774. .home #content { float: none; width: 476px; }
  775. .home .et-main-image { display: none; }
  776. .home .categories-tabs-module .et-description, .home .recent-module .et-description { margin: 0; }
  777. .home .popular-tabs { display: none; }
  778. .popular-posts { margin-left: 0; width: auto; }
  779. #copyright { font-size: 13px; text-align: center; }
  780. .popular-module .module-title { text-align: center; }
  781. .recent-reviews .review-rating { position: relative; }
  782. .review-post .et-description { margin-left: 0; }
  783. .home #sidebar { background: #f7f7f7; }
  784. #main-content:before, .home #main-content:after { display: none; }
  785. .footer-banner { padding-left: 40px; padding-right: 40px; }
  786. h4.widgettitle { text-align: center; margin-left: -121px; margin-right: -116px; }
  787. .et-description { margin-left: 200px; }
  788. .commentlist .children li { padding-left: 0; }
  789. .et_pt_gallery_entry { margin-left: 127px !important; }
  790. .sitemap-col { float: none !important; width: auto !important; }
  791. .et_pt_portfolio_item { margin-left: 130px !important; }
  792. .et_portfolio_small .et_pt_portfolio_item { width: 340px !important; margin-bottom: 10px; margin-left: 17px !important; }
  793. .et_portfolio_small .et_pt_portfolio_entry { float: left; margin-right: 15px; }
  794. .et_portfolio_small .et_portfolio_more_icon, .et_portfolio_small .et_portfolio_zoom_icon { top: 30px !important; }
  795. .et_portfolio_small .et_portfolio_more_icon { left: 38px !important; }
  796. .et_portfolio_small .et_portfolio_zoom_icon { left: 77px !important; }
  797. .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { margin-left: 44px !important; width: 400px !important; }
  798. #et_pt_portfolio_gallery.et_portfolio_large { margin-left: -23px !important; }
  799. #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 16px !important; width: 404px !important; }
  800. #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { top: 109px !important; }
  801. #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon { left: 155px !important; }
  802. #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { left: 195px !important; }
  803. #et_mobile_nav_menu, .et-popular-mobile-arrow { display: block; }
  804. .categories-tabs { height: 50px; text-align: center; }
  805. .categories-tabs li { float: none; display: none; }
  806. .categories-tabs li.home-tab-active { display: inline-block; }
  807. .et-single-post-ad { padding: 40px; margin-bottom: 0; }
  808. }
  809. @media only screen and ( max-width: 478px ) {
  810. .container, #featured .container { width: 320px; }
  811. #et-social-icons, #top-menu, #footer-bottom, #breadcrumbs, .author-avatar, #et-post-share span { display: none; }
  812. #et-featured-posts { padding: 40px; }
  813. .et-featured-post img, .popular-post .main-tab-image img { width: 100%; }
  814. .post-thumbnail .container { min-height: 246px; }
  815. h1.post-heading { font-size: 24px; }
  816. #main-content:before { background-position: 320px 0; }
  817. #content, body.page #content { width: 320px; }
  818. #sidebar { width: 320px; }
  819. #sidebar .widget { width: 240px; padding: 0 40px 30px; }
  820. #left-area { padding-top: 40px; }
  821. .entry-content { padding: 0 40px 30px; }
  822. .entry-content .post-meta { font-size: 24px; }
  823. #et-bio-author { padding: 40px 40px 25px; }
  824. #et-post-share { padding: 15px 51px 13px 40px; }
  825. #comment-wrap { padding: 40px 0; }
  826. h1#comments, #reply-title { padding-left: 40px; }
  827. span.fn, span.fn a { font-size: 18px; }
  828. #footer-widgets { padding: 40px 40px 25px; }
  829. .footer-widget { width: 240px; margin-right: 0; }
  830. .post-description { bottom: 15px!important; left: 20px!important; }
  831. .post-description h2 { font-size: 18px!important; }
  832. .post-description .post-meta { display: none; }
  833. .meta-info { font-size: 18px; width: 40px; height: 40px; }
  834. .meta-info .month { font-size: 10px; margin-bottom: -5px; }
  835. .meta-info .meta-date { padding: 0px 8px 5px; }
  836. .recent-post { padding: 0 40px 40px; }
  837. .et-main-image { display: none; }
  838. .et-description h2 { font-size: 30px; }
  839. .et-description .post-meta { font-size: 14px; }
  840. .home .et-first { width: 240px; height: 175px; }
  841. .home .et-second { width: 240px; height: 87px; }
  842. .home .et-third, .home .et-fourth { width: 240px; height: 174px; }
  843. .home #et-featured-posts .post-description h2 { font-size: 18px; }
  844. .home #et-featured-posts .post-meta { display: none; }
  845. .home #additional-sidebar { display: none; }
  846. .home #main-content:before { background-color: transparent; border-left: none; }
  847. .home #main-content:after { background: none; }
  848. .home #content { float: none; width: 318px; }
  849. .home .review-post .et-description { margin-left: 0; }
  850. .home .recent-reviews .review-rating { bottom: 11px; }
  851. .home .et-main-image { display: none; }
  852. .home .categories-tabs-module .et-description, .home .recent-module .et-description { margin: 0; }
  853. .home .popular-tabs { display: none; }
  854. .popular-posts { margin-left: 0; width: auto; }
  855. #copyright { font-size: 13px; text-align: center; }
  856. body.category .et-first, body.category .et-second { width: 240px; height: 117px; }
  857. body.category .et-first .excerpt-wrap, body.category .et-second .excerpt-wrap { padding: 22px 49px 0 58px; }
  858. body.category .et-first .post-description, body.category .et-second .post-description { bottom: 7px; left: 20px; }
  859. body.category .et-first .post-description h2, body.category .et-second .post-description h2 { font-size: 18px; }
  860. .header-banner { display: none; }
  861. #logo { padding-top: 0; }
  862. .et-third { padding-right: 0; margin-bottom: 4px; }
  863. .featured-comments { left: 1px; }
  864. h4.widgettitle { margin: 0 -39px 30px -41px; }
  865. .et-description { margin-left: 0; }
  866. #et_contact_right { width: 100% !important; margin-left: 0 !important; }
  867. .et_pt_gallery_entry { margin-left: 43px !important; }
  868. #et_pt_portfolio_gallery, #et_pt_portfolio_gallery.et_portfolio_large { margin-left: -39px !important; }
  869. .et_pt_portfolio_item, #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 16px !important; width: 228px !important; }
  870. .et_portfolio_more_icon, .et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { top: 53px !important; }
  871. .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon { left: 70px !important; }
  872. .et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { left: 110px !important; }
  873. #et_pt_portfolio_gallery { margin-left: -16px !important; }
  874. .et_portfolio_small .et_pt_portfolio_item { width: 255px !important; margin-left: 0 !important; }
  875. .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { margin-left: -8px !important; width: 288px !important; }
  876. #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 37px !important; }
  877. .et_mobile_menu { left: -65px; }
  878. .et-single-post-ad { display: none; }
  879. }
  880. #content p {
  881. font-size:15px;
  882. line-height:1.7em;
  883. padding-bottom: 5px;
  884. }
  885. #latar
  886. {
  887. background-image:url('/wp-content/themes/Nexus/images/background.jpg');
  888. background-repeat:no-repeat;
  889. background-size:contain;
  890. background-position:center;
  891. }

comments powered by Disqus