/* PBJ */

/**
*  color overides for the theme
*  #7AB7BF  = light blue
*  #64340F  = dark brown
*  #A60063  = purple 
**/

/* #1e771a */
a, .top-menu li, .button1, #footer .button1, .button2, .button3, 
.accordion h4.ui-state-active, .toggle .active, 
.blog-prev .blog-prev-content h4 a, .event-prev .event-prev-content h4 a, 
#footer-copy p .footer-menu {
	color: #A60063;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	color: #b20707 !important;
}

#header, .msg1, #content .widget .widget-title, #footer-wrapper {
	background: #f1e6cb;
}

#main-menu .current_page_item a, #main-menu .current-menu-item a,
#main-menu li a:hover, #main-menu li.sfHover a,
#main-menu a:focus, #main-menu a:hover, #main-menu a:active, .title-end, 
.blog-title .comment-count, .blog-title-single .comment-count, .event-prev .event-prev-date {
	background: #b20707;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected, blockquote, table {
	border-color: #b20707;
}

.blog-title .comment-count .comment-point,
.blog-title-single .comment-count .comment-point {
	background: url(../../images/comment-point.png) #b20707 no-repeat;
}

#twitter_icon, #facebook_icon, #googleplus_icon, #skype_icon, #flickr_icon, #linkedin_icon, #vimeo_icon, #youtube_icon, #rss_icon {
	background: url(../../images/social-icons.png) no-repeat #b20707;
}

/* Not Related to colours but must go below where image is called */
#twitter_icon {
	background-position: 7px 6px;
}

#facebook_icon {
	background-position: -20px 6px;
}

#googleplus_icon {
	background-position: -48px 6px;
}

#skype_icon {
	background-position: -76px 6px;
}

#flickr_icon {
	background-position: -103px 6px;
}

#linkedin_icon {
	background-position: -131px 6px;
}

#vimeo_icon {
	background-position: -160px 6px;
}

#youtube_icon {
	background-position: -187px 6px;
}

#rss_icon {
	background-position: -215px 6px;
}

/* #1c451a */
#top-bar, #main-menu-wrapper, .pagination li.current a, 
#footer-wrapper #footer .widget .widget-title, #footer-copy-wrapper, #footer-wrapper #footer table tr:nth-child(2n) {
	background: #A60063;
}



#main-menu li li a {
	color: #640b0b;
}

.flex-direction-nav .flex-prev,.flex-direction-nav .flex-next {
	background: url(../../images/direction-controls.png);
}

.flex-direction-nav .flex-next {
	background-position: 0 -28px;
}

#footer-wrapper #footer .widget li, #footer-wrapper #footer .widget .wp-tag-cloud li:last-child, #footer-wrapper #footer table, #footer-wrapper #footer table td, #footer-wrapper #footer table th {
	border-color: #640b0b;
}

/* "501C451A" is the colour #1c451a, the "50" added to the front give 50% transparency in IE */
.ie8 #footer-wrapper #footer .widget {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50640b0b,endColorstr=#50640b0b);
}

.ie8 .flex-caption {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90640b0b,endColorstr=#90640b0b);
}

/* #cae9c9 */
#page-header {
	border-color: #ce8382;
	overflow: hidden;
}

#main-menu li li a, #main-menu li.sfHover li a {
	background:	#ce8382;
}

#main-menu li li li {
	background:	#ce8382;
}
#header #main-menu a{
	background-color: #64340F;
	color: #fff;
}

/* .slider {
	border-color: #ce8382;
} */

/* #b3dab2 */
#main-menu li li a:hover {
	background: #c57a79;
}

/* #aad1a9 */
#main-menu li li a {
	border-color: #fff;
}
.sub-menu{
	border-top: 1px solid #fff;
}

/* #65a662 */
#title #tagline {
	color: #c16565;
}

/* #1c451a Converted to RGBA, use http://hex2rgba.devoth.com/ to convert */
.flex-caption {
	background-color:	#A60063;
}

div.flex-caption {
	z-index: 500;
	position: absolute;
	width: 300px;
	bottom: 60px;
	left: 0px;
	padding: 10px;
	color:#fff;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.page-template-template-success-stories-php div.flex-caption{
	width: 120px;
}

/* sub menu styles */
/* menu-heeling-hearts */
#content ul#menu-katelynns-ride, #content ul#menu-heeling-hearts{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	border-bottom: 1px solid #F1E6CB;
	margin-bottom: 20px;
}

#content ul#menu-katelynns-ride li, #content ul#menu-heeling-hearts li{ 
 display: inline;
 padding: 5px;
 border-bottom: none;
}
#content ul#menu-katelynns-ride ul a, #content ul#menu-heeling-hearts ul a{
	text-decoration: none;
color: #fff;
background-color: #036;
}


/* THEME OVERIDES */
.breadcrumbs a{
	 color: #A60063;
}
ul.top-menu .menu-item span{
	color: #fff;
}

#main-menu ul {
    margin-top: -6px;
}

div#main-menu-wrapper.clearfix ul#main-menu.fl li ul.sub-menu li{
margin: 0px;
}
div#header{
	 background:url(../../images/bg-header.png) center bottom;
	  margin: 0 0 14px;
}

/* overide slider */
 .slider{
	border:none;
	/* width: 960px; */
}


/* override */
div#main-menu-wrapper{
	background-color:#64340F;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding: 8px 14px 0 14px;
	min-height: 0px;
	position: relative;
	bottom: -28px;
}

