/*
Theme Name: BRDchild4frost
Theme URI: 
Author: Silver Hoop Edge LLC
Author URI: 
Description: child theme for Bowers R & D Associates based on Frost theme
Version: 0.0.9

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: frost
Text Domain: brdchild4frost
Tags: one-column, wide-blocks, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, template-editing, threaded-comments, translation-ready, 
*/
/*latest posts in blog sidebar*/
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: disc;
  padding-left: 0;
}

/*mailchimp subscribe form*/
#mc-embedded-subscribe{
  margin-top: 18px;
    background-color: var(--wp--preset--color--primary-accent);  
    border-radius: 5px;
    border: 1px solid var(--wp--preset--color--primary-accent);
    font-weight:500;
   } 
/*tax credit calculator*/
.rdcalc {
    margin-left: auto;
    margin-right:auto;
    max-width: 800px;
  }
  
  .rdcalc input {
    border: thin solid grey;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
  }
  
  .rdcalc td {
    font-size: 1.1em;
    padding: 5px;
  }
  
  .bodytext {
    max-width: 800px;
    margin: 0 auto 0 auto;
  }
  .calcbutton1{
      border: var(--wp--preset--color--primary-accent); 
      border-radius: 5px;
      padding: 10px 15px;
      background-color:var(--wp--preset--color--primary-accent);   
      }
    a.calcbutton1{color:var(--wp--preset--color--contrast);
    text-decoration:none;}   
/*related posts thumbnails*/
.relpost-block-container{display:flex; flex-flow:row nowrap; justify-content:space-between;}      
