/*
Theme Name: Benevolent Pro
Theme URI: http://raratheme.com/wordpress-themes/benevolent-pro/
Author: Rara Theme
Author URI: http://raratheme.com/
Description: Benevolent Pro is an easy to use, clean modern and  flexible multipurpose theme.   Although the theme was designed with nonprofit organizations in mind , the theme is very versatile and can be used by any business websites, digital agency, consultancy, corporate business, freelancers, and bloggers. The theme is SEO friendly with optimized codes, which  make it easy for your site to rank on Google and other search engines. Benevolent Pro comes with several features to make user-friendly, interactive and visually stunning website. Such features include custom menu with Call to Action Button, advance full width slider,  community section, Stats counter,  Client Section, Banner with Call to Action Button  (CTA),  and social media. It has four footer area and a right sidebar and includes  four custom widgets for the recent posts, popular posts, social media and the featured post. The theme is rigorously tested and optimized for speed and faster page load time and has a secure and clean code. The theme is also translation ready. Designed with visitor engagement in mind, Benevolent Pro helps you to easily and intuitively create professional and appealing websites. You can get free support in http://raratheme.com/support-forum/, Documentation: http://raratheme.com/documentation/benevolent-pro and check the demo at http://raratheme.com/preview/benevolent-pro/
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: benevolent-pro
Tags: Blog, two-columns, right-sidebar, footer-widgets, education, custom-background, custom-menu, featured-image-header, featured-images, post-formats, threaded-comments, translation-ready, full-width-template, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Benevolent Pro is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
#header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
#banner
# Content
	## Home Page
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Inner pages
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'PT Serif', serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	text-decoration:none;
    color:#45c267;
    outline:none;
}

a:hover {
	text-decoration:underline;
    color: #45c267;
}

a:focus{outline: none;}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #777;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f3f3f3;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.5em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	color: #414042;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	color:#777;
    font:18px/28px 'Raleway', sans-serif;
    background:#fff;
     overflow-y: scroll;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #e8e8e8;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	margin-top: 0;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.container{
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

.container:after{
	content: '';
	display: block;
	clear: both;
}

.row{
	margin-right: -10px;
	margin-left: -10px;
}

.row:after{
	content: '';
	display: block;
	clear: both;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	background: #0f907f;
	padding: 10px 30px;
	font-weight: 600;
	border: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	opacity: 0.8;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	color: #666;
	background: #f4f4f4;
	border-radius: 0;
	border: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
	padding: 10px;
}

textarea {
	padding: 10px;
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*.site-header{padding: 25px 0 10px;}*/
.home.blog .site-header{
	position: relative !important;
	background: #202020 !important;
	border-bottom: 1px solid #e4e4e4;
}

.home .site-header,
.home.blog.has-slider .site-header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	border-bottom: 0 !important;
	/*background: rgba(0, 0, 0, 0.5);*/
}

.home.has-slider .site-header .header-bottom,
.site-header .header-bottom{
	background: rgba(0, 0, 0, 0.5);
	padding: 25px 0 10px;
}

.site-header .site-branding{
	float: left;
	margin: 4px 0 0;
}

.site-header .site-branding .site-title{
	margin: 0;
}

.site-header .site-branding .site-title a{
    color: #F8B016;
}

.site-header .site-branding .site-title a:hover{
    text-decoration: none;
}

.site-header .site-branding .site-description{
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 0;
	/*margin-left: 44px; */
}

.site-header .header-top{
	background: #000;
	color: #fff;
	padding: 15px 0 0;
	position: relative;
	z-index: 1;
}

.site-header .header-top .secondary-navigation{
	float: left;
}

.site-header .header-top .secondary-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 17px;
	font-weight: 600;
}

.site-header .header-top .secondary-navigation ul:after{
	content: '';
	display: block;
	clear: both;
}

.site-header .header-top .secondary-navigation ul li{
	float: left;
	margin-right: 25px;
	position: relative;
}

.site-header .header-top .secondary-navigation ul li a{
	color: #acacac;
	display: block;
	padding: 0 0 20px;
}

.site-header .header-top .secondary-navigation ul li a:hover,
.site-header .header-top .secondary-navigation ul li a:focus,
.site-header .header-top .secondary-navigation ul li:hover > a,
.site-header .header-top .secondary-navigation ul .current-menu-item > a{
	color: #fff;
	text-decoration: none;
}

.site-header .header-top .secondary-navigation ul ul{
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	background: #000;
	display: none;
}

.site-header .header-top .secondary-navigation ul li:hover ul,
.site-header .header-top .secondary-navigation ul li:focus ul{display: block;}

.site-header .header-top .secondary-navigation ul li:hover ul ul{display: none;}

.site-header .header-top .secondary-navigation ul ul li:hover ul{display: block;}

.site-header .header-top .secondary-navigation ul ul li{
	float: none;
	display: block;
	margin: 0;
}

.site-header .header-top .secondary-navigation ul ul li a{
	padding: 10px;
	border-top: 1px solid #282828;
}

.site-header .header-top .secondary-navigation ul ul ul{
	left: 100%;
	top: 0;
}

