2
0

main.css 20 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120
  1. /* Space out content a bit */
  2. body {
  3. padding-top: 0;
  4. padding-bottom: 0;
  5. font-size: 19px;
  6. font-family: 'Alegreya', serif;
  7. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,e9e4dd+100 */
  8. background: rgb(255,255,255); /* Old browsers */
  9. background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(233,228,221,1) 100%); /* FF3.6-15 */
  10. background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(233,228,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
  11. background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(233,228,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  12. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  13. min-height: 100vh;
  14. }
  15. @media (min-width: 768px) {
  16. body {
  17. font-size: 22px;
  18. }
  19. }
  20. h1 {
  21. font-weight: 300;
  22. font-family: 'Lato', sans-serif;
  23. position: relative;
  24. }
  25. .hero h1 {
  26. color: white;
  27. }
  28. h2 {
  29. font-weight: 900;
  30. font-family: 'Lato', sans-serif;
  31. color: #63210d;
  32. }
  33. h3 {
  34. font-weight: 900;
  35. font-family: 'Lato', sans-serif;
  36. color: #63210d;
  37. }
  38. h4 {
  39. font-weight: 600;
  40. font-family: 'Lato', sans-serif;
  41. color: #63210d;
  42. font-size: 22px;
  43. }
  44. a, a:focus, a:visited {
  45. color: #d4566b;
  46. text-decoration: none;
  47. }
  48. a:hover {
  49. text-decoration: none;
  50. color: #eb7400;
  51. }
  52. a.btn {
  53. display: inline-block;
  54. background-color: #d4566b;
  55. color: white;
  56. font-family: 'Lato', sans-serif;
  57. padding: 15px 20px;
  58. font-size: 16px;
  59. text-transform: uppercase;
  60. letter-spacing: 0.15em;
  61. font-weight: 300;
  62. }
  63. a.btn:hover {
  64. background-color: #eb7400;
  65. color: white;
  66. }
  67. a.btn-sm {
  68. padding: 6px 8px;
  69. font-size: 10px;
  70. line-height: normal;
  71. -webkit-border-radius: 4px;
  72. -moz-border-radius: 4px;
  73. border-radius: 4px;
  74. }
  75. .header input {
  76. border-radius: 3px;
  77. border: none;
  78. font-size: 18px;
  79. padding: 10px;
  80. width: 100%;
  81. }
  82. p {
  83. margin: 0 0 30px;
  84. color: #444;
  85. }
  86. .intro {
  87. font-family: 'Lato', sans-serif;
  88. font-weight: 300;
  89. margin: 0 0 40px;
  90. font-size: 22px;
  91. }
  92. .stand-first {
  93. color: rgba(255,255,255,0.8);
  94. margin: 0;
  95. }
  96. /* queries for type */
  97. @media (min-width: 768px) {
  98. h1 {
  99. font-size: 60px;
  100. }
  101. .stand-first {
  102. font-size: 26px;
  103. }
  104. .intro {
  105. font-size: 30px;
  106. margin: 0 0 60px;
  107. }
  108. p {
  109. margin: 0 0 30px;
  110. }
  111. }
  112. ul {
  113. margin: 0 0 30px;
  114. }
  115. @media (min-width: 768px) {
  116. ul {
  117. margin: 0 0 50px;
  118. }
  119. }
  120. figure {
  121. margin: 0 0 30px;
  122. position: relative;
  123. }
  124. @media (min-width: 768px) {
  125. figure {
  126. margin: 0 0 50px;
  127. }
  128. }
  129. figcaption {
  130. background-color: rgba(99,33,13,0.8);
  131. position: absolute;
  132. width: 75%;
  133. left: 0;
  134. bottom: 0;
  135. padding: 10px;
  136. color: white;
  137. font-family: 'Lato', sans-serif;
  138. font-size: 16px;
  139. font-weight: 300;
  140. }
  141. img {
  142. display: block;
  143. width: 100%;
  144. }
  145. .search {
  146. margin: 15px 0 0 0;
  147. display: none;
  148. position: relative;
  149. }
  150. @media (min-width: 768px) {
  151. .search {
  152. float: right;
  153. margin: 0 0 0 30px;
  154. display: inline-block;
  155. }
  156. }
  157. .search-icon {
  158. position: absolute;
  159. display: block;
  160. width: 20px;
  161. height: 20px;
  162. top: 10px;
  163. right: 10px;
  164. display: inline-block;
  165. }
  166. .search-icon svg {
  167. fill: #d4566b;
  168. width: 20px;
  169. height: 20px;
  170. }
  171. nav {
  172. margin: 15px 0 5px;
  173. display: none;
  174. }
  175. @media (min-width: 768px) {
  176. nav {
  177. margin: 15px 0 0 0;
  178. border-top: 1px solid rgba(255,255,255,0.1);
  179. display: block;
  180. }
  181. }
  182. .nav-pills>li+li {
  183. margin-left: 0;
  184. }
  185. .nav-pills>li>a {
  186. color: white;
  187. border-top: 1px solid transparent;
  188. border-radius: 0;
  189. text-transform: uppercase;
  190. letter-spacing: 0.15em;
  191. font-weight: 300;
  192. padding: 10px 10px;
  193. font-size: 11px;
  194. color: white;
  195. font-family: 'Lato', sans-serif;
  196. margin-top: -1px;
  197. }
  198. @media (min-width: 768px) {
  199. .nav-pills>li>a {
  200. padding: 10px 20px;
  201. font-size: 14px;
  202. }
  203. }
  204. .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover,
  205. .nav-pills>li.active, .nav-pills>li:hover, .nav>li>a:focus, .nav>li>a:hover {
  206. color: #d4566b;
  207. background-color: transparent;
  208. border-top: 1px solid #d4566b;
  209. font-weight: 600;
  210. }
  211. .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  212. background-color: transparent;
  213. border-top: 1px solid #d4566b;
  214. }
  215. .dropdown-menu {
  216. background-color: rgba(25,17,18,1);
  217. border-radius: 0;
  218. border: transparent;
  219. }
  220. .dropdown-menu > li> a {
  221. border-bottom: 1px solid #371c19;
  222. color: #fff;
  223. font-family: 'Lato', sans-serif;
  224. padding: 10px 20px;
  225. }
  226. .dropdown-menu > li> a:hover {
  227. background-color: transparent;
  228. color: #d4566b;
  229. }
  230. /* Everything but the jumbotron gets side spacing for mobile first views */
  231. .footer {
  232. font-size: 16px;
  233. font-family: 'Lato', sans-serif;
  234. padding: 20px 0;
  235. margin: 40px 0 0;
  236. font-weight: 300;
  237. background-color: white;
  238. }
  239. .footer p {
  240. margin: 0;
  241. }
  242. /* Custom page header */
  243. .header {
  244. padding: 15px 0 15px;
  245. /* position: absolute;*/
  246. width: 100%;
  247. background: rgb(25,17,18); /* Old browsers */
  248. background: -moz-linear-gradient(-45deg, rgba(25,17,18,1) 0%, rgba(55,28,25,1) 100%); /* FF3.6-15 */
  249. background: -webkit-linear-gradient(-45deg, rgba(25,17,18,1) 0%,rgba(55,28,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
  250. background: linear-gradient(135deg, rgba(25,17,18,1) 0%,rgba(55,28,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  251. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191112', endColorstr='#371c19',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  252. z-index: 10;
  253. }
  254. /* Make the masthead heading the same height as the navigation */
  255. .header h3 {
  256. margin-top: 0;
  257. margin-bottom: 0;
  258. line-height: 40px;
  259. }
  260. /* Custom page footer */
  261. .footer {
  262. padding-top: 19px;
  263. color: #777;
  264. }
  265. .container {
  266. width: auto;
  267. padding-left: 20px;
  268. padding-right: 20px;
  269. }
  270. /* Customize container */
  271. @media (min-width: 768px) {
  272. .container {
  273. max-width: 1400px;
  274. padding-left: 40px;
  275. padding-right: 40px;
  276. }
  277. }
  278. .container-narrow > hr {
  279. margin: 30px 0;
  280. }
  281. /* Main marketing message and sign up button */
  282. .jumbotron {
  283. text-align: center;
  284. border-bottom: 1px solid #e5e5e5;
  285. }
  286. .jumbotron .btn {
  287. padding: 14px 24px;
  288. font-size: 21px;
  289. }
  290. /* Supporting marketing content */
  291. .marketing {
  292. margin: 40px 0;
  293. }
  294. .marketing p + h4 {
  295. margin-top: 28px;
  296. }
  297. /* Article title and hero image */
  298. .hero {
  299. background-size: cover;
  300. background-position: center;
  301. padding: 200px 0 30px 0;
  302. position: relative;
  303. margin: 0 0 30px;
  304. }
  305. @media screen and (min-width: 768px) {
  306. .hero {
  307. padding: 400px 0 60px 0;
  308. margin: 0 0 40px;
  309. }
  310. }
  311. .hero-gradient-mask {
  312. position: absolute;
  313. width: 100%;
  314. height: 100%;
  315. bottom: 0;
  316. background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  317. background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  318. background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  319. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  320. }
  321. /* Logo */
  322. .logo, .logo:visited, .logo:focus {
  323. display: inline-block;
  324. padding: 0;
  325. color: white;
  326. font-size: 30px;
  327. font-weight: 300;
  328. margin: 0 0 0;
  329. }
  330. .logo:hover {
  331. color: #d4566b;
  332. text-decoration: none;
  333. }
  334. blockquote {
  335. border-left: 5px solid #d4566b;
  336. margin: 0 0 50px;
  337. }
  338. blockquote p {
  339. font-size: 30px;
  340. margin: 0 0 10px;
  341. }
  342. cite {
  343. font-family: 'Lato', sans-serif;
  344. text-transform: uppercase;
  345. color: #888;
  346. font-size: 12px;
  347. font-style: normal;
  348. letter-spacing: 0.15em;
  349. }
  350. /* Responsive: Portrait tablets and up */
  351. @media screen and (min-width: 768px) {
  352. /* Remove the padding we set earlier */
  353. .header,
  354. .marketing,
  355. .footer {
  356. padding-right: 0;
  357. padding-left: 0;
  358. }
  359. /* Remove the bottom border on the jumbotron for visual effect */
  360. .jumbotron {
  361. border-bottom: 0;
  362. }
  363. }
  364. /* Responsive: Portrait tablets and up */
  365. @media screen and (min-width: 1024px) {
  366. }
  367. /* Menu dropdown hack */
  368. li.has-submenu a.allow-toggle {
  369. float: left;
  370. padding-right: 0;
  371. }
  372. .caret-custom {
  373. float: right;
  374. display: inline-block!important;
  375. padding: 10px 10px 15px 5px!important;
  376. }
  377. .caret-custom:after {
  378. content: "▼"!important;
  379. }
  380. /* Edd styling */
  381. .site-title {
  382. border-bottom: 1px #eee solid;
  383. }
  384. .site-title h1 {
  385. font-family: 'Alegreya', serif;
  386. font-size: 1.5em;
  387. margin-top: 10px;
  388. }
  389. .navbar-form {
  390. border: 1px solid #ddd;
  391. padding: 0;
  392. border-radius: 5px;
  393. margin-right: 0px;
  394. }
  395. .navbar-form .form-group .form-control {
  396. border: none;
  397. box-shadow: none!important;
  398. font-family: 'Lato', sans-serif;
  399. }
  400. .navbar-right button.btn.btn-default {
  401. margin-left: -10px;
  402. border: none;
  403. border-left: 1px solid #ddd;
  404. border-radius: 0;
  405. }
  406. .navbar-default {
  407. background-color: transparent;
  408. border-color: transparent;
  409. }
  410. .navbar-nav a {
  411. font-size: 14px;
  412. }
  413. .navbar-nav a span {
  414. font-size: 10px;
  415. }
  416. .navbar.navbar-default.navbar-custom {
  417. border-bottom: 1px #eee solid;
  418. }
  419. .nav-pills> li:first-of-type > a {
  420. padding-left: 0;
  421. }
  422. .breadcrumb-container {
  423. background: linear-gradient(to right, rgba(21,38,44,0.8) 0%,rgba(0,0,0,0.9) 100%);
  424. margin-top: -1px;
  425. position: relative;
  426. z-index: 3;
  427. }
  428. .breadcrumb-container + content > .hero {
  429. margin-top: -36px;
  430. }
  431. .breadcrumb {
  432. background-color: transparent;
  433. color: #ccc;
  434. font-family: 'Lato', sans-serif;
  435. font-size: 14px;
  436. margin-bottom: 0px;
  437. padding-left: 0px;
  438. }
  439. .breadcrumb a, .breadcrumb .active {
  440. color: #ccc;
  441. }
  442. .breadcrumb .active {
  443. font-weight: bold;
  444. }
  445. .breadcrumb a:hover {
  446. color: #fff;
  447. text-decoration: none;
  448. }
  449. .breadcrumb>li+li:before {
  450. content: "\00BB";
  451. }
  452. /* Mobile nav */
  453. .navbar-toggle .icon-bar {
  454. background-color: #fff;
  455. }
  456. /* Pagination navigation */
  457. nav[role=pagination] {
  458. margin-top: 50px;
  459. text-align: center;
  460. }
  461. /* Location list page */
  462. .location-list-item {
  463. text-align: center;
  464. margin-bottom: 30px;
  465. }
  466. .location-list-title {
  467. line-height: 270px;
  468. height: 270px;
  469. background-color: #eb7400;
  470. }
  471. .location-list-title img {
  472. background-color: rgba(233,228,221,1);
  473. height: 270px;
  474. left: 0;
  475. position: absolute;
  476. top: 0;
  477. width: 100%;
  478. }
  479. .location-list-title:hover img {
  480. opacity: 0.3;
  481. }
  482. .location-list-title span.title {
  483. color: white;
  484. display: inline-block;
  485. font-weight: 300;
  486. position: relative;
  487. text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
  488. }
  489. .location-list-title:hover span.title {
  490. text-shadow: none;
  491. }
  492. .location-list-item address {
  493. font-weight: 300;
  494. font-family: 'Lato', sans-serif;
  495. font-size: 1.4em;
  496. padding: 10px 40px;
  497. }
  498. /* Location detail page */
  499. .template-location-page .intro {
  500. margin-bottom: 0;
  501. }
  502. .location-opening h3 {
  503. margin-top: 0;
  504. }
  505. span.day {
  506. font-weight: bold;
  507. font-family: 'Lato', sans-serif;
  508. }
  509. time.location-time {
  510. display: block;
  511. }
  512. .map-container {
  513. height: 550px;
  514. }
  515. .location-address {
  516. background-color: rgba(233,228,221,1);
  517. padding: 10px 30px;
  518. margin-bottom: -200px;
  519. position: relative;
  520. z-index: 1;
  521. }
  522. /* Blog styles */
  523. .blog-byline {
  524. margin-top: -40px;
  525. margin-bottom: 20px;
  526. }
  527. .blog-avatar {
  528. width: unset;
  529. display: inline;
  530. }
  531. .blog-avatars {
  532. margin-bottom: 20px;
  533. }
  534. /* Blog list view */
  535. .blog-tags>li {
  536. border-right: 1px solid rgba(0,0,0,0.1);
  537. font-size: 0.9em;
  538. margin-left: -6px;
  539. padding: 4px 18px;
  540. text-transform: uppercase;
  541. }
  542. .blog-tags>li:first-child {
  543. margin-left: 0;
  544. border-left: 1px solid rgba(0,0,0,0.1);
  545. }
  546. .blog-tags>li:hover {
  547. background-color: rgba(0,0,0,0.1);
  548. }
  549. .blog-list li {
  550. list-style: none;
  551. }
  552. @media (min-width: 1025px) {
  553. .blog-list li:first-of-type, .blogpage-listing li:first-of-type,
  554. .blog-list li:nth-child(6), .blogpage-listing li:nth-child(6),
  555. .blog-list li:nth-child(7), .blogpage-listing li:nth-child(7),
  556. .blog-list li:nth-child(12), .blogpage-listing li:nth-child(12) {
  557. width: 50%;
  558. }
  559. }
  560. .blog-list-item {
  561. display: flex;
  562. flex-direction: column;
  563. margin-bottom: 20px;
  564. }
  565. .blog-list-item a {
  566. display: flex;
  567. flex-grow: 1;
  568. flex-direction: column;
  569. }
  570. .blog-list-item:hover img {
  571. opacity: 0.3;
  572. }
  573. .blog-list-item .image {
  574. overflow: hidden;
  575. background-color: #eb7400;
  576. flex: 1 0 auto;
  577. }
  578. .blog-list-item .image img {
  579. min-height: 510px;
  580. width: auto;
  581. min-width: 100%;
  582. }
  583. .blog-list-item .text {
  584. background: linear-gradient(to bottom, rgba(100,100,100,0) 0%,rgba(100,100,100,0.9) 23%,rgba(100,100,100,1) 50%);
  585. margin-top: -150px;
  586. padding: 20px;
  587. position: relative;
  588. z-index: 1;
  589. }
  590. .blog-list-item .text h2 {
  591. color: #fff;
  592. font-weight: 200;
  593. margin-top: 0;
  594. }
  595. .blog-list-item .text p {
  596. color: #e3e3e3;
  597. font-size: 0.8em;
  598. margin-bottom: 0;
  599. }
  600. .blog-list-item .footer {
  601. background-color: #333;
  602. color: #fff;
  603. margin-top: 0;
  604. padding: 20px;
  605. position: relative;
  606. z-index: 1;
  607. }
  608. span.outline {
  609. border-radius: 3px;
  610. border: 1px solid rgba(0,0,0,0.1);
  611. font-size: 0.8em;
  612. padding: 3px 6px;
  613. text-transform: uppercase;
  614. }
  615. /* Bread styles */
  616. /* Bread listview */
  617. .bread-list-item {
  618. border: 1px solid rgba(0,0,0,0.1);
  619. border-radius: 3px;
  620. margin: 12px;
  621. overflow: hidden;
  622. }
  623. .bread-list-item h2 {
  624. font-weight: 300;
  625. }
  626. @media (min-width: 992px) {
  627. .bread-list-item {
  628. width: 47%;
  629. }
  630. }
  631. .bread-list-item .image {
  632. background-color: #eb7400;
  633. margin: 0;
  634. max-width: 180px;
  635. max-height: 180px;
  636. min-width: 180px;
  637. min-height: 180px;
  638. padding: 0;
  639. }
  640. .bread-list-item .image:hover img {
  641. opacity: 0.3;
  642. }
  643. .bread-list-item img {
  644. margin: 0;
  645. width: auto;
  646. }
  647. .bread-list-item ul {
  648. padding-left: 2px;
  649. }
  650. .bread-list-item li {
  651. list-style: none;
  652. }
  653. .bread-list-item li span {
  654. color: #777;
  655. display: inline-block;
  656. font-weight: 600;
  657. width: 70px;
  658. }
  659. /* Bread detail page */
  660. .bread-detail .introduction {
  661. color: #777;
  662. font-size: 1.4em;
  663. margin-top: 40px;
  664. }
  665. .bread-detail figure {
  666. margin: 35px auto 20px auto;
  667. overflow: hidden;
  668. }
  669. .bread-detail figure img {
  670. width: auto;
  671. }
  672. .bread-detail ul.bread-meta {
  673. list-style: none;
  674. padding-left: 0;
  675. }
  676. .bread-detail ul.bread-meta li ul {
  677. padding-left: 0;
  678. }
  679. .bread-detail ul.bread-meta li ul li {
  680. border-bottom: 1px solid #ccc;
  681. list-style: none;
  682. max-width: 450px;
  683. }
  684. /* Forms */
  685. /* Form detail page */
  686. .form-page input, textarea, select {
  687. display: block;
  688. min-width: 350px;
  689. max-width: 350px;
  690. }
  691. .form-page li input[type=checkbox], input[type=radio] {
  692. display: inline-block;
  693. margin-right: 10px;
  694. }
  695. .form-page .fieldWrapper ul,
  696. .form-page .fieldWrapper li {
  697. list-style: none;
  698. padding: 0;
  699. margin: 0;
  700. }
  701. .form-page .required {
  702. color: red;
  703. }
  704. .form-page .help {
  705. color: #999;
  706. font-family: 'Lato', sans-serif;
  707. font-size: 0.8em;
  708. margin-top: 10px;
  709. max-width: 350px;
  710. }
  711. /* Form thank you page */
  712. .form-page-thanks h1 {
  713. margin-bottom: 30px;
  714. }
  715. /* Generic title image header include */
  716. .base-header img {
  717. height: auto;
  718. margin-top: 20px;
  719. max-width: 100%;
  720. width: auto;
  721. }
  722. @media (max-width: 970px) {
  723. .base-header img {
  724. width: 100%;
  725. }
  726. }
  727. /* Homepage */
  728. .homepage .hero {
  729. margin: 0;
  730. padding: 200px 0 30px 0;
  731. }
  732. .homepage .hero h1 {
  733. font-size: 2.2em;
  734. text-transform: uppercase;
  735. }
  736. .homepage .hero h1:after {
  737. background-color: rgba(255,255,255, 0.7);
  738. content: "";
  739. display: block;
  740. height: 5px;
  741. margin: 20px auto;
  742. width: 250px;
  743. }
  744. .homepage .home-hero {
  745. margin-bottom: 0;
  746. padding-bottom: 60px;
  747. text-align: center;
  748. }
  749. .homepage .home-hero .lead {
  750. color: #ddd;
  751. font-size: 1.6em;
  752. margin: 40px auto;
  753. }
  754. .homepage .home-hero .hero-cta-link {
  755. color: #fff;
  756. border: 1px solid #aaa;
  757. border-radius: 4px;
  758. padding: 10px 34px 10px 10px;
  759. display: inline-block;
  760. vertical-align: middle;
  761. transform: perspective(1px) translateZ(0);
  762. box-shadow: 0 0 1px transparent;
  763. position: relative;
  764. transition-duration: 0.1s;
  765. }
  766. .homepage .home-hero .hero-cta-link:before {
  767. content: "\f18e";
  768. font-family: FontAwesome;
  769. font-size: 1.2em;
  770. font-weight: 200;
  771. opacity: 0.8;
  772. padding: 0 1px;
  773. position: absolute;
  774. right: 0.2em;
  775. top: 0.2em;
  776. transform: translateZ(0);
  777. transition-duration: 0.1s;
  778. transition-property: transform;
  779. transition-timing-function: ease-out;
  780. }
  781. .homepage .home-hero .hero-cta-link:hover:before,
  782. .homepage .home-hero .hero-cta-link:focus:before,
  783. .homepage .home-hero .hero-cta-link:active:before {
  784. transform: translateX(4px);
  785. }
  786. .homepage .streamfield {
  787. background: linear-gradient(45deg, rgba(170,170,170,1) 0%,rgba(238,238,238,1) 44%);
  788. }
  789. .homepage .streamfield-column {
  790. padding: 60px;
  791. margin: 0 auto;
  792. float: none;
  793. }
  794. .homepage .streamfield-column h1,
  795. .homepage .streamfield-column h2,
  796. .homepage .streamfield-column h3,
  797. .homepage .streamfield-column h4,
  798. .homepage .streamfield-column h5 {
  799. text-align: center;
  800. }
  801. .homepage .promo-row {
  802. padding: 40px 0 40px 0;
  803. }
  804. .homepage .promo {
  805. background: linear-gradient(190deg, rgba(0,4,8,1) 0%,rgba(55,28,25,1) 100%);
  806. border-radius: 0px 0px 10px 10px;
  807. color: #fff;
  808. height: 100%;
  809. margin-bottom: 20px;
  810. margin-top: -40px;
  811. padding: 40px 60px;
  812. text-align: center;
  813. }
  814. .homepage .promo h1,
  815. .homepage .promo h2,
  816. .homepage .promo h3,
  817. .homepage .promo h4 {
  818. color: #eb7400;
  819. font-weight: 200;
  820. }
  821. .homepage .promo p,
  822. .homepage .promo li {
  823. color: #ccc;
  824. line-height: 1.6em;
  825. }
  826. .homepage .promo a {
  827. color: #fff;
  828. }
  829. @media (max-width: 970px) {
  830. .homepage .promo {
  831. padding: 30px 40px;
  832. }
  833. .homepage .promo figure img {
  834. max-width: 120px;
  835. height: auto;
  836. }
  837. .homepage .promo p {
  838. color: #fff;
  839. font-size: 1em;
  840. }
  841. }
  842. @media (max-width: 766px) {
  843. .homepage .promo {
  844. margin-left: 15px;
  845. margin-right: 15px;
  846. }
  847. }
  848. .homepage .promo figure img {
  849. border-radius: 100%;
  850. margin: auto;
  851. width: auto;
  852. }
  853. .homepage .feature-1 h2 {
  854. margin-top: 0;
  855. margin-bottom: 20px;
  856. }
  857. .homepage .feature-1 .featured-children li {
  858. border: 1px solid #ccc;
  859. border-radius: 3px;
  860. margin-bottom: 10px;
  861. }
  862. .homepage .feature-1 .featured-children li figure {
  863. width: 100%;
  864. overflow: hidden;
  865. margin: 0;
  866. }
  867. .homepage .feature-1 .featured-children li img {
  868. width: auto;
  869. }
  870. .homepage .feature-1 .featured-children li h3 {
  871. margin-top: 40px;
  872. font-weight: 300;
  873. font-size: 1.4em;
  874. }
  875. .homepage .feature-2 {
  876. padding: 40px 0 20px;
  877. }
  878. .homepage .feature-2 .feature-2-row {
  879. display: flex;
  880. flex-wrap: wrap;
  881. }
  882. .homepage .feature-2 h2,
  883. .homepage .feature-3 h2 {
  884. text-align: center;
  885. margin: 20px;
  886. }
  887. .homepage .feature-2 .feature-2-item {
  888. display: flex;
  889. flex-direction: column;
  890. margin: 0 auto 20px;
  891. }
  892. .homepage .feature-2 .feature-2-item figure {
  893. margin-bottom: 0;
  894. }
  895. .homepage .feature-2 .feature-2-item img {
  896. min-height: 210px;
  897. }
  898. .homepage .feature-2 .feature-2-item .feature-2-text {
  899. background-color: #dfdfdf;
  900. border-radius: 0 0 10px 10px;
  901. padding: 0 20px;
  902. flex: 1;
  903. }
  904. .homepage .feature-2 figure,
  905. .homepage .feature-3 figure {
  906. background-color: #eb7400;
  907. margin: 0;
  908. }
  909. @media (max-width: 766px) {
  910. .homepage .feature-2 .feature-2-row {
  911. display: inline-block;
  912. }
  913. }
  914. .homepage .feature-3 h3 {
  915. color: #fff;
  916. font-weight: 300;
  917. font-size: 1.8em;
  918. margin-bottom: 135px;
  919. margin-top: -145px;
  920. position: relative;
  921. text-align: center;
  922. text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
  923. z-index: 1;
  924. }
  925. .homepage .feature-2 li:hover img,
  926. .homepage .feature-3 li:hover img {
  927. opacity: 0.3;
  928. }
  929. /* No gutters */
  930. .row.no-gutters {
  931. margin-right: 0;
  932. margin-left: 0;
  933. }
  934. .row.no-gutters > [class^="col-"],
  935. .row.no-gutters > [class*=" col-"] {
  936. padding-right: 0;
  937. padding-left: 0;
  938. }
  939. /* Bootstrap Equal height rows */
  940. .row-eq-height {
  941. display: -webkit-box;
  942. display: -webkit-flex;
  943. display: -ms-flexbox;
  944. display: flex;
  945. flex-wrap: wrap;
  946. }
  947. @media (min-width: 970px) {
  948. .hidden-md-up {
  949. display: none;
  950. }
  951. }
  952. @media (max-width: 970px) {
  953. .hidden-md-down {
  954. display: none;
  955. }
  956. }
  957. /* From Wagtail core */
  958. /* Responsive image/video classes */
  959. .rich-text img {
  960. max-width: 100%;
  961. height: auto;
  962. }
  963. .richtext-image.left{
  964. float:left;
  965. }
  966. .richtext-image.right{
  967. float:right;
  968. }
  969. .responsive-object {
  970. position: relative;
  971. }
  972. .responsive-object iframe,
  973. .responsive-object object,
  974. .responsive-object embed {
  975. position: absolute;
  976. top: 0;
  977. left: 0;
  978. width: 100%;
  979. height: 100%;
  980. }