/*
Theme Name: Benevolence
Author: Victor Tihai
Theme URI: http://themeforest.net/item/benevolence-church-nonprofit-association/7860360
Author URI: http://wplook.ca/
Description: Premium WordPress Theme for Church, Nonprofit Association, Foundations, Nonprofit Organizations.
Version: 1.0.3
License: GNU General Public License
License URI: license.txt
Tags: black, blue, green, orange, pink, red, white, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, front-page-post-form, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blavatar
*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);

/* Fonts
	font-family: 'Source Sans Pro', sans-serif;
*/

/*-----------------------------------------------------------------------------------*/
/*	Reset default browser CSS.
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*   Based on work by Eric Meyer and html5doctor.com
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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


/*-----------------------------------------------------------------------------------*/
/*	Remember to define focus styles!
/*-----------------------------------------------------------------------------------*/

:focus {
	outline: 0;
}

body {
	background: #ffffff;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-family: 'Source Sans Pro', sans-serif;
}

ol, ul {
	list-style: none;
}


/*-----------------------------------------------------------------------------------*/
/*	Tables still need 'cellspacing="0"' in the markup
/*-----------------------------------------------------------------------------------*/

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

/*table*/
.entry-content table, .comment-content table {
	border: 1px solid #ddd;
	width: 100%;
	margin: 20px 0;
}

.entry-content th, .comment-content th {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 20px 0px;
	padding: 10px 10px;
	background: #f3f3f3;
}

.entry-content td, .comment-content td {
	border-top: 1px solid #ddd;
	padding: 10px 10px;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

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

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

.entry-content blockquote {
	padding: 10px 10px 10px 20px;
	background: #fafafa;
	margin-bottom: 20px;
	margin: 40px 0 40px 40px;
}

blockquote p {
	font-size: 22px;
	margin-bottom: 0px;
	font-weight: 300;
	line-height: 30px;
}

a img {
	border: 0;
}

.page-link {
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*	Alignment
/*-----------------------------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.fright {
	float: right;
}
.frighti {
	float: right!important;
}
.fleft {
	float: left;
}

.clear{
	clear: both;
}


/*-----------------------------------------------------------------------------------*/
/*	Global
/*-----------------------------------------------------------------------------------*/

body, input, textarea {
	color: #333;
	font-size: 14px;
	line-height: normal;
}


/*-----------------------------------------------------------------------------------*/
/*	Headings
/*-----------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
	line-height: normal;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #239fdb;

}

.entry-content h1 {
	font-size:26px;
	margin-bottom: 20px;
}

.entry-content h2 {
	font-size:24px;
	margin-bottom: 20px;
}

.entry-content h3 {
	font-size:22px;
	margin-bottom: 20px;
}

.entry-content h4 {
	font-size:20px;
	margin-bottom: 20px;
}

.entry-content h5 {
	font-size:18px;
	margin-bottom: 20px;
}

.entry-content h6 {
	font-size:16px;
	margin-bottom: 20px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.entry-content ul, .entry-content ol, .entry-content dl {
	font-size: 16px;
	font-weight: normal;
}

/*-----------------------------------------------------------------------------------*/
/*	Text elements
/*-----------------------------------------------------------------------------------*/

p {
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 21px
}

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

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.5em;
}

strong {
	font-weight: bold;
}

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


blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
	padding: 0.75em 1.5em;
}

code, kbd {
	font: 13px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

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

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

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type=text], input[type=email],
textarea {
	border: 1px solid #888;
}

textarea {
	padding: 10px 5px;
	width: 98%;
}

input[type=text], input[type=email] {
	padding: 10px 5px;
}

.sticky{}
.bypostauthor{}


/*-----------------------------------------------------------------------------------*/
/*	Links
/*-----------------------------------------------------------------------------------*/

a {
	color:#239fdb;
}

a:visited {
	color: #239fdb;
}

a:focus,
a:active,
a:hover {
	color: #239fdb;
}


/*-----------------------------------------------------------------------------------*/
/*	Text meant only for screen readers
/*-----------------------------------------------------------------------------------*/

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}


/*-----------------------------------------------------------------------------------*/
/*	Structure
/*-----------------------------------------------------------------------------------*/

#masthead {
	background: #1e5182;
	margin: 0px;
	padding: 1px 0 0 0;
}

