/*
Theme Name: Philanthropy Child
Theme URI: https://demo.themefuse.com/philanthropy/
Description: Child theme for the Fitness theme. Child themes are the recommended way of making modifications to a theme. <a href="https://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Tags:translation-ready
Author URI: https://themefuse.com
Template: philanthropy-parent
License:
License URI:
*/

@import url("../philanthropy-parent/style.css");

/* GLOSSARY ---------------------
	
	1. FIXES
	3. LINKS & BUTTONS
	4. SITEWIDE STYLE
	HOME PAGE
	OUR PASSION
	BLOG PAGE
	EXPLORE
	GIVE
	MISC SECTIONS
	MEDIA QUERIES
	
	
	
 DARK BLUE THEME COLOR : #1e414e
				YELLOW : #FFD511 
		   WV DARK RED : #5c1020 
		   
		   

---------------------------------*/
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(//fonts.googleapis.com/css?family=Amatic+SC:400,700); 



/**************************
	1. FIXES
**************************/


/* Fixed UL from showing numbers in Firefox */
.post.post-details .entry-content ul, .post.post-details .entry-content ol {
	list-style: outside none none;
}

.sub-heading {
	margin-bottom: 20px;
	text-transform: none;
	font-weight: 400;
}


/* Emphasized single links */
a.bigger {
	font-size: 1.4em;
    font-weight: bold;
}

/* Added due to error log. Not sure the purpose. - Chris */
.sticky {}
.bypostauthor {}

.site-main {
	padding-bottom: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	/*padding-left: 35px;
	padding-right: 35px;
	margin-top: 15px; Removed by Chris because this was adding a white bar to the top of the home page. Might need more targeting */
}

.quote_right {
	clear: both
}

ul#exploreSearchIcon {
	margin-top: 7em;
}

.dropcap1, .dropcap2 {
	color: #333;
}

div.row {
	margin-bottom: 25px;
}

.container hr:first-child {
	margin-top: 0;
}

/* Blog Picture Captions */

body.single-post .post-thumbnail > span, body.single-post .post-similar.clearfix span {
    display: none;
}

/* FIX HEADER MARGIN BOTTOM ON PAGES */
div#main > div.container > div.row {
	margin-bottom: 0;
}

a:hover {
	text-decoration: none !important;
}

/* GOOD SOLUTION FOR PLACEHOLDER TEXT */  
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #777;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #777;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #777;
}

input[type="text"], input[type="password"], input[type="url"], input[type="email"], textarea {
	color: #333;
	font-weight: bold;
}

/* Temp CSS for Theme Update Problem */

a {
	color: #9d1c22;
}

a:hover {
	color: #5D0913;
}

h1, h2, h3, h4, h5, h6, .widget-title {
	color: #000000;
}

strong {
	color: #000000;
}

::-moz-selection {
  background: #9d1c22;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #9d1c22;
  color: #ffffff;
  text-shadow: none;
}

.btn-yellow span, .btn span {
	background: #9d1c22;
	border: solid 2px #9d1c22;
}

.btn-yellow span:hover, .btn span:hover {
	background: #5D0A13;
	border: solid 2px #5d0a13;
	color: white;
}

input .btn {
	font-color: white;
}

.blog-post-navigation a span {
	color: #9d1c22;
}

.error-page .entry-content .after-title {
	color: #9d1c22;
}

/* Home Page Slider */
.slider-full {
	background: #333333;
}

.slider-full .item::before {
	background: rgba(55, 55, 55, .8);
}

body.home .btn.btn-white-transparent.btn-slider > span {
	background: rgba(255, 255, 255, 0.0);
	border: solid 2px white;
}

body.home .btn.btn-white-transparent.btn-slider > span:hover {
	background: #9d1c22;
	border: solid 2px #9d1c22;
}

/* Red Strip on Home Page */
.help-bar .link-help-bar, .help-bar, .help-bar .link-help-bar:hover {
	background: #9d1c22;
}

/* Menu Dropdown Background */
.nav-menu ul, .nav-menu ul li > ul li a {
	background-color: #fff;
}

.btn.btn-transparent span {
	color: black;
}

.btn-join-us span {
	border: black solid 2px;
	color: black;
}

.btn-join-us span:hover {
	border: black solid 2px;
	color: black;
	background: black;
}

/* Footer */
.site-footer::before {
	background: #333;
}

