/* 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: 96px;
 	height: 17px;
 	background: url(../images/unicity/logo-200w.png) 50% 50% no-repeat;  
 	background-size: contain;
 }

 /* Only Phones (Portrait) */
 /*@media (max-width: 479px) {
 	.custom-logo { height: 60px; }
 }*/

 /* styling for search results */
 .search-result-min {
 	height: 100px;
 }

 .search-result {
 	height: 240px;
 }

 .search-title {
 	border-bottom: 1px dotted #444;
 	padding-bottom: 12px;
 	margin-bottom: 30px;

 	font-size: 24px;
 }