
.ochsocials.responsive .ochsocials-share-label {
	display: none;
}

.ochsocials.responsive .ochsocials-share-count-inside {
	display: block;
}

.ochsocials.responsive .ochsocials-share-count-box {
	display: none;
}

.ochsocials.responsive .ochsocials-share-link {
	padding-top: .2em;
}

@media (min-width: 641px) {
	.ochsocials.responsive .ochsocials-share-count-inside {
		display: none !important;
	}
	
	.ochsocials.responsive .ochsocials-share-count-box {
		display: inline-block;
	}
	
	.ochsocials.responsive .ochsocials-share-link {
		padding-top: .5em;
	}
}

@media (min-width: 1024px) {
	.ochsocials.responsive .ochsocials-share-label {
		display: inline-block;
	}
}

.ochsocials .sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.ochsocials-shares {
	margin: .2em 0;
}

.ochsocials-shares * {
	box-sizing: border-box;
}

.ochsocials-share {
	display: inline-block;
	vertical-align: top;
	margin: .3em .6em .3em 0;
}

.ochsocials-share:last-child {
	margin-right: 0;
}

.ochsocials-share-logo {
	width: 1em;
	vertical-align: middle;
	font-size: 1.5em;
}

img.ochsocials-share-logo {
	width: auto;
	height: 1em;
}

.ochsocials-share-link {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1;
}

.ochsocials-share-link .ochsocials-share-count-inside {
	display: none;
	font-size: .6em;
	margin: 0 -.5em -.8em -.5em;
}

.ochsocials-share-link.ochsocials-share-no-count {
	padding-top: .5em;
}

.ochsocials-share-link.ochsocials-share-no-count .ochsocials-share-count {
	height: 1em;
}

.ochsocials-share-label {
	padding-left: .3em;
	vertical-align: middle;
}

.ochsocials-share-count-box {
	display: inline-block;
	height: 1.5em;
	padding: 0 .3em;
	line-height: 1;
	vertical-align: middle;
	cursor: default;
}

.ochsocials-share-count-box.ochsocials-share-no-count {
	display: none;
}

.ochsocials-share-count {
	line-height: 1.5em;
	vertical-align: middle;
}

.ochsocials-toast-container {
	display: block;
	position: fixed;
	z-index: 10000;
}

@media only screen and (max-width : 640px) {
	.ochsocials-toast-container {
		min-width: 100%;
		bottom: 7%;
	}
}

@media only screen and (min-width : 641px) and (max-width : 1024px) {
	.ochsocials-toast-container {
		left: 5%;
		bottom: 14%;
		max-width: 90%;
	}
}

@media only screen and (min-width : 1025px) {
	.ochsocials-toast-container {
		top: 10%;
		right: 7%;
		max-width: 86%;
	}
}

.och-toast {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
	border-radius: 2px;
	top: 35px;
	width: auto;
	margin-top: 10px;
	position: relative;
	max-width: 100%;
	height: auto;
	min-height: 48px;
	line-height: 1.5em;
	background-color: #323232;
	padding: 10px 25px;
	font-size: 1.1rem;
	font-weight: 300;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: default;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
	opacity: 1;
}

.och-toast.fade-out {
	opacity: 0;
}

@media only screen and (max-width : 640px) {
	.och-toast {
		width: 100%;
		border-radius: 0;
	}
}
