/*
 Theme Name: Twenty Twenty Child
 Theme URI: https://www.element8.ae
 Author: Element8
 Author URI: https://www.element8.ae
 Template: twentytwenty
 Description: Child theme for Twenty Seventeen.
 Version: 0.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentytwenty-child
 */



.wpml-ls-legacy-list-horizontal>ul {
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

/* .headerblock .top-bar .rht .select-language {
    height: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
} */


.headerblock .top-bar .dropdown dd ul {
    right: 0;
    left: auto;
    top: 14px;
    width: 203px;
    height: 190px;
    /* height: 0%; */
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
    border: none;
    /* opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s linear, visibility 0s linear 0.3s,
		height 0.3s linear 0.3s;
	transition: opacity 0.3s linear, visibility 0s linear 0.3s,
		height 0.3s linear 0.3s; */
}

.headerblock .top-bar .dropdown dt a {
    text-transform: capitalize;
    font-size: 14px;
}

.headerblock .top-bar .dropdown dd li a {
    font-size: 14px;
    text-align: left;
    padding: 10.5px 15px;
    border: none;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    position: relative;
    text-transform: capitalize;
}

.headerblock .top-bar .dropdown dd li.active a::after {
    content: "";
    position: absolute;
    display: inline-block;
    transform: rotate(45deg);
    height: 9px;
    width: 5px;
    border-bottom: 3px solid #1a4287;
    border-right: 3px solid #1a4287;
    right: 14px;
}

.select-language .wpml-ls-legacy-list-horizontal>ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px !important;
    margin-top: 2px !important;
}

.select-language .wpml-ls-legacy-list-horizontal a {
    font-size: 14px;
}

.select-language .wpml-ls-legacy-list-horizontal>ul li {
    height: 17px;
    line-height: 17px;
}

.headerblock .top-bar .dropdown dd li a img {
    margin-right: 6px;
    border-radius: 50%;
    width: 21px;
}

.headerblock .top-bar .dropdown dd a:hover {
    background: #9dc1ff;
}

/* .headerblock .top-bar .dropdown dd ul.ul-blocked {
	opacity: 1;
	height: 180px;
	visibility: visible;
	-webkit-transition: opacity 0.3s linear, visibility 0s linear 0s,
		height 0.3s linear 0.3s;
	transition: opacity 0.3s linear, visibility 0s linear 0s,
		height 0.3s linear 0.3s;
} */

.headerblock .top-bar .dropopen .dropdown dt span {
    background: url(assets/images/dropdown-arrow.png) no-repeat;
    background-position: top 6px right !important;
}

.select-language .wpml-ls-legacy-list-horizontal a span {
    display: inline-block;
}

.headerblock .top-bar .dropdown dt span {
    background-position: top 6px right !important;
}

@media screen and (max-width: 760px) {
    .headerblock .top-bar .dropdown dd ul {
        width: 170px;
        height: 112px;
    }

    .headerblock .top-bar .dropdown dd li a {
        font-size: 12px;
        padding: 6.5px 15px 6.5px 10px;
    }

    .headerblock .top-bar .dropdown dd li.active a::after {
        height: 7px;
        width: 3px;
        border-bottom: 2px solid #1a4287;
        border-right: 2px solid #1a4287;
    }

    .headerblock .top-bar .dropdown dd li a img {
        margin-right: 5px;
    }
}