/*
 * Theme Name:  Newsblock Child
 * Theme URI:   https://codesupply.co/themes/newsblock/
 * Description: Newsblock Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    newsblock
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');

[data-scheme=dark] {
    --cs-color-contrast-50: #000000;
    --cs-color-contrast-100: #333333;
    --cs-color-contrast-200: #494949;
    --cs-color-contrast-300: #606060;
    --cs-color-contrast-400: #777777;
    --cs-color-contrast-500: #8e8e8e;
    --cs-color-contrast-600: #a4a4a5;
    --cs-color-contrast-700: #bbbbbb;
    --cs-color-contrast-800: #d2d2d2;
    --cs-color-contrast-900: #e9e9e9;
    --cs-color-button: #3d3d3d;
    --cs-color-button-contrast: #ffffff;
    --cs-color-button-hover: #242424;
    --cs-color-button-hover-contrast: #ffffff;
    --cs-color-styled-heading: #0ee6b0;
    --cs-color-styled-heading-contrast: #000000;
    --cs-color-styled-heading-hover: #0ee6b0;
    --cs-color-styled-heading-hover-contrast: #000000;
    --cs-color-styled-category: #000000;
    --cs-color-styled-category-contrast: #ffffff;
    --cs-color-styled-category-hover: #0ee6b0;
    --cs-color-styled-category-hover-contrast: #000000;
    --cs-color-category: #ffffff;
    --cs-color-category-hover: #ffffff;
    --cs-color-category-underline: rgba(255,255,255,0);
    --cs-color-primary: #ffffff;
    --cs-color-primary-contrast: #000000;
    --cs-color-secondary:#858585;
    --cs-color-secondary-contrast: #000000;
    --cs-color-accent: #ffffff;
    --cs-color-accent-contrast: #000000;
}


.cs-entry__category .trencin a{
    background-color: #FFD70C !important;
    color: white !important;
}
.cs-entry__category .trencin a:hover,
.cs-entry__category .trencin a:focus
{
    background-color: white !important;
    color: #FFD70C !important;
}
.cs-entry__category .bratislava a{
    background-color: #FF1616 !important;
    color: white !important;
}
.cs-entry__category .bratislava a:hover,
.cs-entry__category .bratislava a:focus
{
    background-color: white !important;
    color: #FF1616 !important;
}

.cs-entry__post-meta .cs-meta-category .post-categories .trencin a{
    color: #FFD70C !important;
}
.cs-entry__post-meta .cs-meta-category .post-categories .trencin a:hover
,.cs-entry__post-meta .cs-meta-category .post-categories .trencin a:focus{
    color: #FFD70C !important;
}

.cs-entry__post-meta .cs-meta-category .post-categories .bratislava a{
    color: #FF1616 !important;
}
.cs-entry__post-meta .cs-meta-category .post-categories .bratislava a:hover,
.cs-entry__post-meta .cs-meta-category .post-categories .bratislava a:focus
{
    color: #FF1616 !important;
}
.text-center{
    text-align: center;
}
.color_tn{
    color: #FFD70C;
}
.color_ba{
    color: #FF1616;
}
.background_tn{
    background-color: #FFD70C;
}
.background_ba{
    background-color: #FF1616;
}
.logoF{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
h2.logoF{
    margin:0;
}