.site-header .header-top .social-networks{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

.site-header .header-top .social-networks li{
	float: right;
	margin-right: 20px;
}

.site-header .header-top .social-networks li a{color: #acacac;}

.site-header .header-top .social-networks li a:hover,
.site-header .header-top .social-networks li a:focus{
	text-decoration: none;
	color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #45c267;
}

a:hover,
a:focus {
	color: #45c267;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	float: right;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 12px 33px 0 0;
	padding-left: 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

.main-navigation ul:after{
	content: '';
	display: block;
	clear: both;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-left: 30px;
}

.main-navigation li:first-child{margin-left: 0;}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0 0 17px;
}

.main-navigation a:hover,
.main-navigation ul li:hover > a{color: #fcb216;}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	background: #fff;
	width: 230px;
	margin: 0;
	display: none;
}

.main-navigation ul li:hover ul{display: block;}
.main-navigation ul ul:before{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	content: '';
	position: absolute;
	top: -10px;
	left: 15px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul ul:before{display: none;}

.main-navigation ul ul a {
	color: #666;
	display: block;
	padding: 13px 27px;
	border-bottom: 1px solid #e3e3e3;
}

.main-navigation ul ul li {
	margin: 0;
	display: block;
	float: none;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/*btn-donate*/
.site-header .btn-donate{
	float: right;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	border: 1px solid #fcb216;
	background: #fcb216;
	padding: 10px 15px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: -12px;
}

.site-header .btn-donate:hover,
.site-header .btn-donate:focus{
	text-decoration: none;
	background: none;
	color: #fff;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-top: 17px;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-top: 17px;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.site{
	background: #fff;
	position: relative;
}

.custom-background-color .site,
.custom-background-image .site{margin: 20px;}

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.banner{
	position: relative;
}

.banner .flexslider .slides > li{position: relative;}

.banner img{
	width: 100%;
	vertical-align: top;
}

.banner{position: relative;}

.banner ul li{position: relative;}

.banner ul li a{display: block;}

.banner .banner-text{
	position: absolute;
	left: 0;
	/*top: 35%;*/
	width: 100%;
	position: absolute;
	top: 20vw;
}

.banner .text{
	max-width: 840px;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
}

.banner .text .main-title{
	font-size: 60px;
	line-height: 72px;
	font-weight: 600;
	display: block;
	margin: 0 0 20px;
}

.banner .text .btn-more{
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	/*height: 65px;*/
	/*width: 264px;*/
	padding: 20px 50px;
	text-align: center;
	background: #fcb216;
	display: inline-block;
	border: 1px solid #fcb216;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.banner .text .btn-more:hover{
	text-decoration: none;
	background: none;
	color: #fcb216;
}

.banner .lSSlideOuter .lSPager.lSpg{
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.banner .lSSlideOuter .lSPager.lSpg > li{padding: 0 3px;}

.banner .lSSlideOuter .lSPager.lSpg > li a{
	border: 1px solid #fff;
    cursor: pointer;
    display: block;
    height: 12px;
    text-indent: -9999px;
    width: 13px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
}

.banner .lSSlideOuter .lSPager.lSpg > li.active a{background: #fff;}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
/*intro*/
.intro{
	padding: 88px 0 87px;
	background: url(images/map.jpg) no-repeat;
	background-position: 50% 10px;
}

.intro .header{
	text-align: center;
	max-width: 800px;
	margin: 0 auto 48px;
	font-size: 18px;
	line-height: 30px;
}

.intro .header .main-title{
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	color: #000;
	margin: 0 0 19px;
}

.intro .columns-3{
	width: 33.333%;
	float: left;
	padding-left: 115px;
	padding-right: 10px;
}

.intro .columns-3 .img-holder{margin-left: 20px;}

.intro .columns-3 .img-holder img{
	width: 199px;
	height: 199px;
	-webkit-border-radius: 500px;
	border-radius: 50%;
	vertical-align: top;
}

.intro .columns-3 .icon-holder{
	position: relative;
	top: -89px;
	width: 85px;
	margin: 0 0 -62px;
}

.intro .columns-3 .icon-holder img{vertical-align: top;}

.intro .columns-3 .text-holder .title{
	font-size: 22px;
	line-height: 30px;
	color: #000;
	display: block;
	font-weight: normal;
	margin: 0 0 5px;
}

.intro .columns-3 .text-holder .btn{
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	font-weight: 700;
	color: #45c267;
	text-transform: uppercase;
}

.intro .columns-3 .text-holder .btn:hover{
	text-decoration: none;
}

.intro .columns-3 .text-holder .btn .fa{
	margin-left: 5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.intro .columns-3 .text-holder .btn:hover .fa{margin-left: 10px;}

/*our community*/
.our-community .header{
	background: #0f907f;
	padding: 68px 10px;
	text-align: center;
	position: relative;
}

.our-community .header:after{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #0f907f;
	content: '';
	position: absolute;
	bottom: -15px;
	left: 49%;
	z-index: 1;
}

.our-community .header .main-title{
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.our-community .community-holder:after{
	content: '';
	display: block;
	clear: both;
}

.our-community .community-holder .columns-2{
	width: 50%;
	float: left;
	position: relative;
}

.our-community .community-holder img{
	vertical-align: top;
	width: 100%;
}

.our-community .community-holder .text-holder{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	color: #d2d2d2;
	background: rgba(0, 0, 0, 0.25);
	padding: 0 4.5vw;
}

.our-community .community-holder .text-holder .title{
	display: block;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	color: #fff;
}

.our-community .community-holder .text-holder .table{
	display: table;
	width: 100%;
	height: 100%;
}

.our-community .community-holder .text-holder .table-row{display: table-row;}
.our-community .community-holder .text-holder .table-cell{
	display: table-cell;
	vertical-align: middle;
}

.our-community .community-holder .hover-state{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.90);
	text-align: center;
	padding: 0 2.5vw;
	font-size: 24px;
	line-height: 36px;
	color: #777;
	opacity: 0;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	transition: ease 0.5s;
}

.our-community .community-holder .columns-2:hover .hover-state{opacity: 1;}

.our-community .community-holder .columns-2:hover .text-holder{display: none;}

.our-community .community-holder .hover-state p{margin: 0 0 20px;}

.our-community .community-holder .hover-state .btn-holder a{
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #777;
	color: #777;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	-webkit-border-radius: 100px;
	border-radius: 50%;
}

.our-community .community-holder .hover-state .title{
	display: block;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	color: #fcb216;
}

.our-community .community-holder .hover-state .table{
	display: table;
	width: 100%;
	height: 100%;
}

.our-community .community-holder .hover-state .table-row{display: table-row;}

.our-community .community-holder .hover-state .table-cell{
	display: table-cell;
	vertical-align: middle;
}

.our-community .community-holder .hover-state .text-content{
	font-size: 16px;
	line-height: 30px;
	border-top: 1px solid #fcb216;
	position: relative;
	top: 4vw;
}

/*stats*/
.stats{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	padding: 119px 0 130px;
}

.stats .widget.widget_benevolent_pro_stat_counter_widget{
	float: left;
	width: 25%;
	padding-right: 10px;
	padding-left: 10px;
}

.stats .number{
	font-size: 60px;
	line-height: 72px;
	display: block;
	font-weight: 500;
	margin: 0 0 30px;
	position: relative;
	padding: 0 0 20px;
}

.stats .number:after{
	width: 29px;
	height: 2px;
	background: #888;
	position: absolute;
	top: 100%;
	left: 45%;
	content: '';
}

.stats .widget.widget_benevolent_pro_stat_counter_widget .widget-title{
	font-size: 18px;
	line-height: 30px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}

/*donation*/
.donation{
	background: url(images/img9.jpg) no-repeat;
	background-size: cover;
	padding: 111px 0 159px;
}

.donation .main-title{
	font-size: 40px;
	line-height: 45px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 0 0 81px;
}

.donation-box{
	background: #fff;
	padding: 51px 40px 56px;
}

.donation-box:after{
	content: '';
	display: block;
	clear: both;
}

.donation-box .columns-4{
	float: left;
	padding-left: 10px;
	padding-right: 77px;
	width: 33.3333%;
}

.donation-box .columns-4 .text .title{
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	display: block;
	margin: 0 0 22px;
}

.donation-box .columns-4 .text{
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 30px;
}

.donation-box .columns-4 .title{
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	line-height: 26px;
	margin: 0 0 30px;
	display: block;
}

.donation-box .columns-4 .social-networks{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 24px;
}

.donation-box .columns-4 .social-networks li{
	float: left;
	margin-right: 25px;
}

.donation-box .columns-4 .social-networks li a{color: #999;}

.donation-box .columns-4 .social-networks li a:hover{
	text-decoration: none;
	color: #fcb216;
}

.donation-box .columns-8{
	float: left;
	width: 66.6667%;
	padding-left: 10px;
	padding-right: 10px;
}

.donation-box .columns-8 .title{
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	margin: 0 0 23px;
}

.donation-box .columns-8 .tabset ul{
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.donation-box .columns-8 .tabset ul li{
	float: left;
	margin-left: 3px;
}

.donation-box .columns-8 .tabset ul li:first-child{margin-left: 0;}

.donation-box .columns-8 .tabset ul li a{
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
	background: #f4f4f4;
	width: 359px;
	height: 68px;
	display: block;
	text-align: center;
	padding: 20px 10px;
}

.donation-box .columns-8 .tabset ul .ui-tabs-active a{
	background: #45c368;
	color: #fff;
}

.donation-box .columns-8 .tabset ul li a:hover{text-decoration: none;}

.donation-box .columns-8 .tab-content .btn-holder{
	overflow: hidden;
	margin: 0 0 38px;
}

.donation-box .columns-8 .tab-content .btn-holder button{
	float: left;
	width: 177px;
	height: 115px;
	background: #f4f4f4;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
	margin-left: 3px;
	padding: 0;
	text-transform: uppercase;
	text-shadow: none;
}

.donation-box .columns-8 .tab-content .btn-holder button:focus,
.donation-box .columns-8 .tab-content .btn-holder button:active{
	background: #c3c3c3;
}

.donation-box .columns-8 .tab-content .btn-holder button:first-child{margin-left: 3px;}

.donation-box .columns-8 .tab-content .btn-holder button strong{
	font-size: 60px;
	display: inline-block;
	font-weight: 500;
	vertical-align: bottom;
	line-height: 46px;
}

.donation-box .columns-8 .tab-content .btn-continue{
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	background: #0f907f;
	display: block;
	text-align: center;
	padding: 25px 0;
}

.donation-box .columns-8 .tab-content .btn-continue:hover{
	text-decoration: none;
	background: #0b695d;
}

/*give section*/
.give-section{
	background: #0f907f;
	padding: 111px 0 60px;
}

.give-section .main-title{
	font-size: 40px;
	line-height: 45px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px;
}

.give-section .heading{
	color: #fff;
	text-align: center;
	margin: 0 0 60px;
}

.give-section .give-holder{text-align: center;}

.give-section .give-holder .columns-3{
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.give-section .give-holder .post{text-align: left;}

.give-section .give-holder .post .post-thumbnail{
	display: block;
	height: 100%;
}

.give-section .give-holder .post .post-thumbnail img{vertical-align: top;}

.give-section .give-holder .post .text-holder{
	background: #fff;
	position: relative;
	padding-bottom: 60px;
}

.give-section .give-holder .post .text-holder .entry-header{padding: 30px 20px 0;}

.give-section .give-holder .post .text-holder .entry-title{
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	color: #000;
}

.give-section .give-holder .post .text-holder .entry-title a{color: #000;}

.give-section .give-holder .post .text-holder .entry-title a:hover,
.give-section .give-holder .post .text-holder .entry-title a:focus{
	text-decoration: none;
	color: #45c267;
}

.give-section .give-holder .post .text-holder .entry-content{padding: 0 20px;}

.give-section .give-holder .post .text-holder .btn-donate{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	text-transform: uppercase;
	background: #fcb216;
	padding: 15px 10px;
	position: absolute;
	bottom: 0;
	left: 0; 
}

.give-section .give-holder .post .text-holder .btn-donate:hover,
.give-section .give-holder .post .text-holder .btn-donate:focus{
	text-decoration: none;
	opacity: 0.8;
}

.give-section .lSAction > .lSPrev,
.give-section .lSAction > .lSNext{
	width: 42px;
	height: 42px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 100px;
	color: #fff;
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	top: auto;
	bottom: 0;
	opacity: 1;
}

.give-section .lSAction > .lSPrev:hover,
.give-section .lSAction > .lSNext:hover{
	background: #fff;
	color: #0f907f;
}

.give-section .lSAction > .lSNext{right: 46%;}

.give-section .lSAction > .lSPrev{left: 46%;}

.give-section .lSSlideWrapper{padding-bottom: 60px;}

.blog-section .header{
	text-align: center;
	padding: 45px 0 16px;
	position: relative;
	font-size: 17px;
	line-height: 30px;
}

.blog-section .header:after{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%
}

.blog-section .header .text{
	max-width: 780px;
	margin: 0 auto;
}

.blog-section .header .main-title{
	font-size: 40px;
	line-height: 44px;
	color: #000;
	font-weight: 700;
	margin: 0 0 20px;
}

.blog-section .blog-holder{
	background: #f4f4f4;
	padding: 71px 0;
}

.blog-section .blog-holder .columns-3{
	float: left;
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}

.blog-section .blog-holder .post{
	background: #fff;
	padding: 14px;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}

.blog-section .blog-holder .post .post-thumbnail{
	display: block;
	margin: 0 0 22px;
}

.blog-section .blog-holder .post .post-thumbnail img{
	width: 100%;
	vertical-align: top;
	height: auto;
}

.blog-section .blog-holder .post .entry-header{margin: 0 0 6px;}

.blog-section .blog-holder .post .entry-title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	margin: 0 0 5px;
}

.blog-section .blog-holder .post .entry-title a{color: #000;}

.blog-section .blog-holder .post .entry-title a:hover{
	color: #fcb216;
	text-decoration: none;
}

.blog-section .blog-holder .post .entry-meta{
	font-size: 16px;
}

.blog-section .blog-holder .post .entry-meta a{color: #0f907f;}

.blog-section .blog-holder .post .entry-meta .fa{
	color: #0f907f;
	font-size: 12px;
	vertical-align: top;
	margin: 5px 7px 0 0;
}

.blog-section .blog-holder .post .entry-content{
	border-bottom: 1px solid #e8e8e8;
	margin: 0 -14px 16px;
	padding: 0 14px;
}

.blog-section .blog-holder .post .readmore{
	font-size: 16px;
	font-weight: 700;
	color: #777;
}

.blog-section .blog-holder .post .readmore:hover{
	text-decoration: none;
	color: #fcb216;
}

.sponsors{
	padding: 68px 0;
}

.sponsors .main-title{
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	color: #777;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 51px;
} 

.sponsors .columns-5{
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	margin: 0 -3px;
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: left;
	padding: 10px 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}

.gallery-item {
	float: left;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.gallery-item img{
	width: 100%;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
	padding: 10px 0;
}

/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/
/*blog page*/

.blog .site-header,
.category .site-header,
.archive .site-header,
.search .site-header,
.page .site-header,
.single-post .site-header,
.error404 .site-header{
	position: relative;
	/*background: #202020;*/
	border-bottom: 1px solid #e4e4e4;
}

.home.has-slider .site-header{
	background: none;
	position: absolute;
}

#crumbs{
	background: #f4f4f4;
	font-size: 14px;
	line-height: 18px;
	padding: 25px 0;
}

#crumbs a{color: #777;}

#crumbs a:hover,
#crumbs a:focus{
	text-decoration: none;
	color: #45c267;
}

.site-content{padding: 50px 0 80px;}

#primary{
	margin: 0;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 66.6667%;
}

.leftsidebar #primary{
	float: right;
}

.full-width #primary,
.search #primary,
.error404 #primary{width: 100%;}

#primary .post,
.search #primary .page{
	border-bottom: 1px solid #e8e8e8;
	padding: 0 0 30px;
	margin: 0 0 30px;
}

#primary .post:after,
.search #primary .page:after{
	content: '';
	display: block;
	clear: both;
}

#primary .post .entry-header,
#primary .page .entry-header{margin: 0 0 15px;} 

#primary .post .entry-header .entry-title{
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: #121212;
	margin: 0 0 10px;
}

#primary .page .entry-header .entry-title{
	color: #000;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px;
}

#primary .post .entry-header .entry-title a,
#primary .page .entry-header .entry-title a{color: #121212;}

#primary .post .entry-header .entry-title a:hover,
#primary .page .entry-header .entry-title a:hover{
	color: #fcb216;
	text-decoration: none;
}

#primary .post .entry-meta{
	font-size: 16px;
	line-height: 20px;
	color: #0f907f;
}

#primary .post .entry-meta span{margin-right: 21px;}

#primary .post .entry-meta .byline{
	display: inline-block;
}

#primary .post .entry-meta .byline .author.vcard{margin-right: 0;}

#primary .post .entry-meta a{color: #0f907f;}

#primary .post .entry-meta a:hover{
	color: #fcb216;
	text-decoration: none;
}

#primary .post .entry-meta a:before{
	content: '\f133';
	font-size: 12px;
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}

#primary .post .entry-meta .byline a:before{content: '\f040';}

#primary .post .entry-meta .comments-link a:before{content: '\f075';}

#primary .post .post-thumbnail,
#primary .page .post-thumbnail{
	display: block;
	height: 100%;
	margin: 0 0 1.5em;
}

#primary .post .post-thumbnail img,
#primary .page .post-thumbnail img{
	width: 100%;
	vertical-align: top;
}

#primary .post .entry-footer .readmore{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #45c267;
}

#primary .post .entry-footer .readmore:after{
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: normal;
	margin-left: 8px;
}

#primary .post .entry-footer .readmore:hover{
	text-decoration: none;
	color: #fcb216;
}

#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote{
	color: #999;
	margin: 0 0 1.5em;
	padding: 0 0 0 45px;
	background: url(images/bg-quote.png) no-repeat;
}

.pagination{
	line-height: 30px;
	margin: 0 0 1.5em;
}

.pagination a,
.pagination .dots{
	color: #999;
	height: 30px;
	border: 1px solid #e8e8e8;
	display: inline-block;
	padding: 0 10px;
	vertical-align: bottom;
}

.pagination a:hover{
	background: #909090;
	border-color: #909090;
	color: #fff;
	text-decoration: none;
}

.pagination .current{
	color: #999;
	height: 30px;
	border: 1px solid #909090;
	display: inline-block;
	padding: 0 10px;
	vertical-align: bottom;
	background: #909090;
	color: #fff;
}

.pagination .next:before{
	content: '\f105';
	font-family: 'FontAwesome';
}

.pagination .prev:before{
	content: '\f104';
	font-family: 'FontAwesome';
}

#primary .post .entry-content h1,
#primary .page .entry-content h1{
	font-size: 48px;
	line-height: 57px;
	margin: 0 0 10px;
	color: #121212;
	font-weight: 400;
}

#primary .post .entry-content h2,
#primary .page .entry-content h2{
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	color: #121212;
	margin: 0 0 13px;
}

#primary .post .entry-content h3,
#primary .page .entry-content h3{
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: #121212;
	margin: 0 0 17px;
}

#primary .post .entry-content h4,
#primary .page .entry-content h4{
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	color: #121212;
	margin: 0 0 20px;
}

