/*
* @package Restory
* @copyright (C) 2019 by ThemesQueen - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author ThemesQueen <iamthemesqueen@gmail.com>
* @authorurl <http://themeforest.net/user/ThemesQueen>
*/

/* You can add new css here */

.blue-button {
background-color:#1c3051;
color:#fff;
border-radius:5px;
padding:5px 15px;
border: solid 2px #fff;
box-shadow:2px 2px 2px #333;
width:300px;
transition: all 0.2s ease-in-out 0s;
font-weight:bold;
}
.blue-button:hover {
background-color:#ff6600;
}