/**
 * 2018-2019 MXB Informatica.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@mxbinformatica.it so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 *  @author    MXB Informatica <info@maxboom.it>
 *  @copyright 2013-2019 MXB Informatica
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */


/**
 * .mxb_customblocks_one CSS file
 * used to customize the mxb_customblocks layout
*/


/* this is the container div
.mxb_customblocks_one {
}
*/


#mxb_customblocks_one .mxb_customblock {
	border-radius: 8px;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	padding: 20px;
}


#mxb_customblocks_one .mxb_customblock button {
	background-color: #ee751d; 
	border: 0px !important;
	-webkit-box-shadow: 0px 4px 5px -4px #000000; 
	box-shadow: 0px 4px 5px -4px #000000;
}

#mxb_customblocks_one .mxb_customblock h1 {
	color: #ee751d;
	font-size: 30px;
}