.widget-footer-menu ul li a {
	color: #777777;
}

/* Blogs */

.tagcloud a:hover {
	color: white;
}

.author-description .author-name span {
	color: #9d1c22;
}

.comment-reply-title {
	color: black;
}

.comment-form input[type="submit"] {
	background: #9d1c22;
	border: solid 2px #9d1c22;
}

.comment-form input[type="submit"]:hover {
	background: #5d0a14;
	border: solid 2px #5d0a14;
}

/**************************
	2. GENERAL, LINKS, BUTTONS, & DIV STYLES
**************************/

h2 {
	text-transform: uppercase;
	white-space:pre-line;
}

h3 span, h4 span, h5 span {
	font-family: Helvetica, Arial, sans-serif;
}

h2 span {
	font-family: 'Amatic SC', sans-serif;
	font-size: 44px;
}
/* fixes span on blog search results */
body.search-results h2 span {
	font-family: Helvetica, Arial, sans-serif;

}

h3 span {
	font-size: 22px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #9d1c22 !important;
  text-decoration: underline !important;
}

p {
	font-weight: 300;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 1px 1px 3px #ddd;
}

.float-right {
	float:right;
}

.float-left {
	float: left;
}

.clear {
	clear: both;
}

h1.center, h2.center, h3.center, h4.center, h5.center, p.center   {
	text-align: center;
}

a.bigger i {
	vertical-align: middle;
}

.btn span {
	border-radius: 16px;
}

blockquote {
	font-size:19.5px;
}

div.light-grey {
	background: #f9f9f7;
	padding: 50px 0;
}

.show-mobile {
	display: none;
}

img.circle {
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
}

img.rounded {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

img.center {
	display: block;
	margin: 20px auto 50px;
}

.donate-btn 
{
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	background: #9d1c22;
	color:white;
	border-radius: 10px;
	margin: 5px;
}
.donate-btn a
{
	color:white;
}

.zero-padding {padding:0;}

.round {border-radius: 15px;}

.space {
	margin-top: 30px;
	margin-bottom: 30px;
}

.space-top {
	margin-top: 30px;
}

.space-bottom {
	margin-bottom: 30px;
}

a.download {
	font-weight: bolder;
	font-size:25px;
	text-align: center;
	display: block;
}

a.download:hover {
	opacity: .9;
}

img.download {
	border-radius: 25px;
	display: block;
	margin: 20px auto;
}

.bold {
	font-weight: bolder;
}


/**************************
	3. SITEWIDE STYLE 
**************************/

#page p a {
	font-weight: bold;
}

article.post .entry-content li {
	font-weight: 300;
	line-height: 1.5em;
}

ul#menu-top-nav h1 span {
	font-size: 34px;
	font-weight: 200;
	text-transform: uppercase;
	font-family: 'Amatic SC', sans-serif;
}

/* CUSTOM NAVIGATION COLORS */

.site-logo img {
	width: 350px;
}

.bg-menu, .slicknav_menu {
	background: #9d1c22;
}

.site-navigation .btn-yellow span {
	background: #5D0913;	/*#ffd312;*/
	border-radius: 5px;
	border-color: #5D0913;
	color: white !important;
}

.site-navigation .btn-yellow span:hover {
	background: #47060e;
	border-color: #47060e;
}

#menu-top-nav h1, #menu-top-nav li, #menu-top-nav li > ul >li > a {
	color: #333 !important;	
}

#menu-top-nav li > ul >li > a:hover {
	color: #999 !important;
}

/* Top Nav */
.top-nav-latest .widget ul li a {color:black;}
.top-nav-latest .widget ul li span {display:none;}

.nav-menu .mega-nav .mega-nav-widget .widget {margin: -15px 0 0 0;} /* lifts the recent entries section in the stories area */
.margin10 {margin-left:10px;}

.site-main {padding: 45px 0 } /* reduced the space between the header and the  content Chris */

.header.bg-menu .container .row {
	margin-bottom: 0;
}

/* Nav and Footer Hover Color */
.widget-footer-menu ul li a:hover, .nav-menu li a:hover, .nav-menu li.parent:hover:after, .nav-menu li.current-menu-item.parent:after, .nav-menu li.parent:hover:after, .nav-menu > li:hover > a, .nav-menu > li.current-menu-item a span{
	color: #ddd;
	font-weight: bold;
}

