/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

 .custom-logo {
	width: 205px;
	height: 145px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

 .sidebar-white .custom-logo,
 .sidebar-lightgrey .custom-logo { background-image: url(../../../images/yootheme/logo_white.png); }

 .sidebar-black .custom-logo,
 .sidebar-darkgrey .custom-logo { background-image: url(../../../images/yootheme/logo_black.png); }


/* Only Phones */
@media (max-width: 767px) {

	.custom-logo { 
		width: 70px;
		height: 90px;
		margin: auto;
	}

	 .sidebar-white .custom-logo,
	 .sidebar-lightgrey .custom-logo { background-image: url(../../../images/yootheme/logo_responsive_white.png); }
	 
	 .sidebar-black .custom-logo,
	 .sidebar-darkgrey .custom-logo { background-image: url(../../../images/yootheme/logo_responsive_black.png); }

}


/* Transparent Background */
#page {
background: transparent !important;
}

#block-side, #block-main {
background: rgba(241, 237, 237, 0.9) !important;
}


#menu {
	text-align: right;
}

#footer {
position: absolute;
bottom: 0px;
}


/* Center Article Title */
#system .item > header .title {
text-align: center !important;
}

/* Widgetkit Images */
.wk-slideshow img, .wk-gallery img, .spotlight img, a[data-lightbox] img {
max-width: 100%;
height: auto;
vertical-align: middle;
min-width: 100%;
}