@charset "UTF-8";
/*!
Theme Name:     SIO2020
Description:    Wordpress predloga za "Slovensko izobraževalno omrežje".
Author:         Jani Golob
Author URI:     http://janigolob.com
Template:       leaf
Version:        1.0
*/
@import url("../leaf/style.css");


/** Some CSS copied from bootstrap */

.bootstrap-row {
    margin-right: -15px;
    margin-left: -15px;
}

.bootstrap-row:after {
    display: table;
    content: " ";
    clear: both;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.333%;
        box-sizing: border-box;
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn.disabled {
    pointer-events: none;
    opacity: .65;
    cursor: not-allowed;
}


/** SIO theme CSS */

#content a {
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

#page {
    background: #e9e9e9;
}

.row {
    max-width: 1200px;
}

.novice a {
    color: #f06e17;
}

.novice .no-image-line, .novice .flex-title {
    background: #f06e17;
}

.izobrazevanje a {
    color: #bf284b;
}

.izobrazevanje .no-image-line, .izobrazevanje .flex-title {
    background: #bf284b;
}

.podpora a {
    color: #5fc4d0;
}

.podpora .no-image-line, .podpora .flex-title {
    background: #5fc4d0;
}

.projekti a {
    color: #c6c01c;
}

.projekti .no-image-line, .projekti .flex-title {
    background: #c6c01c;
}

.zakonodaja a {
    color: #8eb25b;
}

.zakonodaja .no-image-line, .zakonodaja .flex-title {
    background: #8eb25b;
}

.no-image-line {
    height: 24px;
}

.site-content {
    border: none;
}

.site-content .post.home-page {
    background: #fff;
    padding: 0;
    margin: 0 0 24px;
}

.site-content .post.home-page.slider {
    background: #e9e9e9;
    margin-top: 1rem;
}

.site-content .post.home-page .date.category {
    margin: 12px 0 0;
    font-size: 13px;
    color: #909090;
}

.site-content .post.home-page .date.category a {
    color: #909090;
    text-decoration: none;
    text-transform: uppercase;
}

.site-content .post.home-page .content {
    padding: 12px;
}

.site-content .post.home-page h1, .site-content .post.home-page h2 {
    margin: 12px 0;
}

.site-content .post.home-page h1 a, .site-content .post.home-page h2 a {
    text-decoration: none;
}

.site-content .post.home-page h1.entry-title {
    font-size: 30px;
}

.site-content .post.home-page h2.entry-title {
    font-size: 20px;
}

.site-content .post.home-page.single .seven.columns {
    padding: 24px 24px 24px 0;
    margin: 0;
}

.site-content .post.home-page.four.columns {
    width: 33.3%;
    background: transparent;
    /*
    &.first {
        .home-post-wrapper {
            margin: 0;
        }
    }

    &.last {
        .home-post-wrapper {
            margin: 0;
            float: right;
        }
    }
    */
}

.site-content .post.home-page.four.columns .home-post-wrapper {
    width: 98%;
    background: #fff;
    margin: 0 auto;
}

.site-content .post.home-page.four.columns.last {
    margin-right: 0;
}

.site-content img {
    border: none;
    padding: 0;
}

.site-content.not-home.archive article {
    position: relative;
    padding-top: 10px;
    margin: 0 0 2px;
}

.site-content.not-home.archive .post-ratings {
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

.site-content.not-home.archive .post-ratings em {
    display: none;
}

.site-content.not-home #content {
    background: #fff;
    padding: 24px 24px 24px 0;
    overflow: hidden;
    min-height: 500px;
}

.site-content.not-home.archive #content {
  background: transparent;
  padding: 0;
}

.site-content.not-home .archive-header {
    border: none;
    margin: 0;
    overflow: hidden;
    background: #fff;
    padding: 1rem 2rem;
}

.site-content.not-home .archive-header h1 {
    color: #888;
    float: left;
}

.site-content.not-home .archive-header .sort-link {
    float: right;
}

.site-content.not-home .entry-meta {
    border: none;
}

.site-content .posts.full-width {
    width: 100%;
}

