/*
Theme Name: Raphael House
Theme URI: http://raphaelhouse.org/
Description: Theme developed  by <a href="http://www.pprakash.com">Prakash Shrestha</a>
Version: 3.5.1
Author: Largo
Author URI: http://raphaelhouse.org/
Tags: Responsive Layout, HTML5/CSS3
*/
@charset "utf-8";
/* CSS Document */


/*images align*/
.alignleft {
	float:left;
}
.alignright {
	text-align:right;
	float:right;
	display:block;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display:block;
	float:right;
	margin: 0 0 5px 15px;
}
img.alignleft {
	display:block;
	float:left;
	margin: 0 15px 5px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr{ border:none; border-bottom:1px solid #00b2c4 !important; margin:0 0 20px; padding-top:15px; display:block; clear:both;}
h4{font-weight:700; font-size:16px; margin-bottom:0}
.btn-primary {
color: #fff;
background-color:#00b2c4;
border-color: #00b2c4;
padding: 10px 30px;
text-align:center
}

.menu-why-to-help-menu-container #menu-item-618{font-weight:bold}
.menu-why-to-help-menu-container #menu-item-621{margin-top:18px; font-weight:bold}

@media (max-width: 765px) {
	.pageTemplate img.alignright {
	float:none;
	margin:0;
	}
	.pageTemplate img.alignleft {
	float:none;
	margin:0;
	}
}