/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.products_wrapper .gallery-caption{	background: transparent;}
.products_wrapper .gallery-item img, .products_wrapper .swiper-slide-image {height: 300px;width:300px}
.facilities_wrapper .gallery-item img  {width: 300px;}
.mfp-bg{z-index:99999;}
.mfp-wrap{z-index:999999;}
.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 9999 !important;
    background: #333333 !important;
	backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
