/*
Theme Name:   ID-SK
Theme URI:    https://idsk.gov.sk/
Description:  ID-SK is a responsive WordPress theme.
Author:       Anasoft
Author URI:   https://www.justice.gov.sk
Version:      1.17.38116
Tested up to: 7.4.11
Requires PHP: 7.4.11
License:      GPLv3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  idsk
Tags:         idsk
 */
/* Write here your own personal stylesheet */

figure {
    margin-inline-end: 0px;
    margin-inline-start: 0px;
}

.btn{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1;
    background: transparent;
    color:#fff;
    border:none;
    font-family: Source Sans Pro,Arial,sans-serif;
    text-transform: none;
    font-weight: bold;
    font-size:16px;
    padding: 0;
    cursor: pointer;
}

.btn span{
    display: flex;
    align-items: center;
}
.btn span svg{
    height: 16px;
    width: 16px;
    fill: #fff;
    margin-left:10px;
}

.sr-only{
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

a[href^="tel:"]:hover,
a[href^="mailto:"]:hover {
    color: #000;
}
.with-border {
    border-top: 1px solid #bec1c3;
    border-bottom: 1px solid #bec1c3;
}

.govuk-list--alpha {
    list-style-type: lower-alpha;
    padding-left: 20px;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-left: 30px
}

.idsk-intro-block__side-menu__heading {
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.wp-block-image img {
    height: auto;
}

/* Oprava zobrazovanie kariet, n>3 */
.idsk-card-simple:nth-child(4), 
.idsk-card-simple:nth-child(7),
.idsk-card-simple:nth-child(10) {
    clear: both;
}

.idsk-card-simple img {
    width:100%;
    max-width:300px;
    height:auto;
}

/* Oprava timeline, lebo sa rozsype pri dlhších textoch */
.idsk-timeline__content {
    height: auto !important;
    margin-bottom: 15px;
}

.idsk-timeline__content__date-line {
    margin-bottom: 0px;
}

.idsk-timeline__content__title * {
    margin-bottom: 0px !important;
    margin-top: 0px !important;;
}

.idsk-timeline__content.govuk-body {
    margin-bottom: 0px;
    margin-top: 0px;
}

.idsk-timeline__content__text {
    padding-top: 30px;
}

.idsk-cookie-banner {
    width: 100%;
    z-index: 999999999;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #bfc1c3;
    color: #0b0c0c;
    background: #dee0e2;
    padding-top: 10px;
    padding-bottom: 8px;
    padding: 5px 2% 10px 2%;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.idsk-cookie-banner .left {
    width: 80%;
    float: left;
    margin-bottom: 0;
  }

  .idsk-cookie-banner .right {
    width: 20%;
    margin-bottom: 0;
    float: right;
    text-align: center;
  }

  .idsk-cookie-banner .right button {
    margin-bottom: 0;
  }

  .idsk-cookie-banner[hidden="true"] {
    display: none;
  }
