@charset "UTF-8";
/*
Theme Name: Cyberbank
Theme URI: https://cyberbank.cmsmasters.net/
Author: cmsmasters
Author URI: https://cmsmasters.net/
Description: Cyberbank theme is the modern bank financial business theme that will attract new customers and business partners to this bank and offer credit programs.  It is a perfect theme for banks, credit companies, mortgage and insurance providers, credit card and electronic money companies.
Version: 1.0.4
License:
License URI:
Text Domain: cyberbank
Domain Path: /theme-config/languages
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/


.sticky,
.bypostauthor,
.screen-reader-text {
    outline: none;
}
#cookie-header
{
    background-color: #585858;
    opacity: 75%;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 65px;
    z-index: 1021;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.button-close-cookie-consent {
    background: 0 0;
    border: 0;
    position: absolute;
    padding: 5px;
    cursor: pointer;
    right: 0;
    margin-right: 15px;
    top: 0;
}

.cookie-header-content {
    max-width: 850px;
    margin: 10px 50px;
}

.cookie-header-content a {
    color: #fff;
    text-decoration: underline;
}

.cookie-header-content p {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .cookie-header-content {
        margin: 10px 50px 10px 20px;
    }

    .button-close-cookie-consent {
        margin-right: 0;
        padding: 5px 15px;
    }
}