.site-content .posts.novice a {
    color: #f06e17;
}

.site-content .posts.novice a:hover {
    color: #f06e17;
}

.site-content .posts.izobrazevanje a {
    color: #bf284b;
}

.site-content .posts.izobrazevanje a:hover {
    color: #bf284b;
}

.site-content .posts.podpora a {
    color: #3784bf;
}

.site-content .posts.podpora a:hover {
    color: #3784bf;
}

.site-content .posts.projekti a {
    color: #c6c01c;
}

.site-content .posts.projekti a:hover {
    color: #c6c01c;
}

.site-content .posts.zakonodaja a {
    color: #8eb25b;
}

.site-content .posts.zakonodaja a:hover {
    color: #8eb25b;
}

.site-content .posts .entry-header {
    margin: 0 0 12px;
}

.site-content .posts .date {
    color: #888;
    margin: 0 0 12px;
}

.site-content .full-width {
    /* padding-left: 24px !important; */
}

.site-content.full-width #content {
    padding: 24px;
}

.site-content #wpus_response {
    margin: 24px 0 0;
}

.site-content #wpus_response article {
    border-bottom: 3px solid #ccc;
}

@media all and (max-width: 887px) {
    .site-content .post.home-page.four.columns {
        width: 100%;
    }
}

@media all and (max-width: 650px) {
    .site-content {
        padding-right: 0;
    }

    .site-content .posts {
        width: 100%;
        float: left;
        padding: 0 0 0 12px;
    }

    .site-content .date.category {
        text-align: left;
    }

    .site-content h2.entry-title {
        text-align: left;
    }

    .site-content p {
        text-align: left;
    }

    .slider .flexslider .slides img {
        visibility: hidden;
        min-height: 300px;
    }
}

#head-container {
    background: #fff;
    border-bottom: 3px solid #1b3d57;
}

#head-container .logo {
    width: 300px;
}

#head-container .main-navigation {
    border: none;
}

#head-container .main-navigation ul {
    padding: 0;
    margin: 0 0 -3px 0;
}

#head-container .main-navigation li {
    margin: 0 0 0 -3px;
}

#head-container .main-navigation li a {
    border: none;
    padding: 10px 15px 10px;
}

#head-container .main-navigation li.active a {
    color: #fff;
}

#head-container .main-navigation li.active a:after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    margin: 13px 0 0 -8px;
}

#head-container .main-navigation li.active.domov {
    background: #199ed8;
    border-bottom: 3px solid #199ed8;
}

#head-container .main-navigation li.active.domov a:after {
    border-top: 8px solid #199ed8;
    margin-top: 8px;
}

#head-container .main-navigation li.active.novice {
    background: #f06e17;
}

#head-container .main-navigation li.active.novice a:after {
    border-top: 8px solid #f06e17;
}

#head-container .main-navigation li.active.izobrazevanje {
    background: #bf284b;
}

#head-container .main-navigation li.active.izobrazevanje a:after {
    border-top: 8px solid #bf284b;
}

#head-container .main-navigation li.active.skupnost {
    background: #3784bf;
}

#head-container .main-navigation li.active.skupnost a:after {
    border-top: 8px solid #3784bf;
}

#head-container .main-navigation li.active.podpora {
    background: #5fc4d0;
}

#head-container .main-navigation li.active.podpora a:after {
    border-top: 8px solid #5fc4d0;
}

#head-container .main-navigation li.active.zakonodaja {
    background: #8eb25b;
}

#head-container .main-navigation li.active.zakonodaja a:after {
    border-top: 8px solid #8eb25b;
}

#head-container .main-navigation li.active.projekti {
    background: #c6c01c;
}

#head-container .main-navigation li.active.projekti a:after {
    border-top: 8px solid #c6c01c;
}

#head-container .main-navigation li.domov {
    border-bottom: 3px solid transparent;
}

#head-container .main-navigation li.novice {
    border-bottom: 3px solid #f06e17;
}

#head-container .main-navigation li.izobrazevanje {
    border-bottom: 3px solid #bf284b;
}