#toolbar{
	background: rgba(0,0,0,0.2);
}

#masthead >.menu.isStuck {
	z-index: 999999;
	
	width: 100%;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-delay: 0.5s; /* W3C and Opera */
	-moz-animation-delay: 0.5s; /* Firefox */
	-webkit-animation-delay: 0.5s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;

	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.10);
	box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.10);
}
.isStuck .main-navigation {
	background: rgba(256,256,256,0.95);
}

ul.menu.stuckMenu.isStuck {
	position: relative!important;
}

/*-----------------------------------------------------------*/
/*	Language menu
/*-----------------------------------------------------------*/

.menu-language-menu-container {
	margin: 0;
	padding: 0;
}

#toolbar .language-menu {
	margin: 0;
	padding: 0;
}

#toolbar .language-menu li{
	list-style: none;
	float: left;
	border-left: 1px solid rgba(256,256,256, 0.10);
}

#toolbar .language-menu li:last-child {
	border-right: 1px solid rgba(256,256,256, 0.10);
}

#toolbar .language-menu li a {
	padding: 11px 20px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 15px;

}

#toolbar .language-menu li.current a{
	background: #3465aa;
	padding: 11px 20px 9px 20px;
	border-bottom: 2px solid rgba(256,256,256, 1);
}

#toolbar .language-menu li a:hover{
	background: #3465aa;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-delay: 0.1s; /* W3C and Opera */
	-moz-animation-delay: 0.1s; /* Firefox */
	-webkit-animation-delay: 0.1s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:0.3s;
	-moz-animation-duration:0.3s;
	-ms-animation-duration:0.3s;
	-o-animation-duration:0.3s;
	animation-duration:0.3s;
}

/*-----------------------------------------------------------------------------------*/
/*	Share Items / Social Netwoorking
/*-----------------------------------------------------------------------------------*/

.share-items {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

.share-items li {
	float: left;
	text-align: center;
	margin-left: 0px;
	border-left: 1px solid rgba(256,256,256, 0.10);
}

.share-items li:last-child {
	border-right: 1px solid rgba(256,256,256, 0.10);
}

.share-items li a{
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top: 13px;
	width: 40px;
	height: 28px;
}

.share-items .share-item-icon-facebook a:hover{
	color: #3a589b;
	background: #fff;
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
	animation-delay: 0.1s; /* W3C and Opera */
	-moz-animation-delay: 0.1s; /* Firefox */
	-webkit-animation-delay: 0.1s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:0.3s;
	-moz-animation-duration:0.3s;
	-ms-animation-duration:0.3s;
	-o-animation-duration:0.3s;
	animation-duration:0.3s;
}

.share-items .share-item-icon-twitter a:hover{
	color: #19bfe8;
	background: #fff;
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
	animation-delay: 0.1s; /* W3C and Opera */
	-moz-animation-delay: 0.1s; /* Firefox */
	-webkit-animation-delay: 0.1s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:0.3s;
	-moz-animation-duration:0.3s;
	-ms-animation-duration:0.3s;
	-o-animation-duration:0.3s;
	animation-duration:0.3s;
}

.share-items .share-item-icon-googleplus a:hover{
	color: #dd4b39;
	background: #fff;
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
	animation-delay: 0.1s; /* W3C and Opera */
	-moz-animation-delay: 0.1s; /* Firefox */
	-webkit-animation-delay: 0.1s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:0.3s;
	-moz-animation-duration:0.3s;
	-ms-animation-duration:0.3s;
	-o-animation-duration:0.3s;
	animation-duration:0.3s;
}

.share-items .share-item-icon-pinterest a:hover{
	color: #cb2027;
	background: #fff;
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
	animation-delay: 0.1s; /* W3C and Opera */
	-moz-animation-delay: 0.1s; /* Firefox */
	-webkit-animation-delay: 0.1s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:0.3s;
	-moz-animation-duration:0.3s;
	-ms-animation-duration:0.3s;
	-o-animation-duration:0.3s;
	animation-duration:0.3s;
}

.share-items .share-item-icon-youtube a:hover{
	color: #bb0000;
	background: #fff;
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
	animation-delay: 0.1s; /* W3C and Opera */
	-moz-animation-delay: 0.1s; /* Firefox */
	-webkit-animation-delay: 0.1s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-ani