/*
 Theme Name:   RFUK
 Theme URI:    https://www.rainforestfoundationuk.org/
 Description:  Default GeneratePress child theme
 Author:       Raygun Design
 Author URI:   https://raygundesign.co.uk
 Template:     generatepress
 Version:      0.1
*/

.site-content {
    display: block;
}

.inline-btn {
    display: inline;
}

blockquote {
    border-left: 5px solid #8CA122 ;
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
	font-weight: bold;
}

.pp-post-tile-post .pp-post-tile-image a:last-child:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.7) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.5) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.fl-slide-title {
	line-height: 1em;
}
 
/* ul {
  list-style: none; /* Remove default bullets
}
ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet
  color: #8CA122; /* Change the color 
  font-weight: bold; /* If you want it to be bold 
  display: inline-block; /* Needed to add space between the bullet and the text 
  width: 1em; /* Also needed for space (tweak if needed)
  margin-left: -1em; /* Also needed for space (tweak if needed)
} 
*/