/*
 Theme Name:   Buntington Child
 Theme URI:    https://school.wpshow.me
 Description:  WordPress Education/School Theme based on Bootstrap v3.1
 Author:       Dameer DJ
 Author URI:   http://themeforest.net/feeleep
 Template:     Buntington
 Version:      1.0.0
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, editor-style, featured-images, microformats, sticky-post, translation-ready
 Text Domain:  kazaz
*/

@import url("../Buntington/style.css");

/* overwrite theme's default styles below this line */

/* change background */
#k-body {
  background-color: #fff;
}

#k-subfooter {
background-color: #fff;
}

/* hide event description on first page */
.widget-container .up-event-wrap p {
display: none;
}
/* re-enable (for sidebar) event description on first page */
#k-sidebar .widget-container .up-event-wrap p {
display: block;
}
/* hide Add to Google Calendar on first page */
.widget-container .google-add-wrap {
display: none;
}

/* H1 page title color */
h1.page-title {
color: #3886a2;
}

/* Photo count */
.gallery-photos-num {
font-size: 32px;
}

#k-menu li a {
border-top-width: 0px;
}

h1.k-logo {
text-align: center;
}

/* Shaded (second bg) color */
.col-shaded {
background-color: #faf8f3;
}

/* Event first page color */
.up-event-date {
color: #66460b;
}

/* Event details bg color */
.event-from, .event-to {
background-color: #66460b;
}

#drop-down-left > li:not(:first-child) {
margin-left: 50px;
}

.wpcf7 .delavnica .wpcf7-list-item,
.wpcf7 .delavnica-rezervna .wpcf7-list-item
  {
display: block;
margin-left: 15px;
}
.wpcf7 .delavnica .wpcf7-list-item-label,
.wpcf7 .delavnica-rezervna .wpcf7-list-item-label  {
margin-left: 10px;
}

input[type=checkbox]:checked ~ div.drug-placnik {
      display: none;
}