/*
Theme Name: The Review Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the The Review WordPress theme. Only activate this child theme if you intend to make modifications to the theme otherwise activate the parent theme.
Version: 1.0
Author: GhostPool
Author URI: http://www.ghostpool.com
Text Domain: the-review
Template: the-review
*/

/* Add your own CSS code here */

#gp-review-content-wrapper .gp-entry-text > *:not(.wp-caption):not(img):not(.vc_row):not(.vc_row-full-width), 
#gp-review-content-wrapper .gp-entry-tags, #gp-review-content-wrapper #gp-share-icons {
    width: 100%;
}

pre {overflow: auto;margin: 5px 0 20px 0;padding: 30px;white-space: pre;white-space: pre-wrap;word-wrap: break-word;font-size: 14px;font-family: 'Courier New';}