/*
 Theme Name:   wp-bootstrap-saz
 Description:  SHAREAfrica Child Theme
 Author:       Alastair Rogers
 Author URI:   http://example.com
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  wp-bootstrap-saz
*/

.right {text-align:right;}

h1 {
	color:#F7941D;
	font-family: 'Caveat Brush', cursive;
	font-size:2rem;
}

h2 a, h3 a{
	color:#F7941D;
}

header#masthead {
	background-color:white; 
	border:0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a { 
    color:#F7941D;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 20px;
   
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover { 
    color:#01AAA7; 
}

#masthead .navbar-nav > li > a:hover {
	color: #01AAA7;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('./menuBtn.gif') !important; 
}

#page-sub-header {
	padding-top:0;
	}
#page-sub-header h1, #page-sub-header p{
	color:#F7941D;
}

.home header.entry-header{display:none;}

 body:not(.theme-preset-active) footer#colophon  {
    color: #ffffff;
    background-color: #01AAA7;
    font-size: 85%;
    padding:10px;
}

footer .site-info {text-align:center;}

.nivo-caption{
	background-color:#01AAA7 !important;;
}

.clear {clear:both;
		margin-top:2px;
		}
		
.navbar-brand{
	 position: absolute;
    top: 0;
    left:0;
    z-index: 2;

}

.navbar-dark .navbar-toggler {
	z-index:2;
	margin-left:150px;
}

.navbar-brand{
	max-width:50%;
}

.justify-content-end{
	margin-left:150px;
	z-index:2;
}

#content.site-content{
	padding-top:2rem;
	max-width:1000px;
	margin:0 auto;
}

.single #content.site-content, .category #content.site-content, .page-template-fullwidth #content.site-content{
	padding-top:7rem;
}

.elementor-page.page-template-fullwidth #content.site-content {
    padding-bottom: 0; 
    padding-top: 7rem;
}
.elementor-page.home #content.site-content{
	padding-top:0;
}

/* widget boxes */
h3.widget-title {display:none;}

.textwidget img {width:100%;}

#footer-widget .col-lg-3 {
	padding:0.5rem!important;
}

#footer-widget .strap {
	width:100%;
	background-color:#01AAA7;
	color:white;
	margin-top:-1rem;
}
#footer-widget .strap h3 {
	font-family:arial;
	color:white;
	font-size:1.2rem;
	padding:0.5rem;
}
#footer-widget .strap .description {display:none;}

#feature-widget .rpwe_widget h3.widget-title{
	display:block;
	width:100%;
	background-color:#01AAA7;
	color:white;
	font-family:arial;
	text-align:center;
}

#feature-widget .col-lg-6{
	padding:0.5rem!important;
}

#feature-widget h3 {
	font-size:1.6rem!important;
}
#feature-widget .rpwe-summary{
	font-size:1.2rem!important;
}

#feature-widget img{
	width:100%;
}

.rpwe-block h3 {
	font-size:1.2rem!important;
}
.rpwe-block{
	overflow:hidden;
	white-space:normal;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    font-size: 18px;
    font-weight: bold;
}

.donateBtn a{
	background-color:#F7941D;
	padding:3px 20px;
	text-decoration:none;
	border: thin solid black;
	font-size:1.2em;
	color:white;
}
.donateBtn a:hover{
	text-decoration:none;
	color:#01AAA7;
}

#gallery-1 img{border:none!important;}

/* WP Show Posts */
a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
    border: none;
    font-size: 0.8em;
    text-decoration: none;
}
a.wp-show-posts-read-more:hover{
	background:none;
	color:#01AAA7;
}