.elementor .mel-gallery img {
	  border: 7px solid #000;
 	 transition: all .3s;
	cursor: pointer;
}
.elementor .mel-gallery img {
	box-shadow: -20px 15px 20px #00000094 !important;
}
.elementor img:hover {
	box-shadow: unset !important;
}
.mel-gallery figure {
	 box-shadow: -25px 20px 15px #0000003d;
 transition: all .3s;
	cursor: pointer;
}
.exad-tooltip-text {
    border: 7px double #000;
}
.exad-tooltip .exad-tooltip-item.tooltip-right .exad-tooltip-text:after{
    left: -0.8em;
}
.exad-tooltip .exad-tooltip-item.tooltip-left .exad-tooltip-text:after {
    right: -0.8em;
}
.style-circle .exad-tooltip img {
    border-radius: 50%;
}
.has-custom-tooltip figure .exad-ihe-title {
    /*content: 'LONG SHADOWS: STORIES FROM A JEWISH HOME';*/
    background: #fff;
    margin: auto;
    width: 90%;
    padding: 5px 5px;
    position: absolute;
    left: 5%;
    bottom: calc(100% + 20px);
    text-align: center;
    border: 7px double;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    transition: bottom .3s;
    z-index: 999;
}
.has-custom-tooltip figure {
    position: relative;
}
.has-custom-tooltip figure:after {
    content: '';
    width: 10px;
    height: 11px;
    background: #fff;
    position: absolute;
    bottom: calc(100% + 15px);
    left: calc(50% - 5px);
    transform: rotate(45deg);
    z-index: 99;
    visibility: hidden;
    transition: bottom .3s;
}
.has-custom-tooltip:hover figure .exad-ihe-title,
.has-custom-tooltip:hover figure:after{
    opacity: 1;
    margin: 0;
    visibility: visible;
    top: calc(100% + 10px);
}
.has-custom-tooltip:hover figure .exad-ihe-title {
    top: calc(100% + 5px);
}
.exad-ihe-figure:hover #tooltip-text {
    visibility: visible;
}

.mel-gallery figure:hover {
    box-shadow: unset;
}
.ue-flip-box__container p {
    margin: 0;
}
.elementor-widget-ucaddon_flip_box .elementor-widget-container {
    padding: 10px;
}
.exad-ihe-grid figure.exad-ihe-figure {
    background: transparent;
}
figcaption.exad-ihe-figcaption {}

.exad-ihe-figcaption .exad-ihe-title {
    display: none;
}
.exad-ihe-figcaption .exad-ihe-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.exad-ihe-figcaption .exad-ihe-description a {
    position: static;
    padding: 5px 10px;
    color: #000;
    background: #fff;
    margin: 10px 0;
    border: 6px double #000;
    width: 100%;
    font-family: "Alatsi", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
}
.exad-ihe-figcaption {
    padding: 30px !important;
    background-color: #b7b7b7 !important;
}
.exad-ihe-grid figure.exad-ihe-figure img {
	opacity: 1 !important;
}
.home .exad-tooltip-item .exad-tooltip-text {
    border-width: 6px;
    padding: 12px 24px !important;
    text-align: center;
}
.has-custom-tooltip:before {
    font-family: "Alatsi", Sans-serif;
    border-width: 6px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px !important;
    text-align: center;
    height: 100px;
}

@media only screen and (max-width: 1024px) {
	.exad-ihe-figcaption {
		padding: 10px !important;
	}
}

@media only screen and (max-width: 768px) {
    .exad-tooltip-text {
        display: none; 
    }
}

@media only screen and (max-width: 768px) {
    .has-custom-tooltip:before,
    .has-custom-tooltip:after {
        display: none;
    }
}