Advertisement
Guest User

%asasj1kj123

a guest
Mar 28th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 32.35 KB | None | 0 0
  1. /* ==================================================
  2.  Theme Name: Corporate
  3.  Version: 2.2.0
  4.  Description: Corporate WordPress Theme by WPExplorer
  5.  Author: WPExplorer
  6.  Author URI: http://www.wpexplorer.com
  7.  Theme URI: http://www.wpexplorer.com/
  8.  License: GNU General Public License version 2.0
  9.  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  10.  
  11. /* Reset
  12. ================================================== */
  13. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
  14. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
  15. ol, ul { list-style: none }
  16. blockquote, q { quotes: none }
  17. :focus { outline: 0 }
  18. table { border-collapse: collapse; border-spacing: 0; }
  19. img { max-width: 100%; height: auto; }
  20. mark { background: none; }
  21. select { max-width: 100%; }
  22.  
  23. /* The Grid
  24. ================================================== */
  25. .col:after,
  26. .clr:after,
  27. .group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
  28. .col { display: block; float: left; margin: 0 0 2% 1.6%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  29.  
  30. /*percent grid*/
  31. .wpex-row { margin: 0 -10px }
  32. .wpex-row .col { float: left; margin: 0 0 20px; padding: 0 10px; }
  33. .wpex-row .col-1 { clear: both; }
  34. .wpex-row .span_1_of_1 { width: 100%; }
  35. .wpex-row .span_1_of_2 { width: 50% }
  36. .wpex-row .span_1_of_3 { width: 33.33333333% }
  37. .wpex-row .span_1_of_4 { width: 25% }
  38. .wpex-row .span_1_of_5 { width: 20% }
  39. .wpex-row .span_1_of_6 { width: 16.66666667% }
  40.  
  41. /*clear float and remove left margin*/
  42. .clr-margin { margin-left: 0 }
  43. .count-1 { clear: both; margin-left: 0; }
  44. .col-1,
  45. .col.first { clear: both; margin-left: 0; }
  46.  
  47. /* Body & Main
  48. ================================================== */
  49. body { background: #ddd; color: #676767; font: 400 13px/2.0em 'Montserrat', Helvetica Neue, Helvetica, Arial; }
  50. body a { color: #02aace; text-decoration: none; }
  51. body a:hover { color: #000; }
  52. .container {
  53.     margin: 0 auto;
  54.     width: 1200px;
  55.     box-sizing: border-box;
  56.     -moz-box-sizing: border-box;
  57.     -webkit-box-sizing: border-box;
  58. }
  59. #wrap { margin-top: 60px; margin-bottom: 60px; background: #fff; padding: 0 30px; overflow: hidden; }
  60. #primary { padding-bottom: 40px; }
  61. body.page-template-templateshome-php #primary { padding-bottom: 0; }
  62. .left-content { float: left; width: 640px;}
  63. .sidebar-container { float: right; width: 250px; }
  64.  
  65. /* Commons
  66. ================================================== */
  67. .clr:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
  68. .clear { clear: both }
  69. img { height: auto; max-width: 100%; }
  70. blockquote { font-size: 1.4em; line-height: 1.75em; margin-bottom: 30px; position: relative; font-family: 'Georgia'; color:  #787878; background: url("images/quote.png") left 4px no-repeat; padding-left: 60px; }
  71. blockquote.left { float: left; margin-left: 0; margin-right: 20px; text-align: right; width: 33%; }
  72. blockquote.right { float: right; margin-left: 20px; margin-right: 0; text-align: left; width: 33%; }
  73. pre { background: #f9f9f9; padding: 20px; margin-bottom: 30px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-family: 'Verdana'; }
  74. address { letter-spacing: 1px; margin: 20px 0; }
  75. #page-featured-img { margin-bottom: 25px; position: relative; }
  76. #page-featured-img img { display: block; width: 100%; }
  77. .double-divider { display: block; width: 100%; height: 3px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 40px 0; }
  78. .heading { font-size: 16px; margin: 0 0 20px; padding-bottom: 5px; border-bottom: 1px solid #eee; font-weight:  400; }
  79. .wpex-video-embed { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
  80. .wpex-video-embed frame,
  81. .wpex-video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  82. a.wpex-lightbox-gallery { display: block; }
  83. .page-thumbnail { margin-bottom: 30px; }
  84. .page-thumbnail img { display: block; }
  85. body.page-template-templatesfullwidth-php .page-thumbnail { margin-top: -40px; margin-left: -30px; margin-right: -30px; }
  86.  
  87. /* Lists
  88. ================================================== */
  89. .entry ul { margin: 30px 0 30px 20px }
  90. .entry ul li,
  91. .entry ol li { margin: 0 0 5px }
  92. .entry ol { margin: 30px 0 30px 25px }
  93. .entry ul { list-style: disc }
  94. .entry ol { list-style: decimal }
  95.  
  96. /* Typography
  97. ================================================== */
  98. h1,h2,h3,h4,h5,h6 { font-weight: 400; color: #000; line-height: 1.4em; }
  99. .entry h2,
  100. .entry h3,
  101. .entry h4,
  102. .entry h5,
  103. .entry h6 { margin: 60px 0 30px }
  104. h1 { font-size: 24px; margin: 0 0 20px; }
  105. h2 { font-size: 18px }
  106. h3 { font-size: 16px }
  107. h4 { font-size: 14px }
  108. h5 { font-size: 12px }
  109. h6 { font-size: 10px }
  110. p { margin: 0 0 20px }
  111. h1 a, h2 a, h3 a, h4 a { color: #000; }
  112. h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color: #02aace; text-decoration: none; }
  113. p.lead { color: #777; font-size: 21px; line-height: 27px; }
  114. em { font-style: italic }
  115. strong { font-weight: 600; }
  116. .entry strong { color: #000; }
  117. small { font-size: 80% }
  118. hr { border: solid #eee; border-width: 1px 0 0; clear: both; height: 0; margin: 40px 0; }
  119. a { outline: 0 }
  120.  
  121. /* Page Header
  122. ================================================== */
  123. .page-header { position: relative; margin-bottom: 30px; }
  124. .page-template-templatesportfolio-php .page-header { margin-bottom: 25px; }
  125. .page-header-title { color: #000000; font-size: 28px; font-weight: 400; margin: 0; }
  126. .single-post .page-header { margin: 0 0 20px; }
  127. .single-post .page-header-title { margin: 0 0 10px; font-size: 24px; font-weight: 400; }
  128. .search-results .page-header { padding-bottom: 30px; border-bottom: 1px solid #ddd; }
  129. .single-portfolio .page-header { margin: 0 0 10px; }
  130. #archive-description { margin-top: 20px; }
  131. #archive-description p:last-child { margin: 0; }
  132.  
  133. /* Header
  134. ================================================== */
  135.  
  136. /*header*/
  137. #header-wrap { padding: 40px 30px; margin: 0 -30px; }
  138. #header { text-align: left; position: relative; }
  139.  
  140. /*logo*/
  141. #logo img {
  142.     display: block;
  143.     max-width: 100%;
  144.     margin: 0 auto;
  145. }
  146. #logo a { color: #000; font-size: 32px; text-decoration: none; }
  147.  
  148. /*search*/
  149. #header-search { position: absolute; top: 50%; margin-top: -20px; right: 0; height: 40px; width: 240px; }
  150. #header-search input { height: 40px; width: 100%; font-size: 13px; border: none; background: #eee; }
  151.  
  152. /* Main Navigation
  153. ================================================== */
  154. .sf-menu,
  155. .sf-menu * { margin: 0; padding: 0; list-style: none;}
  156. .sf-menu li { position: relative }
  157. .sf-menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 10001; }
  158. .sf-menu > li { float: left }
  159. .sf-menu li:hover > ul,
  160. .sf-menu li.sfHover > ul { display: block }
  161. .sf-menu a { display: block; position: relative; }
  162. .sf-menu ul ul { top: 0; left: 100%; }
  163. .sf-menu { float: left }
  164. .sf-menu ul { min-width: 160px; *width: 160px; }
  165. .sf-menu a { zoom: 1 }
  166. .sf-menu li { position: relative; white-space: nowrap; *white-space: normal; -webkit-transition: background .2s; transition: background .2s; }
  167. .sf-menu li:hover,
  168. .sf-menu li.sfHover { -webkit-transition: none; transition: none; }
  169. .sf-menu .sf-mega { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
  170. .sf-menu li:hover > .sf-mega,
  171. .sf-menu li.sfHover > .sf-mega { display: block }
  172.  
  173. /*styling*/
  174. #site-navigation-wrap { background: #222; margin: 0; height: 55px; margin-bottom: 50px;margin-left: -30px;margin-right: -30px;}
  175. #site-navigation .dropdown-menu li { display: block; float: left; height: 55px; line-height: 55px; }
  176. #site-navigation .dropdown-menu a { color: #999; font-weight: 400; text-decoration: none; text-align: left; cursor: pointer; padding: 0 30px; }
  177. #site-navigation .dropdown-menu > li > a:hover,
  178. #site-navigation .dropdown-menu > li.sfHover > a,
  179. #site-navigation .dropdown-menu > .current-menu-item > a,
  180. #site-navigation .dropdown-menu > .current-menu-item > a:hover { background: #02aace; color: #fff; }
  181.  
  182. /*drop-down styles*/
  183. #site-navigation .dropdown-menu ul { background: #000; background: rgba(0,0,0,0.90); font-size: 12px; }
  184. #site-navigation .dropdown-menu ul a { display: block; height: auto; line-height: 1.7em; padding: 10px 20px; margin: 0px; border: 0px; text-transform: none; }
  185. #site-navigation .dropdown-menu ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.08); line-height: 1.4em; height: auto; float: none; display: block; }
  186. #site-navigation .dropdown-menu ul li > a:hover { color: #fff }
  187. #site-navigation .dropdown-menu ul li:last-child { border: none; }
  188.  
  189. .menu-primary-container{
  190.     display: flex;
  191.     justify-content: center;
  192. }
  193.  
  194. /* Sidebar
  195. ================================================== */
  196. .sidebar-container .sidebar-widget { margin-bottom: 40px; }
  197. .sidebar-container .sidebar-widget > ul > li { border-bottom: 1px solid #eee; }
  198. .sidebar-container .sidebar-widget > ul > li:first-child { border-top: 1px solid #eee; }
  199. .sidebar-container .sidebar-widget .widget-title { font-size: 14px; margin: 0 0 20px; font-weight: 600; }
  200.  
  201. /* Widgets
  202. ================================================== */
  203. .sidebar-container select { width: 100%; }
  204.  
  205. /*calendar widget*/
  206. #wp-calendar { width: 100%; font-size: 11px; }
  207. #wp-calendar thead th { background: #f5f5f5; border: 1px solid #ddd; border-top: none; font-size: 11px; }
  208. #wp-calendar tbody td { text-align: center; border: 1px solid #ddd; line-height: 2.5em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease; }
  209. #wp-calendar tbody td a,
  210. #wp-calendar tbody td a:hover { color: #02aace; text-decoration: underline; }
  211. #wp-calendar tfoot td { padding-top: 1px; padding: 4px; }
  212. #wp-calendar caption { cursor: pointer; font-size: 12px; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; background: #02aace; color: #fff; }
  213. #wp-calendar tbody a { display: block; text-decoration: underline; }
  214. #wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 2px 0; color: #a7a7a7; }
  215. #wp-calendar tfoot td#next { text-align: right; }
  216. #footer #wp-calendar thead th { background: #232323 }
  217. #footer #wp-calendar thead th,
  218. #footer #wp-calendar tbody td { border-color: #333 }
  219.  
  220. /* Posts
  221. ================================================== */
  222. .loop-entry { border-bottom: 1px solid #eee; margin-bottom: 40px; padding-bottom: 40px; }
  223. .loop-entry.post-entry p:last-child { margin: 0 }
  224. .loop-entry-title{ font-size: 24px; font-weight: 400; margin: 0 0 10px; }
  225. .loop-entry-thumbnail,
  226. .loop-entry-video,
  227. .post-thumbnail { margin-bottom: 30px; }
  228. .loop-entry-thumbnail img{ box-shadow: #000 0em 0em 0em; nowhitespace: afterproperty; }
  229. .loop-entry-thumbnail img:hover { opacity: 0.8; }
  230. .post-video { margin-bottom: 30px; }
  231. .entry-footer { margin-top: 40px; }
  232. .entry-footer a { float: right; display: block; border: 2px solid #ddd; padding: 2px 14px; color: #aaa; font-size: 0.85em; text-transform: uppercase; letter-spacing: 1px }
  233. .entry-footer a:hover { color: #000; border-color: #000; text-decoration: none; }
  234. .author-info { margin-top: 40px; }
  235. .author-info .author-info-inner { position: relative; padding-left: 100px; }
  236. .author-info .author-avatar { position: absolute; left: 0; top: 0; }
  237. .author-info .author-avatar img { border-radius: 2px; }
  238.  
  239. /* Post Meta
  240. ================================================== */
  241. .post-meta { color: #000; display: block; float: none; font-size: 13px; line-height: 2em; margin-bottom: 20px; }
  242. .post-meta li { display: block; float: left; margin: 0; }
  243. .post-meta li .meta-seperator { margin: 0 15px; color: #ddd; }
  244. .post-meta .meta-date-text,
  245. .post-meta a { color: #808080; }
  246. .post-meta a { text-decoration: underline; }
  247. .post-meta a:hover { color: #02aace; }
  248.  
  249. /* Search
  250. ================================================== */
  251. .search-entry { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd; }
  252. .search-entry-thumbnail { float: left; margin: 0 20px 0 0; }
  253. .search-entry-thumbnail img { width: 100%; }
  254. .search-entry-thumbnail a:hover img { opacity: 0.8; }
  255. .search-entry-title { margin: 0 0 15px; }
  256. .search-entry.no-featured-image { padding-left: 0; }
  257.  
  258. /* Pagination
  259. ================================================== */
  260. ul.page-numbers { list-style: none; margin: 0; }
  261. .page-template-templatesportfolio-php ul.page-numbers,
  262. .tax-portfolio_category ul.page-numbers { margin-top: 20px; }
  263. ul.page-numbers li { display: block; float: left; text-align: center; }
  264. .page-numbers:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
  265. .page-numbers a,
  266. .page-numbers span,
  267. #edd_download_pagination .page-numbers { background-color: transparent; border: 0; color: #606060; background: #ddd; cursor: pointer; display: block; float: left; height: 30px; line-height: 30px; margin-right: 4px; margin-top: 4px; width: auto; padding: 0 12px; text-align: center; ftext-decoration: none; }
  268. .page-numbers a:hover,
  269. .page-numbers span.current,
  270. #edd_download_pagination .page-numbers:hover,
  271. #edd_download_pagination .page-numbers.current { background: #02aace; color: #fff; text-decoration: none; }
  272. .infinite-scroll ul.page-numbers { display: none !important }
  273.  
  274. /* FlexSlider
  275. ================================================== */
  276.  
  277. /* Necessary Styles*/
  278. .flex-container a:active,
  279. .flexslider a:active,
  280. .flex-container a:focus,
  281. .flexslider a:focus  {outline: none;}
  282. .slides,
  283. .flex-control-nav,
  284. .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
  285. .flexslider {margin: 0; padding: 0;}
  286. .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; margin: 0; }
  287. /* Hide the slides before the JS is loaded. Avoids image jumping */
  288. .flexslider .slides img {width: 100%; display: block;}
  289. .flex-pauseplay span {text-transform: capitalize;}
  290. .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
  291. html[xmlns] .slides {display: block;}
  292. * html .slides {height: 1%;}
  293. .no-js .slides > li:first-child {display: block;}
  294.  
  295. /*main*/
  296. .flexslider-container { position: relative; }
  297. .flexslider-container img { display: block; }
  298.  
  299. /*next/prev*/
  300. .flex-direction-nav { z-index: 9; position: absolute; bottom:0; right: 0; }
  301. .flex-direction-nav li { display: block; float: left; margin-left: 0; }
  302. .flex-direction-nav li a { display: block; height: 30px; line-height: 30px; width: 35px; text-align: center; opacity: 0.8; background: #000; color: #fff; font-size: 14px; }
  303. .flex-direction-nav li a:hover { opacity: 1; background: #02aace; color: #fff; text-decoration: none; }
  304. .flex-direction-nav li a .genericon { font-size: 16px; height: 30px; line-height: 30px; }
  305.  
  306. /*pagination*/
  307. .flex-control-nav { margin-top: 20px; }
  308. .flex-control-nav li { display: block; float: left; }
  309. .flex-control-nav a { background-color: transparent; border: 0; color: #606060; background: #ddd; cursor: pointer; display: block; float: left; height: 30px; line-height: 30px; margin-right: 2px; width: 30px; text-align: center; ftext-decoration: none; }
  310. .flex-control-nav a:hover,
  311. .flex-control-nav a.flex-active { background: #02aace; color: #fff; text-decoration: none; }
  312.  
  313. /* Homepage
  314. ================================================== */
  315. #homepage-slider-wrap { margin: -40px -30px 0; }
  316. #homepage-content { margin: 35px 0; }
  317. #homepage-features,
  318. #homepage-portfolio { margin-bottom: 30px; }
  319. #homepage-content p:last-child { margin: 0; }
  320. #homepage-content { padding: 30px; background: #f4f4f4; border-radius: 4px; font-size: 1.3em; text-align: center; color: #000; }
  321.  
  322. /* Feature Entries
  323. ================================================== */
  324. .feature-thumbnail { margin: 0 0 20px; }
  325. .feature-thumbnail img { display: block; width: auto; margin: 0 auto; }
  326. .feature-thumbnail a:hover img { opacity: 0.8; }
  327. .feature-entry-title { margin: 0 0 10px; font-size: 21px; }
  328. .feature-icon-font { margin-right: 10px; }
  329. .feature-entry-content p:last-child { margin: 0; }
  330.  
  331. /* Portfolio
  332. ================================================== */
  333.  
  334. /*main*/
  335. #portfolio-wrap { position: relative }
  336. #portfolio-wrap ul { margin: 0px; list-style: none; }
  337. #portfolio-description { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #e6e6e6; }
  338. #portfolio-description p:last-child,
  339. .portfolio-description p { margin: 0 }
  340.  
  341. /*portfolio entry*/
  342. .portfolio-entry.grid-2 { margin-bottom: 60px }
  343. .portfolio-entry.grid-3 { margin-bottom: 40px }
  344. .portfolio-entry.grid-4 { margin-bottom: 40px }
  345. .portfolio-entry-img { display: block; width: 100%; }
  346. .portfolio-entry a { text-decoration: none }
  347. .portfolio-entry a:hover { text-decoration: none }
  348. .portfolio-entry-content { margin-top: 20px }
  349. .portfolio-entry-heading h3 { margin: 0 0 10px }
  350. .portfolio-entry .overlayparent { position: relative; display: block; }
  351. .portfolio-entry .overlay { visibility: hidden; opacity: 0; position: absolute; display: block; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background-color: #000; transition: all 0.1s ease-in-out; }
  352. .portfolio-entry .overlayparent:hover .overlay { visibility: visible; opacity: 0.75; }
  353. .portfolio-entry .overlay h3 { color: #fff; margin: 30px 30px 0; font-weight: 400; }
  354. .single-portfolio .post-slider-wrap,
  355. .single-portfolio .post-video { margin: -40px -30px 30px; }
  356.  
  357. /* Staff
  358. ================================================== */
  359. .staff-entry-media img { display: block; }
  360. .staff-entry-title { font-size: 18px; font-weight: 400; margin: 15px 0; }
  361.  
  362. /* Forms / Inputs / Buttons
  363. ================================================== */
  364.  
  365. /*inputs*/
  366. input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="tel"] { }input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="tel"]:focus,textarea:focus { color: #676767; outline: none; }
  367. input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="tel"],
  368. textarea { -moz-box-sizing: border-box; -webkit-appearance: none; -webkit-box-sizing: border-box; background: transparent; border: 2px solid #ededed; box-sizing: border-box; color: #606060; display: block; font-size: 1em; margin: 0; max-width: 100%; padding: 10px 14px; }
  369. textarea { width: 100%; }
  370. button,
  371. input[type="button"],
  372. input[type="submit"] { -webkit-appearance: none; background: #02aace; border: transparent; border-radius: 3px; color: #fff; cursor: pointer; display: inline-block; font-size: 1em; font-weight: 600; outline: none; padding: 0 25px; height: 40px; line-height: 40px; position: relative; }
  373. .entry input[type="submit"] { margin-top: 10px; }
  374. button:active,
  375. input[type="button"]:active,
  376. input[type="submit"]:active { }
  377. button:hover,
  378. input[type="button"]:hover,
  379. input[type="submit"]:hover { background-color: #000 }
  380. a.view-all { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background: #EEEEEE; border-radius: 3px; padding: 8px 20px; text-align: center; width: 100%; color: #808080; }
  381.  
  382. /* Search
  383. ================================================== */
  384. input[type="search"] { -moz-box-sizing: border-box; -webkit-appearance: none; -webkit-box-sizing: border-box; background: #fff; border: none; border-radius: 0; box-sizing: border-box; color: #666;font-size: 0.813em; outline: none; padding: 10px 14px; width: 100%; border: 1px solid #ddd; }
  385. input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none }
  386. input[type="search"]::-webkit-search-decoration { display: none }
  387.  
  388. /* Contact Form 7
  389. ================================================== */
  390. .wpcf7-form span.wpcf7-form-control-wrap { display: block; margin-top: 10px; position: relative; }
  391. .wpcf7-form p { margin: 0 0 20px }
  392. .wpcf7-form p:last-of-type { margin: 0 }
  393. div.wpcf7-validation-errors { margin: 25px 0 0 }
  394. span.wpcf7-not-valid-tip { font-size: 0.95em; color:  #898989; font-family: 'Verdana'; }
  395. .wpcf7-response-output { background: #f4f4f4; color: #888; display: none; line-height: 1.45em; margin-top: 30px; padding: 12px; text-align: center; }
  396. input.wpcf7-not-valid[type="text"],
  397. input.wpcf7-not-valid[type="password"],
  398. input.wpcf7-not-valid[type="email"],
  399. input.wpcf7-not-valid[type="url"],
  400. input.wpcf7-not-valid[type="tel"],
  401. textarea.wpcf7-not-valid { border-color: #FF4847 }
  402.  
  403. /* Comments
  404. ================================================== */
  405. #comments { margin-top: 40px }
  406. #comments span.required { color: #C30 }
  407. #comments-title { margin-bottom: 40px; }
  408. .commentlist { margin: 0 }
  409. .commentlist .children { margin-left: 30px; }
  410. .commentlist li { list-style: none; margin: 0; }
  411. .commentlist .comment { border-bottom: 1px solid #eee;margin-bottom: 40px; padding-bottom: 40px; }
  412. .comment-author { left: 0; position: absolute; top: 0; }
  413. .comment-author .avatar { display: block; border-radius: 2px; }
  414. .comment-meta { margin-bottom: 10px }
  415. .comment-meta .fn { font-size: 1.1em; color: #000; display: block; }
  416. .comment-date { display: inline-block; margin-right: 12px; }
  417. .comment-details { margin-left: 80px; }
  418. .comment-content p:last-child { margin: 0 }
  419. .comment-date a,
  420. a.comment-reply-link { font-size: 0.9em; color: #808080 }
  421. a#cancel-comment-reply-link { color: red; display: inline; font-size: 0.95em; margin-left: 12px; }
  422. a#cancel-comment-reply-link:hover { text-decoration: underline; }
  423. #respond { margin: 40px 0 0; }
  424. .commentlist li article { position: relative }
  425. .commentlist #respond { margin-bottom: 100px }
  426. #comments-logged-in { font-size: 13px; margin-bottom: 30px; margin-top: 10px; }
  427. #log-out { float: right; margin-top: -56px; }
  428. .comment-form-comment label[for="comment"] { display: none }
  429. #reply-title { font-size: 16px; margin: 0 0 20px; }
  430. p.logged-in-as { margin-bottom: 60px }
  431. #commentform textarea { width: 100% }
  432. #comments .form-allowed-tags { display: none }
  433. .comment-awaiting-moderation { background: #02AACE; color: #fff; display: inline-block; line-height: 1em; margin-bottom: 20px; margin-top: 10px; padding: 2px 6px; }
  434.  
  435. /* Footer
  436. ================================================== */
  437. #footer-wrap { background: #000; margin: 0 -30px; padding: 30px; overflow: hidden; }
  438. #footer-wrap input[type="text"],
  439. #footer-wrap input[type="search"] { border:  none; }
  440. #footer-wrap select { width: 100%; }
  441. #footer-wrap a { color: #bbb; }
  442. #footer-wrap a:hover { color: #02aace; text-decoration: none; }
  443. #footer-widgets .widget-title { color:  #fff; font-size: 16px; margin: 0 0 15px; font-weight: 400; }
  444. #footer-widgets.wpex-row { margin: 0 -15px; }
  445. #footer-widgets.wpex-row .col { padding: 0 15px; }
  446. .footer-widget { margin-bottom: 40px }
  447. .footer-widget > ul > li { border-bottom: 1px solid #333; border-bottom-color: rgba(255,255,255,0.14); }
  448. .footer-widget > ul > li:first-child { border-top: 1px solid #333; border-top-color: rgba(255,255,255,0.14); }
  449. #footer-widgets .widget_nav_menu ul > li { border-bottom: 1px solid #333; border-bottom-color: rgba(255,255,255,0.14); }
  450. #footer-widgets .widget_nav_menu ul > li:first-child { border-top: 1px solid #333; border-top-color: rgba(255,255,255,0.14); }
  451. #footer-widgets .widget_nav_menu ul > li li a:before { content: "-"; padding: 0 10px; color: #555; }
  452. #footer-widgets .widget_nav_menu ul > li.menu-item-has-children{ border-bottom: none; }
  453. #copyright-wrap { background: #000; border-top: 1px solid #222; margin: 0 -30px 0; padding: 20px 30px; color: #666; text-align: center; }
  454. #copyright-wrap a:hover{ color: #fff; }
  455.  
  456. /* 404 Page
  457. ================================================== */
  458. #error-page { text-align: center; margin-top: 60px; }
  459. #error-page-title { border: none; font-size: 7.5em; line-height: 1em; margin: 0 0 30px; }
  460. #error-page-title span { margin-right: 7px }
  461. #error-page-text { font-size: 1.15em; }
  462.  
  463. /* WordPress Styles
  464. ================================================== */
  465. .sticky { }
  466. .bypostauthor { }
  467.  
  468. /*aligns*/
  469. .aligncenter { display: block; margin: 0 auto; }
  470. .alignright { float: right; margin: 0 0 10px 20px; }
  471. .alignleft { float: left; margin: 0 20px 10px 0; }
  472.  
  473. /*floats*/
  474. .floatleft { float: left }
  475. .floatright { float: right }
  476.  
  477. /*text style*/
  478. .textcenter { text-align: center }
  479. .textright { text-align: right }
  480. .textleft { text-align: left }
  481.  
  482. /*captions*/
  483. .wp-caption { max-width: 100% !important }
  484. .wp-caption p.wp-caption-text { box-sizing: border-box; text-align: center; }
  485. .wp-caption img { display: block; border: 0 none; margin: 0; width: 100%; padding: 0; }
  486.  
  487. /*smiley reset*/
  488. .wp-smiley { margin: 0 !important; max-height: 1em; }
  489.  
  490. /*img attachment*/
  491. #img-attch-page { overflow: hidden; text-align: center; }
  492. #img-attch-page img { display: inline-block; margin: 0 auto; margin-bottom: 20px; max-width: 100%; }
  493.  
  494. /*gallery*/
  495. .gallery { margin: 0 0 30px !important; }
  496. .gallery-icon img { border: none !important; }
  497. .gallery-caption { text-align: center; }
  498.  
  499. /* Text meant only for screen readers. */
  500. .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
  501. .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
  502.  
  503.  
  504. /*hide responsive elements
  505. ================================================== */
  506. #navigation-toggle,
  507. .sidr,
  508. #sidr-close { display: none }
  509.  
  510. /* EDD tweaks
  511. ================================================== */
  512. .edd_download_image { margin-bottom: 20px; }
  513. .edd_download_image a { display: block; }
  514. .edd_download_image img { width: 100%; display: block; }
  515. .edd_download_image a:hover img { opacity: 0.85; }
  516. .entry .edd_download_title { margin: 0 0 10px;}
  517. .edd_downloads_list .edd_download { margin-bottom: 30px; }
  518. .edd_downloads_list .edd_download_inner { margin: 0; }
  519. .edd_downloads_list .edd_download_title { margin: 0 0 10px; font-size: 21px; }
  520.  
  521. /* Magnific Popup CSS
  522. ================================================== */
  523. .mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.9;filter:alpha(opacity=90);}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle;}.mfp-align-top .mfp-container:before{display:none;}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto;}.mfp-ajax-cur{cursor:progress;}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}.mfp-auto-cursor .mfp-content{cursor:auto;}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none;}.mfp-loading.mfp-figure{display:none;}.mfp-hide{display:none !important;}.mfp-preloader{color:#cccccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044;}.mfp-preloader a{color:#cccccc;}.mfp-preloader a:hover{color:white;}.mfp-s-ready .mfp-preloader{display:none;}.mfp-s-error .mfp-content{display:none;}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none;}button::-moz-focus-inner{padding:0;border:0;}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:white;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace;}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100);}.mfp-close:active{top:1px;}.mfp-close-btn-in .mfp-close{color:#333333;}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:white;right:-6px;text-align:right;padding-right:6px;width:100%;}.mfp-counter{position:absolute;top:0;right:0;color:#cccccc;font-size:12px;line-height:18px;white-space:nowrap;}.mfp-arrow{position:absolute;opacity:0.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0);}.mfp-arrow:active{margin-top:-54px;}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100);}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent;}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px;}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:0.7;}.mfp-arrow-left{left:0;}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid white;margin-left:31px;}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f;}.mfp-arrow-right{right:0;}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid white;margin-left:39px;}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f;}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px;}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px;}.mfp-iframe-holder .mfp-close{top:-40px;}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%;}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:black;}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto;}.mfp-figure{line-height:0;}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444444;}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px;}.mfp-figure figure{margin:0;}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto;}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px;}.mfp-image-holder .mfp-content{max-width:100%;}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0;}.mfp-img-mobile img.mfp-img{padding:0;}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0;}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px;}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0;}.mfp-img-mobile .mfp-counter{right:5px;top:3px;}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0;}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75);}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0;}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%;}.mfp-container{padding-left:6px;padding-right:6px;}}.mfp-ie7 .mfp-img{padding:0;}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px;}.mfp-ie7 .mfp-container{padding:0;}.mfp-ie7 .mfp-content{padding-top:44px;}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement