/*!
Theme Name: W-Power 1.0
Theme URI: http://underscores.me/
Author: Metodoadv S.r.l. by Silvia Mentessi
Author URI: https://metodoadv.com/
Description: Tema personalizzato per slugtema
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ims
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

slugtema is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Condividi Share
--------------------------------------------------------------*/


.condividi .share {
	transition: all .2s;
	margin-top: 20px;
}


.condividi:hover {
	opacity: 0.8;
}

#shareIcons {
	display: none;
}

#shareIcons2 {
	display: none;
} 

#ShareIcons .jssocials-shares {
	padding: 0 17px; 
}

#ShareIcons2 .jssocials-shares {
	padding: 0 17px;
}

.jssocials-shares {
	margin: 0.2em 1em;
	text-align: center;
}

.jssocials-share {
	display: contents;
	margin: 5px 10px;
	float: right;
}

#ShareIcons .jssocials-shares a {
	color: #fff;
}

#ShareIcons2 .jssocials-shares a {
	color: #fff;
}

.jssocials-share-link {
	border-radius: 50%;
	margin: 0.3em;
}

.jssocials-share-link:hover {
	opacity: 1;
}

.flex-center {
	@include flex-center;
	height: 100%;
} 