/*   
Theme Name: Eli Litwin Theme
Description: Theme Based on Photography Theme
Author: Alban Bailly
Template: bold-photography
Version: 1.0
*/

@media screen and (min-width: 48.9375em) {
	.has-header-image.home.admin-bar .custom-header-media {
		min-height: calc(30vh - 32px);
		margin-top: 110px;
	}
}

@media screen and (min-width: 30em) {
	.has-header-image.home.admin-bar .custom-header-media, 
	.has-header-video.home.admin-bar .custom-header-media, 
	.has-header-text.home.admin-bar.custom-header-media {
			height: calc(30vh - 46px);
			margin-top: 110px;
	}
}

@media screen and (min-width: 100em) {
	body {
		font-size: 1.1rem;
	}
}

@media screen and (min-width: 64em) {
	.sidebar {
		width: 23%;
	}
}

.sidebar .widget {
	padding: 20px;
}

.post-thumbnail {
	max-width: 760px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.post-thumbnail img {
	margin: 0;
	width: 100%;
}