/*
Theme Name: Philanthropy Child
Theme URI: http://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="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Tags:translation-ready
Author URI: http://themefuse.com
Template: philanthropy-parent
*/

@import url("../philanthropy-parent/style.css");

/* PSO  padding: 96px 0 90px; */
.next .page-numbers a { 
       font-size:  24px; 
                    }        
.prev .page-numbers  a {
       font-size:  24px;
                    }  
.donate-section {
  padding: 26px 0 20px;
}

h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 13px;
}
/*CUSTOM SOCIALS*/

.btn-donate-bottom span {
    font-size: 26px;
    padding: 15px 179px;
}

@media (max-width: 991px)
{.site-logo a span img {
    margin-top: 50px;
    margin-left: 0;
}

/* PSO Footer 
padding: 90px 0; */
.site-footer {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat;
  padding: 25px 0;
}
.site-footer .copyright {
  display: none;
}
}

/* PSO pager  */
.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}

.pagination a:hover{
	color:#fff;
	background: #3279BB;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB;
	color:#fff;
}
.site-main {
    padding: 85px 0;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 85px;
        padding-left: 0px;
}