@charset "UTF-8";
 body {
font-family: 'Montserrat', sans-serif;
font-weight: normal;
font-size: 15px;
color: #333131;
}
strong {
font-weight: bold;
}
.stop-scroll {
overflow: hidden;
}
.stop-scroll .logo-emporio path {
fill: #fff;
}
img {
max-width: 100%;
} .header {
width: 100%;
position: absolute;
top: 0;
left: 0;
padding: 15px 0 5px 0;
z-index: 10;
border-bottom: 1px solid rgba(255,255,255,.1);
}
.header svg {
max-height: 47px;
width: auto;
z-index: 9999;
}
.header-hamburger {
position: relative;
height: 23px;
width: 27px;
overflow: hidden;
text-indent: -9999px;
border: 0;
background: transparent;
padding: 0;
outline: 0;
cursor: pointer;
float: right;
right: 0px;
top: 13px;
z-index: 9999;
}
.header-hamburger span {
top: 50%;
margin-top: -2.5px;
left: 0;
right: 0;
position: absolute;
height: 2px;
background: #ff9934;
display: block;
transition: background .3s linear;
-moz-transition: background .3s linear;
-webkit-transition: background .3s linear;
-webkit-backface-visibility: hidden;
z-index: 9999;
}
.header-hamburger span:before, .header-hamburger span:after {
content: '';
display: block;
width: 100%;
height: 2px;
background: #ff9934;
position: absolute;
}
.header-hamburger span:before {
transition: top .3s .3s, -webkit-transform .3s 0s;
-moz-transition: top .3s .3s, -webkit-transform .3s 0s;
-webkit-transition: top .3s .3s, -webkit-transform .3s 0s;
top: -8px;
-webkit-transform: rotate(0);
}
.header-hamburger span:after {
transition: bottom .2s .3s, -webkit-transform .3s 0s;
-moz-transition: bottom .2s .3s, -webkit-transform .3s 0s;
-webkit-transition: bottom .2s .3s, -webkit-transform .3s 0s;
bottom: -8px;
-webkit-transform: rotate(0);
}
.header-hamburger.is-active span {
background: transparent;
}
.header-hamburger.is-active span:before {
transition: top .3s 0s, transform .3s .3s;
top: 0;
background: #f39200;
transform: rotate(45deg);
}
.header-hamburger.is-active span:after {
transition: bottom .3s 0s, transform .3s .3s;
bottom: 0;
transform: rotate(-45deg);
background: #f39200;
}
.mobile-menu {
height: 100%;
position: fixed;
background: rgba(0,0,0,.9);
right: -100%;
width: 100%;
z-index: 5;
opacity: 0;
top: 0;
transition: all .5s ease-out;
}
.mobile-menu.is-visible {
right: 0;
opacity: 1;
}
.mobile-menu ul {
margin: 95px 15px 0 15px;
padding: 0;
}
.mobile-menu li {
display: block;
margin: 0 0 15px 0;
}
.mobile-menu a {
padding: 5px 0;
display: block;
text-transform: uppercase;
font-size: 16px;
color: #fff;
font-weight: bold;
-webkit-font-smoothing: antialiased;
}
.mobile-menu li:last-child {
padding-top: 25px;
margin-top: 15px;
border-top: 1px solid rgba(255,255,255,.15);
}
.mobile-menu li:last-child small {
font-weight: normal;
font-size: 14px;
display: block;
margin: 0 0 10px 0;
}
.mobile-menu .btn {
padding: 20px;
text-align: center;
} .featured {
padding: 0 0 15px 0;
margin-top: 75px;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/featured.jpg)no-repeat center;
background-size: cover;
}
.featured-content {
padding: 10px;
} .product-box {
margin: 0 15px;
padding-bottom: 20px;
text-align: center;
}
.product-box a {
text-decoration: none;
color: inherit;
}
.product-box a:focus {
outline: 0;
}
.product-box .medium-title {
color: #333131;
font-weight: normal;
}
.product-image {
margin: 0 auto;
background-color: #efefef;.medium-title
max-width: 233px;
padding-bottom: 230px;
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto!important;
transition: background-size .2s ease-in-out;
}
.product-box:hover .product-image {
background-size: 120% auto!important;
background-position: center;
}
.slick-disabled {
opacity: .5;
}
.slick-arrow, .product-carousel .slick-arrow, .blog-carousel .slick-arrow {
position: absolute;
top: 30%;
text-indent: -9999px;
border: 0;
z-index: 10;
transition: all .3s ease-in-out;
}
.slick-arrow:focus, .product-carousel .slick-arrow:focus, .blog-carousel .slick-arrow:focus {
outline: 0;
transform: scale(1.04);
}
.slick-prev, .product-carousel .slick-prev, .blog-carousel .slick-prev {
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/arrow-left.svg)no-repeat center;
width: 70px;
height: 70px;
left: 10px;
background-size: contain;
}
.slick-next, .product-carousel .slick-next, .blog-carousel .slick-next {
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/arrow-right.svg)no-repeat center;
width: 70px;
height: 70px;
right: 10px;
background-size: contain;
} .section.about-us {
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/about-us.jpg)no-repeat center;
background-size: cover;
padding-bottom: 80px;
}
.about-us--testimonials {
margin: 40px 0 0 0;
}
.section .testimonial:focus {
outline: 0;
}
.section .testimonial p {
color: #ff9933;
font-size: 13px;
font-style: italic;
margin: 0 0 10px 0;
}
.testimonial p strong {
color: #dfc0a1;
font-style: normal;
font-size: 15px;
}
.testimonials-carousel .slick-arrow {
position: absolute;
bottom: -45px;
width: 40px;
height: 40px;
border: 0;
background: transparent;
text-indent: -9999px;
}
.testimonials-carousel .slick-arrow:focus {
outline: 0;
}
.testimonials-carousel .slick-prev {
left: -10px;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/arrow-left-2.svg)no-repeat center;
}
.testimonials-carousel .slick-next {
top: 0;
left: 40px;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/arrow-right-2.svg)no-repeat center;
} .blog {
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/blog.jpg)no-repeat right center;
background-size: cover;
}
.blog-box--content, .blog-carousel .link {
max-width: 230px;
margin: 0 auto;
}
.blog-box--image {
background-color: #efefef;
max-width: 100%;
width: 230px;
height: 230px;
background-size: cover;
background-repeat: none;
position: relative;
margin: 0 auto;
}
.blog-box--category {
position: absolute;
bottom: 0;
left: 0;
display: inline-block;
color: #fff;
font-size: 13px;
padding: 10px 20px 8px 20px;
background: rgba(255,153,51,.8);
}
.date {
background: rgba(255,153,51,.8);
display: inline-block!important;
padding: 1px 7px;
border-radius: 0 0 3px 0;
color: #fff;
font-weight: bold;
margin: 0;
position: absolute;
top: 0;
}
.blog-carousel .slick-arrow {
top: 70px;
}
.blog-carousel .slick-slide {
margin: 0 15px;
}
.slick-slide:focus {
outline: 0;
}
.blog-box a {
color: inherit;
}
.blog-box a:hover {
text-decoration: none;
}
.blog-box a:focus {
outline: 0;
text-decoration: none;
}
.blog-box .medium-title {
margin: 20px 0 10px 0;
}
.blog-box p {
display: none;
}
.blog-box .link {
padding: 20px 0 0 0;
border-top: 1px solid #e1e1e1;
color: #ff9933;
text-decoration: underline;
font-style: italic;
margin-top: 15px;
display: block;
} .instagram .col-sm-3 {
display: none;
}
.instagram .col-sm-3:first-child {
display: block;
}
.instagram .link {
margin: 20px 0 0 0;
display: block;
}
.instagram img {
max-width: 150px;
margin: 0 auto;
} .cta {
background: #efefef;
}
.cta-youtube {
text-align: center;
padding: 30px 0;
}
.cta-youtube .profile {
width: 80px;
margin: 0 10px 0 0;
}
.cta-youtube h3 {
font-size: 20px;
margin-bottom: 0;
}
.cta-youtube h4 {
font-size: 15px;
margin-top: 0;
font-weight: bold;
}
.cta-youtube h3 strong, .cta-youtube h4 {
color: #fe041b;
}
.cta-ebook {
text-align: center;
padding: 30px 0;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/ebook.jpg)no-repeat center;
background-size: cover;
}
.cta-ebook img {
max-width: 100%;
max-height: 100px;
}
.cta-ebook h3, .cta-ebook p {
color: #fff;
} .footer {
padding: 30px 0;
font-size: 14px;
}
.drive {
max-height: 25px;
display: inline-block;
margin: 10px 10px 0 0;
}
.footer address {
font-style: normal;
}
.footer a {
color: inherit;
}
.footer p {
margin: 0;
font-size: 14px;
}
.footer .col-md-3 + .col-md-3 {
margin-top: 30px;
}
.footer-form {
overflow: hidden;
margin: 20px 0 0 0;
}
.footer-form input {
background: #f0f0f0;
height: 56px;
padding: 0 15px;
font-size: 13px;
color: #333;
border: 0;
display: block;
float: left;
width: 60%;
}
.footer-form input:focus {
outline: 0;
}
.footer-form input[type="submit"] {
text-transform: uppercase;
font-weight: 600;
color: #989898;
width: 40%;
}
.social {
list-style: none;
margin: 0;
padding: 0;
}
.social li {
display: inline-block;
margin: 0 10px 0 0;
}
.social img {
max-width: 40px;
}
.copyright {
background: #232323;
padding: 30px 0 160px 0;
}
.copyright p {
color: #fff;
font-size: 13px;
}
.copyright img {
height: 15px;
opacity: .5;
}
.copyright .fuss {
width: 200px;
right: 0;
position: absolute;
color: #232323;
} .store {
width: 100%;
z-index: 100;
position: fixed;
bottom: -100%;
padding: 25px 0;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/loja-virtual.jpg)no-repeat center;
background-size: cover;
transition: all 1s ease-in-out;
}
.store.is-visible {
bottom: 0;
}
.store p {
font-size: 12px;
color: #fff;
margin: 0;
}
.store strong {
color: #ff9933;
}
.store .btn {
text-align: center;
float: right;
padding: 12px 15px 10px 15px;
} .section {
padding: 40px 0;
} .is-button a {
color:#fff!important;
}
.btn, .is-button a {
padding: 20px 25px 18px 25px;
border-radius: 3px;
font-size: 16px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.2);
background: #ff9934;
transition: all .3s ease-in-out;
transform: scale(1);
border: 0;
display: inline-block;
}
.btn:hover, .btn:focus, .btn:active, .is-button a:hover, .is-button a:focus, .is-button a:active {
color: #fff;
transform: scale(1.05);
text-decoration: none;
box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.1);
}
.btn-primary, .is-button a {
background: #ff9934;
background-image: linear-gradient(to left, #ff9934, #a75300);
background-size: 120% auto;
background-position: center;
}
.btn-primary:hover, .is-button a:hover {
background-position: left center;
box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.1);
}
.btn-secondary {
background: #fe041b;
}
.btn-small {
padding: 12px 15px 10px 15px;
font-size: 13px;
}
.btn-outline {
background: transparent;
border: solid 2px #ff9933;
color: #ff9933;
box-shadow: none;
}
.outline-gray, .outline-gray:hover {
color: #b3b3b3;
border-color: #b3b3b3;
}
.link {
color: #ff9934;
text-decoration: underline;
font-style: italic;
}
.link:hover {
color: #ff9934;
text-decoration: none;
} .text-center {
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
.main-title {
font-weight: 300;
font-size: 21px;
margin: 15px 0 10px 0;
}
.main-title strong {
color: #ff9a35;
font-weight: normal;
}
.section-title {
font-size: 24px;
margin: 0 0 20px 0;
font-weight: 300;
}
.section-title--orange {
color: #ff9933;
}
.section-title--element:after {
content: '';
display: block;
width: 44px;
height: 19px;
margin: 5px 0 0 2px;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/title-element.svg)no-repeat center;
}
.instagram-title {
padding: 40px 0 0 0;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/instagram.svg)no-repeat top center;
background-size: 30px auto;
}
.element-on-top {
padding: 40px 0 0 0;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/lamp.svg)no-repeat top center;
background-size: 30px auto;
}
.element-on-left {
padding: 10px 0 10px 40px;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/lamp.svg)no-repeat left center;
background-size: 30px;
}
.medium-title {
font-size: 20px;
margin: 20px 0;
}
.footer-title {
font-weight: 600;
font-size: 18px;
margin: 0 0 10px 0;
} body p, body li {
font-size: 15px;
margin: 0 0 20px 0;
line-height: 1.7;
}
body p a:not(.btn) {
color: #f18e2c;
text-decoration: underline;
}
.section-inverted p {
color: #fff;
}
.iframe-holder {
position: relative;
overflow: hidden;
padding-top: 65%;
}
.iframe-holder iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
} .page-title {
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/page-title.jpg)no-repeat center;
background-size: cover;
margin-top: 75px;
padding: 30px 0 15px 0;
}
.page-title h1 {
margin: 0 0 5px 0;
font-size: 24px;
font-weight: bold;
color: #f18e2c;
}
.page-title h2 {
margin: 0 0 10px 0;
font-size: 16px;
}
.breadcrumbs {
list-style: none;
margin: 0 0 15px 0;
padding: 0;
}
body .breadcrumbs li {
display: inline-block;
font-size: 12px;
margin: 0;
color: #ff9a35;
text-decoration: none;
text-transform: uppercase;
}
.breadcrumbs a {
font-size: 12px;
color: #ff9a35;
text-decoration: underline;
text-transform: uppercase;
}
.breadcrumbs li:last-child a {
color: #333131;
text-decoration: none;
}
.breadcrumbs li:after {
content: '//';
margin: 0 1px 0 8px;
font-size: 12px;
}
.breadcrumbs li:last-child:after {
display: none;
}
.content h2, .content h3:not(.medium-title) {
font-weight: bold;
color: #f18e2c;
margin: 0 0 15px 0;
}
.content h2 {
font-size: 28px;
}
.content h3:not(.medium-title) {
font-size: 24px;
}
.content h4 {
font-size: 21px;
margin: 0 0 15px 0;
}
.content h5 {
font-size: 18px;
margin: 0 0 15px 0;
}
.content h6 {
font-size: 16px;
font-weight: 600;
margin: 0 0 15px 0;
}
.content-box--type {
background: #f2f2f2;
border-radius: 3px;
padding: 15px;
margin: 0 0 30px 0;
}
.content-box--type ul {
list-style: none;
margin: 0;
padding: 0;
}
.content-box--type li {
display: block;
}
.content-box--type li + li {
margin-top: 10px;
}
.content-box--type li a {
color: #333131;
font-weight: bold;
}
.icon-house {
display: block;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/residencial.svg)no-repeat left center;
padding: 15px 0 10px 50px;
background-size: 30px;
}
.icon-store {
display: block;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/comercial.svg)no-repeat left center;
padding: 15px 0 10px 50px;
background-size: 30px;
} .content-box--type h4 {
color: #fc9938;
margin: 0 0 10px 0;
font-weight: bold;
padding: 50px 0 0 0;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/lamp.svg)no-repeat top left;
background-size: 40px;
} .content .product-box {
margin: 30px 0 0 0;
}
.content .product-image {
width: 100%;
} .blog-header {
background: #fff;
border-radius: 10px;
border: 1px solid #e6e6e6;
padding: 30px 30px 0 30px;
text-align: center;
}
.blog-header .cta-youtube {
padding: 30px 0;
}
.blog-header a:not(.btn) {
color: #fe041b;
font-weight: 600;
}
.single .blog-box--category {
position: static;
}
.single h1 {
font-size: 21px;
font-weight: bold;
margin: 15px 0 20px 0;
}
.single img {
max-width: 100%;
height: auto;
margin: 0 0 20px 0;
} .category .content-box--type p {
margin-bottom: 5px;
}
.form-search {
margin: 0 0 20px 0;
overflow: hidden;
}
.form-search input {
height: 50px;
width: calc(100% - 60px);
float: left;
background: #fff;
border-radius: 3px;
border: 1px solid #fff;
padding-left: 15px;
transition: all .3s ease-in-out;
}
.form-search input:focus {
border: 1px solid #ddd;
outline: 0;
}
.form-search input[type="submit"] {
background: #d8d8d8 url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/search.svg)no-repeat center;
border-radius: 3px;
width: 50px;
float: right;
text-indent: -9999px;
border: 0;
}
.category .form-select {
background: #fff;
width: 100%;
height: 50px;
line-height: 53px;
border-radius: 3px;
position: relative;
}
.category .form-select:after {
content: '';
width: 12px;
height: 12px;
border-left: 1.2px solid #888;
border-top: 1.2px solid #888;
display: block;
transform: rotate(-135deg);
position: absolute;
right: 15px;
top: 16px;
}
.category .form-select select {
width: 100%;
height: 50px;
padding: 0 15px;
background: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
}
.category .form-select select:focus {
outline: 0;
}
.category .blog-box {
margin: 0 0 40px 0;
}
.category .blog-box--image, .category .blog-box--content, .category .blog-carousel .link {
width: 100%;
max-width: 100%;
}
.form-contact .form-group {
text-align: left;
margin: 0 0 15px 0;
}
.form-contact .form-control {
border-radius: 3px;
border: 0;
background: #f0f0f0;
width: 100%;
height: 55px;
padding: 0 15px;
}
.form-contact .form-group label {
display: block;
margin: 0 0 5px 0;
}
.form-contact textarea.form-control {
height: 100px;
resize: none;
padding: 15px;
}
.form-contact {
padding-bottom: 30px;
}
.address {
border-top: 1px solid #eee;
padding: 30px 0 0 0;
}
.waze {
height: 30px;
display: block;
margin: 0 0 20px 0;
}
.wpcf7-response-output {
padding: 12px;
clear: both;
background: #ff9933;
color: #fff;
margin: 15px 0 0 0;
border-radius: 10px;
position: relative;
z-index: 10;
opacity: 1;
}
.wpcf7-display-none {
opacity: 0;
}
.wpcf7-validation-errors {
background: #d98081;
opacity: 1;
}
.wpcf7-mail-sent-ok {
opacity: 1;
}
.screen-reader-response {
display: none;
}
span.wpcf7-not-valid-tip {
color: red;
font-size: 12px;
}
.search-results {
margin: 0;
padding: 0;
list-style: none;
}
.search-results li {
padding: 0 0 30px 0;
margin: 0 0 30px 0;
border-bottom: 1px solid #eee;
line-height: 1.2;
}
.search-results li a {
color: inherit;
}
.search-results li a:hover, .search-results li a:focus, .search-results li a:active {
text-decoration: none;
}
.search-results p:empty {
display: none;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
color: #fff;
text-decoration:none;
}
.navigation li {
display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
background-color: #ff9934bd;
border-radius: 3px;
cursor: pointer;
padding: 10px 12px 8px 12px;
}
.navigation li a:hover,
.navigation li.active a {
background-color: #ff9934;
}
.sidebar {
padding: 0;
margin: 0;
list-style: none;
}
.sidebar li {
display: block!important;
}
.sidebar li:last-child {
padding: 0!important;
}
.sidebar li:last-child:before {
display: none!important;
}
.sidebar a {
display: block!important;
padding: 5px 0;
color: #ff9933!important;
font-size: 16px!important;
transition: .2s ease-in-out;
font-weight: normal!important;
}
.sidebar a:before {
content: '» ';
position: relative;
top: -1px;
}
.sidebar a:hover {
color: #333!important;
text-decoration: none;
}
.lp-carousel .slick-arrow {
top: 50%;
margin-top: -35px;
}
@media screen and (min-width: 767px) {
.section, .section.about-us {
padding: 70px 0;
}
.about-us--testimonials {
padding: 0 0 0 50px;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/quote.svg)no-repeat left top;
background-size: 30px;
}
.testimonials-carousel .slick-arrow {
right: -50px;
left: auto;
}
.testimonials-carousel .slick-next {
bottom: 75px;
}
.testimonials-carousel .slick-prev {
bottom: 30px;
}
.store p {
font-size: 20px;
} .instagram .col-sm-3 {
display: block;
}
.page-title .container-fluid {
max-width: 750px;
} .blog-header {
max-width: 458px;
}
.single h1 {
font-size: 48px;
margin-top: 45px;
}
.form-search {
margin: 0;
}
.form-contact {
padding: 10px 10px 0 10px;
}
.blog-header--contact {
margin-top: 0;
margin-bottom: 0;
}
}
@media screen and (min-width: 567px) and (orientation: landscape) {
.mobile-menu a {
padding: 0;
font-size: 12px;
}
.mobile-menu li {
margin: 0 0 5px 0;
}
}
@media screen and (max-width: 992px) {
.menu-item-has-children ul {
margin: 0;
padding-left: 15px;
border-top: 0;
padding-top: 10px;
}
.menu-item-has-children ul  a {
font-size: 14px;
}
.mobile-menu .is-button a {
width: 100%!important;
display: block!important;
text-align: center;
}
.mobile-menu .menu-item-has-children li:last-child {
border: 0;
margin: 0;
padding-top: 0;
}
.mobile-menu.is-visible {
overflow-y: scroll;
z-index: 600;
}
.stop-scroll .header {
background: #1a1a1a;
z-index: 9999;
}
}
@media screen and (min-width: 992px) {
.menu-item-has-children ul {
display: none;
}
body {
font-size: 17px;
}
.header {
padding: 0;
position: static;
}
.header svg {
margin: 20px 0;
max-height: 90px;
}
.header__menu--list {
margin: 34px 0 0 0;
text-align: right;
padding: 0;
list-style: none;
}
.header__menu--list li {
display: inline-block;
margin: 0 20px 0 0;
}
.header__menu--list li:last-child {
margin: 0;
}
.header__menu--list li:not(.is-button) a {
padding: 53px 0;
color: #333131;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
transition: all .3s ease-in-out;
}
.header__menu--list .btn {
padding: 15px 20px;
}
.header__menu--list .btn:hover {
color: #fff;
}
.featured {
margin: 0;
}
.featured-content {
padding: 50px;
}
.featured-img {
overflow-y: hidden;
margin-top: 70px;
height: 400px;
background-size: cover!important;
margin-bottom: -100px;
animation: showStripe 1s ease-in-out forwards;
animation-delay: .5s;
background-repeat: no-repeat;
background-position: center 0px;
}
.featured-img:before {
content: '';
height: 0px;
display: block;
width: 100%;
background: #fff;
position: absolute;
top: 400px;
animation-delay: .5s;
}
.featured .featured-img:after {
display: block;
position: absolute;
bottom: -60px;
right: -120px;
content: '';
width: 60px;
height: 60px;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/arrow-down.svg)no-repeat center;
background-size: cover;
animation: upAndDown ease-in-out 3s infinite forwards;
}
@keyframes upAndDown {
0% {
bottom: -60px;
}
10% {
bottom: -70px;
}
20% {
bottom: -60px;
}
30% {
bottom: -70px;
}
40% {
bottom: -60px;
}
100% {
bottom: -60px;
}
}
.products {
padding-top: 120px;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/blog.jpg)no-repeat center;
background-size: cover;
}
.slick-prev, .product-carousel .slick-prev, .blog-carousel .slick-prev {
left: -60px;
}
.slick-next, .product-carousel .slick-next, .blog-carousel .slick-next {
right: -60px;
}
.section .testimonial p {
font-size: 15px;
}
.blog .col-md-4 {
text-align: right;
padding-top: 20px;
}
.blog-box p {
display: block;
}
.blog-box--image, .blog-box--content, .blog-box .link {
width: 100%;
max-width: 100%;
}
.instagram img {
width: 100%;
max-width: 100%;
}
.cta {
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/cta.jpg)no-repeat center;
}
.cta-youtube {
padding: 55px 30px;
}
.cta-youtube .profile {
width: 70px;
}
.cta-youtube, .cta-ebook {
text-align: left;
}
.cta-youtube h3, .cta-ebook h3 {
margin: 0;
}
.cta-ebook {
background: transparent;
padding: 30px;
}
.cta-ebook img {
max-height: none;
}
.footer {
padding: 60px 0;
}
.footer-form input[type="submit"] {
font-size: 10px;
}
.social {
margin-top: 35px;
}
.social li {
margin: 0 9px 0 0;
}
.social img {
max-width: 30px;
}
.copyright {
padding: 30px 0 120px 0;
}
.copyright img {
float: right;
}
.store p {
font-size: 21px;
margin-top: 13px;
}
.store .btn {
padding: 20px 25px 18px 25px;
font-size: 16px;
}
.footer .col-md-3 + .col-md-3 {
margin-top: 0;
} .element-on-top {
padding-top: 60px;
background-size: 50px;
}
.element-on-left {
padding-left: 60px;
background-size: 50px;
}
.main-title {
font-size: 28px;
}
.section-title {
font-size: 32px;
margin-bottom: 30px;
} .page-title .container-fluid {
max-width: 100%;
}
.page-title--holder {
width: 455px;
float: right;
}
.page-title h1 {
font-size: 36px;
margin-top: 70px;
}
.page-title h2 {
font-size: 21px;
}
.page-title .featured-img {
margin-left: 15px;
height: 600px;
background-size: cover;
margin-bottom: -422px;
}
.content h3:not(.medium-title) {
font-size: 28px;
}
.content-box--type {
overflow: hidden;
}
.content-box--type h4 {
padding: 0 0 0 60px;
margin: 0;
background-position: left center;
max-width: 80%;
float: left;
}
.content-box--type .btn {
float: right;
width: 18%;
text-align: center;
}
.section.content + .section.instagram {
padding-top: 0;
}
.page-title {
margin-top: 0;
}
.blog-header.blog-header--contact {
margin-bottom: -600px;
}
.blog-header { margin-bottom: -130px;
}
.menu-item-has-children ul {
position: absolute;
top: 30px;
padding: 10px 15px;
border-radius: 16px;
box-shadow: 0px 10px 40px -15px rgba(39, 87, 164, 0.3);
background: #fff;
width: 300px;
}
.menu-item-has-children ul a, .header__menu--list .menu-item-has-children li a {
display: block;
padding: 10px 0;
margin: 5px 0;
color: #333!important;
}
.menu-item-has-children {
position: relative;
}
.menu-item-has-children:after {
content: '';
width: 5px;
height: 1px;
background: #333;
display: block;
position: absolute;
right: -11px;
top: 12px;
transform: rotate(45deg);
}
.menu-item-has-children:before {
content: '';
width: 5px;
height: 1px;
background: #333;
display: block;
position: absolute;
right: -14px;
top: 12px;
transform: rotate(-45deg);
}
.menu-item-has-children:hover ul {
display: block;
z-index: 100;
}
.menu-item-has-children {
margin-right: 30px!important;
}
.menu-item-has-children ul li {
margin: 0;
display: block;
text-align: left;
}
.menu-item-has-children ul li:last-child {
margin: 0;
}
.menu-item-has-children ul li + li a {
border-top: 1px solid #f5f5f5;
}
.menu-item-has-children ul li a {
padding: 0;
font-size: 12px!important;
color: #728198;
text-decoration: none;
opacity: 1;
margin: 0!important;
}
.menu-item-has-children ul li a:hover {
color: #2757A4;
}
}
@media screen and (min-width: 1200px) {
body {
background: #efefef;
}
.page-wrapper {
background: #fff;
max-width: 1920px;
margin: 0 auto;
box-shadow: 0 0 200px rgba(0,0,0,.2);
}
.featured-content {
max-width: 500px;
}
.featured-p {
font-size: 18px;
max-width: 350px;
}
.featured-img {
height: 600px;
}
.cta-youtube .profile {
width: 100px;
}
.social img {
max-width: 40px;
}
.footer-form input[type="submit"] {
font-size: 12px;
}
.main-title {
font-size: 40px;
} .page-title h1 {
font-size: 48px;
}
.page-title h2 {
font-size: 24px;
}
.content h3:not(.medium-title) {
font-size: 36px;
}
.page-title--holder {
width: 555px;
}
.page-title .featured-img {
height: 535px;
}
.content-box--type li {
display: inline-block;
position: relative;
margin: 0;
}
.content-box--type li + li {
margin: 0;
}
.content-box--type li:last-child:before {
content: '';
width: 1px;
height: 40px;
margin: 0 15px 0 20px;
background: #ccc;
display: inline-block;
position: absolute;
left: 0;
top: 3px;
}
.content-box--type li:last-child {
padding-left: 45px;
}
.content-box--type li a {
font-size: 14px;
display: inline-block;
}
.content-box--type h4 {
margin-top: 17px;
background-size: 35px;
}
.category .content-box--type p { font-size: 16px;
margin-bottom: 10px;
}
.form-search { font-size: 13px;
}
.category .content-box--type .col-xs-12:last-child p { margin-bottom: 10px;
}
.category .form-select { }
.blog-header {
max-width: 555px;
}
.product-box .medium-title {
min-height: 56px;
}
}
@media screen and (min-width: 1919px) {
.featured-p {
max-width: 70%;
font-size: 18px;
}
} .lp-carousel {
margin: 0 -15px;
}
.lp-box {
border-radius: 20px;
margin: 0 15px;
background-size: auto 100%!important;
transition: all .3s ease-in-out!important;
}
.lp-box:hover {
background-size: auto 120%!important;
}
.lp-box-holder {
position: relative;
height: 400px;
padding: 30px;
border-radius: 20px;
overflow: hidden;
z-index: 1;
}
.lp-box-holder:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgb(0,0,0);
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5508578431372548) 40%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(bottom, rgba(0,0,0,0.5508578431372548) 40%, rgba(255,255,255,0) 100%);
background: linear-gradient(to top, rgba(0,0,0,0.5508578431372548) 40%, rgba(255,255,255,0) 100%);
z-index: -1;
}
.lp-box-holder a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
}
.lp-box-holder img {
height: 40px;
max-width: 100%;
}
.lp-box-holder h3 {
font-size: 21px;
font-weight: bold;
color: #ff9933;
margin: 10px 0 5px 0;
}
.lp-box-holder p {
color: #fff;
font-size: 16px;
font-weight: 300;
margin: 0;
}
.lp-position {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 30px;
} #customAudioPlayer {
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/bg-player.jpg)no-repeat center/cover;
padding: 0 0 16px 0;
display: flex;
align-items: center;
gap: 16px 32px;
border-radius: 16px;
flex-wrap: wrap;
}
#customAudioPlayer > div:nth-child(3) {
flex: 1;
margin-left: -16px;
}
#progress {
width: 100%;
-webkit-appearance: none;
appearance: none;
}
#progress::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
background: linear-gradient(180deg, #FFF 0%, #D9D9D9 100%);
cursor: pointer;
height: 20px;
border-radius: 100%;
}
#progress::-moz-range-thumb {
width: 20px;
height: 20px;
background: linear-gradient(180deg, #FFF 0%, #D9D9D9 100%);
cursor: pointer;
border-radius: 100%;
}
.is-playing {
width: 71px;
height: 71px;
flex: 0 0 71px;
display: block;
border: 0;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/play.svg)no-repeat center;
text-indent: -9999px;
}
.is-paused {
width: 71px;
height: 71px;
flex: 0 0 71px;
display: block;
border: 0;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/pause.svg)no-repeat center;
text-indent: -9999px;
}
.player-flex {
display: flex;
align-items: center;
gap: 16px;
}
.player-download {
width: 21px;
height: 21px;
flex: 0 0 21px;
display: block;
border: 0;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/download.svg)no-repeat center;
}
#speedControl {
display: block;
margin: 0;
padding: 0 6px;
appearance: none;
border: 0;
background: rgba(255,255,255,.15) url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/caret.svg)no-repeat calc(100% - 4px) center;
border-radius: 4px;
color: #fff;
font-weight: bold;
width: 46px;
height: 21px;
font-size: 12px;
font-family: 'Montserrat', Arial, sans-serif;
}
#speedControl option {
background: rgba(0,0,0,.6);
}
#speedControl:focus {
outline: 0;
border: 0;
}
.range {
height: 30px;
}
.range-input {
-webkit-appearance: none;
appearance: none; 
width: 100%;
cursor: pointer;
outline: none;
border-radius: 15px;
height: 6px;
background: rgba(255,255,255,.2);
}
.range-input::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none; 
height: 20px;
width: 20px;
background-color: #f50;
border-radius: 50%;
border: none;
transition: .2s ease-in-out;
}
.range-input::-moz-range-thumb {
height: 20px;
width: 20px;
border-radius: 50%;
border: none;
transition: .2s ease-in-out;
}
.range-input::-webkit-slider-thumb:hover {
box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
.range-input:active::-webkit-slider-thumb {
box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
.range-input:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
.range-input::-moz-range-thumb:hover {
box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
.range-input:active::-moz-range-thumb {
box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
.range-input:focus::-moz-range-thumb {
box-shadow: 0 0 0 13px rgba(255,85,0, .2)    
}
.audio-restricted {
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/bg-register.jpg)no-repeat center/cover;
display: flex;
gap: 10px;
flex-direction: column;
padding: 16px;
border-radius: 16px;
}
.audio-restricted h3 {
font-size: 16px!important;
color: #fff!important;
position: relative;
display: flex;
gap: 6px;
align-items: center;
margin: 0!important;
}
.audio-restricted h3:before {
content: '';
display: block;
width: 24px;
height: 24px;
background: url(//www.emporioluz.com.br/wp-content/themes/emporio-luz/assets/img/locked.svg)no-repeat center;
}
.audio-restricted h3 span {
color: #F18E2C;
font-weight: bold;
}
.audio-restricted input::placeholder {
color: #fff;
font-weight: bold;
}
.audio-restricted input::-ms-input-placeholder {
color: #fff;
font-weight: bold;
}
.audio-restricted form div + div {
margin: 10px 0 0 0;
}
.audio-restricted p {
margin: 0;
position: relative;
}
.audio-restricted input {
color: #fff;
font-size: 12px;
font-weight: bold;
border: 1px solid rgba(255,255,255,.2);
background: transparent;
border-radius: 4px;
padding: 0 6px 1px 6px;
height: 24px;
font-family: 'Montserrat', Arial, sans-serif;
width: 100%;
}
.audio-restricted input[type="submit"] {
border: 0;
border-radius: 4px;
background: linear-gradient(90deg, #F18E2C 0%, #A75700 100%);
line-height: 16px;
position: relative;
top: -1px;
}
.audio-restricted .wpcf7 form .wpcf7-response-output {
display: none!important;
}
.wpcf7-spinner {
display: none!important;
}
#customAudioPlayer .full {
flex: 0 0 100%;
}
#customAudioPlayer {
padding: 0 16px 16px 16px;
}
#customAudioPlayer .full h3 {
font-size: 12px!important;
color: #fff!important;
position: relative;
display: flex;
gap: 6px;
align-items: center;
background: rgba(0,0,0,.6);
margin: 0 -16px!important;
padding: 8px 16px;
border-radius: 16px 16px 0 0;
}
#customAudioPlayer .full h3 span {
color: #F18E2C;
font-weight: bold;
}
@media (min-width: 1200px) {
.audio-restricted {
padding: 32px 16px;
flex-direction: row;
align-items: center;
justify-content: center;
}
.audio-restricted > div:nth-child(2) {
flex: 1;
}
.audio-restricted .wpcf7-form {
display: flex;
flex-direction: row;
gap: 16px;
align-items: center;
}
.audio-restricted .wpcf7-form div {
flex: 1;
}
.audio-restricted form div + div {
margin: 0;
}
}