﻿/*
Theme Name: Careta
Theme URI: http://mcunha98.wordpress.com/careta/
Author: Mauricio Cunha
Author URI: http://mcunha98.wordpress.com/
Description: Careta is a full responsive theme configured directly by WordPress Panel Theme. The theme support: gradient footer colors, social icons with colors(in header or footer), display or not menus in header, colors for input fields, header and page image background, support author info box and custom colors for posts in home page. Warning: To offer the same look in all devices. 
Version: 1.0.87
License: GNU General Public License (GPL) 3.0
License URI: http://www.gnu.org/licenses/gpl.html
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, custom-colors, custom-menu, featured-images, flexible-header, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging, custom-header, custom-background 

Careta WordPress Theme, Copyright 2013 Mauricio Cunha
Careta is distributed under the terms of the GNU GPL.
*/

@charset "UTF-8";
@-ms-viewport 
{
  width: device-width;
}

@viewport 
{
  width: device-width;
}


/* reset */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
	display:block
}
body
{
	line-height:1
}
ol,ul
{
	list-style:none
}
blockquote,q
{
	quotes:none
}
q:before,q:after
{
	content: '\f106';
	font: normal 24px/1 'Genericons';
	-webkit-font-smoothing: antialiased !important;
	vertical-align: middle !important;
	padding:0.5rem;
}

table
{
	border-collapse:collapse;
	border-spacing:0
}


/* page layout */

html {
	position: relative;
	width: 100%;
}

body {
	position: relative;
	width: 100%;
	text-align: center;
	line-height: 1.4rem;
}

body, #commentform #submit, input[type=text], textarea 
{ 
	font-family: "open sans", sans-serif; 
}

strong
{
	font-weight:bold;
}

code, pre
{
	font-family: "courier", "courier new";

}

em
{
	font-weight:bold;
	font-style:italic;
}

.bypostauthor 
{
	font-weight:bold;
}

.wrap 
{
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
}

#page-wrap
{
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
}

#page 
{
	position: relative;
	width: 100%;
	padding-bottom: 0.3rem;
	-webkit-transition: -webkit-transform 500ms ease;
	   -moz-transition: -moz-transform 500ms ease;
		 -o-transition: -o-transform 500ms ease;
			transition: transform 500ms ease;
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
		 -o-transform: translate(0, 0);
			transform: translate(0, 0);
}

#main 
{ 
	/* margin-bottom: 2rem; */
}

h1, h2, h3, h4, h5, h6 
{
	padding: 1em 0 .5em 0;
}

h1, h2, h3 
{
	line-height: 1.2em;
	font-weight: 300;
}

a 
{ 
	text-decoration: none; 
}

a:active 
{ 
	opacity: .5; 
}

.social
{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	clear:both;
	height:48px;
}

.social a
{
	margin: 0.5rem;
}

#header .inner
{ 
	word-wrap: break-word;
	padding: 1rem;
}

#blog-title 
{
	display: inline-block;
	width: 100%;
	padding-left: 0.5rem;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.2em;
}

#mobile-menu 
{
	position: absolute;
	display: none;
	right: 0;
	top: 0;
	width: 3.2rem;
	height: 3.2rem;
	font-size: 1.3rem;
	line-height: 1.6em;
	line-height: 3.2em;
}

#mobile-menu:before 
{
	content: "";
	position: absolute;
	top: 50%;
	left: .8rem;
	width: 1.6rem;
	height: .2rem;
	margin-top: -.6rem;
	border-top: .75rem double #000;
	border-bottom: .3rem solid #000;
}

.nocomments
{
	font-style: italic;
}


#menu .menu 
{ 
	margin-bottom: -1px; 
	margin: 0 1%;
	font-size: 0.5rem;
}

#menu .menu > .menu-item, #menu .menu > ul > .page_item 
{
	float: left;
	height: 100%;
	padding: 0 2% 0 0;
	text-align: left;
}
#menu .menu a 
{
	display: inline-block;
	padding-bottom: .4rem;
	font-size: 0.8rem;
	line-height: 1.2em;
	text-align: right;
}

