@font-face {
    font-family: 'Broadcast_Matter';
    src: url("fonts/Broadcast_Matter.tff") format("truetype")
}

html,
body {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    max-width: 100%
}

html form,
html input,
html textarea,
body form,
body input,
body textarea {
    font-family: "Montserrat", sans-serif
}

.e-container {
    float: left;
    position: relative;
    width: 100%
}

.e-content {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    width: 80%
}

.e-clear {
    clear: both
}

.e-site-name {
    text-indent: -9999px;
    font-size: 0
}

.e-button {
    display: inline-block;
    text-align: center;
    padding: 8px 20px;
    color: #FFFFFF;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px
}

.e-button.e-button-orange {
    background: #005826
}

.e-courses-page-loop {
    margin-bottom: 60px
}

.e-courses-page-loop .e-content {
    width: 80%
}

.e-courses-page-loop .e-content>header {
    margin-bottom: 50px;
    text-align: center
}

.e-courses-page-loop .e-content>header h2 {
    color: #005826;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px
}

.e-courses-page-loop .e-content>header .e-section-title {
    width: 70%
}

.e-courses-page-loop .e-content>header .e-section-title h2 {
    color: #005826;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif
}

.e-courses-page-loop .e-content>header .e-section-form {
    width: 30%
}

.e-courses-page-loop .e-content>header .e-section-form .screen-reader-text {
    display: none
}

.e-courses-page-loop .e-content>header .e-section-form input {
    width: 100%;
    display: block;
    border: 2px solid #ababab;
    padding: 20px 10px;
    border-radius: 30px
}

.e-courses-page-loop .e-content>header .e-section-form input[type='submit'] {
    font-size: 0;
    background: none;
    background-image: url("../img/search-icon.png");
    border: none;
    position: absolute;
    right: 3%;
    top: 8%;
    padding: 9px;
    width: 10%;
    background-repeat: no-repeat
}

.e-courses-page-loop .courses-loop {
    margin-bottom: 40px
}

.e-courses-page-loop .courses-loop .course-post {
    width: 30%;
    float: left;
    margin-right: 5%
}

@media (max-width: 48em) {
    .e-courses-page-loop .courses-loop .course-post {
        width: 100%;
        float: left;
        margin-bottom: 40px;
        margin-right: 0
    }
}

.e-courses-page-loop .courses-loop .course-post:last-of-type {
    margin-right: 0
}

.e-courses-page-loop .courses-loop .course-post header {
    /* display: flex; */
    /* align-items: center; */
    font-size: 14px;
    margin-bottom: 10px;
    color: #333333;
    overflow: hidden;
    height: 28px;
}

.e-courses-page-loop .courses-loop .course-post header .e-image-brand {
    float: left;
    width: 25%;
    position: absolute
}

.e-courses-page-loop .courses-loop .course-post header .e-title {
    float: left;
    width: 75%;
    /* left: 25%; */
    position: relative;
    font-family: "Open Sans", sans-serif;
}

.e-courses-page-loop .courses-loop .course-post header .e-date {
    float: right;
    width: 15%;
    /* left: 25%; */
    position: relative;
    font-weight: 700;
}

.e-courses-page-loop .courses-loop .course-post .e-image-thumbnail img {
    width: 100%;
    height: auto
}

.e-courses-page-loop .courses-loop .course-post footer {
    margin-top: 20px;
    display: block;
    text-align: center
}

.e-courses-page-loop .courses-loop .course-post footer .e-button {
    padding: 12px 20px 12px 10px;
    font-size: 14px;
    width: 50%;
    border-radius: 4px;
    background: #ff6f00
}

.e-courses-page-loop .courses-loop .course-post footer .e-button:after {
    content: '\25b6';
    color: #ffffff;
    display: inline-block;
    float: right
}

.e-courses-page-loop .courses-loop .e-course-signup {
    position: fixed;
    background: #F9F9F9;
    padding: 60px 40px;
    z-index: 99;
    top: 25%;
    left: 6%;
    display: none
}

.e-courses-page-loop .courses-loop .e-course-signup.e-active {
    display: block
}

