/*
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:*/


/*MENU*/
.avia-menu.av_menu_icon_beside {border-right-width: 0px; padding-right: 10px; margin-right: 25px;}
#top .social_bookmarks li {border-right-width: 0px;}
#top .av_header_transparency #header_meta {border-bottom: 0px solid rgba(255,255,255,0.25);}
.av_header_transparency .social_bookmarks a{color: #ffffff !important;}

/*FULL-MENU*/
#top .av-subnav-menu li.current-menu-item a {color: #aaaaaa!important;}

/*IMG*/
img.alignleft { margin-right:30px;}

/*FOOTER*/
#footer .widget {margin: 10px 0 10px 0;}
.widgettitle {text-transform: none; letter-spacing: 0px;font-size: 1.2em;}
.textwidget {line-height: 1.5em;}

/*FORMULÁRIO*/
#top .main_color input[type='text'], #top .main_color textarea {background-color: #1e1e1e;}
.main_color input[type='submit'] {background-color: #1e1e1e; color: #8c8c8c; border-color: #444444; border-radius: 1px; border-width: 1px; border-style: solid;}
.main_color input[type='submit']:hover {background-color: #1e1e1e; color: white; border-color: #444444; border-radius: 1px; border-width: 1px; border-style: solid;}
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {border: 1px solid #ff0000;}

/*TABS*/
.js_active .tab {font-size: 16px;}

/*SOCKET*/
#socket .container {padding-top: 20px;padding-bottom: 10px;}
#socket .copyright {float: left; margin-top: 5px;}

/*GALLERY*/
#top .gallery.gallery-columns-3 .gallery-item {width: 33%; height: auto; padding: 5px;}
#gallery-1 img { border: 0 !important; }

/*WPML*/

#header_meta .avia_wpml_language_switch { display: none; }

/*CSS to hide languages  */
.avia_wpml_language_switch li .language_flag {
display: none !important;
}
.avia_wpml_language_switch li span.language_native{display: block !important;}
.menu-item-language-current {display: none !important;}

/*MENU-MOBILE*/

@media only screen and (max-width: 767px) {
.responsive #top .main_color .tabcontainer .active_tab {
    background-color: #111111;
    color: #ffffff;
}}