*{
    padding: 0;
    margin: 0;
    border: 0;
}
*,*:before,*:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family: inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner-{padding: 0;border: 0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top; max-width: 100%; height: auto;}
h1,h2,h3,h4,h5,h6{
  font-size: inherit;
  font-weight: 400;
  font-family: 'Source Serif Pro', serif;
  margin-bottom: 10px;
}

body{
    background-color: #1b1818;
    color: white;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
p{
  line-height: 1.4;
  margin-bottom: 15px;
}
a{
    color: white;
}

:root{
    --accent-color: #a71919;
    --accent-color-fadeout: rgb(128, 78, 78, 0);
}
p a{
    color: var(--accent-color);
    text-decoration: underline;
}
a:hover{
    color: var(--accent-color);
    transition: 0.3s;
}
/***** Reset WP *******/
.has-small-font-size {
  font-size: 10px !important;
}
.wp-block-image figcaption {
    color: #c1c1c1;
    font-size: 11px;
    text-align: right;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
.wp-block-preformatted {
    white-space: normal;
    font-size: 10px;
    margin-bottom: 15px;
    font-family: inherit;
    text-align: justify;
}
.wp-block-image{
      margin-bottom: 30px;
}
.wp-block-image,
.wp-block-gallery .blocks-gallery-item {
  transition: 0.3s;
}
.wp-block-image a {
  position: relative;
  display: block;
}
.wp-block-image a::before{
  content: ' ';
  background: url('/wp-content/themes/webconcept/img/zoom.svg');
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.wp-block-image:hover,
.wp-block-gallery .blocks-gallery-item:hover {
  opacity: 0.9;
}
.wp-block-separator.has-background:not(.is-style-dots) {
  height: 2px;
  margin: 30px 0;
  opacity: 1;
}
/****** Main ******************/
.container{
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}
.column_left{
    width: 14%;
    float: left;
        padding-top: 23px;
}
.column_right{
    width: 14%;
    float: right;
        padding-top: 23px;
}
.column_center{
    width: 72%;
    float: left;
    padding: 0px 30px;
    
}
.home .column_center{
  padding-top: 23px;
}
.clear-fix{
    clear: both;
}
.img-responsive{
    max-width: 100%;
    height: auto;
}

.header {
  position: relative;
}
.logo{
    padding-bottom: 0;
    padding-top: 0;
    height: 100px;
    display: flex;
    align-items: center;
    float: left;
    width: 25%;
}
.header-image {
  width: 50%;
    float: left;
    display: flex;
    height: 100px;
    align-items: center;
    text-align: center;
    justify-content: center;
          padding: 0 15px;
}
.header_info{
    align-items: center;
    display: flex;
    height: 100px;
    float: right;
}
.header .container {
  overflow: hidden;
}
.navbar-decoration-bottom-line{
    width: 100%;
    position: absolute;
    border-top: 1px solid white;
    top: 100px;
}
.navbar{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 0px 30px;
    margin-bottom: 20px;
    background: #4c4c4c;
}
#menu-main,
#menu-main-1{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 12px 0px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.menu-item a {
  transition: 0.3s;
}
.menu-item a:hover,
.current-menu-item a{
  color: var(--accent-color);
  
}
.burger-animation{
    display: block !important;
    flex-direction: column;
    text-align: center;
    justify-content: center;

    animation-duration: 3s;
    animation-name: slidein;
}
.breadcrumb {
  margin-bottom: 10px;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 10px;
}
.content{
    margin-bottom: 40px;
    overflow: hidden;
}
.menu-main-container .menu-item {
    padding-top: 5px;
    
}
.bread_crumbs{
    position: absolute;
    top: 152px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 10px;
}
.bread_crumbs_home{
    float: left;
    padding-top: 8px;
}
.current_page{
    color: var(--accent-color);
}
.info_card_line{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    
}
.info_card{
    border-bottom: 1px solid var(--accent-color);
    margin-bottom: 25px;
}
.info_card_cover_img{
    margin-bottom: 15px;
}

.info_card_surname{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    line-height: 1.4;
}
.info_card_date{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 9px;
    color: #777777;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.advert_side{
    margin-bottom: 25px;
}
.advert_side .widget{
    margin-bottom: 15px;
}

.advert_center{
    margin-bottom: 31px;
}
.search_bar {
      display: block;
    width: 100%;
}
.search_bar_block{
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
}
.search_bar_input{
    width: 90%;
    height: 35px;
    border-radius: 3px 0 0 3px;
    border: 3px solid white;
    border-right: none;
    background: transparent;
    float: left;
        padding: 5px 10px;
    color: #fff;
}
.search_bar_btn_icon{
    display: none;
    color: white;
}
.search_bar_btn{
    width: 10%;
    display: flex;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    text-transform: uppercase;
    justify-content: center;
    flex-direction: column;
    height: 35px;
    border: 3px solid white;
    border-radius: 0 3px 3px 0;
    border-left: 1px solid white;
    align-items: center;
    background: transparent;
    color: #fff;
}
.greeting_text{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 43px;
}

.content_title{
    font-family: 'Source Serif Pro', serif;
        letter-spacing: 1px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid var(--accent-color);
    padding-bottom: 15px;
    margin-bottom: 29px;

}
.content_title.person {
  text-transform: none;
      border-bottom: 0;
    margin-bottom: 15px;
}
.content_update_list_item{
  transition: 0.3s;
}
.content_update_list_item:hover{
  background: #3c3c3c;
}
.content_update_list_item_row{
    border-bottom: 1px solid #4B4B4B;
    padding: 8px 0; 
    display: block;
    overflow: hidden;
}
.content_update{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
.content_update_date{
    font-family: 'Roboto', sans-serif;
    color: var(--accent-color);
    padding-right: 10px;
    float: left;
}
.content_update_status{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.content_update_text{
  float: left;
  width: 72%;
}


/* Burger Header */
.burger_menu svg{
    margin-bottom: 6px;
    display: block;
}

.burger_element_1{
    -webkit-transform-origin: right center;
    -webkit-animation-name: spin_positive;
    -webkit-animation-duration: 0.25s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    
}
.burger_element_2_alfa{
    /* fill: var(--accent-color); */
}

.burger_element_2_alfa_fade-out{
    
    -webkit-animation-name: fade-out;
    -webkit-animation-duration: 0.25s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
}
.burger_element_3{
    -webkit-transform-origin: right center;
    -webkit-animation-name: spin_negative;
    -webkit-animation-duration: 0.25s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
}
.burger_element_1_backward{
    
    -webkit-transform-origin: right center;
    -webkit-animation-name: spin_positive_reverse;
    -webkit-animation-duration: 0.25s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    
    -webkit-animation-direction: backwards;
}
.burger_element_3_backward{
    
    -webkit-transform-origin: right center;
    -webkit-animation-name: spin_negative_backwards;
    -webkit-animation-duration: 0.25s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    
    -webkit-animation-direction: backwards;
}
.burger_element_2_alfa_fade-out_backward{
    -webkit-animation-name: fade-out_backwards;
    -webkit-animation-duration: 0.25s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: backwards;
}
@-webkit-keyframes spin_positive{
    0%{
        -webkit-transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(-46deg);
    }
}
@-webkit-keyframes spin_positive_reverse{
    0%{
        -webkit-transform: rotate(-46deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
    }
}
@-webkit-keyframes spin_negative{
    0%{
        -webkit-transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(46deg);
    }
    
}
@-webkit-keyframes spin_negative_backwards{
    0%{
        -webkit-transform: rotate(46deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
    }
    
}
@-webkit-keyframes fade-out{
    from{
        fill: white;
        width: 30px;
    }
    to{
        fill: rgb(255, 255, 255, 0);
        width: 0px;
    }
}
@-webkit-keyframes fade-out_backwards{
    from{
        fill: rgb(255, 255, 255, 0);
        width: 0px;
    }
    to{
        fill: white;
        width: 30px;
    }
}
.copyright{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 8px;
    text-transform: uppercase;
    float: left;
}
.e-mail{
    
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    
}
.burger_menu{
    display: none;
    float: right;
}

.header_info .e-mail{
    padding-top: 8px;
}

.table_year{
    text-align: center;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    font-size: 30px;
}
.table_header{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding-bottom: 25px;
    overflow: hidden;
}
.table-col {
  float: left;
    padding: 0px 3px;
    font-size: 12px;
}
.number_title{
    width: 5%;
    float: left;
    padding: 0px 2px;
    height: 5px;
}
.initials_title{
    width: 30%;
}
.birth_year_title{
    width: 15%;
}
.death_year_title{
    width: 15%;
}
.activity_title {
  width: 30%;
}
.location_title{
    width: 20%;
}
/*.activity_title{
    font-family: 'Roboto', sans-serif;
    font-size: 11;
    width: 25%;
    float: left;
    padding: 0px 3px;
}*/
.cemetry_title{
  width: 20%;
}
.table_header{
    padding-bottom: 23px;
    border-bottom: 1px solid white;
    margin-bottom: 23px;
}
.table_body_row{
    display: flex;
    border-bottom: 1px solid #4B4B4B;
    padding: 5px 0;
    transition: 0.3s;
}
.table_body_row:hover{
  background: #3c3c3c;
}
.table_body_row > div {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.table_body_row .number{
    font-size: 10px;
}
.table_body_row .initials{

}
.table_body_row .activity{
    font-style: italic;
    font-weight: 400;
}
.table_body_row .location{
  font-weight: 400;
}



.table_year_content{
    padding: 0px 11%;
}
.table_year_cell{
    float:left;
    width: 16.6666%;
        padding: 18px 0;
}

.table_alphabet{
    text-align: center;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}
.table_alphabet_content{
    padding: 0px 5%;
        overflow: hidden;
    margin-bottom: 25px;
}
.table_alphabet_cell{
    float:left;
    width: 14.2857%;
    padding: 18px 0;
}
.table_alphabet_current_cell{
    color: var(--accent-color);
}

.alphabet_list_header .number_title{
    clear: both;
}

.table_body_row .initials{
    color: var(--accent-color);
}
.table_body_row .birth_year{
    color: white;
}
.table_cemetry .name a{
    color: var(--accent-color);
}
.table_cemetry .initials_title {
  width: 23%;
}
.table_cemetry .birth_year_title {
  width: 11%;
}
.table_cemetry .death_year_title {
  width: 11%;
}
.table_cemetry .activity_title {
  width: 30%;
}
.table_cemetry .table_body_row .location_title {
  color: var(--accent-color);
  font-style: italic;
}

.table-year-alphabet .table_body_row .birth_year_title{
  color: var(--accent-color);
}
.table_cemetry_catalog .cemetry_name_title{
  width: 40%;
}
.table_cemetry_catalog .table_body .cemetry_name_title{
  color: var(--accent-color);
}
.table_cemetry_catalog .cemetry_location_title {
  width: 60%;
}

.cemetry_content{
    margin-bottom: 32px;
    border-bottom: 2px solid var(--accent-color);
    padding-bottom: 22px;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, 
.blocks-gallery-grid .blocks-gallery-item figcaption, 
.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
  padding: .7em .77em .7em;
  background: linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.6) 70%,transparent);
}

.person_description{
    margin-bottom: 25px;
}
.main_info p {
  text-align: justify;
}
.main_info ul{
    padding-left: 15px;
    margin-bottom: 15px;

}
.main_info li{
    margin-bottom: 10px;
    list-style: disc;
    
}
/********* Gwolle GB ***************/
.content_block .gwolle-gb .gb-entry {
    border-top: 0;
    margin-bottom: 25px;
}
.content_block .gwolle-gb .gb-entry .gb-entry-content,
.content_block .gb-admin_reply_content {
  padding-left: 0;
  line-height: 1.4;
    font-size: 12px;
}
.content_block .gwolle-gb .gb-entry .gb-author-info .gb-author-name {
    padding-left: 0;
    text-transform: uppercase;
    font-family: 'Source Serif Pro', serif;
    margin-right: 20px;
    font-weight: 400;
}
.content_block .gwolle-gb .gb-entry .gb-author-info .gb-author-name i {
  font-style: normal;
}
.content_block .gb-date-wrote-text {
  display: none;
}
.content_block .gb-datetime{
      font-size: 10px;
    font-weight: 600;
}
.content_block .gwolle-gb .gb-entry .gb-author-info {
  display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.content_block .gwolle-gb .gb-entry-admin_reply {
    padding: 4px 10px 4px 7%;
    border-left: 0;
}
.content_block .gb-admin_reply_uid {
  display: inline-block;
    border-bottom: 1px solid var(--accent-color);
    color: var(--accent-color);
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.content_block .gb-admin_reply_uid em {
  font-style: normal;
  font-family: 'Source Serif Pro', serif;
}
.content_block .gwolle-gb-write-button input.button,
input.gwolle_gb_submit {
    float: none;
    font-family: 'Source Serif Pro', serif;
    /* font-weight: 700; */
    text-transform: uppercase;
    justify-content: center;
    flex-direction: column;
    height: 35px;
    border: 3px solid var(--accent-color);
    background: var(--accent-color);
    border-radius: 3px;
    padding: 8px 15px;
    color: #fff;
    cursor: pointer;
}
.content_block .gwolle-gb-write-button {
    text-align: right;
}
.content_block .gwolle-gb form.gwolle-gb-write {
    background: #3e3e3e;
    padding: 30px;
    margin-bottom: 30px;
}
.gwolle-gb div.input input[type="text"], .gwolle-gb div.input input[type="email"], .gwolle-gb div.input input[type="url"], .gwolle-gb div.input textarea, .gwolle-gb div.input select {
    padding: 5px 10px;
    border-radius: 3px;
}
.gwolle-gb div.label, 
.gwolle-gb div.input {
    margin-bottom: 5px;
}
#gwolle-gb-total {
  border-bottom: 1px solid var(--accent-color);
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: var(--accent-color);
}
.content_block .gwolle-gb .page-navigation a, 
.content_block .gwolle-gb .page-navigation span {
    color: #fff;
    background-color: transparent;
    border: 0;
}
.content_block .gwolle-gb .page-navigation a:hover, 
.content_block .gwolle-gb .page-navigation span.current {
  background: none;
    color: var(--accent-color);
    opacity: 1;
    border: 0;
    font-weight: 600;
}
/******* Footer *********************/
.footer{
    clear: both;
    margin-bottom: 50px;
}
.footer_info{
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .navbar {
  margin-bottom: 50px;
}
.footer-counter {
  padding: 0 15px;
  display: flex;
    justify-content: space-between;
    width: 50%;
}
@media screen and (max-width: 1024px) {
    .search_bar_btn_text{
        display: none;
    }
    
    .search_bar_btn_icon{
        display: block;
        display: flex;
        color: white;
        text-align: center;
        justify-content: center;
    }
    .photo_row{
        flex-direction: column;
    }
    .photo_row_item{
        margin-bottom: 30px;
    }
    .photo_row_item .photo_description{
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    /*HEADER*/
    .header{
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        background: #2a2929;
        z-index: 999;
    }
    
    .logo{
        height: 50px;
    }
    .header-image {
      height: 50px;

    }
    .header-image-mobile {
      display: block;
    }
    .navbar-decoration-bottom-line {
        width: 0%;
        position: absolute;
        border-top: 1px solid rgb(255, 255, 255, 1);
        top: 50px;
        transition: width 0.25s;
    }
    .navbar-decoration-bottom-line.active {
        width: 100%;
    }

    .navbar{
        border-bottom: none;
        margin-bottom: 0;
        
        
    }
    .menu{
        padding: 15px 0;
    }
    .header_info{
        display: none;
    }
    /* HEADER-END*/
    .column_right{
        display: none;
    }
    .column_left{
        display: none;
    }
    #menu-main,
    #menu-main-1    {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        overflow: hidden;
        
        transition-duration: 0.5s;
    }
    #menu-main {
      max-height: 0px;
        padding: 0;
    }
    .content{
        margin-top: 70px;
        margin-bottom: 10px;
    }
    /* FOOTER */
    .footer #menu-main-1{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 0;
    }
    .footer_navbar_item{
        padding: 10px 0
    }
    
    .footer_info{
        margin-bottom: 100px;
        display: flex;
        margin-bottom: 100px;
        flex-direction: column-reverse;
        align-items: center;
        padding: 30px 0;
    }
    .footer-counter {
          padding: 15px;
          text-align: center;
          width: 100%;
      }
    #menu-main.active{
        
        max-height: 1000px;
        
    }
    .e-mail{
        margin-bottom: 15px;
    }
    
    .menu-item{
        padding: 10px 0;
    }
    .menu-item:first-child{
        margin-top: 15px;
    }
    .menu-item:last-child{
        margin-bottom: 15px;
    }
    .navbar{
        border-bottom: 1px solid white;
        padding: 0;
        
    }
    .container{
        padding: 0 20px;
    }
    .column_center{
        width: 100%;
        padding: 0;
    }
    .table_header{
        padding-bottom: 0px;
    }
    
    .burger_menu{
        display: block;
        float: right;
        margin-top: 11px;
    }
    /* MAIN PAGE */
    .content_update_list_item_row p{
        
        line-height: 1.5em;
    }

    /* Year Page Table */
    .table_year .table_year_cell{
        width: 25%;
        height: 20%;
        margin: auto;
    }

    .bread_crumbs{
        position: static;
        margin-bottom: 15px;
    }
    .bread_crumbs .bread_crumbs_home{
        position: static;
    }
    .bread_crumbs_current_page{
        margin-left: 5px;
    }
         
    /* Alphabet Page Table */
    .table_alphabet_cell{
        width: 20%;
        height: 20%;
    }
    .capha_block{
        margin-bottom: 70px;
    }
    
    .send_message_button{
        clear: both;
        margin-left: 0;
    }
    
}
@media screen and (max-width: 425px) {
    .header_logo{
        max-height: 20px;
        margin-top: 3px;
        width: auto;
        height: auto;
    }
    .search_bar_btn{
        width: 15%;
    }
    .search_bar_input{
        width: 85%;
    }

    /* Year Page Table */
    .table_year .table_year_cell{
        width: 50% !important;
        height: 20% !important;
        
    }
    /* Alphabet Page Table */
    .table_alphabet_cell{
        width: 25% !important;
        height: 20% !important;
    }
    .table_alphabet_content{
        padding: 0;
    }
    .table .table_header{
        display: none;
    }
    .table_body_row{
        display: block;
        margin-bottom: 15px;
    }
    .table .table-col {
      display: block;
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .table_body_row .number{
        display: none;
    }
    .table_body_row .initials, .birth_year{
        margin-bottom: 8px;
    }
    .table_cemetry .birth_year{
      float: left;
    width: auto;
    }
    .table_cemetry .birth_year::after {
      content: ' -';
    }

    .table_cemetry_catalog .name{
      float: left;
    width: 50%;
    }
    
}
