/*
Theme Name: Memberlite - Child Theme
Theme URI: https://www.memberlitetheme.com/
Description: This is a Memberlite child theme.   
Author: Kim Coleman
Author URI: https://www.memberlitetheme.com/  
Template: memberlite
Version: 1.0
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/
.site-branding {margin: 0px;}

.main-navigation a {
    border-left: none;
    display: block;
    padding: .7rem 4rem;
    text-decoration: none;
}
.entry-content > :first-child {
    margin-top: 15px;
}

.nutshell {background-color: #6599CC; border: 1px solid #040063; border-radius: 6px; padding: 10px; color: #fff;}
.nutshell h3 {color:#000033;}
.nutshell p {color: #ffffff;}
.river-info {border-radius: 6px; padding: 10px; border: dotted 2px #ccc; margin-bottom: 20px;}
.river-info h2 {font-size: 2.5rem; color: #006599;}
.river-nav ul li {list-style: none;}
h1,h2,h3,h4,h5,h6 {
	font-family: var(--memberlite-header-font);
	font-weight: 700;
	margin: 4.25rem 0 0 0;
}
h1,h2,.h1,.h2 {
	font-size: 3.2rem;
	line-height: 3.3rem;
	margin: 4.25rem 0 0 0;
}
p {margin-bottom: 1.9rem;}

.box-border {border:dotted 2px #cccccc; border-radius: 6px; padding: 10px;} 
.box-border h3 {font-size: 2rem; margin: 0 0 1rem 0; line-height: 1.5rem; color: #006699;}

img.aligncenter, figure.aligncenter  {text-align:center; margin: 0px auto;}
img.alignleft, figure.alignleft {float: left; margin-right: 5px;}
img.alignright, figure.alignright {float: right; margin-left: 5px;}