/*
Theme Name:     Megaphone Child
Theme URI:      https://mekshq.com/theme/megaphone/
Description:    Child theme for Megaphone WordPress theme
Author:         meks
Author URI:     https://mekshq.com
Template:       megaphone
Version:        0.1.0
*/

/* Header */
.header-middle > .container {
    height: 92px;
}

/* Buttons */
#cancel-comment-reply-link, .comment-reply-link, .entry-content .megaphone-button, .entry-content .megaphone-buttons .megaphone-menu-subscribe a,
.entry-content .wp-block-button .wp-block-button__link, .megaphone-button, .megaphone-buttons .megaphone-menu-subscribe .entry-content a,
.megaphone-buttons .megaphone-menu-subscribe a, .megaphone-pagination a, .meks-instagram-follow-link .meks-widget-cta,
.mks_autor_link_wrap a, .mks_read_more a, .paginated-post-wrapper a, .wp-block-button .entry-content .wp-block-button__link,
.wp-block-button .wp-block-button__link, button[type="submit"], input[type="button"], input[type="submit"],
ul.page-numbers .current, ul.page-numbers a {
    border-radius: inherit;
}

/* Pagination */
.megaphone-pagination .page-numbers.current {
    border-radius: inherit;
}

.megaphone-button-circle, .paginated-post-wrapper .current, .paginated-post-wrapper a, ul.page-numbers a {
    border-radius: inherit;
}

.megaphone-button-play {
    border-radius: inherit;
}

.entry-tags a {
    border-radius: inherit;
}

.search-alt input[type="text"] {
    border-radius: inherit;
}

/* Headline */
.megaphone-show-header h3 a {
    color: #000 !important;
}

/* Disable Author Box */
.megaphone-author-box {
    display: none !important;
}

/* Logo */
.megaphone-site-branding .site-title {
    position: absolute;
    top: 0;
    left: 0;
}

/* Disable Donate Menu */
@media only screen and (max-width: 899px) {
    .slot-r .megaphone-menu {
        display: none;
    }
}

/* Disable Meta Author */
.meta-item.meta-author {
    display: none;
}

.meta-item.meta-date:before {
    display: none;
}

/* Abstand */

@media only screen and (min-width: 900px) {
    p {
        margin-bottom: 25px;
    }

    .comment-content .h1, .comment-content .h2, .comment-content .h3, .comment-content .h4, .comment-content .h5, .comment-content .h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        margin-top: 45px;
        margin-bottom: 45px;
    }
}

.spalte-farbig {
    background-color: #798d90;
    padding: 20px;
}

.spalte-farbig  p img {
    margin-top: 5px !important;
}

@media only screen and (min-width: 900px) {
    .megaphone-logo img {
        min-width: 226px;
    }
}

/* Audioplayer */
.meks-ap-slot-l {
    background-color: #BE0B1D;
}


/* Icon */
.amazon-link a::before {
    content: "" !important;
}

.amazon-link a {
    background-image: url("../png/amazon_music_icon.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0% 50% !important;
    padding-left: 10px !important;
}

.amazon-link a span {
    padding-left: 14px !important;
}

.amazon-link a:hover {
    background-image: url("../png/amazon_music_icon_hover.png") !important;
}

#widget_meks_instagram {
    padding-top: 10px !important;
}

.overlay-container .megaphone-content h2 {
    font-size: 40px;
    line-height: 45px;
}

.entry-content a {
    border: none;
    color: #be171c;
}

.entry-content a:hover {
    color: #790407;
}
.entry-header h1 {
    margin-top: -50px;
}

.tpg-channels .wp-block-image {
    margin-bottom: 0px;
}

h1,h2,h3,h4,h5,h6 {
	hyphens: auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
}

@import 'app.css';