/**
Theme Name: rabbitdotorg
Author: PKP
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rabbitdotorg
Template: astra
*/

/** Specify custom size for dropcap letter */
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 5.8em;
 /**    line-height: .68;  */
    font-weight: 100;
 /**   margin: .2em 0 0 0; */
    text-transform: uppercase;
    font-style: normal;
}

/** Specify custom size for dropcap letter */
.foo p:first-of-type::first-letter {
    float: left;
    font-size: 5.8em;
 /**    line-height: .68;  */
    font-weight: 100;
 /**   margin: .2em 0 0 0; */
    text-transform: uppercase;
    font-style: normal;
}

/** Try to reduce spacing after author in blog post */
.single .entry-header {
    margin-bottom: .8em
}

/** Try to reduce spacing after author in blog post */

.header .entry-header {
    margin-bottom: .8em
}

/** Try to reduce spacing in footer in blog post */
.rdo-footer p {
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: 0;
  margin-right: 0;
}

/** Try to reduce spacing with editors note */

.rdo-editor-note p {
  margin-top: .2em;
  margin-bottom: .2em;
}

/** Try to make image captions smaller */

.wp-element-caption {
    font-size: smaller;
}