style.css 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479
  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: #e3e3e3;
  80. }
  81. .background-color.black {
  82. background-color: #484C57;
  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: #39393a;
  429. position: absolute;
  430. box-shadow: 0 27px 53px 0 rgba(57, 57, 58, 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. width:100%;
  761. }
  762. .vendor-image:hover {
  763. filter: grayscale(0);
  764. transition: 0.5s ease-in-out;
  765. }
  766. blockquote {
  767. padding: 0;
  768. position: relative;
  769. }
  770. .br-testimonial figcaption {
  771. padding-left: 70px;
  772. font-size: 13px;
  773. letter-spacing: .025em;
  774. }
  775. .br-testimonial figcaption cite {
  776. display: block;
  777. font-style: normal;
  778. font-weight: bold;
  779. }
  780. .br-testimonial blockquote {
  781. margin: 0 0 20px 0;
  782. }
  783. .br-testimonial figcaption {
  784. padding: 0;
  785. font-size: 1rem;
  786. }
  787. .has-highlight {
  788. position: relative;
  789. }
  790. .has-highlight:after {
  791. content: '';
  792. position: absolute;
  793. bottom: 0px;
  794. height: 20px;
  795. width: 102%;
  796. background: #d6f0ff;
  797. left: -3px;
  798. z-index: -1;
  799. }
  800. .testimonials-section {
  801. color: #9c9ea5;
  802. }
  803. .testimonials-section h1,
  804. .testimonials-section h2,
  805. .testimonials-section h4,
  806. .testimonials-section h5,
  807. .testimonials-section h6,
  808. .testimonials-section a {
  809. color: #fff !important;
  810. }
  811. .testimonials-section blockquote {
  812. color: #fff;
  813. font-size:1.5em;
  814. }
  815. .testimonials-section .br-testimonial {
  816. opacity: 0;
  817. visibility: hidden;
  818. position: relative;
  819. transition: opacity 0.4s ease;
  820. position: fixed;
  821. left: -5000px;
  822. }
  823. .testimonials-section .br-testimonial.showing {
  824. opacity: 1;
  825. visibility: visible;
  826. top: 0;
  827. position: relative;
  828. left: 0;
  829. }
  830. .testimonials-section .next-wrapper {
  831. text-align: right;
  832. padding-top: 2rem;
  833. padding-right: 2rem;
  834. }
  835. .testimonials-section .next-testimonial {
  836. display: inline-block;
  837. cursor: pointer;
  838. }
  839. .testimonials-section .next-testimonial:hover svg {
  840. opacity: 1;
  841. }
  842. .testimonials-section .next-testimonial:hover span {
  843. opacity: 1;
  844. }
  845. .testimonials-section .next-testimonial svg {
  846. max-width: 40px;
  847. max-height: 40px;
  848. opacity: 0.5;
  849. transition: opacity 0.2s ease;
  850. }
  851. .testimonials-section .next-testimonial span {
  852. display: block;
  853. font-size: 56%;
  854. padding-top: 17px;
  855. width: 53px;
  856. text-align: center;
  857. opacity: 0;
  858. transition: opacity 0.2s ease;
  859. }
  860. .testimonials-section .next-testimonial path {
  861. fill: #fff;
  862. }
  863. .testimonials-section .indicators {
  864. text-align: right;
  865. }
  866. .testimonials-section .indicators span {
  867. height: 14px;
  868. width: 14px;
  869. border-radius: 50%;
  870. background: rgba(255, 255, 255, 0.2);
  871. margin: 5px;
  872. display: inline-block;
  873. cursor: pointer;
  874. }
  875. .testimonials-section .indicators span:hover,
  876. .testimonials-section .indicators span.current {
  877. background: rgba(255, 255, 255, 0.7);
  878. }
  879. @media (max-width: 768px) {
  880. .testimonials-section .next-testimonial {
  881. display: none;
  882. }
  883. .testimonials-section .indicators {
  884. text-align: center;
  885. }
  886. }
  887. /*########################################
  888. ################# PART ###################
  889. #########################################*/
  890. .fc-button-primary {
  891. color: rgba(83, 87, 99, 1);
  892. background-color: #e3e3e3;
  893. border-color: #535763;
  894. }
  895. .fc-button-primary:disabled {
  896. color: #535763;
  897. background-color: #e3e3e3;
  898. border-color: #535763;
  899. }
  900. .fc-button-primary:not(:disabled):active,
  901. .fc-button-primary:not(:disabled).fc-button-active {
  902. color: #e3e3e3;
  903. background-color: rgba(83, 87, 99, .5);
  904. border-color: #151e27;
  905. }
  906. .fc-toolbar h2 {
  907. font-size: 1.0em;
  908. margin: 0;
  909. text-align:right;
  910. }
  911. .fc-event {
  912. position: relative;
  913. display: block;
  914. font-size: 0.85em;
  915. line-height: 1.4;
  916. color: #e3e3e3 !important;
  917. border-radius: 3px;
  918. border: 1px solid rgba(83, 87, 99, .25);
  919. }
  920. .fc-event, .fc-event-dot {
  921. background-color: rgba(83, 87, 99, .5);
  922. }
  923. .fc-unthemed td.fc-today {
  924. background: #77777732;
  925. }
  926. /*########################################
  927. ################# FOOT ###################
  928. #########################################*/
  929. .dw-footer h1 {
  930. font-weight: 800;
  931. margin: 0;
  932. }
  933. .dw-footer h4,
  934. .dw-footer h5 {
  935. font-weight: 800;
  936. line-height: 1.2;
  937. font-family: 'Playfair Display', serif;
  938. }
  939. .dw-footer .lead {
  940. margin-top: 0 !important;
  941. margin-bottom: 4rem;
  942. }
  943. .dw-footer .hello .lead {
  944. margin-bottom: 0;
  945. }
  946. .dw-footer .hello a {
  947. font-weight: 700;
  948. display: inline-block;
  949. padding: 0;
  950. position: relative;
  951. }
  952. .dw-footer .hello a:after {
  953. content: '';
  954. position: absolute;
  955. z-index: -2;
  956. bottom: -2px;
  957. right: 0;
  958. height: 1px;
  959. width: 100%;
  960. background: #ddd;
  961. }
  962. .dw-footer .hello a:after {
  963. background: #000;
  964. }
  965. .dw-footer .hello a:before {
  966. display: none;
  967. }
  968. .dw-footer .hello a:before {
  969. content: '';
  970. position: absolute;
  971. z-index: -1;
  972. bottom: 5px;
  973. right: 0;
  974. height: 8px;
  975. width: 0;
  976. background: #d6f0ff;
  977. -webkit-transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  978. transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  979. }
  980. #dw-footer a {
  981. color: #111;
  982. fill: #111;
  983. }
  984. #dw-footer a:hover {
  985. color: #111;
  986. fill: #111;
  987. }
  988. #dw-footer a:before {
  989. transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  990. }
  991. #dw-footer .br-widget img {
  992. width: 150px;
  993. }
  994. #dw-footer {
  995. margin: 0;
  996. padding: 4rem 0 4rem;
  997. }
  998. #dw-footer .br-widget {
  999. margin: 4rem 0 0;
  1000. padding: 0 0 0;
  1001. }
  1002. #dw-footer .br-widget:first-child {
  1003. margin-top: 0;
  1004. }
  1005. #dw-footer .br-widget ul.footer-links {
  1006. list-style-type: none;
  1007. margin: 0;
  1008. padding: 0;
  1009. }
  1010. #dw-footer .br-widget ul.footer-links li {
  1011. list-style-type: none;
  1012. text-align: right;
  1013. margin: 0 0 .35rem;
  1014. padding: 0 0 .35rem;
  1015. }
  1016. #dw-footer .br-widget ul.footer-social li {
  1017. font-size: 28px;
  1018. }
  1019. #dw-footer .br-widget ul.footer-links li:last-child {
  1020. margin-bottom: 0;
  1021. }
  1022. #dw-footer a {
  1023. position: relative;
  1024. }
  1025. #dw-footer a:before {
  1026. content: '';
  1027. position: absolute;
  1028. bottom: 0;
  1029. right: 0;
  1030. height: 1px;
  1031. width: 0;
  1032. background: currentColor;
  1033. -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  1034. transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  1035. }
  1036. #dw-footer a:hover:before {
  1037. left: 0;
  1038. right: initial;
  1039. width: 100%;
  1040. }
  1041. #dw-footer .footer-end {
  1042. margin: 4rem 0 0;
  1043. padding: 0;
  1044. font-size: 13px;
  1045. letter-spacing: .05em;
  1046. opacity: .75;
  1047. }
  1048. #dw-footer {
  1049. background-color: #333;
  1050. color: #fff !important;
  1051. }
  1052. #dw-footer {
  1053. background-color: #484C57;
  1054. color: #dadada;
  1055. }
  1056. #dw-footer a {
  1057. color: #dadada;
  1058. fill: #dadada;
  1059. }
  1060. #dw-footer a:hover {
  1061. color: #ffffff;
  1062. fill: #ffffff;
  1063. }
  1064. #dw-footer {
  1065. margin: 0;
  1066. padding: 4rem 0 4rem;
  1067. }
  1068. #dw-footer .br-widget {
  1069. margin: 4rem 0 0;
  1070. padding: 0 0 0;
  1071. }
  1072. #dw-footer .br-widget:first-child {
  1073. margin-top: 0;
  1074. }
  1075. #dw-footer .br-widget ul.footer-links {
  1076. list-style-type: none;
  1077. margin: 0;
  1078. padding: 0;
  1079. }
  1080. #dw-footer .br-widget ul.footer-links li {
  1081. list-style-type: none;
  1082. margin: 0 0 .35rem;
  1083. padding: 0 0 .35rem;
  1084. }
  1085. #dw-footer .br-widget ul.footer-links li:last-child {
  1086. margin-bottom: 0;
  1087. }
  1088. #dw-footer a {
  1089. position: relative;
  1090. }
  1091. #dw-footer a:before {
  1092. content: '';
  1093. position: absolute;
  1094. bottom: 0;
  1095. right: 0;
  1096. height: 1px;
  1097. width: 0;
  1098. background: currentColor;
  1099. -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  1100. transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  1101. }
  1102. #dw-footer a:hover:before {
  1103. left: 0;
  1104. right: initial;
  1105. width: 100%;
  1106. }
  1107. #dw-footer .footer-end {
  1108. margin: 4rem 0 0;
  1109. padding: 0;
  1110. font-size: 13px;
  1111. letter-spacing: .05em;
  1112. opacity: .75;
  1113. }
  1114. #dw-footer .footer-end .footer-social {
  1115. font-size: 19px;
  1116. }
  1117. @media (min-width: 768px) {
  1118. #dw-footer {
  1119. padding: 5rem 0 5rem;
  1120. }
  1121. }
  1122. @media (min-width: 992px) {
  1123. #dw-footer {
  1124. padding: 6rem 0 6rem;
  1125. }
  1126. }
  1127. /*########################################
  1128. ################# QUER ###################
  1129. #########################################*/
  1130. @media (max-width: 639px) {
  1131. h1 {
  1132. font-size: 27px;
  1133. }
  1134. .container {
  1135. padding:10px 5px;
  1136. }
  1137. .main {
  1138. padding: 5px 15px;
  1139. }
  1140. }
  1141. @media (max-width: 767px) {}
  1142. @media (max-width: 1023px) {}
  1143. @media (max-width: 1279px) {}
  1144. /*########################################
  1145. ################# FONT ###################
  1146. #########################################*/
  1147. @font-face {
  1148. font-family: 'Inter';
  1149. font-style: normal;
  1150. font-weight: 400;
  1151. src: url("./_font/Inter-Regular.woff2") format("woff2"),
  1152. url("./_font/Inter-Regular.woff") format("woff");
  1153. font-display: swap;
  1154. }
  1155. @font-face {
  1156. font-family: 'Inter';
  1157. font-style: italic;
  1158. font-weight: 400;
  1159. src: url("./_font/Inter-Italic.woff2") format("woff2"),
  1160. url("./_font/Inter-Italic.woff") format("woff");
  1161. font-display: swap;
  1162. }
  1163. @font-face {
  1164. font-family: 'Inter';
  1165. font-style: normal;
  1166. font-weight: 500;
  1167. src: url("./_font/Inter-Medium.woff2") format("woff2"),
  1168. url("./_font/Inter-Medium.woff") format("woff");
  1169. font-display: swap;
  1170. }
  1171. @font-face {
  1172. font-family: 'Inter';
  1173. font-style: italic;
  1174. font-weight: 500;
  1175. src: url("./_font/Inter-MediumItalic.woff2") format("woff2"),
  1176. url("./_font/Inter-MediumItalic.woff") format("woff");
  1177. font-display: swap;
  1178. }
  1179. @font-face {
  1180. font-family: 'Inter';
  1181. font-style: normal;
  1182. font-weight: 600;
  1183. src: url("./_font/Inter-SemiBold.woff2") format("woff2"),
  1184. url("./_font/Inter-SemiBold.woff") format("woff");
  1185. font-display: swap;
  1186. }
  1187. @font-face {
  1188. font-family: 'Inter';
  1189. font-style: italic;
  1190. font-weight: 600;
  1191. src: url("./_font/Inter-SemiBoldItalic.woff2") format("woff2"),
  1192. url("./_font/Inter-SemiBoldItalic.woff") format("woff");
  1193. font-display: swap;
  1194. }
  1195. @font-face {
  1196. font-family: 'Inter';
  1197. font-style: normal;
  1198. font-weight: 700;
  1199. src: url("./_font/Inter-Bold.woff2") format("woff2"),
  1200. url("./_font/Inter-Bold.woff") format("woff");
  1201. font-display: swap;
  1202. }
  1203. @font-face {
  1204. font-family: 'Inter';
  1205. font-style: italic;
  1206. font-weight: 700;
  1207. src: url("./_font/Inter-BoldItalic.woff2") format("woff2"),
  1208. url("./_font/Inter-BoldItalic.woff") format("woff");
  1209. font-display: swap;
  1210. }
  1211. @font-face {
  1212. font-family: 'Inter';
  1213. font-style: normal;
  1214. font-weight: 800;
  1215. src: url("./_font/Inter-ExtraBold.woff2") format("woff2"),
  1216. url("./_font/Inter-ExtraBold.woff") format("woff");
  1217. font-display: swap;
  1218. }
  1219. @font-face {
  1220. font-family: 'Inter';
  1221. font-style: italic;
  1222. font-weight: 800;
  1223. src: url("./_font/Inter-ExtraBoldItalic.woff2") format("woff2"),
  1224. url("./_font/Inter-ExtraBoldItalic.woff") format("woff");
  1225. font-display: swap;
  1226. }
  1227. @font-face {
  1228. font-family: 'Inter';
  1229. font-style: normal;
  1230. font-weight: 900;
  1231. src: url("./_font/Inter-Black.woff2") format("woff2"),
  1232. url("./_font/Inter-Black.woff") format("woff");
  1233. font-display: swap;
  1234. }
  1235. @font-face {
  1236. font-family: 'Inter';
  1237. font-style: italic;
  1238. font-weight: 900;
  1239. src: url("./_font/Inter-BlackItalic.woff2") format("woff2"),
  1240. url("./_font/Inter-BlackItalic.woff") format("woff");
  1241. font-display: swap;
  1242. }
  1243. @font-face {
  1244. font-family: 'Montserrat';
  1245. font-style: italic;
  1246. font-weight: 400;
  1247. src: url('_font/montserrat-v14-latin-italic.eot'); /* IE9 Compat Modes */
  1248. src: local('Montserrat Italic'), local('Montserrat-Italic'),
  1249. url('_font/montserrat-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1250. url('_font/montserrat-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
  1251. url('_font/montserrat-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
  1252. url('_font/montserrat-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
  1253. url('_font/montserrat-v14-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
  1254. font-display: swap;
  1255. }
  1256. @font-face {
  1257. font-family: 'Montserrat';
  1258. font-style: normal;
  1259. font-weight: 400;
  1260. src: url('_font/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
  1261. src: local('Montserrat Regular'), local('Montserrat-Regular'),
  1262. url('_font/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1263. url('_font/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  1264. url('_font/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
  1265. url('_font/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  1266. url('_font/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  1267. font-display: swap;
  1268. }
  1269. @font-face {
  1270. font-family: 'Montserrat';
  1271. font-style: normal;
  1272. font-weight: 500;
  1273. src: url('_font/montserrat-v14-latin-500.eot'); /* IE9 Compat Modes */
  1274. src: local('Montserrat Medium'), local('Montserrat-Medium'),
  1275. url('_font/montserrat-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1276. url('_font/montserrat-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
  1277. url('_font/montserrat-v14-latin-500.woff') format('woff'), /* Modern Browsers */
  1278. url('_font/montserrat-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
  1279. url('_font/montserrat-v14-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
  1280. font-display: swap;
  1281. }
  1282. @font-face {
  1283. font-family: 'Montserrat';
  1284. font-style: italic;
  1285. font-weight: 500;
  1286. src: url('_font/montserrat-v14-latin-500italic.eot'); /* IE9 Compat Modes */
  1287. src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
  1288. url('_font/montserrat-v14-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1289. url('_font/montserrat-v14-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
  1290. url('_font/montserrat-v14-latin-500italic.woff') format('woff'), /* Modern Browsers */
  1291. url('_font/montserrat-v14-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
  1292. url('_font/montserrat-v14-latin-500italic.svg#Montserrat') format('svg'); /* Legacy iOS */
  1293. font-display: swap;
  1294. }
  1295. @font-face {
  1296. font-family: 'Montserrat';
  1297. font-style: normal;
  1298. font-weight: 900;
  1299. src: url('_font/montserrat-v14-latin-900.eot'); /* IE9 Compat Modes */
  1300. src: local('Montserrat Black'), local('Montserrat-Black'),
  1301. url('_font/montserrat-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1302. url('_font/montserrat-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
  1303. url('_font/montserrat-v14-latin-900.woff') format('woff'), /* Modern Browsers */
  1304. url('_font/montserrat-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
  1305. url('_font/montserrat-v14-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
  1306. font-display: swap;
  1307. }
  1308. @font-face {
  1309. font-family: 'Playfair Display';
  1310. font-style: normal;
  1311. font-weight: 400;
  1312. src: url('_font/playfair-display-v20-latin-regular.eot'); /* IE9 Compat Modes */
  1313. src: local(''),
  1314. url('_font/playfair-display-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1315. url('_font/playfair-display-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  1316. url('_font/playfair-display-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
  1317. url('_font/playfair-display-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  1318. url('_font/playfair-display-v20-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  1319. font-display: swap;
  1320. }
  1321. @font-face {
  1322. font-family: 'Playfair Display';
  1323. font-style: normal;
  1324. font-weight: 700;
  1325. src: url('_font/playfair-display-v20-latin-700.eot'); /* IE9 Compat Modes */
  1326. src: local(''),
  1327. url('_font/playfair-display-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1328. url('_font/playfair-display-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  1329. url('_font/playfair-display-v20-latin-700.woff') format('woff'), /* Modern Browsers */
  1330. url('_font/playfair-display-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  1331. url('_font/playfair-display-v20-latin-700.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  1332. font-display: swap;
  1333. }
  1334. @font-face {
  1335. font-family: 'Playfair Display';
  1336. font-style: normal;
  1337. font-weight: 900;
  1338. src: url('_font/playfair-display-v20-latin-900.eot'); /* IE9 Compat Modes */
  1339. src: local(''),
  1340. url('_font/playfair-display-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1341. url('_font/playfair-display-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
  1342. url('_font/playfair-display-v20-latin-900.woff') format('woff'), /* Modern Browsers */
  1343. url('_font/playfair-display-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
  1344. url('_font/playfair-display-v20-latin-900.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  1345. font-display: swap;
  1346. }
  1347. @font-face {
  1348. font-family: 'Playfair Display';
  1349. font-style: italic;
  1350. font-weight: 400;
  1351. src: url('_font/playfair-display-v20-latin-italic.eot'); /* IE9 Compat Modes */
  1352. src: local(''),
  1353. url('_font/playfair-display-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1354. url('_font/playfair-display-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
  1355. url('_font/playfair-display-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
  1356. url('_font/playfair-display-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
  1357. url('_font/playfair-display-v20-latin-italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  1358. font-display: swap;
  1359. }
  1360. @font-face {
  1361. font-family: 'Playfair Display';
  1362. font-style: italic;
  1363. font-weight: 700;
  1364. src: url('_font/playfair-display-v20-latin-700italic.eot'); /* IE9 Compat Modes */
  1365. src: local(''),
  1366. url('_font/playfair-display-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1367. url('_font/playfair-display-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
  1368. url('_font/playfair-display-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
  1369. url('_font/playfair-display-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
  1370. url('_font/playfair-display-v20-latin-700italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  1371. font-display: swap;
  1372. }
  1373. @font-face {
  1374. font-family: 'fontello';
  1375. src: url('_font/fontello.eot?25243633');
  1376. src: url('_font/fontello.eot?25243633#iefix') format('embedded-opentype'),
  1377. url('_font/fontello.woff2?25243633') format('woff2'),
  1378. url('_font/fontello.woff?25243633') format('woff'),
  1379. url('_font/fontello.ttf?25243633') format('truetype'),
  1380. url('_font/fontello.svg?25243633#fontello') format('svg');
  1381. font-weight: normal;
  1382. font-style: normal;
  1383. font-display: swap;
  1384. }
  1385. /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  1386. /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  1387. /*
  1388. @media screen and (-webkit-min-device-pixel-ratio:0) {
  1389. @font-face {
  1390. font-family: 'fontello';
  1391. src: url('../font/fontello.svg?25243633#fontello') format('svg');
  1392. }
  1393. }
  1394. */
  1395. [class^="icon-"]:before, [class*=" icon-"]:before {
  1396. font-family: "fontello";
  1397. font-style: normal;
  1398. font-weight: normal;
  1399. speak: none;
  1400. display: inline-block;
  1401. text-decoration: inherit;
  1402. width: 1em;
  1403. margin-right: .2em;
  1404. text-align: center;
  1405. /* opacity: .8; */
  1406. /* For safety - reset parent styles, that can break glyph codes*/
  1407. font-variant: normal;
  1408. text-transform: none;
  1409. /* fix buttons height, for twitter bootstrap */
  1410. line-height: 1em;
  1411. /* Animation center compensation - margins should be symmetric */
  1412. /* remove if not needed */
  1413. margin-left: .2em;
  1414. /* you can be more comfortable with increased icons size */
  1415. /* font-size: 120%; */
  1416. /* Font smoothing. That was taken from TWBS */
  1417. -webkit-font-smoothing: antialiased;
  1418. -moz-osx-font-smoothing: grayscale;
  1419. /* Uncomment for 3D effect */
  1420. /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  1421. }
  1422. .icon-pencil:before { content: '\e800'; } /* '' */
  1423. .icon-book:before { content: '\e801'; } /* '' */
  1424. .icon-twitter:before { content: '\f099'; } /* '' */
  1425. .icon-facebook:before { content: '\f09a'; } /* '' */
  1426. .icon-docs:before { content: '\f0c5'; } /* '' */
  1427. .icon-desktop:before { content: '\f108'; } /* '' */
  1428. .icon-github:before { content: '\f113'; } /* '' */
  1429. .icon-file-code:before { content: '\f1c9'; } /* '' */
  1430. .icon-wikipedia-w:before { content: '\f266'; } /* '' */