#head-container .main-navigation li.skupnost {
    border-bottom: 3px solid #3784bf;
}

#head-container .main-navigation li.podpora {
    border-bottom: 3px solid #5fc4d0;
}

#head-container .main-navigation li.zakonodaja {
    border-bottom: 3px solid #8eb25b;
}

#head-container .main-navigation li.projekti {
    border-bottom: 3px solid #c6c01c;
}

#head-container .main-navigation .current_page_item > a {
    font-weight: normal;
}

#head-container .main-navigation li.domov a {
    line-height: 0;
    vertical-align: middle;
    margin: -1px 0 0;
    padding-top: 15px;
    padding-bottom: 5px;
}

#head-container .main-navigation li.domov a i {
    font-size: 20px;
}

#left-sidebar {
    width: 25%;
    float: left;
    padding: 0 0 0 16px;
}

#left-sidebar h3 {
    font-weight: bold;
}

#left-sidebar .post-categories h3 {
    margin: 24px 0 0;
}

#left-sidebar .post-categories ul li {
    margin: 6px 0;
}

#left-sidebar .post-categories ul li a {
    text-decoration: none;
}

#left-sidebar .post-categories ul li a:last-of-type:after {
    content: "";
}

#left-sidebar .post-categories.novice a {
    color: #f06e17;
}

#left-sidebar .post-categories.izobrazevanje a {
    color: #bf284b;
}

#left-sidebar .post-categories.skupnost a {
    color: #3784bf;
}

#left-sidebar .post-categories.podpora a {
    color: #5fc4d0;
}

#left-sidebar .post-categories.zakonodaja a {
    color: #8eb25b;
}

#left-sidebar .post-categories.projekti a {
    color: #c6c01c;
}

#left-sidebar .post-tags {
    padding: 12px 0;
    overflow: hidden;
}

#left-sidebar .post-tags h3 {
    margin: 0 0 6px;
}

#left-sidebar .post-tags a {
    text-decoration: none;
}

#left-sidebar .post-tags.novice a {
    color: #f06e17;
}

#left-sidebar .post-tags.izobrazevanje a {
    color: #bf284b;
}

#left-sidebar .post-tags.skupnost a {
    color: #3784bf;
}

#left-sidebar .post-tags.podpora a {
    color: #5fc4d0;
}

#left-sidebar .post-tags.zakonodaja a {
    color: #8eb25b;
}

#left-sidebar .post-tags.projekti a {
    color: #c6c01c;
}

#left-sidebar .post-ratings {
    padding: 6px 0 12px;
}

#left-sidebar .sociable {
    margin: 0 0 12px;
}

#left-sidebar .sociable .sociable_tagline {
    display: none;
}

@media all and (max-width: 650px) {
    #left-sidebar {
        width: 100%;
        text-align: center;
    }
}

#right-sidebar {
    width: 25%;
    float: right;
}

#right-sidebar h3 {
    position: relative;
    text-transform: uppercase;
    margin: 16px 0 0;
    background: #1b3d57;
    color: #fff;
    padding: 8px 12px;
}

#right-sidebar h3 a {
    color: #fff;
}

#right-sidebar h3 a:hover {
    color: #fff;
}

#right-sidebar h3:after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 10%;
    margin: 7px 0 0 -8px;
    border-top: 8px solid #1b3d57;
}

#right-sidebar .widget-area ul li {
    margin: 3px 0;
    border-radius: 3px;
}

#right-sidebar .widget-area ul li a {
    background: #ccc;
    display: block;
    padding: 10px 0 10px 24px;
    color: #555;
    text-decoration: none;
}

#right-sidebar.novice .widget-area ul li.active a,
#right-sidebar.novice .widget-area ul li.current-cat a {
    color: #fff;
    background: #f06e17;
}

#right-sidebar.izobrazevanje .widget-area ul li.active a,
#right-sidebar.izobrazevanje .widget-area ul li.current-cat a {
    color: #fff;
    background: #bf284b;
}

