/*
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");

a {
  color: #e54a4a;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.info {
  font-weight: 300;
  font-style: italic;
  color: #e54a4a;
  font-size: 36px;
  margin-top: 30px;
  margin-bottom: 45px;
  line-height: 50px;
}

.text-make-donation span {
  font-size: 24px;
  color: #222326;
  font-weight: bold;
  display: block;
  margin-top: 100px;
}

.text-make-donation h1 {
  letter-spacing: -1px;
 
    font-size: 45px;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}

.text-make-donation h1 span {
  font-weight: 100;
      font-size: 45px;
  display: inline;
  margin-top: 25px;
  margin-bottom: 0px;

}

.text-make-donation h6 {
  
    margin-top: 0px;
    text-align: center;
    margin-left: -220px;
    margin-bottom: 50px;
}

.make-donation .donation-form label {
  font-size: 30px;
  color: #ffffff;
  font-weight: 800;
  margin-right: 15px;
  margin-top: 10px;
}


.btn-yellow span {
  background: #23d05f;
  color: #ffffff;
  border: 2px solid #23d05f;
}

.btn-yellow span:hover {
  background: #222326;
  border-color: #222326;
  color: #23d05f;
}

.btn-white-transparent span:hover {
  background: #23d05f;
  border-color: #23d05f;
  color: #222326;
}

.donate-section .btn span:hover {
  background: #222326;
  border-color: #222326;
  color: #23d05f;
}

.site-logo a span img {
  margin-top: -35px;
  margin-left: 0px;
  height: 100px;
}

.newsletter_subscription_form{
  padding-top: 10px;
}

.ways-to-help-section .btn-donate-bottom span {
  padding: 19px 203px;
}

.view-all {
  color: #222326;
}
.view-all:hover {
  color: #222326;
}

.view-all span {
  
  color: #222326;

}

.view-all:hover span {
  background: #222326;
  color: #ffffff;
}


.bg-menu {
  background: #ffffff;
  padding-bottom: 119px;
    border-bottom: 1px solid #c1c1c1;
  border-bottom-color: rgba(193, 193, 193, 0.4);
}
/* Slicknav Menu: Mobile Menu*/
.slicknav_menu {
  display: none;
}
.slicknav_menu {
  background-color: #ffffff;

}

.slicknav_menu .slicknav_icon .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  margin-top: 0.188em;
  background-color: #222326;
}
.slicknav_menu .slicknav_menutxt {
  float: left;
  font-weight: 700;
  line-height: 1.1em;
  color: #222326;
}
.slicknav_menu .slicknav_nav {
  clear: both;
  color: #222326;
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-transform: uppercase;
}
.slicknav_menu .slicknav_nav a {
  display: inline-block;
  padding: 10px;
  color: #222326;
}
.slicknav_menu .slicknav_nav a:hover {
  color: #e54a4a;
}
.slicknav_menu .slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
  color: #222326;
  position: relative;
  top: -1px;
}

.slicknav_menu .btn-donate-nav span {
  background: none;
  border: none;
  padding: 0;
  color: #23d05f;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
}
.slicknav_menu .btn-donate-nav span:hover {
  color: #ffffff;
  cursor: pointer;
}

.site-footer {

  padding: 65px 0;
}

.post {
  margin: 20px auto;
}

/*Responsive*/
/*Screen 1024px*/
/*Screen 768px*/
@media (max-width: 991px) {
  .slicknav_menu {
    display: block;
  }
  .site-navigation {
    display: none;
  }
  .site-logo {
    top: 13px;
    z-index: 999;
  }
  .bg-menu {
    padding: 0;
  }
  .site-logo a span img {
    margin-top: -18px;
    margin-left: 0;
     padding-top:10px;
    width:15%;
    height:auto;

  }
}
/*Screen 480px*/
@media (max-width: 767px) {
  .site-logo a span img {
    margin-left: 10px;
    padding-top:10px;
    width:15%;
    height:auto;
  }
  .site-logo {
    left: 10px;
  }
  .slicknav_menu .btn-donate-nav {
    padding: 0 !important;
  }
}

/*Screen 320px*/
@media (max-width: 320px) {
  .site-logo a span img {
    margin-left: 10px;
    padding-top:15px;
    width:23%;
    height:auto;
  }
  .site-logo {
    left: 10px;
    right:100px;
  }
}

.btn-donate-nav span:hover {
  background: #222326;
  border-color: #222326;
  color: #23d05f;
}


.nav-menu > li:not(.mega-nav-widget) > a {
  color: #222326;
}

.nav-menu > li:hover > a {
  color: #e54a4a;
}