.e-courses-page-loop .courses-loop .e-course-signup header h2 {
    font-size: 30px;
    color: #005826;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase
}

.e-courses-page-loop .courses-loop .e-course-signup header p {
    font-size: 14px;
    color: #263238;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 30px
}

.e-courses-page-loop .courses-loop .e-course-signup header .e-close {
    font-size: 24px;
    color: #b0bec5;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    float: right;
    position: absolute;
    top: 17%;
    right: 6%;
    cursor: pointer
}

.e-courses-page-loop .courses-loop .e-course-signup .e-signup-content label.label-3 {
    width: 30%;
    margin-right: 5%;
    float: left;
    margin-bottom: 20px
}

.e-courses-page-loop .courses-loop .e-course-signup .e-signup-content label.label-3:nth-child(3n+0) {
    margin-right: 0
}

.e-courses-page-loop .courses-loop .e-course-signup .e-signup-content label.label {
    width: 30%;
    float: left;
    margin-right: 5%
}

.e-courses-page-loop .courses-loop .e-course-signup .e-signup-content label input {
    width: 100%;
    padding: 10px 15px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #EDEDED
}

.e-courses-page-loop .courses-loop .e-course-signup .e-signup-content span {
    float: left;
    color: #ff6f00
}

.e-courses-page-loop .courses-loop .e-course-signup .e-signup-content span .e-button {
    margin-left: 10px;
    padding: 15px 25px;
    background: #ff6f00;
    border-radius: 4px
}

.e-courses-page-news {
    display: none
}

.e-televendas-page header {
    margin-bottom: 40px;
    margin-top: 40px
}

.e-televendas-page header h2 {
    font-size: 22px;
    color: #ff6f00;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600
}

.e-televendas-page header p {
    font-weight: 500;
    color: #263238;
    font-size: 14px;
    line-height: 1.5
}

.e-televendas-page .box-content {
    display: block;
    margin-bottom: 50px
}

.e-televendas-page .box-content h3 {
    color: #ff6f00;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px
}

.e-televendas-page .box-content p {
    font-size: 14px;
    color: #263238;
    font-weight: 500;
    margin-bottom: 10px;
    display: block
}

.e-televendas-page .box-content p strong {
    font-size: 18px;
    display: block;
    font-weight: 800;
    color: #263238
}

.e-ofetas-page header {
    text-align: center;
    margin-bottom: 60px
}

.e-ofetas-page header h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #005826;
    margin-bottom: 20px
}

.e-ofetas-page header p {
    font-size: 14px;
    color: #005826;
    font-weight: 500
}

.e-ofetas-page .e-product-list {
    float: left;
    width: 100%
}

.e-ofetas-page .e-product-list .e-product {
    width: 32%;
    float: left;
    margin-right: 1%;
    text-transform: uppercase;
    position: relative;
    min-height: 300px;
}

@media (max-width: 48em) {
    .e-ofetas-page .e-product-list .e-product {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 40px
    }
}

.e-ofetas-page .e-product-list .e-product .product-brand,
.e-ofetas-page .e-product-list .e-product .offers-product-price {
    color: #263238;
    font-weight: 500
}

.e-ofetas-page .e-product-list .e-product .product-brand {
    font-size: 10px;
    margin-bottom: 20px;
    font-weight: 600
}

.e-ofetas-page .e-product-list .e-product h3 {
    color: #263238;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 30px;
    padding-right: 30px;
    line-height: 1.5;
    letter-spacing: 1px
}

.e-ofetas-page .e-product-list .e-product .price_varejo {
    color: #ff6f00;
    font-size: 12px;
    margin-bottom: 10px
}

.e-ofetas-page .e-product-list .e-product .price_varejo span {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px
}

.e-ofetas-page .e-product-list .e-product .e-product-limit {
    width: 93%;
    float: left;
    background: #ff6f00;
    padding: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600
}

