

/* Start:/local/components/flashformat/event.list/templates/.default/style.css?17845121121902*/
.event-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.event-filter__item {
    padding: 10px 24px;
    border: unset;
    /*background: #af894c;*/
    background: #6b5843;
    color: white;
    font-family: "Myriad Pro Regular", sans-serif;
    white-space: nowrap;
    transition: 0.3s;
    outline: 1px solid #6b5843;
    outline-offset: 2px;
    margin-right: 0.5rem;
}

.event-filter__item:hover {
    background: rgba(207, 160, 82, 0.1);
}

.event-filter__item.is-active {
    background: #4e4331;
    color: #fff;
}

.event-list {
    row-gap: 60px;
}

.event-list__item.is-hidden {
    display: none;
}

.event-list__item a {
    overflow: hidden;
    border-radius: 8px;
}

.event-list__item img {
    /*aspect-ratio: 4 / 3;*/
    object-fit: cover;
    transition: 0.4s;
    max-height: 240px;
}

.event-list__item a:hover img {
    transform: scale(1.04);
}

.event-list__item .regular-text {
    margin-top: 20px;
    padding: 0 4px;
}

.event-list__title {
    font-family: "Myriad Pro Regular";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-list__item .regular-text.rt-yellow {
    margin-top: 8px;
    font-family: "Myriad Pro Regular";
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .event-list {
        row-gap: 40px;
    }
}

.event-list__more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.event-list__more {
    padding: 10px 32px;
    border: 1px solid var(--color5);
    border-radius: 50px;
    background: transparent;
    color: var(--color5);
    font-family: "Myriad Pro Regular";
    transition: 0.3s;
}

.event-list__more:hover {
    background: var(--color5);
    color: #fff;
}
/* End */


/* Start:/local/components/flashformat/form/templates/unisender/style.css?17738197112071*/
#unisend-form-section{
    padding-top: 50px;
    padding-bottom: 10px;
}
.unisend-form-userprivacy {
    display: inline-flex;
    margin-right: 10px;
    max-width: 230px;
}
.unisend-form-maintext{
    font-size: 25px;
    letter-spacing: 2px;
}
.unisend-form-subtext{
    font-size: 18px;
    letter-spacing: 2px;
}
#static-form-container {
    font-family: 'Myriad Pro Light' !important;
    padding: 60px !important;
    background-image: url(/local/templates/rodina/assets/images/pattern.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white !important;
    text-shadow: 0px 0px 13px #b59800;
    margin-top: 0 !important;
    width: 1315px !important;
    outline: 4px double #af7614;
    outline-offset: -5px;
}
#static-form-container .regular-btn{
    position: relative;
    width: 100%;
    height: 45px;
    margin-top: 1rem;
    margin-bottom: 0;
    margin-inline: auto;
    background-color: var(--color4);
    outline-color: var(--color4);
}
#static-form-container .regular-btn:hover{
    background-color: #272e64;
}
.unisend-checkbox{
    margin-bottom: 10px;
}
.unisend-checkbox input{
    width: 25px;
    height: 20px;
    margin-right: 10px;
    flex: 0;
    cursor: pointer;
}
.unisend-checkbox label{
    line-height: 15px;
    font-size: 16px;
}
.unisend-checkbox a{
    color: #283de9;
    text-decoration: underline;
}

@media(max-width: 1799px){
    #static-form-container {
        width: 1135px !important;
    }
}
@media (max-width: 1199px) {
    #static-form-container {
        width: 850px !important;
    }
}
@media (max-width: 1023px) {
    #static-form-container {
        width: 90% !important;
        padding: 30px !important;
    }
}
@media (max-width: 767px) {
    #static-form-container{
        width: 87% !important;
    }
}
@media(max-width: 575px){
    #static-form-container .regular-btn{
        margin-top: 15px;
        height: 35px;
        font-size: 15px;
    }
}
/* End */
/* /local/components/flashformat/event.list/templates/.default/style.css?17845121121902 */
/* /local/components/flashformat/form/templates/unisender/style.css?17738197112071 */
