/*
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:*/

/* main menu font size 
.main_menu ul:first-child > li > a {
font-size: 14px;
}
*/
/*fix for disappearing menu when iPad is portrait*/
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_menu_tablet .main_menu {
display: block;
}
}

/*header height to match logo size (made shorter) */
@media only screen and (max-width: 989px) and (min-width: 768px) {
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 100px; line-height: 100px !important; }

.fixed_header.social_header #main {
padding-top: 127px;
}
}


/* to remove author under posts*/
.post-meta-infos .text-sep-cat{display: none;}

.post-meta-infos .blog-author{
display: none;
}


/* for footer sitemap */

@media only screen and (min-width: 768px) {
  /* Desktop Styles here */


ul.bottomnav-t3 li {
    float: left;
    list-style-type: none;
    padding: 0 27px 0 5px;

}

ul.menu li ul.sub-menu li {
float: none;
padding-left: 0px;
font-size: 85%;
margin-left:-20px;
margin-bottom:0px;
margin-right:-10px;
}


}


