style.css 34 KB

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