/*
Theme Name: Architecturer Child
Theme URI: https://themes.themegoods.com/architecturer/landing
Description: Premium Architecture & Interior Design WordPress Theme
Version: 1.0
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: architecturer
Template: architecturer
*/

/*-------------------testing site------------------*/

/* TranslatePress flags: force 2 language menu items side-by-side (MOBILE) */
@media (max-width: 1024px){

  /* Πιάνει και header menu & mobile menu */
  li.trp-language-switcher-container{
    display: inline-flex !important;   /* αντί για block */
    width: auto !important;
    float: none !important;
    clear: none !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
  }

  /* Μην αφήνεις το <a> να γίνεται full width */
  li.trp-language-switcher-container > a{
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    padding: 6px 8px !important;
  }

  /* Μικρό spacing μόνο στο δεύτερο */
  li.trp-language-switcher-container + li.trp-language-switcher-container{
    margin-left: 10px !important;
  }

  /* Αν το theme βάζει separator/border σε menu items, κόψ’ το μόνο για τις γλώσσες */
  li.trp-language-switcher-container{
    border: 0 !important;
  }
}