/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* style the headings */

h1 {
color: #000000; 
font-family: "Merriweather Sans", Trebuchet, Verdana, sans-serif; 
font-weight: bold;
}

h2 {
color: #000000;
font: 24px/1.4em bold italic Trebuchet Verdana, Arial, Helvetica, sans-serif; 
text-align: center; 
}

/*
h2 {
color: #ffffff;
font-family: "Roboto";
font-size: 16px;
font-weight:100; 
}
*/

h3 {
color: #000000; 
font: 30px/1.4em  Trebuchet, Verdana, sans-serif; 
text-align: center; 
}

h4 {
color: #000000; 
font-family:  "Merriweather Sans", Trebuchet, Verdana, sans-serif;
font-style: italic;
}

h5 {
color: #000000; 
font: italic 30px/1.4em Trebuchet, Verdana, sans-serif; 
text-align: center; 
}

h6 {
color: #000000; 
font-family: "Merriweather Sans", Trebuchet, Verdana, sans-serif; 
font-weight: normal;
font-size: 20px;	
}	

/* Blue image border */
.blueborder {
padding: 4px;
background-color: #E2EEFD;
border-style: solid;
border-color: #647CAA;
border-width: 1px;
}

/* Style the photo credit */
.photocredit  {
text-align: right;
color: gray;
font-style: italic;
font-size: 12px;
}

/* Remove bullets from list category box whatsnew on home */
.lcp_catlist {
list-style-type:none;
}

/* break long strings so they don't bust out of their containers */
.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/* square bullets in lists */
.squarebullets li {
	list-style-image: url('https://ecsgawp.org/wp-content/uploads/2018/02/bulletsquare.jpg');
	margin-top:10px;
	margin-left:30px;
}
/* this styles the membership dues table */
table#dues {
width:50%;
border:2px solid black;
}

table#dues td {
border:1px solid black;
padding:5px;
}

.toprow
{
font: 20px  Geneva, Verdana, Arial, Helvetica, sans-serif;
background-color:#000066;
color:#FFFFFF;
text-align:center;
padding:15px;
}

.rates {
font: 15px  Geneva, Verdana, Arial, Helvetica, sans-serif;
text-align:right;
background-color:#ecf2ff;
}

.sales {
font: 15px  Geneva, Verdana, Arial, Helvetica, sans-serif;
text-align:left;
background-color:#ecf2ff;
}

