@font-face {
    font-family: 'Broadcast_Matter';
    src: url("/master-supermercados/wp-content/themes/master-supermercados/build/assets/css/fonts/Broadcast_Matter.ttf") format("truetype")
}

html,
body {
    font-family: "Montserrat", sans-serif !important;
    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: 60%
}

.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: #FF6D00
}

.e-receita-breadcrumb .e-content {
    width: 80%
}

.e-receita-breadcrumb ul li {
    display: inline-block;
    color: #9b9b9b;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px
}

.e-receita-breadcrumb ul li:after {
    content: '';
    width: 2px;
    height: 11px;
    margin: 0 10px;
    background: #9b9b9b;
    display: inline-block
}

.e-receita-breadcrumb ul li:last-of-type:after {
    display: none
}

.e-receita-breadcrumb ul li a {
    color: #9b9b9b
}

.e-ingredients .e-content {
    width: 80%
}

.e-ingredients header img {
    width: 450px;
    height: auto;
    display: block;
    margin-bottom: 30px;    
}

.e-ingredients h2 {
    color: #FF6D00;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 40px
}

.e-ingredients h2 a {
    color: #FF6D00
}

.e-ingredients p {
    padding-bottom: 20px !important;
    padding-top: 5px;
}

.e-ingredients .ingredients-content {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 90%
}

.e-ingredients .ingredients-content ul li {
    display: block;
    margin-bottom: 20px;
    color: #455a64;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer
}

.e-ingredients .ingredients-content ul li:before {
    cursor: pointer;
    content: '';
    width: 10px;
    height: 10px;
    display: inline-flex;
    margin-right: 10px;
    border: 1px solid #b6b6b6;
    padding: 3px;
    border-radius: 50%;
    cursor: pointer;
    transition: all linear 1s
}

.e-ingredients .ingredients-content ul li.e-active:before {
    background: #f86200
}

.e-prepare-mode {
    margin-bottom: 70px
}

.e-prepare-mode * {
    font-family: "Montserrat", sans-serif !important;
}

.e-ingredients * {
    font-family: "Montserrat", sans-serif !important;
}

.e-prepare-mode .e-content {
    width: 80%
}

.e-prepare-mode h2 {
    color: #FF6D00;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.e-prepare-mode p {
    font-size: 14px;
    color: #455a64;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 500;
}

.e-prepare-mode .prepare-mode-content {
    float: left;
    width: 60%;
    padding-right: 5%
}

.e-prepare-mode .prepare-mode-video {
    float: right;
    width: 40%;
    display: block;
    text-align: center
}

.e-prepare-mode .prepare-mode-video iframe {
    width: 85%;
    height: 275px;
    margin: 0 auto;
    display: block
}

.e-prepare-mode .prepare-mode-footer {
    margin-top: 20px
}

.e-prepare-mode .prepare-mode-footer .e-button img {
    display: inline-block;
    vertical-align: middle
}

.e-prepare-mode .prepare-mode-footer .e-button.e-link {
    color: #FF6D00
}

.e-recents-recipes .e-content {
    width: 80%
}

.e-recents-recipes header h2 {
    color: #FF6D00;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 40px
}

.e-recents-recipes header h2 a {
    color: #FF6D00
}

.e-recents-recipes .recents-recipes-posts .recipe-post {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 60px
}

.e-recents-recipes .recents-recipes-posts .recipe-post:nth-child(3n+0) {
    margin-right: 0
}

.e-recents-recipes .recents-recipes-posts .recipe-post header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.e-recents-recipes .recents-recipes-posts .recipe-post header h3 {
    font-size: 14px;
    color: #333333;
    font-family: "Open Sans", sans-serif
}

.e-recents-recipes .recents-recipes-posts .recipe-post .wp-post-image {
    width: 100%;
    height: 200px;
    display: block;
    margin-bottom: 10px
}

.e-recents-recipes .recents-recipes-posts .recipe-post footer {
    text-align: center;
    display: block
}

.e-recents-recipes .recents-recipes-posts .recipe-post footer .e-button {
    padding: 12px 20px 12px 10px;
    font-size: 14px;
    width: 75%
}

.e-recents-recipes .recents-recipes-posts .recipe-post footer .e-button:after {
    content: '\25b6';
    color: #ffffff;
    display: inline-block;
    float: right
}

.e-single-post-header {
    background: #003A1B
}

.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;
    padding: 50px
}

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

.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-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
}

/* CURSOS INTERNA */

.course__image {
    margin: 0 0 30px 0px;
}
.course__info {
    line-height: 24px;
}
.course__attribute {
    /* margin: 0 0 8px 0; */
}
.course__attribute strong {
    font-weight: 600;
    color: #ff6f00;
}
.course__subscription {}
.course__subscription input {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.course__subscription .e-signup-content span { display: block; margin: 20px 0; }
.course__description {
	margin: 20px 0 0 0;
}

.course__subscription label {
    display: block;
    margin: 0 0 10px 0;
}

@media(max-width:700px){

    .course__subscription input {
        width: 100%;
    }

    .e-content-top .e-content-left {
        margin-top: -10px !important;
        font-size: 10px;
        padding-right: 15px;
    }

    .e-single-post .e-content iframe {
        width: 100% !important;
    }

    .e-single-post .e-content img {
        max-width: 100%;
        height: auto;
    }

    .e-button.e-button-orange {
        background: #FF6D00;
        margin-bottom: 25px;
        font-size: 12px;
    }

    .e-recents-recipes .recents-recipes-posts .recipe-post {
        width: 100% !important;
    }

    .e-ingredients header img {
        width: 100% !important;
    }

    .e-prepare-mode .prepare-mode-content {
        width: 100% !important;
    }
}