@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Sacramento");
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-mobile-categories > p{
    margin-bottom: 20px;
}
.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
}

.ds-table {
    display: table
}

.ds-table .ds-table-cell {
    display: table-cell
}

@media (max-width: 48em) {
    .e-mobile {
        display: block
    }
}

@media (min-width: 80em) {
    .e-mobile {
        display: none
    }
}

@media (max-width: 48em) {
    .e-lojas-header .e-background-cover {
        width: 100%;
        height: 100%;
        float: left;
        background: rgba(0, 0, 0, 0.8)
    }
}

.e-lojas-header .e-content {
    padding: 90px 0
}

.e-lojas-header .box-content {
    width: 30%
}

@media (max-width: 48em) {
    .e-lojas-header .box-content {
        width: 100%
    }
}

.e-lojas-header .box-content h1 {
    font-size: 18px;
    color: #757575;
    text-transform: uppercase;
    margin-bottom: 40px
}

.e-lojas-header .box-content h1:before {
    content: '/ /';
    display: inline-block;
    margin-right: 3px
}

.e-lojas-header .box-content p {
    font-weight: 500;
    font-size: 14px;
    color: #757575;
    line-height: 1.7
}

.e-lojas-navbar {
    text-align: center
}

@media (max-width: 48em) {
    .e-lojas-navbar .e-mobile-categories.e-mobile .e-menu-button {
        background: #f86200;
        padding: 10px;
        display: inline-block
    }
    .e-lojas-navbar .e-mobile-categories.e-mobile .e-menu-button span {
        display: block;
        width: 22px;
        height: 3px;
        background: #FFFFFF;
        margin-bottom: 3px
    }
    .e-lojas-navbar .e-mobile-categories.e-mobile .e-menu-button span:last-of-type {
        margin-bottom: 0
    }
    .e-lojas-navbar .e-mobile-categories.e-mobile p {
        display: inline-block;
        position: relative;
        top: -15px;
        color: #333333
    }
    .e-lojas-navbar .e-mobile-categories.e-mobile p strong {
        color: #f86200
    }
}

.e-lojas-navbar .e-lojas-categories {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0
}

@media (max-width: 48em) {
    .e-lojas-navbar .e-lojas-categories.e-active {
        display: block
    }
}

.e-lojas-navbar .e-lojas-categories.e-active ul {
    display: block;
    position: fixed;
    z-index: 9;
    background: #FFFFFF;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    padding: 10px;
    -webkit-box-shadow: 9px 0px 5px -5px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 9px 0px 5px -5px rgba(0, 0, 0, 0.43);
    box-shadow: 9px 0px 5px -5px rgba(0, 0, 0, 0.43)
}

.e-lojas-navbar .e-lojas-categories.e-active ul li {
    display: block;
    margin-bottom: 10px
}

.e-lojas-navbar .e-lojas-categories ul li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 20px;
}

.e-lojas-navbar .e-lojas-categories ul li a {
    color: #e0e0e0;
    font-weight: 700
}

.e-lojas-navbar .e-lojas-categories ul li a.has-class {
    color: #333333
}

.e-lojas-navbar .e-lojas-categories ul li a.e-active {
    color: #f86200 !important
}

.e-lojas-navbar .e-lojas-categories ul li a.e-active:after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background: #f86200;
    margin-top: 10px
}

@media (max-width: 48em) {
.e-lojas-navbar .e-lojas-categories {
    display: block;
    margin-top: 20px;
    margin-bottom: 90px;
}
}

.e-lojas-content .e-main-lojas {
    width: 65%;
    float: left;
    margin-right: 5%
}

@media (max-width: 48em) {
    .e-lojas-content .e-main-lojas {
        width: 100%
    }
}

.e-lojas-content .e-lojas-list {
    display: none
}

.e-lojas-content .e-lojas-list.e-active {
    display: block !important
}

