/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.menu-item-gtranslate > div {
    top: 0;
}
.gt_selected {
    background: transparent !important;
}
.gt_switcher {
   width: 160px !important;
}
.gt_switcher .gt_option {
    border: none !important;
    background-color: #000 !important;
    width: 160px !important;
    height: 100% !important;
    max-height: 100% !important;
}
.gt_selected a,
.gt_option a {
    text-transform: uppercase;
    font-size: 14px !important;
    color: #fff !important;
    border: none !important;
    padding: 5px 5px 0px 5px !important;
}
.gt_switcher .gt_selected a:hover,
.gt_switcher .gt_option a:hover {
    background: rgba(255, 255, 255, .2) !important;
}
.gt_selected a img,
.gt_option a img {
   margin-right: 5px !important;
  margin-bottom: 4px !important;
}
.gt_selector {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    height: auto;
}
.gt_selector option:first-child {
    display: none;
}
li[class*="gt_container"] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

li[class*="gt_container"]::after {
    content: "\f0ac"; /* fa-globe */
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.gt_selector {
	padding-inline-end: 15px;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5.379L20.621 2.5 10.5 12.621.379 2.5 2.5.379l8 8z' fill='%23ffffff' fill-rule='nonzero'/%3E%3C/svg%3E");
	background-position: right 0 top 50%,0 0;
}

#header div[data-row="top"] {
	margin-bottom: -18px;
}
#header-menu-2 {
	margin-top: 5px !important;
}

.ct-panel-content-inner .gt_switcher,
.ct-panel-content-inner .gt_switcher .gt_option {
   width: 100% !important;
}

/** .ct-panel-content-inner .gtranslate_wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ct-panel-content-inner .gtranslate_wrapper::before {
    * content: "\f0ac";
    * font-family: "Font Awesome 5 Free";
    * font-weight: 400;
    * font-size: 16px;
    * color: #fff;
} */
