/* Speletnik global cols*/

.col_img_h_100>.stk-column-wrapper>.stk-block-content,
.col_img_h_100>.stk-column-wrapper>.stk-block-content>.wp-block-stackable-image,
.col_img_h_100>.stk-column-wrapper>.stk-block-content>.wp-block-stackable-image>figure {
    height: 100%;
}

.stk-block-icon-list.spletnik_order_list .stk-block-icon-list__ol li.stk-block-icon-list-item .stk-block-icon-list-item__content .stk-block-icon-list-item__marker:before {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}

.stk-block-icon-list.spletnik_order_list .stk-block-icon-list__ol li.stk-block-icon-list-item .stk-block-icon-list-item__content .stk-block-icon-list-item__marker:before {
    content: counter(stk-icon-list-counter, decimal-leading-zero);

}

@media (max-width: 767px) {
    .stk-block-icon-list.spletnik_order_list .stk-block-icon-list__ol li.stk-block-icon-list-item .stk-block-icon-list-item__content .stk-block-icon-list-item__marker:before {
        line-height: 1 !important;
    }
    .stk-block-icon-list.spletnik_order_list .stk-block-icon-list__ol li.stk-block-icon-list-item .stk-block-icon-list-item__content {
        flex-direction: column !important;
    }
}

/* columns  */
.column-6,
.column-5,
.column-4,
.column-3,
.column-2 {
    display: grid;
    grid-gap: 25px;
}

@media (min-width: 320px) {

    .column-5,
    .column-6,
    .column-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .column-2,
    .column-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 992px) {

    .column-5,
    .column-6,
    .column-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .column-2,
    .column-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .column-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .column-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .column-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .column-1-mb {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* two photos start */
.col-image-two {
    display: grid;
    grid-template-columns: 0fr 1fr 1fr 1fr 1fr 1fr 0fr;
    grid-template-rows: 0fr 1fr 1fr 1fr 1fr 1fr 0fr;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
}


/*PORTRAIT*/

.tp-v1 figure:nth-child(1) {
    grid-area: 2 / 2 / 6 / 5;
}

.tp-v1 figure:nth-child(2) {
    grid-area: 3 / 4 / 7 / 7;
}

.tp-v2 figure:nth-child(1) {
    grid-area: 1 / 2 / 5 / 5;
}

.tp-v2 figure:nth-child(2) {
    grid-area: 4 / 4 / 8 / 7;
}

.tp-v3 figure:nth-child(1) {
    grid-area: 4 / 2 / 8 / 5;
}

.tp-v3 figure:nth-child(2) {
    grid-area: 1 / 4 / 5 / 7;
}

.tp-v4 figure:nth-child(1) {
    grid-area: 3 / 2 / 7 / 5;
}

.tp-v4 figure:nth-child(2) {
    grid-area: 2 / 4 / 6 / 7;
}


/*LANDSCAPE*/

.tp-v5 figure:nth-child(1) {
    grid-area: 4 / 2 / 7 / 6;
}

.tp-v5 figure:nth-child(2) {
    grid-area: 2 / 3 / 5 / 7;
}

.tp-v6 figure:nth-child(1) {
    grid-area: 4 / 1 / 7 / 5;
}

.tp-v6 figure:nth-child(2) {
    grid-area: 2 / 4 / 5 / 8;
}


/* two photos end */

@media (max-width: 767px) {
    #about_us_table, 
    #about_us_table tbody, 
    #about_us_table tr, 
    #about_us_table td {
      display: block;
      width: 100%;
    }
  #about_us_table tr  td,#about_us_table tr   {
      border: 0 !important;
  }
    #about_us_table td {
      box-sizing: border-box;
      padding: 4px 10px ;
      border: none;
      border-bottom: 1px solid #ccc;
    }
  
    #about_us_table tr {
      margin-bottom: 10px;
      border-bottom: 2px solid #eee;
    }
    
}