style.css 18 KB

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