/*
Theme Name: Padhang
Theme URI: http://blog.hirizh.name/padhang/
Author: Rizqy Hidayat / CampusPress
Author URI: http://blog.hirizh.name/
Description: A minimalist-content-focused theme. Padhang comes with responsive layout, 2 widget areas under the main content, social menu, big background image, custom logo and custom menu. Padhang is a Javanesse word for bright. It featured bright white color with dark background. Easily customized from the theme customizer. Stand out your content.
Version: 1.0.2
License: GNU General Public License
License URI: license.txt
Text Domain: padhang
Domain Path: /languages/
Tags: light, white, one-column, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, microformats, post-formats, sticky-post, threaded-comments, translation-ready

Padhang WordPress Theme, Copyright (C) 2014 Rizqy Hidayat.
Padhang is licensed under the GPL. Use it to make something cool, have fun, and share with others.

Padhang is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Base styles
	2.1 - Typography
	2.2 - Elements
	2.3 - Forms
	2.4 - Links
	2.5 - Accessibility
	2.6 - Alignments
	2.7 - Clearings
	2.8 - Base page
3.0 - Header
	3.1 - Navigation
	3.2 - Pagination
4.0 - Content
	4.1 - Posts and pages
	4.2 - Post formats
	4.3 - Galleries
	4.4 - Comments
5.0 - Widgets
6.0 - Footer
	6.1 - Social menu
7.0 - Media
8.0 - Genericons
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	position: relative;
	background: #252525;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Base Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #667272;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Bitter', serif;
	font-weight: normal
}
h1 {
	font-size: 3.6rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 1.8rem;
}
h5 {
	font-size: 1.4rem;
}
h6 {
	font-size: 1.2rem;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
2.2 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
table {
	border-bottom: 1px solid #eee;
	margin: 0 0 25px;
	width: 100%;
}
th {
	padding: 1rem 0.5rem;
	color: #252525;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}
td {
	border-top: 1px solid #eee;
	padding: 1rem 0.5rem;
}
.sep {
	margin: 0 0.5rem;
}

/*--------------------------------------------------------------
2.3 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #eee;
	border-radius: 5px;
	background: #65b045;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 1em 1.5em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #667272;
	outline: none;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: .5rem;
	border: 1px solid #aaa;
	border-radius: 5px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #252525;
	border-color: #65b045;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 98%;
}

/*--------------------------------------------------------------
2.4 Links
--------------------------------------------------------------*/
a {
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
	color: #65b045;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover,
a:focus,
a:active {
	border-color: #65b045;
}

/*--------------------------------------------------------------
2.5 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*--------------------------------------------------------------
2.6 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto !important;
}

/*--------------------------------------------------------------
2.7 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.main-navigation:before,
.main-navigation:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.main-navigation:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
2.8 Base page
--------------------------------------------------------------*/
#page {
	position: relative;
	z-index: 2
}

