template.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868
  1. @import url(//fonts.googleapis.com/css?family=Montserrat:400|Raleway:300,400,600|Inconsolata);
  2. #header #logo h3, #header #navbar ul.navigation, #header #navbar .panel-activation, #footer p {
  3. position: relative;
  4. top: 50%;
  5. -webkit-transform: translateY(-50%);
  6. -moz-transform: translateY(-50%);
  7. -o-transform: translateY(-50%);
  8. -ms-transform: translateY(-50%);
  9. transform: translateY(-50%); }
  10. .button, .button-secondary {
  11. display: inline-block;
  12. padding: 7px 20px; }
  13. .button-small.button, .button-small.button-secondary {
  14. padding: 3px 10px;
  15. font-size: 0.9rem; }
  16. html, body {
  17. height: 100%; }
  18. body {
  19. background: #fff;
  20. color: #444;
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale; }
  23. a {
  24. color: #1BB3E9; }
  25. a:hover {
  26. color: #0e6e90; }
  27. b, strong, label, th {
  28. font-weight: 600; }
  29. #container {
  30. min-height: 100%;
  31. position: relative; }
  32. .fullwidth #body {
  33. padding-left: 0;
  34. padding-right: 0; }
  35. #body {
  36. background: #fff;
  37. padding-top: 8rem;
  38. padding-bottom: 11rem; }
  39. .left {
  40. float: left; }
  41. .right {
  42. float: right; }
  43. .default-animation, #body, #header, #header #logo h3, .modular .showcase .button {
  44. -webkit-transition: all 0.5s ease;
  45. -moz-transition: all 0.5s ease;
  46. transition: all 0.5s ease; }
  47. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  48. padding-left: 7rem;
  49. padding-right: 7rem; }
  50. @media only all and (max-width: 59.938em) {
  51. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  52. padding-left: 4rem;
  53. padding-right: 4rem; } }
  54. @media only all and (max-width: 47.938em) {
  55. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  56. padding-left: 1rem;
  57. padding-right: 1rem; } }
  58. .padding-vert {
  59. padding-top: 3rem;
  60. padding-bottom: 3rem; }
  61. #header {
  62. position: fixed;
  63. z-index: 10;
  64. width: 100%;
  65. height: 5rem;
  66. background-color: rgba(255, 255, 255, 0.9);
  67. box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
  68. #header.scrolled {
  69. height: 3rem;
  70. background-color: rgba(255, 255, 255, 0.9) !important;
  71. box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
  72. #header.scrolled #logo h3 {
  73. color: #444 !important;
  74. font-size: 1.6rem !important; }
  75. #header.scrolled #logo a, #header.scrolled #navbar span {
  76. color: #444 !important; }
  77. #header.scrolled #navbar a {
  78. color: #1BB3E9 !important; }
  79. #header.scrolled #navbar a:hover {
  80. color: #0e6e90 !important; }
  81. #header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
  82. background-color: #1BB3E9 !important; }
  83. #header > .grid, #header #logo, #header #navbar {
  84. height: 100%; }
  85. #header #logo {
  86. float: left; }
  87. #header #logo h3 {
  88. font-size: 2rem;
  89. line-height: 2rem;
  90. margin: 0;
  91. text-transform: uppercase; }
  92. #header #logo h3 a {
  93. color: #444; }
  94. #header #navbar {
  95. font-size: 0.9rem; }
  96. #header #navbar ul {
  97. margin: 0;
  98. padding: 0;
  99. list-style: none; }
  100. #header #navbar ul.navigation {
  101. display: inline-block;
  102. float: right; }
  103. #header #navbar ul.navigation li {
  104. float: left;
  105. position: relative; }
  106. #header #navbar ul.navigation li a {
  107. font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  108. display: inline-block;
  109. padding: 0.3rem 0.8rem; }
  110. #header #navbar ul.navigation li a:before, #header #navbar ul.navigation li a:after {
  111. content: "";
  112. position: absolute;
  113. width: 100%;
  114. height: 1px;
  115. bottom: 0;
  116. left: 0;
  117. background-color: #1BB3E9;
  118. visibility: hidden;
  119. -webkit-transform: scaleX(0);
  120. -moz-transform: scaleX(0);
  121. -ms-transform: scaleX(0);
  122. -o-transform: scaleX(0);
  123. transform: scaleX(0);
  124. -webkit-transition: all 0.2s ease;
  125. -moz-transition: all 0.2s ease;
  126. transition: all 0.2s ease; }
  127. #header #navbar ul.navigation li a:hover:before {
  128. visibility: visible;
  129. -webkit-transform: scaleX(0.75);
  130. -moz-transform: scaleX(0.75);
  131. -ms-transform: scaleX(0.75);
  132. -o-transform: scaleX(0.75);
  133. transform: scaleX(0.75); }
  134. #header #navbar ul.navigation li a.active:after {
  135. top: 0;
  136. visibility: visible;
  137. -webkit-transform: scaleX(0.75);
  138. -moz-transform: scaleX(0.75);
  139. -ms-transform: scaleX(0.75);
  140. -o-transform: scaleX(0.75);
  141. transform: scaleX(0.75); }
  142. #header #navbar ul.navigation li.active a:after {
  143. top: 0;
  144. visibility: visible;
  145. -webkit-transform: scaleX(0.75);
  146. -moz-transform: scaleX(0.75);
  147. -ms-transform: scaleX(0.75);
  148. -o-transform: scaleX(0.75);
  149. transform: scaleX(0.75); }
  150. #header #navbar ul.navigation li ul {
  151. display: none;
  152. padding: 0;
  153. box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
  154. #header #navbar ul.navigation li ul ul {
  155. left: 100%;
  156. top: 0; }
  157. #header #navbar ul.navigation li:hover > ul {
  158. display: block;
  159. position: absolute;
  160. background: rgba(255, 255, 255, 0.9);
  161. width: 10rem; }
  162. #header #navbar ul.navigation li:hover li {
  163. float: none;
  164. margin: 0;
  165. padding: 0; }
  166. #header #navbar ul.navigation li:hover li a {
  167. padding: 0.5rem 0.8rem;
  168. display: block; }
  169. #header #navbar ul.navigation li:hover li a:before, #header #navbar ul.navigation li:hover li a:after {
  170. display: none; }
  171. #header #navbar ul.navigation li:hover li.active > a {
  172. background: #1BB3E9;
  173. color: #fff; }
  174. @media only all and (max-width: 59.938em) {
  175. #header #navbar ul.navigation {
  176. display: none; } }
  177. #header #navbar .panel-activation {
  178. padding: 1rem;
  179. display: none;
  180. font-size: 1.8rem;
  181. cursor: pointer;
  182. float: right; }
  183. @media only all and (max-width: 59.938em) {
  184. #header #navbar .panel-activation {
  185. display: inline-block; } }
  186. .header-image.fullwidth #body {
  187. padding-left: 0;
  188. padding-right: 0; }
  189. .header-image.fullwidth #body > .listing-row {
  190. padding-left: 7rem;
  191. padding-right: 7rem; }
  192. .header-image .listing-row:last-child {
  193. margin-bottom: 2rem; }
  194. .header-image #body .flush-top {
  195. margin-top: -9.5rem;
  196. padding-top: 9rem; }
  197. .header-image #breadcrumbs {
  198. margin-top: 1rem; }
  199. .header-image #header {
  200. background-color: rgba(255, 255, 255, 0);
  201. box-shadow: none; }
  202. .header-image #header #logo h3, .header-image #header #logo a {
  203. color: #FFFFFF; }
  204. .header-image #header a, .header-image #header .menu-btn {
  205. color: #FFFFFF; }
  206. .header-image #header a:before, .header-image #header a:after {
  207. background-color: rgba(255, 255, 255, 0.7) !important; }
  208. .header-image #header #navbar ul.navigation ul li a {
  209. color: #1BB3E9; }
  210. .header-image #header #navbar ul.navigation ul li a:hover {
  211. color: #0e6e90; }
  212. #footer {
  213. position: absolute;
  214. background: #333;
  215. height: 6rem;
  216. right: 0;
  217. bottom: 0;
  218. left: 0;
  219. color: #999;
  220. text-align: center; }
  221. #footer a:hover {
  222. color: #fff; }
  223. #footer .totop {
  224. position: absolute;
  225. bottom: 5rem;
  226. text-align: center;
  227. left: 0;
  228. right: 0; }
  229. #footer .totop span {
  230. font-size: 1.7rem;
  231. line-height: 2.5rem;
  232. background: #333;
  233. width: 3rem;
  234. height: 2rem;
  235. border-radius: 3px;
  236. display: inline-block;
  237. text-align: top; }
  238. #footer p {
  239. margin: 0; }
  240. #footer p .fa {
  241. color: #fff; }
  242. html, body, button, input, select, textarea, .pure-g, .pure-g [class*="pure-u"] {
  243. font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  244. font-weight: 400; }
  245. h1, h2, h3, h4, h5, h6 {
  246. font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  247. font-weight: 400;
  248. text-rendering: optimizeLegibility;
  249. letter-spacing: -0px; }
  250. h1 {
  251. font-size: 3.2rem; }
  252. @media only all and (max-width: 47.938em) {
  253. h1 {
  254. font-size: 2.5rem;
  255. line-height: 1.2;
  256. margin-bottom: 2.5rem; } }
  257. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  258. h2 {
  259. font-size: 2.1rem; } }
  260. @media only all and (max-width: 47.938em) {
  261. h2 {
  262. font-size: 2rem; } }
  263. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  264. h3 {
  265. font-size: 1.7rem; } }
  266. @media only all and (max-width: 47.938em) {
  267. h3 {
  268. font-size: 1.6rem; } }
  269. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  270. h4 {
  271. font-size: 1.35rem; } }
  272. @media only all and (max-width: 47.938em) {
  273. h4 {
  274. font-size: 1.25rem; } }
  275. h1 {
  276. text-align: center;
  277. letter-spacing: -3px; }
  278. h2 {
  279. letter-spacing: -2px; }
  280. h3 {
  281. letter-spacing: -1px; }
  282. h1 + h2 {
  283. margin: -2rem 0 2rem 0;
  284. font-size: 2rem;
  285. line-height: 1;
  286. text-align: center;
  287. font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  288. font-weight: 300; }
  289. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  290. h1 + h2 {
  291. font-size: 1.6rem; } }
  292. @media only all and (max-width: 47.938em) {
  293. h1 + h2 {
  294. font-size: 1.5rem; } }
  295. h2 + h3 {
  296. margin: 0.5rem 0 2rem 0;
  297. font-size: 2rem;
  298. line-height: 1;
  299. text-align: center;
  300. font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  301. font-weight: 300; }
  302. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  303. h2 + h3 {
  304. font-size: 1.6rem; } }
  305. @media only all and (max-width: 47.938em) {
  306. h2 + h3 {
  307. font-size: 1.5rem; } }
  308. blockquote {
  309. border-left: 10px solid #F0F2F4; }
  310. blockquote p {
  311. font-size: 1.1rem;
  312. color: #999; }
  313. blockquote cite {
  314. display: block;
  315. text-align: right;
  316. color: #666;
  317. font-size: 1.2rem; }
  318. blockquote > blockquote > blockquote {
  319. margin: 0; }
  320. blockquote > blockquote > blockquote p {
  321. padding: 15px;
  322. display: block;
  323. font-size: 1rem;
  324. margin-top: 0rem;
  325. margin-bottom: 0rem; }
  326. blockquote > blockquote > blockquote > p {
  327. margin-left: -71px;
  328. border-left: 10px solid #F0AD4E;
  329. background: #FCF8F2;
  330. color: #df8a13; }
  331. blockquote > blockquote > blockquote > blockquote > p {
  332. margin-left: -94px;
  333. border-left: 10px solid #D9534F;
  334. background: #FDF7F7;
  335. color: #b52b27; }
  336. blockquote > blockquote > blockquote > blockquote > blockquote > p {
  337. margin-left: -118px;
  338. border-left: 10px solid #5BC0DE;
  339. background: #F4F8FA;
  340. color: #28a1c5; }
  341. blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
  342. margin-left: -142px;
  343. border-left: 10px solid #5CB85C;
  344. background: #F1F9F1;
  345. color: #3d8b3d; }
  346. code,
  347. kbd,
  348. pre,
  349. samp {
  350. font-family: "Inconsolata", monospace; }
  351. code {
  352. background: #f9f2f4;
  353. color: #9c1d3d; }
  354. pre {
  355. padding: 2rem;
  356. background: #f6f6f6;
  357. border: 1px solid #ddd;
  358. border-radius: 3px; }
  359. pre code {
  360. color: #237794;
  361. background: inherit; }
  362. hr {
  363. border-bottom: 4px solid #F0F2F4; }
  364. .page-title {
  365. margin-top: -25px;
  366. padding: 25px;
  367. float: left;
  368. clear: both;
  369. background: #1BB3E9;
  370. color: #fff; }
  371. .label {
  372. vertical-align: middle;
  373. background: #1BB3E9;
  374. border-radius: 100%;
  375. color: #fff;
  376. height: 1rem;
  377. min-width: 1rem;
  378. line-height: 1rem;
  379. display: inline-block;
  380. text-align: center;
  381. font-size: 0.7rem;
  382. font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  383. margin-right: 0.75rem; }
  384. fieldset {
  385. border: 1px solid #ddd; }
  386. textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
  387. background-color: white;
  388. border: 1px solid #ddd;
  389. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); }
  390. textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
  391. border-color: #c4c4c4; }
  392. textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
  393. border-color: #1BB3E9;
  394. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 163, 214, 0.7); }
  395. .form-field .required {
  396. color: #F3443F;
  397. font-size: 3rem;
  398. line-height: 3rem;
  399. vertical-align: top;
  400. height: 1.5rem;
  401. display: inline-block; }
  402. form .buttons {
  403. text-align: center; }
  404. form input {
  405. font-weight: 400; }
  406. table {
  407. border: 1px solid #eaeaea;
  408. table-layout: auto; }
  409. th {
  410. background: #f7f7f7;
  411. padding: 0.5rem; }
  412. td {
  413. padding: 0.5rem;
  414. border: 1px solid #eaeaea; }
  415. .button {
  416. background: #fff;
  417. color: #1BB3E9;
  418. border: 1px solid #1BB3E9;
  419. border-radius: 3px; }
  420. .button:hover {
  421. background: #1BB3E9;
  422. color: #fff; }
  423. .button:active {
  424. box-shadow: 0 1px 0 #118ab5; }
  425. .button-secondary {
  426. background: #fff;
  427. color: #F6635E;
  428. border: 1px solid #F6635E;
  429. border-radius: 3px; }
  430. .button-secondary:hover {
  431. background: #F6635E;
  432. color: #fff; }
  433. .button-secondary:active {
  434. box-shadow: 0 1px 0 #f32b24; }
  435. .bullets {
  436. margin: 1.7rem 0;
  437. margin-left: -0.85rem;
  438. margin-right: -0.85rem;
  439. overflow: auto; }
  440. .bullet {
  441. float: left;
  442. padding: 0 0.85rem; }
  443. .two-column-bullet {
  444. width: 50%; }
  445. @media only all and (max-width: 47.938em) {
  446. .two-column-bullet {
  447. width: 100%; } }
  448. .three-column-bullet {
  449. width: 33.33333%; }
  450. @media only all and (max-width: 47.938em) {
  451. .three-column-bullet {
  452. width: 100%; } }
  453. .four-column-bullet {
  454. width: 25%; }
  455. @media only all and (max-width: 47.938em) {
  456. .four-column-bullet {
  457. width: 100%; } }
  458. .bullet-icon {
  459. float: left;
  460. background: #1BB3E9;
  461. padding: 0.875rem;
  462. width: 3.5rem;
  463. height: 3.5rem;
  464. border-radius: 50%;
  465. color: #fff;
  466. font-size: 1.75rem;
  467. text-align: center; }
  468. .bullet-icon-1 {
  469. background: #1BB3E9; }
  470. .bullet-icon-2 {
  471. background: #1be9da; }
  472. .bullet-icon-3 {
  473. background: #d5e91b; }
  474. .bullet-content {
  475. margin-left: 4.55rem; }
  476. .sb-slidebar {
  477. background-color: #333 !important; }
  478. #panel {
  479. padding-top: 1rem;
  480. color: #ddd; }
  481. #panel .navigation {
  482. list-style: none;
  483. padding: 0; }
  484. #panel .navigation li {
  485. border-bottom: 1px solid #3d3d3d; }
  486. #panel .navigation li a {
  487. color: #ddd;
  488. display: block;
  489. padding: 0.5rem 1rem;
  490. font-weight: 600; }
  491. #panel .navigation li a:hover {
  492. color: white;
  493. background-color: #262626; }
  494. #panel .navigation li a:last-child {
  495. border-bottom: 0; }
  496. #panel .navigation li.active > a {
  497. background: #fff;
  498. color: #444; }
  499. #panel .navigation li.active > a:hover {
  500. color: #444; }
  501. #panel .navigation li:first-child {
  502. border-top: 1px solid #3d3d3d; }
  503. #panel .navigation li ul {
  504. list-style: none;
  505. padding: 0; }
  506. #panel .navigation li ul li {
  507. border: 0 !important; }
  508. #panel .navigation li ul li a {
  509. color: #c4c4c4;
  510. padding: 0.2rem 1rem 0.2rem 2rem;
  511. font-size: 0.9rem; }
  512. #panel .navigation li ul li li a {
  513. padding-left: 3rem; }
  514. #panel .navigation li ul li li a li a {
  515. padding-left: 4rem; }
  516. #panel .navigation li ul li.active > a {
  517. background: #ccc; }
  518. .blog-header {
  519. padding-top: 2rem;
  520. padding-bottom: 2rem; }
  521. .blog-header.blog-header-image {
  522. background-size: cover;
  523. background-position: center; }
  524. .blog-header.blog-header-image h1, .blog-header.blog-header-image h2 {
  525. color: #FFFFFF; }
  526. .blog-header h1 {
  527. font-size: 4rem;
  528. margin-top: 0; }
  529. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  530. .blog-header h1 {
  531. font-size: 3rem; } }
  532. @media only all and (max-width: 47.938em) {
  533. .blog-header h1 {
  534. font-size: 2.5rem;
  535. line-height: 1.2;
  536. margin-bottom: 2.5rem; } }
  537. .blog-header + .blog-content {
  538. padding-top: 3rem; }
  539. .list-item {
  540. border-bottom: 1px solid #EEEEEE;
  541. margin-bottom: 3rem; }
  542. .list-item:last-child {
  543. border-bottom: 0; }
  544. .list-item .list-blog-header {
  545. position: relative; }
  546. .list-item .list-blog-header h4 {
  547. margin-bottom: 0.5rem; }
  548. .list-item .list-blog-header h4 a {
  549. color: #444; }
  550. .list-item .list-blog-header h4 a:hover {
  551. color: #1BB3E9; }
  552. .list-item .list-blog-header img {
  553. display: block;
  554. margin-top: 1rem;
  555. border-radius: 3px; }
  556. .list-item .list-blog-date {
  557. float: right;
  558. text-align: center; }
  559. .list-item .list-blog-date span {
  560. display: block;
  561. font-size: 1.75rem;
  562. font-weight: 600;
  563. line-height: 110%; }
  564. .list-item .list-blog-date em {
  565. display: block;
  566. border-top: 1px solid #EEEEEE;
  567. font-style: normal;
  568. text-transform: uppercase; }
  569. .blog-content-item .list-blog-padding > p:nth-child(2) {
  570. font-size: 1.2rem; }
  571. .tags a {
  572. display: inline-block;
  573. font-size: 0.8rem;
  574. border: 1px solid #1BB3E9;
  575. border-radius: 3px;
  576. padding: 0.1rem 0.4rem;
  577. margin-bottom: 0.2rem;
  578. text-transform: uppercase; }
  579. .archives, .related-pages {
  580. padding: 0;
  581. list-style: none; }
  582. .archives li, .related-pages li {
  583. border-bottom: 1px solid #EEEEEE;
  584. line-height: 2rem; }
  585. .archives li:last-child, .related-pages li:last-child {
  586. border-bottom: 0; }
  587. .related-pages li a {
  588. display: block; }
  589. .related-pages .score {
  590. display: block;
  591. float: right;
  592. color: #999;
  593. font-size: 85%; }
  594. .syndicate a {
  595. margin-bottom: 1rem; }
  596. div#breadcrumbs {
  597. padding-left: 0; }
  598. @media only all and (max-width: 47.938em) {
  599. div#breadcrumbs {
  600. display: none; } }
  601. #sidebar {
  602. padding-left: 3rem; }
  603. @media only all and (max-width: 47.938em) {
  604. #sidebar {
  605. padding-left: 0; } }
  606. #sidebar .sidebar-content {
  607. margin-bottom: 3rem; }
  608. #sidebar .sidebar-content h4 {
  609. margin-bottom: 1rem; }
  610. #sidebar .sidebar-content p, #sidebar .sidebar-content ul {
  611. margin-top: 1rem; }
  612. ul.pagination {
  613. margin: 0 0 3rem;
  614. text-align: center; }
  615. .prev-next {
  616. margin-top: 5rem;
  617. text-align: center; }
  618. #error {
  619. text-align: center;
  620. display: flex;
  621. align-items: center;
  622. justify-content: center;
  623. height: 100%;
  624. padding-bottom: 6rem; }
  625. #error h1 {
  626. font-size: 5rem; }
  627. #error p {
  628. margin: 1rem 0; }
  629. .simplesearch h1 {
  630. margin-bottom: 0; }
  631. .simplesearch .center {
  632. text-align: center; }
  633. .simplesearch input {
  634. display: inline-block;
  635. max-width: 30rem;
  636. font-size: 2rem; }
  637. .simplesearch .search-image {
  638. margin-top: 1rem; }
  639. .simplesearch .search-image img {
  640. border-radius: 4px; }
  641. @media only all and (max-width: 47.938em) {
  642. .simplesearch .search-image img {
  643. display: none; } }
  644. @media only all and (max-width: 47.938em) {
  645. .simplesearch .search-item {
  646. margin-left: 0; } }
  647. .simplesearch .search-details {
  648. float: right;
  649. margin-top: -2.5rem;
  650. font-weight: bold;
  651. font-size: 1rem;
  652. color: #777777; }
  653. @media only all and (max-width: 47.938em) {
  654. .simplesearch .search-details {
  655. float: none;
  656. margin-top: -0.2rem;
  657. margin-bottom: 1rem; } }
  658. .simplesearch hr {
  659. border-bottom: 1px solid #eee; }
  660. .grav-lightslider .lSSlideOuter .lSPager.lSpg > li a {
  661. z-index: 1; }
  662. #body > script:first-child + .grav-lightslider {
  663. margin-top: -3rem; }
  664. .modular.header-image #header {
  665. background-color: rgba(255, 255, 255, 0);
  666. box-shadow: none; }
  667. .modular.header-image #header #logo h3 {
  668. color: #FFFFFF; }
  669. .modular.header-image #header #navbar a {
  670. color: #FFFFFF; }
  671. .modular .showcase {
  672. padding-top: 4rem;
  673. padding-bottom: 4rem;
  674. background-color: #666;
  675. background-size: cover;
  676. background-position: center;
  677. text-align: center;
  678. color: #FFFFFF; }
  679. .modular .showcase h1 {
  680. font-size: 4rem;
  681. margin-top: 0; }
  682. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  683. .modular .showcase h1 {
  684. font-size: 3rem; } }
  685. @media only all and (max-width: 47.938em) {
  686. .modular .showcase h1 {
  687. font-size: 2.5rem;
  688. line-height: 1.2;
  689. margin-bottom: 2.5rem; } }
  690. .modular .showcase .button {
  691. color: #FFFFFF;
  692. padding: 0.7rem 2rem;
  693. margin-top: 2rem;
  694. background: rgba(255, 255, 255, 0);
  695. border: 1px solid #FFFFFF;
  696. border-radius: 3px;
  697. box-shadow: none;
  698. font-size: 1.3rem; }
  699. .modular .showcase .button:hover {
  700. background: rgba(255, 255, 255, 0.2); }
  701. .modular .features {
  702. padding: 6rem 0;
  703. text-align: center; }
  704. .modular .features:after {
  705. content: "";
  706. display: table;
  707. clear: both; }
  708. .modular .features h2 {
  709. margin: 0;
  710. line-height: 100%; }
  711. .modular .features p {
  712. margin: 1rem 0;
  713. font-size: 1.2rem; }
  714. @media only all and (max-width: 47.938em) {
  715. .modular .features p {
  716. font-size: 1rem; } }
  717. .modular .features .feature-items {
  718. margin-top: 2rem; }
  719. @supports not (flex-wrap: wrap) {
  720. .modular .features .feature-items {
  721. overflow: hidden; } }
  722. .modular .features .feature {
  723. display: block;
  724. float: left;
  725. width: 25%;
  726. vertical-align: top;
  727. margin-top: 2rem;
  728. margin-bottom: 1rem; }
  729. @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
  730. .modular .features .feature {
  731. margin-top: 1rem;
  732. width: 50%; } }
  733. @media only all and (max-width: 30em) {
  734. .modular .features .feature {
  735. margin-top: 1rem;
  736. width: 100%; } }
  737. .modular .features .feature i.fa {
  738. font-size: 2rem;
  739. color: #1BB3E9; }
  740. .modular .features .feature h4 {
  741. margin: 0;
  742. font-size: 1.1rem; }
  743. .modular .features .feature p {
  744. display: inline-block;
  745. font-size: 1rem;
  746. margin: 0.2rem 0 1rem; }
  747. .modular .features.big {
  748. text-align: center; }
  749. .modular .features.big .feature {
  750. width: 50%; }
  751. @media only all and (max-width: 30em) {
  752. .modular .features.big .feature {
  753. margin-top: 1rem;
  754. width: 100%; } }
  755. .modular .features.big i.fa {
  756. font-size: 3rem;
  757. float: left; }
  758. .modular .features.big .feature-content {
  759. padding-right: 2rem; }
  760. .modular .features.big .feature-content.icon-offset {
  761. margin-left: 5rem; }
  762. .modular .features.big .feature-content h4 {
  763. font-size: 1.3rem;
  764. text-align: left; }
  765. .modular .features.big .feature-content p {
  766. padding: 0;
  767. text-align: left; }
  768. .callout {
  769. background: #f6f6f6;
  770. padding: 6rem 0.938rem; }
  771. @media only all and (max-width: 59.938em) {
  772. .callout {
  773. text-align: center; } }
  774. .callout .align-left {
  775. float: left;
  776. margin-right: 2rem; }
  777. @media only all and (max-width: 59.938em) {
  778. .callout .align-left {
  779. float: none;
  780. margin-right: 0; } }
  781. .callout .align-right {
  782. float: right;
  783. margin-left: 2rem; }
  784. @media only all and (max-width: 59.938em) {
  785. .callout .align-right {
  786. float: none;
  787. margin-left: 0; } }
  788. .callout img {
  789. border-radius: 3px; }
  790. .modular .modular-row:last-child {
  791. margin-bottom: 2rem; }
  792. /*# sourceMappingURL=template.css.map */