/*
Theme Name:		Ju Ativo
Author:			Layout & Programação Juliana Vilela
Author URI:		http://www.juvilela.com
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@font-face {
    font-family: 'Saturday Rock';
    src: url('fonts/rock/SaturdayRock.eot'); /* IE9 Compat Modes */
    src: url('fonts/rock/SaturdayRock.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/rock/SaturdayRock.woff') format('woff'), /* Modern Browsers */
         url('fonts/rock/SaturdayRock.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/rock/SaturdayRock.svg#svgSaturdayRock') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'textanarrowalt-black-webfont';
    src: url('fonts/texta/tblack/textanarrowalt-black-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/texta/tblack/textanarrowalt-black-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/texta/tblack/textanarrowalt-black-webfont.woff') format('woff'), /* Modern Browsers */
         url('fonts/texta/tblack/textanarrowalt-black-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/texta/tblack/textanarrowalt-black-webfont.svg#svgtextanarrowalt-black-webfont') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'textanarrowalt-heavy-webfont';
    src: url('fonts/texta/theavy/textanarrowalt-heavy-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/texta/theavy/textanarrowalt-heavy-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/texta/theavy/textanarrowalt-heavy-webfont.woff') format('woff'), /* Modern Browsers */
         url('fonts/texta/theavy/textanarrowalt-heavy-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/texta/theavy/textanarrowalt-heavy-webfont.svg#svgtextanarrowalt-heavy-webfont') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'textanarrowalt-thin-webfont';
    src: url('fonts/texta/tlight/textanarrowalt-light-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/texta/theavy/textanarrowalt-heavy-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/texta/tlight/textanarrowalt-light-webfont.woff') format('woff'), /* Modern Browsers */
         url('fonts/texta/tlight/textanarrowalt-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/texta/tlight/textanarrowalt-light-webfont.svg#svgtextanarrowalt-light-webfont') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'textanarrowalt-regular-webfont';
    src: url('fonts/texta/tregular/textanarrowalt-regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/texta/tregular/textanarrowalt-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/texta/tregular/textanarrowalt-regular-webfont.woff') format('woff'), /* Modern Browsers */
         url('fonts/texta/tregular/textanarrowalt-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/texta/tregular/textanarrowalt-regular-webfont.svg#svgtextanarrowalt-regular-webfont') format('svg'); /* Legacy iOS */
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
  box-sizing: border-box;
}
body {
	font-family: 'textanarrowalt-regular-webfont', sans-serif;
	color: #000;
	background: #fff;
}
*, *:before, *:after {
  box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 5px;
	font-size: 1em;
	width: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
tr, th, td, tbody, thead, tfoot {
	padding: 10px;
	vertical-align: top;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
th {
	background: #efefef;
}
input, select {
	vertical-align: middle;
}
:focus {
	outline: 0;
}
hr {
	background: none;
	border: none;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
	clear: both;
}
code {
	font-size: 1.1em;
}
code {
	display: inline-block;
	border: 1px solid #eee;
	font-size: 0.9em;
	padding: 0 3px;
}
pre {
	overflow: auto;
	font-family: 'courier new', courier, monospace;
	font-size: 0.85em;
	padding: 10px;
	border: 1px solid #ccc;
}
html {
	-webkit-font-smoothing: antialiased;
}
@-webkit-keyframes fontfix {
from {
opacity: 1;
}
to {
	opacity: 1;
}
}
@-moz-keyframes fontfix {
from {
opacity: 1;
}
to {
	opacity: 1;
}
}
@-o-keyframes fontfix {
from {
opacity: 1;
}
to {
	opacity: 1;
}
}
@keyframes fontfix {
from {
opacity: 1;
}
to {
	opacity: 1;
}
}
body {
	-webkit-animation-delay: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}
/*************************************************************************************************************************
Screen smaller than 680px
*************************************************************************************************************************/
@media all and (max-width: 680px) {
#logo {
	width:100%;
	text-align:center;
	padding:20px;
}
#menu-geral select {width:50%; display:block; margin: 0 auto;}
.fotoju, .textoju {width:100%; text-align:justify; padding:20px;}
.p-33, .p-50, .p-66 {width:100%; padding:20px;}
.titulo {font-size: 30px;} 
.post-title {font-size: 25px;}  
.post-content {padding: 0 3%;}    
}
/*************************************************************************************************************************
Screen larger than 1025px
*************************************************************************************************************************/
@media (min-width: 1024px) {
	.column {
		float: left;
		margin-bottom: 0;
		padding: 0 15px;
	}
  
	.column.full { width: 100%; }
	.column.five-sixths { width: 83.4%; }
	.column.four-fifths { width: 80%; }
	.column.three-fourths { width: 75%; }
	.column.two-thirds { width: 66.7%; }
	.column.half { width: 50%; }
	.column.third { width: 33.3%; }
	.column.fourth { width: 25%; }
	.column.fifth { width: 20%; }
	.column.sixth { width: 16.6%; }
	.column.flow-opposite { float: right; }
	.column.centered { 
		margin-left: 15%;
		width: 70%;
	}

/* Overall */
.container {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.content {
	margin: 0 auto;
	width:100%;
	max-width: 1100px;
	
}
.header {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	background-color:#000;
}
#logo {
	margin: 15px 0;
	width:18%;
	float:left;
}

.footer {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	width: 1100px;
}

.titulo {
	font-size: 50px;
}
.textao h2{
    padding: 0 50px 20px 0;
}
.textao h3{
    font-size: 48px;
    line-height: 0.7em;
}
.textao .titulo {margin-bottom:0px;}

#rs-facebook a, #rs-instagram a {
	color: #FFF;
}
#rs-facebook {
	width: 40%;
	float: left;
	margin-top:50px;

}
#rs-instagram {
	width: 40%;
	float: right;
	margin-top:50px;

}