#primary .post .entry-content h5,
#primary .page .entry-content h5{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #121212;
	margin: 0 0 18px;
}

#primary .post .entry-content h6,
#primary .page .entry-content h6{
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #121212;
	margin: 0 0 18px;
}

#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right{
	float: right;
	width: 280px;
	text-align: right;
	margin-left: 20px;
	margin-bottom: 20px; 
}

#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left{
	float: left;
	width: 280px;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 20px; 
}

#primary .page .entry-content .dropcap,
#primary .post .entry-content .dropcap{
	float: left;
	font-size: 125px;
	line-height: 95px;
	margin: 0 20px 20px 0;
}

#primary .page .entry-content .highlight,
#primary .post .entry-content .highlight{
	background: #d1e9e6;
}

#primary .page .entry-content table,
#primary .post .entry-content table{
	width: 100%;
	margin: 0 0 1.5em;
}

#primary .page .entry-content table th,
#primary .post .entry-content table th{
	text-align: left;
	font-weight: 600;
	color: #121212;
	padding: 15px 1.6vw; 
}

#primary .page .entry-content table tr:nth-child(2n+1),
#primary .post .entry-content table tr:nth-child(2n+1){
	background: #f3f3f3;
}

#primary .page .entry-content table td,
#primary .post .entry-content table td{
	padding: 15px 1.6vw;
}

#primary .post .entry-content ul,
#primary .post .entry-content ol,
#primary .page .entry-content ul,
#primary .page .entry-content ol{
	margin-left: 0.5em;
	padding-left: 1.5em;
	line-height: 2.3rem;
}

#primary .post .entry-content figure,
#primary .post .entry-content figure{margin: 0;}

.comments-area .comments-title,
.comment-reply-title{
	font-size: 30px;
	line-height: 36px;
	color: #121212;
}

.comment-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment-author .avatar{
	float: left;
	margin-right: 26px;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 200px;
	border-radius: 50%;
}

.comment-list .comment-author .fn{
	overflow: hidden;
	font-size: 20px;
	line-height: 24px;
	color: #121212;
}

.comment-list .comment-author .says{display: none;}
.comment-list .comment-metadata{
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
}

.comment-list .comment-metadata a{color: #0f907f;}
.comment-list .comment-metadata a:hover{
	text-decoration: none;
	color: #fcb216;
}

.comment-list .comment-metadata a:before{
	content: '\f133';
	font-size: 12px;
	font-family: 'FontAwesome';
	margin-right: 8px;
	vertical-align: top;
}

.comment-list .comment-content{margin-top: 10px;}

.comment-list .comment-content p{margin: 0 0 15px;}

.comment-list .comment-content,
.comment-list .reply{margin-left: 106px;}

.comment-list .reply{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.comment-list .reply a:after{
	margin-left: 8px;
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: normal;
}

.comment-list .reply a:hover{
	text-decoration: none;
	color: #fcb216;
}

.comment-list .children{
	margin: 0 0 0 106px;
	padding: 0;
	list-style: none;
}

.comment-list .comment-body{margin: 0 0 40px;}

.comment-form label{
	display: none;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
	width: 70%;
	background: #f4f4f4;
	border: 0;
	border-radius: 3px;
	padding: 10px 20px;
}

.comment-form textarea{
	width: 100%;
	height: 106px;
	border-radius: 3px;
	padding: 10px 20px;
	background: #f4f4f4;
	border: 0;
	resize: none;
}

.comment-form input[type="submit"]{
	font-size: 18px;
	line-height: 46px;
	height: 46px;
	background: #0f907f;
	border: 0;
	padding: 0 25px;
	box-shadow: none;
	text-shadow: none;
	font-weight: 700;
	color: #fff;
	border-radius: 0;
}

.comment-form input[type="submit"]:hover{
	opacity: 0.8;
}

.page-header .page-title{
	color: #000;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px;
}

.search .search-form{
	width: 35%;
	margin-bottom: 1.5em;
}

/*.search .search-form input*/

.search .count{
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	color: #777;
}

/*error page style*/
.error404 .error-holder{
	text-align: center;
	padding: 10px 0;
	max-width: 580px;
	margin: 0 auto;
	font-size: 24px;
}

.error404 .error-holder .icon-holder{margin: 0 0 15px;}

.error404 .error-holder h1{
	font-size: 72px;
	line-height: 86px;
	font-weight: 700;
	color: #fcb216;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.error404 .error-holder h2{
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fcb216;
}

.error404 .error-holder a{font-weight: 600;}

/*sidebar*/
#secondary{
	float: right;
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}

.leftsidebar #secondary{
	float: left;
}

#secondary .widget{
	background: #f4f4f4;
	margin: 0 0 26px;
}

#secondary .widget ul{
	margin: 0;
	padding: 28px 30px 1px 27px;
	list-style: none;
	font-size: 16px;
}

#secondary .widget ul ul{
	padding-top: 5px;
	padding-left: 22px;
	padding-right: 0;
}

#secondary .widget ul li{
	margin: 0 0 15px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 15px;
}

#secondary .widget ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

#secondary .widget ul li a{
	color: #777;
}

#secondary .widget ul li a:hover{
	text-decoration: none;
	color: #45c267;
}

#secondary .widget-title{
	background: #eee;
	font-size: 20px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 29px;
	margin: 0;
}

#secondary .widget.widget_search{background: none;}

.widget.widget_search .search-form,
.search .search-form{
	background: #f4f4f4;
	overflow: hidden;
	padding: 10px;
}

.widget.widget_search .search-form label,
.search .search-form label{
	float: left;
	width: 85%;
}

.widget.widget_search .search-form input[type="search"],
.search .search-form input[type="search"]{
	background: none;
	border: 0;
	width: 100%;
}

.widget.widget_search .search-form input[type="submit"],
.search .search-form input[type="submit"]{
	float: right;
	border: 0;
	box-shadow: none;
	background: url(images/bg-search.png) no-repeat;
	width: 17px;
	height: 18px;
	text-indent: -9999px;
	padding: 0;
	margin: 15px 10px 0 0;	
}

#secondary .widget.widget_text,
#secondary .widget.widget_benevolent_pro_featured_post{
	font-size: 16px;
	line-height: 26px;
}

#secondary .widget.widget_text .img-holder,
.widget.widget_benevolent_pro_featured_post .img-holder{
	text-align: center;
	margin: 1.5em 0 1.5em;
	padding: 0 34px;
}

#secondary .widget.widget_text .img-holder img,
.widget.widget_benevolent_pro_featured_post img{
	-webkit-border-radius: 500px;
	border-radius: 50%;
	vertical-align: top;
	width: 100%
}

#secondary .widget.widget_text .text-holder,
.widget.widget_benevolent_pro_featured_post .text-holder{padding: 0 23px 37px 34px;}

#secondary .widget.widget_text .text-holder .readmore,
.widget.widget_benevolent_pro_featured_post .readmore{
	font-weight: 700;
	text-transform: uppercase;
}

#secondary .widget.widget_text .text-holder .readmore:after,
.widget.widget_benevolent_pro_featured_post .readmore:after{
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: normal;
	margin-left: 8px;
}

#secondary .widget.widget_text .text-holder .readmore:hover,
.widget.widget_benevolent_pro_featured_post .readmore:hover{
	text-decoration: none;
	color: #fcb216;
}

.widget.widget_benevolent_pro_recent_post ul li,
.widget.widget_benevolent_pro_popular_post ul li,
.widget.widget_benevolent_pro_category_post ul li,
.widget.widget_benevolent_pro_author_post ul li{
	overflow: hidden;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 19px;
}

.widget.widget_benevolent_pro_recent_post .post-thumbnail,
.widget.widget_benevolent_pro_popular_post .post-thumbnail,
.widget.widget_benevolent_pro_category_post .post-thumbnail,
.widget.widget_benevolent_pro_author_post .post-thumbnail{
	float: left;
	width: 75px;
	margin-right: 22px;
}

.widget.widget_benevolent_pro_recent_post .post-thumbnail img,
.widget.widget_benevolent_pro_popular_post .post-thumbnail img,
.widget.widget_benevolent_pro_category_post .post-thumbnail img,
.widget.widget_benevolent_pro_author_post .post-thumbnail img{vertical-align: top;}

.widget.widget_benevolent_pro_recent_post .entry-header,
.widget.widget_benevolent_pro_popular_post .entry-header,
.widget.widget_benevolent_pro_category_post .entry-header,
.widget.widget_benevolent_pro_author_post .entry-header{overflow: hidden;}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-title,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-title,
.widget.widget_benevolent_pro_category_post .entry-header .entry-title,
.widget.widget_benevolent_pro_author_post .entry-header .entry-title{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-title a,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-title a,
.widget.widget_benevolent_pro_category_post .entry-header .entry-title a,
.widget.widget_benevolent_pro_author_post .entry-header .entry-title a{color: #000;}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-title a:hover,
.widget.widget_benevolent_pro_recent_post .entry-header .entry-title a:focus,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-title a:hover,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-title a:focus,
.widget.widget_benevolent_pro_category_post .entry-header .entry-title a:hover,
.widget.widget_benevolent_pro_category_post .entry-header .entry-title a:focus,
.widget.widget_benevolent_pro_author_post .entry-header .entry-title a:hover,
.widget.widget_benevolent_pro_author_post .entry-header .entry-title a:focus{
	text-decoration: none;
	color: #fcb216;
}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-meta,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-meta,
.widget.widget_benevolent_pro_category_post .entry-header .entry-meta,
.widget.widget_benevolent_pro_author_post .entry-header .entry-meta{
	font-size: 16px;
}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-meta a,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-meta a,
.widget.widget_benevolent_pro_category_post .entry-header .entry-meta a,
.widget.widget_benevolent_pro_author_post .entry-header .entry-meta a{color: #0f907f;}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-meta a:hover,
.widget.widget_benevolent_pro_recent_post .entry-header .entry-meta a:focus,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-meta a:hover,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-meta a:focus,
.widget.widget_benevolent_pro_category_post .entry-header .entry-meta a:hover,
.widget.widget_benevolent_pro_category_post .entry-header .entry-meta a:focus,
.widget.widget_benevolent_pro_author_post .entry-header .entry-meta a:hover,
.widget.widget_benevolent_pro_author_post .entry-header .entry-meta a:focus{
	text-decoration: none;
	color: #fcb216;
}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-meta .posted-on a:before,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-meta .posted-on a:before,
.widget.widget_benevolent_pro_category_post .entry-header .entry-meta .posted-on a:before,
.widget.widget_benevolent_pro_author_post .entry-header .entry-meta .posted-on a:before{
	content: '\f133';
	font-family: 'FontAwesome';
	font-size: 12px;
	margin-right: 3px;
}

#secondary .widget.widget_archive ul li,
#secondary .widget.widget_categories ul li{
	text-align: right;
	overflow: hidden;
}

#secondary .widget.widget_archive ul li a,
#secondary .widget.widget_categories ul li a{float: left;}

#secondary .widget.widget_archive ul li a:before,
#secondary .widget.widget_categories ul li a:before{
	content: '\f07b';
	font-size: 14px;
	margin-right: 8px;
	font-family: 'FontAwesome';
}

.widget.widget_tag_cloud .tagcloud{
	padding: 28px 30px 26px 27px;
}

.site-footer .widget.widget_tag_cloud .tagcloud{padding: 0;}
.widget.widget_tag_cloud .tagcloud a{
	background: #bfbfbf;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	display: inline-block;
	padding: 0 20px 0 15px;
	border-radius: 5px;
	margin: 0 7px 7px 0;
}

.widget.widget_tag_cloud .tagcloud a:hover{
	text-decoration: none;
	background: #45c267;
}

.widget.widget_tag_cloud .tagcloud a:before{
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 6px;
	vertical-align: middle;
	margin-right: 8px;
}

.widget.widget_calendar .calendar_wrap{
	padding: 25px 25px 33px 29px;
}

.site-footer .widget.widget_calendar .calendar_wrap{padding: 0;}
.widget.widget_calendar .calendar_wrap caption{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #0f907f;
	padding: 8px 0;
}

.widget.widget_calendar table{
	border-spacing: 3px;
}

.widget.widget_calendar th{
	height: 44px;
	font-size: 16px;
	font-weight: 600;
	color: #777;
}

.widget.widget_calendar td{
	font-size: 16px;
	color: #777;
	height: 44px;
	text-align: center;
	background: #e3e3e3;
	border: 3px solid #f4f4f4
}

.site-footer .widget.widget_calendar td{border-width: 1px;}

.widget.widget_calendar td.pad{background: none;}

.site-footer .widget.widget_calendar td.pad{background: #e2e2e2;}

.widget.widget_calendar tbody td a{
	display: block;
	height: 100%;
	background: #45c368;
	color: #fff;
	line-height: 44px;
}

.widget.widget_benevolent_pro_social_links .social-networks{
	overflow: hidden;
	font-size: 18px !important;
}

.widget.widget_benevolent_pro_social_links .social-networks li{
	float: left;
	margin-right: 20px !important;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.widget.widget_benevolent_pro_cta_widget .container{padding: 0;}

#secondary .widget.widget_benevolent_pro_cta_widget .text,
.site-footer .widget.widget_benevolent_pro_cta_widget .text{background: none !important;}

#secondary .widget.widget_benevolent_pro_cta_widget .text .widget-content{
	padding: 28px 30px 20px 27px;
}

#secondary .widget.widget_benevolent_pro_cta_widget .text .widget-content .btn-donate{
	background: #fff;
    color: #000;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    transition: all 0.2s;
    padding: 15px 35px;
}

#secondary .widget.widget_benevolent_pro_cta_widget .text .widget-content .btn-donate:hover,
#secondary .widget.widget_benevolent_pro_cta_widget .text .widget-content .btn-donate:focus{
	text-decoration: none;
	color: #fff;
	background: #fdc247;
}

