jQuery(function($){window.et_pb_smooth_scroll=function($target,$top_section,speed,easing){var $window_width=$(window).width();var headerHeight;if($window_width<=980){headerHeight=59}else{headerHeight=56}
$menu_offset=-1;if($('#wpadminbar').length&&$window_width<=980){$menu_offset+=$('#wpadminbar').outerHeight()+headerHeight}else{$menu_offset+=headerHeight}
if($top_section){$scroll_position=0}else{$scroll_position=$target.offset().top-$menu_offset}
if(typeof easing==='undefined'){easing='swing'}
$('html, body').animate({scrollTop:$scroll_position},speed,easing)}})