style.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191
  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:before {
  373. position: absolute;
  374. left: 0;
  375. top: 0;
  376. content: '\f10d';
  377. font-family: 'FontAwesome';
  378. display: inline-block;
  379. color: #ababab;
  380. font-size: 24px;
  381. }
  382. blockquote footer,
  383. blockquote cite {
  384. font-size: 12px;
  385. color: #333333;
  386. font-weight: 700;
  387. }
  388. blockquote footer:before,
  389. blockquote cite:before {
  390. content: '- ';
  391. color: #333333;
  392. }
  393. blockquote footer:after,
  394. blockquote cite:after {
  395. content: ' ';
  396. color: #333333;
  397. }
  398. pre {
  399. line-height: 1.8em;
  400. padding: 15px;
  401. border: 1px solid #E4E4E4;
  402. font-style: italic;
  403. overflow: auto;
  404. white-space: pre-wrap;
  405. background-color: #f7f7f7;
  406. word-wrap: break-word;
  407. max-width: 100%;
  408. }
  409. img {
  410. max-width: 100%;
  411. height: auto;
  412. vertical-align: middle;
  413. border: 0;
  414. }
  415. input[type="search"],
  416. input[type="text"],
  417. input[type="url"],
  418. input[type="number"],
  419. input[type="password"],
  420. input[type="email"],
  421. input[type="file"],
  422. select,
  423. textarea {
  424. width: 100%;
  425. border: 1px solid #ababab;
  426. -webkit-transition: all 0.3s ease;
  427. -moz-transition: all 0.3s ease;
  428. -ms-transition: all 0.3s ease;
  429. -o-transition: all 0.3s ease;
  430. transition: all 0.3s ease;
  431. -webkit-box-sizing: border-box;
  432. -moz-box-sizing: border-box;
  433. box-sizing: border-box;
  434. -webkit-appearance: none;
  435. }
  436. ::-moz-selection {
  437. color: #f7f7f7;
  438. background-color: #222222;
  439. }
  440. ::selection {
  441. color: #f7f7f7;
  442. background-color: #222222;
  443. }
  444. iframe {
  445. border: 0;
  446. max-width: 100%;
  447. }
  448. /* =========== BODY =========== */
  449. body {
  450. margin: 0;
  451. padding: 100px 0 0;
  452. font-family: Helvetica, Sans-Serif;
  453. font-size: 15px;
  454. background: #fff;
  455. color: #777;
  456. overflow-x: hidden;
  457. line-height: 24px;
  458. word-spacing: 1px;
  459. }
  460. .container {
  461. max-width: 1000px;
  462. }
  463. .mobile {
  464. display: none;
  465. margin-bottom: 60px;
  466. }
  467. .mobile .menu-mobile {
  468. width: 60px;
  469. height: 60px;
  470. display: inline-block;
  471. position: fixed;
  472. z-index: 999;
  473. }
  474. .mobile .menu-mobile .item {
  475. display: block;
  476. width: 22px;
  477. height: 2px;
  478. background-color: #000000;
  479. position: relative;
  480. }
  481. .mobile .menu-mobile .item-1 {
  482. top: 23px;
  483. }
  484. .mobile .menu-mobile .item-2 {
  485. top: 29px;
  486. }
  487. .mobile .menu-mobile .item-3 {
  488. top: 35px;
  489. }
  490. .mobile .logo {
  491. padding-bottom: 0;
  492. padding-top: 10px;
  493. text-align: center;
  494. }
  495. .hide-menu {
  496. position: fixed;
  497. top: 0;
  498. left: 0;
  499. right: 0;
  500. bottom: 0;
  501. z-index: 998;
  502. background-color: rgba(0, 0, 0, 0.7);
  503. visibility: hidden;
  504. opacity: 0;
  505. -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  506. -moz-transition: visibility 0.3s ease, opacity 0.3s ease;
  507. -ms-transition: visibility 0.3s ease, opacity 0.3s ease;
  508. -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  509. transition: visibility 0.3s ease, opacity 0.3s ease;
  510. }
  511. /* =========== HEADER MENU =========== */
  512. .header {
  513. width: 220px;
  514. bottom: 0;
  515. top: 100px;
  516. text-align: right;
  517. z-index: 9;
  518. position:absolute;
  519. }
  520. .header-text {
  521. margin-bottom: 50px;
  522. }
  523. .header-text blockquote {
  524. font-size: 16px;
  525. padding-left: 50px;
  526. }
  527. .header-text blockquote:before {
  528. font-size: 30px;
  529. }
  530. .menu-left .header {
  531. text-align: left;
  532. }
  533. .menu-left .main-menu .sub-menu {
  534. padding-left: 0;
  535. padding-right: 20px;
  536. right: 100%;
  537. left: auto;
  538. text-align: right;
  539. }
  540. .main-menu {
  541. font-family: Helvetica, Sans-Serif;
  542. letter-spacing: 1px;
  543. font-size: 18px;
  544. line-height: 24px;
  545. padding: 0 0 40px;
  546. }
  547. .main-menu ul,
  548. .main-menu li {
  549. list-style: none;
  550. padding: 0;
  551. margin: 0;
  552. }
  553. .main-menu .menu-list > li > a {
  554. padding-top: 3px;
  555. padding-bottom: 3px;
  556. display: block;
  557. }
  558. .main-menu .active a {
  559. color: #000000;
  560. }
  561. .main-menu li {
  562. position: relative;
  563. }
  564. .main-menu li:hover > .sub-menu {
  565. opacity: 1;
  566. visibility: visible;
  567. }
  568. .main-menu .sub-menu {
  569. position: absolute;
  570. width: 200px;
  571. top: 0;
  572. left: 100%;
  573. font-size: 14px;
  574. text-align: left;
  575. visibility: hidden;
  576. padding-left: 20px;
  577. opacity: 0;
  578. }
  579. .main-menu .sub-menu li {
  580. padding-left: 20px;
  581. padding-right: 20px;
  582. background-color: #ababab;
  583. }
  584. .main-menu .sub-menu li:first-child {
  585. padding-top: 10px;
  586. }
  587. .main-menu .sub-menu li:last-child {
  588. padding-bottom: 10px;
  589. }
  590. .main-menu .sub-menu a {
  591. color: #000000 !important;
  592. }
  593. .logo {
  594. font-size: 40px;
  595. color: #000000;
  596. text-transform: uppercase;
  597. padding-bottom: 10px;
  598. letter-spacing: 2px;
  599. line-height: 40px;
  600. }
  601. .logo a {
  602. color: inherit;
  603. }
  604. .socials {
  605. padding-top: 50px;
  606. }
  607. .socials a {
  608. margin-right: 8px;
  609. font-size: 14px;
  610. }
  611. .socials .fa-search {
  612. color: #000000;
  613. }
  614. .box-search {
  615. position: fixed;
  616. top: 0;
  617. left: 0;
  618. width: 100%;
  619. height: 100%;
  620. z-index: 999;
  621. background-color: #ffffff;
  622. opacity: 0;
  623. visibility: hidden;
  624. -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  625. -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  626. -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  627. -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  628. transition: opacity 0.3s ease, visibility 0.3s ease;
  629. }
  630. .box-search input[type="search"] {
  631. height: 50px;
  632. font-size: 24px;
  633. padding-top: 0;
  634. border: none;
  635. border-bottom: 1px solid #000000;
  636. }
  637. .box-search.active {
  638. opacity: 1;
  639. visibility: visible;
  640. }
  641. .search-form {
  642. margin-left: auto;
  643. margin-right: auto;
  644. max-width: 600px;
  645. position: relative;
  646. padding-bottom: 200px;
  647. padding-top: 100px;
  648. }
  649. .kd-close {
  650. position: absolute;
  651. width: 50px;
  652. height: 50px;
  653. display: inline-block;
  654. top: 0;
  655. right: 0;
  656. cursor: pointer;
  657. font-size: 24px;
  658. color: #000000;
  659. background-color: #ffffff;
  660. line-height: 48px;
  661. text-align: center;
  662. -webkit-border-radius: 50%;
  663. -moz-border-radius: 50%;
  664. border-radius: 50%;
  665. }
  666. .kd-close:before {
  667. content: '';
  668. width: 30px;
  669. height: 2px;
  670. background-color: #000000;
  671. display: block;
  672. -webkit-transform: rotate(44deg) translate(26px, 10px);
  673. -moz-transform: rotate(44deg) translate(26px, 10px);
  674. transform: rotate(44deg) translate(26px, 10px);
  675. }
  676. .kd-close:after {
  677. content: '';
  678. width: 30px;
  679. height: 2px;
  680. background-color: #000000;
  681. display: block;
  682. -webkit-transform: rotate(-46deg) translate(-10px, 24px);
  683. -moz-transform: rotate(-46deg) translate(-10px, 24px);
  684. transform: rotate(-46deg) translate(-10px, 24px);
  685. }
  686. .copyright {
  687. font-size: 12px;
  688. color: #ababab;
  689. }
  690. /* =========== 5. Projects =========== */
  691. .projects {
  692. padding-left: 80px;
  693. padding-right: 50px;
  694. }
  695. .project-item {
  696. position: relative;
  697. margin-bottom: 40px;
  698. }
  699. .project-item:last-child {
  700. margin-bottom: 0;
  701. }
  702. .project-item .title {
  703. position: absolute;
  704. top: 20px;
  705. left: 20px;
  706. opacity: 0;
  707. visibility: hidden;
  708. }
  709. .project-item .title a {
  710. background-color: #000000;
  711. color: #ffffff;
  712. font-size: 14px;
  713. display: inline-block;
  714. line-height: 24px;
  715. padding-left: 10px;
  716. padding-right: 10px;
  717. opacity: 1;
  718. letter-spacing: 1px;
  719. }
  720. .project-item .title a:hover {
  721. color: #ffffff !important;
  722. opacity: 0.7;
  723. }
  724. .project-item:hover .title {
  725. opacity: 1;
  726. visibility: visible;
  727. -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  728. -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  729. -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  730. -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  731. transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  732. }
  733. .pagination-wrap {
  734. margin-top: 60px;
  735. font-family: 'Roboto', serif;
  736. }
  737. .pagination-wrap ul {
  738. list-style: none;
  739. margin: 0;
  740. padding: 0;
  741. text-align: center;
  742. }
  743. .pagination-wrap ul:after {
  744. content: '';
  745. display: block;
  746. clear: both;
  747. }
  748. .pagination-wrap ul span {
  749. display: block;
  750. }
  751. .pagination-wrap ul li {
  752. display: inline-block;
  753. overflow: hidden;
  754. font-size: 18px;
  755. padding-left: 5px;
  756. padding-right: 5px;
  757. }
  758. .pagination-wrap ul li .current {
  759. color: #000000;
  760. }
  761. .navigation-wrap {
  762. margin-top: 50px;
  763. text-align: center;
  764. }
  765. .navigation-wrap:after {
  766. content: '';
  767. clear: both;
  768. display: block;
  769. }
  770. .navigation-wrap a {
  771. display: inline-block;
  772. width: 50px;
  773. height: 40px;
  774. line-height: 40px;
  775. margin-right: 10px;
  776. background-color: #cccccc;
  777. opacity: 1;
  778. -webkit-transition: opacity 0.3s ease;
  779. -moz-transition: opacity 0.3s ease;
  780. -ms-transition: opacity 0.3s ease;
  781. -o-transition: opacity 0.3s ease;
  782. transition: opacity 0.3s ease;
  783. }
  784. .navigation-wrap a:last-child {
  785. margin-right: 0;
  786. }
  787. .navigation-wrap a:hover {
  788. opacity: 0.8;
  789. }
  790. .project .detail-content {
  791. padding: 50px;
  792. background-color: #eeeeee;
  793. }
  794. .project .title {
  795. color: #000000;
  796. margin-bottom: 30px;
  797. }
  798. .project a {
  799. color: #000000 !important;
  800. font-weight: 700;
  801. }
  802. .project .project-attributes {
  803. margin-top: 20px;
  804. font-size: 12px;
  805. }
  806. .project .project-attributes .socials {
  807. padding-top: 0;
  808. }
  809. .project table {
  810. width: 100%;
  811. }
  812. .project .name {
  813. font-weight: 700;
  814. width: 30%;
  815. text-align: left;
  816. padding-bottom: 10px;
  817. }
  818. .project .value {
  819. font-style: italic;
  820. width: 70%;
  821. padding-bottom: 10px;
  822. }
  823. .project .images-project {
  824. margin-top: 50px;
  825. }
  826. .project .popup img {
  827. margin-bottom: 30px;
  828. }
  829. .project .popup:last-child img {
  830. margin-bottom: 0;
  831. }
  832. /* =========== 6. Posts =========== */
  833. .post {
  834. margin-bottom: 40px;
  835. }
  836. .post:last-child {
  837. margin-bottom: 0;
  838. }
  839. .post .post-content {
  840. background-color: #eeeeee;
  841. padding: 50px 50px 40px;
  842. }
  843. .title {
  844. margin-top: 0;
  845. margin-bottom: 5px;
  846. line-height: 24px;
  847. color: #000000;
  848. font-size: 24px;
  849. letter-spacing: 1px;
  850. }
  851. .post-details {
  852. font-style: italic;
  853. font-size: 12px;
  854. }
  855. .post-details a {
  856. display: inline-block;
  857. }
  858. .post-details a:after {
  859. content: '//';
  860. margin-left: 5px;
  861. margin-right: 5px;
  862. }
  863. .post-details a:last-child:after {
  864. content: normal;
  865. }
  866. .the-content {
  867. margin-top: 20px;
  868. }
  869. .the-content p:last-child {
  870. margin-bottom: 0;
  871. }
  872. .the-content ul,
  873. .the-content ol {
  874. font-size: 13px;
  875. font-style: italic;
  876. padding-left: 20px;
  877. }
  878. .the-content ul li,
  879. .the-content ol li {
  880. margin-bottom: 5px;
  881. }
  882. .the-content ul > li:last-child,
  883. .the-content ol > li:last-child {
  884. margin-bottom: 0;
  885. }
  886. .post-footer {
  887. margin-top: 30px;
  888. }
  889. .cat strong {
  890. margin-right: 5px;
  891. }
  892. .cat a {
  893. color: #000000;
  894. }
  895. .cat a:after {
  896. content: ',';
  897. margin-right: 5px;
  898. }
  899. .cat a:last-child:after {
  900. content: normal;
  901. }
  902. .post-tags a {
  903. opacity: 1;
  904. display: inline-block;
  905. color: #000000;
  906. }
  907. .post-tags a:before {
  908. margin-left: 5px;
  909. content: '#';
  910. }
  911. .post-tags a:first-child:before {
  912. margin-left: 0;
  913. }
  914. .post-tags a:hover {
  915. opacity: 0.8;
  916. }
  917. .post-share {
  918. text-align: center;
  919. padding-top: 10px;
  920. margin-bottom: 30px;
  921. }
  922. .post-share a {
  923. color: #000000;
  924. margin-left: 5px;
  925. margin-right: 5px;
  926. }
  927. .the-excerpt {
  928. margin-top: 20px;
  929. }
  930. .contact-item {
  931. margin-bottom: 20px;
  932. }
  933. .contact-item:last-child {
  934. margin-bottom: 0;
  935. }
  936. .contact-item textarea {
  937. padding-top: 5px;
  938. height: 100px;
  939. resize: vertical;
  940. }
  941. .contact-item .submit {
  942. display: inline-block;
  943. min-width: 100px;
  944. padding-left: 20px;
  945. padding-right: 20px;
  946. background-color: #000000;
  947. color: #ffffff;
  948. border: none;
  949. height: 36px;
  950. text-transform: uppercase;
  951. font-size: 12px;
  952. letter-spacing: 1px;
  953. }
  954. .post_404_not_found {
  955. margin-top: 20px;
  956. }
  957. .go-to-home {
  958. min-width: 100px;
  959. padding: 5px 15px;
  960. display: inline-block;
  961. background-color: #000000;
  962. color: #ffffff;
  963. margin-top: 10px;
  964. }
  965. .go-to-home a {
  966. color: inherit;
  967. opacity: 1;
  968. }
  969. .go-to-home a:hover {
  970. color: inherit !important;
  971. opacity: 0.8;
  972. }
  973. /* =========== FOOTER =========== */
  974. .footer-inner {
  975. margin-top: 80px;
  976. border-top: 1px solid #ababab;
  977. padding-top: 40px;
  978. padding-bottom: 40px;
  979. margin-left: 80px;
  980. margin-right: 50px;
  981. font-size: 12px;
  982. }
  983. .footer-inner .title {
  984. font-size: 14px;
  985. font-weight: 700;
  986. }
  987. .footer-inner ul {
  988. list-style: none;
  989. font-size: 12px;
  990. margin: 0;
  991. padding: 0;
  992. }
  993. /* =========== LOADER =========== */
  994. #preload {
  995. top: 0;
  996. left: 0;
  997. bottom: 0;
  998. right: 0;
  999. margin: auto;
  1000. position: fixed;
  1001. width: 100%;
  1002. height: 100%;
  1003. background-color: #fff;
  1004. z-index: 9999999;
  1005. display: flex;
  1006. align-items: center;
  1007. justify-content: center;
  1008. overflow: hidden;
  1009. }
  1010. #preload .kd-bounce {
  1011. width: 40px;
  1012. height: 40px;
  1013. position: relative;
  1014. margin: 40px auto;
  1015. }
  1016. #preload .kd-bounce:before,
  1017. #preload .kd-bounce:after {
  1018. content: '';
  1019. display: block;
  1020. width: 100%;
  1021. height: 100%;
  1022. border-radius: 50%;
  1023. background-color: #242424;
  1024. opacity: 0.4;
  1025. position: absolute;
  1026. top: 0;
  1027. left: 0;
  1028. animation: kd-bounce 2.4s infinite ease-in-out;
  1029. }
  1030. #preload .kd-bounce:after {
  1031. animation-delay: -1.2s;
  1032. }
  1033. @keyframes kd-bounce {
  1034. 0%,
  1035. 100% {
  1036. transform: scale(0);
  1037. }
  1038. 50% {
  1039. transform: scale(1);
  1040. }
  1041. }
  1042. /* =========== MOBILE =========== */
  1043. @media screen and (max-width: 991px) {
  1044. .preload {
  1045. display: none;
  1046. }
  1047. .mobile {
  1048. display: block;
  1049. }
  1050. .mobile .logo {
  1051. font-size: 30px;
  1052. padding-left: 20px;
  1053. }
  1054. body {
  1055. padding-top: 50px;
  1056. }
  1057. .header,
  1058. .menu-left .header {
  1059. left: 0;
  1060. width: 250px;
  1061. z-index: 9999;
  1062. background-color: #000000;
  1063. text-align: center;
  1064. -webkit-transform: translateX(-101%);
  1065. -moz-transform: translateX(-101%);
  1066. transform: translateX(-101%);
  1067. -webkit-transition: transform 0.3s ease;
  1068. -moz-transition: transform 0.3s ease;
  1069. -ms-transition: transform 0.3s ease;
  1070. -o-transition: transform 0.3s ease;
  1071. transition: transform 0.3s ease;
  1072. }
  1073. .header .logo,
  1074. .menu-left .header .logo {
  1075. color: #ffffff;
  1076. }
  1077. .header.active,
  1078. .menu-left .header.active {
  1079. -webkit-transform: translateX(0);
  1080. -moz-transform: translateX(0);
  1081. transform: translateX(0);
  1082. }
  1083. .main-menu,
  1084. .menu-left .main-menu {
  1085. max-height: 45%;
  1086. overflow-y: auto;
  1087. overflow-x: hidden;
  1088. }
  1089. .main-menu a:hover,
  1090. .menu-left .main-menu a:hover {
  1091. color: #ffffff !important;
  1092. }
  1093. .main-menu .active a,
  1094. .menu-left .main-menu .active a {
  1095. color: #ffffff;
  1096. }
  1097. .main-menu .sub-menu,
  1098. .menu-left .main-menu .sub-menu {
  1099. display: none;
  1100. position: relative;
  1101. width: 100%;
  1102. left: 0;
  1103. visibility: visible;
  1104. opacity: 1;
  1105. padding-left: 0;
  1106. text-align: center;
  1107. }
  1108. .main-menu .sub-menu li,
  1109. .menu-left .main-menu .sub-menu li,
  1110. .main-menu .sub-menu li:first-child,
  1111. .menu-left .main-menu .sub-menu li:first-child,
  1112. .main-menu .sub-menu li:last-child,
  1113. .menu-left .main-menu .sub-menu li:last-child {
  1114. padding-top: 5px;
  1115. padding-bottom: 5px;
  1116. }
  1117. .projects {
  1118. padding-left: 50px;
  1119. padding-right: 50px;
  1120. }
  1121. .footer-inner {
  1122. margin-left: 50px;
  1123. margin-right: 50px;
  1124. }
  1125. .socials a {
  1126. margin-right: 10px;
  1127. }
  1128. .socials .fa-search {
  1129. color: #ffffff;
  1130. }
  1131. .hide-menu.active {
  1132. visibility: visible;
  1133. opacity: 1;
  1134. }
  1135. }
  1136. @media screen and (max-width: 768px) {
  1137. body {
  1138. padding-top: 30px;
  1139. }
  1140. }
  1141. @media screen and (max-width: 600px) {
  1142. .mobile .logo {
  1143. font-size: 27px;
  1144. padding-left: 20px;
  1145. }
  1146. }
  1147. @media screen and (max-width: 480px) {
  1148. .projects {
  1149. padding-left: 0;
  1150. padding-right: 0;
  1151. }
  1152. .footer-inner {
  1153. margin-left: 0;
  1154. margin-right: 0;
  1155. }
  1156. .mobile {
  1157. margin-bottom: 50px;
  1158. }
  1159. .mobile .logo {
  1160. font-size: 25px;
  1161. padding-left: 30px;
  1162. }
  1163. .navigation-wrap {
  1164. margin-top: 30px;
  1165. }
  1166. .footer-inner {
  1167. margin-top: 50px;
  1168. }
  1169. }