/*
Theme Name: Beaver Builder Healthcare-NOW Theme
Theme URI: https://www.healthcare-now.org
Version: 1.0
Description: A child theme of Beaver Builder customized for Healthcare-NOW.
Author: Healthcare-NOW
Author URI: https://www.healthcare-now.org
template: bb-theme
*/

/* Orange box around Donate button - disable hover orange text, bold instead. - Ben 
   Disabled temporarily - the Beaver Builder skin style is being loaded before the child
   theme style sheet, making it impossible to keep the text on the button from turning
   orange, the same color as the background.
    
li.menu-item-9112, li.menu-item-9112 a:hover {
    background-color: #c5763e;
    border-radius: 20px;
    text-decoration: none;
    color: #000000;
}

*/

/* Styling for submit button on signup form and other forms - Ben */
#fld_7908577_1, #fld_8430363_1 {
    background-color: #C5763E;
    border-color: #C5763E;
    color: white;
    width: 20em;
}


/* Creating some breathing room nxt to 'find your local group' map on home page - Ben */
#mapsvg-13954 {
    margin-left: 3em;
    margin-right: 3em;
    margin-bottom: 2em;
}

 /* Styling for footer widgets with contact links & address - Ben */
.footertd {
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
}

.socialmediaicon {
    margin-right: 10px;
}

 /* CRM-generated pages have no margins, trying to match margins to BB theme for basic page - Ben */
#crm-main-content-wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}