/*
Theme Name:   OP
Description:  Child Theme
Author:       Droma Igor
Template:     twentytwentythree
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentyfifteenchild
*/
.grow1{
  flex-grow: 1;
}
.is-ajax-search-details .is-title a, .is-ajax-search-post .is-title a{
  text-transform: none !important;
}
.wp-block-read-more{
  white-space: nowrap;
}
.view-lines ul {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0;
}
.view-lines .wp-block-post h2 a{
  display: flex;
  align-items: center;
  padding: 15px;
  color: #333333;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
}
.view-lines .wp-block-post h2 a:hover{
  color: #002147;
}
.view-lines .wp-block-post h2 a .regnum{
  flex-shrink:0;
  padding-right: 15px;
}
.icon-out img{
  margin-right: 5px;
  padding-bottom: 3px;
  vertical-align: middle;
}
.wp-site-blocks{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.wp-site-blocks > div,
.wp-site-blocks > main{
  flex: 1 0 auto;
}
.post_tax_view .text{
  display: inline-block;
  margin-right: 5px;
}
.post_tax_view .tax_view{
  display: inline-block;
}
.wp-block-navigation .wp-block-navigation-item__label {
    white-space: nowrap;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{
  padding: 2px 10px 2px 0;
  text-transform: none;
  margin-left: 20px;
  border-bottom: 1px solid #eaeaea;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .nolink .wp-block-navigation-item__content{
    margin-left: 0;
  padding-left: 10px;
}
li.has-text-color.nolink.wp-block-navigation-submenu > button{
  display: none;
}
li.has-text-color.nolink.wp-block-navigation-submenu a:hover{
  text-decoration: none;
}
#regtable{
  font-size: 14px;
}
#regtable .tr{
  display: flex;
  flex-wrap: nowrap;
}
#regtable .tr:nth-child(1) .td{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
}
#regtable .tr:nth-child(1){
  background-color: #e1e1e1;
}
#regtable .tr:nth-child(even){
  background-color: #f1f1f1;
}
#regtable .td{
  padding: 2px 5px;
  display: inline-block;
}
#regtable .td:nth-child(1){
  white-space: nowrap;
}
#regtable .td:nth-child(2){
  width: 40%;
  flex-grow: 1;
}
#regtable .td:nth-child(3),
#regtable .td:nth-child(4){
  font-size:0.8em;
  width: 18%;
}
nav .separator{
  flex-wrap: wrap;
}
nav .separator a{
  border-bottom: none !important;
}
nav .separator:before{
  content: '';
  display: block;
  width: 100%;
  border-top: 3px solid #337ab7;
  margin: 0px 0px 5px 20px;
}
form.is-search-form.is-form-style-3{
  margin: -10px 0;
}
.is-form-style button.is-search-submit,
.is-form-style input.is-search-input{
  height: 46px;
}
@media (min-width: 600px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .nolink .wp-block-navigation-item__content{
    background-color: #337ab7;
  }
}
@media print {
  body.page-id-285 header {
    display:none;
  }
  body.page-id-285 .tr{
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 960px) {
  /* hamburger button */
  .wp-block-navigation__responsive-container-open  {
    display: block !important;
  }

  /* full menu */
  .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
    display: none !important;
  }
}