/*
 Theme Name:   RRCC GP
 Theme URI:    https://astreetweb.com
 Description:  Custom GeneratePress child theme for roguerivercc.org
 Author:       ASW
 Author URI:   https://astreetweb.com
 Template:     generatepress
 Version:      0.1
 footer: #213a00
 link: #243fc9(blue) 
 Hover: #ea0007 (red)
 visited: #576f4b
 Button #2D8203
 primary nav bg: #012f3d
 bg_gold_squares_02.png*/

.entry-content a {
    text-decoration: underline;
}

.red, p.red {color:#C00;}

/*lists*/
#main ul.default  li{padding-bottom:.75em!important; list-style-type:square; }  

#main ol.default li {padding-bottom:1.4em!important; } 
#main ul.tick, .grid-container ul.tick {list-style: none!important;}
#main ul.tick li:before, .grid-container ul.tick li:before {
  content: '✓ ';
}
#main ul.spaced  li{padding-bottom:.75em!important;}
#main ul.nobull  li {list-style-type: none;}

dl {margin: 1em 0; font-style:normal;}
dt {font-weight:bold;}
dd {padding:.6em 0 .0em 1.5em; }

dd ul.tick {margin-bottom:.1em;}

.inside-left-sidebar {
    background-color: #FFFFFF;
}

.inside-right-sidebar {
    background-color: #fcfaea;
}


 /* DESKTOP STYLES

-----------------

Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {

	/* Desktop styles go below this line */

	

}

@media (max-width: 600px) {

}
 