#right-sidebar.podpora .widget-area ul li.active a,
#right-sidebar.podpora .widget-area ul li.current-cat a {
    color: #fff;
    background: #5fc4d0;
}

#right-sidebar.projekti .widget-area ul li.active a,
#right-sidebar.projekti .widget-area ul li.current-cat a {
    color: #fff;
    background: #c6c01c;
}

#right-sidebar.zakonodaja .widget-area ul li.active a,
#right-sidebar.zakonodaja .widget-area ul li.current-cat a {
    color: #fff;
    background: #8eb25b;
}

#right-sidebar .widget-area ul .sub-menu {
    margin: 0 0 0 24px;
}

#right-sidebar .widget-area ul .children {
    margin: 0 0 0 24px;
}

#right-sidebar .tagcloud {
    overflow: hidden;
}

#right-sidebar .tagcloud a {
    background: #fff;
    display: inline;
    float: left;
    color: #555;
    text-decoration: none;
    padding: 4px;
    margin: 4px 4px 0 0;
    border-radius: 3px;
    border: 1px solid #888;
}

#right-sidebar .menu .submenu {
    margin: 0 0 0 24px;
}

#right-sidebar #recentcomments li {
    background: #fff;
    padding: 10px 0 10px 24px;
}

#right-sidebar #recentcomments li a {
    background: none;
}

.novice #recentcomments a {
    color: #f06e17 !important;
}

.izobrazevanje #recentcomments a {
    color: #bf284b !important;
}

.skupnost #recentcomments a {
    color: #3784bf !important;
}

.podpora #recentcomments a {
    color: #5fc4d0 !important;
}

.zakonodaja #recentcomments a {
    color: #8eb25b !important;
}

.projekti #recentcomments a {
    color: #c6c01c !important;
}

#content a.comment-reply-link {
    color: #ccc;
}

#content a.comment-reply-link:hover {
    color: #C4302B;
    text-decoration: none;
}

@media all and (max-width: 767px) {
    #right-sidebar {
        width: 100%;
    }
}

.site-content {
    border: none;
}

.site-content .post.home-page.slider {
    background: #e9e9e9;
    margin-top: 1rem;
}

.site-content .post.home-page .date.category {
    margin: 12px 0 0;
    font-size: 13px;
    color: #909090;
}

.site-content .post.home-page .date.category a {
    color: #909090;
    text-decoration: none;
    text-transform: uppercase;
}

.site-content .post.home-page .content {
    padding: 12px;
}

.site-content .post.home-page h1, .site-content .post.home-page h2 {
    margin: 12px 0;
}

.site-content .post.home-page h1 a, .site-content .post.home-page h2 a {
    text-decoration: none;
}

.site-content .post.home-page h1.entry-title {
    font-size: 30px;
}

.site-content .post.home-page h2.entry-title {
    font-size: 20px;
}

.site-content .post.home-page.single .seven.columns {
    padding: 24px 24px 24px 0;
    margin: 0;
}

.site-content .post.home-page.four.columns {
    width: 33.3%;
    background: transparent;
}

.site-content .post.home-page.four.columns .home-post-wrapper {
    width: 98%;
    background: #fff;
    margin: 0 auto;
}

.site-content .post.home-page.four.columns.last {
    margin-right: 0;
}

#load-more-posts-wrapper {
    text-align: center;
}

.archive #load-more-posts-wrapper {
  margin: 12px 0 0;
}

#load-more-posts {
    color: #000;
}

.site-content img {
    border: none;
    padding: 0;
}

.site-content.not-home.archive article {
    position: relative;
    padding-top: 10px;
}

