main.css 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  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. 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. 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 50px;
  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, .breadcrumb>li+li:hover:before,
  206. .nav>li>a:focus, .nav>li>a:hover {
  207. color: #d4566b;
  208. background-color: transparent;
  209. border-top: 1px solid #d4566b;
  210. font-weight: 600;
  211. }
  212. .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  213. background-color: transparent;
  214. border-top: 1px solid #d4566b;
  215. }
  216. .dropdown-menu {
  217. background-color: rgba(25,17,18,1);
  218. border-radius: 0;
  219. border: transparent;
  220. }
  221. .dropdown-menu > li> a {
  222. border-bottom: 1px solid #371c19;
  223. color: #fff;
  224. font-family: 'Lato', sans-serif;
  225. padding: 10px 20px;
  226. }
  227. .dropdown-menu > li> a:hover {
  228. background-color: transparent;
  229. color: #d4566b;
  230. }
  231. /* Everything but the jumbotron gets side spacing for mobile first views */
  232. .footer {
  233. font-size: 16px;
  234. font-family: 'Lato', sans-serif;
  235. padding: 20px 0;
  236. margin: 40px 0 0;
  237. font-weight: 300;
  238. background-color: white;
  239. }
  240. .footer p {
  241. margin: 0;
  242. }
  243. /* Custom page header */
  244. .header {
  245. padding: 15px 0 15px;
  246. /* position: absolute;*/
  247. width: 100%;
  248. background: rgb(25,17,18); /* Old browsers */
  249. background: -moz-linear-gradient(-45deg, rgba(25,17,18,1) 0%, rgba(55,28,25,1) 100%); /* FF3.6-15 */
  250. background: -webkit-linear-gradient(-45deg, rgba(25,17,18,1) 0%,rgba(55,28,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
  251. background: linear-gradient(135deg, rgba(25,17,18,1) 0%,rgba(55,28,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  252. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191112', endColorstr='#371c19',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  253. z-index: 10;
  254. }
  255. /* Make the masthead heading the same height as the navigation */
  256. .header h3 {
  257. margin-top: 0;
  258. margin-bottom: 0;
  259. line-height: 40px;
  260. }
  261. /* Custom page footer */
  262. .footer {
  263. padding-top: 19px;
  264. color: #777;
  265. }
  266. .container {
  267. width: auto;
  268. padding-left: 20px;
  269. padding-right: 20px;
  270. }
  271. /* Customize container */
  272. @media (min-width: 768px) {
  273. .container {
  274. max-width: 1400px;
  275. padding-left: 40px;
  276. padding-right: 40px;
  277. }
  278. }
  279. .container-narrow > hr {
  280. margin: 30px 0;
  281. }
  282. /* Main marketing message and sign up button */
  283. .jumbotron {
  284. text-align: center;
  285. border-bottom: 1px solid #e5e5e5;
  286. }
  287. .jumbotron .btn {
  288. padding: 14px 24px;
  289. font-size: 21px;
  290. }
  291. /* Supporting marketing content */
  292. .marketing {
  293. margin: 40px 0;
  294. }
  295. .marketing p + h4 {
  296. margin-top: 28px;
  297. }
  298. /* Article title and hero image */
  299. .hero {
  300. background-size: cover;
  301. background-position: center;
  302. padding: 200px 0 30px 0;
  303. position: relative;
  304. margin: 0 0 30px;
  305. }
  306. @media screen and (min-width: 768px) {
  307. .hero {
  308. padding: 400px 0 60px 0;
  309. margin: 0 0 40px;
  310. }
  311. }
  312. .hero-gradient-mask {
  313. position: absolute;
  314. width: 100%;
  315. height: 100%;
  316. bottom: 0;
  317. 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 */
  318. 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 */
  319. 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+ */
  320. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  321. }
  322. /* Logo */
  323. .logo, .logo:visited, .logo:focus {
  324. display: inline-block;
  325. padding: 0;
  326. color: white;
  327. font-size: 30px;
  328. font-weight: 300;
  329. margin: 0 0 0;
  330. }
  331. .logo:hover {
  332. color: #d4566b;
  333. text-decoration: none;
  334. }
  335. blockquote {
  336. border-left: 5px solid #d4566b;
  337. margin: 0 0 50px;
  338. }
  339. blockquote p {
  340. font-size: 30px;
  341. margin: 0 0 10px;
  342. }
  343. cite {
  344. font-family: 'Lato', sans-serif;
  345. text-transform: uppercase;
  346. color: #888;
  347. font-size: 12px;
  348. font-style: normal;
  349. letter-spacing: 0.15em;
  350. }
  351. /* Responsive: Portrait tablets and up */
  352. @media screen and (min-width: 768px) {
  353. /* Remove the padding we set earlier */
  354. .header,
  355. .marketing,
  356. .footer {
  357. padding-right: 0;
  358. padding-left: 0;
  359. }
  360. /* Remove the bottom border on the jumbotron for visual effect */
  361. .jumbotron {
  362. border-bottom: 0;
  363. }
  364. }
  365. /* Responsive: Portrait tablets and up */
  366. @media screen and (min-width: 1024px) {
  367. }
  368. /* Menu dropdown hack */
  369. li.has-submenu a.allow-toggle {
  370. float: left;
  371. padding-right: 0;
  372. }
  373. .caret-custom {
  374. float: right;
  375. display: inline-block!important;
  376. padding: 10px 10px 15px 5px!important;
  377. }
  378. .caret-custom:after {
  379. content: "▼"!important;
  380. }
  381. /* Edd styling */
  382. .site-title {
  383. border-bottom: 1px #eee solid;
  384. }
  385. .site-title h1 {
  386. font-family: 'Alegreya', serif;
  387. font-size: 1.5em;
  388. margin-top: 10px;
  389. }
  390. .navbar-form {
  391. border: 1px solid #ddd;
  392. padding: 0;
  393. border-radius: 5px;
  394. margin-right: 0px;
  395. }
  396. .navbar-form .form-group .form-control {
  397. border: none;
  398. box-shadow: none!important;
  399. font-family: 'Lato', sans-serif;
  400. }
  401. .navbar-right button.btn.btn-default {
  402. margin-left: -10px;
  403. border: none;
  404. border-left: 1px solid #ddd;
  405. border-radius: 0;
  406. }
  407. .navbar-default {
  408. background-color: transparent;
  409. border-color: transparent;
  410. }
  411. .navbar-nav a {
  412. font-size: 14px;
  413. }
  414. .navbar-nav a span {
  415. font-size: 10px;
  416. }
  417. .navbar.navbar-default.navbar-custom {
  418. border-bottom: 1px #eee solid;
  419. }
  420. .nav-pills> li:first-of-type > a {
  421. padding-left: 0;
  422. }
  423. .breadcrumb {
  424. background-color: transparent;
  425. font-family: 'Lato', sans-serif;
  426. font-size: 14px;
  427. }
  428. .breadcrumb>li+li:before {
  429. content: "\00BB";
  430. }
  431. /* Mobile nav */
  432. .navbar-toggle .icon-bar {
  433. background-color: #fff;
  434. }