/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        4.11.3
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
body.et_fixed_nav #main-header {
  transition: none !important;
}
@media only screen and (max-width: 767px) {
  .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }

  /* Move the title out of .et_pb_blurb_container and place above the image */
  .et_pb_blurb_container {
    display: contents; /* Let children flow out */
  }

  .et_pb_module_header {
    order: -1;
	  margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
  }

  .et_pb_main_blurb_image {
    order: 0;
    margin-bottom: 10px;
  }

  .et_pb_blurb_description {
    order: 1;
  }
   .reverse-columns-mobile {
    display: flex!important;
    flex-direction: column-reverse!important;
    gap: 20px;   
  }
}
/*********** Image grid reveal *************/
/*.tile-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.tile-mask {
  position: absolute;
  background: white;
  width: 100px;
  height: 100px;
  opacity: 1;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.tile-mask.hidden {
  opacity: 0;
}*/
/*.tile-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.tile-image {
  display: block;
  width: 100%;
  height: auto;
}

.tile-mask {
  position: absolute;
  background: white;
  opacity: 1;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.tile-mask.hidden {
  opacity: 0;
}*/
/*.tile-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background: rgba(255, 255, 255, 1);	
}

.tile-image {
  width: 100%;
  height: auto;
  display: block;
}

.tile-mask {
  position: absolute;
  background: rgba(255, 255, 255, 1);	
  z-index: 2;
  opacity: 1;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.tile-mask.hidden {
  opacity: 0;
}*/
/*.tile-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  background: transparent;
}

.tile-image {
  display: block;
  width: 100%;
  height: auto;
}

.tile-mask {
  position: absolute;
  background: #eeeeee; 
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.tile-mask.hidden {
  opacity: 0;
}*/
.tile-mask {
  position: absolute;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.tile-mask.hidden {
  opacity: 0;
}

.tile-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;border-radius:10px;
}

.tile-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  z-index: 10;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.tile-image {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.tile-image {
  display: block;
  width: 100%;
  height: auto;
}
/*********** Image grid reveal *************/
/*********** Image pebble reveal *************/
.pebble-reveal-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.pebble-image {
  display: block;
  max-width: 100%;
  height: auto;
}

/*.pebble-mask {
  position: absolute;
  background: white;
  border-radius: 50%;
  z-index: 2;
  opacity: 1;
  transition: opacity 1s ease;
  box-shadow: 0 0 0 4px white;
	
}*/
.pebble-mask {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  background: white;
  transition: opacity 1s ease;
  clip-path: path("M44.4,-63.2C58.3,-52.3,71.8,-43.4,75.7,-30.7C79.6,-17.9,73.9,-1.2,68.7,15.6C63.6,32.4,58.9,49.3,47.8,60.5C36.7,71.6,18.3,77,-0.5,77.6C-19.3,78.3,-38.7,74.1,-53.5,63.3C-68.4,52.4,-78.6,35,-80.6,17.2C-82.6,-0.5,-76.4,-18.8,-67.1,-33.8C-57.8,-48.8,-45.3,-60.6,-31.3,-71.6C-17.3,-82.6,-1.7,-92.8,11.7,-89.9C25.1,-86.9,37.6,-70.1,44.4,-63.2Z");
}

/*********** Image Pepple reveal *************/

.et_mobile_menu {
    border-top: 3px solid #7391C9!important;
}
.vertical-center {
  display: flex;
  justify-content: center;
  align-items: center;	
  height: 100%;
}
@media (max-width: 767px) {
	.tile-wrapper {
		height: fit-content !important;
	}
	.vertical-center {
		display: flex;
		flex-direction: column;
	}
}
 