.imagem-at {
	width: 40%;
	float: left;
	text-align: center;
}
.texto-at {
	width: 55%;
	float: right;
	font-size:13px;
	padding-top:10px;
}
.servicos {width:100%; margin-top:20px;}
.coluna-sv {
	width: 100%;
	float: left;
	margin: 0;
	background-color:#000;
	font-size:20px;
    padding-bottom: 2%;
}
.coluna-sv:last-child, .servico:last-child  {
   margin-right: 0;
}

.serv {font-size:36px;
padding:30px 0 0 0;
text-align:center;
}
.fotoju {width:30%; margin-left:40px; float:left;}
.textoju {width:65%; float:left; margin:20px 0 0 0;}
.textoju p {text-indent:0px; font-size:30px;}
.saibamais {
	width: 100%;
	text-align: right;
	clear: both;
	font-weight: bold;
}
#legenda {
	float: right;
	margin-top: 20px;
}
.texto-cont {
	width: 30%;
	float:right;
	margin-top:20px;
}
.form-cont {
	width: 60%;
	margin: 0 auto;
    padding:3%;
}
.artrec {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}
.recpos {
	width: 320px;
	min-height: 310px;
	float: left;
	padding:20px 40px;                                                             
}
.rectit {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 16px;
}
.artrec a {
	color: #fff;
	text-decoration: none;
}

.projeto {width: 33%;}
/* .nav */
#menu-geral {
	display: block;
	padding: 0px;
	margin-top: 10px;
	text-transform: uppercase;
	text-decoration:none;
	float: left;
	font-style: normal;
	font-size: 25px;
	width:80%;
	text-align:center;
}
#menu-geral ul {
	list-style: none;
	display: inline-block;
}
#menu-geral a {
	display: block;
	padding: 30px 30px;
	color: #fff;
	line-height:0.8em;
}
#menu-geral a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #51a8b1;
}
#menu-geral .description {font-size:17px;}

.p-33 {width:33%;}
.p-50 {width:50%;}
.p-66 {width:66%;}
}

/*************************************************************************************************************************
GERAL
*************************************************************************************************************************/

/* OVERALL */
body {
	font-family: 'textanarrowalt-regular-webfont', sans-serif;
	color: #000;
	background: #fff;
}
body p {
	margin-bottom: 15px;
	line-height: 1.1em;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
/* hgroup */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin-bottom: 15px;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
/* LINK */
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	color: #51a8b1;
}
.alt {text-transform:uppercase;}
/* Menu */
#menu-geral li {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 100;
}
#menu-geral li:hover > ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	zoom: 1;
	visibility: visible;
	height: auto;
}
#menu-geral ul ul {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	zoom: 0;
	visibility: hidden;
	height: 0;
	position: absolute;
	width: 200px;
	background: #000;
	z-index: 200;
}
.clearfix {
	width: 100%;
	clear: both;
}
.content:before,
.content:after {
   content: " ";
   display: table;
}

.content:after {
   clear: both;
}

.titulo {
	padding: 0px;
	margin-bottom:30px;
	position: relative;
	font-family: 'Saturday Rock', sans-serif;
	text-align:center;
	color: #000;
	clear:both;
}
.post-title {font-size: 80px;
    text-transform: uppercase;
    text-align: center;
}
.tipo1 {
	width:100%;
	background-color: #fff;
	padding:50px 3%;
}
.tipo1.sm {padding:0px;}
.tipo2 {
	width:100%;
	background-color: #000;
}
.tipo3 {
	width:100%;
	background-color: #fff;
	background-image: url(images/bg2.png);
}
.tipo4 {background-color: #E6E7E8;}

.cor1 {
	color: #cc0059; /* rosa */
}
.cor2 {
	color: #51a8b1; /* verde mar */
}
.cor3 {
	color: #321552; /* roxo */
}
.cor4 {color:#b2b2b2; /* cinza */
}
.cor5 {color:#FFF; /* branco */
}
.font1 {font-family: 'textanarrowalt-regular-webfont', sans-serif;}
.font2 {font-family: 'Saturday Rock', sans-serif;}
.font3 {font-family: 'textanarrowalt-heavy-webfont', sans-serif;}
.font4 {font-family: 'textanarrowalt-black-webfont', sans-serif;}
.font5 {font-family: 'textanarrowalt-thin-webfont', sans-serif;}


#menu {border-bottom:3px solid #cc0059;
}
.textao h2{
    font-size: 70px;
    line-height: 0.8em;
    text-transform: uppercase;
}
.serv {font-size:36px;
padding:30px 0 0 0;
text-align:center;
}
.coluna-sv {
	background-color:#000;
}

