/* 
 Theme Name:   TalkFirst
 Theme URI:    
 Description:  
 Author:       lesdundas
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/*—–Fixing bottom blog white space issue—–*/
.et_pb_post{
margin-bottom: -25px !important;
}

.single .post {
padding-bottom: 0px;
}

@media only screen and ( max-width: 980px) {
.single .post {
padding-bottom: 20px;
}
}