.site-content.not-home.archive .post-ratings {
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

.site-content.not-home.archive .post-ratings em {
    display: none;
}

.site-content.not-home .entry-meta {
    border: none;
}

.site-content .posts {
    padding: 0 24px;
}

.site-content .posts.full-width {
    width: 100%;
    float: right;
}

.site-content.with-left-menu .posts {
    width: 70%;
    float: right;
    padding: 0;
}

.site-content .posts.novice a {
    color: #f06e17;
}

.site-content .posts.novice a:hover {
    color: #f06e17;
}

.site-content .posts.izobrazevanje a {
    color: #bf284b;
}

.site-content .posts.izobrazevanje a:hover {
    color: #bf284b;
}

.site-content .posts.gradiva a {
    color: #3784bf;
}

.site-content .posts.gradiva a:hover {
    color: #3784bf;
}

.site-content .posts.projekti a {
    color: #c6c01c;
}

.site-content .posts.projekti a:hover {
    color: #c6c01c;
}

.site-content .posts.zakonodaja a {
    color: #8eb25b;
}

.site-content .posts.zakonodaja a:hover {
    color: #8eb25b;
}

.site-content .posts .entry-header {
    margin: 0 0 12px;
}

.site-content .posts .date {
    color: #888;
    margin: 0 0 12px;
}

.site-content .full-width {
    padding-right: 0;
    /* padding-left: 24px !important; */
}

.site-content.full-width #content {
    padding: 24px;
}

.site-content #wpus_response {
    margin: 24px 0 0;
}

.site-content #wpus_response article {
    border-bottom: 3px solid #ccc;
}

.site-content article footer .ratings {
  float: right;
}

.site-content article footer .ratings .text {
    width: 48px;
    float: left;
}

.site-content article footer .ratings .stars {
    width: calc(100% - 48px);
    float: left;
}

/*.site-content article footer .share b {*/
    /*float: left;*/
    /*height: 48px;*/
    /*line-height: 48px;*/
/*}*/

.site-content article footer .post-tags {
    margin: 12px 0;
}

.site-content .posts article footer .post-tags a {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 8px 0 0;
    color: #fff;
}

.site-content .posts article footer .post-tags a:hover {
    color: #fff;
}

.site-content .posts.novice article footer .post-tags a {
    background: #f06e17;
}

.site-content .posts.izobrazevanje article footer .post-tags a {
    background: #bf284b;
}

.site-content .posts.podpora article footer .post-tags a {
    background: #3784bf;
    margin-top: 6px;
}

.site-content .posts.projekti article footer .post-tags a {
    background: #c6c01c;
}

.site-content .posts.zakonodaja article footer .post-tags a {
    background: #8eb25b;
}

@media all and (max-width: 887px) {
    .site-content .post.home-page.four.columns {
        width: 100%;
    }
}

@media all and (max-width: 650px) {
    .site-content {
        padding-right: 0;
    }

    .site-content .posts {
        width: 100%;
        float: left;
        padding: 0 0 0 12px;
    }

    .site-content .date.category {
        text-align: left;
    }

    .site-content h2.entry-title {
        text-align: left;
    }

    .site-content p {
        text-align: left;
    }

    .slider .flexslider .slides img {
        visibility: hidden;
        min-height: 300px;
    }
}

#left-menu {
    width: 25%;
    min-height: 100px;
    float: left;
}

#left-menu ul li a {
    border-bottom: 1px solid #ddd;
    margin: 0 0 12px;
    display: block;
    padding: 0 0 12px 24px;
    text-decoration: none;
}

#left-menu .sub-menu {
    display: none;
}

#left-menu .children {
    margin: 0 0 0 12px;
}

#left-menu .current-menu-item > a,
#left-menu .current-menu-ancestor > a {
    padding-bottom: 12px;
}

#left-menu .current-menu-item .sub-menu,
#left-menu .current-menu-ancestor .sub-menu {
    display: block;
}

#left-menu .current-menu-item .sub-menu a,
#left-menu .current-menu-ancestor .sub-menu a {
    margin-left: 24px;
}

#left-menu.novice .current-menu-item > a,
#left-menu.novice .current-menu-ancestor > a {
    color: #f06e17;
    border-bottom: 2px solid #f06e17;
}

#left-menu.novice a:hover {
    color: #f06e17;
}

#left-menu.izobrazevanje .current-menu-item > a,
#left-menu.izobrazevanje .current-menu-ancestor > a {
    color: #bf284b;
    border-bottom: 2px solid #bf284b;
}

#left-menu.izobrazevanje a:hover {
    color: #bf284b;
}

