style.css 19 KB

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