body.mysticky-welcomebar-apper #wpadminbar{
	z-index:99999999;
}
.mysticky-welcomebar-fixed , .mysticky-welcomebar-fixed * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mysticky-welcomebar-fixed {
	position: fixed;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 9999999;
}
.mysticky-welcomebar-fixed-wrap {
	padding: 10px 50px;
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
}
.mysticky-welcomebar-animation {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.mysticky-welcomebar-entry-effect-fade {
	opacity: 0;
}
.mysticky-welcomebar-entry-effect-none {
	display: none;
}
.mysticky-welcomebar-fixed .mysticky-welcomebar-content p a,
.mysticky-welcomebar-fixed .mysticky-welcomebar-content p {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 400;
}
.mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
	padding-left: 30px;
	display: none;
	line-height: 1;
}
.mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop .mysticky-welcomebar-btn {
	display: block;
}
.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a {
	font-family: inherit;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
	font-weight: 400;
	padding: 5px 20px;
	white-space: nowrap;
}
.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a:hover {
	/*opacity: 0.7;*/
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
	display: none;
	vertical-align: top;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	color: #000;
	position: absolute;
	top: 5px;
	right: 10px;
	outline: none;
	font-family: Lato;
	text-decoration: none;
	text-shadow: 0 0 0px #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
	opacity: 1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons {
    font-size: 27px;
}
.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
	display: inline-block;
}

/*media*/
@media only screen and (min-width: 1025px) {
	.mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-fade.entry-effect {
		opacity: 1;
	}
	.mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-none.entry-effect {
		display: block;
	}
	.mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed ,
	.mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
		top: 0;			
	}
	.mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed ,
	.mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
		bottom: 0;
	}	
}

@media only screen and (max-width: 1024px) {
	.mysticky-welcomebar-fixed-wrap {
		padding: 10px;
	}
	.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
		width: 20px;
		height: 20px;
		line-height: 20px;
		right: 0px;
	}
	.mysticky-welcomebar-display-mobile.mysticky-welcomebar-entry-effect-fade.entry-effect {
		opacity: 1;
	}
	.mysticky-welcomebar-display-mobile.mysticky-welcomebar-entry-effect-none.entry-effect {
		display: block;
	}
	.mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed ,
	.mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
		top: 0;
	}
	.mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed ,
	.mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
		bottom: 0;
	}
	.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
		display: none;
	}
	.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile .mysticky-welcomebar-close {
		display: inline-block;
	}
	.mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop .mysticky-welcomebar-btn {
		display: none;
	}
	.mysticky-welcomebar-fixed.mysticky-welcomebar-btn-mobile .mysticky-welcomebar-btn {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	.mysticky-welcomebar-fixed-wrap {
		display: block;
		padding: 10px 20px 10px 20px;
	}
	.mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
		margin-top:10px;
	    /*padding-left: 10px;*/
	}
	.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
		right: 7px;
	}
}