/*
Theme name: Gal Weinstein
Description: Custom Theme
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/
.article-head-hebrew {
text-align : right;
}

img.fullsize {
max-height : 700px;
}


ul.sub-menu {
display: none;
}

a.logo {
margin-top: 9px;
}

img.attachment-post-thumbnail {
width: 50px;
height: 50px;
}

div.shell {
max-width : 980px;
}

.section-bio table>tbody>tr>td {
vertical-align: top;
}

.slider-description p>a {
color: #960000;
}

img.fullsize:hover {
cursor: zoom-in;
}