/*
Theme Name: Solon Child
Theme URI: http://athemes.com/theme/solon
Author: aThemes
Author URI: http://athemes.com
Description: Solon is a fully responsive theme, ideal to use if you want your blog to have a slick and modern look. Some of the features that are packed in this theme include: custom logo upload, custom favicon upload, color changing for various elements, including the primary and the secondary color, integration with FontAwesome, about 20 of the most used Google Fonts, option to change the layout from content-sidebar to sidebar-content, css transitions, custom scroll effect and design etc.
Template: solon
Version: 1.04
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solon
Domain Path: /languages/
Tags: orange, light, two-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-colors, custom-background, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

Solon is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
@import url("../solon/style.css");

.fw-branding {
	display: none !important;
}

@media only screen and (min-width: 1200px) {
.content-area {
	width: 620px;
}
.widget-area {
	width: 390px;
}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
.content-area {
	width: 520px;
}
.widget-area {
	width: 390px;
}
}

.site-branding {
	width: 400px;
	max-width: 100%;
	padding: 25px 0px 25px 0px;
}
.entry-content a,
.entry-content a:active {
	color: #E86F67;
}
.entry-content a:hover,
.entry-content a:focus {
	color: #E86F67;
}

.textwidget .email,
.textwidget .button {
	color: #2a363b;
}

.site-title {
	font-size: 50px;
}
.site-description {
	font-size: 24px;
}

.social-widget a[href*="xing.com"]::before ,
.social-navigation li a[href*="xing.com"]::before {
	content: '\f169';
}

@media only screen and (max-width: 599px) {
.site-title {
	font-size: 40px;
}
.site-description {
	font-size: 18px;
}
}




