/* LICENSE & DETAILS
   ==================================================

	Theme Name: Dante Child Theme
	Theme URI: http://dante.swiftideas.net
	Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: dante
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	DANTE CSS IMPORT
-------------------------------------------- */

@import url("../dante/style.css");

.btn {
	background-color: #e58d09; 
	border: none; 
	border-radius: 3px; 
	color: white;
	margin-top: 15px;
	padding: 15px 32px; 
	text-align: center; 
	text-decoration: none; 
	display: inline-block; 
	font-size: 16px;
}

#copyright p {
	font-size: 13px;
	float: left;
	margin-bottom: 0;
	line-height: 24px; 
}

#copyright nav .menu li {
	font-size: 13px;
	margin: 0;
	border-left: 1px solid #e4e4e4;
}

.recentcomments {
	display: none !important;
}