#header .sub-menu a, #menu .menu .children a 
{
	font-size: 0.7rem;
	white-space: nowrap;
	text-align: left;
}
#header .sub-menu .sub-menu a, #menu .menu .children .children a 
{
	padding-left: 1rem;
}
#blog-title a, #menu .menu a 
{
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

#menu .menu > ul > li 
{ 
	position: relative; 
}

#menu .menu > ul > li > .children, #menu .menu > li > .sub-menu 
{
	position: absolute;
	z-index: 999;
	overflow: hidden;
	display: none;
	margin-top: -1px;
	padding: .4rem 0 .5rem 0;
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .4);
	box-sizing: border-box;
}

#menu .menu > ul > li:hover > .children, #menu .menu > li:hover > .sub-menu 
{ 
	display: block; 
}

#menu .menu > ul > li > .children > li, #menu .menu > li > .sub-menu > li 
{ 
	padding: 0 1rem; 
}

/* misc */


.clear:before, .clear:after, #menu .menu:before, #menu .menu:after 
{
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clear:after, #menu .menu:after 
{ 
	clear: both; 
}

.recentcomments a 
{
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
}

#respond
{
	padding:1rem;
}

#s, #searchsubmit 
{
	display: inline-block;
	box-sizing: border-box;
}

#s 
{ 
	width: 60%; 
}
#searchsubmit 
{
	width: 35%;
	margin-left: 2%;
}
label[for=s] 
{ 
	display: block; 
}


/* post list */

#post-list 
{ 
	overflow: hidden; 
	word-wrap: break-word;
	text-align: right;
	vertical-align:top;
}

.post-entry
{
	width:23% !important;
}

.col
{
	vertical-align:top;
}

#post-details
{
	text-align:right;
	padding: 1rem;
	font-size: 0.6em;
}

.home #post-list 
{ 
	padding-top: 1rem; 
	padding-left: 1rem;
}

.post 
{
	position: relative;
	width: 100%;
	margin: 0 0 2rem 0;
	padding-bottom: .5rem;
	-webkit-box-shadow: 1px 3px 0 rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
	text-align: left;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-ms-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}

/* masonry */
#post-list .post
{
	width: 25%;
	margin-left: 0.5rem;
}

.post-container-category, .post-container-date, .post-container-coments
{
	font-size: 80%;
}

.post-container
{
	padding: 0.3rem;
}

#post-list .post:hover 
{ 
	cursor: pointer; 
}

#post-list .post:hover, #post-list .post:hover a 
{ 
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2); 
}

#post-list .post:active 
{ 
	opacity: .5; 
}

#post-list .post-thumb 
{
	display: block;
	width: 100%;
	height: auto;
}

#post-list .post h2, #post-list .post span 
{
	overflow: hidden;
	display: block;
	padding: .8rem 5%;
}
	
#post-list .post h2 
{
	padding-top: 1.6rem;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 300;
}
#post-list .sticky h2 
{ 
	padding-right: 10%; 
}
#post-list .no-excerpt.no-more 
{ 
	padding-bottom: 1rem; 
}

#post-list .post .sticky-icon 
{
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	padding: 0;
	border-style: solid;
	border-width: 0 40px 40px 0;
}

#post-navi 
{
	overflow: hidden;
	margin-left: 3rem 1%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	font-size: 80%;	
}

#post-navi div 
{ 
	width: 50%; 
}

#post-navi .prev 
{
	float: left;
	text-align: left;
}
#post-navi .next 
{
	float: right;
	text-align: right;
}

.post-content h3
{ 
	font-weight: bold;
}

.post-content p
{
	line-height:200%;
	margin-left: 2rem;
	margin-right: 2rem;
}

.post-date
{
	font-size: 1rem;
}

.post-tags, .post-categories
{
	font-size: 0.7rem;
    padding: 0.5rem;
	border-radius: 0.4rem;
}

.post-tags:before
{
	display: inline-block !important;
	-webkit-font-smoothing: antialiased !important;
	font: normal 16px/1 'Genericons' !important;
	vertical-align: middle !important;
	padding:0.2rem;
	content: '\f302';
}

.post-categories:before
{
	display: inline-block !important;
	-webkit-font-smoothing: antialiased !important;
	font: normal 16px/1 'Genericons' !important;
	vertical-align: middle !important;
	padding:0.2rem;
	content: '\f301';
}

.post-more 
{ 
	position: absolute;
	top:0px;
	width:100%;
	opacity: .5;
	filter: alpha(opacity=50);	
}

