/*
Theme Name: kca
Author: apaone.com
Description: KCA Theme
Version: 1.0.0
Text Domain: kca

kca is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

.no_posts-msg {
    font-family: Space Mono, monospace;
    /*background-color: #ffc833;*/
    /*background-image: url(../img/pattern-white-op-70.png);*/
    margin-bottom: 10px;

}

.no_posts-msg .highlight {
    display: inline-block;
    padding: 0 10px;

}

.link-to-archive {
    padding-bottom: 30px;
}

.btn-submit.btn-small {
    padding: 6px 20px;
}

.post-prev-archive .archive-link .title {
    padding-left: 15px;
}

.sec-main .widgettitle {
    font-family: Space Mono, monospace;
}

.sec-main .widget {
    margin-bottom: 30px;
}

.sec-main .widget ul {
    padding-left: 20px;
}

.sec-main .widget ul li {
    list-style: square;
}

.sec-main .widget ul li a {
    color: #333;
}

.sec-main .widget ul li a:hover {
    color: #ffc833;
    text-decoration: underline;
}

.sidebar-menu li.current-menu-item a {
    background-color: #ffc833;
    color: #191919;
}

.contact-data__tel .data span {
    width: 250px;
}

.footer-contact-item .name {
    font-family: Space Mono, monospace;
    color: #bfbfbf;
    width: 250px;
}

.footer-contact-item .num {;
    white-space: nowrap;
}

.footer-contact-item.footer-tel p {;
    border-bottom: 1px dotted #333232;
}

.footer-contact-item.footer-tel p:last-child {;
    border-bottom: none;
}

.highlight a {
    color: #191919;
    padding: 0 5px;
}

.highlight a:hover {
    text-decoration: underline;
}

.sidebar-menu li#menu-item-595 a {
    width: 130px;
}

.sidebar-menu li#menu-item-109 a {
    width: 130px;
}

/*
events-table
***********************************************************************************************************************/
th.event-time {
    width: 150px;
    padding-bottom: 10px;
}

th.event-description {
    padding-bottom: 10px;
}

.event-group-title {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #191919;

}

.event-group-title .highlight {
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
}

.events-table {
    margin-bottom: 30px;
}

.css-events-list table {
    width: 100%;

}

.css-events-list table.events-table tr {
    /*border-bottom: 1px solid rgba(107, 107, 107, 0.15);*/
}

.css-events-list table.events-table td {
    /*padding: 3px 6px;*/
}

/*
event
***********************************************************************************************************************/
.event__dt {
    vertical-align: top;
}

.event__wrap .header-bordered {
    margin-bottom: 10px;
}

.event__wrap .header-bordered .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
}

.event__dt-wrap {
    margin: 0 20px 0 0;
    background-color: #ffc833;
    background-image: url(./img/pattern-white-op-70.png);
    text-align: center;
}

.event__dt-date {
    font-family: Space Mono, monospace;
}

.event__dt-date-month {
    /*float: left;*/
    /*padding: 8px 10px;*/
    /*text-align: right;*/
    /*width: 50px;*/
}

.event__dt-date-day {

    font-size: 16px;
    font-weight: 700;
    padding: 5px 10px;

    text-align: center;
}

.event__dt-time {
    font-size: 12px;
    color: #fff;
    background-color: #191919;
}

.event__dt-time span {
    font-size: 16px;
}

.event__text {
    margin-bottom: 40px;
}

.galerija-item {
    margin-bottom: 40px;
}

.vest_single-date{
    display: inline-block;
    padding: 0 10px;
}

.entry-content ol{
    margin-left: 20px;
}
.entry-content ol li{
    list-style-type:decimal;
    padding-left: 10px;
}