template.css 26 KB

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