/*
Theme Name: Origami Child Theme
Description: Child theme for the origami theme
Author: Garry
Template: origami
*/


@import url("../origami/style.css");


/* =Content 
-------------------------------------------------------------- */

.post .content {
	color: #606060;
	font-size: 13px;
	margin-bottom: 2px;

/* =Footer  : Footer Widgets 
-------------------------------------------------------------- */

#footer-widgets {
	width: 100%;
	
	background-color: #F9F9F9;
	border-top: 1px solid #EEEEEE;
	margin-top: -50px;
	padding: 20px 0;
}

#footer-widgets-wrapper {
	margin-bottom: -90px;
}

#footer-widgets .widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	word-wrap: break-word;
}

#footer-widgets .widget img {
	height: auto;
	
	max-width: 100%;
}

#footer-widgets h2.widgettitle {
	color: #333;
	font-family: "Dosis", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 20px;
}

#footer-widgets a {
	color: #505050;
	text-decoration: none;
}

#footer-widgets li {
	line-height: 1.75em;
}

#footer-widgets ul ul {
	margin-left: 0.75em;
}

#footer {
	border: transparent;
	border-width: 0 1px;
	color: #888;
	color: #999999;
	font-size: 0.85em;
	margin-bottom: 25px;
	padding: 0px 5px;
	text-align: center;
}

#footer .copyright {
	margin-bottom: 0.75em;
}

#footer .designed {
}

#footer a {
	color: #777;
	text-decoration: none;
}