/* Custom Thema */

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 250px !important;
}
.pkp_site_name_wrapper {
  padding-left: -10;
  padding-right: 10;
}
.pkp_navigation_user_wrapper {
  top: -10;
  right: -10;
  padding-right: 50px;
}
.pkp_structure_page {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


/* Navigation */

    .pkp_navigation_primary>li>a {
        margin: .357rem .em 0 !important;
        border-bottom: 2px solid #fef0f000 !important;
        color: #ffffff !important;
        text-decoration: none !important;
    }

    .pkp_navigation_primary>li>a:hover {
        color: #FFEB3B !important;
        outline: 0 !important;
        border-color: #FFEB3B !important;
    }

    .pkp_navigation_primary>li>a:focus {
        background: rgb(0 0 0 / 0%) !important;
        color: #FFEB3B !important;
        outline: 0 !important;
    }

.pkp_navigation_primary_wrapper {
    background-color: #910404 !important;
    height: 35px !important;
    padding-top: 0px !important;

}

.pkp_navigation_primary_row ul{
    background-color: #910404 !important;
    color: #ffffff !important;
    height: auto !important;
    align-items: left !important;
}

.pkp_navigation_primary_row li{
    font-size: 13px !important;
    line-height: 15px !important;
    text-align: left !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    padding-inline: 0px !important;
}

.pkp_navigation_primary_row li a:hover{
    color: #0002f !important;
    text-decoration: none !important;
}

.pkp_site_name {
    padding-bottom: 0px !important;
}

    .pkp_navigation_search_wrapper a {
        margin: .257rem 1.5em 0 !important;
        padding: .257rem .5em 0 calc(.714rem - 2px) !important;
        color: rgb(255 255 255) !important;
        font-weight: bold !important;
        text-decoration: none !important;
    }

    .pkp_navigation_search_wrapper a:hover {
        color: #fff800 !important;
        outline: 0 !important;
        border-color: #fff800 !important;
        text-decoration: none !important;
    }

    .pkp_navigation_search_wrapper a:focus {
        background: rgba(0,0,0,0.84) !important;
        color: #988484 !important;
        outline: 0 !important;
        text-decoration: none !important;
    }

.pkp_navigation_primary_row ul .dropdown-menu{
    height: auto !important;
    flex: none !important;
    color:#fff !important;
}

.pkp_navigation_primary_row ul .dropdown-menu a {
    color:#fff !important;
}

.pkp_navigation_primary_row ul .dropdown-menu a:hover {
    background-color: #0700ff !important;
    border-left-color: #ffff !important;
    border-left: 4px solid !important;
}

/* sidebar */
.pkp_block .title {
    display: block !important;
    padding: 8px !important;
    margin-bottom: .714rem !important;
    margin-top: 0px !important;
    font-family: montserrat, sans-serif !important;
    font-size: 1.143rem !important;
    font-weight: 700 !important;
    line-height: 1.43rem !important;
    color: #ffffff !important;
    border-block: px solid #9c97b5 !important;
    background-color: #910404 !important;
    text-transform: uppercase !important;
}

#sidebarFontSize.block {padding-bottom: 35px !important}
#sidebar #customblock-Menu-Bar {border-bottom: none !important}

ul.menusidebar li a,ul.menusidebar li:first-child a {
    border-top: 1px solid #FFEB3B
}
ul.menusidebar {
    padding-left: 0 !important; margin: -10px -10px 0
}

ul.menusidebar li { 
    padding: 0}

ul.menusidebar li a {
    background: #eaecf3; 
    color: #000000;
    display: block;
    padding: 0.3em 10px .3em 13px;
    text-decoration: none
}
ul.menusidebar li a:hover {
    background: #b1b1ff}

.pkp_block {
    padding-top: 0px;
    padding-bottom: 30px;
}
._custom_block_link {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px !important;
}
._custom_block_link:first-child { margin-bottom: 15px;}
._custom_block_link:last-child { margin-bottom: 0; }
.pkp_brand_footer { display: none;}


/* other */
._row { width: 100%; }
._col6 p { margin: 0; }
@media only screen and (min-width: 768px) {
    ._row { display: flex; }
    ._col6 { width: 50%; }
}
@media only screen and (max-width: 767px) {
    .-row { display: block; }
    ._col6 { width: 100%; margin-bottom: 15px; }
}
