main.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  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: 900;
  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. input {
  68. border-radius: 3px;
  69. border: none;
  70. font-size: 18px;
  71. padding: 10px;
  72. width: 100%;
  73. }
  74. p {
  75. margin: 0 0 30px;
  76. color: #444;
  77. }
  78. .intro {
  79. font-family: 'Lato', sans-serif;
  80. font-weight: 300;
  81. margin: 0 0 40px;
  82. font-size: 22px;
  83. }
  84. .stand-first {
  85. color: rgba(255,255,255,0.8);
  86. margin: 0;
  87. }
  88. /* queries for type */
  89. @media (min-width: 768px) {
  90. h1 {
  91. font-size: 60px;
  92. }
  93. .stand-first {
  94. font-size: 26px;
  95. }
  96. .intro {
  97. font-size: 30px;
  98. margin: 0 0 60px;
  99. }
  100. p {
  101. margin: 0 0 30px;
  102. }
  103. }
  104. ul {
  105. margin: 0 0 30px;
  106. }
  107. @media (min-width: 768px) {
  108. ul {
  109. margin: 0 0 50px;
  110. }
  111. }
  112. figure {
  113. margin: 0 0 30px;
  114. position: relative;
  115. }
  116. @media (min-width: 768px) {
  117. figure {
  118. margin: 0 0 50px;
  119. }
  120. }
  121. figcaption {
  122. background-color: rgba(99,33,13,0.8);
  123. position: absolute;
  124. width: 75%;
  125. left: 0;
  126. bottom: 0;
  127. padding: 10px;
  128. color: white;
  129. font-family: 'Lato', sans-serif;
  130. font-size: 16px;
  131. font-weight: 300;
  132. }
  133. img {
  134. display: block;
  135. width: 100%;
  136. }
  137. .search {
  138. margin: 15px 0 0 0;
  139. display: none;
  140. position: relative;
  141. }
  142. @media (min-width: 768px) {
  143. .search {
  144. float: right;
  145. margin: 0 0 0 30px;
  146. display: inline-block;
  147. }
  148. }
  149. .search-icon {
  150. position: absolute;
  151. display: block;
  152. width: 20px;
  153. height: 20px;
  154. top: 10px;
  155. right: 10px;
  156. display: inline-block;
  157. }
  158. .search-icon svg {
  159. fill: #d4566b;
  160. width: 20px;
  161. height: 20px;
  162. }
  163. nav {
  164. margin: 15px 0 5px;
  165. display: none;
  166. }
  167. @media (min-width: 768px) {
  168. nav {
  169. margin: 15px 0 0 0;
  170. border-top: 1px solid rgba(255,255,255,0.1);
  171. display: block;
  172. }
  173. }
  174. .nav-pills>li+li {
  175. margin-left: 0;
  176. }
  177. .nav-pills>li>a {
  178. color: white;
  179. border-top: 1px solid transparent;
  180. border-radius: 0;
  181. text-transform: uppercase;
  182. letter-spacing: 0.15em;
  183. font-weight: 300;
  184. padding: 10px 10px;
  185. font-size: 11px;
  186. color: white;
  187. font-family: 'Lato', sans-serif;
  188. margin-top: -1px;
  189. }
  190. @media (min-width: 768px) {
  191. .nav-pills>li>a {
  192. padding: 10px 20px;
  193. font-size: 14px;
  194. }
  195. }
  196. .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover,
  197. .nav-pills>li.active, .nav-pills>li:hover, .breadcrumb>li+li:hover:before,
  198. .nav>li>a:focus, .nav>li>a:hover {
  199. color: #d4566b;
  200. background-color: transparent;
  201. border-top: 1px solid #d4566b;
  202. font-weight: 600;
  203. }
  204. .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  205. background-color: transparent;
  206. border-top: 1px solid #d4566b;
  207. }
  208. .dropdown-menu {
  209. background-color: rgba(25,17,18,1);
  210. border-radius: 0;
  211. border: transparent;
  212. }
  213. .dropdown-menu > li> a {
  214. border-bottom: 1px solid #371c19;
  215. color: #fff;
  216. font-family: 'Lato', sans-serif;
  217. padding: 10px 20px;
  218. }
  219. .dropdown-menu > li> a:hover {
  220. background-color: transparent;
  221. color: #d4566b;
  222. }
  223. /* Everything but the jumbotron gets side spacing for mobile first views */
  224. .footer {
  225. font-size: 16px;
  226. font-family: 'Lato', sans-serif;
  227. padding: 20px 0;
  228. margin: 40px 0 0;
  229. font-weight: 300;
  230. background-color: white;
  231. }
  232. .footer p {
  233. margin: 0;
  234. }
  235. /* Custom page header */
  236. .header {
  237. padding: 15px 0 15px;
  238. /* position: absolute;*/
  239. width: 100%;
  240. background: rgb(25,17,18); /* Old browsers */
  241. background: -moz-linear-gradient(-45deg, rgba(25,17,18,1) 0%, rgba(55,28,25,1) 100%); /* FF3.6-15 */
  242. background: -webkit-linear-gradient(-45deg, rgba(25,17,18,1) 0%,rgba(55,28,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
  243. background: linear-gradient(135deg, rgba(25,17,18,1) 0%,rgba(55,28,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  244. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191112', endColorstr='#371c19',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  245. z-index: 10;
  246. }
  247. /* Make the masthead heading the same height as the navigation */
  248. .header h3 {
  249. margin-top: 0;
  250. margin-bottom: 0;
  251. line-height: 40px;
  252. }
  253. /* Custom page footer */
  254. .footer {
  255. padding-top: 19px;
  256. color: #777;
  257. }
  258. .container {
  259. width: auto;
  260. padding-left: 20px;
  261. padding-right: 20px;
  262. }
  263. /* Customize container */
  264. @media (min-width: 768px) {
  265. .container {
  266. max-width: 1400px;
  267. padding-left: 40px;
  268. padding-right: 40px;
  269. }
  270. }
  271. .container-narrow > hr {
  272. margin: 30px 0;
  273. }
  274. /* Main marketing message and sign up button */
  275. .jumbotron {
  276. text-align: center;
  277. border-bottom: 1px solid #e5e5e5;
  278. }
  279. .jumbotron .btn {
  280. padding: 14px 24px;
  281. font-size: 21px;
  282. }
  283. /* Supporting marketing content */
  284. .marketing {
  285. margin: 40px 0;
  286. }
  287. .marketing p + h4 {
  288. margin-top: 28px;
  289. }
  290. /* Article title and hero image */
  291. .hero {
  292. background-size: cover;
  293. background-position: center;
  294. padding: 200px 0 30px 0;
  295. position: relative;
  296. margin: 0 0 30px;
  297. }
  298. @media screen and (min-width: 768px) {
  299. .hero {
  300. padding: 400px 0 60px 0;
  301. margin: 0 0 40px;
  302. }
  303. }
  304. .hero-gradient-mask {
  305. position: absolute;
  306. width: 100%;
  307. height: 100%;
  308. bottom: 0;
  309. 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 */
  310. 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 */
  311. 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+ */
  312. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  313. }
  314. /* Logo */
  315. .logo, .logo:visited, .logo:focus {
  316. display: inline-block;
  317. padding: 0;
  318. color: white;
  319. font-size: 30px;
  320. font-weight: 300;
  321. margin: 0 0 0;
  322. }
  323. .logo:hover {
  324. color: #d4566b;
  325. text-decoration: none;
  326. }
  327. blockquote {
  328. border-left: 5px solid #d4566b;
  329. margin: 0 0 50px;
  330. }
  331. blockquote p {
  332. font-size: 30px;
  333. margin: 0 0 10px;
  334. }
  335. cite {
  336. font-family: 'Lato', sans-serif;
  337. text-transform: uppercase;
  338. color: #888;
  339. font-size: 12px;
  340. font-style: normal;
  341. letter-spacing: 0.15em;
  342. }
  343. /* Responsive: Portrait tablets and up */
  344. @media screen and (min-width: 768px) {
  345. /* Remove the padding we set earlier */
  346. .header,
  347. .marketing,
  348. .footer {
  349. padding-right: 0;
  350. padding-left: 0;
  351. }
  352. /* Remove the bottom border on the jumbotron for visual effect */
  353. .jumbotron {
  354. border-bottom: 0;
  355. }
  356. }
  357. /* Responsive: Portrait tablets and up */
  358. @media screen and (min-width: 1024px) {
  359. }
  360. /* Menu dropdown hack */
  361. li.has-submenu a.allow-toggle {
  362. float: left;
  363. padding-right: 0;
  364. }
  365. .caret-custom {
  366. float: right;
  367. display: inline-block!important;
  368. padding: 10px 10px 15px 5px!important;
  369. }
  370. .caret-custom:after {
  371. content: "▼"!important;
  372. }
  373. /* Edd styling */
  374. .site-title {
  375. border-bottom: 1px #eee solid;
  376. }
  377. .site-title h1 {
  378. font-family: 'Alegreya', serif;
  379. font-size: 1.5em;
  380. margin-top: 10px;
  381. }
  382. .navbar-form {
  383. border: 1px solid #ddd;
  384. padding: 0;
  385. border-radius: 5px;
  386. margin-right: 0px;
  387. }
  388. .navbar-form .form-group .form-control {
  389. border: none;
  390. box-shadow: none!important;
  391. font-family: 'Lato', sans-serif;
  392. }
  393. .navbar-right button.btn.btn-default {
  394. margin-left: -10px;
  395. border: none;
  396. border-left: 1px solid #ddd;
  397. border-radius: 0;
  398. }
  399. .navbar-default {
  400. background-color: transparent;
  401. border-color: transparent;
  402. }
  403. .navbar-nav a {
  404. font-size: 14px;
  405. }
  406. .navbar-nav a span {
  407. font-size: 10px;
  408. }
  409. .navbar.navbar-default.navbar-custom {
  410. border-bottom: 1px #eee solid;
  411. }
  412. .nav-pills> li:first-of-type > a {
  413. padding-left: 0;
  414. }
  415. .breadcrumb {
  416. background-color: transparent;
  417. font-family: 'Lato', sans-serif;
  418. font-size: 14px;
  419. }
  420. .breadcrumb>li+li:before {
  421. content: "\00BB";
  422. }
  423. /* Mobile nav */
  424. .navbar-toggle .icon-bar {
  425. background-color: #fff;
  426. }
  427. /* Location list page */
  428. .location-list-item {
  429. text-align: center;
  430. margin-bottom: 30px;
  431. }
  432. .location-list-title {
  433. line-height: 270px;
  434. height: 270px;
  435. background-color: #eb7400;
  436. }
  437. .location-list-title img {
  438. background-color: rgba(233,228,221,1);
  439. height: 270px;
  440. left: 0;
  441. position: absolute;
  442. top: 0;
  443. width: 100%;
  444. }
  445. .location-list-title:hover img {
  446. opacity: 0.3;
  447. }
  448. .location-list-title span.title {
  449. color: white;
  450. display: inline-block;
  451. font-weight: 300;
  452. position: relative;
  453. text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
  454. }
  455. .location-list-title:hover span.title {
  456. text-shadow: none;
  457. }
  458. .location-list-item address {
  459. font-weight: 300;
  460. font-family: 'Lato', sans-serif;
  461. font-size: 1.4em;
  462. padding: 10px 40px;
  463. }
  464. /* Location detail page */
  465. .template-location-page .intro {
  466. margin-bottom: 0;
  467. }
  468. .location-opening h3 {
  469. margin-top: 0;
  470. }
  471. span.day {
  472. font-weight: bold;
  473. font-family: 'Lato', sans-serif;
  474. }
  475. time.location-time {
  476. display: block;
  477. }
  478. .map-container {
  479. height: 550px;
  480. }
  481. .location-address {
  482. background-color: rgba(233,228,221,1);
  483. padding: 10px 30px;
  484. margin-bottom: -200px;
  485. position: relative;
  486. z-index: 1;
  487. }
  488. /* No gutters */
  489. .row.no-gutters {
  490. margin-right: 0;
  491. margin-left: 0;
  492. }
  493. .row.no-gutters > [class^="col-"],
  494. .row.no-gutters > [class*=" col-"] {
  495. padding-right: 0;
  496. padding-left: 0;
  497. }