.e-lojas-content .e-lojas-list header h2 {
    font-size: 60px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 40px
}

.e-lojas-content .e-lojas-list .e-loja {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 70px
}

.e-lojas-content .e-lojas-list .e-loja .e-image {
    float: left;
    width: 27%;
    margin-right: 3%
}

.e-lojas-content .e-lojas-list .e-loja .e-image img {
    width: 100%;
    display: block
}

.e-lojas-content .e-lojas-list .e-loja .e-info {
    float: right;
    width: 70%;
    position: relative;
    top: 40px
}

.e-lojas-content .e-lojas-list .e-loja .e-info h3 {
    font-size: 18px;
    color: #333333;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.e-lojas-content .e-lojas-list .e-loja .e-info .e-phone {
    font-size: 18px;
    color: #333333;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase
}

.e-lojas-content .e-lojas-list .e-loja .e-info .e-description {
    display: block;
    margin-top: 30px
}

.e-lojas-content .e-lojas-list .e-loja .e-info .e-description p {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500
}

.e-lojas-content .e-lojas-sidebar {
    width: 30%;
    float: right;
    background: #fafafa;
    padding: 40px
}

@media (max-width: 48em) {
    .e-lojas-content .e-lojas-sidebar {
        width: 100%;
        float: left
    }
}

.e-lojas-content .e-lojas-sidebar .e-sidebar-widget {
    margin-bottom: 80px;
    display: block
}

.e-sidebar-widget a {
	color: #333; 
	text-decoration: none;
}

.e-lojas-content .e-lojas-sidebar header h2 {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 20px
}

.e-lojas-content .e-lojas-sidebar header h2:before {
    content: "//";
    display: inline-block;
    margin-right: 8px
}

.e-lojas-content .e-lojas-sidebar .box-content {
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    font-weight: 500;
    display: block
}

.e-lojas-content .e-lojas-sidebar .box-content p {
    margin-bottom: 20px
}

.e-lojas-content .e-lojas-sidebar .box-content .contact-link {
    color: #f86200;
    font-weight: 700
}

.e-lojas-content .e-lojas-sidebar .box-content .contact-link a {
    color: #f86200
}

.e-lojas-content .e-lojas-sidebar .box-content .e-link a {
    display: inline-block;
    color: #FFFFFF;
    background: #f86200;
    padding: 10px 45px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px
}

.e-shopping-header .e-content {
    padding: 150px 0
}

.e-shopping-header h1 {
    color: #006543;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px
}

.e-shopping-header h1:before {
    content: '/ /';
    display: inline-block;
    margin-right: 5px
}

.e-shopping-content {
    background: url("../../../_images/shopping-background-content.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 48em) {
    .e-shopping-content {
        background: none
    }
}

.e-shopping-content .box-content {
    width: 65%;
    background: #FFFFFF
}

@media (max-width: 48em) {
    .e-shopping-content .box-content {
        width: 100%;
        position: relative;
        float: left
    }
}

.e-shopping-content .box-content h2 {
    color: #006543;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px
}

.e-shopping-content .box-content p {
    font-size: 14px;
    color: #757575;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px
}

.e-aluguel-de-lojas .e-content-left {
    width: 50%;
    float: left;
    padding-right: 2%
}

.e-aluguel-de-lojas .e-content-left .e-image-list .e-images-left {
    width: 49%;
    float: left
}

.e-aluguel-de-lojas .e-content-left .e-image-list .e-images-left img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px
}

.e-aluguel-de-lojas .e-content-left .e-image-list .e-images-right {
    width: 49%;
    float: right
}

.e-aluguel-de-lojas .e-content-left .e-image-list .e-images-right img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px
}

.e-aluguel-de-lojas .e-content-right {
    width: 50%;
    float: right
}

.e-aluguel-de-lojas .e-content-right .box-content {
    margin-top: 130px
}

.e-aluguel-de-lojas .e-content-right .box-content h3 {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px
}