.e-ofetas-page .e-product-list .e-product .e-product-limit .offer-icon {
    display: block;
    background-image: url(/wp-content/themes/mastereconomico/build/assets/img//grupomaster-sprite.png?0.31389943461914305);
    background-position: 0px -301px;
    width: 34px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 52%
}

.e-ofetas-page .e-product-list .e-product .price_atacado {
    text-align: center;
    color: #ff6f00;
    font-weight: 700;
    font-size: 24px
}

.e-ofetas-page .e-product-list .e-product .content-left {
    width: 38%;
    float: left;
    padding-right: 2%
}

.e-ofetas-page .e-product-list .e-product .content-left img {
    width: 100%
}

.e-ofetas-page .e-product-list .e-product .content-right {
    width: 60%;
    float: right
}

.e-ofetas-page .e-product-list .e-product:nth-of-type(3n+0) {
    margin-right: 0
}

.e-ofetas-page footer {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 60px
}

.e-ofetas-page footer .e-button {
    color: #ffea00;
    font-weight: 500;
    background: #ff6f00;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 18px 25px
}

.e-cadastro-page .e-content {
    padding: 50px 0
}

.e-cadastro-page .content-left {
    width: 50%;
    float: left
}

@media (max-width: 48em) {
    .e-cadastro-page .content-left {
        display: none
    }
}

.e-cadastro-page .content-left img {
    width: 80%;
    margin: 0 auto
}

.e-cadastro-page .content-right {
    float: right;
    width: 50%
}

@media (max-width: 48em) {
    .e-cadastro-page .content-right {
        width: 100%
    }
}

.e-cadastro-page .content-right header {
    margin-bottom: 40px
}

.e-cadastro-page .content-right header h2 {
    color: #263238;
    font-size: 24px;
    margin-bottom: 20px
}

.e-cadastro-page .content-right header p {
    font-size: 14px;
    color: #263238;
    font-weight: 500;
    line-height: 1.5
}

.e-cadastro-page .content-right .form-content label {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative
}

.e-cadastro-page .content-right .form-content label:nth-of-type(2n+0) {
    margin-right: 0
}

.e-cadastro-page .content-right .form-content label.label-radio {
    margin-bottom: 0
}

.e-cadastro-page .content-right .form-content label.label-radio input {
    width: 10%;
    display: inline-block
}

.e-cadastro-page .content-right .form-content label.label-radio span {
    display: inline-block;
    margin-right: 40px
}

.e-cadastro-page .content-right .form-content label.label-50 {
    width: 48%;
    margin-right: 2%
}

.e-cadastro-page .content-right .form-content label.label-last {
    width: 50%;
    margin-right: 0
}

.e-cadastro-page .content-right .form-content label.label-30 {
    width: 28%;
    margin-right: 2%
}

.e-cadastro-page .content-right .form-content label.label-70 {
    width: 70%
}

.e-cadastro-page .content-right .form-content label span {
    font-weight: 600;
    margin-bottom: 10px;
    color: #263238;
    font-size: 12px;
    display: block
}

.e-cadastro-page .content-right .form-content label .input-celular {
    content: '';
    display: inline-block;
    background-image: url(/wp-content/themes/mastereconomico/build/assets/img//grupomaster-sprite.png?0.31389943461914305);
    background-position: 0px -137px;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 3%;
    top: 55%
}

.e-cadastro-page .content-right .form-content label input,
.e-cadastro-page .content-right .form-content label select {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 10px;
    border-radius: 4px;
    color: #263238;
    font-weight: 500;
    font-family: "Montserrat", sans-serif
}

.e-cadastro-page .content-right .form-content .wpcf7-submit {
    background: #ff6f00;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 35px;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.e-blog-page .e-content {
    width: 80%;
}

.e-blog-page .e-blog-page-content .posts-featured {
    width: 100%;
    /* margin-right: 1%; */
    float: left;
    border: 1px solid #e7e7e7;
    /* background: #fafafa; */
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
}

.e-blog-page .e-blog-page-content .posts-featured h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px
}

.e-blog-page .e-blog-page-content .posts-featured h2 a {
    color: #333333
}

.e-blog-page .e-blog-page-content .posts-featured p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif
}

.e-blog-page .e-blog-page-content .posts-featured p a {
    color: #333333
}