#custom-copyright a#Update {
    border: 1px solid #555;
    padding: 5px;
    border-radius: 10px;
}

/* .nav-menu > li.current-menu-item a span {
	border-bottom: solid 3px #efefef;
	padding-bottom: 5px;
	border-radius: 0px;
} */

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-4846 {
    padding: 4px 16px 0px 20px;
}

.search-nav-icon.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-4590 {
    padding-left: 0;
}

/* END NAVIGATION */

#custom-copyright {
	display: block;
	clear: both;
	position: relative;
	color:#777777;
	text-align: center;
	font-size: 13px;
}


#custom-copyright > hr {
    border-top: 1px solid #555;
    box-shadow: none;
}

#custom-copyright p {
	font-size: 13px;
	color:#777777;
	text-align: center;
}

#update a:hover {
	font-size: 13px;
	color:#fff !important;
	text-align: center;
}

/* SEARCH */

input.search {
    border: 2px solid #142e39;
    color: #142e39;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    height: 75px;
    letter-spacing: -1px;
    padding: 0 40px 0 27px;
    position: relative;
}

/**************************
	HOME PAGE
**************************/

/* button hover on home slide show */
.btn.btn-white-transparent.btn-slider > span:hover {
	color: white;
}

.home .widget {
	margin: 0 auto;
}

/* HOME PAGE EDITS */
.lets-talk {margin:0;padding: 0;}
.help-bar .link-help-bar .title-link-help-bar {color:#fff;}
.help-bar-number {color:#fff !important;}
.line-help-bar {border-left: 1px solid #fff !important;}
.btn-yellow span {color:#fff !important;}


/* Donate Button Size */
.btn.btn-yellow.btn-donate-bottom {
	width: 100%;
}

/* HOME PAGE SPECIFIC BUTTONS */

body.home .site-navigation .btn-yellow span {
	background: #ffd312;	/*#ffd312;*/
	border-radius: 5px;
	border-color: #ffd312;
	color: #333 !important;
}

body.home .site-navigation .btn-yellow span:hover {
	background: #d2ae07;
	border-color: #d2ae07;
}

#home-page span.comments-link a {
	display: none;
}

#home-page .widget_recent_entries li .post-title, #home-page .widget_popular_entries li .post-title {
	font-size: 20px;
}

body.home .container .row {
	margin-bottom: 0;
}

.search-nav-icon.menu-item.menu-item-type-custom.menu-item-object-custom {
	padding-left: 15px;
}

/**************************
	OUR PASSION
**************************/


#three-sixty-icons .col-md-3 h3 {
    text-align: center;
}

#three-sixty-icons .row:first-child {
	margin-bottom: 40px;
}

#missionary-testimonies h2 {
	margin-top: 50px;
}

#missionary-testimonies h2:first-child {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 10px;
}

#missionary-testimonies, #missionary-testimonies h3, #missionary-testimonies h4, #missionary-testimonies p {
	text-align: center;
}

#missionary-testimonies img {
	margin: auto;
	display: block;
}

#innovators, #innovators h4 {
	text-align: center;
}

#innovators h3 {
	margin-bottom: 40px;
	text-align: center;
}

img.polaroid, img.photograph {
    border: 1px solid rgba(200, 200, 200, 0.5);
    padding: 10px 10px 50px;
    border-radius: 2px;
}

img.photograph {
    padding: 10px;
}


/**************************
	BLOG PAGE
**************************/

.hfeed .post {
	border-bottom: 1px solid #eee;
	margin: 20px auto;
}

.hfeed .post .post-thumbnail-image, .hfeed .post .post-thumbnail > img {
	border-radius: 25px;
}

.hfeed .post .btn.btn-transparent.link-comment {
    display: none;
}

.hfeed .post .btn.btn-yellow.btn-read-more {
	float:right;
}

.author-image {
	display: none;
}

.author-description {
	padding: 0;
}

.author-description .author-name span {
    font-size: 30px;
    vertical-align: sub;
}

.social-share-blog {
    margin: 0 0 15px;
}

.comment-form input[type="submit"] {
	color: white;
}

.comment-form input[type="submit"]:hover {
	background-color: #5c1020;
	border: solid 2px #5c1020;
}

.comment-form {
	background: #F7F7F7;
}

.thumbnail, ul.side-postlist .post-thumbnail > img  {
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0;
}

