style.css 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452
  1. /* ########################################
  2. ########### davidwindham.com ##############
  3. ###########################################
  4. . . . . . .
  5. . . ...-..-| |-. .-. .-.-..-| .-.. ...-|
  6. ` ` '' '`-'-' '-`-`-' ' '`-'-`-`-` '`-'-
  7. 1 - Body
  8. 2 - Typography
  9. 3 - Header
  10. 4 - Navigation
  11. 5 - Layout
  12. 6 - Parts
  13. 7 - Footer
  14. 9 - Queries
  15. 10 - Fonts
  16. url - https://davidwindham.com
  17. git - https://github.com/windhamdavid/dw
  18. post - https://davidawindham.com/my-website
  19. /*########################################
  20. ################# BODY ###################
  21. #########################################*/
  22. body {
  23. position: relative;
  24. margin: 0;
  25. padding: 0;
  26. min-height: 100%;
  27. -webkit-font-smoothing: antialiased;
  28. font-kerning: auto;
  29. color: #000;
  30. background: :#363e48;
  31. transition: background-color 0.4s ease;
  32. font-family: sans-serif;
  33. }
  34. /****** viewports - waypoints ******/
  35. .viewport {
  36. position: fixed;
  37. height: 100%;
  38. width: 100%;
  39. top: 0;
  40. left: 0;
  41. right: 0;
  42. bottom: 0;
  43. overflow: hidden;
  44. }
  45. .viewport-above {
  46. opacity: 0;
  47. }
  48. .viewport-inside {
  49. opacity: 1;
  50. }
  51. .viewport-below {
  52. opacity: 0;
  53. }
  54. .viewport-below > * {
  55. transform: translateY(100px);
  56. }
  57. .page-view {
  58. padding: 7rem 0;
  59. transition: opacity 0.4s ease;
  60. opacity: 0;
  61. position: relative;
  62. background: transparent !important;
  63. scroll-snap-align: start;
  64. min-height: 100vh;
  65. }
  66. .page-view > * {
  67. transition: all 0.4s ease;
  68. }
  69. .page-view:after {
  70. content: '';
  71. }
  72. .no-js .page-view {
  73. opacity: 1;
  74. }
  75. .background-color {
  76. position: relative;
  77. }
  78. .background-color.white {
  79. background-color: #fff;
  80. }
  81. .background-color.black {
  82. background-color: #121212;
  83. z-index: 0;
  84. }
  85. .page-view {
  86. padding: 7rem 0;
  87. transition: opacity 0.4s ease;
  88. opacity: 0;
  89. position: relative;
  90. background: transparent !important;
  91. scroll-snap-align: start;
  92. min-height: 100vh;
  93. }
  94. .page-view > * {
  95. transition: all 0.4s ease;
  96. }
  97. .page-view:after {
  98. content: '';
  99. }
  100. .no-js .page-view {
  101. opacity: 1;
  102. }
  103. /*########################################
  104. ################# TYPE ###################
  105. #########################################*/
  106. h1 {
  107. font-family: 'Playfair Display', serif;
  108. font-weight: 900;
  109. font-size: 37px;
  110. letter-spacing: .01em;
  111. }
  112. .header h1 {
  113. color: #fff;
  114. }
  115. h2 {
  116. font-family: 'Playfair Display', serif;
  117. font-weight: 700;
  118. font-size: 27px;
  119. }
  120. h3 {
  121. font-family: 'Playfair Display', serif;
  122. font-weight: 500;
  123. font-size: 23px;
  124. }
  125. p {
  126. font-family: 'Montserrat', sans-serif;
  127. font-size: 17px;
  128. line-height: 1.2;
  129. }
  130. a {
  131. color: #376399;
  132. text-decoration:none !important;
  133. }
  134. .right {
  135. text-align:right;
  136. }
  137. .lead {
  138. font-size: 1.4rem;
  139. }
  140. .numbering {
  141. display: inline-block;
  142. margin-right: .5rem;
  143. font-size: 12px;
  144. vertical-align: super;
  145. }
  146. [bg=dark-bg] {
  147. color: #9c9ea5;
  148. }
  149. [bg=dark-bg] h1,
  150. [bg=dark-bg] h2,
  151. [bg=dark-bg] h4,
  152. [bg=dark-bg] h5,
  153. [bg=dark-bg] h6,
  154. [bg=dark-bg] a {
  155. color: #fff !important;
  156. }
  157. [bg=dark-bg] blockquote {
  158. color: #fff;
  159. }
  160. h5.modal-title {
  161. color: #333 !important;
  162. }
  163. h6.modal {
  164. color: #333 !important;
  165. }
  166. h1.who {
  167. font-weight: 800;
  168. margin: 0;
  169. }
  170. h2.who {
  171. margin: 0;
  172. color: #999 !important;
  173. font-size:20px;
  174. }
  175. h1.what {
  176. font-weight: 800;
  177. margin: 0;
  178. }
  179. h2.what {
  180. margin: 0;
  181. color: #fff !important;
  182. font-size:32px;
  183. }
  184. h1.when {
  185. font-weight: 800;
  186. margin: 0;
  187. }
  188. h2.when{
  189. margin: 0;
  190. color: #fff !important;
  191. font-size:28px;
  192. }
  193. h4.when{
  194. font-weight: 600;
  195. color: #333 !important;
  196. font-size:22px;
  197. }
  198. .fc-button-primary {
  199. color: #777;
  200. background-color: #fff;
  201. border-color: #777;
  202. }
  203. .fc-button-primary:disabled {
  204. color: #777;
  205. background-color: #fff;
  206. border-color: #777;
  207. }
  208. .fc-button-primary:not(:disabled):active,
  209. .fc-button-primary:not(:disabled).fc-button-active {
  210. color: #fff;
  211. background-color: #737373;
  212. border-color: #151e27;
  213. }
  214. .fc-toolbar h2 {
  215. font-size: 1.0em;
  216. margin: 0;
  217. text-align:right;
  218. }
  219. .fc-event {
  220. position: relative;
  221. display: block;
  222. font-size: 0.85em;
  223. line-height: 1.4;
  224. color: #fff !important;
  225. border-radius: 3px;
  226. border: 1px solid #999;
  227. }
  228. .fc-event, .fc-event-dot {
  229. background-color: #737373;
  230. }
  231. h1.why {
  232. font-weight: 800;
  233. margin: 0 0 40px 0;
  234. }
  235. h2.why {
  236. margin: 0;
  237. font-size:28px;
  238. }
  239. .why blockquote {
  240. }
  241. h1.how {
  242. font-weight: 800;
  243. color: #000 !important;
  244. margin: 0;
  245. }
  246. h2.how {
  247. margin: 0;
  248. color: #000 !important;
  249. font-size:28px;
  250. }
  251. h4.how {
  252. color: #000 !important;
  253. }
  254. h5.how {
  255. color: #000 !important;
  256. }
  257. .services .service .numbering, .approach .service .numbering {
  258. height: 2rem;
  259. width: 2rem;
  260. line-height: 2rem;
  261. color: #777;
  262. border-radius: 3px;
  263. text-align: center;
  264. position: absolute;
  265. left: 0;
  266. top: 0;
  267. background: #999;
  268. background: #9993;
  269. font-size: 70%;
  270. }
  271. /*########################################
  272. ################# HEAD ###################
  273. #########################################*/
  274. #header {
  275. position: fixed;
  276. z-index: 98;
  277. margin: 0;
  278. padding: 0;
  279. left: 0;
  280. top: 0;
  281. right: 0;
  282. pointer-events: none;
  283. }
  284. #header .header-ui {
  285. margin: 0;
  286. padding: 0;
  287. display: -ms-flexbox;
  288. display: flex;
  289. -ms-flex-wrap: wrap;
  290. flex-wrap: wrap;
  291. -ms-align-items: center;
  292. align-items: center;
  293. justify-content: space-between;
  294. }
  295. #header .header-ui .brand--nav {
  296. margin: 0 auto 0 0;
  297. padding: 1rem;
  298. flex: 0 0 100%;
  299. width: 100%;
  300. max-width: 100%;
  301. display: -ms-flexbox;
  302. display: flex;
  303. -ms-flex-wrap: wrap;
  304. flex-wrap: wrap;
  305. -ms-align-items: center;
  306. align-items: center;
  307. justify-content: space-between;
  308. pointer-events: auto;
  309. will-change: width, padding, flex;
  310. }
  311. #header .header-ui .brand--nav h1 {
  312. font-size: 27px;
  313. margin-left: 30px;
  314. }
  315. @media (min-width: 576px) {
  316. #header .header-ui .brand--nav {
  317. flex: 0 0 50%;
  318. width: 50%;
  319. max-width: 50%;
  320. }
  321. #header .header-ui .brand--nav .brand {
  322. margin-right: 20px;
  323. }
  324. }
  325. @media (min-width: 768px) {
  326. #header {
  327. -webkit-transition: opacity .35s ease-in-out 0s;
  328. transition: opacity .35s ease-in-out 0s;
  329. }
  330. #header .header-ui .brand--nav,
  331. #header .header-ui .header--complementary {
  332. padding: 2rem;
  333. -webkit-transition: width .35s ease-in-out 0s, padding .35s ease-in-out 0s, flex .35s ease-in-out 0s, background .35s ease-in-out 0s;
  334. transition: width .35s ease-in-out 0s, padding .35s ease-in-out 0s, flex .35s ease-in-out 0s, background .35s ease-in-out 0s;
  335. }
  336. #header.shrink .header-ui .brand--nav,
  337. #header.shrink .header-ui .header--complementary {
  338. padding: 1rem;
  339. flex: 0 0 auto;
  340. }
  341. #header.on_menu .brand--nav {
  342. padding-right: 0;
  343. }
  344. #header.on_menu .brand--nav .hamburger {
  345. -webkit-transform: translateX(27px);
  346. transform: translateX(27px);
  347. }
  348. }
  349. @media (min-width: 992px) {
  350. #header .header-ui .brand--nav,
  351. #header.shrink .header-ui .brand--nav,
  352. #header.shrink .header-ui .header--complementary {
  353. padding: 1rem;
  354. flex: 0 0 auto;
  355. }
  356. #header.on_menu .brand--nav {
  357. padding-right: 0;
  358. }
  359. #header.on_menu .brand--nav .hamburger {
  360. -webkit-transform: translateX(27px);
  361. transform: translateX(27px);
  362. }
  363. }
  364. .dw-header {
  365. position: fixed;
  366. }
  367. .dw-header,
  368. .works-header {
  369. background: #121212;
  370. }
  371. .dw-header h2,
  372. .works-header h2 {
  373. letter-spacing: 0.01rem;
  374. font-weight: normal;
  375. text-align: left;
  376. margin: 0;
  377. }
  378. @media (min-width: 992px) {
  379. .dw-header h2,
  380. .works-header h2 {
  381. font-size: 2.4rem;
  382. }
  383. }
  384. .dw-header {
  385. min-height: 400px;
  386. }
  387. .dw-header h2 {
  388. max-width: 900px;
  389. }
  390. .dw-header .main {
  391. position: relative;
  392. z-index: 2;
  393. }
  394. #header {
  395. position: absolute;
  396. }
  397. #header .header-ui .brand--nav,
  398. #header .header-ui .header--complementary {
  399. padding: 1rem;
  400. background: transparent !important;
  401. }
  402. #header .header-ui .button.button-to-quote,
  403. #header .header-ui a {
  404. margin-left: 40px;
  405. }
  406. #header .header-ui a,
  407. #header .header-ui .button {
  408. position: relative;
  409. color: hsla(0, 0%, 100%, 0.5);
  410. border-color: hsla(0, 0%, 100%, 0.5);
  411. font-family: 'Inter', sans-serif;
  412. }
  413. #header .header-ui .brand img {
  414. width: 200px;
  415. }
  416. .header-small {
  417. width: 100%;
  418. position: fixed;
  419. display: flex;
  420. padding: 0.5rem 1rem 1rem 1rem;
  421. z-index: 999;
  422. opacity: 0;
  423. top: -200px;
  424. left: 0;
  425. transition: opacity 0.4s ease, background-color 0.4s ease;
  426. }
  427. .header-small .header-small-menu {
  428. background-color: #2b3444;
  429. position: absolute;
  430. box-shadow: 0 27px 53px 0 rgba(1, 93, 140, 0.24);
  431. z-index: 1;
  432. opacity: 0;
  433. visibility: hidden;
  434. padding: 20px 20px 40px 20px;
  435. top: 0;
  436. right: 0;
  437. }
  438. .header-small .header-small-menu h6 {
  439. font-weight: bold;
  440. color: #fff;
  441. margin: 40px 0 0 0;
  442. }
  443. .header-small .header-small-menu a,
  444. .header-small .header-small-menu h6 {
  445. padding: 6px 29px 8px 12px;
  446. }
  447. .header-small .header-small-menu a {
  448. font-size: 26px;
  449. line-height: 44px;
  450. letter-spacing: -0.43px;
  451. display: block;
  452. color: #fff;
  453. }
  454. .header-small .header-small-menu a:hover {
  455. opacity: 0.5;
  456. }
  457. .header-small .header-small-menu a.email {
  458. font-size: 1rem;
  459. line-height: 1.2;
  460. }
  461. .header-small.menu-open .header-small-menu {
  462. display: block;
  463. opacity: 1;
  464. visibility: visible;
  465. }
  466. .header-small.showing {
  467. opacity: 1;
  468. top: 0;
  469. }
  470. .header-small a {
  471. color: currentColor;
  472. }
  473. .header-small img {
  474. margin-left: 0px;
  475. width: 22px;
  476. transition: background-color 0.4s ease;
  477. }
  478. .header-small .light {
  479. display: none;
  480. border: 1px solid #fff;
  481. }
  482. .header-small .dark {
  483. display: inline-block;
  484. border: 1px solid #000;
  485. }
  486. [bg=dark-bg] .header-small .light {
  487. display: inline-block;
  488. }
  489. [bg=dark-bg] .header-small .dark {
  490. display: none;
  491. }
  492. [bg=dark-bg] .hamburger-inner,
  493. [bg=dark-bg] .hamburger-inner:before,
  494. [bg=dark-bg] .hamburger-inner:after {
  495. background-color: #fff !important;
  496. }
  497. /*########################################
  498. ################# NAVI ###################
  499. #########################################*/
  500. .hamburger {
  501. font: inherit;
  502. display: inline-block;
  503. overflow: visible;
  504. margin: 0;
  505. padding: 0;
  506. cursor: pointer;
  507. transition-timing-function: linear;
  508. transition-duration: 0.15s;
  509. transition-property: opacity, filter;
  510. text-transform: none;
  511. color: inherit;
  512. border: 0;
  513. background-color: transparent;
  514. align-self: flex-end;
  515. margin-left: auto;
  516. z-index: 6;
  517. }
  518. .hamburger:focus, .hamburger:active {
  519. outline-width: 0;
  520. }
  521. .hamburger.is-active {
  522. outline-width: 0;
  523. }
  524. .hamburger-box {
  525. width: 24px;
  526. height: 15px;
  527. display: inline-block;
  528. position: relative;
  529. }
  530. .hamburger-inner {
  531. display: block;
  532. top: 50%;
  533. margin-top: -0.5px;
  534. }
  535. .hamburger-inner,
  536. .hamburger-inner::before,
  537. .hamburger-inner::after {
  538. width: 24px;
  539. height: 2px;
  540. border-radius: 2px;
  541. position: absolute;
  542. transition-property: transform;
  543. transition-duration: 0.15s;
  544. transition-timing-function: ease;
  545. background-color: #000;
  546. }
  547. .hamburger-inner::before, .hamburger-inner::after {
  548. content: "";
  549. display: block;
  550. }
  551. .hamburger-inner::before {
  552. top: -7px;
  553. }
  554. .hamburger-inner::after {
  555. bottom: -7px;
  556. }
  557. .hamburger-inner:before {
  558. top: 5px;
  559. }
  560. .hamburger-inner:after {
  561. top: 10px;
  562. }
  563. .hamburger:hover {
  564. opacity: 0.7;
  565. }
  566. .hamburger:focus, .hamburger:active {
  567. outline-width: 0;
  568. }
  569. .hamburger.is-active {
  570. outline-width: 0;
  571. }
  572. .hamburger.is-active:hover {
  573. opacity: 0.7;
  574. }
  575. .hamburger.is-active .hamburger-inner,
  576. .hamburger.is-active .hamburger-inner::before,
  577. .hamburger.is-active .hamburger-inner::after {
  578. background-color: #000;
  579. }
  580. .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  581. background-color: #000;
  582. }
  583. .hamburger.is-active .hamburger-inner {
  584. transform: translate3d(0, 10px, 0) rotate(45deg);
  585. background-color: #fff;
  586. }
  587. .hamburger.is-active .hamburger-inner:before {
  588. transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  589. opacity: 0;
  590. }
  591. .hamburger.is-active .hamburger-inner:after {
  592. transform: translate3d(0, -10px, 0) rotate(-90deg);
  593. background-color: #fff;
  594. }
  595. .hamburger-box {
  596. position: relative;
  597. display: inline-block;
  598. width: 20px;
  599. height: 20px;
  600. }
  601. .hamburger-inner {
  602. top: 50%;
  603. display: block;
  604. margin-top: -2px;
  605. }
  606. /*########################################
  607. ################# LAYO ###################
  608. #########################################*/
  609. .lead {
  610. font-weight: 400;
  611. line-height: 1.6;
  612. }
  613. .hero,
  614. .page-header,
  615. .portfolio-header {
  616. background: #191A1B;
  617. position: relative;
  618. }
  619. .hero .container,
  620. .page-header .container,
  621. .portfolio-header .container {
  622. position: relative;
  623. }
  624. .hero h1,
  625. .page-header h1,
  626. .portfolio-header h1 {
  627. font-family: 'Inter', 'Source Sans Pro', sans-serif;
  628. line-height: 1.2;
  629. max-width: 900px;
  630. font-weight: 800;
  631. }
  632. .hero {
  633. height: 100vh;
  634. min-height: 620px;
  635. }
  636. .capabilities {
  637. padding: 6rem 0;
  638. }
  639. .capabilities .capabilities-types {
  640. padding-top: 3rem;
  641. }
  642. .capabilities ul {
  643. list-style: none;
  644. margin: 0 0 3rem 0 !important;
  645. }
  646. .capabilities li {
  647. margin: 0 !important;
  648. }
  649. .capabilities h5,
  650. .capabilities h6 {
  651. margin-bottom: 0.5rem;
  652. }
  653. .services,
  654. .approach {
  655. padding-bottom: 10rem;
  656. }
  657. .services .row,
  658. .approach .row {
  659. display: flex;
  660. }
  661. .services .numbering,
  662. .approach .numbering {
  663. color: #9c9ea5;
  664. }
  665. .services .service,
  666. .approach .service {
  667. padding-left: 4rem;
  668. padding-bottom: 1rem;
  669. border-radius: 4px;
  670. position: relative;
  671. transition: all 0.2s ease;
  672. cursor: pointer;
  673. }
  674. .services .service:hover,
  675. .approach .service:hover {
  676. transform: scale(1.1) translateX(1.6rem);
  677. }
  678. .services .service:hover .numbering,
  679. .approach .service:hover .numbering {
  680. background: #eee;
  681. color: #000;
  682. }
  683. .services .service p,
  684. .approach .service p {
  685. color: #8a8a8a;
  686. }
  687. .services .service .numbering,
  688. .approach .service .numbering {
  689. height: 2rem;
  690. width: 2rem;
  691. line-height: 2rem;
  692. border-radius: 3px;
  693. text-align: center;
  694. position: absolute;
  695. left: 0;
  696. top: 0;
  697. background: #eee;
  698. background: rgba(255, 255, 255, 0.2);
  699. font-size: 70%;
  700. }
  701. .services .service p,
  702. .approach .service p {
  703. margin-top: 0 !important;
  704. margin-bottom: 2rem;
  705. }
  706. .services .service h4,
  707. .approach .service h4 {
  708. margin: 0;
  709. font-weight: 400;
  710. }
  711. .services .service i,
  712. .approach .service i {
  713. display: block;
  714. position: relative;
  715. margin: 20px 0;
  716. width: 22px;
  717. height: 22px;
  718. border-radius: 50%;
  719. border: 2px solid white;
  720. transition: all 0.2s ease;
  721. display: none;
  722. }
  723. .services .service:nth-child(1) i,
  724. .approach .service:nth-child(1) i {
  725. border-color: #50E3C2;
  726. color: #50E3C2;
  727. }
  728. .services .service:nth-child(2) i,
  729. .approach .service:nth-child(2) i {
  730. border-color: #8755FF;
  731. color: #8755FF;
  732. }
  733. .services .service:nth-child(3) i,
  734. .approach .service:nth-child(3) i {
  735. border-color: #01D5FF;
  736. color: #01D5FF;
  737. }
  738. .services .service:nth-child(4) i,
  739. .approach .service:nth-child(4) i {
  740. border-color: #BD10E0;
  741. color: #BD10E0;
  742. }
  743. .numbering {
  744. margin-bottom: 1rem;
  745. margin-right: 1rem;
  746. font-size: 1rem;
  747. }
  748. .numbering {
  749. display: inline-block;
  750. margin-right: .5rem;
  751. font-size: 12px;
  752. vertical-align: super;
  753. }
  754. ul.pricing {
  755. margin-left:0px;
  756. padding: 0 0 0 25px;
  757. }
  758. .vendor-image {
  759. filter: grayscale(1);
  760. }
  761. .vendor-image:hover {
  762. filter: grayscale(0);
  763. transition: 0.5s ease-in-out;
  764. }
  765. blockquote {
  766. padding: 0;
  767. position: relative;
  768. }
  769. .br-testimonial figcaption {
  770. padding-left: 70px;
  771. font-size: 13px;
  772. letter-spacing: .025em;
  773. }
  774. .br-testimonial figcaption cite {
  775. display: block;
  776. font-style: normal;
  777. font-weight: bold;
  778. }
  779. .br-testimonial blockquote {
  780. margin: 0 0 20px 0;
  781. }
  782. .br-testimonial figcaption {
  783. padding: 0;
  784. font-size: 1rem;
  785. }
  786. .has-highlight {
  787. position: relative;
  788. }
  789. .has-highlight:after {
  790. content: '';
  791. position: absolute;
  792. bottom: 0px;
  793. height: 20px;
  794. width: 102%;
  795. background: #d6f0ff;
  796. left: -3px;
  797. z-index: -1;
  798. }
  799. .testimonials-section {
  800. color: #9c9ea5;
  801. }
  802. .testimonials-section h1,
  803. .testimonials-section h2,
  804. .testimonials-section h4,
  805. .testimonials-section h5,
  806. .testimonials-section h6,
  807. .testimonials-section a {
  808. color: #fff !important;
  809. }
  810. .testimonials-section blockquote {
  811. color: #fff;
  812. font-size:1.5em;
  813. }
  814. .testimonials-section .br-testimonial {
  815. opacity: 0;
  816. visibility: hidden;
  817. position: relative;
  818. transition: opacity 0.4s ease;
  819. position: fixed;
  820. left: -5000px;
  821. }
  822. .testimonials-section .br-testimonial.showing {
  823. opacity: 1;
  824. visibility: visible;
  825. top: 0;
  826. position: relative;
  827. left: 0;
  828. }
  829. .testimonials-section .next-wrapper {
  830. text-align: right;
  831. padding-top: 2rem;
  832. padding-right: 2rem;
  833. }
  834. .testimonials-section .next-testimonial {
  835. display: inline-block;
  836. cursor: pointer;
  837. }
  838. .testimonials-section .next-testimonial:hover svg {
  839. opacity: 1;
  840. }
  841. .testimonials-section .next-testimonial:hover span {
  842. opacity: 1;
  843. }
  844. .testimonials-section .next-testimonial svg {
  845. max-width: 40px;
  846. max-height: 40px;
  847. opacity: 0.5;
  848. transition: opacity 0.2s ease;
  849. }
  850. .testimonials-section .next-testimonial span {
  851. display: block;
  852. font-size: 56%;
  853. padding-top: 17px;
  854. width: 53px;
  855. text-align: center;
  856. opacity: 0;
  857. transition: opacity 0.2s ease;
  858. }
  859. .testimonials-section .next-testimonial path {
  860. fill: #fff;
  861. }
  862. .testimonials-section .indicators {
  863. text-align: right;
  864. }
  865. .testimonials-section .indicators span {
  866. height: 14px;
  867. width: 14px;
  868. border-radius: 50%;
  869. background: rgba(255, 255, 255, 0.2);
  870. margin: 5px;
  871. display: inline-block;
  872. cursor: pointer;
  873. }
  874. .testimonials-section .indicators span:hover,
  875. .testimonials-section .indicators span.current {
  876. background: rgba(255, 255, 255, 0.7);
  877. }
  878. @media (max-width: 768px) {
  879. .testimonials-section .next-testimonial {
  880. display: none;
  881. }
  882. .testimonials-section .indicators {
  883. text-align: center;
  884. }
  885. }
  886. /*########################################
  887. ################# PART ###################
  888. #########################################*/
  889. .fc-button-primary {
  890. color: #777;
  891. background-color: #fff;
  892. border-color: #777;
  893. }
  894. .fc-button-primary:disabled {
  895. color: #777;
  896. background-color: #fff;
  897. border-color: #777;
  898. }
  899. .fc-button-primary:not(:disabled):active,
  900. .fc-button-primary:not(:disabled).fc-button-active {
  901. color: #fff;
  902. background-color: #737373;
  903. border-color: #151e27;
  904. }
  905. .fc-toolbar h2 {
  906. font-size: 1.0em;
  907. margin: 0;
  908. text-align:right;
  909. }
  910. .fc-event {
  911. position: relative;
  912. display: block;
  913. font-size: 0.85em;
  914. line-height: 1.4;
  915. color: #fff !important;
  916. border-radius: 3px;
  917. border: 1px solid #999;
  918. }
  919. .fc-event, .fc-event-dot {
  920. background-color: #737373;
  921. }
  922. .fc-unthemed td.fc-today {
  923. background: #77777732;
  924. }
  925. /*########################################
  926. ################# FOOT ###################
  927. #########################################*/
  928. .dw-footer h1 {
  929. font-weight: 800;
  930. margin: 0;
  931. }
  932. .dw-footer h4,
  933. .dw-footer h5 {
  934. font-weight: 800;
  935. line-height: 1.2;
  936. font-family: 'Playfair Display', serif;
  937. }
  938. .dw-footer .lead {
  939. margin-top: 0 !important;
  940. margin-bottom: 4rem;
  941. }
  942. .dw-footer .hello .lead {
  943. margin-bottom: 0;
  944. }
  945. .dw-footer .hello a {
  946. font-weight: 700;
  947. display: inline-block;
  948. padding: 0;
  949. position: relative;
  950. }
  951. .dw-footer .hello a:after {
  952. content: '';
  953. position: absolute;
  954. z-index: -2;
  955. bottom: -2px;
  956. right: 0;
  957. height: 1px;
  958. width: 100%;
  959. background: #ddd;
  960. }
  961. .dw-footer .hello a:after {
  962. background: #000;
  963. }
  964. .dw-footer .hello a:before {
  965. display: none;
  966. }
  967. .dw-footer .hello a:before {
  968. content: '';
  969. position: absolute;
  970. z-index: -1;
  971. bottom: 5px;
  972. right: 0;
  973. height: 8px;
  974. width: 0;
  975. background: #d6f0ff;
  976. -webkit-transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  977. transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  978. }
  979. #dw-footer {
  980. background-color: #b0b0b0;
  981. color: #111 !important;
  982. }
  983. #dw-footer a {
  984. color: #111;
  985. fill: #111;
  986. }
  987. #dw-footer a:hover {
  988. color: #111;
  989. fill: #111;
  990. }
  991. #dw-footer a:before {
  992. transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  993. }
  994. #dw-footer .br-widget img {
  995. width: 150px;
  996. }
  997. #dw-footer {
  998. margin: 0;
  999. padding: 4rem 0 4rem;
  1000. }
  1001. #dw-footer .br-widget {
  1002. margin: 4rem 0 0;
  1003. padding: 0 0 0;
  1004. }
  1005. #dw-footer .br-widget:first-child {
  1006. margin-top: 0;
  1007. }
  1008. #dw-footer .br-widget ul.footer-links {
  1009. list-style-type: none;
  1010. margin: 0;
  1011. padding: 0;
  1012. }
  1013. #dw-footer .br-widget ul.footer-links li {
  1014. list-style-type: none;
  1015. margin: 0 0 .35rem;
  1016. padding: 0 0 .35rem;
  1017. }
  1018. #dw-footer .br-widget ul.footer-links li:last-child {
  1019. margin-bottom: 0;
  1020. }
  1021. #dw-footer a {
  1022. position: relative;
  1023. }
  1024. #dw-footer a:before {
  1025. content: '';
  1026. position: absolute;
  1027. bottom: 0;
  1028. right: 0;
  1029. height: 1px;
  1030. width: 0;
  1031. background: currentColor;
  1032. -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  1033. transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  1034. }
  1035. #dw-footer a:hover:before {
  1036. left: 0;
  1037. right: initial;
  1038. width: 100%;
  1039. }
  1040. #dw-footer .footer-end {
  1041. margin: 4rem 0 0;
  1042. padding: 0;
  1043. font-size: 13px;
  1044. letter-spacing: .05em;
  1045. opacity: .75;
  1046. }
  1047. #dw-footer {
  1048. background-color: #333;
  1049. color: #fff !important;
  1050. }
  1051. #dw-footer {
  1052. background-color: #212121;
  1053. color: #dadada;
  1054. }
  1055. #dw-footer a {
  1056. color: #dadada;
  1057. fill: #dadada;
  1058. }
  1059. #dw-footer a:hover {
  1060. color: #ffffff;
  1061. fill: #ffffff;
  1062. }
  1063. #dw-footer {
  1064. margin: 0;
  1065. padding: 4rem 0 4rem;
  1066. }
  1067. #dw-footer .br-widget {
  1068. margin: 4rem 0 0;
  1069. padding: 0 0 0;
  1070. }
  1071. #dw-footer .br-widget:first-child {
  1072. margin-top: 0;
  1073. }
  1074. #dw-footer .br-widget ul.footer-links {
  1075. list-style-type: none;
  1076. margin: 0;
  1077. padding: 0;
  1078. }
  1079. #dw-footer .br-widget ul.footer-links li {
  1080. list-style-type: none;
  1081. margin: 0 0 .35rem;
  1082. padding: 0 0 .35rem;
  1083. }
  1084. #dw-footer .br-widget ul.footer-links li:last-child {
  1085. margin-bottom: 0;
  1086. }
  1087. #dw-footer a {
  1088. position: relative;
  1089. }
  1090. #dw-footer a:before {
  1091. content: '';
  1092. position: absolute;
  1093. bottom: 0;
  1094. right: 0;
  1095. height: 1px;
  1096. width: 0;
  1097. background: currentColor;
  1098. -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  1099. transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  1100. }
  1101. #dw-footer a:hover:before {
  1102. left: 0;
  1103. right: initial;
  1104. width: 100%;
  1105. }
  1106. #dw-footer .footer-end {
  1107. margin: 4rem 0 0;
  1108. padding: 0;
  1109. font-size: 13px;
  1110. letter-spacing: .05em;
  1111. opacity: .75;
  1112. }
  1113. @media (min-width: 768px) {
  1114. #dw-footer {
  1115. padding: 5rem 0 5rem;
  1116. }
  1117. }
  1118. @media (min-width: 992px) {
  1119. #dw-footer {
  1120. padding: 6rem 0 6rem;
  1121. }
  1122. }
  1123. /*########################################
  1124. ################# QUER ###################
  1125. #########################################*/
  1126. @media (max-width: 639px) {
  1127. h1 {
  1128. font-size: 27px;
  1129. }
  1130. .container {
  1131. padding:10px 5px;
  1132. }
  1133. .main {
  1134. padding: 5px 15px;
  1135. }
  1136. }
  1137. @media (max-width: 767px) {}
  1138. @media (max-width: 1023px) {}
  1139. @media (max-width: 1279px) {}
  1140. /*########################################
  1141. ################# FONT ###################
  1142. #########################################*/
  1143. @font-face {
  1144. font-family: 'Inter';
  1145. font-style: normal;
  1146. font-weight: 400;
  1147. src: url("./_font/Inter-Regular.woff2") format("woff2"),
  1148. url("./_font/Inter-Regular.woff") format("woff");
  1149. }
  1150. @font-face {
  1151. font-family: 'Inter';
  1152. font-style: italic;
  1153. font-weight: 400;
  1154. src: url("./_font/Inter-Italic.woff2") format("woff2"),
  1155. url("./_font/Inter-Italic.woff") format("woff");
  1156. }
  1157. @font-face {
  1158. font-family: 'Inter';
  1159. font-style: normal;
  1160. font-weight: 500;
  1161. src: url("./_font/Inter-Medium.woff2") format("woff2"),
  1162. url("./_font/Inter-Medium.woff") format("woff");
  1163. }
  1164. @font-face {
  1165. font-family: 'Inter';
  1166. font-style: italic;
  1167. font-weight: 500;
  1168. src: url("./_font/Inter-MediumItalic.woff2") format("woff2"),
  1169. url("./_font/Inter-MediumItalic.woff") format("woff");
  1170. }
  1171. @font-face {
  1172. font-family: 'Inter';
  1173. font-style: normal;
  1174. font-weight: 600;
  1175. src: url("./_font/Inter-SemiBold.woff2") format("woff2"),
  1176. url("./_font/Inter-SemiBold.woff") format("woff");
  1177. }
  1178. @font-face {
  1179. font-family: 'Inter';
  1180. font-style: italic;
  1181. font-weight: 600;
  1182. src: url("./_font/Inter-SemiBoldItalic.woff2") format("woff2"),
  1183. url("./_font/Inter-SemiBoldItalic.woff") format("woff");
  1184. }
  1185. @font-face {
  1186. font-family: 'Inter';
  1187. font-style: normal;
  1188. font-weight: 700;
  1189. src: url("./_font/Inter-Bold.woff2") format("woff2"),
  1190. url("./_font/Inter-Bold.woff") format("woff");
  1191. }
  1192. @font-face {
  1193. font-family: 'Inter';
  1194. font-style: italic;
  1195. font-weight: 700;
  1196. src: url("./_font/Inter-BoldItalic.woff2") format("woff2"),
  1197. url("./_font/Inter-BoldItalic.woff") format("woff");
  1198. }
  1199. @font-face {
  1200. font-family: 'Inter';
  1201. font-style: normal;
  1202. font-weight: 800;
  1203. src: url("./_font/Inter-ExtraBold.woff2") format("woff2"),
  1204. url("./_font/Inter-ExtraBold.woff") format("woff");
  1205. }
  1206. @font-face {
  1207. font-family: 'Inter';
  1208. font-style: italic;
  1209. font-weight: 800;
  1210. src: url("./_font/Inter-ExtraBoldItalic.woff2") format("woff2"),
  1211. url("./_font/Inter-ExtraBoldItalic.woff") format("woff");
  1212. }
  1213. @font-face {
  1214. font-family: 'Inter';
  1215. font-style: normal;
  1216. font-weight: 900;
  1217. src: url("./_font/Inter-Black.woff2") format("woff2"),
  1218. url("./_font/Inter-Black.woff") format("woff");
  1219. }
  1220. @font-face {
  1221. font-family: 'Inter';
  1222. font-style: italic;
  1223. font-weight: 900;
  1224. src: url("./_font/Inter-BlackItalic.woff2") format("woff2"),
  1225. url("./_font/Inter-BlackItalic.woff") format("woff");
  1226. }
  1227. @font-face {
  1228. font-family: 'Montserrat';
  1229. font-style: italic;
  1230. font-weight: 400;
  1231. src: url('_font/montserrat-v14-latin-italic.eot'); /* IE9 Compat Modes */
  1232. src: local('Montserrat Italic'), local('Montserrat-Italic'),
  1233. url('_font/montserrat-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1234. url('_font/montserrat-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
  1235. url('_font/montserrat-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
  1236. url('_font/montserrat-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
  1237. url('_font/montserrat-v14-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
  1238. }
  1239. @font-face {
  1240. font-family: 'Montserrat';
  1241. font-style: normal;
  1242. font-weight: 400;
  1243. src: url('_font/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
  1244. src: local('Montserrat Regular'), local('Montserrat-Regular'),
  1245. url('_font/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1246. url('_font/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  1247. url('_font/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
  1248. url('_font/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  1249. url('_font/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  1250. }
  1251. @font-face {
  1252. font-family: 'Montserrat';
  1253. font-style: normal;
  1254. font-weight: 500;
  1255. src: url('_font/montserrat-v14-latin-500.eot'); /* IE9 Compat Modes */
  1256. src: local('Montserrat Medium'), local('Montserrat-Medium'),
  1257. url('_font/montserrat-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1258. url('_font/montserrat-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
  1259. url('_font/montserrat-v14-latin-500.woff') format('woff'), /* Modern Browsers */
  1260. url('_font/montserrat-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
  1261. url('_font/montserrat-v14-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
  1262. }
  1263. @font-face {
  1264. font-family: 'Montserrat';
  1265. font-style: italic;
  1266. font-weight: 500;
  1267. src: url('_font/montserrat-v14-latin-500italic.eot'); /* IE9 Compat Modes */
  1268. src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
  1269. url('_font/montserrat-v14-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1270. url('_font/montserrat-v14-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
  1271. url('_font/montserrat-v14-latin-500italic.woff') format('woff'), /* Modern Browsers */
  1272. url('_font/montserrat-v14-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
  1273. url('_font/montserrat-v14-latin-500italic.svg#Montserrat') format('svg'); /* Legacy iOS */
  1274. }
  1275. @font-face {
  1276. font-family: 'Montserrat';
  1277. font-style: normal;
  1278. font-weight: 900;
  1279. src: url('_font/montserrat-v14-latin-900.eot'); /* IE9 Compat Modes */
  1280. src: local('Montserrat Black'), local('Montserrat-Black'),
  1281. url('_font/montserrat-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1282. url('_font/montserrat-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
  1283. url('_font/montserrat-v14-latin-900.woff') format('woff'), /* Modern Browsers */
  1284. url('_font/montserrat-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
  1285. url('_font/montserrat-v14-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
  1286. }
  1287. @font-face {
  1288. font-family: 'Playfair Display';
  1289. font-style: normal;
  1290. font-weight: 400;
  1291. src: url('_font/playfair-display-v20-latin-regular.eot'); /* IE9 Compat Modes */
  1292. src: local(''),
  1293. url('_font/playfair-display-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1294. url('_font/playfair-display-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  1295. url('_font/playfair-display-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
  1296. url('_font/playfair-display-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  1297. url('_font/playfair-display-v20-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  1298. }
  1299. @font-face {
  1300. font-family: 'Playfair Display';
  1301. font-style: normal;
  1302. font-weight: 700;
  1303. src: url('_font/playfair-display-v20-latin-700.eot'); /* IE9 Compat Modes */
  1304. src: local(''),
  1305. url('_font/playfair-display-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1306. url('_font/playfair-display-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  1307. url('_font/playfair-display-v20-latin-700.woff') format('woff'), /* Modern Browsers */
  1308. url('_font/playfair-display-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  1309. url('_font/playfair-display-v20-latin-700.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  1310. }
  1311. @font-face {
  1312. font-family: 'Playfair Display';
  1313. font-style: normal;
  1314. font-weight: 900;
  1315. src: url('_font/playfair-display-v20-latin-900.eot'); /* IE9 Compat Modes */
  1316. src: local(''),
  1317. url('_font/playfair-display-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1318. url('_font/playfair-display-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
  1319. url('_font/playfair-display-v20-latin-900.woff') format('woff'), /* Modern Browsers */
  1320. url('_font/playfair-display-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
  1321. url('_font/playfair-display-v20-latin-900.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  1322. }
  1323. @font-face {
  1324. font-family: 'Playfair Display';
  1325. font-style: italic;
  1326. font-weight: 400;
  1327. src: url('_font/playfair-display-v20-latin-italic.eot'); /* IE9 Compat Modes */
  1328. src: local(''),
  1329. url('_font/playfair-display-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1330. url('_font/playfair-display-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
  1331. url('_font/playfair-display-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
  1332. url('_font/playfair-display-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
  1333. url('_font/playfair-display-v20-latin-italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  1334. }
  1335. @font-face {
  1336. font-family: 'Playfair Display';
  1337. font-style: italic;
  1338. font-weight: 700;
  1339. src: url('_font/playfair-display-v20-latin-700italic.eot'); /* IE9 Compat Modes */
  1340. src: local(''),
  1341. url('_font/playfair-display-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1342. url('_font/playfair-display-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
  1343. url('_font/playfair-display-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
  1344. url('_font/playfair-display-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
  1345. url('_font/playfair-display-v20-latin-700italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  1346. }
  1347. @font-face {
  1348. font-family: 'fontello';
  1349. src: url('_font/fontello.eot?25243633');
  1350. src: url('_font/fontello.eot?25243633#iefix') format('embedded-opentype'),
  1351. url('_font/fontello.woff2?25243633') format('woff2'),
  1352. url('_font/fontello.woff?25243633') format('woff'),
  1353. url('_font/fontello.ttf?25243633') format('truetype'),
  1354. url('_font/fontello.svg?25243633#fontello') format('svg');
  1355. font-weight: normal;
  1356. font-style: normal;
  1357. }
  1358. /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  1359. /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  1360. /*
  1361. @media screen and (-webkit-min-device-pixel-ratio:0) {
  1362. @font-face {
  1363. font-family: 'fontello';
  1364. src: url('../font/fontello.svg?25243633#fontello') format('svg');
  1365. }
  1366. }
  1367. */
  1368. [class^="icon-"]:before, [class*=" icon-"]:before {
  1369. font-family: "fontello";
  1370. font-style: normal;
  1371. font-weight: normal;
  1372. speak: none;
  1373. display: inline-block;
  1374. text-decoration: inherit;
  1375. width: 1em;
  1376. margin-right: .2em;
  1377. text-align: center;
  1378. /* opacity: .8; */
  1379. /* For safety - reset parent styles, that can break glyph codes*/
  1380. font-variant: normal;
  1381. text-transform: none;
  1382. /* fix buttons height, for twitter bootstrap */
  1383. line-height: 1em;
  1384. /* Animation center compensation - margins should be symmetric */
  1385. /* remove if not needed */
  1386. margin-left: .2em;
  1387. /* you can be more comfortable with increased icons size */
  1388. /* font-size: 120%; */
  1389. /* Font smoothing. That was taken from TWBS */
  1390. -webkit-font-smoothing: antialiased;
  1391. -moz-osx-font-smoothing: grayscale;
  1392. /* Uncomment for 3D effect */
  1393. /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  1394. }
  1395. .icon-pencil:before { content: '\e800'; } /* '' */
  1396. .icon-book:before { content: '\e801'; } /* '' */
  1397. .icon-twitter:before { content: '\f099'; } /* '' */
  1398. .icon-facebook:before { content: '\f09a'; } /* '' */
  1399. .icon-docs:before { content: '\f0c5'; } /* '' */
  1400. .icon-desktop:before { content: '\f108'; } /* '' */
  1401. .icon-github:before { content: '\f113'; } /* '' */
  1402. .icon-file-code:before { content: '\f1c9'; } /* '' */
  1403. .icon-wikipedia-w:before { content: '\f266'; } /* '' */