.nav-menu .parent:after {
  content: '\f078';
  font-family: 'Fontawesome';
  position: relative;
  top: -2px;
  right: -5px;
  font-size: 10px;
  color: #222326;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

.nav-menu li.parent:hover:after,
.nav-menu li.current-menu-item.parent:after {
  color: #e54a4a;
}

.nav-menu li > ul li.parent:after {
  content: '\e620';
  font-family: 'tficons';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 12px;
  font-size: 12px;
  color: #ffffff;
}

.nav-menu li > ul li.parent:hover:after{
  color:#222326;
}

.nav-menu ul {
  display: none;
  position: absolute;
  margin-left: -40px;
  top: 30px;
  z-index: 9499;
  padding: 14px 8px;
  background-color: #e54a4a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  color: #222326;
}

.nav-menu ul li > ul li a {
  background-color: #e54a4a;
  padding-left: 8px;
  padding-right: 8px;
  padding: 15px 30px 15px 18px;
  color: #ffffff;
}

.ways-to-help-section .title {
  letter-spacing: -1px;
  margin-bottom: 100px;
  margin-top: 7px;
  text-align: left;
  font-size: 45px;
}

.ways-to-help-section .ligue-ja {
  letter-spacing: -1px;
  margin-bottom: 0px;
  margin-top: 270px;
  font-size: 45px;
  font-weight: 800;
}

.donate-section {
  padding: 96px 0 0 0;
}

.donate-section img {
  margin-bottom: 0px;
  max-width: 100%;
height: auto;
}

.volunteer-section img {
  margin: 20px auto -2px 0px;
  max-width: 100%;
height: auto;
}

.divulgar-section{
  padding: 90px 0 0 0;
  border-bottom: 1px solid #c1c1c1;
  border-bottom-color: rgba(193, 193, 193, 0.4);
}

.divulgar-section .title{
   margin-bottom: 10px;
}

.divulgar-section img{
  margin: 20px 0 -2px 0;
  max-width: 100%;
height: auto;
}

.irs-section{
  padding: 90px 0 0 0;
}

.irs-section .title{
   margin-bottom: 10px;
}

.irs-section img{
  margin-bottom: 30px;
  max-width: 100%;
height: auto;
}

.volunteer-page-section{
  margin: auto;
}
/*
.ways-to-help-section .widget_newsletter {
  margin: 0px 0 0 18px;
}
*/
.recent-news{
  background-color: #23d05f;
  padding: 59px 0;
  margin: 70px 0;
  overflow: hidden;

}

.lets-talk {
  margin: 0;
  overflow: hidden;
  padding: 50px 0 0;
}



.slider-full .item {
  background-size: cover;
  background-position: center;
  height: 670px;
  line-height: 670px;
}

.slider-full .item:before {
  background-color: rgba(34, 35, 38, 0);
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.help-bar .link-help-bar .title-link-help-bar {
  font-size: 24px;
  color: #222326;
  float: left;
  font-weight: bold;
  font-style: italic;
  width: 64%;
  line-height: 26px;
}

.whoweare{
  padding-top: 30px;
}

.projects-details-navigation a {
 
  width: 185px;

}

.comment-form{
  background: rgba(34, 35, 38, 0.15);
}


.comment-form label {
  color: #222326;
}

.comment-form input[type="submit"] {

  font-weight: bold;
  color: #222326;


}

.comment-form input[type="submit"]:hover {
  background: #222326;
  border-color: #222326;
  color: #ffffff;
}

.comment-list .comment-author a {
  color: #222326;

}

.blog-post-navigation a {
  
  color: #222326;
 
}

.blog-post-navigation a i {

  color: #222326;
}

.blog-post-navigation a span {

  color: #e54a4a;

}

.post.post-details .post-thumbnail span,
.post.post-details .image-frame span,
.post-similar a span {

  background: rgba(34, 35, 38, 0.6);

}

.widget-search ::-webkit-input-placeholder {

  color: #222326;

}

.widget.widget-search input {

  color: #222326;
  border: 2px solid #222326;

}
.widget.widget-search .btn-search span {

  color: #222326;
}

.widget.widget_tabs .nav-tabs > li a {
  color: #222326;

}

.widget-social-links ul li i {
  font-size: 36px;

}
.widget-footer-menu ul li a:hover {
  color: #23d05f;
}
.site-footer .widget.widget_twitter a {
  color: #23d05f;
}

.lets-talk .home-post .entry-meta .entry-title a {
  font-size: 28px;
  color: #222326;
  font-style: normal;
  font-weight: bold;
}

.lets-talk .home-post .entry-meta .cat-links {

  border-bottom: none;
  padding-bottom: 12px;
}

.lets-talk .home-post .entry-meta .entry-title {
  
  margin-bottom: 10px;
 
}

.home-post{
  padding-left: 0px;
  
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="email"],
select,
textarea {
  border: 0px;
  background-color: #ffffff;
 
  font-size: 15px;
  font-weight: 500;
  color: #4A4A4A;

  height: 48px;
  margin: 0;
  text-overflow: ellipsis;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #848484;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #848484;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #848484;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #848484;
}
/*Slider*/
/*Screen 768px*/
@media (max-width: 991px) {

  .slider-full .item {
    height: 580px;
    line-height: 580px;
  }

  .help-bar .link-help-bar .title-link-help-bar {
    font-size: 17px;
    line-height: 19px;
    margin-top: 3px;
  }

}
/*Screen 480px*/
@media (max-width: 767px) {
  .slider-full .item {
    height: 360px;
    line-height: 360px;
  }

  .help-bar .link-help-bar .title-link-help-bar {
    font-size: 13px;
    line-height: 13px;
  }

}
/*Screen 320px*/
@media (max-width: 479px) {
 

  .slider-full .item {
    height: 330px;
    line-height: 330px;
  }


  .help-bar .link-help-bar .title-link-help-bar {
    font-size: 10px;
    line-height: 9px;
  }


}

/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
  .ways-to-help-section h4 {
    font-size: 23px;
  }
  .ways-to-help-section .btn-donate-bottom span {
    padding: 19px 147px;
  }
}
/*Screen 768px*/
@media (max-width: 991px) {
  .donate-section .title {
    margin: 0;
  }
  .donate-section .content {
    padding-left: 0;
  }
  .volunteer-section img {
    max-width: 145%;
    margin: 0 auto -1px -57px;
  }
  .donate-section img {
    max-width: 120%;
    margin-left: -40px;
  }
  .volunteer-section .title,
  .birthday-section .title,
  .donate-section .title {
    font-size: 40px;
  }
  .birthday-section img {
    margin: 0;
  }
  .ways-to-help-section .title {
    font-size: 33px;
    margin-bottom: 50px;
  }
  .ways-to-help-section h4 {
    font-size: 14px;
  }
  .twetter-tweet,
  .facebook-share {
    padding: 0 20px;
  }
  .ways-to-help-section .widget_newsletter {
    margin: 0;
  }
  .ways-to-help-section .btn-donate-bottom {
    margin: 18px 18px 18px 0;
  }
  .ways-to-help-section .btn-donate-bottom span {
    padding: 19px 92px;
  }
}
/*Screen 568px*/
@media (max-width: 767px) {
  .donate-section img {
    max-width: 100%;
    margin-left: -28px;
  }
  .volunteer-section img,
  .birthday-section img,
  .donate-section img {
    max-width: 100%;
  }
  .volunteer-section,
  .birthday-section,
  .donate-section {
    padding: 20px 0;
  }
  .volunteer-section,
  .birthday-section,
  .donate-section,
  .volunteer-section .title,
  .birthday-section .title,
  .donate-section .title {
    text-align: center;
  }
  .volunteer-section img {
    margin: 0 auto -21px 0;
  }
  .ways-to-help-section .title {
    font-size: 40px;
  }
  .ways-to-help-section .widget_newsletter {
    margin: 80px 0 0;
  }
  .ways-to-help-section .btn-donate-bottom span {
    padding: 19px 189px;
  }
}
/*Screen 480px*/
@media (max-width: 500px) {
  .ways-to-help-section .btn-donate-bottom span {
    padding: 19px 146px;
  }
}
/*Screen 320px*/
@media (max-width: 479px) {
  .twetter-tweet,
  .facebook-share {
    padding: 0;
  }
  .ways-to-help-section .btn-donate-bottom span {
    padding: 19px 96px;
  }
}

.html5gallery-fullscreen-box-0 {
  background-color: #f4f4f4 !important;
}

.entry-content .donate-funds-details ul {
  list-style: none;
  margin: 0;
  text-align: center;
}

.entry-content .donate-funds-details ul li {
      width: calc(100% / 3);
  list-style: none;
  margin: 0;
}

.donate-funds-details ul li span {

  color: #e54a4a;

}

.donate-funds-details .number {
  color: #222326;

}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #ffffff !important;
}

