/* Enter Your Custom CSS Here */



/*---------------------------------------
 **   Header               -----
-----------------------------------------*/
/*** SECTION HEADERS ***/

.section-header {
	padding-bottom: 60px;
	padding-top: 60px;
}



/*---------------------------------------
 **   Section: Home -----
-----------------------------------------*/
.header-content-wrap {
	padding: 200px 0 100px;
}


.pirate_forms textarea {
	min-height: 100px;
}

.red-btn {
 	background: #159BC3; 
}
.red-btn:hover {
	color: #FFF;
	background: #64BDD7;
}
.green-btn {
 	background: #159BC3; 
}
.green-btn:hover {
	color: #FFF;
	background: #64BDD7;
}
/*---------------------------------------
 **  Give Button
-----------------------------------------*/

.give-btn {
  background: #159BC3; !important
  border: 1px solid #ccc;
  padding: 8px 10px;
  cursor: pointer;
  line-height: 1.8em;
  font-size: 16px; }
  .give-btn:hover {
    background: #dbdbdb; }


.give-btn-modal {
     background: #159BC3 !important; 
  border: 1px solid #ccc;
  padding: 8px 10px;
  cursor: pointer;
  line-height: 1.8em;
  font-size: 16px; }
  .give-btn:hover {
    background: #dbdbdb; 
}

.give-recurring-donors-choice {
    border-bottom: 1px dotted #ccc !important;
    border-top: 1px dotted #ccc !important;
    font-weight: bolder !important;
    padding: 15px 8px !important;
    margin: 10px 0;
    clear: both;
    cursor: pointer;
}
/*---------------------------------------
  **   Section: Search widget    ***
-----------------------------------------*/
.widget_search .search-submit {
	width: 32px;
	height: 32px;
}

.widget_search input{
	padding: 5px 15% 2px 2%;
}



/*---------------------------------------
 **   Section: Our focus             -----
-----------------------------------------*/
.focus {
	padding-bottom: 20px;
	padding-top: 40px;
}




/*---------------------------------------
 **   Section: About us;              -----
-----------------------------------------*/
.about-us {
	padding-bottom: 20px;
	padding-top: 40px;
}


.about-us .big-intro {
	font-size: 52px;
}


/*---------------------------------------
 **   Section: Our team;              -----
-----------------------------------------*/
.our-team {
	padding-bottom: 20px;
	padding-top: 40px;
}

/*----------------------------------------
 **   Overwrite Testimonial     s      -----
-----------------------------------------*/
.testimonial {
	background: #8ba4c3;
	padding-bottom: 20px;
	padding-top: 40px;
}

#client-feedbacks .feedback-box {
	width: 85%;
	float:left;
	background: #ffffff;
	padding: 12px;
	margin: 2px;
	border-radius: 4px;
	display: block;
}

.feedback-box .client-image {
	float: none;
	width: 135px;
	height: 64px;
	border-radius: 0%;
	margin: auto;
}

.feedback-box .message {
    	height: 165px;
    	overflow: auto;
    	font-size: 12px;
}

.feedback-box .client-info {
	float: none;
	margin-left: 0px;
	padding-top: 0px;
}

.feedback-box .client-info .client-name {
	font-size: 1px;
}

.feedback-box .quote {
	float: none;
	font-size: 0px;
	line-height: 0px;
}


/*----------------------------------------
 **   Latest News             -----
-----------------------------------------*/

.latest-news {
	padding-bottom: 20px;
	padding-top: 40px;
}

#carousel-homepage-latestnews .item .latestnews-box .latestnews-img .latestnews-img-a {
	float: none;
	width: 135px;
	height: 64px;
	border-radius: 0%;
	margin: auto;
}


.post-img-wrap a img{
	width: auto;
}

.post-img-wrap a {
	width: auto;
	height: 250px;
}



/*----------------------------------------
 **   Contact us             -----
-----------------------------------------*/
.contact-us {
	padding-bottom: 40px;
	padding-top: 40px;
	background-image: url("http://52.91.199.110/wp-content/uploads/2016/01/volunteer-hands-animated.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
/*---------------------------------------
 **   Social Widget           -----
-----------------------------------------*/
.widget_wpcom_social_media_icons_widget .genericon {
	font-size: 32px;
  text-align: left;
}
.widget_wpcom_social_media_icons_widget li a {
    color: #159BC3;
  text-decoration: none;
}

.widget_wpcom_social_media_icons_widget li:before {
  content: '';
    width: 0px;
    height: 0px;
    background: #e9e9e9;
    float: left;
    position: absolute;
    margin-top: 11px;
    left: 0;
}



/*---------------------------------------
 **   Footer           -----
-----------------------------------------*/
#footer {
	background: #102645;
}

.copyright {
	background: #0c1b30;
}

.zerif-copyright-box {
  display: none;
}

.social {
	margin: 0 0 0 0 !important;
}
.fa {
  font-size: 24pt;
} 