/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ie 8 img max-width */
@media \0screen {
	img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: normal 1em/1.875em 'Open Sans', sans-serif;
	background-color: #fff;
	color: #959595;
	word-wrap: break-word;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 5em;
	padding: 0;
	color: #404040;
	font-size: 12px;
    line-height: 18px;
}
small {
	font-size: .87em;
}
blockquote {
	font: italic 1.1em/1.3em "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 1.875em;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, sans-serif;
	font-weight: normal;
	color: #000;
	line-height: 1em;
	margin: 20px 0 .4em;
}
h1 {
	font-size: 1.875em;
	margin: 0 0 .8em;
}
h2 {
	font-size: 1.625em;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin: 0 0 .8em;
}
h3 {
	font: bold 1.125em/1.4em Montserrat, sans-serif;
	text-transform: uppercase;
}
h4 {
	font-family: inherit;
	color: inherit;
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 0 .8em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .875em;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.pagewidth {
	width: 1160px;
	margin: 0 auto;
}

/* body (middle container) */
#body {
	margin: 0 auto;
	max-width: 100%;
}

/* content */
#content {
	width: 858px;
	float: left;
	padding: 1.5% 0 0;
}

/* sidebar */
#sidebar {
	width: 252px;
	float: right;
	padding: 5% 0 3%;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar none */
.sidebar-none #content {
	width: 100%;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left: 3.2%;
	float: left;
}
.col4-1 {
	width: 22.6%;
}
.col4-2, .col2-1 {
	width: 48.4%;
}
.col4-3 {
	width: 74.2%;
}
.col3-1 {
	width: 31.2%;
}
.col3-2 {
	width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	text-align: center;
	height: auto;
	padding: 75px 0 45px;
	border-bottom: solid 1px #ccc;
}

/* 
SITE LOGO
================================================ */
#site-logo {
	font: bold 3em/1em Montserrat, sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
}
#site-logo a {
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}

/* 
SITE DESCRIPTION
================================================ */
#site-description {
	font: lighter 1em/1em 'Open Sans', sans-serif;
	margin: 0 0 20px;
	color: #959595;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 40px;
	padding: 0;
	font-size: 2.6em;
	line-height: 1.2em;
	letter-spacing: -1px;
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	border-radius: 5px;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.6em;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 1.25em;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 90px;
}

/* post title */
.post-title {
	font: lighter 1.500em/1em 'Open Sans';
	text-transform: none;
	margin: 0 0 10px;
	padding: 0;
	color: #404040;
}