#secondary .widget.widget_benevolent_pro_contact .widget-holder{
	padding: 28px 30px 20px 27px;
}

.widget.widget_benevolent_pro_contact .address{
	font-style: normal;
    margin: 0 0 15px;
    padding-left: 30px;
    position: relative;
}

.widget.widget_benevolent_pro_contact .address:before{
	content: '\f041';
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 2px;
}

.widget.widget_benevolent_pro_contact .tel-link{
	color: #777;
    display: block;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.widget.widget_benevolent_pro_contact .tel-link:hover,
.widget.widget_benevolent_pro_contact .tel-link:focus{
	text-decoration: none;
	color: #45c267; /*theme color*/
}

.widget.widget_benevolent_pro_contact .tel-link:before{
	content: '\f095';
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 2px;
}

.widget.widget_benevolent_pro_contact .email-link{
    display: block;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.widget.widget_benevolent_pro_contact .email-link:before{
	content: '\f003';
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    color: #777;
}

.widget.widget_benevolent_pro_contact .social-networks,
#secondary .widget.widget_benevolent_pro_contact .social-networks{
	overflow: hidden;
	padding: 0;
}

.widget.widget_benevolent_pro_contact .social-networks li,
#secondary .widget.widget_benevolent_pro_contact .social-networks li{
	float: left;
	padding: 0;
	margin: 0;
	border-bottom: 0;
	margin-right: 11px;
	margin-bottom: 11px;
}

.widget.widget_benevolent_pro_contact .social-networks li a{
	border: 1px solid #777;
    color: #777;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    width: 40px;
}

.widget.widget_benevolent_pro_contact .social-networks li a:hover,
.widget.widget_benevolent_pro_contact .social-networks li a:focus,
#secondary .widget.widget_benevolent_pro_contact .social-networks li a:hover,
#secondary .widget.widget_benevolent_pro_contact .social-networks li a:focus{
	text-decoration: none;
	background: #45c267; /*theme color*/
	color: #fff;
	border-color: #45c267;
}

.widget.widget_benevolent_pro_instagram_widget ul,
#secondary .widget.widget_benevolent_pro_instagram_widget ul,
.widget.widget_benevolent_pro_flickr_widget ul,
#secondary .widget.widget_benevolent_pro_flickr_widget ul{
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
}

.widget.widget_benevolent_pro_instagram_widget ul li,
.widget.widget_benevolent_pro_flickr_widget ul li{
	float: left;
	width: 33.3333%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.widget.widget_benevolent_pro_instagram_widget ul.instagram-size-thumbnail li{
	width: 25%;
}

.widget.widget_benevolent_pro_instagram_widget ul.instagram-size-large li{
	width: 50%;
}

.widget.widget_benevolent_pro_instagram_widget ul.instagram-size-original li{
	width: 100%;
}

.widget.widget_benevolent_pro_flickr_widget ul.col-1 li{
	width: 100%;
}

.widget.widget_benevolent_pro_flickr_widget ul.col-2 li{
	width: 50%;
}

.widget.widget_benevolent_pro_flickr_widget ul.col-4 li{
	width: 25%;
}

.widget.widget_benevolent_pro_flickr_widget ul.col-5 li{
	width: 20%;
}

.widget.widget_benevolent_pro_flickr_widget ul.col-6 li{
	width: 16.6667%;
}

.widget.widget_benevolent_pro_instagram_widget p{
	margin-left: 27px;
	display: inline-block;
}

.widget.widget_benevolent_pro_instagram_widget p a{
	border: 1px solid #777;
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.widget.widget_benevolent_pro_instagram_widget p a:hover,
.widget.widget_benevolent_pro_instagram_widget p a:focus{
	text-decoration: none;
	color: #fff;
	background: #45c267;
	border-color: #45c267;
}

#secondary .widget.widget_benevolent_pro_instagram_widget ul li,
#secondary .widget.widget_benevolent_pro_flickr_widget ul li{
	padding-bottom: 0;
	border-bottom: 0;
}

.widget.widget_benevolent_pro_instagram_widget ul li img,
.widget.widget_benevolent_pro_flickr_widget ul li img{
	vertical-align: top;
	width: 100%;
}

#secondary .widget.widget_benevolent_pro_twitter_feeds_widget ul li a,
#secondary .widget.widget_rss ul li a{color: #45c267;}

#secondary .widget.widget_benevolent_pro_twitter_feeds_widget ul li a:hover,
#secondary .widget.widget_benevolent_pro_twitter_feeds_widget ul li a:focus,
#secondary .widget.widget_rss ul li a:hover,
#secondary .widget.widget_rss ul li a:focus{text-decoration: underline;}

.widget.widget_benevolent_pro_stat_counter_widget{position: relative;}

.widget.widget_benevolent_pro_stat_counter_widget .widget-title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
}

.widget.widget_benevolent_pro_stat_counter_widget .col{
	text-align: center;
	padding: 0 0 10px;
}

.widget.widget_benevolent_pro_stat_counter_widget .col .icon-holder{
	padding: 75px 30px 1px 27px;
}

.widget.widget_benevolent_pro_stat_counter_widget .col .number{
	display: block;
	padding: 75px 30px 11px 27px;
}

#secondary .widget.widget_text .textwidget{
	padding: 28px 30px 1px 27px;
}

#secondary .widget.widget_benevolent_pro_icon_text_widget{
	width: 100%;
	float: none;
	padding: 0;
}

#secondary .widget.widget_benevolent_pro_icon_text_widget .col{position: relative;}

#secondary .widget.widget_benevolent_pro_icon_text_widget .widget-title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
	color: #777; /*body color*/
	text-transform: none;
	text-align: left;
}

#secondary .widget.widget_benevolent_pro_icon_text_widget .style1 .icon-holder,
#secondary .widget.widget_benevolent_pro_icon_text_widget .style2 .icon-holder{
	float: none;
	margin: 0 0 15px;
	width: 100%;
	padding: 75px 29px 0 29px;
}

#secondary .widget.widget_benevolent_pro_icon_text_widget .style1 .text-holder,
#secondary .widget.widget_benevolent_pro_icon_text_widget .style2 .text-holder{
	width: 100%;
	padding: 0 29px 1px;
}

.view-count{
	margin-left: 5px;
}

/*--------------------------------------------------------------
#custom page style
---------------------------------------------------------------*/
/*about page*/
.inner-page{padding: 50px 0 0;}

.about-us{
	padding: 0 0 30px;
}

.about-us .main-title{
	font-size: 38px;
	line-height: 48px;
	font-weight: 400;
	color: #000;
	margin: 0 0 20px;
}

.about-us .video-holder{
	max-width: 748px;
	margin: 0 auto;
	text-align: center;
}

.about-us .video-holder img,
.about-us .video-holder iframe{vertical-align: top;}

.about-us .video-holder .video{margin: 0 0 30px;}

.page-template-template-about .our-works{
	background: #f4f4f4;
	padding: 50px 0 0;
}

.page-template-template-about .our-works .heading{
	max-width: 780px;
	margin: 0 auto 50px;
	text-align: center;
}

.page-template-template-about .our-works .heading .main-title{
	color: #000;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px;
}

.widget.widget_benevolent_pro_icon_text_widget{
	float: left;
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}

.widget.widget_benevolent_pro_icon_text_widget .widget-title{
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	margin: 0 0 10px;
}

.widget.widget_benevolent_pro_icon_text_widget .text-holder{
	font-size: 16px;
	line-height: 24px;
}

.widget.widget_benevolent_pro_icon_text_widget .style1 .icon-holder{
	float: left;
	width: 65px;
	margin-right: 15px;
}

.widget.widget_benevolent_pro_icon_text_widget .style1 .text-holder{
	overflow: hidden;
}

.widget.widget_benevolent_pro_icon_text_widget .style2{text-align: center;}

.widget.widget_benevolent_pro_icon_text_widget .style2 .icon-holder{margin-bottom: 15px;}