.e-aluguel-de-lojas .e-content-right .box-content p {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    line-height: 1.7;
    display: block;
    margin-bottom: 30px
}

.e-aluguel-de-lojas .e-content-right .box-content p strong {
    font-size: 16px;
    color: #333333
}

.e-aluguel-de-lojas .e-content-right .box-content h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 30px
}

.e-aluguel-de-lojas .e-content-right .box-content .e-link {
    display: block
}

.e-aluguel-de-lojas .e-content-right .box-content .e-link:last-of-type {
    margin-bottom: 30px
}

.e-aluguel-de-lojas .e-content-right .box-content .e-link a {
    color: #ff6f00;
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: 10px
}

.e-aluguel-de-lojas .e-content-right .box-links ul li {
    display: inline-block
}

.e-aluguel-de-lojas .e-content-right .box-links ul li:last-of-type {
    display: block;
    margin-top: 25px
}

.e-aluguel-de-lojas .e-content-right .box-links ul li:last-of-type a {
    background: #FFFFFF;
    border: 2px solid #ff6f00;
    color: #ff6f00
}

.e-aluguel-de-lojas .e-content-right .box-links ul li:last-of-type a:hover {
    background: #ff6f00;
    color: #FFFFFF;
    border-color: #FFFFFF
}

.e-aluguel-de-lojas .e-content-right .box-links ul li a {
    background: #ff6f00;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    transition: all ease .3s;
    border: 2px solid transparent
}

.e-aluguel-de-lojas .e-content-right .box-links ul li a:hover {
    background: #FFFFFF;
    color: #ff6f00;
    border-color: #ff6f00
}

@media (max-width: 48em) {
    .e-foods-header .e-background-cover {
        width: 100%;
        height: 100%;
        float: left;
        background: rgba(0, 0, 0, 0.8)
    }
}

.e-foods-header .e-content {
    padding: 90px 0
}

@media (max-width: 48em) {
    .e-foods-header .e-content {
        padding: 20px 0
    }
}

.e-foods-header .box-content {
    width: 30%
}

@media (max-width: 48em) {
    .e-foods-header .box-content {
        width: 100%
    }
}

.e-foods-header .box-content h1 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px
}

.e-foods-header .box-content h1:before {
    content: '/ /';
    display: inline-block;
    margin-right: 3px
}

.e-foods-header .box-content p {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.7
}

.e-foods-navbar {
    text-align: center
}

@media (max-width: 48em) {
    .e-foods-navbar .e-mobile-categories.e-mobile .e-menu-button {
        background: #f86200;
        padding: 10px;
        display: inline-block
    }
    .e-foods-navbar .e-mobile-categories.e-mobile .e-menu-button span {
        display: block;
        width: 22px;
        height: 3px;
        background: #FFFFFF;
        margin-bottom: 3px
    }
    .e-foods-navbar .e-mobile-categories.e-mobile .e-menu-button span:last-of-type {
        margin-bottom: 0
    }
    .e-foods-navbar .e-mobile-categories.e-mobile p {
        display: inline-block;
        position: relative;
        top: -15px;
        color: #333333
    }
    .e-foods-navbar .e-mobile-categories.e-mobile p strong {
        color: #f86200
    }
}

.e-foods-navbar .e-foods-categories {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0
}

.e-foods-navbar .e-foods-categories ul li {
    display: inline-block;
    margin-right: 25px
}

.e-foods-navbar .e-foods-categories ul li a {
    color: #e0e0e0;
    font-weight: 700
}

.e-foods-navbar .e-foods-categories ul li a.has-class {
    color: #333333
}

.e-foods-navbar .e-foods-categories ul li a.e-active {
    color: #f86200 !important
}

.e-foods-navbar .e-foods-categories ul li a.e-active:after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background: #f86200;
    margin-top: 10px
}

@media (max-width: 48em) {
    .e-foods-navbar .e-foods-categories ul {
        display: none
    }
}