body.single-post .post-similar.clearfix img {
	border-radius: 25px;
}

body.single-post h2 {
	font-size: 30px;
}

/* list spacing */
body.single-post ul li p {
	line-height: 1em;
	margin-bottom: .5em;
}

/*Hides comments tab */
.widget_tabs ul li:last-child{
	display: none;
}

/**************************
	EXPLORE
**************************/



#vertical-list .list-row img {
	border-radius: 15px;
}

/*temp*/ #vertical-list h1 { display: none;}

#vertical-list h2 {
	text-transform: uppercase;
	text-align: right;
	padding: 30px;
	color: white;
	text-shadow: 2px 2px 5px #333;
	font-size: 50px;
}

.list-row .right-column h3 {
	font-size: 45px;
}

.location-header {
    height: 400px;
    border-radius: 15px;
    margin-bottom: 40px;
}

/* PEOPLE PAGES */

#people-page h1 {
	font-size: 50px;
	margin-top: 20px;
}

#people-page h1 i {
	padding: 5px;
	vertical-align: top;
}

#people-page .people-header h3 {
    font-family: lato;
    font-size: 25px;
    font-weight: 100;
}

#people-page .people-header img {
	border-radius: 20px;
}

#snapshot h4, #contact h4, #backstory h4 {
	font-size: 30px;
}

#snapshot {
    border: 3px solid #333;
    border-radius: 20px;
    padding: 30px;
    min-height: 580px;
}

#donate-buttons iframe {
	margin-top: 20px;
}

#donate-buttons a {
	display: block;
}

#donate-buttons .btn span {
	padding: 14px 35%;
	border-radius: 10px;
	margin-top: 20px auto;
	font-size: 25px;
}

#donate-buttons .btn {
	margin-bottom: 10px;
}

#connect {
	padding: 30px 0;
}

#connect .people-social i {
	font-size: 80px;
	margin: 20px 20px 20px 0;
}

#people-contact-form input, #people-contact-form textarea {
	margin: 15px 0;
	border: 2px solid #142e39;
}

#timeline .col-md-4 img {
	display: block;
	margin: 30px auto;
}

#country-page .col-md-6 hr, #ministry-page .col-md-6 hr{
	margin: 10px auto;
	box-shadow: none;
}

/* OPP LIST */

.category-icon {
	margin:10px;
}

/* Connect Locally */

#all-coaches h3 {
	margin: 25px auto 0px;
}

#all-coaches .list-row .right-column h3, #all-coaches h3 {
	font-size: 35px;
}

#all-coaches h4 {
	font-weight: 300;
}
/**************************
	GIVE
**************************/

#giving-sidebar li {
	margin-bottom: 15px;
}

#giving-form input[type="text"], #giving-form input[type="password"], #giving-form input[type="search"], #giving-form input[type="url"], #giving-form input[type="email"], #giving-form textarea, #giving-form label, input amount.half {
	margin: 8px 0;
}

#giving-form table {
	border: none;
}

#giving-form hr {
	margin: 25px auto;
	border-bottom: 1px #ddd solid;
	border-top: none;
}

#giving-form .row {
	margin: 5px auto;
}

#giving-form #designation span {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
}

#giving-form #anonymous-checkbox input {
	display:inline-block;	
}

#giving-form #match-billing {
	color: #000000;
    font-family: "Open Sans",Verdana,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

#giving-form textarea {
	height:100px;
}

#giving-form input[type="radio"], #giving-form input[type=radio] {
	height: 40px;
    width: 40px;
}

#giving-form form > table td {
	width: 300px;
}

#giving-form form > table td label {
	margin: 15px 20px auto !important;
}

.payment-method {
    background: none repeat scroll 0 0 #9d1c22;
    border-radius: 25px;
    color: white;
    display: block;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.payment-method:hover {
	color: white;
	text-decoration: none;
}

.payment-method:active {
	background-color: #5d0913;
}

#pm-other {
	display: none;
}

#giving-form-fields {
	display: none;
}

#pm-other-div {
	margin: 20px auto;
}
#pm-other {
	font-weight: bold;
}

#pm-other:hover {
	text-decoration: none;
}

.col-md-4.pm-check, .col-md-4.pm-debit, .col-md-4.pm-credit {
	margin: 10px auto;
}

