.ione-widget-container.ione-widget-ad {
	display: block;
	padding: 20px 0;
}

.gpt-ad > iframe {
	display: table !important;
	margin: 0 auto;
}

.gpt-ad > div {
	display: table !important;
	margin: 0 auto;
	min-width: 1px;
}

.celtra-ad-host {
	min-width: 320px;
}

.sidebar > .widget.widget_ionead {
	padding: 0;
	margin: 10px 0;
}

.sidebar .ione-video {
	margin: 0 !important;
	padding: 0 !important;
}

iframe.tpEmbed {
	width: auto;
	height: auto;
	min-width: 310px;
	min-height: 200px;
}

/* Mobile Anchor Ad */
.mobile-anchor {
	display: block;
	width: 100%;
	max-height: 100px;
	opacity: 1;
	z-index: 9999999;
	position: fixed;
	left: 0;
	bottom: 0;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	transform: translate(0, 0);
}

#ad-anchor {
	background: rgb(0, 0, 0);
}

.mobile-anchor-handle {
	display: block;
	text-decoration: none;
	height: 19px;
}

.mobile-anchor-close-box {
	border: 1px solid black;
	float: right;
	height: 20px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	background-color: white;
	display: none;
	color: black;
}

.mobile-anchor-close-box i {
	font-size: 10px;
	vertical-align: text-top;
}

.mobile-anchor-close-box:hover {
	background-color: black;
	color: white;
}

.mobile-anchor-displayed .mobile-anchor-close-box {
	display: inline-block;
}

.ad-debug textarea {
	width: 100%;
	min-height: 100px;
	border: solid 1px #cc0;
	font: 12px/1.2 monospace;
}

.ad-debug.gptdata textarea {
	min-height: 200px;
}

/* Footer Share Bar aka Desktop Anchor */
@font-face {
	font-family: 'ione-mp';
	src: url('../assets/fonts/icons/ione3.eot?hzsfqx');
	src: url('../assets/fonts/icons/ione3.eot?hzsfqx#iefix') format('embedded-opentype'),
	url('../assets/fonts/icons/ione3.ttf?hzsfqx') format('truetype'),
	url('../assets/fonts/icons/ione3.woff?hzsfqx') format('woff'),
	url('../assets/fonts/icons/ione3.svg?hzsfqx#ione-mp') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ione-mp', serif !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer-share-bar {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer-share-bar .fsb-desktop {
	height: 50px;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	background-color: hsla(0, 0%, 100%, .95);
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	z-index: 1000;
	transition: 1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.footer-share-bar .fsb-desktop, .footer-share-bar .fsb-desktop .fsb-site {
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-share-bar .fsb-desktop .fsb-site {
	display: inherit;
}

.footer-share-bar .fsb-desktop .fsb-site .fsb-logo {
	max-height: 50px;
	max-width: 50px;
	margin-right: 10px;
	padding: 5px;
}

.footer-share-bar .fsb-desktop .fsb-site .fsb-category {
	font-size: 10px;
	color: #fff;
	font-family: sans-serif;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, .25);
	line-height: 32px;
	max-height: 32px;
	width: auto;
	height: auto;
	display: inherit;
	padding: 0 10px;
	letter-spacing: 1px;
}

@media (max-width: 450px) {
	.footer-share-bar .fsb-desktop .fsb-site .fsb-category {
		display: none;
	}
}

.footer-share-bar .fsb-desktop .fsb-share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 625px) {
	.footer-share-bar .fsb-desktop .fsb-share {
		display: none;
	}
}

.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper {
	line-height: 32px;
	max-height: 32px;
	width: auto;
	height: auto;
	display: inherit;
	margin: 0 5px;
	text-decoration: none;
	color: #fff;
}

.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper i {
	margin: 6px 8px;
}

.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper .fsb-icon-text {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-family: sans-serif;
	margin-right: 10px
}

@media (max-width: 1000px) {
	.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper .fsb-icon-text {
		display: none;
	}
}

.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper.tw {
	background-color: #55acee;
}

.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper.fb {
	background-color: #3b5999;
}

.footer-share-bar .fsb-desktop .fsb-share a.fsb-icon-wrapper.ig {
	background-color: #e4405f;
}

@media (max-width: 720px) {
	.footer-share-bar .fsb-desktop .fsb-ad {
		margin: 0 auto;
	}
}

.footer-share-bar .fsb-desktop .fsb-ad {
	max-width: 320px;
	max-height: 50px;
	width: 100%;
}

.footer-share-bar .fsb-toggle {
	position: fixed;
	bottom: 60px;
	right: 5px;
	color: #681d13;
	z-index: 1000;
}

.footer-share-bar .fsb-toggle .fsb-text {
	font-size: 8px;
	font-family: sans-serif;
	text-transform: uppercase;
	line-height: 14px;
	z-index: 1;
}

.footer-share-bar .fsb-toggle i.icon-arrow-right:before {
	content: "\e602";
}

.footer-share-bar .fsb-toggle i.icon-arrow-left:before {
	content: "\e603";
}

.footer-share-bar .fsb-toggle i.icon-arrow-right {
	background-color: #681d13;
	border-radius: 32px;
	color: #fff;
	font-weight: 700;
	padding: 3px;
	font-size: 6px;
	text-align: center;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all .5s ease-in-out;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
}

.footer-share-bar .fsb-toggle.closed i.icon-arrow-right {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all .5s ease-in-out;
}

.footer-share-bar .fsb-toggle:focus, .footer-share-bar .fsb-toggle:hover {
	cursor: pointer;
}

.footer-share-bar.closed .fsb-desktop {
	right: -100%;
	margin-right: 0;
}

.mobile-anchor {
	display: block;
	width: 100%;
	max-height: 100px;
	opacity: 1;
	z-index: 9999999;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #000;
	transition-property: transform, -webkit-transform;
	transition-duration: .5s;
	transition-timing-function: ease-out;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.mobile-anchor-handle {
	display: block;
	position: absolute;
	z-index: 1;
	right: 0;
	height: 24px;
	top: -24px;
}

.mobile-anchor-close-box {
	border: 1px solid #000;
	width: 24px;
	height: 24px;
	padding: 3px 5px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	background-color: #fff;
	color: #000;
}

.mobile-anchor-close-box i {
	font-size: 12px;
	line-height: 1;
}

.mobile-anchor-close-box:hover {
	background-color: #000;
	color: #fff;
}

.mobile-anchor-displayed .mobile-anchor-close-box {
	display: inline-block;
}

.ad-debug.gptdata textarea {
	min-height: 200px;
}

.is-vishidden {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
}

body.desktop-anchor-displayed, body.mobile-anchor-displayed {
	padding-bottom: 50px;
}