.e-blog-page .e-blog-page-content .posts-featured p .e-button {
    color: #FFFFFF;
    padding: 8px 45px;
    background: #ff6f00
}

.e-blog-page .e-blog-page-content .posts-featured p:last-of-type {
    margin-bottom: 0
}

.e-blog-page .e-blog-page-content .e-content-left {
    padding: 40px;
    width: 100%
}

.e-blog-page .e-blog-page-content .e-post-paginator {
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px
}

.e-blog-page .e-blog-page-content .e-post-paginator .page-numbers.current {
    color: #005826;
    font-weight: bolder;
    font-size: 18px
}

.e-blog-page .e-blog-page-content .e-post-paginator a {
    color: #333333;
    margin: 0 5px;
    font-size: 14px
}

.e-blog-page .e-blog-page-content .e-post-paginator a.next.page-numbers,
.e-blog-page .e-blog-page-content .e-post-paginator a.prev.page-numbers {
    display: none
}

.e-blog-page .e-blog-page-content .e-blog-page-posts-loop {
    width: 35%
}

.e-blog-page .e-blog-page-content .e-blog-page-posts-loop .posts-loop {
    background: #fafafa;
    border: 2px solid #e7e7e7;
    margin-bottom: 25px;
    padding: 20px;
    min-height: 214px;
    border-radius: 5px;
    display: flex;
    align-items: center
}

.e-blog-page .e-blog-page-content .e-blog-page-posts-loop .posts-loop h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px
}

.e-blog-page .e-blog-page-content .e-blog-page-posts-loop .posts-loop h2 a {
    color: #333333
}

.e-blog-page .e-blog-page-content .e-blog-page-posts-loop .posts-loop p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif
}

.e-blog-page .e-blog-page-content .e-blog-page-posts-loop .posts-loop p a {
    color: #333333
}

.e-blog-page .e-blog-page-content .e-blog-page-posts-loop .posts-loop p .e-button {
    color: #FFFFFF;
    padding: 8px 45px
}

.e-blog-page .e-blog-page-content .e-blog-page-posts-loop .posts-loop p:last-of-type {
    margin-bottom: 0
}

.e-blog-page .e-blog-page-content .e-blog-page-posts-loop .posts-loop:last-of-type {
    margin-bottom: 0
}

.e-blog-page .e-blog-page-content.e-blog-page-content-secondary .e-blog-page-posts-featured {
    margin-right: 0
}

.e-blog-page .e-blog-page-content.e-blog-page-content-secondary .e-blog-page-posts-loop {
    margin-right: 4%
}

@media(max-width:600px){
    .e-courses-page-loop .e-content {
        padding-top: 40px;
    }
    .e-nossas-lojas-page .e-content {
        width: 85%;
        margin-top: 40px;
    }
    .e-fale-conosco-page {
        margin-top: 40px;
        float: left;
        width: 100%;
    }
}

@media (max-width: 48em) {
    .e-blog-page .e-content {
        width: 80%
    }
    .e-blog-page .e-content article {
        margin-bottom: 30px !important;
        margin-top: 30px;
        display: block !important
    }
    .e-blog-page .e-blog-page-content {
        display: block
    }
    .e-blog-page .e-blog-page-content .e-blog-page-posts-featured {
        width: 100%;
        float: left
    }
    .e-blog-page .e-blog-page-content .posts-featured {
        float: left;
        width: 100%;
        display: flex !important;
        margin-bottom: 30px
    }
    .e-blog-page .e-blog-page-content .e-blog-page-posts-loop {
        float: left;
        width: 100%
    }
}

.e-nossas-lojas-page .e-content {
    width: 70%
}

.e-nossas-lojas-page .e-content header {
    margin-bottom: 40px
}

.e-nossas-lojas-page .e-content header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #ff6f00;
    margin-bottom: 10px;
    letter-spacing: 4px;
    text-transform: uppercase
}

.e-nossas-lojas-page .e-content header p {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    font-weight: 500
}

.e-nossas-lojas-page .e-content .wpsl-info-window p strong {
    color: #8cd50b;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase
}

