/*
Theme Name: wp_theme
Author: arturkosinski.pl
Author URI: https://arturkosinski.pl
Version: 1.0
*/

.rzut img { display: block; margin: 0 auto; }
.galleryThumbs a { flex-basis: calc( 25% - 1.5rem )}
.galleryThumbs a img { object-fit: cover; aspect-ratio:4/3 }
.productGallery .owl-prev { left: 1rem }
.productGallery .owl-next { right: 1rem }
.productGallery .owl-prev, .productGallery .owl-next { top: calc( 50% - 2.5rem) }
.hubspot { background: #634D32; color: #fff; }
#contact, #contact a, .footerCols { color: #fff; }
#tiles .tileImg img { border: .5rem solid #8a6b46; transition: .5s }
a.cbox:hover img { transform:.5s; }
#tiles .tileImg:hover img, a.cbox:hover img { transform: scale(1.03); transition: .5s }
.footerColLogo img { width: 180px; }
.footerColsFlex { gap: 2rem }
.footerCol { flex-basis: calc( 20% - 2rem) }
.footerCol a { color: #fff!important; text-decoration: none!important; }
.footerCol a:hover { text-decoration: underline!important; }
sup { position: relative; top: -0.6em; font-size: 0.6em; }
.paramImg img { filter:brightness(0) invert(1); }
.paramTxt { flex: 1 }
.archive .postDate { display: none; }

#tiles .tilesContent { gap: 2rem }
#tiles .tilesContent .tile { flex-basis: calc( 50% - 2rem) }
#tiles .tilesContent .tile  img { aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  width: 100%; }

#breadcrumbsWrapper, .topBar { font-size: 80%; }
.pageIntroContent { padding: 0 0 5rem 0; }
/*.home .introContent { min-height: 60vh; height:768px;  display: flex; flex-direction:column; justify-content:center; }*/
.home .introContent { padding: 12rem 0; }
.home .introContentInner { max-width: 880px; }
.baner { padding: 15rem 0; }
footer { padding: 0 0 10rem; }
.pageIntroWrapper, .home .introContent { position: relative; z-index: 1; }



/* Font */
html { font-size: 16px; }
body { font-size: 1rem; line-height: 1.65; }
/*h1, h2, h3, h4, h5, h6 { line-height: 1.4; }*/
#singleContent .narrow h2, #singleContent .narrow h3, #singleContent .narrow h4, #singleContent .narrow h5, #singleContent .narrow h6 { margin-top: 3rem; }
#singleContent .narrow h2:first-child, #singleContent .narrow h3:first-child, #singleContent .narrow h4:first-child, #singleContent .narrow h5:first-child, #singleContent .narrow h6:first-child { margin-top: 0; }

/* Colors */
input, textarea, input[type="checkbox"] {  border: 1px solid #e7e7e7!important; background: #fff; }
.owl-dot span { background: #8a6b46; opacity: .3 }
.owl-dot.active span, .owl-dot  span:hover { background: #8a6b46; opacity: 1; }
span.page-numbers { border: 1px solid #e7e7e7; }
#mobileMenu { background: #000; }
#mobileMenu ul li a { color: #fff!important; }
.postMeta { border-bottom: 1px solid #e7e7e7; }

/* Btn */
.btn { display: inline-flex; justify-content: center; align-items: center; width: auto; height: 50px; text-align: center; text-decoration: none!important; border: none; padding: 0 2rem; }
.smallBtn { display: inline-flex; height: auto; padding-top: 0.5rem; padding-bottom: 0.5rem; }

/* Arrows */
/* .owl-prev, .owl-next, #cboxNext, #cboxPrev, #cboxClose { border-radius: 1.5rem } */
.owl-prev, .owl-next, #cboxNext, #cboxPrevious, #cboxClose { width: 3rem; height:3rem }
.owl-prev { left: -2rem; background: url(images/icons/white/left.svg) center center no-repeat #8a6b46; background-size: .75rem auto }
.owl-next { right: -2rem; background: url(images/icons/white/right.svg) center center no-repeat #8a6b46; background-size: .75rem auto }
#cboxNext { margin-top: -2rem; width: 3rem; height: 3rem; background: url(images/icons/white/right.svg) center center no-repeat #8a6b46; background-size: .75rem auto }
#cboxPrevious { margin-top: -2rem; width: 3rem; height: 3rem; background: url(images/icons/white/left.svg) center center no-repeat #8a6b46; background-size: .75rem auto }
#cboxClose { width: 3rem; height: 3rem; background: url(images/icons/white/close.svg) center center no-repeat #8a6b46; background-size: .75rem auto }
#gotop, #gotop:hover { background-size: .75rem auto!important; }
@media all and (max-width: 767px){ .owl-next { display: none !important; } .owl-prev { display: none !important; } }

/* Underline */
#breadcrumbs a { text-decoration: underline; }
.menuBtn, #breadcrumbs a:hover { text-decoration: none; }

.post { align-items: flex-start; }
.post .postDate img { border-radius: 0!important }
.post .postDate { opacity: .5; }
.postCover { overflow: hidden; display: block; }
.postCover img { transition: .3s; }
.postCover:hover img { transform: scale(1.1); transition: .3s; }
#hero .con { position: relative; z-index: 1; }
.videoBg { object-fit: cover; width: 100%; height:100% }
.tile:nth-child(even) .tileImg { order: 2 }
.tf > *:last-child, .footerContent > *:last-child , .faqA > *:last-child, .pageBlock .tf > *:last-child, .cItem:last-child {margin-bottom: 0;}
.pageBlockGal { column-count: 3; column-gap: 2rem; }
@media all and (max-width: 767px) { .pageBlockGal { column-count: 2; } }
.pageBlockGal a { break-inside: avoid; display: block; margin-bottom: 1rem; }
.pageBlockGal img { display: block; width: 100%; height: auto; }
.faqQ { cursor: pointer; }
.faqArrow {display: inline-block;transition: transform 0.3s ease;margin-left: 1rem;transform: rotate(180deg);}
.faqItem.open .faqArrow { transform: rotate(0deg);}
#mobileMenu #logo2 img { margin: 0 auto 2rem;  display: block;}
.sidebar [type="submit"] img { border-radius: 0!important; }
@media all and (max-width: 1023px){ .single .postMeta > div { margin: .5rem 0; } }
header { position: relative; z-index: 99999!important; }






/*******************
 *******************

        RWD 

 *******************
 *******************/



@media all and (min-width: 1200px){
    
    
}

@media all and (min-width: 1024px) and (max-width: 1199px){

    

}

@media all and (max-width: 1023px){

  .productIcons { padding-left: 2rem; }
  .paramItem { flex-basis: calc( 50% - 2rem); width: auto; display: flex!important; }
  .paramImg { width: 64px; height: 64px;   }
  .galleryThumbs a { flex-basis: calc( 50% - .5rem); }
  .galleryThumbs { display: flex !important;gap: 1rem!important}
  .hubspot { padding: 1rem;}
  .hubspot .actions { padding: 0 !important;}
  #contact .px5 { padding-left: 0!important; padding-right: 0 !important; }

  iframe[src*="youtube.com"],iframe[src*="youtu.be"] { width: 100% !important; height: auto; aspect-ratio: 16 / 9; display: block; }
  .iconsContent { flex-wrap:wrap; }
  .icon { flex-basis: calc( 50% - 2rem); }
  .footerCol { flex-basis: calc( 50% - 1rem);  }
  .footerColsFlex { display: flex !important; }
  
    
}

@media all and (max-width: 767px){

.faqArrow { display: block; width: 12px; margin: 0; }
.faqQ { padding-left: 1rem; padding-right: 1rem; display: block; }
.cRight { padding: 2rem 1rem; }

.home .introContent { padding: 5rem 0 10rem; }
.home #hero h2 br { display: none; }  

.productGal { width: 100%; }
.productIcons { width: 100%; padding: 0; }
.paramItem { padding: 1rem 0; }
.productIcons .tf.pl1 { padding-left: 0; margin-top: 2rem; }
.hubspot { margin: 2rem 0 0 ; }
footer { padding: 1rem 0 10rem; }
.footerCol { flex-basis:100% }
    
}

@media all and (max-width: 479px){

}




