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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*, *:before, *:after {
box-sizing: border-box;
}
* {
outline: none;
}
a{
outline: none !important;
}
button{
outline: none;
}
button::-moz-focus-inner {
border: 0;
}
textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="button"],
input[type="submit"],
.input-checkbox {
outline: none;
-webkit-appearance: none;
border-radius: 0;
}
select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
border: none;
padding: 0;
margin: 0;
width: 100%;
font-family: inherit;
font-size: inherit;
cursor: inherit;
line-height: inherit;
outline: none;
} html{
height:100%;
}
body {
background-color: #FFF;
font-family: 'PT Serif', serif;
font-size: 16px;	
font-weight: 400;
color: #444;
overflow-x: hidden;
min-height: 100%;	
}
h1, h2, h3, h4, h5, h6 {
color: #444;	
font-style: normal;
line-height: 1.5em;	
text-transform: uppercase;
}
h1{	    
font-size: 32px;     
}
h2{	
font-size: 26px;
margin-bottom: 30px;
}
h3{	
font-size: 22px;	
margin-bottom: 10px;
}
h4{
font-size: 20px;	
}
h5{
font-size: 18px;		
}
h6{
font-size: 16px;	
}
a{	
color: #444;
text-decoration:none;
transition: all 200ms ease-in;	
}
a:hover{
color: #c39e53;
}
strong{
font-weight: 700;	
}
em{
font-style: italic;
}
p {
line-height: 1.4em;
margin-bottom: 1em;
}
p:last-child{
margin-bottom: 0;
}
.clearfix{
clear:both;
}
.clearbox::after{
content: "";
display: table;
clear:both;
}
img{
display: block;
height: auto;
}
.site {
width: 100%;
height: auto;
min-height: 100vh;
padding-top: 172px;
position: relative;	
transition: all 300ms ease-in;	
}
section{	
width: 100%;
height: auto;
position: relative;		
}
.bg-cinza{
background-color: #f7f7f7;
}
.bg-gold{
background-color: #f6f1e5;
}
.inner{	
width: 1200px;
height: auto;  	
padding: 40px 0;
margin: 0 auto;
position: relative;   
}
.text-center{
text-align: center;
}
.btn-mais {
border: 1px solid #444;
border-radius: 4px;
width: auto;
height: 40px;
padding: 0 20px;
display: inline-block;
color: #444;
font-size: 14px;
line-height: 38px;
text-transform: uppercase;	
}
.btn-mais:hover{
background-color: #444;
color: #FFF;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
} form label {
color: #444;
font-size: 16px;		
text-align: left;
display: block;
margin-bottom: 10px;	
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
select,
textarea{
border: 1px solid #444;		
border-radius: 4px;
width: 100%;
color: #444;
font-family: 'PT Serif', serif;
font-size: 16px;	
font-weight: 400;		
margin-bottom: 15px;
transition: all 200ms ease-in;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password]{	
height: 40px;
padding: 0 15px;	
}
select {
background: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/seta-select.svg) no-repeat #FFF;
background-position: right 15px center;
background-size: auto 10px;
border: 1px solid #c39e53;
height: 40px;
padding: 0 40px 0 15px;
cursor: pointer;	
}
textarea{	
height: 130px;
padding: 15px;	
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus{
border: 1px solid #c39e53;	
}
input[type="submit"],
.wpcf7-field-group-add{
background-color: #FFF;
border: 1px solid #444;
border-radius: 4px;
width: auto;
height: 40px;
padding: 0 20px;
color: #444;
font-family: 'PT Serif', serif;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
display: block;	
cursor: pointer;
transition: all 200ms ease-in;
}
input[type="submit"]:hover,
.wpcf7-field-group-add:hover{
background-color: #c39e53;
border: 1px solid #c39e53;
color: #FFF;
} input::placeholder{
opacity: 1;
}
textarea::placeholder{
opacity: 1;
}
input:focus::placeholder{
opacity: 0;
}
textarea:focus::placeholder{
opacity: 0;
} .wpcf7 form .wpcf7-response-output {	
border: none !important;
border-top: 1px  solid #c39e53 !important;	
padding: 15px 0 0!important; color: red !important;
font-weight: 600 !important;
margin: 20px 0 0 !important;
float: left;
text-align: left;
}
.wpcf7-not-valid-tip { color: red !important;
font-size: 0.75rem !important;
font-weight: 600 !important;
display: block;
text-transform: uppercase;
margin: -10px 0 0;
text-align: left;
}
.wpcf7-not-valid-tip::before{
content: "🡡 ";
font-weight: normal !important;
} .owl-nav {
width: 144px;
height: 48px;
position: absolute;
right: 44px;
pointer-events: none;	
bottom: -48px;	
}
.owl-prev,
.owl-next{
background: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/sprite-owl-setas.png) no-repeat #7F53A5 !important;	
width: 48px;
height: 48px;
position: absolute;
top: 0;
pointer-events: all;
transition: all 200ms ease-in;
}
.owl-prev{	
background-position: left center !important;
left: 0;
}
.owl-next{	
background-position: right center !important;	
right: 0;
}
.owl-prev:hover,
.owl-next:hover{
background-color: #A586BF !important;
}
.owl-prev span,
.owl-next span{
display: none;
}
.owl-dots{
padding: 20px 0;
font-size: 0;
text-align: center;
}
.owl-dot{
background-color: #bbb !important;
border-radius: 50%;
width: 10px;
height: 10px;
display: inline-block;
vertical-align: text-bottom;
margin: 0 5px;
transition: all 200ms ease-in;
}
.owl-dot.active{
background-color: #c39e53 !important;
} .row{
width: 100%;
position: relative;	
}
.row::after{
content: "";
display: table;
clear: both;
}
.col{
min-height: 1px;
position: relative;
float: left;
margin-right: 15px;
margin-left: 15px;	
}
.col-12{
width: 1170px;	
}
.col-11{
width: 1070px;	
}
.col-10{
width: 970px;	
}
.col-9{
width: 870px;	
}
.col-8{
width: 770px;	
}
.col-7{
width: 670px;	
}
.col-6{
width: 570px;	
}
.col-5{
width: 470px;	
}
.col-4{
width: 370px;	
}
.col-3{
width: 270px;	
}
.col-2{
width: 170px;	
}
.col-1{
width: 70px;	
}
.mb-30{
margin-bottom: 30px;
}
.row.inverse .col{
float: right;
}
.col img{
width: 100%;
} header,
header.large{
background-color: #FFF;
border-bottom: 1px solid #FFF;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
z-index: 10;
}
.top-bar {
background-color: #c39e53;
width: 100%;
position: relative;
z-index: 2;
}
.top-bar .inner{
padding: 8px 0;
font-size: 0;
text-align: right;
}
.top-bar a{
color: #FFF;
display: inline-block;
vertical-align: top;
margin: 0 0 0 30px;
}
.top-bar a i{
font-size: 16px;
vertical-align: middle;
margin: 0 5px 0 0;
}
.top-bar a span{
font-size: 14px;
display: inline-block;
vertical-align: middle;
}
.top-bar a:hover{
color: #444;
}
.top-bar .divisor {
display: inline-block;
vertical-align: top;
height: 16px;
width: 1px;
border-left: 1px solid #FFF;
margin: 0 0 0 30px;
}
.menu-minha-conta{
display: inline-block;
vertical-align: top;   
position: relative;  
margin: 0 0 0 30px; 
}
.menu-minha-conta a{
margin: 0;   
}
.sub-menu-minha-conta {
background-color: #FFF;
border: 1px solid #c39e53;
border-radius: 4px;
padding: 10px;
position: absolute;
top: 30px;
visibility: hidden;	
opacity: 0;
transition: all 200ms ease-in;
}
.sub-menu-minha-conta a {
display: block;
font-size: 16px;
color: #444;
width: 100px;
margin: 0 0 10px;
text-align: left;
}
.sub-menu-minha-conta a:last-child{
margin: 0;
}
.menu-minha-conta:hover .sub-menu-minha-conta{
visibility: visible;
opacity: 1;
}
header .header-inner,
header.large .header-inner{
height: auto;	
padding: 30px 15px;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo-container{
width: 203px;
}
header .logo,
header.large .logo{
width: auto;
height: 80px;	
} header.small{
border-bottom: 1px solid #444;  
top: -32px;
}
header.small .header-inner{
padding: 10px 15px;
}
header.small .logo{
height: 50px;	
}
header,
.header-inner,
.logo{
transition: all 300ms ease-in;		
}
.btn-menu{
display: none;	
} .navegacao{
position: relative;
}
.navegacao ul{
font-size: 0;
}
.navegacao ul li{	
display: inline-block;
margin: 0 25px 0 0;
}
.navegacao ul li:last-child{
margin: 0;
}
.navegacao ul li a{	
display: block;	
color: #444;
font-size: 14px;
text-transform: uppercase;	
}
.navegacao ul li a:hover{
color: #c39e53;   
}
a.btn-loja {
background-color: #FFF;
border: 1px solid #444;
border-radius: 4px;
padding: 10px;
color: #444;
font-size: 14px;	
text-transform: uppercase;
}
a.btn-loja:hover{
background-color: #c39e53;
border: 1px solid #c39e53;
color: #FFF;
} footer{
background-color: #e8e8e8;	
border-top: 1px solid #000;
}
footer .inner{	
padding: 40px 15px;
}
.col-footer{
width: 370px;
float: left;
margin: 0 30px 0 0;
}
.col-footer:last-child{
margin: 0;
}
.col-footer h5{
text-transform: uppercase;
margin-bottom: 10px;
}
.menu-rodape ul li {	
line-height: 1.4em;
}
.menu-rodape ul li a {	
color: #444;
}
.menu-rodape ul li a:hover {	
color: #c39e53;
}
a.ig {
color: #444;
margin-bottom: 5px;
display: inline-block;
}
a.ig i {
font-size: 18px;
vertical-align: middle;
margin: 0 5px 0 0;
}
a.ig span {
font-size: 16px;
display: inline-block;
vertical-align: middle;
}
a.ig:hover{
color: #c39e53;
}
.direitos{
background-color: #000;
}
.direitos .inner{
padding: 10px 0;
color: #FFF;
text-align: center;
}
.direitos p{
font-size: 12px;
}
.direitos a{
color: #FFF;
}
.direitos a:hover{
color: #c39e53;
}
.joinchat__button {
background: #c39e53;	
}
.joinchat__button:hover {
background: #9c762a;	
} .slide-link{
background-color: #c39e53;
display: block;
}
.slide-img{
transition: all 200ms ease-in;
}
.slide-link:hover .slide-img{
opacity: 0.5;
}
.titulo-home{
text-align: center;
}
.titulo-home h2{
border-bottom: 1px solid #c39e53;
padding: 0 25px 10px;
display: inline-block;  
}
h1.titulo-bio{    
width: 380px;
padding: 0 0 25px;
display: inline-block;
}
h1.titulo-bio span{
display: block;
line-height: 1;
}
h1.titulo-bio span:nth-child(1){
font-size: 24px;
margin-bottom: 20px;
}
h1.titulo-bio span:nth-child(2){
font-size: 18px;
margin-bottom: 5px;
}
h1.titulo-bio span:nth-child(3){
font-size: 42px;
}
.blog-home .card-blog{
margin-bottom: 0;
}
.port-home-item{ width: 370px;
height: 370px;    
position: relative;
float: left;
margin: 0 15px 30px;
}
.port-home-img{
width: auto;  
height: auto;
position: absolute;  
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.foto-pintura-txt .btn-mais {
width: 100%;
height: 50px;	
font-size: 16px;
line-height: 48px;
text-align: center;
} .titulo-pagina{
text-align: center;
margin-bottom: 30px;
}
.titulo-pagina h1 {
border-bottom: 1px solid #c39e53;
padding: 0 25px 10px;
display: inline-block;   
} .padrao h1,
.padrao h2,
.padrao h3,
.padrao h4,
.padrao h5,
.padrao h6{
margin-bottom: 1rem;
}
.padrao h1{
font-size: 28px;
}
.padrao h2{
font-size: 24px;	
}
.padrao h3{
font-size: 22px;	
}
.padrao h4{
font-size: 20px;	
}
.padrao h5{
font-size: 18px;	
}
.padrao h6{
font-size: 16px;	
}
p:empty {
line-height: 0;
margin-bottom: 0;
}
.padrao p a{	
color: #444;
text-decoration: underline;
}
.padrao p a:hover{
color: #c39e53;
}
.padrao ul, .padrao ol{
padding: 0 50px;
margin-bottom: 1rem;	
}
.padrao ol{
counter-reset: li;
}
.padrao li{
position: relative;
line-height: 1.4em;
margin-bottom: 0.2em;
}
.padrao ul li::before {
content: "\2022";
color: #c39e53;
font-size: 1.5em;
position: absolute;
left: -17px;	
}
.padrao ol li {
counter-increment: li;
}
.padrao ol li::before {
content: counter(li);
color: #c39e53;
font-size: 1em;
position: absolute;
left: -17px;	
}
.wp-caption{
width: 100% !important;
height: auto;
}
.padrao img.size-full,
.padrao img.size-large{	
width: auto;
max-width: 100%;
height: auto;
margin-bottom: 1rem;	
}
.padrao img.size-full.alignleft {
width: auto;
float: left;
margin: 15px 30px 10px 0;
}
.padrao img.size-medium.alignleft {
width: auto;
float: left;
margin: 15px 30px 10px 0;
}
.padrao img.size-medium.alignright {
width: auto;
float: right;
margin: 15px 0 10px 30px;
}
.padrao img + blockquote {
padding: 10px 150px 30px 150px;
}
.padrao blockquote {
padding: 10px 150px 30px 150px;
}
.padrao blockquote p{
border-left: 1px solid #c39e53;	
font-size: 24px;	
line-height: 1.2em;
padding: 0 0 0 20px;
}
.padrao .video{
padding: 0 100px;
margin-bottom: 1rem;
}
.padrao table {
width: 100%;    
border-collapse: collapse;      
margin-bottom: 1rem;
}
.padrao table tr:nth-child(odd) {
background-color: #f3ecdd;
}
.padrao table tr{
border-top: 1px solid #c39e53;
}
.padrao table tr:last-child{
border-bottom: 1px solid #c39e53;
}
.padrao table td {
border: 1px solid #c39e53;
}
.padrao table th {
background-color: #dbc598;
border: 1px solid #c39e53; 
color: #FFF;         
}
.padrao table td,
.padrao table th {   
border-top: none;
border-bottom: none;   
padding: 10px;
line-height: 1.4rem;
}
.padrao table td:first-child,
.padrao table th:first-child {
border-left: none;     
}
.padrao table td:last-child,
.padrao table th:last-child {
border-right: none;     
} .gallery {
width: 100%;
padding: 15px 5px 0;
font-size: 0;	
}
.gallery-item {
background-color: #c39e53;
width: 300px;
display: inline-block;
margin: 0 30px 30px 0;
vertical-align: top;
}
.gallery-item:nth-child(3n+0){
margin: 0 0 30px 0;
}
.gallery-item img{
width: 100%;
transition: all 200ms ease-in;
}
.gallery-item:hover img{
opacity: 0.5;
}
.gallery-item .gallery-caption {	
background-color: #FFF;
padding-top: 5px;
font-size: 12px;
line-height: 1.2em;
} .compartilhar {
border-top: 1px solid #c39e53;	
width: 100%;
height: auto;
padding: 20px 0;
position: relative;
text-align: center;
margin: 30px 0 0;
clear: both;
}
.compartilhar p {
font-size: 20px;
color: #c39e53;
margin: 0 0 20px;
}
.a2a_svg svg {	
left: 1px !important;
top: 3px !important;
width: 80% !important;
height: 80% !important;
} .social-pagina{
padding-top: 30px;
font-size: 0;
text-align: center;
}
.social-pagina a {
color: #c39e53;
display: inline-block;
vertical-align: top;
margin: 0 20px;
}
.social-pagina a i {
font-size: 24px;
vertical-align: middle;
margin: 0 5px 0 0;
}
.social-pagina a span {
font-size: 18px;
display: inline-block;
vertical-align: middle;
}
.social-pagina a:hover {
color: #444;
} .grid {
padding: 0 15px;   
}
.grid-item{
background-color: #c39e53;
width: 370px;
margin-bottom: 30px;
}
.grid-item-img{
transition: all 200ms ease-in;
}
.grid-item:hover .grid-item-img{
opacity: 0.5;
} .slide-blog-item{
height: 520px;
position: relative;
}
.slide-blog-img{
width: auto !important;
position: relative;
z-index: 0;
}
.slide-blog-info {
background-color: #FFF;
width: 570px;
padding: 40px;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
z-index: 1;
}
.slide-blog-info h3{
color: #c39e53;   
}
.owl-blog .owl-dots {
width: 370px;		
text-align: left;
position: absolute;
right: 0;
bottom: 0;		
}
.filtros select{
width: 370px;
text-transform: uppercase;
}
.link-blog{
background-color: #c39e53;
display: block;
}
.blog-thumb{
transition: all 200ms ease-in;
}
.link-blog:hover .blog-thumb{
opacity: 0.5;
}
.link-blog{
margin-bottom: 15px;
}
.card-blog{
margin-bottom: 30px;
}
.card-blog h3{   
color: #c39e53;
text-transform: none;
margin-bottom: 10px;
}
.btn-carrega-mais {
clear: both;
position: relative;
left: 50%;
transform: translateX(-50%);
margin-top: 30px;
cursor: pointer;
transition: all 200ms ease-in;
} .single .titulo-pagina {	
margin-bottom: 10px;
}
.meta{
text-align: center;
margin-bottom: 40px;
}
.item-meta{
display: inline-block;
margin: 0 10px;
}
.item-meta ul.post-categories,
.item-meta ul.post-categories li{
display: inline-block;
}
.item-meta a{
color: #444;
}
.item-meta a:hover{
color: #c39e53;
} .comments-area{
border-top: 1px solid #c39e53;	
padding: 25px 0 0;
width: 100%;
}
.comentarios{	
position: relative;
}
.comentarios h2{	
font-size: 24px;
color: #547486;	
margin: 0 0 10px;
}
.comentarios p{
font-size: 14px;		
}
.comentarios input[type=text],
.comentarios input[type=email],
.comentarios textarea{
background: #FFF;
border: 1px solid #547486;	
width: 100%;
height: 44px;
padding: 0 10px;
font-family: 'Catamaran', sans-serif;
font-size: 14px;
font-weight: 400;	
color:#547486;	
line-height: 44px;
margin: 0 0 5px;
transition: all 200ms ease-in;	
}
.comentarios textarea{
height: 110px;
padding: 10px;
line-height: 1.3em
}
.comentarios input[type=text]:focus,
.comentarios input[type=email]:focus,
.comentarios textarea:focus{
border: 1px solid #c39e53;
}
h2.comments-title{	
font-size: 24px;	
margin: 80px 0 40px;
}
h2.comments-title:before{
content: none;
}
ol.comment-list{
position: relative;
padding: 0 !important;
}
.comment-body{
margin: 0 0 30px;
}
.comment-author img{
width: auto;	
box-sizing: unset;	
float: left;
margin: 0 15px 0 0;	
}
.comment-author .fn a, .comment-author .fn {
font-size: 16px;
font-weight: 700;
display: block;
pointer-events: none;
margin-bottom: 10px;	
}
.comment-author .says{
display: none;
}
.comment-meta{	
margin: 0 0 10px;
}
.comment-meta a{
color: #444;
font-size: 13px;
font-weight: 400;	
pointer-events: none;	
}
.comment-awaiting-moderation{
color: #c39e53;
}
.comment-body p {
font-size: 13px;
margin: 0 0 0.7em 108px;	
}
.reply{
margin: 15px 0 0;	
}
.reply a{
border: 1px solid #c39e53;
border-radius: 4px;
padding: 5px 10px;	
font-size:15px;	
color: #c39e53;
text-transform: uppercase;
display: inline-block;
}
.reply a:hover{
background-color: #c39e53;
color: #FFF;
}
ol.comment-list li{
padding: 0;
margin: 0;	
}
ol.comment-list li::before {
content: none !important;
}
ol.children{	
padding: 0 0 0 45px;
position: relative;
}
ol.children:before{
content: "";
background: #c39e53;
width: 1px;
height: 100%;
position: absolute;
top: 0;
left: 25px;
}
ol.children li{
background: no-repeat;
padding: 0;
margin: 0;
border-bottom: none;
} .accordion dl {	
width: 100%;
margin: 0;
}
.accordion dt {
border-top: 1px solid #c39e53;
width: 100%;
min-height: 70px;
padding: 15px 30px 15px 0;
position: relative;
cursor: pointer;
}
.accordion dt:first-child{
border-top: none;
}
.accordion dt h4 {
color: #c39e53;
margin-bottom: 0;	
text-transform: none;
}
.accordion dt .seta-accordion{
width: auto;
height: 10px;
position: absolute;
top: 20px;
right: 0;      
transition: all 200ms ease-in;
}
.accordion dt:hover h4{
text-decoration: underline;
}
.accordion dt + dd{
max-height: 0;
}
.accordion dd{	
overflow:hidden;
padding: 0; }
.accordion dt.open .seta-accordion {
transform:  rotate(180deg);
}
.accordion dt.open + dd {
padding: 0 30px 30px 0;
max-height: 5000px;
} .page-minha-conta .woocommerce-MyAccount-content p a{
text-decoration: underline;
}
.btn-info-pedido{
margin-top: 40px;
} .info-importante{
border: 1px solid #c39e53;
border-radius: 4px;
padding: 30px;
margin-bottom: 40px;
}
.dados-cliente-pedido{
margin-bottom: 20px;
}
.pedido select,
.numero-pessoas select{
width: 500px;
}
#npessoas,
.grupos-pessoas{
display: none;
}
.wpcf7-field-group{
margin-bottom: 30px;
}
.wpcf7 p{
margin-bottom: 0 !important;
}
.item-pessoa{    
border: 1px solid #c39e53;
border-radius: 4px;
padding: 30px;
margin-bottom: 10px;
}
.item-pessoa-foto,
.item-pessoa-radio{
margin-bottom: 20px;
} .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.inputfile + label {
background-color: #fff;
border: 1px solid #c39e53;
border-radius: 4px;
width: 100%;
height: 50px;
font-family: 'PT Serif', serif;
font-size: 16px;
color: #c39e53;   
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
margin-bottom: 0;
}
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
border-color: #444;
}
.inputfile + label strong {
background-color: #c39e53;
border-radius: 2px 0 0 2px;
width: 200px;
height: 100%;
padding: 14px 10px;
display: inline-block;
color: #fff;
font-weight: normal;
text-align: center;
}
.inputfile + label strong::before {
content: "\f093";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 18px;
margin-right: 10px;
}
.inputfile + label:hover strong {
background-color: #444;
}
.inputfile + label span {
width: calc(100% - 200px);
height: 100%;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
vertical-align: top;
padding: 0 10px;
line-height: 46px;
} .label-inputfile + .wpcf7-not-valid-tip{
margin: 10px 0 0;
} .radio-item .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
height: 25px;
padding: 0 0 0 30px;
position: relative;
margin: 0 20px 10px 0;	
}
.radio-item .wpcf7-list-item:last-child{
margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item{
height: auto;
margin: 0 0 10px;
} .radio-item .wpcf7-list-item input,
.wpcf7-acceptance .wpcf7-list-item input {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
cursor: pointer;   
margin: 0;
z-index: 10;
} .checkmark {
position: absolute;
top: 0;
left: 0;
height: 24px;
width: 24px;
background-color: #FFF;
border: 1px solid #c39e53;
border-radius: 50%;
transition: all 200ms ease-in;
}  
.wpcf7-acceptance .checkmark {     
border-radius: 4px;   
} .radio-item .wpcf7-list-item:hover input ~ .checkmark,
.wpcf7-acceptance .wpcf7-list-item:hover input ~ .checkmark {
background-color: #f6f1e5; 
} .radio-item .wpcf7-list-item input:checked ~ .checkmark,
.wpcf7-acceptance .wpcf7-list-item input:checked ~ .checkmark {
background-color: #f6f1e5;
} .checkmark:after {
content: "";
position: absolute;
display: none;
} .radio-item .wpcf7-list-item input:checked ~ .checkmark:after,
.wpcf7-acceptance .wpcf7-list-item input:checked ~ .checkmark:after {
display: block;
} .radio-item .wpcf7-list-item .checkmark::after,
.wpcf7-acceptance .wpcf7-list-item .checkmark::after {
top: 4px;
left: 4px;
width: 14px;
height: 14px;
border-radius: 50%;
background: #c39e53;
}
.wpcf7-acceptance .wpcf7-list-item .checkmark::after{
border-radius: 1px;
} .radio-item .wpcf7-list-item-label{
line-height: 25px;
}
.radio-item.cordapele .wpcf7-list-item .wpcf7-list-item-label,
.radio-item.posicao .wpcf7-list-item .wpcf7-list-item-label{
padding: 0 0 0 30px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
line-height: 1.2em;
font-size: 13px;
} .radio-item.posicao{
display: block;
margin-bottom: 30px;
}
.radio-item.posicao .wpcf7-list-item {	
background-repeat: no-repeat;	
background-position: center bottom;
background-size: 100% auto;
width: 200px;
height: 235px;
padding: 0;
} .radio-item.posicaog1 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g1.jpg);
} .radio-item.posicaog2 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g2.jpg);
} .radio-item.posicaog3 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g3-1.jpg);
}
.radio-item.posicaog3 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g3-2.jpg);
}
.radio-item.posicaog3 .wpcf7-list-item:nth-child(3){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g3-3.jpg);
} .radio-item.posicaog4 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g4-1.jpg);
}
.radio-item.posicaog4 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g4-2.jpg);
}
.radio-item.posicaog4 .wpcf7-list-item:nth-child(3){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g4-3.jpg);
} .radio-item.posicaog5 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g5-1.jpg);
}
.radio-item.posicaog5 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g5-2.jpg);
} .radio-item.posicaog6 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g6-1.jpg);
}
.radio-item.posicaog6 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g6-2.jpg);
} .radio-item.posicaog7 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g7-1.jpg);
}
.radio-item.posicaog7 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g7-2.jpg);
}
.radio-item.posicaog7 .wpcf7-list-item:nth-child(3){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g7-3.jpg);
}
.radio-item.posicaog7 .wpcf7-list-item:nth-child(4){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g7-4.jpg);
} .radio-item.posicaog8 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g8-1.jpg);
}
.radio-item.posicaog8 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g8-2.jpg);
} .radio-item.posicaog9 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g9-1.jpg);
}
.radio-item.posicaog9 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g9-2.jpg);
} .radio-item.posicaog10 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g10-1.jpg);
}
.radio-item.posicaog10 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g10-2.jpg);
} .radio-item.cordapele{
display: block;
}
.radio-item.cordapele .wpcf7-list-item {	
background-size: 100% auto;
width: 160px;
height: 200px;
padding: 0;
}
.radio-item.cordapele .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/pele-1.jpg);
}
.radio-item.cordapele .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/pele-2.jpg);
}
.radio-item.cordapele .wpcf7-list-item:nth-child(3){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/pele-3.jpg);
}
.radio-item.cordapele .wpcf7-list-item:nth-child(4){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/pele-4.jpg);
}
.radio-item.cordapele .wpcf7-list-item:nth-child(5){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/pele-5.jpg);
} .outra-cor-cabelo{
margin: 5px 0 0 !important;    
}
.item-pessoa textarea{
margin-bottom: 0;
}
.wpcf7-field-group-add {
height: 30px;	
padding: 0 10px;
font-size: 14px;
}
.wpcf7-field-group-add::after{
content: " Adicionar pessoa";    
}
.aceites{
margin-bottom: 20px;
} .conteudo-woo .inner{
padding: 40px 15px;
}
.product-foto-pintura p.price{
display: none;
} .single-product div.product table.variations td {	
margin-bottom: 10px;
font-size: 20px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
background-color: #F7F1E5;
display: block;
line-height: 90px;	
}
a.reset_variations {
border: 1px solid rgba(0,0,0,.3);
border-radius: 4px;
width: 100px;
padding: 5px;	
color: rgba(0,0,0,.3);
font-size: 16px;
text-align: center;
margin: 20px 0 0;
}
a.reset_variations:hover{   
border: 1px solid #c39e53;
color: #c39e53;
} .texto_explicativo{
border: 1px solid #c39e53;
border-radius: 5px;
padding: 20px;    
margin-top: 50px;    
}
.woocommerce-product-gallery__image a{
pointer-events: none !important;
display: block;
}
#billing_country_field{
display: none !important;
} .msg-carrinho {
padding: 20px;
margin-bottom: 30px;
background-color: #c39e53;
margin-left: 0;
border-radius: 0;
color: #fff;
clear: both;
line-height: 1.2em;
text-align: center;
font-size: 20px;
} #billing_address_2_field label.screen-reader-text{
height: auto;
position: relative !important;
width: auto;
clip-path: unset;
}
.woocommerce #payment ul.payment_methods li #pagseguro-payment-methods li,
.woocommerce-page #payment ul.payment_methods li #pagseguro-payment-methods li {	
width: 50%;
}
.pagseguro-method-form .form-row-first,
.pagseguro-method-form .form-row-last{
width: 100%;
float: none;
} .info-pedido-tk{
width: 800px;
margin: 0 auto 30px;
}
.info-pedido-tk-txt{
padding: 15px 0 0;
text-align: center;
}
.info-pedido-tk .btn-info-pedido {
margin: 20px 0 0;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.page-finalizar-compra .woocommerce-customer-details .addresses{
float: none !important;
}
.page-finalizar-compra .woocommerce-customer-details .addresses::after{
content: "";
display: table;
clear: both;
} .page-finalizar-compra .shop_table.additional_details {
width: 100%;
max-width: 384px;
height: auto;
position: relative;
margin: 0 0 30px 199px;
border: 1px solid #444;
text-align: left;
display: block;
padding: 20px;
line-height: 1.3em;
}
.page-finalizar-compra .shop_table.additional_details td{
padding-left: 5px;
} @media only screen and (max-width : 768px) { h1{	    
font-size: 30px;     
}
h2{	
font-size: 24px;
margin-bottom: 20px;
}
h3{	
font-size: 22px;	
margin-bottom: 10px;
}
h4{
font-size: 20px;	
}
h5{
font-size: 18px;		
}
h6{
font-size: 16px;	
}
.site {	
padding-top: 100px;	
}
.inner{	
width: 100vw; 	
padding: 25px 20px;	
} form label {
color: #444;
font-size: 16px;		
text-align: left;
display: block;
margin-bottom: 10px;	
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
select,
textarea{
border: 1px solid #444;		
border-radius: 4px;
width: 100%;
color: #444;
font-family: 'PT Serif', serif;
font-size: 16px;	
font-weight: 400;		
margin-bottom: 15px;
transition: all 200ms ease-in;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password]{	
height: 40px;
padding: 0 15px;	
}
select {
background: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/seta-select.svg) no-repeat #FFF;
background-position: right 15px center;
background-size: auto 10px;
border: 1px solid #c39e53;
height: 40px;
padding: 0 40px 0 15px;
cursor: pointer;	
}
textarea{	
height: 130px;
padding: 15px;	
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus{
border: 1px solid #c39e53;	
}
input[type="submit"],
.wpcf7-field-group-add{
background-color: #FFF;
border: 1px solid #444;
border-radius: 4px;
width: auto;
height: 40px;
padding: 0 20px;
color: #444;
font-family: 'PT Serif', serif;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
display: block;	
cursor: pointer;
transition: all 200ms ease-in;
}
input[type="submit"]:hover,
.wpcf7-field-group-add:hover{
background-color: #c39e53;
border: 1px solid #c39e53;
color: #FFF;
} input::placeholder{
opacity: 1;
}
textarea::placeholder{
opacity: 1;
}
input:focus::placeholder{
opacity: 0;
}
textarea:focus::placeholder{
opacity: 0;
} .wpcf7 form .wpcf7-response-output {	
border: none !important;
border-top: 1px  solid #c39e53 !important;	
padding: 15px 0 0!important;	
color: #c39e53 !important;
font-weight: 600 !important;
margin: 20px 0 0 !important;
float: left;
text-align: left;
}
.wpcf7-not-valid-tip {
color: #c39e53 !important;
font-size: 0.75rem !important;
font-weight: 600 !important;
display: block;
text-transform: uppercase;
margin: -10px 0 0;
text-align: left;
}
.wpcf7-not-valid-tip::before{
content: "🡡 ";
font-weight: normal !important;
} .owl-nav {
width: 144px;
height: 48px;
position: absolute;
right: 44px;
pointer-events: none;	
bottom: -48px;	
}
.owl-prev,
.owl-next{
background: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/sprite-owl-setas.png) no-repeat #7F53A5 !important;	
width: 48px;
height: 48px;
position: absolute;
top: 0;
pointer-events: all;
transition: all 200ms ease-in;
}
.owl-prev{	
background-position: left center !important;
left: 0;
}
.owl-next{	
background-position: right center !important;	
right: 0;
}
.owl-prev:hover,
.owl-next:hover{
background-color: #A586BF !important;
}
.owl-prev span,
.owl-next span{
display: none;
}
.owl-dots{
padding: 20px 0;
font-size: 0;
text-align: center;
}
.owl-dot{
background-color: #bbb !important;
border-radius: 50%;
width: 10px;
height: 10px;
display: inline-block;
vertical-align: text-bottom;
margin: 0 5px;
transition: all 200ms ease-in;
}
.owl-dot.active{
background-color: #c39e53 !important;
} .row{
width: 100%;
position: relative;	
}
.row::after{
content: "";
display: table;
clear: both;
}
.col{	
float: none;
margin-right: 0;
margin-left: 0;	
}
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1{
width: 100%;	
}
.mb-30{
margin-bottom: 30px;
}
.row.inverse .col{
float: none;
}
.col img{
width: 100%;
} header,
header.large {	
width: 100vw;
}
.top-bar {
z-index: 3;
}
.top-bar .inner {
padding: 7px 20px;	
}
.top-bar a i{   
margin: 0;
}
.top-bar a span{
display: none;
}
.menu-minha-conta{   
margin: 0 0 0 30px; 
}
.menu-minha-conta a{
margin: 0;   
}
.sub-menu-minha-conta {
transition: all 200ms ease-in;
width: calc( 100vw - 40px );
right: -48px;
}
.sub-menu-minha-conta a {	
width: 100%;
text-align: right;
}
.sub-menu-minha-conta a:last-child{
margin: 0;
}
.menu-minha-conta:hover .sub-menu-minha-conta{
visibility: visible;
opacity: 1;
}
header .header-inner,
header.large .header-inner {
height: 70px;
padding: 10px 20px;
display: block;	
position: relative;
z-index: 2;	
}
.logo-container{
width: auto;
display: inline-block;
}
header .logo,
header.large .logo{	
height: 50px;	
} header.small{   
top: -30px;
}
header.small .header-inner{
padding: 10px 20px;
}
header.small .logo{
height: 50px;	
}
header,
.header-inner,
.logo{
transition: all 300ms ease-in;		
}
.btn-menu {
background-color: #FFF;
border: none;
width: 30px;
height: 30px;
color: #444;
display: block;
position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
transition: all 200ms ease-in;
padding: 0;
font-size: 24px;
} header .navegacao,
header.large .navegacao {
background-color: #FFF;
width: 100vw;
height: 100vh;
padding: 100px 20px 0;
position: absolute;
top: -30px;
left: 100vw;
z-index: 10;	
transition: all 400ms ease-in;
}
header.small .navegacao {
top: 0;
}
.navegacao ul li{	
display: block;
margin: 0 0 25px;
}
.navegacao ul li a{	
padding: 10px 0;
font-size: 22px;
text-align: center;	
}
.navegacao ul li a:hover{
color: #c39e53;   
}
a.btn-loja {
width: 120px;
display: block;
text-align: center;
line-height: 1.4em;
padding: 5px 10px;
height: 50px;
position: absolute;
top: 10px;
right: 70px;
} footer .inner {
padding: 25px 20px;
}
.col-footer{
width: 100%;
float: none;
margin: 0 0 20px;
}
.direitos .inner {
padding: 10px 0 80px;	
} .titulo-home h2{   
padding: 0 15px 10px;   
}
.tradicao-home .col-3 {
width: calc( 50% - 10px );
margin: 0 0 20px;
float: left !important;
}
.mrb-20{
margin: 0 20px 20px 0 !important;
}
.mb-20{
margin-bottom: 20px;
}
.tradicao-home .col-4{
clear: both;
}
h1.titulo-bio{    
width: 100%;   
}
h1.titulo-bio span{
display: block;
line-height: 1;
}
h1.titulo-bio span:nth-child(1){
font-size: 22px;
margin-bottom: 10px;
}
h1.titulo-bio span:nth-child(2){
font-size: 18px;
margin-bottom: 5px;
}
h1.titulo-bio span:nth-child(3){
font-size: 36px;
}
.blog-home .card-blog{
margin-bottom: 30px;
}
.blog-home .card-blog:last-child{
margin-bottom: 0;
}
.port-home-item {
width: calc( 50vw - 25px);
height: calc( 50vw - 25px);
margin: 0 10px 10px 0;
}
.port-home-item:nth-child(even){
margin: 0 0 10px;
}
.port-home-img{   
max-width: 100%;   
max-height: 100%; 
}
.mb-10{
margin-bottom: 10px;
}
.foto-pintura-txt .btn-mais {
height: auto;
line-height: 1.4em;
padding: 10px 0;
} .fotos-destaque .col-4 {
width: calc( 50% - 10px );	
float: left !important;
}
.mr-20{
margin-right: 20px;
}
.titulo-pagina{  
margin-bottom: 20px;
}
.titulo-pagina h1 {	
padding: 0 15px 10px;	
} .padrao ul, .padrao ol{
padding: 0 20px;	
}
.padrao img.size-full.alignleft {
width: 100%;	
margin: 15px 0 10px 0;
}
.padrao img.size-medium.alignleft,
.padrao img.size-medium.alignright {
width: auto;
max-width: 100%;	
float: none;
margin: 15px auto;
}
.padrao img + blockquote {
padding: 10px 20px 20px 20px;
}
.padrao blockquote {
padding: 10px 20px 20px 20px;
}
.padrao blockquote p{	
font-size: 20px;	
}
.padrao .video{
padding: 0;   
}
.padrao table td,
.padrao table th {      
padding: 5px;    
} .gallery {   
padding: 15px 0 0;   
}
.gallery-item {	
width: calc( 50% - 5px );
max-width: 300px;	
margin: 0 10px 10px 0;
vertical-align: top;
}
.gallery-item:nth-child(3n+0){
margin: 0 10px 10px 0;
}
.gallery-item:nth-child(2n+0){
margin: 0 0 10px 0;
} .compartilhar {	
margin: 20px 0 0;   
}
.compartilhar p {
font-size: 18px;	
} .social-pagina{
padding-top: 20px;    
}
.social-pagina a {
margin: 0 10px 20px;
} .grid {
padding: 0;   
}
.grid-item{   
width: 100%;
max-width: 370px;
margin-bottom: 20px;
}
.grid-item-img{
width: 100%;
}  .slider-blog .inner{
padding: 0;
}
.slide-blog-item{
background-color: #f6f1e5;
height: auto;    
}
.slide-blog-img{
width: 100vw !important;
height: auto;  
}
.slide-blog-info {	
background-color: #f6f1e5;
width: 100vw;
padding: 20px;
position: relative;
top: 0;	
transform: none;   
}
.owl-blog .owl-dots {
width: 100%;
text-align: center;
position: relative;
padding: 0 0 20px;
}
.filtros select{
width: 100%;    
}
.link-blog{
background-color: #c39e53;
display: block;
}
.blog-thumb{
transition: all 200ms ease-in;
}
.link-blog:hover .blog-thumb{
opacity: 0.5;
}
.link-blog{
margin-bottom: 15px;
}
.card-blog{
margin-bottom: 20px;
}
.card-blog h3{   
color: #c39e53;
text-transform: none;
margin-bottom: 10px;
}
.btn-carrega-mais {
margin-top: 0;   
} .single .fotos-destaque.bg-gold {
background-color: #FFF;
}
.single .fotos-destaque .inner{
padding: 0;
}
.single .titulo-pagina {	
margin-bottom: 10px;
}
.meta{
text-align: left;
margin-bottom: 30px;
}
.item-meta{
display: block;
margin: 0 0 10px;
}  .accordion dt h4 {
font-size: 18px;   
}
.accordion dt.open + dd {
padding: 0 30px 20px 0;	
} .btn-info-pedido {
margin-top: 30px;
height: auto;
line-height: 1.4em;
text-align: center;
padding: 10px 20px;
} .info-importante{   
padding: 15px;
margin-bottom: 30px;
}
.pedido select,
.numero-pessoas select{
width: 100%;
}
.item-pessoa{  
padding: 15px;
margin-bottom: 10px;
}
.item-pessoa-foto,
.item-pessoa-radio{
margin-bottom: 20px;
} .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.inputfile + label {
background-color: #fff;
border: 1px solid #c39e53;
border-radius: 4px;
width: 100%;
height: 60px;
font-family: 'PT Serif', serif;
font-size: 16px;
color: #c39e53;   
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
margin-bottom: 0;
}
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
border-color: #444;
}
.inputfile + label strong {
border-radius: 2px 2px 0 0;
width: 100%;
height: 30px;
padding: 4px 10px;
display: block;	
}
.inputfile + label strong::before {
content: "\f093";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 18px;
margin-right: 10px;
}
.inputfile + label:hover strong {
background-color: #444;
}
.inputfile + label span {
width: 100%;
height: 30px;
display: block;
line-height: 30px;
text-align: center;
} .radio-item .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
margin: 0 0 10px;
width: 100%;
} .radio-item .wpcf7-list-item input,
.wpcf7-acceptance .wpcf7-list-item input {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
cursor: pointer;   
margin: 0;
z-index: 10;
} .checkmark {
position: absolute;
top: 0;
left: 0;
height: 24px;
width: 24px;
background-color: #FFF;
border: 1px solid #c39e53;
border-radius: 50%;
transition: all 200ms ease-in;
}  
.wpcf7-acceptance .checkmark {     
border-radius: 4px;   
} .radio-item .wpcf7-list-item:hover input ~ .checkmark,
.wpcf7-acceptance .wpcf7-list-item:hover input ~ .checkmark {
background-color: #f6f1e5; 
} .radio-item .wpcf7-list-item input:checked ~ .checkmark,
.wpcf7-acceptance .wpcf7-list-item input:checked ~ .checkmark {
background-color: #f6f1e5;
} .checkmark:after {
content: "";
position: absolute;
display: none;
} .radio-item .wpcf7-list-item input:checked ~ .checkmark:after,
.wpcf7-acceptance .wpcf7-list-item input:checked ~ .checkmark:after {
display: block;
} .radio-item .wpcf7-list-item .checkmark::after,
.wpcf7-acceptance .wpcf7-list-item .checkmark::after {
top: 4px;
left: 4px;
width: 14px;
height: 14px;
border-radius: 50%;
background: #c39e53;
}
.wpcf7-acceptance .wpcf7-list-item .checkmark::after{
border-radius: 1px;
} .radio-item .wpcf7-list-item-label{
line-height: 25px;
}
.radio-item.cordapele .wpcf7-list-item .wpcf7-list-item-label,
.radio-item.posicao .wpcf7-list-item .wpcf7-list-item-label{
padding: 0 0 0 30px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
line-height: 1.2em;
font-size: 13px;
} .radio-item.posicao{
display: block;
margin-bottom: 10px;
}
.radio-item.posicao .wpcf7-list-item {
width: 140px;
height: 170px;
margin: 0 20px 20px 0;
} .radio-item.posicaog1 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g1.jpg);
} .radio-item.posicaog2 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g2.jpg);
} .radio-item.posicaog3 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g3-1.jpg);
}
.radio-item.posicaog3 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g3-2.jpg);
}
.radio-item.posicaog3 .wpcf7-list-item:nth-child(3){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g3-3.jpg);
} .radio-item.posicaog4 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g4-1.jpg);
}
.radio-item.posicaog4 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g4-2.jpg);
}
.radio-item.posicaog4 .wpcf7-list-item:nth-child(3){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g4-3.jpg);
} .radio-item.posicaog5 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g5-1.jpg);
}
.radio-item.posicaog5 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g5-2.jpg);
} .radio-item.posicaog6 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g6-1.jpg);
}
.radio-item.posicaog6 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g6-2.jpg);
} .radio-item.posicaog7 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g7-1.jpg);
}
.radio-item.posicaog7 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g7-2.jpg);
}
.radio-item.posicaog7 .wpcf7-list-item:nth-child(3){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g7-3.jpg);
}
.radio-item.posicaog7 .wpcf7-list-item:nth-child(4){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g7-4.jpg);
} .radio-item.posicaog8 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g8-1.jpg);
}
.radio-item.posicaog8 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g8-2.jpg);
} .radio-item.posicaog9 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g9-1.jpg);
}
.radio-item.posicaog9 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g9-2.jpg);
} .radio-item.posicaog10 .wpcf7-list-item:nth-child(1){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g10-1.jpg);
}
.radio-item.posicaog10 .wpcf7-list-item:nth-child(2){
background-image: url(//mestrejuliosantos.com.br/wp-content/themes/aureoestudio/img/g10-2.jpg);
} .radio-item.cordapele .wpcf7-list-item {
width: 120px;
height: 170px;
margin: 0 20px 0 0;
}
.page-template-page-sucesso .btn-mais {
height: auto;
line-height: 1.4em;
padding: 10px 20px;
} .conteudo-woo .inner {
padding: 10px 20px 30px;
}
.product-foto-pintura p.price{
display: none;
} .single-product div.product table.variations td.value {
padding: 0 0 0 5px;
}
.variable-item:not(.radio-variable-item) {
width: 96px;
height: 96px;
}
.wvs-style-squared .button-variable-item {
min-width: 96px;
max-width: 96px;
}
.single-product div.product table.variations td {	
margin-bottom: 10px;
font-size: 20px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
background-color: #F7F1E5;
display: block;
line-height: 90px;	
} .texto_explicativo{
border: 1px solid #c39e53;
border-radius: 5px;
padding: 20px;    
margin-top: 50px;    
}
.woocommerce-product-gallery__image a{
pointer-events: none;
}
#billing_country_field{
display: none !important;
}  .woocommerce #payment ul.payment_methods li #pagseguro-payment-methods li,
.woocommerce-page #payment ul.payment_methods li #pagseguro-payment-methods li {	
width: 100%;
} .info-pedido-tk {
width: 100%;
margin: 0 auto 30px;
}
.info-pedido-tk .btn-info-pedido {
margin: 20px 0 0;
left: 0;
transform: none;
height: auto;
line-height: 1.4em;
text-align: center;
padding: 10px 20px;
}
}