/* 
Theme Name: Bentec Móveis
Theme URI: 
Author: Lucas M.
Author URI: www.lucasm.com.br
Description: Tema desenvolvido pela Lucas M. para a Bentec Móveis
License: 
License URI: 
Tags: 
Text Domain: 
*/
.blog-post .editor-content .wp-caption.aligncenter {
  text-align: center!important;
	
}

.blog-post .editor-content .wp-caption.aligncenter {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    text-align: center !important;
    max-width: 100% !important;
}

.blog-post .editor-content .wp-caption.aligncenter img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    max-width: 100% !important;
    height: auto !important;
}