/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

.txt-lite span {
    font-weight: 300;
}






table.tabela_kontakty_start a{
color: #ff2a2a;
}
table.tabela_kontakty_start td,
table.tabela_kontakty_start th{


background-color: #f2f2f2;
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 2px solid #fff;
text-align: center;
}

.linki_red p a{
color: #ff2a2a;
}

.desktop-only {
    display: block;
}

@media (min-width: 992px) {
    .desktop-only {
        display: none;
    }
}

@media (max-width: 991px) {
    .mobile-only {
        display: block;
    }
}

@media (min-width: 992px) {
    .mobile-only {
        display: none;
    }
}