.post-excerpt
{
	margin-bottom: 0.4rem;
}

.post-more div
{
	-webkit-font-smoothing: antialiased;
	vertical-align: bottom;
	display: inline-block;
	clear:both;
}

.post-more-date
{
	width:48%;
	padding-left:0.3rem;
}

.post-more-comments
{
	width:47%;
	text-align: right;
	padding-right:0.2rem;
}

.post-more-date:before 
{
	content: '\f307';
	font: normal 16px/1 'Genericons';
}

.post-more-comments:before 
{
	content: '\f300';
	font: normal 16px/1 'Genericons';
}

/* single post */

#post 
{ 
	padding-top: 1rem 1%; 
	margin: 10px;
}

#post > .post {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#post .post-content 
{
	overflow: hidden;
	text-align: left;
    float: left;
    width: 100%;	
}

#post h1 
{ 
    font-size: 2.4rem; 
}
.post-list-content h1 
{ 
    padding-bottom: 0; 
}
#post h2 
{ 
    font-size: 2rem; 
}
#post h3 
{ 
    font-size: 1.6rem; 
}
#post h4 
{ 
    font-size: 1.2rem; 
    font-weight: normal; 
}
#post h6 
{ 
    font-size: 1rem; 
    font-weight: normal; 
    font-style: italic; 
}
#post p, #post > ul, #post > ol, #post pre 
{ 
    padding-bottom: 1rem; 
}
#post ul, #post ol 
{ 
    margin: 0 5%; 
}
#post ul li, #post ol li 
{ 
    padding-bottom: .5rem; 
}
#post ul ul, #post ol ol 
{ 
    padding-top: .5rem; 
}
#post ul 
{ 
    list-style-type: square; 
}
#post ol 
{ 
    list-style-type: decimal; 
}

#post blockquote 
{
	position: relative;
	margin: 1.2rem 5%;
	font-size: 1.2rem;
	line-height: 1.4em;
	font-style: italic;
}

#post blockquote:before, #post blockquote:after 
{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-family: georgia, serif;
	font-size: 6rem;
}

#post blockquote p 
{ 
	padding: 1.2rem 5%; 
}

#post blockquote cite 
{
	display: block;
	clear: both;
	padding-top: .5rem;
	text-align: right;
	font-size: 1rem;
}

#post blockquote cite:before
{
	content: '\f106';
	font: normal 24px/1 'Genericons';
	-webkit-font-smoothing: antialiased !important;
	vertical-align: middle !important;
	padding:0.5rem;
}

#post cite 
{ 
	opacity: .7; 
}

#post-grid
{
    margin: 0;    
}

#post-grid-left
{
    float: left;
    width: 75%;
    overflow: hidden;
}

#post-grid-right
{
    float: left;
    width: 25%;
    overflow: hidden;
    text-align: left;
} 

#post-grid-right h2
{
    font-weight: bold;
}

table 
{ 
	width: 100%; 
}

table th, table td 
{ 
	padding: .3rem 2% .3rem 0; 
}
table th 
{ 
	font-weight: bold; 
}

dt 
{ 
	opacity: .7; 
}
dd 
{ 
	padding-bottom: .5rem; 
}
abbr, acronym, q 
{ 
	font-style: italic; 
}
sub 
{
	font-size: .8rem;
	vertical-align: sub;
}
sup 
{
	font-size: .8rem;
	vertical-align: super;
}

.page-numbers, .page-numbers a
{
	padding-left: 0.8rem !important;
	padding-right: 0.8rem !important;
	font-size: 90%;
}
#post img.aligncenter 
{ 
	margin: 0 auto; 
}

#themeinfo
{
	padding:0.5rem;
	font-size: .8rem;
	height: 100%;
	vertical-alignment: bottom;
	padding: 0.4rem;
	
}

#post > .page 
{
	width: 90%;
	padding: 0 5% 2rem 5%;
}