#left-menu.podpora .current-menu-item > a,
#left-menu.podpora .current-menu-ancestor > a {
    color: #3784bf;
    border-bottom: 2px solid #3784bf;
}

#left-menu.podpora a:hover {
    color: #3784bf;
}

#left-menu.projekti .current-menu-item > a,
#left-menu.projekti .current-menu-ancestor > a {
    color: #c6c01c;
    border-bottom: 2px solid #c6c01c;
}

#left-menu.projekti a:hover {
    color: #c6c01c;
}

#left-menu.zakonodaja .current-menu-item > a,
#left-menu.zakonodaja .current-menu-ancestor > a {
    color: #8eb25b;
    border-bottom: 2px solid #8eb25b;
}

#left-menu.zakonodaja a:hover {
    color: #8eb25b;
}

#left-menu ul li.current_page_item a {
  font-weight: 900;
}

@media all and (max-width: 650px) {
    #left-menu {
        width: 100%;
        text-align: center;
    }
}

.site-footer {
    background: #1b3d57;
    padding: 12px 0 0;
    border: none;
}

.site-footer .line {
    border: 1px solid #3784bf;
}

.site-footer .logos .logo {
    width: 22%;
    float: left;
}

.site-footer .menu-column {
    float: left;
    width: 20%;
}

.site-footer .menu-column .menu h3 {
    margin: 0 0 12px;
    color: #3784bf;
    text-transform: uppercase;
}

.site-footer .menu-column .menu li {
    margin: 0 0 12px;
}

.site-footer .menu-column .menu li a {
    color: #3784bf;
    text-decoration: none;
}

@media all and (max-width: 767px) {
    .site-footer .menu-column {
        width: 100%;
        text-align: center;
    }

    .site-footer .logos .logo {
        width: 100%;
        text-align: center;
    }
}

.slider .flexslider {
    margin: 0;
    max-height: 375px;
    min-height: 300px;
    border: none;
}

.slider .flex-viewport {
    min-height: 300px;
    max-height: 375px;
}

.slider .slides li {
    position: relative;
    height: inherit;
    background: #fff;
    overflow: hidden;
    max-height: 375px;
}

.slider .flex-caption {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(220, 220, 220, 0.9);
    color: #333;
    font-size: 14px;
    line-height: 18px;
}

.slider .flex-caption a {
    color: #222;
    text-decoration: none;
}

.slider .flex-title {
    width: 96%;
    padding: 2%;
    padding: 20px 2%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    font-size: 24px;
    line-height: 30px;
}

.slider .flex-title a {
    color: #fff;
    text-decoration: none;
}

.slider .flex-control-nav {
    display: none;
}

.slider .flexslider .slides img {
    width: 100%;
}

.slider .flex-direction-nav a {
    top: 75%;
}

.navigation a, .navigation span {
    display: block;
    float: left;
    margin: 0 12px 0 0;
    padding: 6px 6px;
}

.navigation a {
    color: #fff !important;
    text-decoration: none;
}

.novice a.page-numbers {
    background: #f06e17;
}

.izobrazevanje a.page-numbers {
    background: #bf284b;
}

.podpora a.page-numbers {
    background: #3784bf;
}

.projekti a.page-numbers {
    background: #c6c01c;
}

.zakonodaja a.page-numbers {
    background: #8eb25b;
}

li.collapsing.categories.item:before {
    display: none;
}

span.collapsing.categories {
    display: none;
}

.collapsing.categories.list {
    margin-left: -24px;
}

li.collapsing.categories {
    padding: 0 0 0 24px !important;
    text-indent: 0 !important;
}

#landing-page section {
    overflow: hidden;
    border: 1px solid #aaa;
    background: #fff;
    margin: 16px 0 0;
    padding: 0 0 16px;
}

#landing-page .site-content section:first-child {
    margin: 0;
}

#landing-page header {
    height: 48px;
}

#landing-page header h2 {
    text-indent: 12px;
    line-height: 48px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

#landing-page .site-content section img {
    margin: 24px 0 0;
}

#landing-page #news header {
    background: #f06e17;
}