.e-foods-navbar .e-foods-categories.e-active ul {
    display: block;
    position: fixed;
    background: #FFFFFF;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    padding: 10px;
    -webkit-box-shadow: 9px 0px 5px -5px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 9px 0px 5px -5px rgba(0, 0, 0, 0.43);
    box-shadow: 9px 0px 5px -5px rgba(0, 0, 0, 0.43)
}

.e-foods-navbar .e-foods-categories.e-active ul li {
    display: block;
    margin-bottom: 10px
}

.e-foods-content .e-main-foods {
    width: 65%;
    float: left;
    margin-right: 5%
}

@media (max-width: 48em) {
    .e-foods-content .e-main-foods {
        width: 100%
    }
}

.e-foods-content .e-foods-list {
    display: none
}

.e-foods-content .e-foods-list.e-active {
    display: block !important;
    margin-bottom: 40px
}

.e-foods-content .e-foods-list header h2 {
    font-size: 60px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 40px
}

.e-foods-content .e-foods-list .e-food {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 70px
}

.e-foods-content .e-foods-list .e-food .e-image {
    float: left;
    width: 27%;
    margin-right: 3%
}

@media (max-width: 48em) {
    .e-foods-content .e-foods-list .e-food .e-image {
        width: 100%;
        float: left;
        margin: 0 0 20px 0
    }
}

.e-foods-content .e-foods-list .e-food .e-image img {
    width: 100%;
    display: block
}

.e-foods-content .e-foods-list .e-food .e-info {
    float: right;
    width: 70%;
    position: relative;
    top: 40px
}

@media (max-width: 48em) {
    .e-foods-content .e-foods-list .e-food .e-info {
        width: 100%;
        float: left
    }
}

.e-foods-content .e-foods-list .e-food .e-info h3 {
    font-size: 18px;
    color: #333333;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.e-foods-content .e-foods-list .e-food .e-info .e-phone {
    font-size: 18px;
    color: #333333;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase
}

.e-foods-content .e-foods-list .e-food .e-info .e-description {
    display: block;
    margin-top: 30px
}

.e-foods-content .e-foods-list .e-food .e-info .e-description p {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500
}

.e-foods-content .e-foods-sidebar {
    width: 30%;
    float: right;
    background: #fafafa;
    padding: 40px
}

@media (max-width: 48em) {
    .e-foods-content .e-foods-sidebar {
        width: 100%;
        float: left
    }
}

.e-foods-content .e-foods-sidebar .e-sidebar-widget {
    margin-bottom: 80px;
    display: block
}

.e-foods-content .e-foods-sidebar header h2 {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 20px
}

.e-foods-content .e-foods-sidebar header h2:before {
    content: "//";
    display: inline-block;
    margin-right: 8px
}

.e-foods-content .e-foods-sidebar .box-content {
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    font-weight: 500;
    display: block
}

.e-foods-content .e-foods-sidebar .box-content p {
    margin-bottom: 20px
}

.e-foods-content .e-foods-sidebar .box-content .contact-link {
    color: #f86200;
    font-weight: 700
}

.e-foods-content .e-foods-sidebar .box-content .contact-link a {
    color: #f86200
}

.e-foods-content .e-foods-sidebar .box-content .e-link a {
    display: inline-block;
    color: #FFFFFF;
    background: #f86200;
    padding: 10px 45px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px
}

.e-cinema-main .e-content {
    width: 100%
}

.e-cinema-main .e-movie-banner article {
    height: 365px;
    border-radius: 0px 0px 100% 100% / 0px 0px 50px 50px;
    color: #FFFFFF
}

.e-cinema-main .e-movie-banner article a {
    color: #FFFFFF
}

.e-cinema-main .e-movie-banner article .e-content {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.e-cinema-main .e-movie-banner article .e-content-left {
    width: 30%;
    float: left
}

.e-cinema-main .e-movie-banner article .e-content-left header h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 2px
}

