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

@import url(../../../css/custom.css);
/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Logo */
#logo .custom-logo { background-image: url(../../../../../images/yootheme/logo_darkblue.png); }

/*Text*/

h3.toggler {
	font-size: 14px;
}

/* accordion */

.wk-accordion-default .toggler {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

.toggler:not(.active)::before {
	font-family: FontAwesome;
	content: '\f059';
	margin-right: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #293B51;
	position: relative;
	top: -2px;
}

.toggler.active::before {
	font-family: FontAwesome;
	content: '\f06a';
	margin-right: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #293B51;
	position: relative;
	top: -2px;
}

