/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Apr 28 2021 | 05:13:21 (pm)
/*
/******* Do not edit this file *******/

/*
Dark Blue: #1e3b7f
*/

/* Fix bottom margin on homepage top featured posts */
.home-top { padding: 20px 20px 30px; }

/* Put a black background behind featured image on homepage top featured posts */
.home-top .widget.ui-tabs .entry { background: #000; }

/* Sidebar */
h4.widgettitle { font-weight: bold; }
.textwidget a img { padding: 10px; }

/* Listen Now Button */
.listennow, .donate { font-family: lato, sans-serif; text-transform: uppercase; font-size: 1.5em; color: #fff!important; background: #000; padding: 10px; border: 1px solid #000; }
.listennow:hover, .donate:hover { background: #aaa; color: #fff!important; }

/* Subscribe on iTunes Button */
.subscribe { margin-left: 105px; }

/* Captions */
.caption { text-align: center; font-weight: bold; font-size: .8em; margin-bottom: 20px;}

/*AdPlugg*/
.adplugg-ad { margin-bottom: 20px; }

/* Guest Links */
.custom-data { padding: 25px; margin: 0 0 10px 25px; width: 33%; float: right; border: 2px solid #999; }
.guestname { border-bottom: 2px solid #f6f6f6; padding-bottom: 10px; text-align: center; }
.custom-data .label { line-height: 1.7em; padding-left: 25px; }
.guest-website { margin-top: 10px; }
.guest-website, .guest-twitter, .guest-facebook, .guest-youtube, .guest-contact  { position: relative; }
.guest-website:before { content: "\f267"; font-family: FontAwesome; position: absolute; top:0; }
.guest-twitter:before { content: "\f081"; font-family: FontAwesome; position: absolute; top:0; }
.guest-facebook:before { content: "\f082"; font-family: FontAwesome; position: absolute; top:0; }
.guest-youtube:before { content: "\f166"; font-family: FontAwesome; position: absolute; top:0; }
.guest-contact:before { content: "\f0e0"; font-family: FontAwesome; position: absolute; top:0; }