/* 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;
	
}

.uk-margin-top >.uk-icon-button {
	box-sizing:border-box;
	display:inline-block;
	width:45px;
	height:45px;
	border-radius:50%;
	background:#f5f5f5;
	line-height:45px;
	color:#408b53;
	font-size:23px;
	text-align:center;
	border:1px solid rgb(64, 139, 83);
	margin:4px;

}
.uk-margin-top >.uk-icon-button:focus,.uk-icon-button:hover {
	background-color:#408b53;
	color:#fff;
	outline:0;
	border-color:rgba(0,0,0,.15)
}
.uk-margin-top >.uk-icon-button:active {
	background-color:#eee;
	color:#444;
	box-shadow:inset 0 1px 5px -1px rgba(0,0,0,.1)
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}