.overlay {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background: #252525;
	opacity: 0.7;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
.site-header {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
}
.site-branding {
	width: 78%;
	margin: 0 auto;
	padding: 10rem 0;
}
.site-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 5.2rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
.site-title a {
	color: #fff;
	border: none;
}
.site-description {
	margin: 3rem 0 0;
	font-size: 2.4rem;
	text-align: center;
	color: #f2f2f2;
}
.site-logo {
	display: block;
	max-width: 50%;
	height: auto;
	margin: 0 auto 3rem;
}

/*--------------------------------------------------------------
3.1 Navigation
--------------------------------------------------------------*/
.main-navigation {
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.main-navigation a {
	display: block;
	border: none;
	text-decoration: none;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation ul li a {
	padding: 8px 15px;
	font-size: 1.6rem;
	color: #fff;
}
.main-navigation ul a:hover {
	color: #65b045;
}

.main-navigation ul ul {
	background: #65b045;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 4rem;
	z-index: 99999;
	text-align: left;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	font-size: 1.4rem;
	text-transform: none;
	color: #fff;
}
.main-navigation ul ul a:hover {
	color: #fff;
	text-decoration: underline
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation ul:first-child > .menu-item-has-children > a:after,
.main-navigation ul:first-child > .page_item_has_children > a:after {
	content: '\f431';
	display: inline-block;
	margin-left: 3px;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: middle;
}
.main-navigation ul .menu-item-has-children > a:after,
.main-navigation ul .page_item_has_children > a:after {
	content: '\f429';
	display: inline-block;
	margin-left: 3px;
	-webkit-font-smoothing: antialiased;
	font: normal 14px/1 'Genericons';
	vertical-align: middle;
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

/*--------------------------------------------------------------
3.2. Pagination
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 4rem 0;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-navigation a,
.paging-navigation a,
.post-navigation a {
	display: inline-block;
	padding: 1rem;
	border: 1px solid #eee;
	border-radius: 5px;
}

.comment-navigation a:hover,
.paging-navigation a:hover,
.post-navigation a:hover {
	text-decoration: none;
	color: #fff;
	background: #65b045;
	border-color: #65b045;
}

/*--------------------------------------------------------------
4.0 Content
--------------------------------------------------------------*/
.site-content {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 2rem;
	background: #fff;
}

.content-area {
	width: 72%;
	margin: 0 auto;
}

/* Page header */
.page-header {
	margin: 0 0 2rem;
	padding: 2rem 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.page-header .page-title {
	margin: 0 0 1rem;
	font-size: 2.6rem;
	font-weight: 700;
	color: #252525;
}
.page-header p {
	font-size: 1.4rem;
}

.no-results, .not-found {
	margin-bottom: 4rem;
}

/*--------------------------------------------------------------
4.1 Posts and pages
--------------------------------------------------------------*/
.hentry {
	padding: 4rem 0;
	border-bottom: 1px solid #eee
}

.entry-title {
	margin: 0 0 2rem;
	font-size: 2.4rem;
	font-weight: 700;
	color: #252525;
	overflow: hidden;
	text-overflow: ellipsis;
}
.entry-title a {
	color: #252525;
	border: none;
}
.entry-title a:hover {
	color: #65b045;
}
.entry-meta {
	color: #aaa;
	font-size: 1.4rem;
	font-style: italic;
}
.entry-meta a {
	color: #aaa;
}

.featured-image {
	margin: 0 0 2rem;
	opacity: 0.9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.featured-image img {
	display: block;
}
.hentry:hover .featured-image {
	opacity: 1;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1rem 0 0;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Entry footer */
.entry-footer {
	font-size: 14px;
	font-size: 1.4rem;
}
.entry-footer span {
	display: inline-block;
	margin-right: 2rem;
}
.entry-footer .categories:before, .entry-footer .tags:before, .entry-footer .edit-link:before {
	display: inline-block;
	margin-right: 0.5rem;
	-webkit-font-smoothing: antialiased;
	font: normal 1.7rem/1 'Genericons';
	vertical-align: middle;	
}
.entry-footer .categories:before {
	content: '\f301';
}
.entry-footer .tags:before {
	content: '\f302';
}
.entry-footer .edit-link:before {
	content: '\f411';
}
.sticky .entry-title:before {
	content: '\f308';
	display: inline-block;
	margin-right: 1.5rem;
	padding: 0.5rem;
	background: #65b045;
	color: #fff;
	border-radius: 100%;
	-webkit-font-smoothing: antialiased;
	font: normal 2rem/1 'Genericons';
	vertical-align: middle;
}

/*--------------------------------------------------------------
4.2 Post format
--------------------------------------------------------------*/
.format-link .entry-title:before,
.format-video .entry-title:before,
.format-audio .entry-title:before,
.format-image .entry-title:before,
.format-gallery .entry-title:before {
	display: inline-block;
	margin-right: 1.5rem;
	padding: 0.5rem;
	background: #65b045;
	color: #fff;
	border-radius: 100%;
	-webkit-font-smoothing: antialiased;
	font: normal 2rem/1 'Genericons';
	vertical-align: middle;
}
.format-link .entry-title:before {
	content: '\f442';
}
.format-video .entry-title:before {
	content: '\f104';
}
.format-audio .entry-title:before {
	content: '\f109';
}
.format-image .entry-title:before {
	content: '\f102';
}
.format-gallery .entry-title:before {
	content: '\f103';
}
.format-aside .entry-title,
.format-quote .entry-title {
	display: none;
}

/*--------------------------------------------------------------
4.3 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 2rem;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd,
.gallery figcaption {
	margin: 0;
}
.gallery-item {
	float: left;
	margin: 0 5px 5px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 5px);
	max-width:         calc(25% - 5px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 5px);
	max-width:         calc(20% - 5px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 5px);
	max-width:         calc(16.7% - 5px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 5px);
	max-width:         calc(14.28% - 5px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 5px);
	max-width:         calc(12.5% - 5px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 5px);
	max-width:         calc(11.1% - 5px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}
.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
4.4 Comments
--------------------------------------------------------------*/
.comments-title {
	padding: 2rem 0 4rem;
	border-top: 1px solid #eee;
	font-size: 2.4rem;
}
.comments-title:before {
	content: '\f300';
	display: inline-block;
	margin-right: 0.5rem;
	-webkit-font-smoothing: antialiased;
	font: normal 3rem/1 'Genericons';
	vertical-align: middle;
}
.comments-area ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.comment {
	overflow: hidden;
	margin: 0 0 2rem;
}
.comment-content a {
	word-wrap: break-word;
}
.comment .comment-avatar {
	width: 10%;
	float: left;
}
.comment .comment-avatar img {
	border-radius: 100%;
}
.comment-meta, .comment-content, .reply {
	width: 87%;
	float: right;
}
.comment-meta {
	margin: 0 0 1rem;
}
.comment-metadata {
	margin: 0.5rem 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.comment-metadata a {
	color: #aaa;
}
.bypostauthor {
}

/* Comment form */
.comment-reply-title {
	padding: 2rem 0;
	border-top: 1px solid #eee;
	font-size: 2.4rem;
}
.comment-reply-title:before {
	content: '\f467';
	display: inline-block;
	margin-right: 0.5rem;
	-webkit-font-smoothing: antialiased;
	font: normal 3rem/1 'Genericons';
	vertical-align: middle;
}
#cancel-comment-reply-link {
	float: right;
}
#cancel-comment-reply-link:before {
	content: '\f405';
	display: inline-block;
	margin-right: 0.5rem;
	-webkit-font-smoothing: antialiased;
	font: normal 2rem/1 'Genericons';
	vertical-align: middle;
}
.comment-respond > p, .comment-form label {
	font-size: 1.5rem
}
.comment-form input {
	display: block;
	width: 50%;
	font-size: 1.6rem
}

/*--------------------------------------------------------------
5.0 Widgets
--------------------------------------------------------------*/
.widget-area {
	margin: 0 4rem 0;
	padding: 4rem 0 2rem;
	border-top: 1px solid #eee;
}
.left-widget-area {
	width: 45%;
	float: left;
}
.right-widget-area {
	width: 45%;
	float: right;
}

.widget {
	margin: 0 0 3rem;
}

.widget-title {
	margin: 0 0 1rem;
	padding: 0 0 0.5rem;
	font-size: 2rem;
	color: #65b045;
	border-bottom: 1px solid #eee;
}
.widget-content {
	font-size: 15rem;
	font-size: 1.5rem;
}

.widget select {
	max-width: 100%;
}
.search-submit {
	padding: 1rem 2rem !important;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget ul li {
	padding: 5px 0;
	font-style: italic;
}
.widget ul ul {
	padding-left: 2rem;
}
.widget ul li a, .widget_rss .rssSummary {
	font-style: normal;
}
.widget .post-date, .widget_rss .rss-date {
	font-size: 1.4px;
	font-size: 1.4rem;
	font-style: italic;
	color: #aaa;
}
.widget .post-date:before {
	content: '\2014';
	display: inline-block;
	margin: 0 0.3rem;
}

.widget_calendar caption {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.widget_calendar #next {
	text-align: right
}

/*--------------------------------------------------------------
6.0 Footer
--------------------------------------------------------------*/
.site-footer {
	width: 78%;
	margin: 0 auto;
	padding: 4rem 0 8rem;
	text-align: center;
	color: #fff;
}
.site-footer a {
	color: #fff;
}

/*--------------------------------------------------------------
6.1 Social Menu
--------------------------------------------------------------*/
.menu-social-container ul {
	margin: 0 0 4rem;
	padding: 1rem 0;
	list-style-type: none;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.menu-social-container li {
	display: inline-block;
}
.menu-social-container li a {
	display: block;
	width: 4rem;
	height: 4rem;
	margin: 0 0.5rem;
	line-height: 4rem;
	border-radius: 100%;
	background: #fff;
	border: none;
	opacity: 0.7;
}
.menu-social-container li a:hover {
	opacity: 1;
}
.menu-social-container li a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 2.8rem/1 'Genericons';
	vertical-align: middle;
}
.menu-social-container li a[href*="facebook.com"]::before {
	content: '\f204';
	color: #3b5998;
}
.menu-social-container li a[href*="twitter.com"]::before {
	content: '\f202';
	color: #55acee;
}
.menu-social-container li a[href*="plus.google.com"]::before {
	content: '\f218';
	color: #dd4b39;
}
.menu-social-container li a[href*="linkedin.com"]::before {
	content: '\f207';
	color: #0e76a8;
}
.menu-social-container li a[href*="github.com"]::before {
	content: '\f200';
	color: #171515;
}
.menu-social-container li a[href*="dribbble.com"]::before {
	content: '\f201';
	color: #ea4c89;
}
.menu-social-container li a[href*="tumblr.com"]::before {
	content: '\f214';
	color: #34526f;
}

/* custom style for custom menu widget */
.widget .menu-social-container li {
	display: block;
}
.widget .menu-social-container li a {
	width: 100%;
	height: auto;
	margin: 0;
	line-height: 0;
}
.widget .menu-social-container li a::before {
	margin-right: 1rem;
}

/*--------------------------------------------------------------
7.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"], img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	opacity: 0.9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.wp-caption img[class*="wp-image-"]:hover, img[class*="wp-image-"]:hover {
	opacity: 1;
}
.wp-caption-text {
	margin: 1rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}
.wp-caption-text:before {
	content: '\2014';
	display: inline-block;
	margin-right: 0.3rem;
}
.gallery .wp-caption-text:before {
	content: '';
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
8.0 Genericons
--------------------------------------------------------------*/
@font-face {
    font-family: 'Genericons';
    src: url('fonts/genericons-regular-webfont.eot');
    src: url('fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/genericons-regular-webfont.woff') format('woff'),
         url('fonts/genericons-regular-webfont.ttf') format('truetype'),
         url('fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}