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

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
h1 { font-size: 32px; line-height: 135%; }
h2 { font-size: 24px; line-height: 135%; margin-bottom: 10px; }
h3 { font-size: 18px; line-height: 135%; }
h4, h5, h6 { font-size: 16px; line-height: 135%; }

p, dl, blockquote, pre, fieldset, figure {
margin: 5px 0 10px 0 !important;
}
 
.custom-logo {
	display: inline-block;
	width: 210px;
	height: 90px;
	background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

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

	.custom-logo { height: 60px; }
	
}

.image-left {
float: left;
margin: 0 15px 0 0;
}

.image-right{
float: right;
margin: 0 0 0 15px;
}

span.wf_caption {
font-size: 88%;
}

#lightbox-title.lightbox-title-float {
left: 0 !important;
}