/* Support #71437 - Style hyperlinks */

	p a:link { text-decoration: underline; }
	p a:link:hover { color: #AB0C2E; }

/* Support #75168 - Sidebar going to bottom because it's too wide */

	.theme-page-wrapper #mk-sidebar.mk-builtin { width:23%; }

/* Support #80140 - Remove background color for portfolio featured iamge hover */

    .category-press-releases .mk-blog-modern-item .featured-image:hover .image-hover-overlay, .category-press-releases .mk-blog-modern-item .featured-image .image-hover-overlay { background: none !important; }

/* Support #80436 - Display widget conditionally based on language */

    section#recent_posts-3:lang(en) { display: none; }
    section#recent_posts-2:lang(he) { display: none; }
	section#recent_posts-3:lang(he) { display: block; }

/* Support #81417 - Bold h3 elements on foundation pages */

	.master-holder h3 { font-weight: bold; }

/* Support #83351 - Homepage Slider Cut off */
	/* Commenting out because it looks like this is no longer needed. EB
    .page-id-45 .mk-page-section-wrapper,
	.page-id-310 .mk-page-section-wrapper {
		margin-top: 6em;
	}*/

/* Support #90482 - Featured Image Modification */
	.widget_posts_lists ul li .post-list-thumb { width: 130px; }

/* Support #91592 - Fix indentation on hebrew press release section */

	.category-news-he.category-press-releases-he .single-social-section { min-width: auto; }

/* Support #91769 - Fix display of the Jupiter "skip to next" icon */

	.mk-skip-to-next {
		margin: 10px auto;
		position: unset;
	}

/* Support #94782 - List item font size */

	ul li, ol li { font-size: 16px; }

/* Support #96768 - table issues */

	table.warsaw-property-table {
		width: 500px;
	}
	table.warsaw-property-table td {
		border: 1pt solid black;
		height: auto;
		padding: 0px 5px 0px;
	}
	table.warsaw-property-table tr:nth-child(even) {
		background: #ccc;
	}

/* Support #101051 - Print icon width */

	.single-social-section { min-width: auto; }

/* Support #114051 - Fix Navigation Hover color issue */
ul#menu-main-menu .sub-menu li:hover > a{
    color:white;
}	