/*!
Theme Name: Vue.js Theme
Author: Alex Meza
Description: A Wordpress theme using Vue.js
Version: 1.0.0
*/

html.translated-rtl{
    direction: rtl;
}
.cm-translater-wrapper{
    position: relative;
    width: 200px;
    display: flex;
    align-items: center;
    height: 40px;
}
.cm-translater-wrapper .notranslate{
    position: absolute;
    top: 20px;
    right: 0;
    border: 1px solid #3b8b13;
    background-color: transparent;
    padding: 6px;
     border-radius: 5px;
    right: 0;
}
.cm-translater-wrapper .notranslate:focus-visible{
    border: 1px solid #3b8b13!important;
}
html:lang(es) .cmRecipeDetail-gridInner1 {
    width: calc(100% - 350px) !important;
}

html:lang(es) .cmRecipeDetail-gridInner2 {
    width: 350px !important;
}

html:lang(es) #community-resources .twrap .tabs .desktop-view ul a li,
html:lang(vi) #community-resources .twrap .tabs .desktop-view ul a li,
html:lang(fr) #community-resources .twrap .tabs .desktop-view ul a li,
html:lang(es) #tips-page .twrap .tabs .desktop-view ul a li,
html:lang(vi) #tips-page .twrap .tabs .desktop-view ul a li,
html:lang(fr) #tips-page .twrap .tabs .desktop-view ul a li,
html:lang(es) .menu--adsila .menu__item-name[data-v-287c6656],
html:lang(vi) .menu--adsila .menu__item-name[data-v-287c6656],
html:lang(fr) .menu--adsila .menu__item-name[data-v-287c6656]{
    font-size: 14px !important;
}
.accordion-item-details ul{
    list-style: disc;
    padding-left: 20px;
}
@media screen and (max-width: 767px){
    #allTheNav ul .cm-translater-wrapper .notranslate{
        left: 40px;
        top: 0;
    }
    #cm-translater-html .cm-translater-wrapper .notranslate{
        display: none;
    }
    .accordion-item-details ul{
        list-style: disc !important;
    }
    .accordion-item-details ul li::marker{
        margin: 0px !important;
    }
}
/* language changes  */
html:lang(vi) h1 {
    font-size: 36px;
    font-family: 'Times New Roman', Times, serif!important;
    @media screen and (max-width:767px) {
        font-size:24px;
    }
}
html:lang(vi) h2 {
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif!important;
    @media screen and (max-width:767px) {
        font-size:24px;
    }
}
html:lang(vi) h3 {
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif!important;
    @media screen and (max-width:767px) {
        font-size:20px;
    }
}
html:lang(vi) h4 {
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif!important;
    @media screen and (max-width:767px) {
        font-size:18px;
    }
}
html:lang(vi) h5 {
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif!important;
    @media screen and (max-width:767px) {
        font-size:16px;
    }
}
html:lang(vi) h6 {
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif!important;
    @media screen and (max-width:767px) {
        font-size:14px;
    }
}
html:lang(vi) p {
    font-size: 16px;
    @media screen and (max-width:767px) {
        font-size:14px;
    }
}