.elementor-530587 .elementor-element.elementor-element-c4d684b .elementor-repeater-item-8e9f9bf.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-530587 .elementor-element.elementor-element-dcb608b{--spacer-size:50px;}.elementor-530587 .elementor-element.elementor-element-4796347{text-align:center;}.elementor-530587 .elementor-element.elementor-element-b0f4794{text-align:center;}.elementor-530587 .elementor-element.elementor-element-e9234c8{text-align:center;}/* Start custom CSS for html, class: .elementor-element-0f491ee */@media only screen and (min-width: 700px) {
       
/* this body styling is souly to prevent the user from scrolling when previewing the catalogue*/
body {
      /*overflow-y: hidden;*/
}

  .featBox img{

  }
  
  #featuredCat{
      text-align: center;
      align-items: center;
      margin-bottom: -11%;
  }
  
  #featuredCat img{
            height: 50vh !important;
      width: auto;
  }

  .row {
      margin-top:11%;
  width: 60%;
  height: 25vh;
  margin-left: 20%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  
}    


}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
 
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.clicker {
  font-size: 1em;
  padding: 10px;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.clicker img {
    width: auto !important;
    height: 120% !important;
}

/*
.clicker:hover {
 filter: brightness(1.07);
 transform: scale(1.5);
 transition: all 0.5s ease-out;
}
*/

.overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {

  margin: 120px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 1s ease-in-out;
  z-index: 1000000000;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 70%;
}

.responsiveiFrame {
  border: 0px solid lightgray;
  height: 74vh;
  width: 100%;
}

@media screen and (max-width: 700px){
  .box{
      padding: 0px;
  }
  
  .content iframe{
   height: 300px;
  }
  
  .popup {
      padding-top: 20px;
      margin-top: 200px;
        }
}

 @media only screen and (max-width: 600px) {
      
      .clicker img {
    width: auto !important;
    height: 400px !important;
}

.box {
  width: 100%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
    }
 
 }
 
 /* Fix the catalogue viewer and row in landscape mode on a mobile device*/

 @media screen and (orientation:landscape) { 
     
  .popup {
      padding-top: 4%;
      margin-top: 0%;
        }
        
  .row {
    margin-top:11%;

    height: 30vh;

    display: flex;
    flex-direction: row;
    justify-content: center;
  
}    

  .featBox {
      font-size: 10px;
      padding: 1%
  }
    

 }

/* @media (min-width: 1280px) and (max-width: 800px) {
    
.popup .content {
  max-height: 70%;
  height: 600px;
  overflow: auto;
}
      
}/* End custom CSS */