/*
 Theme Name:     Divi Child
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*.et_pb_gallery_grid .et_pb_gallery_item img {
	width: 250px;
	height: 250px;
}*/
/*gallery square*/
/*image gallery item aspect ratio square 1:1*/

.pa-image-gallery-1-1 .et_pb_gallery_image {
  padding-top: 100%;
  display: block;
}

.pa-image-gallery-1-1 .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.et_pb_gallery_0.et_pb_gallery .et_pb_gallery_item {
	width: 31.33% !important;
}
.mfp-title {
	display: none;
}
/*gallery*/
/* Optional: Add some basic styles for better visibility */
.btn1, .btn2 {
    cursor: pointer;
    margin: 10px;
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}

/*.contentGallery {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
}*/

/* Hide content by default */
#btn2-content {
    display: none;
}
.galleryTabs .et_pb_column_2 {
	margin-right: 0px !important;
}
.galleryTabs .et_pb_column_2, .galleryTabs .et_pb_column_3 {
	width: 24% !important;
}
.topHeaderEmail .et_pb_blurb_container {
    position: relative;
    top: 3px;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.et_pb_gallery_0.et_pb_gallery .et_pb_gallery_item {
	width: 43.33% !important;
	margin-right: 10px;
	margin-bottom: 8px;
}
}
@media (min-width: 321px) and (max-width: 767px) {
	.et_pb_gallery_0.et_pb_gallery .et_pb_gallery_item {
		width: 100% !important;
		margin-right: 10px;
		margin-bottom: 8px;
	}
	.galleryTabs .et_pb_column {
		margin-bottom: 0px !important;
	}
	.galleryTabs {
		padding-top: 0px;
	}
}