/* post image */
.post-image {
	max-width: 100%;
	margin: 0 0 15px;
}
.post-image img {
	border-radius: 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* post date */
.post-date {
	font: normal .875em/1em Montserrat;
	color: #999;
	color: rgba(0,0,0,.4);
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 5px;
}

/* post meta */
.post-meta {
	font-size: .71em;
	margin: 0 0 12px;
}
.post-meta a {
	color: #999;
	color: rgba(0,0,0,.4);
}
.post-meta .post-author,
.post-meta .post-category,
.post-meta .post-tag,
.post-meta .post-comment a {
	padding: 0;
	margin-right: 8px;
}

.post-meta .post-category {
	text-transform: uppercase;
	background: #72B1F8;
	color: #404040;
	font-weight: bold;
    line-height: 1em;
	padding: 4px 0 3px;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	min-width: 60px;
	min-height: 15px;
	text-align: center;
	border-radius: 10em;
}

/* quem fez o site?

   WEBSITE FEITO POR EDERSON FRAZÃO
   CONTATOS: 94 98155 7754 / 99200 2733
   EMAIL: edersongfx@gmail.com 

*/

.post-meta .post-author:after,
.post-meta .post-tag:after {
	content: ' /';
	display: inline-block;
	font-size: 0;
	width: 1px;
	height: 20px;
	background: rgba(0,0,0,.2);
	margin: 0 4px 0 12px;
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
	vertical-align: middle;
}

/* 
SINGLE POST
================================================ */
/* post title */
.single .post-title {
	font-size: 2.080em;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a,
.pagenav span {
	line-height: 1em;
	padding: 4px 0 3px;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	min-width: 24px;
	min-height: 17px;
	text-align: center;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav .prev,
.post-nav .next {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav .arrow {
	width: auto;
	color: inherit;
	font-size: 2em;
	display: inline-block;
	margin: 0 10px 0 10px;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	opacity: .7;
}
.post-nav .arrow:before {
	display: inline;
	margin: 0;
	padding: 0;
}
.post-nav .next .arrow {
	text-align: right;
}
.post-nav span:hover .arrow {
	opacity: 1;
}
.post-nav .prev:hover .arrow {
	margin-left: 0;
	margin-right: 5px;
}
.post-nav .next:hover .arrow {
	margin-left: 5px;
	margin-right: 0;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 30px;
	word-wrap: break-word;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;	
	font-size: 1.2em;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0 10px;
	list-style: none;
	clear: both;
	border:none
}
.widget ul ul {
	margin: 6px 0 -6px 0;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}


/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	padding: 30px 0;
	clear: both;
	border-top: solid 1px #ccc;
}

/* back to top */
.back-top {
	text-align: center;
}
.back-top a {
	display: inline-block;
	font-size: 3em;
	margin: 0;
	text-decoration: none;
	position: relative;
	color: #333;
}
.back-top a:before {
	display: inline;
	margin: 0;
}

/* footer nav */
.footer-nav {
	margin: 2px 0 10px;
	padding: 0;
	display: block;
	text-align: center;
}
.footer-nav li {
	padding: 0;
	margin: 0 8px 5px 0;
	list-style: none;
	display: inline-block;
}

/* footer text */
.footer-text {
	font-size: .9em;
	text-align: center;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: .95em;
	line-height: 1.2em;
	margin: 6px 0;
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment {
	float: none;
	margin: 0;
	text-align: left;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 0 0 20px 0;
	margin-top: -20px;
}

/* gallery item */
#body .gallery .gallery-item {
	margin: 0 8px 8px 0;
	vertical-align: top;
	width: auto;
	float: left;
	text-align: center;
}

/* gallery image */
#body .gallery img {
	border: none;
	vertical-align: middle;
	border-radius: 5px;
}

/* gallery caption */
#body .gallery .gallery-caption {
	line-height: 1.2em;
	font-size: .9em;
	text-align: center;
	margin: 5px 0 0;
}


/*  --------------------------------------------

	4. LAYOUT (@layout) : layout styles
	
    -------------------------------------------- */
.site { 
	background: #fff; 
	}
.site-main { 
    margin-bottom: 2em; 
    }
.site-main:before,
.site-main:after {
 	content: " "; display: table;
	}
.site-main:after {
 	clear: both;
	}
.layout-full,
.layout-fixed,
.layout-medium {
	width: 86%; margin-left: auto; margin-right: auto;
	}
.layout-fixed {
	 max-width: 740px;
	}
.layout-medium {
	 max-width: 1040px;
	}
.entry-content {
	padding-top: 1.0em;
	}
	.entry-content > p:first-child img {
		margin-top: 0;
		}
	.entry-content > p > a:not(.button) {
		margin: 0 4px;
		}
		.page .entry-content > p { 
			font-size: 15px;
			}

/* Text Selection */
::selection {
 	text-shadow: none; color: #404040; background: #72B1F8;
	}
::-moz-selection {
 	text-shadow: none; color: #404040; background: #72B1F8;
	}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .gallery-item {
	width: auto;
}
#body .gallery-columns-1 br {
	display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .gallery-item {
	width: 49.2%;
}

/* gallery column 3 */
#body .gallery-columns-3 .gallery-item {
	width: 32.3%;
}
/* gallery column 4 */
#body .gallery-columns-4 .gallery-item {
	width: 23.8%;
}

/* gallery column 5 */
#body .gallery-columns-5 .gallery-item {
	width: 18.8%;
}

/* gallery column 6 */
#body .gallery-columns-6 .gallery-item {
	width: 15.4%;
}

/* gallery column 7 */
#body .gallery-columns-7 .gallery-item {
	width: 13%;
}

/* gallery column 8 */
#body .gallery-columns-8 .gallery-item {
	width: 11.18%;
}

/* gallery column 9 */
#body .gallery-columns-9 .gallery-item {
	width: 9.77%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
	margin: 0 1.5% 1.5% 0;
}

/* clear gallery item margin-right */
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

/************************************************************************************
TRANSITION / ANIMATION
*************************************************************************************/
/* All animation */
.mobile-button,
#main-nav.active,
#main-nav ul,
.post-nav .arrow {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#main-nav.active * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}


/* back to top button animation */
.back-top a:hover {
	-webkit-animation: backToTop 1s infinite ease-in-out;
	-moz-animation: backToTop 1s infinite ease-in-out;
	-ms-animation: backToTop 1s infinite ease-in-out;
	animation: backToTop 1s infinite ease-in-out;
}
@-webkit-keyframes backToTop {
	50% {
		-webkit-transform: translateY(-5px) scale(1.07,1.07);
		-moz-transform: translateY(-5px) scale(1.07,1.07);
		-ms-transform: translateY(-5px) scale(1.07,1.07);
		transform: translateY(-5px) scale(1.07,1.07);
	}
}
@-moz-keyframes backToTop {
	50% {
		-webkit-transform: translateY(-5px) scale(1.07,1.07);
		-moz-transform: translateY(-5px) scale(1.07,1.07);
		-ms-transform: translateY(-5px) scale(1.07,1.07);
		transform: translateY(-5px) scale(1.07,1.07);
	}
}
@-o-keyframes backToTop {
	50% {
		-webkit-transform: translateY(-5px) scale(1.07,1.07);
		-moz-transform: translateY(-5px) scale(1.07,1.07);
		-ms-transform: translateY(-5px) scale(1.07,1.07);
		transform: translateY(-5px) scale(1.07,1.07);
	}
}
@keyframes backToTop {
	50% {
		-webkit-transform: translateY(-5px) scale(1.07,1.07);
		-moz-transform: translateY(-5px) scale(1.07,1.07);
		-ms-transform: translateY(-5px) scale(1.07,1.07);
		transform: translateY(-5px) scale(1.07,1.07);
	}
}