/* 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");


/* --------------------------------------------
	CHILD THEME CSS

-------------------------------------------- */


.home.ss-man.sf-icon.sf-icon-small {display:none;}

@media only screen and (max-width: 1024px) and (min-width: 991px) {

#logo.logo-left {width:200px !important;}

}

/* 100% width button, just add full to the extra class. */
/* e.g. [sf_button colour="accent" type="standard" size="standard" link="#" target="_self" icon="" dropshadow="no" extraclass="full"]*/
.sf-button.full {
	text-align: center;
	width: 100%;
}

/* Fix for share-links shortcode inside the widget area being too wide. */
.sidebar .share-links ul {
	float: left;
}

/* Sidebar testimonials */
.sidebar .testimonial-text {
    margin-bottom: 12px;
}