#landing-page #news a {
    color: #f06e17;
}

#landing-page #learning header {
    background: #bf284b;
}

#landing-page #learning a {
    color: #bf284b;
}

#landing-page #support header {
    background: #5fc4d0;
}

#landing-page #support a {
    color: #5fc4d0;
}

#landing-page #projects header {
    background: #c6c01c;
}

#landing-page #projects a {
    color: #c6c01c;
}

#landing-page #legislation header {
    background: #8eb25b;
}

#landing-page #legislation a {
    color: #8eb25b;
}

#landing-page #community header {
    background: #3784bf;
}

#landing-page #community a {
    color: #3784bf;
}

#landing-page #edustore header h2 {
    color: #3784bf;
}

#landing-page footer {
    clear: both;
    text-align: center;
}

#landing-page #news footer a, #landing-page #learning footer a, #landing-page #support footer a,
#landing-page #projects footer a, #landing-page #legislation footer a, #right-sidebar #community footer a {
    color: #333;
}

#landing-page #news footer a:hover, #landing-page #learning footer a:hover, #landing-page #projects footer a:hover,
#right-sidebar #community footer a:hover, #right-sidebar #edustore footer a:hover {
    text-decoration: none;
}

#landing-page #right-sidebar {
    padding: 2rem 0 0;
    margin: -16px 0 0;
}

#right-sidebar #community div {
    padding: 12px 24px;
}

#right-sidebar #community ul {
    list-style-type: circle;
}

#right-sidebar #community ul li {
    padding: 6px 0;
}

#right-sidebar #community footer a, #right-sidebar #edustore footer a {
    text-decoration: none;
}

#right-sidebar #edustore div {
    padding: 0 12px 12px 12px;
    overflow: hidden;
}

#right-sidebar #edustore div a {
    float: left;
    width: 30%;
    height: 30%;
    margin: 12px 0 0;
}

#right-sidebar #edustore div img {
    width: 100%;
}

#right-sidebar #edustore div a:nth-child(1), #right-sidebar #edustore div a:nth-child(2),
#right-sidebar #edustore div a:nth-child(4), #right-sidebar #edustore div a:nth-child(5) {
    padding: 0 5% 0 0;
}

#right-sidebar #edustore div a:nth-child(1), #right-sidebar #edustore div a:nth-child(2),
#right-sidebar #edustore div a:nth-child(3) {
    margin: 6px 0 0;
}

.search-bar {
    position: static;
    height: auto;
}

.search-bar form {
    background: #fff;
    padding: 12px;
    text-align: center;
}

.search-bar #s {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: initial;
    padding: 12px 24px;
    line-height: 1.25;
}

.search-bar button {
    margin: 12px 0 0;
    width: 50%;
}

.search-bar button i {
    float: left;
    line-height: 1.42857143;
}

.menu-desni-menu-pretekli-container select {
    width: 100%;
    margin: 3px 0 0;
}

.site-content.not-home #content.search-results {
    padding: 0 0 0 24px;
    background: transparent;
}

.entry-content .wp-block-rss {
  display: none;
}

.project-news {
  margin: 12px 0 12px;
  padding: 10px 0 10px 24px;
  background: #ccc;
}

.search-results .archive-header, .page-header {
  margin-bottom: 0;
}

.search-results .page-header {
  background: #fff;
  padding: 1rem 2rem;
  border: none;
}

.search-results .site-content .post.home-page {
  padding-top: 10px;
}

#mm0 {
  display: none !important;
}

.header-group {
  display: inline-block;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 3.25rem;
  line-height: 1;
  float: right;
  display: none;
}

.sf-menu.sf-js-enabled {
  display: block !important;
}

a.navbar-toggler:hover {
  color: #555;
}

@media (max-width: 1024px) and (min-width: 320px) {
  #head-container .main-navigation {
    display: none;
  }

  #head-container .main-navigation li {
    display: block;
  }

  #head-container .main-navigation li.active a::after {
    border-top: none;
  }

  .navbar-toggler {
    display: inline-block;
  }
}
