/*
Theme Name: Scandinavia Child
Theme URI: http://www.cssigniter.com/ignite/themes/
Author: CSSIgniter
Author URI: http://www.cssigniter.com
Description: Blogging theme for WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: scandinavia
Text Domain: scandinavia-child
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */
 .fa-wordpress::before {
	content: "";
	background: url(media/images/icon_betterplace.png) no-repeat;
	padding: 1px 6px;
	background-size: contain;
}

.header .navigation > li ul a:hover, .navigation > li > a:hover, .navigation > li.current-menu-ancestor > a, .navigation > li ul li.current-menu-item a {
   color: #d0b787;
}

.wgfooter-sidebar .widget { width: 50%; display:inline-block; }

@media (max-width: 767px) {
	.wgfooter-sidebar .widget { width: 100%; display: block; }
}