div.dark_square .pp_description {
  padding-top: 4px !important;
  color:#222326;
}

.faq-article{
  margin-top: 20px;
}

.faq-article .text {
  padding-left: 0px;
}

.faq-article ul {

    padding: 0;
    margin: 0 0 10px 25px;
    list-style-type: disc;

}



.faq-article ul li{
  line-height: 25px;
}


.panel {
  line-height: 25px;
}
.panel i {
  color: #fff;
  padding-right: 10px;
  top: 1px;
}
.panel .panel-heading .panel-title a {
  display: block;
  color: #222326;
}
.panel-heading {
  border-bottom: none;
}
.toggleitem.simple-togle {
  margin-bottom: 30px;
}
.panel-default {
  border: 2px solid #222326;
}
.panel-default .panel-heading {
  background-color:#ffffff;
}
.panel-default .panel-heading .panel-title a {
  color: #222326;
}


.panel-body ul {

    padding: 0;
    margin: 0 0 10px 25px;
    list-style-type: disc;

}

.panel-body ol {

    padding: 0;
    margin: 0 0 10px 25px;
    list-style-type: decimal;

}

.panel-body ul li{
  line-height: 25px;
}

.panel-body ol li{
  line-height: 25px;
}

.entry-content ul,ol {
  line-height: 25px;
}

.manual-section{

  padding: 65px 0 0 0;
      border-bottom: 1px solid #c1c1c1;
    border-bottom-color: rgba(193, 193, 193, 0.4);
}

.manual-section .title{
  margin: 30px auto 10px 0px;
}

.manual-section img{
    margin-bottom: 0px;
  max-width: 100%;
height: auto;
}

.manual-section h1{
  font-size: 46px;
}