/*
*Theme Name:     PatioTime Child Theme
*Theme URI: 	 https://patiotime.loftocean.com/
*Description:    PatioTime child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       patiotime
*Text Domain: 	 patiotime-child
*Version:        1.1
*/

 /** Add your styles below **/



.wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
    clear: both;
}
.wpml-ls-legacy-dropdown{
	width:auto;
}
.wpml-ls-legacy-dropdown a {
    color: #ffffff;
    border: none;
    background-color: transparent;
    padding: 5px 0px;
    font-weight: 400;
	font-size:14px;
	text-decoration:none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover{
	    color: #ffffff;
    background: transparent;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	border: none;
    background-image: url(assets/img/arrow-down.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 12px;
    background-size: 12px;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag{
	border-radius:3px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	background:#000000;
	border-radius:4px;
	overflow:hidden;
	border-top:1px solid rgba(255,255,255,0.5);
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a{
	padding:8px 10px;
    color: #ffffff;
    font-weight: 400;
	background:#000000;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover{
	color:#ffffff;
	font-weight:500;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:not(last-child) a{
	border-bottom:1px solid rgba(255,255,255,0.4);
}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
    top: 1px;
    position: relative;
}
 @media(max-width:1024px){
	
	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
		padding-right:24px;
	}
	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
		right:5px;
	}
}