.botaoc {
color: #FFFFFF;
font-family: 'textanarrowalt-regular-webfont', sans-serif;
font-size: 24px;
text-transform: uppercase;
padding: 2%;
margin:2%;
border:none;
background-color: #000000;
text-decoration: none;
display: inline-block;
cursor: pointer;
text-align: center;
}

.botaoc:hover {
background: #CC0059;
text-decoration: none;
color: #FFFFFF;
}

.botoesc {text-align: center; display: block; margin: 0 auto;}
/*contato */

.texto-cont {
	background-color:none;
	padding:20px;
}
/* .footer */


/* img */
img {
	max-width: 100%;
	height: auto;
}
img.aligncenter {
	display: block;
	margin: 0 auto 10px auto;
}
img.alignright {
	display: inline;
	margin: 0 0 10px 20px;
}
img.alignleft {
	display: inline;
	margin: 0 20px 10px 0;
}
.aligncenter, .centered {
	display: block;
	margin: auto;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
/* .wp-caption */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ccc;
	background: #efefef;
	margin: 15px;
	padding: 1%;
	text-align: center;
	max-width: 96%;
}
.wp-caption img {
	border: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	line-height: 1.2em;
	padding: 3px 0;
	margin: 0;
}

label {
	display: inline-block;
	margin-right: 20px;
}

.footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
}
.footer-copy {
	line-height:1.6em;
	margin-top:30px;}
#rs-facebook a, #rs-instagram a {
	color: #FFF;
}
/* Misc */
.hidden {
	display: none;
}
.focused {
	border: 1px solid #888;
}
.highlight {
	background: #efefef;
	padding: 0 2px;
}
.button {
	padding: 1px 5px;
}
.fade {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.ix {
	clear: both;
	height: 10px;
}
.shadow {
	-webkit-box-shadow: 0 0 5px 0 #aaa;
	box-shadow: 0 0 5px 0 #aaa;
}
.transparency {
	background-color: rgba(255, 255, 255, 0.8);
}
.radius-100 {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.radius-10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.radius-8 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.radius-4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
section {
	width:100%;
}
.f-right {float:right;}
.t-right {text-align:right;}
.f-left {float:left;}
.t-left {text-align:left;}

/*pagenavi*/
.wp-pagenavi {
	margin: 0 auto;
	clear: both;
	font-size: 14px;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 8px 14px;
	margin: 2px;
	background-color: #959698;
	color: #fff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #5d82af;
	color: #fff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
/* Contact Form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: transparent;
    color: #999;
    width: 100% !important;
	border: 2px solid #000;
	padding: 10px 0 10px 20px;
	font-family: 'Open Sans', sans-serif;
}
.wpcf7-submit {
    font-size: 14px !important;
    text-transform: uppercase;
    background: #000 !important;
    color: #fff !important;
    padding: 9px;
    border: none;
}

.wpcf7-submit:hover {
    background: #cc0059 !important;
}
.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}


	.row-shortcode {
		margin: 0 -15px;
		padding-bottom: 2em;
	}

	.column-shortcode {
		float: left;
		margin-bottom: 2em;
		padding: 0 15px;
	}

	.column-shortcode.third { width: 33.3%; }
	.column-shortcode.third:nth-child(3n+1) { clear: both; }
	
#portfolio-shortcode .entry-link {
	display: block;
}

.tax-portfolio_category .entry-thumbnail {
	display: none;
}

.masonry-thumb img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.masonry-entry {
	margin-bottom: 30px;
	position:relative;
}

.masonry-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #cc0059;
	background-color: rgba(165,9,77,.9);
	opacity: 0;
	z-index: 99;
}

.masonry-wrap:hover {
	opacity: 1;
}
.masonry-inner {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
}

.masonry-wrap h2 {
	padding: 0 5%;
	color: #fff;
	margin-bottom: 10px;
	font-size: 40px;
    text-transform: uppercase;
}

.masonry-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.single-portfolio .entry-thumbnail {
	display: none;
}

	.single-post .column,
	.blog .column,
	.page .column,
	.archive .column,
	.search .column {
		float: right;
	}