/*
 Theme Name:   Paul Frields
 Theme URI:    http://paul.frields.org/paul-frields-theme
 Description:  Paul Frields Wordpress Theme
 Author:       Paul Frields
 Author URI:   http://paul.frields.org
 Template:     fluida
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,grid-layout,custom-colors,custom-logo,featured-images,footer-widgets,full-width-template,theme-options,translation-ready,portfolio,e-commerce,photography
 Text Domain:  paul-frields
*/

/* Remove pesky recaptcha */
div.grecaptcha-badge {
    display: none !important;
}

/* Remove "Powered by" */
#footer-inside #site-copyright + div {
    display: none !important;
}

/* Add shadow to front page box titles */
h4.lp-box-title,h5.lp-box-title {
    text-shadow: 2px 2px black;
}
/* Less spacing for three dots separator */
.wp-block-separator.is-style-dots::before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 1em;
  /*rtl:ignore*/
  padding-left: 2em;
  font-family: serif;
}
