/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wpbde_content_previewer {
	 -webkit-transition: 0.6s linear all;
     -moz-transition: 0.6s linear all;
     -o-transition: 0.6s linear all;
     transition: 0.6s linear all;
     background: #fff;
     height: 0%;
     border-top: 1px solid #fff;
	width: 100%;
}
.wpbde_inpreview {
    position: fixed;
    z-index: 999;
    background: #fff;
    border-top: 1px solid #d5e3f4;
    bottom: 0;
    overflow: hidden;
	left: 0;
}
.wpbde_container {
    padding-top: 20px;
	padding-bottom: 20px;
    padding-left: calc(50% - 640px);
    padding-right: calc(50% - 640px);
}
.wpbde_expand {
	padding: 5px 20px;
	float: right;
	font-weight: 600;
	color: #88236c;
	cursor:pointer;
	 -webkit-transition: 0.9s linear all;
     -moz-transition: 0.9s linear all;
     -o-transition: 0.9s linear all;
     transition: 0.9s linear all;
	position: relative;
    top: -20px;
}
.wpbde_expand:hover {
text-decoration: underline;
}
.wpbde_fakepadding {
display: block;
}
@media(max-width:1280px) {
.wpbde_container {
margin: 0 20px;
}
}