style.css 18 KB

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