/*Idiomas*/
.lang-item {
  display: inline;
}

li.lang-item {
    padding-left: 5px;
}

ul.polylang_crative_switcher {
    margin: 0 50px 0 0!important;
}

/*Formulário de Contactos*/
input#contactName {
    background-color: rgba(29,29,29,0.7);
}

input#contactemail {
    background-color: rgba(29,29,29,0.7);
}

input#phone {
    background-color: rgba(29,29,29,0.7);
}

textarea#commentsText{
    background-color: rgba(29,29,29,0.7);
}

ul.polylang_crative_switcher.creative_header_icon {
    display: flex!important;
}

/*Redes Sociais*/
/*.creative_header_icon.lc_social_icon {
    margin-top: 26px!important;
}*/

/*Bandeiras - Footer*/
/*li.lang-item.lang-item-32.lang-item-pt.lang-item-first {
    display: none;
}
li.lang-item.lang-item-35.lang-item-en.no-translation {
    display: none;
}
li.lang-item.lang-item-39.lang-item-fr.no-translation {
    display: none;
}
li.lang-item.lang-item-43.lang-item-es.no-translation {
    display: none;
}*/

/*SHARE - Esconder Google+*/
i.fa.fa-google-plus {
    display: none;
}
/*Esconder o share em todas as páginas*/
.lc_sharing_icons {
    display: none;
}

/*Retirar META do blog*/
li#meta-2 {
    display: none;
}

/*BLOG - retirar os botões share*/
.ss-inline-share-wrapper.ss-left-inline-content.ss-small-icons.ss-with-spacing.ss-rounded-icons {
    display: none!important;
}
p.ss-social-share-label {
    display: none!important;
}

/*ESCONDER BOTÃO EVENTOS DAS PÁGINAS DOS EVENTOS*/
.lc_post_meta.lc_cpt_category.cpt_post_meta.lc_swp_full {
    display: none;
}

/*ALTERAR COR DO FUNDO DA CAIXA DE PESQUISA*/
#lc_global_search input {
    background-color: #020202!IMPORTANT;
color: #4f4c4c!important;
}
/*SAFARI*/
# @media screen and (-webkit-min-device-pixel-ratio:0)
{
#safari { background-color:#020202!important;}
}

/*Apresentar a primeira letra dos meses nos eventos em Maiúscula*/
.event_list_entry.event_date {
    /* color: red; */
    text-transform: capitalize!important;
}

