/* 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 {
	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; }
	
}

.thumbnail {
	float: left;
	margin: 0 10px 3px 0;
}

.content .thumbnail {
	padding: 20px 0 0;
}

#maininner h1,
#maininner h2,
#maininner h3,
#maininner h4,
#maininner h5,
#maininner h6 {
	text-transform: none;
}

.frontpage-title {
	margin: -10px 0;
}

.gallery > * {
	margin: 0;
	padding: 0;
}

.gallery > * img {
    border: none !important;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.gallery > *:hover img {
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.4);
    transform: scale(1.2);
    z-index: 10;
}

.gallery .wp-caption-text.gallery-caption {
	display: none;
}
