main.css 21 KB

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