/* Mary-Ann Owens 2016
	custom.css
*/
.jooswatch #rev_slider_2_1 {
/*	background-image: url(../images/mural_upper_crp.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
*/	
}
.jumbotron {
	background-image: url(../images/resilience-banner_v1.jpg);
}
#strapline {
	background-image: url(../images/backgrnd2_1800px_v6.png);
	font-size: 1.6em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 2px;
	margin-top: 40px;
	color: rgba(247,247,247,1.00);
	text-shadow: 2px 2px 2px rgba(88,88,88,0.92);
	height: 70px;
}
/* bug fix to prevent icons from disappearing on RSBlog view-Feb2017 */
.hasTooltip {
    display: inline !important;
}
.rsblog-post-actions {
    display: inline !important;
}
/* fix to prevent drop-down subscribe button from appearing on RSBlog view-Feb2017 */
/* NOTE: However this definition IS required to properly display edit options for Author */
/* .rsblog-post .dropdown-toggle {
 display: none; 
} */
/* RSFormPro
 * Used to help format RSFormPro pagebreaks 
 */
.rsform-submit-button {
	 margin-left: 12px;
}
.rsform-button {
	 margin-left: 12px;
}
/* Top border colour on Blog page */
#message-component {
	border: 1px ridge rgba(157,200,213,0.92) !important;
}
/* Separator between Blog entries */
footer.rsblog-entry-meta {
	border-bottom: 3px solid rgba(164,204,215,0.90) !important;
}
/* Remove empty thumbnail image container for testimonials*/
a.thumbnail {
	display: none;	
} 
/* Remove the subscribe icon from blog editor logged-in dropdown option list */
ul li subscribe-icon {
	display: none !important;	
} 
.navbar-brand {
	padding-top: 6px;
	padding-bottom: 0px;
}
.navbar-default {
/*	color: rgba(60,76,87,1.00); */	
	color: rgba(231,236,240,1.00);
	background-color: #000000;
	border-top: 1px solid rgba(255,255,255,0.00);
}
/* Breadcrumb Advanced */
.breadcrumbs {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-left: 20px;
	position: relative;
	color: #999999;
}
.pathway {
	color: #518F84;
}
.breadcrumbs:before {
	font-family: FontAwesome;
	font-size: 1.1em;
	content: "\f015";
	display: inline-block;
	position: absolute;
	vertical-align: left;
	margin-left: -24px;
}
/* Bullet List custom dot */
.bullet_list ul li{
	list-style-image: url(../images/disc.png);
	/* added 12 Mar2017 to align hanging text in lists */
/*	text-indent: -0.8em;  */
	font-size: 1.02em;
	list-style-position: outside;
}
.bullet_list li {
	padding-left: 4px;
}

.multi-col {
	padding: 0px 30px 0px 30px;
	font-size: 1.02em;
	line-height: 1.36em;
	-webkit-columns: 2 380px;
	-moz-columns: 2 380px;
	columns: 2 380px;
}
.text-indent {
	/*	padding: 0px 10px 0px 30px; */
	padding: 0px 10px 0px 30px;
	/*	line-height: normal; */
	line-height: 1.4em;
}
.text-indent-sm {
	padding: 0px 10px 0px 16px;
	line-height: 1.4em;
}
/* Required to fix blue default address color in mailto footer */
.address a {
/*    color: #337ab7; (original)*/
	color:rgba(13,13,13,1.00);
    text-decoration: none;
}
.testimonials {
	/* no effect */
	padding-top: 20px;
}
/* styling for Isotope page heading */
.headline {
    font-family: Lato, sans-serif;
    font-size: 24px;
    margin-top: 20px
}
/*.joostrap-portfolio .headline:before { */
/* .joostrap-portfolio .headline.after {
	font-size:20px;
	font-weight:500;
	padding-left: 20px; 
	padding-top: 0px; 
	float:left;   
	display:block;
	text-indent:0px;
 	content: "Testimonials ";
*/	
}
/******************************************/
/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }
/* added Oct 2016 */
.text-xs-float-left {
	float: left;
}
.text-xs-float-right {
	float: right;
}