/*
 Theme Name:   Ixion Child
 Theme URI:    
 Description:  Ixion Child Theme for Xapnik
 Author:       Kirsten Lambertsen
 Author URI:   https://xapnik.com
 Template:     ixion-wpcom
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  ixion-child
*/

@import url('https://fonts.googleapis.com/css?family=Poller+One|Raleway');

body {
	color: #6d3820;
}

body a {
	color: #ff0074;
}

.site-header .jetpack-social-navigation a {
	color: #ffd9ea;
}

.site-header .jetpack-social-navigation a:visited {
	color: #ffd9ea;
}

a:visited {
	color: #6d3820;
}

.site-title {
	font-family: 'Poller One', sans-serif;
	font-weight: 100;
	text-transform: none;
	margin-top: -20px;
	color: #ff0074;
}	

.site-title a:visited {
	color: #ff0074;
}

.site-description {
    background: #6d3820d4;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
	  font-size: 42px;
	  color: #fff;
}

.main-navigation ul > li > a {
	color: #6d3820;
}

.main-navigation ul > li.current-menu-item > a, .main-navigation ul > li.current_page_item > a {
	color: #ffd9ea;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, #infinite-handle span {
	background: #ff0074;
}

.featured-content .hentry .entry-title a {
	color: #fff;
}

.entry-title a:visited {
	color: #6d3820;
}

.recent-posts-title {
  color: #ff0074;
}

.author-avatar {
    float: left;
}

.author-avatar img {
	margin: 9px 7px 0 0;
}

.recent-posts .byline .author a {
  color: #ff0074;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
	background: #ffd9ea;
}

@media screen and (min-width: 50em) {
  .site-description-wrapper {
		max-width: 57%;
	}
}	