$(function(){


    $('#menu-main-menu').superfish({
        autoArrows:  false
    }); 

    $('.wpcf7-file').attr({
        'size': '25'
    });
   
   $('#news_container_article li').each(function(){
       if ($(this).height() < 90) {
            $(this).attr({'style' : 'height:90px;'});   
       }
   });
   
   $('#news_container_article li').each(function(){
       if ($(this).height() < 100) {
            $(this).attr({'style' : 'height:100px;'});   
       }
   });
    
});
