/*
Theme Name: Erika Biscoitos
Theme URI: http://www.erikabiscoitos.com.br
Description: Site base.
Author: Idmark
Author URI: http://www.idmark.com.br
version: 1.0
Tags: white, clean, responsive, idmark
*/



/* basics */

html {
	height:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

*{margin:0; padding:0;}

body {
	height:100%;
	font-family:'Open Sans';
	background:#fff;
}
	
img{max-width: 100%; border: none;}
img a{border:none;}

img.left{
	float: left;
	border: none;
	padding: 6px 0 0 0;
}

img.right{
	float: right;
	border: none;
	padding: 0 0 0 6px;
}




/* fonts & links */

	/* font-family: 'Open Sans';
			weights cadastrados 400,  700
			

    font-family: 'Kaushan Script', cursive;

	*/
	
	
h1,
.post h1,
.post h1 a{
	font-family: 'Kaushan Script', cursive;
	font-size:36px;
	line-height:38px;
	margin-bottom: 24px;
	text-transform:none;
	color: #AB2B10;
}

	.post h1,
	.post h1 a{
		margin:0 0 12px;
		color: #AB2B10;		
	}


.pagetitle{
	font-family: 'Kaushan Script', cursive;
	font-size:36px;
	text-transform:none;
	color: #AB2B10;	
}
	

h2,
.post h2{
	font-family: 'Kaushan Script', cursive;
	font-size:30px;
	line-height:34px;
	text-transform:none;
	color: #AB2B10;
}


h3{
	font-family:'Open Sans';
	font-weight:700;
	font-size:26px;
	line-height:28px;
	text-transform:uppercase;
	color: #AB2B10;
}


h4{
	font-family:'Open Sans';
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	color: #AB2B10;
}


h5{
	font-family:'Open Sans';
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	color: #AB2B10;
}


h6{
	font-family:'Open Sans';
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	color: #AB2B10;
}


p{
	font-family:'Open Sans';
	font-weight:400;
	font-size:14px;
	line-height: 20px;
	color: #333;
}


a{color:#AB2B10;text-decoration:none;}
a:hover{color:#666;text-decoration: none;}

blockquote{
	border-left:1px solid #333;
	margin:15px;
	padding:0 12px;
	font-family:'Open Sans';
	font-weight:400;
	font-size:14px;
	font-style:italic;	
}


ul{
}

	ul li{
		font-size:14px;
		font-family:'Open Sans';
		margin:0 0 0 24px;
		list-style-type: disc;
	}

code{font-family:"Courier New", Courier, monospace;}


b,
strong {font-weight: 700;}

dfn,
cite,
em,
i {font-style: italic;}

.clearfix:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after{clear: both;}




/* container */

.container {
	max-width:1090px;
	margin: 0 auto;
	padding:0 1em;

}

.container:before,
.container:after{
	content:"";
	display:table;
}

.container:after{clear: both;}




	
/* header */

header{
	width: 100%;
	padding:0;
	position: relative;
	z-index: 100;
}


header .row{margin: 0; padding: 0;}

.logo {
	height: auto;
	width: 182px;
	margin-bottom: 28px;
	float: left;
	display: inline-block;
}

header .sup{
	width: 100%;
	padding: 12px 0;
	background:#F6C978;
}

header .inf{
	width: 100%;
	height: 80px;
	background: url(images/header_bg.png) bottom left repeat-x;
 }


.acesse{
	width: 400px;
	height: 60px;
	float: right;
	border: 2px solid #AB2B10;
	background:url(images/acesse.png) center right no-repeat #fff;
	display: inline-block;
	font-family: 'Open Sans';
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #AB2B10!important;
	padding: 11px 16px;
	margin-top: 24px;
}
	
.acesse:hover{background:url(images/acesse2.png) center right no-repeat #AB2B10; color: #FFF!important;}


/* main navbar */

nav{
	text-transform:none;
	text-align:center;
	margin: 0;
	display:block;
	font-family: 'Open Sans';
	font-size:18px;
	font-weight: normal;
	float:left;
	width: 100%;
}	


nav ul {
	position:relative; 
	z-index:300;
	margin:0;
	padding:0;
	display: flex;
	justify-content:space-around;
}
	
nav ul li a {	
	padding:20px 0 12px;
	height: 60px;
	margin: 0;
	color: #fff;
	display:block;
	border-bottom:none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
}
	
nav ul li a:hover {	
	color:#F6C978;
	text-decoration:none;
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
	
nav ul li {
	float:left; 
	position:relative; 	
	list-style-type: none;
	margin: 0;
	padding:0;
	}
	
nav ul ul {
	position:absolute; 
	display:none; 
	width:12em; 
	margin:0;
	padding:0; 
	background:#666;
	z-index: 99999;
}

nav ul li ul {
	width:12em; 
	padding:0;  
	display: none; 
	position: absolute; 
	z-index:999; 
	line-height:24px;
}

nav ul li ul li {padding:0;}

nav ul li ul a {
	width:12em; 
	float:right; 
	color:#AB2B10; 
	padding:4px 10px; 
	height:auto; 
}

nav ul li ul a:hover {
	color:#aaa;
	height:auto; 
	border:none; 
	border-radius:none !important;
}

nav ul ul ul {top:auto; padding:0;}

nav ul li ul ul {
	left:12em; 
	margin:0; 
	top:auto;
}

nav ul li:hover ul ul, 
#dropmenu li:hover ul ul ul, 
#dropmenu li:hover ul ul ul ul {
	display:none; 
	border:none; 
}

nav ul li:hover ul, 
#dropmenu li li:hover ul, 
#dropmenu li li li:hover ul, 
#dropmenu li li li li:hover ul {
	display:block;
}


nav ul li.current_page_item a {color:#fff;}
nav ul li.current_page_item a:hover {color:#fff;}
nav ul li.current_page_item li a {color:#fff;}
nav ul li li a {color:#AB2B10;}
nav ul li li a:hover {color:#AB2B10;}
nav ul li.current_page_item li a:hover {color:#AB2B10;}
nav ul li ul li.current_page_item a {background:none !important;}

input#control-nav {display: none;}





/* destaque */
.destaque{
	width: 100%;
	height:auto;
	background:#AB2B10;
	background-size: cover;
	position: relative;
	padding: 0;
	text-align: center;
	margin-top: -12px;
}




/* meio */
.meio{
	width: 100%;
	padding: 52px 0;
	background:url(images/bg_gen1.png) bottom center repeat-x #fff;
	text-align: center;
}

.meio h2{color: #ab2b10; margin-bottom: 16px;}
.meio p{color: #ab2b10;}
.meio img{margin-top: 16px;}






/* a erika */
.erika{
	width: 100%;
	padding: 64px 0;
}

.erika h2{margin-bottom: 24px;}
.erika .column-7{padding-left: 32px;}

.erika .bar{margin-bottom: 24px;}






/* vitrine */
.vitrine{
	width: 100%;
	padding: 64px;
	background:url(images/vitrine_bg.png) center center no-repeat fixed #F6C978;
	background-size: cover;
}

.vitrine .column-6:nth-of-type(1){background: #F6C978; padding: 32px;}
.vitrine .bar{margin-bottom: 24px;}

.vitrine .bt0{float: left; display: inline-block; margin-right: 16px;}
.vitrine .bt0:hover{background: #FFF!important;}




/* blog */
.blog{
	width: 100%;
	padding: 64px 0;
}

.blog .blog_esq{width: 400px; float: left; padding-top: 32px; }
.blog .blog_dir{width: 560px; float: right; padding: 32px 46px; background: #F6C978; height: 580px;}

.blog .blog_esq h1{display: block;}
.blog .blog_esq .bar{margin-bottom: 24px;}
.blog .blog_esq .thumb{margin-bottom: 16px;}
.blog .blog_dir .bar{margin-bottom: 24px;}

.blog .blog_dir .tel{ font-size: 20px; color: #AB2B10; line-height: 28px;}

.blog .bt0{float: left; display: inline-block; margin-right: 16px;}

.blog .bt0x{background: #FFF!important; color: #AB2B10!important; border: 1px solid #F6C978;}

.blog .bt0x:hover{background: #AB2B10!important;color: #FFF!important; border: 1px solid #AB2B10;}



/* depoimentos */
.depoimentos{
	width: 100%;
	padding: 80px 0;
}

.depoimentos h1{text-align: center; margin-bottom: 52px;}
.depoimentos h6{text-transform: none; margin-top: 12px; color: #000;}

.depoimentos .dep_uni{
	width: 100%;
	font-style: italic;
}

.depoimentos_conteudo{
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.depoimentos_conteudo img{
	width: 140px;
	height: 140px;
	float: left;
	margin: 0 52px 0 0;
}







/* contato */
.contato{
	width: 100%;
	padding: 80px;
	background: #515151;
}


.contato h1,
.contato h6,
.contato p{color: #FFF;}

.contato h6{margin: 12px 0;}




/* interna */
.interna{}

/*  titulo */
#titulo{
	width: 100%;
		background:url(images/titulo_bg.png) center top no-repeat;
	padding: 52px 0 14px;
	margin: -12px 0 52px;
}

#titulo h1{color: #AB2B10;}




/* onde */
.onde_uni{
	width: 100%;
	padding: 24px 0 16px;
	border-bottom: 1px solid #AB2B10;
}

.onde_uni:last-child{margin-bottom: 52px;}
.onde_uni .nome{font-weight: bold; color: #AB2B10;}

/* blog */
#blog_uni{
	width:100%;
	margin:0 0 52px 0;
	padding-right: 16px;
}

.blog_row{display: flex;}

#blog_uni h2{
	margin:0 0 8px 0;
	text-transform:none;
}

	#blog_uni img:hover{opacity:0.8;}

#blog_uni h6{font-weight: normal; text-transform: none;}



/* botoes bt */

.bt0{
	width: 140px;
	height: 36px;
	background: #AB2B10;
	color: #FFF!important;
	display: block;
	border: none;
	font-size: 16px;
	text-align: center;
	padding: 6px 0 0;
	margin-top: 24px;
}

.bt0:hover{background: #F6C978!important; color: #AB2B10!important;}

.bt1{
	width: 100%;
	height: auto;
	background:none;
	text-align: center;
	padding: 24px;
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.bt1:hover{background: #ccc; color: #FFF;}






.elm-button{
	width: 140px;
	height: 36px;
	background: #AB2B10;
	color: #FFF!important;
	display: block;
	border: none;
	font-size: 16px;
	text-align: center;
	padding: 2px 0 0;
	margin-top: 24px;
	cursor: pointer;
}

.elm-button:hover{background: #F6C978!important; color: #AB2B10!important;}

		

/* share add to any */
#share{padding: 32px 0 0;}




/* natal */
.natal{
	min-height: 600px;
	background: url(images/natal_bg_topo.png) center top no-repeat;
}

.natal_topo{text-align: center;}
.natal_logo{padding: 16px 0 32px; text-align: center;}

.natal .box{
	max-width: 1180px;
	margin: 0 auto;
	background:url(images/natal_listras.png) bottom center no-repeat #F6C978;
	padding-bottom: 164px;
}

.natal .box .row:nth-of-type(1){
	background: #AB2B10; 
	padding: 16px; 
	margin: 0;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
}

.natal .box .row:nth-of-type(2){
	text-align: center;
	padding: 32px 0 0;
	margin: 0;
}

.natal .box .row:nth-of-type(3){
	text-align: center;
	padding: 0 5% 32px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.natal .box .row:nth-of-type(3) .column-4:nth-of-type(3),
.natal .box .row:nth-of-type(3) .column-4:nth-of-type(6),
.natal .box .row:nth-of-type(3) .column-4:nth-of-type(9),
.natal .box .row:nth-of-type(3) .column-4:nth-of-type(12){margin-left: 0;}


	.natal .box .row:nth-of-type(3) .column-4{
		background: #FFF;
		padding: 12px 12px 82px 12px;
		margin-bottom: 16px;
		text-align: left;
	}

.natal .box .row:nth-of-type(3) .column-4:nth-of-type(1),
.natal .box .row:nth-of-type(3) .column-4:nth-of-type(2){
	width: 49.2%; min-height:20px; float:left;
}

.natal .box .row:nth-of-type(3) .column-4:nth-of-type(1) h4,
.natal .box .row:nth-of-type(3) .column-4:nth-of-type(2) h4{display: none;}

.natal .box .row:nth-of-type(3) .column-4:nth-of-type(1) h6,
.natal .box .row:nth-of-type(3) .column-4:nth-of-type(2) h6{margin-top: 16px;}

.natal .box .row:nth-of-type(3) .column-4 h4{margin: 16px 0 8px;}
.natal .box .row:nth-of-type(3) .column-4 h6{margin: 0 0 8px 0; font-style: italic; text-transform: none;}



.natal .bt1{
	background: #AB2B10; 
	padding: 12px; 
	margin: 24px auto 12px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	width: 300px;
	display: block;
}

.natal .bt1:hover{background: #FFF; color: #AB2B10;}


.natal .bt2{
	background: #FFF; 
	padding: 12px; 
	margin: 12px auto;
	text-align: center;
	font-size: 14px;
	color: #AB2B10;
	font-weight: normal;
	text-transform: uppercase;
	width: 300px;
	display: block;
}

.natal .bt2:hover{background: #AB2B10; color: #FFF;}


.natal .bt3{
	background: #AB2B10; 
	padding: 12px; 
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	width: 120px;
	display: block;
	position: absolute;
	left: 12px;
	bottom: 12px;
}

.natal .bt3:hover{background: #F6C978; color: #FFF;}



.natal .infos{
	text-align: center;
	padding:32px 0;
	margin: 0;
}

	.natal .infos img{
		margin: 32px auto;
		width: 200px;
		height: auto;
	}

.natal .infos p:nth-of-type(2){font-weight: 600; font-size: 16px;}



.natal .fim{
	background: #AB2B10; 
	padding: 16px; 
	margin: 0;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
}


.natal_contato{
	width: 100%;
	max-width: 1064px;
	margin: 0 auto;
	padding: 24px;
	border: 2px solid #AB2B10;
}

.natal_contato .row{background: none!important;}
.natal_contato p{text-transform: none!important;}
.natal_contato .column-6{text-align: left;}
.natal_contato .column-6:nth-of-type(1){padding-right: 64px;}


.natal_fone{width: 100%; padding: 6px 0; display: block; color: #AB2B10; font-weight: normal; text-transform: none;}
.natal_fone img{width: 18px; height: 18px; margin-right: 12px;}

.natal_contato label{color: #000; text-transform: none; font-size: 14px!important; font-weight: normal;}

.natal_contato .wpcf7 textarea {height: 116px;}

.natal_contato .wpcf7 input[type="submit"] {height: 40px; margin: 18px auto 52px;}
.natal_contato .wpcf7 input[type="submit"]:hover {background: #FFF; color: #AB2B10;}

/* footer */
footer {
	background:url(images/footer_bg.png) center bottom repeat-x #AB2B10;
	clear: both;
	width: 100%;
	padding:32px 0;
	margin:0 auto;
}

footer img{max-width: 160px; height: auto;}
footer p{color:#FFF;}
	

footer ul{}
footer ul li{list-style-type: none;}

footer ul li a{
	color: #F6C978;
	font-size: 16px;
	width: 100%;
	padding: 3px 0;
	font-weight: normal;
	font-family: 'Open Sans';	
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
}

footer ul li a:hover{color: #FFF;}




/* erro 404 */
.erro404{text-align:center;}
.erro404 .container{min-height:460px;}
.erro404 h1{margin:64px 0 24px;}


/* extras stuff */
.data{color: #AB2B10; padding: 4px 0 8px; text-transform: capitalize;}
.flex{
	-ms-display: flex;
	display:flex;
}

.linear{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}


.ease{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}


.slick-prev{background: url(images/arrow-esq.png) center no-repeat !important;}
.slick-next{background:url(images/arrow-dir.png) center no-repeat !important;}

/*section*/
section{width: 100%;}



/* rows and columns */

.row{width: 100%;margin:0.5em 0;}

.row:before,
.row:after{content:"";display:table;}
.row:after{clear:both;}

.column{margin-left:1.6%;float: left;position:relative;}
.column:nth-child(1){margin-left:0;}



/* grid */
.column-1 {width: 6.86666666667%; min-height:20px; float:left;}
.column-2 {width: 15.3333333333%; min-height:20px; float:left;}
.column-3 {width: 23.8%; min-height:20px; float:left;}
.column-4 {width: 32.2666666667%; min-height:20px; float:left;}
.column-5 {width: 40.7333333333%; min-height:20px; float:left;}
.column-6 {width: 49.2%; min-height:20px; float:left;}
.column-7 {width: 57.6666666667%; min-height:20px; float:left;}
.column-8 {width: 66.1333333333%; min-height:20px; float:left;}
.column-9 {width: 74.6%; min-height:20px; float:left;}
.column-10 {width: 83.0666666667%; min-height:20px; float:left;}
.column-11 {width: 91.5333333333%; min-height:20px; float:left;}
.column-12 {width: 100%; min-height:20px; float:left;}



/* grid 10 colunas */
.column-101{width: 8.56%; min-height:20px; float:left;}
.column-102{width: 18.72%; min-height:20px; float:left;}
.column-103{width: 28.88%; min-height:20px; float:left;}
.column-104{width: 38.92%; min-height:20px; float:left;}
.column-105{width: 49.04%; min-height:20px; float:left;}
.column-106{width: 59.36%; min-height:20px; float:left;}
.column-107{width: 69.52%; min-height:20px; float:left;}
.column-108{width: 79.68%; min-height:20px; float:left;}
.column-109{width: 89.84%; min-height:20px; float:left;}
.column-110{width:100%; min-height:20px; float:left;}
  
	

/* content */


.content {
	margin:0 0 20px 0;
	width: 100%;
	float:left;
	}
	
.post {
	margin:0;
	padding:0 0 40px 0;
	line-height:24px;
	}	

.post .date{font-weight: normal; text-transform: none;}

.post ul {margin:20px;}

.entry p{margin:12px 0;}
.entry img{height:auto;}

	img.alignright {float:right; margin:0 0 1em 1em}
	img.alignleft {float:left; margin:0 1em 1em 0}
	img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	.alignright {float:right; }
	.alignleft {float:left; }
	.aligncenter {display: block; margin-left: auto; margin-right: auto}

.postmetadata{
	clear: both;
	border-top:1px dotted #ccc;
	padding:6px 0;
	margin: 20px 0;
	}
	

.navigation {
	font-size:12px;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:15px 0;}
.alignright a{float:right; margin:15px 0;}



/* Primary Sidebars */

.primary-sidebar{
	min-height: 600px;
	margin:0;
	padding: 0;
	font-size:12px;
	overflow:hidden;
	float: right;
	width:100%;
	}
	
.primary-sidebar h2{
	font-family:'Open Sans';
	font-weight:700;
	font-size:18px;
	text-transform:none;
	color: #333;	
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom:1px solid #333;
}

.primary-sidebar p {margin:0; padding:14px 5px 14px 0;}
.primary-sidebar img {padding: 0; margin: 0;}

.primary-sidebar ul {margin:0;padding:0;}	
.primary-sidebar ul li {
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 20px;
	font-size: 14px;
	list-style-type: none;
	}

.primary-sidebar ul ul {margin:14px 0 !important;padding: 0;}
.primary-sidebar ul ul li {list-style-type: none;}
.primary-sidebar ul ul ul{margin:0;padding: 0;}

.primary-sidebar ul ul ul li{
	padding: 0;
	margin:0 0 0 14px !important;
	list-style-type: square;
	list-style-position:inside;
	color: #898989;
}





/* Secondary Sidebar */

.sidebar {
	margin:10px 0 0 0;
	padding:0;
	font-size:12px;
	overflow:hidden;
	float:left;
	width:24%;
	}
	

.sidebar h2{
	font-family:'Open Sans';
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	color: #000;	
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}

.sidebar p {margin:0; padding:14px 5px 14px 0;}
.sidebar img {padding: 0; margin: 0;}
.sidebar ul {margin:0;padding:0;}
	
.sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
}

.sidebar ul ul {margin:14px 0 !important;padding: 0;}
.sidebar ul ul li {list-style-type: none;}
.sidebar ul ul ul{margin:0;padding: 0;}
.sidebar ul ul ul li{
	padding: 0;
	margin:0 0 0 20px !important;
	list-style-type: square;
	list-style-position:inside;
	color: #898989;
}



/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {float: right;}
.alignleft {float: left}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* WP Page Navi Styles */

.wp-pagenavi{
	font-size:11px !important;
	text-transform:uppercase;
	padding:12px 0;
	margin:12px 0;
	border-top:1px solid #ddd;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #ddd !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #494949 !important;
	border: none !important;
	background-color:none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	font-weight:300 !important;
	background-color: #dddddd !important;
}

/* contact form 7 */

.wpcf7{margin:0 !important;}

.wpcf7 input{
	width: 100%;
	height: 40px;
	border:1px solid #333;
	background: none;
	padding:6px 8px;
	margin-bottom: 16px;
	border-radius: 0;
	font-size:14px;	
	color: #333!important;
	font-family: 'Open sans';
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
}

.wpcf7 textarea{
	width: 100%;
	height: 92px;
	background: none;	
	padding:6px 8px;
	border:1px solid #333;
	margin-bottom: 16px;
	border-radius: 0;
	font-size:14px;	
	color: #333!important;
	font-family: 'Open sans';
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
}

.wpcf7 input:hover,
.wpcf7 input:active,
.wpcf7 input:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:active,
.wpcf7 textarea:focus{
	border: 1px solid #AB2B10;
}



.wpcf7 input[type=submit]{
	width: 180px;
	height: 50px;
	background: #AB2B10;
	margin: 0 auto 52px;
	text-align: center;
	padding: 12px 0;
	color: #FFF!important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	float: right;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
}

.wpcf7 input[type=submit]:hover{background: #F6C978; color: #AB2B10!important;}


/* Contact form 7 message boxes */



span .wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
	color:#f00!important;
	background:rgba(0,0,0,0.1);
}

	span .wpcf7-not-valid:focus{
		background:#FFF;
		color:#000;
	}

span.wpcf7-not-valid-tip {display: none!important;}	
div.wpcf7-response-output {margin: 0;}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px solid #f7e700;
	display:none!important;
}


div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}



div.wpcf7-mail-sent-ok {border: none!important;font-size:14px; color:#398f14;}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {border: 2px solid #ff0000;}

div.wpcf7-spam-blocked {border: 2px solid #ffa500;}

.wpcf7-form-control-wrap {position: relative;}


.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}


span.wpcf7-list-item {display: inline-block;margin: 0 0 0 1em;}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {content: " ";}

.wpcf7-display-none {display: none;}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url(images/103.gif)!important;
	width: 25px!important;
	height: 25px!important;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {visibility: visible;}
div.wpcf7 div.ajax-error {display: none;}
div.wpcf7 .placeheld {color: #888;}
div.wpcf7 .wpcf7-recaptcha iframe {margin-bottom: 0;}
div.wpcf7 input[type="file"] {cursor: pointer;}
div.wpcf7 input[type="file"]:disabled {cursor: default;}





/* search */


#searchform{
	padding:0 0 20px;
	margin:0;
}

	#searchform .wrap{
		width:100%;
		position:relative;
	}

#searchform label{
	display:block;
	color:#333;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin:0;
	text-transform:none;
}

#searchform input#s{
	margin:14px 0 0 0;
	height:40px;
	border:1px solid #ddd;
	padding:2px 56px 0 12px;
	width:100%;
	color:#000;
	border-radius: 0;
	}
	
#searchform input#s:focus{
	color:#333;
	}
	
#searchsubmit{
	border:none;
	width:46px;
	height:38px; 
	background:url(images/00icon_search.png) center center no-repeat #ddd;
	cursor:pointer;
	position:absolute;
	right:0;
	top:15px;
	margin:0;
	-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;		
}

	#searchsubmit:hover{background:url(images/00icon_search.png) center center no-repeat #666;}
	
	





/****** media queries ******/

@media screen and (max-width: 1180px) {
.interna .container{padding: 0 3%;}
}



@media screen and (max-width: 990px) {
.blog .blog_esq{width: 46%; float: left; padding-top: 32px; }
.blog .blog_dir{width: 50%; float: right; padding: 32px 46px; background: #F6C978; height: auto;}
}




@media screen and (max-width: 860px) {
.blog .column-3 {width: 49.2%; min-height:20px; float:left; margin-bottom: 24px;}
.blog .column-3:nth-of-type(3){margin-left:0;}
}






@media screen and (max-width: 640px) {
.acesse{width: 300px;height: 50px;font-size: 16px;}

.blog .blog_esq{width: 90%; margin: 0 auto; padding-top: 32px; padding-bottom: 32px; display: block; float: left; height: auto;}
.blog .blog_dir{width: 90%; margin: 64px auto;float:left; padding: 32px 24px; background: #F6C978; display: block; height: 630px;}
}




@media screen and (max-width: 600px) {
h1,
.post h1,
.post h1 a{font-size:26px;line-height:26px;}

.pagetitle{font-size:26px;}	

h2,
.post h2{font-size:22px;line-height:24px;}

h3{font-size:18px;line-height:20px;}
	

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12,
.column-101,
.column-102,
.column-103,
.column-104,
.column-105,
.column-106,
.column-107,
.column-108,
.column-109,
.column-110{
width: auto;
margin: 0.5em 0;
float: none;
}
	
.primary-sidebar{min-height: 200px;}	
	
.servicos .row{display: block; flex-wrap: nowrap;}
.servicos{background-size: cover;}	
	
	
.infos .column-6:nth-of-type(1){padding:24px;}	
 
.sobre .container{padding-left:24px; padding-right: 24px;}	
	
	.blog .column-3{width: 90%; margin: 0 5% 52px; display: block;}
	.blog .column-3:nth-of-type(3){margin: 0 5% 52px;}
	
	.blog .column-3:nth-of-type(2) img,
	.blog .column-3:nth-of-type(3) img,
	.blog .column-3:nth-of-type(4) img{display: none;}
	
	.blog .column-3:nth-of-type(2),
	.blog .column-3:nth-of-type(3),
	.blog .column-3:nth-of-type(4){
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 16px 0;
	}
	
	.blog_row{display: block;}
	#blog_uni{width: 90%; margin: 0 5% 32px;}
	.primary-sidebar{padding: 52px 5% 32px;}
	
	.depoimentos_conteudo{width: 80%;}
	.depoimentos_conteudo .dep_uni img{display: none;}
	.depoimentos_conteudo .dep_uni{text-align: center; width: 80%;}
	
	.contato{padding: 52px 23px;}
	.contato .column-6:nth-of-type(2){padding-top: 32px;}
	
	footer{padding: 32px 0; text-align: center;}
	footer .container{padding: 0 24px;}
	footer .column:nth-of-type(1){display: none;}
	footer ul{margin-bottom: 32px;}
	footer ul li{margin: 0;}
	
.vitrine .column-6{height: 460px;}	
	
}





@media screen and (max-width: 560px) {
	
/*nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    border-left: 1px solid #ccc;
    background: #fff;
	text-align:left;
    overflow-x: auto;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
	display: none;
  }
  
nav ul li{width:100%;}
	
header #redes{
	width: auto;
	padding-left: 52px;
	text-align: left;
}*/		
	
	


	
}





@media screen and (max-width: 520px) {
	
.acesse{
	float: none;
	display: block;
	margin-top: 24px;
	margin: 24px auto 12px;
}
	
	
.logo {
	height: auto;
	width: 182px;
	margin: 0 auto 16px;
	float: none;
	display: block;
}	
	
	.natal_logo img,
	.natal .box .row:nth-of-type(2) img{width: 65%;}
	.natal_contato .column-6:nth-of-type(1){padding-right: 12px;}

	
nav ul {display:none;}	

.vitrine{padding: 64px 16px!important;}
.vitrine .column-6:nth-of-type(2){height: auto;}

}





@media screen and (max-width: 426px) {
	.vitrine .column-6:nth-of-type(1){height: 520px;}
	.natal_fone{font-size: 14px!important;}
}


@media screen and (max-width: 360px) {
	.vitrine .column-6:nth-of-type(1){height: 580px;}
	
	.natal .bt1,
	.natal .bt2{width: 240px;}
	.natal .infos img{width: 140px; height: auto;}
	.natal .fim{font-size: 10px;}
	
	.natal_fone{font-size: 12px!important;}
	.natal_fone img{width: 12px; height: 12px; margin-right: 10px;}
}

