/*
Theme Name: children-of-the-lord
Theme URI: http://underscores.me/
Author: 906 Web Studios
Author URI: http://906webstudios.com
Description: Custom theme for Children of the Lord Foundation
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: children-of-the-lord
Tags:

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.

children-of-the-lord is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family:  'Raleway', sans-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 {
	background-color: transparent;
}

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

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:  'Raleway', sans-serif;
	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-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: #404040;
	font-family:  'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family:  'Raleway', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family:  'Raleway', sans-serif;
	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 {
	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/ */
	box-sizing: border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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

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

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. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0e76bc;
	text-decoration: none;
}

a:visited {
	color: #0e76bc;
}

a:hover,
a:focus,
a:active {
	color: #0e76bc;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 4.2em;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#275a7d;
}

.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;*/
	left:-96px;
}

.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 {
	color: #0E76BC;
}

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

@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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 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%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## 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: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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;
}
/******* custom css *******/
/*** header css ***/
body, html {
    height: 100%;
}
.site-fullheader{
	min-height:100%;
	float: left;
	width: 100%;
}
.container-wrapper {
    margin: 0 auto;
    max-width: 1200px;
	padding:0 10px;
}
.site-header {
    float: left;
    width: 100%;
    background: #fff;
	padding:5px 10px;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	overflow: visible;
	box-shadow: 0 -3px 7px rgba(0,0,0,0.5);
}
.header-wrapper{
	margin:0 auto;
	max-width:1200px;
	padding:0 10px;
}
.site-branding {
    float: left;
    width: auto;
    display: inline-block;
}
header .main-navigation {
    float: right;
    display: inline-block;
    float: right;
    width: auto;
	clear:none;
	margin-top:30px;
}
img{
	vertical-align:middle;
}
.main-navigation ul {
    display: inline-block;
}
.main-navigation li {
    padding: 0 10px;
}
.main-navigation a{
	font-size:18px;
	color:#000;
	line-height: 50px;
}
.header-donate {
    padding-right: 0 !important;
}
.header-donate a, .header-donate a:visited {
    color: #fff;
	font-size:24px;
    background: #0e76bc;
    padding: 10px 39px;
	line-height: initial;
}
.header-donate a:hover, .header-donate a:focus{
	background: #275a7d;
	color: #fff !important;
}
/**** Sub-menu *****/
.dropdown-toggle{
	display:none;
}
.main-navigation li.menu-item-has-children:hover > a {
    margin-bottom: 17px;
}
.main-navigation ul .sub-menu{
	background-color: #0e76bc;
	padding: 22px 0;
}
.main-navigation ul .sub-menu a{
	color: #fff;
}
.main-navigation ul ul:before,
.main-navigation ul ul:after {
	border-style: solid;
	content: "";
	position: absolute;
}

.main-navigation ul ul:before {
	border-color: #0E76BC transparent;
	border-width: 0 12px 20px;
	right: 27%;
	top: -20px;
}