#post a:hover 
{ 
	text-decoration: underline; 
}
.page p 
{ 
	padding-bottom: 1rem; 
}
#post .gallery 
{
	overflow: hidden;
	padding: 2rem 0;
}
#post .gallery .gallery-item 
{ 
	margin: 1rem 1rem 0 0; 
}
#post .gallery .gallery-icon 
{ 
	opacity: 1; 
}
#post .gallery img 
{
	display: block;
	border: 0 !important;
	-webkit-box-shadow: 1px 3px 0 rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
}
#post .gallery .gallery-caption 
{ 
	display: none !important; 
}
#post .gallery br 
{ 
	display: none !important; 
}
#post .alignnone 
{ 
	clear: both; 
}
#post img.alignnone, #post .alignnone img {
	max-width: 100%;
	height: auto;
}
#post .alignleft 
{
	float: left;
	margin: 0 2% 1rem 0;
}
#post .alignright 
{
	float: right;
	margin: 0 0 1rem 2%;
}
#post .wp-caption 
{ 
	width: auto !important; 
}
#post .wp-caption-text 
{
	margin: 0;
	padding: 0 0 .5rem 0;
	font-size: .9rem;
	font-style: italic;
	opacity: .6;
}
#post .alignright .wp-caption-text 
{ 
	text-align: right; 
}
#post .zoomLink, #post .gallery .gallery-icon a 
{
	position: relative;
	display: block;
}
#post .zoomLink:hover 
{ 
	text-decoration: none; 
}
#post .zoomLink:after 
{ 
	opacity: 0; 
}
#post .zoomLink:hover:after, #post .gallery .gallery-icon a:hover:after 
{
	content: " ";
	position: absolute;
	top: .3rem;
	left: .3rem;
	display: block;
	width: 2rem;
	height: 2rem;
	text-align: center;
	background: rgba(0, 0, 0, .3) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////////VXz1bAAAAAJ0Uk5T/wDltzBKAAAAGElEQVR42mJgBAMGBihNRS5+QDN7AQIMADviAJHXastHAAAAAElFTkSuQmCC') center center no-repeat;
	border-radius: 1rem;
	opacity: 1;
}
.alert, .error, .info
{
	padding: 1rem 0.5rem 1rem 3rem;
	margin: 2rem;
	color:#666666;
	min-height: 1rem;
	background-color: #E9E9E9;
	border-radius: 1rem;
}

.alert a, .error a, .info a
{
	color: #666666 !important;
	font-weight: bold;
}

.alert 
{
	border-left:1rem solid orange;
	border-right:1rem solid orange;
}

.error
{
	border-left:1rem solid red;
	border-right:1rem solid red;
}
.info
{
	border-left:1rem solid forestgreen;
	border-right:1rem solid forestgreen;
}

/* magnificent popup */

.mfp-bg 
{
  opacity: .9;
  filter: alpha(opacity=90);
}
.mfp-figure:after 
{ 
	box-shadow: 0 0 8px rgba(0, 0, 0, .2); 
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a 
{ 
	opacity: 1; 
}

/* comments */
#comments 
{
	margin-top: 1rem;
	padding-top: .5rem;
	text-align: left;
	clear:both;
}

.comment 
{
	margin: 0.5rem 0 0.5rem 0;
	padding-bottom: 0.5rem;
}

.comment-author, .comment-meta 
{
	padding-bottom: 0rem;
	line-height: 40px;
}

.says
{ 
	clear:both;
}

.reply
{
	height:2rem;
	vertical-align: top;
	padding-top:0.1rem;
	vertical-align:top !important;
	margin-right:2rem;
}

.comment-reply-link
{
	margin-top:3px;
	padding:0.3rem 0.3rem 0.3rem 0.3rem;
}

.comment-reply-link:before
{
	display: inline-block !important;
	-webkit-font-smoothing: antialiased !important;
	font: normal 24px/1 'Genericons' !important;
	vertical-align: middle !important;
	padding:0.5rem;
	content: '\f300';
}

.comment-author  img
{ 
	padding-top: 0px;
	margin-left: 2.4rem;
}

.comment-meta 
{
	clear: right;
	float: right;
	text-align: right;
	font-size: 0.7em;
	margin-right: 2rem;
}

.commentmetadata
{
	margin-right: 2rem;
}

.reply 
{ 
	text-align: right; 
	border:none;
}


.comment .comment 
{
	padding: 1rem 0 0 5%;
	border-bottom: none;
}

.comment p
{
	padding:2rem;
}


#comments .avatar 
{
	float: left;
	max-width: 32px;
	max-height: 32px;
	margin-right: 0.5rem;
}

#comments blockquote 
{
	font-size: inherit;
	line-height: inherit;
}


#comments blockquote:before, #comments blockquote:after 
{ 
	font-size: 3rem; 
}

#comments blockquote:before 
{
	top: 5px;
	left: 2px;
}
#comments blockquote:after 
{
	bottom: -19px;
	right: 10px;
}

#comments .page-numbers, .post-pages a 
{
	padding: 0 .5rem;
	line-height: 2rem;
}


/* forms */

input[type="text"], textarea , select
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding: 5px;
	/*border: 1px solid rgba(0, 0, 0, .2);*/
	background: yellow;
	-moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .2);
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .2);
	font-size: 1rem;
}
input[type="submit"], input[type="button"]
{
	padding:4px;
}
input[type="submit"]:focus, input[type="submit"]:hover, input[type="button"]
{
	padding:4px;
}