ul#main-menu li {
    font-size: 16px;
    margin: 0 0 6px;
}

div.msg1{
	background-color:#7AB7BF
}
div.msg1 .edge-top {
    background: none;
    height: 6px;
    width: 100%;
}

div.msg1 .edge-bottom {
    background: none;
    height: 6px;
    width: 100%;
}


/* block overrides 

*  #7AB7BF  = light blue
*  #64340F  = dark brown
*  #A60063  = purple 
*  #F1E6CB   = beige 

*/

.home h3.title1{
	color: #A60063
}
.home h3.title2{
	color: #7AB7BF
}

.home h3.title3{
	color: #64340F
}

.title1, .title2, .title3 {
    border-bottom: 1px solid #DEE0E0;
    line-height: 1;
    margin: 0 0 15px; /* 0 0 15px; */
    padding: 0 0 6px;
    position: relative;
}


div#title {
	margin: 0;
}

/* donate overide */

div.donate-btn .donate-mid {
    background: url("../../images/donate-middle.png") repeat-x scroll 0 2px transparent;
    display: block;
    height: 37px;
    padding: 14px 0 0;
	min-width: 120px;
	text-align:center;
}

/*overide decoration below title hr */
span.title-end {

    display: none;

}


/* page overides  success stories*/


.page-template-template-right-sidebar-success-stories-php #page-header{
	margin-bottom: 0px;
}

#title-bar{
	background-color: #A60063; 

	
}

#title-bar.section{
	margin-bottom: 0px;
}

#title-bar h2, h2.title2 h2.title2, #content #title-bar h2{
	border: medium none;
    color: #FFFFFF;
    font-size: 18px;
    margin: 0;
    padding: 9px;
}

.bg-padding{
	padding: 30px 20px; 
}

.page-template-template-right-sidebar-success-stories-php .one-third{
	background-color: #F1E6CB 
}

.page-template-template-right-sidebar-success-stories-php .two-thirds{
	background-color: #F1E6CB 
}

.page-template-template-right-sidebar-success-stories-php .one-third{
	position:relative;
	top: -15px;
	right: -1px;
}



.page-template-template-right-sidebar-success-stories-php  #content .widget {
    margin: 10px 10px 0;
    padding: 10px;
	
}

.page-template-template-right-sidebar-success-stories-php h1, 
.page-template-template-right-sidebar-success-stories-php h2, 
.page-template-template-right-sidebar-success-stories-php h3{
	color: #7AB7BF;
}

/* other pages */
.one-third{
	position:relative;
	/* top: -55px; */
	right: 0px;
	background-color: #F1E6CB 
}
#content .widget {
    /* margin: 10px 10px 0; */
    margin: 0px;
    padding: 10px;
	
}


.home .one-third{
	position:relative;
	top: 0px;
	right: 0px;
	background: none;
}
.home #content .widget {
    margin: 0;
    padding: 0;
	
}

/* global content overides */
#content h1, #content h2, #content h3{
color: #7AB7BF;
text-transform: none;
}

#content h1{
	font-size: 28px;
}

#content .blog-event-prev-wrapper .two-thirds ul{
	padding-right: 20px;
}
#content .blog-event-prev-wrapper .two-thirds ul li{
	background-image: none;
	padding-bottom: 20px;
	list-style-image: none;
	list-style-type:disc;
	list-style-position:inside;
	padding-left: 20px;
	border: none;
}

/* footer overides */
div#footer-wrapper .footer-tear {
	background:none;
}
div#footer-wrapper{
	background: url("../../images/footer_brown.png") repeat-x scroll center 0 transparent;
    position: relative;
    min-height: 300px;
}
div#footer-copy-wrapper{
	background: none;
	margin-top: 10px;
}

#footer-copy{
	padding: 0px;
}

div#footer-wrapper #footer {
    padding: 70px 0 30px 0;
    position: relative;
}

#footer-wrapper #footer .widget {
	margin-bottom: 0px;
}

form#menu-search {
    padding: 1px 0;
}


/* widget overrides */

#content .widget .widget-title{
	background-color: #7AB7BF 
}

#content .widget .widget-title{
	
}
.comment-count{
	display:none;
}

/* utility classes */
/* mostly overides */

.gtw{
	text-align:right;
	height: 28px;
}
#google_translate_element{
	text-align:right;
	margin-top: -24px;
}

#google_translate_element .goog-te-gadget-simple{
	background: none;
	border: none;
	color: #A60063;
	font-size: 10px;
}
 span a.goog-te-menu-value span{
	color: #A60063;
}
.goog-te-gadget-icon{
	display: none;
}
.push{
	height:300px;
}
 h4.blue a.blue
.blue, a.blue,  h4.blue a.blue{
    color: #7AB7BF 
}
.brown{
	color: #64340F;
}
.purple{
    color: #A60063;
}

.success_story{
	margin-bottom: 10px;
}

#content ul.flex-direction-nav, #content ul.flex-direction-nav li{
	list-style-image: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

.success_story{
	overflow: hidden;
	padding: 30px 0px;
	border-top: 1px solid #efefef;
	margin: 0px;
}

.success_story:first-child{
	border-width: 0px;
}

	.success_story .success_image{
		width: 23%;
		margin-right: 4%;
		float: left;
	}
	
		.success_story .success_image img{
			max-width: 100%;
		}
	
	.success_story .success_content{
		width: 73%;
		float: left;
	}
	
#page-header>img{
	max-width: 100%;
	margin: 0px auto;
	display: block;
}