#nocha iframe {
	width: 100%;
	margin-bottom: 10px;
	border: solid 1px #eee;
}

#nocha {
	display: none;
}

#giving-search a:hover {
	color: #EEE;
}

#giving-form input[type="checkbox"] {
-webkit-appearance: checkbox;
}


#secure-giving-field {
	display: none;
}

#giving-search [data-role="button"]:hover {
	background: #7e1d21;
	color: #eee;
}

#giving-search [data-role="button"]:active {
	background: #5c1020;
	color: #eee;
}

 /* div.errorMsg {
	border:solid 3px #9d1c22;
	border-radius:25px;	
	padding: 5px;
	text-align: center;	
	color: #9d1c22;
} */

div.hey-dont-click-twice {
	background: #f3f3f3;
	max-width: 500px;
	border-radius: 20px;
	padding: 20px;
	margin: 10px 0px;	
}

.hey-dont-click-twice span {
    color: #9d1c22;
    float: left;
    font-size: 50px;
    font-weight: bold;
    margin: 10px 30px 10px 10px;
}

ol#katelist {
	list-style-type: decimal; 
	list-style-position: inside; 
	margin-left: 15px; 
	list-style-weight:bold;
}

ol#katelist li   {
	font-weight: bold;
	line-height: 1.7em;
	padding: .3em;
	font-size: 1.2em;
}
 
/**************************
	MISC SECTIONS
**************************/

/* landing pages */

.important-message {
	width: 100%;
	background-color: #e6baba;
	border-left: solid 5px #9d1c22;
	padding: 10px;
	display: block;
	margin: auto;
}

.important-message a:hover {
	color: #5d0a13 !important;
}

#mobile-landing .col-md-6 a {
    background: none repeat scroll 0 0 #333;
    border-radius: 25px;
    color: white;
    display: block;
    margin: auto;
    padding: 20px 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border: solid 3px white;
}

#mobile-landing .col-md-6 a:hover {
	background: white;
	border: solid 3px #333;
	color: #333 !important;
}

#mobile-landing .col-md-6 p {
	margin-bottom: 10px;
}

#mobile-landing .col-md-6 h2 {
	margin-top: 40px;
}

#mobile-landing h5 {
	color: white;
	text-align: center;
}

#mobile-landing .col-md-6:hover h5 {
	color:#333;
}

#jc-tv p a{
	display: none !important; /* ghetto fix for bug */
}

#faqs ul {
	margin: 0 0 15px 0;
}

#faqs li {
	list-style-type: initial;
	list-style-position: inside;
	padding-bottom: 8px;
}
a.panel-toggle {
	font-size: 1.6em;
	font-weight: bold;
}

#leadership h2 span {
	font-family: "Lato", sans-serif;
	font-size: 36px;
	font-weight: 200;
}

#finance-department, #international-ministries, #other-departments {
    background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 25px;
    padding: 20px;
}

#finance-department h3, #international-ministries h3 {
    margin: 20px;
}

#contact-page h4 {
    font-size: 18px;
}

#other-departments .col-md-6 > h3 {
	padding-top: 20px;
	border-top: solid 1px #eee;
}

/* enewsletter */
#mc_embed_signup .mc-field-group {
	margin: 40px 10px;
}

#jobs.container { /* hides sidebar on applicant portal */
	overflow: hidden;
}

/* Correct page page */

#update-page .post.post-details p span {
	color: white;
}

#update-page .post.post-details p span:hover {
	color: #333;
}

/*EMS Featured image */

body.postid-5570 div.post-thumbnail {
	display: none !important;
}

/**************************
	MEDIA QUERIES
**************************/

/********** 1199px **********/
@media (max-width: 1199px) {

.site-logo img {
	width: 300px;		
}

nav.site-navigation .nav-menu li {
	padding-right: 20px;
}

nav.site-navigation .nav-menu li a, nav.site-navigation #menu-item-2430 span, nav.site-navigation #menu-item-2431 span {
	font-size: 12px;
}

nav.site-navigation #menu-item-2430 span, nav.site-navigation #menu-item-2431 span {
	margin-right:10px;
}

#explore-subnav ul li h4 {
	font-size: 20px;
}

#explore-subnav ul li a {
	font-size: 13px;
}

} /* END 1199px */