.main-navigation ul ul:after {
	border-color: #0E76BC transparent;
	border-width: 0 12px 20px;
	right: 27%;
	top: -20px;
}
.main-navigation ul ul li {
    text-align: right;
    width: 219px;
    padding: 0 20px;
}
.main-navigation ul ul a {
	max-width: 200px;
	width: auto;
	line-height: 36px;
}
.main-navigation ul ul li.current_page_item,
.main-navigation ul ul li:hover,
.main-navigation ul ul li:focus {
    background: #275a7d;
}
/**** footer css ****/
.site-footer {
    float: left;
    width: 100%;
    background: #3a3a3c;
    color: #fff;
	padding:0 10px;
}
.site-footer a{
	color:#fff;
	text-decoration:none;
}
.content-bottom-widgets {
    float: left;
    width: 100%;
}
.footer-widget-area {
    float: left;
    width: 32.1%;
    display: inline-block;
	margin-right: 19px
}
.footer-widget-area:last-child {
    margin-right: 0;
}
.content-bottom-widgets .widget-title {
	border-bottom: 5px solid #fff;
	font-family: 'Raleway', sans-serif;
	line-height:normal;
	margin-top: 29px;
	margin-bottom: 5px;
}
.footer-widget-area a {
    color: #fff;
    text-decoration: none;
}
.footer-bottom{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 17px;
}
.site-info {
    float: left;
    width: auto;
}
.menu-footer-menu-container {
    float: right;
}
.menu-footer-menu-container .menu {
    margin: 0;
    list-style: none;
    padding: 0;
}
.menu-footer-menu-container .menu li::after {
    content: "|";
    padding: 0 7px;
}
.menu-footer-menu-container .menu li:last-child::after{
	content:"";
}
.menu-footer-menu-container .menu li {
    display: inline-block;
}
.menu-footer-menu-container a {
	text-decoration:underline;
}
.homepage-content article{
	margin:0;
}
.footer-social {
    margin-left: 0;
    padding: 0;
    list-style: none;
    margin-top: 29px;
}
.footer-social li {
    display: inline-block;
	margin-bottom:15px;
}
.icon_img {
    float: left;
    width: 58px;
    margin-right: 5px;
}
.icon-cont {
    float: right;
    width: 77%;
    margin-top: 5px;
}
.footer-social li {
    display: inline-block;
    margin-bottom: 15px;
}
/*** homepage css ***/
/*** hero section css ***/
.hero-section-container{
	background-attachment: fixed;
	/*background-position: 50% 50%;*/
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
}
.heroSection_inner {
    margin: 0 auto;
	text-align: center;
	bottom: 17%;
	align-items: center;
	position: absolute;
	width: 100%;
	max-width: 500px;
	left: 0;
	right: 0;
	color: #fff;
}
.hero-title {
	font-family: 'Indie Flower', sans-serif;
	font-size: 72px;
	color: #fff;
	line-height: 72px;
	margin-bottom: 0;
	text-shadow:0px 3px 5px rgba(0,0,0,0.7);
}
.hero-content{
	font-size:20px;
	text-shadow:0px 3px 5px rgba(0,0,0,0.7);
}
.hero-btn, .hero-btn:visited{
	font-size: 24px;
	color: #fff;
	border: 3px solid #fff;
	padding: 10px 64px;
	text-transform: capitalize;
	border-radius: 2px;
	text-decoration: none;
	display:inline-block;
}
.hero-btn:hover, .hero-btn:focus{
	color:#39b54a;
	background: #fff;
	text-shadow:0 0 0 #fff;
}
/*** mission section css ****/
.mission-section-container {
    float: left;
    width: 100%;
    background: #39b54a;
    color: #fff;
    padding: 20px;
}
.missionSection_inner {
    margin: 0 auto;
    text-align: center;
    max-width: 860px;
}
.mission-title, .pro-title{
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	margin-top: 0;
	line-height: 60px;
	margin-bottom: 10px;
}
.mission-content {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.6px;
}
.mission-content .hero-btn {
    margin-bottom: 30px;
}
/**** middle parallax image css ****/
.middle-parllax{
	float:left;
	width:100%;
	background-attachment: fixed;
	/*background-position: 50% 50%;*/
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
	margin-top:25px;
}