.e-cinema-main .e-movie-banner article .e-content-left header h1:before {
    content: '//';
    display: inline-block;
    margin-right: 5px
}

.e-cinema-main .e-movie-banner article .e-content-left .e-movie-schedule .e-link a {
    display: inline-block;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 16px 28px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    border-radius: 30px;
    transition: all ease .4s
}

.e-cinema-main .e-movie-banner article .e-content-left .e-movie-schedule .e-link a:hover {
    background: #FFFFFF;
    color: #333333
}

.e-cinema-main .e-movie-banner article .e-content-left .e-movie-trailer a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    display: flex;
    align-items: center
}

.e-cinema-main .e-movie-banner article .e-content-left .e-movie-trailer a .e-trailer-icon {
    background-image: url(/wp-content/themes/mastershopping/build/assets/img//grupomaster-sprite.png?0.1443098878432858);
    background-position: 0px -193px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px
}

.e-cinema-main .e-movie-banner article .e-content-center {
    width: 40%;
    float: left
}

.e-cinema-main .e-movie-banner article .e-content-right {
    width: 30%;
    float: right
}

.e-cinema-main .e-movie-banner article .e-content-right .e-movie-review p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF
}

.e-cinema-movies header h2 {
    font-size: 18px;
    color: #faa61a;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px
}

.e-cinema-movies header h2:before {
    content: '//';
    display: inline-block;
    margin-right: 10px
}

.e-cinema-movies .movie-list {
    float: left;
    overflow: hidden;
    width: 100%
}

.e-cinema-movies .movie-list .e-movie {
    float: left;
    outline: 0;
    margin-right: 1%;
    width: 24%;
    margin-bottom: 60px
}

.e-cinema-movies .movie-list .e-movie .e-movie-header {
    width: 100%;
    height: 340px;
    display: block;
    margin-bottom: 20px
}

.e-cinema-movies .movie-list .e-movie h3 {
    font-size: 18px;
    color: #333333;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 80px
}

.e-cinema-movies .movie-list .e-movie .e-link {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

.e-cinema-movies .movie-list .e-movie .e-link a {
    display: inline-block;
    border: 1px solid #333333;
    text-align: center;
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333333;
    padding: 15px 35px;
    transition: all ease .3s;
    outline: 0
}

.e-cinema-movies .movie-list .e-movie .e-link a:hover {
    border-color: #333333;
    background: #333333;
    color: #FFFFFF
}

.e-cinema-movies .movie-list .e-movie .e-movie-trailer {
    float: left;
    width: 100%;
    position: relative;
    text-align: center
}

.e-cinema-movies .movie-list .e-movie .e-movie-trailer a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333
}

.e-cinema-movies .movie-list .e-movie .e-movie-trailer a .e-trailer-icon {
    background-image: url(/wp-content/themes/mastershopping/build/assets/img//grupomaster-sprite.png?0.1443098878432858);
    background-position: 0px -141px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px
}

.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-blog-page .e-content {
    width: 80%
}

.e-blog-page .e-blog-page-content .posts-featured {
    width: 45%;
    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: 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%
    }
}

@media(max-width:650px){
    .e-lojas-navbar .e-mobile-categories.e-mobile p {
            margin-top: 50px;
    }

    .e-lojas-content .e-lojas-list .e-loja .e-info {
    top: 0px;
    }

    .e-lojas-navbar .e-mobile-categories.e-mobile .e-menu-button {
        display: none !important;
    }

    .e-foods-navbar .e-foods-categories.e-active ul {
        z-index: 9999;
    }

    .e-aluguel-de-lojas .e-content-left .e-image-list .e-images-right {
    width: 100%; 
    }

    .e-aluguel-de-lojas .e-content-left .e-image-list .e-images-left {
    width: 100%;
    float: left;
}

.e-aluguel-de-lojas .e-content-left {
    width: 100%;
}

}