/*
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:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* Floating button */
#floating-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #d41d23; /* Kolor przycisku */
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

/* Panel newslettera */
#newsletter-panel {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9998;
}

#newsletter-panel .newsletter-content {
    padding: 20px;
}

#newsletter-panel .newsletter-content button#close-panel {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

#newsletter-panel.hidden {
    transform: translateX(100%);
}

#newsletter-panel.visible {
    transform: translateX(0);
}

span.tdb-logo-img-wrap .tdb-logo-img {
    max-height: 36px;
}

.single-post figcaption.tdb-caption-text {
    padding: 0.2rem 1.3rem 0 1.3rem;
}

div#cmplz-manage-consent {
    font-size: 12px;
}

@media (max-width: 768px) {
    div#cmplz-manage-consent {
        font-size: 8px;
    }
}

div#tdi_75 {
    overflow-x: hidden;
}

#rev_slider_3_3_forcefullwidth {
    min-height: 680px;
}
