style.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829
  1. /*
  2. Theme Name: HPCP
  3. Theme URI: https://hospicepiedmont.org/
  4. Author: @windhamdavid
  5. Author URI: https://davidwindham.com
  6. Description: something else
  7. Version: 1.0.0
  8. License: GNU General Public License v3
  9. Text Domain: hp
  10. Requires at least: 4.7
  11. Requires PHP: 7.2
  12. Tested up to: 5.6.1
  13. Tags:
  14. */
  15. /* ######## credits: ########
  16. https://github.com/twbs/bootstrap
  17. https://github.com/wp-bootstrap/wp-bootstrap-navwalker
  18. https://github.com/Automattic/_s
  19. */
  20. /*--------------------------------------------------------------
  21. ########################## Typography ##########################
  22. --------------------------------------------------------------*/
  23. @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
  24. h1, h2, h3, h4, h5, h6 {
  25. clear: both;
  26. color: #24292e;
  27. font-weight: 600;
  28. margin-top: 24px;
  29. margin-bottom: 15px;
  30. font-family: 'Lato', sans-serif;
  31. }
  32. h1 {
  33. font-size: 31px;
  34. padding-bottom: 10px;
  35. }
  36. h2 {
  37. font-size: 21px;
  38. padding-bottom: 0.3em;
  39. line-height: 1.25;
  40. }
  41. h3 {
  42. font-size: 18px;
  43. line-height: 25px;
  44. }
  45. h4 {
  46. font-size: 16px;
  47. line-height: 20px;
  48. }
  49. h5 {
  50. font-size: 14px;
  51. line-height: 17.5px;
  52. }
  53. p {
  54. margin-bottom: 1.5em;
  55. }
  56. h1.entry-title {
  57. margin-top:20px;
  58. font-size: 31px;
  59. color:#343C70;
  60. font-weight:700;
  61. font-family: 'Lato', sans-serif;
  62. border-bottom: 1px solid #eaecef;
  63. }
  64. h2.entry-title {
  65. font-size: 21px;
  66. color:#343C70;
  67. font-family: 'Lato', sans-serif;
  68. border-bottom: 1px solid #eaecef;
  69. }
  70. h3.widget-title {
  71. font-family: 'Lato', sans-serif;
  72. font-weight:300;
  73. font-size: 18px;
  74. color:#d7d7d7;
  75. }
  76. h1.lato-widget {
  77. font-family: 'Lato', sans-serif;
  78. font-weight:300;
  79. margin-top:0px;
  80. font-size: 27px;
  81. color:#d7d7d7;
  82. }
  83. .notlight {
  84. color:#d7d7d7;
  85. }
  86. /*--------------------------------------------------------------
  87. ########################## Elements ##########################
  88. --------------------------------------------------------------*/
  89. img {
  90. height: auto;
  91. /* Make sure images are scaled correctly. */
  92. max-width: 100%;
  93. /* Adhere to container width. */
  94. }
  95. figure {
  96. margin: 1em 0;
  97. /* Extra wide images within figure tags don't overflow the content area. */
  98. }
  99. table {
  100. margin: 0 0 1.5em;
  101. width: 100%;
  102. }
  103. /*--------------------------------------------------------------
  104. ########################## Navigation ##########################
  105. --------------------------------------------------------------*/
  106. #top {
  107. background-color:#343C70;
  108. }
  109. .top-navbar {
  110. }
  111. @media only screen and (max-width: 768px) {
  112. .top-navbar {
  113. font-size:12px;
  114. }
  115. }
  116. @media (min-width: 768px) and (max-width: 992px) {
  117. .top-navbar {
  118. font-size:15px;
  119. }
  120. }
  121. #masthead {
  122. padding: 12px 0;
  123. background-color:#325363;
  124. border-top: 3px solid #343C70;
  125. }
  126. .masthead {
  127. opacity: 1;
  128. transition: opacity 0.7s ease;
  129. }
  130. .masthead-hide {
  131. pointer-events: none;
  132. opacity: 0;
  133. }
  134. .navbar-brand > a {
  135. font-family: 'Lato', sans-serif;
  136. color: rgba(0, 0, 0, 0.9);
  137. font-size: 21px;
  138. outline: medium none;
  139. text-decoration: none;
  140. color: #d7d7d7;
  141. font-weight: 300;
  142. }
  143. .navbar-brand img {
  144. width:40px;
  145. }
  146. .navbar-brand > a:hover {
  147. text-decoration: none;
  148. color:#7ac9f0;
  149. }
  150. @media (max-width: 767px) {
  151. .navbar-brand > a {
  152. font-size: 15px;
  153. }
  154. .navbar-brand img {
  155. width: 25px;
  156. }
  157. .navbar-toggler {
  158. padding:4px;
  159. font-size:12px;
  160. }
  161. }
  162. @media (min-width: 768px) and (max-width: 992px) {
  163. .navbar-brand > a {
  164. font-size: 19px;
  165. }
  166. .navbar-brand img {
  167. width: 30px;
  168. }
  169. .navbar-toggler {
  170. padding:4px;
  171. font-size:12px;
  172. }
  173. }
  174. .dropdown-item.active, .dropdown-item:active {
  175. color:#777;
  176. }
  177. .hp-sidenav {
  178. }
  179. .hp-sidenav.sticky-lg-top {
  180. top:100px;
  181. }
  182. @media only screen and (max-width: 768px) {
  183. .hp-sidenav.sticky-lg-top {
  184. top:10px;
  185. }
  186. }
  187. .hp-sidenav li.list-group-item {
  188. background-color:transparent;
  189. }
  190. .hp-sidenav li.current_list-group-item {
  191. border-bottom: 2px solid #d7d7d7;
  192. }
  193. .hp-sidenav li.current_list-group-item a {
  194. color:#343C70;
  195. font-weight:500;
  196. }
  197. #page-sub-header {
  198. position: relative;
  199. padding-top: 5rem;
  200. padding-bottom: 0;
  201. text-align: center;
  202. font-size: 1.25rem;
  203. background-size: cover !important;
  204. }
  205. body #page-sub-header h1 {
  206. line-height: 1.6;
  207. font-size: 4rem;
  208. color: #563e7c;
  209. margin: 0 0 1rem;
  210. border: 0;
  211. padding: 0;
  212. }
  213. #page-sub-header p {
  214. margin-bottom: 0;
  215. line-height: 1.4;
  216. font-size: 1.25rem;
  217. font-weight: 300;
  218. }
  219. body #page-sub-header p {
  220. color: #212529;
  221. }
  222. a.page-scroller {
  223. color: #333;
  224. font-size: 2.6rem;
  225. display: inline-block;
  226. margin-top: 2rem;
  227. }
  228. @media screen and (min-width: 768px) {
  229. body #page-sub-header h1 {
  230. font-size: 3.750rem;
  231. }
  232. body #page-sub-header {
  233. font-size: 1.25rem;
  234. }
  235. }
  236. @media screen and (min-width: 992px) {
  237. #page-sub-header p {
  238. max-width: 43rem;
  239. margin: 0 auto;
  240. }
  241. }
  242. /*--------------------------------------------------------------
  243. ########################## Links ##########################
  244. --------------------------------------------------------------*/
  245. a {
  246. color:#343C70;
  247. text-decoration:none;
  248. }
  249. a:hover {
  250. color:#38537A;
  251. }
  252. a.dropdown-toggle, a.nav-link {
  253. }
  254. a.page-numbers {
  255. display: inline-block;
  256. color:#777;
  257. padding:5px 10px;
  258. border: 1px solid #999;
  259. border-radius: 5px;
  260. text-decoration: none;
  261. }
  262. span.current {
  263. display: inline-block;
  264. color:#444;
  265. padding:5px 10px;
  266. border: 1px solid #ddd;
  267. border-radius: 5px;
  268. background: #eee;
  269. }
  270. a.page-numbers:hover {
  271. background: #eee;
  272. }
  273. .post-navigation .nav-previous a, .post-navigation .nav-next a {
  274. color:#777;
  275. border: 1px solid #ddd;
  276. border-radius: 5px;
  277. display: inline-block;
  278. padding:5px 10px;
  279. text-decoration: none;
  280. }
  281. .entry-meta {
  282. color:#777;
  283. }
  284. /*--------------------------------------------------------------
  285. ########################## Menus ##########################
  286. --------------------------------------------------------------*/
  287. #masthead nav {
  288. padding-left: 0;
  289. padding-right: 0;
  290. }
  291. #masthead .navbar-nav > li > a:hover,
  292. #masthead .navbar-nav > li.current_page_item > a {
  293. color: #fff;
  294. }
  295. #masthead .navbar-nav > li.current-page-ancestor > a {
  296. color: #fff;
  297. }
  298. #masthead .navbar-nav > li.menu-item > a.btn-outline-light {
  299. color: #fff;
  300. }
  301. #masthead .navbar-nav > li.menu-item > a.btn-outline-light:hover {
  302. color: #343c70;
  303. background-color:#7ac9f0;
  304. }
  305. .navbar-brand {
  306. height: auto;
  307. }
  308. .yamm .collapse,
  309. .yamm .dropup,
  310. .yamm .dropdown {
  311. position: static;
  312. }
  313. .yamm .container {
  314. position: relative;
  315. }
  316. .yamm .dropdown-menu {
  317. left: auto;
  318. }
  319. .yamm .yamm-content {
  320. padding: 1rem;
  321. }
  322. .yamm .dropdown.yamm-fw .dropdown-menu,
  323. .yamm .dropup.yamm-fw .dropdown-menu {
  324. left: 0;
  325. right: 0;
  326. }
  327. .navbar-toggle .icon-bar {
  328. background: #000 none repeat scroll 0 0;
  329. }
  330. .dropdown-menu .dropdown-toggle::after {
  331. border-bottom: 0.3em solid transparent;
  332. border-left: 0.3em solid;
  333. border-top: 0.3em solid transparent;
  334. }
  335. .dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  336. position: relative;
  337. }
  338. .dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
  339. top: 0;
  340. left: 100%;
  341. margin-top: -6px;
  342. margin-left: -1px;
  343. -webkit-border-radius: 0 6px 6px 6px;
  344. -moz-border-radius: 0 6px 6px;
  345. border-radius: 0 6px 6px 6px;
  346. }
  347. .dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
  348. display: block;
  349. }
  350. .dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
  351. display: block;
  352. content: " ";
  353. float: right;
  354. width: 0;
  355. height: 0;
  356. border-color: transparent;
  357. border-style: solid;
  358. border-width: 5px 0 5px 5px;
  359. border-left-color: #ccc;
  360. margin-top: 5px;
  361. margin-right: -10px;
  362. }
  363. .dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
  364. border-left-color: #fff;
  365. }
  366. .dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  367. float: none;
  368. }
  369. .dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
  370. left: -100%;
  371. margin-left: 10px;
  372. -webkit-border-radius: 6px 0 6px 6px;
  373. -moz-border-radius: 6px 0 6px 6px;
  374. border-radius: 6px 0 6px 6px;
  375. }
  376. /* Small menu. */
  377. .menu-toggle,
  378. .main-navigation.toggled ul {
  379. display: block;
  380. }
  381. .dropdown-item {
  382. line-height: 1.2;
  383. padding-bottom: 0.313rem;
  384. padding-top: 0.313rem;
  385. }
  386. .dropdown-menu {
  387. min-width: 12.500rem;
  388. }
  389. .dropdown .open .dropdown-menu {
  390. display: block;
  391. left: 12.250em;
  392. top: 0;
  393. }
  394. .dropdown-menu .dropdown-item {
  395. white-space: normal;
  396. background: transparent;
  397. line-height: 1.6;
  398. }
  399. .dropdown-menu .dropdown-item:hover {
  400. background: transparent;
  401. }
  402. @media screen and (min-width: 37.5em) {
  403. .menu-toggle {
  404. display: none;
  405. }
  406. }
  407. @media screen and (min-width: 769px) {
  408. .dropdown-menu li > .dropdown-menu {
  409. right: -9.875rem;
  410. top: 1.375rem;
  411. }
  412. }
  413. @media screen and (max-width: 991px) {
  414. .navbar-nav .dropdown-menu {
  415. border: medium none;
  416. margin-left: 1.250rem;
  417. padding: 0;
  418. }
  419. .dropdown-menu li a {
  420. padding: 0;
  421. }
  422. #masthead .navbar-nav > li > a {
  423. padding-bottom: 0.625rem;
  424. padding-top: 0.313rem;
  425. }
  426. .navbar-light .navbar-toggler {
  427. border: medium none;
  428. outline: none;
  429. }
  430. }
  431. .site-main .comment-navigation,
  432. .site-main .posts-navigation,
  433. .site-main .post-navigation {
  434. margin: 0 0 1.5em;
  435. overflow: hidden;
  436. }
  437. .comment-navigation .nav-previous,
  438. .posts-navigation .nav-previous,
  439. .post-navigation .nav-previous {
  440. float: left;
  441. width: 50%;
  442. }
  443. .comment-navigation .nav-next,
  444. .posts-navigation .nav-next,
  445. .post-navigation .nav-next {
  446. float: right;
  447. text-align: right;
  448. width: 50%;
  449. }
  450. .comment-content.card-block {
  451. padding: 20px;
  452. }
  453. .navigation.post-navigation {
  454. padding-top: 1.875rem;
  455. }
  456. .post-navigation .nav-next a::after {
  457. content: " \2192";
  458. }
  459. .post-navigation .nav-previous a::before {
  460. content: "\2190 ";
  461. }
  462. .post-navigation .nav-previous a:hover,
  463. .post-navigation .nav-next a:hover {
  464. background: #eee none repeat scroll 0 0;
  465. }
  466. /*--------------------------------------------------------------
  467. ########################## Accessibility ##########################
  468. --------------------------------------------------------------*/
  469. /* Text meant only for screen readers. */
  470. .screen-reader-text {
  471. clip: rect(1px, 1px, 1px, 1px);
  472. position: absolute !important;
  473. height: 1px;
  474. width: 1px;
  475. overflow: hidden;
  476. word-wrap: normal !important;
  477. /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  478. }
  479. .screen-reader-text:focus {
  480. background-color: #f1f1f1;
  481. border-radius: 3px;
  482. box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  483. clip: auto !important;
  484. color: #21759b;
  485. display: block;
  486. font-size: 14px;
  487. font-size: 0.875rem;
  488. font-weight: bold;
  489. height: auto;
  490. left: 0.313rem;
  491. line-height: normal;
  492. padding: 0.938rem 1.438rem 0.875rem;
  493. text-decoration: none;
  494. top: 0.313rem;
  495. width: auto;
  496. z-index: 100000;
  497. /* Above WP toolbar. */
  498. }
  499. /* Do not show the outline on the skip link target. */
  500. #content[tabindex="-1"]:focus {
  501. outline: 0;
  502. }
  503. /*--------------------------------------------------------------
  504. ########################## Alignments ##########################
  505. --------------------------------------------------------------*/
  506. .alignleft {
  507. display: inline;
  508. float: left;
  509. margin-right: 1.5em;
  510. }
  511. .alignright {
  512. display: inline;
  513. float: right;
  514. margin-left: 1.5em;
  515. }
  516. .aligncenter {
  517. clear: both;
  518. display: block;
  519. margin-left: auto;
  520. margin-right: auto;
  521. }
  522. a img.alignright {
  523. float: right;
  524. margin: 0.313rem 0 1.25rem 1.25rem;
  525. }
  526. a img.alignnone {
  527. margin: 0.313rem 1.25rem 1.25rem 0;
  528. }
  529. a img.alignleft {
  530. float: left;
  531. margin: 0.313rem 1.25rem 1.25rem 0;
  532. }
  533. a img.aligncenter {
  534. display: block;
  535. margin-left: auto;
  536. margin-right: auto;
  537. }
  538. .wp-caption.alignnone {
  539. margin: 0.313rem 1.25rem 1.25rem 0;
  540. }
  541. .wp-caption.alignleft {
  542. margin: 0.313rem 1.25rem 1.25rem 0;
  543. }
  544. .wp-caption.alignright {
  545. margin: 0.313rem 0 1.25rem 1.25rem;
  546. }
  547. /*--------------------------------------------------------------
  548. ########################## Clear ##########################
  549. --------------------------------------------------------------*/
  550. .clear:before,
  551. .clear:after,
  552. .entry-content:before,
  553. .entry-content:after,
  554. .comment-content:before,
  555. .comment-content:after,
  556. .site-header:before,
  557. .site-header:after,
  558. .site-content:before,
  559. .site-content:after,
  560. .site-footer:before,
  561. .site-footer:after {
  562. content: "";
  563. display: table;
  564. table-layout: fixed;
  565. }
  566. .clear:after,
  567. .entry-content:after,
  568. .comment-content:after,
  569. .site-header:after,
  570. .site-content:after,
  571. .site-footer:after {
  572. clear: both;
  573. }
  574. /*--------------------------------------------------------------
  575. ########################## Widgets ##########################
  576. --------------------------------------------------------------*/
  577. .widget {
  578. margin: 0 0 1.5em;
  579. font-size: 0.875rem;
  580. }
  581. .widget select {
  582. max-width: 100%;
  583. }
  584. .widget_search .search-form input[type="submit"] {
  585. display: none;
  586. }
  587. .nav > li > a:focus,
  588. .nav > li > a:hover {
  589. background-color: #eee;
  590. text-decoration: none;
  591. }
  592. .half-rule {
  593. width: 6rem;
  594. margin: 2.5rem 0;
  595. }
  596. .widget_categories .nav-link {
  597. display: inline-block;
  598. }
  599. .mc4wp-form-basic label {
  600. font-weight:300;
  601. }
  602. .mc4wp-form-basic input {
  603. background: rgba(0, 0, 0, 0.2);
  604. color:#fff;
  605. }
  606. .mc {
  607. font-weight:300;
  608. }
  609. form.mc input.form-control {
  610. background-color: rgba(255, 255, 255, 0.05);
  611. }
  612. form.mc ::placeholder {
  613. color:#d7d7d7;
  614. font-weight:300;
  615. }
  616. .textwidget {
  617. color:#d7d7d7;
  618. }
  619. /*--------------------------------------------------------------
  620. ########################## Content ##########################
  621. --------------------------------------------------------------*/
  622. #content.site-content {
  623. padding-bottom: 3.75rem;
  624. padding-top: 4.125rem;
  625. }
  626. @media only screen and (max-width: 768px) {
  627. #content.site-content {
  628. padding-bottom: 15px;
  629. padding-top: 15px;
  630. }
  631. }
  632. .single .byline,
  633. .group-blog .byline {
  634. display: inline;
  635. }
  636. .page-content,
  637. .entry-content,
  638. .entry-summary {
  639. margin: 1.5em 0 0;
  640. }
  641. .page-links {
  642. clear: both;
  643. margin: 0 0 1.5em;
  644. }
  645. .page-template-blank-page .entry-content,
  646. .blank-page-with-container .entry-content {
  647. margin-top: 0;
  648. }
  649. .post.hentry {
  650. margin-bottom: 4rem;
  651. }
  652. .posted-on, .byline, .comments-link {
  653. color: #9a9a9a;
  654. }
  655. .entry-title > a {
  656. color: inherit;
  657. }
  658. /*--------------------------------------------------------------
  659. ########################## Comments ##########################
  660. --------------------------------------------------------------*/
  661. .comment-content a {
  662. word-wrap: break-word;
  663. }
  664. .bypostauthor {
  665. display: block;
  666. }
  667. .comment-body .pull-left {
  668. padding-right: 0.625rem;
  669. }
  670. .comment-list .comment {
  671. display: block;
  672. }
  673. .comment-list {
  674. padding-left: 0;
  675. }
  676. .comments-title {
  677. font-size: 1.125rem;
  678. }
  679. .comment-list .pingback {
  680. border-top: 1px solid rgba(0, 0, 0, 0.125);
  681. padding: 0.563rem 0;
  682. }
  683. .comment-list .pingback:first-child {
  684. border: medium none;
  685. }
  686. /*--------------------------------------------------------------
  687. ########################## Media ##########################
  688. --------------------------------------------------------------*/
  689. .page-content .wp-smiley,
  690. .entry-content .wp-smiley,
  691. .comment-content .wp-smiley {
  692. border: none;
  693. margin-bottom: 0;
  694. margin-top: 0;
  695. padding: 0;
  696. }
  697. embed,
  698. iframe,
  699. object {
  700. max-width: 100%;
  701. }
  702. /*--------------------------------------------------------------
  703. ########################## Captions ##########################
  704. --------------------------------------------------------------*/
  705. .wp-caption {
  706. background: #f1f1f1 none repeat scroll 0 0;
  707. border: 1px solid #f0f0f0;
  708. max-width: 96%;
  709. padding: 0.313rem 0.313rem 0;
  710. text-align: center;
  711. }
  712. .wp-caption img[class*="wp-image-"] {
  713. border: 0 none;
  714. height: auto;
  715. margin: 0;
  716. max-width: 100%;
  717. padding: 0;
  718. width: auto;
  719. }
  720. .wp-caption .wp-caption-text {
  721. font-size: 0.688rem;
  722. line-height: 1.063rem;
  723. margin: 0;
  724. padding: 0.625rem;
  725. }
  726. .wp-caption-text {
  727. text-align: center;
  728. }
  729. /*--------------------------------------------------------------
  730. ########################## Galleries ##########################
  731. --------------------------------------------------------------*/
  732. .gallery {
  733. margin-bottom: 1.5em;
  734. }
  735. .gallery-item {
  736. display: inline-block;
  737. text-align: center;
  738. vertical-align: top;
  739. width: 100%;
  740. }
  741. .gallery-item .gallery-columns-2 {
  742. max-width: 50%;
  743. }
  744. .gallery-item .gallery-columns-3 {
  745. max-width: 33.33333%;
  746. }
  747. .gallery-item .gallery-columns-4 {
  748. max-width: 25%;
  749. }
  750. .gallery-item .gallery-columns-5 {
  751. max-width: 20%;
  752. }
  753. .gallery-item .gallery-columns-6 {
  754. max-width: 16.66667%;
  755. }
  756. .gallery-item .gallery-columns-7 {
  757. max-width: 14.28571%;
  758. }
  759. .gallery-item .gallery-columns-8 {
  760. max-width: 12.5%;
  761. }
  762. .gallery-item .gallery-columns-9 {
  763. max-width: 11.11111%;
  764. }
  765. .gallery-caption {
  766. display: block;
  767. }
  768. /*--------------------------------------------------------------
  769. ########################## Footer ##########################
  770. --------------------------------------------------------------*/
  771. .footer {
  772. background-color:#325363;
  773. }
  774. #colophon {
  775. font-size: 85%;
  776. background-color:#1F333D;
  777. border-bottom: 15px solid #343C70;
  778. }
  779. @media only screen and (max-width: 768px) {
  780. #colophon {
  781. font-size:12px;
  782. }
  783. }
  784. .navbar-dark .site-info {
  785. color: #fff;
  786. }
  787. .copyright {
  788. font-size: 0.875rem;
  789. margin-bottom: 0;
  790. text-align: center;
  791. }
  792. .copyright a, footer#colophon a {
  793. color: inherit;
  794. }