#commentform p {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: .3rem 0 1rem 0;
	padding: 0 0 3px 0;
}
#commentform label {
	width: 20%;
	margin: 0 5% 3px 0;
	padding-top: .6rem;
	font-size: .9rem;
	line-height: 1rem;
	cursor: pointer;
}
#commentform label, #commentform input[type=text] 
{
	display: block;
	float: left;
}
#commentform input[type=text], #commentform textarea, #commentform .form-allowed-tags { width: 50%; }

.comment-notes, .form-allowed-tags {
	font-size: .9rem;
	line-height: 1.2em;
	font-style: italic;
	opacity: .5;
}
#commentform .form-allowed-tags {
	clear: both;
	display: block;
	padding-left: 25%;
}



/* sidebar-footer */

#sidebar-footer 
{
	text-align: left;
	overflow: hidden;
}

#sidebar-footer img , #sidebar-footer select, #sidebar-footer input 
{
	max-width: 100%
}

#footer .sub-menu
{
	padding-left: 1rem;
}

#footer .widget 
{ 
	padding: 1rem 2.5% 2rem 2.5%; 
}

.page-numbers, .current
{
	padding: 4px;
}

.author-box
{
	background: white;
	color: red;
    border: 1pt solid #808080;
    margin: 2rem;
    padding: 2rem;
	overflow: auto;
}	

.author-pic
{
	float: left;
}

.author-info, .author-pic, .author-bio
{
	margin: 0 10px 5px 0; 
}


/*
Genericons 
*/

.genericon
{
	display: inline-block !important;
	-webkit-font-smoothing: antialiased !important;
	font: normal 32px/1 'Genericons' !important;
	vertical-align: middle !important;
	padding:0.5rem;
}

.genericon-small
{
	display: inline-block !important;
	-webkit-font-smoothing: antialiased !important;
	font: normal 24px/1 'Genericons' !important;
	vertical-align: middle !important;
}

.genericon-smallest
{
	display: inline-block !important;
	-webkit-font-smoothing: antialiased !important;
	font: normal 16px/1 'Genericons' !important;
	vertical-align: middle !important;
}

.genericon-404
{
	display: inline-block !important;
	-webkit-font-smoothing: antialiased !important;
	font: normal 64px/1 'Genericons' !important;
	vertical-align: middle !important;
	padding:0.5rem;
}


