style.css 20 KB

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