.e-nossas-lojas-page .e-content .wpsl-info-window p span {
    display: block;
    font-size: 12px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 5px
}

.e-nossas-lojas-page .e-content .wpsl-info-window .wpsl-info-actions {
    display: none !important
}

.e-nossas-lojas-page .e-content .e-content-left {
    width: 100%;
    float: left;
    position: relative
}

.e-nossas-lojas-page .e-content .e-content-left .wpsl-search.wpsl-clearfix {
    display: none
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list {
    padding: 10px
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid {
    max-height: 300px !important;
    overflow-x: hidden;
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid::-webkit-scrollbar-track {
    background-color: #eaeaea
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid::-webkit-scrollbar {
    background-color: #eaeaea;
    width: 4px
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid::-webkit-scrollbar-thumb {
    background-color: #005826
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li {
    padding: 20px;
    border: 2px solid #ececec;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .e-horario{
    margin:10px 0 0 0;
    display:block
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-store-location strong {
    display:block;
    color:#8cd50b;
    font-size:14px;
    font-weight:bold;
    margin-bottom:20px
}

/*.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-store-location p {
    float: left;
    width: 20%
}*/

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-store-location p img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    display: block;
    margin: 0 auto
}

/*.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-store-location div {
    float: right;
    width: 80%;
    padding-left: 10px
}*/

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-store-location div span {
    display: block;
    color: #333333;
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.4
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-contact-details {
    width: 100% !important;
    float: left !important
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-contact-details span {
    font-size: 11px;
    color: #333;
    line-height: 1.4;
    font-weight: 500;
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-contact-details span strong {
    display: inline-block;
    color: #333333;
    font-size: 11px
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-store-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999em
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-direction-wrap {
    display: none
}

.e-fale-conosco-page-header {
    background: url("../img/faleconosco-header.png") 100% 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

/*.e-fale-conosco-page-header .e-content {
    padding: 10%
}*/

.e-fale-conosco-page .e-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #ff6f00;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.e-fale-conosco-page .e-content p {
    font-size: 14px;
    color: #546e7a;
    font-weight: 500;
    line-height: 1.5
}

.e-fale-conosco-page .e-content .page-form {
    margin-top: 10px
}

.e-fale-conosco-page .e-content .page-form .wpcf7-form {
    margin-top: 40px
}

.e-fale-conosco-page .e-content .page-form h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px
}

.e-fale-conosco-page .e-content .page-form .lead {
    color: #4caf50;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px
}

.e-fale-conosco-page .e-content .page-form .wpcf7-form-control-wrap {
    position: inherit
}

.e-fale-conosco-page .e-content .page-form .page-form-left {
    width: 50%;
    float: left;
    padding: 10px
}

@media (max-width: 48em) {
    .e-fale-conosco-page .e-content .page-form .page-form-left {
        width: 100%;
        float: left
    }
}

.e-fale-conosco-page .e-content .page-form .page-form-right {
    width: 50%;
    float: right;
    padding: 10px
}

@media (max-width: 48em) {
    .e-fale-conosco-page .e-content .page-form .page-form-right {
        width: 100%;
        float: left
    }
}

.e-fale-conosco-page .e-content .page-form form ::-webkit-input-placeholder {
    color: #757575;
    font-weight: 500
}

.e-fale-conosco-page .e-content .page-form form ::-moz-placeholder {
    color: #757575;
    font-weight: 500
}

.e-fale-conosco-page .e-content .page-form form :-ms-input-placeholder {
    color: #757575;
    font-weight: 500
}

.e-fale-conosco-page .e-content .page-form form :-moz-placeholder {
    color: #757575;
    font-weight: 500
}

.e-fale-conosco-page .e-content .page-form .label-50 {
    float: left;
    width: 48%;
    margin-right: 2%
}

.e-fale-conosco-page .e-content .page-form .label-50.label-cpf {
    margin-right: 2% !important
}

.e-fale-conosco-page .e-content .page-form .label-50:last-of-type {
    margin-right: 0
}

.e-fale-conosco-page .e-content .page-form .label-30 {
    float: left;
    width: 28%;
    margin-right: 2%
}

.e-fale-conosco-page .e-content .page-form .label-70 {
    width: 70%;
    float: left
}

.e-fale-conosco-page .e-content .page-form .checkbox input {
    display: inline-block;
    width: 5%;
    margin-right: 5px
}

.e-fale-conosco-page .e-content .page-form .checkbox .newsletter-text {
    font-size: 14px;
    color: #455a64;
    font-weight: 500
}

.e-fale-conosco-page .e-content .page-form label {
    margin-bottom: 20px;
    display: block
}

.e-fale-conosco-page .e-content .page-form input,
.e-fale-conosco-page .e-content .page-form textarea,
.e-fale-conosco-page .e-content .page-form select,
.e-fale-conosco-page .e-content .page-form .select {
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    display: block;
    width: 100%;
    color: #757575;
    font-weight: 500;
    font-family: "Montserrat", sans-serif
}

.e-fale-conosco-page .e-content .page-form textarea {
    min-height: 335px;
    border-radius: 20px
}

.e-fale-conosco-page .e-content .page-form button {
    display: block;
    float: right;
    padding: 8px 50px
}

.e-fale-conosco-page .e-content .page-form .wpcf7-submit {
    color: #fff;
    border: none;
    width: 65%;
    float: right;
    background: #ff6f00
}

.e-fale-conosco-page .e-page-footer {
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-bottom: 40px
}

.e-fale-conosco-page .e-page-footer h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #ff6f00;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.e-fale-conosco-page .e-page-footer p {
    font-size: 14px;
    color: #455a64;
    font-weight: 500
}

.e-fale-conosco-page .e-page-footer p .e-button {
    margin-left: 10px;
    background: #ff6f00
}

.e-single-post-header {
    background: #ff6f00
}

.e-single-post-header .e-content {
    padding: 7% 0
}

.e-single-post .e-content {
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-top: -130px;
    margin-bottom: 60px
}

.e-single-post .e-the-post header h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px
}

.e-single-post .e-the-post .e-post-content h2 {
    font-size: 20px;
    margin: 30px 0;
    font-weight: 500
}

.e-single-post .e-the-post .e-post-content h3 {
    font-size: 17px;
    margin: 30px 0;
    font-weight: 700
}

.e-single-post .e-the-post .e-post-content p {
    margin-bottom: 20px;
    display: block;
    line-height: 1.6
}

.e-single-post-breadcrumbs .e-content {
    width: 80%
}

.e-single-post-breadcrumbs .e-content p {
    color: #CCCCCC;
    font-size: 12px
}

.e-single-post-breadcrumbs .e-content a {
    color: #CCCCCC
}

.e-single-post .e-content {
    width: 80%;
    margin-top: 0
}

@media (max-width: 48em) {
    .e-single-post .e-content {
        width: 90%
    }
}

.e-single-post h1 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 600
}

.e-single-post .e-share-text {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    margin-right: 5px;
    margin-bottom: 10px
}

.e-single-post .e-the-post {
    padding: 20px
}

.e-single-post .e-post-thumbnail {
    width: 100;
    height: auto;
    padding: 10%;
    display: block;
    margin-bottom: 30px;
    border-radius: 4px
}

.e-single-post .e-post-content p {
    font-size: 14px;
    color: #546e7a;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 20px
}

.e-single-post .e-post-footer {
    color: #FF6D00;
    display: block;
    width: 100%;
    float: left;
    margin-top: 40px;
    font-size: 14px
}

.e-single-post .e-post-footer a {
    color: #FF6D00
}

.e-single-post .e-post-footer a:before {
    content: '\2190';
    display: inline-block;
    margin-right: 10px
}


.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-contact-details strong {
    margin: 0;
}

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-store-location .e-day {
    font-weight: bold;
}

#wpsl-result-list li p { margin: 0; }

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-contact-details { margin: 10px 0 0 0; }

.e-nossas-lojas-page .e-content .e-content-left #wpsl-wrap #wpsl-result-list #wpsl-storesid ul li .wpsl-opening-hours { display: none; }