/*
    Theme Name:   Palas Athena
    Theme URI:    https://www.palas-athena.cz/
    Description:  Child theme that is exported from GIT and modified according to the needs of each client.
    Template:     tritonit-parent
    Author:       Triton IT s.r.o.
    Author URI:   https://www.tritonit.cz
    Version:      VERSION
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Tags:         
    Text Domain:  tritonit-child
*/

@import url('styles/style.css');

/* CSS fix for WP Rocket - Bootstrap offsetting YouTube videos vertically for no reason */
.embed-responsive-16by9::before {
    padding-top: 0 !important;
}

/* cookie bar background colors override */
.cookie-bar-wrap .rotated-text {
    background-color: #072f75 !important;
}

.cookie-bar-wrap .cookie-bar .proposal .buttons .btn-accept-cookies#accept-all {
    background-color: #072f75;
    border: 1px solid #072f75;
}

.cookie-bar-wrap .cookie-bar .proposal .buttons .btn-accept-cookies#accept-selected:hover {
    background-color: #072f75 !important;
}

.cookie-bar-wrap .cookie-bar .proposal .buttons .btn-accept-cookies#accept-all:hover {
    background-color: white !important;
    color: black !important;
    border: 1px solid black;
}

.modal-title {
    color: #072F75;
    font-size: 28px !important;
}

.modal-content {
    border-radius: unset !important;
}

.modal-header {
    border-bottom: unset !important;
}

.modal-footer {
    border-top: unset !important;
}

#news-pop-up .modal-body p {
    margin-bottom: unset;
}

#news-pop-up .modal-content {
    border-color: rgb(53, 181, 217);
    border-width: 4px;
    border-style: solid;
}
