*, *:focus, *:before, *:after{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
outline: 0;
}
body{
background-color: rgb(255, 255, 255);
font-family: "Montserrat", sans-serif!important;
font-style: normal;
font-weight: normal;
font-size: 14px;
margin: 0;
padding: 0;
}
input, select, textarea{
border: rgb(192, 192, 192) solid 1px;
border-radius: 60px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
padding: 18px 40px;
display: inline-block;
font-family: "Montserrat", sans-serif!important;
}
elementor *,
p,
ul li,
table{
line-height: 25px!important;
font-family: "Montserrat", sans-serif!important;
font-size: 16px!important;
color: rgb(102, 102, 102)!important;
}
a{
display: inline-block;
text-decoration: none;
transition: .3s;
}
a:hover{
opacity: .8;
}
h1, h2, h3, h4, h5, h6{
margin-top: 0;
font-weight: 300;
}
.text-left{
text-align: left;
}
.text-center{
text-align: center;
}
.text-right{
text-align: right;
}
ul.no-style{
margin: 0;
padding: 0;
list-style: none;
}
ul.no-style.linedup li{
display: inline-block;
}
.button,
.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button{
border: 0;
border-radius: 60px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
padding: 18px 40px;
display: inline-block;
position: relative;
text-align: center;
}
.button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover{
opacity: .8;
}
.button.button-cart{
padding: 18px 40px 18px 55px;
}
.button.button-cart:before{
content: '';
background-image: url(//lemoslab.com.br/site/wp-content/themes/lemos/assets/img/icon-cart.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
width: 15px;
height: 15px;
position: absolute;
top: 50%;
left: 20px;
transform: translateY(-60%);
}
.button.button-grey{
background-color: rgb(61, 75, 76)!important;
color: rgb(255, 255, 255);
}
img.cover,
img.contain{
width: 100%;
height: 100%;
object-position: center;
}
img.cover{
object-fit: cover;
}
img.contain{
object-fit: contain;
}
.wdh{
max-width: 1366px;
min-width: 320px;
margin: 0 auto;
padding: 0 20px;
}
.wdh.medium{ max-width: 1280px; }
.wdh.nopadding{
padding: 0;
}
.flex{
display: flex;
flex-flow: row wrap;
}
.flex.flex-reverse-row{
flex-direction: row-reverse;
}
.flex.middle{
align-items: center;
}
.flex.between{
justify-content: space-between;
}
.flex.center{
justify-content: center;
}
.flex.evenly{
justify-content: space-evenly;
}
.flex.around{
justify-content: space-around;
}
.flex.start{
justify-content: flex-start;
}
.flex.end{
justify-content: end;
} img.alignright, img.alignleft, img.aligncenter, p img{ max-width: 100%; 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; } ul.slick-dots{
list-style: none;
margin: 0;
padding: 0;
text-align: center;
position: absolute;
width: 100%;
bottom: 15px;
}
ul.slick-dots li{
display: inline-block;
}
ul.slick-dots li button{
width: 18px;
height: 18px;
background-color: rgb(228, 228, 228);
border-radius: 100%;
font-size: 0;
border: 0;
margin: 11px;
cursor: pointer;
}
ul.slick-dots li.slick-active button{
background-color: rgb(163, 42, 42);
}
.wp-pagenavi{}
.wp-pagenavi .pages,
.wp-pagenavi a:last-child{}
.wp-pagenavi a, .wp-pagenavi span{}
.wp-pagenavi a:hover, .wp-pagenavi span.current{}
.wp-pagenavi span.current{}
body.bgBody:before{
content: '';
background-color: rgba(0, 0, 0, .9);
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 9999;
}
.offcanvas{
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 9999;
display: none;
}
.offcanvas.active{
display: block;
}
.offcanvas > a{
color: rgb(255, 255, 255);
font-size: 30px;
position: absolute;
top: 10px;
left: 15px;
}
.offcanvas nav{
background-color: rgb(255, 255, 255);
box-shadow: 0 0 7px 1px;
width: 250px;
height: 100%;
position: absolute;
right: -300px;
}
.offcanvas nav.active{
right: 0;
}
.offcanvas nav ul{
margin: 0;
padding: 0;
list-style: none;
}
.offcanvas nav ul li{}
.offcanvas nav ul li a{
color: rgb(163, 42, 42);
display: block;
padding: 15px;
width: 100%;
}
.offcanvas nav ul li ul.sub-menu{
display: none;
}
.offcanvas nav ul li ul.sub-menu.active{}
.offcanvas nav ul li ul.submenu li{}
.offcanvas nav ul li ul.submenu li a{} .sidebar{
width: 320px;
}
.sidebar .sidebar-title{
background-color: rgb(170, 60, 60);
color: rgb(255, 255, 255);
padding: 15px;
}
.sidebar .sidebar-title h2{
margin: 0;
}
.sidebar .list-items{
background-color: rgb(240, 240, 240);
padding: 7px;
}
.sidebar .list-items ul{}
.sidebar .list-items ul li{
border-bottom: rgb(200, 200 ,200) solid 1px;
padding: 10px 0 10px 0;
}
.sidebar .list-items ul li:last-child{
border: 0;
}
.sidebar .list-items ul li a{
color: rgb(0, 0, 0);
display: block;
}
.sidebar .list-items ul li a:hover{
color: rgb(170 60 60);
}
.sidebar .list-items ul li a .post-thunb{
width: 80px;
height: 80px
}
.sidebar .list-items ul li a .post-thumb img{}
.sidebar .list-items ul li a .post-title-rc{
width: 210px;
padding: 0 10px;
}
.sidebar .list-items ul li a .post-title-rc h3{
font-size: 16px;
}
.sidebar .list-items.categories ul li a .post-title-rc{
width: 100%;
}
.wp-pagenavi{
text-align: center;
margin: 45px 0;
}
.wp-pagenavi .pages,
.wp-pagenavi a:last-child{
display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
background-color: rgb(240 ,240, 240);
display: inline-block;
padding: 7px 15px!important;
border: 0!important;
color: rgb(0, 0, 0)!important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
background-color: rgb(163, 42, 42);
color: rgb(255, 255, 255)!important;
font-weight: normal!important;
}
.wp-pagenavi span.current{}
.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}
.grecaptcha-badge{
right: -1000px!important;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow{
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 9;
width: 25px;
height: 25px;
border: 0;
background-color: transparent;
font-size: 0;
cursor: pointer;
}
.slick-prev.slick-arrow{
left: -15px;
}
.slick-next.slick-arrow{
right: -15px;
}
.slick-prev.slick-arrow:before,
.slick-next.slick-arrow:before{
font-size: 34px;
}
.slick-prev.slick-arrow:before{
content: '\2039';
}
.slick-next.slick-arrow:before{
content: '\203A';
}header.header{
padding: 10px;
}
header.header .logo{}
header.header .logo a{
width: 84px;
height: 100px;
}
header.header .logo a img{}
header.header .navbar{
font-weight: bold;
text-transform: uppercase;
}
header.header .navbar nav{}
header.header .navbar nav ul{
margin: 0;
padding: 0;
list-style: none;
}
header.header .navbar nav ul li{
display: inline-block;
position: relative;
}
header.header .navbar nav ul li a{
padding: 15px 8px;
color: rgb(61, 75, 76);
position: relative;
transition: .3s;
}
header.header .navbar nav ul li:hover a,
header.header .navbar nav ul li.current_page_item a{
color: rgb(163, 42, 42);
}
header.header .navbar nav ul li:nth-child(2),
header.header .navbar nav ul li:nth-child(4),
header.header .navbar nav ul li:nth-child(5),
header.header .navbar nav ul li:nth-child(6){
padding-right: 5px;
}
header.header .navbar nav ul li:nth-child(2):before,
header.header .navbar nav ul li:nth-child(4):before,
header.header .navbar nav ul li:nth-child(5):before,
header.header .navbar nav ul li:nth-child(6):before{
content: '';
border: transparent solid 4px;
border-top: rgb(0, 0, 0) solid 4px;
position: absolute;
top: 50%;
right: -2px;
transform: translateY(-30%);
width: 5px;
height: 7px;
transition: .3s;
}
header.header .navbar nav ul li:nth-child(2):hover:before,
header.header .navbar nav ul li:nth-child(4):hover:before,
header.header .navbar nav ul li:nth-child(5):hover:before,
header.header .navbar nav ul li:nth-child(6):hover:before{
border-top: transparent solid 4px;
border-bottom: rgb(163, 42, 654) solid 4px;
transform: translateY(-80%);
}
header.header .navbar nav ul li ul.sub-menu li:before,
header.header .navbar nav ul li ul.sub-menu li:hover:before{
border: 0;
}
header.header .navbar nav ul li ul.sub-menu{
background-color: rgb(255, 255, 255);
box-shadow: 0 5px 15px 1px rgba(0, 0, 0, .1);
position: absolute;
top: 45px;
left: 0;
z-index: 9999;
width: 250px;
height: 0;
overflow: hidden;
}
header.header .navbar nav ul li:hover ul.sub-menu{
height: auto;
transition: .3s;
}
header.header .navbar nav ul li ul.sub-menu li{
display: list-item;
}
header.header .navbar nav ul li ul.sub-menu li a{
display: block;
color: rgb(0, 0, 0);
padding: 15px;
}
header.header .navbar nav ul li ul.sub-menu li:hover a{
color: rgb(163, 42, 42);
}
header.header .cart-itens{}
header.header .cart-itens .item-offcanvas{
position: relative;
top: 10px;
display: none;
}
header.header .cart-itens .item-offcanvas a{
background-image: url(//lemoslab.com.br/site/wp-content/themes/lemos/assets/img/icon-offcanvas.svg);
background-repeat: no-repeat;
background-sizing: contain;
background-position: center;
font-size: 0;
width: 30px;
height: 30px;
}
header.header .cart-itens a{} header.header.navfixed{
background-color: rgb(255, 255, 255);
box-shadow: 0 0 25px 1px rgba(0, 0, 0, .5);
position: fixed;
width: 100%;
padding: 10px;
top: 0;
left: 0;
z-index: 999;
}
header.header.navfixed .logo a{
height: 50px!important;
}
header.header.navfixed .cart-itens a{
padding: 10px 25px 10px 45px;
} .banner-slider{}
.banner-slider .banner-item{
height: 300px;
overflow: hidden;
position: relative;
}
.banner-slider .banner-item a{
position: absolute;
width: 100%;
height: 100%;
z-index: 9999;
}
.banner-slider .banner-item img{
position: relative;
z-index: -1;
}
.banner-slider .banner-item .banner-info{
width: 450px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 25px 0;
display: none;
}
.banner-slider .banner-item .banner-info .block-title{
color: rgb(255, 255, 255);
}
.banner-slider .banner-item .banner-info .block-title .subtitle{}
.banner-slider .banner-item .banner-info .block-title .subtitle h3{
font-size: 22px;
margin: 0;
}
.banner-slider .banner-item .banner-info .block-title .title{
padding: 15px 0 25px 0;
}
.banner-slider .banner-item .banner-info .block-title .title h2{
font-size: 82px;
font-weight: 700;
margin: 0;
}
.banner-slider .banner-item .banner-info .block-button{}
.banner-slider .banner-item .banner-info .block-button a{
background-color: rgb(163, 42, 42);
color: rgb(255, 255, 255);
padding: 12px 25px;
} .banner-pages{}
.banner-pages .banner-item{
background-color: rgb(240, 240, 240);
height: 150px;
position: relative;
}
.banner-pages .banner-item img{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.banner-pages .banner-item .block-title{
background-color: rgba(240, 240, 240);
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
}
.banner-pages .banner-item .block-title h1{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: rgb(59, 59, 59);
font-size: 36px;
text-align: center;
} .box-forms-login{
background-color: rgb(163, 42, 42);
}
.box-forms-login .block-item{
background-color: rgb(247, 249, 250);
color: rgb(119, 119, 119);
width: 33.3%;
height: 250px;
}
.box-forms-login .block-item .item-inner{
width: 60%;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -55%);
}
.box-forms-login .block-item:nth-child(1) .item-inner{
transform: translate(-50%, -60%);
width: 60%
}
.box-forms-login .block-item:first-child,
.box-forms-login .block-item:last-child{
background-color: rgb(163, 42, 42);
color: rgb(255, 255, 255);
}
.box-forms-login .block-item:first-child a{
color: rgb(255, 255, 255);
}
.box-forms-login .block-item .title{
padding: 0px 10px;
position: relative;
}
.box-forms-login .block-item .title:before{
content: '';
background-repeat: no-repeat;
background-sizing: auto;
background-position: center;
width: 47px;
height: 47px;
position: absolute;
top: 50%;
left: -47px;
transform: translateY(-50%);
}
}
.atendimento{ font-size: 125%;
position: absolute;
top: 0px;
left: -90px;
transform: translateY(-50%);
}
.matriz1{
font-size: 125%;
position: absolute;
top: 30%;
left: 11%;
transform: translateY(-50%);
}
.matriz2{
position: absolute;
top: 54%;
left: 2%;
transform: translateY(-50%);
}
.saopaulo{
position: absolute;
top: 77%;
left: 2%;
transform: translateY(-50%);
}
.rio{
position: absolute;
top: 100%;
left: 2%;
transform: translateY(-50%);
}
.zap1{
position: absolute;
top: 30%;
left: -7%;
transform: translateY(-50%);
}
.zap2{
position: absolute;
top: 55%;
left: -7%;
transform: translateY(-50%);
}
.zap3{
position: absolute;
top: 78%;
left: -7%;
transform: translateY(-50%);
}
.zap4{
position: absolute;
top: 101%;
left: -7%;
transform: translateY(-50%);
}
.box-forms-login .block-item:nth-child(2) .title:before{
background-image: url(//lemoslab.com.br/site/wp-content/themes/lemos/assets/img/icon-user.svg);
}
.box-forms-login .block-item:nth-child(2) .title h2{
color: rgb(163, 42, 42);
}
.box-forms-login .block-item:nth-child(3) .title:before{
background-image: url(//lemoslab.com.br/site/wp-content/themes/lemos/assets/img/icon-user-med.svg);
}
.box-forms-login .block-item .title h2{
margin: 7px 0;
}
.box-forms-login .block-item .title span{}
.box-forms-login .block-item .form-login{
margin: 4px 0;
}
.box-forms-login .block-item .form-login label{
width: 100%;
padding: 7px 0px;
}
.box-forms-login .block-item .form-login label input{
width: 100%;
}
.box-forms-login .block-item .form-login label:nth-child(2){
width: 65%;
}
.box-forms-login .block-item .form-login label:nth-child(3){
width: 35%!important;
}
.box-forms-login .block-item .form-login label:nth-child(2) input,
.box-forms-login .block-item .form-login label:nth-child(2) input{
width: 95%;
} .box-result .block-item{
width: 50%;
}
.box-result .block-item:first-child{
padding: 80px;
}
.box-result .block-item .block-inner{}
.box-result .block-item .block-inner .subtitle{}
.box-result .block-item .block-inner .subtitle h3{
color: rgb(163, 42, 42);
font-size: 18px;
}
.box-result .block-item .block-inner .title{}
.box-result .block-item .block-inner .title h2{
font-size: 48px;
}
.box-result .block-item .block-inner .block-info{}
.box-result .block-item .block-inner .block-info p{
color: rgb(139, 151, 165)!important;
}
.box-result .block-item .block-inner .block-button{
margin: 35px 0;
}
.box-result .block-item .block-inner .block-info .block-button a{}
.box-result .block-item .block-item-circle{}
.box-result .block-item .block-item-circle .progress-pie-chart{
position: relative;
}
.box-result .block-item .block-item-circle .progress-pie-chart .pie-value{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 42px;
background-color: rgb(149 39 38);
color: rgb(255, 255, 255);
width: 100%;
height: 100%;
border-radius: 100%;
width: 200px;
height: 200px;
padding: 70px;
}
.box-result .block-item .block-item-circle .progress-pie-chart canvas{
width: 200px;
height: 200px;
margin: 0 auto;
}
.box-result .block-item .block-item-circle .item-title{
padding: 25px 15px;
}
.box-result .block-item .block-item-circle .item-title span{
font-size: 18px;
} .box-experts{
background-color: rgb(247, 249, 250);
}
.box-experts .block-item{
width: 25%;
height: 350px;
transition: .3s;
}
.box-experts .block-item:nth-child(1),
.box-experts .block-item:nth-child(2){
width: 50%;
min-height: 600px;
}
.box-experts .block-item:nth-child(2){
background-color: rgb(247, 249, 250);
padding: 80px 20px;
}
.box-experts .block-item .block-inner .subtitle{}
.box-experts .block-item .subtitle h3{
color: rgb(163, 42, 42);
font-size: 18px;
}
.box-experts .block-item .block-inner .title{}
.box-experts .block-item .block-inner .title h2{
font-size: 42px;
line-height: 45px;
}
.box-experts .block-item .block-inner .block-info{}
.box-experts .block-item .block-inner .block-info p{
color: rgb(139, 151, 165)!important;
}
.box-experts .block-item .block-inner .block-button{
margin: 35px 0;
}
.box-experts .block-item:nth-child(3) a,
.box-experts .block-item:nth-child(5) a{
color: rgb(255, 255, 255);
display: block;
width: 100%;
height: 100%;
}
.box-experts .block-item:nth-child(3){
background-color: rgb(163, 42, 42);
}
.box-experts .block-item:nth-child(5){
background-color: rgb(119, 119, 119);
}
.box-experts .block-item:nth-child(3):hover,
.box-experts .block-item:nth-child(5):hover{
background-color: rgb(59, 59, 59);
}
.box-experts .block-item .block-inner{
padding: 25px;
top: 50%;
transform: translateY(-50%);
position: relative;
}
.box-experts .block-item .block-inner .block-info .block-button a{}
.box-experts .block-item .block-inner .icon{
width: 45px;
height: 45px;
margin: 25px auto;
}
.box-experts .block-item .block-inner .icon img{}
.box-experts .block-item .block-inner .title{
margin: 25px 0;
}
.box-experts .block-item:nth-child(3) .block-inner .title h2,
.box-experts .block-item:nth-child(5) .block-inner .title h2{
font-size: 18px;
}
.box-experts .block-item .block-inner .info{}
.box-experts .block-item .block-inner .info p{
color: rgb(255, 255, 255)!important;
line-height: 30px;
font-size: 18px;
} .box-certificates{
max-width: 660px;
margin: 0 auto;
}
.box-certificates .block-title{
margin-top: 50px;
margin-bottom: -40px;
}
.box-certificates .block-title h2{
font-size: 48px;
}
.box-certificates #slider > div{}
.box-certificates #slider > div a{
width: 100%;
height: 250px;
}
.box-certificates #slider > div a img{} .box-prods{
padding: 0 0 75px 0;
}
.box-prods .block-subtitle{}
.box-prods .block-subtitle h3{
color: rgb(163, 42, 42);
font-size: 18px;
}
.box-prods .block-title{}
.box-prods .block-title h2{
font-size: 48px;
}
.title-genetic-tests{
background-color: rgb(240, 240, 240);
padding: 15px;
}
.title-genetic-tests h2{
font-size: 38px;
margin: 0;
}
.box-prods .prod-list{}
.box-prods .prod-list .prod-item{
padding: 10px;
}
.box-prods .prod-list .prod-item .item-inner{
padding-bottom: 15px;
transition: .3s;
}
.box-prods .prod-list.prod-page .prod-item{
max-width: 375px;
margin: 0 0 45px 0;
}
.box-prods .prod-list.prod-slider .prod-item .item-inner{
padding-bottom: 15px;
transition: .3s;
}
.box-prods .prod-list .prod-item:hover{
background-color: rgb(240, 240, 240);
padding: 7px;
}
.box-prods .prod-list .prod-item .prod-cover{
height: 295px;
}
.box-prods .prod-list .prod-item .prod-cover img{
width: 100%;
}
.box-prods .prod-list .prod-item .prod-title{
padding: 35px 0;
}
.box-prods .prod-list .prod-item .prod-title h2{
}
.box-prods .block-button{
padding: 75px 0 0 0;
}
.box-prods .posts-list .block-button a{}
.box-prods .prod-list ul.slick-dots{
bottom: -45px;
}
.single-product{
padding-bottom: 100px;
}
.single-product .prod-cover{
width: 40%;
padding: 25px;
}
.single-product .prod-cover a{
display: block;
}
.single-product .prod-cover img{
border: rgb(235, 235, 235) solid 1px;
width: 100%;
height: 335px;
}
.single-product .prod-info{
width: 60%;
padding: 10px 25px;
}
.single-product .prod-info .title{}
.single-product .prod-info .title h2{}
.single-product .prod-info .description{}
.single-product .prod-info ._block-button{
padding: 35px 0;
}
.single-product .extra-description{}
.single-product .extra-description .title{
background-color: rgb(164 41 43);
padding: 15px;
}
.single-product .extra-description .title h2{
color: rgb(255, 255, 255);
font-weight: bold;
margin: 0;
}
.single-product .extra-description .extra-text{
margin: 45px 0;
}
.single-product .extra-description .extra-text ul li{
font-family: "Montserrat", sans-serif!important;
font-style: normal;
font-weight: normal;
font-size: 16px;
padding: 7px 0;
} .box-contact{
background-color: rgb(163, 42, 42);
margin: 15px 0;
}
.box-contact.page,
.box-contact.page .block-item:first-child,
.box-contact.page .block-item .block-inner .contact-form label ::placeholder{
background-color: transparent;
color: rgb(0, 0, 0);
}
.box-contact .block-item{
width: 50%;
min-height: 600px;
}
.box-contact .block-item:first-child{
background-color: rgb(163, 42, 42);
color: rgb(255, 255, 255);
padding: 80px;
}
.box-contact .block-item .block-inner{}
.box-contact .block-item .block-inner .subtitle{}
.box-result .block-item .block-inner .subtitle h3{
color: rgb(163, 42, 42);
font-size: 18px;
}
.box-contact .block-item .block-inner .title{}
.box-contact .block-item .block-inner .title h2{
font-size: 48px;
}
.box-contact .block-item .block-inner .block-info{}
.box-contact .block-item .block-inner .block-info p{}
.box-contact .block-item .block-inner .block-button{
margin: 35px 0;
}
.box-contact .block-item .block-inner .block-info .block-button a{}
.box-contact .block-item .block-inner .contact-form{}
.box-contact .block-item .block-inner .contact-form label{
padding: 7px;
}
.box-contact .block-item .block-inner .contact-form label ::placeholder{
color: rgb(255, 255, 255);
}
.box-contact .block-item .block-inner .contact-form label input,
.box-contact .block-item .block-inner .contact-form label select,
.box-contact .block-item .block-inner .contact-form label textarea{
background-color: transparent;
color: rgb(255, 255, 255)!important;
width: 100%!important;
padding: 20px;
}
.box-contact .block-item .block-inner .contact-form label select option{
color: rgb(0, 0, 0)!important;
}
.box-contact .block-item .block-inner .contact-form label select option{
color: rgb(0, 0, 0)!important;
}
.box-contact .block-item .block-inner .contact-form label input[name="data-agendamento"]{
position: relative;
} .box-contact .block-item .block-inner .contact-form label{
width: 50%;
margin: 5px 0;
}
.box-contact .block-item .block-inner .contact-form label select{}
.box-contact .block-item .block-inner .contact-form label textarea{
height: 90px;
border-radius: 15px;
}
.box-contact .block-item .block-inner .contact-form label input[type="submit"]{
width: auto!important;
} .box-news{
padding: 75px 0;
}
.box-news .block-subtitle{}
.box-news .block-subtitle h3{
color: rgb(163, 42, 42);
font-size: 18px;
}
.box-news .block-title{}
.box-news .block-title h2{
font-size: 48px;
}
.box-news .posts-list{}
.box-news .posts-list .post-item{
width: 375px;
margin: 45px auto;
}
.box-news .posts-list .post-item .post-cover{
height: 295px;
}
.box-news .posts-list .post-item .post-cover a{
padding: 0!important;
}
.box-news .posts-list .post-item .post-cover img{
width: 100%;
height: 295px;
}
.box-news .posts-list .post-item .post-category-by{
padding: 15px 0;
}
.box-news .posts-list .post-item .post-category-by .post-category{
width: 125px;
}
.box-news .posts-list .post-item .post-category-by .post-category a{
background-color: rgb(163, 42, 42);
color: rgb(255, 255, 255);
padding: 10px 15px;
font-size: 14px;
text-transform: initial;
}
.box-news .posts-list .post-item .post-category-by .post-by{
width: 250px;
}
.box-news .posts-list .post-item .post-category-by .post-by span{
padding: 7px;
display: block;
}
.box-news .posts-list .post-item .post-category-by .post-comments{
width: 100%;
padding: 15px 0;
}
.box-news .posts-list .post-item .post-category-by .post-comments span{}
.box-news .posts-list .post-item .post-title{}
.box-news .posts-list .post-item .post-title h2{
font-size: 20px;
line-height: 36px;
}
.box-news .posts-list .post-item .post-title h2 a{
color: rgb(0, 0, 0);
}
.box-news .block-button{
padding: 45px 0 0 0;
}
.box-news .posts-list .block-button a{} .box-team{
padding: 45px 0;
}
.box-team .block-title-cat{
padding: 15px;
font-size: 26px;
}
.box-team .persona-team{
border-radius: 3px;
box-shadow: 0 0 7px 1px rgba(0, 0, 0, .2);
width: 48%;
margin-bottom: 45px;
}
.box-team .persona-team .cover-title{
background-color: rgb(245, 245, 245);
padding: 15px;
}
.box-team .persona-team .cover-title .block-cover{
width: 20%;
height: 100px;
}
.box-team .persona-team .cover-title .block-cover img{
border-radius: 100%;
}
.box-team .persona-team .cover-title .block-title{
width: 80%;
padding: 15px 25px;
}
.box-team .persona-team .cover-title .block-title h2{
margin: 0;
font-size: 24px;
}
.box-team .persona-team .cover-title .block-title span{}
.box-team .persona-team .description{
padding: 15px;
}
.box-team .persona-team .description .text{}
.box-team .persona-team .description .block-button{
padding: 15px 0;
}
.box-team .persona-team .description .block-button a{
background-color: rgb(170, 60, 60);
color: rgb(255, 255, 255);
} .box-care-unit{
padding: 45px 0;
}
.box-result .block-item{
position: relative;
}
.box-result .block-item .box-care-unit.home{
width: 100%;
}
.box-result .block-item .box-care-unit.home .block-unit{
box-shadow: unset!important;
border-radius: unset!important;
overflow: unset!important;
margin: unset!important;
}
.box-result .block-item .box-care-unit.home .block-unit .item-inner{
box-shadow: 0 0 7px 1px rgba(0, 0, 0, .2);
border-radius: 7px;
overflow: hidden;
padding-bottom: 15px;
margin: 0 15px;
} .box-care-unit .block-unit{
box-shadow: 0 0 7px 1px rgba(0, 0, 0, .2);
border-radius: 7px;
overflow: hidden;
padding-bottom: 15px;
margin: 0 0 45px 10px;
width: 30%;
}
.box-care-unit .block-unit .title{
background-color: rgb(61, 75, 76);
color:rgb(255, 255, 255);
padding: 15px;
}
.box-care-unit .block-unit .title h2{
margin: 0;
}
.box-care-unit .block-unit .description{}
.box-care-unit .block-unit .description .item-info{}
.box-care-unit .block-unit .description .item-info i{
margin-right: 10px;
}
.box-care-unit .block-unit .description .item-info strong{
background-color: rgb(245, 245, 245);
display: block;
padding: 10px;
}
.box-care-unit .block-unit .description .item-info span{
display: block;
padding: 10px;
}
.box-care-unit .block-unit .description .item-info span a{
background-color: rgb(170, 60, 60);
color: rgb(255, 255, 255);
}
.box-care-unit .block-unit .description .adderess{}
.box-care-unit .block-unit .description .adderess strong{}
.box-care-unit .block-unit .description .adderess span{}
.box-care-unit .block-unit .description .contact-phone{}
.box-care-unit .block-unit .description .contact-phone strong{}
.box-care-unit .block-unit .description .contact-phone span a{
background-color: transparent;
color: rgb(170, 60, 60);
font-weight: bold;
}
.box-care-unit .block-unit .description .opening-hours{}
.box-care-unit .block-unit .description .opening-hours strong{}
.box-care-unit .block-unit .description .opening-hours span{}
.box-care-unit .block-unit .description .collection-time{}
.box-care-unit .block-unit .description .collection-time strong{}
.box-care-unit .block-unit .description .collection-time span{}
.box-care-unit .block-unit .description .maps-access{
text-align: center;
}
.box-care-unit .block-unit .description .maps-access span a{}
.box-care-unit .block-unit .description .maps-access span a{} .single-post{
margin: 45px 0;
}
.single-post .post-deatil{
border-right: rgb(200, 200, 200) solid 1px;
width: 64%;
padding-right: 2%;
text-align: justify;
}
.single-post .post-deatil img{
max-width: 100%;
float: left;
margin: 0 25px 15px 0;
}
.single-post .buy-course{
background-color: rgb(240, 240, 240);
padding: 15px;
}
.single-post .buy-course .value-course,
.single-post .buy-course .block-button{
width: 50%;
}
.single-post .buy-course .value-course{
font-size: 36px;
}
.single-post .buy-course .value-course small{
font-size: 16px;
position: relative;
top: -15px;
}
.single-post .buy-course .block-button{
text-align: right;
} footer.footer{
background-color: rgb(27, 32, 36);
color: rgb(138, 143, 148);
}
footer.footer a{
color: rgb(138, 143, 148);
}
footer.footer .box-footer .block-item{
padding: 35px 25px 0 25px;
}
footer.footer .box-footer .block-item:nth-child(1){ width: 22%;
}
footer.footer .box-footer .block-item:nth-child(2){ width: 28%;
}
footer.footer .box-footer .block-item:nth-child(3){ width: 25%;
}
footer.footer .box-footer .block-item:nth-child(4){ width: 23%;
}
footer.footer .box-footer .block-item .title{
padding-bottom: 35px;
}
footer.footer .box-footer .block-item .title h2{
color: rgb(255, 255, 255);
}
footer.footer .box-footer .block-item .logo{
width: 83px;
height: 100px;
margin: 0 auto 40px auto;
}
footer.footer .box-footer .block-item .logo a{}
footer.footer .box-footer .block-item .logo a img{}
footer.footer .box-footer .block-item .logo-info{}
footer.footer .box-footer .block-item .logo-info p{}
footer.footer .box-footer .block-item .most-accessed-links{}
footer.footer .box-footer .block-item .most-accessed-links ul{}
footer.footer .box-footer .block-item .most-accessed-links ul li{
position: relative;
padding: 10px 15px;
float: left;
margin-right: 10px;
}
footer.footer .box-footer .block-item .most-accessed-links ul li:before{
content: '';
background-image: url(//lemoslab.com.br/site/wp-content/themes/lemos/assets/img/icon-small-arrow-right.svg);
background-repeat: no-repeat;
background-sizing: contain;
background-position: center;
width: 8px;
height: 10px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
footer.footer .box-footer .block-item .most-accessed-links ul li:nth-child(6),
footer.footer .box-footer .block-item .most-accessed-links ul li:nth-child(7){
display: none;
}
footer.footer .box-footer .block-item .most-accessed-links ul li a{
font-size: 14px;
}
footer.footer .box-footer .block-item .block-contact{}
footer.footer .box-footer .block-item .block-contact .contact-item{}
footer.footer .box-footer .block-item .block-contact .contact-item span{
line-height: 26px;
display: block;
margin-bottom: 15px;
}
footer.footer .box-footer .block-item .block-contact .contact-item span a{
position: relative;
padding-left: 40px;
}
footer.footer .box-footer .block-item .block-contact .contact-item span a:before{
content: '';
background-repeat: no-repeat;
background-sizing: auto;
background-position: center;
width: 20px;
height: 20px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
footer.footer .box-footer .block-item .block-contact .contact-item:nth-child(1) span a:before{
background-image: url(//lemoslab.com.br/site/wp-content/themes/lemos/assets/img/icon-marker.svg);
transform: translateY(-120%);
}
footer.footer .box-footer .block-item .block-contact .contact-item:nth-child(2) span a:before{
background-image: url(//lemoslab.com.br/site/wp-content/themes/lemos/assets/img/icon-mail.svg);
}
footer.footer .box-footer .block-item .block-contact .contact-item:nth-child(3) span a:before{
background-image: url(//lemoslab.com.br/site/wp-content/themes/lemos/assets/img/icon-phone.svg);
}
footer.footer .box-footer .block-item .block-contact .contact-item:nth-child(4) span a:before{
background-image: url(//lemoslab.com.br/site/wp-content/themes/lemos/assets/img/icon-wpp.svg);
}
footer.footer .box-footer .block-item .form-nl{}
footer.footer .box-footer .block-item .form-nl form{
position: relative;
}
footer.footer .box-footer .block-item .form-nl form input[type="text"]{
background-color: rgb(34, 39, 43);
color: rgb(255, 255, 255);
border: 0;
border-radius: 20px 0 0 20px;
padding: 16px 25px;
width: 90%;
}
footer.footer .box-footer .block-item .form-nl form input[type="email"]{
width: 0;
height: 0;
padding: 0;
}
footer.footer .box-footer .block-item .form-nl form a{
background-color: rgb(70, 69, 69);
border-radius: 0 20px 20px 0;
width: 50px;
height: 46px;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
footer.footer .box-footer .block-item .form-nl form a:before{
content: '';
background-image: url(//lemoslab.com.br/site/wp-content/themes/lemos/assets/img/icon-send.svg);
background-repeat: no-repeat;
background-sizing: contain;
background-position: center;
width: 16px;
height: 16px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-75%, -50%);
}
footer.footer .box-footer .block-item .form-nl span{
display: block;
margin: 27px 0;
}
footer.footer .box-copyright{
background-color: rgb(19, 23, 26);
padding: 30px 15px 25px 15px;
}
footer.footer .box-copyright .flex{
align-items: center
}
footer.footer .box-copyright .block-item:nth-child(1){
width: 60%;
}
footer.footer .box-copyright .block-item:nth-child(2){
width: 25%;
}
footer.footer .box-copyright .block-item:nth-child(3){
width: 15%;
}
footer.footer .box-copyright .block-item span{
padding: 10px;
display: inline-block;
}
footer.footer .box-copyright .block-item ul{}
footer.footer .box-copyright .block-item ul li{}
footer.footer .box-copyright .block-item ul li a{}
footer.footer .box-copyright .block-item ul li a i{
background-repeat: no-repeat;
background-sizing: auto;
background-position: center;
display: block;
width: 25px;
height: 25px;
margin: 7px;
}
footer.footer .box-copyright .block-item ul li:nth-child(1) a i{
background-image: url(//lemoslab.com.br/site/wp-content/themes/lemos/assets/img/icon-facebook.svg);
}
footer.footer .box-copyright .block-item ul li:nth-child(2) a i{
background-image: url(//lemoslab.com.br/site/wp-content/themes/lemos/assets/img/icon-insta.svg);
}
footer.footer .box-copyright .developedBy{
display: inline-block!important;
width: 85px;
}
footer.footer .box-copyright .developedBy a{
display: block;
}
footer.footer .box-copyright .developedBy a img{} .woocommerce ul.products li.product{
text-align: center;
}
.box-contact .block-item .block-inner .contact-form.join-us-page input,
.box-contact .block-item .block-inner .contact-form.join-us-page label select,
.box-contact .block-item .block-inner .contact-form.join-us-page label textarea{
color: rgb(0, 0, 0)!important;
}
.box-contact .block-item .block-inner .contact-form.join-us-page input.button{
color: rgb(255, 255, 255)!important;
}