.cover
{
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.social
{
	background:transparent !important;
}

.social .genericon-mail
{
	color: #FA9A21 !important;
}

.social .genericon-facebook 
{
	color: #395994 !important;
}

.social .genericon-facebook 
{
	color: #395994 !important;
}

.social .genericon-twitter 
{
	color: #4CC2FF !important;
}

.social .genericon-googleplus
{
	color: #D23E2B !important;
}

.social .genericon-linkedin
{
	color: #0274B3 !important;
}

.social .genericon-vimeo
{
	color: #1BB6EC !important;
}

.social .genericon-youtube
{
	color: #E42B26 !important;
}

.social .genericon-pinterest
{
	color: #CD1F28 !important;
}
 

.carousel
{
    border: 1px solid #DDDDDD;
    position:relative;
}

.carousel-tag
{
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
	opacity: .9; 
	width: 100%;
}

.carousel a
{
	color: white;
}


@media screen and (max-width: 1024px) 
{
	.cover
	{
		left: 50%;
		margin-left: -512px;
	}
    
	.social a
	{
		margin: 0.05rem;
	}
}


/* some adjustments for small screens */

@media only screen and (max-width: 800px) 
{
	.wrap 
	{ 
		width: 98%; 
	}
	
	#blog-title 
	{
		width: 80%;
		font-size: 2rem;
	}
	
	#page.open 
	{
		-webkit-transform: translate(-70%, 0) scale(1, 1);
		-moz-transform: translate(-70%, 0) scale(1, 1);
		-o-transform: translate(-70%, 0) scale(1, 1);
		transform: translate(-70%, 0) scale(1, 1);
	}
	
	#header .inner
	{
		padding: 0.1rem;
		word-wrap: break-word;	
	}
	
	#mobile-menu 
	{
		right: 3%;
		top: 2.3rem;
		display: block;
		background: yellow;
	}
	
	#menu 
	{
		overflow: hidden;
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		width: 70%;
		height: 100%;
	}
	
	#menu .menu 
	{
		overflow: hidden;
		width: 84%;
		padding: 2rem 8%;
	}
	
	#menu .menu > .menu-item, #menu .menu > ul > .page_item 
	{
		float: none;
		display: block;
		margin: 0 0 0 0;
		padding: 0 0 .5rem 0;
		border-bottom: none;
		font-size: 1rem;
	}
	
	#header #menu .menu > ul > li > .children, #header #menu .menu > li > .sub-menu 
	{
		display: inherit;
		position: relative;
		background: transparent;
		border: none;
		box-shadow: none;
	}
	
	#menu .sub-menu a, #menu .menu .children a 
	{
		font-size: 1.2rem;
		line-height: 1.4rem;
		white-space: normal;
	}
	
	#menu .sub-menu, #menu .children 
	{ 
		padding-left: 3% 
	}
	
	.comment .comment 
	{ 
		padding-left: 2% 
	}
	
	#commentform input[type=text], #commentform textarea, #commentform .form-allowed-tags 
	{ 
		width: 75%; 
	}
	
	.social a
	{
		margin: 0.05rem;
	}
	
	/* masonry */
	#post-list .post
	{
		width: 33%;
		margin-left: 0.5rem;
	}
}

@media only screen and (max-width: 640px) 
{
	#blog-title 
	{
		margin-top: 1.2rem;
		font-size: 2.4em;
	}
	
	#header .inner
	{
		padding: 0.1rem;
		word-wrap: break-word;	
	}
	
	#mobile-menu 
	{
		top: 0.3rem;
	}
	
	.comment .comment 
	{ 
		padding-left: 2% 
	}
	
	#commentform label, #commentform input[type=text], #commentform textarea, #commentform .form-allowed-tags 
	{
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.social a
	{
		margin: 0.05rem;
	}
	
	/* masonry */
	#post-list .post
	{
		width: 50%;
		margin-left: 0.5rem;
	}
}

@media only screen and (max-width: 480px) 
{
	#blog-title 
	{ 
		font-size: 2rem; 
	}

	#sidebar-footer 
	{ 
		margin: 2rem 0; 
	}

	#header .inner
	{
		padding: 0.1rem;
		word-wrap: break-word;	
	}
	
	#footer .widget 
	{ 
		padding: 1rem 0 2rem 0; 
	}

	.social
	{
		margin-left: 0.3rem;
		margin-right: 0.3rem;
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
		clear:both;
		height:32px;
	}
	
	.genericon-facebook , .genericon-twitter, .genericon-linkedin, .genericon-pinterest, .genericon-vimeo, .genericon-youtube, .genericon-mail
	{
		font: normal 24px/1 'Genericons' !important;
	}
	
	.social a
	{
		margin: 0.05rem;
	}
}

@media only screen and (min-width: 800px) 
{
	#blog-title 
	{ 
		padding-right: 15%; 
	}
	#blog-title a:after 
	{
		display: inline-block;
		padding-left: 10%;
		font-size: 1rem;
		opacity: 0;
		-webkit-transition: padding-left .2s ease-out, opacity .2s ease-out;
		-moz-transition: padding-left .2s ease-out, opacity .2s ease-out;
		-ms-transition: padding-left .2s ease-out, opacity .2s ease-out;
		-o-transition: padding-left .2s ease-out, opacity .2s ease-out;
		transition: padding-left .2s ease-out, opacity .2s ease-out;
	}
	#blog-title a:hover:after 
	{
		padding-left: 3%;
		opacity: 1;
	}
	
	.social a
	{
		margin: 0.05rem;
	}
}


