/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*top menu */
#header_meta .sub_menu ul li{
	border-right-width: 0;
}
#header_meta .sub_menu ul li[class*="top-"] a{
	padding-left: 20px;
}
#header_meta .sub_menu ul li a{
	color: #444;
}
#header_meta .sub_menu ul li a:hover{
    color: #444;
}
/*mail icon top menu*/
#header_meta .sub_menu ul li.top-mail:before{
    content: "";
    background-image: url('media/envelope.png');
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    height: 16px;
    width: 16px;
    top: -3px;
}
/*mail icon top menu*/
#header_meta .sub_menu ul li.top-adres:before{
    content: "";
    background-image: url('media/location.png');
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    height: 16px;
    width: 16px;
    top: -3px;
}
/*mail icon top menu*/
#header_meta .sub_menu ul li.top-phone:before{
    content: "";
    background-image: url('media/phone.png');
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    height: 16px;
    width: 16px;
    top: -3px;
}
/*responsive*/
@media (max-width: 760px){
	.social_bookmarks{
		display: none;
	}
}

/*wpml top menu*/
.avia_wpml_language_switch{
	display: none;
}
#lang_sel_list ul li a.lang_sel_sel:after{
    content: "";
    border-bottom: 1px solid #777;
    display: block;
}
#lang_sel_list ul li a{
	padding-right: 5px;
	border-right: 1px solid #777;
}
#lang_sel_list ul li:last-child a{
	padding-right: 0;
	border-right: 0;
}
#lang_sel_list{
	float: right;
	font-family: inherit;
    font-weight: bold;
    padding: 9px 0;
    height: 0;
}
#lang_sel_list ul li a{
	background-color: inherit;
}