/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        13c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

.podcast__links {
    font-size: 0;
}

.podcast__links ul {
    display: inline-block;
    vertical-align: middle
}

.podcast__links li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0
}

.podcast__links li:last-child {
    margin: 0
}

.podcast__links a {
    display: block;
    padding: 10px 10px;
    border-radius: 10px;
    background: var(--white)
}

.podcast__links img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0
}

.podcast__links li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 700;
}

.podcast__links li a {
    color: black;
}

.podcast__links li a:hover {
    color: #4db2ec;
}