@import url("/wp-content/themes/porto/style.css");.bypostauthor{}#header .header-main .container .header-left{padding:0px
0;margin:-5px 0}.container sidebar content-bottom-wrapper{border-top:1px solid #ccc !important}// Function to change email address
function wpb_sender_email( $original_email_address ){return 'receitasbernardino@example.com'}// Function to change sender name
function wpb_sender_name( $original_email_from ){return 'Receitas Bernardino'}// Hooking up our functions to WordPress filters
add_filter( 'wp_mail_from', 'wpb_sender_email' );add_filter( 'wp_mail_from_name', 'wpb_sender_name' );