/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */



 /* polylang nha_cu */
.lang-switcher-wrapper {
  display: inline-block;
  position: relative;
  font-family: inherit;
}
.lang-switcher-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.4em 1.2em 0.4em 0.6em;
  border-radius: 4px;
  font-size: 0.9em;
  cursor: pointer;
  min-width: 100px;
  background-image: url('data:image/svg+xml;charset=UTF-8,\
    <svg xmlns="http://www.w3.org/2000/svg" width="10" height="6"><path fill="%23999" d="M0 0l5 6 5-6z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.6em center;
}
.lang-switcher-dropdown:focus {
  outline: none;
  border-color: #888;
}
