/* Example css for. Feel free to delete it. */
.gird_wsp img{margin:0 auto 10px}.gird_wsp .grid_item{background:#fff;padding:20px;border:1px solid #00000030}.example_style .list-icon img{margin-right:20px}.example_style .list-icon{align-items:center}.example_style .li_wrapper{grid-gap:20px}.accordion-header{background-color:#fff;border-bottom: 1px solid #FBCA78;border-radius:5px;font-weight:500;cursor:pointer;position:relative}.accordion-btn p{margin:0;font-size:18px}.accordion-btn{padding:15px 46px}.accordion-btn h4{font-weight:700}.accordion-body{background-color:#fffbf7;padding:19px 68px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.acc_item{margin-bottom:10px;box-shadow: 0px 0px 6px 2px rgba(44, 44, 44, 0.05);background: transparent; border-radius: 5px;}.accordion-btn::after{width:17px;height:18px;margin-left:auto;content:"";background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.73822 1.51333L7.73612 1.48337L7.80297 11.783L12.4304 6.81165L13.2171 7.544L7.47895 13.7087L1.31427 7.9705L2.08866 7.13855L6.92446 11.6398L6.73822 1.51333Z' fill='black' stroke='black'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:17px;transition:transform .2s ease-in-out;display:inline-block;position:absolute;right:0;top:50%;transform:translate(-20px,-50%)}.accordion-btn:not(.collapsed)::after{background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.26178 13.7953L6.26388 13.8252L6.19703 3.52561L1.56964 8.49694L0.782869 7.7646L6.52105 1.59992L12.6857 7.33809L11.9113 8.17004L7.07554 3.66881L7.26178 13.7953Z' fill='black' stroke='black'/%3E%3C/svg%3E%0A");}@media (max-width:991px){.accordion-btn::after{transform:translate(-12px,-50%)}.accordion-header{padding:11px 40px 11px 15px}.accordion-body{padding:11px 20px}.accordion-btn h3 span,.accordion-btn h4 span{font-size:1.5rem!important}}@media (max-width:767px) {.accordion-btn {padding: 6px 20px;}}
.hp_form .wpcf7-text , .hp_form .wpcf7-email , .hp_form .wpcf7-textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  margin-bottom: 16px;
  padding: 16px 18px;
  color: #fff;}
.hp_form .wpcf7-form-control::placeholder {
      color: #fff;
}
.hp_form .wpcf7-acceptance  .wpcf7-list-item{
  margin: 0;
}
/* Example css for. Feel free to delete it. */

  
/* gallery global styles  */
.sp_gallery img {
    aspect-ratio: 3 / 2;
    width: 100%;
    object-fit: cover;
}
/* gallery global styles  */

/* flickity default dots*/
ol.flickity-page-dots {
    position: relative;
    bottom: 0;
    margin: 20px 0;
}
/* flickity default dots*/

/* global  lightbox */
.sp_gallery img {
    height: 100%;
    object-fit: cover;
}
#lightbox {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
}
.lb-outerContainer img {
    max-width: 1200px !important;
    max-height: 1200px !important;
}

.lb-outerContainer , .lb-dataContainer {
    max-width: 1200px;
    height: auto!important;
}

.lb-dataContainer .lb-data {
    background: #545454;
    color: #fff;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lb-dataContainer {
    padding-top: 0 !important;
}

span.lb-number {
    color: #fff !important;
    font-size: 16px !important;
    padding: 0 !important;
}

img.lb-image {
    border: 0 !important;
    outline: 0 !important;
}
/* global  lightbox */

/* Speletnik global cols*/
/* 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);
    }
}

/* Responsive spacers */


/* 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 start */




/* homepage css */
.Inquire_button a {
    display: flex;
    flex-direction: row-reverse;
}
@media (max-width:767px) {
    .hero_col_mobile {
        padding:15px 24px;
     }
     .hero_col_mobile .wp-block-cover__inner-container {
         flex-direction: row !important;
         display: flex;
         align-items: center;
         gap: 20px;
     }
     
     .hero_col_mobile .wp-block-image img {
        width:45px;
        height:auto !important;
        min-height: auto !important;
     }
     .hero_col_mobile .wp-block-image  {
        margin:0 !important;
     }   


     .about_us_section .wp-block-cover__image-background {
        background:none !important;
    }
    .faq_section .wp-block-cover__image-background {
        background:none !important;
    }
}

.hp_contact input[type="text"] ,.hp_contact input[type="email"] , .hp_contact select ,.hp_contact textarea {
    background: #FAFAFA;
    border-radius: 0;
    border:1px solid var(--wp--preset--color--orange);
    width: 100% !important;
    padding: 6px 20px;
}
.hp_contact textarea {

    padding: 15px 20px;
}
.input_wrap {
        width: 100%;

}
.hp_contact .input_wrap_50 {
    width: 48%;
    display: inline-block;
}
.contact_hp_wraper {
    padding: 45px 80px 65px;
    max-width: 745px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px rgba(66, 66, 66, 0.25);
    margin: 0 auto;
}
.hp_contact form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
}
.hp_contact span.wpcf7-list-item {
    margin: 0 !important;
}

.hp_contact .wpcf7-acceptance input[type='checkbox'] {
    border: 1px solid #000 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    position: relative;
    border: 2px solid var(--wp--preset--color--orange) !important;
    border-radius: 0;
    cursor: pointer;
    width: 18px !important;
    height: 18px;
    background-color: #fff;
    margin-right: 5px;
    padding: 8px;
    display: inline-block;
    background: #FAFAFA;
}
.hp_contact .wpcf7-acceptance input[type='checkbox']:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    width: .65em;
    height: .65em;
    clip-path: polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    transition-duration: 120ms;
    background-color: #000
}

 
.hp_contact .wpcf7-acceptance input[type=checkbox]:checked::before {
    transform: scale(1) translate(-50%,-50%);
}



.hp_contact input[type="submit"] {
    font-weight: 800;
    font-size: 16px;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 135%;
    letter-spacing: 0px;
    color: #000;
    background: var(--wp--preset--color--orange);
    width: auto;
    padding: 12px 24px;
    border-top: 1px solid var(--wp--preset--color--orange);
    border-right: 1px solid var(--wp--preset--color--orange);
    border-bottom: 1px solid var(--wp--preset--color--orange);
    border-left: 1px solid var(--wp--preset--color--orange);
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    margin-top: 20px;
}
.floating_form_img {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(5%, 60%);
}

.col_form_wrapper {
    position: relative;
}
@media (min-width:1200px) {
    .floating_form_img {
        transform: translate(60%, 40%);
    }
    .wp-block-column:hover .hero_col_mobile{
        transform: scale(1.05) !important;
        box-shadow: 0px 7px 14px 0px rgb(255 255 255 / 55%);
    }
    .hero_col_mobile {
        transition:0.23s;
    }
}

@media (max-width:767px) {
    .hero_col_mobile {
        background: #fcf3ea !important;
    }
    .hero_col_mobile img {
        display: none !important;
    }
}

 /* homepage css */