/***** donate section css *****/
.donate-wrapper{
	float:left;
	width:100%;
	background:#0e76bc;
}
.white-box{
	margin:63px auto;
	max-width:700px;
	background-color: #fff;
	text-align:center;
	padding:20px;
	box-shadow: 7px 7px 13px rgba(0,0,0,0.4);
}
.white-box h2{
	font-family: 'Indie Flower', sans-serif;
	font-size:48px;
	margin: 20px 0;
	float:left;
	width:100%;
}
.white-box select {
    width: 100%;
}
/**** Project Section *****/
.project-section {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
}
.pro-title {
    margin-top: 8px;
	margin-bottom:0;
}
.pro-cont {
    margin: 0 auto;
    width: 100%;
    max-width: 860px;
}
.pro-cont p {
    margin: 0 0 5px;
    color: #000;
    font-size: 16px;
    line-height: 20px;
}
.view-link{
	color:#0e76bc;
}
.pro-listing {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.onethird {
    width: 33.33%;
    display: inline-block;
	padding: 0 10.5px;
}
.halfwidth{
	width:50%;
	display:inline-block;
}
.fullwid{
	width:100%;
	display:inline-block;
}
.pro-listing .onethird:nth-child(1),
.onethird:nth-child(1) {
    padding-left: 0;
}
.pro-listing .onethird:nth-child(3),
.onethird:nth-child(3) {
    padding-right: 0;
}
.pro-listing-cont {
    display: inline-block;
    width: 100%;
    background: #ed217c;
    color: #fff;
	padding: 18px;
}
.pro-thumb{
	display:inline-block;
}
.pro-thumb img {
    object-fit: cover;
    height: 248px;
    width: 380px;
}
.pro-listing-cont h3 {
    margin: 0 0 7px;
    padding: 0;
    border-bottom: 4px solid #fff;
    display: inline-block;
}
.pro-listing-cont h3 a {
    color: #fff;
    font-size: 32px;
    text-decoration: none;
	line-height:32px;
}
.pro-listing-cont p {
    margin-bottom: 13px;
}
.pro-listing-cont a{
	color:#fff;
}
.pro-link {
    margin-bottom: 15px;
    display: inline-block;
}
.pro-listing .halfwidth:nth-child(1),
.halfwidth:nth-child(2n+1),
.halfwidth:nth-child(1) {
    padding-right: 10px;
}
.pro-listing .halfwidth:nth-child(2),
.halfwidth:nth-child(2n),
.halfwidth:nth-child(2) {
    padding-left: 10px;
}
.halfwidth .pro-thumb img {
    object-fit: cover;
    height: 248px;
    width: 590px;
}
.fullwid .pro-thumb img {
	object-fit: cover;	
    height: 248px;
    width: 1200px;
}
/****** inner page css start ******/
.innerpage-site-content .content-area {
    float: left;
    width: 100%;
    margin: 1.5em 0;
}
.innerpage-site-content .entry-content{
	margin-top:0;
}
.inner-hero-section{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	position: relative;
	background-color: #0e76bc;
	height:477px;
	margin-top:120px;
}
.banner-innerWrp{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color:#fff;
	max-width:680px;
	width:100%;
	margin:0 auto 40px;
}
.banner-title {
	font-family: 'Indie Flower', sans-serif;
	font-size: 72px;
	color: #fff;
	line-height: 120px;
	margin-bottom: 0;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.7);
	margin-top: 0;
}
.banner-subtitle{
	max-width:490px;
	margin:0 auto;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.7);
	font-size: 1.5rem;
}
.content-area p{
	color: #000;
	font-family:'Raleway', sans-serif;
	font-size:16px;
}
.content-area h1, .content-area h2, 
.content-area h3, .content-area h4, 
.content-area h5{
	font-family: 'Raleway', sans-serif;
	color: #000;
	display:inline-block;
	width:100%;
}
.content-area h1{
	font-size: 48px;
	margin: 0;
	line-height: 50px;
}
.content-area h2{
	margin: 0 0 10px;
	font-size: 40px;
	line-height: 42px;
}
.content-area h3{
	font-size: 33px;
	line-height: 35px;
	margin: 10px 0;
}
.content-area h4{
	font-size: 26px;
	margin: 10px 0;
	line-height: 28px;
}
.content-area h5{
	font-size: 16px;
	margin: 10px 0;
	line-height: 18px;
}
.innerpage-site-content .has_sidebar {
    width: 75%;
    padding-right: 20px;
}
.innerpage-site-content .widget-area {
    float: right;
    width: 25%;
    margin: 1.5em 0;
    padding-left: 10px;
    text-align: right;
}
.widget-area > section {
    text-align: left;
	margin-bottom: 35px;
}
.widget-area ul {
    margin-left: 0;
    padding-left: 25px;
}
.widget-area ul li a {
    color: #0E76BC !important;
}
.search-submit {
    background-color: #0E76BC !important;
    color: #ffffff !important;
    border: 1px solid #0E76BC !important;
    border-radius: 0 !important;
    font-size: 15px !important;
}
.search-field {
    border-radius: 0 !important;
    padding: 3.4px 9px !important;
    width: 200px;
}
.detail-left {
    float: left;
    width: 30%;
    padding-right: 20px;
}
.detail-right {
    float: left;
    width: 70%;
}
.detail-left .post-thumbnail {
    float: left;
    width: 100%;
    margin-bottom: 13px;
}
.detail-left .entry-meta {
    float: left;
    width: auto;
}
.detail-left .posted-on,
.detail-left .byline  {
    float: left;
    width: 100%;
    display: inline-block;
}
.detail-left .byline {
    text-transform: capitalize;
}
.navigation.post-navigation{
    float: left;
    width: 100%;
    margin-top: 20px !important;
}
.comments-area {
    float: left;
    max-width: 700px;
}
.nav-previous, .nav-next {
    font-size: 33px;
    font-style: italic;
}
.nav-previous a, .nav-next a{
    color: #0E76BC;
	position: relative;
	width: 100%;
	float: left;
}
.nav-previous a::after {
    content: "← Prev";
    z-index: 1000;
    position: absolute;
    left: 0;
    background-color: #fff;
    right: 0;
}
.nav-next a::after {
    content: "Next →";
    z-index: 1000;
    position: absolute;
    left: 0;
    background-color: #fff;
    right: 0;
}
input[type="submit"] {
    background-color: #0E76BC;
    color: #fff;
    border: 1px solid #0E76BC;
    border-radius: 0;
    font-size: 16px;
}
.blog-wrap {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.page-header {
    margin-bottom: 30px;
}
.entry-title a {
    color: #000;
}
.page-header .page-title {
    font-size: 37px;
    font-style: italic;
}
/**** callout section ******/
.callout_section {
    float: left;
    width: 100%;
    background: #39b54a;
    color: #fff;
    padding: 20px;
}
.callout_section_inner {
    margin: 0 auto;
    text-align: center;
    max-width: 860px;
}
/******* inner page css end *******/
/****** Project page css *****/
.protemp-list {
    float: left;
    width: 100%;
    color: #fff !important;
    margin: 30px 0;
}
.protemp-list .onethird {
    margin-bottom: 20px;
    width: 33.1%;
    text-align: center;
}
.protemp-list .pro-listing .onethird:nth-child(1),
.protemp-list .pro-listing .onethird:nth-child(3n+1) {
    padding-left: 0;
}
.protemp-list .pro-listing .onethird:nth-child(3),
.protemp-list .pro-listing .onethird:nth-child(3n+3) {
    padding-right: 0;
}
.protemp-list .pro-listing-cont h3 {
    margin: 0 0 7px !important;
	width:auto !important;
	padding: 0;
}
.protemp-list p{
	color: #fff;
}
.pro-listing article{
	margin-bottom:0;
}
/***** pagination ******/
.custom-pagination {
    float: left;
    width: 100%;
    text-align: center;
}
.custom-pagination a, .custom-pagination span {
    border: 1px solid #0E76BC;
    color: #0E76BC;
    padding: 3px 10px;
}
.custom-pagination .current {
    color: #fff;
    background-color: #0E76BC;
    border: 1px solid #0E76BC;
}

.admin-bar {
	margin-top: 32px;
}
.admin-bar .site-header {
    margin-top: 32px;
}


/***** media Query Start *****/
@media(max-width: 1200px){
	.protemp-list .onethird {
		width: 50%;
		padding: 0;
		float: left;
	}
	.protemp-list .onethird:nth-child(2n+1){
		padding-right:10px !important;
	}
	.protemp-list .onethird:nth-child(2n){
		padding-left:10px !important;
	}
	.protemp-list .onethird .pro-thumb img {
		object-fit: cover;
		height: 248px;
		width: 580px;
	}
}
@media (max-width: 1065px){
	.footer-widget-area{
		width: 32%;
	}
}
@media(max-width: 990px){
	/*.site-branding{
		width:40%;
	}*/
	header .main-navigation{
		float: right;
		width: auto;
		margin-top: 30px;
	}
	.main-menu{
		display:none;
		float: right;
		background: #fff;
		margin-top: 44px;
		padding:20px 0;
		position: absolute;
		right: 20px;
		width: 500px;
		top: 83px;
	}
	.toggle-wrp{
		float:left;
		width:100%;
	}
	.menu-toggle{
		display:block;
		background-color: #0E76BC;
    	border-radius: 7px;
    	border: 0;
		float:right;
	}
	.bar1, .bar2, .bar3 {
		width: 26px;
		height: 4px;
		background-color: #fff;
		margin: 6px 0;
		display:block;
	}
	.main-navigation li{
		width:100%;
	}
	.main-navigation li:hover {
		background-color: #0E76BC;
	}
	.main-navigation li:hover a{
		color: #fff;
	}
	.main-navigation li.menu-item-has-children > a .toggle-btn::after {
		content: ">";
		float: right;
		transform: rotate(90deg);
		font-size: 23px;
	}
	.main-navigation li.menu-item-has-children:hover .dropdown-toggle,
	.main-navigation li.menu-item-has-children:focus .dropdown-toggle{
		color: #fff;
	}
	.dropdown-toggle {
		background-color: transparent;
		border: 0;
		border-radius: 0;
		color: #1a1a1a;
		content: "";
		height: 41px;
		padding: 0;
		position: absolute;
		right: 0px;
		text-transform: none;
		top: 4px;
		width: 48px;
		display:block;
	}
	.dropdown-toggle::after {
		border: 0 solid #d1d1d1;
		border-bottom-width: 1px;
		content: ">";
		transform: rotate(90deg);
		font-size: 24px;
		left: 0;
		position: absolute;
		top: 0px;
		right: 10px;
		bottom: 0;
	}
	.main-navigation li.menu-item-has-children:hover > a{
		margin-bottom:0;
	}
	.main-navigation ul ul.sub-menu{
		display:none;
		position:relative;
		top: 0;
		background: transparent;
		box-shadow: none;
		padding:0;
	}
	.main-navigation ul ul{
		left:0 !important;
		width:100%;
	}
	.main-navigation ul ul::before, .main-navigation ul ul::after{
		right:0;
		top: 0;
		border-color: transparent;
	}
	.main-navigation ul ul li {
		text-align: left;
		width: 100%;
	}
	.main-navigation ul ul a, 
	.main-navigation ul .sub-menu a{
		max-width:100%;
		width:100%;
		color: #000;
	}
	.main-navigation ul .sub-menu li:last-child{
		margin-bottom:10px;
	}
	.header-donate {
		padding-right: 10px !important;
	}
	.header-donate a, .header-donate a:visited {
		color: #000;
		font-size: 18px;
		background: transparent !important;
		padding: 0;
		line-height: 50px;
	}
	.main-navigation li.menu-item-has-children:hover a {
		color: #fff;
	}
	.footer-widget-area {
		width: 31%;
		min-height:267px;
	}
	.site-info {
		float: left;
		width: 100%;
		text-align: center;
	}
	.menu-footer-menu-container {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}
@media(max-width: 768px){
	.site-header{
		position:relative;
	}
	.heroSection_inner{
		padding:0 30px;
	}
	.hero-title{
		font-size:63px;
		line-height: 65px;
	}
	.mission-title, .pro-title {
		font-size: 40px;
		line-height: 45px;
	}
	.mission-content {
		font-size: 20px;
		line-height: 25px;
	}
	.hero-btn, .hero-btn:visited {
		font-size: 20px;
		padding: 10px 50px;
	}
	.pro-listing-cont h3 a {
		font-size: 28px;
		line-height: 30px;
	}
	.donate-wrapper{
		padding:0 40px;
	}
	.white-box h2{
		font-size:40px;
	}
	.pro-listing .onethird,
	.pro-listing .halfwidth,
	.pro-listing .fullwid,
	.protemp-list .pro-listing{
		width: 100%;
		padding: 0 !important;
		max-width: 380px;
		margin-bottom: 40px;
	}
	.pro-listing .onethird:last-child,
	.pro-listing .halfwidth:last-child,
	.pro-listing .fullwid:last-child{
		margin-bottom:0;
	}
	.content-bottom-widgets {
		text-align: center;
	}
	.footer-widget-area {
		width: 100%;
		min-height: 100%;
		max-width: 400px;
		float: none;
		margin-right:0;
	}
	.content-area {
		padding: 0 20px;
	}
	.content-area h1{
		font-size: 40px;
		line-height: 42px;
	}
	.content-area h2 {
		font-size: 35px;
		line-height: 37px;
	}
	.content-area h3 {
		font-size: 30px;
		line-height: 32px;
	}
	.content-area h4 {
		font-size: 23px;
		line-height: 25px;
	}
	.protemp-list .pro-listing{
		margin:0 auto;
	}
	.protemp-list .onethird:nth-child(2n+1),
	.protemp-list .onethird:nth-child(2n){
		padding: 0 !important;
	}
	.detail-left {
		float: left;
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.detail-left .post-thumbnail {
		max-width: 400px;
	}
	.detail-right {
		width: 100%;
	}
	.entry-footer {
		float: left;
		width: 100%;
	}
	.innerpage-site-content .has_sidebar {
    	width: 100%;
	}
	.innerpage-site-content .widget-area {
		float: left;
		width: 100%;
		padding: 0 20px;
		text-align: right;
		max-width: 300px;
	}
	.hero-section-container, .middle-parllax {
		background-attachment: scroll;
		height: 400px;
	}
}
@media(max-width: 568px){
	.site-header{
		height: 105px;
	}
	.site-branding{
		margin-top: 10px;
	}
	.site-branding img {
		width: 200px;
	}
	header .main-navigation{
		margin-top:23px;
	}
	.hero-content p {
		margin-bottom: 10px;
		margin-top: 5px;
		line-height: 20px;
		font-size: 19px;
	}
	.hero-content .hero-btn, .hero-content .hero-btn:visited {
		font-size: 18px;
		padding: 4px 42px;
	}
	.inner-hero-section{
		margin-top:105px;
	}
}
@media(max-width: 530px){
	.main-menu{
		width: 90%;
		margin: 44px 5% 0;
		right: 0px;
	}
}
@media (max-height: 414px){
	.heroSection_inner{
		bottom: 4%;
	}
	.hero-title {
		font-size: 55px;
		line-height: 58px;
	}
	.hero-content {
		font-size: 20px;
		line-height: 24px;
	}
	.hero-content p{
	    margin-bottom: 1em;
	}
}