/*
Theme Name: Twenty Fifteen Child
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentyfifteen
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
#e0d9ab lightest rgba(224,217,171,0.9);
#ddcf76
#dbc648
#d8bd1e brightest
#a79328
#605522 darkest rgba(96,85,34,0.9);
#7a7247 
*/

.front-page-text{
	letter-spacing: 3px;
	font-size: xx-large;
	
}
.widget_polylang ul{
	list-style: none;
}
.posted-on {
	display: none;
}
.entry-format {
	display: none;
}
.social-wrapper a{
	border: none;
	color: #605522;
}

.social-wrapper a:hover{
	color: rgba(96,85,34,0.7);
}


.social-wrapper{
	text-align: center;
}


.social-facebook, .social-pinterest {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}



.social-facebook:after {
	content: "\f203";
	
}

.social-pinterest:after {
	content: "\f210";
}