/*
Theme Name:         Jerusalem Institute Template
Theme URI:          http://yna.co.il
Description:        Jerusalem Institute Template
Version:            1.0.0
Author:             Paul@Y&A
Author URI:         https://yna.co.il
Text Domain:        jerusalem
*/

@media screen and (max-height: 700px) {
    .image-frame .overlay .frame {
        text-align: center;
        max-width: 100% !important;
        width: auto !important;
    }

    .image-frame .overlay .frame img {
        max-width: 70vh !important;
    }
}
body:not(.rtl) ol, body:not(.rtl) ul {
	margin-left: 1.25rem;
	margin-right: 0;
}
div.iframe_responsive {
	overflow: hidden;
    position: relative;
    width:100%;
}
div.iframe_responsive::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
div.iframe_responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 737px) {
	.event-page .event-inner .event-social ul {
		margin-top: 40px !important;
	}
}
@media screen and (max-width: 370px) {

.publications-items-wrapper .publication-item.large .publication-title {
		max-height: 42px;
		overflow: hidden;
	}
.publications-items-wrapper .publication-item.large .publication-title-sub	{
		overflow: hidden;
		max-height: 50px;
	}
.publications-items-wrapper .publication-item.large .publication-title-dateauthor	{
		max-height: 32px;
		overflow: hidden;
	}
.publications-items-wrapper .publication-item .publication-body .download-files-btn {
	    position: absolute;
    	bottom: 5px;
	}
}

html[lang=en-US] div.newsletter-sticky {
	left:auto;
	right:0;
	-webkit-transform: translateX(100%);
    transform: translateX(100%);
}
html[lang=en-US] div.newsletter-sticky div.toggle-bar {
	left: -5px;
	right: auto;
}
html[lang=en-US] .newsletter-sticky div.toggle-bar div.toggle {
	left: -75px;
	right: auto;
}
html[lang=en-US] .newsletter-sticky.open {
	-webkit-transform: translateX(0);
    transform: translateX(0);
}
#comments .comment-list .comment .comment-body .comment-content p {
	letter-spacing: initial !important;
}