main.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878
  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. .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.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover,
  208. .nav-pills>li.active, .nav-pills>li:hover, .nav>li>a:focus, .nav>li>a:hover {
  209. color: #d4566b;
  210. background-color: transparent;
  211. border-top: 1px solid #d4566b;
  212. font-weight: 600;
  213. }
  214. .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  215. background-color: transparent;
  216. border-top: 1px solid #d4566b;
  217. }
  218. .dropdown-menu {
  219. background-color: rgba(25,17,18,1);
  220. border-radius: 0;
  221. border: transparent;
  222. }
  223. .dropdown-menu > li> a {
  224. border-bottom: 1px solid #371c19;
  225. color: #fff;
  226. font-family: 'Lato', sans-serif;
  227. padding: 10px 20px;
  228. }
  229. .dropdown-menu > li> a:hover {
  230. background-color: transparent;
  231. color: #d4566b;
  232. }
  233. /* Everything but the jumbotron gets side spacing for mobile first views */
  234. .footer {
  235. font-size: 16px;
  236. font-family: 'Lato', sans-serif;
  237. padding: 20px 0;
  238. margin: 40px 0 0;
  239. font-weight: 300;
  240. background-color: white;
  241. }
  242. .footer p {
  243. margin: 0;
  244. }
  245. /* Custom page header */
  246. .header {
  247. padding: 15px 0 15px;
  248. /* position: absolute;*/
  249. width: 100%;
  250. background: rgb(25,17,18); /* Old browsers */
  251. background: -moz-linear-gradient(-45deg, rgba(25,17,18,1) 0%, rgba(55,28,25,1) 100%); /* FF3.6-15 */
  252. background: -webkit-linear-gradient(-45deg, rgba(25,17,18,1) 0%,rgba(55,28,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
  253. background: linear-gradient(135deg, rgba(25,17,18,1) 0%,rgba(55,28,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  254. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191112', endColorstr='#371c19',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  255. z-index: 10;
  256. }
  257. /* Make the masthead heading the same height as the navigation */
  258. .header h3 {
  259. margin-top: 0;
  260. margin-bottom: 0;
  261. line-height: 40px;
  262. }
  263. /* Custom page footer */
  264. .footer {
  265. padding-top: 19px;
  266. color: #777;
  267. }
  268. .container {
  269. width: auto;
  270. padding-left: 20px;
  271. padding-right: 20px;
  272. }
  273. /* Customize container */
  274. @media (min-width: 768px) {
  275. .container {
  276. max-width: 1400px;
  277. padding-left: 40px;
  278. padding-right: 40px;
  279. }
  280. }
  281. .container-narrow > hr {
  282. margin: 30px 0;
  283. }
  284. /* Main marketing message and sign up button */
  285. .jumbotron {
  286. text-align: center;
  287. border-bottom: 1px solid #e5e5e5;
  288. }
  289. .jumbotron .btn {
  290. padding: 14px 24px;
  291. font-size: 21px;
  292. }
  293. /* Supporting marketing content */
  294. .marketing {
  295. margin: 40px 0;
  296. }
  297. .marketing p + h4 {
  298. margin-top: 28px;
  299. }
  300. /* Article title and hero image */
  301. .hero {
  302. background-size: cover;
  303. background-position: center;
  304. padding: 200px 0 30px 0;
  305. position: relative;
  306. margin: 0 0 30px;
  307. }
  308. @media screen and (min-width: 768px) {
  309. .hero {
  310. padding: 400px 0 60px 0;
  311. margin: 0 0 40px;
  312. }
  313. }
  314. .hero-gradient-mask {
  315. position: absolute;
  316. width: 100%;
  317. height: 100%;
  318. bottom: 0;
  319. 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 */
  320. 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 */
  321. 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+ */
  322. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  323. }
  324. /* Logo */
  325. .logo, .logo:visited, .logo:focus {
  326. display: inline-block;
  327. padding: 0;
  328. color: white;
  329. font-size: 30px;
  330. font-weight: 300;
  331. margin: 0 0 0;
  332. }
  333. .logo:hover {
  334. color: #d4566b;
  335. text-decoration: none;
  336. }
  337. blockquote {
  338. border-left: 5px solid #d4566b;
  339. margin: 0 0 50px;
  340. }
  341. blockquote p {
  342. font-size: 30px;
  343. margin: 0 0 10px;
  344. }
  345. cite {
  346. font-family: 'Lato', sans-serif;
  347. text-transform: uppercase;
  348. color: #888;
  349. font-size: 12px;
  350. font-style: normal;
  351. letter-spacing: 0.15em;
  352. }
  353. /* Responsive: Portrait tablets and up */
  354. @media screen and (min-width: 768px) {
  355. /* Remove the padding we set earlier */
  356. .header,
  357. .marketing,
  358. .footer {
  359. padding-right: 0;
  360. padding-left: 0;
  361. }
  362. /* Remove the bottom border on the jumbotron for visual effect */
  363. .jumbotron {
  364. border-bottom: 0;
  365. }
  366. }
  367. /* Responsive: Portrait tablets and up */
  368. @media screen and (min-width: 1024px) {
  369. }
  370. /* Menu dropdown hack */
  371. li.has-submenu a.allow-toggle {
  372. float: left;
  373. padding-right: 0;
  374. }
  375. .caret-custom {
  376. float: right;
  377. display: inline-block!important;
  378. padding: 10px 10px 15px 5px!important;
  379. }
  380. .caret-custom:after {
  381. content: "▼"!important;
  382. }
  383. /* Edd styling */
  384. .site-title {
  385. border-bottom: 1px #eee solid;
  386. }
  387. .site-title h1 {
  388. font-family: 'Alegreya', serif;
  389. font-size: 1.5em;
  390. margin-top: 10px;
  391. }
  392. .navbar-form {
  393. border: 1px solid #ddd;
  394. padding: 0;
  395. border-radius: 5px;
  396. margin-right: 0px;
  397. }
  398. .navbar-form .form-group .form-control {
  399. border: none;
  400. box-shadow: none!important;
  401. font-family: 'Lato', sans-serif;
  402. }
  403. .navbar-right button.btn.btn-default {
  404. margin-left: -10px;
  405. border: none;
  406. border-left: 1px solid #ddd;
  407. border-radius: 0;
  408. }
  409. .navbar-default {
  410. background-color: transparent;
  411. border-color: transparent;
  412. }
  413. .navbar-nav a {
  414. font-size: 14px;
  415. }
  416. .navbar-nav a span {
  417. font-size: 10px;
  418. }
  419. .navbar.navbar-default.navbar-custom {
  420. border-bottom: 1px #eee solid;
  421. }
  422. .nav-pills> li:first-of-type > a {
  423. padding-left: 0;
  424. }
  425. .breadcrumb-container {
  426. /*background-color: rgba(21, 38, 44, 0.8);*/
  427. background: linear-gradient(to right, rgba(21,38,44,0.8) 0%,rgba(0,0,0,0.9) 100%);
  428. position: relative;
  429. z-index: 3;
  430. }
  431. .breadcrumb-container + content > .hero {
  432. margin-top: -36px;
  433. }
  434. .breadcrumb {
  435. background-color: transparent;
  436. color: #ccc;
  437. font-family: 'Lato', sans-serif;
  438. font-size: 14px;
  439. margin-bottom: 0px;
  440. padding-left: 0px;
  441. }
  442. .breadcrumb a, .breadcrumb .active {
  443. color: #ccc;
  444. }
  445. .breadcrumb .active {
  446. font-weight: bold;
  447. }
  448. .breadcrumb a:hover {
  449. color: #fff;
  450. text-decoration: none;
  451. }
  452. .breadcrumb>li+li:before {
  453. content: "\00BB";
  454. }
  455. /* Mobile nav */
  456. .navbar-toggle .icon-bar {
  457. background-color: #fff;
  458. }
  459. /* Pagination navigation */
  460. nav[role=pagination] {
  461. margin-top: 50px;
  462. text-align: center;
  463. }
  464. /* Location list page */
  465. .location-list-item {
  466. text-align: center;
  467. margin-bottom: 30px;
  468. }
  469. .location-list-title {
  470. line-height: 270px;
  471. height: 270px;
  472. background-color: #eb7400;
  473. }
  474. .location-list-title img {
  475. background-color: rgba(233,228,221,1);
  476. height: 270px;
  477. left: 0;
  478. position: absolute;
  479. top: 0;
  480. width: 100%;
  481. }
  482. .location-list-title:hover img {
  483. opacity: 0.3;
  484. }
  485. .location-list-title span.title {
  486. color: white;
  487. display: inline-block;
  488. font-weight: 300;
  489. position: relative;
  490. text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
  491. }
  492. .location-list-title:hover span.title {
  493. text-shadow: none;
  494. }
  495. .location-list-item address {
  496. font-weight: 300;
  497. font-family: 'Lato', sans-serif;
  498. font-size: 1.4em;
  499. padding: 10px 40px;
  500. }
  501. /* Location detail page */
  502. .template-location-page .intro {
  503. margin-bottom: 0;
  504. }
  505. .location-opening h3 {
  506. margin-top: 0;
  507. }
  508. span.day {
  509. font-weight: bold;
  510. font-family: 'Lato', sans-serif;
  511. }
  512. time.location-time {
  513. display: block;
  514. }
  515. .map-container {
  516. height: 550px;
  517. }
  518. .location-address {
  519. background-color: rgba(233,228,221,1);
  520. padding: 10px 30px;
  521. margin-bottom: -200px;
  522. position: relative;
  523. z-index: 1;
  524. }
  525. /* Blog styles */
  526. .blog-meta {
  527. margin-top: -40px;
  528. margin-bottom: 20px;
  529. }
  530. .blog-avatar {
  531. border-radius: 100%;
  532. display: inline;
  533. width: unset;
  534. }
  535. .blog-avatars {
  536. margin-bottom: 20px;
  537. }
  538. .blog-avatars .author {
  539. display: inline-block;
  540. margin-right: 30px;
  541. }
  542. /* Blog list view */
  543. .blog-tags>li {
  544. border-right: 1px solid rgba(0,0,0,0.1);
  545. font-size: 0.9em;
  546. margin-left: -6px;
  547. padding: 4px 18px;
  548. text-transform: uppercase;
  549. }
  550. .blog-tags>li:first-child {
  551. margin-left: 0;
  552. border-left: 1px solid rgba(0,0,0,0.1);
  553. }
  554. .blog-tags>li:hover {
  555. background-color: rgba(0,0,0,0.1);
  556. }
  557. .blog-list li {
  558. list-style: none;
  559. }
  560. @media (min-width: 1025px) {
  561. .blog-list li:first-of-type, .blogpage-listing li:first-of-type,
  562. .blog-list li:nth-child(6), .blogpage-listing li:nth-child(6),
  563. .blog-list li:nth-child(7), .blogpage-listing li:nth-child(7),
  564. .blog-list li:nth-child(12), .blogpage-listing li:nth-child(12) {
  565. width: 50%;
  566. }
  567. }
  568. .blog-list-item {
  569. display: flex;
  570. flex-direction: column;
  571. margin-bottom: 20px;
  572. }
  573. .blog-list-item a {
  574. display: flex;
  575. flex-grow: 1;
  576. flex-direction: column;
  577. }
  578. .blog-list-item:hover img {
  579. opacity: 0.3;
  580. }
  581. .blog-list-item .image {
  582. overflow: hidden;
  583. background-color: #eb7400;
  584. flex: 1 0 auto;
  585. }
  586. .blog-list-item .image img {
  587. min-height: 510px;
  588. width: auto;
  589. min-width: 100%;
  590. }
  591. .blog-list-item .text {
  592. background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 23%,rgba(0,0,0,1) 50%);
  593. margin-top: -150px;
  594. padding: 20px;
  595. position: relative;
  596. z-index: 1;
  597. }
  598. .blog-list-item .text h2 {
  599. color: #fff;
  600. font-weight: 200;
  601. margin-top: 0;
  602. }
  603. .blog-list-item .text p {
  604. color: #e3e3e3;
  605. font-size: 0.8em;
  606. margin-bottom: 0;
  607. }
  608. .blog-list-item .footer {
  609. background-color: #333;
  610. color: #fff;
  611. margin-top: 0;
  612. padding: 20px;
  613. position: relative;
  614. z-index: 1;
  615. }
  616. span.outline {
  617. border-radius: 3px;
  618. border: 1px solid rgba(0,0,0,0.1);
  619. font-size: 0.8em;
  620. padding: 3px 6px;
  621. text-transform: uppercase;
  622. }
  623. /* Bread styles */
  624. /* Bread listview */
  625. .bread-list-item {
  626. border: 1px solid rgba(0,0,0,0.1);
  627. border-radius: 3px;
  628. margin: 12px;
  629. overflow: hidden;
  630. }
  631. .bread-list-item h2 {
  632. font-weight: 300;
  633. }
  634. @media (min-width: 992px) {
  635. .bread-list-item {
  636. width: 47%;
  637. }
  638. }
  639. .bread-list-item .image {
  640. background-color: #eb7400;
  641. margin: 0;
  642. max-width: 180px;
  643. max-height: 180px;
  644. min-width: 180px;
  645. min-height: 180px;
  646. padding: 0;
  647. }
  648. .bread-list-item .image:hover img {
  649. opacity: 0.3;
  650. }
  651. .bread-list-item img {
  652. margin: 0;
  653. width: auto;
  654. }
  655. .bread-list-item ul {
  656. padding-left: 2px;
  657. }
  658. .bread-list-item li {
  659. list-style: none;
  660. }
  661. .bread-list-item li span {
  662. color: #777;
  663. display: inline-block;
  664. font-weight: 600;
  665. width: 70px;
  666. }
  667. /* Bread detail page */
  668. .bread-detail .introduction {
  669. color: #777;
  670. font-size: 1.4em;
  671. margin-top: 40px;
  672. }
  673. .bread-detail figure {
  674. margin: 35px auto 20px auto;
  675. overflow: hidden;
  676. }
  677. .bread-detail figure img {
  678. width: auto;
  679. }
  680. .bread-detail ul.bread-meta {
  681. list-style: none;
  682. padding-left: 0;
  683. }
  684. .bread-detail ul.bread-meta li ul {
  685. padding-left: 0;
  686. }
  687. .bread-detail ul.bread-meta li ul li {
  688. border-bottom: 1px solid #ccc;
  689. list-style: none;
  690. max-width: 450px;
  691. }
  692. /* Forms */
  693. /* Form detail page */
  694. .form-page input, textarea, select {
  695. display: block;
  696. min-width: 350px;
  697. max-width: 350px;
  698. }
  699. .form-page li input[type=checkbox], input[type=radio] {
  700. display: inline-block;
  701. margin-right: 10px;
  702. }
  703. .form-page .fieldWrapper ul, li {
  704. list-style: none;
  705. padding: 0;
  706. margin: 0;
  707. }
  708. .form-page .required {
  709. color: red;
  710. }
  711. .form-page .help {
  712. color: #999;
  713. font-family: 'Lato', sans-serif;
  714. font-size: 0.8em;
  715. margin-top: 10px;
  716. max-width: 350px;
  717. }
  718. /* Form thank you page */
  719. .form-page-thanks h1 {
  720. margin-bottom: 30px;
  721. }
  722. /* Generic title image header include */
  723. .base-header img {
  724. height: auto;
  725. margin-top: 20px;
  726. max-width: 100%;
  727. width: auto;
  728. }
  729. @media (max-width: 970px) {
  730. .base-header img {
  731. width: 100%;
  732. }
  733. }
  734. /* No gutters */
  735. .row.no-gutters {
  736. margin-right: 0;
  737. margin-left: 0;
  738. }
  739. .row.no-gutters > [class^="col-"],
  740. .row.no-gutters > [class*=" col-"] {
  741. padding-right: 0;
  742. padding-left: 0;
  743. }
  744. /* Bootstrap Equal height rows */
  745. .row-eq-height {
  746. display: -webkit-box;
  747. display: -webkit-flex;
  748. display: -ms-flexbox;
  749. display: flex;
  750. flex-wrap: wrap;
  751. }
  752. @media (min-width: 970px) {
  753. .hidden-md-up {
  754. display: none;
  755. }
  756. }
  757. @media (max-width: 970px) {
  758. .hidden-md-down {
  759. display: none;
  760. }
  761. }