123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- /* Reset font-family styles for Jetpack
- *
- * See: https://github.com/Automattic/jetpack/blob/master/modules/theme-tools/compat/twentynineteen.css
- *
- * Note: Use $font__heading or $font__body variables approriately
- */
- /* Infinite scroll */
- .site-main #infinite-handle span button,
- .site-main #infinite-handle span button:hover,
- .site-main #infinite-handle span button:focus {
- background: #caab57;
- border: none;
- border-radius: 5px;
- box-sizing: border-box;
- color: #080808;
- font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
- font-size: 0.88889em;
- font-weight: 600;
- line-height: 1.2;
- outline: none;
- padding: 0.76rem 1rem;
- text-decoration: none;
- vertical-align: bottom;
- }
- .site-main #infinite-handle span button:hover,
- .site-main #infinite-handle span button:focus {
- background: #b59439;
- cursor: pointer;
- }
- /**
- * Responsive Videos
- */
- /**
- * Sharing
- */
- div.sharedaddy > *,
- #content div.sharedaddy > *,
- #main div.sharedaddy > * {
- margin-bottom: 1rem;
- }
- .entry div.sharedaddy h3.sd-title,
- .entry h3.sd-title {
- font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
- text-align: left;
- }
- .entry div.sharedaddy h3.sd-title:before,
- .entry h3.sd-title:before,
- .entry #jp-relatedposts h3.jp-relatedposts-headline:before {
- display: none;
- }
- /**
- * Related Posts
- */
- .entry #jp-relatedposts h3.jp-relatedposts-headline {
- font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
- }
- .entry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
- .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
- font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
- }
- .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
- .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
- font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
- }
- div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
- font-size: 0.88889em;
- font-weight: 700;
- }
- /**
- * Stats
- */
- /**
- * Comments
- */
- /**
- * Widgets
- */
- /* Authors Widget */
- .widget_authors > ul > li > a {
- font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
- }
- /* Display WordPress Posts */
- /* GoodReads */
- /* EU cookie law */
- .widget_eu_cookie_law_widget #eu-cookie-law {
- font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
- }
- /* RSS Links */
- .widget_rss_links li {
- font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
- }
- /**
- * Content Options
- */
- /**
- * Content Form
- */
- .contact-form label span {
- color: #767676;
- }
- /**
- * Blocks
- */
- /* Mailchimp Block - Temp Fix */
- .wp-block-jetpack-mailchimp input[type="email"] {
- width: 100%;
- }
- .wp-block-jetpack-mailchimp #wp-block-jetpack-mailchimp_consent-text {
- font-size: 0.71111em;
- }
- /* Business Hours - Temp Fix */
- .jetpack-business-hours dt,
- .jetpack-business-hours dd {
- float: left;
- }
- .jetpack-business-hours dt {
- clear: both;
- margin-right: 0.5rem;
- }
- .jetpack-business-hours dd {
- margin: 0;
- }
|