/**
 * Blox Frontend Default Styles
 *
 * This stylesheet supplies default styling for Blox. It can be disabled in the Blox settings.
 *
 * @package     Blox
 * @copyright   Copyright (c) 2016, Nick Diego
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */
 .blox-theme-default .blox-caption-container{bottom:0;left:0;position:absolute;text-align:left;width:100%}.blox-theme-default .blox-caption-wrap{background:rgb(0 0 0 / .4);color:#fff;padding:10px 20px}.blox-theme-default .blox-image-container{margin:0 auto;position:relative;text-align:center;width:100%}.blox-theme-default .blox-image-wrap{display:inline-block;position:relative;width:100%}.blox-theme-default .blox-image-container img{vertical-align:top}.blox-theme-default .blox-image-wrap.blox-image-background{display:block;position:relative;width:100%;height:400px;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.blox-theme-default .blox-image-wrap.blox-image-background a{display:block;width:100%;height:100%}