/********** 991px **********/
@media (max-width: 991px) { 

/* NAVIGATION */
ul.slicknav_nav {
	background:#5d0913;
}

ul.slicknav_nav li div a, ul.slicknav_nav li {
	width: 100%;
	text-align: center;
	display: block;
}

ul.slicknav_nav li a span:hover, ul.slicknav_nav li.btn a:hover  {
	color: #aaa !important;
}


ul.slicknav_nav .margin10 {
	margin: 0;
	padding: 0 !important;
	color: white;
}

.slicknav_menu .slicknav_nav li.btn a {
	padding: 10px 0;
	line-height: .6;
}

.slicknav_menu .slicknav_nav li a {
	padding: 10px 0;
	color: white;
}

.slicknav_menu .slicknav_nav li {
	border-top: solid #9d1c22 1px;
	/*height: 33px;*/
}

.slicknav_menu .btn-donate-nav {
	padding: 0;
}

/* footer */
.widget-footer-menu ul li, .widget.widget-footer-menu h3 {
	text-align: center;
}

footer.site-footer .col-lg-2.col-md-2.col-sm-6.col-xs-6 {
	display: block;
	width: 100%;
}

/* END NAV */
		
.hide-mobile {
	display: none;
}

.show-mobile {
	display: inherit;
}
	
.site-logo img	 {
	width: 200px;
}

.site-logo a span img {
	margin-top: -5px;
}

/* EXPLORE */
.list-row .right-column h3 {
	margin-top: 20px;
}

#explore-subnav {
	visibility: hidden;
}

.col-md-8 {
	padding: 0;
}

#country-page h1, #ministry-page h1 {
	text-align: center;
}

#country-page .col-md-6 hr, #ministry-page .col-md-6 hr {
	margin: 10px auto;
	box-shadow: none;
}

#categories-list .col-md-3 p img, #connect-locally .col-md-4 img {
	width: 300px;
	margin: auto;
	display: block;
}
#categories-list .col-md-3 h3 {
	text-align: center;
	margin-bottom: 25px;
}

#leadership, #leadership h2 {
	text-align: center;
}

#leadership img {
	margin: 30px auto;
}

/* Giving - Hide country column */
#giving-search td.fund-country, #giving-search th.country-col {
	display: none;
}


} /* END 991px */

/********** 767px **********/
@media (max-width: 767px) {

.bg-menu, .slicknav_menu {
	height: 50px;
}

div#main .row {
	padding: 20px;
}

.hide-mobile {
	display: none;
}

.show-mobile {
	display: inherit;
}
	
} /* END 767px */

/********** MOBILE **********/
@media (max-width: 479px) {

.bg-menu, .slicknav_menu {
	height: 50px;
}
	
.help-bar .link-help-bar .help-bar-number {
	font-size: 15px;
}

#explore .entry-content > .row {
	padding: 0px !important;
	margin: auto;
}
	
.hide-mobile {
	display: none;
}

.show-mobile {
	display: inherit;
}	
	
.quote_right, .quote_left, .quote_center {
	float: none;
	width: 100%;
}

body.page .row h2 {
	text-align: center;
}

.col-md-6 {
	margin-bottom: 15px;
}

/*explore */
#explore > .row {
	padding: 0 !important;
}

.location-header {
	height: 250px;
	margin: 10px;
}
#explore h1 {
	font-size: 38px !important;
}

#explore h2 {
	font-size: 30px !important;
}

#explore h3 {
	font-size: 25px !important;
}

#explore h4 {
	font-size: 20px !important;
}

#explore h2.overlay {
	font-size: 30px !important;
}

/* donate */

#giving-search tr.autoStyle {
	display: none;
}

#giving-search #explore.container {
	width: 100%;
}

#giving-search td.fund-country, #giving-search th.country-col {
	display: none;
}

#giving-search td.fund-name h4 {
	font-size: 15px !important;
	display: block;
	text-align: center;
}

#giving-search td {
	display: block;
	margin: 10px;
	text-align: center;
}

#giving-search tr {
	border: 2px solid #777;
}

#giving-search table.dataTable.row-border tbody th, #giving-search table.dataTable.row-border tbody td, #giving-search table.dataTable.display tbody th, #giving-search table.dataTable.display tbody td {
	border-top: none;
}



   

/* People Search Thumbnails */

.people-thumb {
	background-position: center center !important;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	min-height: 110px !important;
}
	
} /* END MOBILE */