.page-template-template-about .stats{
	background: url(images/img32.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	padding: 50px 0 60px;
}

.page-template-template-about .stats .widget.widget_benevolent_pro_stat_counter_widget .widget-title{color: #fff;}

.page-template-template-about .our-believe{
	padding: 50px 0;
}

.page-template-template-about .our-believe .heading{
	max-width: 780px;
	margin: 0 auto 50px;
	text-align: center;
}

.page-template-template-about .our-believe .heading .main-title{
	color: #000;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px;
}

.page-template-template-about .our-believe ul{
	margin: 0 -10px 30px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.page-template-template-about .our-believe ul li{
	float: left;
	width: 50%;
	padding: 0 10px;
	margin: 0 0 10px;
}

.page-template-template-about .our-believe ul li:before{
	content: '\f00c';
	color: #3ec363;
	font-family: 'FontAwesome';
	margin-right: 15px;
}

.page-template-template-about .current-project{
	background: #f4f4f4;
	padding: 50px 0;
}

.page-template-template-about .current-project .heading{
	max-width: 780px;
	margin: 0 auto 50px;
	text-align: center;
}

.page-template-template-about .current-project .heading .main-title{
	color: #000;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px;
}

.page-template-template-about .current-project .col{
	float: left;
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}

.page-template-template-about .current-project .post{
	background: #fff;
	padding: 14px;
	border: 1px solid #e8e8e8;
}

.page-template-template-about .current-project .post .post-thumbnail{
	margin-bottom: 20px;
	display: block;
	height: 100%;
}

.page-template-template-about .current-project .post .post-thumbnail img{vertical-align: top;}

.page-template-template-about .current-project .post .entry-content{
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

.page-template-template-about .current-project .post .entry-header .entry-title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	margin: 0 0 15px;
}

.page-template-template-about .current-project .post .entry-header .entry-title a{color: #000;}

.page-template-template-about .current-project .post .entry-header .entry-title a:hover,
.page-template-template-about .current-project .post .entry-header .entry-title a:focus{
	text-decoration: none;
	color: #45c267;
}

.page-template-template-about .current-project .post .entry-footer{margin-bottom: 18px;}

.page-template-template-about .current-project .post .entry-footer .btn-readmore{text-align: center;}

.page-template-template-about .current-project .post .entry-footer .btn-readmore a{
	font-weight: 600;
	color: #fff;
	background: #0f907f;
	display: inline-block;
	padding: 10px 25px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.page-template-template-about .current-project .post .entry-footer .btn-readmore a:hover,
.page-template-template-about .current-project .post .entry-footer .btn-readmore a:focus{
	text-decoration: none;
	opacity: 0.8;
}

/*services page*/
.page-template-template-service .services-intro{padding: 0 0 60px;}

.page-template-template-service .services-intro .main-title{
	color: #000;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px;
}

.page-template-template-service .services-intro .video-holder{
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.page-template-template-service .services-intro .text-holder{
	padding-left: 35px;
	padding-right: 10px;
	float: left;
	width: 50%;
}

.page-template-template-service .services-intro .text-holder .title{
	color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 10px;
}

.page-template-template-service .our-works{
	background: #f4f4f4;
	padding: 50px 0 0;
}

.page-template-template-service .our-works .heading{
	max-width: 780px;
	margin: 0 auto 50px;
	text-align: center;
}

.page-template-template-service .our-works .heading .main-title{
	color: #000;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px;
}

.widget.widget_benevolent_pro_icon_text .style2{text-align: center;}

.widget.widget_benevolent_pro_icon_text .style2 .icon-holder{
	margin-bottom: 15px;
}

.widget-block{
	background-size: cover !important;
	padding: 70px 0;
	text-align: center;
	position: relative;
}

.widget-block:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.widget-block .text{
	position: relative;
	color: #bebebe;
}

.wiget.widget_benevolent_pro_cta_widget .widget-title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 5px;
}

.wiget.widget_benevolent_pro_cta_widget .widget-content h1{
	font-size: 42px;
	line-height: 48px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 10px;
}

.wiget.widget_benevolent_pro_cta_widget .widget-content h2{
	font-size: 35px;
	line-height: 40px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 10px;
}

.wiget.widget_benevolent_pro_cta_widget .widget-content h3{
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 10px;
}

.wiget.widget_benevolent_pro_cta_widget .widget-content h4{
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 10px;
}

.wiget.widget_benevolent_pro_cta_widget .widget-content h5{
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 10px;
}

.wiget.widget_benevolent_pro_cta_widget .widget-content h6{
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 10px;
}

.wiget.widget_benevolent_pro_cta_widget .btn-detail{
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 10px 25px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s; 
}

.wiget.widget_benevolent_pro_cta_widget .btn-detail:hover,
.wiget.widget_benevolent_pro_cta_widget .btn-detail:focus{
	text-decoration: none;
	background: #fff;
	color: #000;
}

.donors{
	padding: 50px 0;
}

.donors .heading{
	margin: 0 auto 50px;
    max-width: 780px;
    text-align: center;
}

.donors .heading .main-title{
	color: #000;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px;
}

#donor-slider{
	text-align: center;
	margin: 0 auto 0 auto;
}

.donors .lSAction > .lSNext{text-align: right;}

.donors .lSAction > .lSNext:hover,
.donors .lSAction > .lSNext:focus{
	text-decoration: none;
}

.donors .lSAction > .lSNext:before{
	font-family: 'FontAwesome';
	font-size: 40px;
	content: '\f105';
}

.donors .lSAction > .lSPrev:hover,
.donors .lSAction > .lSPrev:focus{text-decoration: none;}

.donors .lSAction > .lSPrev:before{
	font-family: 'FontAwesome';
	font-size: 40px;
	content: '\f104';
}

.donors .lSSlideOuter .lightSlider li{
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.donors .lSSlideOuter .lightSlider li a {
	display: block;
}

.donors .lSSlideOuter .lightSlider li a img {
	max-width: 80%;
	height: auto;
}

.donors .lSAction > a {
	margin-top: -25px;
}

@media(max-width: 992px) {
	.donors .lSSlideOuter .lightSlider li a img {
		max-width: 70%;
	}
}

/*contact page*/
.page-template-template-contact .contact-holder{
	margin-bottom: 50px;
}

.page-template-template-contact .inner-pages .main-title{
	color: #000;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 30px;
}

.page-template-template-contact .contact-holder .col-left{
	width: 66.6667%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.page-template-template-contact .contact-holder .col-right{
	width: 33.3333%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.page-template-template-contact .contact-holder .col .title{
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: #000;
	margin: 0 0 10px;
}

.page-template-template-contact .contact-holder .col address{
	font-style: normal;
	padding-left: 30px;
	position: relative;
	margin: 0 0 15px;
}

.page-template-template-contact .contact-holder .col address:before{
	content: '\f041';
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 2px;
}

.page-template-template-contact .contact-holder .col .tel-link{
	display: block;
	color: #777;
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
}

.page-template-template-contact .contact-holder .col .tel-link:hover,
.page-template-template-contact .contact-holder .col .tel-link:focus{
	text-decoration: none;
	color: #45c267;
}

.page-template-template-contact .contact-holder .col .tel-link:before{
	position: absolute;
	top: 2px;
	left: 0;
	font-family: 'FontAwesome';
	font-size: 16px;
	content: '\f095';
}

.page-template-template-contact .contact-holder .col .email-link{
	display: block;
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
}

.page-template-template-contact .contact-holder .col .email-link:before{
	position: absolute;
	top: 2px;
	left: 0;
	font-family: 'FontAwesome';
	font-size: 16px;
	content: '\f003';
	color: #777;
}

.page-template-template-contact .contact-holder .col .social-networks{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.page-template-template-contact .contact-holder .col .social-networks li{
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
}

.page-template-template-contact .contact-holder .col .social-networks li a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #777;
	text-align: center;
	border: 1px solid #777;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.page-template-template-contact .contact-holder .col .social-networks li a:hover,
.page-template-template-contact .contact-holder .col .social-networks li a:focus{
	background: #45c267;
	border-color: #45c267;
	color: #fff;
	text-decoration: none;
}

.page-template-template-contact .map-holder{margin-bottom: 50px;}

/*team page style*/
.page-template-template-team .main-title{
	color: #000;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px;
}

.page-template-template-team .team-holder{margin: 0 0 30px;}

.page-template-template-team .team-holder .col{
	float: left;
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 22px;
}

.page-template-template-team .team-holder .col .team-member{
	background: #f4f4f4;
	padding: 15px;
}

.page-template-template-team .team-holder .col .team-member .heading{
	text-align: center;
	margin: 0 0 10px;
}

.page-template-template-team .team-holder .col .team-member .heading .team-title{
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: 400;
	margin: 0;
}

.page-template-template-team .team-holder .col .team-member .heading .designation{
	font-size: 16px;
	line-height: 20px;
}

.page-template-template-team .team-holder .col .team-member .img-holder{margin-bottom: 15px;}

.page-template-template-team .team-holder .col .team-member .img-holder img{vertical-align: top;}

.page-template-template-team .team-holder .col .team-member .team-content{
	font-size: 16px;
	line-height: 24px;
}

.page-template-template-team .team-holder .col .team-member .team-content p{margin: 0 0 5px;}

/*testimonial page style*/
.page-template-template-testimonial .main-title{
	color: #000;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 35px;
}

.page-template-template-testimonial .testimonial-holder{margin-bottom: 50px;}

.page-template-template-testimonial .testimonial{
	border: 1px solid #e4e4e4;
	overflow: hidden;
	margin-bottom: 33px;
}

.page-template-template-testimonial .testimonial .img-holder{
	width: 228px;
	float: left;
}

.page-template-template-testimonial .testimonial .img-holder img{vertical-align: top;}

.page-template-template-testimonial .testimonial .testimonial-content{
	overflow: hidden;
	padding: 30px 40px;
}

.page-template-template-testimonial .testimonial .testimonial-content .testimonial-title{
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #000;
	margin: 0 0 7px;
}

.page-template-template-testimonial .testimonial .testimonial-content .cite{
	position: relative;
	padding-top: 20px;
}

.page-template-template-testimonial .testimonial .testimonial-content .cite:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 82px;
	height: 1px;
	background: #e4e4e4;
}

.page-template-template-testimonial .testimonial .testimonial-content .cite .name{
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
}

.page-template-template-testimonial .testimonial .testimonial-content .cite .designation{display: block;}

/*blog-mediun style*/
.blog-medium #primary .post .post-thumbnail,
.blog-round #primary .post .post-thumbnail{
	float: left;
	width: 275px;
	margin-right: 30px;
}

.blog-medium #primary .post .text-holder,
.blog-round #primary .post .text-holder{overflow: hidden;}

.blog-round #primary .post .post-thumbnail img{
	border-radius: 50%;
	-webkit-border-radius: 150px;
}

.single-post #primary .post .post-thumbnail{
	float: none;
	display: block;
	width: 100%;
	margin-right: 0;
}

.single-post #primary .post .post-thumbnail img{
	border-radius: 0;
	-webkit-border-radius: 0;
}

/*promotional-block style*/
.promotional-block .widget_benevolent_pro_cta_widget{margin: 0;}

.promotional-block .widget_benevolent_pro_cta_widget .text{
	padding: 171px 0 90px;
	position: relative;
	text-align: center;
	background-size: cover !important;
}

.promotional-block .widget_benevolent_pro_cta_widget .text:after{
	z-index: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202020+0,202020+100&0+0,0.09+14,0.2+25,0.82+76,0.94+89,1+100 */
	background: -moz-linear-gradient(top,  rgba(32,32,32,0) 0%, rgba(32,32,32,0.09) 14%, rgba(32,32,32,0.2) 25%, rgba(32,32,32,0.82) 76%, rgba(32,32,32,0.94) 89%, rgba(32,32,32,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(32,32,32,0) 0%,rgba(32,32,32,0.09) 14%,rgba(32,32,32,0.2) 25%,rgba(32,32,32,0.82) 76%,rgba(32,32,32,0.94) 89%,rgba(32,32,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(32,32,32,0) 0%,rgba(32,32,32,0.09) 14%,rgba(32,32,32,0.2) 25%,rgba(32,32,32,0.82) 76%,rgba(32,32,32,0.94) 89%,rgba(32,32,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202020', endColorstr='#202020',GradientType=0 ); /* IE6-9 */
}

.promotional-block .widget_benevolent_pro_cta_widget .widget-title{
	font-size: 40px;
	line-height: 54px;
	color: #fff;
}

.promotional-block .widget_benevolent_pro_cta_widget .text-holder{
	max-width: 820px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	font-size: 24px;
	line-height: 35px;
	color: #fff;
}

.promotional-block .widget_benevolent_pro_cta_widget .btn-donate{
	background: #fff;
	font-size: 24px;
	line-height: 65px;
	font-weight: 600;
	color: #000;
	width: 264px;
	height: 65px;
	display: inline-block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.promotional-block .widget_benevolent_pro_cta_widget .btn-donate:hover{
	text-decoration: none;
	background: #fcb216;
	color: #fff;
}

/*contact-form7 style*/
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"]{
	width: 100%;
	padding: 10px 15px;
	margin-top: 5px;
}

.wpcf7-form textarea{
	padding: 10px 15px;
	resize: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer{background: #202020;}

.site-footer .column{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.footer-t{
	background: #202020;
	padding: 98px 0 6px;
	/*border-bottom: 1px solid #343434;*/
	margin: 0 0 35px;
}

.site-footer .widget .widget-title{
	font-size: 18px;
	line-height: 36px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.site-footer .widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #a9a9a9;
}

.site-footer .widget ul ul{
	margin-left: 15px;
	margin-top: 5px;
}

.site-footer .widget ul li{margin: 0 0 10px;}

.site-footer .widget ul li a{
	color: #a9a9a9;
}

.site-footer .widget ul li a:hover{
	text-decoration: none;
	color: #fcb216;
}

.footer-t .subscribe-form{
	overflow: hidden;
}

.footer-t .subscribe-form input[type="email"]{
	float: left;
	width: 224px;
	margin: 0;
	padding: 0;
	background: #181818;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	color: #a7a7a7;
	padding: 14px 22px;
}

.footer-t .subscribe-form input[type="submit"]{
	float: left;
	width: 55px;
	height: 55px;
	background: url(images/btn-submit.png) no-repeat;
	text-indent: -9999px;
	box-shadow: none;
	border-radius: 0;
	border: 0;
}

.site-footer .widget.widget_benevolent_pro_contact .social-networks li a:hover,
.site-footer .widget.widget_benevolent_pro_contact .social-networks li a:focus{
	background: #fcb216;
	border-color: #fcb216;
}

.site-footer .widget.widget_benevolent_pro_contact .tel-link:hover,
.site-footer .widget.widget_benevolent_pro_contact .tel-link:focus{
	color: #fcb216;
}

.site-footer .widget.widget_benevolent_pro_contact .email-link{color: #fcb216;}

.site-footer .widget.widget_benevolent_pro_stat_counter_widget .col{
	padding: 0;
	text-align: left;
}

.site-footer .widget.widget_benevolent_pro_stat_counter_widget .col .icon-holder{
	padding: 50px 0 0;
}

.site-footer .widget.widget_benevolent_pro_stat_counter_widget .col .number{padding: 50px 0 0;}

.site-footer .widget.widget_benevolent_pro_cta_widget .text .widget-content .btn-donate{
	background: #fff;
    color: #000;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    transition: all 0.2s;
    padding: 15px 35px;
}

.site-footer .widget.widget_benevolent_pro_cta_widget .text .widget-content .btn-donate:hover,
.site-footer .widget.widget_benevolent_pro_cta_widget .text .widget-content .btn-donate:focus{
	text-decoration: none;
	color: #fff;
	background: #fdc247;
}

.site-footer .widget.widget_benevolent_pro_icon_text_widget{
	float: none;
	display: block;
	width: 100%;
}

.footer-b{
	background: #202020;
	padding: 0 0 37px;
}

.footer-b .columns-6{
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 1px;
}

.site-footer .footer-b .columns-4 .social-networks{
	font-size: 24px;
	overflow: hidden;
}

.site-footer .footer-b .columns-4 .social-networks li{
	float: left;
	margin-right: 29px;
}

.site-footer .footer-b .columns-4 .social-networks li a{color: #fff;}

.site-footer .footer-b .columns-4 .social-networks li a:hover{color: #fcb216;}

.site-footer .columns-6 ul li{
	float: left;
	width: 50%;
}

.site-info{
	color: #a6a6a6;
	background: #0f0f0f;
	padding: 20px 0;
}

.site-info a{color: #a6a6a6;}

.site-info a:hover{
	color: #fcb216;
	text-decoration: none;
}

.site-info .copyright{float: left;}

.site-info .by{float: right;}

#mobile-header {
    display: none;
}

.site-footer .widget.widget_benevolent_pro_featured_post .text-holder{
	padding: 0;
}

.site-footer .widget.widget_benevolent_pro_recent_post .entry-header .entry-title a,
.site-footer .widget.widget_benevolent_pro_popular_post .entry-header .entry-title a,
.site-footer .widget.widget_benevolent_pro_category_post .entry-header .entry-title a,
.site-footer .widget.widget_benevolent_pro_author_post .entry-header .entry-title a{color: #a9a9a9;}

.site-footer .widget.widget_benevolent_pro_recent_post .entry-header .entry-title a:hover,
.site-footer .widget.widget_benevolent_pro_recent_post .entry-header .entry-title a:focus,
.site-footer .widget.widget_benevolent_pro_popular_post .entry-header .entry-title a:hover,
.site-footer .widget.widget_benevolent_pro_popular_post .entry-header .entry-title a:focus,
.site-footer .widget.widget_benevolent_pro_category_post .entry-header .entry-title a:hover,
.site-footer .widget.widget_benevolent_pro_category_post .entry-header .entry-title a:focus,
.site-footer .widget.widget_benevolent_pro_author_post .entry-header .entry-title a:hover,
.site-footer .widget.widget_benevolent_pro_author_post .entry-header .entry-title a:focus{color: #fcb216;}

.site-footer .widget.widget_benevolent_pro_twitter_feeds_widget ul li a{color: #fcb216;}

.site-footer .widget.widget_benevolent_pro_twitter_feeds_widget ul li a:hover,
.site-footer .widget.widget_benevolent_pro_twitter_feeds_widget ul li a:focus{text-decoration: underline;}

.site-footer .widget.widget_benevolent_pro_instagram_widget ul{
	margin-left: -5px;
	margin-right: -5px; 
}

.site-footer .widget.widget_benevolent_pro_instagram_widget p{
	margin: 0;
}

#secondary-mobile-header{display: none;}

/* Back to Top */
#rara-top{
	position: fixed;
	bottom: 10px;
	right: 10px;
	/*background: rgba(0, 0, 0, 0.5);*/
	background: #000;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	display: none;
	opacity: 0.5;
}

#rara-top:hover,
#rara-top:focus{opacity: 1;}

#rara-top .fa{font-size: 25px;}

#rara-top .fa:hover{color: #fff;}
/* Back to Top Ends */

/*---------------------------------------------------------------------
 Header Layouts
 --------------------------------------------------------------------*/
 /*header-two style*/
.home.has-slider .site-header.header-two .header-bottom,
.site-header.header-two .header-bottom{background: #fff;}

.site-header.header-two .site-branding .site-title a{color: #000;}

.site-header.header-two .site-branding .site-description{color: #777;}

.site-header.header-two .main-navigation a,
.site-header.header-three .main-navigation a{color: #2b2b2b;}

.site-header.header-two .main-navigation a:hover,
.site-header.header-two .main-navigation a:focus,
.site-header.header-two .main-navigation ul li:hover > a,

.site-header.header-three .main-navigation a:hover,
.site-header.header-three .main-navigation a:focus,
.site-header.header-three .main-navigation ul li:hover > a{
	color: #fcb216;
}

.site-header.header-two #mobile-header a{background: url(images/btn-menu-black.png) no-repeat;}

.site-header.header-two .main-navigation ul li .btn-donate:hover,
.site-header.header-two .main-navigation ul li .btn-donate:focus{color: #2b2b2b;}

/*header-three style*/
.site-header.header-three .header-holder{
	float: right;
	/*width: calc(100% - 198px);*/
}

.site-header.header-three .header-holder:after{
	/*overflow: hidden;*/
	content: '';
	display: block;
	clear: both;
}

.site-header.header-three,
.home.has-slider .site-header.header-three{background: #fff;}

.site-header.header-three .header-top:after{
	content: '';
	display: block;
	clear: both;
}

.site-header.header-three .header-top{
	background: #fff;
	padding-left: 32px;
	padding-right: 11px;
	padding-top: 0;
	border-bottom: 1px solid #ebebeb;
}

.site-header.header-three .header-top .secondary-navigation ul li a{
	color: #646464;
	padding: 13px 0;
}

.site-header.header-three .header-top .secondary-navigation ul ul li a{padding: 10px;}

.site-header.header-three .header-top .secondary-navigation ul li a:hover,
.site-header.header-three .header-top .secondary-navigation ul li a:focus,
.site-header.header-three .header-top .secondary-navigation ul li:hover > a{color: #000;}

.site-header.header-three .header-top .secondary-navigation ul ul li a:hover,
.site-header.header-three .header-top .secondary-navigation ul ul li a:focus,
.site-header.header-three .header-top .secondary-navigation ul ul li:hover > a{color: #fff;}

.site-header.header-three .header-top .social-networks li a{
	color: #525252;
	display: block;
	padding: 15px;
	border-left: 1px solid #f2f2f2;
}

.site-header.header-three .header-top .social-networks li a:hover,
.site-header.header-three .header-top .social-networks li a:focus{color: #acacac;}

.site-header.header-three .header-bottom:after{
	content: '';
	display: block;
	clear: both;
}

.home.has-slider .site-header.header-three .header-bottom,
.site-header.header-three .header-bottom{
	background: #fff;
	padding-left: 32px;
	padding-right: 11px;
}

.site-header.header-three .header-top .social-networks li{margin-right: 0;}

.site-header.header-three .header-top .social-networks{
	line-height: 13px;
	border-right: 1px solid #f2f2f2;
}

.site-header.header-three .header-top .right-panel{
	float: right;
}

.site-header.header-three .header-top .right-panel .btn-holder{
	float: left;
	margin-right: 14px;
	margin-top: 8px;
}

.site-header.header-three .header-top .right-panel .btn-holder .btn-donate{
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	color: #fff;
	width: auto;
	height: auto;
	border: 0;
	background: #fcb216;
	text-transform: uppercase;
	padding: 6px 15px;
	margin-left: 14px;
	margin-top: 0;
}

.site-header.header-three .header-top .right-panel .btn-holder .btn-donate:hover,
.site-header.header-three .header-top .right-panel .btn-holder .btn-donate:focus{opacity: 0.8;}

.site-header.header-three .header-top .right-panel .btn-holder .btn-signin{
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 15px;
	float: right;
	border: 1px solid #111;
	color: #111;
}

.site-header.header-three .header-top .right-panel .btn-holder .btn-signin:hover,
.site-header.header-three .header-top .right-panel .btn-holder .btn-signin:focus{
	text-decoration: none;
	color: #fff;
	background: #111;
}

.site-header.header-three .site-branding{
	margin: 0;
	background: #fcb216;
	color: #fff;
	padding: 38px 20px;
}

.site-header.header-three .site-branding .site-title a{color: #fff;}

.site-header.header-three .main-navigation{float: left;}

.site-header.header-three .header-bottom .search,
.site-header.header-four .header-bottom .search{
	position: relative;
	float: right;
	margin: 10px 10px 0 0;
}

.site-header.header-three .header-bottom .search .fa,
.site-header.header-four .header-bottom .search .fa{
	cursor: pointer;
	font-size: 15px;
	color: #525252;
}

.site-header.header-three .header-bottom .search .form-holder,
.site-header.header-four .header-bottom .search .form-holder{
	position: absolute;
	top: 50px;
	right: 0;
	width: 350px;
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	display: none;
}

.site-header.header-three .header-bottom .search .form-holder .search-form,
.site-header.header-four .header-bottom .search .form-holder .search-form{
	width: 100%;
	margin: 0;
}

/*header four style*/
.site-header.header-four .header-top{
	background: #fff;
	padding: 0;
}

.site-header.header-four .site-branding .site-title a{color: #171717;}

.site-header.header-four .site-branding .site-description{color: #5a5a5a;}

.site-header.header-four .header-top .right-panel{float: right;}

.site-header.header-four .header-top .social-networks{
	border-left: 1px solid #f2f2f2;
	padding-left: 19px;
	padding-top: 16px;
}

.site-header.header-four .header-top .social-networks li a{
	background: #d0d0d0;
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	-webkit-border-radius: 100px;
	text-align: center;
	display: block;
	line-height: 24px;
}

.site-header.header-four .header-top .social-networks li{margin-right: 7px;}

.site-header.header-four .header-top .social-networks li a:hover,
.site-header.header-four .header-top .social-networks li a:focus{
	background: #000;
}

.site-header.header-four .header-top .secondary-navigation{margin-top: 18px;}

.site-header.header-four .header-top .secondary-navigation ul li a{color: #646464;}

.site-header.header-four .header-top .secondary-navigation ul li a:hover,
.site-header.header-four .header-top .secondary-navigation ul li a:focus,
.site-header.header-four .header-top .secondary-navigation ul li:hover > a{color: #000;}

.site-header.header-four .header-top .secondary-navigation ul ul li:hover > a{color: #fff;}

.site-header.header-four .header-top .secondary-navigation ul ul li a{color: #acacac;}

.site-header.header-four .header-top .secondary-navigation ul ul ul{
	left: auto;
	right: 100%;
}

.site-header.header-four .site-branding{
	margin-top: 15px;
	margin-bottom: 20px;
}

.home.has-slider .site-header.header-four .header-bottom,
.site-header.header-four .header-bottom{
	background: #45c267;
	padding: 0;
}

.site-header.header-four .main-navigation{
	float: left;
}

.site-header.header-four .main-navigation ul{
	margin: 0;
	font-size: 15px;
	line-height: 18px;
}

.site-header.header-four .main-navigation ul li{margin-left: 1px;}

.site-header.header-four .main-navigation ul li:first-child{margin-left: 0;}

.site-header.header-four .main-navigation ul li a{padding: 14px 15px 15px;}

.site-header.header-four .main-navigation ul li a:hover,
.site-header.header-four .main-navigation ul li a:focus,
.site-header.header-four .main-navigation ul li:hover > a,
.site-header.header-four .main-navigation ul .current-menu-item a{
	background: #3eae5c;
	color: #fff;
}

.site-header.header-four .main-navigation ul ul li a:hover,
.site-header.header-four .main-navigation ul ul li a:focus,
.site-header.header-four .main-navigation ul ul li:hover > a{
	background: none;
	color: #fcb216;
}

.site-header.header-four .header-bottom .search{
	float: right;
}

.site-header.header-four .header-bottom .search .fa{color: #fff;}

.site-header.header-four .header-bottom .search .form-holder{top: 37px;}

.site-header.header-four #secondary-mobile-header a{background: url(images/btn-menu-black.png) no-repeat;}

.site-header.header-four .main-navigation ul li a.btn-donate{
	margin: 0;
	border: 0;
	padding: 14px 15px 15px;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}

/*header-five style*/
.site-header.header-five,
.home.has-slider .site-header.header-five{background: #fff;}

.site-header.header-five .header-top{
	background: #0f907f;
	padding-top: 10px;
}

.site-header.header-five .header-top .secondary-navigation ul li a{
	padding-bottom: 17px;
	color: #ebebeb;
}

.site-header.header-five .header-top .social-networks{line-height: 24px;}

.site-header.header-five .header-top .social-networks li{
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 7px;
}

.site-header.header-five .header-top .social-networks li a{
	display: block;
	width: 24px;
	height: 24px;
	background: #0e8575;
	border-radius: 50%;
	-webkit-border-radius: 100px;
	text-align: center;
	color: #ececec;
	line-height: 24px;
}

.site-header.header-five .header-top .social-networks li a:hover,
.site-header.header-five .header-top .social-networks li a:focus{
	text-decoration: none;
	background: #3fa699;
}

.site-header.header-five .site-branding{
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

.site-header.header-five .site-branding .site-title a{color: #171717;}

.site-header.header-five .site-branding .site-description{color: #171717;}

.site-header.header-five .header-bottom,
.home.has-slider .site-header.header-five .header-bottom{
	background: #fff;
	padding: 0;
	border-top: 1px solid #eee;
}

.site-header.header-five .main-navigation{
	float: left;
}

.site-header.header-five .main-navigation ul{font-size: 15px;}

.site-header.header-five .main-navigation ul li a:hover,
.site-header.header-five .main-navigation ul li a:focus,
.site-header.header-five .main-navigation ul li:hover > a,
.site-header.header-five .main-navigation ul li.current-menu-item > a{
	color: #fcb216;
}

.site-header.header-five .main-navigation a{color: #525252;}

.site-header.header-five .header-bottom .search{float: right;}

.site-header.header-five .header-bottom .search{
	position: relative;
	float: right;
	margin: 10px 10px 0 0;
}

.site-header.header-five .header-bottom .search .fa{
	cursor: pointer;
	font-size: 15px;
	color: #525252;
}

.site-header.header-five .header-bottom .search .form-holder{
	position: absolute;
	top: 40px;
	right: 0;
	width: 350px;
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	display: none;
}

.site-header.header-five .header-bottom .search .form-holder .search-form{
	width: 100%;
	margin: 0;
}

.site-header.header-five .main-navigation ul li a.btn-donate{
	font-size: 15px;
	line-height: 18px;
	padding: 0 0 17px;
	margin: 0;
	border: 0;
	background: none;
}

.site-header.header-five .main-navigation ul li a.btn-donate:hover,
.site-header.header-five .main-navigation ul li a.btn-donate:focus{
	text-decoration: none;
	background: none;
	color: #fcb216;
}

/*give plugin listing page style*/
.give-goal-progress .raised{
	text-align: right;
	overflow: hidden;
}

.give-goal-progress .raised .income{
	color: #000;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	float: left;
}

.give-progress-bar{height: 10px;}

#primary .post .entry-footer:after{
	content: '';
	display: block;
	clear: both;
}

#primary .post .entry-footer .tags-block .cat-links,
#primary .post .entry-footer .tags-block .tags-links{
	display: block;
}

#primary .post .entry-footer .btn-donate{
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	background: #fcb216;
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 30px;
	border: 1px solid #fcb216;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#primary .post .entry-footer .btn-donate:hover,
#primary .post .entry-footer .btn-donate:focus{
	text-decoration: none;
	background: none;
	color: #fcb216;
}

.single-give_forms #primary .post .entry-title{
	color: #121212;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 25px;
}

.single-give_forms #primary .post .give-sidebar{
	float: none;
	display: block;
	width: 100%;
}

.single-give_forms #primary .post .entry-summary{
	float: none;
	display: block;
	width: 100%;
}

.single-give_forms #primary .post .entry-summary .give-btn{
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	background: #fcb216;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 30px;
	border: 1px solid #fcb216;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.single-give_forms #primary .post .entry-summary .give-btn:hover,
.single-give_forms #primary .post .entry-summary .give-btn:focus{
	text-decoration: none;
	background: none;
	color: #fcb216;
}

#secondary .give-form-wrap{
	padding: 28px 30px 1px 27px;
}

#secondary .give-form-wrap .give-btn{
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	background: #fcb216;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 30px;
	border: 1px solid #fcb216;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#secondary .give-form-wrap .give-btn:hover,
#secondary .give-form-wrap .give-btn:focus{
	text-decoration: none;
	background: none;
	color: #fcb216;
}

#secondary .give-form-wrap #give-gateway-radio-list{padding: 0;}

#secondary .give-form-wrap #give-gateway-radio-list li{margin-right: 10px;}

/*shortcode style*/
#primary .post .entry-content .rara_accordian,
#primary .page .entry-content .rara_accordian{
	border: 1px solid #fcb216;
	margin: 0 0 15px;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title,
#primary .page .entry-content .rara_accordian .rara_accordian_title{
	background: #fcb216;
	padding: 7px 15px 7px 35px;
	color: #fff;
	position: relative;
	cursor: pointer;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title:before,
#primary .page .entry-content .rara_accordian .rara_accordian_title:before{
	background: #fff;
    content: '';
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    width: 15px;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title:after{
	background: #fff;
    content: "";
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
    width: 15px;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title.active:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title.active:after{opacity: 0;}

#primary .post .entry-content .rara_accordian .rara_accordian_content,
#primary .page .entry-content .rara_accordian .rara_accordian_content{
	padding: 10px 20px;
}

/*CTA button*/
#primary .entry-content .center{
	text-align: center;
}

#primary .entry-content .rara_call_to_action_button{
	background: #fcb216;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 33px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#primary .entry-content .rara_call_to_action_button:hover,
#primary .entry-content .rara_call_to_action_button:focus{
	opacity: 0.8;
	text-decoration: none;
}

#primary .entry-content .rara_call_to_action.right:after{
	content: '';
	display: block;
	clear: both;
}

#primary .entry-content .rara_call_to_action.right .rara_call_to_action_button{
	float: right;
}

#primary .entry-content .rara_call_to_action.left .rara_call_to_action_button{
	float: left;
}

/*dropcap*/
.rara-drop-cap2 {
    float: left;
    font-size: 53px;
    padding-right: 10px;
    padding-top: 16px;
}

.rara-drop-cap3 {
    float: left;
    font-size: 80px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-top: 30px;
}

.rara-drop-cap4 {
    float: left;
    font-size: 115px;
    margin-bottom: 32px;
    padding-right: 10px;
    padding-top: 45px;
}

/*list-style*/
#primary .post .entry-content ul,
#primary .page .entry-content ul,
#primary .post .entry-content ol,
#primary .page .entry-content ol{
	margin: 0 0 30px 15px;
	padding: 0;
	line-height: 32px;
}

/*shortcode*/
#primary .post .entry-content li > ul,
#primary .post .entry-content li > ol{margin-bottom: 0;}

#primary .post .entry-content ul.rara-list,
#primary .page .entry-content ul.rara-list{list-style: none;}

#primary .post .entry-content .rara-list li,
#primary .page .entry-content .rara-list li{
	padding-left: 30px;
	position: relative;
}

#primary .post .entry-content .rara-list.rara-list-style1 li:before,
#primary .page .entry-content .rara-list.rara-list-style1 li:before{
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style2 li:before,
#primary .page .entry-content .rara-list.rara-list-style2 li:before{
	content: '\f0da';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style3 li:before,
#primary .page .entry-content .rara-list.rara-list-style3 li:before{
	content: '\f18e';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style4 li:before,
#primary .page .entry-content .rara-list.rara-list-style4 li:before{
	content: '\f005';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style5 li:before,
#primary .page .entry-content .rara-list.rara-list-style5 li:before{
	content: '\f04d';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 9px;
}

#primary .post .entry-content .rara-list.rara-list-style6 li:before,
#primary .page .entry-content .rara-list.rara-list-style6 li:before{
	content: '\f1cd';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style7 li:before,
#primary .page .entry-content .rara-list.rara-list-style7 li:before{
	content: '\f1d8';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style8 li:before,
#primary .page .entry-content .rara-list.rara-list-style8 li:before{
	content: '\f0a4';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style9 li:before,
#primary .page .entry-content .rara-list.rara-list-style9 li:before{
	content: '\f069';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style10 li:before,
#primary .page .entry-content .rara-list.rara-list-style10 li:before{
	content: '\f056';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

/*shortcode social icon*/
#primary .entry-content .social-shortcode:after{
	content: '';
	display: block;
	clear: both;
}

#primary .entry-content .social-shortcode a{
    float: left;
    color: #777;
    margin: 0 15px 15px 0;
    font-size: 16px;
}

#primary .entry-content .social-shortcode a:hover,
#primary .entry-content .social-shortcode a:focus{
	text-decoration: none;
	color: #45c267
}

.clearfix:after{
	content: '';
	display: block;
	clear: both;
}

/*shortcode tab*/
#primary .entry-content .rara_tab_wrap{margin: 0 0 1.5em;}

#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title{
	float: left;
	padding: 5px 9px;
	border: 1px solid #fcb216;
	cursor: pointer;
}

#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title.active,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:hover,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:focus{
	background: #fcb216;
	color: #fff;
}

#primary .entry-content .rara_tab_wrap .rara_tab_content{
	padding: 10px 20px;
	background: #f8f8f8;
}

#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group{
	float: left;
	width: 225px;
}

#primary .entry-content .rara_tab_wrap.vertical .rara_tab_content{overflow: hidden;}

#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group .tab-title{
	float: none;
	display: block;
}

/*shortcode toggle*/
.rara_toggle{
	border: 1px solid #fcb216;
	margin: 0 0 10px;
}

.rara_toggle .rara_toggle_title{
	background: #fcb216;
    color: #fff;
    cursor: pointer;
    padding: 7px 15px 7px 35px;
    position: relative;
}

.rara_toggle .rara_toggle_title:after{
	background: #fff;
    content: "";
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
    width: 15px;
}

.rara_toggle .rara_toggle_title:before{
	background: #fff;
    content: "";
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    width: 15px;
}

.rara_toggle .rara_toggle_title.active:after{opacity: 0;}

.rara_toggle .rara_toggle_content{padding: 10px 20px;}

/*shortcode slider*/
#primary .entry-content .shortcode-slider ul{margin: 0;}

#primary .entry-content .shortcode-slider .lSAction > a{top: 41%;}

#primary .entry-content .shortcode-slider .lSAction > .lSNext{
	background: url("images/btn-next.png") no-repeat;
    height: 40px;
    width: 30px;
}

#primary .entry-content .shortcode-slider .lSAction > .lSPrev{
	background: url("images/btn-prev.png") no-repeat;
    height: 40px;
    width: 30px;
}

/*shortcode grid layout*/
.rara-row{
	margin: 0 -15px;	
}

.rara-row:after{
	content: '';
	display: block;
	clear: both;
}

.rara_column{
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

.rara-span1{width: 16.66%;}

.rara-span2{width: 33.33%;}

.rara-span3{width: 50%;}

.rara-span4{width: 66.66%;}

.rara-span5{width: 83%;}

.rara-span6{width: 100%;}

.divider{margin: auto;}

/*sticky-menu style*/
.sticky-menu{
	position: fixed !important;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: animatedown 0.3s; /* Chrome, Safari, Opera */
    animation: animatedown 0.3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes animatedown {
    from {top: -100px;}
    to {top: 0}
}

@keyframes animatedown {
    from {top: -100px;}
    to {top: 0}
}

.site-header.header-one .header-bottom.sticky-menu{
	background: #000 !important;
} 

#secondary .widget.widget_give_forms_widget ul{
    padding: 0;
}

#secondary .widget.widget_give_forms_widget ul li{
    margin-right: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#secondary .widget.jetpack_subscription_widget{
    padding: 28px 30px 1px 27px;
}

#secondary .widget.jetpack_subscription_widget form input[type="email"]{
    background: #fff;
}

/*responsive style*/
@media only screen and (max-width: 1199px){
	.container{
		max-width: 970px;
	}
	.main-navigation li{margin-left: 19px;}
	.site-header .btn-donate{width: 133px;}
	.main-navigation ul{margin-right: 13px;}
	.intro .columns-3{padding-left: 10px;}
	.our-community .community-holder .hover-state p{margin: 0 0 5px;}
	.our-community .community-holder .hover-state .text-content{
		line-height: 24px;
		top: 1vw;
	}
	.donation-box .columns-8 .tabset ul li a{width: 283px;}
	.donation-box .columns-8 .tab-content .btn-holder button{width: 139px;}
	.blog-section .header{padding: 40px 0;}
	.footer-t .subscribe-form input[type="email"]{width: 167px;}
	.banner .banner-text{
		/*top: 30%;*/
		top: 15vw;
	}

	.give-section .lSAction > .lSPrev{left: 45%;}

	.give-section .lSAction > .lSNext{right: 45%;}
}
@media only screen and (max-width: 991px){
	.container{
		max-width: 750px;
	}
	#mobile-header {
        display: block;
        /*position: absolute;
        right: 15px;*/
        z-index: 10;
        float: right;
    }
    #mobile-header a{
    	background: url(images/btn-menu.png) no-repeat;
        width: 45px;
        height: 45px;
        text-indent: -9999px;
        display: block;
    }
	#site-navigation{display: none;}
	.site-header .btn-donate{margin-right: 110px;}

	.banner .banner-text{top: 20vw;}

	.banner .text{
		font-size: 24px;
		line-height: 28px;
	}
	.banner .text .main-title{
		font-size: 30px;
		line-height: 36px;
		margin: 0 0 10px;
	}
	.banner .text .btn-learn{
		width: 244px;
		line-height: 55px;
		height: 55px;
	}

	.banner .text .btn-more{padding: 15px 40px;}

	.banner .text p{margin: 0 0 15px;}

	.our-community .community-holder .columns-2{width: 100%;}
	.donation-box .columns-8 .tabset ul li a{width: 209px;}
	.donation-box .columns-8 .tab-content .btn-holder button{
		width: 102px;
		font-size: 18px;
		line-height: 32px;
	}
	.donation-box .columns-8 .tab-content .btn-holder button strong{
		font-size: 40px;
		line-height: 46px;
	}
	.donation-box .columns-4{padding-right: 10px;}
	.footer-t .subscribe-form input[type="email"]{width: 112px;}
	.site-info{font-size: 16px;}
	#primary,
	#secondary{width: 100%;}

	.site-header .header-top .secondary-navigation{display: none;}

	#secondary-mobile-header {
        display: block;
        /*position: absolute;
        left: 15px;*/
        z-index: 3;
        float: left;
    }
    #secondary-mobile-header a{
    	background: url(images/btn-menu.png) no-repeat;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        display: block;
    }

    .site-header .header-top{padding: 15px 0 20px;}

    .page-template-template-service .services-intro .video-holder{
    	width: 100%;
    	margin-bottom: 30px;
    }

    .page-template-template-service .services-intro .text-holder{
    	width: 100%;
    	padding-left: 10px;
    }

    .widget.widget_benevolent_pro_icon_text{width: 50%;}

    .page-template-template-team .team-holder .col{width: 50%;}

    .stats .widget.widget_benevolent_pro_stat_counter_widget{
    	width: 50%;
    	margin-bottom: 30px;
    }

    .site-footer .column{width: 50%;}

    .site-header.header-three #secondary-mobile-header{
    	position: relative;
    	float: left;
    	left: 0;
    	margin-top: 6px;
    }

    .site-header.header-three #secondary-mobile-header a,
    .site-header.header-three #mobile-header a{background: url(images/btn-menu-black.png);}

    .site-header.header-three #mobile-header{right: 55px;}

    .site-header.header-three .header-top{padding-bottom: 0;}

    .site-header.header-three .header-top .right-panel .btn-holder .btn-donate{margin-right: 0;}

    .site-header.header-four .site-branding{
    	margin-left: 50px;
    	margin-bottom: 0;
    	text-align: left;
    }

    .site-header.header-four .header-bottom .search{margin-right: 55px;}

    .home.has-slider .site-header.header-four .header-bottom,
    .site-header.header-four .header-bottom{position: relative;}

    .site-header.header-four #mobile-header{
    	top: 3px;
    }

    .site-header.header-four .header-top .right-panel{width: 100%;}

    .site-header.header-four .header-top .social-networks{
    	float: left;
    	margin-bottom: 10px;
    }

    .site-header.header-five #mobile-header a{
    	background: url(images/btn-menu-black.png) no-repeat;
    	width: 32px;
    	height: 32px;
    }

    .site-header.header-five .header-bottom .search{
    	float: left;
    	margin: 0;
    }

    .site-header.header-five .header-bottom,
    .home.has-slider .site-header.header-five .header-bottom{
    	padding: 10px 0;
    }

    .site-header.header-five .header-bottom .search .form-holder{
    	right: auto;
    	left: 0;
    }

    .give-section .lSAction > .lSPrev{
    	left: 40%;
    }

    .give-section .lSAction > .lSNext{right: 40%;}

}
@media only screen and (max-width: 767px){
	.container{width: 100%;}
	.site-header{
		position: relative;
		background: #202020;
		padding-bottom: 25px;
	}

	.home.has-slider .site-header,
	.home .site-header,
	.home.blog.has-slider .site-header{
		position: relative;
		padding-bottom: 0;
	}

	.site-header .site-branding{
		width: 85%;
	}

	.site-header .header-top .social-networks{width: 85%;}

	.site-header .site-branding .site-title{font-size: 26px;}

	.banner .banner-text{
		position: relative;
		background: #202020;
		padding: 20px 0 65px;
		top: 0;
	}

	.banner .text .main-title{
		font-size: 18px;
		line-height: 26px;
	}

	.banner .text .btn-more{
		font-size: 18px;
		padding: 10px 20px;
	}

	#mobile-header{top: 80px;}
	.site-header .btn-donate{
		float: none;
		display: inline-block;
		margin: 0;
	}
	.intro .header .main-title{
		font-size: 28px;
		line-height: 32px;
	}
	.intro .columns-3{
		width: 100%;
		margin-bottom: 30px;
	}
	.our-community .header .main-title{
		font-size: 28px;
		line-height: 32px;
	}
	.our-community .community-holder .hover-state .title{
		font-size: 24px;
		line-height: 28px;
	}
	.our-community .community-holder .hover-state{
		font-size: 18px;
		line-height: 22px;
	}
	.our-community .community-holder .hover-state .btn-holder a{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.our-community .community-holder .hover-state .text-content{display: none;}
	.our-community .community-holder .text-holder .title{
		font-size: 24px;
		line-height: 28px;
	}
	.our-community .community-holder .text-holder{
		font-size: 18px;
		line-height: 22px;
	}
	.stats .columns-4{
		width: 100%;
		margin-bottom: 30px;
	}
	.donation .main-title{
		font-size: 28px;
		line-height: 32px;
		margin: 0 0 30px;
	}
	.donation-box{padding: 20px;}
	.donation-box .columns-4{
		width: 100%;
		margin-bottom: 30px;
	}
	.donation-box .columns-8{width: 100%;}
	.donation-box .columns-8 .tabset ul li a{
		font-size: 16px;
		line-height: 20px;
	}
	.donation-box .columns-8 .tabset ul li a{
		width: 124px;
		height: 58px;
		padding: 10px 10px;
	}
	.donation-box .columns-8 .tab-content .btn-holder button{
		width: 48%;
		margin-bottom: 3px;
	}
	.blog-section .header .main-title{
		font-size: 28px;
		line-height: 32px;
	}
	.blog-section .blog-holder .columns-3{
		width: 100%;
		margin-bottom: 30px;
	}
	.sponsors .columns-5{
		width: 100%;
		margin-bottom: 30px;
	}
	.site-footer .promotional-block .title{
		font-size: 28px;
		line-height: 32px;
	}
	.site-footer .promotional-block .btn-donate{
		width: 264px;
		height: 45px;
		font-size: 18px;
		line-height: 45px;
	}
	.site-footer .columns-4, .site-footer .widget{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-t .subscribe-form input[type="email"]{width: 245px;}
	.footer-b .columns-6{
		width: 100%;
		margin-bottom: 30px;
	}
	.site-footer .columns-6 ul li{width: 100%;}
	.site-info .copyright,
	.site-info .by{
		float: none;
		display: inline-block;
		text-align: center;
	}
	.intro{padding: 40px 0;}
	.our-community .header{padding: 30px 10px;}
	.stats{padding: 30px 0;}
	.donation{padding: 40px 0;}
	.blog-section .blog-holder{padding: 40px 0;}
	.sponsors{padding: 30px 0;}
	.site-footer .promotional-block{padding: 50px 0 0;}
	.footer-t{padding-top: 50px;}
	#primary .post .entry-meta .byline,
	#primary .post .entry-meta .comments-link,
	#primary .post .entry-meta .posted-on{
		display: block;
		margin: 0 0 5px;
	}
	.comment-list .comment-content, .comment-list .reply{margin-left: 0;}
	.comment-meta{overflow: hidden;}
	.comment-list .children{margin-left: 20px;}
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"]{width: 100%;}
	.search .search-form{width: 100%;}

	.page-template-template-about .our-works .widget,
	.page-template-template-about .our-believe .believe-lists li,
	.page-template-template-about .current-project .col{
		width: 100%;
	}

	.about-us .main-title,
	.page-template-template-about .our-works .heading .main-title,
	.page-template-template-about .our-believe .heading .main-title,
	.page-template-template-about .current-project .heading .main-title{
		font-size: 28px;
		line-height: 30px;
	}
	
	.page-template-template-about .our-works{padding-top: 20px;}

	.page-template-template-about .our-believe,
	.page-template-template-about .current-project{padding: 20px 0;}

	.widget.widget_benevolent_pro_icon_text{width: 100%;}

	.page-template-template-contact .contact-holder .col-left,
	.page-template-template-contact .contact-holder .col-right{width: 100%;}

	.page-template-template-contact .contact-holder .col-left{margin-bottom: 30px;}

	.page-template-template-team .team-holder .col{width: 100%;}

	.page-template-template-team .team-holder .col .team-member .img-holder,
	.page-template-template-team .team-holder .col .team-member .team-content{text-align: center;}

	.page-template-template-testimonial .testimonial .testimonial-content{
		width: 100%;
		padding: 20px;
	}

	.page-template-template-testimonial .testimonial .img-holder{width: 100%;}

	.page-template-template-testimonial .testimonial .img-holder img{width: 100%;}

	.blog-medium #primary .post .text-holder,
	.blog-round #primary .post .text-holder{
		width: 100%;
	}

	.stats .widget.widget_benevolent_pro_stat_counter_widget{
    	width: 100%;
    }

    .site-footer .column{
    	width: 100%;
    }

    .site-header.header-three .header-holder{width: 100%;}

	.site-header.header-three .header-top .right-panel .btn-holder .btn-donate{float: right;}

	.site-header.header-five #mobile-header{
		position: relative;
		top: 0;
		right: 0;
		float: right;
	}

	.site-header.header-five .header-top{padding-bottom: 10px;}

	.site-header.header-five,
	.home.has-slider .site-header.header-five{
		background: #fff !important;
	}

	.give-section .lSAction > .lSNext{right: 30%;}

	.give-section .lSAction > .lSPrev{left: 30%;}

	.give-section{
		padding: 20px 0;
	}

	.give-section .main-title{
		font-size: 28px;
		line-height: 32px;
	}

	.page-template-template-about .our-believe ul li{width: 100%;}

	.widget.widget_benevolent_pro_icon_text_widget{
		width: 100%;
	}

	.rara-span1,
	.rara-span2,
	.rara-span3,
	.rara-span4,
	.rara-span5,
	.rara-span6{width: 100%;}

	.site-header.header-three .site-branding{width: 100%;}

	.site-header.header-three .header-top .right-panel{width: 100%;}

	.site-header.header-three .header-top{padding-left: 11px;}

	.site-header.header-three .header-top .right-panel .btn-holder .btn-donate{margin-left: 0;}

	.site-header.header-three .header-top .social-networks{width: 100%;}
	
}