style.css 19 KB

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