style.css 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184
  1. @import url("https://use.typekit.net/eqx0vrw.css");
  2. .trajan {
  3. font-family: trajan-pro-3, serif;
  4. font-style: normal;
  5. font-weight: 400;
  6. }
  7. .trajan-small {
  8. font-variant: small-caps;
  9. }
  10. .trajan-semibold {
  11. font-family: trajan-pro-3, serif;
  12. font-style: normal;
  13. font-weight: 600;
  14. }
  15. img.drop {
  16. padding:10px;
  17. margin: 0 0 10px;
  18. background:#eee;
  19. }
  20. img.wrap-left {
  21. padding:10px;
  22. margin: 0 10px 10px 0;
  23. background:#eee;
  24. }
  25. .section {
  26. margin: 0 0 150px;
  27. }
  28. .section-small {
  29. margin: 0 0 50px;
  30. }
  31. p.footer {
  32. line-height:18px;
  33. font-size:14px;
  34. }
  35. span.larger-font {
  36. font-size:32px;
  37. }
  38. .logo img {
  39. padding: 0 0 10px;
  40. }
  41. /* =========== RESET =========== */
  42. img,
  43. legend {
  44. border: 0;
  45. }
  46. legend,
  47. td,
  48. th {
  49. padding: 0;
  50. }
  51. html {
  52. font-family: sans-serif;
  53. -ms-text-size-adjust: 100%;
  54. -webkit-text-size-adjust: 100%;
  55. }
  56. article,
  57. aside,
  58. details,
  59. figcaption,
  60. figure,
  61. footer,
  62. header,
  63. hgroup,
  64. main,
  65. menu,
  66. nav,
  67. section,
  68. summary {
  69. display: block;
  70. }
  71. audio,
  72. canvas,
  73. progress,
  74. video {
  75. display: inline-block;
  76. vertical-align: baseline;
  77. }
  78. audio:not([controls]) {
  79. display: none;
  80. height: 0;
  81. }
  82. [hidden],
  83. template {
  84. display: none;
  85. }
  86. a {
  87. color: #ababab;
  88. background-color: transparent;
  89. }
  90. a:hover,
  91. a:active {
  92. outline: 0;
  93. }
  94. abbr[title] {
  95. border-bottom: 1px dotted;
  96. }
  97. b,
  98. optgroup,
  99. strong {
  100. font-weight: 700;
  101. }
  102. dfn {
  103. font-style: italic;
  104. }
  105. h1 {
  106. font-size: 2em;
  107. margin: .67em 0;
  108. }
  109. mark {
  110. background: #ffffff;
  111. color: #333333;
  112. }
  113. small {
  114. font-size: 80%;
  115. }
  116. sub,
  117. sup {
  118. font-size: 75%;
  119. line-height: 0;
  120. position: relative;
  121. vertical-align: baseline;
  122. }
  123. sup {
  124. top: -0.5em;
  125. }
  126. sub {
  127. bottom: -0.25em;
  128. }
  129. svg:not(:root) {
  130. overflow: hidden;
  131. }
  132. figure {
  133. margin: 1em 40px;
  134. }
  135. hr {
  136. -moz-box-sizing: content-box;
  137. box-sizing: content-box;
  138. height: 0;
  139. }
  140. pre,
  141. textarea {
  142. overflow: auto;
  143. }
  144. code,
  145. kbd,
  146. pre,
  147. samp {
  148. font-family: monospace, monospace;
  149. font-size: 1em;
  150. }
  151. button,
  152. input,
  153. optgroup,
  154. select,
  155. textarea {
  156. color: inherit;
  157. font: inherit;
  158. margin: 0;
  159. }
  160. button {
  161. overflow: visible;
  162. }
  163. button,
  164. select {
  165. text-transform: none;
  166. }
  167. button,
  168. html input[type=button],
  169. input[type=reset],
  170. input[type=submit] {
  171. -webkit-appearance: button;
  172. cursor: pointer;
  173. }
  174. button[disabled],
  175. html input[disabled] {
  176. cursor: default;
  177. }
  178. button::-moz-focus-inner,
  179. input::-moz-focus-inner {
  180. border: 0;
  181. padding: 0;
  182. }
  183. input {
  184. border-radius: 0;
  185. line-height: normal;
  186. }
  187. input[type=checkbox],
  188. input[type=radio] {
  189. box-sizing: border-box;
  190. padding: 0;
  191. }
  192. input[type=number]::-webkit-inner-spin-button,
  193. input[type=number]::-webkit-outer-spin-button {
  194. height: auto;
  195. }
  196. input[type=search] {
  197. -webkit-appearance: textfield;
  198. -moz-box-sizing: content-box;
  199. -webkit-box-sizing: content-box;
  200. box-sizing: content-box;
  201. }
  202. input[type=search]::-webkit-search-cancel-button,
  203. input[type=search]::-webkit-search-decoration {
  204. -webkit-appearance: none;
  205. }
  206. fieldset {
  207. border: 1px solid #333333;
  208. margin: 0 2px;
  209. padding: .35em .625em .75em;
  210. }
  211. table {
  212. border-collapse: collapse;
  213. border-spacing: 0;
  214. }
  215. a,
  216. input,
  217. textarea,
  218. button,
  219. select {
  220. outline: none;
  221. }
  222. a:hover,
  223. a:focus,
  224. input:focus,
  225. textarea:focus,
  226. button:focus,
  227. select:focus {
  228. outline: none !important;
  229. text-decoration: none;
  230. }
  231. * {
  232. -webkit-box-sizing: border-box;
  233. -moz-box-sizing: border-box;
  234. box-sizing: border-box;
  235. }
  236. :after,
  237. :before {
  238. -webkit-box-sizing: border-box;
  239. -moz-box-sizing: border-box;
  240. box-sizing: border-box;
  241. }
  242. input::-webkit-input-placeholder,
  243. textarea::-webkit-input-placeholder {
  244. color: #ababab;
  245. }
  246. input:-moz-placeholder,
  247. textarea:-moz-placeholder {
  248. color: #ababab;
  249. }
  250. /* =========== TYPE =========== */
  251. h1,
  252. .h1,
  253. h2,
  254. .h2,
  255. h3,
  256. .h3,
  257. h4,
  258. .h4,
  259. h5,
  260. .h5,
  261. h6,
  262. .h6 {
  263. font-family: Helvetica, Sans-Serif;
  264. color: #777;
  265. font-weight: 400;
  266. line-height: 1.2em;
  267. margin-bottom: 20px;
  268. margin-top: 0;
  269. }
  270. h1 > a,
  271. .h1 > a,
  272. h2 > a,
  273. .h2 > a,
  274. h3 > a,
  275. .h3 > a,
  276. h4 > a,
  277. .h4 > a,
  278. h5 > a,
  279. .h5 > a,
  280. h6 > a,
  281. .h6 > a {
  282. color: inherit;
  283. }
  284. h1,
  285. .h1 {
  286. font-size: 36px;
  287. }
  288. h2,
  289. .h2 {
  290. font-size: 30px;
  291. }
  292. h3,
  293. .h3 {
  294. font-size: 26px;
  295. }
  296. h4,
  297. .h4 {
  298. font-size: 22px;
  299. }
  300. h5,
  301. .h5 {
  302. font-size: 18px;
  303. }
  304. h6,
  305. .h6 {
  306. font-size: 14px;
  307. }
  308. a {
  309. color: #ababab;
  310. text-decoration: none;
  311. -webkit-transition: all 0.3s ease;
  312. -moz-transition: all 0.3s ease;
  313. -ms-transition: all 0.3s ease;
  314. -o-transition: all 0.3s ease;
  315. transition: all 0.3s ease;
  316. }
  317. a:hover {
  318. color: #000000 !important;
  319. }
  320. .quicklinks a:hover,
  321. .quicklinks a:active,
  322. .quicklinks a:focus {
  323. color: #00b9eb !important;
  324. }
  325. p {
  326. margin-top: 0;
  327. margin-bottom: 10px;
  328. }
  329. code,
  330. kbd,
  331. pre,
  332. samp {
  333. font-family: 'Lato', serif;
  334. -webkit-border-radius: 0;
  335. -moz-border-radius: 0;
  336. -ms-border-radius: 0;
  337. -o-border-radius: 0;
  338. border-radius: 0;
  339. }
  340. code {
  341. background-color: #eee;
  342. letter-spacing: 0.015em;
  343. }
  344. abbr {
  345. background-color: #A1D71A;
  346. color: #111;
  347. border-width: 2px;
  348. }
  349. mark,
  350. .mark {
  351. color: #ffffff;
  352. background-color: #a4b4c4;
  353. }
  354. dfn {
  355. border-bottom: 1px dashed;
  356. }
  357. cite {
  358. font-style: normal;
  359. }
  360. blockquote {
  361. position: relative;
  362. border: 0;
  363. padding: 0 0 0 40px;
  364. margin: 20px 0;
  365. font-style: italic;
  366. overflow: hidden;
  367. font-size: 13px;
  368. }
  369. blockquote p:last-child {
  370. margin-bottom: 0;
  371. }
  372. blockquote footer,
  373. blockquote cite {
  374. font-size: 12px;
  375. color: #333333;
  376. font-weight: 700;
  377. }
  378. blockquote footer:before,
  379. blockquote cite:before {
  380. content: '- ';
  381. color: #333333;
  382. }
  383. blockquote footer:after,
  384. blockquote cite:after {
  385. content: ' ';
  386. color: #333333;
  387. }
  388. pre {
  389. line-height: 1.8em;
  390. padding: 15px;
  391. border: 1px solid #E4E4E4;
  392. font-style: italic;
  393. overflow: auto;
  394. white-space: pre-wrap;
  395. background-color: #f7f7f7;
  396. word-wrap: break-word;
  397. max-width: 100%;
  398. }
  399. img {
  400. max-width: 100%;
  401. height: auto;
  402. vertical-align: middle;
  403. border: 0;
  404. }
  405. input[type="search"],
  406. input[type="text"],
  407. input[type="url"],
  408. input[type="number"],
  409. input[type="password"],
  410. input[type="email"],
  411. input[type="file"],
  412. select,
  413. textarea {
  414. width: 100%;
  415. border: 1px solid #ababab;
  416. -webkit-transition: all 0.3s ease;
  417. -moz-transition: all 0.3s ease;
  418. -ms-transition: all 0.3s ease;
  419. -o-transition: all 0.3s ease;
  420. transition: all 0.3s ease;
  421. -webkit-box-sizing: border-box;
  422. -moz-box-sizing: border-box;
  423. box-sizing: border-box;
  424. -webkit-appearance: none;
  425. }
  426. ::-moz-selection {
  427. color: #f7f7f7;
  428. background-color: #222222;
  429. }
  430. ::selection {
  431. color: #f7f7f7;
  432. background-color: #222222;
  433. }
  434. iframe {
  435. border: 0;
  436. max-width: 100%;
  437. }
  438. /* =========== BODY =========== */
  439. body {
  440. margin: 0;
  441. padding: 100px 0 0;
  442. font-family: Helvetica, Sans-Serif;
  443. font-size: 15px;
  444. background: #fff;
  445. color: #777;
  446. overflow-x: hidden;
  447. line-height: 24px;
  448. word-spacing: 1px;
  449. }
  450. .container {
  451. max-width: 1000px;
  452. }
  453. .mobile {
  454. display: none;
  455. margin-bottom: 60px;
  456. }
  457. .mobile .menu-mobile {
  458. width: 60px;
  459. height: 60px;
  460. display: inline-block;
  461. position: fixed;
  462. z-index: 999;
  463. }
  464. .mobile .menu-mobile .item {
  465. display: block;
  466. width: 22px;
  467. height: 2px;
  468. background-color: #000000;
  469. position: relative;
  470. }
  471. .mobile .menu-mobile .item-1 {
  472. top: 23px;
  473. }
  474. .mobile .menu-mobile .item-2 {
  475. top: 29px;
  476. }
  477. .mobile .menu-mobile .item-3 {
  478. top: 35px;
  479. }
  480. .mobile .logo {
  481. padding-bottom: 0;
  482. padding-top: 10px;
  483. text-align: center;
  484. }
  485. .hide-menu {
  486. position: fixed;
  487. top: 0;
  488. left: 0;
  489. right: 0;
  490. bottom: 0;
  491. z-index: 998;
  492. background-color: rgba(0, 0, 0, 0.7);
  493. visibility: hidden;
  494. opacity: 0;
  495. -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  496. -moz-transition: visibility 0.3s ease, opacity 0.3s ease;
  497. -ms-transition: visibility 0.3s ease, opacity 0.3s ease;
  498. -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  499. transition: visibility 0.3s ease, opacity 0.3s ease;
  500. }
  501. /* =========== HEADER MENU =========== */
  502. .header {
  503. width: 220px;
  504. top: 100px;
  505. text-align: right;
  506. z-index: 9;
  507. position:absolute;
  508. }
  509. .header-text {
  510. margin-bottom: 50px;
  511. }
  512. .header-text blockquote {
  513. font-size: 16px;
  514. padding-left: 50px;
  515. }
  516. .header-text blockquote:before {
  517. font-size: 30px;
  518. }
  519. .menu-left .header {
  520. text-align: left;
  521. }
  522. .menu-left .main-menu .sub-menu {
  523. padding-left: 0;
  524. padding-right: 20px;
  525. right: 100%;
  526. left: auto;
  527. text-align: right;
  528. }
  529. .main-menu {
  530. font-family: Helvetica, Sans-Serif;
  531. letter-spacing: 1px;
  532. font-size: 18px;
  533. line-height: 24px;
  534. padding: 0 0 40px;
  535. }
  536. .main-menu ul,
  537. .main-menu li {
  538. list-style: none;
  539. padding: 0;
  540. margin: 0;
  541. }
  542. .main-menu .menu-list > li > a {
  543. padding-top: 3px;
  544. padding-bottom: 3px;
  545. display: block;
  546. }
  547. .main-menu .active a {
  548. color: #000000;
  549. }
  550. .main-menu li {
  551. position: relative;
  552. }
  553. .main-menu li:hover > .sub-menu {
  554. opacity: 1;
  555. visibility: visible;
  556. }
  557. .main-menu .sub-menu {
  558. position: absolute;
  559. width: 200px;
  560. top: 0;
  561. left: 100%;
  562. font-size: 14px;
  563. text-align: left;
  564. visibility: hidden;
  565. padding-left: 20px;
  566. opacity: 0;
  567. }
  568. .main-menu .sub-menu li {
  569. padding-left: 20px;
  570. padding-right: 20px;
  571. background-color: #ababab;
  572. }
  573. .main-menu .sub-menu li:first-child {
  574. padding-top: 10px;
  575. }
  576. .main-menu .sub-menu li:last-child {
  577. padding-bottom: 10px;
  578. }
  579. .main-menu .sub-menu a {
  580. color: #000000 !important;
  581. }
  582. .logo {
  583. font-size: 40px;
  584. color: #000000;
  585. text-transform: uppercase;
  586. padding-bottom: 10px;
  587. letter-spacing: 2px;
  588. line-height: 40px;
  589. }
  590. .logo a {
  591. color: inherit;
  592. }
  593. .socials {
  594. padding-top: 50px;
  595. }
  596. .socials a {
  597. margin-right: 8px;
  598. font-size: 14px;
  599. }
  600. .socials .fa-search {
  601. color: #000000;
  602. }
  603. .box-search {
  604. position: fixed;
  605. top: 0;
  606. left: 0;
  607. width: 100%;
  608. height: 100%;
  609. z-index: 999;
  610. background-color: #ffffff;
  611. opacity: 0;
  612. visibility: hidden;
  613. -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  614. -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  615. -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  616. -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  617. transition: opacity 0.3s ease, visibility 0.3s ease;
  618. }
  619. .box-search input[type="search"] {
  620. height: 50px;
  621. font-size: 24px;
  622. padding-top: 0;
  623. border: none;
  624. border-bottom: 1px solid #000000;
  625. }
  626. .box-search.active {
  627. opacity: 1;
  628. visibility: visible;
  629. }
  630. .search-form {
  631. margin-left: auto;
  632. margin-right: auto;
  633. max-width: 600px;
  634. position: relative;
  635. padding-bottom: 200px;
  636. padding-top: 100px;
  637. }
  638. .kd-close {
  639. position: absolute;
  640. width: 50px;
  641. height: 50px;
  642. display: inline-block;
  643. top: 0;
  644. right: 0;
  645. cursor: pointer;
  646. font-size: 24px;
  647. color: #000000;
  648. background-color: #ffffff;
  649. line-height: 48px;
  650. text-align: center;
  651. -webkit-border-radius: 50%;
  652. -moz-border-radius: 50%;
  653. border-radius: 50%;
  654. }
  655. .kd-close:before {
  656. content: '';
  657. width: 30px;
  658. height: 2px;
  659. background-color: #000000;
  660. display: block;
  661. -webkit-transform: rotate(44deg) translate(26px, 10px);
  662. -moz-transform: rotate(44deg) translate(26px, 10px);
  663. transform: rotate(44deg) translate(26px, 10px);
  664. }
  665. .kd-close:after {
  666. content: '';
  667. width: 30px;
  668. height: 2px;
  669. background-color: #000000;
  670. display: block;
  671. -webkit-transform: rotate(-46deg) translate(-10px, 24px);
  672. -moz-transform: rotate(-46deg) translate(-10px, 24px);
  673. transform: rotate(-46deg) translate(-10px, 24px);
  674. }
  675. .copyright {
  676. font-size: 12px;
  677. color: #ababab;
  678. }
  679. /* =========== 5. Projects =========== */
  680. .projects {
  681. padding-left: 80px;
  682. padding-right: 50px;
  683. }
  684. .project-item {
  685. position: relative;
  686. margin-bottom: 40px;
  687. }
  688. .project-item:last-child {
  689. margin-bottom: 0;
  690. }
  691. .project-item .title {
  692. position: absolute;
  693. top: 20px;
  694. left: 20px;
  695. opacity: 0;
  696. visibility: hidden;
  697. }
  698. .project-item .title a {
  699. background-color: #000000;
  700. color: #ffffff;
  701. font-size: 14px;
  702. display: inline-block;
  703. line-height: 24px;
  704. padding-left: 10px;
  705. padding-right: 10px;
  706. opacity: 1;
  707. letter-spacing: 1px;
  708. }
  709. .project-item .title a:hover {
  710. color: #ffffff !important;
  711. opacity: 0.7;
  712. }
  713. .project-item:hover .title {
  714. opacity: 1;
  715. visibility: visible;
  716. -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  717. -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  718. -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  719. -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  720. transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  721. }
  722. .pagination-wrap {
  723. margin-top: 60px;
  724. font-family: 'Roboto', serif;
  725. }
  726. .pagination-wrap ul {
  727. list-style: none;
  728. margin: 0;
  729. padding: 0;
  730. text-align: center;
  731. }
  732. .pagination-wrap ul:after {
  733. content: '';
  734. display: block;
  735. clear: both;
  736. }
  737. .pagination-wrap ul span {
  738. display: block;
  739. }
  740. .pagination-wrap ul li {
  741. display: inline-block;
  742. overflow: hidden;
  743. font-size: 18px;
  744. padding-left: 5px;
  745. padding-right: 5px;
  746. }
  747. .pagination-wrap ul li .current {
  748. color: #000000;
  749. }
  750. .navigation-wrap {
  751. margin-top: 50px;
  752. text-align: center;
  753. }
  754. .navigation-wrap:after {
  755. content: '';
  756. clear: both;
  757. display: block;
  758. }
  759. .navigation-wrap a {
  760. display: inline-block;
  761. width: 50px;
  762. height: 40px;
  763. line-height: 40px;
  764. margin-right: 10px;
  765. background-color: #cccccc;
  766. opacity: 1;
  767. -webkit-transition: opacity 0.3s ease;
  768. -moz-transition: opacity 0.3s ease;
  769. -ms-transition: opacity 0.3s ease;
  770. -o-transition: opacity 0.3s ease;
  771. transition: opacity 0.3s ease;
  772. }
  773. .navigation-wrap a:last-child {
  774. margin-right: 0;
  775. }
  776. .navigation-wrap a:hover {
  777. opacity: 0.8;
  778. }
  779. .project .detail-content {
  780. padding: 50px;
  781. background-color: #eeeeee;
  782. }
  783. .project .title {
  784. color: #000000;
  785. margin-bottom: 30px;
  786. }
  787. .project a {
  788. color: #000000 !important;
  789. font-weight: 700;
  790. }
  791. .project .project-attributes {
  792. margin-top: 20px;
  793. font-size: 12px;
  794. }
  795. .project .project-attributes .socials {
  796. padding-top: 0;
  797. }
  798. .project table {
  799. width: 100%;
  800. }
  801. .project .name {
  802. font-weight: 700;
  803. width: 30%;
  804. text-align: left;
  805. padding-bottom: 10px;
  806. }
  807. .project .value {
  808. font-style: italic;
  809. width: 70%;
  810. padding-bottom: 10px;
  811. }
  812. .project .images-project {
  813. margin-top: 50px;
  814. }
  815. .project .popup img {
  816. margin-bottom: 30px;
  817. }
  818. .project .popup:last-child img {
  819. margin-bottom: 0;
  820. }
  821. /* =========== 6. Posts =========== */
  822. .post {
  823. margin-bottom: 40px;
  824. }
  825. .post:last-child {
  826. margin-bottom: 0;
  827. }
  828. .post .post-content {
  829. background-color: #eeeeee;
  830. padding: 50px 50px 40px;
  831. }
  832. .title {
  833. margin-top: 0;
  834. margin-bottom: 5px;
  835. line-height: 24px;
  836. color: #000000;
  837. font-size: 24px;
  838. letter-spacing: 1px;
  839. }
  840. .post-details {
  841. font-style: italic;
  842. font-size: 12px;
  843. }
  844. .post-details a {
  845. display: inline-block;
  846. }
  847. .post-details a:after {
  848. content: '//';
  849. margin-left: 5px;
  850. margin-right: 5px;
  851. }
  852. .post-details a:last-child:after {
  853. content: normal;
  854. }
  855. .the-content {
  856. margin-top: 20px;
  857. }
  858. .the-content p:last-child {
  859. margin-bottom: 0;
  860. }
  861. .the-content ul,
  862. .the-content ol {
  863. font-size: 13px;
  864. font-style: italic;
  865. padding-left: 20px;
  866. }
  867. .the-content ul li,
  868. .the-content ol li {
  869. margin-bottom: 5px;
  870. }
  871. .the-content ul > li:last-child,
  872. .the-content ol > li:last-child {
  873. margin-bottom: 0;
  874. }
  875. .post-footer {
  876. margin-top: 30px;
  877. }
  878. .cat strong {
  879. margin-right: 5px;
  880. }
  881. .cat a {
  882. color: #000000;
  883. }
  884. .cat a:after {
  885. content: ',';
  886. margin-right: 5px;
  887. }
  888. .cat a:last-child:after {
  889. content: normal;
  890. }
  891. .post-tags a {
  892. opacity: 1;
  893. display: inline-block;
  894. color: #000000;
  895. }
  896. .post-tags a:before {
  897. margin-left: 5px;
  898. content: '#';
  899. }
  900. .post-tags a:first-child:before {
  901. margin-left: 0;
  902. }
  903. .post-tags a:hover {
  904. opacity: 0.8;
  905. }
  906. .post-share {
  907. text-align: center;
  908. padding-top: 10px;
  909. margin-bottom: 30px;
  910. }
  911. .post-share a {
  912. color: #000000;
  913. margin-left: 5px;
  914. margin-right: 5px;
  915. }
  916. .the-excerpt {
  917. margin-top: 20px;
  918. }
  919. .contact-item {
  920. margin-bottom: 20px;
  921. }
  922. .contact-item:last-child {
  923. margin-bottom: 0;
  924. }
  925. .contact-item textarea {
  926. padding-top: 5px;
  927. height: 100px;
  928. resize: vertical;
  929. }
  930. .contact-item .submit {
  931. display: inline-block;
  932. min-width: 100px;
  933. padding-left: 20px;
  934. padding-right: 20px;
  935. background-color: #000000;
  936. color: #ffffff;
  937. border: none;
  938. height: 36px;
  939. text-transform: uppercase;
  940. font-size: 12px;
  941. letter-spacing: 1px;
  942. }
  943. .post_404_not_found {
  944. margin-top: 20px;
  945. }
  946. .go-to-home {
  947. min-width: 100px;
  948. padding: 5px 15px;
  949. display: inline-block;
  950. background-color: #000000;
  951. color: #ffffff;
  952. margin-top: 10px;
  953. }
  954. .go-to-home a {
  955. color: inherit;
  956. opacity: 1;
  957. }
  958. .go-to-home a:hover {
  959. color: inherit !important;
  960. opacity: 0.8;
  961. }
  962. /* =========== FOOTER =========== */
  963. .footer-inner {
  964. margin-top: 80px;
  965. border-top: 1px solid #ababab;
  966. padding-top: 40px;
  967. padding-bottom: 40px;
  968. margin-left: 80px;
  969. margin-right: 50px;
  970. font-size: 12px;
  971. }
  972. .footer-inner .title {
  973. font-size: 14px;
  974. font-weight: 700;
  975. }
  976. .footer-inner ul {
  977. list-style: none;
  978. font-size: 12px;
  979. margin: 0;
  980. padding: 0;
  981. }
  982. /* =========== LOADER =========== */
  983. #preload {
  984. top: 0;
  985. left: 0;
  986. bottom: 0;
  987. right: 0;
  988. margin: auto;
  989. position: fixed;
  990. width: 100%;
  991. height: 100%;
  992. background-color: #fff;
  993. z-index: 9999999;
  994. display: flex;
  995. align-items: center;
  996. justify-content: center;
  997. overflow: hidden;
  998. }
  999. #preload .kd-bounce {
  1000. width: 40px;
  1001. height: 40px;
  1002. position: relative;
  1003. margin: 40px auto;
  1004. }
  1005. #preload .kd-bounce:before,
  1006. #preload .kd-bounce:after {
  1007. content: '';
  1008. display: block;
  1009. width: 100%;
  1010. height: 100%;
  1011. border-radius: 50%;
  1012. background-color: #242424;
  1013. opacity: 0.4;
  1014. position: absolute;
  1015. top: 0;
  1016. left: 0;
  1017. animation: kd-bounce 2.4s infinite ease-in-out;
  1018. }
  1019. #preload .kd-bounce:after {
  1020. animation-delay: -1.2s;
  1021. }
  1022. @keyframes kd-bounce {
  1023. 0%,
  1024. 100% {
  1025. transform: scale(0);
  1026. }
  1027. 50% {
  1028. transform: scale(1);
  1029. }
  1030. }
  1031. /* =========== MOBILE =========== */
  1032. @media screen and (max-width: 991px) {
  1033. .preload {
  1034. display: none;
  1035. }
  1036. .mobile {
  1037. display: block;
  1038. }
  1039. .mobile .logo {
  1040. font-size: 30px;
  1041. padding-left: 20px;
  1042. }
  1043. body {
  1044. padding-top: 50px;
  1045. }
  1046. .header,
  1047. .menu-left .header {
  1048. top:0;
  1049. bottom:0;
  1050. left:0;
  1051. padding:30px;
  1052. width: 260px;
  1053. z-index: 9999;
  1054. background-color: #fff;
  1055. text-align: center;
  1056. -webkit-transform: translateX(-101%);
  1057. -moz-transform: translateX(-101%);
  1058. transform: translateX(-101%);
  1059. -webkit-transition: transform 0.3s ease;
  1060. -moz-transition: transform 0.3s ease;
  1061. -ms-transition: transform 0.3s ease;
  1062. -o-transition: transform 0.3s ease;
  1063. transition: transform 0.3s ease;
  1064. }
  1065. .header .logo,
  1066. .menu-left .header .logo {
  1067. color: #ffffff;
  1068. }
  1069. .header.active,
  1070. .menu-left .header.active {
  1071. -webkit-transform: translateX(0);
  1072. -moz-transform: translateX(0);
  1073. transform: translateX(0);
  1074. }
  1075. .main-menu,
  1076. .menu-left .main-menu {
  1077. max-height: 45%;
  1078. overflow-y: auto;
  1079. overflow-x: hidden;
  1080. }
  1081. .main-menu a:hover,
  1082. .menu-left .main-menu a:hover {
  1083. color: #ffffff !important;
  1084. }
  1085. .main-menu .active a,
  1086. .menu-left .main-menu .active a {
  1087. color: #ffffff;
  1088. }
  1089. .main-menu .sub-menu,
  1090. .menu-left .main-menu .sub-menu {
  1091. display: none;
  1092. position: relative;
  1093. width: 100%;
  1094. left: 0;
  1095. visibility: visible;
  1096. opacity: 1;
  1097. padding-left: 0;
  1098. text-align: center;
  1099. }
  1100. .main-menu .sub-menu li,
  1101. .menu-left .main-menu .sub-menu li,
  1102. .main-menu .sub-menu li:first-child,
  1103. .menu-left .main-menu .sub-menu li:first-child,
  1104. .main-menu .sub-menu li:last-child,
  1105. .menu-left .main-menu .sub-menu li:last-child {
  1106. padding-top: 5px;
  1107. padding-bottom: 5px;
  1108. }
  1109. .projects {
  1110. padding-left: 50px;
  1111. padding-right: 50px;
  1112. }
  1113. .footer-inner {
  1114. margin-left: 50px;
  1115. margin-right: 50px;
  1116. }
  1117. .socials a {
  1118. margin-right: 10px;
  1119. }
  1120. .socials .fa-search {
  1121. color: #ffffff;
  1122. }
  1123. .hide-menu.active {
  1124. visibility: visible;
  1125. opacity: 1;
  1126. }
  1127. }
  1128. @media screen and (max-width: 768px) {
  1129. body {
  1130. padding-top: 30px;
  1131. }
  1132. }
  1133. @media screen and (max-width: 600px) {
  1134. .mobile .logo {
  1135. font-size: 27px;
  1136. padding-left: 20px;
  1137. }
  1138. }
  1139. @media screen and (max-width: 480px) {
  1140. .projects {
  1141. padding-left: 0;
  1142. padding-right: 0;
  1143. }
  1144. .footer-inner {
  1145. margin-left: 0;
  1146. margin-right: 0;
  1147. }
  1148. .mobile {
  1149. margin-bottom: 50px;
  1150. }
  1151. .mobile .logo {
  1152. font-size: 25px;
  1153. padding-left: 30px;
  1154. }
  1155. .navigation-wrap {
  1156. margin-top: 30px;
  1157. }
  1158. .footer-inner {
  1159. margin-top: 50px;
  1160. }
  1161. }